diff --git a/app/includes/footer.tpl b/app/includes/footer.tpl index 2761c49def..a4e13fdbe3 100644 --- a/app/includes/footer.tpl +++ b/app/includes/footer.tpl @@ -53,10 +53,10 @@

Buy a...

Donations are always appreciated!
diff --git a/app/includes/header.tpl b/app/includes/header.tpl index da5bd0922b..d531b20adf 100644 --- a/app/includes/header.tpl +++ b/app/includes/header.tpl @@ -98,18 +98,18 @@ @@if (site === 'mew' ) { MyEtherWallet -

3.11.3.0

+

3.11.3.1

} @@if (site === 'cx' ) { MyEtherWallet -

3.11.3.0

+

3.11.3.1

}
- + diff --git a/app/includes/onboardingModal.tpl b/app/includes/onboardingModal.tpl index ebc7385974..2161dec9b4 100644 --- a/app/includes/onboardingModal.tpl +++ b/app/includes/onboardingModal.tpl @@ -326,7 +326,7 @@ Always check the URL: `https://www.myetherwallet.com`.
  • - Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green. + Always make sure the URL bar has `MYETHERWALLET LLC` in green.
  • Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc. diff --git a/app/manifest.json b/app/manifest.json index 14ac9b758f..a103e1968a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.11.3.0", + "version": "3.11.3.1", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://www.myetherwallet.com/", diff --git a/app/package.json b/app/package.json index e1f5ad9436..632229e168 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.11.3.0", + "version": "3.11.3.1", "description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.", "author": "MyEtherWallet", "license": "ISC", diff --git a/app/scripts/controllers/tabsCtrl.js b/app/scripts/controllers/tabsCtrl.js index 8182e4dc53..ac0720a2c5 100644 --- a/app/scripts/controllers/tabsCtrl.js +++ b/app/scripts/controllers/tabsCtrl.js @@ -99,7 +99,7 @@ var tabsCtrl = function($scope, globalService, $translate, $sce) { $scope.notifier.danger(globalFuncs.errorMsgs[32]); } else { $scope.nodeIsConnected = true; - $scope.notifier.info( globalFuncs.successMsgs[5] + '— Now, check the URL: ' + window.location.href + '.
    Network: ' + $scope.nodeType + ' provided by ' + $scope.nodeService + '.', 5000) + $scope.notifier.info( globalFuncs.successMsgs[5] + '
    URL: ' + window.location.href + '
    Network: ' + $scope.nodeType + ' provided by ' + $scope.nodeService + '', 10000) } }); networkHasChanged && window.setTimeout(function() { @@ -108,7 +108,7 @@ var tabsCtrl = function($scope, globalService, $translate, $sce) { } else { window.location.reload(); } - + }, 250) } $scope.checkNodeUrl = function(nodeUrl) { @@ -124,7 +124,7 @@ var tabsCtrl = function($scope, globalService, $translate, $sce) { if (requestedNetwork && nodes.nodeList.hasOwnProperty(requestedNetwork)) { node = JSON.stringify({ "key": requestedNetwork }); } - + if (node == null) { $scope.changeNode($scope.defaultNodeKey); } else { diff --git a/app/scripts/directives/walletDecryptDrtv.html b/app/scripts/directives/walletDecryptDrtv.html index 78a810d921..c1454a351d 100644 --- a/app/scripts/directives/walletDecryptDrtv.html +++ b/app/scripts/directives/walletDecryptDrtv.html @@ -468,7 +468,7 @@
  • - If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC [US] in your URL bar. + If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.

    @@ -544,7 +544,7 @@
    - If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC [US] in your URL bar. + If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.

    @@ -625,7 +625,7 @@
    - If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC [US] in your URL bar. + If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.

    diff --git a/app/scripts/nodes.js b/app/scripts/nodes.js index c6f4ce92de..e8785e903e 100644 --- a/app/scripts/nodes.js +++ b/app/scripts/nodes.js @@ -42,7 +42,7 @@ nodes.nodeList = { 'chainId': 1, 'tokenList': require('./tokens/ethTokens.json'), 'abiList': require('./abiDefinitions/ethAbi.json'), - 'service': 'MyEtherWallet', + 'service': 'myetherapi.com', 'lib': new nodes.customNode('https://api.myetherapi.com/eth', '') }, 'eth_mycrypto': { @@ -54,7 +54,7 @@ nodes.nodeList = { 'chainId': 1, 'tokenList': require('./tokens/ethTokens.json'), 'abiList': require('./abiDefinitions/ethAbi.json'), - 'service': 'MyCrypto', + 'service': 'mycryptoapi.com', 'lib': new nodes.customNode('https://api.mycryptoapi.com/eth', '') }, 'eth_ethscan': { @@ -66,7 +66,7 @@ nodes.nodeList = { 'chainId': 1, 'tokenList': require('./tokens/ethTokens.json'), 'abiList': require('./abiDefinitions/ethAbi.json'), - 'service': 'Etherscan.io', + 'service': 'etherscan.io', 'lib': require('./nodeHelpers/etherscan') }, 'eth_infura': { @@ -90,7 +90,7 @@ nodes.nodeList = { 'chainId': 1, 'tokenList': require('./tokens/ethTokens.json'), 'abiList': require('./abiDefinitions/ethAbi.json'), - 'service': 'Giveth.io', + 'service': 'giveth.io', 'lib': new nodes.customNode('https://mew.giveth.io', '') }, 'etc_epool': { @@ -102,7 +102,7 @@ nodes.nodeList = { 'chainId': 61, 'tokenList': require('./tokens/etcTokens.json'), 'abiList': require('./abiDefinitions/etcAbi.json'), - 'service': 'Epool.io', + 'service': 'epool.io', 'lib': new nodes.customNode('https://mewapi.epool.io', '') }, 'rop_mew': { @@ -114,7 +114,7 @@ nodes.nodeList = { 'chainId': 3, 'tokenList': require('./tokens/ropstenTokens.json'), 'abiList': require('./abiDefinitions/ropstenAbi.json'), - 'service': 'MyEtherWallet', + 'service': 'myetherapi.com', 'lib': new nodes.customNode('https://api.myetherapi.com/rop', '') }, 'rop_infura': { @@ -138,7 +138,7 @@ nodes.nodeList = { 'chainId': 42, 'tokenList': require('./tokens/kovanTokens.json'), 'abiList': require('./abiDefinitions/kovanAbi.json'), - 'service': 'Etherscan.io', + 'service': 'etherscan.io', 'lib': require('./nodeHelpers/etherscanKov') }, 'kov_infura': { @@ -162,7 +162,7 @@ nodes.nodeList = { 'chainId': 4, 'tokenList': require('./tokens/rinkebyTokens.json'), 'abiList': require('./abiDefinitions/rinkebyAbi.json'), - 'service': 'Etherscan.io', + 'service': 'etherscan.io', 'lib': require('./nodeHelpers/etherscanRin') }, 'rin_infura': { @@ -187,7 +187,7 @@ nodes.nodeList = { 'tokenList': require('./tokens/expTokens.json'), 'abiList': require('./abiDefinitions/expAbi.json'), 'estimateGas': true, - 'service': 'Expanse.tech', + 'service': 'expanse.tech', 'lib': new nodes.customNode('https://node.expanse.tech/', '') }, 'ubq': { diff --git a/app/scripts/translations/ar.js b/app/scripts/translations/ar.js index fd4836ccc3..2683355672 100644 --- a/app/scripts/translations/ar.js +++ b/app/scripts/translations/ar.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/ca.js b/app/scripts/translations/ca.js index 5f5a7efe0b..a44ce15622 100644 --- a/app/scripts/translations/ca.js +++ b/app/scripts/translations/ca.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/de.js b/app/scripts/translations/de.js index 234d580992..906316d933 100644 --- a/app/scripts/translations/de.js +++ b/app/scripts/translations/de.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/el.js b/app/scripts/translations/el.js index 0849425366..701fc99f47 100644 --- a/app/scripts/translations/el.js +++ b/app/scripts/translations/el.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/en.js b/app/scripts/translations/en.js index 190ed6214b..17b9ff2c7d 100644 --- a/app/scripts/translations/en.js +++ b/app/scripts/translations/en.js @@ -173,7 +173,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/es.js b/app/scripts/translations/es.js index 9153d87d90..996043dbdb 100644 --- a/app/scripts/translations/es.js +++ b/app/scripts/translations/es.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/fa.js b/app/scripts/translations/fa.js index 5afc767dea..2c3b7f2ca8 100644 --- a/app/scripts/translations/fa.js +++ b/app/scripts/translations/fa.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/fi.js b/app/scripts/translations/fi.js index 6ef892456e..8eaa4a199a 100644 --- a/app/scripts/translations/fi.js +++ b/app/scripts/translations/fi.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/fr.js b/app/scripts/translations/fr.js index cce282fe1d..aeebd28a5f 100644 --- a/app/scripts/translations/fr.js +++ b/app/scripts/translations/fr.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/ht.js b/app/scripts/translations/ht.js index b0c6f96b1e..c66783d3fa 100644 --- a/app/scripts/translations/ht.js +++ b/app/scripts/translations/ht.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/hu.js b/app/scripts/translations/hu.js index 1a82eaed9d..5ea40fe3a5 100644 --- a/app/scripts/translations/hu.js +++ b/app/scripts/translations/hu.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/id.js b/app/scripts/translations/id.js index 86e762df2e..03e8796477 100644 --- a/app/scripts/translations/id.js +++ b/app/scripts/translations/id.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'Cara Melindungi Diri Anda dari Phisher', ONBOARD_secure_1_content__1 : 'Phisher biasanya mengirim Anda pesan dengan link ke situs web yang sekilas terlihat seperti MyEtherWallet, EtherDelta, Paypal, atau bank Anda, namun bukan situs web yang asli. Mereka mencuri informasi Anda dan kemudian mencuri uang Anda.', ONBOARD_secure_1_content__2 : 'Pasang [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) atau [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) atau [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) atau [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) untuk memblokir situs web jahat.', ONBOARD_secure_1_content__3 : 'Selalu periksa URLnya: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Pastikan bar URL menunjukkan `MYETHERWALLET LLC [US]` dalam warna hijau.', +ONBOARD_secure_1_content__4 : 'Pastikan bar URL menunjukkan `MYETHERWALLET LLC` dalam warna hijau.', ONBOARD_secure_1_content__5 : 'Jangan mempercayai pesan atau tautan yang dikirim kepada Anda secara acak melalui email, Slack, Reddit, Twitter, dll.', ONBOARD_secure_1_content__6 : 'Selalu kunjungi situs secara langsung sebelum memasukkan informasi. Jangan memasukkan informasi setelah mengklik link dari pesan atau email.', ONBOARD_secure_1_content__7 : '[Pasang AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) dan jangan klik iklan dari search engine (misalnya Google).', diff --git a/app/scripts/translations/it.js b/app/scripts/translations/it.js index 7b356e6ee4..3aa90f784a 100644 --- a/app/scripts/translations/it.js +++ b/app/scripts/translations/it.js @@ -169,7 +169,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/ja.js b/app/scripts/translations/ja.js index 35320596d3..ae54bc7df9 100644 --- a/app/scripts/translations/ja.js +++ b/app/scripts/translations/ja.js @@ -173,7 +173,7 @@ ONBOARD_secure_1_title : 'オンライン詐欺から自分自身を ONBOARD_secure_1_content__1 : 'オンライン詐欺師は、MyEtherWallet、EtherDelta、Paypalやあなたの金融機関のリンクが含まれた個人メッセージを送りつけてきますが、これは偽のサイトです。あなたの情報を盗み、そして資産を盗みます。', /*Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.*/ ONBOARD_secure_1_content__2 : '[EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn)または[MetaMask](https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige). のクローム拡張を使って、これらの悪意のサイトを遮断してください。', /*Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.*/ ONBOARD_secure_1_content__3 : 'いつも、必ず、URL:「https://www.myetherwallet.com」を確認してください。', /*Always check the URL: `https://www.myetherwallet.com`.*/ -ONBOARD_secure_1_content__4 : 'URLバーに、 `MYETHERWALLET LLC [US]`と緑色で表示されていることを必ず確認してください。', /**/ +ONBOARD_secure_1_content__4 : 'URLバーに、 `MYETHERWALLET LLC`と緑色で表示されていることを必ず確認してください。', /**/ ONBOARD_secure_1_content__5 : 'eメール、Slack、Reddit、Twitterやその他から送られてくるメッセージやリンクを信用しないでください。', /*Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.*/ ONBOARD_secure_1_content__6 : '情報を入力する前に、常に直接サイトを参照してから閲覧してください。eメールやメッセージのリンクを押してから情報を入力しないでください。', /*Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.*/ ONBOARD_secure_1_content__7 : '[AdBlockerを導入](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=ja)し、サーチエンジンの広告(例:グーグル)をクリックしないでください。', /*[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).*/ diff --git a/app/scripts/translations/ko.js b/app/scripts/translations/ko.js index 466b94e981..6cb98e4f8e 100644 --- a/app/scripts/translations/ko.js +++ b/app/scripts/translations/ko.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/nl.js b/app/scripts/translations/nl.js index 58253466d9..0ff820c0f8 100644 --- a/app/scripts/translations/nl.js +++ b/app/scripts/translations/nl.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/no.js b/app/scripts/translations/no.js index dbbbc27c15..be044bbf29 100644 --- a/app/scripts/translations/no.js +++ b/app/scripts/translations/no.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/pl.js b/app/scripts/translations/pl.js index f2a8807376..3efbab8667 100644 --- a/app/scripts/translations/pl.js +++ b/app/scripts/translations/pl.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/pt.js b/app/scripts/translations/pt.js index 049c5d9359..8b518a0c38 100644 --- a/app/scripts/translations/pt.js +++ b/app/scripts/translations/pt.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/ru.js b/app/scripts/translations/ru.js index 2c1acd9c75..8489de9ac6 100644 --- a/app/scripts/translations/ru.js +++ b/app/scripts/translations/ru.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/sk.js b/app/scripts/translations/sk.js index 03ae41e085..aa7511cefc 100644 --- a/app/scripts/translations/sk.js +++ b/app/scripts/translations/sk.js @@ -169,7 +169,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/sl.js b/app/scripts/translations/sl.js index 01dd5f4dde..246e2e9668 100644 --- a/app/scripts/translations/sl.js +++ b/app/scripts/translations/sl.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/sv.js b/app/scripts/translations/sv.js index a421c61a01..9630d4f71e 100644 --- a/app/scripts/translations/sv.js +++ b/app/scripts/translations/sv.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/th.js b/app/scripts/translations/th.js index 05f8b68db0..4f67da0c63 100644 --- a/app/scripts/translations/th.js +++ b/app/scripts/translations/th.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/tr.js b/app/scripts/translations/tr.js index f2930370ba..f508f9bf0e 100644 --- a/app/scripts/translations/tr.js +++ b/app/scripts/translations/tr.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/vi.js b/app/scripts/translations/vi.js index 7d7f2d7806..010b26bf9a 100644 --- a/app/scripts/translations/vi.js +++ b/app/scripts/translations/vi.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/scripts/translations/zhcn.js b/app/scripts/translations/zhcn.js index d0d65fa601..b8821273c2 100644 --- a/app/scripts/translations/zhcn.js +++ b/app/scripts/translations/zhcn.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : '如何防范钓鱼网站', ONBOARD_secure_1_content__1 : '钓鱼网站的常用伎俩是向你发送一条包含网站链接的信息, 并将这个链接伪装成很像MyEtherWallet, EtherDelta, Paypal或者银行的网站.当用户访问这些钓鱼网站并不慎填写自己的账户信息后, 黑客就能窃取这些信息进而窃取你的资金.', ONBOARD_secure_1_content__2 : '可以安装 [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) 或者 [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) 或者 [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) 或者 [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) 这几个可以防范钓鱼网站的插件.', ONBOARD_secure_1_content__3 : '记得每次都要检查 URL 地址: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : '正常情况下地址栏左侧会始终显示 `MYETHERWALLET LLC [US]` 字样的绿色字体.', +ONBOARD_secure_1_content__4 : '正常情况下地址栏左侧会始终显示 `MYETHERWALLET LLC` 字样的绿色字体.', ONBOARD_secure_1_content__5 : '不要相信或者点击那些在电子邮件, Slack, Reddit, Twitter等地方看到的网页链接.', ONBOARD_secure_1_content__6 : '养成手动输入地址打开网站的好习惯, 不要通过邮件或者其它途径里链接来打开网站.', ONBOARD_secure_1_content__7 : '[安装AdBlocker(广告拦截器)](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) 并且不要点击搜索引擎页面里的广告 (比如 百度).', diff --git a/app/scripts/translations/zhtw.js b/app/scripts/translations/zhtw.js index 245b60707b..abd23fd375 100644 --- a/app/scripts/translations/zhtw.js +++ b/app/scripts/translations/zhtw.js @@ -168,7 +168,7 @@ ONBOARD_secure_1_title : 'How To Protect Yourself from Phishers', ONBOARD_secure_1_content__1 : 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.', ONBOARD_secure_1_content__2 : 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.', ONBOARD_secure_1_content__3 : 'Always check the URL: `https://www.myetherwallet.com`.', -ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.', +ONBOARD_secure_1_content__4 : 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.', ONBOARD_secure_1_content__5 : 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.', ONBOARD_secure_1_content__6 : 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.', ONBOARD_secure_1_content__7 : '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).', diff --git a/app/styles/bootstrap/dropdowns.less b/app/styles/bootstrap/dropdowns.less index 680c43445e..c9eb3928f1 100644 --- a/app/styles/bootstrap/dropdowns.less +++ b/app/styles/bootstrap/dropdowns.less @@ -47,7 +47,7 @@ padding: 0; margin: 2px 0 0; // override default ul list-style: none; - font-size: @font-size-base; + font-size: @font-size-small; text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer) background-color: @dropdown-bg; border-radius: @border-radius; @@ -73,14 +73,14 @@ // Links within the dropdown menu >li:first-child { - padding-top: 4px; + padding-top: 2px; } >li:last-child { - padding-bottom: 4px; + padding-bottom: 2px; } > li > a { display: block; - padding: 3px 20px; + padding: 2px @font-size-base; clear: both; font-weight: 300; line-height: @line-height-base; diff --git a/app/styles/etherwallet-custom.less b/app/styles/etherwallet-custom.less index 0d2bad0a19..5a2f086d33 100644 --- a/app/styles/etherwallet-custom.less +++ b/app/styles/etherwallet-custom.less @@ -539,45 +539,46 @@ label small { li:nth-child(1), li:nth-child(2), li:nth-child(3), - li:nth-child(4) { + li:nth-child(4), + li:nth-child(5) { border-left: 2px solid @brand-eth; } - li:nth-child(5) { + li:nth-child(6) { border-left: 2px solid @brand-etc; } - li:nth-child(6), li:nth-child(7), li:nth-child(8), li:nth-child(9), li:nth-child(10), - li:nth-child(11) { + li:nth-child(11), + li:nth-child(12) { border-left: 2px solid @brand-test; } - li:nth-child(12) { + li:nth-child(13) { border-left: 2px solid @brand-exp; } - li:nth-child(13) { + li:nth-child(14) { border-left: 2px solid @brand-ubq; } - li:nth-child(14) { + li:nth-child(15) { border-left: 2px solid @brand-poa; } - li:nth-child(15) { + li:nth-child(16) { border-left: 2px solid @brand-tomo; } - li:nth-child(16) { + li:nth-child(17) { border-left: 2px solid @brand-ella; } li:last-child { border-left: 2px solid @gray-light; } - li:nth-child(4), li:nth-child(5), - li:nth-child(11), + li:nth-child(6), li:nth-child(12), li:nth-child(13), li:nth-child(14), - li:nth-child(15) { + li:nth-child(15), + li:nth-child(16) { border-bottom: 1px solid @gray-lighter; } } diff --git a/chrome-extension/css/etherwallet-master.min.css b/chrome-extension/css/etherwallet-master.min.css index 56d14d84ab..79b9f5e284 100644 --- a/chrome-extension/css/etherwallet-master.min.css +++ b/chrome-extension/css/etherwallet-master.min.css @@ -1,3 +1,3 @@ @font-face{font-family:Lato;src:url(../fonts/Lato-Light.woff) format("woff");font-style:normal;font-weight:300}@font-face{font-family:Lato;src:url(../fonts/Lato-Regular.woff) format("woff");font-style:normal;font-weight:400}@font-face{font-family:Lato;src:url(../fonts/Lato-Bold.woff) format("woff");font-style:normal;font-weight:700} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} -/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline;color:#000}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #000;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}.print-text{color:#0b7290!important}footer{border-top:1px solid #000}header{border-bottom:1px solid #000;border-top:0 solid #fff!important}.btn{border:1px solid #000;color:1px solid #000;background:transparent!important}.nav-container{display:none!important}.footer-1 img{width:40px!important}.footer-1 *,.footer-2 *,.footer-3 *{font-size:8px!important;line-height:1.1!important}.footer-1 .footer-2,.footer-1 .footer-3,.footer-2 .footer-2,.footer-2 .footer-3,.footer-3 .footer-2,.footer-3 .footer-3{float:left!important}.h1,h1{font-size:18px}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:17px}.h3,h3{font-size:16px}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:15px}.h5,h5{font-size:14px}.h5,.h6,h5,h6{font-weight:700}.h6,h6{font-size:13px}.modal{position:inherit!important;page-break-inside:avoid;page-break-before:always}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:15 px;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%}@media screen and (min-width:94rem){html{font-size:16px}}@media screen and (max-width:50.2rem){html{font-size:15 px}}body{font-family:Lato,sans-serif;font-size:1rem;line-height:1.4;color:#333;background-color:#fbfbfb;height:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-thumbnail{padding:.2rem;line-height:1.4;background-color:#fbfbfb;border:1px solid #ddd;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #ececec}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit;letter-spacing:.02em}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:inherit}.h1,.h2,.h3,h1,h2,h3{margin-top:1rem;margin-bottom:.5rem}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:1rem;margin-bottom:.5rem}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:2.25rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:1.9rem}.h3,h3{font-size:1.5rem}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:1.3rem}.h5,h5{font-size:1.15rem}.h5,.h6,h5,h6{font-weight:400}.h6,h6{font-size:1.07rem}p{margin:0 0 .5rem;font-weight:300}p.strong,p .strong,p strong{font-weight:400}i{font-style:normal}.strong,strong{font-weight:600}.lead{margin-bottom:1.4;font-size:1rem}a{color:#0e97c0;text-decoration:none;cursor:pointer}a,a:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:hover{opacity:.8;color:#0c84a8}a:active,a:focus{opacity:1;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:focus{outline:thin dotted;outline-offset:3px}.point{cursor:pointer}.strike{text-decoration:line-through}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#9a9a9a}.text-primary{color:#0e97c0}a.text-primary:focus,a.text-primary:hover{color:#0c84a8}.text-success{color:#459f42}a.text-success:focus,a.text-success:hover{color:#3d8d3b}.text-info{color:#0b1929}a.text-info:focus,a.text-info:hover{color:#060d15}.text-warning{color:#cc7a00}a.text-warning:focus,a.text-warning:hover{color:#b36a00}.text-danger{color:#df2518}a.text-danger:focus,a.text-danger:hover{color:#c82116}.text-underline{text-decoration:underline}.text-light{font-weight:200}.bg-primary{color:#fff;background-color:#0e97c0}a.bg-primary:focus,a.bg-primary:hover{background-color:#0b7290}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:-.5rem;margin:2.8 0 1.4;border-bottom:1px solid #ececec}ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}li{margin-bottom:.5em;font-weight:300}li strong{font-weight:400}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1.4}dd,dt{line-height:1.4}dt{font-weight:700}dd{margin-left:0}@media (min-width:51.2rem){.dl-horizontal dt{float:left;width:-8rem;clear:left;text-align:right;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:12rem}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #9a9a9a}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:.5rem 1.4;margin:0 0 1.4;font-size:1.25rem;border-left:5px solid #ececec}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.4;color:#9a9a9a}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #ececec;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:1.4;font-style:normal;line-height:1.4}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4}code,kbd{padding:2px 4px;font-size:90%;border-radius:0}kbd{color:#fff;background-color:#333;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:.2;margin:0 0 .7;font-size:0;line-height:1.4;word-break:break-all;word-wrap:break-word;color:#333;background-color:#fafafa;border:1px solid #ececec;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:23rem;overflow-y:scroll}.container{width:100%;margin-right:auto;margin-left:auto;max-width:113rem;padding:0 5rem}@media screen and (max-width:80rem){.container{padding:0 3%}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:1rem;padding-right:1rem}.row{margin-left:-1rem;margin-right:-1rem}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:1rem;padding-right:1rem}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:51.2rem){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:66.13333333rem){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:80rem){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent;margin-bottom:10px;border-bottom:1px solid #ddd}caption{padding-top:.5rem;padding-bottom:.5rem;color:#9a9a9a}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:1.4}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:.5rem;line-height:1.4;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fbfbfb}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:.25rem}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f5f5f5}.table-striped>tbody>tr>td,.table-striped>tbody>tr>th,.table-striped>tfoot>tr>td,.table-striped>tfoot>tr>th,.table-striped>thead>tr>td,.table-striped>thead>tr>th{border-top:0}.table-mnemonic{border-bottom:0;font-weight:400}.table-mnemonic th{border-bottom:1px solid #ececec;vertical-align:bottom}.table-mnemonic td:first-child{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.table-mnemonic tr:last-child td:first-child{text-align:left}.table-mnemonic tr:first-child,.table-mnemonic tr:last-child:not(.mnemonic-custom-row){background-color:#fff!important}.table-mnemonic.table>tbody>tr>td,.table-mnemonic.table>tbody>tr>th,.table-mnemonic.table>tfoot>tr>td,.table-mnemonic.table>tfoot>tr>th,.table-mnemonic.table>thead>tr>td,.table-mnemonic.table>thead>tr>th{padding:.25rem}.table-mnemonic .mnemonic-custom-row input[type=text]{margin:-5px;display:inline;width:70%;max-width:15rem}.table-mnemonic label{margin:.15rem}.table-hover,.table-hover>tbody>tr>td,.table-hover>tbody>tr>th,.table-hover>tfoot>tr>td,.table-hover>tfoot>tr>th,.table-hover>thead>tr>td,.table-hover>thead>tr>th,.table-hover td,.table-hover th,.table-hover tr{border:0 solid #fff}.table-hover>tbody>tr:hover{background-color:#fafafa}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#fafafa}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#ededed}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:50.2rem){.table-responsive{width:100%;margin-bottom:1.05;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.table-domainsale-modal .table-ens-modal{font-weight:400;font-size:16px}.table-domainsale-modal .table-ens-modal textarea{font-size:11px;word-break:break-all;padding:.5rem}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:1.4;font-size:1.5rem;line-height:inherit;color:#333;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-top:.5rem;margin-bottom:.25rem;font-weight:600;font-size:1.15rem}label small{font-weight:300;font-size:1em}td label{font-weight:400}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:3px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline-offset:3px}output{display:block;padding-top:1.75rem;font-size:1rem;line-height:1.4;color:#333}.account-help-icon+.btn,.account-help-icon+input,.account-help-icon+textarea,label+.form-control,label+input,label+textarea{margin-top:0}.form-control{display:block;width:100%;height:2.55rem;padding:.25rem 1rem;font-size:1rem;line-height:2;color:#333;background-color:#fff;background-image:none;border:1px solid #ececec;margin-top:.5rem;margin-bottom:.5rem;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.form-control:focus{border-color:#0e97c0;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5)}.form-control::-moz-placeholder{color:#d3d3d3;opacity:1}.form-control:-ms-input-placeholder{color:#d3d3d3}.form-control::-webkit-input-placeholder{color:#d3d3d3}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ececec;opacity:1;cursor:text!important;-webkit-box-shadow:none!important;box-shadow:none!important}.form-control[disabled],fieldset[disabled] .form-control{cursor:default}textarea.form-control{height:auto;line-height:1.4}input[readonly]{background-color:#fafafa;cursor:text!important}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:2.55rem}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:2rem}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:4rem}}.form-group{margin-top:.5rem;margin-bottom:.5rem;display:block}.checkbox,.radio{position:relative;display:block;margin:15px 0;font-weight:500}.checkbox label,.radio label{min-height:1.4;padding-left:20px;padding-right:15px;margin-bottom:0;font-weight:500;cursor:pointer}.checkbox.small,.radio.small{margin:.2rem 0}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{margin-left:-20px}input[type=radio]{margin-right:5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:default}.form-control-static{padding-top:1.75rem;padding-bottom:1.75rem;margin-bottom:0;min-height:2.4rem}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-sm{height:2rem;line-height:2rem}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5}.form-group-sm select.form-control{height:2rem;line-height:2rem}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:2rem;min-height:2.3rem;padding:1.5rem 1rem;font-size:.9rem;line-height:1.5}.input-lg{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-lg{height:4rem;line-height:4rem}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2}.form-group-lg select.form-control{height:4rem;line-height:4rem}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:4rem;min-height:3.3rem;padding:2rem;font-size:1.9rem;line-height:1.2}.form-control.is-valid{border-color:#b5e0b4;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5)}.form-control.is-valid:focus{border-color:#92d190;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5)}.form-control.is-invalid{border-color:#f7b7b3;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5)}.form-control.is-invalid:focus{border-color:#f28c85;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5)}.form-control.is-semivalid{border-color:#ffcc80;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5)}.form-control.is-semivalid:focus{border-color:#ffb74d;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5)}.btn{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline-offset:3px}.btn.focus,.btn:focus,.btn:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.alert .btn-info{background-color:#fff;text-decoration:none;color:#163151}.alert .btn-info.focus,.alert .btn-info:focus,.alert .btn-info:hover{color:#fff;text-decoration:none;opacity:1}.alert .btn-info.disabled{background-color:#fff;text-decoration:none;color:#163151;opacity:.6}.btn-default{color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-default .badge{color:#c3c3c3;background-color:#222}.btn-primary{color:#fff;background-color:#0e97c0;border-color:#0e97c0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0c84a8;border-color:#0c84a8;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#095f79;border-color:#095f79;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#0e97c0;border-color:#0e97c0}.btn-primary .badge{color:#0e97c0;background-color:#fff}.btn-success{color:#fff;background-color:#5dba5a;border-color:#5dba5a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#4db14a;border-color:#4db14a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#3d8d3b;border-color:#3d8d3b;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5dba5a;border-color:#5dba5a}.btn-success .badge{color:#5dba5a;background-color:#fff}.btn-info{color:#fff;background-color:#163151;border-color:#163151;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#11253d;border-color:#11253d;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#060d15;border-color:#060d15;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#163151;border-color:#163151}.btn-info .badge{color:#163151;background-color:#fff}.btn-warning{color:#fff;background-color:#ff9800;border-color:#ff9800;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#e68900;border-color:#e68900;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#b36a00;border-color:#b36a00;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#ff9800;border-color:#ff9800}.btn-warning .badge{color:#ff9800;background-color:#fff}.btn-danger{color:#fff;background-color:#ea4b40;border-color:#ea4b40;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#e73529;border-color:#e73529;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#c82116;border-color:#c82116;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#ea4b40;border-color:#ea4b40}.btn-danger .badge{color:#ea4b40;background-color:#fff}.btn-white{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;color:#163151}.btn-white.active,.btn-white.focus,.btn-white:active,.btn-white:focus,.btn-white:hover,.open>.dropdown-toggle.btn-white{color:#163151;background-color:hsla(0,0%,95%,.8);border-color:hsla(0,0%,95%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active.focus,.btn-white.active:focus,.btn-white.active:hover,.btn-white:active.focus,.btn-white:active:focus,.btn-white:active:hover,.open>.dropdown-toggle.btn-white.focus,.open>.dropdown-toggle.btn-white:focus,.open>.dropdown-toggle.btn-white:hover{color:#163151;background-color:hsla(0,0%,85%,.8);border-color:hsla(0,0%,85%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active,.btn-white:active,.open>.dropdown-toggle.btn-white{background-image:none}.btn-white.disabled,.btn-white.disabled.active,.btn-white.disabled.focus,.btn-white.disabled:active,.btn-white.disabled:focus,.btn-white.disabled:hover,.btn-white[disabled],.btn-white[disabled].active,.btn-white[disabled].focus,.btn-white[disabled]:active,.btn-white[disabled]:focus,.btn-white[disabled]:hover,fieldset[disabled] .btn-white,fieldset[disabled] .btn-white.active,fieldset[disabled] .btn-white.focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:hover{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8)}.btn-white .badge{color:hsla(0,0%,100%,.8);background-color:#163151}.header-branding a.btn-white{color:#163151}.header-branding a.btn-white:focus,.header-branding a.btn-white:hover{background:#fff;opacity:1;color:#163151}.btn-group .btn-default{border-bottom-width:1px}.btn-group .btn-default.active{border:1px solid #0e97c0;color:#0e97c0;background:#f5f5f5}.btn-link{color:#0e97c0;font-weight:400}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0c84a8;text-decoration:none;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#9a9a9a;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:1rem 2rem;font-size:1.15rem;line-height:1.2;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:0}.btn-group-xs>.btn,.btn-xs{font-size:.75rem;line-height:1.5;border-radius:0;padding:.1rem .6rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}.btn-file,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-file{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;position:relative;overflow:hidden}.btn-file.active.focus,.btn-file.active:focus,.btn-file.focus,.btn-file:active.focus,.btn-file:active:focus,.btn-file:focus{outline:thin dotted;outline-offset:3px}.btn-file.focus,.btn-file:focus,.btn-file:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn-file.active,.btn-file:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-file.disabled,.btn-file[disabled],fieldset[disabled] .btn-file{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn-file.disabled,fieldset[disabled] a.btn-file{pointer-events:none}.btn-file.active,.btn-file.focus,.btn-file:active,.btn-file:focus,.btn-file:hover,.open>.dropdown-toggle.btn-file{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active.focus,.btn-file.active:focus,.btn-file.active:hover,.btn-file:active.focus,.btn-file:active:focus,.btn-file:active:hover,.open>.dropdown-toggle.btn-file.focus,.open>.dropdown-toggle.btn-file:focus,.open>.dropdown-toggle.btn-file:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active,.btn-file:active,.open>.dropdown-toggle.btn-file{background-image:none}.btn-file.disabled,.btn-file.disabled.active,.btn-file.disabled.focus,.btn-file.disabled:active,.btn-file.disabled:focus,.btn-file.disabled:hover,.btn-file[disabled],.btn-file[disabled].active,.btn-file[disabled].focus,.btn-file[disabled]:active,.btn-file[disabled]:focus,.btn-file[disabled]:hover,fieldset[disabled] .btn-file,fieldset[disabled] .btn-file.active,fieldset[disabled] .btn-file.focus,fieldset[disabled] .btn-file:active,fieldset[disabled] .btn-file:focus,fieldset[disabled] .btn-file:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-file .badge{color:#c3c3c3;background-color:#222}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block}.caret{display:inline-block;width:0;height:0;margin-left:.5rem;vertical-align:middle;border-top:.25rem dashed;border-right:.25rem solid transparent;border-left:.25rem solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle{margin-top:0;font-size:1rem;padding:.5rem 1rem}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;min-width:160px;max-width:100vw;max-height:75vh;overflow:scroll;padding:0;margin:2px 0 0;list-style:none;font-size:1rem;text-align:left;background-color:#fff;border-radius:0;-webkit-box-shadow:0 6px 10px rgba(0,0,0,.175);box-shadow:0 6px 10px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:2px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li{margin:0}.dropdown-menu>li:first-child{padding-top:4px}.dropdown-menu>li:last-child{padding-bottom:4px}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:300;line-height:1.4;color:#163151;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#0e97c0;background-color:#fafafa}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#0e97c0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#9a9a9a}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:.9rem;line-height:1.4;color:#9a9a9a;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:.25rem solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:51.2rem){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;margin-bottom:5px}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group{float:left}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:.25rem .25rem 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 .25rem .25rem}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group>*{margin-bottom:0;margin-top:0}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%}.input-group .dropdown-toggle{padding-right:.75rem;padding-left:.75rem}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:4rem;line-height:4rem}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:2rem;line-height:2rem}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding-left:2rem;padding-right:2rem;font-size:1rem;font-weight:400;line-height:1;color:#333;text-align:center;background-color:#ececec;border:1px solid #dfdfdf;outline:0;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5);box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5)}.input-group-addon.input-sm{padding:.5rem 1rem;font-size:.9rem}.input-group-addon.input-lg{padding:1rem 2rem;font-size:1.9rem}.input-group-addon:focus{border:1px solid #dadada;outline:0;-webkit-box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9);box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9)}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative;margin-bottom:0;margin-top:0;font-size:1rem;padding:.55rem 2rem}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.alert{padding:.75rem 2rem;margin:1rem auto;font-weight:300;font-size:1.07rem}.alert h4{color:inherit}.alert>:first-child,.alert h4{margin-top:0}.alert>:last-child{margin-bottom:0}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert a{color:#fff;text-decoration:underline}.alert a:hover{opacity:.8}.alert a:active,.alert a:focus{opacity:1}.alert svg{vertical-align:bottom}.alert-danger--outline{padding:.5em .6em .6em .3em;margin:0 0 1em;border-top:2px solid #ea4b40;-webkit-box-shadow:0 1px 5px 1px rgba(63,63,63,.13);box-shadow:0 1px 5px 1px rgba(63,63,63,.13);font-size:.9em;font-weight:500}.alert-danger--outline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23ea4b40'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23ea4b40'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.75em;float:left;width:2em;height:4em;margin-right:.75em}.alert.popup{position:fixed;bottom:0;left:0;right:0;padding:1rem 0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.33);box-shadow:0 0 20px 0 rgba(0,0,0,.33);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;z-index:1060;margin:0}.alert.popup .container{position:relative;padding:0 10rem 0 5rem}@media screen and (max-width:51.2rem){.alert.popup .container{padding:1rem 8rem 1rem 4rem}}@media screen and (max-width:32rem){.alert.popup .container{padding:3rem 1rem 0 4rem}}.alert.popup .container:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;color:#fff;position:absolute;top:0;bottom:0;left:1%;width:2.25rem}@media screen and (max-width:32rem){.alert.popup .container:after{top:2.5rem;left:.5rem}}.alert.popup .icon-close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 348.333 348.334'%3E%3Cpath d='M336.559 68.611L231.016 174.165l105.543 105.549c15.699 15.705 15.699 41.145 0 56.85-7.844 7.844-18.128 11.769-28.407 11.769-10.296 0-20.581-3.919-28.419-11.769L174.167 231.003 68.609 336.563c-7.843 7.844-18.128 11.769-28.416 11.769-10.285 0-20.563-3.919-28.413-11.769-15.699-15.698-15.699-41.139 0-56.85l105.54-105.549L11.774 68.611c-15.699-15.699-15.699-41.145 0-56.844 15.696-15.687 41.127-15.687 56.829 0l105.563 105.554L279.721 11.767c15.705-15.687 41.139-15.687 56.832 0 15.705 15.699 15.705 41.145.006 56.844z' fill='%23FFF'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;cursor:pointer;opacity:.7;position:absolute;top:0;right:0;width:9rem;bottom:0;border-left:1px solid hsla(0,0%,100%,.7);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}@media screen and (max-width:51.2rem){.alert.popup .icon-close{width:7rem}}@media screen and (max-width:32rem){.alert.popup .icon-close{width:100%;height:3rem;left:0;right:0;top:0;bottom:auto;border-left:0;border-bottom:1px solid hsla(0,0%,100%,.7)}}.alert.popup .icon-close:hover{border-color:hsla(0,0%,100%,.5)}.alert.popup .icon-close:active,.alert.popup .icon-close:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;background-color:rgba(0,0,0,.1)}.alert.popup .icon-close:active{border-color:hsla(0,0%,100%,.7);opacity:1}.alert.popup.ng-hide{bottom:-20%;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.alert,.alert-info{background-color:#0e97c0;border-color:#0e97c0;color:#fff}.alert-info hr,.alert hr{border-top-color:#0c84a8}.alert-info .alert-link,.alert .alert-link{color:#e6e6e6}.alert-info .container:after,.alert .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='30' y='30' viewBox='0 0 65 65' width='512' height='512'%3E%3Cpath d='M32.5 0C14.58 0 0 14.579 0 32.5S14.58 65 32.5 65 65 50.421 65 32.5 50.42 0 32.5 0zm0 61C16.785 61 4 48.215 4 32.5S16.785 4 32.5 4 61 16.785 61 32.5 48.215 61 32.5 61z' fill='%23FFF'/%3E%3Ccircle cx='33.018' cy='19.541' r='3.345' fill='%23FFF'/%3E%3Cpath d='M32.137 28.342a2 2 0 0 0-2 2v17a2 2 0 0 0 4 0v-17a2 2 0 0 0-2-2z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-success{background-color:#5dba5a;border-color:#5dba5a;color:#fff}.alert-success hr{border-top-color:#4db14a}.alert-success .alert-link{color:#e6e6e6}.alert-success .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.2 478.2' width='32' height='32'%3E%3Cpath d='M457.575 325.1c9.8-12.5 14.5-25.9 13.9-39.7-.6-15.2-7.4-27.1-13-34.4 6.5-16.2 9-41.7-12.7-61.5-15.9-14.5-42.9-21-80.3-19.2-26.3 1.2-48.3 6.1-49.2 6.3h-.1c-5 .9-10.3 2-15.7 3.2-.4-6.4.7-22.3 12.5-58.1 14-42.6 13.2-75.2-2.6-97-16.6-22.9-43.1-24.7-50.9-24.7-7.5 0-14.4 3.1-19.3 8.8-11.1 12.9-9.8 36.7-8.4 47.7-13.2 35.4-50.2 122.2-81.5 146.3-.6.4-1.1.9-1.6 1.4-9.2 9.7-15.4 20.2-19.6 29.4-5.9-3.2-12.6-5-19.8-5h-61c-23 0-41.6 18.7-41.6 41.6v162.5c0 23 18.7 41.6 41.6 41.6h61c8.9 0 17.2-2.8 24-7.6l23.5 2.8c3.6.5 67.6 8.6 133.3 7.3 11.9.9 23.1 1.4 33.5 1.4 17.9 0 33.5-1.4 46.5-4.2 30.6-6.5 51.5-19.5 62.1-38.6 8.1-14.6 8.1-29.1 6.8-38.3 19.9-18 23.4-37.9 22.7-51.9-.4-8.1-2.2-15-4.1-20.1zm-409.3 122.2c-8.1 0-14.6-6.6-14.6-14.6V270.1c0-8.1 6.6-14.6 14.6-14.6h61c8.1 0 14.6 6.6 14.6 14.6v162.5c0 8.1-6.6 14.6-14.6 14.6h-61v.1zm383.7-133.9c-4.2 4.4-5 11.1-1.8 16.3 0 .1 4.1 7.1 4.6 16.7.7 13.1-5.6 24.7-18.8 34.6-4.7 3.6-6.6 9.8-4.6 15.4 0 .1 4.3 13.3-2.7 25.8-6.7 12-21.6 20.6-44.2 25.4-18.1 3.9-42.7 4.6-72.9 2.2h-1.4c-64.3 1.4-129.3-7-130-7.1h-.1l-10.1-1.2c.6-2.8.9-5.8.9-8.8V270.1c0-4.3-.7-8.5-1.9-12.4 1.8-6.7 6.8-21.6 18.6-34.3 44.9-35.6 88.8-155.7 90.7-160.9.8-2.1 1-4.4.6-6.7-1.7-11.2-1.1-24.9 1.3-29 5.3.1 19.6 1.6 28.2 13.5 10.2 14.1 9.8 39.3-1.2 72.7-16.8 50.9-18.2 77.7-4.9 89.5 6.6 5.9 15.4 6.2 21.8 3.9 6.1-1.4 11.9-2.6 17.4-3.5.4-.1.9-.2 1.3-.3 30.7-6.7 85.7-10.8 104.8 6.6 16.2 14.8 4.7 34.4 3.4 36.5-3.7 5.6-2.6 12.9 2.4 17.4.1.1 10.6 10 11.1 23.3.4 8.9-3.8 18-12.5 27z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-warning{background-color:#ff9800;border-color:#ff9800;color:#fff}.alert-warning hr{border-top-color:#e68900}.alert-warning .alert-link{color:#e6e6e6}.alert-warning .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-danger{background-color:#ea4b40;border-color:#ea4b40;color:#fff}.alert-danger hr{border-top-color:#e73529}.alert-danger .alert-link{color:#e6e6e6}.alert-danger .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.well{min-height:20px;padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#fafafa;border:1px solid #e8e8e8;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well :first-child{margin-top:0}.well :last-child{margin-bottom:0}.well.lg{padding:2rem}.well.sm{padding:.5rem}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border-radius:0;-webkit-box-shadow:1px 1px 60px rgba(0,0,0,.32);box-shadow:1px 1px 60px rgba(0,0,0,.32);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:.75rem 1.5rem}.modal-header .close{margin-top:-2px}.modal-title{margin:0 0 1rem;line-height:1.4}.modal-body{position:relative;padding:.75rem;font-size:1.15rem}.modal-body .table>tbody>tr>td{vertical-align:middle}.modal-body .addressIdenticon{margin:auto}.modal-footer{padding:1rem 1.5rem;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn{margin-top:0}.modal-footer .btn+.btn{margin-left:.5rem;margin-bottom:0;margin-top:0}#sendTransaction .modal-footer{text-align:center}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:51.2rem){.modal-dialog{width:800px;margin:30px auto}.modal-sm{width:30rem}}@media (min-width:66.13333333rem){.modal-lg{width:70rem}}.bity-contact:after,.bity-contact:before,.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}.bity-contact:after,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.modal-footer:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:50.2rem){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:50.2rem){.visible-xs-block{display:block!important}}@media (max-width:50.2rem){.visible-xs-inline{display:inline!important}}@media (max-width:50.2rem){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-block{display:block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline{display:inline!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-block{display:block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline{display:inline!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline-block{display:inline-block!important}}@media (min-width:80rem){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:80rem){.visible-lg-block{display:block!important}}@media (min-width:80rem){.visible-lg-inline{display:inline!important}}@media (min-width:80rem){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:50.2rem){.hidden-xs{display:none!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.hidden-sm{display:none!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.hidden-md{display:none!important}}@media (min-width:80rem){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}img{max-width:100%;height:auto}textarea{resize:vertical}.announcement{padding:3px 10px;text-align:center;font-weight:300;color:#fff;display:block;background-color:#0e97c0}.announcement a{text-decoration:underline;color:#fff}.announcement:focus,.announcement:hover,.announcement a{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.announcement:focus,.announcement:hover{color:#f2f2f2;text-decoration:none;background-color:#0c84a8}.announcement strong{font-weight:400}.annoucement-warning{background-color:#ff5722}.annoucement-warning:focus,.annoucement-warning:hover{background-color:#ff4408}.annoucement-warning:focus a,.annoucement-warning:focus a:hover,.annoucement-warning:hover a,.annoucement-warning:hover a:hover{text-decoration:none}.annoucement-danger{background-color:#ea4b40}.annoucement-danger:hover{background-color:#ff4408}.annoucement-danger a:focus,.annoucement-danger a:hover{color:#f2f2f2}.annoucement-danger a:focus a,.annoucement-danger a:focus a:hover,.annoucement-danger a:hover a,.annoucement-danger a:hover a:hover{text-decoration:none}.address-identicon-container{padding:0;text-align:left;max-width:4.5rem;margin-left:-.5rem;margin-top:.5rem}.address-identicon-container-right{text-align:right}.address-identicon-container-right .addressIdenticon{float:right}.address-identicon-container-offline{padding:0;margin-left:-15px}.addressIdenticon{width:100%;height:auto;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:inset hsla(0,0%,100%,.5) 0 2px 2px,inset rgba(0,0,0,.6) 0 -1px 8px;box-shadow:inset 0 2px 2px hsla(0,0%,100%,.5),inset 0 -1px 8px rgba(0,0,0,.6)}.addressIdenticon.med{width:3rem;height:3rem;padding:0}.addressIdenticon.small{width:2rem;height:2rem;padding:0}.addressIdenticon.inline{display:inline-block}.addressIdenticon.float{float:left;margin-right:.5rem}.wrap{word-wrap:break-word}.bigger-on-mobile.form-control[readonly]{height:60px}@media screen and (max-width:767px){.bigger-on-mobile.form-control[readonly]{height:100px}}#paneHelp h3{margin-top:2em}.account-help-icon h3,.account-help-icon h4,.account-help-icon h5,.account-help-icon h6,.account-help-icon img{display:inline-block}.account-help-icon img:hover+.account-help-text{display:block;opacity:1;z-index:999}.account-help-icon img{margin-left:-30px;margin-right:3px}.account-help-icon:hover{opacity:1}.account-help-text{background:#fff;border-radius:0;border:1px solid #cdcdcd;-webkit-box-shadow:0 0 .5rem hsla(0,0%,39%,.2);box-shadow:0 0 .5rem hsla(0,0%,39%,.2);display:none;font-size:.75rem;font-weight:400;padding:.25rem;position:absolute;width:18rem;z-index:999;color:#333}ul.account-help-text{padding-left:1.6rem}.account-help-text li{font-size:.75rem;font-weight:400}@media screen and (max-width:767px){.account-help-icon img,.account-help-icon li,.account-help-icon p{display:none}}#accountAddress,#accountAddressMainTbl-1,#accountBalance,#accountBalanceBtc,#accountBalanceEur,#accountBalancePopMB-0,#accountBalancePopMB-2,#accountBalanceUsd,.form-control,.mono{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-weight:400;letter-spacing:.02em}.offline-qrcode{margin-top:-150px;max-width:300px}@media screen and (max-width:942px){.offline-qrcode{margin-top:-78px}}@media screen and (max-width:769px){.offline-qrcode{margin-top:0}}.account-info{padding-left:1em;margin:0}.account-info:after,.account-info:before{content:" ";display:table}.account-info:after{clear:both}.account-info li{margin-bottom:0;list-style-type:none;word-break:break-all}table.account-info{font-weight:200;border-bottom:0;min-width:200px;width:100%}table.account-info tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}table.account-info td{padding:.3rem;line-height:1}table.account-info td:first-child{word-wrap:break-word;padding-left:1em}table.account-info tr{border-bottom:1px solid #f3f3f3}table.account-info tr:last-child,table.account-info tr:nth-last-child(2){border-bottom:0 solid #f3f3f3}table.account-info tr.custom-token{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}input[type=text]+.eye{cursor:pointer}input[type=text]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye.svg)}input[type=password]+.eye{cursor:pointer}input[type=password]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye-closed.svg)}.collapse-container h1{margin:.25rem 0}.collapse-container .collapse-button{float:left;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.25rem;margin:.25rem -30px;font-size:1.6rem;line-height:1.6}.help .collapse-container{margin:40px 0}.help .collapse-container .collapse-button{margin:-10px -30px;font-size:20px;line-height:1}.token-remove{width:.9rem;height:.9rem;position:absolute;left:18px;cursor:pointer}.node-remove{width:16px;height:16px;position:absolute;right:6px;top:8px}.m-addresses td:first-child{max-width:50px;min-widht:50px}.m-addresses td:last-child{text-align:right}.token-balances{margin-bottom:15px;font-size:14px;max-height:60vh;overflow:scroll}h2 a.isActive,h2 a.isActive:active,h2 a.isActive:hover{color:#333;cursor:default}.item{margin:6px 0}.output{padding:.5rem 1rem;margin-top:-.5rem}.output p{margin:.75rem 0 0}label .small{font-size:.9rem}label small{color:#9a9a9a}.write-address .col-xs-1{padding:0}.write-address .col-xs-11{padding-right:10px}.write-boolean label{display:block}.decrypt-drtv{padding:1rem 0}.decrypt-drtv label.radio{padding:0 1.5rem;margin:.5rem 0}.decrypt-drtv h4{margin-top:0}.qr-code{max-width:17rem;margin:auto}.qr-pkey-container{position:relative}.qr-overlay{background-color:#000;position:absolute;top:0;left:0;right:0;bottom:0}.contracts a.isActive{color:#333;font-weight:400}.contracts .dropdown-toggle{display:block;text-align:left;white-space:normal}.contracts .dropdown-toggle .caret{position:absolute;right:1rem;top:1.25rem}.contracts .dropdown-menu-left{font-size:.9rem;left:auto;right:0;min-width:37rem}.contracts .dropdown-menu-left small{float:right}.dropdown-gas{padding-bottom:1rem}@media screen and (max-width:900px){.dropdown-gas{padding-bottom:2rem}}.dropdown-gas__msg{font-size:12px;font-weight:300;left:-100%;margin:0;position:absolute;right:-100%;white-space:normal}@media screen and (max-width:900px){.dropdown-gas__msg{left:-25%;right:0}}.view-wallet-content h5{margin-bottom:.25rem}.view-wallet-content a.isActive{color:#333}#selectedTypeLedger ol{padding-left:1rem}.loading-wrap{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:999;text-align:center}.loading-wrap .loading{position:absolute;text-align:center;top:40%;left:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.loading-wrap img{border-radius:50%}.loading-wrap h1{-webkit-animation:opacity 2s infinite ease-in-out;animation:opacity 2s infinite ease-in-out;color:#fff}@-webkit-keyframes opacity{0%,to{opacity:0}50%{opacity:1}}@keyframes opacity{0%,to{opacity:0}50%{opacity:1}}.embedded-logo{height:auto;width:100%;max-width:290px;padding:.5rem 0}.ens-response{color:#737373}.dropdown-node .dropdown-menu li{border-left:2px solid #b50085;position:relative}.dropdown-node .dropdown-menu li:last-child{border-top:1px solid #ececec;padding-top:5px}.dropdown-node .dropdown-menu li:first-child,.dropdown-node .dropdown-menu li:nth-child(2),.dropdown-node .dropdown-menu li:nth-child(3),.dropdown-node .dropdown-menu li:nth-child(4){border-left:2px solid #0e97c0}.dropdown-node .dropdown-menu li:nth-child(5){border-left:2px solid #009241}.dropdown-node .dropdown-menu li:nth-child(6),.dropdown-node .dropdown-menu li:nth-child(7),.dropdown-node .dropdown-menu li:nth-child(8),.dropdown-node .dropdown-menu li:nth-child(9),.dropdown-node .dropdown-menu li:nth-child(10),.dropdown-node .dropdown-menu li:nth-child(11){border-left:2px solid #adc101}.dropdown-node .dropdown-menu li:nth-child(12){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:nth-child(13){border-left:2px solid #00ad85}.dropdown-node .dropdown-menu li:nth-child(14){border-left:2px solid #4568bb}.dropdown-node .dropdown-menu li:nth-child(15){border-left:2px solid #6a488d}.dropdown-node .dropdown-menu li:nth-child(16){border-left:2px solid #046111}.dropdown-node .dropdown-menu li:last-child{border-left:2px solid #9a9a9a}.dropdown-node .dropdown-menu li:nth-child(4),.dropdown-node .dropdown-menu li:nth-child(5),.dropdown-node .dropdown-menu li:nth-child(11),.dropdown-node .dropdown-menu li:nth-child(12),.dropdown-node .dropdown-menu li:nth-child(13),.dropdown-node .dropdown-menu li:nth-child(14),.dropdown-node .dropdown-menu li:nth-child(15){border-bottom:1px solid #ececec}header{margin-bottom:1em}header.ETH+.container+.pre-footer+.footer,header.ETH .nav-container{border-top:.25rem solid #0e97c0}header.ETH+.container .modal-content{border:.25rem solid #0e97c0}header.ETH+.container .alert-info{background-color:#0e97c0}header.ETC+.container+.pre-footer+.footer,header.ETC .nav-container{border-top:.25rem solid #009241}header.ETC+.container .modal-content{border:.25rem solid #009241}header.ETC+.container .alert-info{background-color:#009241}header.Ropsten+.container+.pre-footer+.footer,header.Ropsten .nav-container{border-top:.25rem solid #adc101}header.Ropsten+.container .modal-content{border:.25rem solid #adc101}header.Ropsten+.container .alert-info{background-color:#adc101}header.Kovan+.container+.pre-footer+.footer,header.Kovan .nav-container{border-top:.25rem solid #adc101}header.Kovan+.container .modal-content{border:.25rem solid #adc101}header.Kovan+.container .alert-info{background-color:#adc101}header.Rinkeby+.container+.pre-footer+.footer,header.Rinkeby .nav-container{border-top:.25rem solid #adc101}header.Rinkeby+.container .modal-content{border:.25rem solid #adc101}header.Rinkeby+.container .alert-info{background-color:#adc101}header.RSK+.container+.pre-footer+.footer,header.RSK .nav-container{border-top:.25rem solid #ff794f}header.RSK+.container .modal-content{border:.25rem solid #ff794f}header.RSK+.container .alert-info{background-color:#ff794f}header.Custom+.container+.pre-footer+.footer,header.Custom .nav-container{border-top:.25rem solid #b50085}header.Custom+.container .modal-content{border:.25rem solid #b50085}header.Custom+.container .alert-info{background-color:#b50085}header.EXP+.container+.pre-footer+.footer,header.EXP .nav-container{border-top:.25rem solid #673ab7}header.EXP+.container .modal-content{border:.25rem solid #673ab7}header.EXP+.container .alert-info{background-color:#673ab7}header.UBQ+.container+.pre-footer+.footer,header.UBQ .nav-container{border-top:.25rem solid #00ad85}header.UBQ+.container .modal-content{border:.25rem solid #00ad85}header.UBQ+.container .alert-info{background-color:#00ad85}header.POA+.container+.pre-footer+.footer,header.POA .nav-container{border-top:.25rem solid #4568bb}header.POA+.container .modal-content{border:.25rem solid #4568bb}header.POA+.container .alert-info{background-color:#4568bb}header.TOMO+.container+.pre-footer+.footer,header.TOMO .nav-container{border-top:.25rem solid #6a488d}header.TOMO+.container .modal-content{border:.25rem solid #6a488d}header.TOMO+.container .alert-info{background-color:#6a488d}header.ELLA+.container+.pre-footer+.footer,header.ELLA .nav-container{border-top:.25rem solid #046111}header.ELLA+.container .modal-content{border:.25rem solid #046111}header.ELLA+.container .alert-info{background-color:#046111}.swap-tab a.link,.swap-tab a.link:hover{-webkit-transition:none;-o-transition:none;transition:none}.swap-tab .btn-lg{margin-top:3rem}.swap-tab .btn img,.swap-tab .btn svg{margin-right:.5rem;margin-left:-.25rem;vertical-align:middle}.swap-tab .swap-rates{text-align:center}.swap-tab .swap-rates .order-panel{background:-webkit-linear-gradient(300deg,#0e97c0,#163151);background:-o-linear-gradient(300deg,#0e97c0,#163151);background:linear-gradient(150deg,#0e97c0,#163151);position:relative}.swap-tab .swap-rates .order-panel .bity-logo{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:51.2rem){.swap-tab .swap-rates .order-panel{padding-top:1rem;padding-bottom:1rem}.swap-tab .swap-rates .order-panel .order-info{text-align:left;padding:0 0 0 22%}.swap-tab .swap-rates .order-panel .bity-logo{left:-1rem;top:40%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}.swap-tab .swap-rates .form-control.input-sm{width:16%;min-width:3.5rem;display:inline-block;margin-right:1rem;text-align:right;background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;border:0 solid #fff;border-bottom:2px solid #fff}.swap-tab .swap-rates p{margin:0}.swap-tab .swap-rates p span{opacity:.9}.swap-tab .swap-rates .order-info:nth-child(4n+1),.swap-tab .swap-rates .order-info:nth-child(4n+2),.swap-tab .swap-rates .order-info:nth-child(4n+3){background:transparent}.swap-tab .swap-panel{text-align:center;margin-top:3rem;padding:2rem .5rem}.swap-tab .swap-panel>*{display:inline-block;margin:1.5rem .5rem;vertical-align:middle}.swap-tab .swap-panel .form-control{width:10rem;margin-right:0}.swap-tab .swap-panel .dropdown{margin-left:0}.swap-tab .swap-address{text-align:center;padding:3rem 1rem}.swap-tab .swap-start{text-align:center}.swap-tab .swap-start .swap-info{text-align:left;margin-bottom:5rem}.swap-tab .swap-order{text-align:left}.swap-tab .swap-order .order-info-wrap{margin-bottom:0}.swap-tab .swap-order h1{margin-top:3rem;margin-bottom:3rem}.ens-tab .collapse-container h4,.ens-tab .collapse-container h5,.swap-tab .collapse-container h4,.swap-tab .collapse-container h5{display:inline-block}.ens-tab .collapse-container .collapse-button,.swap-tab .collapse-container .collapse-button{float:none;margin:0}.order-info-wrap{margin-bottom:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order-info-wrap .order-info{padding:1rem 0}.order-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;min-height:100px;text-align:center;padding:.5rem 0;color:#fff}.order-info:after,.order-info:before{content:" ";display:table}.order-info:after{clear:both}.order-info h3,.order-info h4,.order-info p{margin:0}.order-info:nth-child(4n+1){background-color:#175575}.order-info:nth-child(4n+2){background-color:#1e92ba}.order-info:nth-child(4n+3){background-color:#143955}.order-info:nth-child(4n+4){background-color:#19b3ae}.swap-progress{margin-top:2rem;margin-bottom:0;position:relative}.swap-progress .sep{position:absolute;top:3.5rem;left:3%;right:3%;height:.25rem;background-color:#ececec}@media screen and (max-width:675px){.swap-progress .sep{display:none}}.swap-progress:after,.swap-progress:before{content:" ";display:table}.swap-progress:after{clear:both}.swap-progress .progress-item{width:20%;float:left;text-align:center;margin:.25rem 0}@media screen and (max-width:675px){.swap-progress .progress-item{width:100%}}.swap-progress .progress-item:nth-child(4n+1) .progress-circle{border-color:rgba(30,146,186,.4);color:rgba(30,146,186,.4)}.swap-progress .progress-item:nth-child(4n+2) .progress-circle{border-color:rgba(23,85,117,.4);color:rgba(23,85,117,.4)}.swap-progress .progress-item:nth-child(4n+3) .progress-circle{border-color:rgba(25,179,174,.4);color:rgba(25,179,174,.4)}.swap-progress .progress-item:nth-child(4n+4) .progress-circle{border-color:rgba(20,57,85,.4);color:rgba(20,57,85,.4)}.swap-progress .progress-item .progress-circle{border-radius:50%;border-width:.25rem;border-style:solid;-webkit-box-sizing:content-box;box-sizing:content-box;margin:1rem auto;padding-bottom:4rem;position:relative;width:4rem;background:#fff}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle{margin:.25rem 1rem .25rem 2rem;padding-bottom:3rem;width:3rem;float:left}}.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.75rem;height:1.75rem;width:1.75rem;font-weight:900;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.5rem;height:1.5rem;width:1.5rem}}.swap-progress .progress-item p{font-size:.9rem;font-weight:600;text-transform:uppercase;color:hsla(0,0%,55%,.5);letter-spacing:.1em}@media screen and (max-width:675px){.swap-progress .progress-item p{line-height:4rem;margin:0;text-align:left}}.swap-progress .progress-item p small{letter-spacing:.03em;font-size:75%}.swap-progress .progress-item.progress-active p{color:#8d8d8d}.swap-progress .progress-item.progress-active:nth-child(4n+1) .progress-circle{border-color:#1e92ba;color:#1e92ba}.swap-progress .progress-item.progress-active:nth-child(4n+2) .progress-circle{border-color:#175575;color:#175575}.swap-progress .progress-item.progress-active:nth-child(4n+3) .progress-circle{border-color:#19b3ae;color:#19b3ae}.swap-progress .progress-item.progress-active:nth-child(4n+4) .progress-circle{border-color:#143955;color:#143955}.swap-progress .progress-item.progress-true .progress-circle{background-color:#5dba5a;border-color:#5dba5a;-webkit-box-shadow:inset 0 0 0 5px #fff;box-shadow:inset 0 0 0 5px #fff}.swap-progress .progress-item.progress-true .progress-circle i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.67 426.67' width='32' height='32'%3E%3Cpath d='M153.504 366.839c-8.657 0-17.323-3.302-23.927-9.911L9.914 237.265c-13.218-13.218-13.218-34.645 0-47.863 13.218-13.218 34.645-13.218 47.863 0l95.727 95.727 215.39-215.386c13.218-13.214 34.65-13.218 47.859 0 13.222 13.218 13.222 34.65 0 47.863L177.436 356.928c-6.609 6.605-15.271 9.911-23.932 9.911z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;font-size:0}.swap-progress .progress-item.progress-true p{color:#5dba5a}.ens-tab .order-info-wrap{margin-top:1rem;margin-bottom:1rem}.ens-tab h5+p{margin-top:-.5em}.bity-contact{margin:9rem -1rem -5rem}.cont-md{max-width:64rem;margin:auto}.txstatus__1 .form-control{max-width:64rem;margin:1rem auto}.txstatus__3 h4{display:inline-block}.txstatus__3 .collapse-button{float:none;margin:0}#etherWalletPopUp{padding:10px;position:relative;min-width:346px}#etherWalletPopUp .back-icon{position:absolute;left:5px;top:5px}#etherWalletPopUp .back-icon:active,#etherWalletPopUp .back-icon:hover{outline:0}.quicksend-address{font-family:Menlo,Monaco,Consolas,Courier New,monospace;max-width:170px;word-wrap:break-word;font-size:12px;font-weight:300;display:block}.chrome-tokens span{min-width:130px;display:inline-block}.mainWalletDelete,.mainWalletEdit,.mainWalletView{margin:.5em}.myWalletCtrl table:not(.account-info) h2{margin:0;font-size:1.6em}.myWalletCtrl table:not(.account-info) h3{font-weight:400;font-size:1.3em}.myWalletCtrl table:not(.account-info) td:nth-child(2){max-width:380px}.myWalletCtrl table:not(.account-info) td,.myWalletCtrl table:not(.account-info) th{vertical-align:middle;padding:.5em .75em}#secWatchOnlyMain .mainWalletDelete{width:60px;display:block}.text-navy{color:#163151}.text-gray-lighter{color:#ececec}.text-blue{color:#0e97c0}.text-white{color:#fff}.bg-navy{background:#163151}.bg-gradient{background:#163151;background:-webkit-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:-o-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:linear-gradient(149deg,#132a45,#143a56,#21a4ce,#19b4ad)}.bg-gray-lighter{background-color:#ececec}.bg-blue{background-color:#0e97c0}.bg-white{background-color:#fff}.text-serif{font-family:Georgia,Times New Roman,Times,serif}.text-sans-serif{font-family:Lato,sans-serif}.pad-v-sm{padding-top:.5em;padding-bottom:.5em}.pad-v-md{padding-top:1em;padding-bottom:1em}.pad-v-lg{padding-top:1.5em;padding-bottom:1.5em}.pad-v-xl{padding-top:2em;padding-bottom:2em}.marg-v-sm{margin-top:.5em;margin-bottom:.5em}.marg-v-md{margin-top:1em;margin-bottom:1em}.marg-v-lg{margin-top:1.5em;margin-bottom:1.5em}.marg-v-xl{margin-top:2em;margin-bottom:2em}.img-fill{width:100%;height:auto;max-width:100%}.header-branding{color:#fff;padding:0}@media screen and (max-width:900px){.header-branding{text-align:center}}.header-branding .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .container{padding-left:1%;padding-right:1%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.header-branding .brand img{padding:.25rem 0}@media screen and (max-width:900px){.header-branding .brand img{max-width:10rem}}.header-branding .tagline{font-weight:200;color:#fff;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;text-align:right;padding:.25rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .tagline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-align:right}}.header-branding a{cursor:pointer;font-weight:400;display:inline-block}.header-branding a,.header-branding a:active,.header-branding a:hover{color:#fff;-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.header-branding a:active,.header-branding a:hover{opacity:.8;text-decoration:none}.header-branding .dropdown{padding:.2rem}@media screen and (max-width:900px){.header-branding .dropdown{padding:.2rem 0;white-space:nowrap;display:inline-block;font-size:14px}.header-branding .dropdown .dropdown-menu{right:-10px;min-width:auto;left:auto;top:2.45rem;font-size:14px}.header-branding .dropdown .dropdown-menu>li>a{font-size:14px;padding:.25rem 30px .25rem 15px;position:relative}}.header-branding .dropdown-toggle{font-size:14px;padding:.3em .6rem}.header-branding .dropdown-gas{display:inline-block}@media screen and (max-width:900px){.header-branding .dropdown-gas{margin-bottom:1.8rem}}.header-branding .dropdown-gas .dropdown-toggle{min-width:200px}.header-branding .dropdown-gas .dropdown-menu{min-width:100%;padding:.5rem;margin:0;left:0;right:0}.header-branding .dropdown-gas .dropdown-menu p{padding:0}.dropdown-menu a.active{text-decoration:none;color:#0e97c0;background-color:#fafafa}.nav-container{position:relative;overflow-y:hidden}.nav-container .nav-scroll{-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;overflow-x:auto;margin-bottom:-20px;font-size:0;white-space:nowrap}@media screen and (max-width:51.2rem){.nav-container .nav-scroll{margin:0 -5% -20px}}.nav-container .nav-scroll .nav-inner{border-bottom:2px solid #fff;display:inline-block;font-size:0;margin-bottom:20px;min-width:100%;padding:5px 0 0;vertical-align:middle}.nav-container .nav-scroll .nav-inner .nav-item{display:inline-block;font-size:0}.nav-container .nav-scroll .nav-inner .nav-item.NAV_Swap a:before{content:"";display:inline-block;margin-top:-.1rem;width:1.3rem;height:1.3rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620.04 631.27'%3E%3Ctitle%3Eicon-swap%3C/title%3E%3Cpath d='M469.95 289.68c-77 0-139.59-62.62-139.59-139.59S392.98 10.5 469.95 10.5s139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M469.95 21a129.09 129.09 0 1 1-129.09 129.09A129.24 129.24 0 0 1 469.95 21m0-21c-82.76 0-150.09 67.33-150.09 150.09s67.29 150.09 150.09 150.09 150.09-67.33 150.09-150.09S552.71 0 469.95 0z' fill='%230f0f0f'/%3E%3Cpath d='M599.04 150.09A129.24 129.24 0 0 0 469.95 21v258.18a129.24 129.24 0 0 0 129.09-129.09z' fill='%23fc3'/%3E%3Cpath d='M469.95 44.94a105.12 105.12 0 1 0 105.12 105.15A105.24 105.24 0 0 0 469.95 44.94zm0 179c-49.27 0-74.85-24.6-74.85-73.87s25.58-74.85 74.85-74.85 75.82 25.58 75.82 74.85-26.55 73.87-75.82 73.87z' fill='%23ff9f19'/%3E%3Cpath d='M545.77 150.09c0 49.27-26.55 74.85-75.82 74.85v30.27a105.12 105.12 0 1 0 0-210.24v30.27c49.27 0 75.82 25.58 75.82 74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M100.66 277.37H26.9V114.06h240.72V50.84l131.7 100.1-131.7 100.09v-63.22H100.66v89.56z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M63.78 150.94h335.54l-131.7-100.1v63.22H26.9v163.31h36.88V150.94z'/%3E%3Cpath d='M259.71 34.94l152.67 116-152.67 116v-71.23H108.55v89.56H19V106.15h240.71zm126.55 116L275.52 66.77v55.17H34.8v147.53h57.95v-89.53h182.77v55.19z'/%3E%3Cpath fill='%23fff' d='M292.951 119.43l9.638-12.482 47.456 36.642-9.638 12.482z'/%3E%3Cpath d='M150.09 620.77c-77 0-139.59-62.62-139.59-139.59s62.65-139.59 139.59-139.59 139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M150.09 352.09A129.09 129.09 0 1 1 21 481.18a129.24 129.24 0 0 1 129.09-129.09m0-21C67.33 331.09 0 398.42 0 481.18s67.33 150.09 150.09 150.09 150.06-67.33 150.06-150.09-67.3-150.09-150.06-150.09z' fill='%230f0f0f'/%3E%3Cpath d='M21 481.18a129.24 129.24 0 0 0 129.09 129.09V352.09A129.24 129.24 0 0 0 21 481.18z' fill='%23fc3'/%3E%3Cpath d='M150.09 586.3A105.12 105.12 0 1 0 44.97 481.18 105.24 105.24 0 0 0 150.09 586.3zm0-179c49.27 0 74.85 24.6 74.85 73.87s-25.58 74.85-74.85 74.85-75.82-25.58-75.82-74.85 26.55-73.86 75.82-73.86z' fill='%23ff9f19'/%3E%3Cpath d='M74.26 481.18c0-49.27 26.55-74.85 75.82-74.85v-30.27a105.12 105.12 0 1 0 0 210.24v-30.27c-49.26 0-75.82-25.58-75.82-74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M519.39 353.9h73.75v163.31H352.43v63.22L220.72 480.34l131.71-100.1v63.22h166.96V353.9z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M556.26 480.34H220.72l131.71 100.09v-63.22h240.71V353.9h-36.88v126.44z'/%3E%3Cpath d='M360.32 596.36l-152.66-116 152.66-116v71.25h151.16V346h89.56v179.11H360.32zm-126.55-116l110.74 84.16v-55.21h240.73V361.8h-57.95v89.56H344.52v-55.19z'/%3E%3Cpath fill='%23fff' d='M268.572 486.574l9.7-12.473 47.419 36.875-9.7 12.473z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-right:.25rem}.nav-container .nav-scroll .nav-inner .nav-item a{color:#095f79;display:block;font-size:16px;font-weight:300;padding:10px;white-space:nowrap;position:relative;min-height:2.75rem}.nav-container .nav-scroll .nav-inner .nav-item a:after{content:"";background:#0e97c0;height:2px;width:100%;left:0;position:absolute;bottom:-1px;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.nav-container .nav-scroll .nav-inner .nav-item.active a,.nav-container .nav-scroll .nav-inner .nav-item a:focus,.nav-container .nav-scroll .nav-inner .nav-item a:hover{color:#0e97c0;text-decoration:none;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-scroll .nav-inner .nav-item.active a:after,.nav-container .nav-scroll .nav-inner .nav-item a:focus:after,.nav-container .nav-scroll .nav-inner .nav-item a:hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-arrow-left,.nav-container .nav-arrow-right{background-color:#fff;bottom:12px;color:#d6d6d6;font-size:33px;line-height:1.3;min-width:50px;position:absolute;top:0;vertical-align:middle;width:5%;z-index:999}.nav-container .nav-arrow-left:hover,.nav-container .nav-arrow-right:hover{text-decoration:none}.nav-container .nav-arrow-right{right:3%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-right:5px;text-align:right}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-right{right:0}}.nav-container .nav-arrow-left{left:3%;background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(right,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(right,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-left:5px;text-align:left}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-left{left:0}}.print-container{width:680px;height:280px;border:1px solid gray;margin-bottom:50px;position:relative}.print-container #identicon{-webkit-print-color-adjust:exact;position:absolute;right:7.5rem;bottom:3rem}.print-container #identicon:after{content:"Always look for this icon when sending to this wallet.";font-size:9px;width:120px;position:absolute;bottom:.75rem;text-align:center;right:-7.5rem}.print-title{float:left}.print-text{color:#0b7290;text-transform:uppercase;letter-spacing:.05em;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;right:0;bottom:0;font-size:13px;font-weight:600}.print-qr-code-1{width:28%;float:left;position:relative;padding:20px}.print-qr-code-1 .print-text{right:-35px;bottom:69px}.print-qr-code-2{width:28%;float:left;position:relative;padding:20px}.print-qr-code-2 .print-text{right:-45px;bottom:69px}.print-notes{width:28%;float:left;position:relative;padding:20px}.print-notes .print-text{right:-45px;bottom:69px}.print-address-container{float:left;width:85%;padding:0 25px}.print-address-container p{font-size:14px;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.ether-logo-1{position:absolute;left:100px}.ether-logo-2{position:absolute;right:32px;bottom:64px}.block--container{max-width:113rem;margin-left:-1%;margin-right:-1%}.block__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative}.block:after,.block:before{content:" ";display:table}.block:after{clear:both}@media screen and (max-width:32rem){.block{padding:1.25rem}}.block>:first-child{margin-top:0}.block>:last-child{margin-bottom:0}.block--text-white *,.block--text-white a{color:#fff}.block--text-white a:focus,.block--text-white a:hover{color:hsla(0,0%,100%,.9)}.block--danger{background-color:#ea4b40}.block--danger *,.block--danger a{color:#fff}.block--danger a:focus,.block--danger a:hover{color:hsla(0,0%,100%,.9)}.block--warning{background-color:#ff9800}.block--warning *,.block--warning a{color:#fff}.block--warning a:focus,.block--warning a:hover{color:hsla(0,0%,100%,.9)}.block--info{background-color:#163151}.block--info *,.block--info a{color:#fff}.block--info a:focus,.block--info a:hover{color:hsla(0,0%,100%,.9)}.block--primary{background-color:#0e97c0}.block--primary *,.block--primary a{color:#fff}.block--primary a:focus,.block--primary a:hover{color:hsla(0,0%,100%,.9)}.block--success{background-color:#5dba5a}.block--success *,.block--success a{color:#fff}.block--success a:focus,.block--success a:hover{color:hsla(0,0%,100%,.9)}.block__main{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;text-align:left;padding:.75rem;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%;margin:1rem .5%}.block__main:after,.block__main:before{content:" ";display:table}.block__main:after{clear:both}@media screen and (max-width:32rem){.block__main{padding:1.25rem}}.block__main>:first-child{margin-top:0}.block__main>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__main{-webkit-flex-basis:68%;-ms-flex-preferred-size:68%;flex-basis:68%}}@media screen and (min-width:66.13333333rem){.block__main{-webkit-flex-basis:73%;-ms-flex-preferred-size:73%;flex-basis:73%}}.block__help{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;background-image:url(../images/icon-help-2.svg);background-size:8rem;background-position:102% -5%;background-repeat:no-repeat;text-align:left;margin:1rem 1%;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%}.block__help:after,.block__help:before{content:" ";display:table}.block__help:after{clear:both}@media screen and (max-width:32rem){.block__help{padding:1.25rem}}.block__help>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__help{-webkit-flex-basis:28%;-ms-flex-preferred-size:28%;flex-basis:28%}}@media screen and (min-width:66.13333333rem){.block__help{-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}}.block__help a{color:#ff5722}.block__help a:hover{color:#ff4408}.block__help>:first-child{margin-top:0}.block__help ul{list-style:circle}.block__help ol,.block__help ul{padding-left:1rem}.block__help h2{font-size:1.15rem;font-weight:400}.equal-space>*{margin-top:1rem;margin-bottom:1rem}.u-center-h{text-align:center}.gen__1 .input-group{max-width:43rem;margin:1rem auto}.gen__1--inner{text-align:center}.gen__1--inner h1{margin:1rem auto 2rem}.gen__1--inner h4{margin:3rem auto 1rem}.gen__1--inner p{margin:0 0 2rem}.gen__1--inner .btn{margin:0 auto 3rem}.gen__2--inner{text-align:center}.gen__2--inner h1{margin:1rem auto}.gen__2--inner>.btn{margin:1rem auto 2rem}.gen__2--inner .warn{margin:2rem auto}.gen__3--inner{text-align:center}.gen__3--inner h1{margin:2rem auto 1rem}.gen__3--inner>.btn,.gen__3--inner>.form-control{margin:0 auto 3rem}.pre-footer{padding:1rem;-webkit-box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);margin-top:5rem;background-color:#fff;text-align:center}.pre-footer p{font-size:1.3rem}.footer{background-color:#102138;color:#fff;font-size:.8rem;margin-top:0}.footer h5{margin-top:.5rem;margin-bottom:.25rem}.footer h5 i{margin-left:-1.5em;margin-right:.25em}.footer h5:first-child{margin-top:0}.footer ul{list-style:none;padding-left:0;margin:0}.footer li,.footer p{font-size:.8rem;margin:.25em 0}.footer a{color:#7fe5ff;font-weight:400}.footer a:focus,.footer a:hover{color:#4cdbff}.footer small{font-size:.6rem}.footer--logo{width:100%;height:auto;max-width:16rem}.header--gas{max-width:26rem;color:#333}.header--gas p{font-weight:400;margin:.5rem 0 0}.header--gas a,.header--gas a:focus,.header--gas a:hover,.header--gas a:visited{color:#0e97c0}.footer--left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:22rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--left{max-width:100%}}.footer--cent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:34rem;-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}@media screen and (max-width:32rem){.footer--cent{max-width:100%}}.footer--cent li:last-child,.footer--cent ul{margin-bottom:0}.footer--righ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:28rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--righ{max-width:100%}}.footer__icon{display:inline-block;height:30px;width:30px;padding:5px}.footer__pill-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}a.footer__pill{display:inline;background:#0e97c0;padding:3px 12px;border-radius:30px;color:#fff}a.footer__pill:focus,a.footer__pill:hover{color:#0e97c0;background:#fff;opacity:1}.custom-token-fields label{font-weight:400;font-size:1rem}.custom-token-fields input{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.custom-token-fields input{height:2rem;line-height:2rem}select[multiple].custom-token-fields input,textarea.custom-token-fields input{height:auto}.custom-token-fields input .mono{font-size:.75rem}.custom-token-fields .address-identicon-container{margin-top:2rem}.swap--btc,.swap--hw,.swap--usd{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1rem .15rem}.swap--btc .col-sm-7,.swap--hw .col-sm-7,.swap--usd .col-sm-7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.swap--usd{background-color:#2b71b1}.swap--usd *,.swap--usd a{color:#fff}.swap--usd a:focus,.swap--usd a:hover{color:hsla(0,0%,100%,.9)}.swap--usd .swap-flag--bal,.swap--usd .swap-flag--price{background-color:#2e86d7}.swap--btc{background-color:#006e79}.swap--btc *,.swap--btc a{color:#fff}.swap--btc a:focus,.swap--btc a:hover{color:hsla(0,0%,100%,.9)}.swap--btc .swap-flag--bal,.swap--btc .swap-flag--price{background-color:#00a3b4}.swap--hw{background-color:#6e9a3e}.swap--hw *,.swap--hw a{color:#fff}.swap--hw a:focus,.swap--hw a:hover{color:hsla(0,0%,100%,.9)}.swap--hw .swap-flag--bal,.swap--hw .swap-flag--price{background-color:#81bc3f}.swap--hw .swap__logo{margin:.45rem 0}.swap-flag--bal,.swap-flag--price{background-color:#5dba5a;color:#fff;padding:.1rem .5rem;font-size:.7rem;border-radius:5rem;margin:.7rem 0 0;line-height:1.4;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.swap__subhead{font-size:.8rem;margin:.15rem 0}.swap__cta{font-size:1.25rem;margin:.15rem 0}.swap__logo{margin:0}.swap__nav{margin-top:-1.1rem;margin-bottom:.7rem;text-align:center}.swap__nav a{color:#9a9a9a;padding:0 .2rem .6rem}.send-modal__addr{font-size:12px}.u__protip{display:table}.u__protip:before{content:"";display:table-cell;width:2em;height:1em;background-image:url(../images/icon-protip.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.u__download{display:table;margin-left:.5em}.u__download:before{content:"";display:table-cell;width:1.25em;height:1em;background-image:url(../images/icon-external-link.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.send__load-tokens{padding:5px 2px;margin:0;background-color:#ff9800;text-align:center;color:#fff;font-size:9px}.send__load-tokens img{width:14px;height:14px}.send__load-tokens p{margin:4px 0 0;font-weight:500}.send__load-tokens:hover{color:#fff;opacity:.8}.onboarding__modal{padding:1rem}.onboarding__modal:after,.onboarding__modal:before{content:" ";display:table}.onboarding__modal:after{clear:both}.onboarding__modal .btn-primary{background-image:url(../images/icon-arrow-right.svg);background-size:contain;background-position:100%;background-repeat:no-repeat}.onboarding__modal .btn-default{background-image:url(../images/icon-arrow-left.svg);background-size:contain;background-position:0;background-repeat:no-repeat}.onboarding__modal .onboarding__title{text-align:center;margin-bottom:1.5rem}@media (max-width:50.2rem){.onboarding__modal .onboarding__title{margin:0 auto .5rem}}.onboarding__modal img{margin-top:1rem;margin-bottom:1rem}@media (max-width:50.2rem){.onboarding__modal img{max-height:200px}}.onboarding__modal .onboarding__buttons .btn{margin-top:.5rem;margin-bottom:.5rem}@media (min-width:51.2rem){.onboarding__modal .onboarding__buttons{margin-top:.5rem;margin-bottom:.5rem}.onboarding__modal .onboarding__buttons:after,.onboarding__modal .onboarding__buttons:before{content:" ";display:table}.onboarding__modal .onboarding__buttons:after{clear:both}.onboarding__modal .onboarding__buttons .btn+.btn{float:right}}@media (max-width:50.2rem){.onboarding__modal .onboarding__buttons .btn{display:block}.onboarding__modal .onboarding__buttons .btn+.btn{margin-top:1.5rem}}@media (max-width:50.2rem){.onboarding__modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.onboarding__modal .onboarding__content,.onboarding__modal .onboarding__image{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.onboarding__modal .onboarding__content+.onboarding__image{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.row.row--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:50.2rem){.row.row--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.onboarding__msg{text-align:center;font-size:.9rem} \ No newline at end of file +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline;color:#000}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #000;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}.print-text{color:#0b7290!important}footer{border-top:1px solid #000}header{border-bottom:1px solid #000;border-top:0 solid #fff!important}.btn{border:1px solid #000;color:1px solid #000;background:transparent!important}.nav-container{display:none!important}.footer-1 img{width:40px!important}.footer-1 *,.footer-2 *,.footer-3 *{font-size:8px!important;line-height:1.1!important}.footer-1 .footer-2,.footer-1 .footer-3,.footer-2 .footer-2,.footer-2 .footer-3,.footer-3 .footer-2,.footer-3 .footer-3{float:left!important}.h1,h1{font-size:18px}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:17px}.h3,h3{font-size:16px}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:15px}.h5,h5{font-size:14px}.h5,.h6,h5,h6{font-weight:700}.h6,h6{font-size:13px}.modal{position:inherit!important;page-break-inside:avoid;page-break-before:always}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:15 px;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%}@media screen and (min-width:94rem){html{font-size:16px}}@media screen and (max-width:50.2rem){html{font-size:15 px}}body{font-family:Lato,sans-serif;font-size:1rem;line-height:1.4;color:#333;background-color:#fbfbfb;height:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-thumbnail{padding:.2rem;line-height:1.4;background-color:#fbfbfb;border:1px solid #ddd;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #ececec}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit;letter-spacing:.02em}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:inherit}.h1,.h2,.h3,h1,h2,h3{margin-top:1rem;margin-bottom:.5rem}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:1rem;margin-bottom:.5rem}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:2.25rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:1.9rem}.h3,h3{font-size:1.5rem}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:1.3rem}.h5,h5{font-size:1.15rem}.h5,.h6,h5,h6{font-weight:400}.h6,h6{font-size:1.07rem}p{margin:0 0 .5rem;font-weight:300}p.strong,p .strong,p strong{font-weight:400}i{font-style:normal}.strong,strong{font-weight:600}.lead{margin-bottom:1.4;font-size:1rem}a{color:#0e97c0;text-decoration:none;cursor:pointer}a,a:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:hover{opacity:.8;color:#0c84a8}a:active,a:focus{opacity:1;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:focus{outline:thin dotted;outline-offset:3px}.point{cursor:pointer}.strike{text-decoration:line-through}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#9a9a9a}.text-primary{color:#0e97c0}a.text-primary:focus,a.text-primary:hover{color:#0c84a8}.text-success{color:#459f42}a.text-success:focus,a.text-success:hover{color:#3d8d3b}.text-info{color:#0b1929}a.text-info:focus,a.text-info:hover{color:#060d15}.text-warning{color:#cc7a00}a.text-warning:focus,a.text-warning:hover{color:#b36a00}.text-danger{color:#df2518}a.text-danger:focus,a.text-danger:hover{color:#c82116}.text-underline{text-decoration:underline}.text-light{font-weight:200}.bg-primary{color:#fff;background-color:#0e97c0}a.bg-primary:focus,a.bg-primary:hover{background-color:#0b7290}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:-.5rem;margin:2.8 0 1.4;border-bottom:1px solid #ececec}ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}li{margin-bottom:.5em;font-weight:300}li strong{font-weight:400}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1.4}dd,dt{line-height:1.4}dt{font-weight:700}dd{margin-left:0}@media (min-width:51.2rem){.dl-horizontal dt{float:left;width:-8rem;clear:left;text-align:right;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:12rem}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #9a9a9a}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:.5rem 1.4;margin:0 0 1.4;font-size:1.25rem;border-left:5px solid #ececec}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.4;color:#9a9a9a}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #ececec;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:1.4;font-style:normal;line-height:1.4}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4}code,kbd{padding:2px 4px;font-size:90%;border-radius:0}kbd{color:#fff;background-color:#333;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:.2;margin:0 0 .7;font-size:0;line-height:1.4;word-break:break-all;word-wrap:break-word;color:#333;background-color:#fafafa;border:1px solid #ececec;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:23rem;overflow-y:scroll}.container{width:100%;margin-right:auto;margin-left:auto;max-width:113rem;padding:0 5rem}@media screen and (max-width:80rem){.container{padding:0 3%}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:1rem;padding-right:1rem}.row{margin-left:-1rem;margin-right:-1rem}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:1rem;padding-right:1rem}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:51.2rem){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:66.13333333rem){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:80rem){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent;margin-bottom:10px;border-bottom:1px solid #ddd}caption{padding-top:.5rem;padding-bottom:.5rem;color:#9a9a9a}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:1.4}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:.5rem;line-height:1.4;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fbfbfb}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:.25rem}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f5f5f5}.table-striped>tbody>tr>td,.table-striped>tbody>tr>th,.table-striped>tfoot>tr>td,.table-striped>tfoot>tr>th,.table-striped>thead>tr>td,.table-striped>thead>tr>th{border-top:0}.table-mnemonic{border-bottom:0;font-weight:400}.table-mnemonic th{border-bottom:1px solid #ececec;vertical-align:bottom}.table-mnemonic td:first-child{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.table-mnemonic tr:last-child td:first-child{text-align:left}.table-mnemonic tr:first-child,.table-mnemonic tr:last-child:not(.mnemonic-custom-row){background-color:#fff!important}.table-mnemonic.table>tbody>tr>td,.table-mnemonic.table>tbody>tr>th,.table-mnemonic.table>tfoot>tr>td,.table-mnemonic.table>tfoot>tr>th,.table-mnemonic.table>thead>tr>td,.table-mnemonic.table>thead>tr>th{padding:.25rem}.table-mnemonic .mnemonic-custom-row input[type=text]{margin:-5px;display:inline;width:70%;max-width:15rem}.table-mnemonic label{margin:.15rem}.table-hover,.table-hover>tbody>tr>td,.table-hover>tbody>tr>th,.table-hover>tfoot>tr>td,.table-hover>tfoot>tr>th,.table-hover>thead>tr>td,.table-hover>thead>tr>th,.table-hover td,.table-hover th,.table-hover tr{border:0 solid #fff}.table-hover>tbody>tr:hover{background-color:#fafafa}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#fafafa}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#ededed}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:50.2rem){.table-responsive{width:100%;margin-bottom:1.05;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.table-domainsale-modal .table-ens-modal{font-weight:400;font-size:16px}.table-domainsale-modal .table-ens-modal textarea{font-size:11px;word-break:break-all;padding:.5rem}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:1.4;font-size:1.5rem;line-height:inherit;color:#333;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-top:.5rem;margin-bottom:.25rem;font-weight:600;font-size:1.15rem}label small{font-weight:300;font-size:1em}td label{font-weight:400}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:3px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline-offset:3px}output{display:block;padding-top:1.75rem;font-size:1rem;line-height:1.4;color:#333}.account-help-icon+.btn,.account-help-icon+input,.account-help-icon+textarea,label+.form-control,label+input,label+textarea{margin-top:0}.form-control{display:block;width:100%;height:2.55rem;padding:.25rem 1rem;font-size:1rem;line-height:2;color:#333;background-color:#fff;background-image:none;border:1px solid #ececec;margin-top:.5rem;margin-bottom:.5rem;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.form-control:focus{border-color:#0e97c0;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5)}.form-control::-moz-placeholder{color:#d3d3d3;opacity:1}.form-control:-ms-input-placeholder{color:#d3d3d3}.form-control::-webkit-input-placeholder{color:#d3d3d3}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ececec;opacity:1;cursor:text!important;-webkit-box-shadow:none!important;box-shadow:none!important}.form-control[disabled],fieldset[disabled] .form-control{cursor:default}textarea.form-control{height:auto;line-height:1.4}input[readonly]{background-color:#fafafa;cursor:text!important}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:2.55rem}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:2rem}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:4rem}}.form-group{margin-top:.5rem;margin-bottom:.5rem;display:block}.checkbox,.radio{position:relative;display:block;margin:15px 0;font-weight:500}.checkbox label,.radio label{min-height:1.4;padding-left:20px;padding-right:15px;margin-bottom:0;font-weight:500;cursor:pointer}.checkbox.small,.radio.small{margin:.2rem 0}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{margin-left:-20px}input[type=radio]{margin-right:5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:default}.form-control-static{padding-top:1.75rem;padding-bottom:1.75rem;margin-bottom:0;min-height:2.4rem}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-sm{height:2rem;line-height:2rem}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5}.form-group-sm select.form-control{height:2rem;line-height:2rem}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:2rem;min-height:2.3rem;padding:1.5rem 1rem;font-size:.9rem;line-height:1.5}.input-lg{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-lg{height:4rem;line-height:4rem}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2}.form-group-lg select.form-control{height:4rem;line-height:4rem}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:4rem;min-height:3.3rem;padding:2rem;font-size:1.9rem;line-height:1.2}.form-control.is-valid{border-color:#b5e0b4;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5)}.form-control.is-valid:focus{border-color:#92d190;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5)}.form-control.is-invalid{border-color:#f7b7b3;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5)}.form-control.is-invalid:focus{border-color:#f28c85;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5)}.form-control.is-semivalid{border-color:#ffcc80;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5)}.form-control.is-semivalid:focus{border-color:#ffb74d;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5)}.btn{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline-offset:3px}.btn.focus,.btn:focus,.btn:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.alert .btn-info{background-color:#fff;text-decoration:none;color:#163151}.alert .btn-info.focus,.alert .btn-info:focus,.alert .btn-info:hover{color:#fff;text-decoration:none;opacity:1}.alert .btn-info.disabled{background-color:#fff;text-decoration:none;color:#163151;opacity:.6}.btn-default{color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-default .badge{color:#c3c3c3;background-color:#222}.btn-primary{color:#fff;background-color:#0e97c0;border-color:#0e97c0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0c84a8;border-color:#0c84a8;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#095f79;border-color:#095f79;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#0e97c0;border-color:#0e97c0}.btn-primary .badge{color:#0e97c0;background-color:#fff}.btn-success{color:#fff;background-color:#5dba5a;border-color:#5dba5a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#4db14a;border-color:#4db14a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#3d8d3b;border-color:#3d8d3b;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5dba5a;border-color:#5dba5a}.btn-success .badge{color:#5dba5a;background-color:#fff}.btn-info{color:#fff;background-color:#163151;border-color:#163151;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#11253d;border-color:#11253d;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#060d15;border-color:#060d15;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#163151;border-color:#163151}.btn-info .badge{color:#163151;background-color:#fff}.btn-warning{color:#fff;background-color:#ff9800;border-color:#ff9800;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#e68900;border-color:#e68900;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#b36a00;border-color:#b36a00;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#ff9800;border-color:#ff9800}.btn-warning .badge{color:#ff9800;background-color:#fff}.btn-danger{color:#fff;background-color:#ea4b40;border-color:#ea4b40;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#e73529;border-color:#e73529;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#c82116;border-color:#c82116;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#ea4b40;border-color:#ea4b40}.btn-danger .badge{color:#ea4b40;background-color:#fff}.btn-white{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;color:#163151}.btn-white.active,.btn-white.focus,.btn-white:active,.btn-white:focus,.btn-white:hover,.open>.dropdown-toggle.btn-white{color:#163151;background-color:hsla(0,0%,95%,.8);border-color:hsla(0,0%,95%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active.focus,.btn-white.active:focus,.btn-white.active:hover,.btn-white:active.focus,.btn-white:active:focus,.btn-white:active:hover,.open>.dropdown-toggle.btn-white.focus,.open>.dropdown-toggle.btn-white:focus,.open>.dropdown-toggle.btn-white:hover{color:#163151;background-color:hsla(0,0%,85%,.8);border-color:hsla(0,0%,85%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active,.btn-white:active,.open>.dropdown-toggle.btn-white{background-image:none}.btn-white.disabled,.btn-white.disabled.active,.btn-white.disabled.focus,.btn-white.disabled:active,.btn-white.disabled:focus,.btn-white.disabled:hover,.btn-white[disabled],.btn-white[disabled].active,.btn-white[disabled].focus,.btn-white[disabled]:active,.btn-white[disabled]:focus,.btn-white[disabled]:hover,fieldset[disabled] .btn-white,fieldset[disabled] .btn-white.active,fieldset[disabled] .btn-white.focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:hover{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8)}.btn-white .badge{color:hsla(0,0%,100%,.8);background-color:#163151}.header-branding a.btn-white{color:#163151}.header-branding a.btn-white:focus,.header-branding a.btn-white:hover{background:#fff;opacity:1;color:#163151}.btn-group .btn-default{border-bottom-width:1px}.btn-group .btn-default.active{border:1px solid #0e97c0;color:#0e97c0;background:#f5f5f5}.btn-link{color:#0e97c0;font-weight:400}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0c84a8;text-decoration:none;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#9a9a9a;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:1rem 2rem;font-size:1.15rem;line-height:1.2;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:0}.btn-group-xs>.btn,.btn-xs{font-size:.75rem;line-height:1.5;border-radius:0;padding:.1rem .6rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}.btn-file,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-file{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;position:relative;overflow:hidden}.btn-file.active.focus,.btn-file.active:focus,.btn-file.focus,.btn-file:active.focus,.btn-file:active:focus,.btn-file:focus{outline:thin dotted;outline-offset:3px}.btn-file.focus,.btn-file:focus,.btn-file:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn-file.active,.btn-file:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-file.disabled,.btn-file[disabled],fieldset[disabled] .btn-file{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn-file.disabled,fieldset[disabled] a.btn-file{pointer-events:none}.btn-file.active,.btn-file.focus,.btn-file:active,.btn-file:focus,.btn-file:hover,.open>.dropdown-toggle.btn-file{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active.focus,.btn-file.active:focus,.btn-file.active:hover,.btn-file:active.focus,.btn-file:active:focus,.btn-file:active:hover,.open>.dropdown-toggle.btn-file.focus,.open>.dropdown-toggle.btn-file:focus,.open>.dropdown-toggle.btn-file:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active,.btn-file:active,.open>.dropdown-toggle.btn-file{background-image:none}.btn-file.disabled,.btn-file.disabled.active,.btn-file.disabled.focus,.btn-file.disabled:active,.btn-file.disabled:focus,.btn-file.disabled:hover,.btn-file[disabled],.btn-file[disabled].active,.btn-file[disabled].focus,.btn-file[disabled]:active,.btn-file[disabled]:focus,.btn-file[disabled]:hover,fieldset[disabled] .btn-file,fieldset[disabled] .btn-file.active,fieldset[disabled] .btn-file.focus,fieldset[disabled] .btn-file:active,fieldset[disabled] .btn-file:focus,fieldset[disabled] .btn-file:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-file .badge{color:#c3c3c3;background-color:#222}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block}.caret{display:inline-block;width:0;height:0;margin-left:.5rem;vertical-align:middle;border-top:.25rem dashed;border-right:.25rem solid transparent;border-left:.25rem solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle{margin-top:0;font-size:1rem;padding:.5rem 1rem}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;min-width:160px;max-width:100vw;max-height:75vh;overflow:scroll;padding:0;margin:2px 0 0;list-style:none;font-size:.9rem;text-align:left;background-color:#fff;border-radius:0;-webkit-box-shadow:0 6px 10px rgba(0,0,0,.175);box-shadow:0 6px 10px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:2px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li{margin:0}.dropdown-menu>li:first-child{padding-top:2px}.dropdown-menu>li:last-child{padding-bottom:2px}.dropdown-menu>li>a{display:block;padding:2px 1rem;clear:both;font-weight:300;line-height:1.4;color:#163151;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#0e97c0;background-color:#fafafa}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#0e97c0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#9a9a9a}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:.9rem;line-height:1.4;color:#9a9a9a;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:.25rem solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:51.2rem){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;margin-bottom:5px}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group{float:left}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:.25rem .25rem 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 .25rem .25rem}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group>*{margin-bottom:0;margin-top:0}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%}.input-group .dropdown-toggle{padding-right:.75rem;padding-left:.75rem}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:4rem;line-height:4rem}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:2rem;line-height:2rem}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding-left:2rem;padding-right:2rem;font-size:1rem;font-weight:400;line-height:1;color:#333;text-align:center;background-color:#ececec;border:1px solid #dfdfdf;outline:0;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5);box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5)}.input-group-addon.input-sm{padding:.5rem 1rem;font-size:.9rem}.input-group-addon.input-lg{padding:1rem 2rem;font-size:1.9rem}.input-group-addon:focus{border:1px solid #dadada;outline:0;-webkit-box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9);box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9)}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative;margin-bottom:0;margin-top:0;font-size:1rem;padding:.55rem 2rem}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.alert{padding:.75rem 2rem;margin:1rem auto;font-weight:300;font-size:1.07rem}.alert h4{color:inherit}.alert>:first-child,.alert h4{margin-top:0}.alert>:last-child{margin-bottom:0}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert a{color:#fff;text-decoration:underline}.alert a:hover{opacity:.8}.alert a:active,.alert a:focus{opacity:1}.alert svg{vertical-align:bottom}.alert-danger--outline{padding:.5em .6em .6em .3em;margin:0 0 1em;border-top:2px solid #ea4b40;-webkit-box-shadow:0 1px 5px 1px rgba(63,63,63,.13);box-shadow:0 1px 5px 1px rgba(63,63,63,.13);font-size:.9em;font-weight:500}.alert-danger--outline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23ea4b40'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23ea4b40'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.75em;float:left;width:2em;height:4em;margin-right:.75em}.alert.popup{position:fixed;bottom:0;left:0;right:0;padding:1rem 0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.33);box-shadow:0 0 20px 0 rgba(0,0,0,.33);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;z-index:1060;margin:0}.alert.popup .container{position:relative;padding:0 10rem 0 5rem}@media screen and (max-width:51.2rem){.alert.popup .container{padding:1rem 8rem 1rem 4rem}}@media screen and (max-width:32rem){.alert.popup .container{padding:3rem 1rem 0 4rem}}.alert.popup .container:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;color:#fff;position:absolute;top:0;bottom:0;left:1%;width:2.25rem}@media screen and (max-width:32rem){.alert.popup .container:after{top:2.5rem;left:.5rem}}.alert.popup .icon-close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 348.333 348.334'%3E%3Cpath d='M336.559 68.611L231.016 174.165l105.543 105.549c15.699 15.705 15.699 41.145 0 56.85-7.844 7.844-18.128 11.769-28.407 11.769-10.296 0-20.581-3.919-28.419-11.769L174.167 231.003 68.609 336.563c-7.843 7.844-18.128 11.769-28.416 11.769-10.285 0-20.563-3.919-28.413-11.769-15.699-15.698-15.699-41.139 0-56.85l105.54-105.549L11.774 68.611c-15.699-15.699-15.699-41.145 0-56.844 15.696-15.687 41.127-15.687 56.829 0l105.563 105.554L279.721 11.767c15.705-15.687 41.139-15.687 56.832 0 15.705 15.699 15.705 41.145.006 56.844z' fill='%23FFF'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;cursor:pointer;opacity:.7;position:absolute;top:0;right:0;width:9rem;bottom:0;border-left:1px solid hsla(0,0%,100%,.7);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}@media screen and (max-width:51.2rem){.alert.popup .icon-close{width:7rem}}@media screen and (max-width:32rem){.alert.popup .icon-close{width:100%;height:3rem;left:0;right:0;top:0;bottom:auto;border-left:0;border-bottom:1px solid hsla(0,0%,100%,.7)}}.alert.popup .icon-close:hover{border-color:hsla(0,0%,100%,.5)}.alert.popup .icon-close:active,.alert.popup .icon-close:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;background-color:rgba(0,0,0,.1)}.alert.popup .icon-close:active{border-color:hsla(0,0%,100%,.7);opacity:1}.alert.popup.ng-hide{bottom:-20%;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.alert,.alert-info{background-color:#0e97c0;border-color:#0e97c0;color:#fff}.alert-info hr,.alert hr{border-top-color:#0c84a8}.alert-info .alert-link,.alert .alert-link{color:#e6e6e6}.alert-info .container:after,.alert .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='30' y='30' viewBox='0 0 65 65' width='512' height='512'%3E%3Cpath d='M32.5 0C14.58 0 0 14.579 0 32.5S14.58 65 32.5 65 65 50.421 65 32.5 50.42 0 32.5 0zm0 61C16.785 61 4 48.215 4 32.5S16.785 4 32.5 4 61 16.785 61 32.5 48.215 61 32.5 61z' fill='%23FFF'/%3E%3Ccircle cx='33.018' cy='19.541' r='3.345' fill='%23FFF'/%3E%3Cpath d='M32.137 28.342a2 2 0 0 0-2 2v17a2 2 0 0 0 4 0v-17a2 2 0 0 0-2-2z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-success{background-color:#5dba5a;border-color:#5dba5a;color:#fff}.alert-success hr{border-top-color:#4db14a}.alert-success .alert-link{color:#e6e6e6}.alert-success .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.2 478.2' width='32' height='32'%3E%3Cpath d='M457.575 325.1c9.8-12.5 14.5-25.9 13.9-39.7-.6-15.2-7.4-27.1-13-34.4 6.5-16.2 9-41.7-12.7-61.5-15.9-14.5-42.9-21-80.3-19.2-26.3 1.2-48.3 6.1-49.2 6.3h-.1c-5 .9-10.3 2-15.7 3.2-.4-6.4.7-22.3 12.5-58.1 14-42.6 13.2-75.2-2.6-97-16.6-22.9-43.1-24.7-50.9-24.7-7.5 0-14.4 3.1-19.3 8.8-11.1 12.9-9.8 36.7-8.4 47.7-13.2 35.4-50.2 122.2-81.5 146.3-.6.4-1.1.9-1.6 1.4-9.2 9.7-15.4 20.2-19.6 29.4-5.9-3.2-12.6-5-19.8-5h-61c-23 0-41.6 18.7-41.6 41.6v162.5c0 23 18.7 41.6 41.6 41.6h61c8.9 0 17.2-2.8 24-7.6l23.5 2.8c3.6.5 67.6 8.6 133.3 7.3 11.9.9 23.1 1.4 33.5 1.4 17.9 0 33.5-1.4 46.5-4.2 30.6-6.5 51.5-19.5 62.1-38.6 8.1-14.6 8.1-29.1 6.8-38.3 19.9-18 23.4-37.9 22.7-51.9-.4-8.1-2.2-15-4.1-20.1zm-409.3 122.2c-8.1 0-14.6-6.6-14.6-14.6V270.1c0-8.1 6.6-14.6 14.6-14.6h61c8.1 0 14.6 6.6 14.6 14.6v162.5c0 8.1-6.6 14.6-14.6 14.6h-61v.1zm383.7-133.9c-4.2 4.4-5 11.1-1.8 16.3 0 .1 4.1 7.1 4.6 16.7.7 13.1-5.6 24.7-18.8 34.6-4.7 3.6-6.6 9.8-4.6 15.4 0 .1 4.3 13.3-2.7 25.8-6.7 12-21.6 20.6-44.2 25.4-18.1 3.9-42.7 4.6-72.9 2.2h-1.4c-64.3 1.4-129.3-7-130-7.1h-.1l-10.1-1.2c.6-2.8.9-5.8.9-8.8V270.1c0-4.3-.7-8.5-1.9-12.4 1.8-6.7 6.8-21.6 18.6-34.3 44.9-35.6 88.8-155.7 90.7-160.9.8-2.1 1-4.4.6-6.7-1.7-11.2-1.1-24.9 1.3-29 5.3.1 19.6 1.6 28.2 13.5 10.2 14.1 9.8 39.3-1.2 72.7-16.8 50.9-18.2 77.7-4.9 89.5 6.6 5.9 15.4 6.2 21.8 3.9 6.1-1.4 11.9-2.6 17.4-3.5.4-.1.9-.2 1.3-.3 30.7-6.7 85.7-10.8 104.8 6.6 16.2 14.8 4.7 34.4 3.4 36.5-3.7 5.6-2.6 12.9 2.4 17.4.1.1 10.6 10 11.1 23.3.4 8.9-3.8 18-12.5 27z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-warning{background-color:#ff9800;border-color:#ff9800;color:#fff}.alert-warning hr{border-top-color:#e68900}.alert-warning .alert-link{color:#e6e6e6}.alert-warning .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-danger{background-color:#ea4b40;border-color:#ea4b40;color:#fff}.alert-danger hr{border-top-color:#e73529}.alert-danger .alert-link{color:#e6e6e6}.alert-danger .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.well{min-height:20px;padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#fafafa;border:1px solid #e8e8e8;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well :first-child{margin-top:0}.well :last-child{margin-bottom:0}.well.lg{padding:2rem}.well.sm{padding:.5rem}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border-radius:0;-webkit-box-shadow:1px 1px 60px rgba(0,0,0,.32);box-shadow:1px 1px 60px rgba(0,0,0,.32);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:.75rem 1.5rem}.modal-header .close{margin-top:-2px}.modal-title{margin:0 0 1rem;line-height:1.4}.modal-body{position:relative;padding:.75rem;font-size:1.15rem}.modal-body .table>tbody>tr>td{vertical-align:middle}.modal-body .addressIdenticon{margin:auto}.modal-footer{padding:1rem 1.5rem;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn{margin-top:0}.modal-footer .btn+.btn{margin-left:.5rem;margin-bottom:0;margin-top:0}#sendTransaction .modal-footer{text-align:center}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:51.2rem){.modal-dialog{width:800px;margin:30px auto}.modal-sm{width:30rem}}@media (min-width:66.13333333rem){.modal-lg{width:70rem}}.bity-contact:after,.bity-contact:before,.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}.bity-contact:after,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.modal-footer:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:50.2rem){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:50.2rem){.visible-xs-block{display:block!important}}@media (max-width:50.2rem){.visible-xs-inline{display:inline!important}}@media (max-width:50.2rem){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-block{display:block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline{display:inline!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-block{display:block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline{display:inline!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline-block{display:inline-block!important}}@media (min-width:80rem){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:80rem){.visible-lg-block{display:block!important}}@media (min-width:80rem){.visible-lg-inline{display:inline!important}}@media (min-width:80rem){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:50.2rem){.hidden-xs{display:none!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.hidden-sm{display:none!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.hidden-md{display:none!important}}@media (min-width:80rem){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}img{max-width:100%;height:auto}textarea{resize:vertical}.announcement{padding:3px 10px;text-align:center;font-weight:300;color:#fff;display:block;background-color:#0e97c0}.announcement a{text-decoration:underline;color:#fff}.announcement:focus,.announcement:hover,.announcement a{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.announcement:focus,.announcement:hover{color:#f2f2f2;text-decoration:none;background-color:#0c84a8}.announcement strong{font-weight:400}.annoucement-warning{background-color:#ff5722}.annoucement-warning:focus,.annoucement-warning:hover{background-color:#ff4408}.annoucement-warning:focus a,.annoucement-warning:focus a:hover,.annoucement-warning:hover a,.annoucement-warning:hover a:hover{text-decoration:none}.annoucement-danger{background-color:#ea4b40}.annoucement-danger:hover{background-color:#ff4408}.annoucement-danger a:focus,.annoucement-danger a:hover{color:#f2f2f2}.annoucement-danger a:focus a,.annoucement-danger a:focus a:hover,.annoucement-danger a:hover a,.annoucement-danger a:hover a:hover{text-decoration:none}.address-identicon-container{padding:0;text-align:left;max-width:4.5rem;margin-left:-.5rem;margin-top:.5rem}.address-identicon-container-right{text-align:right}.address-identicon-container-right .addressIdenticon{float:right}.address-identicon-container-offline{padding:0;margin-left:-15px}.addressIdenticon{width:100%;height:auto;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:inset hsla(0,0%,100%,.5) 0 2px 2px,inset rgba(0,0,0,.6) 0 -1px 8px;box-shadow:inset 0 2px 2px hsla(0,0%,100%,.5),inset 0 -1px 8px rgba(0,0,0,.6)}.addressIdenticon.med{width:3rem;height:3rem;padding:0}.addressIdenticon.small{width:2rem;height:2rem;padding:0}.addressIdenticon.inline{display:inline-block}.addressIdenticon.float{float:left;margin-right:.5rem}.wrap{word-wrap:break-word}.bigger-on-mobile.form-control[readonly]{height:60px}@media screen and (max-width:767px){.bigger-on-mobile.form-control[readonly]{height:100px}}#paneHelp h3{margin-top:2em}.account-help-icon h3,.account-help-icon h4,.account-help-icon h5,.account-help-icon h6,.account-help-icon img{display:inline-block}.account-help-icon img:hover+.account-help-text{display:block;opacity:1;z-index:999}.account-help-icon img{margin-left:-30px;margin-right:3px}.account-help-icon:hover{opacity:1}.account-help-text{background:#fff;border-radius:0;border:1px solid #cdcdcd;-webkit-box-shadow:0 0 .5rem hsla(0,0%,39%,.2);box-shadow:0 0 .5rem hsla(0,0%,39%,.2);display:none;font-size:.75rem;font-weight:400;padding:.25rem;position:absolute;width:18rem;z-index:999;color:#333}ul.account-help-text{padding-left:1.6rem}.account-help-text li{font-size:.75rem;font-weight:400}@media screen and (max-width:767px){.account-help-icon img,.account-help-icon li,.account-help-icon p{display:none}}#accountAddress,#accountAddressMainTbl-1,#accountBalance,#accountBalanceBtc,#accountBalanceEur,#accountBalancePopMB-0,#accountBalancePopMB-2,#accountBalanceUsd,.form-control,.mono{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-weight:400;letter-spacing:.02em}.offline-qrcode{margin-top:-150px;max-width:300px}@media screen and (max-width:942px){.offline-qrcode{margin-top:-78px}}@media screen and (max-width:769px){.offline-qrcode{margin-top:0}}.account-info{padding-left:1em;margin:0}.account-info:after,.account-info:before{content:" ";display:table}.account-info:after{clear:both}.account-info li{margin-bottom:0;list-style-type:none;word-break:break-all}table.account-info{font-weight:200;border-bottom:0;min-width:200px;width:100%}table.account-info tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}table.account-info td{padding:.3rem;line-height:1}table.account-info td:first-child{word-wrap:break-word;padding-left:1em}table.account-info tr{border-bottom:1px solid #f3f3f3}table.account-info tr:last-child,table.account-info tr:nth-last-child(2){border-bottom:0 solid #f3f3f3}table.account-info tr.custom-token{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}input[type=text]+.eye{cursor:pointer}input[type=text]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye.svg)}input[type=password]+.eye{cursor:pointer}input[type=password]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye-closed.svg)}.collapse-container h1{margin:.25rem 0}.collapse-container .collapse-button{float:left;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.25rem;margin:.25rem -30px;font-size:1.6rem;line-height:1.6}.help .collapse-container{margin:40px 0}.help .collapse-container .collapse-button{margin:-10px -30px;font-size:20px;line-height:1}.token-remove{width:.9rem;height:.9rem;position:absolute;left:18px;cursor:pointer}.node-remove{width:16px;height:16px;position:absolute;right:6px;top:8px}.m-addresses td:first-child{max-width:50px;min-widht:50px}.m-addresses td:last-child{text-align:right}.token-balances{margin-bottom:15px;font-size:14px;max-height:60vh;overflow:scroll}h2 a.isActive,h2 a.isActive:active,h2 a.isActive:hover{color:#333;cursor:default}.item{margin:6px 0}.output{padding:.5rem 1rem;margin-top:-.5rem}.output p{margin:.75rem 0 0}label .small{font-size:.9rem}label small{color:#9a9a9a}.write-address .col-xs-1{padding:0}.write-address .col-xs-11{padding-right:10px}.write-boolean label{display:block}.decrypt-drtv{padding:1rem 0}.decrypt-drtv label.radio{padding:0 1.5rem;margin:.5rem 0}.decrypt-drtv h4{margin-top:0}.qr-code{max-width:17rem;margin:auto}.qr-pkey-container{position:relative}.qr-overlay{background-color:#000;position:absolute;top:0;left:0;right:0;bottom:0}.contracts a.isActive{color:#333;font-weight:400}.contracts .dropdown-toggle{display:block;text-align:left;white-space:normal}.contracts .dropdown-toggle .caret{position:absolute;right:1rem;top:1.25rem}.contracts .dropdown-menu-left{font-size:.9rem;left:auto;right:0;min-width:37rem}.contracts .dropdown-menu-left small{float:right}.dropdown-gas{padding-bottom:1rem}@media screen and (max-width:900px){.dropdown-gas{padding-bottom:2rem}}.dropdown-gas__msg{font-size:12px;font-weight:300;left:-100%;margin:0;position:absolute;right:-100%;white-space:normal}@media screen and (max-width:900px){.dropdown-gas__msg{left:-25%;right:0}}.view-wallet-content h5{margin-bottom:.25rem}.view-wallet-content a.isActive{color:#333}#selectedTypeLedger ol{padding-left:1rem}.loading-wrap{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:999;text-align:center}.loading-wrap .loading{position:absolute;text-align:center;top:40%;left:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.loading-wrap img{border-radius:50%}.loading-wrap h1{-webkit-animation:opacity 2s infinite ease-in-out;animation:opacity 2s infinite ease-in-out;color:#fff}@-webkit-keyframes opacity{0%,to{opacity:0}50%{opacity:1}}@keyframes opacity{0%,to{opacity:0}50%{opacity:1}}.embedded-logo{height:auto;width:100%;max-width:290px;padding:.5rem 0}.ens-response{color:#737373}.dropdown-node .dropdown-menu li{border-left:2px solid #b50085;position:relative}.dropdown-node .dropdown-menu li:last-child{border-top:1px solid #ececec;padding-top:5px}.dropdown-node .dropdown-menu li:first-child,.dropdown-node .dropdown-menu li:nth-child(2),.dropdown-node .dropdown-menu li:nth-child(3),.dropdown-node .dropdown-menu li:nth-child(4),.dropdown-node .dropdown-menu li:nth-child(5){border-left:2px solid #0e97c0}.dropdown-node .dropdown-menu li:nth-child(6){border-left:2px solid #009241}.dropdown-node .dropdown-menu li:nth-child(7),.dropdown-node .dropdown-menu li:nth-child(8),.dropdown-node .dropdown-menu li:nth-child(9),.dropdown-node .dropdown-menu li:nth-child(10),.dropdown-node .dropdown-menu li:nth-child(11),.dropdown-node .dropdown-menu li:nth-child(12){border-left:2px solid #adc101}.dropdown-node .dropdown-menu li:nth-child(13){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:nth-child(14){border-left:2px solid #00ad85}.dropdown-node .dropdown-menu li:nth-child(15){border-left:2px solid #4568bb}.dropdown-node .dropdown-menu li:nth-child(16){border-left:2px solid #6a488d}.dropdown-node .dropdown-menu li:nth-child(17){border-left:2px solid #046111}.dropdown-node .dropdown-menu li:last-child{border-left:2px solid #9a9a9a}.dropdown-node .dropdown-menu li:nth-child(5),.dropdown-node .dropdown-menu li:nth-child(6),.dropdown-node .dropdown-menu li:nth-child(12),.dropdown-node .dropdown-menu li:nth-child(13),.dropdown-node .dropdown-menu li:nth-child(14),.dropdown-node .dropdown-menu li:nth-child(15),.dropdown-node .dropdown-menu li:nth-child(16){border-bottom:1px solid #ececec}header{margin-bottom:1em}header.ETH+.container+.pre-footer+.footer,header.ETH .nav-container{border-top:.25rem solid #0e97c0}header.ETH+.container .modal-content{border:.25rem solid #0e97c0}header.ETH+.container .alert-info{background-color:#0e97c0}header.ETC+.container+.pre-footer+.footer,header.ETC .nav-container{border-top:.25rem solid #009241}header.ETC+.container .modal-content{border:.25rem solid #009241}header.ETC+.container .alert-info{background-color:#009241}header.Ropsten+.container+.pre-footer+.footer,header.Ropsten .nav-container{border-top:.25rem solid #adc101}header.Ropsten+.container .modal-content{border:.25rem solid #adc101}header.Ropsten+.container .alert-info{background-color:#adc101}header.Kovan+.container+.pre-footer+.footer,header.Kovan .nav-container{border-top:.25rem solid #adc101}header.Kovan+.container .modal-content{border:.25rem solid #adc101}header.Kovan+.container .alert-info{background-color:#adc101}header.Rinkeby+.container+.pre-footer+.footer,header.Rinkeby .nav-container{border-top:.25rem solid #adc101}header.Rinkeby+.container .modal-content{border:.25rem solid #adc101}header.Rinkeby+.container .alert-info{background-color:#adc101}header.RSK+.container+.pre-footer+.footer,header.RSK .nav-container{border-top:.25rem solid #ff794f}header.RSK+.container .modal-content{border:.25rem solid #ff794f}header.RSK+.container .alert-info{background-color:#ff794f}header.Custom+.container+.pre-footer+.footer,header.Custom .nav-container{border-top:.25rem solid #b50085}header.Custom+.container .modal-content{border:.25rem solid #b50085}header.Custom+.container .alert-info{background-color:#b50085}header.EXP+.container+.pre-footer+.footer,header.EXP .nav-container{border-top:.25rem solid #673ab7}header.EXP+.container .modal-content{border:.25rem solid #673ab7}header.EXP+.container .alert-info{background-color:#673ab7}header.UBQ+.container+.pre-footer+.footer,header.UBQ .nav-container{border-top:.25rem solid #00ad85}header.UBQ+.container .modal-content{border:.25rem solid #00ad85}header.UBQ+.container .alert-info{background-color:#00ad85}header.POA+.container+.pre-footer+.footer,header.POA .nav-container{border-top:.25rem solid #4568bb}header.POA+.container .modal-content{border:.25rem solid #4568bb}header.POA+.container .alert-info{background-color:#4568bb}header.TOMO+.container+.pre-footer+.footer,header.TOMO .nav-container{border-top:.25rem solid #6a488d}header.TOMO+.container .modal-content{border:.25rem solid #6a488d}header.TOMO+.container .alert-info{background-color:#6a488d}header.ELLA+.container+.pre-footer+.footer,header.ELLA .nav-container{border-top:.25rem solid #046111}header.ELLA+.container .modal-content{border:.25rem solid #046111}header.ELLA+.container .alert-info{background-color:#046111}.swap-tab a.link,.swap-tab a.link:hover{-webkit-transition:none;-o-transition:none;transition:none}.swap-tab .btn-lg{margin-top:3rem}.swap-tab .btn img,.swap-tab .btn svg{margin-right:.5rem;margin-left:-.25rem;vertical-align:middle}.swap-tab .swap-rates{text-align:center}.swap-tab .swap-rates .order-panel{background:-webkit-linear-gradient(300deg,#0e97c0,#163151);background:-o-linear-gradient(300deg,#0e97c0,#163151);background:linear-gradient(150deg,#0e97c0,#163151);position:relative}.swap-tab .swap-rates .order-panel .bity-logo{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:51.2rem){.swap-tab .swap-rates .order-panel{padding-top:1rem;padding-bottom:1rem}.swap-tab .swap-rates .order-panel .order-info{text-align:left;padding:0 0 0 22%}.swap-tab .swap-rates .order-panel .bity-logo{left:-1rem;top:40%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}.swap-tab .swap-rates .form-control.input-sm{width:16%;min-width:3.5rem;display:inline-block;margin-right:1rem;text-align:right;background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;border:0 solid #fff;border-bottom:2px solid #fff}.swap-tab .swap-rates p{margin:0}.swap-tab .swap-rates p span{opacity:.9}.swap-tab .swap-rates .order-info:nth-child(4n+1),.swap-tab .swap-rates .order-info:nth-child(4n+2),.swap-tab .swap-rates .order-info:nth-child(4n+3){background:transparent}.swap-tab .swap-panel{text-align:center;margin-top:3rem;padding:2rem .5rem}.swap-tab .swap-panel>*{display:inline-block;margin:1.5rem .5rem;vertical-align:middle}.swap-tab .swap-panel .form-control{width:10rem;margin-right:0}.swap-tab .swap-panel .dropdown{margin-left:0}.swap-tab .swap-address{text-align:center;padding:3rem 1rem}.swap-tab .swap-start{text-align:center}.swap-tab .swap-start .swap-info{text-align:left;margin-bottom:5rem}.swap-tab .swap-order{text-align:left}.swap-tab .swap-order .order-info-wrap{margin-bottom:0}.swap-tab .swap-order h1{margin-top:3rem;margin-bottom:3rem}.ens-tab .collapse-container h4,.ens-tab .collapse-container h5,.swap-tab .collapse-container h4,.swap-tab .collapse-container h5{display:inline-block}.ens-tab .collapse-container .collapse-button,.swap-tab .collapse-container .collapse-button{float:none;margin:0}.order-info-wrap{margin-bottom:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order-info-wrap .order-info{padding:1rem 0}.order-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;min-height:100px;text-align:center;padding:.5rem 0;color:#fff}.order-info:after,.order-info:before{content:" ";display:table}.order-info:after{clear:both}.order-info h3,.order-info h4,.order-info p{margin:0}.order-info:nth-child(4n+1){background-color:#175575}.order-info:nth-child(4n+2){background-color:#1e92ba}.order-info:nth-child(4n+3){background-color:#143955}.order-info:nth-child(4n+4){background-color:#19b3ae}.swap-progress{margin-top:2rem;margin-bottom:0;position:relative}.swap-progress .sep{position:absolute;top:3.5rem;left:3%;right:3%;height:.25rem;background-color:#ececec}@media screen and (max-width:675px){.swap-progress .sep{display:none}}.swap-progress:after,.swap-progress:before{content:" ";display:table}.swap-progress:after{clear:both}.swap-progress .progress-item{width:20%;float:left;text-align:center;margin:.25rem 0}@media screen and (max-width:675px){.swap-progress .progress-item{width:100%}}.swap-progress .progress-item:nth-child(4n+1) .progress-circle{border-color:rgba(30,146,186,.4);color:rgba(30,146,186,.4)}.swap-progress .progress-item:nth-child(4n+2) .progress-circle{border-color:rgba(23,85,117,.4);color:rgba(23,85,117,.4)}.swap-progress .progress-item:nth-child(4n+3) .progress-circle{border-color:rgba(25,179,174,.4);color:rgba(25,179,174,.4)}.swap-progress .progress-item:nth-child(4n+4) .progress-circle{border-color:rgba(20,57,85,.4);color:rgba(20,57,85,.4)}.swap-progress .progress-item .progress-circle{border-radius:50%;border-width:.25rem;border-style:solid;-webkit-box-sizing:content-box;box-sizing:content-box;margin:1rem auto;padding-bottom:4rem;position:relative;width:4rem;background:#fff}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle{margin:.25rem 1rem .25rem 2rem;padding-bottom:3rem;width:3rem;float:left}}.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.75rem;height:1.75rem;width:1.75rem;font-weight:900;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.5rem;height:1.5rem;width:1.5rem}}.swap-progress .progress-item p{font-size:.9rem;font-weight:600;text-transform:uppercase;color:hsla(0,0%,55%,.5);letter-spacing:.1em}@media screen and (max-width:675px){.swap-progress .progress-item p{line-height:4rem;margin:0;text-align:left}}.swap-progress .progress-item p small{letter-spacing:.03em;font-size:75%}.swap-progress .progress-item.progress-active p{color:#8d8d8d}.swap-progress .progress-item.progress-active:nth-child(4n+1) .progress-circle{border-color:#1e92ba;color:#1e92ba}.swap-progress .progress-item.progress-active:nth-child(4n+2) .progress-circle{border-color:#175575;color:#175575}.swap-progress .progress-item.progress-active:nth-child(4n+3) .progress-circle{border-color:#19b3ae;color:#19b3ae}.swap-progress .progress-item.progress-active:nth-child(4n+4) .progress-circle{border-color:#143955;color:#143955}.swap-progress .progress-item.progress-true .progress-circle{background-color:#5dba5a;border-color:#5dba5a;-webkit-box-shadow:inset 0 0 0 5px #fff;box-shadow:inset 0 0 0 5px #fff}.swap-progress .progress-item.progress-true .progress-circle i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.67 426.67' width='32' height='32'%3E%3Cpath d='M153.504 366.839c-8.657 0-17.323-3.302-23.927-9.911L9.914 237.265c-13.218-13.218-13.218-34.645 0-47.863 13.218-13.218 34.645-13.218 47.863 0l95.727 95.727 215.39-215.386c13.218-13.214 34.65-13.218 47.859 0 13.222 13.218 13.222 34.65 0 47.863L177.436 356.928c-6.609 6.605-15.271 9.911-23.932 9.911z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;font-size:0}.swap-progress .progress-item.progress-true p{color:#5dba5a}.ens-tab .order-info-wrap{margin-top:1rem;margin-bottom:1rem}.ens-tab h5+p{margin-top:-.5em}.bity-contact{margin:9rem -1rem -5rem}.cont-md{max-width:64rem;margin:auto}.txstatus__1 .form-control{max-width:64rem;margin:1rem auto}.txstatus__3 h4{display:inline-block}.txstatus__3 .collapse-button{float:none;margin:0}#etherWalletPopUp{padding:10px;position:relative;min-width:346px}#etherWalletPopUp .back-icon{position:absolute;left:5px;top:5px}#etherWalletPopUp .back-icon:active,#etherWalletPopUp .back-icon:hover{outline:0}.quicksend-address{font-family:Menlo,Monaco,Consolas,Courier New,monospace;max-width:170px;word-wrap:break-word;font-size:12px;font-weight:300;display:block}.chrome-tokens span{min-width:130px;display:inline-block}.mainWalletDelete,.mainWalletEdit,.mainWalletView{margin:.5em}.myWalletCtrl table:not(.account-info) h2{margin:0;font-size:1.6em}.myWalletCtrl table:not(.account-info) h3{font-weight:400;font-size:1.3em}.myWalletCtrl table:not(.account-info) td:nth-child(2){max-width:380px}.myWalletCtrl table:not(.account-info) td,.myWalletCtrl table:not(.account-info) th{vertical-align:middle;padding:.5em .75em}#secWatchOnlyMain .mainWalletDelete{width:60px;display:block}.text-navy{color:#163151}.text-gray-lighter{color:#ececec}.text-blue{color:#0e97c0}.text-white{color:#fff}.bg-navy{background:#163151}.bg-gradient{background:#163151;background:-webkit-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:-o-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:linear-gradient(149deg,#132a45,#143a56,#21a4ce,#19b4ad)}.bg-gray-lighter{background-color:#ececec}.bg-blue{background-color:#0e97c0}.bg-white{background-color:#fff}.text-serif{font-family:Georgia,Times New Roman,Times,serif}.text-sans-serif{font-family:Lato,sans-serif}.pad-v-sm{padding-top:.5em;padding-bottom:.5em}.pad-v-md{padding-top:1em;padding-bottom:1em}.pad-v-lg{padding-top:1.5em;padding-bottom:1.5em}.pad-v-xl{padding-top:2em;padding-bottom:2em}.marg-v-sm{margin-top:.5em;margin-bottom:.5em}.marg-v-md{margin-top:1em;margin-bottom:1em}.marg-v-lg{margin-top:1.5em;margin-bottom:1.5em}.marg-v-xl{margin-top:2em;margin-bottom:2em}.img-fill{width:100%;height:auto;max-width:100%}.header-branding{color:#fff;padding:0}@media screen and (max-width:900px){.header-branding{text-align:center}}.header-branding .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .container{padding-left:1%;padding-right:1%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.header-branding .brand img{padding:.25rem 0}@media screen and (max-width:900px){.header-branding .brand img{max-width:10rem}}.header-branding .tagline{font-weight:200;color:#fff;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;text-align:right;padding:.25rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .tagline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-align:right}}.header-branding a{cursor:pointer;font-weight:400;display:inline-block}.header-branding a,.header-branding a:active,.header-branding a:hover{color:#fff;-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.header-branding a:active,.header-branding a:hover{opacity:.8;text-decoration:none}.header-branding .dropdown{padding:.2rem}@media screen and (max-width:900px){.header-branding .dropdown{padding:.2rem 0;white-space:nowrap;display:inline-block;font-size:14px}.header-branding .dropdown .dropdown-menu{right:-10px;min-width:auto;left:auto;top:2.45rem;font-size:14px}.header-branding .dropdown .dropdown-menu>li>a{font-size:14px;padding:.25rem 30px .25rem 15px;position:relative}}.header-branding .dropdown-toggle{font-size:14px;padding:.3em .6rem}.header-branding .dropdown-gas{display:inline-block}@media screen and (max-width:900px){.header-branding .dropdown-gas{margin-bottom:1.8rem}}.header-branding .dropdown-gas .dropdown-toggle{min-width:200px}.header-branding .dropdown-gas .dropdown-menu{min-width:100%;padding:.5rem;margin:0;left:0;right:0}.header-branding .dropdown-gas .dropdown-menu p{padding:0}.dropdown-menu a.active{text-decoration:none;color:#0e97c0;background-color:#fafafa}.nav-container{position:relative;overflow-y:hidden}.nav-container .nav-scroll{-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;overflow-x:auto;margin-bottom:-20px;font-size:0;white-space:nowrap}@media screen and (max-width:51.2rem){.nav-container .nav-scroll{margin:0 -5% -20px}}.nav-container .nav-scroll .nav-inner{border-bottom:2px solid #fff;display:inline-block;font-size:0;margin-bottom:20px;min-width:100%;padding:5px 0 0;vertical-align:middle}.nav-container .nav-scroll .nav-inner .nav-item{display:inline-block;font-size:0}.nav-container .nav-scroll .nav-inner .nav-item.NAV_Swap a:before{content:"";display:inline-block;margin-top:-.1rem;width:1.3rem;height:1.3rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620.04 631.27'%3E%3Ctitle%3Eicon-swap%3C/title%3E%3Cpath d='M469.95 289.68c-77 0-139.59-62.62-139.59-139.59S392.98 10.5 469.95 10.5s139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M469.95 21a129.09 129.09 0 1 1-129.09 129.09A129.24 129.24 0 0 1 469.95 21m0-21c-82.76 0-150.09 67.33-150.09 150.09s67.29 150.09 150.09 150.09 150.09-67.33 150.09-150.09S552.71 0 469.95 0z' fill='%230f0f0f'/%3E%3Cpath d='M599.04 150.09A129.24 129.24 0 0 0 469.95 21v258.18a129.24 129.24 0 0 0 129.09-129.09z' fill='%23fc3'/%3E%3Cpath d='M469.95 44.94a105.12 105.12 0 1 0 105.12 105.15A105.24 105.24 0 0 0 469.95 44.94zm0 179c-49.27 0-74.85-24.6-74.85-73.87s25.58-74.85 74.85-74.85 75.82 25.58 75.82 74.85-26.55 73.87-75.82 73.87z' fill='%23ff9f19'/%3E%3Cpath d='M545.77 150.09c0 49.27-26.55 74.85-75.82 74.85v30.27a105.12 105.12 0 1 0 0-210.24v30.27c49.27 0 75.82 25.58 75.82 74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M100.66 277.37H26.9V114.06h240.72V50.84l131.7 100.1-131.7 100.09v-63.22H100.66v89.56z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M63.78 150.94h335.54l-131.7-100.1v63.22H26.9v163.31h36.88V150.94z'/%3E%3Cpath d='M259.71 34.94l152.67 116-152.67 116v-71.23H108.55v89.56H19V106.15h240.71zm126.55 116L275.52 66.77v55.17H34.8v147.53h57.95v-89.53h182.77v55.19z'/%3E%3Cpath fill='%23fff' d='M292.951 119.43l9.638-12.482 47.456 36.642-9.638 12.482z'/%3E%3Cpath d='M150.09 620.77c-77 0-139.59-62.62-139.59-139.59s62.65-139.59 139.59-139.59 139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M150.09 352.09A129.09 129.09 0 1 1 21 481.18a129.24 129.24 0 0 1 129.09-129.09m0-21C67.33 331.09 0 398.42 0 481.18s67.33 150.09 150.09 150.09 150.06-67.33 150.06-150.09-67.3-150.09-150.06-150.09z' fill='%230f0f0f'/%3E%3Cpath d='M21 481.18a129.24 129.24 0 0 0 129.09 129.09V352.09A129.24 129.24 0 0 0 21 481.18z' fill='%23fc3'/%3E%3Cpath d='M150.09 586.3A105.12 105.12 0 1 0 44.97 481.18 105.24 105.24 0 0 0 150.09 586.3zm0-179c49.27 0 74.85 24.6 74.85 73.87s-25.58 74.85-74.85 74.85-75.82-25.58-75.82-74.85 26.55-73.86 75.82-73.86z' fill='%23ff9f19'/%3E%3Cpath d='M74.26 481.18c0-49.27 26.55-74.85 75.82-74.85v-30.27a105.12 105.12 0 1 0 0 210.24v-30.27c-49.26 0-75.82-25.58-75.82-74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M519.39 353.9h73.75v163.31H352.43v63.22L220.72 480.34l131.71-100.1v63.22h166.96V353.9z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M556.26 480.34H220.72l131.71 100.09v-63.22h240.71V353.9h-36.88v126.44z'/%3E%3Cpath d='M360.32 596.36l-152.66-116 152.66-116v71.25h151.16V346h89.56v179.11H360.32zm-126.55-116l110.74 84.16v-55.21h240.73V361.8h-57.95v89.56H344.52v-55.19z'/%3E%3Cpath fill='%23fff' d='M268.572 486.574l9.7-12.473 47.419 36.875-9.7 12.473z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-right:.25rem}.nav-container .nav-scroll .nav-inner .nav-item a{color:#095f79;display:block;font-size:16px;font-weight:300;padding:10px;white-space:nowrap;position:relative;min-height:2.75rem}.nav-container .nav-scroll .nav-inner .nav-item a:after{content:"";background:#0e97c0;height:2px;width:100%;left:0;position:absolute;bottom:-1px;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.nav-container .nav-scroll .nav-inner .nav-item.active a,.nav-container .nav-scroll .nav-inner .nav-item a:focus,.nav-container .nav-scroll .nav-inner .nav-item a:hover{color:#0e97c0;text-decoration:none;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-scroll .nav-inner .nav-item.active a:after,.nav-container .nav-scroll .nav-inner .nav-item a:focus:after,.nav-container .nav-scroll .nav-inner .nav-item a:hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-arrow-left,.nav-container .nav-arrow-right{background-color:#fff;bottom:12px;color:#d6d6d6;font-size:33px;line-height:1.3;min-width:50px;position:absolute;top:0;vertical-align:middle;width:5%;z-index:999}.nav-container .nav-arrow-left:hover,.nav-container .nav-arrow-right:hover{text-decoration:none}.nav-container .nav-arrow-right{right:3%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-right:5px;text-align:right}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-right{right:0}}.nav-container .nav-arrow-left{left:3%;background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(right,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(right,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-left:5px;text-align:left}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-left{left:0}}.print-container{width:680px;height:280px;border:1px solid gray;margin-bottom:50px;position:relative}.print-container #identicon{-webkit-print-color-adjust:exact;position:absolute;right:7.5rem;bottom:3rem}.print-container #identicon:after{content:"Always look for this icon when sending to this wallet.";font-size:9px;width:120px;position:absolute;bottom:.75rem;text-align:center;right:-7.5rem}.print-title{float:left}.print-text{color:#0b7290;text-transform:uppercase;letter-spacing:.05em;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;right:0;bottom:0;font-size:13px;font-weight:600}.print-qr-code-1{width:28%;float:left;position:relative;padding:20px}.print-qr-code-1 .print-text{right:-35px;bottom:69px}.print-qr-code-2{width:28%;float:left;position:relative;padding:20px}.print-qr-code-2 .print-text{right:-45px;bottom:69px}.print-notes{width:28%;float:left;position:relative;padding:20px}.print-notes .print-text{right:-45px;bottom:69px}.print-address-container{float:left;width:85%;padding:0 25px}.print-address-container p{font-size:14px;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.ether-logo-1{position:absolute;left:100px}.ether-logo-2{position:absolute;right:32px;bottom:64px}.block--container{max-width:113rem;margin-left:-1%;margin-right:-1%}.block__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative}.block:after,.block:before{content:" ";display:table}.block:after{clear:both}@media screen and (max-width:32rem){.block{padding:1.25rem}}.block>:first-child{margin-top:0}.block>:last-child{margin-bottom:0}.block--text-white *,.block--text-white a{color:#fff}.block--text-white a:focus,.block--text-white a:hover{color:hsla(0,0%,100%,.9)}.block--danger{background-color:#ea4b40}.block--danger *,.block--danger a{color:#fff}.block--danger a:focus,.block--danger a:hover{color:hsla(0,0%,100%,.9)}.block--warning{background-color:#ff9800}.block--warning *,.block--warning a{color:#fff}.block--warning a:focus,.block--warning a:hover{color:hsla(0,0%,100%,.9)}.block--info{background-color:#163151}.block--info *,.block--info a{color:#fff}.block--info a:focus,.block--info a:hover{color:hsla(0,0%,100%,.9)}.block--primary{background-color:#0e97c0}.block--primary *,.block--primary a{color:#fff}.block--primary a:focus,.block--primary a:hover{color:hsla(0,0%,100%,.9)}.block--success{background-color:#5dba5a}.block--success *,.block--success a{color:#fff}.block--success a:focus,.block--success a:hover{color:hsla(0,0%,100%,.9)}.block__main{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;text-align:left;padding:.75rem;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%;margin:1rem .5%}.block__main:after,.block__main:before{content:" ";display:table}.block__main:after{clear:both}@media screen and (max-width:32rem){.block__main{padding:1.25rem}}.block__main>:first-child{margin-top:0}.block__main>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__main{-webkit-flex-basis:68%;-ms-flex-preferred-size:68%;flex-basis:68%}}@media screen and (min-width:66.13333333rem){.block__main{-webkit-flex-basis:73%;-ms-flex-preferred-size:73%;flex-basis:73%}}.block__help{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;background-image:url(../images/icon-help-2.svg);background-size:8rem;background-position:102% -5%;background-repeat:no-repeat;text-align:left;margin:1rem 1%;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%}.block__help:after,.block__help:before{content:" ";display:table}.block__help:after{clear:both}@media screen and (max-width:32rem){.block__help{padding:1.25rem}}.block__help>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__help{-webkit-flex-basis:28%;-ms-flex-preferred-size:28%;flex-basis:28%}}@media screen and (min-width:66.13333333rem){.block__help{-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}}.block__help a{color:#ff5722}.block__help a:hover{color:#ff4408}.block__help>:first-child{margin-top:0}.block__help ul{list-style:circle}.block__help ol,.block__help ul{padding-left:1rem}.block__help h2{font-size:1.15rem;font-weight:400}.equal-space>*{margin-top:1rem;margin-bottom:1rem}.u-center-h{text-align:center}.gen__1 .input-group{max-width:43rem;margin:1rem auto}.gen__1--inner{text-align:center}.gen__1--inner h1{margin:1rem auto 2rem}.gen__1--inner h4{margin:3rem auto 1rem}.gen__1--inner p{margin:0 0 2rem}.gen__1--inner .btn{margin:0 auto 3rem}.gen__2--inner{text-align:center}.gen__2--inner h1{margin:1rem auto}.gen__2--inner>.btn{margin:1rem auto 2rem}.gen__2--inner .warn{margin:2rem auto}.gen__3--inner{text-align:center}.gen__3--inner h1{margin:2rem auto 1rem}.gen__3--inner>.btn,.gen__3--inner>.form-control{margin:0 auto 3rem}.pre-footer{padding:1rem;-webkit-box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);margin-top:5rem;background-color:#fff;text-align:center}.pre-footer p{font-size:1.3rem}.footer{background-color:#102138;color:#fff;font-size:.8rem;margin-top:0}.footer h5{margin-top:.5rem;margin-bottom:.25rem}.footer h5 i{margin-left:-1.5em;margin-right:.25em}.footer h5:first-child{margin-top:0}.footer ul{list-style:none;padding-left:0;margin:0}.footer li,.footer p{font-size:.8rem;margin:.25em 0}.footer a{color:#7fe5ff;font-weight:400}.footer a:focus,.footer a:hover{color:#4cdbff}.footer small{font-size:.6rem}.footer--logo{width:100%;height:auto;max-width:16rem}.header--gas{max-width:26rem;color:#333}.header--gas p{font-weight:400;margin:.5rem 0 0}.header--gas a,.header--gas a:focus,.header--gas a:hover,.header--gas a:visited{color:#0e97c0}.footer--left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:22rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--left{max-width:100%}}.footer--cent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:34rem;-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}@media screen and (max-width:32rem){.footer--cent{max-width:100%}}.footer--cent li:last-child,.footer--cent ul{margin-bottom:0}.footer--righ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:28rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--righ{max-width:100%}}.footer__icon{display:inline-block;height:30px;width:30px;padding:5px}.footer__pill-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}a.footer__pill{display:inline;background:#0e97c0;padding:3px 12px;border-radius:30px;color:#fff}a.footer__pill:focus,a.footer__pill:hover{color:#0e97c0;background:#fff;opacity:1}.custom-token-fields label{font-weight:400;font-size:1rem}.custom-token-fields input{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.custom-token-fields input{height:2rem;line-height:2rem}select[multiple].custom-token-fields input,textarea.custom-token-fields input{height:auto}.custom-token-fields input .mono{font-size:.75rem}.custom-token-fields .address-identicon-container{margin-top:2rem}.swap--btc,.swap--hw,.swap--usd{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1rem .15rem}.swap--btc .col-sm-7,.swap--hw .col-sm-7,.swap--usd .col-sm-7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.swap--usd{background-color:#2b71b1}.swap--usd *,.swap--usd a{color:#fff}.swap--usd a:focus,.swap--usd a:hover{color:hsla(0,0%,100%,.9)}.swap--usd .swap-flag--bal,.swap--usd .swap-flag--price{background-color:#2e86d7}.swap--btc{background-color:#006e79}.swap--btc *,.swap--btc a{color:#fff}.swap--btc a:focus,.swap--btc a:hover{color:hsla(0,0%,100%,.9)}.swap--btc .swap-flag--bal,.swap--btc .swap-flag--price{background-color:#00a3b4}.swap--hw{background-color:#6e9a3e}.swap--hw *,.swap--hw a{color:#fff}.swap--hw a:focus,.swap--hw a:hover{color:hsla(0,0%,100%,.9)}.swap--hw .swap-flag--bal,.swap--hw .swap-flag--price{background-color:#81bc3f}.swap--hw .swap__logo{margin:.45rem 0}.swap-flag--bal,.swap-flag--price{background-color:#5dba5a;color:#fff;padding:.1rem .5rem;font-size:.7rem;border-radius:5rem;margin:.7rem 0 0;line-height:1.4;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.swap__subhead{font-size:.8rem;margin:.15rem 0}.swap__cta{font-size:1.25rem;margin:.15rem 0}.swap__logo{margin:0}.swap__nav{margin-top:-1.1rem;margin-bottom:.7rem;text-align:center}.swap__nav a{color:#9a9a9a;padding:0 .2rem .6rem}.send-modal__addr{font-size:12px}.u__protip{display:table}.u__protip:before{content:"";display:table-cell;width:2em;height:1em;background-image:url(../images/icon-protip.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.u__download{display:table;margin-left:.5em}.u__download:before{content:"";display:table-cell;width:1.25em;height:1em;background-image:url(../images/icon-external-link.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.send__load-tokens{padding:5px 2px;margin:0;background-color:#ff9800;text-align:center;color:#fff;font-size:9px}.send__load-tokens img{width:14px;height:14px}.send__load-tokens p{margin:4px 0 0;font-weight:500}.send__load-tokens:hover{color:#fff;opacity:.8}.onboarding__modal{padding:1rem}.onboarding__modal:after,.onboarding__modal:before{content:" ";display:table}.onboarding__modal:after{clear:both}.onboarding__modal .btn-primary{background-image:url(../images/icon-arrow-right.svg);background-size:contain;background-position:100%;background-repeat:no-repeat}.onboarding__modal .btn-default{background-image:url(../images/icon-arrow-left.svg);background-size:contain;background-position:0;background-repeat:no-repeat}.onboarding__modal .onboarding__title{text-align:center;margin-bottom:1.5rem}@media (max-width:50.2rem){.onboarding__modal .onboarding__title{margin:0 auto .5rem}}.onboarding__modal img{margin-top:1rem;margin-bottom:1rem}@media (max-width:50.2rem){.onboarding__modal img{max-height:200px}}.onboarding__modal .onboarding__buttons .btn{margin-top:.5rem;margin-bottom:.5rem}@media (min-width:51.2rem){.onboarding__modal .onboarding__buttons{margin-top:.5rem;margin-bottom:.5rem}.onboarding__modal .onboarding__buttons:after,.onboarding__modal .onboarding__buttons:before{content:" ";display:table}.onboarding__modal .onboarding__buttons:after{clear:both}.onboarding__modal .onboarding__buttons .btn+.btn{float:right}}@media (max-width:50.2rem){.onboarding__modal .onboarding__buttons .btn{display:block}.onboarding__modal .onboarding__buttons .btn+.btn{margin-top:1.5rem}}@media (max-width:50.2rem){.onboarding__modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.onboarding__modal .onboarding__content,.onboarding__modal .onboarding__image{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.onboarding__modal .onboarding__content+.onboarding__image{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.row.row--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:50.2rem){.row.row--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.onboarding__msg{text-align:center;font-size:.9rem} \ No newline at end of file diff --git a/chrome-extension/cx-wallet.html b/chrome-extension/cx-wallet.html index d8cb277c19..84ae519bee 100644 --- a/chrome-extension/cx-wallet.html +++ b/chrome-extension/cx-wallet.html @@ -83,12 +83,12 @@ MyEtherWallet -

    3.11.3.0

    +

    3.11.3.1

    - + @@ -6552,10 +6552,10 @@
    You can support us by supporting our blockch

    Buy a...

    Donations are always appreciated!
    @@ -7039,7 +7039,7 @@

    Always check the URL: `https://www.myetherwallet.com`.
  • - Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green. + Always make sure the URL bar has `MYETHERWALLET LLC` in green.
  • Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc. diff --git a/chrome-extension/helpers.html b/chrome-extension/helpers.html index 22d3850629..d5b010b20a 100644 --- a/chrome-extension/helpers.html +++ b/chrome-extension/helpers.html @@ -99,13 +99,13 @@ MyEtherWallet -

    3.11.3.0

    +

    3.11.3.1

    - + @@ -1039,10 +1039,10 @@
    You can support us by supporting our blockch

    Buy a...

    Donations are always appreciated!
    @@ -1525,7 +1525,7 @@

    Always check the URL: `https://www.myetherwallet.com`.

  • - Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green. + Always make sure the URL bar has `MYETHERWALLET LLC` in green.
  • Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc. diff --git a/chrome-extension/js/etherwallet-master.js b/chrome-extension/js/etherwallet-master.js index c8d42b442b..e993ba20a2 100644 --- a/chrome-extension/js/etherwallet-master.js +++ b/chrome-extension/js/etherwallet-master.js @@ -3565,7 +3565,7 @@ var tabsCtrl = function tabsCtrl($scope, globalService, $translate, $sce) { $scope.notifier.danger(globalFuncs.errorMsgs[32]); } else { $scope.nodeIsConnected = true; - $scope.notifier.info(globalFuncs.successMsgs[5] + '— Now, check the URL: ' + window.location.href + '.
    Network: ' + $scope.nodeType + ' provided by ' + $scope.nodeService + '.', 5000); + $scope.notifier.info(globalFuncs.successMsgs[5] + '
    URL: ' + window.location.href + '
    Network: ' + $scope.nodeType + ' provided by ' + $scope.nodeService + '', 10000); } }); networkHasChanged && window.setTimeout(function () { @@ -4605,7 +4605,7 @@ var fileReaderDrtv = function fileReaderDrtv($parse) { module.exports = fileReaderDrtv; },{}],45:[function(require,module,exports){ -module.exports = "
    \n\n \n
    \n\n

    \n How would you like to access your wallet?\n

    \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
    \n \n\n\n \n
    \n\n \n
    \n

    \n Your Address\n

    \n
    \n \n This is a recommended way to view your balance.\n
    \n

    \n You can only view your balance via this option.\n Please use another option in order to send.\n

    \n
    \n \n
    \n \n
    \n \n\n\n \n
    \n

    \n MetaMask / Mist\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n MetaMask is a browser extension that allows you to access your wallet quickly, safely & easily. It is more secure because you never enter your private key on a website. It protects you from phishing & malicious websites.\n
    \n \n
    \n \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n \n
    \n \n
    \n \n\n\n \n
    \n

    \n Ledger Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{ledgerErrorString}}\n

    \n
      \n
    • \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n
    • \n
    • \n \n Open the Ethereum application (or a contract application)\n \n \n Open the Expanse application (or a contract application)\n \n \n Open the Ubiq application (or a contract application)\n \n
    • \n
    • \n \n Still not working? More Troubleshooting Tips\n \n
    • \n
    \n
    \n
    \n \n\n\n \n
    \n

    \n TREZOR Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{trezorErrorString}}\n

    \n \n
    \n
    \n \n\n\n \n
    \n

    \n Digital Bitbox Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n\n\n \n
    \n

    Select your wallet file

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC [US] in your URL bar.\n
    \n
    \n \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC [US] in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Password (optional):\n

    \n
    \n \n
    \n
    \n \n
    \n \n\n\n \n
    \n

    \n Paste your private key:\n

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC [US] in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n
    \n \n
    \n \n\n
    \n \n\n\n \n
    \n\n
    \n\n
    \n\n
    \n\n \n\n \n

    \n Select HD derivation path:\n

    \n\n

    \n We do not know the correct path for this network.\n \n Please open a github issue\n \n so we can discuss / be enlightened.\n

    \n\n
    \n\n
    \n \n
    \n\n
    \n \n\n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n
    \n\n\n\n

    \n Please select the address you would like to interact with.\n

    \n\n \n \n \n \n \n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n
    \n Address\n \n Balance\n \n Token
    Balances\n
    \n \n \n \n {{wallet.getBalance()}} {{ajaxReq.type}}\n \n \n \n \n \n
    \n 5\"\n role=\"link\"\n tabindex=\"0\"\n translate=\"MNEM_prev\">\n Previous Addresses\n \n \n \n More Addresses\n \n
    \n\n
    \n \n\n \n
    \n\n
    \n\n
    \n\n
    \n\n
    \n\n
    \n"; +module.exports = "
    \n\n \n
    \n\n

    \n How would you like to access your wallet?\n

    \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
    \n \n\n\n \n
    \n\n \n
    \n

    \n Your Address\n

    \n
    \n \n This is a recommended way to view your balance.\n
    \n

    \n You can only view your balance via this option.\n Please use another option in order to send.\n

    \n
    \n \n
    \n \n
    \n \n\n\n \n
    \n

    \n MetaMask / Mist\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n MetaMask is a browser extension that allows you to access your wallet quickly, safely & easily. It is more secure because you never enter your private key on a website. It protects you from phishing & malicious websites.\n
    \n \n
    \n \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n \n
    \n \n
    \n \n\n\n \n
    \n

    \n Ledger Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{ledgerErrorString}}\n

    \n
      \n
    • \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n
    • \n
    • \n \n Open the Ethereum application (or a contract application)\n \n \n Open the Expanse application (or a contract application)\n \n \n Open the Ubiq application (or a contract application)\n \n
    • \n
    • \n \n Still not working? More Troubleshooting Tips\n \n
    • \n
    \n
    \n
    \n \n\n\n \n
    \n

    \n TREZOR Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{trezorErrorString}}\n

    \n \n
    \n
    \n \n\n\n \n
    \n

    \n Digital Bitbox Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n\n\n \n
    \n

    Select your wallet file

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Password (optional):\n

    \n
    \n \n
    \n
    \n \n
    \n \n\n\n \n
    \n

    \n Paste your private key:\n

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n
    \n \n
    \n \n\n
    \n \n\n\n \n
    \n\n
    \n\n
    \n\n
    \n\n \n\n \n

    \n Select HD derivation path:\n

    \n\n

    \n We do not know the correct path for this network.\n \n Please open a github issue\n \n so we can discuss / be enlightened.\n

    \n\n
    \n\n
    \n \n
    \n\n
    \n \n\n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n
    \n\n\n\n

    \n Please select the address you would like to interact with.\n

    \n\n \n \n \n \n \n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n
    \n Address\n \n Balance\n \n Token
    Balances\n
    \n \n \n \n {{wallet.getBalance()}} {{ajaxReq.type}}\n \n \n \n \n \n
    \n 5\"\n role=\"link\"\n tabindex=\"0\"\n translate=\"MNEM_prev\">\n Previous Addresses\n \n \n \n More Addresses\n \n
    \n\n
    \n \n\n \n
    \n\n
    \n\n
    \n\n
    \n\n
    \n\n
    \n"; },{}],46:[function(require,module,exports){ 'use strict'; @@ -6568,7 +6568,7 @@ globalFuncs.getEthNodeMsg = function (str) { if (ethNode == "geth") return this.getGethMsg(str);else return this.getParityMsg(str); }; globalFuncs.scrypt = { - n: 1024 + n: 8192 }; globalFuncs.postDelay = 300; globalFuncs.kdf = "scrypt"; @@ -7896,9 +7896,21 @@ nodes.nodeList = { 'chainId': 1, 'tokenList': require('./tokens/ethTokens.json'), 'abiList': require('./abiDefinitions/ethAbi.json'), - 'service': 'MyEtherWallet', + 'service': 'myetherapi.com', 'lib': new nodes.customNode('https://api.myetherapi.com/eth', '') }, + 'eth_mycrypto': { + 'name': 'ETH', + 'blockExplorerTX': 'https://etherscan.io/tx/[[txHash]]', + 'blockExplorerAddr': 'https://etherscan.io/address/[[address]]', + 'type': nodes.nodeTypes.ETH, + 'eip155': true, + 'chainId': 1, + 'tokenList': require('./tokens/ethTokens.json'), + 'abiList': require('./abiDefinitions/ethAbi.json'), + 'service': 'mycryptoapi.com', + 'lib': new nodes.customNode('https://api.mycryptoapi.com/eth', '') + }, 'eth_ethscan': { 'name': 'ETH', 'blockExplorerTX': 'https://etherscan.io/tx/[[txHash]]', @@ -7908,7 +7920,7 @@ nodes.nodeList = { 'chainId': 1, 'tokenList': require('./tokens/ethTokens.json'), 'abiList': require('./abiDefinitions/ethAbi.json'), - 'service': 'Etherscan.io', + 'service': 'etherscan.io', 'lib': require('./nodeHelpers/etherscan') }, 'eth_infura': { @@ -7932,7 +7944,7 @@ nodes.nodeList = { 'chainId': 1, 'tokenList': require('./tokens/ethTokens.json'), 'abiList': require('./abiDefinitions/ethAbi.json'), - 'service': 'Giveth.io', + 'service': 'giveth.io', 'lib': new nodes.customNode('https://mew.giveth.io', '') }, 'etc_epool': { @@ -7944,7 +7956,7 @@ nodes.nodeList = { 'chainId': 61, 'tokenList': require('./tokens/etcTokens.json'), 'abiList': require('./abiDefinitions/etcAbi.json'), - 'service': 'Epool.io', + 'service': 'epool.io', 'lib': new nodes.customNode('https://mewapi.epool.io', '') }, 'rop_mew': { @@ -7956,7 +7968,7 @@ nodes.nodeList = { 'chainId': 3, 'tokenList': require('./tokens/ropstenTokens.json'), 'abiList': require('./abiDefinitions/ropstenAbi.json'), - 'service': 'MyEtherWallet', + 'service': 'myetherapi.com', 'lib': new nodes.customNode('https://api.myetherapi.com/rop', '') }, 'rop_infura': { @@ -7980,7 +7992,7 @@ nodes.nodeList = { 'chainId': 42, 'tokenList': require('./tokens/kovanTokens.json'), 'abiList': require('./abiDefinitions/kovanAbi.json'), - 'service': 'Etherscan.io', + 'service': 'etherscan.io', 'lib': require('./nodeHelpers/etherscanKov') }, 'kov_infura': { @@ -8004,7 +8016,7 @@ nodes.nodeList = { 'chainId': 4, 'tokenList': require('./tokens/rinkebyTokens.json'), 'abiList': require('./abiDefinitions/rinkebyAbi.json'), - 'service': 'Etherscan.io', + 'service': 'etherscan.io', 'lib': require('./nodeHelpers/etherscanRin') }, 'rin_infura': { @@ -8029,7 +8041,7 @@ nodes.nodeList = { 'tokenList': require('./tokens/expTokens.json'), 'abiList': require('./abiDefinitions/expAbi.json'), 'estimateGas': true, - 'service': 'Expanse.tech', + 'service': 'expanse.tech', 'lib': new nodes.customNode('https://node.expanse.tech/', '') }, 'ubq': { @@ -12530,11 +12542,6 @@ module.exports=[{ "decimal":18, "type":"default" },{ -"address":"0x3A0181e8f2DD081ace83EaC027EEC2E0c2255Ed5", -"symbol":"BCV", -"decimal":2, -"type":"default" -},{ "address":"0x74C1E4b8caE59269ec1D85D3D4F324396048F4ac", "symbol":"BeerCoin", "decimal":0, @@ -13350,11 +13357,6 @@ module.exports=[{ "decimal":10, "type":"default" },{ -"address":"0x52903256dd18D85c2Dc4a6C999907c9793eA61E3", -"symbol":"INSP", -"decimal":0, -"type":"default" -},{ "address":"0xa8006c4ca56f24d6836727d106349320db7fef82", "symbol":"INXT", "decimal":8, @@ -13745,11 +13747,6 @@ module.exports=[{ "decimal":0, "type":"default" },{ -"address":"0x7e7DC49715816d1f5712A1d7dFf083e4F9E588B6", -"symbol":"PIXEL", -"decimal":14, -"type":"default" -},{ "address":"0x59416A25628A76b4730eC51486114c32E0B582A1", "symbol":"PLASMA", "decimal":6, @@ -14697,7 +14694,7 @@ ca.data = (_ca$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ca$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ca$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ca$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ca$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ca$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ca$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ca$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ca$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ca$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ca$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ca$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ca$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ca$data, 'x_CancelReplaceTx', 'Cancel·la o Reemplaça la transacció'), _defineProperty(_ca$data, 'x_CancelTx', 'Cancel·la la transacció'), _defineProperty(_ca$data, 'x_PasswordDesc', 'Aquesta contrasenya * xifra * la teva clau privada. Això no funciona com a llavor per generar les vostres claus. **Necessitaràs aquesta contrasenya + la teva clau privada per desbloquejar la teva cartera.**'), _defineProperty(_ca$data, 'x_ReadMore', 'Llegir-ne més'), _defineProperty(_ca$data, 'x_ReplaceTx', 'Reemplaça la transacció'), _defineProperty(_ca$data, 'x_TransHash', 'Hash de la transacció'), _defineProperty(_ca$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ca$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ca$data, 'NAV_CheckTxStatus', 'Comprova l\'estat d\'una TX'), _defineProperty(_ca$data, 'NAV_TxStatus', 'Estat de la TX'), _defineProperty(_ca$data, 'tx_Details', 'Detalls de transacció'), _defineProperty(_ca$data, 'tx_Summary', 'Durant períodes de molt volum (quan hi ha ICOs per exemple) les transaccions poder restar pendents durant hores, o dies. Aquesta eina té com a objectiu permetre\'t trobar i "cancel·lar" / reemplaçar aquestes TXs. ** Això no sol ser una cosa que puguis fer. No s\'hi hauria de confirmar i només funcionarà quan les TX Pools siguin plenes. [Si us plau, llegiu sobre aquesta eina aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ca$data, 'tx_notFound', 'Transacció no trobada'), _defineProperty(_ca$data, 'tx_notFound_1', 'Aquesta TX no es pot trobar al TX Pool del node amb el qual estàs connectat.'), _defineProperty(_ca$data, 'tx_notFound_2', 'Si acabes d\'enviar la transacció, espera 15 segons i prem el botó "Comprova l\'estat d\'una TX" de nou. '), _defineProperty(_ca$data, 'tx_notFound_3', 'Encara podria estar al TX Pool d\'un node diferent, esperant ser minat.'), _defineProperty(_ca$data, 'tx_notFound_4', 'Utilitza el menú desplegable a la part superior dreta i selecciona un node ETH diferent (p. Ex. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) i torna-ho a comprovar.'), _defineProperty(_ca$data, 'tx_foundInPending', 'Transacció pendent trobada'), _defineProperty(_ca$data, 'tx_foundInPending_1', 'La teva transacció s\'ha trobat a la TX Pool del node amb el qual estàs connectat. '), _defineProperty(_ca$data, 'tx_foundInPending_2', 'Actualment està pendent (esperant ser minada). '), _defineProperty(_ca$data, 'tx_foundInPending_3', 'Hi ha una oportunitat de "cancel·lar" or reemplaçar aquesta transacció. Desbloqueja la teva cartera a continuació.'), _defineProperty(_ca$data, 'tx_FoundOnChain', 'Transacció trobada'), _defineProperty(_ca$data, 'tx_FoundOnChain_1', 'La teva transacció s\'ha minat correctament i és a la blockchain.'), _defineProperty(_ca$data, 'tx_FoundOnChain_2', '**Si veus un `( ! )` vermell, un missatge d\'error `BAD INSTRUCTION` o `OUT OF GAS` **, vol dir que la transacció no s\'ha *enviat* correctament. No es pot cancel·lar o reemplaçar aquesta transacció. En lloc d\'això, envia una transacció nova. Si reps un error "Out of Gas", hauries de duplicar el límit de gas especificat originalment.'), _defineProperty(_ca$data, 'tx_FoundOnChain_3', '**Si no veus cap error, la teva transacció s\'ha enviat amb èxit.** El teu ETH o Tokens són on els has enviat. Si no pots veure aquest ETH o Tokens a la teva cartera / compte de bescanvi, i han passat més de 24 hores des de l\'enviament, si us plau [contacta amb aquest servei](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envia *l\'enllaç* de la teva transacció si demana amablement que investiguin.'), _defineProperty(_ca$data, 'GEN_Help_1', 'Utilitza la teva'), _defineProperty(_ca$data, 'GEN_Help_2', 'per accedir al teu compte.'), _defineProperty(_ca$data, 'GEN_Help_3', 'El teu dispositiu * és * la teva cartera.'), _defineProperty(_ca$data, 'GEN_Help_4', 'Guies & PMF'), _defineProperty(_ca$data, 'GEN_Help_5', 'Com Crear una cartera'), _defineProperty(_ca$data, 'GEN_Help_6', 'Començant'), _defineProperty(_ca$data, 'GEN_Help_7', 'Mantén-l\'ho segur · Fes-ne una còpia de seguretat · No el comparteixis amb ningú · No el perdis · No es pot recuperar si el perds.'), _defineProperty(_ca$data, 'GEN_Help_8', 'No es descarrega un fitxer? '), _defineProperty(_ca$data, 'GEN_Help_9', 'Intentar fer servir Google Chrome '), _defineProperty(_ca$data, 'GEN_Help_10', 'Fes clic amb el botó dret i deseu el fitxer com a. Nom del fitxer: '), _defineProperty(_ca$data, 'GEN_Help_11', 'No obris aquest fitxer al teu ordinador '), _defineProperty(_ca$data, 'GEN_Help_12', 'Utilitza\'l per desbloquejar la teva cartera amb MyEtherWallet (o Mist, Geth, Parity i altres clients de carteres.) '), _defineProperty(_ca$data, 'GEN_Help_13', 'Com fer una copia de seguretat del teu fitxer Keystore '), _defineProperty(_ca$data, 'GEN_Help_14', 'Que són aquests formats diferents? '), _defineProperty(_ca$data, 'GEN_Help_15', 'Evitant perdues i robatoris dels teus fons.'), _defineProperty(_ca$data, 'GEN_Help_16', 'Que són aquests formats diferents?'), _defineProperty(_ca$data, 'GEN_Help_17', 'Perquè hauria?'), _defineProperty(_ca$data, 'GEN_Help_18', 'Per tenir-ne una segona copia de seguretat.'), _defineProperty(_ca$data, 'GEN_Help_19', 'En cas que oblidis la teva contrasenya.'), _defineProperty(_ca$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ca$data, 'GET_ConfButton', 'Ho entenc. Continua.'), _defineProperty(_ca$data, 'GEN_Label_5', 'Desa la teva `Clau Privada`. '), _defineProperty(_ca$data, 'GEN_Unlock', 'Desbloqueja la teva cartera per veure\'n l\'adreça'), _defineProperty(_ca$data, 'GAS_PRICE_Desc', 'El preu del gas és la quantitat que pagues per unitat de gas. `TX fee = preu del gas * límit de gas` i es paga als miners per incloure la teva TX a un block. Preu de gas més elevat = transacció més ràpida, però més cara. Per defecte és `41 GWEI`.'), _defineProperty(_ca$data, 'GAS_LIMIT_Desc', 'El límit de gas és la quantitat de gas a enviar amb la teva TX. `TX fee` = preu del gas * límit de gas; i es paga als miners per incloure la teva TX a un block. Incrementat aquest nombre no farà que la teva TX sigui minada més ràpidament. Enviant ETH = `21000`. Enviant Tokens = ~`200000`.'), _defineProperty(_ca$data, 'NONCE_Desc', 'El nonce és el nombre de transaccions enviades des d\'una adreça determinada. Assegura que les transaccions s\'envien en ordre i no més d\'una vegada.'), _defineProperty(_ca$data, 'TXFEE_Desc', 'La comissió per la TX es paga als miners per incloure la teva TX en un block. És el `límit de gas` * `preu del gas`. [Pots convertir GWEI -> ETH aquí](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ca$data, 'NAV_AddWallet', 'Afegir Cartera '), _defineProperty(_ca$data, 'NAV_BulkGenerate', 'Generar en massa '), _defineProperty(_ca$data, 'NAV_Contact', 'Contacte '), _defineProperty(_ca$data, 'NAV_Contracts', 'Contracte '), _defineProperty(_ca$data, 'NAV_DeployContract', 'Desplegar contracte '), _defineProperty(_ca$data, 'NAV_ENS', 'ENS'), _defineProperty(_ca$data, 'NAV_GenerateWallet_alt', 'Nova cartera '), _defineProperty(_ca$data, 'NAV_GenerateWallet', 'Crear una nova cartera '), _defineProperty(_ca$data, 'NAV_Help', 'Ajuda '), _defineProperty(_ca$data, 'NAV_InteractContract', 'Interactua amb un contracte '), _defineProperty(_ca$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ca$data, 'NAV_MyWallets', 'Les meves carteres '), _defineProperty(_ca$data, 'NAV_Offline', 'Enviar sense connexió '), _defineProperty(_ca$data, 'NAV_SendEther', 'Envia Ether & Tokens '), _defineProperty(_ca$data, 'NAV_SendTokens', 'Envia Tokens '), _defineProperty(_ca$data, 'NAV_SignMsg', 'Firmar missatge '), _defineProperty(_ca$data, 'NAV_Swap', 'Intercanviar '), _defineProperty(_ca$data, 'NAV_ViewWallet', 'Veure informació d\'una cartera '), _defineProperty(_ca$data, 'NAV_YourWallets', 'Les teves carteres '), _defineProperty(_ca$data, 'x_Access', 'Accedir '), _defineProperty(_ca$data, 'x_AddessDesc', 'La teva adreça també pot ser anomenada `# de compte` o `Clau Pública`. És el que comparteixes amb la gent perquè puguin enviar-te Ether o Tokens. Cerqueu la icona d\'adreça de colors. Assegura\'t que coincideixi amb la vostra cartera de paper i quan introduïu la vostra adreça en algun lloc.'), _defineProperty(_ca$data, 'x_Address', 'La teva adreça '), _defineProperty(_ca$data, 'x_Cancel', 'Cancel·lar '), _defineProperty(_ca$data, 'x_CSV', 'Fitxer CSV (no xifrat) '), _defineProperty(_ca$data, 'x_Download', 'Descarregar '), _defineProperty(_ca$data, 'x_Json', 'Fitxer JSON(no xifrat) '), _defineProperty(_ca$data, 'x_JsonDesc', 'Aquesta és la teva clau privada no xifrada, en format JSON. Això significa que no necessites la contrasenya, però qualsevol que trobi el JSON pot accedir a la teva cartera i Ether sense la contrasenya. '), _defineProperty(_ca$data, 'x_Keystore', 'Fitxer Keystore (UTC / JSON · Recomanat · Xifrat) '), _defineProperty(_ca$data, 'x_Keystore2', 'Fitxer Keystore (UTC / JSON) '), _defineProperty(_ca$data, 'x_KeystoreDesc', 'Aquest fitxer Keystore coincideix amb el format que utilitza Mist perquè pugui importar-lo fàcilment en el futur. És el fitxer recomanat per descarregar i fer una còpia de seguretat. '), _defineProperty(_ca$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ca$data, 'x_Mnemonic', 'Frase Mnemònica'), _defineProperty(_ca$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_ca$data, 'x_Password', 'Contrasenya '), _defineProperty(_ca$data, 'x_Print', 'Imprimir cartera de paper '), _defineProperty(_ca$data, 'x_PrintDesc', 'ProTip: Fes clic a imprimir i desa\'l com a PDF, encara que no tinguis una impressora! '), _defineProperty(_ca$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_ca$data, 'x_PrivKey', 'Clau privada (no xifrada) '), _defineProperty(_ca$data, 'x_PrivKey2', 'Clau privada '), _defineProperty(_ca$data, 'x_PrivKeyDesc', 'Aquesta és la versió de text que no està xifrada de la teva clau privada, la qual cosa significa que no cal una contrasenya. Si algú trobés la teva clau privada sense xifrar, podrien accedir a la cartera sense cap contrasenya. Per aquest motiu, generalment es recomanen les versions xifrades. '), _defineProperty(_ca$data, 'x_Save', 'Desar '), _defineProperty(_ca$data, 'x_TXT', 'Fitxer TXT (no xifrat) '), _defineProperty(_ca$data, 'x_Wallet', 'Cartera '), _defineProperty(_ca$data, 'CX_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript executada en el client com a extensió de Chrome '), _defineProperty(_ca$data, 'CX_Warning_1', 'Assegura\'t que tens **còpies de seguretat externes** de les carteres que emmagatzemes aquí. Podrien passar moltes coses que farien que perdessis les dades d\'aquesta extensió de Chrome, inclosa la desinstal·lació i reinstal·lació de l\'extensió. Aquesta extensió és una forma d\'accedir fàcilment a les carteres, ** no ** una manera de fer-los una còpia de seguretat. '), _defineProperty(_ca$data, 'MEW_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript '), _defineProperty(_ca$data, 'MEW_Warning_1', 'Comprova sempre l\'URL abans d\'accedir a la vostra cartera o crear una cartera nova. Ves amb compte amb els llocs de phishing! '), _defineProperty(_ca$data, 'FOOTER_1', 'Eina gratuïta, de codi obert que s\'executa en el client per generar carteres d\'Ethereum i més. Interactua fàcilment amb la blockchain d\'Ethereum de manera fàcil i segura. Comprova l\'URL (.com) abans de desbloquejar la teva cartera.'), _defineProperty(_ca$data, 'FOOTER_1b', 'Creat per '), _defineProperty(_ca$data, 'FOOTER_2', 'Donacions molt agraïdes '), _defineProperty(_ca$data, 'FOOTER_3', 'Generació de carteres al client per '), _defineProperty(_ca$data, 'FOOTER_4', 'Descàrrec de responsabilitat '), _defineProperty(_ca$data, 'sidebar_AccountInfo', 'Informació del compte '), _defineProperty(_ca$data, 'sidebar_AccountAddr', 'Adreça del compte '), _defineProperty(_ca$data, 'sidebar_AccountBal', 'Saldo del compte '), _defineProperty(_ca$data, 'sidebar_TokenBal', 'Saldo dels tokens '), _defineProperty(_ca$data, 'sidebar_Equiv', 'Valors equivalents '), _defineProperty(_ca$data, 'sidebar_TransHistory', 'Historial de transaccions '), _defineProperty(_ca$data, 'sidebar_donation', 'MyEtherWallet és un servei lliure i de codi obert, dedicat a la teva privacitat i seguretat. Com més donacions rebem, més temps invertim creant noves funcions, escoltant els vostres comentaris i oferint-vos el que voleu. Només som dues persones que intentem canviar el món. Ens ajudes? '), _defineProperty(_ca$data, 'sidebar_donate', 'Dóna '), _defineProperty(_ca$data, 'sidebar_thanks', 'Moltes gràcies!!! '), _defineProperty(_ca$data, 'sidebar_DisplayOnTrezor', 'Mostrar l\'adreça al TREZOR'), _defineProperty(_ca$data, 'sidebar_DisplayOnLedger', 'Mostrar l\'adreça al Ledger'), _defineProperty(_ca$data, 'decrypt_Access', 'Com t\'agradaria accedir a la teva cartera? '), _defineProperty(_ca$data, 'decrypt_Title', 'Selecciona el format de la teva clau privada '), _defineProperty(_ca$data, 'decrypt_Select', 'Selecciona una cartera '), _defineProperty(_ca$data, 'MNEM_1', 'Si us plau selecciona l\'adreça amb la que vols interactuar. '), _defineProperty(_ca$data, 'MNEM_2', 'La teva frase mnemotècnica HD pot accedir a més d\'una cartera / adreça. Selecciona l\'adreça amb la que vols interactuar en aquest moment. '), _defineProperty(_ca$data, 'MNEM_more', 'Més adreces '), _defineProperty(_ca$data, 'MNEM_prev', 'Adreces anteriors '), _defineProperty(_ca$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_1', 'Connecta amb el teu Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_2', 'Obre l\'aplicació d\'Ethereum (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Exp', 'Obre l\'aplicació d\'Expanse (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Ubq', 'Obre l\'aplicació d\'Ubiq (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_3', 'Verifica que "Browser Support" està habilitat a "Settings" '), _defineProperty(_ca$data, 'ADD_Ledger_4', 'Si no trobes "Browser Support" a "Settings", verifica que tens instal·lat el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ca$data, 'ADD_Ledger_0a', 'Has d\'accedir a MyEtherWallet utilitzant una connexió segura (SSL / HTTPS). '), _defineProperty(_ca$data, 'ADD_Ledger_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Ledger_scan', 'Connecta a Ledger Wallet '), _defineProperty(_ca$data, 'ADD_MetaMask', 'Connecta to MetaMask '), _defineProperty(_ca$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ca$data, 'ADD_Trezor_scan', 'Connecta a TREZOR '), _defineProperty(_ca$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0a', 'Torna a obrir MyEtherWallet utilitzant una connexió segura (SSL) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_scan', 'Connecta el teu Digital Bitbox '), _defineProperty(_ca$data, 'ADD_Label_1', 'Que vols fer?? '), _defineProperty(_ca$data, 'ADD_Radio_1', 'Generar una nova cartera '), _defineProperty(_ca$data, 'ADD_Radio_2', 'Selecciona un fitxer de cartera (Keystore / JSON) '), _defineProperty(_ca$data, 'ADD_Radio_2_alt', 'Selecciona un fitxer de cartera '), _defineProperty(_ca$data, 'ADD_Radio_2_short', 'SELECCIONA UN FITXER DE CARTERA... '), _defineProperty(_ca$data, 'ADD_Radio_3', 'Enganxa/Escriu la teva clau privada '), _defineProperty(_ca$data, 'ADD_Radio_4', 'Afegir un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Radio_5', 'Enganxa/Escriu la teva frase mnemotècnica '), _defineProperty(_ca$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ca$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ca$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathCustom', 'Personalitzat'), _defineProperty(_ca$data, 'ADD_Label_2', 'Crea un àlies '), _defineProperty(_ca$data, 'ADD_Label_3', 'La teva cartera està xifrada. Si us plau, introdueix-ne la contrasenya. '), _defineProperty(_ca$data, 'ADD_Label_4', 'Afegeix un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Warning_1', 'Pots afegir qualsevol compte per "supervisar" a la pestanya de carteres sense pujar una clau privada. Això ** no ** vol dir que tinguis accés a aquesta cartera ni que puguis transferir-ne l\'Ether d\'aquesta. '), _defineProperty(_ca$data, 'ADD_Label_5', 'Introdueix l\'adreça '), _defineProperty(_ca$data, 'ADD_Label_6', 'Desbloqueja la teva cartera '), _defineProperty(_ca$data, 'ADD_Label_6_short', 'Desbloqueja '), _defineProperty(_ca$data, 'ADD_Label_7', 'Afegeix un compte '), _defineProperty(_ca$data, 'ADD_Label_8', 'Contrasenya (opcional): '), _defineProperty(_ca$data, 'MYWAL_Nick', 'Àlies de la cartera '), _defineProperty(_ca$data, 'MYWAL_Address', 'Adreça de la cartera '), _defineProperty(_ca$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_ca$data, 'MYWAL_Edit', 'Edita '), _defineProperty(_ca$data, 'MYWAL_View', 'Veure '), _defineProperty(_ca$data, 'MYWAL_Remove', 'Elimina '), _defineProperty(_ca$data, 'MYWAL_RemoveWal', 'Elimina una cartera '), _defineProperty(_ca$data, 'MYWAL_WatchOnly', 'Els teus comptes supervisats '), _defineProperty(_ca$data, 'MYWAL_Viewing', 'Veient cartera '), _defineProperty(_ca$data, 'MYWAL_Hide', 'Amagar informació de la cartera '), _defineProperty(_ca$data, 'MYWAL_Edit_2', 'Editar la cartera '), _defineProperty(_ca$data, 'MYWAL_Name', 'Nom de la cartera '), _defineProperty(_ca$data, 'MYWAL_Content_1', 'Atenció! Estàs a punt d\'eliminar la teva cartera '), _defineProperty(_ca$data, 'MYWAL_Content_2', 'Assegura\'t que has **desat la teva clau privada i/o el teu fitxer "Keystore" i la contrasenya** abans d\'eliminar-la. '), _defineProperty(_ca$data, 'MYWAL_Content_3', 'Si vols utilitzar aquesta cartera amb MyEtherWallet CX en el futur, hauràs de tornar a afegir-la manualment utilitzant la clau privada/JSON i contrasenya. '), _defineProperty(_ca$data, 'GEN_desc', 'Si vols crear múltiples carteres, pots fer-ho aquí '), _defineProperty(_ca$data, 'GEN_Label_1', 'Introdueix una contrasenya'), _defineProperty(_ca$data, 'GEN_Placeholder_1', 'NO oblidis desar això! '), _defineProperty(_ca$data, 'GEN_SuccessMsg', 'Enhorabona! S\'ha creat la teva cartera. '), _defineProperty(_ca$data, 'GEN_Label_2', 'Desa el teu fitxer `Keystore`. '), _defineProperty(_ca$data, 'GEN_Label_3', 'Desa la teva adreça. '), _defineProperty(_ca$data, 'GEN_Label_4', 'Imprimeix la teva cartera de paper o un codi QR. '), _defineProperty(_ca$data, 'BULK_Label_1', 'Quantitat de carteres a generar '), _defineProperty(_ca$data, 'BULK_Label_2', 'Quantitat de carteres '), _defineProperty(_ca$data, 'BULK_SuccessMsg', 'Enhorabona! S\'han creat les teves carteres. '), _defineProperty(_ca$data, 'SEND_addr', 'A l\'adreça '), _defineProperty(_ca$data, 'SEND_amount', 'Quantitat a enviar '), _defineProperty(_ca$data, 'SEND_amount_short', 'Quantitat '), _defineProperty(_ca$data, 'SEND_custom', 'Afegir un Token personalitzat '), _defineProperty(_ca$data, 'SEND_gas', 'Gas '), _defineProperty(_ca$data, 'SEND_TransferTotal', 'Enviar tot el saldo '), _defineProperty(_ca$data, 'SEND_generate', 'Generar la transacció '), _defineProperty(_ca$data, 'SEND_raw', 'Transacció en brut '), _defineProperty(_ca$data, 'SEND_signed', 'Transacció signada '), _defineProperty(_ca$data, 'SEND_trans', 'Enviar transacció '), _defineProperty(_ca$data, 'SENDModal_Title', 'Alerta! '), _defineProperty(_ca$data, 'SENDModal_Content_1', 'Estàs a punt d\'enviar '), _defineProperty(_ca$data, 'SENDModal_Content_2', 'a l\'adreça '), _defineProperty(_ca$data, 'SENDModal_Content_3', 'Estàs segur que vols fer-ho? '), _defineProperty(_ca$data, 'SENDModal_Content_4', 'NOTA: Si trobes un error, és molt probable que necessitis afegir ether al teu compte per cobrir el cost del gas d\'enviar tokens. El gas es paga amb ether. '), _defineProperty(_ca$data, 'SENDModal_No', 'No, treu-me d\'aquí! '), _defineProperty(_ca$data, 'SENDModal_Yes', 'Sí, n\'estic segur! Realitza la transacció. '), _defineProperty(_ca$data, 'TOKEN_Addr', 'Adreça del Token '), _defineProperty(_ca$data, 'TOKEN_Symbol', 'Símbol del Token '), _defineProperty(_ca$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_ca$data, 'TOKEN_show', 'Mostra tots els tokens '), _defineProperty(_ca$data, 'TOKEN_hide', 'Amaga els tokens '), _defineProperty(_ca$data, 'TRANS_desc', 'Si vols enviar tokens, si us plau utilitza la pàgina d\'"Enviar token". '), _defineProperty(_ca$data, 'TRANS_advanced', '+Avançat: Afegir dades '), _defineProperty(_ca$data, 'TRANS_data', 'Dades '), _defineProperty(_ca$data, 'TRANS_gas', 'Limit de gas '), _defineProperty(_ca$data, 'TRANS_sendInfo', 'Una transacció estàndard utilitzant 21000 gas costarà 0.000441 ETH. Utilitzem un preu una mica per sobre del mínim de 0.000000021 ETH per assegurar que es mina ràpidament. No ens quedem cap comissió per la transacció. '), _defineProperty(_ca$data, 'OFFLINE_Title', 'Crea i envia una transacció sense connexió '), _defineProperty(_ca$data, 'OFFLINE_Desc', 'Es poden crear transaccions sense connexió amb tres passos. Has de realitzar els passos 1 i 3 en un ordinador amb connexió, i el pas 2 en un ordinador sense connexió. Això assegura que les teves claus privades no toquen un dispositiu connectat a internet. '), _defineProperty(_ca$data, 'OFFLLINE_Step1_Title', 'Pas 1: Genera la informació (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step1_Button', 'Genera la informació '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_1', 'Des de l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_2', 'Nota: Aquesta és l\'adreça ORIGEN, no l\'adreça de destí. El Nonce es genera des de la compte origen. Si utilitzer un ordinador sense connexió, seria l\'adreça del compte del "cold-storage". '), _defineProperty(_ca$data, 'OFFLINE_Step2_Title', 'Pas 2: Genera la transacció (Ordinador sense connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_1', 'A l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantitat a enviar '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3', 'Preu del gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4', 'Límit de gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4b', '21000 és el límit de gas per defecte. Quan envies contractes o dades addicionals, pot ser que el que necessitis sigui diferent. El gas no utilitzat se\'t retornarà. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6', 'Dades '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6b', 'Això és opcional. Les dades normalment són utilitzades quan envies transaccions a contractes. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_7', 'Introdueix / Selecciona la teva clau privada / JSON. '), _defineProperty(_ca$data, 'OFFLINE_Step3_Title', 'Pas 3: Envia / Publica la transacció (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step3_Label_1', 'Enganxa la transacció signada del pas 2 aquí i prem el botó "ENVIAR TRANSACCIÓ". '), _defineProperty(_ca$data, 'CONTRACT_Title', 'Adreça del contracte '), _defineProperty(_ca$data, 'CONTRACT_Title_2', 'Selecciona un contracte existent '), _defineProperty(_ca$data, 'CONTRACT_Json', 'Interfície ABI / JSON '), _defineProperty(_ca$data, 'CONTRACT_Interact_Title', 'Llegeix / Escriu el contracte '), _defineProperty(_ca$data, 'CONTRACT_Interact_CTA', 'Selecciona una funció '), _defineProperty(_ca$data, 'CONTRACT_ByteCode', 'Codi de Bytes '), _defineProperty(_ca$data, 'CONTRACT_Read', 'LLEGIR '), _defineProperty(_ca$data, 'CONTRACT_Write', 'ESCRIURE '), _defineProperty(_ca$data, 'DEP_generate', 'Genera Bytecode '), _defineProperty(_ca$data, 'DEP_generated', 'Bytecode generat'), _defineProperty(_ca$data, 'DEP_signtx', 'Signa la transacció '), _defineProperty(_ca$data, 'DEP_interface', 'Interfície generada '), _defineProperty(_ca$data, 'NODE_Title', 'Configura el teu node personalitzar'), _defineProperty(_ca$data, 'NODE_Subtitle', 'Per connectar al teu node local...'), _defineProperty(_ca$data, 'NODE_Warning', 'El teu node ha de ser HTTPS per tal de poder-t\'hi connectar utilitzant MyEtherWallet.com. Pots [descarregar-te el repo de MyEtherWallet i executar-lo localment](https://github.com/kvhnuke/etherwallet/releases/latest) per connectar-te a qualsevol node. O, obtén un certificat SSSL gratuït amb [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ca$data, 'NODE_Name', 'Nom del node'), _defineProperty(_ca$data, 'NODE_Port', 'Port del node'), _defineProperty(_ca$data, 'NODE_CTA', 'Desa & utilitza el node personalitzat'), _defineProperty(_ca$data, 'SWAP_rates', "Tarifes actuals "), _defineProperty(_ca$data, 'SWAP_init_1', "Vull intercanviar els meus "), _defineProperty(_ca$data, 'SWAP_init_2', " per "), _defineProperty(_ca$data, 'SWAP_init_CTA', "Fes-ho! "), _defineProperty(_ca$data, 'SWAP_information', "Le teva informació "), _defineProperty(_ca$data, 'SWAP_send_amt', "Quantitat a enviar "), _defineProperty(_ca$data, 'SWAP_rec_amt', "Quantitat a rebre "), _defineProperty(_ca$data, 'SWAP_your_rate', "La teva tarifa "), _defineProperty(_ca$data, 'SWAP_rec_add', "La teva adreça de recepció "), _defineProperty(_ca$data, 'SWAP_start_CTA', "Inicia l\'intercanvi "), _defineProperty(_ca$data, 'SWAP_ref_num', "El teu número de referència "), _defineProperty(_ca$data, 'SWAP_time', "Temps restant per enviar "), _defineProperty(_ca$data, 'SWAP_elapsed', "Temps transcorregut des de l'enviament "), _defineProperty(_ca$data, 'SWAP_progress_1', "Comanda iniciada "), _defineProperty(_ca$data, 'SWAP_progress_2', "Esperant pels teus "), _defineProperty(_ca$data, 'SWAP_progress_3', "Rebut! "), _defineProperty(_ca$data, 'SWAP_progress_4', "Enviant el teu {{orderResult.output.currency}} "), _defineProperty(_ca$data, 'SWAP_progress_5', "Comanda completa "), _defineProperty(_ca$data, 'SWAP_order_CTA', "Si us plau envia "), _defineProperty(_ca$data, 'SWAP_unlock', "Desbloqueja la teva cartera per enviar ETH o Tokens directament des d\'aquesta pàgina "), _defineProperty(_ca$data, 'MSG_message', 'Missatge '), _defineProperty(_ca$data, 'MSG_date', 'Data '), _defineProperty(_ca$data, 'MSG_signature', 'Signatura '), _defineProperty(_ca$data, 'MSG_verify', 'Verifica el missatge '), _defineProperty(_ca$data, 'MSG_info1', 'Inclou la data actual per tal que la signatura no pugui ser reutilitzada en una data diferent. '), _defineProperty(_ca$data, 'MSG_info2', 'Inclou el teu àlies i on el fas servir per tal que ningú més pugui utilitzar-lo. '), _defineProperty(_ca$data, 'MSG_info3', 'Inclou una raó específica per tal que el missatge no pugui ser reutilitzat per un altre propòsit. '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. És possible que vulguis fer això per [importar el teu compte a Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vols comprovar el teu saldo, recomanem utilitzar un explorador de la blockchain com [etherscan.io](https://etherscan.io/). '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle_Short', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. '), _defineProperty(_ca$data, 'VIEWWALLET_SuccessMsg', 'Enhorabona! Aquests són els detalls de la teva cartera. '), _defineProperty(_ca$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_ca$data, 'VIEWWALLET_HidePrivKey', '(amaga)'), _defineProperty(_ca$data, 'CX_error_1', 'No tens cap cartera desada. Fes clic ["Afegeix cartera"](/cx-wallet.html#add-wallet) per afegir-ne una! '), _defineProperty(_ca$data, 'CX_quicksend', 'Envia '), _defineProperty(_ca$data, 'ERROR_0', '(error_01) Si us plau, introdueix una quantitat vàlida. (Please enter a valid amount.)'), _defineProperty(_ca$data, 'ERROR_1', '(error_02) La teva contrasenya ha de tenir 9 caràcters com a mínim. Si us plau, assegura\´t que és una contrasenya forta. (Your password must be at least 9 characters. Please ensure it is a strong password.)'), _defineProperty(_ca$data, 'ERROR_2', '(error_03) Perdó! No reconeixem aquest tipus de fitxer de cartera. (Sorry! We don\'t recognize this type of wallet file.)'), _defineProperty(_ca$data, 'ERROR_3', '(error_04) Aquest fitxer de cartera no és vàlid. (This is not a valid wallet file.)'), _defineProperty(_ca$data, 'ERROR_4', '(error_05) Aquesta unitat no existeix, si us plau utilitza\'n una de les següents (This unit doesn\'t exists, please use the one of the following units)'), _defineProperty(_ca$data, 'ERROR_5', '(error_06) Si us plau introdueix una adreça vàlida. (Please enter a valid address.)'), _defineProperty(_ca$data, 'ERROR_6', '(error_07) Si us plau introdueix una contrasenya vàlida. (Please enter a valid password.)'), _defineProperty(_ca$data, 'ERROR_7', '(error_08) Si us plau introdueix decimals vàlids Ha de ser enter. Prova 0-18. (Please enter valid decimals. Must be an integer. Try 0-18.)'), _defineProperty(_ca$data, 'ERROR_8', '(error_09) Si us plau introdueix un gas límit vàlid (Ha de ser enter. Prova 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.))'), _defineProperty(_ca$data, 'ERROR_9', '(error_10) Si us plau introdueix un valor per les dades vàlid Ha de ser hex. (Please enter a valid data value (Must be hex.))'), _defineProperty(_ca$data, 'ERROR_10', '(error_11) Si us plau introdueix un preu de gas vàlid. (Enter. Prova 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_ca$data, 'ERROR_11', '(error_12) Si us plau introdueix un nonce vàlid (Ha de ser enter.) (Please enter a valid nonce (Must be an integer.))'), _defineProperty(_ca$data, 'ERROR_12', '(error_13) Transacció signada no vàlida. (Invalid signed transaction.)'), _defineProperty(_ca$data, 'ERROR_13', '(error_14) Ja existeix una cartera amb aquest àlies. (A wallet with this nickname already exists.)'), _defineProperty(_ca$data, 'ERROR_14', '(error_15) Cartera no trobada. (Wallet not found.)'), _defineProperty(_ca$data, 'ERROR_15', '(error_16) No sembla que existeixi una proposta amb aquest ID o hi ha hagut un error llegint-la. (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.)'), _defineProperty(_ca$data, 'ERROR_16', '(error_17) Ja hi ha emmagatzemada una cartera amb aquesta adreça. Si us plau comprova la pàgina de carteres. (A wallet with this address already exists in storage. Please check your wallets page.)'), _defineProperty(_ca$data, 'ERROR_17', '(error_18) El compte d\'origen no té prou saldo. Si estàs enviant tokens, has de tenir 0.01 ETH al teu compte per cobrir el cost del gas. (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))'), _defineProperty(_ca$data, 'ERROR_18', '(error_19) Tot el gas seria utilitzat en aquesta transacció. Això vol dir que ja has votat aquesta proposta o que el període de debat ja ha acabat. (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.)'), _defineProperty(_ca$data, 'ERROR_19', '(error_20) Si us play introdueix un símbol vàlid (Please enter a valid symbol)'), _defineProperty(_ca$data, 'ERROR_20', '(error_21) No és un token ERC-20 vàlid (Not a valid ERC-20 token)'), _defineProperty(_ca$data, 'ERROR_21', '(error_22) No s\'ha pogut calcular el gas necessari. No hi ha prou saldo en el compte, o el contracte destí ha llençat un error. Pots ajustar el gas manualment i continuar. És possible que el missatge d\'error al enviar contingui més informació. (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.)'), _defineProperty(_ca$data, 'ERROR_22', '(error_23) Si us plau introdueix un nom de node vàlid (Please enter a valid node name)'), _defineProperty(_ca$data, 'ERROR_23', '(error_24) Si us plau introdueix una URL vàlida URL. Si estàs sota https, la teva URL ha de ser https (Please enter a valid URL. If you are on https, your URL must be https)'), _defineProperty(_ca$data, 'ERROR_24', '(error_25) Si us plau introdueix un port vàlid. (Please enter a valid port.)'), _defineProperty(_ca$data, 'ERROR_25', '(error_26) Si us plau introdueix un ID de cadena vàlid. (Please enter a valid chain ID.)'), _defineProperty(_ca$data, 'ERROR_26', '(error_27) PSi us plau introdueix un ABI vàlid. (Please enter a valid ABI.)'), _defineProperty(_ca$data, 'ERROR_27', '(error_28) Quantitat mínima: 0.01. Quantitat max.: (Minimum amount: 0.01. Max amount:)'), _defineProperty(_ca$data, 'ERROR_28', '(error_29) Necessites aquest `Fitxer Keystore + Contrasenya` o la `Clau Privada` (següent pàgina) per tal d\'accedir a aquesta cartera en el futur. (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. )'), _defineProperty(_ca$data, 'ERROR_29', '(error_30) Si us plau introdueix un usuari i contrasenya vàlids. (Please enter a valid user and password.)'), _defineProperty(_ca$data, 'ERROR_30', '(error_31) Si us plau introdueix un nom vàlid (+7 caràcters, puntuació límitada) (Please enter a valid name (7+ characters, limited punctuation))'), _defineProperty(_ca$data, 'ERROR_31', '(error_32) Introdueix una frase secreta vàlida. (Please enter a valid secret phrase.)'), _defineProperty(_ca$data, 'ERROR_32', '(error_33) No s\'ha pogut connectar al node. Refresca la teva pàgina, prova-ho amb un altre node (cantonada superior-dreta), comprova el teu firewall. En mode personalitzar, comprova les teves preferències. (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)'), _defineProperty(_ca$data, 'ERROR_33', '(error_34) La cartera que has desbloquejat no correspon amb l\'adreça del propietari. (The wallet you have unlocked does not match the owner\'s address.)'), _defineProperty(_ca$data, 'ERROR_34', '(error_35) El nom que estàs intentant mostrar no coincideix amb el nom que has introduït. (The name you are attempting to reveal does not match the name you have entered.)'), _defineProperty(_ca$data, 'ERROR_35', '(error_36) L\'adreça introduïda no s\'ha comprovat mitjantçant checksum. Més informació (Input address is not checksummed. What does that mean?)'), _defineProperty(_ca$data, 'ERROR_36', '(error_37) Introdueix un hash de TX vàlid (Please enter a valid TX hash)'), _defineProperty(_ca$data, 'ERROR_37', '(error_38) Introdueix una cadena hex (0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f) vàlida (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f)'), _defineProperty(_ca$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0)'), _defineProperty(_ca$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum)'), _defineProperty(_ca$data, 'GETH_Balance', '(geth-01) Saldo insuficient. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_Cheap', '(geth-02) El preu del gas és massa petit per ser acceptat. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ca$data, 'GETH_GasLimit', '(geth-03) Excedeix del block gas límit. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ca$data, 'GETH_InsufficientFunds', '(geth-04) Saldo insuficient per gas * preu + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínsec massa baix. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ca$data, 'GETH_InvalidSender', '(geth-06) Emissor no vàlid. Invalid sender.'), _defineProperty(_ca$data, 'GETH_NegativeValue', '(geth-07) Valor negatiu. Negative value.'), _defineProperty(_ca$data, 'GETH_Nonce', "(geth-08) Nonce massa baix. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ca$data, 'GETH_NonExistentAccount', '(geth-09) El compte no existeix o el saldo és massa baix. Account does not exist or account balance too low'), _defineProperty(_ca$data, 'PARITY_AlreadyImported', "(parity-01) Ja s'havia importat la transacció amb el mateix hash. (A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_GasLimitExceeded', "(parity-02) El cost de la transacció sobrepassa el límit actual de gas. Limit: {}, tens: {}. Intenta disminuir el gas proporcionat. (Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientBalance', "(parity-03) Saldo insuficient. El compte d\'origen que estàs utilitzant no té prou saldo. Obligatori {} wei i tens: {} wei. (Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientGasPrice', "(parity-04) La comissió de la transacció és massa baixa. No satisfà la comissió mínima dle node (minimal: {}, got: {}). Intenta augmentar la comissió. (There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ca$data, 'PARITY_InvalidGasLimit', "(parity-05) El gas proporcionat és més enllà del límit. (Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_LimitReached', "(parity-06) Hi ha massa transaccions a la cua. La teva transacció ha sigut eliminada degut al límit. Prova incrementant la comissió. (There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_Old', "(parity-07) El nonce de la transacció és massa baix. Proveu d'augmentar-lo. (There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).)"), _defineProperty(_ca$data, 'PARITY_TooCheapToReplace', "(parity-08) La comissió de la transacció és massa baixa. Hi ha una altra transacció amb el mateix nonce a la cua. Intenta augmentar la comissió o el nonce. (TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'SUCCESS_1', 'Adreça vàlida '), _defineProperty(_ca$data, 'SUCCESS_2', 'Cartera desxifrada amb èxit '), _defineProperty(_ca$data, 'SUCCESS_3', 'La teva TX s\'ha emès a la xarxa. Està esperant ha ser minada i confirmada. Durant ICOs, pot trigar més de 3 hores a ser confirmada. Utilitza els següents botons de Verificar & Comprovar per veur-ho. TX Hash: '), _defineProperty(_ca$data, 'SUCCESS_4', 'La teva cartera s\'ha afegit correctament '), _defineProperty(_ca$data, 'SUCCESS_5', 'Fitxer seleccionat '), _defineProperty(_ca$data, 'SUCCESS_6', 'Estàs connectat correctament '), _defineProperty(_ca$data, 'SUCCESS_7', 'Signatura del missatge verificada'), _defineProperty(_ca$data, 'WARN_Send_Link', 'Has arribat mitjançant un enllaç que conté una adreça, valor, gas, dades o tipus de transacció (mode enviar) omplerts. Pots canviar qualsevol informació abans d\'enviar. Desbloqueja la teva cartera per començar. '), _defineProperty(_ca$data, 'translate_version', '0.1 '), _defineProperty(_ca$data, 'Translator_Desc', 'Gràcies als nostres traductors '), _defineProperty(_ca$data, 'TranslatorName_1', 'Aleix Canal Oliver '), _defineProperty(_ca$data, 'TranslatorAddr_1', ' '), _defineProperty(_ca$data, 'TranslatorName_2', ' '), _defineProperty(_ca$data, 'TranslatorAddr_2', ' '), _defineProperty(_ca$data, 'TranslatorName_3', ' '), _defineProperty(_ca$data, 'TranslatorAddr_3', ' '), _defineProperty(_ca$data, 'TranslatorName_4', ' '), _defineProperty(_ca$data, 'TranslatorAddr_4', ' '), _defineProperty(_ca$data, 'TranslatorName_5', ' '), _defineProperty(_ca$data, 'TranslatorAddr_5', ' '), _defineProperty(_ca$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ca$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ca$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ca$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ca$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ca$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ca$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ca$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ca$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ca$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ca$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ca$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ca$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ca$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ca$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ca$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ca$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ca$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ca$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ca$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_ca$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ca$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ca$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ca$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ca$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ca$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ca$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ca$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ca$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ca$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ca$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ca$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ca$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ca$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ca$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_ca$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ca$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ca$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_ca$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ca$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ca$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ca$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ca$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ca$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ca$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ca$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ca$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ca$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_ca$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ca$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ca$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_ca$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ca$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ca$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ca$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ca$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ca$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ca$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ca$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ca$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ca$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ca$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_ca$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ca$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ca$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ca$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ca$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas límit. Any excess gas will be returned to you. '), _defineProperty(_ca$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas límit. All data is in HEX format. '), _defineProperty(_ca$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ca$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ca$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ca$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ca$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ca$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ca$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ca$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ca$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ca$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ca$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ca$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ca$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_ca$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_ca$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ca$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ca$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ca$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ca$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ca$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ca$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ca$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ca$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ca$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ca$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ca$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ca$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ca$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ca$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ca$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ca$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ca$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ca$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ca$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ca$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ca$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ca$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ca$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ca$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ca$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ca$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ca$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ca$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ca$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ca$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ca$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ca$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ca$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ca$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _ca$data); +}, _defineProperty(_ca$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ca$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ca$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ca$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ca$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ca$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ca$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ca$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ca$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ca$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ca$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ca$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ca$data, 'x_CancelReplaceTx', 'Cancel·la o Reemplaça la transacció'), _defineProperty(_ca$data, 'x_CancelTx', 'Cancel·la la transacció'), _defineProperty(_ca$data, 'x_PasswordDesc', 'Aquesta contrasenya * xifra * la teva clau privada. Això no funciona com a llavor per generar les vostres claus. **Necessitaràs aquesta contrasenya + la teva clau privada per desbloquejar la teva cartera.**'), _defineProperty(_ca$data, 'x_ReadMore', 'Llegir-ne més'), _defineProperty(_ca$data, 'x_ReplaceTx', 'Reemplaça la transacció'), _defineProperty(_ca$data, 'x_TransHash', 'Hash de la transacció'), _defineProperty(_ca$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ca$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ca$data, 'NAV_CheckTxStatus', 'Comprova l\'estat d\'una TX'), _defineProperty(_ca$data, 'NAV_TxStatus', 'Estat de la TX'), _defineProperty(_ca$data, 'tx_Details', 'Detalls de transacció'), _defineProperty(_ca$data, 'tx_Summary', 'Durant períodes de molt volum (quan hi ha ICOs per exemple) les transaccions poder restar pendents durant hores, o dies. Aquesta eina té com a objectiu permetre\'t trobar i "cancel·lar" / reemplaçar aquestes TXs. ** Això no sol ser una cosa que puguis fer. No s\'hi hauria de confirmar i només funcionarà quan les TX Pools siguin plenes. [Si us plau, llegiu sobre aquesta eina aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ca$data, 'tx_notFound', 'Transacció no trobada'), _defineProperty(_ca$data, 'tx_notFound_1', 'Aquesta TX no es pot trobar al TX Pool del node amb el qual estàs connectat.'), _defineProperty(_ca$data, 'tx_notFound_2', 'Si acabes d\'enviar la transacció, espera 15 segons i prem el botó "Comprova l\'estat d\'una TX" de nou. '), _defineProperty(_ca$data, 'tx_notFound_3', 'Encara podria estar al TX Pool d\'un node diferent, esperant ser minat.'), _defineProperty(_ca$data, 'tx_notFound_4', 'Utilitza el menú desplegable a la part superior dreta i selecciona un node ETH diferent (p. Ex. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) i torna-ho a comprovar.'), _defineProperty(_ca$data, 'tx_foundInPending', 'Transacció pendent trobada'), _defineProperty(_ca$data, 'tx_foundInPending_1', 'La teva transacció s\'ha trobat a la TX Pool del node amb el qual estàs connectat. '), _defineProperty(_ca$data, 'tx_foundInPending_2', 'Actualment està pendent (esperant ser minada). '), _defineProperty(_ca$data, 'tx_foundInPending_3', 'Hi ha una oportunitat de "cancel·lar" or reemplaçar aquesta transacció. Desbloqueja la teva cartera a continuació.'), _defineProperty(_ca$data, 'tx_FoundOnChain', 'Transacció trobada'), _defineProperty(_ca$data, 'tx_FoundOnChain_1', 'La teva transacció s\'ha minat correctament i és a la blockchain.'), _defineProperty(_ca$data, 'tx_FoundOnChain_2', '**Si veus un `( ! )` vermell, un missatge d\'error `BAD INSTRUCTION` o `OUT OF GAS` **, vol dir que la transacció no s\'ha *enviat* correctament. No es pot cancel·lar o reemplaçar aquesta transacció. En lloc d\'això, envia una transacció nova. Si reps un error "Out of Gas", hauries de duplicar el límit de gas especificat originalment.'), _defineProperty(_ca$data, 'tx_FoundOnChain_3', '**Si no veus cap error, la teva transacció s\'ha enviat amb èxit.** El teu ETH o Tokens són on els has enviat. Si no pots veure aquest ETH o Tokens a la teva cartera / compte de bescanvi, i han passat més de 24 hores des de l\'enviament, si us plau [contacta amb aquest servei](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envia *l\'enllaç* de la teva transacció si demana amablement que investiguin.'), _defineProperty(_ca$data, 'GEN_Help_1', 'Utilitza la teva'), _defineProperty(_ca$data, 'GEN_Help_2', 'per accedir al teu compte.'), _defineProperty(_ca$data, 'GEN_Help_3', 'El teu dispositiu * és * la teva cartera.'), _defineProperty(_ca$data, 'GEN_Help_4', 'Guies & PMF'), _defineProperty(_ca$data, 'GEN_Help_5', 'Com Crear una cartera'), _defineProperty(_ca$data, 'GEN_Help_6', 'Començant'), _defineProperty(_ca$data, 'GEN_Help_7', 'Mantén-l\'ho segur · Fes-ne una còpia de seguretat · No el comparteixis amb ningú · No el perdis · No es pot recuperar si el perds.'), _defineProperty(_ca$data, 'GEN_Help_8', 'No es descarrega un fitxer? '), _defineProperty(_ca$data, 'GEN_Help_9', 'Intentar fer servir Google Chrome '), _defineProperty(_ca$data, 'GEN_Help_10', 'Fes clic amb el botó dret i deseu el fitxer com a. Nom del fitxer: '), _defineProperty(_ca$data, 'GEN_Help_11', 'No obris aquest fitxer al teu ordinador '), _defineProperty(_ca$data, 'GEN_Help_12', 'Utilitza\'l per desbloquejar la teva cartera amb MyEtherWallet (o Mist, Geth, Parity i altres clients de carteres.) '), _defineProperty(_ca$data, 'GEN_Help_13', 'Com fer una copia de seguretat del teu fitxer Keystore '), _defineProperty(_ca$data, 'GEN_Help_14', 'Que són aquests formats diferents? '), _defineProperty(_ca$data, 'GEN_Help_15', 'Evitant perdues i robatoris dels teus fons.'), _defineProperty(_ca$data, 'GEN_Help_16', 'Que són aquests formats diferents?'), _defineProperty(_ca$data, 'GEN_Help_17', 'Perquè hauria?'), _defineProperty(_ca$data, 'GEN_Help_18', 'Per tenir-ne una segona copia de seguretat.'), _defineProperty(_ca$data, 'GEN_Help_19', 'En cas que oblidis la teva contrasenya.'), _defineProperty(_ca$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ca$data, 'GET_ConfButton', 'Ho entenc. Continua.'), _defineProperty(_ca$data, 'GEN_Label_5', 'Desa la teva `Clau Privada`. '), _defineProperty(_ca$data, 'GEN_Unlock', 'Desbloqueja la teva cartera per veure\'n l\'adreça'), _defineProperty(_ca$data, 'GAS_PRICE_Desc', 'El preu del gas és la quantitat que pagues per unitat de gas. `TX fee = preu del gas * límit de gas` i es paga als miners per incloure la teva TX a un block. Preu de gas més elevat = transacció més ràpida, però més cara. Per defecte és `41 GWEI`.'), _defineProperty(_ca$data, 'GAS_LIMIT_Desc', 'El límit de gas és la quantitat de gas a enviar amb la teva TX. `TX fee` = preu del gas * límit de gas; i es paga als miners per incloure la teva TX a un block. Incrementat aquest nombre no farà que la teva TX sigui minada més ràpidament. Enviant ETH = `21000`. Enviant Tokens = ~`200000`.'), _defineProperty(_ca$data, 'NONCE_Desc', 'El nonce és el nombre de transaccions enviades des d\'una adreça determinada. Assegura que les transaccions s\'envien en ordre i no més d\'una vegada.'), _defineProperty(_ca$data, 'TXFEE_Desc', 'La comissió per la TX es paga als miners per incloure la teva TX en un block. És el `límit de gas` * `preu del gas`. [Pots convertir GWEI -> ETH aquí](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ca$data, 'NAV_AddWallet', 'Afegir Cartera '), _defineProperty(_ca$data, 'NAV_BulkGenerate', 'Generar en massa '), _defineProperty(_ca$data, 'NAV_Contact', 'Contacte '), _defineProperty(_ca$data, 'NAV_Contracts', 'Contracte '), _defineProperty(_ca$data, 'NAV_DeployContract', 'Desplegar contracte '), _defineProperty(_ca$data, 'NAV_ENS', 'ENS'), _defineProperty(_ca$data, 'NAV_GenerateWallet_alt', 'Nova cartera '), _defineProperty(_ca$data, 'NAV_GenerateWallet', 'Crear una nova cartera '), _defineProperty(_ca$data, 'NAV_Help', 'Ajuda '), _defineProperty(_ca$data, 'NAV_InteractContract', 'Interactua amb un contracte '), _defineProperty(_ca$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ca$data, 'NAV_MyWallets', 'Les meves carteres '), _defineProperty(_ca$data, 'NAV_Offline', 'Enviar sense connexió '), _defineProperty(_ca$data, 'NAV_SendEther', 'Envia Ether & Tokens '), _defineProperty(_ca$data, 'NAV_SendTokens', 'Envia Tokens '), _defineProperty(_ca$data, 'NAV_SignMsg', 'Firmar missatge '), _defineProperty(_ca$data, 'NAV_Swap', 'Intercanviar '), _defineProperty(_ca$data, 'NAV_ViewWallet', 'Veure informació d\'una cartera '), _defineProperty(_ca$data, 'NAV_YourWallets', 'Les teves carteres '), _defineProperty(_ca$data, 'x_Access', 'Accedir '), _defineProperty(_ca$data, 'x_AddessDesc', 'La teva adreça també pot ser anomenada `# de compte` o `Clau Pública`. És el que comparteixes amb la gent perquè puguin enviar-te Ether o Tokens. Cerqueu la icona d\'adreça de colors. Assegura\'t que coincideixi amb la vostra cartera de paper i quan introduïu la vostra adreça en algun lloc.'), _defineProperty(_ca$data, 'x_Address', 'La teva adreça '), _defineProperty(_ca$data, 'x_Cancel', 'Cancel·lar '), _defineProperty(_ca$data, 'x_CSV', 'Fitxer CSV (no xifrat) '), _defineProperty(_ca$data, 'x_Download', 'Descarregar '), _defineProperty(_ca$data, 'x_Json', 'Fitxer JSON(no xifrat) '), _defineProperty(_ca$data, 'x_JsonDesc', 'Aquesta és la teva clau privada no xifrada, en format JSON. Això significa que no necessites la contrasenya, però qualsevol que trobi el JSON pot accedir a la teva cartera i Ether sense la contrasenya. '), _defineProperty(_ca$data, 'x_Keystore', 'Fitxer Keystore (UTC / JSON · Recomanat · Xifrat) '), _defineProperty(_ca$data, 'x_Keystore2', 'Fitxer Keystore (UTC / JSON) '), _defineProperty(_ca$data, 'x_KeystoreDesc', 'Aquest fitxer Keystore coincideix amb el format que utilitza Mist perquè pugui importar-lo fàcilment en el futur. És el fitxer recomanat per descarregar i fer una còpia de seguretat. '), _defineProperty(_ca$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ca$data, 'x_Mnemonic', 'Frase Mnemònica'), _defineProperty(_ca$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_ca$data, 'x_Password', 'Contrasenya '), _defineProperty(_ca$data, 'x_Print', 'Imprimir cartera de paper '), _defineProperty(_ca$data, 'x_PrintDesc', 'ProTip: Fes clic a imprimir i desa\'l com a PDF, encara que no tinguis una impressora! '), _defineProperty(_ca$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_ca$data, 'x_PrivKey', 'Clau privada (no xifrada) '), _defineProperty(_ca$data, 'x_PrivKey2', 'Clau privada '), _defineProperty(_ca$data, 'x_PrivKeyDesc', 'Aquesta és la versió de text que no està xifrada de la teva clau privada, la qual cosa significa que no cal una contrasenya. Si algú trobés la teva clau privada sense xifrar, podrien accedir a la cartera sense cap contrasenya. Per aquest motiu, generalment es recomanen les versions xifrades. '), _defineProperty(_ca$data, 'x_Save', 'Desar '), _defineProperty(_ca$data, 'x_TXT', 'Fitxer TXT (no xifrat) '), _defineProperty(_ca$data, 'x_Wallet', 'Cartera '), _defineProperty(_ca$data, 'CX_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript executada en el client com a extensió de Chrome '), _defineProperty(_ca$data, 'CX_Warning_1', 'Assegura\'t que tens **còpies de seguretat externes** de les carteres que emmagatzemes aquí. Podrien passar moltes coses que farien que perdessis les dades d\'aquesta extensió de Chrome, inclosa la desinstal·lació i reinstal·lació de l\'extensió. Aquesta extensió és una forma d\'accedir fàcilment a les carteres, ** no ** una manera de fer-los una còpia de seguretat. '), _defineProperty(_ca$data, 'MEW_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript '), _defineProperty(_ca$data, 'MEW_Warning_1', 'Comprova sempre l\'URL abans d\'accedir a la vostra cartera o crear una cartera nova. Ves amb compte amb els llocs de phishing! '), _defineProperty(_ca$data, 'FOOTER_1', 'Eina gratuïta, de codi obert que s\'executa en el client per generar carteres d\'Ethereum i més. Interactua fàcilment amb la blockchain d\'Ethereum de manera fàcil i segura. Comprova l\'URL (.com) abans de desbloquejar la teva cartera.'), _defineProperty(_ca$data, 'FOOTER_1b', 'Creat per '), _defineProperty(_ca$data, 'FOOTER_2', 'Donacions molt agraïdes '), _defineProperty(_ca$data, 'FOOTER_3', 'Generació de carteres al client per '), _defineProperty(_ca$data, 'FOOTER_4', 'Descàrrec de responsabilitat '), _defineProperty(_ca$data, 'sidebar_AccountInfo', 'Informació del compte '), _defineProperty(_ca$data, 'sidebar_AccountAddr', 'Adreça del compte '), _defineProperty(_ca$data, 'sidebar_AccountBal', 'Saldo del compte '), _defineProperty(_ca$data, 'sidebar_TokenBal', 'Saldo dels tokens '), _defineProperty(_ca$data, 'sidebar_Equiv', 'Valors equivalents '), _defineProperty(_ca$data, 'sidebar_TransHistory', 'Historial de transaccions '), _defineProperty(_ca$data, 'sidebar_donation', 'MyEtherWallet és un servei lliure i de codi obert, dedicat a la teva privacitat i seguretat. Com més donacions rebem, més temps invertim creant noves funcions, escoltant els vostres comentaris i oferint-vos el que voleu. Només som dues persones que intentem canviar el món. Ens ajudes? '), _defineProperty(_ca$data, 'sidebar_donate', 'Dóna '), _defineProperty(_ca$data, 'sidebar_thanks', 'Moltes gràcies!!! '), _defineProperty(_ca$data, 'sidebar_DisplayOnTrezor', 'Mostrar l\'adreça al TREZOR'), _defineProperty(_ca$data, 'sidebar_DisplayOnLedger', 'Mostrar l\'adreça al Ledger'), _defineProperty(_ca$data, 'decrypt_Access', 'Com t\'agradaria accedir a la teva cartera? '), _defineProperty(_ca$data, 'decrypt_Title', 'Selecciona el format de la teva clau privada '), _defineProperty(_ca$data, 'decrypt_Select', 'Selecciona una cartera '), _defineProperty(_ca$data, 'MNEM_1', 'Si us plau selecciona l\'adreça amb la que vols interactuar. '), _defineProperty(_ca$data, 'MNEM_2', 'La teva frase mnemotècnica HD pot accedir a més d\'una cartera / adreça. Selecciona l\'adreça amb la que vols interactuar en aquest moment. '), _defineProperty(_ca$data, 'MNEM_more', 'Més adreces '), _defineProperty(_ca$data, 'MNEM_prev', 'Adreces anteriors '), _defineProperty(_ca$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_1', 'Connecta amb el teu Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_2', 'Obre l\'aplicació d\'Ethereum (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Exp', 'Obre l\'aplicació d\'Expanse (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Ubq', 'Obre l\'aplicació d\'Ubiq (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_3', 'Verifica que "Browser Support" està habilitat a "Settings" '), _defineProperty(_ca$data, 'ADD_Ledger_4', 'Si no trobes "Browser Support" a "Settings", verifica que tens instal·lat el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ca$data, 'ADD_Ledger_0a', 'Has d\'accedir a MyEtherWallet utilitzant una connexió segura (SSL / HTTPS). '), _defineProperty(_ca$data, 'ADD_Ledger_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Ledger_scan', 'Connecta a Ledger Wallet '), _defineProperty(_ca$data, 'ADD_MetaMask', 'Connecta to MetaMask '), _defineProperty(_ca$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ca$data, 'ADD_Trezor_scan', 'Connecta a TREZOR '), _defineProperty(_ca$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0a', 'Torna a obrir MyEtherWallet utilitzant una connexió segura (SSL) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_scan', 'Connecta el teu Digital Bitbox '), _defineProperty(_ca$data, 'ADD_Label_1', 'Que vols fer?? '), _defineProperty(_ca$data, 'ADD_Radio_1', 'Generar una nova cartera '), _defineProperty(_ca$data, 'ADD_Radio_2', 'Selecciona un fitxer de cartera (Keystore / JSON) '), _defineProperty(_ca$data, 'ADD_Radio_2_alt', 'Selecciona un fitxer de cartera '), _defineProperty(_ca$data, 'ADD_Radio_2_short', 'SELECCIONA UN FITXER DE CARTERA... '), _defineProperty(_ca$data, 'ADD_Radio_3', 'Enganxa/Escriu la teva clau privada '), _defineProperty(_ca$data, 'ADD_Radio_4', 'Afegir un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Radio_5', 'Enganxa/Escriu la teva frase mnemotècnica '), _defineProperty(_ca$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ca$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ca$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathCustom', 'Personalitzat'), _defineProperty(_ca$data, 'ADD_Label_2', 'Crea un àlies '), _defineProperty(_ca$data, 'ADD_Label_3', 'La teva cartera està xifrada. Si us plau, introdueix-ne la contrasenya. '), _defineProperty(_ca$data, 'ADD_Label_4', 'Afegeix un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Warning_1', 'Pots afegir qualsevol compte per "supervisar" a la pestanya de carteres sense pujar una clau privada. Això ** no ** vol dir que tinguis accés a aquesta cartera ni que puguis transferir-ne l\'Ether d\'aquesta. '), _defineProperty(_ca$data, 'ADD_Label_5', 'Introdueix l\'adreça '), _defineProperty(_ca$data, 'ADD_Label_6', 'Desbloqueja la teva cartera '), _defineProperty(_ca$data, 'ADD_Label_6_short', 'Desbloqueja '), _defineProperty(_ca$data, 'ADD_Label_7', 'Afegeix un compte '), _defineProperty(_ca$data, 'ADD_Label_8', 'Contrasenya (opcional): '), _defineProperty(_ca$data, 'MYWAL_Nick', 'Àlies de la cartera '), _defineProperty(_ca$data, 'MYWAL_Address', 'Adreça de la cartera '), _defineProperty(_ca$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_ca$data, 'MYWAL_Edit', 'Edita '), _defineProperty(_ca$data, 'MYWAL_View', 'Veure '), _defineProperty(_ca$data, 'MYWAL_Remove', 'Elimina '), _defineProperty(_ca$data, 'MYWAL_RemoveWal', 'Elimina una cartera '), _defineProperty(_ca$data, 'MYWAL_WatchOnly', 'Els teus comptes supervisats '), _defineProperty(_ca$data, 'MYWAL_Viewing', 'Veient cartera '), _defineProperty(_ca$data, 'MYWAL_Hide', 'Amagar informació de la cartera '), _defineProperty(_ca$data, 'MYWAL_Edit_2', 'Editar la cartera '), _defineProperty(_ca$data, 'MYWAL_Name', 'Nom de la cartera '), _defineProperty(_ca$data, 'MYWAL_Content_1', 'Atenció! Estàs a punt d\'eliminar la teva cartera '), _defineProperty(_ca$data, 'MYWAL_Content_2', 'Assegura\'t que has **desat la teva clau privada i/o el teu fitxer "Keystore" i la contrasenya** abans d\'eliminar-la. '), _defineProperty(_ca$data, 'MYWAL_Content_3', 'Si vols utilitzar aquesta cartera amb MyEtherWallet CX en el futur, hauràs de tornar a afegir-la manualment utilitzant la clau privada/JSON i contrasenya. '), _defineProperty(_ca$data, 'GEN_desc', 'Si vols crear múltiples carteres, pots fer-ho aquí '), _defineProperty(_ca$data, 'GEN_Label_1', 'Introdueix una contrasenya'), _defineProperty(_ca$data, 'GEN_Placeholder_1', 'NO oblidis desar això! '), _defineProperty(_ca$data, 'GEN_SuccessMsg', 'Enhorabona! S\'ha creat la teva cartera. '), _defineProperty(_ca$data, 'GEN_Label_2', 'Desa el teu fitxer `Keystore`. '), _defineProperty(_ca$data, 'GEN_Label_3', 'Desa la teva adreça. '), _defineProperty(_ca$data, 'GEN_Label_4', 'Imprimeix la teva cartera de paper o un codi QR. '), _defineProperty(_ca$data, 'BULK_Label_1', 'Quantitat de carteres a generar '), _defineProperty(_ca$data, 'BULK_Label_2', 'Quantitat de carteres '), _defineProperty(_ca$data, 'BULK_SuccessMsg', 'Enhorabona! S\'han creat les teves carteres. '), _defineProperty(_ca$data, 'SEND_addr', 'A l\'adreça '), _defineProperty(_ca$data, 'SEND_amount', 'Quantitat a enviar '), _defineProperty(_ca$data, 'SEND_amount_short', 'Quantitat '), _defineProperty(_ca$data, 'SEND_custom', 'Afegir un Token personalitzat '), _defineProperty(_ca$data, 'SEND_gas', 'Gas '), _defineProperty(_ca$data, 'SEND_TransferTotal', 'Enviar tot el saldo '), _defineProperty(_ca$data, 'SEND_generate', 'Generar la transacció '), _defineProperty(_ca$data, 'SEND_raw', 'Transacció en brut '), _defineProperty(_ca$data, 'SEND_signed', 'Transacció signada '), _defineProperty(_ca$data, 'SEND_trans', 'Enviar transacció '), _defineProperty(_ca$data, 'SENDModal_Title', 'Alerta! '), _defineProperty(_ca$data, 'SENDModal_Content_1', 'Estàs a punt d\'enviar '), _defineProperty(_ca$data, 'SENDModal_Content_2', 'a l\'adreça '), _defineProperty(_ca$data, 'SENDModal_Content_3', 'Estàs segur que vols fer-ho? '), _defineProperty(_ca$data, 'SENDModal_Content_4', 'NOTA: Si trobes un error, és molt probable que necessitis afegir ether al teu compte per cobrir el cost del gas d\'enviar tokens. El gas es paga amb ether. '), _defineProperty(_ca$data, 'SENDModal_No', 'No, treu-me d\'aquí! '), _defineProperty(_ca$data, 'SENDModal_Yes', 'Sí, n\'estic segur! Realitza la transacció. '), _defineProperty(_ca$data, 'TOKEN_Addr', 'Adreça del Token '), _defineProperty(_ca$data, 'TOKEN_Symbol', 'Símbol del Token '), _defineProperty(_ca$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_ca$data, 'TOKEN_show', 'Mostra tots els tokens '), _defineProperty(_ca$data, 'TOKEN_hide', 'Amaga els tokens '), _defineProperty(_ca$data, 'TRANS_desc', 'Si vols enviar tokens, si us plau utilitza la pàgina d\'"Enviar token". '), _defineProperty(_ca$data, 'TRANS_advanced', '+Avançat: Afegir dades '), _defineProperty(_ca$data, 'TRANS_data', 'Dades '), _defineProperty(_ca$data, 'TRANS_gas', 'Limit de gas '), _defineProperty(_ca$data, 'TRANS_sendInfo', 'Una transacció estàndard utilitzant 21000 gas costarà 0.000441 ETH. Utilitzem un preu una mica per sobre del mínim de 0.000000021 ETH per assegurar que es mina ràpidament. No ens quedem cap comissió per la transacció. '), _defineProperty(_ca$data, 'OFFLINE_Title', 'Crea i envia una transacció sense connexió '), _defineProperty(_ca$data, 'OFFLINE_Desc', 'Es poden crear transaccions sense connexió amb tres passos. Has de realitzar els passos 1 i 3 en un ordinador amb connexió, i el pas 2 en un ordinador sense connexió. Això assegura que les teves claus privades no toquen un dispositiu connectat a internet. '), _defineProperty(_ca$data, 'OFFLLINE_Step1_Title', 'Pas 1: Genera la informació (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step1_Button', 'Genera la informació '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_1', 'Des de l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_2', 'Nota: Aquesta és l\'adreça ORIGEN, no l\'adreça de destí. El Nonce es genera des de la compte origen. Si utilitzer un ordinador sense connexió, seria l\'adreça del compte del "cold-storage". '), _defineProperty(_ca$data, 'OFFLINE_Step2_Title', 'Pas 2: Genera la transacció (Ordinador sense connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_1', 'A l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantitat a enviar '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3', 'Preu del gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4', 'Límit de gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4b', '21000 és el límit de gas per defecte. Quan envies contractes o dades addicionals, pot ser que el que necessitis sigui diferent. El gas no utilitzat se\'t retornarà. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6', 'Dades '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6b', 'Això és opcional. Les dades normalment són utilitzades quan envies transaccions a contractes. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_7', 'Introdueix / Selecciona la teva clau privada / JSON. '), _defineProperty(_ca$data, 'OFFLINE_Step3_Title', 'Pas 3: Envia / Publica la transacció (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step3_Label_1', 'Enganxa la transacció signada del pas 2 aquí i prem el botó "ENVIAR TRANSACCIÓ". '), _defineProperty(_ca$data, 'CONTRACT_Title', 'Adreça del contracte '), _defineProperty(_ca$data, 'CONTRACT_Title_2', 'Selecciona un contracte existent '), _defineProperty(_ca$data, 'CONTRACT_Json', 'Interfície ABI / JSON '), _defineProperty(_ca$data, 'CONTRACT_Interact_Title', 'Llegeix / Escriu el contracte '), _defineProperty(_ca$data, 'CONTRACT_Interact_CTA', 'Selecciona una funció '), _defineProperty(_ca$data, 'CONTRACT_ByteCode', 'Codi de Bytes '), _defineProperty(_ca$data, 'CONTRACT_Read', 'LLEGIR '), _defineProperty(_ca$data, 'CONTRACT_Write', 'ESCRIURE '), _defineProperty(_ca$data, 'DEP_generate', 'Genera Bytecode '), _defineProperty(_ca$data, 'DEP_generated', 'Bytecode generat'), _defineProperty(_ca$data, 'DEP_signtx', 'Signa la transacció '), _defineProperty(_ca$data, 'DEP_interface', 'Interfície generada '), _defineProperty(_ca$data, 'NODE_Title', 'Configura el teu node personalitzar'), _defineProperty(_ca$data, 'NODE_Subtitle', 'Per connectar al teu node local...'), _defineProperty(_ca$data, 'NODE_Warning', 'El teu node ha de ser HTTPS per tal de poder-t\'hi connectar utilitzant MyEtherWallet.com. Pots [descarregar-te el repo de MyEtherWallet i executar-lo localment](https://github.com/kvhnuke/etherwallet/releases/latest) per connectar-te a qualsevol node. O, obtén un certificat SSSL gratuït amb [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ca$data, 'NODE_Name', 'Nom del node'), _defineProperty(_ca$data, 'NODE_Port', 'Port del node'), _defineProperty(_ca$data, 'NODE_CTA', 'Desa & utilitza el node personalitzat'), _defineProperty(_ca$data, 'SWAP_rates', "Tarifes actuals "), _defineProperty(_ca$data, 'SWAP_init_1', "Vull intercanviar els meus "), _defineProperty(_ca$data, 'SWAP_init_2', " per "), _defineProperty(_ca$data, 'SWAP_init_CTA', "Fes-ho! "), _defineProperty(_ca$data, 'SWAP_information', "Le teva informació "), _defineProperty(_ca$data, 'SWAP_send_amt', "Quantitat a enviar "), _defineProperty(_ca$data, 'SWAP_rec_amt', "Quantitat a rebre "), _defineProperty(_ca$data, 'SWAP_your_rate', "La teva tarifa "), _defineProperty(_ca$data, 'SWAP_rec_add', "La teva adreça de recepció "), _defineProperty(_ca$data, 'SWAP_start_CTA', "Inicia l\'intercanvi "), _defineProperty(_ca$data, 'SWAP_ref_num', "El teu número de referència "), _defineProperty(_ca$data, 'SWAP_time', "Temps restant per enviar "), _defineProperty(_ca$data, 'SWAP_elapsed', "Temps transcorregut des de l'enviament "), _defineProperty(_ca$data, 'SWAP_progress_1', "Comanda iniciada "), _defineProperty(_ca$data, 'SWAP_progress_2', "Esperant pels teus "), _defineProperty(_ca$data, 'SWAP_progress_3', "Rebut! "), _defineProperty(_ca$data, 'SWAP_progress_4', "Enviant el teu {{orderResult.output.currency}} "), _defineProperty(_ca$data, 'SWAP_progress_5', "Comanda completa "), _defineProperty(_ca$data, 'SWAP_order_CTA', "Si us plau envia "), _defineProperty(_ca$data, 'SWAP_unlock', "Desbloqueja la teva cartera per enviar ETH o Tokens directament des d\'aquesta pàgina "), _defineProperty(_ca$data, 'MSG_message', 'Missatge '), _defineProperty(_ca$data, 'MSG_date', 'Data '), _defineProperty(_ca$data, 'MSG_signature', 'Signatura '), _defineProperty(_ca$data, 'MSG_verify', 'Verifica el missatge '), _defineProperty(_ca$data, 'MSG_info1', 'Inclou la data actual per tal que la signatura no pugui ser reutilitzada en una data diferent. '), _defineProperty(_ca$data, 'MSG_info2', 'Inclou el teu àlies i on el fas servir per tal que ningú més pugui utilitzar-lo. '), _defineProperty(_ca$data, 'MSG_info3', 'Inclou una raó específica per tal que el missatge no pugui ser reutilitzat per un altre propòsit. '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. És possible que vulguis fer això per [importar el teu compte a Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vols comprovar el teu saldo, recomanem utilitzar un explorador de la blockchain com [etherscan.io](https://etherscan.io/). '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle_Short', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. '), _defineProperty(_ca$data, 'VIEWWALLET_SuccessMsg', 'Enhorabona! Aquests són els detalls de la teva cartera. '), _defineProperty(_ca$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_ca$data, 'VIEWWALLET_HidePrivKey', '(amaga)'), _defineProperty(_ca$data, 'CX_error_1', 'No tens cap cartera desada. Fes clic ["Afegeix cartera"](/cx-wallet.html#add-wallet) per afegir-ne una! '), _defineProperty(_ca$data, 'CX_quicksend', 'Envia '), _defineProperty(_ca$data, 'ERROR_0', '(error_01) Si us plau, introdueix una quantitat vàlida. (Please enter a valid amount.)'), _defineProperty(_ca$data, 'ERROR_1', '(error_02) La teva contrasenya ha de tenir 9 caràcters com a mínim. Si us plau, assegura\´t que és una contrasenya forta. (Your password must be at least 9 characters. Please ensure it is a strong password.)'), _defineProperty(_ca$data, 'ERROR_2', '(error_03) Perdó! No reconeixem aquest tipus de fitxer de cartera. (Sorry! We don\'t recognize this type of wallet file.)'), _defineProperty(_ca$data, 'ERROR_3', '(error_04) Aquest fitxer de cartera no és vàlid. (This is not a valid wallet file.)'), _defineProperty(_ca$data, 'ERROR_4', '(error_05) Aquesta unitat no existeix, si us plau utilitza\'n una de les següents (This unit doesn\'t exists, please use the one of the following units)'), _defineProperty(_ca$data, 'ERROR_5', '(error_06) Si us plau introdueix una adreça vàlida. (Please enter a valid address.)'), _defineProperty(_ca$data, 'ERROR_6', '(error_07) Si us plau introdueix una contrasenya vàlida. (Please enter a valid password.)'), _defineProperty(_ca$data, 'ERROR_7', '(error_08) Si us plau introdueix decimals vàlids Ha de ser enter. Prova 0-18. (Please enter valid decimals. Must be an integer. Try 0-18.)'), _defineProperty(_ca$data, 'ERROR_8', '(error_09) Si us plau introdueix un gas límit vàlid (Ha de ser enter. Prova 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.))'), _defineProperty(_ca$data, 'ERROR_9', '(error_10) Si us plau introdueix un valor per les dades vàlid Ha de ser hex. (Please enter a valid data value (Must be hex.))'), _defineProperty(_ca$data, 'ERROR_10', '(error_11) Si us plau introdueix un preu de gas vàlid. (Enter. Prova 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_ca$data, 'ERROR_11', '(error_12) Si us plau introdueix un nonce vàlid (Ha de ser enter.) (Please enter a valid nonce (Must be an integer.))'), _defineProperty(_ca$data, 'ERROR_12', '(error_13) Transacció signada no vàlida. (Invalid signed transaction.)'), _defineProperty(_ca$data, 'ERROR_13', '(error_14) Ja existeix una cartera amb aquest àlies. (A wallet with this nickname already exists.)'), _defineProperty(_ca$data, 'ERROR_14', '(error_15) Cartera no trobada. (Wallet not found.)'), _defineProperty(_ca$data, 'ERROR_15', '(error_16) No sembla que existeixi una proposta amb aquest ID o hi ha hagut un error llegint-la. (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.)'), _defineProperty(_ca$data, 'ERROR_16', '(error_17) Ja hi ha emmagatzemada una cartera amb aquesta adreça. Si us plau comprova la pàgina de carteres. (A wallet with this address already exists in storage. Please check your wallets page.)'), _defineProperty(_ca$data, 'ERROR_17', '(error_18) El compte d\'origen no té prou saldo. Si estàs enviant tokens, has de tenir 0.01 ETH al teu compte per cobrir el cost del gas. (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))'), _defineProperty(_ca$data, 'ERROR_18', '(error_19) Tot el gas seria utilitzat en aquesta transacció. Això vol dir que ja has votat aquesta proposta o que el període de debat ja ha acabat. (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.)'), _defineProperty(_ca$data, 'ERROR_19', '(error_20) Si us play introdueix un símbol vàlid (Please enter a valid symbol)'), _defineProperty(_ca$data, 'ERROR_20', '(error_21) No és un token ERC-20 vàlid (Not a valid ERC-20 token)'), _defineProperty(_ca$data, 'ERROR_21', '(error_22) No s\'ha pogut calcular el gas necessari. No hi ha prou saldo en el compte, o el contracte destí ha llençat un error. Pots ajustar el gas manualment i continuar. És possible que el missatge d\'error al enviar contingui més informació. (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.)'), _defineProperty(_ca$data, 'ERROR_22', '(error_23) Si us plau introdueix un nom de node vàlid (Please enter a valid node name)'), _defineProperty(_ca$data, 'ERROR_23', '(error_24) Si us plau introdueix una URL vàlida URL. Si estàs sota https, la teva URL ha de ser https (Please enter a valid URL. If you are on https, your URL must be https)'), _defineProperty(_ca$data, 'ERROR_24', '(error_25) Si us plau introdueix un port vàlid. (Please enter a valid port.)'), _defineProperty(_ca$data, 'ERROR_25', '(error_26) Si us plau introdueix un ID de cadena vàlid. (Please enter a valid chain ID.)'), _defineProperty(_ca$data, 'ERROR_26', '(error_27) PSi us plau introdueix un ABI vàlid. (Please enter a valid ABI.)'), _defineProperty(_ca$data, 'ERROR_27', '(error_28) Quantitat mínima: 0.01. Quantitat max.: (Minimum amount: 0.01. Max amount:)'), _defineProperty(_ca$data, 'ERROR_28', '(error_29) Necessites aquest `Fitxer Keystore + Contrasenya` o la `Clau Privada` (següent pàgina) per tal d\'accedir a aquesta cartera en el futur. (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. )'), _defineProperty(_ca$data, 'ERROR_29', '(error_30) Si us plau introdueix un usuari i contrasenya vàlids. (Please enter a valid user and password.)'), _defineProperty(_ca$data, 'ERROR_30', '(error_31) Si us plau introdueix un nom vàlid (+7 caràcters, puntuació límitada) (Please enter a valid name (7+ characters, limited punctuation))'), _defineProperty(_ca$data, 'ERROR_31', '(error_32) Introdueix una frase secreta vàlida. (Please enter a valid secret phrase.)'), _defineProperty(_ca$data, 'ERROR_32', '(error_33) No s\'ha pogut connectar al node. Refresca la teva pàgina, prova-ho amb un altre node (cantonada superior-dreta), comprova el teu firewall. En mode personalitzar, comprova les teves preferències. (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)'), _defineProperty(_ca$data, 'ERROR_33', '(error_34) La cartera que has desbloquejat no correspon amb l\'adreça del propietari. (The wallet you have unlocked does not match the owner\'s address.)'), _defineProperty(_ca$data, 'ERROR_34', '(error_35) El nom que estàs intentant mostrar no coincideix amb el nom que has introduït. (The name you are attempting to reveal does not match the name you have entered.)'), _defineProperty(_ca$data, 'ERROR_35', '(error_36) L\'adreça introduïda no s\'ha comprovat mitjantçant checksum. Més informació (Input address is not checksummed. What does that mean?)'), _defineProperty(_ca$data, 'ERROR_36', '(error_37) Introdueix un hash de TX vàlid (Please enter a valid TX hash)'), _defineProperty(_ca$data, 'ERROR_37', '(error_38) Introdueix una cadena hex (0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f) vàlida (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f)'), _defineProperty(_ca$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0)'), _defineProperty(_ca$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum)'), _defineProperty(_ca$data, 'GETH_Balance', '(geth-01) Saldo insuficient. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_Cheap', '(geth-02) El preu del gas és massa petit per ser acceptat. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ca$data, 'GETH_GasLimit', '(geth-03) Excedeix del block gas límit. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ca$data, 'GETH_InsufficientFunds', '(geth-04) Saldo insuficient per gas * preu + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínsec massa baix. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ca$data, 'GETH_InvalidSender', '(geth-06) Emissor no vàlid. Invalid sender.'), _defineProperty(_ca$data, 'GETH_NegativeValue', '(geth-07) Valor negatiu. Negative value.'), _defineProperty(_ca$data, 'GETH_Nonce', "(geth-08) Nonce massa baix. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ca$data, 'GETH_NonExistentAccount', '(geth-09) El compte no existeix o el saldo és massa baix. Account does not exist or account balance too low'), _defineProperty(_ca$data, 'PARITY_AlreadyImported', "(parity-01) Ja s'havia importat la transacció amb el mateix hash. (A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_GasLimitExceeded', "(parity-02) El cost de la transacció sobrepassa el límit actual de gas. Limit: {}, tens: {}. Intenta disminuir el gas proporcionat. (Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientBalance', "(parity-03) Saldo insuficient. El compte d\'origen que estàs utilitzant no té prou saldo. Obligatori {} wei i tens: {} wei. (Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientGasPrice', "(parity-04) La comissió de la transacció és massa baixa. No satisfà la comissió mínima dle node (minimal: {}, got: {}). Intenta augmentar la comissió. (There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ca$data, 'PARITY_InvalidGasLimit', "(parity-05) El gas proporcionat és més enllà del límit. (Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_LimitReached', "(parity-06) Hi ha massa transaccions a la cua. La teva transacció ha sigut eliminada degut al límit. Prova incrementant la comissió. (There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_Old', "(parity-07) El nonce de la transacció és massa baix. Proveu d'augmentar-lo. (There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).)"), _defineProperty(_ca$data, 'PARITY_TooCheapToReplace', "(parity-08) La comissió de la transacció és massa baixa. Hi ha una altra transacció amb el mateix nonce a la cua. Intenta augmentar la comissió o el nonce. (TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'SUCCESS_1', 'Adreça vàlida '), _defineProperty(_ca$data, 'SUCCESS_2', 'Cartera desxifrada amb èxit '), _defineProperty(_ca$data, 'SUCCESS_3', 'La teva TX s\'ha emès a la xarxa. Està esperant ha ser minada i confirmada. Durant ICOs, pot trigar més de 3 hores a ser confirmada. Utilitza els següents botons de Verificar & Comprovar per veur-ho. TX Hash: '), _defineProperty(_ca$data, 'SUCCESS_4', 'La teva cartera s\'ha afegit correctament '), _defineProperty(_ca$data, 'SUCCESS_5', 'Fitxer seleccionat '), _defineProperty(_ca$data, 'SUCCESS_6', 'Estàs connectat correctament '), _defineProperty(_ca$data, 'SUCCESS_7', 'Signatura del missatge verificada'), _defineProperty(_ca$data, 'WARN_Send_Link', 'Has arribat mitjançant un enllaç que conté una adreça, valor, gas, dades o tipus de transacció (mode enviar) omplerts. Pots canviar qualsevol informació abans d\'enviar. Desbloqueja la teva cartera per començar. '), _defineProperty(_ca$data, 'translate_version', '0.1 '), _defineProperty(_ca$data, 'Translator_Desc', 'Gràcies als nostres traductors '), _defineProperty(_ca$data, 'TranslatorName_1', 'Aleix Canal Oliver '), _defineProperty(_ca$data, 'TranslatorAddr_1', ' '), _defineProperty(_ca$data, 'TranslatorName_2', ' '), _defineProperty(_ca$data, 'TranslatorAddr_2', ' '), _defineProperty(_ca$data, 'TranslatorName_3', ' '), _defineProperty(_ca$data, 'TranslatorAddr_3', ' '), _defineProperty(_ca$data, 'TranslatorName_4', ' '), _defineProperty(_ca$data, 'TranslatorAddr_4', ' '), _defineProperty(_ca$data, 'TranslatorName_5', ' '), _defineProperty(_ca$data, 'TranslatorAddr_5', ' '), _defineProperty(_ca$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ca$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ca$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ca$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ca$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ca$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ca$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ca$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ca$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ca$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ca$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ca$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ca$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ca$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ca$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ca$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ca$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ca$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ca$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ca$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_ca$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ca$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ca$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ca$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ca$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ca$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ca$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ca$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ca$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ca$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ca$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ca$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ca$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ca$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ca$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_ca$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ca$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ca$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_ca$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ca$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ca$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ca$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ca$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ca$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ca$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ca$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ca$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ca$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_ca$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ca$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ca$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_ca$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ca$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ca$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ca$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ca$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ca$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ca$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ca$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ca$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ca$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ca$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_ca$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ca$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ca$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ca$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ca$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas límit. Any excess gas will be returned to you. '), _defineProperty(_ca$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas límit. All data is in HEX format. '), _defineProperty(_ca$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ca$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ca$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ca$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ca$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ca$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ca$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ca$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ca$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ca$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ca$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ca$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ca$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_ca$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_ca$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ca$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ca$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ca$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ca$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ca$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ca$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ca$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ca$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ca$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ca$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ca$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ca$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ca$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ca$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ca$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ca$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ca$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ca$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ca$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ca$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ca$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ca$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ca$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ca$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ca$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ca$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ca$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ca$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ca$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ca$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ca$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ca$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ca$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ca$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _ca$data); module.exports = ca; @@ -14862,7 +14859,7 @@ de.data = (_de$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_de$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_de$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_de$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_de$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_de$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_de$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_de$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_de$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_de$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_de$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_de$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_de$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_de$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_de$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_de$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_de$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_de$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_de$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_de$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_de$data, 'x_CancelReplaceTx', 'Transaktion ersetzen oder zurückziehen'), _defineProperty(_de$data, 'x_CancelTx', 'Transaktion zurückziehen'), _defineProperty(_de$data, 'x_PasswordDesc', 'Dieses Passwort * verschlüsselt * Ihren privaten Schlüssel. Es wird nicht verwendet, um den Schlüssel zu erzeugen. **Sie benötigen dieses Passwort und ihren privaten Schlüssel, um das Wallet zu entsperren.**'), _defineProperty(_de$data, 'x_ReadMore', 'Weiter lesen'), _defineProperty(_de$data, 'x_ReplaceTx', 'Transaktion ersetzen'), _defineProperty(_de$data, 'x_TransHash', 'Transaktions Hash'), _defineProperty(_de$data, 'x_TXFee', 'TX Gebühr'), _defineProperty(_de$data, 'x_TxHash', 'TX Hash'), _defineProperty(_de$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_de$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_de$data, 'tx_Details', 'Transaktionsdetails'), _defineProperty(_de$data, 'tx_Summary', 'Zu manchen Zeiten (z.B. während der Laufzeit mancher ICOs) können einzelne Transaktionen für Stunden, villeicht sogar Tage ausstehen. Dieses Tool gibt Ihnen die Fähigkeit ihre Transaktion zu finden und zu widerrufen / ersetzen. ** Dies können Sie normalerweise nicht machen. Man sollte sich darauf nicht verlassen und es funktioniert nur, wenn die TX Pools voll sind. [Lesen Sie mehr über das Tool hier](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_de$data, 'tx_notFound', 'Transaktion nicht gefunden'), _defineProperty(_de$data, 'tx_notFound_1', 'Die Transaktion kann nicht in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden werden.'), _defineProperty(_de$data, 'tx_notFound_2', 'Wenn Sie die Transaktion erst gesendet haben, warten Sie bitte 15 Sekunden und drücken dann den "Check TX Status" Button erneut. '), _defineProperty(_de$data, 'tx_notFound_3', 'Sie könnte noch in dem Transaktions-Pool eines anderen Node sein und wartet gemined zu werden.'), _defineProperty(_de$data, 'tx_notFound_4', 'Bitte benutzen Sie das DropDown Menü oben-rechts & wählen Sie eine andere Node aus (z.B. `ETH (Etherscan.io)` oder `ETH (Infura.io)` oder `ETH (MyEtherWallet)`) und prüfen es erneut.'), _defineProperty(_de$data, 'tx_foundInPending', 'Wartende Transaktion gefunden'), _defineProperty(_de$data, 'tx_foundInPending_1', 'Ihre Transaktion wurde in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden. '), _defineProperty(_de$data, 'tx_foundInPending_2', 'Sie steht derzeit aus (wartet gemined zu werden). '), _defineProperty(_de$data, 'tx_foundInPending_3', 'Es ist möglich Sie zu widerrufen oder diese Transaktion zu ersetzen. Entsperren Sie ihre Wallet darunter.'), _defineProperty(_de$data, 'tx_FoundOnChain', 'Transaktion gefunden'), _defineProperty(_de$data, 'tx_FoundOnChain_1', 'Ihre Transaktion wurde gemined und ist nun in der Blockchain.'), _defineProperty(_de$data, 'tx_FoundOnChain_2', '**Wenn Sie ein rotes`( ! )`, ein `BAD INSTRUCTION` oder `OUT OF GAS` Fehlernachricht bekommen**, heißt dass, dass die Transaktion nicht erfolgreich *gesendet* worden ist. Sie können die Transaktion nicht zurücknehmen oder ersetzen. Stattdessen, sende eine neue Transaktion. Wenn Sie einen "Out of Gas" Fehler bekommen, sollten Sie das GasLimit verdoppeln, dass Sie ursprünglich benutzt haben.'), _defineProperty(_de$data, 'tx_FoundOnChain_3', '**Wenn sie keine Fehlernachrichten bekommen, wurde ihre Transaktion erfolgreich versendet.** Ihre ETH oder Tokens sind dort, wohin sie versendet wurden. Wenn Sie die ETH or Tokens nicht im anderen Wallet / Exchange account sehen können, und es schon mehr als 24 Stunden her ist, seitdem Sie gesendet haben, bitte [Kontaktieren Sie den Service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Senden Sie den *link* zu ihrer Transaktion und fragen Sie höflich, die Situation anzuschauen.'), _defineProperty(_de$data, 'GEN_Help_1', 'Nutzen Sie Ihre'), _defineProperty(_de$data, 'GEN_Help_2', 'um auf Ihren Account zuzugreifen.'), _defineProperty(_de$data, 'GEN_Help_3', 'Ihr Gerät * ist * Ihr Wallet.'), _defineProperty(_de$data, 'GEN_Help_4', 'Anleitungen & FAQ'), _defineProperty(_de$data, 'GEN_Help_5', 'Wie erstellt man eine Wallet'), _defineProperty(_de$data, 'GEN_Help_6', 'Einstieg'), _defineProperty(_de$data, 'GEN_Help_7', 'Sicher aufbewahren · Machen Sie eine Sicherung · Zeigen Sie es keinem · Verlieren Sie es nicht · Es gibt * keinen * Weg diese Informationen wiederherzustellen, wenn Sie es verlieren.'), _defineProperty(_de$data, 'GEN_Help_8', 'Datei wird nicht heruntergeladen? '), _defineProperty(_de$data, 'GEN_Help_9', 'Versuche Google Chrome oder Chromium zu benutzen '), _defineProperty(_de$data, 'GEN_Help_10', 'Rechtsklick & Datei speichern als. Dateiname: '), _defineProperty(_de$data, 'GEN_Help_11', 'Diese Datei auf deinem Computer **nicht** öffnen '), _defineProperty(_de$data, 'GEN_Help_12', 'Nutze es um dein Wallet bei MyEtherWallet (oder Mist, Geth, Parity und andere Wallet Clients.) zu öffnen '), _defineProperty(_de$data, 'GEN_Help_13', 'Wie kann ich meine Keystore File sichern? '), _defineProperty(_de$data, 'GEN_Help_14', 'Was sind diese verschiedene Formate? '), _defineProperty(_de$data, 'GEN_Help_15', 'Verhüten Sie den Verlust & Diebstahl Ihres Geldes.'), _defineProperty(_de$data, 'GEN_Help_16', 'Was sind diese verschiedene Formate?'), _defineProperty(_de$data, 'GEN_Help_17', 'Warum sollte Ich?'), _defineProperty(_de$data, 'GEN_Help_18', 'Um ein zweites Backup zu haben.'), _defineProperty(_de$data, 'GEN_Help_19', 'Im Fall, dass Sie Ihr Passwort vergessen.'), _defineProperty(_de$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_de$data, 'GET_ConfButton', 'Ich verstehe. Weiter.'), _defineProperty(_de$data, 'GEN_Label_5', 'Sichern Sie Ihren `Privaten Schlüssel`. '), _defineProperty(_de$data, 'GEN_Unlock', 'Entsperren Sie Ihr Wallet um Ihre Adresse zu sehen.'), _defineProperty(_de$data, 'GAS_PRICE_Desc', 'Der `Gas Preis` ist der Betrag, den Sie für eine Einheit `Gas` bezahlen. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Je höher der Gas-Preis, desto schneller wird die Transaktion verarbeitet, aber desto teurer wird die Transaktionsgebühr. Der Standardwert ist `41 GWEI`.'), _defineProperty(_de$data, 'GAS_LIMIT_Desc', 'Das Gas-Limit ist der Betrag an Gas, der mit Ihrer Transaktion mitgeschickt wird. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Wenn Sie diese Zahl erhöhen, wird ihre Transaktion nicht schneller verarbeitet. Eine zu kleine Zahl kann jedoch bedeuten, dass die Transaktion nicht erfolgreich verarbeitet werden kann. Ein Anhaltspunkt: Eine einfache Überweisung benötigt ca. 21000 Gas, ein Token-Transfer etwa 200.000 Gas.'), _defineProperty(_de$data, 'NONCE_Desc', 'Der `Nonce` ist die Zahl der Transaktionen, die von einer bestimmten Adresse aus gesendet wurden. Er stellt sicher, dass Transaktionen der Reihe nach und nicht doppelt ausgeführt werden können.'), _defineProperty(_de$data, 'TXFEE_Desc', 'Die Transaktionsgebühr wird den Miner(n) bezahlt, die Ihre Transaktion in einen Block einschließen. Es wird durch `Gas-Limit` * `Gas-Preis` berechnet. [Du kannst GWEI -> ETH hier umwandeln](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_de$data, 'NAV_AddWallet', 'Wallet hinzufügen '), _defineProperty(_de$data, 'NAV_BulkGenerate', 'Mehrere Wallets erstellen '), _defineProperty(_de$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_de$data, 'NAV_Contracts', 'Verträge '), _defineProperty(_de$data, 'NAV_DeployContract', 'Vertrag aufstellen '), _defineProperty(_de$data, 'NAV_ENS', 'ENS'), _defineProperty(_de$data, 'NAV_GenerateWallet_alt', 'Neues Wallet '), _defineProperty(_de$data, 'NAV_GenerateWallet', 'Wallet erstellen '), _defineProperty(_de$data, 'NAV_Help', 'Hilfe '), _defineProperty(_de$data, 'NAV_InteractContract', 'Interagieren mit Vertrag '), _defineProperty(_de$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_de$data, 'NAV_MyWallets', 'Meine Wallets '), _defineProperty(_de$data, 'NAV_Offline', 'Sende offline '), _defineProperty(_de$data, 'NAV_SendEther', 'Sende Ether und Tokens '), _defineProperty(_de$data, 'NAV_SendTokens', 'Sende Tokens '), _defineProperty(_de$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_de$data, 'NAV_Swap', 'Wechseln '), _defineProperty(_de$data, 'NAV_ViewWallet', 'Wallet Infos anzeigen '), _defineProperty(_de$data, 'NAV_YourWallets', 'Deine Wallets '), _defineProperty(_de$data, 'x_Access', 'Zugriff '), _defineProperty(_de$data, 'x_AddessDesc', 'Dies ist Ihre "Kontonummer" oder Ihr "Öffentlicher Schlüssel". Sie benötigen diese Adresse, wenn Ihnen jemand Ether oder Tokens senden möchte. Das Icon ist eine einfache Möglichkeit, die Adresse zu überprüfen '), _defineProperty(_de$data, 'x_Address', 'Ihre Adresse '), _defineProperty(_de$data, 'x_Cancel', 'Abbrechen '), _defineProperty(_de$data, 'x_CSV', 'CSV-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Download', 'Herunterladen '), _defineProperty(_de$data, 'x_Json', 'JSON-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_JsonDesc', 'Dies ist die unverschlüsselte Version deines privaten Schlüssels im JSON-Format. Du benötigst daher kein Passwort, aber jeder, der über diese JSON-Datei verfügt, hat ohne Passwort Zugang zu deinem Wallet und dem darin enthaltenen Ether. '), _defineProperty(_de$data, 'x_Keystore', 'Keystore File (UTC / JSON · Empfohlen · Verschlüsselt) '), _defineProperty(_de$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_de$data, 'x_KeystoreDesc', 'Diese Keystore-Datei passt zu dem Format, das von Mist verwendet wird, sodass Sie diese Datei dort zukünftig einfach importieren kannst. Es ist empfehlenswert, diese Datei herunterzuladen und zu sichern. '), _defineProperty(_de$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_de$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_de$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_de$data, 'x_Password', 'Passwort '), _defineProperty(_de$data, 'x_Print', 'Papier-Version des Wallets drucken '), _defineProperty(_de$data, 'x_PrintDesc', 'ProTip: Klicke auf "Drucken" und sichere die Datei als PDF, auch wenn du keinen Drucker hast! '), _defineProperty(_de$data, 'x_PrintShort', 'Drucken '), _defineProperty(_de$data, 'x_PrivKey', 'Privater Schlüssel (unverschlüsselt) '), _defineProperty(_de$data, 'x_PrivKey2', 'Privater Schlüssel '), _defineProperty(_de$data, 'x_PrivKeyDesc', 'Dies ist die unverschlüsselte Textversion deines privaten Schlüssels, d. h. Sie benötigen kein Passwort. Wenn jemand über diesen unverschlüsselten privaten Schlüssel verfügt, hat er/sie ohne Passwort Zugang zu Ihrem Wallet. Es wird daher empfohlen, den privaten Schlüssel zu verschlüsseln. '), _defineProperty(_de$data, 'x_Save', 'Sichern '), _defineProperty(_de$data, 'x_TXT', 'TXT-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Wallet', 'Wallet '), _defineProperty(_de$data, 'MEW_Warning_1', 'Bitte prüfe stets die URL, bevor du auf dein Wallet zugreifst oder ein neues Wallet erzeugst. Vorsicht vor Phishing-Seiten! '), _defineProperty(_de$data, 'CX_Warning_1', 'Stelle sicher, dass du über eine **externe Sicherung** von allen Wallets verfügst, die du hier speicherst. Es gibt viele Möglichkeiten, die dazu führen können, dass deine in dieser Chrome-Extension gespeicherten Daten verloren gehen, z.B. Deinstallation oder Neu-Installation. Diese Extension erleichert den Zugang zu deinen Wallets, ist jedoch keine empfohlene Möglichkeit, diese zu sichern. '), _defineProperty(_de$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_de$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_de$data, 'FOOTER_1', 'Ein quelloffenes, browserseitiges Werkzeug zur Erzeugung von Ethereum-Wallets und Versenden von Transaktionen. '), _defineProperty(_de$data, 'FOOTER_1b', 'Erstellt von '), _defineProperty(_de$data, 'FOOTER_2', 'Spenden sind herzlich willkommen '), _defineProperty(_de$data, 'FOOTER_3', 'Browserseitige Wallet-Erzeugung durch '), _defineProperty(_de$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_de$data, 'sidebar_AccountInfo', 'Kontoinformation '), _defineProperty(_de$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_de$data, 'sidebar_AccountBal', 'Kontostand '), _defineProperty(_de$data, 'sidebar_TokenBal', 'Token Kontostand '), _defineProperty(_de$data, 'sidebar_Equiv', 'Währungs-Gegenwerte '), _defineProperty(_de$data, 'sidebar_TransHistory', 'Transaktions-Historie '), _defineProperty(_de$data, 'sidebar_donation', 'MyEtherWallet ist ein freier, quelloffener Service, der deiner Privatsphäre und Sicherheit gewidmet ist. Je mehr Spenden wir erhalten, desto mehr Zeit können wir investieren, um neue Funktionen zu programmieren, dein Feedback zu verarbeiten und dir zu geben, was du dir wünschst. Wir sind nur zwei Leute, die die Welt ändern möchten. Hilfst du uns dabei? '), _defineProperty(_de$data, 'sidebar_donate', 'Spenden '), _defineProperty(_de$data, 'sidebar_thanks', 'Dankeschön!!! '), _defineProperty(_de$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_de$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_de$data, 'decrypt_Access', 'Wie möchtst du auf dein Wallet zugreifen? '), _defineProperty(_de$data, 'decrypt_Title', 'Wähle das Format deines privaten Schlüssels '), _defineProperty(_de$data, 'decrypt_Select', 'Wallet auswählen '), _defineProperty(_de$data, 'ADD_Label_1', 'Was möchtest du tun? '), _defineProperty(_de$data, 'ADD_Radio_1', 'Neues Wallet erstellen '), _defineProperty(_de$data, 'ADD_Radio_2', 'Wallet-Datei auswählen (Keystore / JSON) '), _defineProperty(_de$data, 'ADD_Radio_2_alt', 'Wallet-Datei auswählen '), _defineProperty(_de$data, 'ADD_Radio_2_short', 'WALLET-DATEI AUSWÄHLEN... '), _defineProperty(_de$data, 'ADD_Radio_3', 'Kopiere/Tippe deinen privaten Schlüssel ein '), _defineProperty(_de$data, 'ADD_Radio_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Radio_5', 'Füge deinen Mnemonic ein '), _defineProperty(_de$data, 'ADD_Radio_5_Path', 'Wählen Sie den `HD derivation path` '), _defineProperty(_de$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_de$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_de$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathCustom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'ADD_Label_2', 'Wähle ein Kürzel '), _defineProperty(_de$data, 'ADD_Label_3', 'Deine Datei ist verschlüsselt. Bitte gib das Passwort ein '), _defineProperty(_de$data, 'ADD_Label_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Warning_1', 'Du kannst unter dem "Wallet-Tab" eine Kontoadresse "beobachten", ohne den privaten Schlüssel hochzuladen. Du hast damit **keinen** Zugang zu diesem Wallet und kannst auch keinen Ether daraus versenden. '), _defineProperty(_de$data, 'ADD_Label_5', 'Kontoadresse eingeben '), _defineProperty(_de$data, 'ADD_Label_6', 'Wallet entsperren '), _defineProperty(_de$data, 'ADD_Label_6_short', 'Entsperren '), _defineProperty(_de$data, 'ADD_Label_7', 'Kontoadresse hinzufügen '), _defineProperty(_de$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_de$data, 'GEN_desc', 'Wenn Sie mehrere Wallets auf einmal erstellen möchten, können Sie dies hier tun '), _defineProperty(_de$data, 'GEN_Label_1', 'Geben Sie ein starkes Passwort ein (mindestens 9 Zeichen) '), _defineProperty(_de$data, 'GEN_Placeholder_1', 'BITTE VERGESSEN SIE NICHT dieses Passwort an einem sicheren Ort zu notieren! '), _defineProperty(_de$data, 'GEN_SuccessMsg', 'Erfolgreich! Ìhr Wallet wurde erzeugt. '), _defineProperty(_de$data, 'GEN_Label_2', 'Sichern Sie Ihre Keystore-Datei oder deinen privaten Schlüssel. Sichere auch dein Passwort! '), _defineProperty(_de$data, 'GEN_Label_3', 'Sichern Sie Ihre Kontoadresse. '), _defineProperty(_de$data, 'GEN_Label_4', 'Optional: Drucken Sie ein Papier-Wallet oder speichern Sie einen QR-Code. '), _defineProperty(_de$data, 'BULK_Label_1', 'Anzahl zu generierender Wallets '), _defineProperty(_de$data, 'BULK_Label_2', 'Wallets erstellen '), _defineProperty(_de$data, 'BULK_SuccessMsg', 'Erfolgreich! Ihre Wallets wurden erstellt. '), _defineProperty(_de$data, 'SEND_addr', 'An Adresse '), _defineProperty(_de$data, 'SEND_amount', 'Zu sendender Betrag '), _defineProperty(_de$data, 'SEND_amount_short', 'Betrag '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'SEND_gas', 'Gas '), _defineProperty(_de$data, 'SEND_TransferTotal', 'Gesamten verfügbaren Saldo übertragen '), _defineProperty(_de$data, 'SEND_generate', 'Erzeuge Transaktion '), _defineProperty(_de$data, 'SEND_raw', 'Transaktion (Binärformat) '), _defineProperty(_de$data, 'SEND_signed', 'Signierte Transaktion '), _defineProperty(_de$data, 'SEND_trans', 'Sende Transaktion '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefinierten Token hinzufügen '), _defineProperty(_de$data, 'SENDModal_Title', 'Achtung! '), _defineProperty(_de$data, 'SENDModal_Content_1', 'Sie sind dabei, '), _defineProperty(_de$data, 'SENDModal_Content_2', 'an die Adresse '), _defineProperty(_de$data, 'SENDModal_Content_3', 'zu senden. Sind Sie sicher, dass Sie das wollen? '), _defineProperty(_de$data, 'SENDModal_Content_4', 'HINWEIS: Wenn Sie eine Fehlermeldung erhalten, müssen Sie vermutlich Ihren Ether-Saldo erhöhen, um die Gas-Kosten des Token-Versands zu bezahlen. Gas wird in Ether bezahlt. '), _defineProperty(_de$data, 'SENDModal_No', 'Nein, ich möchte diesen Vorgang abbrechen! '), _defineProperty(_de$data, 'SENDModal_Yes', 'Ja, ich bin mir sicher! Führe die Transaktion durch. '), _defineProperty(_de$data, 'TOKEN_Addr', 'Token Contract Adresse '), _defineProperty(_de$data, 'TOKEN_Symbol', 'Token-Symbol '), _defineProperty(_de$data, 'TOKEN_Dec', 'Dezimalstellen '), _defineProperty(_de$data, 'TOKEN_hide', 'Verstecke Token '), _defineProperty(_de$data, 'TOKEN_show', 'Zeige alle Tokens '), _defineProperty(_de$data, 'TRANS_desc', 'Wenn Sie Token senden wollen, nutzen Sie bitte die "Sende Tokens" Funktion '), _defineProperty(_de$data, 'TRANS_warning', 'Wenn Sie die "Nur ETH" oder "Nur ETC" Funktionen benutzen, erfolgt die Transaktion über einen Vertrag. Einige Dienste haben ein Problem damit diese Transaktionen zu empfangen. Mehr lesen. '), _defineProperty(_de$data, 'TRANS_advanced', '+Fortgeschritten: Daten hinzufügen '), _defineProperty(_de$data, 'TRANS_data', 'Daten '), _defineProperty(_de$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_de$data, 'TRANS_sendInfo', 'Eine Standard Transaktion mit 21000 Gas kostet 0.000441 ETH. Wir zahlen einen minimal höheren Gaspreis von 0.000000021 ETH um zu garantieren, dass die Transaktion schnell bearbeitet wird. Wir erheben keine Transaktionsgebühren. '), _defineProperty(_de$data, 'TRANSModal_Title', '"Nur ETH" und "Nur ETC" Transaktionen '), _defineProperty(_de$data, 'TRANSModal_Content_0', 'Ein Hinweis zu den verschiedenen Transaktionen und Angeboten '), _defineProperty(_de$data, 'TRANSModal_Content_1', '**ETH (Standard Transaktion): ** Dies erzeugt eine Standard Transaktion direkt von einer Adresse zu einer anderen. Diese nutzt standardmässig 21000 Gas. Es ist gut möglich, dass alle Transaktionen dieser Art auf der ETC Blockchain wiederholt werden (Replay Attacke). '), _defineProperty(_de$data, 'TRANSModal_Content_2', '**Nur ETH: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETH** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_3', '**Nur ETC: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETC** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Sende nur Standard Transaktionen. Wenn du die Transaktion über eine der "Nur" Funktionen versendest, musst du den Support kontaktieren um deinen Betrag oder eine Rückerstattung zu erhalten. [Du kannst auch Shapeshifts "split" Werkzeug ausprobieren.](https://split.shapeshift.io/) '), _defineProperty(_de$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Keine Probleme bekannt. Nutzen, was Ihnen lieber ist '), _defineProperty(_de$data, 'TRANSModal_Yes', 'Cool, jetzt hab ich\'s verstanden. '), _defineProperty(_de$data, 'TRANSModal_No', 'Bitte was? Ich bin noch verwirrter. Ich brauche Hilfe '), _defineProperty(_de$data, 'OFFLINE_Title', 'Erzeuge & sende Offline Transaktionen '), _defineProperty(_de$data, 'OFFLINE_Desc', 'Offline Transaktionen können in drei Schritten erzeugt werden. Schritt 1 und 3 erledigen Sie an einem Online Computer und Schritt 3 an einem Offline/abgeschirmten Computer. Dies stellt sicher, dass Ihre privaten Schlüssel nie ein mit dem Internet verbundenes Gerät berühren. '), _defineProperty(_de$data, 'OFFLLINE_Step1_Title', 'Schritt 1: Informationen sammeln (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step1_Button', 'Informationen sammeln '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_1', 'Von Adresse '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_2', 'Hinweis: Dies ist die VON Adresse, nicht die AN Adresse. Die Nonce wird basierend auf dem Ursprungsaccount berechnet. Wenn du einen abgeschirmten Computer nutzt, wäre dies die Adresse deines "cold-storage". '), _defineProperty(_de$data, 'OFFLINE_Step2_Title', 'Schritt 2: Transaktion generieren (Offline Computer) '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_1', 'An Adresse '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_2', 'Zu sendender Betrag '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3', 'Gaspreis '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4b', '21000 ist das Standard Gas Limit. Wenn Sie Verträge oder Daten senden, müssen Sie diesen Wert eventuell anpassen. Alles ungenutzte Gas wird Ihnen zurück gesendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6', 'Daten '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6b', 'Dies ist optional. Daten werden meist in Transaktionen an Verträge verwendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_7', 'Geben Sie Ihren privaten Schlüssel ein. '), _defineProperty(_de$data, 'OFFLINE_Step3_Title', 'Schritt 3: Transaktion senden/veröffentlichen (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step3_Label_1', 'Kopieren Sie die signierte Transaktion aus Schritt 2 hier hinein und drücken Sie "TRANSAKTION SENDEN". '), _defineProperty(_de$data, 'DEP_generate', 'Bytecode generieren '), _defineProperty(_de$data, 'DEP_generated', 'Generierter Bytecode '), _defineProperty(_de$data, 'DEP_signtx', 'Transaktion signieren '), _defineProperty(_de$data, 'DEP_interface', 'Generiertes Interface '), _defineProperty(_de$data, 'MYWAL_Nick', 'Wallet Spitzname '), _defineProperty(_de$data, 'MYWAL_Address', 'Wallet Addresse '), _defineProperty(_de$data, 'MYWAL_Bal', 'Guthaben '), _defineProperty(_de$data, 'MYWAL_Edit', 'Bearbeiten '), _defineProperty(_de$data, 'MYWAL_View', 'Ansehen '), _defineProperty(_de$data, 'MYWAL_Remove', 'Löschen '), _defineProperty(_de$data, 'MYWAL_RemoveWal', 'Wallet löschen '), _defineProperty(_de$data, 'MYWAL_WatchOnly', 'Ihre Watch-Only Konten '), _defineProperty(_de$data, 'MYWAL_Viewing', 'Wallet anzeigen '), _defineProperty(_de$data, 'MYWAL_Hide', 'Wallet Info verstecken '), _defineProperty(_de$data, 'MYWAL_Edit_2', 'Wallet bearbeiten '), _defineProperty(_de$data, 'MYWAL_Name', 'Wallet Name '), _defineProperty(_de$data, 'MYWAL_Content_1', 'Achtung! Sie sind gerade dabei, Ihr Wallet zu löschen '), _defineProperty(_de$data, 'MYWAL_Content_2', 'Stellen Sie sicher, dass Sie **die private Key/JSON Datei und das Passwort** Ihres Wallets gespeichert hast, bevor Sie es löschen. '), _defineProperty(_de$data, 'MYWAL_Content_3', 'Wenn Sie dieses Wallet in Zukunft mit MyEtherWallet CX verwenden wollen, müssen Sie es mittels des privaten Schlüssels/JSON Datei und Ihrem Passwort manuell wieder hinzufügen. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle', 'Dies erlaubt Ihnen, den Download verschiedener Versionen Ihres privaten Schlüssels sowie das erneute Drucken Ihres Papier-Wallets. Es wird empfohlen, dies zu tun um [Ihren Account in Geth/Mist zu importieren.](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Zum Überprüfen Ihres Kontostands empfehlen wir, einen Blockchain Explorer wie [etherscan.io](https://etherscan.io/) zu verwenden. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle_Short', 'Dies erlaubt Ihnen den Download verschiedener Versionen Ihres privaten Schlüssel sowie das erneute Drucken Ihres Papier-Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_SuccessMsg', 'Erfolgreich! Hier sind die Daten Ihres Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_ShowPrivKey', '(anzeigen)'), _defineProperty(_de$data, 'VIEWWALLET_HidePrivKey', '(verbergen)'), _defineProperty(_de$data, 'CX_error_1', 'Sie haben keine Wallets gespeichert. Klicken Sie ["Wallet hinzufügen"](/cx-wallet.html#add-wallet) um eines hinzuzufügen! '), _defineProperty(_de$data, 'CX_quicksend', 'Senden '), _defineProperty(_de$data, 'NODE_Title', 'Benutzerdefinierten Knoten einstellen'), _defineProperty(_de$data, 'NODE_Subtitle', 'Verbinde mit einem lokalem Knoten...'), _defineProperty(_de$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_de$data, 'NODE_Name', 'Knotenname'), _defineProperty(_de$data, 'NODE_Port', 'Knotenport'), _defineProperty(_de$data, 'NODE_CTA', 'Speicher & Benutze Knoten'), _defineProperty(_de$data, 'CONTRACT_Title', 'Vertragsadresse '), _defineProperty(_de$data, 'CONTRACT_Title_2', 'Existierenden Vertrag auswählen '), _defineProperty(_de$data, 'CONTRACT_Json', 'ABI / JSON Schnittstelle '), _defineProperty(_de$data, 'CONTRACT_Interact_Title', 'Vertrag lesen / schreiben '), _defineProperty(_de$data, 'CONTRACT_Interact_CTA', 'Wählen Sie eine Funktion '), _defineProperty(_de$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_de$data, 'CONTRACT_Read', 'LESEN '), _defineProperty(_de$data, 'CONTRACT_Write', 'SCHREIBEN '), _defineProperty(_de$data, 'SWAP_rates', "Aktueller Kurs "), _defineProperty(_de$data, 'SWAP_init_1', "Wechsel meine "), _defineProperty(_de$data, 'SWAP_init_2', " gegen "), _defineProperty(_de$data, 'SWAP_init_CTA', "Fortfahren! "), _defineProperty(_de$data, 'SWAP_information', "Ihre Informationen "), _defineProperty(_de$data, 'SWAP_send_amt', "Zusendender Betrag "), _defineProperty(_de$data, 'SWAP_rec_amt', "Empfangender Betrag "), _defineProperty(_de$data, 'SWAP_your_rate', "Ihr Kurs "), _defineProperty(_de$data, 'SWAP_rec_add', "Ihre Empfangsadresse "), _defineProperty(_de$data, 'SWAP_start_CTA', "Starte Wechsel "), _defineProperty(_de$data, 'SWAP_ref_num', "Ihre Referenznummer "), _defineProperty(_de$data, 'SWAP_time', "Zum Senden verbleibende Zeit "), _defineProperty(_de$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_de$data, 'SWAP_progress_1', "Auftrag initialisiert "), _defineProperty(_de$data, 'SWAP_progress_2', "Warte auf Ihre "), _defineProperty(_de$data, 'SWAP_progress_3', "Erhalten! "), _defineProperty(_de$data, 'SWAP_progress_4', "Sende Ihre {{orderResult.output.currency}} "), _defineProperty(_de$data, 'SWAP_progress_5', "Auftrag erfüllt "), _defineProperty(_de$data, 'SWAP_order_CTA', "Bitte sende "), _defineProperty(_de$data, 'SWAP_unlock', "Schalten Sie Ihr Wallet frei um ETH oder Tokens direkt von dieser Seite aus zu senden "), _defineProperty(_de$data, 'MSG_message', 'Nachricht '), _defineProperty(_de$data, 'MSG_date', 'Datum '), _defineProperty(_de$data, 'MSG_signature', 'Signatur '), _defineProperty(_de$data, 'MSG_verify', 'Nachricht verifizieren '), _defineProperty(_de$data, 'MSG_info1', 'Fügen Sie das aktuelle Datum ein, so dass die Signatur an einem anderem Datum nicht wiederbenutzt wird '), _defineProperty(_de$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_de$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_de$data, 'MNEM_1', 'Wählen Sie den Vertrag, mit dem Sie interagieren wollen. '), _defineProperty(_de$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_de$data, 'MNEM_more', 'Mehrere Adressen '), _defineProperty(_de$data, 'MNEM_prev', 'Letzte Adressen '), _defineProperty(_de$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_1', 'Verbinde deinen Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_2', 'Öffne das Ethereum Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Exp', 'Öffne das Expanse Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Ubq', 'Öffne das Ubiq Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_3', 'Gehe sicher, dass Browser Support aktiviert ist. '), _defineProperty(_de$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_de$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_de$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_de$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_de$data, 'x_Trezor', 'TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Zu TREZOR Verbinden '), _defineProperty(_de$data, 'ADD_Trezor_select', 'Dies ist ein TREZOR seed '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_de$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_de$data, 'ERROR_0', 'Bitte gebe einen gültigen Betrag ein '), _defineProperty(_de$data, 'ERROR_1', 'Dein Passwort muss mindestens 9 Zeichen lang sein. Bitte wähle ein sicheres Passwort. '), _defineProperty(_de$data, 'ERROR_2', 'Oh oh! Wir haben den Typ der Wallet-Datei nicht erkannt. '), _defineProperty(_de$data, 'ERROR_3', 'Dies ist keine gültige Wallet-Datei. '), _defineProperty(_de$data, 'ERROR_4', 'Diese Einheit existiert nicht, bitte wähle eine dieser Einheiten aus '), _defineProperty(_de$data, 'ERROR_5', 'Bitte gebe eine gültige Addresse ein. '), _defineProperty(_de$data, 'ERROR_6', 'Bitte gebe eine gültige Passwort ein. '), _defineProperty(_de$data, 'ERROR_7', 'Bitte gebe eine gültige Betrag ein. (Must be integer. Try 0-18.) '), _defineProperty(_de$data, 'ERROR_8', 'Bitte gebe eine gültige Gasverbrauch ein. (Must be integer. Try 21000-4000000.) '), _defineProperty(_de$data, 'ERROR_9', 'Bitte gebe eine gültige Datenwert ein. (Must be hex.) '), _defineProperty(_de$data, 'ERROR_10', 'Bitte gebe eine gültige Gasbetrag ein. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_de$data, 'ERROR_11', 'Bitte gebe eine gültige Nonce ein. (Must be integer.) '), _defineProperty(_de$data, 'ERROR_12', 'Ungültige unterzeichnete Transaktion. '), _defineProperty(_de$data, 'ERROR_13', 'Ein Wallet mit diesem Spitznamen existiert bereits. '), _defineProperty(_de$data, 'ERROR_14', 'Wallet nicht gefunden. '), _defineProperty(_de$data, 'ERROR_15', 'Es sieht nicht so aus als würde ein Proposal mit dieser ID existieren oder es gab einen Fehler beim Lesen des Proposal. '), _defineProperty(_de$data, 'ERROR_16', 'Es ist bereits ein Wallet mit dieser Adresse gespeichert. Bitte überprüfe die Seite deines Wallets. '), _defineProperty(_de$data, 'ERROR_17', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert. Du brauchst **0.01 ETH** in deinem Account um die Gaskosten zu decken. Bitte füge ETH hinzu und versuche es noch einmal. '), _defineProperty(_de$data, 'ERROR_18', 'Diese Transaktion würde dein gesamtes verbleibendes Gas verbrauchen. Das bedeutet, du hast bereits über dieses Proposal abgestimmt oder die Debattierphase ist zu Ende. '), _defineProperty(_de$data, 'ERROR_19', 'Ungültiges Symbol '), _defineProperty(_de$data, 'ERROR_20', 'Kein gültiger ERC-20 Token '), _defineProperty(_de$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_de$data, 'ERROR_22', 'Bitte gebe einen gültigen Knotennamen ein '), _defineProperty(_de$data, 'ERROR_23', 'Bitte gebe eine gültige URL ein. Falls du dich mit HTTPS verbindest, muss auch der Knoten mit HTTPS ausgestattet werden. '), _defineProperty(_de$data, 'ERROR_24', 'Bitte gebe eine gültige Portnummer ein '), _defineProperty(_de$data, 'ERROR_25', 'Bitte gebe eine gültige Chain-ID ein '), _defineProperty(_de$data, 'ERROR_26', 'Bitte gebe eine gültige ABI ein '), _defineProperty(_de$data, 'ERROR_27', 'Mindestbetrag: 0.01. Maximaler Betrag: '), _defineProperty(_de$data, 'ERROR_28', '**Du benötigst deine Keystore-Datei & das Passwort** (oder den privaten Schlüssel) um künftig auf dein Wallet zugreifen zu können. Bitte sichere diese Datei daher auf einem externen Medium! Es gibt KEINE Möglichkeit, ein Wallet wiederherzustellen, wenn du diese Datei und das Passwort nicht sicherst. Lies die [Hilfe-Seite](https://www.myetherwallet.com/#help) für weitere Informationen. '), _defineProperty(_de$data, 'ERROR_29', 'Bitte gebe einen gültigen Benutzer und Password ein '), _defineProperty(_de$data, 'ERROR_30', 'Bitte gebe einen gültigen ENS Namen ein '), _defineProperty(_de$data, 'ERROR_31', 'Bitte gebe einen gültigen Geheime Phasre ein '), _defineProperty(_de$data, 'ERROR_32', 'Verbindung zum Knoten nicht möglich. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_de$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_de$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_de$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_de$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_de$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_de$data, 'SUCCESS_1', 'Gültige Addresse '), _defineProperty(_de$data, 'SUCCESS_2', 'Wallet erfolgreich entschlüsselt '), _defineProperty(_de$data, 'SUCCESS_3', 'Deine Transaktion wurde **in das Netzwerk geschickt**. Sie muss noch gemined & validiert werden. (1) Drück auf den Link. Zähle bis 20. Lade die Seite neu. Schau dass dort keine roten ( ! ) Fehler kommen. Wenn keine Transaktionsdetails kommen, warte. Deine Transaktion wartet gemined zu werden. TX ID: '), _defineProperty(_de$data, 'SUCCESS_4', 'Dein Wallet wurde erfolgreich hinzugefügt '), _defineProperty(_de$data, 'SUCCESS_5', 'Ausgewählte Datei '), _defineProperty(_de$data, 'SUCCESS_6', 'Erfolgreich verbunden '), _defineProperty(_de$data, 'SUCCESS_7', 'Nachrichten Signatur verifiziert'), _defineProperty(_de$data, 'GETH_InvalidSender', 'Invalid sender Ungültiger Sender '), _defineProperty(_de$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_de$data, 'GETH_Cheap', 'Gaspreis zu niedrig! '), _defineProperty(_de$data, 'GETH_Balance', 'Nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_NonExistentAccount', 'Account existiert nicht oder besitzt nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_InsufficientFunds', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert '), _defineProperty(_de$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_de$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_de$data, 'GETH_NegativeValue', 'Negativer Wert '), _defineProperty(_de$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_de$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_de$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_de$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} and got: {}."), _defineProperty(_de$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_de$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_de$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_de$data, 'translate_version', '0.5 '), _defineProperty(_de$data, 'Translator_Desc', 'Vielen Dank an unsere ÜbersetzerInnen '), _defineProperty(_de$data, 'TranslatorName_1', 'christoph2806 · K · '), _defineProperty(_de$data, 'TranslatorAddr_1', ''), _defineProperty(_de$data, 'TranslatorName_2', '[mawalu](https://www.myetherwallet.com/?gaslimit=21000&to=0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_2', '0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3 '), _defineProperty(_de$data, 'TranslatorName_3', '[huhn_solo](https://www.myetherwallet.com/?gaslimit=21000&to=0x1DAd1765381460db9A44846cDfA6f74c65A06B77&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_3', '0x1DAd1765381460db9A44846cDfA6f74c65A06B77 '), _defineProperty(_de$data, 'TranslatorName_4', '[FelixA](https://www.myetherwallet.com/?gaslimit=21000&to=0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_4', '0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D '), _defineProperty(_de$data, 'TranslatorName_5', 'danielsun174 · ffidan61 · [u/Preisschild](https://www.myetherwallet.com/?gaslimit=21000&to=0x700Eb9142a0CC709fce80709cfbF5Ac25438c584&value=0.1#send-transaction) '), _defineProperty(_de$data, 'TranslatorAddr_5', ''), _defineProperty(_de$data, 'HELP_Warning', 'Falls du vor dem **31.12.2015** ein Wallet generiert, oder das Repository heruntergeladen hast, bitte überprüfe deine Wallets & lade eine neue Version des Repositories herunter. Klick für details. '), _defineProperty(_de$data, 'HELP_Desc', 'Hast du das Gefühl etwas fehlt? Hast du eine andere Frage? [Schreib uns](mailto:support@myetherwallet.com) und wir werden nicht nur deine Frage beantworten, wir werden auch die Seite updaten, damit diese in der Zukunft noch einfacher zu bedienen sein wird! '), _defineProperty(_de$data, 'HELP_Remind_Title', 'Ein paar Erinnerungshilfen '), _defineProperty(_de$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, sowie einige der verwendeten Javascript Bibliotheken, die wir verwenden, befinden sich noch in Entwicklung.** Zwar haben wir alles umfassend getestet und es wurden erfolgeich tausende Wallets von Menschen aus aller Welt kreiert, jedoch bestimmt immer eine gewisse Gefahr, dass etwas unerwartetes passiert und dein Ether verloren geht. Bitte investiere nicht mehr als du verlieren kannst, und sei immer vorsichtig. Sollte etwas schlimmes passieren, **können wir uns leider nicht verantwortlich für einen Verlust zeichnen**. '), _defineProperty(_de$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX sind keine "web wallets". Du erstellst keinen Account oder sendest uns Ether den wir halten. Alle Daten bleiben auf deinem Computer, bzw. Browser. Unser Auftrag ist es, dir das Erstellen, Speichern und Zugreifen auf deine Accounts zu vereinfachen, sowie dir eine simple Möglichkeit zur Interaktion mit der Blockchain zu bieten. '), _defineProperty(_de$data, 'HELP_Remind_Desc_3', 'Falls du deinen privaten Schlüssel und Passwort nicht speicherst, gibt es keine Möglichkeit den Zugriff auf das Konto und die darauf befindlichen Mittel wieder herzustellen. Bitte erstelle Back-ups und speichere deine Zugriffsdaten an verschiedenen Orten – nicht nur deinem Computer! '), _defineProperty(_de$data, 'HELP_0_Title', '0) Ich bin neu. Was soll ich machen? '), _defineProperty(_de$data, 'HELP_0_Desc_1', 'MyEtherWallet bietet dir die Möglichkeit neue Wallets zu generieren, damit du deinen Ether selbst speichern kannst, und keine Exchange nutzen musst. Dieser Prozess findet ausschließlich auf deinem Computer statt. Daher bist auch **du dafür Verantwortlich, Back-ups zu erstellen** wenn du ein Wallet verwenden möchtest. '), _defineProperty(_de$data, 'HELP_0_Desc_2', 'Erstelle ein neues Wallet. '), _defineProperty(_de$data, 'HELP_0_Desc_3', 'Erstelle ein Back-up deines Wallets. '), _defineProperty(_de$data, 'HELP_0_Desc_4', 'Verifiziere, dass du Zugriff auf dein neues Wallet hast und alle nötigen Informationen korrekt gespeichert sind. '), _defineProperty(_de$data, 'HELP_0_Desc_5', 'Überweise Ether auf das neue Wallet. '), _defineProperty(_de$data, 'HELP_1_Title', '1) Wie erstelle ich ein neues Wallet? '), _defineProperty(_de$data, 'HELP_1_Desc_1', 'Geh zur "Wallet hinzufügen" Seite. '), _defineProperty(_de$data, 'HELP_1_Desc_2', 'Geh zur "Wallet hinzufügen" Seite & wähle "Neues Wallet erstellen" aus. '), _defineProperty(_de$data, 'HELP_1_Desc_3', 'Wähle ein starkes Passwort aus. Falls du glaubst, dass du es vergessen könntest, speichere es an einem sicheren Ort ab. Du benötigst das Passwort um Transaktionen zu tätigen. '), _defineProperty(_de$data, 'HELP_1_Desc_4', 'Klicke auf "Wallet erstellen". '), _defineProperty(_de$data, 'HELP_1_Desc_5', 'Dein Wallet wurde nun erstellt. '), _defineProperty(_de$data, 'HELP_2a_Title', 'Wie speichere ich/erstelle Back-ups meines Wallets? '), _defineProperty(_de$data, 'HELP_2a_Desc_1', 'Du solltest dein Wallet immer an verschiedenen physischen Orten abspeichern - beispielsweise auf einem USB-Stick und/oder einem Stück Papier. '), _defineProperty(_de$data, 'HELP_2a_Desc_2', 'Speichere die Adresse. Du kannst sie für dich behalten oder mit anderen teilen. Auf diese Adresse können andere Ether an dich senden. '), _defineProperty(_de$data, 'HELP_2a_Desc_3', 'Speiche verschiedene Versionen deines privaten Schlüssels. Teile ihn nicht mit jemand anderem. Dein privater Schlüssel ist notwendig, wenn du auf deinen Ether zugreifen willst, um eine Überweisung zu tätigen! Es gibt 3 Arten des privaten Schlüssels '), _defineProperty(_de$data, 'HELP_2a_Desc_4', 'Speichere deine Adresse, die verschiedenen Versionen des privaten Schlüssels, sowie eine PDF deines Papier-Wallets in einem Ordner. Speichere diesen auf deinem Computer und einem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_5', 'Drucke das Wallet falls du einen Drucker hast. Andernfalls, schreibe deinen privaten Schlüssel und die Adresse auf ein Blatt Papier. Lagere dieses an einem sicheren Ort, abseits von deinem Computer und dem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_6', 'Bitte denk daran, dass du den Verlust des Schlüssels aufgrund des Verlusts oder Versagen deiner Festplatte, des USB-Sticks oder dem Papier, selbst verhindern musst. Erwäge daher auch Situationen wie ein Feuer oder eine Überflutung. '), _defineProperty(_de$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_de$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_de$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_de$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_de$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_de$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_de$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_de$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_de$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_de$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_de$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_de$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find you account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_de$data, 'HELP_4_Title', '4) Wie kann ich Ether von einer Wallet zur anderen senden? '), _defineProperty(_de$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_de$data, 'HELP_4_Desc_2', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4_Desc_9', 'Drücke auf "Generate Transaction". '), _defineProperty(_de$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_4CX_Title', '4) Wie kann ich Ether über MyEtherWallet CX senden? '), _defineProperty(_de$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_de$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_de$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_de$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_de$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_de$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_de$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_de$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_de$data, 'HELP_4CX_Desc_12', 'Using "Sende Ether und Tokens" Page '), _defineProperty(_de$data, 'HELP_5_Title', '5) Wie kann ich MyEtherWallet.com offline/lokal starten? '), _defineProperty(_de$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_de$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_de$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_de$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_de$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_de$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_de$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_de$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_de$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_de$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_de$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_de$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_de$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_de$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_de$data, 'HELP_7_Desc_1', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_de$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_de$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_de$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_de$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_de$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_de$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_de$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_de$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_de$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_de$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_de$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_de$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_de$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_de$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_de$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_de$data, 'HELP_9_Title', '9) Is the "Sende Ether und Tokens" page offline? '), _defineProperty(_de$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_de$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_de$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_de$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_de$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_de$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_de$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_de$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_de$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_de$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_de$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_de$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_de$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_de$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_de$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_de$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_de$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_de$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_de$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_de$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_de$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_de$data, 'HELP_12_Desc_15b', 'Wenn du an einem PC bist '), _defineProperty(_de$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_de$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_de$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_de$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_de$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_de$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_de$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_de$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_de$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_de$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_de$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_de$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_de$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_de$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_de$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_de$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_de$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_de$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_de$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_de$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_de$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_de$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_de$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_de$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_de$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_de$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_de$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_de$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_de$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_de$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_de$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_de$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_de$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_de$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_de$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_de$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_de$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_de$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_de$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_de$data, 'HELP_FAQ_Title', 'Mehr hilfreiche Antworten zu oft gefragten Fragen '), _defineProperty(_de$data, 'HELP_Contact_Title', 'Kontakt zu uns'), _de$data); +}, _defineProperty(_de$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_de$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_de$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_de$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_de$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_de$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_de$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_de$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_de$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_de$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_de$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_de$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_de$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_de$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_de$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_de$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_de$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_de$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_de$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_de$data, 'x_CancelReplaceTx', 'Transaktion ersetzen oder zurückziehen'), _defineProperty(_de$data, 'x_CancelTx', 'Transaktion zurückziehen'), _defineProperty(_de$data, 'x_PasswordDesc', 'Dieses Passwort * verschlüsselt * Ihren privaten Schlüssel. Es wird nicht verwendet, um den Schlüssel zu erzeugen. **Sie benötigen dieses Passwort und ihren privaten Schlüssel, um das Wallet zu entsperren.**'), _defineProperty(_de$data, 'x_ReadMore', 'Weiter lesen'), _defineProperty(_de$data, 'x_ReplaceTx', 'Transaktion ersetzen'), _defineProperty(_de$data, 'x_TransHash', 'Transaktions Hash'), _defineProperty(_de$data, 'x_TXFee', 'TX Gebühr'), _defineProperty(_de$data, 'x_TxHash', 'TX Hash'), _defineProperty(_de$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_de$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_de$data, 'tx_Details', 'Transaktionsdetails'), _defineProperty(_de$data, 'tx_Summary', 'Zu manchen Zeiten (z.B. während der Laufzeit mancher ICOs) können einzelne Transaktionen für Stunden, villeicht sogar Tage ausstehen. Dieses Tool gibt Ihnen die Fähigkeit ihre Transaktion zu finden und zu widerrufen / ersetzen. ** Dies können Sie normalerweise nicht machen. Man sollte sich darauf nicht verlassen und es funktioniert nur, wenn die TX Pools voll sind. [Lesen Sie mehr über das Tool hier](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_de$data, 'tx_notFound', 'Transaktion nicht gefunden'), _defineProperty(_de$data, 'tx_notFound_1', 'Die Transaktion kann nicht in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden werden.'), _defineProperty(_de$data, 'tx_notFound_2', 'Wenn Sie die Transaktion erst gesendet haben, warten Sie bitte 15 Sekunden und drücken dann den "Check TX Status" Button erneut. '), _defineProperty(_de$data, 'tx_notFound_3', 'Sie könnte noch in dem Transaktions-Pool eines anderen Node sein und wartet gemined zu werden.'), _defineProperty(_de$data, 'tx_notFound_4', 'Bitte benutzen Sie das DropDown Menü oben-rechts & wählen Sie eine andere Node aus (z.B. `ETH (Etherscan.io)` oder `ETH (Infura.io)` oder `ETH (MyEtherWallet)`) und prüfen es erneut.'), _defineProperty(_de$data, 'tx_foundInPending', 'Wartende Transaktion gefunden'), _defineProperty(_de$data, 'tx_foundInPending_1', 'Ihre Transaktion wurde in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden. '), _defineProperty(_de$data, 'tx_foundInPending_2', 'Sie steht derzeit aus (wartet gemined zu werden). '), _defineProperty(_de$data, 'tx_foundInPending_3', 'Es ist möglich Sie zu widerrufen oder diese Transaktion zu ersetzen. Entsperren Sie ihre Wallet darunter.'), _defineProperty(_de$data, 'tx_FoundOnChain', 'Transaktion gefunden'), _defineProperty(_de$data, 'tx_FoundOnChain_1', 'Ihre Transaktion wurde gemined und ist nun in der Blockchain.'), _defineProperty(_de$data, 'tx_FoundOnChain_2', '**Wenn Sie ein rotes`( ! )`, ein `BAD INSTRUCTION` oder `OUT OF GAS` Fehlernachricht bekommen**, heißt dass, dass die Transaktion nicht erfolgreich *gesendet* worden ist. Sie können die Transaktion nicht zurücknehmen oder ersetzen. Stattdessen, sende eine neue Transaktion. Wenn Sie einen "Out of Gas" Fehler bekommen, sollten Sie das GasLimit verdoppeln, dass Sie ursprünglich benutzt haben.'), _defineProperty(_de$data, 'tx_FoundOnChain_3', '**Wenn sie keine Fehlernachrichten bekommen, wurde ihre Transaktion erfolgreich versendet.** Ihre ETH oder Tokens sind dort, wohin sie versendet wurden. Wenn Sie die ETH or Tokens nicht im anderen Wallet / Exchange account sehen können, und es schon mehr als 24 Stunden her ist, seitdem Sie gesendet haben, bitte [Kontaktieren Sie den Service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Senden Sie den *link* zu ihrer Transaktion und fragen Sie höflich, die Situation anzuschauen.'), _defineProperty(_de$data, 'GEN_Help_1', 'Nutzen Sie Ihre'), _defineProperty(_de$data, 'GEN_Help_2', 'um auf Ihren Account zuzugreifen.'), _defineProperty(_de$data, 'GEN_Help_3', 'Ihr Gerät * ist * Ihr Wallet.'), _defineProperty(_de$data, 'GEN_Help_4', 'Anleitungen & FAQ'), _defineProperty(_de$data, 'GEN_Help_5', 'Wie erstellt man eine Wallet'), _defineProperty(_de$data, 'GEN_Help_6', 'Einstieg'), _defineProperty(_de$data, 'GEN_Help_7', 'Sicher aufbewahren · Machen Sie eine Sicherung · Zeigen Sie es keinem · Verlieren Sie es nicht · Es gibt * keinen * Weg diese Informationen wiederherzustellen, wenn Sie es verlieren.'), _defineProperty(_de$data, 'GEN_Help_8', 'Datei wird nicht heruntergeladen? '), _defineProperty(_de$data, 'GEN_Help_9', 'Versuche Google Chrome oder Chromium zu benutzen '), _defineProperty(_de$data, 'GEN_Help_10', 'Rechtsklick & Datei speichern als. Dateiname: '), _defineProperty(_de$data, 'GEN_Help_11', 'Diese Datei auf deinem Computer **nicht** öffnen '), _defineProperty(_de$data, 'GEN_Help_12', 'Nutze es um dein Wallet bei MyEtherWallet (oder Mist, Geth, Parity und andere Wallet Clients.) zu öffnen '), _defineProperty(_de$data, 'GEN_Help_13', 'Wie kann ich meine Keystore File sichern? '), _defineProperty(_de$data, 'GEN_Help_14', 'Was sind diese verschiedene Formate? '), _defineProperty(_de$data, 'GEN_Help_15', 'Verhüten Sie den Verlust & Diebstahl Ihres Geldes.'), _defineProperty(_de$data, 'GEN_Help_16', 'Was sind diese verschiedene Formate?'), _defineProperty(_de$data, 'GEN_Help_17', 'Warum sollte Ich?'), _defineProperty(_de$data, 'GEN_Help_18', 'Um ein zweites Backup zu haben.'), _defineProperty(_de$data, 'GEN_Help_19', 'Im Fall, dass Sie Ihr Passwort vergessen.'), _defineProperty(_de$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_de$data, 'GET_ConfButton', 'Ich verstehe. Weiter.'), _defineProperty(_de$data, 'GEN_Label_5', 'Sichern Sie Ihren `Privaten Schlüssel`. '), _defineProperty(_de$data, 'GEN_Unlock', 'Entsperren Sie Ihr Wallet um Ihre Adresse zu sehen.'), _defineProperty(_de$data, 'GAS_PRICE_Desc', 'Der `Gas Preis` ist der Betrag, den Sie für eine Einheit `Gas` bezahlen. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Je höher der Gas-Preis, desto schneller wird die Transaktion verarbeitet, aber desto teurer wird die Transaktionsgebühr. Der Standardwert ist `41 GWEI`.'), _defineProperty(_de$data, 'GAS_LIMIT_Desc', 'Das Gas-Limit ist der Betrag an Gas, der mit Ihrer Transaktion mitgeschickt wird. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Wenn Sie diese Zahl erhöhen, wird ihre Transaktion nicht schneller verarbeitet. Eine zu kleine Zahl kann jedoch bedeuten, dass die Transaktion nicht erfolgreich verarbeitet werden kann. Ein Anhaltspunkt: Eine einfache Überweisung benötigt ca. 21000 Gas, ein Token-Transfer etwa 200.000 Gas.'), _defineProperty(_de$data, 'NONCE_Desc', 'Der `Nonce` ist die Zahl der Transaktionen, die von einer bestimmten Adresse aus gesendet wurden. Er stellt sicher, dass Transaktionen der Reihe nach und nicht doppelt ausgeführt werden können.'), _defineProperty(_de$data, 'TXFEE_Desc', 'Die Transaktionsgebühr wird den Miner(n) bezahlt, die Ihre Transaktion in einen Block einschließen. Es wird durch `Gas-Limit` * `Gas-Preis` berechnet. [Du kannst GWEI -> ETH hier umwandeln](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_de$data, 'NAV_AddWallet', 'Wallet hinzufügen '), _defineProperty(_de$data, 'NAV_BulkGenerate', 'Mehrere Wallets erstellen '), _defineProperty(_de$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_de$data, 'NAV_Contracts', 'Verträge '), _defineProperty(_de$data, 'NAV_DeployContract', 'Vertrag aufstellen '), _defineProperty(_de$data, 'NAV_ENS', 'ENS'), _defineProperty(_de$data, 'NAV_GenerateWallet_alt', 'Neues Wallet '), _defineProperty(_de$data, 'NAV_GenerateWallet', 'Wallet erstellen '), _defineProperty(_de$data, 'NAV_Help', 'Hilfe '), _defineProperty(_de$data, 'NAV_InteractContract', 'Interagieren mit Vertrag '), _defineProperty(_de$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_de$data, 'NAV_MyWallets', 'Meine Wallets '), _defineProperty(_de$data, 'NAV_Offline', 'Sende offline '), _defineProperty(_de$data, 'NAV_SendEther', 'Sende Ether und Tokens '), _defineProperty(_de$data, 'NAV_SendTokens', 'Sende Tokens '), _defineProperty(_de$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_de$data, 'NAV_Swap', 'Wechseln '), _defineProperty(_de$data, 'NAV_ViewWallet', 'Wallet Infos anzeigen '), _defineProperty(_de$data, 'NAV_YourWallets', 'Deine Wallets '), _defineProperty(_de$data, 'x_Access', 'Zugriff '), _defineProperty(_de$data, 'x_AddessDesc', 'Dies ist Ihre "Kontonummer" oder Ihr "Öffentlicher Schlüssel". Sie benötigen diese Adresse, wenn Ihnen jemand Ether oder Tokens senden möchte. Das Icon ist eine einfache Möglichkeit, die Adresse zu überprüfen '), _defineProperty(_de$data, 'x_Address', 'Ihre Adresse '), _defineProperty(_de$data, 'x_Cancel', 'Abbrechen '), _defineProperty(_de$data, 'x_CSV', 'CSV-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Download', 'Herunterladen '), _defineProperty(_de$data, 'x_Json', 'JSON-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_JsonDesc', 'Dies ist die unverschlüsselte Version deines privaten Schlüssels im JSON-Format. Du benötigst daher kein Passwort, aber jeder, der über diese JSON-Datei verfügt, hat ohne Passwort Zugang zu deinem Wallet und dem darin enthaltenen Ether. '), _defineProperty(_de$data, 'x_Keystore', 'Keystore File (UTC / JSON · Empfohlen · Verschlüsselt) '), _defineProperty(_de$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_de$data, 'x_KeystoreDesc', 'Diese Keystore-Datei passt zu dem Format, das von Mist verwendet wird, sodass Sie diese Datei dort zukünftig einfach importieren kannst. Es ist empfehlenswert, diese Datei herunterzuladen und zu sichern. '), _defineProperty(_de$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_de$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_de$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_de$data, 'x_Password', 'Passwort '), _defineProperty(_de$data, 'x_Print', 'Papier-Version des Wallets drucken '), _defineProperty(_de$data, 'x_PrintDesc', 'ProTip: Klicke auf "Drucken" und sichere die Datei als PDF, auch wenn du keinen Drucker hast! '), _defineProperty(_de$data, 'x_PrintShort', 'Drucken '), _defineProperty(_de$data, 'x_PrivKey', 'Privater Schlüssel (unverschlüsselt) '), _defineProperty(_de$data, 'x_PrivKey2', 'Privater Schlüssel '), _defineProperty(_de$data, 'x_PrivKeyDesc', 'Dies ist die unverschlüsselte Textversion deines privaten Schlüssels, d. h. Sie benötigen kein Passwort. Wenn jemand über diesen unverschlüsselten privaten Schlüssel verfügt, hat er/sie ohne Passwort Zugang zu Ihrem Wallet. Es wird daher empfohlen, den privaten Schlüssel zu verschlüsseln. '), _defineProperty(_de$data, 'x_Save', 'Sichern '), _defineProperty(_de$data, 'x_TXT', 'TXT-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Wallet', 'Wallet '), _defineProperty(_de$data, 'MEW_Warning_1', 'Bitte prüfe stets die URL, bevor du auf dein Wallet zugreifst oder ein neues Wallet erzeugst. Vorsicht vor Phishing-Seiten! '), _defineProperty(_de$data, 'CX_Warning_1', 'Stelle sicher, dass du über eine **externe Sicherung** von allen Wallets verfügst, die du hier speicherst. Es gibt viele Möglichkeiten, die dazu führen können, dass deine in dieser Chrome-Extension gespeicherten Daten verloren gehen, z.B. Deinstallation oder Neu-Installation. Diese Extension erleichert den Zugang zu deinen Wallets, ist jedoch keine empfohlene Möglichkeit, diese zu sichern. '), _defineProperty(_de$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_de$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_de$data, 'FOOTER_1', 'Ein quelloffenes, browserseitiges Werkzeug zur Erzeugung von Ethereum-Wallets und Versenden von Transaktionen. '), _defineProperty(_de$data, 'FOOTER_1b', 'Erstellt von '), _defineProperty(_de$data, 'FOOTER_2', 'Spenden sind herzlich willkommen '), _defineProperty(_de$data, 'FOOTER_3', 'Browserseitige Wallet-Erzeugung durch '), _defineProperty(_de$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_de$data, 'sidebar_AccountInfo', 'Kontoinformation '), _defineProperty(_de$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_de$data, 'sidebar_AccountBal', 'Kontostand '), _defineProperty(_de$data, 'sidebar_TokenBal', 'Token Kontostand '), _defineProperty(_de$data, 'sidebar_Equiv', 'Währungs-Gegenwerte '), _defineProperty(_de$data, 'sidebar_TransHistory', 'Transaktions-Historie '), _defineProperty(_de$data, 'sidebar_donation', 'MyEtherWallet ist ein freier, quelloffener Service, der deiner Privatsphäre und Sicherheit gewidmet ist. Je mehr Spenden wir erhalten, desto mehr Zeit können wir investieren, um neue Funktionen zu programmieren, dein Feedback zu verarbeiten und dir zu geben, was du dir wünschst. Wir sind nur zwei Leute, die die Welt ändern möchten. Hilfst du uns dabei? '), _defineProperty(_de$data, 'sidebar_donate', 'Spenden '), _defineProperty(_de$data, 'sidebar_thanks', 'Dankeschön!!! '), _defineProperty(_de$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_de$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_de$data, 'decrypt_Access', 'Wie möchtst du auf dein Wallet zugreifen? '), _defineProperty(_de$data, 'decrypt_Title', 'Wähle das Format deines privaten Schlüssels '), _defineProperty(_de$data, 'decrypt_Select', 'Wallet auswählen '), _defineProperty(_de$data, 'ADD_Label_1', 'Was möchtest du tun? '), _defineProperty(_de$data, 'ADD_Radio_1', 'Neues Wallet erstellen '), _defineProperty(_de$data, 'ADD_Radio_2', 'Wallet-Datei auswählen (Keystore / JSON) '), _defineProperty(_de$data, 'ADD_Radio_2_alt', 'Wallet-Datei auswählen '), _defineProperty(_de$data, 'ADD_Radio_2_short', 'WALLET-DATEI AUSWÄHLEN... '), _defineProperty(_de$data, 'ADD_Radio_3', 'Kopiere/Tippe deinen privaten Schlüssel ein '), _defineProperty(_de$data, 'ADD_Radio_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Radio_5', 'Füge deinen Mnemonic ein '), _defineProperty(_de$data, 'ADD_Radio_5_Path', 'Wählen Sie den `HD derivation path` '), _defineProperty(_de$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_de$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_de$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathCustom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'ADD_Label_2', 'Wähle ein Kürzel '), _defineProperty(_de$data, 'ADD_Label_3', 'Deine Datei ist verschlüsselt. Bitte gib das Passwort ein '), _defineProperty(_de$data, 'ADD_Label_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Warning_1', 'Du kannst unter dem "Wallet-Tab" eine Kontoadresse "beobachten", ohne den privaten Schlüssel hochzuladen. Du hast damit **keinen** Zugang zu diesem Wallet und kannst auch keinen Ether daraus versenden. '), _defineProperty(_de$data, 'ADD_Label_5', 'Kontoadresse eingeben '), _defineProperty(_de$data, 'ADD_Label_6', 'Wallet entsperren '), _defineProperty(_de$data, 'ADD_Label_6_short', 'Entsperren '), _defineProperty(_de$data, 'ADD_Label_7', 'Kontoadresse hinzufügen '), _defineProperty(_de$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_de$data, 'GEN_desc', 'Wenn Sie mehrere Wallets auf einmal erstellen möchten, können Sie dies hier tun '), _defineProperty(_de$data, 'GEN_Label_1', 'Geben Sie ein starkes Passwort ein (mindestens 9 Zeichen) '), _defineProperty(_de$data, 'GEN_Placeholder_1', 'BITTE VERGESSEN SIE NICHT dieses Passwort an einem sicheren Ort zu notieren! '), _defineProperty(_de$data, 'GEN_SuccessMsg', 'Erfolgreich! Ìhr Wallet wurde erzeugt. '), _defineProperty(_de$data, 'GEN_Label_2', 'Sichern Sie Ihre Keystore-Datei oder deinen privaten Schlüssel. Sichere auch dein Passwort! '), _defineProperty(_de$data, 'GEN_Label_3', 'Sichern Sie Ihre Kontoadresse. '), _defineProperty(_de$data, 'GEN_Label_4', 'Optional: Drucken Sie ein Papier-Wallet oder speichern Sie einen QR-Code. '), _defineProperty(_de$data, 'BULK_Label_1', 'Anzahl zu generierender Wallets '), _defineProperty(_de$data, 'BULK_Label_2', 'Wallets erstellen '), _defineProperty(_de$data, 'BULK_SuccessMsg', 'Erfolgreich! Ihre Wallets wurden erstellt. '), _defineProperty(_de$data, 'SEND_addr', 'An Adresse '), _defineProperty(_de$data, 'SEND_amount', 'Zu sendender Betrag '), _defineProperty(_de$data, 'SEND_amount_short', 'Betrag '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'SEND_gas', 'Gas '), _defineProperty(_de$data, 'SEND_TransferTotal', 'Gesamten verfügbaren Saldo übertragen '), _defineProperty(_de$data, 'SEND_generate', 'Erzeuge Transaktion '), _defineProperty(_de$data, 'SEND_raw', 'Transaktion (Binärformat) '), _defineProperty(_de$data, 'SEND_signed', 'Signierte Transaktion '), _defineProperty(_de$data, 'SEND_trans', 'Sende Transaktion '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefinierten Token hinzufügen '), _defineProperty(_de$data, 'SENDModal_Title', 'Achtung! '), _defineProperty(_de$data, 'SENDModal_Content_1', 'Sie sind dabei, '), _defineProperty(_de$data, 'SENDModal_Content_2', 'an die Adresse '), _defineProperty(_de$data, 'SENDModal_Content_3', 'zu senden. Sind Sie sicher, dass Sie das wollen? '), _defineProperty(_de$data, 'SENDModal_Content_4', 'HINWEIS: Wenn Sie eine Fehlermeldung erhalten, müssen Sie vermutlich Ihren Ether-Saldo erhöhen, um die Gas-Kosten des Token-Versands zu bezahlen. Gas wird in Ether bezahlt. '), _defineProperty(_de$data, 'SENDModal_No', 'Nein, ich möchte diesen Vorgang abbrechen! '), _defineProperty(_de$data, 'SENDModal_Yes', 'Ja, ich bin mir sicher! Führe die Transaktion durch. '), _defineProperty(_de$data, 'TOKEN_Addr', 'Token Contract Adresse '), _defineProperty(_de$data, 'TOKEN_Symbol', 'Token-Symbol '), _defineProperty(_de$data, 'TOKEN_Dec', 'Dezimalstellen '), _defineProperty(_de$data, 'TOKEN_hide', 'Verstecke Token '), _defineProperty(_de$data, 'TOKEN_show', 'Zeige alle Tokens '), _defineProperty(_de$data, 'TRANS_desc', 'Wenn Sie Token senden wollen, nutzen Sie bitte die "Sende Tokens" Funktion '), _defineProperty(_de$data, 'TRANS_warning', 'Wenn Sie die "Nur ETH" oder "Nur ETC" Funktionen benutzen, erfolgt die Transaktion über einen Vertrag. Einige Dienste haben ein Problem damit diese Transaktionen zu empfangen. Mehr lesen. '), _defineProperty(_de$data, 'TRANS_advanced', '+Fortgeschritten: Daten hinzufügen '), _defineProperty(_de$data, 'TRANS_data', 'Daten '), _defineProperty(_de$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_de$data, 'TRANS_sendInfo', 'Eine Standard Transaktion mit 21000 Gas kostet 0.000441 ETH. Wir zahlen einen minimal höheren Gaspreis von 0.000000021 ETH um zu garantieren, dass die Transaktion schnell bearbeitet wird. Wir erheben keine Transaktionsgebühren. '), _defineProperty(_de$data, 'TRANSModal_Title', '"Nur ETH" und "Nur ETC" Transaktionen '), _defineProperty(_de$data, 'TRANSModal_Content_0', 'Ein Hinweis zu den verschiedenen Transaktionen und Angeboten '), _defineProperty(_de$data, 'TRANSModal_Content_1', '**ETH (Standard Transaktion): ** Dies erzeugt eine Standard Transaktion direkt von einer Adresse zu einer anderen. Diese nutzt standardmässig 21000 Gas. Es ist gut möglich, dass alle Transaktionen dieser Art auf der ETC Blockchain wiederholt werden (Replay Attacke). '), _defineProperty(_de$data, 'TRANSModal_Content_2', '**Nur ETH: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETH** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_3', '**Nur ETC: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETC** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Sende nur Standard Transaktionen. Wenn du die Transaktion über eine der "Nur" Funktionen versendest, musst du den Support kontaktieren um deinen Betrag oder eine Rückerstattung zu erhalten. [Du kannst auch Shapeshifts "split" Werkzeug ausprobieren.](https://split.shapeshift.io/) '), _defineProperty(_de$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Keine Probleme bekannt. Nutzen, was Ihnen lieber ist '), _defineProperty(_de$data, 'TRANSModal_Yes', 'Cool, jetzt hab ich\'s verstanden. '), _defineProperty(_de$data, 'TRANSModal_No', 'Bitte was? Ich bin noch verwirrter. Ich brauche Hilfe '), _defineProperty(_de$data, 'OFFLINE_Title', 'Erzeuge & sende Offline Transaktionen '), _defineProperty(_de$data, 'OFFLINE_Desc', 'Offline Transaktionen können in drei Schritten erzeugt werden. Schritt 1 und 3 erledigen Sie an einem Online Computer und Schritt 3 an einem Offline/abgeschirmten Computer. Dies stellt sicher, dass Ihre privaten Schlüssel nie ein mit dem Internet verbundenes Gerät berühren. '), _defineProperty(_de$data, 'OFFLLINE_Step1_Title', 'Schritt 1: Informationen sammeln (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step1_Button', 'Informationen sammeln '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_1', 'Von Adresse '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_2', 'Hinweis: Dies ist die VON Adresse, nicht die AN Adresse. Die Nonce wird basierend auf dem Ursprungsaccount berechnet. Wenn du einen abgeschirmten Computer nutzt, wäre dies die Adresse deines "cold-storage". '), _defineProperty(_de$data, 'OFFLINE_Step2_Title', 'Schritt 2: Transaktion generieren (Offline Computer) '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_1', 'An Adresse '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_2', 'Zu sendender Betrag '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3', 'Gaspreis '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4b', '21000 ist das Standard Gas Limit. Wenn Sie Verträge oder Daten senden, müssen Sie diesen Wert eventuell anpassen. Alles ungenutzte Gas wird Ihnen zurück gesendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6', 'Daten '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6b', 'Dies ist optional. Daten werden meist in Transaktionen an Verträge verwendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_7', 'Geben Sie Ihren privaten Schlüssel ein. '), _defineProperty(_de$data, 'OFFLINE_Step3_Title', 'Schritt 3: Transaktion senden/veröffentlichen (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step3_Label_1', 'Kopieren Sie die signierte Transaktion aus Schritt 2 hier hinein und drücken Sie "TRANSAKTION SENDEN". '), _defineProperty(_de$data, 'DEP_generate', 'Bytecode generieren '), _defineProperty(_de$data, 'DEP_generated', 'Generierter Bytecode '), _defineProperty(_de$data, 'DEP_signtx', 'Transaktion signieren '), _defineProperty(_de$data, 'DEP_interface', 'Generiertes Interface '), _defineProperty(_de$data, 'MYWAL_Nick', 'Wallet Spitzname '), _defineProperty(_de$data, 'MYWAL_Address', 'Wallet Addresse '), _defineProperty(_de$data, 'MYWAL_Bal', 'Guthaben '), _defineProperty(_de$data, 'MYWAL_Edit', 'Bearbeiten '), _defineProperty(_de$data, 'MYWAL_View', 'Ansehen '), _defineProperty(_de$data, 'MYWAL_Remove', 'Löschen '), _defineProperty(_de$data, 'MYWAL_RemoveWal', 'Wallet löschen '), _defineProperty(_de$data, 'MYWAL_WatchOnly', 'Ihre Watch-Only Konten '), _defineProperty(_de$data, 'MYWAL_Viewing', 'Wallet anzeigen '), _defineProperty(_de$data, 'MYWAL_Hide', 'Wallet Info verstecken '), _defineProperty(_de$data, 'MYWAL_Edit_2', 'Wallet bearbeiten '), _defineProperty(_de$data, 'MYWAL_Name', 'Wallet Name '), _defineProperty(_de$data, 'MYWAL_Content_1', 'Achtung! Sie sind gerade dabei, Ihr Wallet zu löschen '), _defineProperty(_de$data, 'MYWAL_Content_2', 'Stellen Sie sicher, dass Sie **die private Key/JSON Datei und das Passwort** Ihres Wallets gespeichert hast, bevor Sie es löschen. '), _defineProperty(_de$data, 'MYWAL_Content_3', 'Wenn Sie dieses Wallet in Zukunft mit MyEtherWallet CX verwenden wollen, müssen Sie es mittels des privaten Schlüssels/JSON Datei und Ihrem Passwort manuell wieder hinzufügen. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle', 'Dies erlaubt Ihnen, den Download verschiedener Versionen Ihres privaten Schlüssels sowie das erneute Drucken Ihres Papier-Wallets. Es wird empfohlen, dies zu tun um [Ihren Account in Geth/Mist zu importieren.](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Zum Überprüfen Ihres Kontostands empfehlen wir, einen Blockchain Explorer wie [etherscan.io](https://etherscan.io/) zu verwenden. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle_Short', 'Dies erlaubt Ihnen den Download verschiedener Versionen Ihres privaten Schlüssel sowie das erneute Drucken Ihres Papier-Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_SuccessMsg', 'Erfolgreich! Hier sind die Daten Ihres Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_ShowPrivKey', '(anzeigen)'), _defineProperty(_de$data, 'VIEWWALLET_HidePrivKey', '(verbergen)'), _defineProperty(_de$data, 'CX_error_1', 'Sie haben keine Wallets gespeichert. Klicken Sie ["Wallet hinzufügen"](/cx-wallet.html#add-wallet) um eines hinzuzufügen! '), _defineProperty(_de$data, 'CX_quicksend', 'Senden '), _defineProperty(_de$data, 'NODE_Title', 'Benutzerdefinierten Knoten einstellen'), _defineProperty(_de$data, 'NODE_Subtitle', 'Verbinde mit einem lokalem Knoten...'), _defineProperty(_de$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_de$data, 'NODE_Name', 'Knotenname'), _defineProperty(_de$data, 'NODE_Port', 'Knotenport'), _defineProperty(_de$data, 'NODE_CTA', 'Speicher & Benutze Knoten'), _defineProperty(_de$data, 'CONTRACT_Title', 'Vertragsadresse '), _defineProperty(_de$data, 'CONTRACT_Title_2', 'Existierenden Vertrag auswählen '), _defineProperty(_de$data, 'CONTRACT_Json', 'ABI / JSON Schnittstelle '), _defineProperty(_de$data, 'CONTRACT_Interact_Title', 'Vertrag lesen / schreiben '), _defineProperty(_de$data, 'CONTRACT_Interact_CTA', 'Wählen Sie eine Funktion '), _defineProperty(_de$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_de$data, 'CONTRACT_Read', 'LESEN '), _defineProperty(_de$data, 'CONTRACT_Write', 'SCHREIBEN '), _defineProperty(_de$data, 'SWAP_rates', "Aktueller Kurs "), _defineProperty(_de$data, 'SWAP_init_1', "Wechsel meine "), _defineProperty(_de$data, 'SWAP_init_2', " gegen "), _defineProperty(_de$data, 'SWAP_init_CTA', "Fortfahren! "), _defineProperty(_de$data, 'SWAP_information', "Ihre Informationen "), _defineProperty(_de$data, 'SWAP_send_amt', "Zusendender Betrag "), _defineProperty(_de$data, 'SWAP_rec_amt', "Empfangender Betrag "), _defineProperty(_de$data, 'SWAP_your_rate', "Ihr Kurs "), _defineProperty(_de$data, 'SWAP_rec_add', "Ihre Empfangsadresse "), _defineProperty(_de$data, 'SWAP_start_CTA', "Starte Wechsel "), _defineProperty(_de$data, 'SWAP_ref_num', "Ihre Referenznummer "), _defineProperty(_de$data, 'SWAP_time', "Zum Senden verbleibende Zeit "), _defineProperty(_de$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_de$data, 'SWAP_progress_1', "Auftrag initialisiert "), _defineProperty(_de$data, 'SWAP_progress_2', "Warte auf Ihre "), _defineProperty(_de$data, 'SWAP_progress_3', "Erhalten! "), _defineProperty(_de$data, 'SWAP_progress_4', "Sende Ihre {{orderResult.output.currency}} "), _defineProperty(_de$data, 'SWAP_progress_5', "Auftrag erfüllt "), _defineProperty(_de$data, 'SWAP_order_CTA', "Bitte sende "), _defineProperty(_de$data, 'SWAP_unlock', "Schalten Sie Ihr Wallet frei um ETH oder Tokens direkt von dieser Seite aus zu senden "), _defineProperty(_de$data, 'MSG_message', 'Nachricht '), _defineProperty(_de$data, 'MSG_date', 'Datum '), _defineProperty(_de$data, 'MSG_signature', 'Signatur '), _defineProperty(_de$data, 'MSG_verify', 'Nachricht verifizieren '), _defineProperty(_de$data, 'MSG_info1', 'Fügen Sie das aktuelle Datum ein, so dass die Signatur an einem anderem Datum nicht wiederbenutzt wird '), _defineProperty(_de$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_de$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_de$data, 'MNEM_1', 'Wählen Sie den Vertrag, mit dem Sie interagieren wollen. '), _defineProperty(_de$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_de$data, 'MNEM_more', 'Mehrere Adressen '), _defineProperty(_de$data, 'MNEM_prev', 'Letzte Adressen '), _defineProperty(_de$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_1', 'Verbinde deinen Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_2', 'Öffne das Ethereum Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Exp', 'Öffne das Expanse Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Ubq', 'Öffne das Ubiq Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_3', 'Gehe sicher, dass Browser Support aktiviert ist. '), _defineProperty(_de$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_de$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_de$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_de$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_de$data, 'x_Trezor', 'TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Zu TREZOR Verbinden '), _defineProperty(_de$data, 'ADD_Trezor_select', 'Dies ist ein TREZOR seed '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_de$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_de$data, 'ERROR_0', 'Bitte gebe einen gültigen Betrag ein '), _defineProperty(_de$data, 'ERROR_1', 'Dein Passwort muss mindestens 9 Zeichen lang sein. Bitte wähle ein sicheres Passwort. '), _defineProperty(_de$data, 'ERROR_2', 'Oh oh! Wir haben den Typ der Wallet-Datei nicht erkannt. '), _defineProperty(_de$data, 'ERROR_3', 'Dies ist keine gültige Wallet-Datei. '), _defineProperty(_de$data, 'ERROR_4', 'Diese Einheit existiert nicht, bitte wähle eine dieser Einheiten aus '), _defineProperty(_de$data, 'ERROR_5', 'Bitte gebe eine gültige Addresse ein. '), _defineProperty(_de$data, 'ERROR_6', 'Bitte gebe eine gültige Passwort ein. '), _defineProperty(_de$data, 'ERROR_7', 'Bitte gebe eine gültige Betrag ein. (Must be integer. Try 0-18.) '), _defineProperty(_de$data, 'ERROR_8', 'Bitte gebe eine gültige Gasverbrauch ein. (Must be integer. Try 21000-4000000.) '), _defineProperty(_de$data, 'ERROR_9', 'Bitte gebe eine gültige Datenwert ein. (Must be hex.) '), _defineProperty(_de$data, 'ERROR_10', 'Bitte gebe eine gültige Gasbetrag ein. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_de$data, 'ERROR_11', 'Bitte gebe eine gültige Nonce ein. (Must be integer.) '), _defineProperty(_de$data, 'ERROR_12', 'Ungültige unterzeichnete Transaktion. '), _defineProperty(_de$data, 'ERROR_13', 'Ein Wallet mit diesem Spitznamen existiert bereits. '), _defineProperty(_de$data, 'ERROR_14', 'Wallet nicht gefunden. '), _defineProperty(_de$data, 'ERROR_15', 'Es sieht nicht so aus als würde ein Proposal mit dieser ID existieren oder es gab einen Fehler beim Lesen des Proposal. '), _defineProperty(_de$data, 'ERROR_16', 'Es ist bereits ein Wallet mit dieser Adresse gespeichert. Bitte überprüfe die Seite deines Wallets. '), _defineProperty(_de$data, 'ERROR_17', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert. Du brauchst **0.01 ETH** in deinem Account um die Gaskosten zu decken. Bitte füge ETH hinzu und versuche es noch einmal. '), _defineProperty(_de$data, 'ERROR_18', 'Diese Transaktion würde dein gesamtes verbleibendes Gas verbrauchen. Das bedeutet, du hast bereits über dieses Proposal abgestimmt oder die Debattierphase ist zu Ende. '), _defineProperty(_de$data, 'ERROR_19', 'Ungültiges Symbol '), _defineProperty(_de$data, 'ERROR_20', 'Kein gültiger ERC-20 Token '), _defineProperty(_de$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_de$data, 'ERROR_22', 'Bitte gebe einen gültigen Knotennamen ein '), _defineProperty(_de$data, 'ERROR_23', 'Bitte gebe eine gültige URL ein. Falls du dich mit HTTPS verbindest, muss auch der Knoten mit HTTPS ausgestattet werden. '), _defineProperty(_de$data, 'ERROR_24', 'Bitte gebe eine gültige Portnummer ein '), _defineProperty(_de$data, 'ERROR_25', 'Bitte gebe eine gültige Chain-ID ein '), _defineProperty(_de$data, 'ERROR_26', 'Bitte gebe eine gültige ABI ein '), _defineProperty(_de$data, 'ERROR_27', 'Mindestbetrag: 0.01. Maximaler Betrag: '), _defineProperty(_de$data, 'ERROR_28', '**Du benötigst deine Keystore-Datei & das Passwort** (oder den privaten Schlüssel) um künftig auf dein Wallet zugreifen zu können. Bitte sichere diese Datei daher auf einem externen Medium! Es gibt KEINE Möglichkeit, ein Wallet wiederherzustellen, wenn du diese Datei und das Passwort nicht sicherst. Lies die [Hilfe-Seite](https://www.myetherwallet.com/#help) für weitere Informationen. '), _defineProperty(_de$data, 'ERROR_29', 'Bitte gebe einen gültigen Benutzer und Password ein '), _defineProperty(_de$data, 'ERROR_30', 'Bitte gebe einen gültigen ENS Namen ein '), _defineProperty(_de$data, 'ERROR_31', 'Bitte gebe einen gültigen Geheime Phasre ein '), _defineProperty(_de$data, 'ERROR_32', 'Verbindung zum Knoten nicht möglich. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_de$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_de$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_de$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_de$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_de$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_de$data, 'SUCCESS_1', 'Gültige Addresse '), _defineProperty(_de$data, 'SUCCESS_2', 'Wallet erfolgreich entschlüsselt '), _defineProperty(_de$data, 'SUCCESS_3', 'Deine Transaktion wurde **in das Netzwerk geschickt**. Sie muss noch gemined & validiert werden. (1) Drück auf den Link. Zähle bis 20. Lade die Seite neu. Schau dass dort keine roten ( ! ) Fehler kommen. Wenn keine Transaktionsdetails kommen, warte. Deine Transaktion wartet gemined zu werden. TX ID: '), _defineProperty(_de$data, 'SUCCESS_4', 'Dein Wallet wurde erfolgreich hinzugefügt '), _defineProperty(_de$data, 'SUCCESS_5', 'Ausgewählte Datei '), _defineProperty(_de$data, 'SUCCESS_6', 'Erfolgreich verbunden '), _defineProperty(_de$data, 'SUCCESS_7', 'Nachrichten Signatur verifiziert'), _defineProperty(_de$data, 'GETH_InvalidSender', 'Invalid sender Ungültiger Sender '), _defineProperty(_de$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_de$data, 'GETH_Cheap', 'Gaspreis zu niedrig! '), _defineProperty(_de$data, 'GETH_Balance', 'Nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_NonExistentAccount', 'Account existiert nicht oder besitzt nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_InsufficientFunds', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert '), _defineProperty(_de$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_de$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_de$data, 'GETH_NegativeValue', 'Negativer Wert '), _defineProperty(_de$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_de$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_de$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_de$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} and got: {}."), _defineProperty(_de$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_de$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_de$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_de$data, 'translate_version', '0.5 '), _defineProperty(_de$data, 'Translator_Desc', 'Vielen Dank an unsere ÜbersetzerInnen '), _defineProperty(_de$data, 'TranslatorName_1', 'christoph2806 · K · '), _defineProperty(_de$data, 'TranslatorAddr_1', ''), _defineProperty(_de$data, 'TranslatorName_2', '[mawalu](https://www.myetherwallet.com/?gaslimit=21000&to=0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_2', '0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3 '), _defineProperty(_de$data, 'TranslatorName_3', '[huhn_solo](https://www.myetherwallet.com/?gaslimit=21000&to=0x1DAd1765381460db9A44846cDfA6f74c65A06B77&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_3', '0x1DAd1765381460db9A44846cDfA6f74c65A06B77 '), _defineProperty(_de$data, 'TranslatorName_4', '[FelixA](https://www.myetherwallet.com/?gaslimit=21000&to=0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_4', '0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D '), _defineProperty(_de$data, 'TranslatorName_5', 'danielsun174 · ffidan61 · [u/Preisschild](https://www.myetherwallet.com/?gaslimit=21000&to=0x700Eb9142a0CC709fce80709cfbF5Ac25438c584&value=0.1#send-transaction) '), _defineProperty(_de$data, 'TranslatorAddr_5', ''), _defineProperty(_de$data, 'HELP_Warning', 'Falls du vor dem **31.12.2015** ein Wallet generiert, oder das Repository heruntergeladen hast, bitte überprüfe deine Wallets & lade eine neue Version des Repositories herunter. Klick für details. '), _defineProperty(_de$data, 'HELP_Desc', 'Hast du das Gefühl etwas fehlt? Hast du eine andere Frage? [Schreib uns](mailto:support@myetherwallet.com) und wir werden nicht nur deine Frage beantworten, wir werden auch die Seite updaten, damit diese in der Zukunft noch einfacher zu bedienen sein wird! '), _defineProperty(_de$data, 'HELP_Remind_Title', 'Ein paar Erinnerungshilfen '), _defineProperty(_de$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, sowie einige der verwendeten Javascript Bibliotheken, die wir verwenden, befinden sich noch in Entwicklung.** Zwar haben wir alles umfassend getestet und es wurden erfolgeich tausende Wallets von Menschen aus aller Welt kreiert, jedoch bestimmt immer eine gewisse Gefahr, dass etwas unerwartetes passiert und dein Ether verloren geht. Bitte investiere nicht mehr als du verlieren kannst, und sei immer vorsichtig. Sollte etwas schlimmes passieren, **können wir uns leider nicht verantwortlich für einen Verlust zeichnen**. '), _defineProperty(_de$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX sind keine "web wallets". Du erstellst keinen Account oder sendest uns Ether den wir halten. Alle Daten bleiben auf deinem Computer, bzw. Browser. Unser Auftrag ist es, dir das Erstellen, Speichern und Zugreifen auf deine Accounts zu vereinfachen, sowie dir eine simple Möglichkeit zur Interaktion mit der Blockchain zu bieten. '), _defineProperty(_de$data, 'HELP_Remind_Desc_3', 'Falls du deinen privaten Schlüssel und Passwort nicht speicherst, gibt es keine Möglichkeit den Zugriff auf das Konto und die darauf befindlichen Mittel wieder herzustellen. Bitte erstelle Back-ups und speichere deine Zugriffsdaten an verschiedenen Orten – nicht nur deinem Computer! '), _defineProperty(_de$data, 'HELP_0_Title', '0) Ich bin neu. Was soll ich machen? '), _defineProperty(_de$data, 'HELP_0_Desc_1', 'MyEtherWallet bietet dir die Möglichkeit neue Wallets zu generieren, damit du deinen Ether selbst speichern kannst, und keine Exchange nutzen musst. Dieser Prozess findet ausschließlich auf deinem Computer statt. Daher bist auch **du dafür Verantwortlich, Back-ups zu erstellen** wenn du ein Wallet verwenden möchtest. '), _defineProperty(_de$data, 'HELP_0_Desc_2', 'Erstelle ein neues Wallet. '), _defineProperty(_de$data, 'HELP_0_Desc_3', 'Erstelle ein Back-up deines Wallets. '), _defineProperty(_de$data, 'HELP_0_Desc_4', 'Verifiziere, dass du Zugriff auf dein neues Wallet hast und alle nötigen Informationen korrekt gespeichert sind. '), _defineProperty(_de$data, 'HELP_0_Desc_5', 'Überweise Ether auf das neue Wallet. '), _defineProperty(_de$data, 'HELP_1_Title', '1) Wie erstelle ich ein neues Wallet? '), _defineProperty(_de$data, 'HELP_1_Desc_1', 'Geh zur "Wallet hinzufügen" Seite. '), _defineProperty(_de$data, 'HELP_1_Desc_2', 'Geh zur "Wallet hinzufügen" Seite & wähle "Neues Wallet erstellen" aus. '), _defineProperty(_de$data, 'HELP_1_Desc_3', 'Wähle ein starkes Passwort aus. Falls du glaubst, dass du es vergessen könntest, speichere es an einem sicheren Ort ab. Du benötigst das Passwort um Transaktionen zu tätigen. '), _defineProperty(_de$data, 'HELP_1_Desc_4', 'Klicke auf "Wallet erstellen". '), _defineProperty(_de$data, 'HELP_1_Desc_5', 'Dein Wallet wurde nun erstellt. '), _defineProperty(_de$data, 'HELP_2a_Title', 'Wie speichere ich/erstelle Back-ups meines Wallets? '), _defineProperty(_de$data, 'HELP_2a_Desc_1', 'Du solltest dein Wallet immer an verschiedenen physischen Orten abspeichern - beispielsweise auf einem USB-Stick und/oder einem Stück Papier. '), _defineProperty(_de$data, 'HELP_2a_Desc_2', 'Speichere die Adresse. Du kannst sie für dich behalten oder mit anderen teilen. Auf diese Adresse können andere Ether an dich senden. '), _defineProperty(_de$data, 'HELP_2a_Desc_3', 'Speiche verschiedene Versionen deines privaten Schlüssels. Teile ihn nicht mit jemand anderem. Dein privater Schlüssel ist notwendig, wenn du auf deinen Ether zugreifen willst, um eine Überweisung zu tätigen! Es gibt 3 Arten des privaten Schlüssels '), _defineProperty(_de$data, 'HELP_2a_Desc_4', 'Speichere deine Adresse, die verschiedenen Versionen des privaten Schlüssels, sowie eine PDF deines Papier-Wallets in einem Ordner. Speichere diesen auf deinem Computer und einem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_5', 'Drucke das Wallet falls du einen Drucker hast. Andernfalls, schreibe deinen privaten Schlüssel und die Adresse auf ein Blatt Papier. Lagere dieses an einem sicheren Ort, abseits von deinem Computer und dem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_6', 'Bitte denk daran, dass du den Verlust des Schlüssels aufgrund des Verlusts oder Versagen deiner Festplatte, des USB-Sticks oder dem Papier, selbst verhindern musst. Erwäge daher auch Situationen wie ein Feuer oder eine Überflutung. '), _defineProperty(_de$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_de$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_de$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_de$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_de$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_de$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_de$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_de$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_de$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_de$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_de$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_de$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find you account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_de$data, 'HELP_4_Title', '4) Wie kann ich Ether von einer Wallet zur anderen senden? '), _defineProperty(_de$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_de$data, 'HELP_4_Desc_2', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4_Desc_9', 'Drücke auf "Generate Transaction". '), _defineProperty(_de$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_4CX_Title', '4) Wie kann ich Ether über MyEtherWallet CX senden? '), _defineProperty(_de$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_de$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_de$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_de$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_de$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_de$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_de$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_de$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_de$data, 'HELP_4CX_Desc_12', 'Using "Sende Ether und Tokens" Page '), _defineProperty(_de$data, 'HELP_5_Title', '5) Wie kann ich MyEtherWallet.com offline/lokal starten? '), _defineProperty(_de$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_de$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_de$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_de$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_de$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_de$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_de$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_de$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_de$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_de$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_de$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_de$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_de$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_de$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_de$data, 'HELP_7_Desc_1', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_de$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_de$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_de$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_de$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_de$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_de$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_de$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_de$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_de$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_de$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_de$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_de$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_de$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_de$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_de$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_de$data, 'HELP_9_Title', '9) Is the "Sende Ether und Tokens" page offline? '), _defineProperty(_de$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_de$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_de$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_de$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_de$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_de$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_de$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_de$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_de$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_de$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_de$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_de$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_de$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_de$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_de$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_de$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_de$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_de$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_de$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_de$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_de$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_de$data, 'HELP_12_Desc_15b', 'Wenn du an einem PC bist '), _defineProperty(_de$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_de$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_de$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_de$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_de$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_de$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_de$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_de$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_de$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_de$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_de$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_de$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_de$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_de$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_de$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_de$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_de$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_de$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_de$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_de$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_de$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_de$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_de$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_de$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_de$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_de$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_de$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_de$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_de$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_de$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_de$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_de$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_de$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_de$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_de$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_de$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_de$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_de$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_de$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_de$data, 'HELP_FAQ_Title', 'Mehr hilfreiche Antworten zu oft gefragten Fragen '), _defineProperty(_de$data, 'HELP_Contact_Title', 'Kontakt zu uns'), _de$data); module.exports = de; @@ -15027,7 +15024,7 @@ el.data = (_el$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_el$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_el$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_el$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_el$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_el$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_el$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_el$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_el$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_el$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_el$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_el$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_el$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_el$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_el$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_el$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_el$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_el$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_el$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_el$data, 'HELP_2a_Title', 'Πώς αποθηκεύω/παίρνω αντίγραφο ασφαλείας του πορτοφολιού μου; '), _defineProperty(_el$data, 'x_CancelReplaceTx', 'Ακύρωση ή αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_CancelTx', 'Ακύρωση συναλλαγής'), _defineProperty(_el$data, 'x_PasswordDesc', 'Αυτό το συνθηματικό * κρυπτογραφεί * το ιδιωτικό σας κλειδί. Αυτό δεν λειτουργεί σαν σπόρος ο οποίος θα γεννήσει τα κλειδιά σας. **Θα χρειαστείτε αυτό το συνθηματικό + το ιδιωτικό σας κλειδί για να ξεκλειδώσετε το πορτοφόλι σας.**'), _defineProperty(_el$data, 'x_ReadMore', 'Διαβάστε περισσότερα'), _defineProperty(_el$data, 'x_ReplaceTx', 'Αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_TransHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'x_TXFee', 'Τέλος συναλλαγής'), _defineProperty(_el$data, 'x_TxHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'NAV_CheckTxStatus', 'Έλεγχος κατάστασης συναλλαγής'), _defineProperty(_el$data, 'NAV_TxStatus', 'Κατάσταση συναλλαγής'), _defineProperty(_el$data, 'tx_Details', 'Λεπτομέρειες συναλλαγής'), _defineProperty(_el$data, 'tx_Summary', 'Σε στιγμές υψηλού όγκου συναλλαγών (όπως κατά τη διάρκεια ενός ICO) οι συναλλαγές μπορεί να εκκρεμούν για ώρες, αν όχι ημέρες. Αυτό το εργαλείο αποσκοπεί στο να σας δώσει τη δυνατότητα να βρείτε και να «ακυρώσετε» / αντικαταστήσετε αυτές τις συναλλαγές. ** Αυτό δεν είναι κάτι που μπορείτε συνήθως να κάνετε. Δεν πρέπει να βασίζεστε σε αυτό και θα δουλέψει μόνο όταν οι δεξαμενές συναλλαγών είναι πλήρεις. [Παρακαλούμε, διαβάστε για αυτό το εργαλείο εδώ.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_el$data, 'tx_notFound', 'Δεν βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_notFound_1', 'Αυτή η συναλλαγή δεν ήταν δυνατόν να βρεθεί στη δεξαμενή συναλλαγών του κόμβου στον οποίον έχετε συνδεθεί.'), _defineProperty(_el$data, 'tx_notFound_2', 'Αν μόλις στείλατε τη συναλλαγή, παρακαλούμε περιμένετε 15 δευτερόλεπτα και πατήστε ξανά το κουμπί «Έλεγχος κατάστασης συναλλαγής». '), _defineProperty(_el$data, 'tx_notFound_3', 'Μπορεί να βρίσκεται ακόμα στη δεξαμενή εξόρυξης κάποιου διαφορετικού κόμβου, περιμένοντας να εξορυχθεί.'), _defineProperty(_el$data, 'tx_notFound_4', 'Παρακαλούμε χρησιμοποιήστε το αναπτυσσόμενο μενού πάνω δεξιά και επιλέξτε κάποιον διαφορετικό κόμβο ETH (π.χ. `ETH (Etherscan.io)` ή `ETH (Infura.io)` ή `ETH (MyEtherWallet)`) και ελέγξτε ξανά.'), _defineProperty(_el$data, 'tx_foundInPending', 'Βρέθηκε συναλλαγή σε εκκρεμότητα'), _defineProperty(_el$data, 'tx_foundInPending_1', 'Η συναλλαγή σας εντοπίστηκε στη δεξαμενή συναλλαγών του κόμβου στον οποίο έχετε συνδεθεί. '), _defineProperty(_el$data, 'tx_foundInPending_2', 'Αυτή τη στιγμή είναι σε εκκρεμότητα (περιμένοντας να εξορυχθεί). '), _defineProperty(_el$data, 'tx_foundInPending_3', 'Υπάρχει μια πιθανότητα να μπορείτε να «ακυρώσετε» ή να αντικαταστήσετε αυτήν τη συναλλαγή. Ξεκλειδώστε το πορτοφόλι σας παρακάτω.'), _defineProperty(_el$data, 'tx_FoundOnChain', 'Βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_FoundOnChain_1', 'Η συναλλαγή σας εξορύχθηκε επιτυχώς και βρίσκεται πάνω στο blockchain.'), _defineProperty(_el$data, 'tx_FoundOnChain_2', '**Αν δείτε κόκκινο μήνυμα λάθους `( ! )`, `BAD INSTRUCTION` ή `OUT OF GAS`**, σημαίνει ότι η συναλλαγή *δεν εστάλη* επιτυχώς. Δεν μπορείτε να ακυρώσετε ή να αντικαταστήσετε αυτήν τη συναλλαγή. Αντί αυτού, στείλτε μια νέα συναλλαγή. Αν λάβατε σφάλμα «Out of Gas», πρέπει να διπλασιάσετε το όριο αερίου που καθορίσατε αρχικά.'), _defineProperty(_el$data, 'tx_FoundOnChain_3', '**Αν δεν βλέπετε σφάλματα, η συναλλαγή σας εστάλη επιτυχώς.** Τα ETH σας ή οι μάρκες σας βρίσκονται εκεί που τα στείλατε. Αν δεν μπορείτε να δείτε αυτά τα ETH ή τις μάρκες να έχουν πιστωθεί στο άλλο σας πορτοφόλι ή στο λογαριασμό του ανταλλακτηρίου σας, και έχουν περάσει 24+ ώρες από τότε που τα στείλατε, παρακαλούμε [επικοινωνήστε με αυτήν την υπηρεσία](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Στείλτε τους το *σύνδεσμο* προς τη συναλλαγή σας και ζητήστε τους ευγενικά να ρίξουν μια ματιά στο θέμα σας.'), _defineProperty(_el$data, 'GEN_Help_1', 'Χρησιμοποιήστε το'), _defineProperty(_el$data, 'GEN_Help_2', 'σας για να αποκτήσετε πρόσβαση στο λογαριασμό σας.'), _defineProperty(_el$data, 'GEN_Help_3', 'Η συσκευή σας * είναι * το πορτοφόλι σας.'), _defineProperty(_el$data, 'GEN_Help_4', 'Οδηγοί & συχνές ερωτήσεις'), _defineProperty(_el$data, 'GEN_Help_5', 'Πώς να δημιουργήσετε ένα πορτοφόλι'), _defineProperty(_el$data, 'GEN_Help_6', 'Ξεκινώντας'), _defineProperty(_el$data, 'GEN_Help_7', 'Κρατήστε το ασφαλές · Πάρτε ένα αντίγραφο ασφαλείας · Μην το μοιράζεστε με κανέναν · Μην το χάσετε · Δεν μπορεί να ανακτηθεί αν το χάσετε.'), _defineProperty(_el$data, 'GEN_Help_8', 'Δεν κατεβαίνει κάποιο αρχείο; '), _defineProperty(_el$data, 'GEN_Help_9', 'Δοκιμάστε να χρησιμοποιήσετε Google Chrome '), _defineProperty(_el$data, 'GEN_Help_10', 'Δεξί κλικ & αποθήκευση αρχείου ως. Όνομα αρχείου: '), _defineProperty(_el$data, 'GEN_Help_11', 'Μην ανοίξετε αυτό το αρχείο στον υπολογιστή σας '), _defineProperty(_el$data, 'GEN_Help_12', 'Χρησιμοποιήστε το για να ξεκλειδώσετε το πορτοφόλι σας μέσω του MyEtherWallet (ή μέσω του Mist, του Geth, του Parity και άλλων προγραμμάτων-πελατών πορτοφολιού.) '), _defineProperty(_el$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_el$data, 'GEN_Help_14', 'Τι είναι αυτά τα διαφορετικά φορμά; '), _defineProperty(_el$data, 'GEN_Help_15', 'Πρόληψη απώλειας & κλοπής των κεφαλαίων σας.'), _defineProperty(_el$data, 'GEN_Help_16', 'Τι είναι αυτά τα διαφορετικά φορμά;'), _defineProperty(_el$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_el$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_el$data, 'GEN_Help_19', 'Σε περίπτωση που ξεχάσετε ποτέ το συνθηματικό σας.'), _defineProperty(_el$data, 'GEN_Help_20', 'Ψυχρή αποθήκευση'), _defineProperty(_el$data, 'GET_ConfButton', 'Καταλαβαίνω. Συνέχισε.'), _defineProperty(_el$data, 'GEN_Label_5', 'Αποθήκευση του `ιδιωτικού κλειδιού` σας. '), _defineProperty(_el$data, 'GEN_Unlock', 'Ξεκλειδώστε το πορτοφόλι σας για να δείτε τη διεύθυνσή σας'), _defineProperty(_el$data, 'GAS_PRICE_Desc', 'Η τιμή αερίου είναι το ποσό που πληρώνετε ανά μονάδα αερίου. `τέλος συναλλαγής = τιμή αερίου * όριο αερίου` & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Υψηλότερη τιμή αερίου = ταχύτερη συναλλαγή, αλλά πιο ακριβή. Η προεπιλογή είναι `41 GWEI`.'), _defineProperty(_el$data, 'GAS_LIMIT_Desc', 'Το όριο αερίου είναι το ποσό αερίου που θα σταλεί με τη συναλλαγή σας. `τέλος συναλλαγής` = τιμή αερίου * όριο αερίου & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Το να αυξήσετε αυτόν τον αριθμό δεν θα κάνει τη συναλλαγή σας να εξορυχθεί ταχύτερα. Αποστολή ETH = `21000`. Αποστολή μαρκών = ~`200000`.'), _defineProperty(_el$data, 'NONCE_Desc', 'Το nonce είναι ο αριθμός των συναλλαγών που αποστέλλονται από δεδομένη διεύθυνση. Εξασφαλίζει ότι οι συναλλαγές αποστέλλονται με τη σειρά και όχι περισσότερες από μία φορές.'), _defineProperty(_el$data, 'TXFEE_Desc', 'Το τέλος συναλλαγής πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Είναι το `όριο αερίου` * `τιμή αερίου`. [Μπορείτε να μετατρέψετε GWEI -> ETH εδώ](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_el$data, 'NAV_AddWallet', 'Προσθήκη πορτοφολιού '), _defineProperty(_el$data, 'NAV_BulkGenerate', 'Δημιουργία πολλών πορτοφολιών '), _defineProperty(_el$data, 'NAV_Contact', 'Επικοινωνία '), _defineProperty(_el$data, 'NAV_Contracts', 'Συμβόλαια '), _defineProperty(_el$data, 'NAV_DeployContract', 'Κατασκευή συμβολαίου '), _defineProperty(_el$data, 'NAV_ENS', 'ENS'), _defineProperty(_el$data, 'NAV_GenerateWallet_alt', 'Νέο πορτοφόλι '), _defineProperty(_el$data, 'NAV_GenerateWallet', 'Δημιουργία πορτοφολιού '), _defineProperty(_el$data, 'NAV_Help', 'Βοήθεια '), _defineProperty(_el$data, 'NAV_InteractContract', 'Αλληλεπίδραση με συμβόλαιο '), _defineProperty(_el$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_el$data, 'NAV_MyWallets', 'Τα πορτοφόλια μου '), _defineProperty(_el$data, 'NAV_Offline', 'Αποστολή εκτός σύνδεσης '), _defineProperty(_el$data, 'NAV_SendEther', 'Αποστολή αιθέρα και μαρκών '), _defineProperty(_el$data, 'NAV_SendTokens', 'Αποστολή μαρκών '), _defineProperty(_el$data, 'NAV_SignMsg', 'Υπογραφή μηνύματος '), _defineProperty(_el$data, 'NAV_Swap', 'Ανταλλαγή '), _defineProperty(_el$data, 'NAV_ViewWallet', 'Προβολή πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'NAV_YourWallets', 'Τα πορτοφόλια σας '), _defineProperty(_el$data, 'x_Access', 'Πρόσβαση '), _defineProperty(_el$data, 'x_AddessDesc', 'Η διεύθυνσή σας είναι επίσης γνωστή ως `αριθμός λογαριασμού` σας ή `δημόσιο κλειδί` σας. Είναι αυτό που κοινοποιείτε σε άλλους ανθρώπους ώστε να μπορούν να σας στείλουν αιθέρα ή μάρκες. Βρείτε το χρωματιστό εικονίδιο διεύθυνσης. Σιγουρευτείτε ότι ταιριάζει με το χάρτινο πορτοφόλι σας και όταν εισάγετε τη διεύθυνσή σας κάπου.'), _defineProperty(_el$data, 'x_Address', 'Η διεύθυνσή σας '), _defineProperty(_el$data, 'x_Cancel', 'Ακύρωση '), _defineProperty(_el$data, 'x_CSV', 'Αρχείο CSV (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Download', 'Λήψη '), _defineProperty(_el$data, 'x_Json', 'Αρχείο JSON (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_JsonDesc', 'Αυτή είναι η μη κρυπτογραφημένη, JSON μορφή του ιδιωτικού κλειδιού σας. Αυτό σημαίνει ότι δεν απαιτείται συνθηματικό όμως οποιοσδήποτε βρει το JSON σας έχει πρόσβαση στο πορτοφόλι και στον αιθέρα σας χωρίς συνθηματικό. '), _defineProperty(_el$data, 'x_Keystore', 'Αρχείο Keystore (UTC / JSON · Συνιστάται · Κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Keystore2', 'Αρχείο Keystore (UTC / JSON) '), _defineProperty(_el$data, 'x_KeystoreDesc', 'Αυτό το αρχείο Keystore έχει την ίδια μορφή που χρησιμοποιείται από το Mist ώστε να μπορείτε εύκολα να το εισάγετε στο μέλλον. Είναι το συνιστώμενο αρχείο για λήψη και δημιουργία αντιγράφου ασφαλείας. '), _defineProperty(_el$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_el$data, 'x_Mnemonic', 'Μνημονικό '), _defineProperty(_el$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_el$data, 'x_Password', 'Συνθηματικό '), _defineProperty(_el$data, 'x_Print', 'Εκτύπωση χάρτινου πορτοφολιού '), _defineProperty(_el$data, 'x_PrintDesc', 'Συμβουλή: Κάντε κλικ στο «Εκτύπωση και αποθήκευση ως PDF» ακόμη κι αν δεν έχετε εκτυπωτή! '), _defineProperty(_el$data, 'x_PrintShort', 'Εκτύπωση '), _defineProperty(_el$data, 'x_PrivKey', 'Ιδιωτικό κλειδί (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_PrivKey2', 'Ιδιωτικό κλειδί '), _defineProperty(_el$data, 'x_PrivKeyDesc', 'Αυτό το κείμενο είναι η μη κρυπτογραφημένη εκδοχή του ιδιωτικού κλειδιού σας που σημαίνει ότι δεν απαιτείται συνθηματικό. Στην περίπτωση που κάποιος βρει το μη κρυπτογραφημένο ιδιωτικό κλειδί σας, έχει πρόσβαση στο πορτοφόλι σας χωρίς συνθηματικό. Για αυτόν τον λόγο, συνήθως συνιστώνται οι κρυπτογραφημένες εκδοχές. '), _defineProperty(_el$data, 'x_Save', 'Αποθήκευση '), _defineProperty(_el$data, 'x_TXT', 'Αρχείο TXT (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Wallet', 'Πορτοφόλι '), _defineProperty(_el$data, 'MEW_Warning_1', 'Πάντα να ελέγχετε την διεύθυνση URL προτού μπείτε στο πορτοφόλι σας ή δημιουργήσετε καινούριο πορτοφόλι. Προσοχή στις σελίδες ηλεκτρονικού ψαρέματος! '), _defineProperty(_el$data, 'CX_Warning_1', 'Σιγουρευτείτε ότι έχετε **εξωτερικά αντίγραφα ασφαλείας** όλων των πορτοφολιών που αποθηκεύετε εδώ. Μπορούν να συμβούν διάφορα που θα προκαλούσαν απώλεια των δεδομένων σας σε αυτήν την επέκταση Chrome, συμπεριλαμβανομένης απεγκατάστασης και επανεγκατάστασης της επέκτασης. Αυτή η επέκταση είναι ένας τρόπος εύκολης πρόσβασης στα πορτοφόλια σας και **όχι** ένας τρόπος να δημηιουργήσετε αντίγραφα ασφαλείας τους. '), _defineProperty(_el$data, 'MEW_Tagline', 'Ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'CX_Tagline', 'Επέκταση Chrome για ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'FOOTER_1', 'Ένα εργαλείο ανοιχτού κώδικα, javascript, από πλευράς πελάτη για τη δημιουργία πορτοφολιών Ethereum & αποστολή συναλλαγών. '), _defineProperty(_el$data, 'FOOTER_1b', 'Δημιουργήθηκε από '), _defineProperty(_el$data, 'FOOTER_2', 'Εκτιμούμε πολύ τις δωρεές σας: '), _defineProperty(_el$data, 'FOOTER_3', 'Δημιουργία πορτοφολιών από πλευράς πελάτη από '), _defineProperty(_el$data, 'FOOTER_4', 'Αποποίηση '), _defineProperty(_el$data, 'sidebar_AccountInfo', 'Πληροφορίες λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountAddr', 'Διεύθυνση λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountBal', 'Υπόλοιπο λογαριασμού '), _defineProperty(_el$data, 'sidebar_TokenBal', 'Υπόλοιπο μαρκών '), _defineProperty(_el$data, 'sidebar_Equiv', 'Ισότιμες αξίες '), _defineProperty(_el$data, 'sidebar_TransHistory', 'Ιστορικό συναλλαγών '), _defineProperty(_el$data, 'sidebar_donation', 'Το MyEtherWallet είναι μία δωρεάν υπηρεσία ανοιχτού κώδικα αφοσιωμένη στην ιδιωτικότητα και την ασφάλεια σας. Όσο περισσότερες δωρεές λαμβάνουμε, τόσο περισσότερο χρόνο αφιερώνουμε στη δημιουργία νέων χαρακτηριστικών καθώς και την αξιολόγηση και εφαρμογή όσων μας προτείνετε. Είμαστε απλά δύο άνθρωποι που προσπαθούν να αλλάξουν τον κόσμο. Θα μας βοηθήσετε; '), _defineProperty(_el$data, 'sidebar_donate', 'Δωρεά '), _defineProperty(_el$data, 'sidebar_thanks', 'ΣΑΣ ΕΥΧΑΡΙΣΤΟΥΜΕ!!! '), _defineProperty(_el$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_el$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_el$data, 'decrypt_Access', 'Πώς θα θέλατε να έχετε πρόσβαση στο πορτοφόλι σας; '), _defineProperty(_el$data, 'decrypt_Title', 'Επιλέξτε τη μορφή του ιδιωτικού κλειδιού σας: '), _defineProperty(_el$data, 'decrypt_Select', 'Επιλέξτε πορτοφόλι: '), _defineProperty(_el$data, 'ADD_Label_1', 'Τι θα θέλατε να κάνετε; '), _defineProperty(_el$data, 'ADD_Radio_1', 'Δημιουργία νέου πορτοφολιού '), _defineProperty(_el$data, 'ADD_Radio_2', 'Επιλέξτε το αρχείο πορτοφολιού σας (Keystore / JSON) '), _defineProperty(_el$data, 'ADD_Radio_2_alt', 'Επιλέξτε το αρχείο πορτοφολιού σας '), _defineProperty(_el$data, 'ADD_Radio_2_short', 'ΕΠΙΛΕΞΤΕ ΑΡΧΕΙΟ ΠΟΡΤΟΦΟΛΙΟΥ... '), _defineProperty(_el$data, 'ADD_Radio_3', 'Επικολλήστε/πληκτρολογήστε το ιδιωτικό κλειδί σας '), _defineProperty(_el$data, 'ADD_Radio_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Radio_5', 'Επικολλήστε/πληκτρολογήστε το μνημονικό σας '), _defineProperty(_el$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_el$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_el$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_el$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_el$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_el$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_el$data, 'ADD_Label_2', 'Δημιουργία ψευδωνύμου: '), _defineProperty(_el$data, 'ADD_Label_3', 'Το πορτοφόλι σας είναι κρυπτογραφημένο. Παρακαλούμε εισαγάγετε το συνθηματικό '), _defineProperty(_el$data, 'ADD_Label_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Warning_1', 'Μπορείτε να προσθέσετε ένα λογαριασμό προς «παρακολούθηση» στην καρτέλα πορτοφολιών χωρίς να ανεβάσετε ιδιωτικό κλειδί. Αυτό ** δεν ** σημαίνει ότι έχετε πρόσβαση στο πορτοφόλι, ούτε ότι μπορείτε να μεταφέρετε αιθέρα από αυτό. '), _defineProperty(_el$data, 'ADD_Label_5', 'Εισαγάγετε τη διεύθυνση '), _defineProperty(_el$data, 'ADD_Label_6', 'Ξεκλειδώστε το πορτοφόλι σας '), _defineProperty(_el$data, 'ADD_Label_6_short', 'Ξεκλείδωμα '), _defineProperty(_el$data, 'ADD_Label_7', 'Προσθήκη λογαριασμού '), _defineProperty(_el$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_el$data, 'GEN_desc', 'Αν επιθυμείτε να δημιουργήσετε πολλά πορτοφόλια, μπορείτε να το κάνετε εδώ: '), _defineProperty(_el$data, 'GEN_Label_1', 'Εισαγάγετε ισχυρό συνθηματικό (τουλάχιστον 9 χαρακτήρες) '), _defineProperty(_el$data, 'GEN_Placeholder_1', 'ΜΗΝ ξεχάσετε να το αποθηκεύσετε! '), _defineProperty(_el$data, 'GEN_SuccessMsg', 'Επιτυχία! Το πορτοφόλι σας δημιουργήθηκε. '), _defineProperty(_el$data, 'GEN_Label_2', 'Αποθηκεύστε το αρχέιο keystore/JSON ή το ιδιωτικό κλειδί. Μην ξεχάσετε το παραπάνω συνθηματικό. '), _defineProperty(_el$data, 'GEN_Label_3', 'Αποθηκεύστε τη διεύθυνση σας. '), _defineProperty(_el$data, 'GEN_Label_4', 'Εκτυπώστε το χάρτινο πορτοφόλι σας ή αποθηκεύστε την εκδοχή με κώδικα QR. (προαιρετικό) '), _defineProperty(_el$data, 'BULK_Label_1', 'Αριθμός πορτοφολιών για δημιουργία '), _defineProperty(_el$data, 'BULK_Label_2', 'Δημιουργία πορτοφολιών '), _defineProperty(_el$data, 'BULK_SuccessMsg', 'Επιτυχία! Τα πορτοφόλια σας δημιουργήθηκαν. '), _defineProperty(_el$data, 'SEND_addr', 'Προς διεύθυνση '), _defineProperty(_el$data, 'SEND_amount', 'Ποσό για αποστολή '), _defineProperty(_el$data, 'SEND_amount_short', 'Ποσό '), _defineProperty(_el$data, 'SEND_custom', 'Custom '), _defineProperty(_el$data, 'SEND_gas', 'Αέριο '), _defineProperty(_el$data, 'SEND_generate', 'Δημιουργία υπογεγραμμένης συναλλαγής '), _defineProperty(_el$data, 'SEND_raw', 'Ακατέργαστη συναλλαγή '), _defineProperty(_el$data, 'SEND_signed', 'Υπογεγραμμένη συναλλαγή '), _defineProperty(_el$data, 'SEND_trans', 'Αποστολή συναλλαγής '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά συνολικού διαθέσιμου υπολοίπου '), _defineProperty(_el$data, 'SEND_custom', 'Προσθήκη προσαρμοσμένης μάρκας '), _defineProperty(_el$data, 'SENDModal_Title', 'Προσοχή! '), _defineProperty(_el$data, 'SENDModal_Content_1', 'Πρόκειται να στείλετε '), _defineProperty(_el$data, 'SENDModal_Content_2', 'στη διεύθυνση '), _defineProperty(_el$data, 'SENDModal_Content_3', 'Είστε σίγουροι ότι θέλετε να το κάνετε; '), _defineProperty(_el$data, 'SENDModal_Content_4', 'ΣΗΜΕΙΩΣΗ: Αν αντιμετωπίσετε σφάλμα, το πιο πιθανό είναι να χρειάζεται να προσθέσετε αιθέρα στο λογαριασμό σας για να καλύψετε το κόστος αερίου για την αποστολή μαρκών. Το αέριο πληρώνεται σε αιθέρα. '), _defineProperty(_el$data, 'SENDModal_No', 'Όχι, θέλω να φύγω από εδώ! '), _defineProperty(_el$data, 'SENDModal_Yes', 'Ναι, είμαι σίγουρος/η! Εκτελέστε την συναλλαγή. '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά όλου του υπάρχοντος υπολοίπου '), _defineProperty(_el$data, 'TOKEN_Addr', 'Token Contract Διεύθυνση '), _defineProperty(_el$data, 'TOKEN_Symbol', 'Σύμβολο μάρκας '), _defineProperty(_el$data, 'TOKEN_Dec', 'Δεκαδικά '), _defineProperty(_el$data, 'TOKEN_hide', 'Απόκρυψη μαρκών '), _defineProperty(_el$data, 'TOKEN_show', 'Εμφάνιση όλων των μαρκών '), _defineProperty(_el$data, 'TRANS_desc', 'Άν επιθυμείτε να στείλετε μάρκες, παρακαλούμε χρησιμοποιήστε τη σελίδα «Αποστολή μαρκών». '), _defineProperty(_el$data, 'TRANS_warning', 'Άν χρησιμοποιείτε τις λειτουργίες «Μόνο ETH» ή «Μόνο ETC», η αποστολή γίνεται μέσω συμβολαίων. Ορισμένες υπηρεσίες παρουσιάζουν προβλήματα με την αποδοχή τέτοιων συναλλαγών. Διαβάστε περισσότερα. '), _defineProperty(_el$data, 'TRANS_advanced', '+Για προχωρημένους: Προσθήκη δεδομένων '), _defineProperty(_el$data, 'TRANS_data', 'Δεδομένα '), _defineProperty(_el$data, 'TRANS_gas', 'Όριο αερίου '), _defineProperty(_el$data, 'TRANS_sendInfo', 'Μία τυπική συναλλαγή που χρησιμοποιεί 21000 μονάδες αερίου θα κοστίσει 0,000441 ETH. Χρησιμοποιούμε για τιμή αερίου 0.000000021 ETH που είναι λίγο πάνω απο την ελάχιστη ώστε να διασφαλίσουμε ότι θα επικυρωθεί γρήγορα. Δεν παίρνουμε προμήθεια για τη συναλλαγή. '), _defineProperty(_el$data, 'TRANSModal_Title', 'Συναλλαγές «Μόνο ETH» και «Μόνο ETC» '), _defineProperty(_el$data, 'TRANSModal_Content_0', 'Μια σημείωση για τις διάφορετικές συναλλαγές και διαφορετικές υπηρεσίες συναλλαγών: '), _defineProperty(_el$data, 'TRANSModal_Content_1', '**ETH (τυπική συναλλαγή): ** Αυτό παράγει μια προεπιλεγμένη συναλλαγή απευθείας από μια διεύθυνση σε μία άλλη. Έχει προεπιλεγμένο αέριο 21000. Είναι πιθανόν ότι κάθε ETH που αποστέλλεται μέσω αυτής της μεθόδου θα επαναληφθεί στην αλυσίδα ETC. '), _defineProperty(_el$data, 'TRANSModal_Content_2', '**Μόνο ETH: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETH**. '), _defineProperty(_el$data, 'TRANSModal_Content_3', '**Μόνο ETC: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETC**. '), _defineProperty(_el$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Αποστέλλετε μόνο με τυπική συναλλαγή. Αν στείλετε με τα συμβόλαια «Μόνο», θα χρειαστεί να έρθετε σε επαφή με το προσωπικό υποστήριξής τους ώστε να σας βοηθήσουν με χειροκίνητη μεταφορά υπολοίπων ή επιστροφή χρημάτων.[Μπορείτε επίσης να δοκιμάσετε το εργαλείο «διαχωρισμού» του Shapeshift](https://split.shapeshift.io/) '), _defineProperty(_el$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Δεν υπάρχουν γνωστά προβλήματα. Αποστέλλετε με οποιαδήποτε μέθοδο. '), _defineProperty(_el$data, 'TRANSModal_Yes', 'Τέλεια, το κατάλαβα. '), _defineProperty(_el$data, 'TRANSModal_No', 'Ωχ, μπερδεύτηκα ακόμη περισσότερο. Βοηθήστε με. '), _defineProperty(_el$data, 'OFFLINE_Title', 'Δημιουργία και αποστολή συναλλαγής εκτός σύνδεσης '), _defineProperty(_el$data, 'OFFLINE_Desc', 'Η δημιουργία συναλλαγών εκτός σύνδεσης μπορεί να γίνει σε τρία βήματα. Θα προβείτε στα βήματα 1 και 3 σε έναν συνδεδεμένο υπολογιστή και το βήμα 2 σε έναν εκτός σύνδεσης/αποκομμένο υπολογιστή. Αυτό εξασφαλίζει ότι τα ιδιωτικά κλειδιά σας δεν έρχονται σε επαφή με συσκευή συνδεδεμένη στο Διαδίκτυο. '), _defineProperty(_el$data, 'OFFLLINE_Step1_Title', 'Βήμα 1: Δημιουργία πληροφοριών (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step1_Button', 'Δημιουργία πληροφοριών '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_1', 'Από διεύθυνση: '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_2', 'Σημείωση: Αυτή είναι η διεύθυνση ΑΠΟΣΤΟΛΕΑ, ΟΧΙ η διεύθυνση. Το nonce δημιουργείται από το λογαριασμό προέλευσης. Αν χρησιμοποιείτε αποκομμένο υπολογιστή, πρόκειται για την διεύθυνση του λογαριασμού σε ψυχρή αποθήκευση. '), _defineProperty(_el$data, 'OFFLINE_Step2_Title', 'Βήμα 2: Δημιουργία συναλλαγής (υπολογιστής εκτός σύνδεσης) '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_1', 'Προς διεύθυνση '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_2', 'Αξία / ποσό για αποστολή '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3', 'Τιμή αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3b', 'Εμφανίστηκε στο Βήμα 1 στο συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4', 'Όριο αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4b', '21000 είναι το προεπιλεγμένο όριο αερίου. Όταν αποστέλλετε συμβόλαια ή πρόσθετα δεδομένα, αυτό ίσως πρέπει να είναι διαφορετικό. Τυχόν αχρησιμοποιήτο αέριο θα σας επιστραφεί. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5b', 'Εμφανίστηκε στο Βήμα 1 στον συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6', 'Δεδομένα '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6b', 'Αυτό είναι προαιρετικό. Δεδομένα χρησιμοποιούνται συνήθως όταν αποστέλλονται συναλλαγές σε συμβόλαια. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_7', 'Εισαγωγή / επιλογή του ιδιωτικού κλειδιού / JSON. '), _defineProperty(_el$data, 'OFFLINE_Step3_Title', 'Βήμα 3: Δημοσίευση συναλλαγής (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step3_Label_1', 'Επικολλήστε την υπογεγραμμένη συναλλαγή εδώ και πατήστε το κουμπί «ΑΠΟΣΤΟΛΗ ΣΥΝΑΛΛΑΓΗΣ». '), _defineProperty(_el$data, 'MYWAL_Nick', 'Ψευδώνυμο πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Address', 'Διεύθυνση πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Bal', 'Υπόλοιπο '), _defineProperty(_el$data, 'MYWAL_Edit', 'Επεξεργασία '), _defineProperty(_el$data, 'MYWAL_View', 'Προβολή '), _defineProperty(_el$data, 'MYWAL_Remove', 'Αφαίρεση '), _defineProperty(_el$data, 'MYWAL_RemoveWal', 'Αφαίρεση πορτοφολιού: '), _defineProperty(_el$data, 'MYWAL_WatchOnly', 'Οι λογαρισμοί μόνο-προς-παρακολούθηση '), _defineProperty(_el$data, 'MYWAL_Viewing', 'Προβάλλεται το πορτοφόλι '), _defineProperty(_el$data, 'MYWAL_Hide', 'Απόκρυψη πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Edit_2', 'Επεξεργασία πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Name', 'Όνομα πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Content_1', 'Προσοχή! Πρόκειται να αφαιρέσετε το πορτοφόλι σας. '), _defineProperty(_el$data, 'MYWAL_Content_2', 'Σιγουρευτείτε ότι έχετε **αποθηκεύσει το αρχείο keystore/JSON και το συνθηματικό** του πορτοφολιού αυτού πριν το αφαιρέσετε. '), _defineProperty(_el$data, 'MYWAL_Content_3', 'Αν θέλετε να χρησιμοποιήσετε το πορτοφόλι αυτό με το MyEtherWalletCX στο μέλλον, θα χρειαστεί να το ξαναπροσθέσετε χειροκίνητα χρησιμοποιώντας το ιδιωτικό κλειδί/JSON και το συνθηματικό. '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. Ίσως επιθυμείτε να το κάνετε προκειμένου να [εισαγάγετε το λογαριασμό σας στο Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Αν επιθυμείτε να ελέγξετε το υπόλοιπό σας, συνιστούμε να χρησιμοποιήσετε ένα εργαλείο εξερεύνησης blockchain όπως το [etherscan.io](https://etherscan.io/). '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle_Short', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_SuccessMsg', 'Επιτυχία! Εδώ είναι οι πληροφορίες για το πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_el$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_el$data, 'CX_error_1', 'Δεν έχετε αποθηκευμένα πορτοφόλια. Κάντε κλικ στο [«Προσθήκη πορτοφολιού»](/cx-wallet.html#add-wallet) για να προσθεσετε ένα! '), _defineProperty(_el$data, 'CX_quicksend', 'Ταχυ-αποστολή '), _defineProperty(_el$data, 'NODE_Title', 'Εγκαταστήστε τον προσαρμοσμένο κόμβο σας'), _defineProperty(_el$data, 'NODE_Subtitle', 'Για να συνδεθείτε σε έναν τοπικό κόμβο...'), _defineProperty(_el$data, 'NODE_Warning', 'Ο κόμβος σας πρέπει να είναι HTTPS για να συνδεθείτε σε αυτόν μέσω του MyEtherWallet.com. Μπορείτε να [κατεβάσετε το αποθετήριο MyEtherWallet και να το εκτελέσετε τοπικά](https://github.com/kvhnuke/etherwallet/releases/latest) για να συνδεθείτε σε οποιονδήποτε κόμβο. Ή, αποκτήστε ένα δωρεάν πιστοποιητικό SSL μέσω του [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_el$data, 'NODE_Name', 'Όνομα κόμβου'), _defineProperty(_el$data, 'NODE_Port', 'Θύρα κόμβου'), _defineProperty(_el$data, 'NODE_CTA', 'Αποθήκευση & χρήση προσαρμοσμένου κόμβου'), _defineProperty(_el$data, 'CONTRACT_Title', 'Διεύθυνση συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Title_2', 'Επιλογή υπάρχοντος συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Json', 'Διεπαφή ABI / JSON '), _defineProperty(_el$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_el$data, 'CONTRACT_Interact_CTA', 'Επιλογή λειτουργίας '), _defineProperty(_el$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_el$data, 'CONTRACT_Read', 'READ '), _defineProperty(_el$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_el$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_el$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_el$data, 'DEP_signtx', 'Υπογραφή συναλλαγής '), _defineProperty(_el$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_el$data, 'SWAP_rates', "Τρέχουσες ισοτιμίες "), _defineProperty(_el$data, 'SWAP_init_1', "Θέλω να ανταλλάξω "), _defineProperty(_el$data, 'SWAP_init_2', " με "), _defineProperty(_el$data, 'SWAP_init_CTA', "Συνέχεια "), _defineProperty(_el$data, 'SWAP_information', "Τα στοιχεία σας "), _defineProperty(_el$data, 'SWAP_send_amt', "Ποσό που να αποσταλεί "), _defineProperty(_el$data, 'SWAP_rec_amt', "Ποσό που να ληφθεί "), _defineProperty(_el$data, 'SWAP_your_rate', "Η ισοτιμία σας "), _defineProperty(_el$data, 'SWAP_rec_add', "Η διεύθυνση λήψης σας "), _defineProperty(_el$data, 'SWAP_start_CTA', "Έναρξη ανταλλαγής "), _defineProperty(_el$data, 'SWAP_ref_num', "Ο αριθμός αναφοράς σας "), _defineProperty(_el$data, 'SWAP_time', "Υπολειπόμενος χρόνος για την αποστολή "), _defineProperty(_el$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_el$data, 'SWAP_progress_1', "Η εντολή ξεκίνησε "), _defineProperty(_el$data, 'SWAP_progress_2', "Εν αναμονή για "), _defineProperty(_el$data, 'SWAP_progress_3', "Ελήφθησαν! "), _defineProperty(_el$data, 'SWAP_progress_4', "Γίνεται αποστολή {{orderResult.output.currency}} "), _defineProperty(_el$data, 'SWAP_progress_5', "Η εντολή ολοκληρώθηκε "), _defineProperty(_el$data, 'SWAP_order_CTA', "Παρακαλούμε στείλτε "), _defineProperty(_el$data, 'SWAP_unlock', "Ξεκλειδώστε το πορτοφόλι σας για να στείλετε ETH ή μάρκες απευθείας από αυτήν τη σελίδα. "), _defineProperty(_el$data, 'MSG_message', 'Μήνυμα '), _defineProperty(_el$data, 'MSG_date', 'Δεδομένα '), _defineProperty(_el$data, 'MSG_signature', 'Υπογραφή '), _defineProperty(_el$data, 'MSG_verify', 'Επαλήθευση μηνύματος '), _defineProperty(_el$data, 'MSG_info1', 'Συμπεριλάβετε την τρέχουσα ημερομηνία ώστε η υπογραφή να μην μπορεί να επαχρησιμοποιηθεί σε διαφορετική ημερομηνία. '), _defineProperty(_el$data, 'MSG_info2', 'Συμπεριλάβετε το ψευδώνυμό σας και το πού χρησιμοποιείτε αυτό το ψευδώνυμο ώστε να μην μπορεί να το χρησιμοποιήσει κάποιος άλλος. '), _defineProperty(_el$data, 'MSG_info3', 'Συμπεριλάβετε έναν συγκεκριμένο λόγο για το μήνυμα, ώστε να μην μπορεί να επαναχρησιμοποιηθεί για διαφορετικό σκοπό. '), _defineProperty(_el$data, 'MNEM_1', 'Παρακαλούμε, επιλέξτε την διεύθυνση με την οποία θα θέλατε να αλληλεπιδράσετε. '), _defineProperty(_el$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_el$data, 'MNEM_more', 'Περισσότερες διευθύνσεις '), _defineProperty(_el$data, 'MNEM_prev', 'Προηγούμενες διευθύνσεις '), _defineProperty(_el$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_el$data, 'ADD_Ledger_1', 'Συνδέστε το Ledger Wallet σας '), _defineProperty(_el$data, 'ADD_Ledger_2', 'Ανοίξτε την εφαρμογή Ethereum (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Exp', 'Ανοίξτε την εφαρμογή Expanse (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Ubq', 'Ανοίξτε την εφαρμογή Ubiq (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_3', 'Βεβαιωθείτε ότι η υποστήριξη περιηγητή είναι ενεργοποιημένη στις ρυθμίσεις '), _defineProperty(_el$data, 'ADD_Ledger_4', 'Εάν δεν υπάρχει υποστήριξη περιηγητή στις ρυθμίσεις, βεβαιωθείτε ότι έχετε [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_el$data, 'ADD_Ledger_0a', 'Ξανα-ανοίξτε το MyEtherWallet σε ασφαλή (SSL) σύνδεση '), _defineProperty(_el$data, 'ADD_Ledger_0b', 'Ξανα-ανοίξτε το MyEtherWallet χρησιμοποιώντας το [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Ledger_scan', 'Συνδεθείτε στο Ledger Wallet '), _defineProperty(_el$data, 'ADD_MetaMask', 'Συνδεθείτε στο MetaMask '), _defineProperty(_el$data, 'x_Trezor', 'TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Συνδεθείτε στο TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'Αυτός είναι σπόρος του TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_el$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_el$data, 'ERROR_0', 'Παρακαλούμε εισαγάγετε έγκυρο ποσό. '), _defineProperty(_el$data, 'ERROR_1', 'Το συνθηματικό σας πρέπει να αποτελείται απο τουλάχιστον 9 χαρακτήρες. Παρακαλούμε σιγουρευτείτε ότι είναι ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'ERROR_2', 'Λυπούμαστε! Δεν αναγνωρίζουμε αυτού του είδους αρχεία πορτοφολιού '), _defineProperty(_el$data, 'ERROR_3', 'Αυτό δεν είναι έγκυρο αρχείο πορτοφολιού. '), _defineProperty(_el$data, 'ERROR_4', 'Αυτή η μονάδα δεν υπάρχει, παρακαλούμε χρησιμοποιήστε μία απο τις ακόλουθες μονάδες: '), _defineProperty(_el$data, 'ERROR_5', 'Λάθος διεύθυνση. '), _defineProperty(_el$data, 'ERROR_6', 'Λάθος συνθηματικό. '), _defineProperty(_el$data, 'ERROR_7', 'Λάθος ποσό. (Πρέπει να είναι ακέραιος. Δοκιμάστε 0-18). '), _defineProperty(_el$data, 'ERROR_8', 'Λάθος όριο αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 21000-4000000). '), _defineProperty(_el$data, 'ERROR_9', 'Λάθος τιμή δεδομένων. (Πρέπει να είναι δεκαεξαδικός). '), _defineProperty(_el$data, 'ERROR_10', 'Λάθος ποσό αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 20 GWEI / 20000000000 WEI.) '), _defineProperty(_el$data, 'ERROR_11', 'Λάθος nonce. (Πρέπει να είναι ακέραιος). '), _defineProperty(_el$data, 'ERROR_12', 'Λάθος υπογεγραμμένη συναλλαγή. '), _defineProperty(_el$data, 'ERROR_13', 'Υπάρχει ήδη πορτοφόλι με αυτό το ψευδώνυμο. '), _defineProperty(_el$data, 'ERROR_14', 'Δεν βρέθηκε πορτοφόλι. '), _defineProperty(_el$data, 'ERROR_15', 'Φαίνεται να μην υπάρχει ακόμη πρόταση με αυτό το αναγνωριστικό ή υπήρξε σφάλμα κατά την ανάγνωση της πρότασης αυτής. '), _defineProperty(_el$data, 'ERROR_16', 'Υπάρχει ήδη αποθηκευμένο πορτοφόλι με αυτήν τη διεύθυνση. Παρακαλούμε ελέγξτε τη σελίδα πορτοφολιών σας. '), _defineProperty(_el$data, 'ERROR_17', 'Ο λογαριασμός από τον οποίο στέλνετε δεν έχει αρκετά κεφάλαια. Εάν στέλνετε μάρκες, πρέπει να έχετε 0.01 ETH στο λογαριασμό σας για να καλύψετε το κόστος του αερίου. '), _defineProperty(_el$data, 'ERROR_18', 'Όλο το αέριο θα είχε δαπανηθεί στη συναλλαγή αυτή. Αυτό σημαίνει ότι έχετε ήδη ψηφίσει στην πρόταση αυτήν ή ότι η περίοδος συζήτησης έχει λήξει. '), _defineProperty(_el$data, 'ERROR_19', 'Λάθος σύμβολο '), _defineProperty(_el$data, 'ERROR_20', 'Μη έγκυρη μάρκα ERC-20'), _defineProperty(_el$data, 'ERROR_21', 'Δεν ήταν δυνατή η εκτίμηση του αερίου. Δεν υπάρχουν αρκετά κεφάλαια στο λογαριασμό ή η διεύθυνση λήψης του συμβολαίου θα έβγαλε κάποιο λάθος. Μη διστάσετε να καθορίσετε το αέριο με το χέρι και να συνεχίσετε. Το μήνυμα σφάλματος κατά την αποστολή μπορεί να είναι πιο ενημερωτικό.'), _defineProperty(_el$data, 'ERROR_22', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα κόμβου'), _defineProperty(_el$data, 'ERROR_23', 'Παρακαλούμε εισαγάγετε έγκυρη διεύθυνση URL. Αν είστε σε https, η διεύθυνση URL σας πρέπει να είναι https'), _defineProperty(_el$data, 'ERROR_24', 'Παρακαλούμε εισαγάγετε έγκυρη θύρα. '), _defineProperty(_el$data, 'ERROR_25', 'Παρακαλούμε εισαγάγετε έγκυρο αναγνωριστικό αλυσίδας. '), _defineProperty(_el$data, 'ERROR_26', 'Παρακαλούμε εισαγάγετε έγκυρο ABI. '), _defineProperty(_el$data, 'ERROR_27', 'Ελάχιστο ποσό: 0.01. Μέγιστο ποσό: '), _defineProperty(_el$data, 'ERROR_28', 'Προκειμένου να έχετε πρόσβαση σε αυτό το πορτοφόλι στο μέλλον **είναι απαραίτητο το αρχείο Keystore/JSON & το συνθηματικό ή το ιδιωτικό κλειδί σας**. Παρακαλούμε κρατήστε ένα εξωτερικό αντίγραφο ασφαλείας! Δεν υπάρχει τρόπος ανάκτησης ενός πορτοφολιού άν δεν το αποθηκεύσετε. Διαβάστε τη σελίδα [βοήθειας](https://www.myetherwallet.com/#help) για οδηγίες. '), _defineProperty(_el$data, 'ERROR_29', 'Παρακαλούμε εισαγάγετε έγκυρο χρήστη και συνθηματικό '), _defineProperty(_el$data, 'ERROR_30', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα (7+ χαρακτήρες, περιορισμένα σημεία στίξης) '), _defineProperty(_el$data, 'ERROR_31', 'Παρακαλούμε εισαγάγετε έγκυρη μυστική φράση. '), _defineProperty(_el$data, 'ERROR_32', 'Δεν ήταν δυνατή η σύνδεση στον κόμβο. Ανανεώστε τη σελίδα σας, δοκιμάστε κάποιον διαφορετικό κόμβο (πάνω δεξιά γωνία), ελέγξτε τις ρυθμίσεις του τείχους προστασίας. Εάν πρόκειται για προσαρμοσμένο κόμβο, ελέγξτε τις διαμορφώσεις σας.'), _defineProperty(_el$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_el$data, 'ERROR_34', 'Το όνομα που προσπαθείτε να αποκαλύψετε δεν ταιριάζει με το όνομα που έχετε εισαγάγει. '), _defineProperty(_el$data, 'ERROR_35', 'Η διεύθυνση εισόδου δεν περιέχει άθροισμα ελέγχου. Περισσότερες πληροφορίες'), _defineProperty(_el$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_el$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_el$data, 'SUCCESS_1', 'Έγκυρη διεύθυνση '), _defineProperty(_el$data, 'SUCCESS_2', 'Το πορτοφόλι αποκρυπτογραφήθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_3', 'Η συναλλαγή σας έχει μεταδοθεί στο δίκτυο. Αναμένει να εξορυχθεί και να επιβεβαιωθεί. Κατά τη διάρκεια ενός ICO, μπορεί να χρειαστούν 3+ ώρες για επιβεβαίωση. Χρησιμοποιήστε τα κουμπιά επαλήθευσης και ελέγχου παρακάτω για να δείτε. Hash συναλλαγής: '), _defineProperty(_el$data, 'SUCCESS_4', 'Το πορτοφόλι σας προστέθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_5', 'Επιλέχθηκε αρχείο '), _defineProperty(_el$data, 'SUCCESS_6', 'Συνδεθήκατε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_7', 'Η υπογραφή του μηνύματος επαληθεύτηκε'), _defineProperty(_el$data, 'GETH_InvalidSender', 'Μη έγκυρος αποστολέας '), _defineProperty(_el$data, 'GETH_Nonce', 'Το nonce είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_Cheap', 'Η τιμή αερίου είναι πολύ χαμηλή για να γίνει αποδεκτή '), _defineProperty(_el$data, 'GETH_Balance', 'Μη επαρκές υπόλοιπο '), _defineProperty(_el$data, 'GETH_NonExistentAccount', 'Ο λογαριασμός δεν υπάρχει ή το υπόλοιπο του λογαριασμού είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_InsufficientFunds', 'Μη επαρκή κεφάλαια για αέριο * τιμή + αξία '), _defineProperty(_el$data, 'GETH_IntrinsicGas', 'Το εγγενές αέριο είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_GasLimit', 'Υπερβαίνει το όριο αερίου του μπλοκ '), _defineProperty(_el$data, 'GETH_NegativeValue', 'Αρνητική αξία '), _defineProperty(_el$data, 'PARITY_AlreadyImported', "Έχει ήδη εισαχθεί συναλλαγή με το ίδιο hash."), _defineProperty(_el$data, 'PARITY_Old', "Το nonce της συναλλαγής είναι πολύ χαμηλό. Δοκιμάστε να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_TooCheapToReplace', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Υπάρχει μια άλλη συναλλαγή με το ίδιο nonce στη σειρά προτεραιότητας. Δοκιμάστε να αυξήσετε το τέλος ή να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_LimitReached', "Υπάρχουν πολλές συναλλαγές στη σειρά προτεραιότητας. Η συναλλαγή σας απορρίφθηκε λόγω ορίου. Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientGasPrice', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Δεν ικανοποιεί το ελάχιστο τέλος του κόμβου σας (ελάχιστο: {}, δόθηκε: {}). Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientBalance', "Ανεπαρκή κεφάλαια. Ο λογαριασμός από τον οποίον προσπαθείτε να στείλετε συναλλαγή δεν έχει αρκετά κεφάλαια. Απαιτούνται {} και δόθηκαν: {}."), _defineProperty(_el$data, 'PARITY_GasLimitExceeded', "Το κόστος συναλλαγής υπερβαίνει το τρέχον όριο αερίου. Όριο: {}, δόθηκε: {}. Προσπαθήστε να μειώσετε το παρεχόμενο αέριο."), _defineProperty(_el$data, 'PARITY_InvalidGasLimit', "Το παρεχόμενο αέριο είναι πέρα από το όριο."), _defineProperty(_el$data, 'WARN_Send_Link', 'Έχετε φθάσει εδώ μέσω ενός συνδέσμου που έχει τη διεύθυνση, την αξία, το αέριο, τα πεδία δεδομένων ή τον τύπο συναλλαγής (τρόπο αποστολής) ήδη συμπληρωμένα για σας. Μπορείτε να αλλάξετε οποιοδήποτε στοιχείο πριν από την αποστολή. Ξεκλειδώστε το πορτοφόλι σας για να ξεκινήσετε. '), _defineProperty(_el$data, 'translate_version', '0.3 '), _defineProperty(_el$data, 'Translator_Desc', 'Ευχαριστούμε τους μεταφραστές μας '), _defineProperty(_el$data, 'TranslatorName_1', '[VitalikFanBoy#117](https://www.myetherwallet.com/?gaslimit=21000&to=0x245f27796a44d7e3d30654ed62850ff09ee85656&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_1', '0x245f27796a44d7e3d30654ed62850ff09ee85656 '), _defineProperty(_el$data, 'TranslatorName_2', 'LefterisJP · '), _defineProperty(_el$data, 'TranslatorAddr_2', ''), _defineProperty(_el$data, 'TranslatorName_3', '[Nikos Vavoulas](https://www.myetherwallet.com/?gaslimit=21000&to=0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_3', '0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2 '), _defineProperty(_el$data, 'TranslatorName_4', 'Ιωάννης Πρωτονοτάριος'), _defineProperty(_el$data, 'TranslatorAddr_4', ''), _defineProperty(_el$data, 'TranslatorName_5', ''), _defineProperty(_el$data, 'TranslatorAddr_5', ''), _defineProperty(_el$data, 'HELP_Warning', 'Εάν δημιουργήσατε πορτοφόλι -ή- κατεβάσατε το αποθετήριο πριν από τις **31 Δεκεμβρίου 2015**, παρακαλούμε ελέγξτε τα πορτοφόλια σας και κατεβάσετε μια νέα έκδοση του αποθετηρίου. Κάντε κλικ για λεπτομέρειες. '), _defineProperty(_el$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_el$data, 'HELP_Remind_Title', 'Κάποιες υπενθυμίσεις '), _defineProperty(_el$data, 'HELP_Remind_Desc_1', '**Τα Ethereum, MyEtherWallet.com & MyEtherWallet CX και μερικές από τις βασικές βιβλιοθήκες Javascript που χρησιμοποιούμε βρίσκονται υπό ενεργό ανάπτυξη.** Ενώ έχουμε κάνει διεξοδικές δοκιμές και έχουν δημιουργηθεί με επιτυχία δεκάδες χιλιάδες πορτοφόλια από άτομα σε όλον τον πλανήτη, υπάρχει πάντα η μικρή πιθανότητα να συμβεί κάτι απροσδόκητο που θα μπορούσε να προκαλέσει την απώλεια των ETH σας. Παρακαλούμε να μην επενδύετε περισσότερο από ό,τι είστε διατεθειμένοι να χάσετε και παρακαλούμε επίσης να προσέχετε. Αν κάτι συμβεί, θα λυπηθούμε, αλλά **δεν θα είμαστε υπεύθυνοι για τον χαμένο Αιθέρα**. '), _defineProperty(_el$data, 'HELP_Remind_Desc_2', 'Τα MyEtherWallet.com & MyEtherWallet CX δεν είναι «διαδικτυακά πορτοφόλια». Δεν δημιουργείτε κάποιον λογαριασμό ούτε μας δίνετε τον αιθέρα σας να σας τον φυλάξουμε. Όλα τα δεδομένα δεν φεύγουν από τον υπολογιστή/περιηγητή σας. Σας διευκολύνουμε να δημιουργείτε, να αποθηκεύετε και να έχετε πρόσβαση στις πληροφορίες σας και να αλληλεπιδράτε με το blockchain. '), _defineProperty(_el$data, 'HELP_Remind_Desc_3', 'Αν δεν αποθηκεύσετε το ιδιωτικό σας κλειδί και το συνθηματικό σας, δεν υπάρχει τρόπος να ανακτήσετε πρόσβαση στο πορτοφόλι σας ή στα κεφάλαια που κατέχει. Πάρτε αντίγραφα ασφαλείας σε πολλαπλές φυσικές τοποθεσίες – όχι μόνο στον υπολογιστή σας! '), _defineProperty(_el$data, 'HELP_0_Title', '0) Είμαι νέος χρήστης. Τι κάνω; '), _defineProperty(_el$data, 'HELP_0_Desc_1', 'Το MyEtherWallet σας δίνει την δυνατότητα να δημιουργήσετε νέα πορτοφόλια ώστε να μπορείτε να αποθηκεύσετε τον αιθέρα σας μόνοι σας, και όχι σε κάποιο ανταλλακτήριο. Αυτή η διαδικασία συμβαίνει εξ\'ολοκλήρου στον υπολογιστή σας, και όχι στους εξυπηρετητές μας. Για αυτό, όταν δημιουργείτε ένα νέο πορτοφόλι, **εσείς είστε υπεύθυνοι να κρατήσετε αντίγραφα ασφαλείας**. '), _defineProperty(_el$data, 'HELP_0_Desc_2', 'Δημιουργήστε ένα νέο πορτοφόλι. '), _defineProperty(_el$data, 'HELP_0_Desc_3', 'Κρατήστε αντίγραφο ασφαλείας ποτοφολιού. '), _defineProperty(_el$data, 'HELP_0_Desc_4', 'Επιβεβαιώστε ότι έχετε πρόσβαση στο νέο αυτό πορτοφόλι και ότι αποθηκεύσατε σωστά όλες τις απαραίτητες πληροφορίες. '), _defineProperty(_el$data, 'HELP_0_Desc_5', 'Μεταφέρετε αιθέρα στο νέο αυτό πορτοφόλι. '), _defineProperty(_el$data, 'HELP_1_Title', '1) Πώς φτιάχνω ένα νέο πορτοφόλι; '), _defineProperty(_el$data, 'HELP_1_Desc_1', 'Πηγαίνετε στη σελίδα «Δημιουργία πορτοφολιού». '), _defineProperty(_el$data, 'HELP_1_Desc_2', 'Πηγαίνετε στη σελίδα «Προσθήκη πορτοφολιού» & επιλέξτε «Δημιουργία νέου πορτοφολιού» '), _defineProperty(_el$data, 'HELP_1_Desc_3', 'Πληκτρολογήστε ένα ισχυρό συνθηματικό. Αν νομίζετε ότι μπορεί να το ξεχάσετε, αποθηκεύστε το κάπου που να είναι ασφαλές. Θα χρειαστείτε αυτό το συνθηματικό για τις εξερχόμενες συναλλαγές σας. '), _defineProperty(_el$data, 'HELP_1_Desc_4', 'Κάντε κλικ στο «ΔΗΜΙΟΥΡΓΙΑ». '), _defineProperty(_el$data, 'HELP_1_Desc_5', 'Το πορτοφόλι σας δημιουργήθηκε με επιτυχία. '), _defineProperty(_el$data, 'HELP_2a_Desc_1', 'Θα πρέπει πάντα να δημιουργείτε εξωτερικά αντίγραφα ασφαλείας του πορτοφολιού σας και σε πολλαπλές φυσικές τοποθεσίες - όπως σε μια μονάδα USB ή/και σε ένα κομμάτι χαρτί. '), _defineProperty(_el$data, 'HELP_2a_Desc_2', 'Αποθηκεύστε τη διεύθυνση. Μπορείτε να την κρατήσετε για τον εαυτό σας ή να τη μοιραστείτε με άλλους. Με αυτόν τον τρόπο, οι άλλοι μπορούν να μεταφέρουν αιθέρα σε εσάς. '), _defineProperty(_el$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_el$data, 'HELP_2a_Desc_4', 'Τοποθετήστε τη διεύθυνση, αντίγραφα του ιδιωτικού κλειδιού και το αρχείο PDF του χάρτινου πορτοφολιού σας σε ένα φάκελο. Αποθηκεύστε τον στον υπολογιστή σας και μια μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_5', 'Εκτυπώστε το πορτοφόλι εάν έχετε εκτυπωτή. Διαφορετικά, σημειώστε το ιδιωτικό σας κλειδί και τη διεύθυνση σε ένα κομμάτι χαρτί. Αποθηκεύστε το σε ασφαλή τοποθεσία, σε ξεχωριστό μέρος από τον υπολογιστή και τη μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_6', 'Λάβετε υπόψιν σας ότι στόχος είναι να αποτρέψετε την απώλεια των κλειδιών και του συνθηματικού από απώλεια ή βλάβη του σκληρού σας δίσκου, ή της μονάδας USB, ή του χαρτιού. Πρέπει επίσης να έχετε κατά νου τη φυσική απώλεια / καταστροφή μιας ολόκληρης περιοχής (σκεφτείτε πυρκαγιά ή πλημμύρα). '), _defineProperty(_el$data, 'HELP_2b_Title', '2β) Πώς μπορώ να έχω ασφάλεια / συναλλαγές εκτός σύνδεσης / ψυχρή αποθήκευση με το MyEtherWallet? '), _defineProperty(_el$data, 'HELP_2b_Desc_1', 'Πηγαίνετε στο [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_el$data, 'HELP_2b_Desc_2', 'Κάντε κλικ στο `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_el$data, 'HELP_2b_Desc_3', 'Μετακινήστε το zip σε έναν υπολογιστή απομονωμένο από το δίκτυο. '), _defineProperty(_el$data, 'HELP_2b_Desc_4', 'Αποσυμπιέστε το και κάντε διπλό κλικ στο `index.html`. '), _defineProperty(_el$data, 'HELP_2b_Desc_5', 'Δημιουργήστε ένα πορτοφόλι με ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'HELP_2b_Desc_6', 'Αποθηκεύστε τη διεύθυνση. Αποθηκεύστε πολλαπλά αντίγραφα του ιδιωτικού κλειδιού. Αποθηκεύστε το συνθηματικό εάν υπάρχει περίπτωση να μην το θυμάστε για πάντα. '), _defineProperty(_el$data, 'HELP_2b_Desc_7', 'Φυλάξτε αυτά τα χαρτιά / USB σε πολλαπλές και ξεχωριστές μεταξύ τους τοποθεσίες. '), _defineProperty(_el$data, 'HELP_2b_Desc_8', 'Πηγαίνετε στη σελίδα «Προβολή πληροφοριών πορτοφολιού» και πληκτρολογήστε το ιδιωτικό κλειδί / συνθηματικό σας για να βεβαιωθείτε ότι είναι σωστά και ότι έχετε πρόσβαση στο πορτοφόλι σας. Ελέγξτε ότι η διεύθυνση που σημειώσατε στο χαρτί είναι η ίδια. '), _defineProperty(_el$data, 'HELP_3_Title', '3) Πώς μπορώ να επαληθεύσω ότι έχω πρόσβαση στο νέο πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_3_Desc_1', '**Πριν στείλετε οποιοδήποτε ποσό Αιθέρα στο νέο σας πορτοφόλι**, πρέπει να βεβαιωθείτε ότι έχετε πρόσβαση σε αυτό. '), _defineProperty(_el$data, 'HELP_3_Desc_2', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_3', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού» του MyEtherWallet.com. '), _defineProperty(_el$data, 'HELP_3_Desc_4', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_5', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό σας. '), _defineProperty(_el$data, 'HELP_3_Desc_6', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_7', 'Τα στοιχεία του πορτοφολιού σας θα πρέπει να εμφανιστούν. Βρείτε τη διεύθυνση του λογαριασμού σας, δίπλα σε ένα πολύχρωμο κυκλικό εικονίδιο. Αυτό το εικονίδιο αντιπροσωπεύει οπτικά τη διεύθυνσή σας. Βεβαιωθείτε ότι η διεύθυνση είναι η διεύθυνση που έχετε αποθηκεύσει στο έγγραφο κειμένου και βρίσκεται στο χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_8', 'Αν σκοπεύετε να φυλάξετε μεγάλη ποσότητα αιθέρα, σας συνιστούμε να στείλετε πρώτα μια μικρή ποσότητα αιθέρα από το νέο πορτοφόλι πριν καταθέσετε κάποιο μεγάλο ποσό. Στείλτε 0.001 μονάδες αιθέρα στο νέο σας πορτοφόλι, αποκτήστε πρόσβαση στο πορτοφόλι, στείλτε τις 0.001 μονάδες αιθέρα σε άλλη διεύθυνση και βεβαιωθείτε ότι όλα λειτουργούν ομαλά. '), _defineProperty(_el$data, 'HELP_4_Title', '4) Πώς στέλνω Αιθέρα από ένα πορτοφόλι σε ένα άλλο; '), _defineProperty(_el$data, 'HELP_4_Desc_1', 'Αν σκοπεύετε να μετακινήσετε ένα μεγάλο ποσό αιθέρα, θα πρέπει πρώτα να δοκιμάσετε να στείλετε ένα μικρό ποσό στο πορτοφόλι σας για να διασφαλίσετε ότι όλα δουλεύουν όπως πρέπει. '), _defineProperty(_el$data, 'HELP_4_Desc_2', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4_Desc_3', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_4_Desc_4', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό. '), _defineProperty(_el$data, 'HELP_4_Desc_5', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_el$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_el$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_el$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_el$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_el$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_el$data, 'HELP_4CX_Desc_1', 'Πρώτα, πρέπει να προσθέσετε ένα πορτοφόλι. Άπαξ και το κάνετε αυτό έχετε δύο επιλογές: τη λειτουργία «QuickSend» από το εικονίδιο της επέκτασης στο Chrome ή από τη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_el$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_el$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_el$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_el$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_el$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_el$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_el$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_el$data, 'HELP_4CX_Desc_12', 'Using «Αποστολή αιθέρα και μαρκών» Page '), _defineProperty(_el$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_el$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_el$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_el$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_el$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_el$data, 'HELP_5CX_Title', '5) Πώς μπορώ να εγκαταστήσω αυτήν την επέκταση από το αποθετήριο αντί του Chrome Store; '), _defineProperty(_el$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_el$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_el$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_el$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_el$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_el$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_el$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_el$data, 'HELP_7_Title', '7) Πώς μπορώ να στείλω μάρκες και να προσθέσω προσαρμοσμένες μάρκες; '), _defineProperty(_el$data, 'HELP_7_Desc_0', 'Το [Ethplorer.io](https://ethplorer.io/) είναι ένας πολύ καλός τρόπος για να εξερευνήσετε τις διάφορες μάρκες και να βρείτε τα δεκαδικά ψηφία μιας μάρκας. '), _defineProperty(_el$data, 'HELP_7_Desc_1', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_7_Desc_2', 'Ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_7_Desc_3', 'Εισαγάγετε τη διεύθυνση στην οποία θέλετε να αποστείλετε στο πεδίο «Προς διεύθυνση:». '), _defineProperty(_el$data, 'HELP_7_Desc_4', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_5', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_6', 'Εάν δεν βλέπετε τη μάρκα στη λίστα: '), _defineProperty(_el$data, 'HELP_7_Desc_7', 'Κάντε κλικ στο «Προσαρμογή». '), _defineProperty(_el$data, 'HELP_7_Desc_8', 'Εισαγάγετε τη διεύθυνση, το όνομα και τα δεκαδικά ψηφία της μάρκας. Αυτά παρέχονται από τους δημιουργούς της μάρκας και είναι επίσης απαραίτητα όταν χρησιμοποιείτε την επιλογή «Add a Watch Token» στο Mist. '), _defineProperty(_el$data, 'HELP_7_Desc_9', 'Κάντε κλικ στο «Αποθήκευση». '), _defineProperty(_el$data, 'HELP_7_Desc_10', 'Μπορείτε τώρα να αποστείλετε αυτή τη μάρκα καθώς και να δείτε το υπόλοιπό της στην πλευρική στήλη. '), _defineProperty(_el$data, 'HELP_7_Desc_11', 'Κάντε κλικ στο «Δημιουργία συναλλαγής». '), _defineProperty(_el$data, 'HELP_7_Desc_12', 'Θα εμφανιστούν κάνα δυο ακόμα πεδία. Πρόκειται για τον περιηγητή σας που δημιουργεί τη συναλλαγή. '), _defineProperty(_el$data, 'HELP_7_Desc_13', 'Κάντε κλικ στο μπλε κουμπί «Αποστολή συναλλαγής» παρακάτω. '), _defineProperty(_el$data, 'HELP_7_Desc_14', 'Θα εμφανιστεί ένα αναδυόμενο παράθυρο. Βεβαιωθείτε ότι το ποσό και η διεύθυνση στην οποία αποστέλλετε είναι σωστά. Στη συνέχεια, κάντε κλικ στο κουμπί «Ναι, είμαι σίγουρος! Να εκτελεστεί η συναλλαγή.». '), _defineProperty(_el$data, 'HELP_7_Desc_15', 'Η συναλλαγή θα υποβληθεί. Θα εμφανιστεί το Hash της συναλλαγής. Μπορείτε να κάνετε κλικ σε αυτό το Hash της συναλλαγής για να το δείτε στο blockchain. '), _defineProperty(_el$data, 'HELP_8_Title', '8) Τι θα συμβεί εάν ο ιστότοπός σας πέσει; '), _defineProperty(_el$data, 'HELP_8_Desc_1', 'Το MyEtherWallet δεν είναι πορτοφόλι ιστού. Δεν γίνεται σύνδεση χρήστη και τίποτα δεν αποθηκεύεται στους διακομιστές μας. Είναι απλά μια διεπαφή που σας επιτρέπει να αλληλεπιδράσετε με το blockchain. '), _defineProperty(_el$data, 'HELP_8_Desc_2', 'Αν το MyEtherWallet.com πέσει, μπορείτε να χρησιμοποιήσετε κάποιον άλλον τρόπο (όπως το geth ή το Ethereum Wallet / Mist) για να κάνετε ό,τι κάνουμε. Αλλά δεν θα χρειαστεί να «βγάλετε» τον Αιθέρα σας από το MyEtherWallet επειδή δεν βρίσκεται μέσα στο MyEtherWallet. Βρίσκεται στο όποιο πορτοφόλι δημιουργήσατε μέσω του ιστοτόπου μας. '), _defineProperty(_el$data, 'HELP_8_Desc_3', 'Μπορείτε να εισαγάγετε πολύ εύκολα το μη κρυπτογραφημένο σας ιδιωτικό κλειδί και τα αρχεία σε φορμά Geth / Mist (κρυπτογραφημένα) απευθείας στο geth / Ethereum Wallet / Mist. Δείτε την ερώτηση Νο 12 παρακάτω. '), _defineProperty(_el$data, 'HELP_8_Desc_4', 'Επιπρόσθετα, η πιθανότητα να πέσει το MyEtherWallet είναι ελάχιστη έως ανύπαρκτη. Δεν μας κοστίζει σχεδόν τίποτα να το διατηρούμε, δεδομένου ότι δεν αποθηκεύουμε καμία πληροφορία. Εάν πάψει να λειτουργεί το όνομα χώρου, το MyEtherWallet εξακολουθεί να είναι και πάντα θα είναι διαθέσιμο δημοσίως στη διεύθυνση [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Μπορείτε να κατεβάσετε το ZIP και να το εκτελέσετε τοπικά. '), _defineProperty(_el$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_el$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_el$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_el$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_el$data, 'HELP_9_Title', '9) Is the «Αποστολή αιθέρα και μαρκών» page offline? '), _defineProperty(_el$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_el$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_el$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_el$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_el$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_el$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_el$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_el$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_el$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_el$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_el$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_el$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_el$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_el$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_el$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_el$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_el$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_el$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_el$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_el$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_el$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_el$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_14', 'Copy Your Private Key (μη κρυπτογραφημένο). '), _defineProperty(_el$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_el$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_el$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_el$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_el$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_el$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_el$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_el$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_el$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_el$data, 'HELP_14_Title', '14) Ορισμένοι ιστότοποι τυχαιοποιούν την παραγωγή του ιδιωτικού κλειδιού μέσω κινήσεων του ποντικιού. Το MyEtherWallet.com δεν το κάνει αυτό. Είναι ασφαλής η παραγωγή τυχαίων αριθμών για το MyEtherWallet; '), _defineProperty(_el$data, 'HELP_14_Desc_1', 'Ενώ αυτό το πράγμα με τις κινήσεις του ποντικιού είναι έξυπνο και καταλαβαίνουμε γιατί αρέσει στους περισσότερους ανθρώπους, η πραγματικότητα όμως είναι ότι το window.crypto εξασφαλίζει περισσότερη εντροπία από τις κινήσεις του ποντικιού σας. Δεν είναι ότι οι κινήσεις του ποντικιού δεν είναι ασφαλείς, είναι ότι εμείς (και οι τόνοι πειραμάτων κρυπτογράφησης) πιστεύουμε στο window.crypto. Επιπλέον, το MyEtherWallet.com μπορεί να χρησιμοποιηθεί σε συσκευές αφής. Εδώ είναι μια [συζήτηση μεταξύ ενός θυμωμένου redditor και του Vitalik Buterin σχετικά με τις κινήσεις του ποντικιού έναντι του window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) και εδώ είναι οι [προδιαγραφές w3 του window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_el$data, 'HELP_15_Title', '15) Γιατί δεν έχει εμφανιστεί ο λογαριασμός που μόλις δημιούργησα στον εξερευνητή blockchain; (δηλαδή: etherchain, etherscan) '), _defineProperty(_el$data, 'HELP_15_Desc_1', 'Ένας λογαριασμός εμφανίζεται σε έναν εξερευνητή blockchain μόνο όταν ο λογαριασμός έχει δραστηριότητα—για παράδειγμα, αφού μεταφέρετε κάποιο ποσό Αιθέρα σε αυτόν. '), _defineProperty(_el$data, 'HELP_16_Title', '16) Πώς ελέγχω το υπόλοιπο του λογαριασμού μου; '), _defineProperty(_el$data, 'HELP_16_Desc_1', 'Μπορείτε να χρησιμοποιήσετε έναν εξερευνητή blockchain όπως το [etherscan.io](https://etherscan.io/). Επικολλήστε τη διεύθυνσή σας στη γραμμή αναζήτησης και θα ανασύρει τη διεύθυνση και το ιστορικό συναλλαγών σας. Για παράδειγμα, δείτε πώς φαίνεται ο [λογαριασμός μας για δωρέες](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) στο etherscan.io '), _defineProperty(_el$data, 'HELP_17_Title', '17) Γιατί δεν εμφανίζεται το υπόλοιπό μου όταν ξεκλειδώνω το πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_17_Desc_1', 'Αυτό πιθανότατα οφείλεται στο γεγονός ότι βρίσκεστε πίσω από κάποιο τείχος προστασίας. Το API που χρησιμοποιούμε για να πάρουμε το υπόλοιπο και να μετατρέψουμε το εν λόγω υπόλοιπο συχνά εμποδίζεται από τείχη προστασίας για διάφορους λόγους. Θα εξακολουθείτε να είστε σε θέση να αποστείλετε συναλλαγές, απλά πρέπει να χρησιμοποιήσετε μια διαφορετική μέθοδο για να δείτε το εν λόγω υπόλοιπο, όπως το etherscan.io '), _defineProperty(_el$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_el$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_el$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_el$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_el$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_el$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_el$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_el$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_el$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_el$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_el$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_el$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_el$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_el$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_el$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_el$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_el$data, 'HELP_Sec_Title', 'Ασφάλεια '), _defineProperty(_el$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_el$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_el$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_el$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_el$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_el$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_el$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_el$data, 'HELP_FAQ_Title', 'Περισσότερες χρήσιμες απαντήσεις σε συχνές ερωτήσεις '), _defineProperty(_el$data, 'HELP_Contact_Title', 'Τρόποι για να έρθετε σε επαφή'), _el$data); +}, _defineProperty(_el$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_el$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_el$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_el$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_el$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_el$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_el$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_el$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_el$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_el$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_el$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_el$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_el$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_el$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_el$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_el$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_el$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_el$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_el$data, 'HELP_2a_Title', 'Πώς αποθηκεύω/παίρνω αντίγραφο ασφαλείας του πορτοφολιού μου; '), _defineProperty(_el$data, 'x_CancelReplaceTx', 'Ακύρωση ή αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_CancelTx', 'Ακύρωση συναλλαγής'), _defineProperty(_el$data, 'x_PasswordDesc', 'Αυτό το συνθηματικό * κρυπτογραφεί * το ιδιωτικό σας κλειδί. Αυτό δεν λειτουργεί σαν σπόρος ο οποίος θα γεννήσει τα κλειδιά σας. **Θα χρειαστείτε αυτό το συνθηματικό + το ιδιωτικό σας κλειδί για να ξεκλειδώσετε το πορτοφόλι σας.**'), _defineProperty(_el$data, 'x_ReadMore', 'Διαβάστε περισσότερα'), _defineProperty(_el$data, 'x_ReplaceTx', 'Αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_TransHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'x_TXFee', 'Τέλος συναλλαγής'), _defineProperty(_el$data, 'x_TxHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'NAV_CheckTxStatus', 'Έλεγχος κατάστασης συναλλαγής'), _defineProperty(_el$data, 'NAV_TxStatus', 'Κατάσταση συναλλαγής'), _defineProperty(_el$data, 'tx_Details', 'Λεπτομέρειες συναλλαγής'), _defineProperty(_el$data, 'tx_Summary', 'Σε στιγμές υψηλού όγκου συναλλαγών (όπως κατά τη διάρκεια ενός ICO) οι συναλλαγές μπορεί να εκκρεμούν για ώρες, αν όχι ημέρες. Αυτό το εργαλείο αποσκοπεί στο να σας δώσει τη δυνατότητα να βρείτε και να «ακυρώσετε» / αντικαταστήσετε αυτές τις συναλλαγές. ** Αυτό δεν είναι κάτι που μπορείτε συνήθως να κάνετε. Δεν πρέπει να βασίζεστε σε αυτό και θα δουλέψει μόνο όταν οι δεξαμενές συναλλαγών είναι πλήρεις. [Παρακαλούμε, διαβάστε για αυτό το εργαλείο εδώ.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_el$data, 'tx_notFound', 'Δεν βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_notFound_1', 'Αυτή η συναλλαγή δεν ήταν δυνατόν να βρεθεί στη δεξαμενή συναλλαγών του κόμβου στον οποίον έχετε συνδεθεί.'), _defineProperty(_el$data, 'tx_notFound_2', 'Αν μόλις στείλατε τη συναλλαγή, παρακαλούμε περιμένετε 15 δευτερόλεπτα και πατήστε ξανά το κουμπί «Έλεγχος κατάστασης συναλλαγής». '), _defineProperty(_el$data, 'tx_notFound_3', 'Μπορεί να βρίσκεται ακόμα στη δεξαμενή εξόρυξης κάποιου διαφορετικού κόμβου, περιμένοντας να εξορυχθεί.'), _defineProperty(_el$data, 'tx_notFound_4', 'Παρακαλούμε χρησιμοποιήστε το αναπτυσσόμενο μενού πάνω δεξιά και επιλέξτε κάποιον διαφορετικό κόμβο ETH (π.χ. `ETH (Etherscan.io)` ή `ETH (Infura.io)` ή `ETH (MyEtherWallet)`) και ελέγξτε ξανά.'), _defineProperty(_el$data, 'tx_foundInPending', 'Βρέθηκε συναλλαγή σε εκκρεμότητα'), _defineProperty(_el$data, 'tx_foundInPending_1', 'Η συναλλαγή σας εντοπίστηκε στη δεξαμενή συναλλαγών του κόμβου στον οποίο έχετε συνδεθεί. '), _defineProperty(_el$data, 'tx_foundInPending_2', 'Αυτή τη στιγμή είναι σε εκκρεμότητα (περιμένοντας να εξορυχθεί). '), _defineProperty(_el$data, 'tx_foundInPending_3', 'Υπάρχει μια πιθανότητα να μπορείτε να «ακυρώσετε» ή να αντικαταστήσετε αυτήν τη συναλλαγή. Ξεκλειδώστε το πορτοφόλι σας παρακάτω.'), _defineProperty(_el$data, 'tx_FoundOnChain', 'Βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_FoundOnChain_1', 'Η συναλλαγή σας εξορύχθηκε επιτυχώς και βρίσκεται πάνω στο blockchain.'), _defineProperty(_el$data, 'tx_FoundOnChain_2', '**Αν δείτε κόκκινο μήνυμα λάθους `( ! )`, `BAD INSTRUCTION` ή `OUT OF GAS`**, σημαίνει ότι η συναλλαγή *δεν εστάλη* επιτυχώς. Δεν μπορείτε να ακυρώσετε ή να αντικαταστήσετε αυτήν τη συναλλαγή. Αντί αυτού, στείλτε μια νέα συναλλαγή. Αν λάβατε σφάλμα «Out of Gas», πρέπει να διπλασιάσετε το όριο αερίου που καθορίσατε αρχικά.'), _defineProperty(_el$data, 'tx_FoundOnChain_3', '**Αν δεν βλέπετε σφάλματα, η συναλλαγή σας εστάλη επιτυχώς.** Τα ETH σας ή οι μάρκες σας βρίσκονται εκεί που τα στείλατε. Αν δεν μπορείτε να δείτε αυτά τα ETH ή τις μάρκες να έχουν πιστωθεί στο άλλο σας πορτοφόλι ή στο λογαριασμό του ανταλλακτηρίου σας, και έχουν περάσει 24+ ώρες από τότε που τα στείλατε, παρακαλούμε [επικοινωνήστε με αυτήν την υπηρεσία](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Στείλτε τους το *σύνδεσμο* προς τη συναλλαγή σας και ζητήστε τους ευγενικά να ρίξουν μια ματιά στο θέμα σας.'), _defineProperty(_el$data, 'GEN_Help_1', 'Χρησιμοποιήστε το'), _defineProperty(_el$data, 'GEN_Help_2', 'σας για να αποκτήσετε πρόσβαση στο λογαριασμό σας.'), _defineProperty(_el$data, 'GEN_Help_3', 'Η συσκευή σας * είναι * το πορτοφόλι σας.'), _defineProperty(_el$data, 'GEN_Help_4', 'Οδηγοί & συχνές ερωτήσεις'), _defineProperty(_el$data, 'GEN_Help_5', 'Πώς να δημιουργήσετε ένα πορτοφόλι'), _defineProperty(_el$data, 'GEN_Help_6', 'Ξεκινώντας'), _defineProperty(_el$data, 'GEN_Help_7', 'Κρατήστε το ασφαλές · Πάρτε ένα αντίγραφο ασφαλείας · Μην το μοιράζεστε με κανέναν · Μην το χάσετε · Δεν μπορεί να ανακτηθεί αν το χάσετε.'), _defineProperty(_el$data, 'GEN_Help_8', 'Δεν κατεβαίνει κάποιο αρχείο; '), _defineProperty(_el$data, 'GEN_Help_9', 'Δοκιμάστε να χρησιμοποιήσετε Google Chrome '), _defineProperty(_el$data, 'GEN_Help_10', 'Δεξί κλικ & αποθήκευση αρχείου ως. Όνομα αρχείου: '), _defineProperty(_el$data, 'GEN_Help_11', 'Μην ανοίξετε αυτό το αρχείο στον υπολογιστή σας '), _defineProperty(_el$data, 'GEN_Help_12', 'Χρησιμοποιήστε το για να ξεκλειδώσετε το πορτοφόλι σας μέσω του MyEtherWallet (ή μέσω του Mist, του Geth, του Parity και άλλων προγραμμάτων-πελατών πορτοφολιού.) '), _defineProperty(_el$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_el$data, 'GEN_Help_14', 'Τι είναι αυτά τα διαφορετικά φορμά; '), _defineProperty(_el$data, 'GEN_Help_15', 'Πρόληψη απώλειας & κλοπής των κεφαλαίων σας.'), _defineProperty(_el$data, 'GEN_Help_16', 'Τι είναι αυτά τα διαφορετικά φορμά;'), _defineProperty(_el$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_el$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_el$data, 'GEN_Help_19', 'Σε περίπτωση που ξεχάσετε ποτέ το συνθηματικό σας.'), _defineProperty(_el$data, 'GEN_Help_20', 'Ψυχρή αποθήκευση'), _defineProperty(_el$data, 'GET_ConfButton', 'Καταλαβαίνω. Συνέχισε.'), _defineProperty(_el$data, 'GEN_Label_5', 'Αποθήκευση του `ιδιωτικού κλειδιού` σας. '), _defineProperty(_el$data, 'GEN_Unlock', 'Ξεκλειδώστε το πορτοφόλι σας για να δείτε τη διεύθυνσή σας'), _defineProperty(_el$data, 'GAS_PRICE_Desc', 'Η τιμή αερίου είναι το ποσό που πληρώνετε ανά μονάδα αερίου. `τέλος συναλλαγής = τιμή αερίου * όριο αερίου` & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Υψηλότερη τιμή αερίου = ταχύτερη συναλλαγή, αλλά πιο ακριβή. Η προεπιλογή είναι `41 GWEI`.'), _defineProperty(_el$data, 'GAS_LIMIT_Desc', 'Το όριο αερίου είναι το ποσό αερίου που θα σταλεί με τη συναλλαγή σας. `τέλος συναλλαγής` = τιμή αερίου * όριο αερίου & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Το να αυξήσετε αυτόν τον αριθμό δεν θα κάνει τη συναλλαγή σας να εξορυχθεί ταχύτερα. Αποστολή ETH = `21000`. Αποστολή μαρκών = ~`200000`.'), _defineProperty(_el$data, 'NONCE_Desc', 'Το nonce είναι ο αριθμός των συναλλαγών που αποστέλλονται από δεδομένη διεύθυνση. Εξασφαλίζει ότι οι συναλλαγές αποστέλλονται με τη σειρά και όχι περισσότερες από μία φορές.'), _defineProperty(_el$data, 'TXFEE_Desc', 'Το τέλος συναλλαγής πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Είναι το `όριο αερίου` * `τιμή αερίου`. [Μπορείτε να μετατρέψετε GWEI -> ETH εδώ](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_el$data, 'NAV_AddWallet', 'Προσθήκη πορτοφολιού '), _defineProperty(_el$data, 'NAV_BulkGenerate', 'Δημιουργία πολλών πορτοφολιών '), _defineProperty(_el$data, 'NAV_Contact', 'Επικοινωνία '), _defineProperty(_el$data, 'NAV_Contracts', 'Συμβόλαια '), _defineProperty(_el$data, 'NAV_DeployContract', 'Κατασκευή συμβολαίου '), _defineProperty(_el$data, 'NAV_ENS', 'ENS'), _defineProperty(_el$data, 'NAV_GenerateWallet_alt', 'Νέο πορτοφόλι '), _defineProperty(_el$data, 'NAV_GenerateWallet', 'Δημιουργία πορτοφολιού '), _defineProperty(_el$data, 'NAV_Help', 'Βοήθεια '), _defineProperty(_el$data, 'NAV_InteractContract', 'Αλληλεπίδραση με συμβόλαιο '), _defineProperty(_el$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_el$data, 'NAV_MyWallets', 'Τα πορτοφόλια μου '), _defineProperty(_el$data, 'NAV_Offline', 'Αποστολή εκτός σύνδεσης '), _defineProperty(_el$data, 'NAV_SendEther', 'Αποστολή αιθέρα και μαρκών '), _defineProperty(_el$data, 'NAV_SendTokens', 'Αποστολή μαρκών '), _defineProperty(_el$data, 'NAV_SignMsg', 'Υπογραφή μηνύματος '), _defineProperty(_el$data, 'NAV_Swap', 'Ανταλλαγή '), _defineProperty(_el$data, 'NAV_ViewWallet', 'Προβολή πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'NAV_YourWallets', 'Τα πορτοφόλια σας '), _defineProperty(_el$data, 'x_Access', 'Πρόσβαση '), _defineProperty(_el$data, 'x_AddessDesc', 'Η διεύθυνσή σας είναι επίσης γνωστή ως `αριθμός λογαριασμού` σας ή `δημόσιο κλειδί` σας. Είναι αυτό που κοινοποιείτε σε άλλους ανθρώπους ώστε να μπορούν να σας στείλουν αιθέρα ή μάρκες. Βρείτε το χρωματιστό εικονίδιο διεύθυνσης. Σιγουρευτείτε ότι ταιριάζει με το χάρτινο πορτοφόλι σας και όταν εισάγετε τη διεύθυνσή σας κάπου.'), _defineProperty(_el$data, 'x_Address', 'Η διεύθυνσή σας '), _defineProperty(_el$data, 'x_Cancel', 'Ακύρωση '), _defineProperty(_el$data, 'x_CSV', 'Αρχείο CSV (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Download', 'Λήψη '), _defineProperty(_el$data, 'x_Json', 'Αρχείο JSON (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_JsonDesc', 'Αυτή είναι η μη κρυπτογραφημένη, JSON μορφή του ιδιωτικού κλειδιού σας. Αυτό σημαίνει ότι δεν απαιτείται συνθηματικό όμως οποιοσδήποτε βρει το JSON σας έχει πρόσβαση στο πορτοφόλι και στον αιθέρα σας χωρίς συνθηματικό. '), _defineProperty(_el$data, 'x_Keystore', 'Αρχείο Keystore (UTC / JSON · Συνιστάται · Κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Keystore2', 'Αρχείο Keystore (UTC / JSON) '), _defineProperty(_el$data, 'x_KeystoreDesc', 'Αυτό το αρχείο Keystore έχει την ίδια μορφή που χρησιμοποιείται από το Mist ώστε να μπορείτε εύκολα να το εισάγετε στο μέλλον. Είναι το συνιστώμενο αρχείο για λήψη και δημιουργία αντιγράφου ασφαλείας. '), _defineProperty(_el$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_el$data, 'x_Mnemonic', 'Μνημονικό '), _defineProperty(_el$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_el$data, 'x_Password', 'Συνθηματικό '), _defineProperty(_el$data, 'x_Print', 'Εκτύπωση χάρτινου πορτοφολιού '), _defineProperty(_el$data, 'x_PrintDesc', 'Συμβουλή: Κάντε κλικ στο «Εκτύπωση και αποθήκευση ως PDF» ακόμη κι αν δεν έχετε εκτυπωτή! '), _defineProperty(_el$data, 'x_PrintShort', 'Εκτύπωση '), _defineProperty(_el$data, 'x_PrivKey', 'Ιδιωτικό κλειδί (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_PrivKey2', 'Ιδιωτικό κλειδί '), _defineProperty(_el$data, 'x_PrivKeyDesc', 'Αυτό το κείμενο είναι η μη κρυπτογραφημένη εκδοχή του ιδιωτικού κλειδιού σας που σημαίνει ότι δεν απαιτείται συνθηματικό. Στην περίπτωση που κάποιος βρει το μη κρυπτογραφημένο ιδιωτικό κλειδί σας, έχει πρόσβαση στο πορτοφόλι σας χωρίς συνθηματικό. Για αυτόν τον λόγο, συνήθως συνιστώνται οι κρυπτογραφημένες εκδοχές. '), _defineProperty(_el$data, 'x_Save', 'Αποθήκευση '), _defineProperty(_el$data, 'x_TXT', 'Αρχείο TXT (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Wallet', 'Πορτοφόλι '), _defineProperty(_el$data, 'MEW_Warning_1', 'Πάντα να ελέγχετε την διεύθυνση URL προτού μπείτε στο πορτοφόλι σας ή δημιουργήσετε καινούριο πορτοφόλι. Προσοχή στις σελίδες ηλεκτρονικού ψαρέματος! '), _defineProperty(_el$data, 'CX_Warning_1', 'Σιγουρευτείτε ότι έχετε **εξωτερικά αντίγραφα ασφαλείας** όλων των πορτοφολιών που αποθηκεύετε εδώ. Μπορούν να συμβούν διάφορα που θα προκαλούσαν απώλεια των δεδομένων σας σε αυτήν την επέκταση Chrome, συμπεριλαμβανομένης απεγκατάστασης και επανεγκατάστασης της επέκτασης. Αυτή η επέκταση είναι ένας τρόπος εύκολης πρόσβασης στα πορτοφόλια σας και **όχι** ένας τρόπος να δημηιουργήσετε αντίγραφα ασφαλείας τους. '), _defineProperty(_el$data, 'MEW_Tagline', 'Ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'CX_Tagline', 'Επέκταση Chrome για ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'FOOTER_1', 'Ένα εργαλείο ανοιχτού κώδικα, javascript, από πλευράς πελάτη για τη δημιουργία πορτοφολιών Ethereum & αποστολή συναλλαγών. '), _defineProperty(_el$data, 'FOOTER_1b', 'Δημιουργήθηκε από '), _defineProperty(_el$data, 'FOOTER_2', 'Εκτιμούμε πολύ τις δωρεές σας: '), _defineProperty(_el$data, 'FOOTER_3', 'Δημιουργία πορτοφολιών από πλευράς πελάτη από '), _defineProperty(_el$data, 'FOOTER_4', 'Αποποίηση '), _defineProperty(_el$data, 'sidebar_AccountInfo', 'Πληροφορίες λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountAddr', 'Διεύθυνση λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountBal', 'Υπόλοιπο λογαριασμού '), _defineProperty(_el$data, 'sidebar_TokenBal', 'Υπόλοιπο μαρκών '), _defineProperty(_el$data, 'sidebar_Equiv', 'Ισότιμες αξίες '), _defineProperty(_el$data, 'sidebar_TransHistory', 'Ιστορικό συναλλαγών '), _defineProperty(_el$data, 'sidebar_donation', 'Το MyEtherWallet είναι μία δωρεάν υπηρεσία ανοιχτού κώδικα αφοσιωμένη στην ιδιωτικότητα και την ασφάλεια σας. Όσο περισσότερες δωρεές λαμβάνουμε, τόσο περισσότερο χρόνο αφιερώνουμε στη δημιουργία νέων χαρακτηριστικών καθώς και την αξιολόγηση και εφαρμογή όσων μας προτείνετε. Είμαστε απλά δύο άνθρωποι που προσπαθούν να αλλάξουν τον κόσμο. Θα μας βοηθήσετε; '), _defineProperty(_el$data, 'sidebar_donate', 'Δωρεά '), _defineProperty(_el$data, 'sidebar_thanks', 'ΣΑΣ ΕΥΧΑΡΙΣΤΟΥΜΕ!!! '), _defineProperty(_el$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_el$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_el$data, 'decrypt_Access', 'Πώς θα θέλατε να έχετε πρόσβαση στο πορτοφόλι σας; '), _defineProperty(_el$data, 'decrypt_Title', 'Επιλέξτε τη μορφή του ιδιωτικού κλειδιού σας: '), _defineProperty(_el$data, 'decrypt_Select', 'Επιλέξτε πορτοφόλι: '), _defineProperty(_el$data, 'ADD_Label_1', 'Τι θα θέλατε να κάνετε; '), _defineProperty(_el$data, 'ADD_Radio_1', 'Δημιουργία νέου πορτοφολιού '), _defineProperty(_el$data, 'ADD_Radio_2', 'Επιλέξτε το αρχείο πορτοφολιού σας (Keystore / JSON) '), _defineProperty(_el$data, 'ADD_Radio_2_alt', 'Επιλέξτε το αρχείο πορτοφολιού σας '), _defineProperty(_el$data, 'ADD_Radio_2_short', 'ΕΠΙΛΕΞΤΕ ΑΡΧΕΙΟ ΠΟΡΤΟΦΟΛΙΟΥ... '), _defineProperty(_el$data, 'ADD_Radio_3', 'Επικολλήστε/πληκτρολογήστε το ιδιωτικό κλειδί σας '), _defineProperty(_el$data, 'ADD_Radio_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Radio_5', 'Επικολλήστε/πληκτρολογήστε το μνημονικό σας '), _defineProperty(_el$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_el$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_el$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_el$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_el$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_el$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_el$data, 'ADD_Label_2', 'Δημιουργία ψευδωνύμου: '), _defineProperty(_el$data, 'ADD_Label_3', 'Το πορτοφόλι σας είναι κρυπτογραφημένο. Παρακαλούμε εισαγάγετε το συνθηματικό '), _defineProperty(_el$data, 'ADD_Label_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Warning_1', 'Μπορείτε να προσθέσετε ένα λογαριασμό προς «παρακολούθηση» στην καρτέλα πορτοφολιών χωρίς να ανεβάσετε ιδιωτικό κλειδί. Αυτό ** δεν ** σημαίνει ότι έχετε πρόσβαση στο πορτοφόλι, ούτε ότι μπορείτε να μεταφέρετε αιθέρα από αυτό. '), _defineProperty(_el$data, 'ADD_Label_5', 'Εισαγάγετε τη διεύθυνση '), _defineProperty(_el$data, 'ADD_Label_6', 'Ξεκλειδώστε το πορτοφόλι σας '), _defineProperty(_el$data, 'ADD_Label_6_short', 'Ξεκλείδωμα '), _defineProperty(_el$data, 'ADD_Label_7', 'Προσθήκη λογαριασμού '), _defineProperty(_el$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_el$data, 'GEN_desc', 'Αν επιθυμείτε να δημιουργήσετε πολλά πορτοφόλια, μπορείτε να το κάνετε εδώ: '), _defineProperty(_el$data, 'GEN_Label_1', 'Εισαγάγετε ισχυρό συνθηματικό (τουλάχιστον 9 χαρακτήρες) '), _defineProperty(_el$data, 'GEN_Placeholder_1', 'ΜΗΝ ξεχάσετε να το αποθηκεύσετε! '), _defineProperty(_el$data, 'GEN_SuccessMsg', 'Επιτυχία! Το πορτοφόλι σας δημιουργήθηκε. '), _defineProperty(_el$data, 'GEN_Label_2', 'Αποθηκεύστε το αρχέιο keystore/JSON ή το ιδιωτικό κλειδί. Μην ξεχάσετε το παραπάνω συνθηματικό. '), _defineProperty(_el$data, 'GEN_Label_3', 'Αποθηκεύστε τη διεύθυνση σας. '), _defineProperty(_el$data, 'GEN_Label_4', 'Εκτυπώστε το χάρτινο πορτοφόλι σας ή αποθηκεύστε την εκδοχή με κώδικα QR. (προαιρετικό) '), _defineProperty(_el$data, 'BULK_Label_1', 'Αριθμός πορτοφολιών για δημιουργία '), _defineProperty(_el$data, 'BULK_Label_2', 'Δημιουργία πορτοφολιών '), _defineProperty(_el$data, 'BULK_SuccessMsg', 'Επιτυχία! Τα πορτοφόλια σας δημιουργήθηκαν. '), _defineProperty(_el$data, 'SEND_addr', 'Προς διεύθυνση '), _defineProperty(_el$data, 'SEND_amount', 'Ποσό για αποστολή '), _defineProperty(_el$data, 'SEND_amount_short', 'Ποσό '), _defineProperty(_el$data, 'SEND_custom', 'Custom '), _defineProperty(_el$data, 'SEND_gas', 'Αέριο '), _defineProperty(_el$data, 'SEND_generate', 'Δημιουργία υπογεγραμμένης συναλλαγής '), _defineProperty(_el$data, 'SEND_raw', 'Ακατέργαστη συναλλαγή '), _defineProperty(_el$data, 'SEND_signed', 'Υπογεγραμμένη συναλλαγή '), _defineProperty(_el$data, 'SEND_trans', 'Αποστολή συναλλαγής '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά συνολικού διαθέσιμου υπολοίπου '), _defineProperty(_el$data, 'SEND_custom', 'Προσθήκη προσαρμοσμένης μάρκας '), _defineProperty(_el$data, 'SENDModal_Title', 'Προσοχή! '), _defineProperty(_el$data, 'SENDModal_Content_1', 'Πρόκειται να στείλετε '), _defineProperty(_el$data, 'SENDModal_Content_2', 'στη διεύθυνση '), _defineProperty(_el$data, 'SENDModal_Content_3', 'Είστε σίγουροι ότι θέλετε να το κάνετε; '), _defineProperty(_el$data, 'SENDModal_Content_4', 'ΣΗΜΕΙΩΣΗ: Αν αντιμετωπίσετε σφάλμα, το πιο πιθανό είναι να χρειάζεται να προσθέσετε αιθέρα στο λογαριασμό σας για να καλύψετε το κόστος αερίου για την αποστολή μαρκών. Το αέριο πληρώνεται σε αιθέρα. '), _defineProperty(_el$data, 'SENDModal_No', 'Όχι, θέλω να φύγω από εδώ! '), _defineProperty(_el$data, 'SENDModal_Yes', 'Ναι, είμαι σίγουρος/η! Εκτελέστε την συναλλαγή. '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά όλου του υπάρχοντος υπολοίπου '), _defineProperty(_el$data, 'TOKEN_Addr', 'Token Contract Διεύθυνση '), _defineProperty(_el$data, 'TOKEN_Symbol', 'Σύμβολο μάρκας '), _defineProperty(_el$data, 'TOKEN_Dec', 'Δεκαδικά '), _defineProperty(_el$data, 'TOKEN_hide', 'Απόκρυψη μαρκών '), _defineProperty(_el$data, 'TOKEN_show', 'Εμφάνιση όλων των μαρκών '), _defineProperty(_el$data, 'TRANS_desc', 'Άν επιθυμείτε να στείλετε μάρκες, παρακαλούμε χρησιμοποιήστε τη σελίδα «Αποστολή μαρκών». '), _defineProperty(_el$data, 'TRANS_warning', 'Άν χρησιμοποιείτε τις λειτουργίες «Μόνο ETH» ή «Μόνο ETC», η αποστολή γίνεται μέσω συμβολαίων. Ορισμένες υπηρεσίες παρουσιάζουν προβλήματα με την αποδοχή τέτοιων συναλλαγών. Διαβάστε περισσότερα. '), _defineProperty(_el$data, 'TRANS_advanced', '+Για προχωρημένους: Προσθήκη δεδομένων '), _defineProperty(_el$data, 'TRANS_data', 'Δεδομένα '), _defineProperty(_el$data, 'TRANS_gas', 'Όριο αερίου '), _defineProperty(_el$data, 'TRANS_sendInfo', 'Μία τυπική συναλλαγή που χρησιμοποιεί 21000 μονάδες αερίου θα κοστίσει 0,000441 ETH. Χρησιμοποιούμε για τιμή αερίου 0.000000021 ETH που είναι λίγο πάνω απο την ελάχιστη ώστε να διασφαλίσουμε ότι θα επικυρωθεί γρήγορα. Δεν παίρνουμε προμήθεια για τη συναλλαγή. '), _defineProperty(_el$data, 'TRANSModal_Title', 'Συναλλαγές «Μόνο ETH» και «Μόνο ETC» '), _defineProperty(_el$data, 'TRANSModal_Content_0', 'Μια σημείωση για τις διάφορετικές συναλλαγές και διαφορετικές υπηρεσίες συναλλαγών: '), _defineProperty(_el$data, 'TRANSModal_Content_1', '**ETH (τυπική συναλλαγή): ** Αυτό παράγει μια προεπιλεγμένη συναλλαγή απευθείας από μια διεύθυνση σε μία άλλη. Έχει προεπιλεγμένο αέριο 21000. Είναι πιθανόν ότι κάθε ETH που αποστέλλεται μέσω αυτής της μεθόδου θα επαναληφθεί στην αλυσίδα ETC. '), _defineProperty(_el$data, 'TRANSModal_Content_2', '**Μόνο ETH: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETH**. '), _defineProperty(_el$data, 'TRANSModal_Content_3', '**Μόνο ETC: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETC**. '), _defineProperty(_el$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Αποστέλλετε μόνο με τυπική συναλλαγή. Αν στείλετε με τα συμβόλαια «Μόνο», θα χρειαστεί να έρθετε σε επαφή με το προσωπικό υποστήριξής τους ώστε να σας βοηθήσουν με χειροκίνητη μεταφορά υπολοίπων ή επιστροφή χρημάτων.[Μπορείτε επίσης να δοκιμάσετε το εργαλείο «διαχωρισμού» του Shapeshift](https://split.shapeshift.io/) '), _defineProperty(_el$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Δεν υπάρχουν γνωστά προβλήματα. Αποστέλλετε με οποιαδήποτε μέθοδο. '), _defineProperty(_el$data, 'TRANSModal_Yes', 'Τέλεια, το κατάλαβα. '), _defineProperty(_el$data, 'TRANSModal_No', 'Ωχ, μπερδεύτηκα ακόμη περισσότερο. Βοηθήστε με. '), _defineProperty(_el$data, 'OFFLINE_Title', 'Δημιουργία και αποστολή συναλλαγής εκτός σύνδεσης '), _defineProperty(_el$data, 'OFFLINE_Desc', 'Η δημιουργία συναλλαγών εκτός σύνδεσης μπορεί να γίνει σε τρία βήματα. Θα προβείτε στα βήματα 1 και 3 σε έναν συνδεδεμένο υπολογιστή και το βήμα 2 σε έναν εκτός σύνδεσης/αποκομμένο υπολογιστή. Αυτό εξασφαλίζει ότι τα ιδιωτικά κλειδιά σας δεν έρχονται σε επαφή με συσκευή συνδεδεμένη στο Διαδίκτυο. '), _defineProperty(_el$data, 'OFFLLINE_Step1_Title', 'Βήμα 1: Δημιουργία πληροφοριών (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step1_Button', 'Δημιουργία πληροφοριών '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_1', 'Από διεύθυνση: '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_2', 'Σημείωση: Αυτή είναι η διεύθυνση ΑΠΟΣΤΟΛΕΑ, ΟΧΙ η διεύθυνση. Το nonce δημιουργείται από το λογαριασμό προέλευσης. Αν χρησιμοποιείτε αποκομμένο υπολογιστή, πρόκειται για την διεύθυνση του λογαριασμού σε ψυχρή αποθήκευση. '), _defineProperty(_el$data, 'OFFLINE_Step2_Title', 'Βήμα 2: Δημιουργία συναλλαγής (υπολογιστής εκτός σύνδεσης) '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_1', 'Προς διεύθυνση '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_2', 'Αξία / ποσό για αποστολή '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3', 'Τιμή αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3b', 'Εμφανίστηκε στο Βήμα 1 στο συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4', 'Όριο αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4b', '21000 είναι το προεπιλεγμένο όριο αερίου. Όταν αποστέλλετε συμβόλαια ή πρόσθετα δεδομένα, αυτό ίσως πρέπει να είναι διαφορετικό. Τυχόν αχρησιμοποιήτο αέριο θα σας επιστραφεί. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5b', 'Εμφανίστηκε στο Βήμα 1 στον συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6', 'Δεδομένα '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6b', 'Αυτό είναι προαιρετικό. Δεδομένα χρησιμοποιούνται συνήθως όταν αποστέλλονται συναλλαγές σε συμβόλαια. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_7', 'Εισαγωγή / επιλογή του ιδιωτικού κλειδιού / JSON. '), _defineProperty(_el$data, 'OFFLINE_Step3_Title', 'Βήμα 3: Δημοσίευση συναλλαγής (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step3_Label_1', 'Επικολλήστε την υπογεγραμμένη συναλλαγή εδώ και πατήστε το κουμπί «ΑΠΟΣΤΟΛΗ ΣΥΝΑΛΛΑΓΗΣ». '), _defineProperty(_el$data, 'MYWAL_Nick', 'Ψευδώνυμο πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Address', 'Διεύθυνση πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Bal', 'Υπόλοιπο '), _defineProperty(_el$data, 'MYWAL_Edit', 'Επεξεργασία '), _defineProperty(_el$data, 'MYWAL_View', 'Προβολή '), _defineProperty(_el$data, 'MYWAL_Remove', 'Αφαίρεση '), _defineProperty(_el$data, 'MYWAL_RemoveWal', 'Αφαίρεση πορτοφολιού: '), _defineProperty(_el$data, 'MYWAL_WatchOnly', 'Οι λογαρισμοί μόνο-προς-παρακολούθηση '), _defineProperty(_el$data, 'MYWAL_Viewing', 'Προβάλλεται το πορτοφόλι '), _defineProperty(_el$data, 'MYWAL_Hide', 'Απόκρυψη πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Edit_2', 'Επεξεργασία πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Name', 'Όνομα πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Content_1', 'Προσοχή! Πρόκειται να αφαιρέσετε το πορτοφόλι σας. '), _defineProperty(_el$data, 'MYWAL_Content_2', 'Σιγουρευτείτε ότι έχετε **αποθηκεύσει το αρχείο keystore/JSON και το συνθηματικό** του πορτοφολιού αυτού πριν το αφαιρέσετε. '), _defineProperty(_el$data, 'MYWAL_Content_3', 'Αν θέλετε να χρησιμοποιήσετε το πορτοφόλι αυτό με το MyEtherWalletCX στο μέλλον, θα χρειαστεί να το ξαναπροσθέσετε χειροκίνητα χρησιμοποιώντας το ιδιωτικό κλειδί/JSON και το συνθηματικό. '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. Ίσως επιθυμείτε να το κάνετε προκειμένου να [εισαγάγετε το λογαριασμό σας στο Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Αν επιθυμείτε να ελέγξετε το υπόλοιπό σας, συνιστούμε να χρησιμοποιήσετε ένα εργαλείο εξερεύνησης blockchain όπως το [etherscan.io](https://etherscan.io/). '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle_Short', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_SuccessMsg', 'Επιτυχία! Εδώ είναι οι πληροφορίες για το πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_el$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_el$data, 'CX_error_1', 'Δεν έχετε αποθηκευμένα πορτοφόλια. Κάντε κλικ στο [«Προσθήκη πορτοφολιού»](/cx-wallet.html#add-wallet) για να προσθεσετε ένα! '), _defineProperty(_el$data, 'CX_quicksend', 'Ταχυ-αποστολή '), _defineProperty(_el$data, 'NODE_Title', 'Εγκαταστήστε τον προσαρμοσμένο κόμβο σας'), _defineProperty(_el$data, 'NODE_Subtitle', 'Για να συνδεθείτε σε έναν τοπικό κόμβο...'), _defineProperty(_el$data, 'NODE_Warning', 'Ο κόμβος σας πρέπει να είναι HTTPS για να συνδεθείτε σε αυτόν μέσω του MyEtherWallet.com. Μπορείτε να [κατεβάσετε το αποθετήριο MyEtherWallet και να το εκτελέσετε τοπικά](https://github.com/kvhnuke/etherwallet/releases/latest) για να συνδεθείτε σε οποιονδήποτε κόμβο. Ή, αποκτήστε ένα δωρεάν πιστοποιητικό SSL μέσω του [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_el$data, 'NODE_Name', 'Όνομα κόμβου'), _defineProperty(_el$data, 'NODE_Port', 'Θύρα κόμβου'), _defineProperty(_el$data, 'NODE_CTA', 'Αποθήκευση & χρήση προσαρμοσμένου κόμβου'), _defineProperty(_el$data, 'CONTRACT_Title', 'Διεύθυνση συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Title_2', 'Επιλογή υπάρχοντος συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Json', 'Διεπαφή ABI / JSON '), _defineProperty(_el$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_el$data, 'CONTRACT_Interact_CTA', 'Επιλογή λειτουργίας '), _defineProperty(_el$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_el$data, 'CONTRACT_Read', 'READ '), _defineProperty(_el$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_el$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_el$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_el$data, 'DEP_signtx', 'Υπογραφή συναλλαγής '), _defineProperty(_el$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_el$data, 'SWAP_rates', "Τρέχουσες ισοτιμίες "), _defineProperty(_el$data, 'SWAP_init_1', "Θέλω να ανταλλάξω "), _defineProperty(_el$data, 'SWAP_init_2', " με "), _defineProperty(_el$data, 'SWAP_init_CTA', "Συνέχεια "), _defineProperty(_el$data, 'SWAP_information', "Τα στοιχεία σας "), _defineProperty(_el$data, 'SWAP_send_amt', "Ποσό που να αποσταλεί "), _defineProperty(_el$data, 'SWAP_rec_amt', "Ποσό που να ληφθεί "), _defineProperty(_el$data, 'SWAP_your_rate', "Η ισοτιμία σας "), _defineProperty(_el$data, 'SWAP_rec_add', "Η διεύθυνση λήψης σας "), _defineProperty(_el$data, 'SWAP_start_CTA', "Έναρξη ανταλλαγής "), _defineProperty(_el$data, 'SWAP_ref_num', "Ο αριθμός αναφοράς σας "), _defineProperty(_el$data, 'SWAP_time', "Υπολειπόμενος χρόνος για την αποστολή "), _defineProperty(_el$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_el$data, 'SWAP_progress_1', "Η εντολή ξεκίνησε "), _defineProperty(_el$data, 'SWAP_progress_2', "Εν αναμονή για "), _defineProperty(_el$data, 'SWAP_progress_3', "Ελήφθησαν! "), _defineProperty(_el$data, 'SWAP_progress_4', "Γίνεται αποστολή {{orderResult.output.currency}} "), _defineProperty(_el$data, 'SWAP_progress_5', "Η εντολή ολοκληρώθηκε "), _defineProperty(_el$data, 'SWAP_order_CTA', "Παρακαλούμε στείλτε "), _defineProperty(_el$data, 'SWAP_unlock', "Ξεκλειδώστε το πορτοφόλι σας για να στείλετε ETH ή μάρκες απευθείας από αυτήν τη σελίδα. "), _defineProperty(_el$data, 'MSG_message', 'Μήνυμα '), _defineProperty(_el$data, 'MSG_date', 'Δεδομένα '), _defineProperty(_el$data, 'MSG_signature', 'Υπογραφή '), _defineProperty(_el$data, 'MSG_verify', 'Επαλήθευση μηνύματος '), _defineProperty(_el$data, 'MSG_info1', 'Συμπεριλάβετε την τρέχουσα ημερομηνία ώστε η υπογραφή να μην μπορεί να επαχρησιμοποιηθεί σε διαφορετική ημερομηνία. '), _defineProperty(_el$data, 'MSG_info2', 'Συμπεριλάβετε το ψευδώνυμό σας και το πού χρησιμοποιείτε αυτό το ψευδώνυμο ώστε να μην μπορεί να το χρησιμοποιήσει κάποιος άλλος. '), _defineProperty(_el$data, 'MSG_info3', 'Συμπεριλάβετε έναν συγκεκριμένο λόγο για το μήνυμα, ώστε να μην μπορεί να επαναχρησιμοποιηθεί για διαφορετικό σκοπό. '), _defineProperty(_el$data, 'MNEM_1', 'Παρακαλούμε, επιλέξτε την διεύθυνση με την οποία θα θέλατε να αλληλεπιδράσετε. '), _defineProperty(_el$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_el$data, 'MNEM_more', 'Περισσότερες διευθύνσεις '), _defineProperty(_el$data, 'MNEM_prev', 'Προηγούμενες διευθύνσεις '), _defineProperty(_el$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_el$data, 'ADD_Ledger_1', 'Συνδέστε το Ledger Wallet σας '), _defineProperty(_el$data, 'ADD_Ledger_2', 'Ανοίξτε την εφαρμογή Ethereum (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Exp', 'Ανοίξτε την εφαρμογή Expanse (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Ubq', 'Ανοίξτε την εφαρμογή Ubiq (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_3', 'Βεβαιωθείτε ότι η υποστήριξη περιηγητή είναι ενεργοποιημένη στις ρυθμίσεις '), _defineProperty(_el$data, 'ADD_Ledger_4', 'Εάν δεν υπάρχει υποστήριξη περιηγητή στις ρυθμίσεις, βεβαιωθείτε ότι έχετε [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_el$data, 'ADD_Ledger_0a', 'Ξανα-ανοίξτε το MyEtherWallet σε ασφαλή (SSL) σύνδεση '), _defineProperty(_el$data, 'ADD_Ledger_0b', 'Ξανα-ανοίξτε το MyEtherWallet χρησιμοποιώντας το [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Ledger_scan', 'Συνδεθείτε στο Ledger Wallet '), _defineProperty(_el$data, 'ADD_MetaMask', 'Συνδεθείτε στο MetaMask '), _defineProperty(_el$data, 'x_Trezor', 'TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Συνδεθείτε στο TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'Αυτός είναι σπόρος του TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_el$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_el$data, 'ERROR_0', 'Παρακαλούμε εισαγάγετε έγκυρο ποσό. '), _defineProperty(_el$data, 'ERROR_1', 'Το συνθηματικό σας πρέπει να αποτελείται απο τουλάχιστον 9 χαρακτήρες. Παρακαλούμε σιγουρευτείτε ότι είναι ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'ERROR_2', 'Λυπούμαστε! Δεν αναγνωρίζουμε αυτού του είδους αρχεία πορτοφολιού '), _defineProperty(_el$data, 'ERROR_3', 'Αυτό δεν είναι έγκυρο αρχείο πορτοφολιού. '), _defineProperty(_el$data, 'ERROR_4', 'Αυτή η μονάδα δεν υπάρχει, παρακαλούμε χρησιμοποιήστε μία απο τις ακόλουθες μονάδες: '), _defineProperty(_el$data, 'ERROR_5', 'Λάθος διεύθυνση. '), _defineProperty(_el$data, 'ERROR_6', 'Λάθος συνθηματικό. '), _defineProperty(_el$data, 'ERROR_7', 'Λάθος ποσό. (Πρέπει να είναι ακέραιος. Δοκιμάστε 0-18). '), _defineProperty(_el$data, 'ERROR_8', 'Λάθος όριο αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 21000-4000000). '), _defineProperty(_el$data, 'ERROR_9', 'Λάθος τιμή δεδομένων. (Πρέπει να είναι δεκαεξαδικός). '), _defineProperty(_el$data, 'ERROR_10', 'Λάθος ποσό αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 20 GWEI / 20000000000 WEI.) '), _defineProperty(_el$data, 'ERROR_11', 'Λάθος nonce. (Πρέπει να είναι ακέραιος). '), _defineProperty(_el$data, 'ERROR_12', 'Λάθος υπογεγραμμένη συναλλαγή. '), _defineProperty(_el$data, 'ERROR_13', 'Υπάρχει ήδη πορτοφόλι με αυτό το ψευδώνυμο. '), _defineProperty(_el$data, 'ERROR_14', 'Δεν βρέθηκε πορτοφόλι. '), _defineProperty(_el$data, 'ERROR_15', 'Φαίνεται να μην υπάρχει ακόμη πρόταση με αυτό το αναγνωριστικό ή υπήρξε σφάλμα κατά την ανάγνωση της πρότασης αυτής. '), _defineProperty(_el$data, 'ERROR_16', 'Υπάρχει ήδη αποθηκευμένο πορτοφόλι με αυτήν τη διεύθυνση. Παρακαλούμε ελέγξτε τη σελίδα πορτοφολιών σας. '), _defineProperty(_el$data, 'ERROR_17', 'Ο λογαριασμός από τον οποίο στέλνετε δεν έχει αρκετά κεφάλαια. Εάν στέλνετε μάρκες, πρέπει να έχετε 0.01 ETH στο λογαριασμό σας για να καλύψετε το κόστος του αερίου. '), _defineProperty(_el$data, 'ERROR_18', 'Όλο το αέριο θα είχε δαπανηθεί στη συναλλαγή αυτή. Αυτό σημαίνει ότι έχετε ήδη ψηφίσει στην πρόταση αυτήν ή ότι η περίοδος συζήτησης έχει λήξει. '), _defineProperty(_el$data, 'ERROR_19', 'Λάθος σύμβολο '), _defineProperty(_el$data, 'ERROR_20', 'Μη έγκυρη μάρκα ERC-20'), _defineProperty(_el$data, 'ERROR_21', 'Δεν ήταν δυνατή η εκτίμηση του αερίου. Δεν υπάρχουν αρκετά κεφάλαια στο λογαριασμό ή η διεύθυνση λήψης του συμβολαίου θα έβγαλε κάποιο λάθος. Μη διστάσετε να καθορίσετε το αέριο με το χέρι και να συνεχίσετε. Το μήνυμα σφάλματος κατά την αποστολή μπορεί να είναι πιο ενημερωτικό.'), _defineProperty(_el$data, 'ERROR_22', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα κόμβου'), _defineProperty(_el$data, 'ERROR_23', 'Παρακαλούμε εισαγάγετε έγκυρη διεύθυνση URL. Αν είστε σε https, η διεύθυνση URL σας πρέπει να είναι https'), _defineProperty(_el$data, 'ERROR_24', 'Παρακαλούμε εισαγάγετε έγκυρη θύρα. '), _defineProperty(_el$data, 'ERROR_25', 'Παρακαλούμε εισαγάγετε έγκυρο αναγνωριστικό αλυσίδας. '), _defineProperty(_el$data, 'ERROR_26', 'Παρακαλούμε εισαγάγετε έγκυρο ABI. '), _defineProperty(_el$data, 'ERROR_27', 'Ελάχιστο ποσό: 0.01. Μέγιστο ποσό: '), _defineProperty(_el$data, 'ERROR_28', 'Προκειμένου να έχετε πρόσβαση σε αυτό το πορτοφόλι στο μέλλον **είναι απαραίτητο το αρχείο Keystore/JSON & το συνθηματικό ή το ιδιωτικό κλειδί σας**. Παρακαλούμε κρατήστε ένα εξωτερικό αντίγραφο ασφαλείας! Δεν υπάρχει τρόπος ανάκτησης ενός πορτοφολιού άν δεν το αποθηκεύσετε. Διαβάστε τη σελίδα [βοήθειας](https://www.myetherwallet.com/#help) για οδηγίες. '), _defineProperty(_el$data, 'ERROR_29', 'Παρακαλούμε εισαγάγετε έγκυρο χρήστη και συνθηματικό '), _defineProperty(_el$data, 'ERROR_30', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα (7+ χαρακτήρες, περιορισμένα σημεία στίξης) '), _defineProperty(_el$data, 'ERROR_31', 'Παρακαλούμε εισαγάγετε έγκυρη μυστική φράση. '), _defineProperty(_el$data, 'ERROR_32', 'Δεν ήταν δυνατή η σύνδεση στον κόμβο. Ανανεώστε τη σελίδα σας, δοκιμάστε κάποιον διαφορετικό κόμβο (πάνω δεξιά γωνία), ελέγξτε τις ρυθμίσεις του τείχους προστασίας. Εάν πρόκειται για προσαρμοσμένο κόμβο, ελέγξτε τις διαμορφώσεις σας.'), _defineProperty(_el$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_el$data, 'ERROR_34', 'Το όνομα που προσπαθείτε να αποκαλύψετε δεν ταιριάζει με το όνομα που έχετε εισαγάγει. '), _defineProperty(_el$data, 'ERROR_35', 'Η διεύθυνση εισόδου δεν περιέχει άθροισμα ελέγχου. Περισσότερες πληροφορίες'), _defineProperty(_el$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_el$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_el$data, 'SUCCESS_1', 'Έγκυρη διεύθυνση '), _defineProperty(_el$data, 'SUCCESS_2', 'Το πορτοφόλι αποκρυπτογραφήθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_3', 'Η συναλλαγή σας έχει μεταδοθεί στο δίκτυο. Αναμένει να εξορυχθεί και να επιβεβαιωθεί. Κατά τη διάρκεια ενός ICO, μπορεί να χρειαστούν 3+ ώρες για επιβεβαίωση. Χρησιμοποιήστε τα κουμπιά επαλήθευσης και ελέγχου παρακάτω για να δείτε. Hash συναλλαγής: '), _defineProperty(_el$data, 'SUCCESS_4', 'Το πορτοφόλι σας προστέθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_5', 'Επιλέχθηκε αρχείο '), _defineProperty(_el$data, 'SUCCESS_6', 'Συνδεθήκατε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_7', 'Η υπογραφή του μηνύματος επαληθεύτηκε'), _defineProperty(_el$data, 'GETH_InvalidSender', 'Μη έγκυρος αποστολέας '), _defineProperty(_el$data, 'GETH_Nonce', 'Το nonce είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_Cheap', 'Η τιμή αερίου είναι πολύ χαμηλή για να γίνει αποδεκτή '), _defineProperty(_el$data, 'GETH_Balance', 'Μη επαρκές υπόλοιπο '), _defineProperty(_el$data, 'GETH_NonExistentAccount', 'Ο λογαριασμός δεν υπάρχει ή το υπόλοιπο του λογαριασμού είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_InsufficientFunds', 'Μη επαρκή κεφάλαια για αέριο * τιμή + αξία '), _defineProperty(_el$data, 'GETH_IntrinsicGas', 'Το εγγενές αέριο είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_GasLimit', 'Υπερβαίνει το όριο αερίου του μπλοκ '), _defineProperty(_el$data, 'GETH_NegativeValue', 'Αρνητική αξία '), _defineProperty(_el$data, 'PARITY_AlreadyImported', "Έχει ήδη εισαχθεί συναλλαγή με το ίδιο hash."), _defineProperty(_el$data, 'PARITY_Old', "Το nonce της συναλλαγής είναι πολύ χαμηλό. Δοκιμάστε να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_TooCheapToReplace', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Υπάρχει μια άλλη συναλλαγή με το ίδιο nonce στη σειρά προτεραιότητας. Δοκιμάστε να αυξήσετε το τέλος ή να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_LimitReached', "Υπάρχουν πολλές συναλλαγές στη σειρά προτεραιότητας. Η συναλλαγή σας απορρίφθηκε λόγω ορίου. Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientGasPrice', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Δεν ικανοποιεί το ελάχιστο τέλος του κόμβου σας (ελάχιστο: {}, δόθηκε: {}). Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientBalance', "Ανεπαρκή κεφάλαια. Ο λογαριασμός από τον οποίον προσπαθείτε να στείλετε συναλλαγή δεν έχει αρκετά κεφάλαια. Απαιτούνται {} και δόθηκαν: {}."), _defineProperty(_el$data, 'PARITY_GasLimitExceeded', "Το κόστος συναλλαγής υπερβαίνει το τρέχον όριο αερίου. Όριο: {}, δόθηκε: {}. Προσπαθήστε να μειώσετε το παρεχόμενο αέριο."), _defineProperty(_el$data, 'PARITY_InvalidGasLimit', "Το παρεχόμενο αέριο είναι πέρα από το όριο."), _defineProperty(_el$data, 'WARN_Send_Link', 'Έχετε φθάσει εδώ μέσω ενός συνδέσμου που έχει τη διεύθυνση, την αξία, το αέριο, τα πεδία δεδομένων ή τον τύπο συναλλαγής (τρόπο αποστολής) ήδη συμπληρωμένα για σας. Μπορείτε να αλλάξετε οποιοδήποτε στοιχείο πριν από την αποστολή. Ξεκλειδώστε το πορτοφόλι σας για να ξεκινήσετε. '), _defineProperty(_el$data, 'translate_version', '0.3 '), _defineProperty(_el$data, 'Translator_Desc', 'Ευχαριστούμε τους μεταφραστές μας '), _defineProperty(_el$data, 'TranslatorName_1', '[VitalikFanBoy#117](https://www.myetherwallet.com/?gaslimit=21000&to=0x245f27796a44d7e3d30654ed62850ff09ee85656&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_1', '0x245f27796a44d7e3d30654ed62850ff09ee85656 '), _defineProperty(_el$data, 'TranslatorName_2', 'LefterisJP · '), _defineProperty(_el$data, 'TranslatorAddr_2', ''), _defineProperty(_el$data, 'TranslatorName_3', '[Nikos Vavoulas](https://www.myetherwallet.com/?gaslimit=21000&to=0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_3', '0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2 '), _defineProperty(_el$data, 'TranslatorName_4', 'Ιωάννης Πρωτονοτάριος'), _defineProperty(_el$data, 'TranslatorAddr_4', ''), _defineProperty(_el$data, 'TranslatorName_5', ''), _defineProperty(_el$data, 'TranslatorAddr_5', ''), _defineProperty(_el$data, 'HELP_Warning', 'Εάν δημιουργήσατε πορτοφόλι -ή- κατεβάσατε το αποθετήριο πριν από τις **31 Δεκεμβρίου 2015**, παρακαλούμε ελέγξτε τα πορτοφόλια σας και κατεβάσετε μια νέα έκδοση του αποθετηρίου. Κάντε κλικ για λεπτομέρειες. '), _defineProperty(_el$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_el$data, 'HELP_Remind_Title', 'Κάποιες υπενθυμίσεις '), _defineProperty(_el$data, 'HELP_Remind_Desc_1', '**Τα Ethereum, MyEtherWallet.com & MyEtherWallet CX και μερικές από τις βασικές βιβλιοθήκες Javascript που χρησιμοποιούμε βρίσκονται υπό ενεργό ανάπτυξη.** Ενώ έχουμε κάνει διεξοδικές δοκιμές και έχουν δημιουργηθεί με επιτυχία δεκάδες χιλιάδες πορτοφόλια από άτομα σε όλον τον πλανήτη, υπάρχει πάντα η μικρή πιθανότητα να συμβεί κάτι απροσδόκητο που θα μπορούσε να προκαλέσει την απώλεια των ETH σας. Παρακαλούμε να μην επενδύετε περισσότερο από ό,τι είστε διατεθειμένοι να χάσετε και παρακαλούμε επίσης να προσέχετε. Αν κάτι συμβεί, θα λυπηθούμε, αλλά **δεν θα είμαστε υπεύθυνοι για τον χαμένο Αιθέρα**. '), _defineProperty(_el$data, 'HELP_Remind_Desc_2', 'Τα MyEtherWallet.com & MyEtherWallet CX δεν είναι «διαδικτυακά πορτοφόλια». Δεν δημιουργείτε κάποιον λογαριασμό ούτε μας δίνετε τον αιθέρα σας να σας τον φυλάξουμε. Όλα τα δεδομένα δεν φεύγουν από τον υπολογιστή/περιηγητή σας. Σας διευκολύνουμε να δημιουργείτε, να αποθηκεύετε και να έχετε πρόσβαση στις πληροφορίες σας και να αλληλεπιδράτε με το blockchain. '), _defineProperty(_el$data, 'HELP_Remind_Desc_3', 'Αν δεν αποθηκεύσετε το ιδιωτικό σας κλειδί και το συνθηματικό σας, δεν υπάρχει τρόπος να ανακτήσετε πρόσβαση στο πορτοφόλι σας ή στα κεφάλαια που κατέχει. Πάρτε αντίγραφα ασφαλείας σε πολλαπλές φυσικές τοποθεσίες – όχι μόνο στον υπολογιστή σας! '), _defineProperty(_el$data, 'HELP_0_Title', '0) Είμαι νέος χρήστης. Τι κάνω; '), _defineProperty(_el$data, 'HELP_0_Desc_1', 'Το MyEtherWallet σας δίνει την δυνατότητα να δημιουργήσετε νέα πορτοφόλια ώστε να μπορείτε να αποθηκεύσετε τον αιθέρα σας μόνοι σας, και όχι σε κάποιο ανταλλακτήριο. Αυτή η διαδικασία συμβαίνει εξ\'ολοκλήρου στον υπολογιστή σας, και όχι στους εξυπηρετητές μας. Για αυτό, όταν δημιουργείτε ένα νέο πορτοφόλι, **εσείς είστε υπεύθυνοι να κρατήσετε αντίγραφα ασφαλείας**. '), _defineProperty(_el$data, 'HELP_0_Desc_2', 'Δημιουργήστε ένα νέο πορτοφόλι. '), _defineProperty(_el$data, 'HELP_0_Desc_3', 'Κρατήστε αντίγραφο ασφαλείας ποτοφολιού. '), _defineProperty(_el$data, 'HELP_0_Desc_4', 'Επιβεβαιώστε ότι έχετε πρόσβαση στο νέο αυτό πορτοφόλι και ότι αποθηκεύσατε σωστά όλες τις απαραίτητες πληροφορίες. '), _defineProperty(_el$data, 'HELP_0_Desc_5', 'Μεταφέρετε αιθέρα στο νέο αυτό πορτοφόλι. '), _defineProperty(_el$data, 'HELP_1_Title', '1) Πώς φτιάχνω ένα νέο πορτοφόλι; '), _defineProperty(_el$data, 'HELP_1_Desc_1', 'Πηγαίνετε στη σελίδα «Δημιουργία πορτοφολιού». '), _defineProperty(_el$data, 'HELP_1_Desc_2', 'Πηγαίνετε στη σελίδα «Προσθήκη πορτοφολιού» & επιλέξτε «Δημιουργία νέου πορτοφολιού» '), _defineProperty(_el$data, 'HELP_1_Desc_3', 'Πληκτρολογήστε ένα ισχυρό συνθηματικό. Αν νομίζετε ότι μπορεί να το ξεχάσετε, αποθηκεύστε το κάπου που να είναι ασφαλές. Θα χρειαστείτε αυτό το συνθηματικό για τις εξερχόμενες συναλλαγές σας. '), _defineProperty(_el$data, 'HELP_1_Desc_4', 'Κάντε κλικ στο «ΔΗΜΙΟΥΡΓΙΑ». '), _defineProperty(_el$data, 'HELP_1_Desc_5', 'Το πορτοφόλι σας δημιουργήθηκε με επιτυχία. '), _defineProperty(_el$data, 'HELP_2a_Desc_1', 'Θα πρέπει πάντα να δημιουργείτε εξωτερικά αντίγραφα ασφαλείας του πορτοφολιού σας και σε πολλαπλές φυσικές τοποθεσίες - όπως σε μια μονάδα USB ή/και σε ένα κομμάτι χαρτί. '), _defineProperty(_el$data, 'HELP_2a_Desc_2', 'Αποθηκεύστε τη διεύθυνση. Μπορείτε να την κρατήσετε για τον εαυτό σας ή να τη μοιραστείτε με άλλους. Με αυτόν τον τρόπο, οι άλλοι μπορούν να μεταφέρουν αιθέρα σε εσάς. '), _defineProperty(_el$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_el$data, 'HELP_2a_Desc_4', 'Τοποθετήστε τη διεύθυνση, αντίγραφα του ιδιωτικού κλειδιού και το αρχείο PDF του χάρτινου πορτοφολιού σας σε ένα φάκελο. Αποθηκεύστε τον στον υπολογιστή σας και μια μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_5', 'Εκτυπώστε το πορτοφόλι εάν έχετε εκτυπωτή. Διαφορετικά, σημειώστε το ιδιωτικό σας κλειδί και τη διεύθυνση σε ένα κομμάτι χαρτί. Αποθηκεύστε το σε ασφαλή τοποθεσία, σε ξεχωριστό μέρος από τον υπολογιστή και τη μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_6', 'Λάβετε υπόψιν σας ότι στόχος είναι να αποτρέψετε την απώλεια των κλειδιών και του συνθηματικού από απώλεια ή βλάβη του σκληρού σας δίσκου, ή της μονάδας USB, ή του χαρτιού. Πρέπει επίσης να έχετε κατά νου τη φυσική απώλεια / καταστροφή μιας ολόκληρης περιοχής (σκεφτείτε πυρκαγιά ή πλημμύρα). '), _defineProperty(_el$data, 'HELP_2b_Title', '2β) Πώς μπορώ να έχω ασφάλεια / συναλλαγές εκτός σύνδεσης / ψυχρή αποθήκευση με το MyEtherWallet? '), _defineProperty(_el$data, 'HELP_2b_Desc_1', 'Πηγαίνετε στο [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_el$data, 'HELP_2b_Desc_2', 'Κάντε κλικ στο `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_el$data, 'HELP_2b_Desc_3', 'Μετακινήστε το zip σε έναν υπολογιστή απομονωμένο από το δίκτυο. '), _defineProperty(_el$data, 'HELP_2b_Desc_4', 'Αποσυμπιέστε το και κάντε διπλό κλικ στο `index.html`. '), _defineProperty(_el$data, 'HELP_2b_Desc_5', 'Δημιουργήστε ένα πορτοφόλι με ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'HELP_2b_Desc_6', 'Αποθηκεύστε τη διεύθυνση. Αποθηκεύστε πολλαπλά αντίγραφα του ιδιωτικού κλειδιού. Αποθηκεύστε το συνθηματικό εάν υπάρχει περίπτωση να μην το θυμάστε για πάντα. '), _defineProperty(_el$data, 'HELP_2b_Desc_7', 'Φυλάξτε αυτά τα χαρτιά / USB σε πολλαπλές και ξεχωριστές μεταξύ τους τοποθεσίες. '), _defineProperty(_el$data, 'HELP_2b_Desc_8', 'Πηγαίνετε στη σελίδα «Προβολή πληροφοριών πορτοφολιού» και πληκτρολογήστε το ιδιωτικό κλειδί / συνθηματικό σας για να βεβαιωθείτε ότι είναι σωστά και ότι έχετε πρόσβαση στο πορτοφόλι σας. Ελέγξτε ότι η διεύθυνση που σημειώσατε στο χαρτί είναι η ίδια. '), _defineProperty(_el$data, 'HELP_3_Title', '3) Πώς μπορώ να επαληθεύσω ότι έχω πρόσβαση στο νέο πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_3_Desc_1', '**Πριν στείλετε οποιοδήποτε ποσό Αιθέρα στο νέο σας πορτοφόλι**, πρέπει να βεβαιωθείτε ότι έχετε πρόσβαση σε αυτό. '), _defineProperty(_el$data, 'HELP_3_Desc_2', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_3', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού» του MyEtherWallet.com. '), _defineProperty(_el$data, 'HELP_3_Desc_4', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_5', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό σας. '), _defineProperty(_el$data, 'HELP_3_Desc_6', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_7', 'Τα στοιχεία του πορτοφολιού σας θα πρέπει να εμφανιστούν. Βρείτε τη διεύθυνση του λογαριασμού σας, δίπλα σε ένα πολύχρωμο κυκλικό εικονίδιο. Αυτό το εικονίδιο αντιπροσωπεύει οπτικά τη διεύθυνσή σας. Βεβαιωθείτε ότι η διεύθυνση είναι η διεύθυνση που έχετε αποθηκεύσει στο έγγραφο κειμένου και βρίσκεται στο χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_8', 'Αν σκοπεύετε να φυλάξετε μεγάλη ποσότητα αιθέρα, σας συνιστούμε να στείλετε πρώτα μια μικρή ποσότητα αιθέρα από το νέο πορτοφόλι πριν καταθέσετε κάποιο μεγάλο ποσό. Στείλτε 0.001 μονάδες αιθέρα στο νέο σας πορτοφόλι, αποκτήστε πρόσβαση στο πορτοφόλι, στείλτε τις 0.001 μονάδες αιθέρα σε άλλη διεύθυνση και βεβαιωθείτε ότι όλα λειτουργούν ομαλά. '), _defineProperty(_el$data, 'HELP_4_Title', '4) Πώς στέλνω Αιθέρα από ένα πορτοφόλι σε ένα άλλο; '), _defineProperty(_el$data, 'HELP_4_Desc_1', 'Αν σκοπεύετε να μετακινήσετε ένα μεγάλο ποσό αιθέρα, θα πρέπει πρώτα να δοκιμάσετε να στείλετε ένα μικρό ποσό στο πορτοφόλι σας για να διασφαλίσετε ότι όλα δουλεύουν όπως πρέπει. '), _defineProperty(_el$data, 'HELP_4_Desc_2', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4_Desc_3', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_4_Desc_4', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό. '), _defineProperty(_el$data, 'HELP_4_Desc_5', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_el$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_el$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_el$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_el$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_el$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_el$data, 'HELP_4CX_Desc_1', 'Πρώτα, πρέπει να προσθέσετε ένα πορτοφόλι. Άπαξ και το κάνετε αυτό έχετε δύο επιλογές: τη λειτουργία «QuickSend» από το εικονίδιο της επέκτασης στο Chrome ή από τη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_el$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_el$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_el$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_el$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_el$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_el$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_el$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_el$data, 'HELP_4CX_Desc_12', 'Using «Αποστολή αιθέρα και μαρκών» Page '), _defineProperty(_el$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_el$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_el$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_el$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_el$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_el$data, 'HELP_5CX_Title', '5) Πώς μπορώ να εγκαταστήσω αυτήν την επέκταση από το αποθετήριο αντί του Chrome Store; '), _defineProperty(_el$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_el$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_el$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_el$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_el$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_el$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_el$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_el$data, 'HELP_7_Title', '7) Πώς μπορώ να στείλω μάρκες και να προσθέσω προσαρμοσμένες μάρκες; '), _defineProperty(_el$data, 'HELP_7_Desc_0', 'Το [Ethplorer.io](https://ethplorer.io/) είναι ένας πολύ καλός τρόπος για να εξερευνήσετε τις διάφορες μάρκες και να βρείτε τα δεκαδικά ψηφία μιας μάρκας. '), _defineProperty(_el$data, 'HELP_7_Desc_1', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_7_Desc_2', 'Ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_7_Desc_3', 'Εισαγάγετε τη διεύθυνση στην οποία θέλετε να αποστείλετε στο πεδίο «Προς διεύθυνση:». '), _defineProperty(_el$data, 'HELP_7_Desc_4', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_5', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_6', 'Εάν δεν βλέπετε τη μάρκα στη λίστα: '), _defineProperty(_el$data, 'HELP_7_Desc_7', 'Κάντε κλικ στο «Προσαρμογή». '), _defineProperty(_el$data, 'HELP_7_Desc_8', 'Εισαγάγετε τη διεύθυνση, το όνομα και τα δεκαδικά ψηφία της μάρκας. Αυτά παρέχονται από τους δημιουργούς της μάρκας και είναι επίσης απαραίτητα όταν χρησιμοποιείτε την επιλογή «Add a Watch Token» στο Mist. '), _defineProperty(_el$data, 'HELP_7_Desc_9', 'Κάντε κλικ στο «Αποθήκευση». '), _defineProperty(_el$data, 'HELP_7_Desc_10', 'Μπορείτε τώρα να αποστείλετε αυτή τη μάρκα καθώς και να δείτε το υπόλοιπό της στην πλευρική στήλη. '), _defineProperty(_el$data, 'HELP_7_Desc_11', 'Κάντε κλικ στο «Δημιουργία συναλλαγής». '), _defineProperty(_el$data, 'HELP_7_Desc_12', 'Θα εμφανιστούν κάνα δυο ακόμα πεδία. Πρόκειται για τον περιηγητή σας που δημιουργεί τη συναλλαγή. '), _defineProperty(_el$data, 'HELP_7_Desc_13', 'Κάντε κλικ στο μπλε κουμπί «Αποστολή συναλλαγής» παρακάτω. '), _defineProperty(_el$data, 'HELP_7_Desc_14', 'Θα εμφανιστεί ένα αναδυόμενο παράθυρο. Βεβαιωθείτε ότι το ποσό και η διεύθυνση στην οποία αποστέλλετε είναι σωστά. Στη συνέχεια, κάντε κλικ στο κουμπί «Ναι, είμαι σίγουρος! Να εκτελεστεί η συναλλαγή.». '), _defineProperty(_el$data, 'HELP_7_Desc_15', 'Η συναλλαγή θα υποβληθεί. Θα εμφανιστεί το Hash της συναλλαγής. Μπορείτε να κάνετε κλικ σε αυτό το Hash της συναλλαγής για να το δείτε στο blockchain. '), _defineProperty(_el$data, 'HELP_8_Title', '8) Τι θα συμβεί εάν ο ιστότοπός σας πέσει; '), _defineProperty(_el$data, 'HELP_8_Desc_1', 'Το MyEtherWallet δεν είναι πορτοφόλι ιστού. Δεν γίνεται σύνδεση χρήστη και τίποτα δεν αποθηκεύεται στους διακομιστές μας. Είναι απλά μια διεπαφή που σας επιτρέπει να αλληλεπιδράσετε με το blockchain. '), _defineProperty(_el$data, 'HELP_8_Desc_2', 'Αν το MyEtherWallet.com πέσει, μπορείτε να χρησιμοποιήσετε κάποιον άλλον τρόπο (όπως το geth ή το Ethereum Wallet / Mist) για να κάνετε ό,τι κάνουμε. Αλλά δεν θα χρειαστεί να «βγάλετε» τον Αιθέρα σας από το MyEtherWallet επειδή δεν βρίσκεται μέσα στο MyEtherWallet. Βρίσκεται στο όποιο πορτοφόλι δημιουργήσατε μέσω του ιστοτόπου μας. '), _defineProperty(_el$data, 'HELP_8_Desc_3', 'Μπορείτε να εισαγάγετε πολύ εύκολα το μη κρυπτογραφημένο σας ιδιωτικό κλειδί και τα αρχεία σε φορμά Geth / Mist (κρυπτογραφημένα) απευθείας στο geth / Ethereum Wallet / Mist. Δείτε την ερώτηση Νο 12 παρακάτω. '), _defineProperty(_el$data, 'HELP_8_Desc_4', 'Επιπρόσθετα, η πιθανότητα να πέσει το MyEtherWallet είναι ελάχιστη έως ανύπαρκτη. Δεν μας κοστίζει σχεδόν τίποτα να το διατηρούμε, δεδομένου ότι δεν αποθηκεύουμε καμία πληροφορία. Εάν πάψει να λειτουργεί το όνομα χώρου, το MyEtherWallet εξακολουθεί να είναι και πάντα θα είναι διαθέσιμο δημοσίως στη διεύθυνση [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Μπορείτε να κατεβάσετε το ZIP και να το εκτελέσετε τοπικά. '), _defineProperty(_el$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_el$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_el$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_el$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_el$data, 'HELP_9_Title', '9) Is the «Αποστολή αιθέρα και μαρκών» page offline? '), _defineProperty(_el$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_el$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_el$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_el$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_el$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_el$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_el$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_el$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_el$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_el$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_el$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_el$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_el$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_el$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_el$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_el$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_el$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_el$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_el$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_el$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_el$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_el$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_14', 'Copy Your Private Key (μη κρυπτογραφημένο). '), _defineProperty(_el$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_el$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_el$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_el$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_el$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_el$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_el$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_el$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_el$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_el$data, 'HELP_14_Title', '14) Ορισμένοι ιστότοποι τυχαιοποιούν την παραγωγή του ιδιωτικού κλειδιού μέσω κινήσεων του ποντικιού. Το MyEtherWallet.com δεν το κάνει αυτό. Είναι ασφαλής η παραγωγή τυχαίων αριθμών για το MyEtherWallet; '), _defineProperty(_el$data, 'HELP_14_Desc_1', 'Ενώ αυτό το πράγμα με τις κινήσεις του ποντικιού είναι έξυπνο και καταλαβαίνουμε γιατί αρέσει στους περισσότερους ανθρώπους, η πραγματικότητα όμως είναι ότι το window.crypto εξασφαλίζει περισσότερη εντροπία από τις κινήσεις του ποντικιού σας. Δεν είναι ότι οι κινήσεις του ποντικιού δεν είναι ασφαλείς, είναι ότι εμείς (και οι τόνοι πειραμάτων κρυπτογράφησης) πιστεύουμε στο window.crypto. Επιπλέον, το MyEtherWallet.com μπορεί να χρησιμοποιηθεί σε συσκευές αφής. Εδώ είναι μια [συζήτηση μεταξύ ενός θυμωμένου redditor και του Vitalik Buterin σχετικά με τις κινήσεις του ποντικιού έναντι του window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) και εδώ είναι οι [προδιαγραφές w3 του window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_el$data, 'HELP_15_Title', '15) Γιατί δεν έχει εμφανιστεί ο λογαριασμός που μόλις δημιούργησα στον εξερευνητή blockchain; (δηλαδή: etherchain, etherscan) '), _defineProperty(_el$data, 'HELP_15_Desc_1', 'Ένας λογαριασμός εμφανίζεται σε έναν εξερευνητή blockchain μόνο όταν ο λογαριασμός έχει δραστηριότητα—για παράδειγμα, αφού μεταφέρετε κάποιο ποσό Αιθέρα σε αυτόν. '), _defineProperty(_el$data, 'HELP_16_Title', '16) Πώς ελέγχω το υπόλοιπο του λογαριασμού μου; '), _defineProperty(_el$data, 'HELP_16_Desc_1', 'Μπορείτε να χρησιμοποιήσετε έναν εξερευνητή blockchain όπως το [etherscan.io](https://etherscan.io/). Επικολλήστε τη διεύθυνσή σας στη γραμμή αναζήτησης και θα ανασύρει τη διεύθυνση και το ιστορικό συναλλαγών σας. Για παράδειγμα, δείτε πώς φαίνεται ο [λογαριασμός μας για δωρέες](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) στο etherscan.io '), _defineProperty(_el$data, 'HELP_17_Title', '17) Γιατί δεν εμφανίζεται το υπόλοιπό μου όταν ξεκλειδώνω το πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_17_Desc_1', 'Αυτό πιθανότατα οφείλεται στο γεγονός ότι βρίσκεστε πίσω από κάποιο τείχος προστασίας. Το API που χρησιμοποιούμε για να πάρουμε το υπόλοιπο και να μετατρέψουμε το εν λόγω υπόλοιπο συχνά εμποδίζεται από τείχη προστασίας για διάφορους λόγους. Θα εξακολουθείτε να είστε σε θέση να αποστείλετε συναλλαγές, απλά πρέπει να χρησιμοποιήσετε μια διαφορετική μέθοδο για να δείτε το εν λόγω υπόλοιπο, όπως το etherscan.io '), _defineProperty(_el$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_el$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_el$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_el$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_el$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_el$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_el$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_el$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_el$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_el$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_el$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_el$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_el$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_el$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_el$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_el$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_el$data, 'HELP_Sec_Title', 'Ασφάλεια '), _defineProperty(_el$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_el$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_el$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_el$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_el$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_el$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_el$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_el$data, 'HELP_FAQ_Title', 'Περισσότερες χρήσιμες απαντήσεις σε συχνές ερωτήσεις '), _defineProperty(_el$data, 'HELP_Contact_Title', 'Τρόποι για να έρθετε σε επαφή'), _el$data); module.exports = el; @@ -15197,7 +15194,7 @@ en.data = (_en$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_en$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_en$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_en$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_en$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_en$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_en$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_en$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_en$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_en$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_en$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_en$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_en$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_en$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_en$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_en$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_en$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_en$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_en$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_en$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox'), _defineProperty(_en$data, 'ADD_Label_1', 'What would you like to do?'), _defineProperty(_en$data, 'ADD_Label_2', 'Create a Nickname'), _defineProperty(_en$data, 'ADD_Label_3', 'Your wallet is encrypted. Good! Please enter the password.'), _defineProperty(_en$data, 'ADD_Label_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Label_5', 'Enter the Address'), _defineProperty(_en$data, 'ADD_Label_6', 'Unlock your Wallet'), _defineProperty(_en$data, 'ADD_Label_6_short', 'Unlock'), _defineProperty(_en$data, 'ADD_Label_7', 'Add Account'), _defineProperty(_en$data, 'ADD_Label_8', 'Password (optional):'), _defineProperty(_en$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.'), _defineProperty(_en$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet'), _defineProperty(_en$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings'), _defineProperty(_en$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_en$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet'), _defineProperty(_en$data, 'ADD_MetaMask', 'Connect to MetaMask'), _defineProperty(_en$data, 'ADD_Radio_1', 'Generate New Wallet'), _defineProperty(_en$data, 'ADD_Radio_2', 'Select Your Wallet File (Keystore / JSON)'), _defineProperty(_en$data, 'ADD_Radio_2_alt', 'Select Your Wallet File'), _defineProperty(_en$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE...'), _defineProperty(_en$data, 'ADD_Radio_3', 'Paste Your Private Key'), _defineProperty(_en$data, 'ADD_Radio_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Radio_5', 'Paste Your Mnemonic'), _defineProperty(_en$data, 'ADD_Radio_5_Path', 'Select HD derivation path'), _defineProperty(_en$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_en$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_en$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_en$data, 'ADD_Trezor_scan', 'Connect to TREZOR'), _defineProperty(_en$data, 'ADD_Warning_1', 'You can add any account to "watch" on the wallets tab without uploading a private key. This does ** not ** mean you have access to this wallet, nor can you transfer Ether from it.'), _defineProperty(_en$data, 'BULK_Label_1', 'Number of Wallets To Generate'), _defineProperty(_en$data, 'BULK_Label_2', 'Generate Wallets'), _defineProperty(_en$data, 'BULK_SuccessMsg', 'Success! Your wallets have been generated.'), _defineProperty(_en$data, 'CONTRACT_ByteCode', 'Byte Code'), _defineProperty(_en$data, 'CONTRACT_Interact_CTA', 'Select a function'), _defineProperty(_en$data, 'CONTRACT_Interact_Title', 'Read / Write Contract'), _defineProperty(_en$data, 'CONTRACT_Json', 'ABI / JSON Interface'), _defineProperty(_en$data, 'CONTRACT_Read', 'READ'), _defineProperty(_en$data, 'CONTRACT_Title', 'Contract Address'), _defineProperty(_en$data, 'CONTRACT_Title_2', 'Select Existing Contract'), _defineProperty(_en$data, 'CONTRACT_Write', 'WRITE'), _defineProperty(_en$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one!'), _defineProperty(_en$data, 'CX_quicksend', 'QuickSend'), _defineProperty(_en$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension'), _defineProperty(_en$data, 'CX_Warning_1', 'Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up.'), _defineProperty(_en$data, 'decrypt_Access', 'How would you like to access your wallet?'), _defineProperty(_en$data, 'decrypt_Select', 'Select a Wallet'), _defineProperty(_en$data, 'decrypt_Title', 'Select the format of your private key'), _defineProperty(_en$data, 'DEP_generate', 'Generate Bytecode'), _defineProperty(_en$data, 'DEP_generated', 'Generated Bytecode'), _defineProperty(_en$data, 'DEP_interface', 'Generated Interface'), _defineProperty(_en$data, 'DEP_signtx', 'Sign Transaction'), _defineProperty(_en$data, 'ERROR_0', '(error_01) Please enter a valid amount.'), _defineProperty(_en$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_en$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_en$data, 'ERROR_3', '(error_04) This is not a valid wallet file.'), _defineProperty(_en$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_en$data, 'ERROR_5', '(error_06) Please enter a valid address.'), _defineProperty(_en$data, 'ERROR_6', '(error_07) Please enter a valid password.'), _defineProperty(_en$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_en$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_en$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.)'), _defineProperty(_en$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_en$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_en$data, 'ERROR_12', '(error_13) Invalid signed transaction.'), _defineProperty(_en$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists.'), _defineProperty(_en$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_en$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_en$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_en$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_en$data, 'ERROR_19', '(error_20) Please enter a valid symbol'), _defineProperty(_en$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_en$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_en$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_en$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_en$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_en$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_en$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_en$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_en$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_en$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_en$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_en$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_en$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_en$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_en$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_en$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_en$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_en$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_en$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_en$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_en$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_en$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_en$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_en$data, 'GETH_InvalidSender', '(geth-06) Invalid sender.'), _defineProperty(_en$data, 'GETH_NegativeValue', '(geth-07) Negative value.'), _defineProperty(_en$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low'), _defineProperty(_en$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_en$data, 'FOOTER_1b', 'Created by'), _defineProperty(_en$data, 'FOOTER_2', 'Donations greatly appreciated'), _defineProperty(_en$data, 'FOOTER_3', 'Client-side wallet generation by'), _defineProperty(_en$data, 'FOOTER_4', 'Disclaimer'), _defineProperty(_en$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_en$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_en$data, 'GEN_desc', 'If you want to generate multiple wallets, you can do so here'), _defineProperty(_en$data, 'GEN_Help_1', 'Use your'), _defineProperty(_en$data, 'GEN_Help_10', 'Right click & save file as. Filename:'), _defineProperty(_en$data, 'GEN_Help_11', 'Don\'t open this file on your computer'), _defineProperty(_en$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.)'), _defineProperty(_en$data, 'GEN_Help_13', 'How to Back Up Your Keystore File'), _defineProperty(_en$data, 'GEN_Help_14', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_en$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_en$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_en$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_en$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_en$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_en$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_en$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_en$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_en$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_en$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_en$data, 'GEN_Help_8', 'Not Downloading a File?'), _defineProperty(_en$data, 'GEN_Help_9', 'Try using Google Chrome'), _defineProperty(_en$data, 'GEN_Label_1', 'Enter a password'), _defineProperty(_en$data, 'GEN_Label_2', 'Save your `Keystore` File.'), _defineProperty(_en$data, 'GEN_Label_3', 'Save Your Address.'), _defineProperty(_en$data, 'GEN_Label_4', 'Print paper wallet or a QR code.'), _defineProperty(_en$data, 'GEN_Label_5', 'Save Your `Private Key`.'), _defineProperty(_en$data, 'GEN_Placeholder_1', 'Do NOT forget to save this!'), _defineProperty(_en$data, 'GEN_SuccessMsg', 'Success! Your wallet has been generated.'), _defineProperty(_en$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_en$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_en$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet'), _defineProperty(_en$data, 'MEW_Warning_1', 'Always check the URL before accessing your wallet or creating a new wallet. Beware of phishing sites!'), _defineProperty(_en$data, 'MNEM_1', 'Please select the address you would like to interact with.'), _defineProperty(_en$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time.'), _defineProperty(_en$data, 'MNEM_more', 'More Addresses'), _defineProperty(_en$data, 'MNEM_prev', 'Previous Addresses'), _defineProperty(_en$data, 'MSG_date', 'Date'), _defineProperty(_en$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date.'), _defineProperty(_en$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it.'), _defineProperty(_en$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose.'), _defineProperty(_en$data, 'MSG_message', 'Message'), _defineProperty(_en$data, 'MSG_signature', 'Signature'), _defineProperty(_en$data, 'MSG_verify', 'Verify Message'), _defineProperty(_en$data, 'MYWAL_Address', 'Wallet Address'), _defineProperty(_en$data, 'MYWAL_Bal', 'Balance'), _defineProperty(_en$data, 'MYWAL_Content_1', 'Warning! You are about to remove your wallet'), _defineProperty(_en$data, 'MYWAL_Content_2', 'Be sure you have **saved the private key and/or Keystore File and the password** before you remove it.'), _defineProperty(_en$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password.'), _defineProperty(_en$data, 'MYWAL_Edit', 'Edit'), _defineProperty(_en$data, 'MYWAL_Edit_2', 'Edit Wallet'), _defineProperty(_en$data, 'MYWAL_Hide', 'Hide Wallet Info'), _defineProperty(_en$data, 'MYWAL_Name', 'Wallet Name'), _defineProperty(_en$data, 'MYWAL_Nick', 'Wallet Nickname'), _defineProperty(_en$data, 'MYWAL_Remove', 'Remove'), _defineProperty(_en$data, 'MYWAL_RemoveWal', 'Remove Wallet'), _defineProperty(_en$data, 'MYWAL_View', 'View'), _defineProperty(_en$data, 'MYWAL_Viewing', 'Viewing Wallet'), _defineProperty(_en$data, 'MYWAL_WatchOnly', 'Your Watch-Only Accounts'), _defineProperty(_en$data, 'NAV_AddWallet', 'Add Wallet'), _defineProperty(_en$data, 'NAV_BulkGenerate', 'Bulk Generate'), _defineProperty(_en$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_en$data, 'NAV_Contact', 'Contact'), _defineProperty(_en$data, 'NAV_Contracts', 'Contracts'), _defineProperty(_en$data, 'NAV_DeployContract', 'Deploy Contract'), _defineProperty(_en$data, 'NAV_DomainSale', 'DomainSale'), _defineProperty(_en$data, 'NAV_ENS', 'ENS'), _defineProperty(_en$data, 'NAV_GenerateWallet', 'Create New Wallet'), _defineProperty(_en$data, 'NAV_GenerateWallet_alt', 'New Wallet'), _defineProperty(_en$data, 'NAV_Help', 'Help'), _defineProperty(_en$data, 'NAV_InteractContract', 'Interact with Contract'), _defineProperty(_en$data, 'NAV_Multisig', 'Multisig'), _defineProperty(_en$data, 'NAV_MyWallets', 'My Wallets'), _defineProperty(_en$data, 'NAV_Offline', 'Send Offline'), _defineProperty(_en$data, 'NAV_SendEther', 'Send Ether & Tokens'), _defineProperty(_en$data, 'NAV_SendTokens', 'Send Tokens'), _defineProperty(_en$data, 'NAV_SignMsg', 'Sign Message'), _defineProperty(_en$data, 'NAV_Swap', 'Swap'), _defineProperty(_en$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_en$data, 'NAV_ViewWallet', 'View Wallet Info'), _defineProperty(_en$data, 'NAV_YourWallets', 'Your Wallets'), _defineProperty(_en$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_en$data, 'NODE_Name', 'Node Name'), _defineProperty(_en$data, 'NODE_Port', 'Node Port'), _defineProperty(_en$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_en$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_en$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_en$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_en$data, 'OFFLINE_Desc', 'Generating offline transactions can be done in three steps. You will complete steps 1 and 3 on an online computer, and step 2 on an offline/airgapped computer. This ensures your private keys do not touch an internet-connected device.'), _defineProperty(_en$data, 'OFFLINE_Step1_Button', 'Generate Information'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_1', 'From Address'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_2', 'Note: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_1', 'To Address'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_2', 'Value / Amount to Send'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3', 'Gas Price'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4', 'Gas Limit'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6', 'Data'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6b', 'This is optional. Data is often used when you send transactions to contracts.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON.'), _defineProperty(_en$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer)'), _defineProperty(_en$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button.'), _defineProperty(_en$data, 'OFFLINE_Step3_Title', 'Step 3: Send / Publish Transaction (Online Computer)'), _defineProperty(_en$data, 'OFFLINE_Title', 'Generate & Send Offline Transaction'), _defineProperty(_en$data, 'OFFLLINE_Step1_Title', 'Step 1: Generate Information (Online Computer)'), _defineProperty(_en$data, 'SEND_addr', 'To Address'), _defineProperty(_en$data, 'SEND_amount', 'Amount to Send'), _defineProperty(_en$data, 'SEND_amount_short', 'Amount'), _defineProperty(_en$data, 'SEND_custom', 'Add Custom Token'), _defineProperty(_en$data, 'SEND_gas', 'Gas'), _defineProperty(_en$data, 'SEND_generate', 'Generate Transaction'), _defineProperty(_en$data, 'SEND_raw', 'Raw Transaction'), _defineProperty(_en$data, 'SEND_signed', 'Signed Transaction'), _defineProperty(_en$data, 'SEND_trans', 'Send Transaction'), _defineProperty(_en$data, 'SEND_TransferTotal', 'Send Entire Balance'), _defineProperty(_en$data, 'SENDModal_Content_1', 'You are about to send'), _defineProperty(_en$data, 'SENDModal_Content_2', 'to address'), _defineProperty(_en$data, 'SENDModal_Content_3', 'Are you sure you want to do this?'), _defineProperty(_en$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether.'), _defineProperty(_en$data, 'SENDModal_No', 'No, get me out of here!'), _defineProperty(_en$data, 'SENDModal_Title', 'Warning!'), _defineProperty(_en$data, 'SENDModal_Yes', 'Yes, I am sure! Make transaction.'), _defineProperty(_en$data, 'sidebar_AccountAddr', 'Account Address'), _defineProperty(_en$data, 'sidebar_AccountBal', 'Account Balance'), _defineProperty(_en$data, 'sidebar_AccountInfo', 'Account Information'), _defineProperty(_en$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_en$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_en$data, 'sidebar_donate', 'Donate'), _defineProperty(_en$data, 'sidebar_donation', 'MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?'), _defineProperty(_en$data, 'sidebar_Equiv', 'Equivalent Values'), _defineProperty(_en$data, 'sidebar_thanks', 'THANK YOU!!!'), _defineProperty(_en$data, 'sidebar_TokenBal', 'Token Balances'), _defineProperty(_en$data, 'sidebar_TransHistory', 'Transaction History'), _defineProperty(_en$data, 'SUCCESS_1', 'Valid address'), _defineProperty(_en$data, 'SUCCESS_2', 'Wallet successfully decrypted'), _defineProperty(_en$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_en$data, 'SUCCESS_4', 'Your wallet was successfully added'), _defineProperty(_en$data, 'SUCCESS_5', 'File Selected'), _defineProperty(_en$data, 'SUCCESS_6', 'You are successfully connected'), _defineProperty(_en$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_en$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_en$data, 'SWAP_information', "Your Information "), _defineProperty(_en$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_en$data, 'SWAP_init_2', " for "), _defineProperty(_en$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_en$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_en$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_en$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_en$data, 'SWAP_progress_3', "Received! "), _defineProperty(_en$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_en$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_en$data, 'SWAP_rates', "Current Rates "), _defineProperty(_en$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_en$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_en$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_en$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_en$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_en$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_en$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_en$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_en$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_en$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_en$data, 'TOKEN_hide', 'Hide Tokens'), _defineProperty(_en$data, 'TOKEN_show', 'Show All Tokens'), _defineProperty(_en$data, 'TOKEN_Symbol', 'Token Symbol'), _defineProperty(_en$data, 'TRANS_advanced', '+Advanced: Add Data'), _defineProperty(_en$data, 'TRANS_data', 'Data'), _defineProperty(_en$data, 'TRANS_desc', 'If you want to send Tokens, please use the "Send Token" page instead.'), _defineProperty(_en$data, 'TRANS_gas', 'Gas Limit'), _defineProperty(_en$data, 'TRANS_sendInfo', 'A standard transaction using 21000 gas will cost 0.000441 ETH. We do not take a transaction fee.'), _defineProperty(_en$data, 'translate_version', '0.5'), _defineProperty(_en$data, 'Translator_Desc', ''), _defineProperty(_en$data, 'TranslatorAddr_1', ''), _defineProperty(_en$data, 'TranslatorAddr_2', ''), _defineProperty(_en$data, 'TranslatorAddr_3', ''), _defineProperty(_en$data, 'TranslatorAddr_4', ''), _defineProperty(_en$data, 'TranslatorAddr_5', ''), _defineProperty(_en$data, 'TranslatorName_1', ''), _defineProperty(_en$data, 'TranslatorName_2', ''), _defineProperty(_en$data, 'TranslatorName_3', ''), _defineProperty(_en$data, 'TranslatorName_4', ''), _defineProperty(_en$data, 'TranslatorName_5', ''), _defineProperty(_en$data, 'tx_Details', 'Transaction Details'), _defineProperty(_en$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_en$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined).'), _defineProperty(_en$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_en$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_en$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_en$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_en$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_en$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_en$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again.'), _defineProperty(_en$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_en$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_en$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_en$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_en$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_en$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/).'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet.'), _defineProperty(_en$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details.'), _defineProperty(_en$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started.'), _defineProperty(_en$data, 'x_Access', 'Access'), _defineProperty(_en$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere.'), _defineProperty(_en$data, 'x_Address', 'Your Address'), _defineProperty(_en$data, 'x_Cancel', 'Cancel'), _defineProperty(_en$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_en$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_en$data, 'x_CSV', 'CSV file (unencrypted)'), _defineProperty(_en$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_en$data, 'x_Download', 'Download'), _defineProperty(_en$data, 'x_Json', 'JSON File (unencrypted)'), _defineProperty(_en$data, 'x_JsonDesc', 'This is the unencrypted, JSON format of your private key. This means you do not need the password but anyone who finds your JSON can access your wallet & Ether without the password.'), _defineProperty(_en$data, 'x_Keystore', 'Keystore File (UTC / JSON · Recommended · Encrypted)'), _defineProperty(_en$data, 'x_Keystore2', 'Keystore File (UTC / JSON)'), _defineProperty(_en$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up.'), _defineProperty(_en$data, 'x_Ledger', 'Ledger Wallet'), _defineProperty(_en$data, 'x_MetaMask', 'MetaMask / Mist'), _defineProperty(_en$data, 'x_Mnemonic', 'Mnemonic Phrase'), _defineProperty(_en$data, 'x_ParityPhrase', 'Parity Phrase'), _defineProperty(_en$data, 'x_Password', 'Password'), _defineProperty(_en$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_en$data, 'x_Print', 'Print Paper Wallet'), _defineProperty(_en$data, 'x_PrintDesc', 'ProTip: If you cannot print this right now, click "Print" and save it as a PDF until you are able to get it printed. Remove it from your computer afterwards!'), _defineProperty(_en$data, 'x_PrintShort', 'Print'), _defineProperty(_en$data, 'x_PrivKey', 'Private Key (unencrypted)'), _defineProperty(_en$data, 'x_PrivKey2', 'Private Key'), _defineProperty(_en$data, 'x_PrivKeyDesc', 'This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended.'), _defineProperty(_en$data, 'x_ReadMore', 'Read More'), _defineProperty(_en$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_en$data, 'x_Save', 'Save'), _defineProperty(_en$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_en$data, 'x_Trezor', 'TREZOR'), _defineProperty(_en$data, 'x_TXFee', 'TX Fee'), _defineProperty(_en$data, 'x_TxHash', 'TX Hash'), _defineProperty(_en$data, 'x_TXT', 'TXT file (unencrypted)'), _defineProperty(_en$data, 'x_Wallet', 'Wallet'), _defineProperty(_en$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**.'), _defineProperty(_en$data, 'HELP_0_Desc_2', 'Create a new wallet.'), _defineProperty(_en$data, 'HELP_0_Desc_3', 'Back the wallet up.'), _defineProperty(_en$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information.'), _defineProperty(_en$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet.'), _defineProperty(_en$data, 'HELP_0_Title', '0) I\'m new. What do I do?'), _defineProperty(_en$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction.'), _defineProperty(_en$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price.'), _defineProperty(_en$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send.'), _defineProperty(_en$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you.'), _defineProperty(_en$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format.'), _defineProperty(_en$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button.'), _defineProperty(_en$data, 'HELP_10_Title', '10) How do I make an offline transaction?'), _defineProperty(_en$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+....'), _defineProperty(_en$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts."'), _defineProperty(_en$data, 'HELP_12_Desc_11', 'Using your unencrypted private key...'), _defineProperty(_en$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page.'), _defineProperty(_en$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted).'), _defineProperty(_en$data, 'HELP_12_Desc_15', 'If you are on a Mac'), _defineProperty(_en$data, 'HELP_12_Desc_15b', 'If you are on a PC'), _defineProperty(_en$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key.'), _defineProperty(_en$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text".'), _defineProperty(_en$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog.'), _defineProperty(_en$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key'), _defineProperty(_en$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:`'), _defineProperty(_en$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file.'), _defineProperty(_en$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page.'), _defineProperty(_en$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file.'), _defineProperty(_en$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application.'), _defineProperty(_en$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts"'), _defineProperty(_en$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder.'), _defineProperty(_en$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist?'), _defineProperty(_en$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction.'), _defineProperty(_en$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean?'), _defineProperty(_en$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_en$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe?'), _defineProperty(_en$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it.'), _defineProperty(_en$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan)'), _defineProperty(_en$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io'), _defineProperty(_en$data, 'HELP_16_Title', '16) How do I check the balance of my account?'), _defineProperty(_en$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io'), _defineProperty(_en$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet?'), _defineProperty(_en$data, 'HELP_18_Title', '18) Where is my geth wallet file?'), _defineProperty(_en$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored.'), _defineProperty(_en$data, 'HELP_19_Title', '19) Where is my Mist wallet file?'), _defineProperty(_en$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page.'), _defineProperty(_en$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet"'), _defineProperty(_en$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions.'), _defineProperty(_en$data, 'HELP_1_Desc_4', 'Click "GENERATE".'), _defineProperty(_en$data, 'HELP_1_Desc_5', 'Your wallet has now been generated.'), _defineProperty(_en$data, 'HELP_1_Title', '1) How do I create a new wallet?'), _defineProperty(_en$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale.'), _defineProperty(_en$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file?'), _defineProperty(_en$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no.'), _defineProperty(_en$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts.'), _defineProperty(_en$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems.'), _defineProperty(_en$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password.'), _defineProperty(_en$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match.'), _defineProperty(_en$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion.'), _defineProperty(_en$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space.'), _defineProperty(_en$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day.'), _defineProperty(_en$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address?'), _defineProperty(_en$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper.'), _defineProperty(_en$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you.'), _defineProperty(_en$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys'), _defineProperty(_en$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood).'), _defineProperty(_en$data, 'HELP_2a_Title', 'How do I save/backup my wallet?'), _defineProperty(_en$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_en$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`.'), _defineProperty(_en$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer.'), _defineProperty(_en$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`.'), _defineProperty(_en$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password.'), _defineProperty(_en$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever.'), _defineProperty(_en$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations.'), _defineProperty(_en$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same.'), _defineProperty(_en$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet?'), _defineProperty(_en$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it.'), _defineProperty(_en$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly.'), _defineProperty(_en$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet?'), _defineProperty(_en$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned.'), _defineProperty(_en$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4_Desc_9', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another?'), _defineProperty(_en$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet.'), _defineProperty(_en$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction."'), _defineProperty(_en$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page'), _defineProperty(_en$data, 'HELP_4CX_Desc_2', 'QuickSend'), _defineProperty(_en$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon.'), _defineProperty(_en$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button.'), _defineProperty(_en$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from.'), _defineProperty(_en$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction".'), _defineProperty(_en$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct.'), _defineProperty(_en$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX?'), _defineProperty(_en$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page.'), _defineProperty(_en$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer.'), _defineProperty(_en$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact.'), _defineProperty(_en$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo.'), _defineProperty(_en$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally?'), _defineProperty(_en$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it.'), _defineProperty(_en$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right).'), _defineProperty(_en$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left.'), _defineProperty(_en$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page.'), _defineProperty(_en$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button.'), _defineProperty(_en$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select".'), _defineProperty(_en$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar.'), _defineProperty(_en$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store?'), _defineProperty(_en$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token.'), _defineProperty(_en$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar.'), _defineProperty(_en$data, 'HELP_7_Desc_11', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_7_Desc_2', 'Unlock your wallet.'), _defineProperty(_en$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_5', 'Select which token you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_6', 'If you do not see the token listed'), _defineProperty(_en$data, 'HELP_7_Desc_7', 'Click "Custom".'), _defineProperty(_en$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist.'), _defineProperty(_en$data, 'HELP_7_Desc_9', 'Click "Save".'), _defineProperty(_en$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens?'), _defineProperty(_en$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain.'), _defineProperty(_en$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site.'), _defineProperty(_en$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below.'), _defineProperty(_en$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally.'), _defineProperty(_en$data, 'HELP_8_Title', '8) What happens if your site goes down?'), _defineProperty(_en$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer.'), _defineProperty(_en$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets.'), _defineProperty(_en$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above.'), _defineProperty(_en$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears?'), _defineProperty(_en$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times.'), _defineProperty(_en$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline?'), _defineProperty(_en$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _defineProperty(_en$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future!'), _defineProperty(_en$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions'), _defineProperty(_en$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**.'), _defineProperty(_en$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.'), _defineProperty(_en$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer!'), _defineProperty(_en$data, 'HELP_Remind_Title', 'Some reminders'), _defineProperty(_en$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears.'), _defineProperty(_en$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success.'), _defineProperty(_en$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere.'), _defineProperty(_en$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_en$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above.'), _defineProperty(_en$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred.'), _defineProperty(_en$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks!'), _defineProperty(_en$data, 'HELP_Sec_Title', 'Security'), _defineProperty(_en$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_3', 'What information is saved?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension.'), _defineProperty(_en$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX'), _defineProperty(_en$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details.'), _en$data); +}, _defineProperty(_en$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_en$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_en$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_en$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_en$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_en$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_en$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_en$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_en$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_en$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_en$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_en$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_en$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_en$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_en$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_en$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_en$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_en$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_en$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox'), _defineProperty(_en$data, 'ADD_Label_1', 'What would you like to do?'), _defineProperty(_en$data, 'ADD_Label_2', 'Create a Nickname'), _defineProperty(_en$data, 'ADD_Label_3', 'Your wallet is encrypted. Good! Please enter the password.'), _defineProperty(_en$data, 'ADD_Label_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Label_5', 'Enter the Address'), _defineProperty(_en$data, 'ADD_Label_6', 'Unlock your Wallet'), _defineProperty(_en$data, 'ADD_Label_6_short', 'Unlock'), _defineProperty(_en$data, 'ADD_Label_7', 'Add Account'), _defineProperty(_en$data, 'ADD_Label_8', 'Password (optional):'), _defineProperty(_en$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.'), _defineProperty(_en$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet'), _defineProperty(_en$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings'), _defineProperty(_en$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_en$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet'), _defineProperty(_en$data, 'ADD_MetaMask', 'Connect to MetaMask'), _defineProperty(_en$data, 'ADD_Radio_1', 'Generate New Wallet'), _defineProperty(_en$data, 'ADD_Radio_2', 'Select Your Wallet File (Keystore / JSON)'), _defineProperty(_en$data, 'ADD_Radio_2_alt', 'Select Your Wallet File'), _defineProperty(_en$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE...'), _defineProperty(_en$data, 'ADD_Radio_3', 'Paste Your Private Key'), _defineProperty(_en$data, 'ADD_Radio_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Radio_5', 'Paste Your Mnemonic'), _defineProperty(_en$data, 'ADD_Radio_5_Path', 'Select HD derivation path'), _defineProperty(_en$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_en$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_en$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_en$data, 'ADD_Trezor_scan', 'Connect to TREZOR'), _defineProperty(_en$data, 'ADD_Warning_1', 'You can add any account to "watch" on the wallets tab without uploading a private key. This does ** not ** mean you have access to this wallet, nor can you transfer Ether from it.'), _defineProperty(_en$data, 'BULK_Label_1', 'Number of Wallets To Generate'), _defineProperty(_en$data, 'BULK_Label_2', 'Generate Wallets'), _defineProperty(_en$data, 'BULK_SuccessMsg', 'Success! Your wallets have been generated.'), _defineProperty(_en$data, 'CONTRACT_ByteCode', 'Byte Code'), _defineProperty(_en$data, 'CONTRACT_Interact_CTA', 'Select a function'), _defineProperty(_en$data, 'CONTRACT_Interact_Title', 'Read / Write Contract'), _defineProperty(_en$data, 'CONTRACT_Json', 'ABI / JSON Interface'), _defineProperty(_en$data, 'CONTRACT_Read', 'READ'), _defineProperty(_en$data, 'CONTRACT_Title', 'Contract Address'), _defineProperty(_en$data, 'CONTRACT_Title_2', 'Select Existing Contract'), _defineProperty(_en$data, 'CONTRACT_Write', 'WRITE'), _defineProperty(_en$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one!'), _defineProperty(_en$data, 'CX_quicksend', 'QuickSend'), _defineProperty(_en$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension'), _defineProperty(_en$data, 'CX_Warning_1', 'Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up.'), _defineProperty(_en$data, 'decrypt_Access', 'How would you like to access your wallet?'), _defineProperty(_en$data, 'decrypt_Select', 'Select a Wallet'), _defineProperty(_en$data, 'decrypt_Title', 'Select the format of your private key'), _defineProperty(_en$data, 'DEP_generate', 'Generate Bytecode'), _defineProperty(_en$data, 'DEP_generated', 'Generated Bytecode'), _defineProperty(_en$data, 'DEP_interface', 'Generated Interface'), _defineProperty(_en$data, 'DEP_signtx', 'Sign Transaction'), _defineProperty(_en$data, 'ERROR_0', '(error_01) Please enter a valid amount.'), _defineProperty(_en$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_en$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_en$data, 'ERROR_3', '(error_04) This is not a valid wallet file.'), _defineProperty(_en$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_en$data, 'ERROR_5', '(error_06) Please enter a valid address.'), _defineProperty(_en$data, 'ERROR_6', '(error_07) Please enter a valid password.'), _defineProperty(_en$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_en$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_en$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.)'), _defineProperty(_en$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_en$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_en$data, 'ERROR_12', '(error_13) Invalid signed transaction.'), _defineProperty(_en$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists.'), _defineProperty(_en$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_en$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_en$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_en$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_en$data, 'ERROR_19', '(error_20) Please enter a valid symbol'), _defineProperty(_en$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_en$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_en$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_en$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_en$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_en$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_en$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_en$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_en$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_en$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_en$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_en$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_en$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_en$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_en$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_en$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_en$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_en$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_en$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_en$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_en$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_en$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_en$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_en$data, 'GETH_InvalidSender', '(geth-06) Invalid sender.'), _defineProperty(_en$data, 'GETH_NegativeValue', '(geth-07) Negative value.'), _defineProperty(_en$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low'), _defineProperty(_en$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_en$data, 'FOOTER_1b', 'Created by'), _defineProperty(_en$data, 'FOOTER_2', 'Donations greatly appreciated'), _defineProperty(_en$data, 'FOOTER_3', 'Client-side wallet generation by'), _defineProperty(_en$data, 'FOOTER_4', 'Disclaimer'), _defineProperty(_en$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_en$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_en$data, 'GEN_desc', 'If you want to generate multiple wallets, you can do so here'), _defineProperty(_en$data, 'GEN_Help_1', 'Use your'), _defineProperty(_en$data, 'GEN_Help_10', 'Right click & save file as. Filename:'), _defineProperty(_en$data, 'GEN_Help_11', 'Don\'t open this file on your computer'), _defineProperty(_en$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.)'), _defineProperty(_en$data, 'GEN_Help_13', 'How to Back Up Your Keystore File'), _defineProperty(_en$data, 'GEN_Help_14', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_en$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_en$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_en$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_en$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_en$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_en$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_en$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_en$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_en$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_en$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_en$data, 'GEN_Help_8', 'Not Downloading a File?'), _defineProperty(_en$data, 'GEN_Help_9', 'Try using Google Chrome'), _defineProperty(_en$data, 'GEN_Label_1', 'Enter a password'), _defineProperty(_en$data, 'GEN_Label_2', 'Save your `Keystore` File.'), _defineProperty(_en$data, 'GEN_Label_3', 'Save Your Address.'), _defineProperty(_en$data, 'GEN_Label_4', 'Print paper wallet or a QR code.'), _defineProperty(_en$data, 'GEN_Label_5', 'Save Your `Private Key`.'), _defineProperty(_en$data, 'GEN_Placeholder_1', 'Do NOT forget to save this!'), _defineProperty(_en$data, 'GEN_SuccessMsg', 'Success! Your wallet has been generated.'), _defineProperty(_en$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_en$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_en$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet'), _defineProperty(_en$data, 'MEW_Warning_1', 'Always check the URL before accessing your wallet or creating a new wallet. Beware of phishing sites!'), _defineProperty(_en$data, 'MNEM_1', 'Please select the address you would like to interact with.'), _defineProperty(_en$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time.'), _defineProperty(_en$data, 'MNEM_more', 'More Addresses'), _defineProperty(_en$data, 'MNEM_prev', 'Previous Addresses'), _defineProperty(_en$data, 'MSG_date', 'Date'), _defineProperty(_en$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date.'), _defineProperty(_en$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it.'), _defineProperty(_en$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose.'), _defineProperty(_en$data, 'MSG_message', 'Message'), _defineProperty(_en$data, 'MSG_signature', 'Signature'), _defineProperty(_en$data, 'MSG_verify', 'Verify Message'), _defineProperty(_en$data, 'MYWAL_Address', 'Wallet Address'), _defineProperty(_en$data, 'MYWAL_Bal', 'Balance'), _defineProperty(_en$data, 'MYWAL_Content_1', 'Warning! You are about to remove your wallet'), _defineProperty(_en$data, 'MYWAL_Content_2', 'Be sure you have **saved the private key and/or Keystore File and the password** before you remove it.'), _defineProperty(_en$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password.'), _defineProperty(_en$data, 'MYWAL_Edit', 'Edit'), _defineProperty(_en$data, 'MYWAL_Edit_2', 'Edit Wallet'), _defineProperty(_en$data, 'MYWAL_Hide', 'Hide Wallet Info'), _defineProperty(_en$data, 'MYWAL_Name', 'Wallet Name'), _defineProperty(_en$data, 'MYWAL_Nick', 'Wallet Nickname'), _defineProperty(_en$data, 'MYWAL_Remove', 'Remove'), _defineProperty(_en$data, 'MYWAL_RemoveWal', 'Remove Wallet'), _defineProperty(_en$data, 'MYWAL_View', 'View'), _defineProperty(_en$data, 'MYWAL_Viewing', 'Viewing Wallet'), _defineProperty(_en$data, 'MYWAL_WatchOnly', 'Your Watch-Only Accounts'), _defineProperty(_en$data, 'NAV_AddWallet', 'Add Wallet'), _defineProperty(_en$data, 'NAV_BulkGenerate', 'Bulk Generate'), _defineProperty(_en$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_en$data, 'NAV_Contact', 'Contact'), _defineProperty(_en$data, 'NAV_Contracts', 'Contracts'), _defineProperty(_en$data, 'NAV_DeployContract', 'Deploy Contract'), _defineProperty(_en$data, 'NAV_DomainSale', 'DomainSale'), _defineProperty(_en$data, 'NAV_ENS', 'ENS'), _defineProperty(_en$data, 'NAV_GenerateWallet', 'Create New Wallet'), _defineProperty(_en$data, 'NAV_GenerateWallet_alt', 'New Wallet'), _defineProperty(_en$data, 'NAV_Help', 'Help'), _defineProperty(_en$data, 'NAV_InteractContract', 'Interact with Contract'), _defineProperty(_en$data, 'NAV_Multisig', 'Multisig'), _defineProperty(_en$data, 'NAV_MyWallets', 'My Wallets'), _defineProperty(_en$data, 'NAV_Offline', 'Send Offline'), _defineProperty(_en$data, 'NAV_SendEther', 'Send Ether & Tokens'), _defineProperty(_en$data, 'NAV_SendTokens', 'Send Tokens'), _defineProperty(_en$data, 'NAV_SignMsg', 'Sign Message'), _defineProperty(_en$data, 'NAV_Swap', 'Swap'), _defineProperty(_en$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_en$data, 'NAV_ViewWallet', 'View Wallet Info'), _defineProperty(_en$data, 'NAV_YourWallets', 'Your Wallets'), _defineProperty(_en$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_en$data, 'NODE_Name', 'Node Name'), _defineProperty(_en$data, 'NODE_Port', 'Node Port'), _defineProperty(_en$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_en$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_en$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_en$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_en$data, 'OFFLINE_Desc', 'Generating offline transactions can be done in three steps. You will complete steps 1 and 3 on an online computer, and step 2 on an offline/airgapped computer. This ensures your private keys do not touch an internet-connected device.'), _defineProperty(_en$data, 'OFFLINE_Step1_Button', 'Generate Information'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_1', 'From Address'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_2', 'Note: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_1', 'To Address'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_2', 'Value / Amount to Send'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3', 'Gas Price'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4', 'Gas Limit'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6', 'Data'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6b', 'This is optional. Data is often used when you send transactions to contracts.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON.'), _defineProperty(_en$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer)'), _defineProperty(_en$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button.'), _defineProperty(_en$data, 'OFFLINE_Step3_Title', 'Step 3: Send / Publish Transaction (Online Computer)'), _defineProperty(_en$data, 'OFFLINE_Title', 'Generate & Send Offline Transaction'), _defineProperty(_en$data, 'OFFLLINE_Step1_Title', 'Step 1: Generate Information (Online Computer)'), _defineProperty(_en$data, 'SEND_addr', 'To Address'), _defineProperty(_en$data, 'SEND_amount', 'Amount to Send'), _defineProperty(_en$data, 'SEND_amount_short', 'Amount'), _defineProperty(_en$data, 'SEND_custom', 'Add Custom Token'), _defineProperty(_en$data, 'SEND_gas', 'Gas'), _defineProperty(_en$data, 'SEND_generate', 'Generate Transaction'), _defineProperty(_en$data, 'SEND_raw', 'Raw Transaction'), _defineProperty(_en$data, 'SEND_signed', 'Signed Transaction'), _defineProperty(_en$data, 'SEND_trans', 'Send Transaction'), _defineProperty(_en$data, 'SEND_TransferTotal', 'Send Entire Balance'), _defineProperty(_en$data, 'SENDModal_Content_1', 'You are about to send'), _defineProperty(_en$data, 'SENDModal_Content_2', 'to address'), _defineProperty(_en$data, 'SENDModal_Content_3', 'Are you sure you want to do this?'), _defineProperty(_en$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether.'), _defineProperty(_en$data, 'SENDModal_No', 'No, get me out of here!'), _defineProperty(_en$data, 'SENDModal_Title', 'Warning!'), _defineProperty(_en$data, 'SENDModal_Yes', 'Yes, I am sure! Make transaction.'), _defineProperty(_en$data, 'sidebar_AccountAddr', 'Account Address'), _defineProperty(_en$data, 'sidebar_AccountBal', 'Account Balance'), _defineProperty(_en$data, 'sidebar_AccountInfo', 'Account Information'), _defineProperty(_en$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_en$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_en$data, 'sidebar_donate', 'Donate'), _defineProperty(_en$data, 'sidebar_donation', 'MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?'), _defineProperty(_en$data, 'sidebar_Equiv', 'Equivalent Values'), _defineProperty(_en$data, 'sidebar_thanks', 'THANK YOU!!!'), _defineProperty(_en$data, 'sidebar_TokenBal', 'Token Balances'), _defineProperty(_en$data, 'sidebar_TransHistory', 'Transaction History'), _defineProperty(_en$data, 'SUCCESS_1', 'Valid address'), _defineProperty(_en$data, 'SUCCESS_2', 'Wallet successfully decrypted'), _defineProperty(_en$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_en$data, 'SUCCESS_4', 'Your wallet was successfully added'), _defineProperty(_en$data, 'SUCCESS_5', 'File Selected'), _defineProperty(_en$data, 'SUCCESS_6', 'You are successfully connected'), _defineProperty(_en$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_en$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_en$data, 'SWAP_information', "Your Information "), _defineProperty(_en$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_en$data, 'SWAP_init_2', " for "), _defineProperty(_en$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_en$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_en$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_en$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_en$data, 'SWAP_progress_3', "Received! "), _defineProperty(_en$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_en$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_en$data, 'SWAP_rates', "Current Rates "), _defineProperty(_en$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_en$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_en$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_en$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_en$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_en$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_en$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_en$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_en$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_en$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_en$data, 'TOKEN_hide', 'Hide Tokens'), _defineProperty(_en$data, 'TOKEN_show', 'Show All Tokens'), _defineProperty(_en$data, 'TOKEN_Symbol', 'Token Symbol'), _defineProperty(_en$data, 'TRANS_advanced', '+Advanced: Add Data'), _defineProperty(_en$data, 'TRANS_data', 'Data'), _defineProperty(_en$data, 'TRANS_desc', 'If you want to send Tokens, please use the "Send Token" page instead.'), _defineProperty(_en$data, 'TRANS_gas', 'Gas Limit'), _defineProperty(_en$data, 'TRANS_sendInfo', 'A standard transaction using 21000 gas will cost 0.000441 ETH. We do not take a transaction fee.'), _defineProperty(_en$data, 'translate_version', '0.5'), _defineProperty(_en$data, 'Translator_Desc', ''), _defineProperty(_en$data, 'TranslatorAddr_1', ''), _defineProperty(_en$data, 'TranslatorAddr_2', ''), _defineProperty(_en$data, 'TranslatorAddr_3', ''), _defineProperty(_en$data, 'TranslatorAddr_4', ''), _defineProperty(_en$data, 'TranslatorAddr_5', ''), _defineProperty(_en$data, 'TranslatorName_1', ''), _defineProperty(_en$data, 'TranslatorName_2', ''), _defineProperty(_en$data, 'TranslatorName_3', ''), _defineProperty(_en$data, 'TranslatorName_4', ''), _defineProperty(_en$data, 'TranslatorName_5', ''), _defineProperty(_en$data, 'tx_Details', 'Transaction Details'), _defineProperty(_en$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_en$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined).'), _defineProperty(_en$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_en$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_en$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_en$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_en$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_en$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_en$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again.'), _defineProperty(_en$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_en$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_en$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_en$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_en$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_en$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/).'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet.'), _defineProperty(_en$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details.'), _defineProperty(_en$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started.'), _defineProperty(_en$data, 'x_Access', 'Access'), _defineProperty(_en$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere.'), _defineProperty(_en$data, 'x_Address', 'Your Address'), _defineProperty(_en$data, 'x_Cancel', 'Cancel'), _defineProperty(_en$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_en$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_en$data, 'x_CSV', 'CSV file (unencrypted)'), _defineProperty(_en$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_en$data, 'x_Download', 'Download'), _defineProperty(_en$data, 'x_Json', 'JSON File (unencrypted)'), _defineProperty(_en$data, 'x_JsonDesc', 'This is the unencrypted, JSON format of your private key. This means you do not need the password but anyone who finds your JSON can access your wallet & Ether without the password.'), _defineProperty(_en$data, 'x_Keystore', 'Keystore File (UTC / JSON · Recommended · Encrypted)'), _defineProperty(_en$data, 'x_Keystore2', 'Keystore File (UTC / JSON)'), _defineProperty(_en$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up.'), _defineProperty(_en$data, 'x_Ledger', 'Ledger Wallet'), _defineProperty(_en$data, 'x_MetaMask', 'MetaMask / Mist'), _defineProperty(_en$data, 'x_Mnemonic', 'Mnemonic Phrase'), _defineProperty(_en$data, 'x_ParityPhrase', 'Parity Phrase'), _defineProperty(_en$data, 'x_Password', 'Password'), _defineProperty(_en$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_en$data, 'x_Print', 'Print Paper Wallet'), _defineProperty(_en$data, 'x_PrintDesc', 'ProTip: If you cannot print this right now, click "Print" and save it as a PDF until you are able to get it printed. Remove it from your computer afterwards!'), _defineProperty(_en$data, 'x_PrintShort', 'Print'), _defineProperty(_en$data, 'x_PrivKey', 'Private Key (unencrypted)'), _defineProperty(_en$data, 'x_PrivKey2', 'Private Key'), _defineProperty(_en$data, 'x_PrivKeyDesc', 'This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended.'), _defineProperty(_en$data, 'x_ReadMore', 'Read More'), _defineProperty(_en$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_en$data, 'x_Save', 'Save'), _defineProperty(_en$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_en$data, 'x_Trezor', 'TREZOR'), _defineProperty(_en$data, 'x_TXFee', 'TX Fee'), _defineProperty(_en$data, 'x_TxHash', 'TX Hash'), _defineProperty(_en$data, 'x_TXT', 'TXT file (unencrypted)'), _defineProperty(_en$data, 'x_Wallet', 'Wallet'), _defineProperty(_en$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**.'), _defineProperty(_en$data, 'HELP_0_Desc_2', 'Create a new wallet.'), _defineProperty(_en$data, 'HELP_0_Desc_3', 'Back the wallet up.'), _defineProperty(_en$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information.'), _defineProperty(_en$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet.'), _defineProperty(_en$data, 'HELP_0_Title', '0) I\'m new. What do I do?'), _defineProperty(_en$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction.'), _defineProperty(_en$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price.'), _defineProperty(_en$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send.'), _defineProperty(_en$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you.'), _defineProperty(_en$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format.'), _defineProperty(_en$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button.'), _defineProperty(_en$data, 'HELP_10_Title', '10) How do I make an offline transaction?'), _defineProperty(_en$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+....'), _defineProperty(_en$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts."'), _defineProperty(_en$data, 'HELP_12_Desc_11', 'Using your unencrypted private key...'), _defineProperty(_en$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page.'), _defineProperty(_en$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted).'), _defineProperty(_en$data, 'HELP_12_Desc_15', 'If you are on a Mac'), _defineProperty(_en$data, 'HELP_12_Desc_15b', 'If you are on a PC'), _defineProperty(_en$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key.'), _defineProperty(_en$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text".'), _defineProperty(_en$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog.'), _defineProperty(_en$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key'), _defineProperty(_en$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:`'), _defineProperty(_en$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file.'), _defineProperty(_en$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page.'), _defineProperty(_en$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file.'), _defineProperty(_en$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application.'), _defineProperty(_en$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts"'), _defineProperty(_en$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder.'), _defineProperty(_en$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist?'), _defineProperty(_en$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction.'), _defineProperty(_en$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean?'), _defineProperty(_en$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_en$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe?'), _defineProperty(_en$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it.'), _defineProperty(_en$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan)'), _defineProperty(_en$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io'), _defineProperty(_en$data, 'HELP_16_Title', '16) How do I check the balance of my account?'), _defineProperty(_en$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io'), _defineProperty(_en$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet?'), _defineProperty(_en$data, 'HELP_18_Title', '18) Where is my geth wallet file?'), _defineProperty(_en$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored.'), _defineProperty(_en$data, 'HELP_19_Title', '19) Where is my Mist wallet file?'), _defineProperty(_en$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page.'), _defineProperty(_en$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet"'), _defineProperty(_en$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions.'), _defineProperty(_en$data, 'HELP_1_Desc_4', 'Click "GENERATE".'), _defineProperty(_en$data, 'HELP_1_Desc_5', 'Your wallet has now been generated.'), _defineProperty(_en$data, 'HELP_1_Title', '1) How do I create a new wallet?'), _defineProperty(_en$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale.'), _defineProperty(_en$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file?'), _defineProperty(_en$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no.'), _defineProperty(_en$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts.'), _defineProperty(_en$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems.'), _defineProperty(_en$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password.'), _defineProperty(_en$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match.'), _defineProperty(_en$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion.'), _defineProperty(_en$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space.'), _defineProperty(_en$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day.'), _defineProperty(_en$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address?'), _defineProperty(_en$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper.'), _defineProperty(_en$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you.'), _defineProperty(_en$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys'), _defineProperty(_en$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood).'), _defineProperty(_en$data, 'HELP_2a_Title', 'How do I save/backup my wallet?'), _defineProperty(_en$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_en$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`.'), _defineProperty(_en$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer.'), _defineProperty(_en$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`.'), _defineProperty(_en$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password.'), _defineProperty(_en$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever.'), _defineProperty(_en$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations.'), _defineProperty(_en$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same.'), _defineProperty(_en$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet?'), _defineProperty(_en$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it.'), _defineProperty(_en$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly.'), _defineProperty(_en$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet?'), _defineProperty(_en$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned.'), _defineProperty(_en$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4_Desc_9', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another?'), _defineProperty(_en$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet.'), _defineProperty(_en$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction."'), _defineProperty(_en$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page'), _defineProperty(_en$data, 'HELP_4CX_Desc_2', 'QuickSend'), _defineProperty(_en$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon.'), _defineProperty(_en$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button.'), _defineProperty(_en$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from.'), _defineProperty(_en$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction".'), _defineProperty(_en$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct.'), _defineProperty(_en$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX?'), _defineProperty(_en$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page.'), _defineProperty(_en$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer.'), _defineProperty(_en$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact.'), _defineProperty(_en$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo.'), _defineProperty(_en$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally?'), _defineProperty(_en$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it.'), _defineProperty(_en$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right).'), _defineProperty(_en$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left.'), _defineProperty(_en$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page.'), _defineProperty(_en$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button.'), _defineProperty(_en$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select".'), _defineProperty(_en$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar.'), _defineProperty(_en$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store?'), _defineProperty(_en$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token.'), _defineProperty(_en$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar.'), _defineProperty(_en$data, 'HELP_7_Desc_11', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_7_Desc_2', 'Unlock your wallet.'), _defineProperty(_en$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_5', 'Select which token you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_6', 'If you do not see the token listed'), _defineProperty(_en$data, 'HELP_7_Desc_7', 'Click "Custom".'), _defineProperty(_en$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist.'), _defineProperty(_en$data, 'HELP_7_Desc_9', 'Click "Save".'), _defineProperty(_en$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens?'), _defineProperty(_en$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain.'), _defineProperty(_en$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site.'), _defineProperty(_en$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below.'), _defineProperty(_en$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally.'), _defineProperty(_en$data, 'HELP_8_Title', '8) What happens if your site goes down?'), _defineProperty(_en$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer.'), _defineProperty(_en$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets.'), _defineProperty(_en$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above.'), _defineProperty(_en$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears?'), _defineProperty(_en$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times.'), _defineProperty(_en$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline?'), _defineProperty(_en$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _defineProperty(_en$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future!'), _defineProperty(_en$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions'), _defineProperty(_en$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**.'), _defineProperty(_en$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.'), _defineProperty(_en$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer!'), _defineProperty(_en$data, 'HELP_Remind_Title', 'Some reminders'), _defineProperty(_en$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears.'), _defineProperty(_en$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success.'), _defineProperty(_en$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere.'), _defineProperty(_en$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_en$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above.'), _defineProperty(_en$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred.'), _defineProperty(_en$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks!'), _defineProperty(_en$data, 'HELP_Sec_Title', 'Security'), _defineProperty(_en$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_3', 'What information is saved?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension.'), _defineProperty(_en$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX'), _defineProperty(_en$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details.'), _en$data); module.exports = en; @@ -15362,7 +15359,7 @@ es.data = (_es$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_es$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_es$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_es$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_es$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_es$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_es$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_es$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_es$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_es$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_es$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_es$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_es$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_es$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_es$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_es$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_es$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_es$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_es$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_es$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_es$data, 'x_CancelReplaceTx', 'Cancelar o reemplazar transacción'), _defineProperty(_es$data, 'x_CancelTx', 'Cancelar transacción'), _defineProperty(_es$data, 'x_PasswordDesc', 'Esta contraseña * encripta * tu clave privada. Esto no es una semilla para generar tus claves. **Necesitarás esta contraseña + tu clave privada para desbloquear tu cartera.**'), _defineProperty(_es$data, 'x_ReadMore', 'Leer más'), _defineProperty(_es$data, 'x_ReplaceTx', 'Reemplazar transacción'), _defineProperty(_es$data, 'x_TransHash', 'Hash de la transacción'), _defineProperty(_es$data, 'x_TXFee', 'TX Fee'), _defineProperty(_es$data, 'x_TxHash', 'TX Hash'), _defineProperty(_es$data, 'NAV_CheckTxStatus', 'Comprobar estado de transacción'), _defineProperty(_es$data, 'NAV_TxStatus', 'Estado de transacción'), _defineProperty(_es$data, 'tx_Details', 'Detalles de la transacción'), _defineProperty(_es$data, 'tx_Summary', 'En momentos de alto volumen (como por ejemplo durante las ICOs) las transacciones pueden quedarse pendientes durante horas o incluso días. Esta herramienta te proporciona la posibilidad de encontrar y "cancelar" / reemplazar estas transacciones. ** Esto es algo que normalmente no puedes hacer. No se debe confiar en esta herramienta. Solamente funcionará cuando los pools de transacciones estén llenos. [Por favor, lee más sobre esta herramienta aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_es$data, 'tx_notFound', 'Transacción no encontrada'), _defineProperty(_es$data, 'tx_notFound_1', 'Esta transacción no se puede encontrar en el pool de transacciones del nodo al que estás conectado.'), _defineProperty(_es$data, 'tx_notFound_2', 'Si acabas de enviar la transacción, por favor espera 15 segundos y pulsa de nuevo el botón "Comprobar estado de transacción". '), _defineProperty(_es$data, 'tx_notFound_3', 'Podría encontrarse todavía en el pool de transacciones de otro nodo diferente, esperando ser minado.'), _defineProperty(_es$data, 'tx_notFound_4', 'Por favor usa el desplegable en la parte superior derecha y selecciona un nodo ETH diferente (ej. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) y comprueba de nuevo.'), _defineProperty(_es$data, 'tx_foundInPending', 'Transacción pendiente encontrada'), _defineProperty(_es$data, 'tx_foundInPending_1', 'Tu transacción se ha encontrado en el pool de transacciones del nodo al que te encuentras conectado. '), _defineProperty(_es$data, 'tx_foundInPending_2', 'Actualmente está pendiente (esperando ser minada). '), _defineProperty(_es$data, 'tx_foundInPending_3', 'Existe la posibilidad de que puedas "cancelar" o reemplazar esta transacción. Desbloquea tu cartera debajo.'), _defineProperty(_es$data, 'tx_FoundOnChain', 'Transacción encontrada'), _defineProperty(_es$data, 'tx_FoundOnChain_1', 'Tu transacción ha sido minada con éxito y se encuentra en la cadena de bloques.'), _defineProperty(_es$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_es$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_es$data, 'GEN_Help_1', 'Usa tu'), _defineProperty(_es$data, 'GEN_Help_2', 'para acceder a tu cuenta.'), _defineProperty(_es$data, 'GEN_Help_3', 'Tu dispositivo * is * tu cartera.'), _defineProperty(_es$data, 'GEN_Help_4', 'Guías y FAQ'), _defineProperty(_es$data, 'GEN_Help_5', 'Cómo crear una cartera'), _defineProperty(_es$data, 'GEN_Help_6', 'Empezando'), _defineProperty(_es$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_es$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_es$data, 'GEN_Help_9', 'Intenta utilizando Google Chrome '), _defineProperty(_es$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_es$data, 'GEN_Help_11', 'No abras este archivo en tu computadora '), _defineProperty(_es$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_es$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_es$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_es$data, 'GEN_Help_15', 'Evitando la pérdida o robo de tus fondos.'), _defineProperty(_es$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_es$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_es$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_es$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_es$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_es$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_es$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_es$data, 'GEN_Unlock', 'Desbloquea tu cartera para ver tu dirección'), _defineProperty(_es$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_es$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_es$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_es$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_es$data, 'NAV_AddWallet', 'Añadir cartera '), _defineProperty(_es$data, 'NAV_BulkGenerate', 'Generar en masa '), _defineProperty(_es$data, 'NAV_Contact', 'Contacto '), _defineProperty(_es$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_es$data, 'NAV_DeployContract', 'Desplegar contrato '), _defineProperty(_es$data, 'NAV_ENS', 'ENS'), _defineProperty(_es$data, 'NAV_GenerateWallet_alt', 'Nueva cartera '), _defineProperty(_es$data, 'NAV_GenerateWallet', 'Generar cartera '), _defineProperty(_es$data, 'NAV_Help', 'Ayuda '), _defineProperty(_es$data, 'NAV_InteractContract', 'Interactuar con un contrato '), _defineProperty(_es$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_es$data, 'NAV_MyWallets', 'Mis carteras '), _defineProperty(_es$data, 'NAV_Offline', 'Enviar sin conexión '), _defineProperty(_es$data, 'NAV_SendEther', 'Enviar ether y tokens '), _defineProperty(_es$data, 'NAV_SendTokens', 'Enviar tokens '), _defineProperty(_es$data, 'NAV_SignMsg', 'Firmar mensaje '), _defineProperty(_es$data, 'NAV_Swap', 'Intercambiar '), _defineProperty(_es$data, 'NAV_ViewWallet', 'Ver información de las carteras '), _defineProperty(_es$data, 'NAV_YourWallets', 'Tus carteras '), _defineProperty(_es$data, 'x_Access', 'Access '), _defineProperty(_es$data, 'x_AddessDesc', 'Tu dirección también se conoce como tu `número de cuenta` o tu `clave pública`. Es lo que compartes con otras personas para que te puedan enviar Ether o tokens. Busca el icono de colores de tu dirección. Asegúrate de que coincide con tu cartera de papel y siempre que introduzcas tu dirección en cualquier sitio. Puedes pensar en esto como tu "número de cuenta" o tu "clave pública". Es lo que le das a la gente para que te puedan enviar ether. Ese icono es una forma fácil de reconocer tu dirección. '), _defineProperty(_es$data, 'x_Address', 'Tu dirección '), _defineProperty(_es$data, 'x_Cancel', 'Cancelar '), _defineProperty(_es$data, 'x_CSV', 'Archivo CSV (sin encriptar) '), _defineProperty(_es$data, 'x_Download', 'Descargar '), _defineProperty(_es$data, 'x_Json', 'Archivo JSON (sin encriptar) '), _defineProperty(_es$data, 'x_JsonDesc', 'Esta es tu clave privada sin encriptar en formato JSON. Esto significa que no necesitas una contraseña, pero cualquiera que encuentre tu archivo JSON puede acceder a tu cartera y ether sin necesitar ninguna contraseña. '), _defineProperty(_es$data, 'x_Keystore', 'Archivo Keystore (UTC / JSON · Recomendado · Encriptado) '), _defineProperty(_es$data, 'x_Keystore2', 'Archivo Keystore (UTC / JSON) '), _defineProperty(_es$data, 'x_KeystoreDesc', 'Este archivo Keystore/JSON concuerda con el formato usado por Mist para una fácil importación en el futuro. Es el archivo recomendado para descargar y guardar como copia de seguridad. '), _defineProperty(_es$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_es$data, 'x_Mnemonic', 'Frase mnemotécnica '), _defineProperty(_es$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_es$data, 'x_Password', 'Contraseña '), _defineProperty(_es$data, 'x_Print', 'Imprimir Cartera de Papel '), _defineProperty(_es$data, 'x_PrintDesc', 'Consejo: Hax clic en imprimir y guardar esto como un PDF, ¡incluso si no tienes impresora! '), _defineProperty(_es$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_es$data, 'x_PrivKey', 'Clave Privada (sin encriptar) '), _defineProperty(_es$data, 'x_PrivKey2', 'Clave Privada '), _defineProperty(_es$data, 'x_PrivKeyDesc', 'Esta es la versión en texto sin encriptar de tu clave privada, lo cual quiere decir que no hace falta contraseña. Si alguien encontrase tu clave privada sin encriptar, podrían acceder a tu cartera sin necesitar contraseña. Por esta razón, normalmente se recomiendan las versiones encriptadas. '), _defineProperty(_es$data, 'x_Save', 'Guardar '), _defineProperty(_es$data, 'x_TXT', 'Archivo TXT (sin encriptar) '), _defineProperty(_es$data, 'x_Wallet', 'Cartera '), _defineProperty(_es$data, 'MEW_Warning_1', 'Comprueba siempre la URL antes de acceder a tu cartera o crear una cartera nueva. ¡Ten cuidado con los sitios falsos (phishing)! '), _defineProperty(_es$data, 'CX_Warning_1', 'Asegúrate de tener **copias de seguridad externas** de cualquier cartera que almacenes aquí. Pueden ocurrir muchas cosas que te hagan perder los datos de esta extensión de Chrome; esto incluye desinstalar y volver a instalar la extensión. Esta extensión es un modo de acceder fácilmente a tus carteras, **no** una manera de respaldarlas. '), _defineProperty(_es$data, 'MEW_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente '), _defineProperty(_es$data, 'CX_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente extensión Chrome '), _defineProperty(_es$data, 'FOOTER_1', 'Una herramienta de código abierto JavaScript que se ejecuta en el lado del cliente, para generar carteras y enviar transacciones Ethereum. '), _defineProperty(_es$data, 'FOOTER_1b', 'Creado por '), _defineProperty(_es$data, 'FOOTER_2', 'Se agradecen las donaciones: '), _defineProperty(_es$data, 'FOOTER_3', 'Generación de carteras en el cliente por '), _defineProperty(_es$data, 'FOOTER_4', 'Renuncia de responsabilidad '), _defineProperty(_es$data, 'sidebar_AccountInfo', 'Información de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountAddr', 'Dirección de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountBal', 'Saldo de la cuenta '), _defineProperty(_es$data, 'sidebar_TokenBal', 'Saldos de tokens '), _defineProperty(_es$data, 'sidebar_Equiv', 'Valores equivalentes '), _defineProperty(_es$data, 'sidebar_TransHistory', 'Historial de transacciones '), _defineProperty(_es$data, 'sidebar_donation', 'MyEtherWallet es un servicio gratuito y de código abierto dedicado a tu privacidad y seguridad. Cuantas más donaciones recibimos, más tiempo dedicamos creando nuevas características, escuchando vuestros comentarios y proporcionando lo que queréis. Sólo somos dos personas intentando cambiar el mundo. ¿Nos ayudas? '), _defineProperty(_es$data, 'sidebar_donate', 'Donar '), _defineProperty(_es$data, 'sidebar_thanks', '¡¡¡GRACIAS!!! '), _defineProperty(_es$data, 'sidebar_DisplayOnTrezor', 'Mostrar dirección en TREZOR'), _defineProperty(_es$data, 'sidebar_DisplayOnLedger', 'Mostrar dirección en Ledger'), _defineProperty(_es$data, 'decrypt_Access', '¿Cómo te gustaría acceder a tu cartera? '), _defineProperty(_es$data, 'decrypt_Title', 'Elige el formato de tu clave privada: '), _defineProperty(_es$data, 'decrypt_Select', 'Elige una cartera: '), _defineProperty(_es$data, 'ADD_Label_1', '¿Qué quieres hacer? '), _defineProperty(_es$data, 'ADD_Radio_1', 'Generar nueva cartera '), _defineProperty(_es$data, 'ADD_Radio_2', 'Elige tu archivo de cartera (Keystore / JSON) '), _defineProperty(_es$data, 'ADD_Radio_2_alt', 'Elige tu archivo de cartera '), _defineProperty(_es$data, 'ADD_Radio_2_short', 'ELIGE ARCHIVO DE CARTERA... '), _defineProperty(_es$data, 'ADD_Radio_3', 'Pega o escribe tu clave privada '), _defineProperty(_es$data, 'ADD_Radio_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Radio_5', 'Pega o escribe tu mnemotécnico '), _defineProperty(_es$data, 'ADD_Radio_5_Path', 'Elige la ruta de derivación HD '), _defineProperty(_es$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_es$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_es$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathCustom', 'Personalizado'), _defineProperty(_es$data, 'ADD_Label_2', 'Crear un alias: '), _defineProperty(_es$data, 'ADD_Label_3', 'Tu cartera está encriptada. Introduce tu contraseña '), _defineProperty(_es$data, 'ADD_Label_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Warning_1', 'Puedes añadir una cuenta para supervisar en la pestaña de carteras sin cargar una clave privada. Esto ** no ** significa que tengas acceso a la cartera, ni puedes transferir ether desde ésta. '), _defineProperty(_es$data, 'ADD_Label_5', 'Introduce la dirección '), _defineProperty(_es$data, 'ADD_Label_6', 'Desbloquea tu cartera '), _defineProperty(_es$data, 'ADD_Label_6_short', 'Desbloquear '), _defineProperty(_es$data, 'ADD_Label_7', 'Añadir cuenta '), _defineProperty(_es$data, 'ADD_Label_8', 'Contraseña (opcional): '), _defineProperty(_es$data, 'GEN_desc', 'Si quieres generar varias carteras, puedes hacerlo aquí '), _defineProperty(_es$data, 'GEN_Label_1', 'Introduce una contraseña fuerte (mínimo 9 caracteres) '), _defineProperty(_es$data, 'GEN_Placeholder_1', '¡NO olvides guardar esto! '), _defineProperty(_es$data, 'GEN_SuccessMsg', '¡Enhorabuena! Se ha generado tu cartera. '), _defineProperty(_es$data, 'GEN_Label_2', 'Guarda tu Keystore. No olvides tu contraseña. '), _defineProperty(_es$data, 'GEN_Label_3', 'Guarda tu dirección. '), _defineProperty(_es$data, 'GEN_Label_4', 'Opcional: Imprime tu cartera en papel o guarda una versión en código QR. '), _defineProperty(_es$data, 'BULK_Label_1', 'Cantidad de carteras a generar '), _defineProperty(_es$data, 'BULK_Label_2', 'Generar carteras '), _defineProperty(_es$data, 'BULK_SuccessMsg', '¡Enhorabuena! Se han generado tus carteras. '), _defineProperty(_es$data, 'SEND_addr', 'Dirección de destino '), _defineProperty(_es$data, 'SEND_amount', 'Cantidad a enviar '), _defineProperty(_es$data, 'SEND_amount_short', 'Cantidad '), _defineProperty(_es$data, 'SEND_custom', 'Personalizado '), _defineProperty(_es$data, 'SEND_gas', 'Gas '), _defineProperty(_es$data, 'SEND_TransferTotal', 'Enviar todo el saldo '), _defineProperty(_es$data, 'SEND_generate', 'Generar transacción '), _defineProperty(_es$data, 'SEND_raw', 'Transacción en bruto '), _defineProperty(_es$data, 'SEND_signed', 'Transacción firmada '), _defineProperty(_es$data, 'SEND_trans', 'Enviar transacción '), _defineProperty(_es$data, 'SEND_custom', 'Añadir token personalizado '), _defineProperty(_es$data, 'SENDModal_Title', '¡Atención! '), _defineProperty(_es$data, 'SENDModal_Content_1', 'Vas a enviar '), _defineProperty(_es$data, 'SENDModal_Content_2', 'a la dirección '), _defineProperty(_es$data, 'SENDModal_Content_3', '¿Estás seguro de que quieres hacer esto? '), _defineProperty(_es$data, 'SENDModal_Content_4', 'NOTA: Si recibes un error, es muy probable que necesites añadir ether a tu cuenta para cubrir el coste en gas de enviar tokens. Gas se paga en ether. '), _defineProperty(_es$data, 'SENDModal_No', 'No, sácame de aquí. '), _defineProperty(_es$data, 'SENDModal_Yes', 'Sí, estoy seguro. Hacer la transacción. '), _defineProperty(_es$data, 'TOKEN_Addr', 'Token Contact Dirección '), _defineProperty(_es$data, 'TOKEN_Symbol', 'Símbolo del token '), _defineProperty(_es$data, 'TOKEN_Dec', 'Decimales '), _defineProperty(_es$data, 'TOKEN_hide', 'Ocultar tokens '), _defineProperty(_es$data, 'TOKEN_show', 'Mostrar todos los tokens '), _defineProperty(_es$data, 'TRANS_desc', 'Si quieres enviar tokens, utiliza la página "Enviar tokens" en lugar de esta. '), _defineProperty(_es$data, 'TRANS_warning', 'Si utilizas las funciones "Sólo ETH" o "Sólo ETC" estás enviando a través de un contrato. Algunos servicios tienen problemas aceptando estas transacciones. Leer más. '), _defineProperty(_es$data, 'TRANS_advanced', '+Avanzado: Añadir datos '), _defineProperty(_es$data, 'TRANS_data', 'Datos '), _defineProperty(_es$data, 'TRANS_gas', 'Límite de gas '), _defineProperty(_es$data, 'TRANS_sendInfo', 'Una transacción estándar que utiliza 21000 gas cuesta 0.000441 ETH. Utilizamos un precio de gas de 0.000000021 ETH, ligeramente por encima del mínimo, para asegurarnos de que se mina con rapidez. Nosotros no recibimos ninguna comisión por la transacción. '), _defineProperty(_es$data, 'TRANSModal_Title', 'Transacciones "Sólo ETH" y "Sólo ETC" '), _defineProperty(_es$data, 'TRANSModal_Content_0', 'Una nota sobre las distintas transacciones y servicios: '), _defineProperty(_es$data, 'TRANSModal_Content_1', '**ETH (transacción estándar): ** Esto genera una transacción predeterminada directamente de una dirección a otra. Utiliza gas predeterminado de 21000. Es probable que cualquier transacción de ETH enviada mediante este método se reproduzca (replay) en la cadena ETC. '), _defineProperty(_es$data, 'TRANSModal_Content_2', '**Sólo ETH: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETH**. '), _defineProperty(_es$data, 'TRANSModal_Content_3', '**Sólo ETC: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETC**. '), _defineProperty(_es$data, 'TRANSModal_Content_4', '**Coinbase y ShapeShift: ** Envía solamente utilizando transacción estándar. Si envías utilizando los contratos "Sólo ETH" o "Sólo ETC", será necesario que contactes con su equipo de soporte para que añadan manualmente el saldo o te lo devuelvan. [También puedes probar la herramienta de "split" de Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_es$data, 'TRANSModal_Content_5', '**Kraken y Poloniex:** No se conocen problemas. Usa cualquiera. '), _defineProperty(_es$data, 'TRANSModal_Yes', 'Bien, ahora lo entiendo. '), _defineProperty(_es$data, 'TRANSModal_No', 'Estoy más confundido. Ayuda, por favor. '), _defineProperty(_es$data, 'OFFLINE_Title', 'Generar y enviar transacción sin conexión '), _defineProperty(_es$data, 'OFFLINE_Desc', 'Se puede generar transacciones sin conexión en tres pasos. Debes hacer los pasos 1 y 3 en un equipo online y el paso 2 en un equipo sin conexión y aislado. Esto asegura que tus claves privadas no estén en contacto con un equipo con conexión a Internet. '), _defineProperty(_es$data, 'OFFLLINE_Step1_Title', 'Paso 1: generar información (equipo conexión) '), _defineProperty(_es$data, 'OFFLINE_Step1_Button', 'Generar información '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_1', 'Dirección de origen '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_2', 'Nota: Esta es la dirección de origen, no la dirección de destino. El nonce se genera desde la cuenta que origina la transacción. Si se está utilizando un equipo aislado, será la dirección de la cuenta de almacenaje en frío. '), _defineProperty(_es$data, 'OFFLINE_Step2_Title', 'Paso 2: generar transacción (equipo sin conexión) '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_1', 'Dirección de destino '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_2', 'Valor / Cantidad a enviar '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3', 'Precio del gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3b', 'Esto se ha mostrado en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4', 'Límite de gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4b', '21000 es el límite de gas predeterminado. Cuando envías contratos o datos adicionales, puede que esto necesite ser diferente. El gas no utilizado se te devolverá. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5b', 'Esto se indicó en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6', 'Datos '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6b', 'Opcional. Los datos se utilizan habitualmente al enviar transacciones a contratos. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_7', 'Introduce / elige tu Clave Privada / JSON. '), _defineProperty(_es$data, 'OFFLINE_Step3_Title', 'Paso 3: Enviar / Publicar transacción (con conexión) '), _defineProperty(_es$data, 'OFFLINE_Step3_Label_1', 'Pega aquí la transacción firmada del paso 2 y pulsa el botón "ENVIAR TRANSACCIÓN". '), _defineProperty(_es$data, 'DEP_generate', 'Generar Bytecode '), _defineProperty(_es$data, 'DEP_generated', 'Bytecode generado '), _defineProperty(_es$data, 'DEP_signtx', 'Firmar transacción '), _defineProperty(_es$data, 'DEP_interface', 'Interfaz generada '), _defineProperty(_es$data, 'MYWAL_Nick', 'Alias de cartera '), _defineProperty(_es$data, 'MYWAL_Address', 'Dirección de cartera '), _defineProperty(_es$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_es$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_es$data, 'MYWAL_View', 'Ver '), _defineProperty(_es$data, 'MYWAL_Remove', 'Eliminar '), _defineProperty(_es$data, 'MYWAL_RemoveWal', 'Eliminar cartera: '), _defineProperty(_es$data, 'MYWAL_WatchOnly', 'Tus cuentas de sólo visualización '), _defineProperty(_es$data, 'MYWAL_Viewing', 'Viendo cartera '), _defineProperty(_es$data, 'MYWAL_Hide', 'Ocultar información de cartera '), _defineProperty(_es$data, 'MYWAL_Edit_2', 'Editar cartera '), _defineProperty(_es$data, 'MYWAL_Name', 'Nombre de la cartera '), _defineProperty(_es$data, 'MYWAL_Content_1', '¡Atención! Estás a punto de eliminar tu cartera '), _defineProperty(_es$data, 'MYWAL_Content_2', 'Asegúrate de haber **guardado tu clave privada y/o archivo almacén de clave y la contraseña** antes de eliminarlo. '), _defineProperty(_es$data, 'MYWAL_Content_3', 'Si en el futuro quieres utilizar esta cartera con MyEtherWallet CX, tendrás que volver a añadirla manualmente utilizando Clave Privada/JSON y contraseña. '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. Puede que te interese hacer esto para [importar tu cuenta en Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si quieres comprobar tu saldo, recomendamos utilizar un explorador de blockchain como [etherscan.io](https://etherscan.io/). '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle_Short', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. '), _defineProperty(_es$data, 'VIEWWALLET_SuccessMsg', '¡Enhorabuena! Estos son los detalles de tu cartera. '), _defineProperty(_es$data, 'VIEWWALLET_ShowPrivKey', '(mostrar)'), _defineProperty(_es$data, 'VIEWWALLET_HidePrivKey', '(ocultar)'), _defineProperty(_es$data, 'CX_error_1', 'No tienes ninguna cartera guardada. ¡Haz clic en ["Añadir cartera"](/cx-wallet.html#add-wallet) para añadir una! '), _defineProperty(_es$data, 'CX_quicksend', 'Enviar '), _defineProperty(_es$data, 'NODE_Title', 'Configurar nodo personalizado'), _defineProperty(_es$data, 'NODE_Subtitle', 'Para conectar a un nodo local...'), _defineProperty(_es$data, 'NODE_Warning', 'Tu nodo debe ser HTTPS para poder conectar a él desde MyEtherWallet.com. Para conectarte a cualquier nodo, puedes [descargar el repositorio de MyEtherWallet y ejecutarlo localmente](https://github.com/kvhnuke/etherwallet/releases/latest). También puedes conseguir un certificado SSL gratuito a través de [Let\'s Encrypt](https://letsencrypt.org/)'), _defineProperty(_es$data, 'NODE_Name', 'Nombre del nodo'), _defineProperty(_es$data, 'NODE_Port', 'Puerto del nodo'), _defineProperty(_es$data, 'NODE_CTA', 'Guardar y usar nodo personalizado'), _defineProperty(_es$data, 'CONTRACT_Title', 'Dirección del contrato '), _defineProperty(_es$data, 'CONTRACT_Title_2', 'Seleccionar contrato existente '), _defineProperty(_es$data, 'CONTRACT_Json', 'Interfaz ABI / JSON '), _defineProperty(_es$data, 'CONTRACT_Interact_Title', 'Leer/escribir contrato '), _defineProperty(_es$data, 'CONTRACT_Interact_CTA', 'Seleccionar una función '), _defineProperty(_es$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_es$data, 'CONTRACT_Read', 'LEER '), _defineProperty(_es$data, 'CONTRACT_Write', 'ESCRIBIR '), _defineProperty(_es$data, 'SWAP_rates', "Tipos de cambio actuales "), _defineProperty(_es$data, 'SWAP_init_1', "Quiero cambiar mis "), _defineProperty(_es$data, 'SWAP_init_2', " por "), _defineProperty(_es$data, 'SWAP_init_CTA', "Continuar"), _defineProperty(_es$data, 'SWAP_information', "Tu información "), _defineProperty(_es$data, 'SWAP_send_amt', "Cantidad a enviar "), _defineProperty(_es$data, 'SWAP_rec_amt', "Cantidad a recibir "), _defineProperty(_es$data, 'SWAP_your_rate', "Tu tipo de cambio "), _defineProperty(_es$data, 'SWAP_rec_add', "Tu dirección de destino "), _defineProperty(_es$data, 'SWAP_start_CTA', "Iniciar intercambio "), _defineProperty(_es$data, 'SWAP_ref_num', "Tu número de referencia "), _defineProperty(_es$data, 'SWAP_time', "Tiempo restante para enviar "), _defineProperty(_es$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_es$data, 'SWAP_progress_1', "Pedido iniciado "), _defineProperty(_es$data, 'SWAP_progress_2', "Esperando recibir tus "), _defineProperty(_es$data, 'SWAP_progress_3', "¡Recibido! "), _defineProperty(_es$data, 'SWAP_progress_4', "Enviando tu {{orderResult.output.currency}} "), _defineProperty(_es$data, 'SWAP_progress_5', "Pedido completado "), _defineProperty(_es$data, 'SWAP_order_CTA', "Por favor, envía "), _defineProperty(_es$data, 'SWAP_unlock', "Desbloquea tu cartera para enviar ETH o tokens directamente desde esta página. "), _defineProperty(_es$data, 'MSG_message', 'Mensaje '), _defineProperty(_es$data, 'MSG_date', 'Fecha '), _defineProperty(_es$data, 'MSG_signature', 'Firma '), _defineProperty(_es$data, 'MSG_verify', 'Verificar mensaje '), _defineProperty(_es$data, 'MSG_info1', 'Incluye la fecha actual para que la firma no se pueda volver a utilizar en otra fecha. '), _defineProperty(_es$data, 'MSG_info2', 'Incluye tu apodo y dónde utilizas ese apodo para que otra persona no lo pueda utilizar. '), _defineProperty(_es$data, 'MSG_info3', 'Incluye una razón específica para el mensaje para que no se pueda volver a utilizar con otra finalidad. '), _defineProperty(_es$data, 'MNEM_1', 'Selecciona la dirección con la que deseas interactuar. '), _defineProperty(_es$data, 'MNEM_2', 'Tu mnemotécnico HD único proporciona acceso a una serie de carteras o direcciones. Por favor, elige la dirección con la que quieres interactuar ahora. '), _defineProperty(_es$data, 'MNEM_more', 'Más direcciones '), _defineProperty(_es$data, 'MNEM_prev', 'Direcciones anteriores '), _defineProperty(_es$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_1', 'Conecta tu Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_2', 'Inicia la aplicacin Ethereum (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Exp', 'Inicia la aplicacin Expanse (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Ubq', 'Inicia la aplicacin Ubiq (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_3', 'Comprueba que "Browser Support" está activado en "Settings" '), _defineProperty(_es$data, 'ADD_Ledger_4', 'Si no encuentras la opción "Browser Support" en "Settings", asegúrate de tener instalado el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_es$data, 'ADD_Ledger_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_Ledger_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Ledger_scan', 'Conectar a Ledger Wallet '), _defineProperty(_es$data, 'ADD_MetaMask', 'Connectar a MetaMask '), _defineProperty(_es$data, 'x_Trezor', 'TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_scan', 'Conectar a TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_select', 'Esto es una semilla TREZOR '), _defineProperty(_es$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_scan', 'Conectar a Digital Bitbox '), _defineProperty(_es$data, 'ERROR_0', '(error_01) Introduce una cantidad válida. Please enter a valid amount.'), _defineProperty(_es$data, 'ERROR_1', '(error_02) Tu contraseña debe tener al menos 9 caracteres. Por favor utiliza una contraseña fuerte. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_es$data, 'ERROR_2', '(error_03) Lo sentimos. No reconocemos este tipo de archivo de cartera. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_es$data, 'ERROR_3', '(error_04) Este no es un archivo de cartera válido. This is not a valid wallet file.'), _defineProperty(_es$data, 'ERROR_4', '(error_05) Esta unidad no existe. Por favor utiliza una de las siguientes unidades This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_es$data, 'ERROR_5', '(error_06) Introduce una Dirección válida. Please enter a valid address.'), _defineProperty(_es$data, 'ERROR_6', '(error_07) Introduce una Contraseña válida. Please enter a valid password.'), _defineProperty(_es$data, 'ERROR_7', '(error_08) Introduce una Cantidad válida. (Must be integer. Try 0-18.) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_es$data, 'ERROR_8', '(error_09) Introduce un Límite de gas válido. (Must be integer. Try 21000-4000000.) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_es$data, 'ERROR_9', '(error_10) Introduce un Valor de datos válido. (Must be hex.) Please enter a valid data value (Must be hex.)'), _defineProperty(_es$data, 'ERROR_10', '(error_11) Introduce una Cantidad de gas válida. (Must be integer. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_es$data, 'ERROR_11', '(error_12) Introduce un Nonce válido. (Must be integer.) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_es$data, 'ERROR_12', '(error_13) Introduce una Transacción firmada válida. Invalid signed transaction.'), _defineProperty(_es$data, 'ERROR_13', '(error_14) Ya existe una cartera con este alias. A wallet with this nickname already exists.'), _defineProperty(_es$data, 'ERROR_14', '(error_15) Cartera no encontrada. Wallet not found.'), _defineProperty(_es$data, 'ERROR_15', '(error_16) No parece que exista todavía una propuesta con este ID o hay un error al leer esta propuesta. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_es$data, 'ERROR_16', '(error_17) Ya hay almacenada una cartera con esta dirección. Por favor comprueba la página de carteras. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_es$data, 'ERROR_17', '(error_18) Fondos no suficientes para gas * precio + valor. Es necesario tener al menos 0.01 ether en tu cuenta para cubrir el coste del gas. Añade algo de ether e inténtalo de nuevo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'ERROR_18', '(error_19) Sería necesario utilizar todo el gas en esta transacción. Esto significa que ya has votado en esta propuesta o que el periodo de debate ha concluido. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_es$data, 'ERROR_19', '(error_20) Introduce un Símbolo válido Please enter a valid symbol'), _defineProperty(_es$data, 'ERROR_20', '(error_21) No es un token ERC-20 válido Not a valid ERC-20 token'), _defineProperty(_es$data, 'ERROR_21', '(error_22) No se ha podido estimar el gas. No hay suficientes fondos en la cuenta, o el contrato de destino ha devuelto un error. Puedes ajustar el gas manualmente y continuar. Puede que el mensaje de error al enviar contenga más información. Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_es$data, 'ERROR_22', '(error_23) Introduce un nombre de nodo válido Please enter a valid node name'), _defineProperty(_es$data, 'ERROR_23', '(error_24) Introduce una URL válida. Si estás en HTTPS, tu URL debe ser HTTPS Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_es$data, 'ERROR_24', '(error_25) Introduce un puerto válido Please enter a valid port.'), _defineProperty(_es$data, 'ERROR_25', '(error_26) Introduce un chain ID válido Please enter a valid chain ID.'), _defineProperty(_es$data, 'ERROR_26', '(error_27) Introduce un ABI válido Please enter a valid ABI.'), _defineProperty(_es$data, 'ERROR_27', '(error_28) Cantidad mínima 0.01 Minimum amount: 0.01. Max amount:'), _defineProperty(_es$data, 'ERROR_28', '(error_29) **Necesitas tu archivo Keystore/JSON y la contraseña** (o clave privada) para acceder a esta cartera en el futuro. Por favor ¡guárdala y respáldala externamente! No hay modo de recuperar una cartera si no la guardas. Lee la [página de ayuda](https://www.myetherwallet.com/#help) para instrucciones. You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_es$data, 'ERROR_29', '(error_30) Introduce un user & password válido. Please enter a valid user and password.'), _defineProperty(_es$data, 'ERROR_30', '(error_31) Introduce un name válido (7+ characters, limited punctuation) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_es$data, 'ERROR_31', '(error_32) Introduce un secret phrase válido. Please enter a valid secret phrase.'), _defineProperty(_es$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_es$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_es$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_es$data, 'ERROR_35', '(error_36) Input address is not checksummed. More infoInput address is not checksummed. What does that mean?'), _defineProperty(_es$data, 'ERROR_36', '(error_37) Enter valid TX hashPlease enter a valid TX hash'), _defineProperty(_es$data, 'ERROR_37', '(error_38) Enter valid hex string (0-9, a-f)Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_es$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_es$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_es$data, 'GETH_Balance', '(geth-01) Saldo insuficiente. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_Cheap', '(geth-02) Precio de gas demasiado bajo para aceptación. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_es$data, 'GETH_GasLimit', '(geth-03) Sobrepasa el límite de gas del bloque. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_es$data, 'GETH_InsufficientFunds', '(geth-04) Fondos no suficientes para gas * precio + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínseco demasiado bajo. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_es$data, 'GETH_InvalidSender', '(geth-06) Remitente no válido. Invalid sender.'), _defineProperty(_es$data, 'GETH_NegativeValue', '(geth-07) Valor negativo. Negative value.'), _defineProperty(_es$data, 'GETH_Nonce', "(geth-08) Nonce demasiado bajo. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'GETH_NonExistentAccount', '(geth-09) La cuenta no existe o tiene un saldo insuficiente. Account does not exist or account balance too low'), _defineProperty(_es$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'SUCCESS_1', 'Dirección válida '), _defineProperty(_es$data, 'SUCCESS_2', 'Cartera descifrada con éxito '), _defineProperty(_es$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_es$data, 'SUCCESS_4', 'Se ha añadido tu cartera '), _defineProperty(_es$data, 'SUCCESS_5', 'Archivo seleccionado '), _defineProperty(_es$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_es$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_es$data, 'WARN_Send_Link', 'Has llegado aquí a través de un enlace que ya tiene rellenados la dirección, cantidad, gas, campos de datos o el tipo de transacción (modo de envío). Puedes cambiar cualquier parámetro antes de enviar. Desbloquea tu cartera para comenzar. '), _defineProperty(_es$data, 'translate_version', '0.3 '), _defineProperty(_es$data, 'Translator_Desc', 'Gracias a nuestros traductores '), _defineProperty(_es$data, 'TranslatorName_1', 'Ignacio Fernández del Álamo · '), _defineProperty(_es$data, 'TranslatorAddr_1', ''), _defineProperty(_es$data, 'TranslatorName_2', 'Carlos Lizarraga Rodrigo '), _defineProperty(_es$data, 'TranslatorAddr_2', ''), _defineProperty(_es$data, 'TranslatorName_3', ''), _defineProperty(_es$data, 'TranslatorAddr_3', ''), _defineProperty(_es$data, 'TranslatorName_4', ''), _defineProperty(_es$data, 'TranslatorAddr_4', ''), _defineProperty(_es$data, 'TranslatorName_5', ''), _defineProperty(_es$data, 'TranslatorAddr_5', ''), _defineProperty(_es$data, 'HELP_Warning', 'Si creaste una cartera -o- descargaste el repositorio antes del **31 de diciembre de 2015**, por favor comprueba tus carteras y descarga una nueva versión del repositorio. Haz clic para más información. '), _defineProperty(_es$data, 'HELP_Desc', '¿Echas algo en falta? ¿Tienes alguna otra pregunta? [Contacta con nosotros](mailto:support@myetherwallet.com) y no solamente contestaremos tu pregunta, sino que mejoraremos esta página para que sea más útil en el futuro. '), _defineProperty(_es$data, 'HELP_Remind_Title', 'Algunos recordatorios '), _defineProperty(_es$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com y MyEtherWallet CX, así como algunas de las librerías JavaScript que utilizamos están en desarrollo activo.** Aunque hemos testeado ampliamente y decenas de miles de carteras han sido creadas exitosamente por personas en todo el planeta, siempre existe la remota posibilidad de que ocurra algo inesperado que haga que se pierdan tus ETH. Por favor no inviertas más de lo que estés dispuesto a perder y, por favor, sé cuidadoso. Si algo ocurriera, lo lamentamos, pero **no somos responsables del Ether perdido**. '), _defineProperty(_es$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com y MyEtherWallet CX no son "carteras web". No estás creando una cuenta ni nos estás entregando tus Ether para que los guardemos. Toda tu información nunca abandona tu equipo o tu navegador. Te facilitamos que puedas crear, guardar y acceder a tu información e interactuar con la blockchain. '), _defineProperty(_es$data, 'HELP_Remind_Desc_3', 'Si no guardas tu clave privada y contraseña, no hay modo alguno de recuperar el acceso a tu cartera o a los fondos que ésta contiene. ¡Haz copias de seguridad en múltiples ubicaciones físicas, no solamente en tu equipo! '), _defineProperty(_es$data, 'HELP_0_Title', '0) Soy nuevo. ¿Qué hago? '), _defineProperty(_es$data, 'HELP_0_Desc_1', 'MyEtherWallet te permite generar nuevas carteras para poder almacenar tu Ether por tu cuenta en lugar de en una casa de cambio. Este proceso tiene lugar por completo en tu equipo, no en nuestros servidores. Por lo tanto, cuando generes una nueva cartera, **eres responsable de hacer una copia de seguridad**. '), _defineProperty(_es$data, 'HELP_0_Desc_2', 'Crear una nueva cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_3', 'Hacer una copia de seguridad de la cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_4', 'Comprobar que tienes acceso a esta nueva cartera y has guardado correctamente toda la información necesaria. '), _defineProperty(_es$data, 'HELP_0_Desc_5', 'Transferir Ether a la nueva cartera. '), _defineProperty(_es$data, 'HELP_1_Title', '1) ¿Cómo creo una nueva cartera? '), _defineProperty(_es$data, 'HELP_1_Desc_1', 'Ir a la página "Generar cartera". '), _defineProperty(_es$data, 'HELP_1_Desc_2', 'Ir a la página "Añadir cartera" y seleccionar "Generar nueva cartera" '), _defineProperty(_es$data, 'HELP_1_Desc_3', 'Introducir una contraseña fuerte. Si crees que puedes olvidarla, guárdala en un lugar seguro. Necesitarás esta contraseña para enviar transacciones. '), _defineProperty(_es$data, 'HELP_1_Desc_4', 'Haz clic en "GENERAR". '), _defineProperty(_es$data, 'HELP_1_Desc_5', 'Ahora se ha generado tu cartera. '), _defineProperty(_es$data, 'HELP_2a_Title', '¿Cómo guardo/respaldo mi cartera? '), _defineProperty(_es$data, 'HELP_2a_Desc_1', 'Deberías siempre respaldar tu cartera externamente y en varias ubicaciones físicas (como una unidad USB o en una hoja de papel). '), _defineProperty(_es$data, 'HELP_2a_Desc_2', 'Guardar la dirección. Puedes mantenerla en privado o compartirla con otras personas. De ese modo, otras personas te podrán enviar ether. '), _defineProperty(_es$data, 'HELP_2a_Desc_3', 'Guarda las versiones de tu clave privada. No la compartas con nadie. ¡Tu clave privada es necesaria cuando quieras tener acceso a tu ether para enviarlo! Hay tres tipos de claves privadas: '), _defineProperty(_es$data, 'HELP_2a_Desc_4', 'Pon tu dirección, las versiones de la clave privada y la versión PDF de tu cartera en papel en una carpeta. Guárdala en tu equipo y en una unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_5', 'Imprime la cartera si dispones de impresora. En caso contrario, escribe tu clave privada y tu dirección en una hoja de papel. Almacénalas en un lugar seguro y separado de tu equipo y de la unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_6', 'Recuerda, debes evitar la pérdida de las claves y la contraseña frente a una pérdida o fallo en tu unidad de disco duro, unidad USB u hoja de papel. Debes tener en cuenta también la posibilidad de pérdida o daño en una zona amplia (piensa en un incendio o una inundación). '), _defineProperty(_es$data, 'HELP_2b_Title', '2b) ¿Cómo almaceno con seguridad/sin conexión/en frío con MyEtherWallet? '), _defineProperty(_es$data, 'HELP_2b_Desc_1', 'Ve a nuestro github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_es$data, 'HELP_2b_Desc_2', 'Haz clic en `etherwallet-vX.X.X.X.zip` en la parte inferior. '), _defineProperty(_es$data, 'HELP_2b_Desc_3', 'Mueve el ZIP a un equipo aislado de internet (airgapped). '), _defineProperty(_es$data, 'HELP_2b_Desc_4', 'Descomprímelo y haz doble clic en `index.html`. '), _defineProperty(_es$data, 'HELP_2b_Desc_5', 'Genera una cartera con una contraseña fuerte. '), _defineProperty(_es$data, 'HELP_2b_Desc_6', 'Guarda la dirección. Guarda versiones de la clave privaa. Guarda la contraseña si crees que es posible que no la recuerdes siempre en el futuro.. '), _defineProperty(_es$data, 'HELP_2b_Desc_7', 'Almacena los papeles / USBs en múltiples ubicaciones separadas físicamente. '), _defineProperty(_es$data, 'HELP_2b_Desc_8', 'Ve a la página "Ver Información de las Carteras" y teclea to clave privada / contraseña para asegurarte de que son correctos y puedes acceder a tu cartera. Comprueba que la dirección que has escrito coincide. '), _defineProperty(_es$data, 'HELP_3_Title', '3) ¿Cómo verifico que tengo acceso a mi nueva cartera? '), _defineProperty(_es$data, 'HELP_3_Desc_1', '**Antes de enviar ether a tu nueva cartera,** deberías asegurarte de que tienes acceso a ésta. '), _defineProperty(_es$data, 'HELP_3_Desc_2', 'Ve a la página "Ver Información de las Carteras". '), _defineProperty(_es$data, 'HELP_3_Desc_3', 'Ve a la página "Ver Información de las Carteras" de MyEtherWallet.com. '), _defineProperty(_es$data, 'HELP_3_Desc_4', 'Selecciona tu archivo de cartera -o- tu clave privada y desloquea tu cartera. '), _defineProperty(_es$data, 'HELP_3_Desc_5', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_3_Desc_6', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_3_Desc_7', 'Debería mostrarse la información de tu cartera. Puedes encontrar la dirección de tu cuenta al lado de un icono circular de colores. Este icono es una representación visual de tu dirección. Asegúrate de que esta dirección coincide con la dirección que has guardado en tu archivo de texto y con la que está en tu cartera de papel. '), _defineProperty(_es$data, 'HELP_3_Desc_8', 'Si planeas guardar una cantidad elevada de ether, te recomendamos que primero envíes una cantidad pequeña de ether desde tu nueva cartera antes de ingresar una cantidad elevada. Envía 0.001 ether a tu nueva cartera, accede a tu cartera, envía los 0.001 ether desde tu cartera a otra dirección y asegúrate de que todo funciona bien. '), _defineProperty(_es$data, 'HELP_4_Title', '4) ¿Cómo envío ether de una cartera a otra? '), _defineProperty(_es$data, 'HELP_4_Desc_1', 'Si planeas mover una gran cantidad de ether, deberías probar primero a enviar una pequeña cantidad a tu cartera para asegurarte de que todo funciona según lo esperado. '), _defineProperty(_es$data, 'HELP_4_Desc_2', 'Ve a la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4_Desc_3', 'Selecciona tu archivo de cartera -o- tu clave privada y desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_4', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_4_Desc_5', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_4_Desc_6', 'Introduce la dirección a la que deseas enviar ether en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_9', 'Haz clic en "Generar transacción". '), _defineProperty(_es$data, 'HELP_4_Desc_10', 'Aparecerán dos campos más. Esto es tu navegador generando la transacción. '), _defineProperty(_es$data, 'HELP_4_Desc_11', 'Haz clic en el botón azul "Enviar transacción" que está inmediatamente debajo. '), _defineProperty(_es$data, 'HELP_4_Desc_12', 'Aparecerá un cuadro emergente. Verifica que la cantidad y la dirección a la que estás enviando son correctos. Entonces, haz clic en el botón "Sí, estoy seguro. Hacer la transacción.". '), _defineProperty(_es$data, 'HELP_4_Desc_13', 'Se enviará la transacción y se mostrará el ID de transacción. Puedes hacer clic en el ID de transacción para verla en la cadena de bloques. '), _defineProperty(_es$data, 'HELP_4CX_Title', '4) ¿Cómo envío ether utilizando MyEtherWallet CX? '), _defineProperty(_es$data, 'HELP_4CX_Desc_1', 'Antes de nada, necesitas añadir una cartera. Una vez hecho, tienes dos opciones: la función "Enviar" del icono de la extensión de Chrome o la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4CX_Desc_2', 'Envío: '), _defineProperty(_es$data, 'HELP_4CX_Desc_3', 'Haz clic en el icono de la extensión de Chrome. '), _defineProperty(_es$data, 'HELP_4CX_Desc_4', 'Haz clic en el botón Click the "Enviar" button. '), _defineProperty(_es$data, 'HELP_4CX_Desc_5', 'Elige la cartera desde la que quieres enviar. '), _defineProperty(_es$data, 'HELP_4CX_Desc_6', 'Introduce la dirección a la que deseas enviar en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4CX_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_8', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_9', 'Comprueba que la dirección y la cantidad que estás enviando son correctos. '), _defineProperty(_es$data, 'HELP_4CX_Desc_10', 'Introduce la contraseña para la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_11', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_12', 'Utilizando la página "Enviar Ether y Tokens" '), _defineProperty(_es$data, 'HELP_5_Title', '5) ¿Cómo ejecuto MyEtherWallet.com sin conexión/localmente? '), _defineProperty(_es$data, 'HELP_5_Desc_1', 'Puedes ejecutar MyEtherWallet.com en tu equipo en lugar de desde los servidores de GitHub. Puedes generar una cartera totalmente sin conexión y enviar transacciones desde la página "Transacción sin conexión". '), _defineProperty(_es$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_es$data, 'HELP_5_Desc_8', 'Por si no tienes costumbre, es necesario guardar la carpeta completa para ejecutar la página web, no solamente `index.html`. No modifiques ni muevas nada dentro de la carpeta. Si estás guardando una copia del repositorio MyEtherWallet para el futuro, recomendamos guardar únicamente el fichero ZIP para poder estar seguro de que el contenido permanezca intacto. '), _defineProperty(_es$data, 'HELP_5_Desc_9', 'Debido a que estamos constantemente actualizando MyEtherWallet.com, recomendamos que actualices periódicamente tu versión guardada del repositorio. '), _defineProperty(_es$data, 'HELP_5CX_Title', '5) ¿Cómo puedo instalar esta extensión desde el repositorio en lugar de desde la Chrome Store? '), _defineProperty(_es$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_es$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_es$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_es$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_es$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_es$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_es$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_es$data, 'HELP_7_Title', '7) ¿Cómo envío tokens y añado tokens personalizados? '), _defineProperty(_es$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_es$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar ether y tokens" page. '), _defineProperty(_es$data, 'HELP_7_Desc_2', 'Desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_es$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_es$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_es$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_es$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_es$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_es$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_es$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_es$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_es$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_es$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_es$data, 'HELP_8_Title', '8) ¿Qué ocurre si vuestro sitio web deja de funcionar? '), _defineProperty(_es$data, 'HELP_8_Desc_1', 'MyEtherWallet no es una cartera web. No tienes un login y nunca se graba nada en nuestros servidores. You don\'t have a login and nothing ever gets saved to our servers. Simplemente es una interfaz que te permite interactuar con la cadena de bloques. '), _defineProperty(_es$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com desapareciera, tendrías que encontrar otra manera de poder hacer lo que haces con nosotros (como por ejemplo obtener geth o Ethereum Wallet / Mist). Pero no necesitarías retirar tus ether de MyEtherWallet porque no están en MyEtherWallet. Están en la cartera que hayas generado a través de nuestro sitio. '), _defineProperty(_es$data, 'HELP_8_Desc_3', 'Puedes importar tu clave privada sin cifrar y tus archivos en formato Geth/Mist (cifrados) directamente en geth / Ethereum Wallet / Mist con mucha facilidad actualmente. Ver más abajo la pregunta #12. '), _defineProperty(_es$data, 'HELP_8_Desc_4', 'Además, la probabilidad de que cerremos MyEtherWallet es casi nula. No nos cuesta prácticamente nada mantenerlo ya que no almacenamos ninguna información. Si borramos el dominio, continúa estando disponible y siempre lo estará en [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puedes descargar desde ahí el archivo ZIP y ejecutarlo localmente. '), _defineProperty(_es$data, 'HELP_8CX_Title', '8) ¿Qué ocurre si MyEtherWallet CX desaparece? '), _defineProperty(_es$data, 'HELP_8CX_Desc_1', 'En primer lugar, los datos se guardan en tu equipo, no en nuestros servidores. Sabemos que puede parecer confuso, pero si miras nuestra extensión de Chrome, NO estás mirando a algo almacenado en nuestros servidores en alguna parte - todo se guarda en tu equipo. '), _defineProperty(_es$data, 'HELP_8CX_Desc_2', 'Dicho esto, es **muy importante** que respaldes toda tu información para todas las nuevas carteras generadas con MyEtherWallet CX. De este modo, si algo le ocurre a MyEtherWallet CX o a tu equipo, seguirás teniendo toda la información necesaria para poder acceder a tus ether. Ver la pregunta #2a sobre cómo respaldar tus carteras. '), _defineProperty(_es$data, 'HELP_8CX_Desc_3', 'Si por algún motivo MyEtherWallet CX desaparece de Chrome Store, puedes encontrar el código fuente en Github y cargarlo manualmente. Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_9_Title', '9) Is the "Enviar ether y tokens" page offline? '), _defineProperty(_es$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_es$data, 'HELP_10_Title', '10) ¿Cómo hago una transacción sin conexión? '), _defineProperty(_es$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_es$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_es$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_es$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_es$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_es$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_es$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "Enviar Ether y Tokens". This will broadcast your transaction. '), _defineProperty(_es$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_es$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_es$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_es$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_es$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_es$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_es$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_es$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_es$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_es$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_es$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_es$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_es$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_es$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_es$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_es$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_es$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_es$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_es$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_es$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_es$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_es$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_es$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_es$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_es$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_es$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_es$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_es$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_es$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_es$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_es$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_es$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_es$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_es$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_es$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_es$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_es$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_es$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_es$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_es$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_es$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_es$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_es$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_es$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_es$data, 'HELP_SecCX_Title', 'Seguridad - MyEtherWallet CX '), _defineProperty(_es$data, 'HELP_SecCX_Desc_1', '¿Dónde está guardando mi información esta extensión? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_2', 'La información que guardas en esta extensión de Chrome se guarda por medio de [chrome.storage](http://chrome.storage/). - este es el mismo lugar en el que se guardan tus contraseñas cuando guardas tus contraseñas en Chrome. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_3', '¿Qué información se guarda? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_4', 'La dirección, alias y clave privada se guardan en chrome.storage. La clave privada se cifra utilizando la contraseña que introdujiste al añadir la cartra. El alias y la dirección de la cartera no están cifrados. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_5', '¿Por qué no se cifran el alias y la dirección de la cartera? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_6', 'Si cifráramos estos ítems, sería necesario que introduzcas una contraseña cada vez que quisieras comprobar el saldo de tu cuenta o vizualizar los alias. Si esto te preocupa, te recomendamos que utilices MyEtherWallet.com en lugar de esta extensión de Chrome. '), _defineProperty(_es$data, 'HELP_Sec_Title', 'Seguridad '), _defineProperty(_es$data, 'HELP_Sec_Desc_1', 'Si una de tus primeras preguntas es "¿Por qué debería confiar en estas personas?, se trata de algo bueno. Esperamos que lo que sigue te sirva de ayuda para disminuir tus preocupaciones. '), _defineProperty(_es$data, 'HELP_Sec_Desc_2', 'Hemos estado funcionando desde agosto de 2015. Si buscas ["myetherwallet" en reddit](https://www.reddit.com/search?q=myetherwallet), puedes encontrar numerosas personas que nos utilizan con gran éxito. '), _defineProperty(_es$data, 'HELP_Sec_Desc_3', 'No vamos a quitarte tu dinero ni a robar tus claves privadas. No hay código malicioso en este sitio. De hecho, las páginas "Generar Cartera" se ejecutan por completo en el cliente. Esto significa que todo el código se ejecuta en ** tu ordenador** y nunca se graba o se transmite a ningún lugar. '), _defineProperty(_es$data, 'HELP_Sec_Desc_4', 'Comprueba la URL -- Este sitio se sirve a través de GitHub y puedes ver el código fuente aquí: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) a [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_es$data, 'HELP_Sec_Desc_5', 'Para generar carteras, puedes descargar el [código fuente](https://github.com/kvhnuke/etherwallet/releases/latest). Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_Sec_Desc_6', 'Haz una prueba y observa qué actividad de red ocurre. La manera más fácil de hacer esto es hacer clic con el botón derecho en la página y hacer clic en "inspeccionar elemento". Ve a la pestaña "Red". Genera una cartera de prueba. Verás que no hay actividad de red. Puede que veas algo que aparece como data:image/gif y data:image/png. Se trata de los códigos QR generándose en tu ordenador y por tu ordenador. No se ha transferido ni un solo byte. '), _defineProperty(_es$data, 'HELP_Sec_Desc_8', 'Si no te encuentras cómodo utilizando esta herramienta, no la utilices bajo ningún concepto. Hemos creado esta herramienta como una manera útil para que la gente pueda generar carteras y hacer transacciones sin tener que utilizar la línea de comandos o ejecutar un nodo completo. De nuevo, por favor contáctanos si tienes inquietudes y responderemos lo más pronto posible. ¡Gracias! '), _defineProperty(_es$data, 'HELP_FAQ_Title', 'Más respuestas útiles a preguntas frecuentes '), _defineProperty(_es$data, 'HELP_Contact_Title', 'Maneras de contactar con nosotros'), _es$data); +}, _defineProperty(_es$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_es$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_es$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_es$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_es$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_es$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_es$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_es$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_es$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_es$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_es$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_es$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_es$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_es$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_es$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_es$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_es$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_es$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_es$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_es$data, 'x_CancelReplaceTx', 'Cancelar o reemplazar transacción'), _defineProperty(_es$data, 'x_CancelTx', 'Cancelar transacción'), _defineProperty(_es$data, 'x_PasswordDesc', 'Esta contraseña * encripta * tu clave privada. Esto no es una semilla para generar tus claves. **Necesitarás esta contraseña + tu clave privada para desbloquear tu cartera.**'), _defineProperty(_es$data, 'x_ReadMore', 'Leer más'), _defineProperty(_es$data, 'x_ReplaceTx', 'Reemplazar transacción'), _defineProperty(_es$data, 'x_TransHash', 'Hash de la transacción'), _defineProperty(_es$data, 'x_TXFee', 'TX Fee'), _defineProperty(_es$data, 'x_TxHash', 'TX Hash'), _defineProperty(_es$data, 'NAV_CheckTxStatus', 'Comprobar estado de transacción'), _defineProperty(_es$data, 'NAV_TxStatus', 'Estado de transacción'), _defineProperty(_es$data, 'tx_Details', 'Detalles de la transacción'), _defineProperty(_es$data, 'tx_Summary', 'En momentos de alto volumen (como por ejemplo durante las ICOs) las transacciones pueden quedarse pendientes durante horas o incluso días. Esta herramienta te proporciona la posibilidad de encontrar y "cancelar" / reemplazar estas transacciones. ** Esto es algo que normalmente no puedes hacer. No se debe confiar en esta herramienta. Solamente funcionará cuando los pools de transacciones estén llenos. [Por favor, lee más sobre esta herramienta aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_es$data, 'tx_notFound', 'Transacción no encontrada'), _defineProperty(_es$data, 'tx_notFound_1', 'Esta transacción no se puede encontrar en el pool de transacciones del nodo al que estás conectado.'), _defineProperty(_es$data, 'tx_notFound_2', 'Si acabas de enviar la transacción, por favor espera 15 segundos y pulsa de nuevo el botón "Comprobar estado de transacción". '), _defineProperty(_es$data, 'tx_notFound_3', 'Podría encontrarse todavía en el pool de transacciones de otro nodo diferente, esperando ser minado.'), _defineProperty(_es$data, 'tx_notFound_4', 'Por favor usa el desplegable en la parte superior derecha y selecciona un nodo ETH diferente (ej. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) y comprueba de nuevo.'), _defineProperty(_es$data, 'tx_foundInPending', 'Transacción pendiente encontrada'), _defineProperty(_es$data, 'tx_foundInPending_1', 'Tu transacción se ha encontrado en el pool de transacciones del nodo al que te encuentras conectado. '), _defineProperty(_es$data, 'tx_foundInPending_2', 'Actualmente está pendiente (esperando ser minada). '), _defineProperty(_es$data, 'tx_foundInPending_3', 'Existe la posibilidad de que puedas "cancelar" o reemplazar esta transacción. Desbloquea tu cartera debajo.'), _defineProperty(_es$data, 'tx_FoundOnChain', 'Transacción encontrada'), _defineProperty(_es$data, 'tx_FoundOnChain_1', 'Tu transacción ha sido minada con éxito y se encuentra en la cadena de bloques.'), _defineProperty(_es$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_es$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_es$data, 'GEN_Help_1', 'Usa tu'), _defineProperty(_es$data, 'GEN_Help_2', 'para acceder a tu cuenta.'), _defineProperty(_es$data, 'GEN_Help_3', 'Tu dispositivo * is * tu cartera.'), _defineProperty(_es$data, 'GEN_Help_4', 'Guías y FAQ'), _defineProperty(_es$data, 'GEN_Help_5', 'Cómo crear una cartera'), _defineProperty(_es$data, 'GEN_Help_6', 'Empezando'), _defineProperty(_es$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_es$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_es$data, 'GEN_Help_9', 'Intenta utilizando Google Chrome '), _defineProperty(_es$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_es$data, 'GEN_Help_11', 'No abras este archivo en tu computadora '), _defineProperty(_es$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_es$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_es$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_es$data, 'GEN_Help_15', 'Evitando la pérdida o robo de tus fondos.'), _defineProperty(_es$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_es$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_es$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_es$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_es$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_es$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_es$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_es$data, 'GEN_Unlock', 'Desbloquea tu cartera para ver tu dirección'), _defineProperty(_es$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_es$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_es$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_es$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_es$data, 'NAV_AddWallet', 'Añadir cartera '), _defineProperty(_es$data, 'NAV_BulkGenerate', 'Generar en masa '), _defineProperty(_es$data, 'NAV_Contact', 'Contacto '), _defineProperty(_es$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_es$data, 'NAV_DeployContract', 'Desplegar contrato '), _defineProperty(_es$data, 'NAV_ENS', 'ENS'), _defineProperty(_es$data, 'NAV_GenerateWallet_alt', 'Nueva cartera '), _defineProperty(_es$data, 'NAV_GenerateWallet', 'Generar cartera '), _defineProperty(_es$data, 'NAV_Help', 'Ayuda '), _defineProperty(_es$data, 'NAV_InteractContract', 'Interactuar con un contrato '), _defineProperty(_es$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_es$data, 'NAV_MyWallets', 'Mis carteras '), _defineProperty(_es$data, 'NAV_Offline', 'Enviar sin conexión '), _defineProperty(_es$data, 'NAV_SendEther', 'Enviar ether y tokens '), _defineProperty(_es$data, 'NAV_SendTokens', 'Enviar tokens '), _defineProperty(_es$data, 'NAV_SignMsg', 'Firmar mensaje '), _defineProperty(_es$data, 'NAV_Swap', 'Intercambiar '), _defineProperty(_es$data, 'NAV_ViewWallet', 'Ver información de las carteras '), _defineProperty(_es$data, 'NAV_YourWallets', 'Tus carteras '), _defineProperty(_es$data, 'x_Access', 'Access '), _defineProperty(_es$data, 'x_AddessDesc', 'Tu dirección también se conoce como tu `número de cuenta` o tu `clave pública`. Es lo que compartes con otras personas para que te puedan enviar Ether o tokens. Busca el icono de colores de tu dirección. Asegúrate de que coincide con tu cartera de papel y siempre que introduzcas tu dirección en cualquier sitio. Puedes pensar en esto como tu "número de cuenta" o tu "clave pública". Es lo que le das a la gente para que te puedan enviar ether. Ese icono es una forma fácil de reconocer tu dirección. '), _defineProperty(_es$data, 'x_Address', 'Tu dirección '), _defineProperty(_es$data, 'x_Cancel', 'Cancelar '), _defineProperty(_es$data, 'x_CSV', 'Archivo CSV (sin encriptar) '), _defineProperty(_es$data, 'x_Download', 'Descargar '), _defineProperty(_es$data, 'x_Json', 'Archivo JSON (sin encriptar) '), _defineProperty(_es$data, 'x_JsonDesc', 'Esta es tu clave privada sin encriptar en formato JSON. Esto significa que no necesitas una contraseña, pero cualquiera que encuentre tu archivo JSON puede acceder a tu cartera y ether sin necesitar ninguna contraseña. '), _defineProperty(_es$data, 'x_Keystore', 'Archivo Keystore (UTC / JSON · Recomendado · Encriptado) '), _defineProperty(_es$data, 'x_Keystore2', 'Archivo Keystore (UTC / JSON) '), _defineProperty(_es$data, 'x_KeystoreDesc', 'Este archivo Keystore/JSON concuerda con el formato usado por Mist para una fácil importación en el futuro. Es el archivo recomendado para descargar y guardar como copia de seguridad. '), _defineProperty(_es$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_es$data, 'x_Mnemonic', 'Frase mnemotécnica '), _defineProperty(_es$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_es$data, 'x_Password', 'Contraseña '), _defineProperty(_es$data, 'x_Print', 'Imprimir Cartera de Papel '), _defineProperty(_es$data, 'x_PrintDesc', 'Consejo: Hax clic en imprimir y guardar esto como un PDF, ¡incluso si no tienes impresora! '), _defineProperty(_es$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_es$data, 'x_PrivKey', 'Clave Privada (sin encriptar) '), _defineProperty(_es$data, 'x_PrivKey2', 'Clave Privada '), _defineProperty(_es$data, 'x_PrivKeyDesc', 'Esta es la versión en texto sin encriptar de tu clave privada, lo cual quiere decir que no hace falta contraseña. Si alguien encontrase tu clave privada sin encriptar, podrían acceder a tu cartera sin necesitar contraseña. Por esta razón, normalmente se recomiendan las versiones encriptadas. '), _defineProperty(_es$data, 'x_Save', 'Guardar '), _defineProperty(_es$data, 'x_TXT', 'Archivo TXT (sin encriptar) '), _defineProperty(_es$data, 'x_Wallet', 'Cartera '), _defineProperty(_es$data, 'MEW_Warning_1', 'Comprueba siempre la URL antes de acceder a tu cartera o crear una cartera nueva. ¡Ten cuidado con los sitios falsos (phishing)! '), _defineProperty(_es$data, 'CX_Warning_1', 'Asegúrate de tener **copias de seguridad externas** de cualquier cartera que almacenes aquí. Pueden ocurrir muchas cosas que te hagan perder los datos de esta extensión de Chrome; esto incluye desinstalar y volver a instalar la extensión. Esta extensión es un modo de acceder fácilmente a tus carteras, **no** una manera de respaldarlas. '), _defineProperty(_es$data, 'MEW_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente '), _defineProperty(_es$data, 'CX_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente extensión Chrome '), _defineProperty(_es$data, 'FOOTER_1', 'Una herramienta de código abierto JavaScript que se ejecuta en el lado del cliente, para generar carteras y enviar transacciones Ethereum. '), _defineProperty(_es$data, 'FOOTER_1b', 'Creado por '), _defineProperty(_es$data, 'FOOTER_2', 'Se agradecen las donaciones: '), _defineProperty(_es$data, 'FOOTER_3', 'Generación de carteras en el cliente por '), _defineProperty(_es$data, 'FOOTER_4', 'Renuncia de responsabilidad '), _defineProperty(_es$data, 'sidebar_AccountInfo', 'Información de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountAddr', 'Dirección de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountBal', 'Saldo de la cuenta '), _defineProperty(_es$data, 'sidebar_TokenBal', 'Saldos de tokens '), _defineProperty(_es$data, 'sidebar_Equiv', 'Valores equivalentes '), _defineProperty(_es$data, 'sidebar_TransHistory', 'Historial de transacciones '), _defineProperty(_es$data, 'sidebar_donation', 'MyEtherWallet es un servicio gratuito y de código abierto dedicado a tu privacidad y seguridad. Cuantas más donaciones recibimos, más tiempo dedicamos creando nuevas características, escuchando vuestros comentarios y proporcionando lo que queréis. Sólo somos dos personas intentando cambiar el mundo. ¿Nos ayudas? '), _defineProperty(_es$data, 'sidebar_donate', 'Donar '), _defineProperty(_es$data, 'sidebar_thanks', '¡¡¡GRACIAS!!! '), _defineProperty(_es$data, 'sidebar_DisplayOnTrezor', 'Mostrar dirección en TREZOR'), _defineProperty(_es$data, 'sidebar_DisplayOnLedger', 'Mostrar dirección en Ledger'), _defineProperty(_es$data, 'decrypt_Access', '¿Cómo te gustaría acceder a tu cartera? '), _defineProperty(_es$data, 'decrypt_Title', 'Elige el formato de tu clave privada: '), _defineProperty(_es$data, 'decrypt_Select', 'Elige una cartera: '), _defineProperty(_es$data, 'ADD_Label_1', '¿Qué quieres hacer? '), _defineProperty(_es$data, 'ADD_Radio_1', 'Generar nueva cartera '), _defineProperty(_es$data, 'ADD_Radio_2', 'Elige tu archivo de cartera (Keystore / JSON) '), _defineProperty(_es$data, 'ADD_Radio_2_alt', 'Elige tu archivo de cartera '), _defineProperty(_es$data, 'ADD_Radio_2_short', 'ELIGE ARCHIVO DE CARTERA... '), _defineProperty(_es$data, 'ADD_Radio_3', 'Pega o escribe tu clave privada '), _defineProperty(_es$data, 'ADD_Radio_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Radio_5', 'Pega o escribe tu mnemotécnico '), _defineProperty(_es$data, 'ADD_Radio_5_Path', 'Elige la ruta de derivación HD '), _defineProperty(_es$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_es$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_es$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathCustom', 'Personalizado'), _defineProperty(_es$data, 'ADD_Label_2', 'Crear un alias: '), _defineProperty(_es$data, 'ADD_Label_3', 'Tu cartera está encriptada. Introduce tu contraseña '), _defineProperty(_es$data, 'ADD_Label_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Warning_1', 'Puedes añadir una cuenta para supervisar en la pestaña de carteras sin cargar una clave privada. Esto ** no ** significa que tengas acceso a la cartera, ni puedes transferir ether desde ésta. '), _defineProperty(_es$data, 'ADD_Label_5', 'Introduce la dirección '), _defineProperty(_es$data, 'ADD_Label_6', 'Desbloquea tu cartera '), _defineProperty(_es$data, 'ADD_Label_6_short', 'Desbloquear '), _defineProperty(_es$data, 'ADD_Label_7', 'Añadir cuenta '), _defineProperty(_es$data, 'ADD_Label_8', 'Contraseña (opcional): '), _defineProperty(_es$data, 'GEN_desc', 'Si quieres generar varias carteras, puedes hacerlo aquí '), _defineProperty(_es$data, 'GEN_Label_1', 'Introduce una contraseña fuerte (mínimo 9 caracteres) '), _defineProperty(_es$data, 'GEN_Placeholder_1', '¡NO olvides guardar esto! '), _defineProperty(_es$data, 'GEN_SuccessMsg', '¡Enhorabuena! Se ha generado tu cartera. '), _defineProperty(_es$data, 'GEN_Label_2', 'Guarda tu Keystore. No olvides tu contraseña. '), _defineProperty(_es$data, 'GEN_Label_3', 'Guarda tu dirección. '), _defineProperty(_es$data, 'GEN_Label_4', 'Opcional: Imprime tu cartera en papel o guarda una versión en código QR. '), _defineProperty(_es$data, 'BULK_Label_1', 'Cantidad de carteras a generar '), _defineProperty(_es$data, 'BULK_Label_2', 'Generar carteras '), _defineProperty(_es$data, 'BULK_SuccessMsg', '¡Enhorabuena! Se han generado tus carteras. '), _defineProperty(_es$data, 'SEND_addr', 'Dirección de destino '), _defineProperty(_es$data, 'SEND_amount', 'Cantidad a enviar '), _defineProperty(_es$data, 'SEND_amount_short', 'Cantidad '), _defineProperty(_es$data, 'SEND_custom', 'Personalizado '), _defineProperty(_es$data, 'SEND_gas', 'Gas '), _defineProperty(_es$data, 'SEND_TransferTotal', 'Enviar todo el saldo '), _defineProperty(_es$data, 'SEND_generate', 'Generar transacción '), _defineProperty(_es$data, 'SEND_raw', 'Transacción en bruto '), _defineProperty(_es$data, 'SEND_signed', 'Transacción firmada '), _defineProperty(_es$data, 'SEND_trans', 'Enviar transacción '), _defineProperty(_es$data, 'SEND_custom', 'Añadir token personalizado '), _defineProperty(_es$data, 'SENDModal_Title', '¡Atención! '), _defineProperty(_es$data, 'SENDModal_Content_1', 'Vas a enviar '), _defineProperty(_es$data, 'SENDModal_Content_2', 'a la dirección '), _defineProperty(_es$data, 'SENDModal_Content_3', '¿Estás seguro de que quieres hacer esto? '), _defineProperty(_es$data, 'SENDModal_Content_4', 'NOTA: Si recibes un error, es muy probable que necesites añadir ether a tu cuenta para cubrir el coste en gas de enviar tokens. Gas se paga en ether. '), _defineProperty(_es$data, 'SENDModal_No', 'No, sácame de aquí. '), _defineProperty(_es$data, 'SENDModal_Yes', 'Sí, estoy seguro. Hacer la transacción. '), _defineProperty(_es$data, 'TOKEN_Addr', 'Token Contact Dirección '), _defineProperty(_es$data, 'TOKEN_Symbol', 'Símbolo del token '), _defineProperty(_es$data, 'TOKEN_Dec', 'Decimales '), _defineProperty(_es$data, 'TOKEN_hide', 'Ocultar tokens '), _defineProperty(_es$data, 'TOKEN_show', 'Mostrar todos los tokens '), _defineProperty(_es$data, 'TRANS_desc', 'Si quieres enviar tokens, utiliza la página "Enviar tokens" en lugar de esta. '), _defineProperty(_es$data, 'TRANS_warning', 'Si utilizas las funciones "Sólo ETH" o "Sólo ETC" estás enviando a través de un contrato. Algunos servicios tienen problemas aceptando estas transacciones. Leer más. '), _defineProperty(_es$data, 'TRANS_advanced', '+Avanzado: Añadir datos '), _defineProperty(_es$data, 'TRANS_data', 'Datos '), _defineProperty(_es$data, 'TRANS_gas', 'Límite de gas '), _defineProperty(_es$data, 'TRANS_sendInfo', 'Una transacción estándar que utiliza 21000 gas cuesta 0.000441 ETH. Utilizamos un precio de gas de 0.000000021 ETH, ligeramente por encima del mínimo, para asegurarnos de que se mina con rapidez. Nosotros no recibimos ninguna comisión por la transacción. '), _defineProperty(_es$data, 'TRANSModal_Title', 'Transacciones "Sólo ETH" y "Sólo ETC" '), _defineProperty(_es$data, 'TRANSModal_Content_0', 'Una nota sobre las distintas transacciones y servicios: '), _defineProperty(_es$data, 'TRANSModal_Content_1', '**ETH (transacción estándar): ** Esto genera una transacción predeterminada directamente de una dirección a otra. Utiliza gas predeterminado de 21000. Es probable que cualquier transacción de ETH enviada mediante este método se reproduzca (replay) en la cadena ETC. '), _defineProperty(_es$data, 'TRANSModal_Content_2', '**Sólo ETH: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETH**. '), _defineProperty(_es$data, 'TRANSModal_Content_3', '**Sólo ETC: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETC**. '), _defineProperty(_es$data, 'TRANSModal_Content_4', '**Coinbase y ShapeShift: ** Envía solamente utilizando transacción estándar. Si envías utilizando los contratos "Sólo ETH" o "Sólo ETC", será necesario que contactes con su equipo de soporte para que añadan manualmente el saldo o te lo devuelvan. [También puedes probar la herramienta de "split" de Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_es$data, 'TRANSModal_Content_5', '**Kraken y Poloniex:** No se conocen problemas. Usa cualquiera. '), _defineProperty(_es$data, 'TRANSModal_Yes', 'Bien, ahora lo entiendo. '), _defineProperty(_es$data, 'TRANSModal_No', 'Estoy más confundido. Ayuda, por favor. '), _defineProperty(_es$data, 'OFFLINE_Title', 'Generar y enviar transacción sin conexión '), _defineProperty(_es$data, 'OFFLINE_Desc', 'Se puede generar transacciones sin conexión en tres pasos. Debes hacer los pasos 1 y 3 en un equipo online y el paso 2 en un equipo sin conexión y aislado. Esto asegura que tus claves privadas no estén en contacto con un equipo con conexión a Internet. '), _defineProperty(_es$data, 'OFFLLINE_Step1_Title', 'Paso 1: generar información (equipo conexión) '), _defineProperty(_es$data, 'OFFLINE_Step1_Button', 'Generar información '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_1', 'Dirección de origen '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_2', 'Nota: Esta es la dirección de origen, no la dirección de destino. El nonce se genera desde la cuenta que origina la transacción. Si se está utilizando un equipo aislado, será la dirección de la cuenta de almacenaje en frío. '), _defineProperty(_es$data, 'OFFLINE_Step2_Title', 'Paso 2: generar transacción (equipo sin conexión) '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_1', 'Dirección de destino '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_2', 'Valor / Cantidad a enviar '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3', 'Precio del gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3b', 'Esto se ha mostrado en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4', 'Límite de gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4b', '21000 es el límite de gas predeterminado. Cuando envías contratos o datos adicionales, puede que esto necesite ser diferente. El gas no utilizado se te devolverá. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5b', 'Esto se indicó en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6', 'Datos '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6b', 'Opcional. Los datos se utilizan habitualmente al enviar transacciones a contratos. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_7', 'Introduce / elige tu Clave Privada / JSON. '), _defineProperty(_es$data, 'OFFLINE_Step3_Title', 'Paso 3: Enviar / Publicar transacción (con conexión) '), _defineProperty(_es$data, 'OFFLINE_Step3_Label_1', 'Pega aquí la transacción firmada del paso 2 y pulsa el botón "ENVIAR TRANSACCIÓN". '), _defineProperty(_es$data, 'DEP_generate', 'Generar Bytecode '), _defineProperty(_es$data, 'DEP_generated', 'Bytecode generado '), _defineProperty(_es$data, 'DEP_signtx', 'Firmar transacción '), _defineProperty(_es$data, 'DEP_interface', 'Interfaz generada '), _defineProperty(_es$data, 'MYWAL_Nick', 'Alias de cartera '), _defineProperty(_es$data, 'MYWAL_Address', 'Dirección de cartera '), _defineProperty(_es$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_es$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_es$data, 'MYWAL_View', 'Ver '), _defineProperty(_es$data, 'MYWAL_Remove', 'Eliminar '), _defineProperty(_es$data, 'MYWAL_RemoveWal', 'Eliminar cartera: '), _defineProperty(_es$data, 'MYWAL_WatchOnly', 'Tus cuentas de sólo visualización '), _defineProperty(_es$data, 'MYWAL_Viewing', 'Viendo cartera '), _defineProperty(_es$data, 'MYWAL_Hide', 'Ocultar información de cartera '), _defineProperty(_es$data, 'MYWAL_Edit_2', 'Editar cartera '), _defineProperty(_es$data, 'MYWAL_Name', 'Nombre de la cartera '), _defineProperty(_es$data, 'MYWAL_Content_1', '¡Atención! Estás a punto de eliminar tu cartera '), _defineProperty(_es$data, 'MYWAL_Content_2', 'Asegúrate de haber **guardado tu clave privada y/o archivo almacén de clave y la contraseña** antes de eliminarlo. '), _defineProperty(_es$data, 'MYWAL_Content_3', 'Si en el futuro quieres utilizar esta cartera con MyEtherWallet CX, tendrás que volver a añadirla manualmente utilizando Clave Privada/JSON y contraseña. '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. Puede que te interese hacer esto para [importar tu cuenta en Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si quieres comprobar tu saldo, recomendamos utilizar un explorador de blockchain como [etherscan.io](https://etherscan.io/). '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle_Short', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. '), _defineProperty(_es$data, 'VIEWWALLET_SuccessMsg', '¡Enhorabuena! Estos son los detalles de tu cartera. '), _defineProperty(_es$data, 'VIEWWALLET_ShowPrivKey', '(mostrar)'), _defineProperty(_es$data, 'VIEWWALLET_HidePrivKey', '(ocultar)'), _defineProperty(_es$data, 'CX_error_1', 'No tienes ninguna cartera guardada. ¡Haz clic en ["Añadir cartera"](/cx-wallet.html#add-wallet) para añadir una! '), _defineProperty(_es$data, 'CX_quicksend', 'Enviar '), _defineProperty(_es$data, 'NODE_Title', 'Configurar nodo personalizado'), _defineProperty(_es$data, 'NODE_Subtitle', 'Para conectar a un nodo local...'), _defineProperty(_es$data, 'NODE_Warning', 'Tu nodo debe ser HTTPS para poder conectar a él desde MyEtherWallet.com. Para conectarte a cualquier nodo, puedes [descargar el repositorio de MyEtherWallet y ejecutarlo localmente](https://github.com/kvhnuke/etherwallet/releases/latest). También puedes conseguir un certificado SSL gratuito a través de [Let\'s Encrypt](https://letsencrypt.org/)'), _defineProperty(_es$data, 'NODE_Name', 'Nombre del nodo'), _defineProperty(_es$data, 'NODE_Port', 'Puerto del nodo'), _defineProperty(_es$data, 'NODE_CTA', 'Guardar y usar nodo personalizado'), _defineProperty(_es$data, 'CONTRACT_Title', 'Dirección del contrato '), _defineProperty(_es$data, 'CONTRACT_Title_2', 'Seleccionar contrato existente '), _defineProperty(_es$data, 'CONTRACT_Json', 'Interfaz ABI / JSON '), _defineProperty(_es$data, 'CONTRACT_Interact_Title', 'Leer/escribir contrato '), _defineProperty(_es$data, 'CONTRACT_Interact_CTA', 'Seleccionar una función '), _defineProperty(_es$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_es$data, 'CONTRACT_Read', 'LEER '), _defineProperty(_es$data, 'CONTRACT_Write', 'ESCRIBIR '), _defineProperty(_es$data, 'SWAP_rates', "Tipos de cambio actuales "), _defineProperty(_es$data, 'SWAP_init_1', "Quiero cambiar mis "), _defineProperty(_es$data, 'SWAP_init_2', " por "), _defineProperty(_es$data, 'SWAP_init_CTA', "Continuar"), _defineProperty(_es$data, 'SWAP_information', "Tu información "), _defineProperty(_es$data, 'SWAP_send_amt', "Cantidad a enviar "), _defineProperty(_es$data, 'SWAP_rec_amt', "Cantidad a recibir "), _defineProperty(_es$data, 'SWAP_your_rate', "Tu tipo de cambio "), _defineProperty(_es$data, 'SWAP_rec_add', "Tu dirección de destino "), _defineProperty(_es$data, 'SWAP_start_CTA', "Iniciar intercambio "), _defineProperty(_es$data, 'SWAP_ref_num', "Tu número de referencia "), _defineProperty(_es$data, 'SWAP_time', "Tiempo restante para enviar "), _defineProperty(_es$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_es$data, 'SWAP_progress_1', "Pedido iniciado "), _defineProperty(_es$data, 'SWAP_progress_2', "Esperando recibir tus "), _defineProperty(_es$data, 'SWAP_progress_3', "¡Recibido! "), _defineProperty(_es$data, 'SWAP_progress_4', "Enviando tu {{orderResult.output.currency}} "), _defineProperty(_es$data, 'SWAP_progress_5', "Pedido completado "), _defineProperty(_es$data, 'SWAP_order_CTA', "Por favor, envía "), _defineProperty(_es$data, 'SWAP_unlock', "Desbloquea tu cartera para enviar ETH o tokens directamente desde esta página. "), _defineProperty(_es$data, 'MSG_message', 'Mensaje '), _defineProperty(_es$data, 'MSG_date', 'Fecha '), _defineProperty(_es$data, 'MSG_signature', 'Firma '), _defineProperty(_es$data, 'MSG_verify', 'Verificar mensaje '), _defineProperty(_es$data, 'MSG_info1', 'Incluye la fecha actual para que la firma no se pueda volver a utilizar en otra fecha. '), _defineProperty(_es$data, 'MSG_info2', 'Incluye tu apodo y dónde utilizas ese apodo para que otra persona no lo pueda utilizar. '), _defineProperty(_es$data, 'MSG_info3', 'Incluye una razón específica para el mensaje para que no se pueda volver a utilizar con otra finalidad. '), _defineProperty(_es$data, 'MNEM_1', 'Selecciona la dirección con la que deseas interactuar. '), _defineProperty(_es$data, 'MNEM_2', 'Tu mnemotécnico HD único proporciona acceso a una serie de carteras o direcciones. Por favor, elige la dirección con la que quieres interactuar ahora. '), _defineProperty(_es$data, 'MNEM_more', 'Más direcciones '), _defineProperty(_es$data, 'MNEM_prev', 'Direcciones anteriores '), _defineProperty(_es$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_1', 'Conecta tu Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_2', 'Inicia la aplicacin Ethereum (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Exp', 'Inicia la aplicacin Expanse (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Ubq', 'Inicia la aplicacin Ubiq (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_3', 'Comprueba que "Browser Support" está activado en "Settings" '), _defineProperty(_es$data, 'ADD_Ledger_4', 'Si no encuentras la opción "Browser Support" en "Settings", asegúrate de tener instalado el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_es$data, 'ADD_Ledger_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_Ledger_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Ledger_scan', 'Conectar a Ledger Wallet '), _defineProperty(_es$data, 'ADD_MetaMask', 'Connectar a MetaMask '), _defineProperty(_es$data, 'x_Trezor', 'TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_scan', 'Conectar a TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_select', 'Esto es una semilla TREZOR '), _defineProperty(_es$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_scan', 'Conectar a Digital Bitbox '), _defineProperty(_es$data, 'ERROR_0', '(error_01) Introduce una cantidad válida. Please enter a valid amount.'), _defineProperty(_es$data, 'ERROR_1', '(error_02) Tu contraseña debe tener al menos 9 caracteres. Por favor utiliza una contraseña fuerte. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_es$data, 'ERROR_2', '(error_03) Lo sentimos. No reconocemos este tipo de archivo de cartera. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_es$data, 'ERROR_3', '(error_04) Este no es un archivo de cartera válido. This is not a valid wallet file.'), _defineProperty(_es$data, 'ERROR_4', '(error_05) Esta unidad no existe. Por favor utiliza una de las siguientes unidades This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_es$data, 'ERROR_5', '(error_06) Introduce una Dirección válida. Please enter a valid address.'), _defineProperty(_es$data, 'ERROR_6', '(error_07) Introduce una Contraseña válida. Please enter a valid password.'), _defineProperty(_es$data, 'ERROR_7', '(error_08) Introduce una Cantidad válida. (Must be integer. Try 0-18.) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_es$data, 'ERROR_8', '(error_09) Introduce un Límite de gas válido. (Must be integer. Try 21000-4000000.) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_es$data, 'ERROR_9', '(error_10) Introduce un Valor de datos válido. (Must be hex.) Please enter a valid data value (Must be hex.)'), _defineProperty(_es$data, 'ERROR_10', '(error_11) Introduce una Cantidad de gas válida. (Must be integer. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_es$data, 'ERROR_11', '(error_12) Introduce un Nonce válido. (Must be integer.) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_es$data, 'ERROR_12', '(error_13) Introduce una Transacción firmada válida. Invalid signed transaction.'), _defineProperty(_es$data, 'ERROR_13', '(error_14) Ya existe una cartera con este alias. A wallet with this nickname already exists.'), _defineProperty(_es$data, 'ERROR_14', '(error_15) Cartera no encontrada. Wallet not found.'), _defineProperty(_es$data, 'ERROR_15', '(error_16) No parece que exista todavía una propuesta con este ID o hay un error al leer esta propuesta. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_es$data, 'ERROR_16', '(error_17) Ya hay almacenada una cartera con esta dirección. Por favor comprueba la página de carteras. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_es$data, 'ERROR_17', '(error_18) Fondos no suficientes para gas * precio + valor. Es necesario tener al menos 0.01 ether en tu cuenta para cubrir el coste del gas. Añade algo de ether e inténtalo de nuevo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'ERROR_18', '(error_19) Sería necesario utilizar todo el gas en esta transacción. Esto significa que ya has votado en esta propuesta o que el periodo de debate ha concluido. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_es$data, 'ERROR_19', '(error_20) Introduce un Símbolo válido Please enter a valid symbol'), _defineProperty(_es$data, 'ERROR_20', '(error_21) No es un token ERC-20 válido Not a valid ERC-20 token'), _defineProperty(_es$data, 'ERROR_21', '(error_22) No se ha podido estimar el gas. No hay suficientes fondos en la cuenta, o el contrato de destino ha devuelto un error. Puedes ajustar el gas manualmente y continuar. Puede que el mensaje de error al enviar contenga más información. Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_es$data, 'ERROR_22', '(error_23) Introduce un nombre de nodo válido Please enter a valid node name'), _defineProperty(_es$data, 'ERROR_23', '(error_24) Introduce una URL válida. Si estás en HTTPS, tu URL debe ser HTTPS Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_es$data, 'ERROR_24', '(error_25) Introduce un puerto válido Please enter a valid port.'), _defineProperty(_es$data, 'ERROR_25', '(error_26) Introduce un chain ID válido Please enter a valid chain ID.'), _defineProperty(_es$data, 'ERROR_26', '(error_27) Introduce un ABI válido Please enter a valid ABI.'), _defineProperty(_es$data, 'ERROR_27', '(error_28) Cantidad mínima 0.01 Minimum amount: 0.01. Max amount:'), _defineProperty(_es$data, 'ERROR_28', '(error_29) **Necesitas tu archivo Keystore/JSON y la contraseña** (o clave privada) para acceder a esta cartera en el futuro. Por favor ¡guárdala y respáldala externamente! No hay modo de recuperar una cartera si no la guardas. Lee la [página de ayuda](https://www.myetherwallet.com/#help) para instrucciones. You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_es$data, 'ERROR_29', '(error_30) Introduce un user & password válido. Please enter a valid user and password.'), _defineProperty(_es$data, 'ERROR_30', '(error_31) Introduce un name válido (7+ characters, limited punctuation) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_es$data, 'ERROR_31', '(error_32) Introduce un secret phrase válido. Please enter a valid secret phrase.'), _defineProperty(_es$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_es$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_es$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_es$data, 'ERROR_35', '(error_36) Input address is not checksummed. More infoInput address is not checksummed. What does that mean?'), _defineProperty(_es$data, 'ERROR_36', '(error_37) Enter valid TX hashPlease enter a valid TX hash'), _defineProperty(_es$data, 'ERROR_37', '(error_38) Enter valid hex string (0-9, a-f)Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_es$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_es$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_es$data, 'GETH_Balance', '(geth-01) Saldo insuficiente. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_Cheap', '(geth-02) Precio de gas demasiado bajo para aceptación. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_es$data, 'GETH_GasLimit', '(geth-03) Sobrepasa el límite de gas del bloque. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_es$data, 'GETH_InsufficientFunds', '(geth-04) Fondos no suficientes para gas * precio + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínseco demasiado bajo. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_es$data, 'GETH_InvalidSender', '(geth-06) Remitente no válido. Invalid sender.'), _defineProperty(_es$data, 'GETH_NegativeValue', '(geth-07) Valor negativo. Negative value.'), _defineProperty(_es$data, 'GETH_Nonce', "(geth-08) Nonce demasiado bajo. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'GETH_NonExistentAccount', '(geth-09) La cuenta no existe o tiene un saldo insuficiente. Account does not exist or account balance too low'), _defineProperty(_es$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'SUCCESS_1', 'Dirección válida '), _defineProperty(_es$data, 'SUCCESS_2', 'Cartera descifrada con éxito '), _defineProperty(_es$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_es$data, 'SUCCESS_4', 'Se ha añadido tu cartera '), _defineProperty(_es$data, 'SUCCESS_5', 'Archivo seleccionado '), _defineProperty(_es$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_es$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_es$data, 'WARN_Send_Link', 'Has llegado aquí a través de un enlace que ya tiene rellenados la dirección, cantidad, gas, campos de datos o el tipo de transacción (modo de envío). Puedes cambiar cualquier parámetro antes de enviar. Desbloquea tu cartera para comenzar. '), _defineProperty(_es$data, 'translate_version', '0.3 '), _defineProperty(_es$data, 'Translator_Desc', 'Gracias a nuestros traductores '), _defineProperty(_es$data, 'TranslatorName_1', 'Ignacio Fernández del Álamo · '), _defineProperty(_es$data, 'TranslatorAddr_1', ''), _defineProperty(_es$data, 'TranslatorName_2', 'Carlos Lizarraga Rodrigo '), _defineProperty(_es$data, 'TranslatorAddr_2', ''), _defineProperty(_es$data, 'TranslatorName_3', ''), _defineProperty(_es$data, 'TranslatorAddr_3', ''), _defineProperty(_es$data, 'TranslatorName_4', ''), _defineProperty(_es$data, 'TranslatorAddr_4', ''), _defineProperty(_es$data, 'TranslatorName_5', ''), _defineProperty(_es$data, 'TranslatorAddr_5', ''), _defineProperty(_es$data, 'HELP_Warning', 'Si creaste una cartera -o- descargaste el repositorio antes del **31 de diciembre de 2015**, por favor comprueba tus carteras y descarga una nueva versión del repositorio. Haz clic para más información. '), _defineProperty(_es$data, 'HELP_Desc', '¿Echas algo en falta? ¿Tienes alguna otra pregunta? [Contacta con nosotros](mailto:support@myetherwallet.com) y no solamente contestaremos tu pregunta, sino que mejoraremos esta página para que sea más útil en el futuro. '), _defineProperty(_es$data, 'HELP_Remind_Title', 'Algunos recordatorios '), _defineProperty(_es$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com y MyEtherWallet CX, así como algunas de las librerías JavaScript que utilizamos están en desarrollo activo.** Aunque hemos testeado ampliamente y decenas de miles de carteras han sido creadas exitosamente por personas en todo el planeta, siempre existe la remota posibilidad de que ocurra algo inesperado que haga que se pierdan tus ETH. Por favor no inviertas más de lo que estés dispuesto a perder y, por favor, sé cuidadoso. Si algo ocurriera, lo lamentamos, pero **no somos responsables del Ether perdido**. '), _defineProperty(_es$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com y MyEtherWallet CX no son "carteras web". No estás creando una cuenta ni nos estás entregando tus Ether para que los guardemos. Toda tu información nunca abandona tu equipo o tu navegador. Te facilitamos que puedas crear, guardar y acceder a tu información e interactuar con la blockchain. '), _defineProperty(_es$data, 'HELP_Remind_Desc_3', 'Si no guardas tu clave privada y contraseña, no hay modo alguno de recuperar el acceso a tu cartera o a los fondos que ésta contiene. ¡Haz copias de seguridad en múltiples ubicaciones físicas, no solamente en tu equipo! '), _defineProperty(_es$data, 'HELP_0_Title', '0) Soy nuevo. ¿Qué hago? '), _defineProperty(_es$data, 'HELP_0_Desc_1', 'MyEtherWallet te permite generar nuevas carteras para poder almacenar tu Ether por tu cuenta en lugar de en una casa de cambio. Este proceso tiene lugar por completo en tu equipo, no en nuestros servidores. Por lo tanto, cuando generes una nueva cartera, **eres responsable de hacer una copia de seguridad**. '), _defineProperty(_es$data, 'HELP_0_Desc_2', 'Crear una nueva cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_3', 'Hacer una copia de seguridad de la cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_4', 'Comprobar que tienes acceso a esta nueva cartera y has guardado correctamente toda la información necesaria. '), _defineProperty(_es$data, 'HELP_0_Desc_5', 'Transferir Ether a la nueva cartera. '), _defineProperty(_es$data, 'HELP_1_Title', '1) ¿Cómo creo una nueva cartera? '), _defineProperty(_es$data, 'HELP_1_Desc_1', 'Ir a la página "Generar cartera". '), _defineProperty(_es$data, 'HELP_1_Desc_2', 'Ir a la página "Añadir cartera" y seleccionar "Generar nueva cartera" '), _defineProperty(_es$data, 'HELP_1_Desc_3', 'Introducir una contraseña fuerte. Si crees que puedes olvidarla, guárdala en un lugar seguro. Necesitarás esta contraseña para enviar transacciones. '), _defineProperty(_es$data, 'HELP_1_Desc_4', 'Haz clic en "GENERAR". '), _defineProperty(_es$data, 'HELP_1_Desc_5', 'Ahora se ha generado tu cartera. '), _defineProperty(_es$data, 'HELP_2a_Title', '¿Cómo guardo/respaldo mi cartera? '), _defineProperty(_es$data, 'HELP_2a_Desc_1', 'Deberías siempre respaldar tu cartera externamente y en varias ubicaciones físicas (como una unidad USB o en una hoja de papel). '), _defineProperty(_es$data, 'HELP_2a_Desc_2', 'Guardar la dirección. Puedes mantenerla en privado o compartirla con otras personas. De ese modo, otras personas te podrán enviar ether. '), _defineProperty(_es$data, 'HELP_2a_Desc_3', 'Guarda las versiones de tu clave privada. No la compartas con nadie. ¡Tu clave privada es necesaria cuando quieras tener acceso a tu ether para enviarlo! Hay tres tipos de claves privadas: '), _defineProperty(_es$data, 'HELP_2a_Desc_4', 'Pon tu dirección, las versiones de la clave privada y la versión PDF de tu cartera en papel en una carpeta. Guárdala en tu equipo y en una unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_5', 'Imprime la cartera si dispones de impresora. En caso contrario, escribe tu clave privada y tu dirección en una hoja de papel. Almacénalas en un lugar seguro y separado de tu equipo y de la unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_6', 'Recuerda, debes evitar la pérdida de las claves y la contraseña frente a una pérdida o fallo en tu unidad de disco duro, unidad USB u hoja de papel. Debes tener en cuenta también la posibilidad de pérdida o daño en una zona amplia (piensa en un incendio o una inundación). '), _defineProperty(_es$data, 'HELP_2b_Title', '2b) ¿Cómo almaceno con seguridad/sin conexión/en frío con MyEtherWallet? '), _defineProperty(_es$data, 'HELP_2b_Desc_1', 'Ve a nuestro github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_es$data, 'HELP_2b_Desc_2', 'Haz clic en `etherwallet-vX.X.X.X.zip` en la parte inferior. '), _defineProperty(_es$data, 'HELP_2b_Desc_3', 'Mueve el ZIP a un equipo aislado de internet (airgapped). '), _defineProperty(_es$data, 'HELP_2b_Desc_4', 'Descomprímelo y haz doble clic en `index.html`. '), _defineProperty(_es$data, 'HELP_2b_Desc_5', 'Genera una cartera con una contraseña fuerte. '), _defineProperty(_es$data, 'HELP_2b_Desc_6', 'Guarda la dirección. Guarda versiones de la clave privaa. Guarda la contraseña si crees que es posible que no la recuerdes siempre en el futuro.. '), _defineProperty(_es$data, 'HELP_2b_Desc_7', 'Almacena los papeles / USBs en múltiples ubicaciones separadas físicamente. '), _defineProperty(_es$data, 'HELP_2b_Desc_8', 'Ve a la página "Ver Información de las Carteras" y teclea to clave privada / contraseña para asegurarte de que son correctos y puedes acceder a tu cartera. Comprueba que la dirección que has escrito coincide. '), _defineProperty(_es$data, 'HELP_3_Title', '3) ¿Cómo verifico que tengo acceso a mi nueva cartera? '), _defineProperty(_es$data, 'HELP_3_Desc_1', '**Antes de enviar ether a tu nueva cartera,** deberías asegurarte de que tienes acceso a ésta. '), _defineProperty(_es$data, 'HELP_3_Desc_2', 'Ve a la página "Ver Información de las Carteras". '), _defineProperty(_es$data, 'HELP_3_Desc_3', 'Ve a la página "Ver Información de las Carteras" de MyEtherWallet.com. '), _defineProperty(_es$data, 'HELP_3_Desc_4', 'Selecciona tu archivo de cartera -o- tu clave privada y desloquea tu cartera. '), _defineProperty(_es$data, 'HELP_3_Desc_5', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_3_Desc_6', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_3_Desc_7', 'Debería mostrarse la información de tu cartera. Puedes encontrar la dirección de tu cuenta al lado de un icono circular de colores. Este icono es una representación visual de tu dirección. Asegúrate de que esta dirección coincide con la dirección que has guardado en tu archivo de texto y con la que está en tu cartera de papel. '), _defineProperty(_es$data, 'HELP_3_Desc_8', 'Si planeas guardar una cantidad elevada de ether, te recomendamos que primero envíes una cantidad pequeña de ether desde tu nueva cartera antes de ingresar una cantidad elevada. Envía 0.001 ether a tu nueva cartera, accede a tu cartera, envía los 0.001 ether desde tu cartera a otra dirección y asegúrate de que todo funciona bien. '), _defineProperty(_es$data, 'HELP_4_Title', '4) ¿Cómo envío ether de una cartera a otra? '), _defineProperty(_es$data, 'HELP_4_Desc_1', 'Si planeas mover una gran cantidad de ether, deberías probar primero a enviar una pequeña cantidad a tu cartera para asegurarte de que todo funciona según lo esperado. '), _defineProperty(_es$data, 'HELP_4_Desc_2', 'Ve a la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4_Desc_3', 'Selecciona tu archivo de cartera -o- tu clave privada y desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_4', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_4_Desc_5', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_4_Desc_6', 'Introduce la dirección a la que deseas enviar ether en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_9', 'Haz clic en "Generar transacción". '), _defineProperty(_es$data, 'HELP_4_Desc_10', 'Aparecerán dos campos más. Esto es tu navegador generando la transacción. '), _defineProperty(_es$data, 'HELP_4_Desc_11', 'Haz clic en el botón azul "Enviar transacción" que está inmediatamente debajo. '), _defineProperty(_es$data, 'HELP_4_Desc_12', 'Aparecerá un cuadro emergente. Verifica que la cantidad y la dirección a la que estás enviando son correctos. Entonces, haz clic en el botón "Sí, estoy seguro. Hacer la transacción.". '), _defineProperty(_es$data, 'HELP_4_Desc_13', 'Se enviará la transacción y se mostrará el ID de transacción. Puedes hacer clic en el ID de transacción para verla en la cadena de bloques. '), _defineProperty(_es$data, 'HELP_4CX_Title', '4) ¿Cómo envío ether utilizando MyEtherWallet CX? '), _defineProperty(_es$data, 'HELP_4CX_Desc_1', 'Antes de nada, necesitas añadir una cartera. Una vez hecho, tienes dos opciones: la función "Enviar" del icono de la extensión de Chrome o la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4CX_Desc_2', 'Envío: '), _defineProperty(_es$data, 'HELP_4CX_Desc_3', 'Haz clic en el icono de la extensión de Chrome. '), _defineProperty(_es$data, 'HELP_4CX_Desc_4', 'Haz clic en el botón Click the "Enviar" button. '), _defineProperty(_es$data, 'HELP_4CX_Desc_5', 'Elige la cartera desde la que quieres enviar. '), _defineProperty(_es$data, 'HELP_4CX_Desc_6', 'Introduce la dirección a la que deseas enviar en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4CX_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_8', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_9', 'Comprueba que la dirección y la cantidad que estás enviando son correctos. '), _defineProperty(_es$data, 'HELP_4CX_Desc_10', 'Introduce la contraseña para la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_11', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_12', 'Utilizando la página "Enviar Ether y Tokens" '), _defineProperty(_es$data, 'HELP_5_Title', '5) ¿Cómo ejecuto MyEtherWallet.com sin conexión/localmente? '), _defineProperty(_es$data, 'HELP_5_Desc_1', 'Puedes ejecutar MyEtherWallet.com en tu equipo en lugar de desde los servidores de GitHub. Puedes generar una cartera totalmente sin conexión y enviar transacciones desde la página "Transacción sin conexión". '), _defineProperty(_es$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_es$data, 'HELP_5_Desc_8', 'Por si no tienes costumbre, es necesario guardar la carpeta completa para ejecutar la página web, no solamente `index.html`. No modifiques ni muevas nada dentro de la carpeta. Si estás guardando una copia del repositorio MyEtherWallet para el futuro, recomendamos guardar únicamente el fichero ZIP para poder estar seguro de que el contenido permanezca intacto. '), _defineProperty(_es$data, 'HELP_5_Desc_9', 'Debido a que estamos constantemente actualizando MyEtherWallet.com, recomendamos que actualices periódicamente tu versión guardada del repositorio. '), _defineProperty(_es$data, 'HELP_5CX_Title', '5) ¿Cómo puedo instalar esta extensión desde el repositorio en lugar de desde la Chrome Store? '), _defineProperty(_es$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_es$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_es$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_es$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_es$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_es$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_es$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_es$data, 'HELP_7_Title', '7) ¿Cómo envío tokens y añado tokens personalizados? '), _defineProperty(_es$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_es$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar ether y tokens" page. '), _defineProperty(_es$data, 'HELP_7_Desc_2', 'Desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_es$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_es$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_es$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_es$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_es$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_es$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_es$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_es$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_es$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_es$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_es$data, 'HELP_8_Title', '8) ¿Qué ocurre si vuestro sitio web deja de funcionar? '), _defineProperty(_es$data, 'HELP_8_Desc_1', 'MyEtherWallet no es una cartera web. No tienes un login y nunca se graba nada en nuestros servidores. You don\'t have a login and nothing ever gets saved to our servers. Simplemente es una interfaz que te permite interactuar con la cadena de bloques. '), _defineProperty(_es$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com desapareciera, tendrías que encontrar otra manera de poder hacer lo que haces con nosotros (como por ejemplo obtener geth o Ethereum Wallet / Mist). Pero no necesitarías retirar tus ether de MyEtherWallet porque no están en MyEtherWallet. Están en la cartera que hayas generado a través de nuestro sitio. '), _defineProperty(_es$data, 'HELP_8_Desc_3', 'Puedes importar tu clave privada sin cifrar y tus archivos en formato Geth/Mist (cifrados) directamente en geth / Ethereum Wallet / Mist con mucha facilidad actualmente. Ver más abajo la pregunta #12. '), _defineProperty(_es$data, 'HELP_8_Desc_4', 'Además, la probabilidad de que cerremos MyEtherWallet es casi nula. No nos cuesta prácticamente nada mantenerlo ya que no almacenamos ninguna información. Si borramos el dominio, continúa estando disponible y siempre lo estará en [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puedes descargar desde ahí el archivo ZIP y ejecutarlo localmente. '), _defineProperty(_es$data, 'HELP_8CX_Title', '8) ¿Qué ocurre si MyEtherWallet CX desaparece? '), _defineProperty(_es$data, 'HELP_8CX_Desc_1', 'En primer lugar, los datos se guardan en tu equipo, no en nuestros servidores. Sabemos que puede parecer confuso, pero si miras nuestra extensión de Chrome, NO estás mirando a algo almacenado en nuestros servidores en alguna parte - todo se guarda en tu equipo. '), _defineProperty(_es$data, 'HELP_8CX_Desc_2', 'Dicho esto, es **muy importante** que respaldes toda tu información para todas las nuevas carteras generadas con MyEtherWallet CX. De este modo, si algo le ocurre a MyEtherWallet CX o a tu equipo, seguirás teniendo toda la información necesaria para poder acceder a tus ether. Ver la pregunta #2a sobre cómo respaldar tus carteras. '), _defineProperty(_es$data, 'HELP_8CX_Desc_3', 'Si por algún motivo MyEtherWallet CX desaparece de Chrome Store, puedes encontrar el código fuente en Github y cargarlo manualmente. Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_9_Title', '9) Is the "Enviar ether y tokens" page offline? '), _defineProperty(_es$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_es$data, 'HELP_10_Title', '10) ¿Cómo hago una transacción sin conexión? '), _defineProperty(_es$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_es$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_es$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_es$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_es$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_es$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_es$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "Enviar Ether y Tokens". This will broadcast your transaction. '), _defineProperty(_es$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_es$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_es$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_es$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_es$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_es$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_es$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_es$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_es$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_es$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_es$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_es$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_es$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_es$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_es$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_es$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_es$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_es$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_es$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_es$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_es$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_es$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_es$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_es$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_es$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_es$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_es$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_es$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_es$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_es$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_es$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_es$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_es$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_es$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_es$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_es$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_es$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_es$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_es$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_es$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_es$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_es$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_es$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_es$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_es$data, 'HELP_SecCX_Title', 'Seguridad - MyEtherWallet CX '), _defineProperty(_es$data, 'HELP_SecCX_Desc_1', '¿Dónde está guardando mi información esta extensión? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_2', 'La información que guardas en esta extensión de Chrome se guarda por medio de [chrome.storage](http://chrome.storage/). - este es el mismo lugar en el que se guardan tus contraseñas cuando guardas tus contraseñas en Chrome. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_3', '¿Qué información se guarda? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_4', 'La dirección, alias y clave privada se guardan en chrome.storage. La clave privada se cifra utilizando la contraseña que introdujiste al añadir la cartra. El alias y la dirección de la cartera no están cifrados. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_5', '¿Por qué no se cifran el alias y la dirección de la cartera? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_6', 'Si cifráramos estos ítems, sería necesario que introduzcas una contraseña cada vez que quisieras comprobar el saldo de tu cuenta o vizualizar los alias. Si esto te preocupa, te recomendamos que utilices MyEtherWallet.com en lugar de esta extensión de Chrome. '), _defineProperty(_es$data, 'HELP_Sec_Title', 'Seguridad '), _defineProperty(_es$data, 'HELP_Sec_Desc_1', 'Si una de tus primeras preguntas es "¿Por qué debería confiar en estas personas?, se trata de algo bueno. Esperamos que lo que sigue te sirva de ayuda para disminuir tus preocupaciones. '), _defineProperty(_es$data, 'HELP_Sec_Desc_2', 'Hemos estado funcionando desde agosto de 2015. Si buscas ["myetherwallet" en reddit](https://www.reddit.com/search?q=myetherwallet), puedes encontrar numerosas personas que nos utilizan con gran éxito. '), _defineProperty(_es$data, 'HELP_Sec_Desc_3', 'No vamos a quitarte tu dinero ni a robar tus claves privadas. No hay código malicioso en este sitio. De hecho, las páginas "Generar Cartera" se ejecutan por completo en el cliente. Esto significa que todo el código se ejecuta en ** tu ordenador** y nunca se graba o se transmite a ningún lugar. '), _defineProperty(_es$data, 'HELP_Sec_Desc_4', 'Comprueba la URL -- Este sitio se sirve a través de GitHub y puedes ver el código fuente aquí: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) a [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_es$data, 'HELP_Sec_Desc_5', 'Para generar carteras, puedes descargar el [código fuente](https://github.com/kvhnuke/etherwallet/releases/latest). Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_Sec_Desc_6', 'Haz una prueba y observa qué actividad de red ocurre. La manera más fácil de hacer esto es hacer clic con el botón derecho en la página y hacer clic en "inspeccionar elemento". Ve a la pestaña "Red". Genera una cartera de prueba. Verás que no hay actividad de red. Puede que veas algo que aparece como data:image/gif y data:image/png. Se trata de los códigos QR generándose en tu ordenador y por tu ordenador. No se ha transferido ni un solo byte. '), _defineProperty(_es$data, 'HELP_Sec_Desc_8', 'Si no te encuentras cómodo utilizando esta herramienta, no la utilices bajo ningún concepto. Hemos creado esta herramienta como una manera útil para que la gente pueda generar carteras y hacer transacciones sin tener que utilizar la línea de comandos o ejecutar un nodo completo. De nuevo, por favor contáctanos si tienes inquietudes y responderemos lo más pronto posible. ¡Gracias! '), _defineProperty(_es$data, 'HELP_FAQ_Title', 'Más respuestas útiles a preguntas frecuentes '), _defineProperty(_es$data, 'HELP_Contact_Title', 'Maneras de contactar con nosotros'), _es$data); module.exports = es; @@ -15527,7 +15524,7 @@ fa.data = (_fa$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fa$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fa$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fa$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fa$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fa$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fa$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fa$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fa$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fa$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fa$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fa$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fa$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fa$data, 'NAV_AddWallet', 'اضافه کردن کیف پول '), _defineProperty(_fa$data, 'NAV_BulkGenerate', 'ساخت جمعی '), _defineProperty(_fa$data, 'NAV_Contact', 'مخاطب '), _defineProperty(_fa$data, 'NAV_Contracts', 'قراردادها '), _defineProperty(_fa$data, 'NAV_DeployContract', 'ایجاد قرارداد '), _defineProperty(_fa$data, 'NAV_ENS', 'ENS '), _defineProperty(_fa$data, 'NAV_GenerateWallet', 'ساخت کیف پول '), _defineProperty(_fa$data, 'NAV_Help', 'کمک '), _defineProperty(_fa$data, 'NAV_InteractContract', 'ارتباط با قرارداد '), _defineProperty(_fa$data, 'NAV_Multisig', 'چند امضایی '), _defineProperty(_fa$data, 'NAV_MyWallets', 'کیف پول های من '), _defineProperty(_fa$data, 'NAV_Offline', 'ارسال بصورت آفلاین '), _defineProperty(_fa$data, 'NAV_SendEther', 'ارسال اتر و توکن '), _defineProperty(_fa$data, 'NAV_SendTokens', 'ارسال توکن '), _defineProperty(_fa$data, 'NAV_Swap', ' یا مبادله '), _defineProperty(_fa$data, 'NAV_ViewWallet', 'مشاهده اطلاعات کیف پول '), _defineProperty(_fa$data, 'NAV_YourWallets', 'کیف پول های شما '), _defineProperty(_fa$data, 'x_AddessDesc', 'ممکن است این را با عنوان "" شماره حساب"" یا ""کلید عمومی"" بشناسید. این چیزی ست که برای افراد دیگر می فرستید تا بتوانند برای شما اتر بفرستند. این آیکون راه آسان تری ست که بتوانید آدرس خود را بشناسید. '), _defineProperty(_fa$data, 'x_Address', 'آدرس شما '), _defineProperty(_fa$data, 'x_Cancel', 'لغو '), _defineProperty(_fa$data, 'x_CSV', 'فایل CSV (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Download', 'دانلود '), _defineProperty(_fa$data, 'x_Json', 'فایل JASON (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_JsonDesc', 'این مدل رمزنگاری نشده JASON از کلید خصوصی شماست. این بدان معناست که به رمزعبور احتیاج ندارید اما هر کس که به فایل JASON شما دسترسی داشته باشد می تواند به کیف پول و اترهای شما بدون رمزعبور دسترسی داشته باشد. '), _defineProperty(_fa$data, 'x_Keystore', 'فایل Keystore (UTC / JSON · Recommended · Encrypted) '), _defineProperty(_fa$data, 'x_Keystore2', 'فایل Keystore (UTC / JSON) '), _defineProperty(_fa$data, 'x_KeystoreDesc', 'این فایل Keystore با فرمت استفاده شده توسط Mist همخوانی دارد، در نتیجه می توانید به راحتی در آینده آن را منتقل کنید. این فایل پیشنهادی برای دانلود و ذخیره بعنوان نسخه پشتیبان است. '), _defineProperty(_fa$data, 'x_Mnemonic', 'x_Mnemonic'), _defineProperty(_fa$data, 'x_ParityPhrase', 'x_ParityPhrase'), _defineProperty(_fa$data, 'x_Password', 'رمز عبور '), _defineProperty(_fa$data, 'x_Print', 'پرینت از کیف پول کاغذی '), _defineProperty(_fa$data, 'x_PrintDesc', 'گزینه پرینت را بزنید و آن را با فرمت PDF ذخیره کنید. حتی اگر پرینتر ندارید! '), _defineProperty(_fa$data, 'x_PrintShort', 'پرینت '), _defineProperty(_fa$data, 'x_PrivKey', 'کلید خصوصی (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_PrivKey2', 'کلید خصوصی '), _defineProperty(_fa$data, 'x_PrivKeyDesc', 'این مدل رمزنگاری نشده کلید خصوصی شماست و بدان معناست که رمزعبوری لازم نیست. اگر فردی بتواند به کلید خصوصی رمزنگاری نشده شما دست پیدا کند، بدون نیاز به رمزعبور می تواند به کیف پول شما دسترسی داشته باشد. به همین خاطر نسخه های رمزنگاری شده بیشتر توصیه می شود. '), _defineProperty(_fa$data, 'x_Save', 'ذخیره '), _defineProperty(_fa$data, 'x_TXT', 'فایل TXT (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Wallet', 'کیف پول '), _defineProperty(_fa$data, 'CX_Tagline', 'افزونه Chrome Extension از کیف پول اتر که بصورت متن باز و در سمت کاربر است'), _defineProperty(_fa$data, 'CX_Warning_1', 'مطمئن شوید که از کیف پول هایی که در اینجا نگهداری می کنید نسخه پشتیبان بیرونی دارید. اتفاقات مختلفی می تواند باعث شود تا اطلاعاتی که در این Chrome Extension دارید از دست برود، مثلا uninstall کردن و دوباره install کردن افزونه. این افزونه راهی ست برای دسترسی راحت تر به کیف پولتان، نه راهی برای داشتن نسخه پشتیبان از آن. '), _defineProperty(_fa$data, 'MEW_Tagline', 'MEW_Tagline'), _defineProperty(_fa$data, 'MEW_Warning_1', 'همیشه قبل از استفاده از کیف پول خود و یا ساختن کیف پول جدید آدرس URL را چک کنید. حواستان به سایت های فیشینگ باشد. '), _defineProperty(_fa$data, 'FOOTER_1', 'ابزاری متن باز و سمت مشتری برای برقراری تعامل امن و آسان با شبکه اتریوم. '), _defineProperty(_fa$data, 'FOOTER_1b', 'ساخته شده توسط '), _defineProperty(_fa$data, 'FOOTER_2', 'از کمک های مالی بسیار قدردانی می شود. '), _defineProperty(_fa$data, 'FOOTER_3', 'تولید کیف پول سمت کاربر توسط '), _defineProperty(_fa$data, 'FOOTER_4', 'رفع مسئولیت '), _defineProperty(_fa$data, 'sidebar_AccountInfo', 'اطلاعات حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountAddr', 'آدرس حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountBal', 'موجودی حساب '), _defineProperty(_fa$data, 'sidebar_TokenBal', 'موجودی توکن ها '), _defineProperty(_fa$data, 'sidebar_Equiv', 'ارزش های معادل '), _defineProperty(_fa$data, 'sidebar_TransHistory', 'سابقه تراکنش ها '), _defineProperty(_fa$data, 'sidebar_donation', 'وبسایت MyEtherWallet یک سرویس متن باز و رایگان است که وقف امنیت و حریم خصوصی شما شده است. هرچه مقدار کمک های مالی بیشتر باشد، می توانیم زمان بیشتری برای ایجاد ویژگی های جدید، خواندن نظرات شما و ارائه محصولاتی که می خواهید داشته باشیم. ما تنها دو نفر هستیم که سعی در تغییر جهان داریم. کمک می کنید؟ '), _defineProperty(_fa$data, 'sidebar_donate', 'یا کمک مالی '), _defineProperty(_fa$data, 'sidebar_thanks', 'با تشکر از شما '), _defineProperty(_fa$data, 'decrypt_Access', 'چطور می خواهید به کیف گولتان دسترسی داشته باشید؟ '), _defineProperty(_fa$data, 'decrypt_Title', 'فرمت (مدل) کیف پول خصوصی خود را انتخاب کنید. '), _defineProperty(_fa$data, 'decrypt_Select', 'یک کیف پول انتخاب کنید. '), _defineProperty(_fa$data, 'MNEM_1', 'لطفا آدرسی که می خواهید با آن ارتباط برقرار کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_2', 'با یک عبارت HD mnemonic می توانید به چند کیف پول یا آدرس دسترسی داشته باشید. در حال حاضر آدرسی که می خواهید از آن استفاده کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_more', 'آدرس های بعدی '), _defineProperty(_fa$data, 'MNEM_prev', 'آدرس های قبلی '), _defineProperty(_fa$data, 'x_Ledger', 'لجر نانو اس (Ledger Nano S) '), _defineProperty(_fa$data, 'ADD_Ledger_1', 'لجر نانو اس خود را متصل کنید '), _defineProperty(_fa$data, 'ADD_Ledger_2', 'برنامه Ethereum را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Exp', 'برنامه Expanse را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Ubq', 'برنامه Ubiq را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_3', 'تایید کنید که پشتیبانی مرورگر (Browser Support) از قسمت Settings فعالی است. '), _defineProperty(_fa$data, 'ADD_Ledger_4', 'اگر هیچ حمایتی از طرف مرورگرها در تنظیمات پیدا نشد، مطمئن شوید که نسخه [Firmware شماره 1.2](https://www.ledgerwallet.com/apps/manager) را دارید. '), _defineProperty(_fa$data, 'ADD_Ledger_0a', 'با یک کانکشن امن (SSL) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_0b', 'با استفاده از [Chrome](https://www.google.com/chrome/browser/desktop/) یا [Opera](https://www.opera.com/) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_scan', 'به Ledger Nano S وصل شوید. '), _defineProperty(_fa$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fa$data, 'ADD_Trezor_scan', 'به TREZOR وصل شوید. '), _defineProperty(_fa$data, 'ADD_Label_1', 'می خواهید چه کاری انجام دهید؟ '), _defineProperty(_fa$data, 'ADD_Radio_1', 'ساخت کیف پول جدید '), _defineProperty(_fa$data, 'ADD_Radio_2', 'فایل کیف پول خود را انتخاب کنید (Keystore / JASON) '), _defineProperty(_fa$data, 'ADD_Radio_2_alt', 'فایل کیف پول خود را انتخاب کنید '), _defineProperty(_fa$data, 'ADD_Radio_2_short', 'نوع فایل را انتخاب کنید: '), _defineProperty(_fa$data, 'ADD_Radio_3', 'کلید خصوصی خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Radio_5', 'رمز mnemonic خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_5_Path', 'ADD_Radio_5_Path'), _defineProperty(_fa$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_fa$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_fa$data, 'ADD_Label_2', 'یک نام اختصاری انتنخاب کنید '), _defineProperty(_fa$data, 'ADD_Label_3', 'کیف پول شما رمزنگاری شده است. لطفا رمزعبور خود را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Warning_1', 'شما می توانید هر حسابی را در قسمت کیف پول ها اضافه کنید تا بدون نیاز به آپلود کردن کلید خصوصی بتوانید آن را ""مشاهده"" کنید. این بدان معنا **نیست** که به کیف پول دسترسی دارید یا می توانید از آن اتر ارسال کنید. '), _defineProperty(_fa$data, 'ADD_Label_5', 'آدرس را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_6', 'قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'ADD_Label_6_short', 'باز کردن قفل '), _defineProperty(_fa$data, 'ADD_Label_7', 'اضافه کردن حساب '), _defineProperty(_fa$data, 'ADD_Label_8', 'رمز عبور (اختیاری) '), _defineProperty(_fa$data, 'MYWAL_Nick', 'نام اختصاری کیف پول '), _defineProperty(_fa$data, 'MYWAL_Address', 'آدرس کسف پول '), _defineProperty(_fa$data, 'MYWAL_Bal', 'موجودی '), _defineProperty(_fa$data, 'MYWAL_Edit', 'ویرایش '), _defineProperty(_fa$data, 'MYWAL_View', 'مشاهده '), _defineProperty(_fa$data, 'MYWAL_Remove', 'پاک کردن '), _defineProperty(_fa$data, 'MYWAL_RemoveWal', 'پاک کردن کیف پول '), _defineProperty(_fa$data, 'MYWAL_WatchOnly', 'حساب های کاربری که تنها قابل نظارت هستند'), _defineProperty(_fa$data, 'MYWAL_Viewing', 'مشاهده کیف پول '), _defineProperty(_fa$data, 'MYWAL_Hide', 'مخفی کردن اطلاعات کیف پول '), _defineProperty(_fa$data, 'MYWAL_Edit_2', 'ویرایش کیف پول '), _defineProperty(_fa$data, 'MYWAL_Name', 'نام کیف پول '), _defineProperty(_fa$data, 'MYWAL_Content_1', 'اخطار! شما در حال پاک کردن کیف پول خود هستید. '), _defineProperty(_fa$data, 'MYWAL_Content_2', 'پیش از پاک کردن آن مطمئن شوید که کلید خصوصی و (یا) فایل Keystore و رمزعبور را ذخیره کرده اید. '), _defineProperty(_fa$data, 'MYWAL_Content_3', ',اگر در آینده بخواهید از این کیف پول با استفاده از MyEtherWallet CX خود استفاده کنید، باید بصورت دستی دوباره آن را اضافه کنید. این کار با استفاده از key/JASON و رمزعبور انجام می شود.'), _defineProperty(_fa$data, 'GEN_desc', 'اگر می خواهید چند کیف پول بسازید می توانید از اینجا اقدام کنید. '), _defineProperty(_fa$data, 'GEN_Label_1', 'یک رمز عبور قوی انتخاب کنید (حداقل 9 کاراکتر) '), _defineProperty(_fa$data, 'GEN_Placeholder_1', 'فراموش نکنید که این را ذخیره کنید. '), _defineProperty(_fa$data, 'GEN_SuccessMsg', 'ساخت کیف پول شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'GEN_Label_2', 'فایل کیف پول خود را ذخیره کنید. رمزعبور خود را فراموش نکنید. '), _defineProperty(_fa$data, 'GEN_Label_3', 'آدرس خود را ذخیره کنید '), _defineProperty(_fa$data, 'GEN_Label_4', 'اختیاری: از کیف پول کاغذی خود یک پرینت تهیه کنید و یا کد QR آن را نگهداری کنید. '), _defineProperty(_fa$data, 'BULK_Label_1', 'تعداد کیف پول هایی که می خواهید بسازید '), _defineProperty(_fa$data, 'BULK_Label_2', 'ساخت کیف پول ها '), _defineProperty(_fa$data, 'BULK_SuccessMsg', 'ساخت کیف پول های شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'SEND_addr', 'به آدرس '), _defineProperty(_fa$data, 'SEND_amount', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SEND_amount_short', 'مقدار '), _defineProperty(_fa$data, 'SEND_custom', 'SEND_custom'), _defineProperty(_fa$data, 'SEND_gas', 'سوخت '), _defineProperty(_fa$data, 'SEND_TransferTotal', 'ارسال کل موجودی '), _defineProperty(_fa$data, 'SEND_generate', 'ایجاد تراکنش '), _defineProperty(_fa$data, 'SEND_raw', 'تراکنش خام '), _defineProperty(_fa$data, 'SEND_signed', 'تراکنش امضا شده '), _defineProperty(_fa$data, 'SEND_trans', 'ارسال تراکنش '), _defineProperty(_fa$data, 'SENDModal_Title', 'اخطار '), _defineProperty(_fa$data, 'SENDModal_Content_1', 'بزودی ارسال را انجام خواهید داد. '), _defineProperty(_fa$data, 'SENDModal_Content_2', 'به آدرس '), _defineProperty(_fa$data, 'SENDModal_Content_3', 'آیا از انجام این کار اطمینان دارید؟ '), _defineProperty(_fa$data, 'SENDModal_Content_4', 'توجه: اگر با یک خطا (error) مواجه شدید، احتمالا باید به حساب خود اتر اضافه کنید تا بتواند هزینه سوخت ارسال توکن ها را پوشش دهد. (سوخت با اتر پرداخت می شود) '), _defineProperty(_fa$data, 'SENDModal_No', 'نه. من را از اینجا خارج کن '), _defineProperty(_fa$data, 'SENDModal_Yes', 'بله مطمئن هستم. تراکنش را انجام بده '), _defineProperty(_fa$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_fa$data, 'TOKEN_Symbol', 'علامت توکن '), _defineProperty(_fa$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_fa$data, 'TOKEN_show', 'نمایش تمام توکن ها '), _defineProperty(_fa$data, 'TOKEN_hide', 'پنهان سازی توکن ها '), _defineProperty(_fa$data, 'TRANS_desc', 'اگر می خواهید توکن ارسال کنید لطفا به صفحه ""ارسال توکن"" مراجعه کنید. '), _defineProperty(_fa$data, 'TRANS_warning', 'اگر از توابع ""فقط ETH"" یا ""فقط ETC"" استفاده می کنید، شما در حال ارسال از طریق یک قرارداد هستید. برخی از سرویس ها با قبول چنین تراکنش هایی مشکل دارند. بیشتر '), _defineProperty(_fa$data, 'TRANS_advanced', 'پیشرفته: افزودن اطلاعات '), _defineProperty(_fa$data, 'TRANS_data', 'اطلاعات '), _defineProperty(_fa$data, 'TRANS_gas', 'سقف سوخت '), _defineProperty(_fa$data, 'TRANS_sendInfo', 'هزینه یک تراکنش استاندارد با سوخت 21000 معادل با 0.000441 خواهد بود. ما از هزینه گاز 0.000000021 اتر که کمی بالاتر از هزینه متوسط است استفاده می کنیم تا مطمئن شویم که سریع استخراج می شود. ما کارمزد تراکنش نمی گیریم. '), _defineProperty(_fa$data, 'OFFLINE_Title', 'ایجاد و ارسال تراکنش آفلاین '), _defineProperty(_fa$data, 'OFFLINE_Desc', 'تولید یک تراکنش آفلاین در سه مرحله انجام می گیرد. مراحل 1 و 3 را باید در یک کامپیوتر آنلاین و مرحله 2 را در یک کامپیوتر آفلاین (یا قرنطینه) تکمیل کرد. این کار تضمین می کند که کلیدهای خصوصی شما با هیچ دستگاه متصل به اینترنتی ارتباط برقرار نکند. '), _defineProperty(_fa$data, 'OFFLLINE_Step1_Title', 'مرحله 1: تولید اطلاعات (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step1_Button', 'تولید اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_1', 'از آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_2', 'توجه: این آدرس فرستنده است و نه آدرس گیرنده. این آدرس فعلا از حساب کاربری (اکانت) اصلی تولید شده است. اگر از یک کامپیوتر قرنطینه استفاده می شود، این آدرس باید آدرس حساب کاربری محل ذخیره سازی غیر متصل باشد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Title', 'مرحله 2: تولید تراکنش (کامپیوتر آفلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_1', 'به آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_2', 'مقدار ارسالی '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3', 'قیمت سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4', 'حد سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4b', 'مقدار 2100 میزان پیش فرض حد سوخت است. زمانی که اطلاعات add\'l یا قراردادی را ارسال می کنید ممکن است نیاز به تغییر آن وجود داشته باشد. هر مقداری از سوخت که مورد استفاده قرار نگیرد به شما بازگردانده می شود. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5', 'OFFLINE_Step2_Label_5'), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6', 'اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6b', 'این قسمت اختیاری است. معمولا زمانی که تراکنشی به قراردی فرستاده می شود اطلاعات مورد استفاده قرار می گیرد. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_7', 'کلید خصوصی/ JASON خود را وارد/انتخاب کنید '), _defineProperty(_fa$data, 'OFFLINE_Step3_Title', 'مرحله 3: ارسال/ انتشار تراکنش (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step3_Label_1', 'تراکنش امضا شده از مرحله 2 را در این قسمت قرار داده و دکمه ""SEND TRANSACTION"" را بزنید. '), _defineProperty(_fa$data, 'x_Access', 'دسترسی '), _defineProperty(_fa$data, 'CONTRACT_Title', 'آدرس قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Title_2', 'انتخاب قرارداد موجود '), _defineProperty(_fa$data, 'CONTRACT_Json', 'ظاهر کاربری ABI/ JASON '), _defineProperty(_fa$data, 'CONTRACT_Interact_Title', 'خواندن/ نوشتن قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Interact_CTA', 'یک تابع را انتخاب کنید '), _defineProperty(_fa$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fa$data, 'CONTRACT_Read', 'بخوان '), _defineProperty(_fa$data, 'CONTRACT_Write', 'بنویس '), _defineProperty(_fa$data, 'DEP_generate', 'ساخت Bytecode '), _defineProperty(_fa$data, 'DEP_generated', 'Bytecode ساخته شده '), _defineProperty(_fa$data, 'DEP_signtx', 'امضای تراکنش '), _defineProperty(_fa$data, 'DEP_interface', 'ظاهر کاربری ساخته شده '), _defineProperty(_fa$data, 'NODE_Title', 'نود یا گره خود را بسازید. '), _defineProperty(_fa$data, 'NODE_Subtitle', 'جهت وصل شدن به یک نود محلی... '), _defineProperty(_fa$data, 'NODE_Warning', 'نود شما باید HTTPS باشد تا بتوانید از طریق MyEtherWallet.com به آن متصل شوید. می توانید [مخزن MyEtherWallet را دانلود و اجرا کنید](https://github.com/kvhnuke/etherwallet/releases/latest) تا بتوانید به هر نودی متصل شوید؛ یا می توانید از طریق [LetsEncrypt](https://letsencrypt.org/) مدرک SSL رایگان دریافت کنید. '), _defineProperty(_fa$data, 'NODE_Name', 'نام نود '), _defineProperty(_fa$data, 'NODE_Port', 'پورت نود '), _defineProperty(_fa$data, 'NODE_CTA', 'ذخیره و استفاده نود کاستوم '), _defineProperty(_fa$data, 'SWAP_rates', 'امتیازهای فعلی '), _defineProperty(_fa$data, 'SWAP_init_1', 'I want to swap my ,'), _defineProperty(_fa$data, 'SWAP_init_2', ' for , // ""I want to swap my X ETH for X BTC'), _defineProperty(_fa$data, 'SWAP_init_CTA', 'ادامه '), _defineProperty(_fa$data, 'SWAP_information', 'اطلاعات شما '), _defineProperty(_fa$data, 'SWAP_send_amt', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SWAP_rec_amt', 'مقدار دریافتی '), _defineProperty(_fa$data, 'SWAP_your_rate', 'امتیاز شما '), _defineProperty(_fa$data, 'SWAP_rec_add', 'آدرس دریافت کردن شما '), _defineProperty(_fa$data, 'SWAP_start_CTA', 'شروع جابجایی '), _defineProperty(_fa$data, 'SWAP_ref_num', 'شماره مرجع شما '), _defineProperty(_fa$data, 'SWAP_time', 'زمان باقیمانده برای ارسال '), _defineProperty(_fa$data, 'SWAP_elapsed', 'Time elapsed since sent '), _defineProperty(_fa$data, 'SWAP_progress_1', 'سفارش ثبت شد '), _defineProperty(_fa$data, 'SWAP_progress_2', 'Waiting for your , // Waiting for your BTC...'), _defineProperty(_fa$data, 'SWAP_progress_3', 'Received! , // ETH Received!'), _defineProperty(_fa$data, 'SWAP_progress_4', 'Sending your {{orderResult.output.currency}} ,'), _defineProperty(_fa$data, 'SWAP_progress_5', 'Order Complete ,'), _defineProperty(_fa$data, 'SWAP_order_CTA', 'Please send , // Please send 1 ETH...'), _defineProperty(_fa$data, 'SWAP_unlock', 'Unlock your wallet to send ETH or Tokens directly from this page. '), _defineProperty(_fa$data, 'NAV_SignMsg', 'امضای پیام '), _defineProperty(_fa$data, 'MSG_message', 'پیام '), _defineProperty(_fa$data, 'MSG_date', 'تاریخ '), _defineProperty(_fa$data, 'MSG_signature', 'امضا '), _defineProperty(_fa$data, 'MSG_verify', 'تایید پیام '), _defineProperty(_fa$data, 'MSG_info1', 'تاریخ فعلی را وارد کنید تا امکان استفاده دوباره از امضا در تاریخ دیگری وجود داشته باشد. '), _defineProperty(_fa$data, 'MSG_info2', 'اسم اختصاری خود و جایی که از آن استفاده می کنید را وارد کنید تا فرد دیگری نتواند از آن استفاده کند. '), _defineProperty(_fa$data, 'MSG_info3', 'یک دلیل مخصوص برای این پیام انتخاب کنید تا نتوان از آن برای مقصود دیگری استفاده کرد. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. شاید بخواهید این کار را جهت انتقال حساب خود به [Geth یا Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) انجام دهید. اگر می خواهید موجودی خود را ببینید پیشنهاد می کنیم که از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle_Short', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. '), _defineProperty(_fa$data, 'VIEWWALLET_SuccessMsg', 'با موفقیت انجام شد. می توانید جزئیات کیف پول خود را ببینید. '), _defineProperty(_fa$data, 'CX_error_1', 'شما هیچ کیف پول ذخیره شده ای ندارید. گزینه [""اضافه کردن کیف پول""](/cx-wallet.html#add-wallet) را انتخاب کنید تا بتوانید یکی بسازید. '), _defineProperty(_fa$data, 'CX_quicksend', 'CX_quicksend'), _defineProperty(_fa$data, 'ERROR_0', '(error_01) لطفا مقدار معتبر وارد کنید.. Please enter a valid amount.'), _defineProperty(_fa$data, 'ERROR_1', '(error_02) رمزعبور انتخابی حداقل باید 9 حرف باشد. لطفا از یک رمزعبور قوی استفاده کنید.. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fa$data, 'ERROR_2', '(error_03) این نوع از فایل کیف پول قابل شناسایی نیست.. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fa$data, 'ERROR_3', '(error_04) این فایل کیف پول معتبر نیست.. This is not a valid wallet file.'), _defineProperty(_fa$data, 'ERROR_4', '(error_05) این واحد وجود ندارد، لطفا یکی از واحدهای زیر را انتخاب کنید.. This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fa$data, 'ERROR_5', '(error_06) آدرس نامعتبر است. Please enter a valid address.'), _defineProperty(_fa$data, 'ERROR_6', '(error_07) رمز عبور نامعتبر است. Please enter a valid password.'), _defineProperty(_fa$data, 'ERROR_7', '(error_08) مقدار نامعتبر است. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fa$data, 'ERROR_8', '(error_09) میزان حد سوخت نامعتبر است. Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fa$data, 'ERROR_9', '(error_10) داده نامعتبر است. Please enter a valid data value (Must be hex.)'), _defineProperty(_fa$data, 'ERROR_10', '(error_11) میزان سوخت نامعتبر است. Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fa$data, 'ERROR_11', '(error_12) تراکنش امضا شده نامعتبر است Please enter a valid nonce (Must be an integer.)'), _defineProperty(_fa$data, 'ERROR_12', '(error_13) قبلا کیف پولی با این نام ساخته شده است Invalid signed transaction.'), _defineProperty(_fa$data, 'ERROR_13', '(error_14) کیف پول پیدا نشد A wallet with this nickname already exists.'), _defineProperty(_fa$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_fa$data, 'ERROR_15', '(error_16) کیف پولی با این آدرس در حافظه وجود دارد، لطفا صفحه کیف پول خود را چک کنید. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fa$data, 'ERROR_16', '(error_17) برای پوشش هزینه سوخت باید حداقل 0.001 اتر در حساب خود داشته باشید. لطفا مقداری اتر اضافه کرده و دوباره امتحان کنید. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fa$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'ERROR_18', '(error_19) کاراکتر غیرمعتبر است All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fa$data, 'ERROR_19', '(error_20) این توکن نامعتبر است Please enter a valid symbol'), _defineProperty(_fa$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fa$data, 'ERROR_21', '(error_22) لطفا یک نام نود (گره) معتبر وارد کنید Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fa$data, 'ERROR_22', '(error_23) لطفا url صحیح وارد کنید. در صورتی که از https استفاده می کنید url شما باید https باشد Please enter a valid node name'), _defineProperty(_fa$data, 'ERROR_23', '(error_24) لطفا یک پورت معتبر وارد کنید Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fa$data, 'ERROR_24', '(error_25) لطفا آیدی زنجیره معتبر وارد کنید Please enter a valid port.'), _defineProperty(_fa$data, 'ERROR_25', '(error_26) لطفا ABI معتبر وارد کنید Please enter a valid chain ID.'), _defineProperty(_fa$data, 'ERROR_26', '(error_27) کمترین مقدار: 0.01 ، بیشترین مقدار: Please enter a valid ABI.'), _defineProperty(_fa$data, 'ERROR_27', '(error_28) برای دسترسی به این کیف پول در آینده به فایل Keystore و رمزعبور خود (یا کلید خصوصی) نیاز خواهید داشت. لطفا آن را ذخیره کنید و یک نسخه پشتیبان خارجی بسازید. اگر آن را ذخیره نکنید، هیچ راهی برای بازگرداندن کیف پول وجود ندارد. برای راهنمایی [صفحه کمک](https://www.myetherwallet.com/#help) را مطالعه بفرمایید. Minimum amount: 0.01. Max amount:'), _defineProperty(_fa$data, 'ERROR_28', '(error_29) لطفا شناسه و رمزعبور معتبر وارد کنید You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fa$data, 'ERROR_29', '(error_30) لطفا نام ENS معتبر وارد کنید Please enter a valid user and password.'), _defineProperty(_fa$data, 'ERROR_30', '(error_31) عبارت خصوصی نامعتبر است Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fa$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fa$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fa$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fa$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fa$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fa$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fa$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fa$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fa$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fa$data, 'GETH_Balance', '(geth-01) موجودی کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_Cheap', '(geth-02) قیمت سوخت برای پذیرفته شدن کم است. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fa$data, 'GETH_GasLimit', '(geth-03) سوخت بیش از حد است. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fa$data, 'GETH_InsufficientFunds', '(geth-04) موجودی برای سوخت * قیمت + مقدار کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_IntrinsicGas', '(geth-05) سوخت اصلی کم است. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fa$data, 'GETH_InvalidSender', '(geth-06) ارسال کننده نامعتبر است. Invalid sender.'), _defineProperty(_fa$data, 'GETH_NegativeValue', '(geth-07) مقدار منفی. Negative value.'), _defineProperty(_fa$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'GETH_NonExistentAccount', '(geth-09) حساب وجود ندارد و یا موجودی حساب کم است. Account does not exist or account balance too low'), _defineProperty(_fa$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'SUCCESS_1', 'آدرس معتبر است '), _defineProperty(_fa$data, 'SUCCESS_2', 'کیف پول با موفقیت رمزگشایی شد '), _defineProperty(_fa$data, 'SUCCESS_3', 'تراکنش ثبت شد. TX ID '), _defineProperty(_fa$data, 'SUCCESS_4', 'کیف پول شما با موفقیت اضافه شد '), _defineProperty(_fa$data, 'SUCCESS_5', 'فایل انتخاب شد '), _defineProperty(_fa$data, 'WARN_Send_Link', 'شما از طریق یک لینک که آدرس، مقدار، سوخت، زمینه های داده و یا نوع تراکنش (مدل ارسال) که برای شما پر شده است را دارد به اینجا آمده اید. می توانید هر اطلاعاتی را پیش از انجام ارسال تغییر دهید. برای شروع، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'translate_version', '0.4_Alpha'), _defineProperty(_fa$data, 'Translator_Desc', 'Persian Translation done by Coiniran.com team'), _defineProperty(_fa$data, 'TranslatorName_1', 'Shayan Es'), _defineProperty(_fa$data, 'TranslatorAddr_1', '0xc2285f89B5b228E9a51f2B80dd0712F0ac071C9e'), _defineProperty(_fa$data, 'TranslatorName_2', 'TranslatorName_2'), _defineProperty(_fa$data, 'TranslatorAddr_2', 'TranslatorAddr_2'), _defineProperty(_fa$data, 'TranslatorName_3', 'TranslatorName_3'), _defineProperty(_fa$data, 'TranslatorAddr_3', 'TranslatorAddr_3'), _defineProperty(_fa$data, 'TranslatorName_4', 'TranslatorName_4'), _defineProperty(_fa$data, 'TranslatorAddr_4', 'TranslatorAddr_4'), _defineProperty(_fa$data, 'TranslatorName_5', 'TranslatorName_5'), _defineProperty(_fa$data, 'TranslatorAddr_5', 'TranslatorAddr_5'), _defineProperty(_fa$data, 'HELP_Warning', 'اگر قبل از 31دسامبر سال 2015 کیف پولی ساخته اید یا مخزن را دانلود کردید، لطفا لطفا کیف پول های خود را چک کنید و نسخه جدید مخزن را دانلود کنید. برای جزئیات کلیک کنید. '), _defineProperty(_fa$data, 'HELP_Desc', 'آیا سوال دیگری دارید؟ [با ما در ارتباط باشید](mailto:support@myetherwallet.com). ما به سوال شما در همین صفحه پاسخ خواهیم داد تا دیگران نیز از آن استفاده کنند. '), _defineProperty(_fa$data, 'HELP_Remind_Title', 'یادآوری '), _defineProperty(_fa$data, 'HELP_Remind_Desc_1', 'بخش هایی مثل Ethereum، MyEtherWallet.com و My EtherWallet CX و برخی دیگر از کتابخانه های زیرساختی که بر پایه Javascript است دائما در حال توسعه هستند. با اینکه ما آن ها را بطور کامل تست کردیم و ده ها هزار کیف پول با موفقیت در سراسر دنیا ساخته شده، همیشه احتمال اینکه اتفاقی غیرمنتظره رخ دهد و باعث از دست رفتن اتر شما شود وجود دارد. لطفا مراقب باشید و بیش از آنچه که در صورت از دست دادن آن برایتان مشکلی پیش نیاید سرمایه گذاری نکنید. اگر اتفاقی افتاد، بسیار متاسفیم، اما **ما مسئول از دست رفتن اتر نیستیم**. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_2', 'گزینه هایی مثل MyEtherWallet.com و MyWtherWallet CX ""کیف پول وبی"" نیستند. شما یک حساب کاربری نمی سازید و اترهای خود را جهت نگهداری از آن ها به ما نمی دهید. هیچ داده ای از کامپیوتر یا مرورگر شما خارج نمی شود. ما کار را برای شما جهت ایجاد، ذخیره، دسترسی به اطلاعات و تعامل با بلاکچیین آسان می کنیم. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_3', 'اگر رمز عبور و کلید خصوصی خود را ذخیره نکنید، هیچ راهی برای دسترسی دوباره به کیف پول خود و سرمایه موجود در آن نخواهید داشت. از آن ها در مکان های فیزیکی مختلف (نه فقط در کامپیوتر خود) چندین نسخه پشتیبان تهیه کنید. '), _defineProperty(_fa$data, 'HELP_0_Title', 'سوال 0: من تازه کار هستم. چگونه شروع کنم؟ '), _defineProperty(_fa$data, 'HELP_0_Desc_1', 'وبسایت MyEtherWallet به شما امکان ساخت کیف پول های جدید جهت ذخیره اتر (Ether)خود در آن را برای شما فراهم می کند تا دیگر نیازی به ذخیره سرمایه خود در یک صرافی نداشته باشید. این فرآیند بطور کامل بر روی کامپیوتر شما، و نه بر روی سرورها، انجام می شود. به همین خاطر زمانی که یک کیف پول جدید می سازید، **خودتان مسئول ایجاد یک نسخه پشتیبان از آن هستید**. '), _defineProperty(_fa$data, 'HELP_0_Desc_2', 'ایجاد یک کیف پول جدید '), _defineProperty(_fa$data, 'HELP_0_Desc_3', 'از کیف پول نسخه پشتیبان تهیه کنید '), _defineProperty(_fa$data, 'HELP_0_Desc_4', 'تایید کنید که به این کیف پول جدید دسترسی دارید و تمام اطلاعات لازم را ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_0_Desc_5', 'به این کیف پول جدید، اتر منتقل کنید. '), _defineProperty(_fa$data, 'HELP_1_Title', 'سوال 1: چگونه یک کیف پول جدید بسازم؟ '), _defineProperty(_fa$data, 'HELP_1_Desc_1', 'به صفحه ""ساخت کیف پول"" مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_2', 'به صفحه ""اضافه کردن کیف پول"" رفته و سپس ""ساخت کیف پول جدید"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_3', 'یک رمزعبور قوی انتخاب کنید. در صورتی که فکر می کنید رمز عبور خود را فراموش خواهید، آن را در جایی مطمئن ذخیره کنید. برای ارسال تراکنش به این رمز عبور نیاز خواهید داشت. '), _defineProperty(_fa$data, 'HELP_1_Desc_4', 'گزینه ""ساخت"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_5', 'کیف پول شما ساخته شد. '), _defineProperty(_fa$data, 'HELP_2a_Title', 'سوال 2 الف: چگونه از کیف پول خود یک نسخه پشتیبان (یا بک-آپ) تهیه کنم؟ '), _defineProperty(_fa$data, 'HELP_2a_Desc_1', 'همیشه باید نسخه پشتیبانی از کیف پول خود در چندین محل فیزیکی داشته باشید (مثلا روی usb یا یک تکه کاغذ) '), _defineProperty(_fa$data, 'HELP_2a_Desc_2', 'آدرس را ذخیره کنید. می توانید ان را برای خود نگه دارید و یا با سایرین به اشتراک بگذارید که در اینصورت سایر افراد می توانند برای شما اتر بفرستند. '), _defineProperty(_fa$data, 'HELP_2a_Desc_3', 'چند نسخه از کلید خصوصی خود را نگهداری کنید. داشتن کلید خصوصی برای دسترسی به اترهایتان و ارسال آن ها لازم است. سه نوع کلید خصوصی وجود دارد.'), _defineProperty(_fa$data, 'HELP_2a_Desc_4', 'آدرس خود، نسخه های کلید خصوصی و مدل پی دی افی کیف پول کاغذی خود را در یک فولدر (پوشه) بگذارید و آن را در کامپیوتر و یک یو اس بی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_5', 'در صورتی که پرینتر دارید از کیف پول خود یک پرینت تهیه کنید. در غیر اینصورت کلید خصوصی و آدرس را در کاغذی یادداشت کنید. این را جدای از کامپیوتر و usb در محلی امن نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_6', 'HELP_2a_Desc_6'), _defineProperty(_fa$data, 'HELP_2b_Title', ',سوال 2 ب: '), _defineProperty(_fa$data, 'HELP_2b_Desc_1', 'به لینک زیر بروید: https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest '), _defineProperty(_fa$data, 'HELP_2b_Desc_2', 'بر روی dist-vX.X.X.X.zip کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_3', 'فایل زیپ را به یک کامپیوتر قرنطینه منتقل کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_4', 'آن را از حالت فشرده خارج کرده و بر روی index.html کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_5', 'یک کیف پول با رمز عبور قوی بسازید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_6', 'آدرس را ذخیره کنید. نسخه هایی از کلید خصوصی ذخیره کنید. اگر ممکن است رمز عبور را فراموش کنید آن را نیز ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_7', 'این کاغذها و Usbها را در محل های مختلفی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_8', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید و رمز عبور یا کلید خصوصی خود را وارد کنید تا مطمئن شوید که صحیح هستند. مطمئن شوید که مشابه با آدرسی ست که یادداشت کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Title', 'سوال 3: چگونه این موضوع که به کیف پول خود دسترسی دارم را تایید کنم؟ '), _defineProperty(_fa$data, 'HELP_3_Desc_1', 'حتما **قبل از آنکه به کیف پول جدید خود اتر ارسال کنید**، مطمئن شوید که به آن دسترسی دارید. '), _defineProperty(_fa$data, 'HELP_3_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_3', 'به صفحه ""مشاهده اطلاعات کیف پول"" در MyetherWallet.com بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_4', 'فایل کیف پول و یا کلید خصوصی را انتخاب کنید و کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_5', 'HELP_3_Desc_5'), _defineProperty(_fa$data, 'HELP_3_Desc_6', 'دکمه ""گشودن کیف پول"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_7', 'اطلاعات کیف پول شما باید نمایش داده شود. آدرس حساب خود را می توانید در کنار یک آیکون دایره ای شکل و رنگی بیابید. آیکون موجود بصورت بصری آدرس شما را نمایش می دهد. مطمئن شوید که آدرس همان آدرسی ست که در نوشته متنی خود و کیف پول کاغذی خود ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Desc_8', 'اگر می خواهید مقدار زیادی اتر سپرده (نگهداری) کنید، پیشنهاد می کنیم که پیش از این کار، در ابتدا مقدار کمی اتر از این کیف پول جدید ارسال کنید. 0.001 اتر به کیف پول جدید خود ارسال کنید، سپس از کیف پول خود آن مقدار را به یک آدرس دیگر بفرستید و مطمئن شوید که همه چیز به درستی کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Title', 'سوال 4: چگونه از یک کیف پول به یک کیف پول دیگر اتر منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_4_Desc_1', 'اگر قصد دارید مقدار زیادی اتر جابجا کنید بهتر است که اول یک مقدار کم به کیف پولتان ارسال کنید تا مطمئن شوید همه چیز درست کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Desc_2', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_4_Desc_3', 'با انتخاب فایل کیف پول و یا کلید خصوصی، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_4', 'اگر کیف پول رمزگذاری شده باشد، یک صفحه کوچک باز می شود که باید رمز عبور خود را در آن وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_5', 'کلید ""باز کردن کیف پول"" را بفشارید. '), _defineProperty(_fa$data, 'HELP_4_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن اتر ارسال کنید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_7', 'مقداری که می خواهید ارسال کنید را وارد کنید. در صورتی که می خواهید تمام موجودی خود را ارسال کنید می توانید گزینه ""ارسال کل موجودی"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_9', 'گزینه ""تولید تراکنش"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_10', 'چند قسمت دیگر ظاهر خواهد شد. این مربوط به مرورگر شماست که در حال ساخت تراکنش می باشد. '), _defineProperty(_fa$data, 'HELP_4_Desc_11', 'در زیر آن، بر روی دکمه آبی ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_12', 'صفحه ای ظاهر می شود. در آن صفحه باید تایید کنید که میزان و آدرسی که می خواهید به آن اتر ارسال کنید صحیح است. سپس گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_13', 'تراکنش انجام خواهد شد و TX ID نمایش داده می شود. می توانید با کلیک بر روی TX ID آن را بر روی بلاکچین ببینید. '), _defineProperty(_fa$data, 'HELP_4CX_Title', 'سوال 4: چگونه با کیف پول MyEtherWallet خود اتر ارسال کنم؟ '), _defineProperty(_fa$data, 'HELP_4CX_Desc_1', 'ابتدا باید یک کیف پول را اضافه کنید. وقتی این کار را انجام دادید دو گزینه پیش رو خواهید داشت: گزینه ""ارسال سریع"" که از طریق آیکون افزونه Chrome Extension کار می کند و گزینه دیگر که از صفحه ""ارسال اتر و توکن"" به آن دسترسی خواهید داشت. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_2', 'HELP_4CX_Desc_2'), _defineProperty(_fa$data, 'HELP_4CX_Desc_3', 'بر روی آیکون Chrome Extension کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_4', 'دکمه ""ارسال سریع"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_5', 'کیف پولی که می خواهید از آن ارسال را انجام دهید انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن ارسال انجام دهید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_7', 'میزان ارسالی را وارد کنید. همچنین می توانید با استفاده از لینک ""ارسال کل موجودی"" ، تمام موجودی خود را ارسال کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_8', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_9', 'میزان و آدرس ارسالی را تایید کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_10', 'رمز عبور این کیف پول را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_11', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_12', 'استفاده از صفحه ""ارسال اتر و توکن ها"" '), _defineProperty(_fa$data, 'HELP_5_Title', 'سوال 5: چگونه از MyEtherWallet.com بصورت آفلاین استفاده کنم؟ '), _defineProperty(_fa$data, 'HELP_5_Desc_1', 'شما می توانید MyEtherWallet.com را به جای اجرا از روی سرورهای GitHub، روی کامپیوتر خود اجرا کنید. شما می توانید یک کیف پول را کاملا بصورت آفلاین بسازید و تراکنشی را از طریق صفحه ""تراکنش آفلاین"" ارسال کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_7', 'حال MyEtherWallet.com بطور کامل در حال اجرا شدن از روی کامپیوتر شماست. '), _defineProperty(_fa$data, 'HELP_5_Desc_8', 'در صورتی که با این موضوع آشنایی ندارید بهتر است بدانید که باید تمام پوشه (فولدر) را نگهداری کنید تا بتوانید وبسایت را اجرا کنید (نه فقط index.html را). به چیزی در این پوشه دست نزنید و یا جابجا نکنید. اگر یک نسخه پشتیبان از کد مخزن MyEtherWallet را برای آینده نگهداری می کنید پیشنهاد می شود که تنها ZIP را نگهداری کنید تا از اینکه تمام محتوای پوشه درست ذخیره می شوند اطمینان حاصل کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_9', 'از آنجایی که ما بطور مداوم در حال بروزرسانی MyEtherWallet.com هستیم، پیشنهاد می کنیم که نسخه ذخیره شده خود را بصورت دوره ای بروزرسانی کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Title', 'سوال 5: چگونه می توانم این افزونه را به جای نصب کردن از Chrome Store، از مخزن نصب کنم؟ '), _defineProperty(_fa$data, 'HELP_5CX_Desc_2', 'بر روی chrome-extension-vX.X.X.X.zip کلیک کرده و آن را از حالت فشرده خارج کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_3', 'به قسمت تنظیمات (settings) مرورگر Google Chrome بروید (در منو قسمت بالا سمت راست) '), _defineProperty(_fa$data, 'HELP_5CX_Desc_4', 'بر روی افزونه یا همان Extensions در قسمت چپ کلیک کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_5', 'گزینه ""Developer Mode"" در بالای صفحه را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_6', 'گزینه Load unpacked extension… را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_7', 'به پوشه ای که به تازگی از حالت فشرده خارج کردید مراجعه کرده و گزینه select را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_8', 'افزونه حالا باید در قسمت افزونه های Chrom Extension نمایش داده شود. '), _defineProperty(_fa$data, 'HELP_7_Title', 'سوال 7: چگونه توکن ارسال کنم و توکن custom اضافه کنم؟ '), _defineProperty(_fa$data, 'HELP_7_Desc_0', 'از طریق [Ethplorer.io](https://ethplorer.io/) می توانید توکن ها را بررسی کنید و دهدهی های یک توکن را ببینید. '), _defineProperty(_fa$data, 'HELP_7_Desc_1', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_7_Desc_2', 'کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_3', 'در بخش ""به آدرس:""، آدرسی که می خواهید به آن اتر بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_4', 'مقداری که می خواهید بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_5', 'توکنی که می خواهید ارسال کنید را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_6', 'اگر لیست توکن را ندیدید '), _defineProperty(_fa$data, 'HELP_7_Desc_7', 'HELP_7_Desc_7'), _defineProperty(_fa$data, 'HELP_7_Desc_8', 'آدرس، اسم و دهدهی توکن را وارد کنید. این ها توسط توسعه دهندگان توکن ارائه می شود که برای '), _defineProperty(_fa$data, 'HELP_7_Desc_9', 'گزینه ""ذخیره"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_10', 'حال می توانید همزمان با مشاهده موجودی، توکن ارسال کنید '), _defineProperty(_fa$data, 'HELP_7_Desc_11', 'گزینه ""ایجاد تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_12', 'تعدادی گزینه جدید ظاهر خواهد شد. این مرورگر شماست که در حال ایجاد تراکنش است. '), _defineProperty(_fa$data, 'HELP_7_Desc_13', 'گزینه آبی رنگ ""ارسال تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_14', 'یک صفحه ظاهر می شود. صحت مقدار و آدرسی که به آن ارسال می کنید را تایید کنید. گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_15', 'تراکنش ثبت خواهد شد. TX ID نمایش داده می شود. می توانید بر روی TX ID جهت مشاهده آن بر روی بلاکچین کلیک کنید. '), _defineProperty(_fa$data, 'HELP_8_Title', 'سوال 8: اگر سایت شما از کار بیافتد چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8_Desc_1', 'وبسایت MyEtherWallet یک کیف پول وبی نیست. نیازی نیست که وارد شوید (لاگین کنید) و هیچ چیزی بر روی سرورهای ما ذخیره نمی شود. این تنها یک ظاهر است که به شما امکان برقراری ارتباط با بلاکچین را می دهد. '), _defineProperty(_fa$data, 'HELP_8_Desc_2', 'اگر MyEtherWallet.com از کار بیافتد، راه دیگری (مثل geth یا Ethereum Wallet/ Mist) وجود دارد که کاری که ما انجام می دهیم را انجام دهد. اما نیازی نیست که اترهای خود را از MyEtherWallet بیرون بیاورید چرا که آن ها در MyEtherWallet نیستند، بلکه در هر کیف پولی ست که شما از طریق سایت ما ساخته باشید. '), _defineProperty(_fa$data, 'HELP_8_Desc_3', 'می توانید فایل های کلید خصوصی رمزنگاری نشده و Geth/Mist Format (رمزنگاری شده) را مستقیما به geth/ Ethereum Wallet/ Mist انتقال دهید. به سوال شماره 12 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8_Desc_4', 'علاوه بر این، امکان اینکه MyEtherWallet را از کار بیاندازیم نزدیک به صفر است. ازآنجایی که هیچ اطلاعاتی را ذخیره نمی کنیم در نتیجه هیچ هزینه نگهداری هم برای ما ندارد. اگر دامنه را به هر دلیلی از کار بیاندازیم، بصورت عمومی در آدرس های زیر در دسترس خواهد بود. [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) . می توانید از آنجا ZIP را دانلود کنید و آن را بصورت محلی راه اندازی و اجرا کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Title', 'سوال 8: اگر MyEtherWallet CX ناپدید شود چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8CX_Desc_1', 'اول از همه اینکه تمام داده ها بر روی کامپیوتر شما ذخیره شده است و نه سرورهای ما. زمانی که به افزونه Chrome Extension نگاه می کنید، چیزی که روی سرورهای ما ذخیره شده باشد نمی بینید، بلکه تمام آن بر روی کامپیوتر خود شما ذخیره شده است. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_2', 'مهم است در نظر داشته باشید که برای هر کیف پولی که با MyEtherWallet CX ساخته می شود، از تمام اطلاعات خود یک نسخه پشتیبان تهیه کنید. در اینصورت اگر هر اتفاقی برای MyEtherWallet CX یا کامپیوترتان بیافتد، همچنان اطلاعات لازم جهت دسترسی به اترهای خود را خواهید داشت. به سوال 2 الف برای چگونگی تهیه نسخه پشتیبان از کیف پول مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_3', 'اگر به هر دلیلی MyEtherWallet CX از Chrome Store ناپدید شد، می توانید سورس (کد منبع) آن را از Github پیدا کرده و بصورت دستی اجرا کنید. به سوال شماره 5 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_9_Title', 'سوال 9: آیا صفحه ""ارسال اتر و توکن"" آفلاین است؟ '), _defineProperty(_fa$data, 'HELP_9_Desc_1', ',خیر. برای بدست آوردن قیمت سوخت فعلی نیاز به اینترنت دارد'), _defineProperty(_fa$data, 'HELP_10_Title', 'سوال 10: چگونه یک تراکنش آفلاین ایجاد کنم؟ '), _defineProperty(_fa$data, 'HELP_10_Desc_1', 'با کامپیوتر خود (که آنلاین است) به صفحه ""تراکنش آفلاین"" بروید. '), _defineProperty(_fa$data, 'HELP_10_Desc_2', 'قسمت ""از آدرس"" را پر کنید. توجه کنید که این آدرسی ست که از آن سرمایه ارسال می کنید و نه آدرسی که می خواهید به آن ارسال کنید. این کار هزینه سوخت و ؟؟؟ را ...."'), _defineProperty(_fa$data, 'HELP_10_Desc_3', 'به کامپیوتر آفلاین خود بروید و قسمت ""به آدرس"" و ""مقدار"" (مقداری که می خواهید بفرستید) را وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_4', 'در مرحله 1 قیمت سوخت در کامپیوتر آنلاین به شما نمایش داده شد. آن را در قسمت ""قیمت سوخت"" وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_5', 'HELP_10_Desc_5'), _defineProperty(_fa$data, 'HELP_10_Desc_6', 'مقدار پیش فرض برای ""سقف سوخت"" 21000 است که یک تراکنش استاندارد را پوشش می دهد. اگر در حال ارسال سرمایه به یک قرارداد هستید و یا اطلاعات بیشتری را در تراکنش خود جای دادید، باید مقدار سقف سوخت را افزایش دهید. هر مقدار سوخت که باقی بماند به شما برگردانده می شود. '), _defineProperty(_fa$data, 'HELP_10_Desc_7', 'اگر می خواهید می توانید اطلاعات بیشتری اضافه کنید. اگر اطلاعات را وارد کنید باید برای سقف سوخت بیش از 21000 در نظر بگیرید. تمام اطلاعات با فرمت هگز (HEX) است. '), _defineProperty(_fa$data, 'HELP_10_Desc_8', 'فایل کیف پول یا کلید خصوصی خود را جهت باز کردن کیف پول وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_9', 'دکمه ""ارسال تراکنش امضا شده"" را بزنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_10', 'HELP_10_Desc_10'), _defineProperty(_fa$data, 'HELP_10_Desc_11', 'HELP_10_Desc_11'), _defineProperty(_fa$data, 'HELP_12_Title', 'سوال 12: چگونه کیف پولی که با MyEtherWallet ساخته ام را به geth یا Ethereum Wallet یا Mist منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_12_Desc_1', ',با استفاده از فایل Geth یا Mist JSON از MyEtherWallet نسخه 2 به بالا.'), _defineProperty(_fa$data, 'HELP_12_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید/ '), _defineProperty(_fa$data, 'HELP_12_Desc_3', 'قفل کیف پول خود را با استفاده از کلید خصوصی **رمزنگاری شده** و یا فایل JSON خود باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_4', 'به صفحه ""کیف پول های من"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_5', 'کیف پولی که می خواهید به Mist انتقال دهید را انتخاب کنید. بر روی آیکوین ""مشاهده"" کلیک کنید. رمزعبور خود را وارد کنید و به کیف پول دسترسی پیدا کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_6', 'بخش ""دانلود فایل JASON - فرمت Get یا Mist (رمزنگاری شده)"" را پیدا کنید. بر روی دکمه ""دانلود"" که در زیر آن قرار دارد کلیک کنید. حال شما فایل keystore خود را دارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_7', 'برنامه کیف پول Ethereum Wallet را باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_8', 'در قسمت منو به ترتییب بخش های زیر را دنبال کنید تا به بخش آخر برسید: حساب ها --> پشتیبان --> حساب ها. '), _defineProperty(_fa$data, 'HELP_12_Desc_9', 'با این کار می توانید به پوشه ای که keystore خود را در آن ذخیره کردید دسترسی پیدا کنید. فایلی که به تازگی دانلود کردید (`UTC--2016-04-14......../`) را به همان پوشه keystore ببرید. '), _defineProperty(_fa$data, 'HELP_12_Desc_10', 'حساب شما سریعا در قسمت ""حساب ها"" نمایش داده می شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_11', 'با استفاده از کلید خصوصی ررمزنگاری نشده خود... '), _defineProperty(_fa$data, 'HELP_12_Desc_12', 'اگر در حال حاضر کلید خصوصی رمزنگاری نشده خود را ندارید، به قست ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_13', 'فایل کیف پول خود را انتخاب کنید یا کلید خصوصی خود را وارد کنید تا قفل کیف پولتان باز شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_14', 'کلید خصوصی (رمزنگاری نشده) خود را کپی کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_15', 'اگر با مک (Mac) کار می کنید '), _defineProperty(_fa$data, 'HELP_12_Desc_15b', 'اگر با کامپیوتر (PC) کار می کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_16', 'گزینه ""ویرایش نوشته"" را باز کنید و این کلید خصوصی را در آنجا paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_17', 'HELP_12_Desc_17'), _defineProperty(_fa$data, 'HELP_12_Desc_18', 'این فایل را بر روی دسکتاپ خود با عنوان nothing_special_delete_me.txt ذخیره کنید. مطمئن شوید که می گوید ""UTF-8"" و در بخش ذخیره بنویسد """"If no extension is provided use .txt"" . '), _defineProperty(_fa$data, 'HELP_12_Desc_19', 'ترمینال را باز کنید دستور زیر را وارد کنید: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_20', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_21', 'HELP_12_Desc_21'), _defineProperty(_fa$data, 'HELP_12_Desc_22', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_12_Desc_23', 'برنامه Notepad را باز کنید و کلید خصوصی را در آن paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_24', 'فایل را با عنوان `nothing_special_delete_me.txt` در درایو :C ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_25', 'این دستور را وارد کنید: `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_26', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_27', 'بعد از انتقال موفق، فایل `nothing_special_delete_me.txt` را پاک کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_28', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_13_Title', 'سوال 13: این جمه به چه معناست؟ : ""سرمایه کافی نیست. حسابی که سعی در ارسال تراکنش از طریق آن را دارید به اندازه کافی سرمایه ندارد. به XXXXXXXXXXXXXXXXXXX و تنها XXXXXXXXXXXXXXXX دارد"". '), _defineProperty(_fa$data, 'HELP_13_Desc_1', 'این بدان معناست که در حساب خود به اندازه کافی اتر (ٍETH) جهت پرداخت هزینه سوخت را ندارید. هر تراکنش (که شامل توکن و تراکنش های قراردادی نیز می شود) به سوخت نیاز دارد و این سوخت با اتر پرداخت می شود. عددی که نمایش داده شد، مقداری ست که برای پوشش هزینه تراکنش در Wei مورد نیاز است. آن عدد را بر `1000000000000000000` تقسیم کنید و از مقدار اتری که می خواستید ارسال کنید کم کنید (اگر می خواستید که اتر ارسال کنید). این کار به شما میزان اتری که برای انجام تراکنش باید به آن حساب بفرستید را مشخص می کند. '), _defineProperty(_fa$data, 'HELP_14_Title', 'سوال 14: برخی از سایت ها ساخت رندوم یا تصادفی کلیدهای خصوصی را بر اساس حرکت موس انجام می دهند. سایت MyEtherWallet.com این کار را انجام نمی دهد. آیا تولید تصادفی اعداد برای MyEtherWallet امن است؟ '), _defineProperty(_fa$data, 'HELP_14_Desc_1', 'روش ساخت بر اساس حرکت موس هوشمندانه است و می دانیم که چرا مردم آن را دوست دارند، اما واقعیت این است که window.crypto ؟؟؟؟؟ بیشتری را نسبت به حرکات موس شما ارائه می کنند. حرکات موس ناامن نیستند اما ما (و بسیاری از آزمایش های کریپتو دیگر) در window.crypto باور بیشتری داریم. بعلاوه اینکه از MyEtherWallet.com می توان در دستگاه های لمسی نیز استفاده کرد. در [اینجا می توانید بحث بین یک نویسنده عصبانی در reddit و Vitalik Buterin درباره حرکات موس و window.crypto را ببینید](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fa$data, 'HELP_15_Title', 'سوال 15: چرا حسابی که همین الان ساخته ام در مرورگر بلاکچین (bllockchain explorer) دیده نمی شود؟ (برای مثال در etherchain یا etherscan) '), _defineProperty(_fa$data, 'HELP_15_Desc_1', 'HELP_15_Desc_1'), _defineProperty(_fa$data, 'HELP_16_Title', 'سوال 16: چگونه موجودی حساب خود را ببینم؟ '), _defineProperty(_fa$data, 'HELP_16_Desc_1', 'برای این کار می توانید از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. آدرس خود را در قسمت search (جستجو) وارد کنید و بعد می توانید آدرس و سابقه تراکنش های خود را مشاهده کنید. برای مثال حساب اهدایی ما [بدین صورت](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) است. '), _defineProperty(_fa$data, 'HELP_17_Title', 'سوال 17: چرا زمانی که قفل کیف پول خود را باز می کنم موجودی من نمایش داده نمی شود؟ '), _defineProperty(_fa$data, 'HELP_17_Desc_1', 'این موضوع احتمالا بخاطر این است که شما پشت یک firewall (دیوار آتشین) هستید. API که ما برای بدست آوردن موجودی استفاده می کنیم به دلایلی معمولا توسط فایر وال ها بلاک می شوند. شما همچنان می توانید تراکنش هایتان را ارسال کنید و برای دیدن موجودی خود تنها باید از راه دیگری (مثل etherscan.io) استفاده کنید. '), _defineProperty(_fa$data, 'HELP_18_Title', 'سوال 18: فایل مربوط به کیف پول geth کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Title', 'سوال 19: فایل مربوط به کیف پول Mist من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Desc_1', 'فایل های Mist معمولا در فضاهای بالا قرار دارند. اما را آسان تر این است که Mist را باز کنید، در قسمت بالا گزینه Accounts و بعد Backup را انتخاب کنید. این کار پوشه ای که فایل های شما در آن ذخیره شده را باز می کند. '), _defineProperty(_fa$data, 'HELP_20_Title', 'سوال 20: فایل مربوط به کیف پول پیش فروش (pre-sale) من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_20_Desc_1', 'هر جایی که آن را ذخیره کرده اید! البته برای ایمیل شما هم ارسال شده است، در نتیجه آن را نیز بررسی کنید. بدنبال فایلی با نام ""ethereum_wallet_backup.json"" بگردید. این فایلِ کیف پول با یک رمزعبور رمزنگاری شده است. رمزعبوری که شما هنگام خرید در پیش فروش ساخته اید. '), _defineProperty(_fa$data, 'HELP_21_Title', 'سوال 21: آیا این امکان وجود ندارد که هر کسی یک کلید خصوصی تصادفی (رندوم) را وارد کرده و بدنبال یک موجودی بگردد و سپس آن را برای خود ارسال کند؟ '), _defineProperty(_fa$data, 'HELP_21_Desc_1', 'جواب کوتاه: بله، اما یافتن یک حساب با موجودی، بیش از هزاران سال طول می کشد؛ پس جواب خیر است. '), _defineProperty(_fa$data, 'HELP_21_Desc_2', 'نسخه Long ELI5: اتریوم بر پایه Public Key Cryptography یا رمزنگاری کلید عمومی و بطور خاص، منحنی رمزنگاری Elliptic است که بصورت گسترده ای نیز مورد استفاده قرار می گیرد. امنیت بسیاری از سرورها از طریق ECC فراهم می شود. بیتکوین نیز از همان، و از چیزهای دیگری مثل SSH و TLS استفاده می کند. کلیدهای اتریوم کلیدهای 256 بیتی هستند که بسیار قوی تر از مدل های 128بیتی و 192بیتی هستند که بصورت گسترده ای مورد استفاده قرار می گیرند و از نظر کارشناسان امن هستند. '), _defineProperty(_fa$data, 'HELP_21_Desc_3', 'در اینجا شما یک کلید خصوصی و یک کلید عمومی دارید. از کلید خصوصی می توان کلید عمومی ساخت، اما کلید عمومی را نمی توان برگرداند و به کلید خصوصی تبدیل کرد یا از طریق آن کلید خصوصی را بدست آورد. تمام دنیا و اینترنت در حال استفاده از این نوع رمزنگاری هستند و اگر راهی برای بدست آوردن کلید خصوصی از طریق کلید عمومی وجود داشته باشد و به این خاطر شما اترهای خود را از دست دهید، این موضوع کمترین نگرانی هر کسی خواهد بود. '), _defineProperty(_fa$data, 'HELP_21_Desc_4', 'اگر کسی کلید خصوصی شما را داشته باشد می تواند از حساب شما اتر منتقل کند؛ درست همانطور که اگر کسی رمزعبور ایمیل شما را داشته باشد می تواند ایمیل هایتان را بخواند و یا ایمیل ارسال کند، یا اگر کسی رمزعبور حساب شما را داشته باشد می تواند پول جابجا کند. می توانید نسخه Keystore کلید خصوصی خود، که کلید خصوصیِ رمزنگاری شده با یک رمزعبور است را دانلود کنید. این کار مثل این است که یک رمزعبوری دارید که توسط یک رمزعبور دیگر محافظت می شود. '), _defineProperty(_fa$data, 'HELP_21_Desc_5', 'بصورت تئوری این امکان وجود دارد که رشته هایی با 64 کاراکتر هگزادسیمالی وارد کنید تا یکی از آن ها کار کند و کلید خصوصی از آب در بیاید. البته افراد باهوش برای این کار برنامه ای می نویسند که با سرعت بالا کلیدهای خصوصی تصادفی مختلفی را امتحان کند. به این کار Brute-force یا نیروی کور و یا در اصطلاحی دیگر به آن mining یا استخراج کلید خصوصی گفته می شود. با تعداد کمی سرورهای قوی، احتمال چک کردن بیش از 1میلیون کلید در درثانیه وجود دارد. اما چک کردن این تعداد کلید در ثانیه نمی تواند هزینه های فعالیت سرورها را پوشش دهد و احتمالا نه تنها شما بلکه فرزندان و نوه های شما نیز نمی توانند کلیدی پیدا کند. '), _defineProperty(_fa$data, 'HELP_21_Desc_6', 'اگر چیزی درباره بیتکوین می دانید، برای نشان دادن اینکه این احتمال چقدر کم است به این نکته توجه کنید: فرض کنید هر ساتوشی از هر بیتکوینی که تا به حال ساخته شده به کلید خصوصی یکتای مربوط به خود رفته باشد. احتمال آنکه بین تمام آن کلیدها، دو کلید وجود داشته باشد که هر دو به یک آدرس اشاره کنند حدود یک در 100 کوینتیلیون (کوینتیلیون معادل است با 1 و هجده صفر جلوی آن که کل آن ها به توان 2 برسد) است. '), _defineProperty(_fa$data, 'HELP_21_Desc_7', 'این عددها هیچ ربطی با فناوری دستگاه ها ندارند؛ مقدارها بیشینه یا ماکزیمی هستند که از نظر ترمودینامیکی مجاز است و شدیده بر این موضوع دلالت دارد که حمله های نیروی کور یا brute force به کلیدهای 256بیتی تا زمانی که کامپیوترهایی با چیزی غیر از چیزهای فعلی ساخته شود و چیزی غیر از فضا را اشغال کند ساخته شوند غیر عملی است. '), _defineProperty(_fa$data, 'HELP_21_Desc_8', 'این موضوع نشانگر آن است که کلیدها بصورت کاملا تصادفی و با آنتروپی کافی ساخته می شوند. کلیدهایی که اینجا ساخته می شوند همانند Jaxx و Mist/geth از این معیار پیروی می کنند. کیف پول های اتریوم همگی خوب هستند. کلیدهای که توسط ذهن انسان ساخته می شوند خوب نیستند چرا که ذهن انسان توان ایجاد یک دانه یا رمز کاملا تصدفی را ندارد. مشکلاتی در زمینه آنتروپی و یا اینکه دانه ها بطور کاملا تصدفی ساخته نشدند در دنیای بیتکوین وجود داشته که موضوعی ست که باید بعدا راجع به آن صحبت کرد. '), _defineProperty(_fa$data, 'HELP_SecCX_Title', 'امنیت - MyEtherWallet CX '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_1', 'این افزونه (extension) اطلاعات من را کجا ذخیره می کند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_2', 'اطلاعاتی که در این Chrome Extension ذخیرنگهداری می کنید از طریق [chrome.storage](http://chrome.storage/) ذخیره می شود. این دقیقا همان جایی ست که رمزعبورهایی که در مرورگر Chrome ذخیره می کنید در آن ذخیره می شود. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_3', 'چه اطلاعاتی ذخیره می شود؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_4', 'آدرس، نام اختصاری و کلید خصوصی در chrome.storage ذخیره می شود. کلید خصوصی با استفاده از رمزعبوری که در زمان اضافه کردن کیف پول انتخاب کردید رمزنگاری شده است. نام اختصاری و کیف پول رمزنگاری نشده است. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_5', 'چرا نام اختصاری و کیف پول رمزنگاری نمی شوند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_6', 'اگر می خواستیم این موارد را رمزنگاری کنیم، هربار که می خواستید موجودی حساب یا نام های اختصاری را ببینید مجبور به وارد کردن رمزعبور می شدید. اگر این موضوع برایتان مهم است، پیشنهاد می کنیم از MyEtherWallet.com به جای این Chrome Extension استفاده کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Title', 'امنیت '), _defineProperty(_fa$data, 'HELP_Sec_Desc_1', 'ممکن است یکی از اولین سوالاتی که به ذهنتان می رسد این باشد که ""چرا باید به این افراد اعتماد کنم؟""؛ این سوال خوبی ست که ادامه می توانید جوابی برای آن جهت کم کردن ترس خود پیدا کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_2', 'ما از آگوست 2015 در حال فعالیت هستیم. اگر در [reddit](https://www.reddit.com/search?q=myetherwallet) بدنبال myetherwallet بگردید، تعداد زیادی از کاربران را خواهید دید که از سرویس ما با موفقیت استفاده کرده اند. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_3', 'ما نمی خواهیم که پول شما را بگیریم و یا کلیدهای خصوصی شما را بدزدیم. هیچ کد خرابی در این سایت وجود ندارد. در واقع صفحه های ""ایجاد کیف پول"" در سمت کاربر هستند (client-side). این بدان معناست که تمام کدها بر روی کامپیوتر خود شما اجرا می شود و هرگز جای دیگری ارسال و یا ذخیره نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_4', 'این سایت از طریق GitHub ارائه می شود، می توانید کد اصلی یا Source Code آن را در این آدرس ببینید: [https://github.com/kvhnuke/etherwallet/tree/gh-](https://github.com/kvhnuke/etherwallet/tree/gh-pages) و [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fa$data, 'HELP_Sec_Desc_5', 'برای ایجاد کیف پول، می توانید کد منبع را دانلود کنید و آن را بصورت محلی اجرا کنید. به سوال شماره 5 مراجعه کنید. (https://github.com/kvhnuke/etherwallet/releases/latest) '), _defineProperty(_fa$data, 'HELP_Sec_Desc_6', 'یک کیف پول تستی بسازید و به بررسی فعالیت شبکه بپردازید. ساده ترین راه این است که بر روی سایت کلیک راست کرده و گزینه ""inspect element"" را انتخاب کنید. به قسمت ""Network"" بروید. یک کیف پول آزمایشی بسازید. خواهید دید که هیچ فعالیت شبکه ای در آن جا رخ نمی دهد. خواهید دید که اتفاقی در حال رخداد است که همانند داده هایی مثل عکس یا گیف هستند. آن ها کدهای QR هستند که در حال ساخته شدن بر روی کامپیوتر شما و توسط کامپیوتر شما هستند. هیچ بایتی جابجا نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_8', 'اگر با استفاده از این ابزار راحت نیستید آن را کنار بگذارید. ما این ابزار را بعنوان یک راه موثر جهت ایجاد کیف پول و تراکنش بدون نیاز به اجرای یک فول نود یا رفتن به خط فرمان درست کرده ایم. در هر صورت اگر سوالی ذهن شما را به خود مشغول کرده می توانید با ما در ارتباط باشید و ما نیز در اولین فرصت پاسخگوی شما خواهیم بود. با تشکر از توجه شما '), _defineProperty(_fa$data, 'HELP_FAQ_Title', 'پاسخ های کامل تری به سوالات متداول '), _defineProperty(_fa$data, 'HELP_Contact_Title', 'HELP_Contact_Title'), _fa$data); +}, _defineProperty(_fa$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fa$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fa$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fa$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fa$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fa$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fa$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fa$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fa$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fa$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fa$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fa$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fa$data, 'NAV_AddWallet', 'اضافه کردن کیف پول '), _defineProperty(_fa$data, 'NAV_BulkGenerate', 'ساخت جمعی '), _defineProperty(_fa$data, 'NAV_Contact', 'مخاطب '), _defineProperty(_fa$data, 'NAV_Contracts', 'قراردادها '), _defineProperty(_fa$data, 'NAV_DeployContract', 'ایجاد قرارداد '), _defineProperty(_fa$data, 'NAV_ENS', 'ENS '), _defineProperty(_fa$data, 'NAV_GenerateWallet', 'ساخت کیف پول '), _defineProperty(_fa$data, 'NAV_Help', 'کمک '), _defineProperty(_fa$data, 'NAV_InteractContract', 'ارتباط با قرارداد '), _defineProperty(_fa$data, 'NAV_Multisig', 'چند امضایی '), _defineProperty(_fa$data, 'NAV_MyWallets', 'کیف پول های من '), _defineProperty(_fa$data, 'NAV_Offline', 'ارسال بصورت آفلاین '), _defineProperty(_fa$data, 'NAV_SendEther', 'ارسال اتر و توکن '), _defineProperty(_fa$data, 'NAV_SendTokens', 'ارسال توکن '), _defineProperty(_fa$data, 'NAV_Swap', ' یا مبادله '), _defineProperty(_fa$data, 'NAV_ViewWallet', 'مشاهده اطلاعات کیف پول '), _defineProperty(_fa$data, 'NAV_YourWallets', 'کیف پول های شما '), _defineProperty(_fa$data, 'x_AddessDesc', 'ممکن است این را با عنوان "" شماره حساب"" یا ""کلید عمومی"" بشناسید. این چیزی ست که برای افراد دیگر می فرستید تا بتوانند برای شما اتر بفرستند. این آیکون راه آسان تری ست که بتوانید آدرس خود را بشناسید. '), _defineProperty(_fa$data, 'x_Address', 'آدرس شما '), _defineProperty(_fa$data, 'x_Cancel', 'لغو '), _defineProperty(_fa$data, 'x_CSV', 'فایل CSV (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Download', 'دانلود '), _defineProperty(_fa$data, 'x_Json', 'فایل JASON (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_JsonDesc', 'این مدل رمزنگاری نشده JASON از کلید خصوصی شماست. این بدان معناست که به رمزعبور احتیاج ندارید اما هر کس که به فایل JASON شما دسترسی داشته باشد می تواند به کیف پول و اترهای شما بدون رمزعبور دسترسی داشته باشد. '), _defineProperty(_fa$data, 'x_Keystore', 'فایل Keystore (UTC / JSON · Recommended · Encrypted) '), _defineProperty(_fa$data, 'x_Keystore2', 'فایل Keystore (UTC / JSON) '), _defineProperty(_fa$data, 'x_KeystoreDesc', 'این فایل Keystore با فرمت استفاده شده توسط Mist همخوانی دارد، در نتیجه می توانید به راحتی در آینده آن را منتقل کنید. این فایل پیشنهادی برای دانلود و ذخیره بعنوان نسخه پشتیبان است. '), _defineProperty(_fa$data, 'x_Mnemonic', 'x_Mnemonic'), _defineProperty(_fa$data, 'x_ParityPhrase', 'x_ParityPhrase'), _defineProperty(_fa$data, 'x_Password', 'رمز عبور '), _defineProperty(_fa$data, 'x_Print', 'پرینت از کیف پول کاغذی '), _defineProperty(_fa$data, 'x_PrintDesc', 'گزینه پرینت را بزنید و آن را با فرمت PDF ذخیره کنید. حتی اگر پرینتر ندارید! '), _defineProperty(_fa$data, 'x_PrintShort', 'پرینت '), _defineProperty(_fa$data, 'x_PrivKey', 'کلید خصوصی (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_PrivKey2', 'کلید خصوصی '), _defineProperty(_fa$data, 'x_PrivKeyDesc', 'این مدل رمزنگاری نشده کلید خصوصی شماست و بدان معناست که رمزعبوری لازم نیست. اگر فردی بتواند به کلید خصوصی رمزنگاری نشده شما دست پیدا کند، بدون نیاز به رمزعبور می تواند به کیف پول شما دسترسی داشته باشد. به همین خاطر نسخه های رمزنگاری شده بیشتر توصیه می شود. '), _defineProperty(_fa$data, 'x_Save', 'ذخیره '), _defineProperty(_fa$data, 'x_TXT', 'فایل TXT (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Wallet', 'کیف پول '), _defineProperty(_fa$data, 'CX_Tagline', 'افزونه Chrome Extension از کیف پول اتر که بصورت متن باز و در سمت کاربر است'), _defineProperty(_fa$data, 'CX_Warning_1', 'مطمئن شوید که از کیف پول هایی که در اینجا نگهداری می کنید نسخه پشتیبان بیرونی دارید. اتفاقات مختلفی می تواند باعث شود تا اطلاعاتی که در این Chrome Extension دارید از دست برود، مثلا uninstall کردن و دوباره install کردن افزونه. این افزونه راهی ست برای دسترسی راحت تر به کیف پولتان، نه راهی برای داشتن نسخه پشتیبان از آن. '), _defineProperty(_fa$data, 'MEW_Tagline', 'MEW_Tagline'), _defineProperty(_fa$data, 'MEW_Warning_1', 'همیشه قبل از استفاده از کیف پول خود و یا ساختن کیف پول جدید آدرس URL را چک کنید. حواستان به سایت های فیشینگ باشد. '), _defineProperty(_fa$data, 'FOOTER_1', 'ابزاری متن باز و سمت مشتری برای برقراری تعامل امن و آسان با شبکه اتریوم. '), _defineProperty(_fa$data, 'FOOTER_1b', 'ساخته شده توسط '), _defineProperty(_fa$data, 'FOOTER_2', 'از کمک های مالی بسیار قدردانی می شود. '), _defineProperty(_fa$data, 'FOOTER_3', 'تولید کیف پول سمت کاربر توسط '), _defineProperty(_fa$data, 'FOOTER_4', 'رفع مسئولیت '), _defineProperty(_fa$data, 'sidebar_AccountInfo', 'اطلاعات حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountAddr', 'آدرس حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountBal', 'موجودی حساب '), _defineProperty(_fa$data, 'sidebar_TokenBal', 'موجودی توکن ها '), _defineProperty(_fa$data, 'sidebar_Equiv', 'ارزش های معادل '), _defineProperty(_fa$data, 'sidebar_TransHistory', 'سابقه تراکنش ها '), _defineProperty(_fa$data, 'sidebar_donation', 'وبسایت MyEtherWallet یک سرویس متن باز و رایگان است که وقف امنیت و حریم خصوصی شما شده است. هرچه مقدار کمک های مالی بیشتر باشد، می توانیم زمان بیشتری برای ایجاد ویژگی های جدید، خواندن نظرات شما و ارائه محصولاتی که می خواهید داشته باشیم. ما تنها دو نفر هستیم که سعی در تغییر جهان داریم. کمک می کنید؟ '), _defineProperty(_fa$data, 'sidebar_donate', 'یا کمک مالی '), _defineProperty(_fa$data, 'sidebar_thanks', 'با تشکر از شما '), _defineProperty(_fa$data, 'decrypt_Access', 'چطور می خواهید به کیف گولتان دسترسی داشته باشید؟ '), _defineProperty(_fa$data, 'decrypt_Title', 'فرمت (مدل) کیف پول خصوصی خود را انتخاب کنید. '), _defineProperty(_fa$data, 'decrypt_Select', 'یک کیف پول انتخاب کنید. '), _defineProperty(_fa$data, 'MNEM_1', 'لطفا آدرسی که می خواهید با آن ارتباط برقرار کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_2', 'با یک عبارت HD mnemonic می توانید به چند کیف پول یا آدرس دسترسی داشته باشید. در حال حاضر آدرسی که می خواهید از آن استفاده کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_more', 'آدرس های بعدی '), _defineProperty(_fa$data, 'MNEM_prev', 'آدرس های قبلی '), _defineProperty(_fa$data, 'x_Ledger', 'لجر نانو اس (Ledger Nano S) '), _defineProperty(_fa$data, 'ADD_Ledger_1', 'لجر نانو اس خود را متصل کنید '), _defineProperty(_fa$data, 'ADD_Ledger_2', 'برنامه Ethereum را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Exp', 'برنامه Expanse را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Ubq', 'برنامه Ubiq را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_3', 'تایید کنید که پشتیبانی مرورگر (Browser Support) از قسمت Settings فعالی است. '), _defineProperty(_fa$data, 'ADD_Ledger_4', 'اگر هیچ حمایتی از طرف مرورگرها در تنظیمات پیدا نشد، مطمئن شوید که نسخه [Firmware شماره 1.2](https://www.ledgerwallet.com/apps/manager) را دارید. '), _defineProperty(_fa$data, 'ADD_Ledger_0a', 'با یک کانکشن امن (SSL) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_0b', 'با استفاده از [Chrome](https://www.google.com/chrome/browser/desktop/) یا [Opera](https://www.opera.com/) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_scan', 'به Ledger Nano S وصل شوید. '), _defineProperty(_fa$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fa$data, 'ADD_Trezor_scan', 'به TREZOR وصل شوید. '), _defineProperty(_fa$data, 'ADD_Label_1', 'می خواهید چه کاری انجام دهید؟ '), _defineProperty(_fa$data, 'ADD_Radio_1', 'ساخت کیف پول جدید '), _defineProperty(_fa$data, 'ADD_Radio_2', 'فایل کیف پول خود را انتخاب کنید (Keystore / JASON) '), _defineProperty(_fa$data, 'ADD_Radio_2_alt', 'فایل کیف پول خود را انتخاب کنید '), _defineProperty(_fa$data, 'ADD_Radio_2_short', 'نوع فایل را انتخاب کنید: '), _defineProperty(_fa$data, 'ADD_Radio_3', 'کلید خصوصی خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Radio_5', 'رمز mnemonic خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_5_Path', 'ADD_Radio_5_Path'), _defineProperty(_fa$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_fa$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_fa$data, 'ADD_Label_2', 'یک نام اختصاری انتنخاب کنید '), _defineProperty(_fa$data, 'ADD_Label_3', 'کیف پول شما رمزنگاری شده است. لطفا رمزعبور خود را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Warning_1', 'شما می توانید هر حسابی را در قسمت کیف پول ها اضافه کنید تا بدون نیاز به آپلود کردن کلید خصوصی بتوانید آن را ""مشاهده"" کنید. این بدان معنا **نیست** که به کیف پول دسترسی دارید یا می توانید از آن اتر ارسال کنید. '), _defineProperty(_fa$data, 'ADD_Label_5', 'آدرس را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_6', 'قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'ADD_Label_6_short', 'باز کردن قفل '), _defineProperty(_fa$data, 'ADD_Label_7', 'اضافه کردن حساب '), _defineProperty(_fa$data, 'ADD_Label_8', 'رمز عبور (اختیاری) '), _defineProperty(_fa$data, 'MYWAL_Nick', 'نام اختصاری کیف پول '), _defineProperty(_fa$data, 'MYWAL_Address', 'آدرس کسف پول '), _defineProperty(_fa$data, 'MYWAL_Bal', 'موجودی '), _defineProperty(_fa$data, 'MYWAL_Edit', 'ویرایش '), _defineProperty(_fa$data, 'MYWAL_View', 'مشاهده '), _defineProperty(_fa$data, 'MYWAL_Remove', 'پاک کردن '), _defineProperty(_fa$data, 'MYWAL_RemoveWal', 'پاک کردن کیف پول '), _defineProperty(_fa$data, 'MYWAL_WatchOnly', 'حساب های کاربری که تنها قابل نظارت هستند'), _defineProperty(_fa$data, 'MYWAL_Viewing', 'مشاهده کیف پول '), _defineProperty(_fa$data, 'MYWAL_Hide', 'مخفی کردن اطلاعات کیف پول '), _defineProperty(_fa$data, 'MYWAL_Edit_2', 'ویرایش کیف پول '), _defineProperty(_fa$data, 'MYWAL_Name', 'نام کیف پول '), _defineProperty(_fa$data, 'MYWAL_Content_1', 'اخطار! شما در حال پاک کردن کیف پول خود هستید. '), _defineProperty(_fa$data, 'MYWAL_Content_2', 'پیش از پاک کردن آن مطمئن شوید که کلید خصوصی و (یا) فایل Keystore و رمزعبور را ذخیره کرده اید. '), _defineProperty(_fa$data, 'MYWAL_Content_3', ',اگر در آینده بخواهید از این کیف پول با استفاده از MyEtherWallet CX خود استفاده کنید، باید بصورت دستی دوباره آن را اضافه کنید. این کار با استفاده از key/JASON و رمزعبور انجام می شود.'), _defineProperty(_fa$data, 'GEN_desc', 'اگر می خواهید چند کیف پول بسازید می توانید از اینجا اقدام کنید. '), _defineProperty(_fa$data, 'GEN_Label_1', 'یک رمز عبور قوی انتخاب کنید (حداقل 9 کاراکتر) '), _defineProperty(_fa$data, 'GEN_Placeholder_1', 'فراموش نکنید که این را ذخیره کنید. '), _defineProperty(_fa$data, 'GEN_SuccessMsg', 'ساخت کیف پول شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'GEN_Label_2', 'فایل کیف پول خود را ذخیره کنید. رمزعبور خود را فراموش نکنید. '), _defineProperty(_fa$data, 'GEN_Label_3', 'آدرس خود را ذخیره کنید '), _defineProperty(_fa$data, 'GEN_Label_4', 'اختیاری: از کیف پول کاغذی خود یک پرینت تهیه کنید و یا کد QR آن را نگهداری کنید. '), _defineProperty(_fa$data, 'BULK_Label_1', 'تعداد کیف پول هایی که می خواهید بسازید '), _defineProperty(_fa$data, 'BULK_Label_2', 'ساخت کیف پول ها '), _defineProperty(_fa$data, 'BULK_SuccessMsg', 'ساخت کیف پول های شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'SEND_addr', 'به آدرس '), _defineProperty(_fa$data, 'SEND_amount', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SEND_amount_short', 'مقدار '), _defineProperty(_fa$data, 'SEND_custom', 'SEND_custom'), _defineProperty(_fa$data, 'SEND_gas', 'سوخت '), _defineProperty(_fa$data, 'SEND_TransferTotal', 'ارسال کل موجودی '), _defineProperty(_fa$data, 'SEND_generate', 'ایجاد تراکنش '), _defineProperty(_fa$data, 'SEND_raw', 'تراکنش خام '), _defineProperty(_fa$data, 'SEND_signed', 'تراکنش امضا شده '), _defineProperty(_fa$data, 'SEND_trans', 'ارسال تراکنش '), _defineProperty(_fa$data, 'SENDModal_Title', 'اخطار '), _defineProperty(_fa$data, 'SENDModal_Content_1', 'بزودی ارسال را انجام خواهید داد. '), _defineProperty(_fa$data, 'SENDModal_Content_2', 'به آدرس '), _defineProperty(_fa$data, 'SENDModal_Content_3', 'آیا از انجام این کار اطمینان دارید؟ '), _defineProperty(_fa$data, 'SENDModal_Content_4', 'توجه: اگر با یک خطا (error) مواجه شدید، احتمالا باید به حساب خود اتر اضافه کنید تا بتواند هزینه سوخت ارسال توکن ها را پوشش دهد. (سوخت با اتر پرداخت می شود) '), _defineProperty(_fa$data, 'SENDModal_No', 'نه. من را از اینجا خارج کن '), _defineProperty(_fa$data, 'SENDModal_Yes', 'بله مطمئن هستم. تراکنش را انجام بده '), _defineProperty(_fa$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_fa$data, 'TOKEN_Symbol', 'علامت توکن '), _defineProperty(_fa$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_fa$data, 'TOKEN_show', 'نمایش تمام توکن ها '), _defineProperty(_fa$data, 'TOKEN_hide', 'پنهان سازی توکن ها '), _defineProperty(_fa$data, 'TRANS_desc', 'اگر می خواهید توکن ارسال کنید لطفا به صفحه ""ارسال توکن"" مراجعه کنید. '), _defineProperty(_fa$data, 'TRANS_warning', 'اگر از توابع ""فقط ETH"" یا ""فقط ETC"" استفاده می کنید، شما در حال ارسال از طریق یک قرارداد هستید. برخی از سرویس ها با قبول چنین تراکنش هایی مشکل دارند. بیشتر '), _defineProperty(_fa$data, 'TRANS_advanced', 'پیشرفته: افزودن اطلاعات '), _defineProperty(_fa$data, 'TRANS_data', 'اطلاعات '), _defineProperty(_fa$data, 'TRANS_gas', 'سقف سوخت '), _defineProperty(_fa$data, 'TRANS_sendInfo', 'هزینه یک تراکنش استاندارد با سوخت 21000 معادل با 0.000441 خواهد بود. ما از هزینه گاز 0.000000021 اتر که کمی بالاتر از هزینه متوسط است استفاده می کنیم تا مطمئن شویم که سریع استخراج می شود. ما کارمزد تراکنش نمی گیریم. '), _defineProperty(_fa$data, 'OFFLINE_Title', 'ایجاد و ارسال تراکنش آفلاین '), _defineProperty(_fa$data, 'OFFLINE_Desc', 'تولید یک تراکنش آفلاین در سه مرحله انجام می گیرد. مراحل 1 و 3 را باید در یک کامپیوتر آنلاین و مرحله 2 را در یک کامپیوتر آفلاین (یا قرنطینه) تکمیل کرد. این کار تضمین می کند که کلیدهای خصوصی شما با هیچ دستگاه متصل به اینترنتی ارتباط برقرار نکند. '), _defineProperty(_fa$data, 'OFFLLINE_Step1_Title', 'مرحله 1: تولید اطلاعات (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step1_Button', 'تولید اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_1', 'از آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_2', 'توجه: این آدرس فرستنده است و نه آدرس گیرنده. این آدرس فعلا از حساب کاربری (اکانت) اصلی تولید شده است. اگر از یک کامپیوتر قرنطینه استفاده می شود، این آدرس باید آدرس حساب کاربری محل ذخیره سازی غیر متصل باشد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Title', 'مرحله 2: تولید تراکنش (کامپیوتر آفلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_1', 'به آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_2', 'مقدار ارسالی '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3', 'قیمت سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4', 'حد سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4b', 'مقدار 2100 میزان پیش فرض حد سوخت است. زمانی که اطلاعات add\'l یا قراردادی را ارسال می کنید ممکن است نیاز به تغییر آن وجود داشته باشد. هر مقداری از سوخت که مورد استفاده قرار نگیرد به شما بازگردانده می شود. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5', 'OFFLINE_Step2_Label_5'), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6', 'اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6b', 'این قسمت اختیاری است. معمولا زمانی که تراکنشی به قراردی فرستاده می شود اطلاعات مورد استفاده قرار می گیرد. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_7', 'کلید خصوصی/ JASON خود را وارد/انتخاب کنید '), _defineProperty(_fa$data, 'OFFLINE_Step3_Title', 'مرحله 3: ارسال/ انتشار تراکنش (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step3_Label_1', 'تراکنش امضا شده از مرحله 2 را در این قسمت قرار داده و دکمه ""SEND TRANSACTION"" را بزنید. '), _defineProperty(_fa$data, 'x_Access', 'دسترسی '), _defineProperty(_fa$data, 'CONTRACT_Title', 'آدرس قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Title_2', 'انتخاب قرارداد موجود '), _defineProperty(_fa$data, 'CONTRACT_Json', 'ظاهر کاربری ABI/ JASON '), _defineProperty(_fa$data, 'CONTRACT_Interact_Title', 'خواندن/ نوشتن قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Interact_CTA', 'یک تابع را انتخاب کنید '), _defineProperty(_fa$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fa$data, 'CONTRACT_Read', 'بخوان '), _defineProperty(_fa$data, 'CONTRACT_Write', 'بنویس '), _defineProperty(_fa$data, 'DEP_generate', 'ساخت Bytecode '), _defineProperty(_fa$data, 'DEP_generated', 'Bytecode ساخته شده '), _defineProperty(_fa$data, 'DEP_signtx', 'امضای تراکنش '), _defineProperty(_fa$data, 'DEP_interface', 'ظاهر کاربری ساخته شده '), _defineProperty(_fa$data, 'NODE_Title', 'نود یا گره خود را بسازید. '), _defineProperty(_fa$data, 'NODE_Subtitle', 'جهت وصل شدن به یک نود محلی... '), _defineProperty(_fa$data, 'NODE_Warning', 'نود شما باید HTTPS باشد تا بتوانید از طریق MyEtherWallet.com به آن متصل شوید. می توانید [مخزن MyEtherWallet را دانلود و اجرا کنید](https://github.com/kvhnuke/etherwallet/releases/latest) تا بتوانید به هر نودی متصل شوید؛ یا می توانید از طریق [LetsEncrypt](https://letsencrypt.org/) مدرک SSL رایگان دریافت کنید. '), _defineProperty(_fa$data, 'NODE_Name', 'نام نود '), _defineProperty(_fa$data, 'NODE_Port', 'پورت نود '), _defineProperty(_fa$data, 'NODE_CTA', 'ذخیره و استفاده نود کاستوم '), _defineProperty(_fa$data, 'SWAP_rates', 'امتیازهای فعلی '), _defineProperty(_fa$data, 'SWAP_init_1', 'I want to swap my ,'), _defineProperty(_fa$data, 'SWAP_init_2', ' for , // ""I want to swap my X ETH for X BTC'), _defineProperty(_fa$data, 'SWAP_init_CTA', 'ادامه '), _defineProperty(_fa$data, 'SWAP_information', 'اطلاعات شما '), _defineProperty(_fa$data, 'SWAP_send_amt', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SWAP_rec_amt', 'مقدار دریافتی '), _defineProperty(_fa$data, 'SWAP_your_rate', 'امتیاز شما '), _defineProperty(_fa$data, 'SWAP_rec_add', 'آدرس دریافت کردن شما '), _defineProperty(_fa$data, 'SWAP_start_CTA', 'شروع جابجایی '), _defineProperty(_fa$data, 'SWAP_ref_num', 'شماره مرجع شما '), _defineProperty(_fa$data, 'SWAP_time', 'زمان باقیمانده برای ارسال '), _defineProperty(_fa$data, 'SWAP_elapsed', 'Time elapsed since sent '), _defineProperty(_fa$data, 'SWAP_progress_1', 'سفارش ثبت شد '), _defineProperty(_fa$data, 'SWAP_progress_2', 'Waiting for your , // Waiting for your BTC...'), _defineProperty(_fa$data, 'SWAP_progress_3', 'Received! , // ETH Received!'), _defineProperty(_fa$data, 'SWAP_progress_4', 'Sending your {{orderResult.output.currency}} ,'), _defineProperty(_fa$data, 'SWAP_progress_5', 'Order Complete ,'), _defineProperty(_fa$data, 'SWAP_order_CTA', 'Please send , // Please send 1 ETH...'), _defineProperty(_fa$data, 'SWAP_unlock', 'Unlock your wallet to send ETH or Tokens directly from this page. '), _defineProperty(_fa$data, 'NAV_SignMsg', 'امضای پیام '), _defineProperty(_fa$data, 'MSG_message', 'پیام '), _defineProperty(_fa$data, 'MSG_date', 'تاریخ '), _defineProperty(_fa$data, 'MSG_signature', 'امضا '), _defineProperty(_fa$data, 'MSG_verify', 'تایید پیام '), _defineProperty(_fa$data, 'MSG_info1', 'تاریخ فعلی را وارد کنید تا امکان استفاده دوباره از امضا در تاریخ دیگری وجود داشته باشد. '), _defineProperty(_fa$data, 'MSG_info2', 'اسم اختصاری خود و جایی که از آن استفاده می کنید را وارد کنید تا فرد دیگری نتواند از آن استفاده کند. '), _defineProperty(_fa$data, 'MSG_info3', 'یک دلیل مخصوص برای این پیام انتخاب کنید تا نتوان از آن برای مقصود دیگری استفاده کرد. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. شاید بخواهید این کار را جهت انتقال حساب خود به [Geth یا Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) انجام دهید. اگر می خواهید موجودی خود را ببینید پیشنهاد می کنیم که از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle_Short', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. '), _defineProperty(_fa$data, 'VIEWWALLET_SuccessMsg', 'با موفقیت انجام شد. می توانید جزئیات کیف پول خود را ببینید. '), _defineProperty(_fa$data, 'CX_error_1', 'شما هیچ کیف پول ذخیره شده ای ندارید. گزینه [""اضافه کردن کیف پول""](/cx-wallet.html#add-wallet) را انتخاب کنید تا بتوانید یکی بسازید. '), _defineProperty(_fa$data, 'CX_quicksend', 'CX_quicksend'), _defineProperty(_fa$data, 'ERROR_0', '(error_01) لطفا مقدار معتبر وارد کنید.. Please enter a valid amount.'), _defineProperty(_fa$data, 'ERROR_1', '(error_02) رمزعبور انتخابی حداقل باید 9 حرف باشد. لطفا از یک رمزعبور قوی استفاده کنید.. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fa$data, 'ERROR_2', '(error_03) این نوع از فایل کیف پول قابل شناسایی نیست.. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fa$data, 'ERROR_3', '(error_04) این فایل کیف پول معتبر نیست.. This is not a valid wallet file.'), _defineProperty(_fa$data, 'ERROR_4', '(error_05) این واحد وجود ندارد، لطفا یکی از واحدهای زیر را انتخاب کنید.. This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fa$data, 'ERROR_5', '(error_06) آدرس نامعتبر است. Please enter a valid address.'), _defineProperty(_fa$data, 'ERROR_6', '(error_07) رمز عبور نامعتبر است. Please enter a valid password.'), _defineProperty(_fa$data, 'ERROR_7', '(error_08) مقدار نامعتبر است. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fa$data, 'ERROR_8', '(error_09) میزان حد سوخت نامعتبر است. Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fa$data, 'ERROR_9', '(error_10) داده نامعتبر است. Please enter a valid data value (Must be hex.)'), _defineProperty(_fa$data, 'ERROR_10', '(error_11) میزان سوخت نامعتبر است. Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fa$data, 'ERROR_11', '(error_12) تراکنش امضا شده نامعتبر است Please enter a valid nonce (Must be an integer.)'), _defineProperty(_fa$data, 'ERROR_12', '(error_13) قبلا کیف پولی با این نام ساخته شده است Invalid signed transaction.'), _defineProperty(_fa$data, 'ERROR_13', '(error_14) کیف پول پیدا نشد A wallet with this nickname already exists.'), _defineProperty(_fa$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_fa$data, 'ERROR_15', '(error_16) کیف پولی با این آدرس در حافظه وجود دارد، لطفا صفحه کیف پول خود را چک کنید. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fa$data, 'ERROR_16', '(error_17) برای پوشش هزینه سوخت باید حداقل 0.001 اتر در حساب خود داشته باشید. لطفا مقداری اتر اضافه کرده و دوباره امتحان کنید. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fa$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'ERROR_18', '(error_19) کاراکتر غیرمعتبر است All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fa$data, 'ERROR_19', '(error_20) این توکن نامعتبر است Please enter a valid symbol'), _defineProperty(_fa$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fa$data, 'ERROR_21', '(error_22) لطفا یک نام نود (گره) معتبر وارد کنید Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fa$data, 'ERROR_22', '(error_23) لطفا url صحیح وارد کنید. در صورتی که از https استفاده می کنید url شما باید https باشد Please enter a valid node name'), _defineProperty(_fa$data, 'ERROR_23', '(error_24) لطفا یک پورت معتبر وارد کنید Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fa$data, 'ERROR_24', '(error_25) لطفا آیدی زنجیره معتبر وارد کنید Please enter a valid port.'), _defineProperty(_fa$data, 'ERROR_25', '(error_26) لطفا ABI معتبر وارد کنید Please enter a valid chain ID.'), _defineProperty(_fa$data, 'ERROR_26', '(error_27) کمترین مقدار: 0.01 ، بیشترین مقدار: Please enter a valid ABI.'), _defineProperty(_fa$data, 'ERROR_27', '(error_28) برای دسترسی به این کیف پول در آینده به فایل Keystore و رمزعبور خود (یا کلید خصوصی) نیاز خواهید داشت. لطفا آن را ذخیره کنید و یک نسخه پشتیبان خارجی بسازید. اگر آن را ذخیره نکنید، هیچ راهی برای بازگرداندن کیف پول وجود ندارد. برای راهنمایی [صفحه کمک](https://www.myetherwallet.com/#help) را مطالعه بفرمایید. Minimum amount: 0.01. Max amount:'), _defineProperty(_fa$data, 'ERROR_28', '(error_29) لطفا شناسه و رمزعبور معتبر وارد کنید You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fa$data, 'ERROR_29', '(error_30) لطفا نام ENS معتبر وارد کنید Please enter a valid user and password.'), _defineProperty(_fa$data, 'ERROR_30', '(error_31) عبارت خصوصی نامعتبر است Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fa$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fa$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fa$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fa$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fa$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fa$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fa$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fa$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fa$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fa$data, 'GETH_Balance', '(geth-01) موجودی کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_Cheap', '(geth-02) قیمت سوخت برای پذیرفته شدن کم است. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fa$data, 'GETH_GasLimit', '(geth-03) سوخت بیش از حد است. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fa$data, 'GETH_InsufficientFunds', '(geth-04) موجودی برای سوخت * قیمت + مقدار کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_IntrinsicGas', '(geth-05) سوخت اصلی کم است. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fa$data, 'GETH_InvalidSender', '(geth-06) ارسال کننده نامعتبر است. Invalid sender.'), _defineProperty(_fa$data, 'GETH_NegativeValue', '(geth-07) مقدار منفی. Negative value.'), _defineProperty(_fa$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'GETH_NonExistentAccount', '(geth-09) حساب وجود ندارد و یا موجودی حساب کم است. Account does not exist or account balance too low'), _defineProperty(_fa$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'SUCCESS_1', 'آدرس معتبر است '), _defineProperty(_fa$data, 'SUCCESS_2', 'کیف پول با موفقیت رمزگشایی شد '), _defineProperty(_fa$data, 'SUCCESS_3', 'تراکنش ثبت شد. TX ID '), _defineProperty(_fa$data, 'SUCCESS_4', 'کیف پول شما با موفقیت اضافه شد '), _defineProperty(_fa$data, 'SUCCESS_5', 'فایل انتخاب شد '), _defineProperty(_fa$data, 'WARN_Send_Link', 'شما از طریق یک لینک که آدرس، مقدار، سوخت، زمینه های داده و یا نوع تراکنش (مدل ارسال) که برای شما پر شده است را دارد به اینجا آمده اید. می توانید هر اطلاعاتی را پیش از انجام ارسال تغییر دهید. برای شروع، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'translate_version', '0.4_Alpha'), _defineProperty(_fa$data, 'Translator_Desc', 'Persian Translation done by Coiniran.com team'), _defineProperty(_fa$data, 'TranslatorName_1', 'Shayan Es'), _defineProperty(_fa$data, 'TranslatorAddr_1', '0xc2285f89B5b228E9a51f2B80dd0712F0ac071C9e'), _defineProperty(_fa$data, 'TranslatorName_2', 'TranslatorName_2'), _defineProperty(_fa$data, 'TranslatorAddr_2', 'TranslatorAddr_2'), _defineProperty(_fa$data, 'TranslatorName_3', 'TranslatorName_3'), _defineProperty(_fa$data, 'TranslatorAddr_3', 'TranslatorAddr_3'), _defineProperty(_fa$data, 'TranslatorName_4', 'TranslatorName_4'), _defineProperty(_fa$data, 'TranslatorAddr_4', 'TranslatorAddr_4'), _defineProperty(_fa$data, 'TranslatorName_5', 'TranslatorName_5'), _defineProperty(_fa$data, 'TranslatorAddr_5', 'TranslatorAddr_5'), _defineProperty(_fa$data, 'HELP_Warning', 'اگر قبل از 31دسامبر سال 2015 کیف پولی ساخته اید یا مخزن را دانلود کردید، لطفا لطفا کیف پول های خود را چک کنید و نسخه جدید مخزن را دانلود کنید. برای جزئیات کلیک کنید. '), _defineProperty(_fa$data, 'HELP_Desc', 'آیا سوال دیگری دارید؟ [با ما در ارتباط باشید](mailto:support@myetherwallet.com). ما به سوال شما در همین صفحه پاسخ خواهیم داد تا دیگران نیز از آن استفاده کنند. '), _defineProperty(_fa$data, 'HELP_Remind_Title', 'یادآوری '), _defineProperty(_fa$data, 'HELP_Remind_Desc_1', 'بخش هایی مثل Ethereum، MyEtherWallet.com و My EtherWallet CX و برخی دیگر از کتابخانه های زیرساختی که بر پایه Javascript است دائما در حال توسعه هستند. با اینکه ما آن ها را بطور کامل تست کردیم و ده ها هزار کیف پول با موفقیت در سراسر دنیا ساخته شده، همیشه احتمال اینکه اتفاقی غیرمنتظره رخ دهد و باعث از دست رفتن اتر شما شود وجود دارد. لطفا مراقب باشید و بیش از آنچه که در صورت از دست دادن آن برایتان مشکلی پیش نیاید سرمایه گذاری نکنید. اگر اتفاقی افتاد، بسیار متاسفیم، اما **ما مسئول از دست رفتن اتر نیستیم**. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_2', 'گزینه هایی مثل MyEtherWallet.com و MyWtherWallet CX ""کیف پول وبی"" نیستند. شما یک حساب کاربری نمی سازید و اترهای خود را جهت نگهداری از آن ها به ما نمی دهید. هیچ داده ای از کامپیوتر یا مرورگر شما خارج نمی شود. ما کار را برای شما جهت ایجاد، ذخیره، دسترسی به اطلاعات و تعامل با بلاکچیین آسان می کنیم. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_3', 'اگر رمز عبور و کلید خصوصی خود را ذخیره نکنید، هیچ راهی برای دسترسی دوباره به کیف پول خود و سرمایه موجود در آن نخواهید داشت. از آن ها در مکان های فیزیکی مختلف (نه فقط در کامپیوتر خود) چندین نسخه پشتیبان تهیه کنید. '), _defineProperty(_fa$data, 'HELP_0_Title', 'سوال 0: من تازه کار هستم. چگونه شروع کنم؟ '), _defineProperty(_fa$data, 'HELP_0_Desc_1', 'وبسایت MyEtherWallet به شما امکان ساخت کیف پول های جدید جهت ذخیره اتر (Ether)خود در آن را برای شما فراهم می کند تا دیگر نیازی به ذخیره سرمایه خود در یک صرافی نداشته باشید. این فرآیند بطور کامل بر روی کامپیوتر شما، و نه بر روی سرورها، انجام می شود. به همین خاطر زمانی که یک کیف پول جدید می سازید، **خودتان مسئول ایجاد یک نسخه پشتیبان از آن هستید**. '), _defineProperty(_fa$data, 'HELP_0_Desc_2', 'ایجاد یک کیف پول جدید '), _defineProperty(_fa$data, 'HELP_0_Desc_3', 'از کیف پول نسخه پشتیبان تهیه کنید '), _defineProperty(_fa$data, 'HELP_0_Desc_4', 'تایید کنید که به این کیف پول جدید دسترسی دارید و تمام اطلاعات لازم را ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_0_Desc_5', 'به این کیف پول جدید، اتر منتقل کنید. '), _defineProperty(_fa$data, 'HELP_1_Title', 'سوال 1: چگونه یک کیف پول جدید بسازم؟ '), _defineProperty(_fa$data, 'HELP_1_Desc_1', 'به صفحه ""ساخت کیف پول"" مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_2', 'به صفحه ""اضافه کردن کیف پول"" رفته و سپس ""ساخت کیف پول جدید"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_3', 'یک رمزعبور قوی انتخاب کنید. در صورتی که فکر می کنید رمز عبور خود را فراموش خواهید، آن را در جایی مطمئن ذخیره کنید. برای ارسال تراکنش به این رمز عبور نیاز خواهید داشت. '), _defineProperty(_fa$data, 'HELP_1_Desc_4', 'گزینه ""ساخت"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_5', 'کیف پول شما ساخته شد. '), _defineProperty(_fa$data, 'HELP_2a_Title', 'سوال 2 الف: چگونه از کیف پول خود یک نسخه پشتیبان (یا بک-آپ) تهیه کنم؟ '), _defineProperty(_fa$data, 'HELP_2a_Desc_1', 'همیشه باید نسخه پشتیبانی از کیف پول خود در چندین محل فیزیکی داشته باشید (مثلا روی usb یا یک تکه کاغذ) '), _defineProperty(_fa$data, 'HELP_2a_Desc_2', 'آدرس را ذخیره کنید. می توانید ان را برای خود نگه دارید و یا با سایرین به اشتراک بگذارید که در اینصورت سایر افراد می توانند برای شما اتر بفرستند. '), _defineProperty(_fa$data, 'HELP_2a_Desc_3', 'چند نسخه از کلید خصوصی خود را نگهداری کنید. داشتن کلید خصوصی برای دسترسی به اترهایتان و ارسال آن ها لازم است. سه نوع کلید خصوصی وجود دارد.'), _defineProperty(_fa$data, 'HELP_2a_Desc_4', 'آدرس خود، نسخه های کلید خصوصی و مدل پی دی افی کیف پول کاغذی خود را در یک فولدر (پوشه) بگذارید و آن را در کامپیوتر و یک یو اس بی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_5', 'در صورتی که پرینتر دارید از کیف پول خود یک پرینت تهیه کنید. در غیر اینصورت کلید خصوصی و آدرس را در کاغذی یادداشت کنید. این را جدای از کامپیوتر و usb در محلی امن نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_6', 'HELP_2a_Desc_6'), _defineProperty(_fa$data, 'HELP_2b_Title', ',سوال 2 ب: '), _defineProperty(_fa$data, 'HELP_2b_Desc_1', 'به لینک زیر بروید: https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest '), _defineProperty(_fa$data, 'HELP_2b_Desc_2', 'بر روی dist-vX.X.X.X.zip کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_3', 'فایل زیپ را به یک کامپیوتر قرنطینه منتقل کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_4', 'آن را از حالت فشرده خارج کرده و بر روی index.html کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_5', 'یک کیف پول با رمز عبور قوی بسازید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_6', 'آدرس را ذخیره کنید. نسخه هایی از کلید خصوصی ذخیره کنید. اگر ممکن است رمز عبور را فراموش کنید آن را نیز ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_7', 'این کاغذها و Usbها را در محل های مختلفی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_8', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید و رمز عبور یا کلید خصوصی خود را وارد کنید تا مطمئن شوید که صحیح هستند. مطمئن شوید که مشابه با آدرسی ست که یادداشت کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Title', 'سوال 3: چگونه این موضوع که به کیف پول خود دسترسی دارم را تایید کنم؟ '), _defineProperty(_fa$data, 'HELP_3_Desc_1', 'حتما **قبل از آنکه به کیف پول جدید خود اتر ارسال کنید**، مطمئن شوید که به آن دسترسی دارید. '), _defineProperty(_fa$data, 'HELP_3_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_3', 'به صفحه ""مشاهده اطلاعات کیف پول"" در MyetherWallet.com بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_4', 'فایل کیف پول و یا کلید خصوصی را انتخاب کنید و کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_5', 'HELP_3_Desc_5'), _defineProperty(_fa$data, 'HELP_3_Desc_6', 'دکمه ""گشودن کیف پول"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_7', 'اطلاعات کیف پول شما باید نمایش داده شود. آدرس حساب خود را می توانید در کنار یک آیکون دایره ای شکل و رنگی بیابید. آیکون موجود بصورت بصری آدرس شما را نمایش می دهد. مطمئن شوید که آدرس همان آدرسی ست که در نوشته متنی خود و کیف پول کاغذی خود ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Desc_8', 'اگر می خواهید مقدار زیادی اتر سپرده (نگهداری) کنید، پیشنهاد می کنیم که پیش از این کار، در ابتدا مقدار کمی اتر از این کیف پول جدید ارسال کنید. 0.001 اتر به کیف پول جدید خود ارسال کنید، سپس از کیف پول خود آن مقدار را به یک آدرس دیگر بفرستید و مطمئن شوید که همه چیز به درستی کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Title', 'سوال 4: چگونه از یک کیف پول به یک کیف پول دیگر اتر منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_4_Desc_1', 'اگر قصد دارید مقدار زیادی اتر جابجا کنید بهتر است که اول یک مقدار کم به کیف پولتان ارسال کنید تا مطمئن شوید همه چیز درست کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Desc_2', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_4_Desc_3', 'با انتخاب فایل کیف پول و یا کلید خصوصی، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_4', 'اگر کیف پول رمزگذاری شده باشد، یک صفحه کوچک باز می شود که باید رمز عبور خود را در آن وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_5', 'کلید ""باز کردن کیف پول"" را بفشارید. '), _defineProperty(_fa$data, 'HELP_4_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن اتر ارسال کنید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_7', 'مقداری که می خواهید ارسال کنید را وارد کنید. در صورتی که می خواهید تمام موجودی خود را ارسال کنید می توانید گزینه ""ارسال کل موجودی"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_9', 'گزینه ""تولید تراکنش"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_10', 'چند قسمت دیگر ظاهر خواهد شد. این مربوط به مرورگر شماست که در حال ساخت تراکنش می باشد. '), _defineProperty(_fa$data, 'HELP_4_Desc_11', 'در زیر آن، بر روی دکمه آبی ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_12', 'صفحه ای ظاهر می شود. در آن صفحه باید تایید کنید که میزان و آدرسی که می خواهید به آن اتر ارسال کنید صحیح است. سپس گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_13', 'تراکنش انجام خواهد شد و TX ID نمایش داده می شود. می توانید با کلیک بر روی TX ID آن را بر روی بلاکچین ببینید. '), _defineProperty(_fa$data, 'HELP_4CX_Title', 'سوال 4: چگونه با کیف پول MyEtherWallet خود اتر ارسال کنم؟ '), _defineProperty(_fa$data, 'HELP_4CX_Desc_1', 'ابتدا باید یک کیف پول را اضافه کنید. وقتی این کار را انجام دادید دو گزینه پیش رو خواهید داشت: گزینه ""ارسال سریع"" که از طریق آیکون افزونه Chrome Extension کار می کند و گزینه دیگر که از صفحه ""ارسال اتر و توکن"" به آن دسترسی خواهید داشت. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_2', 'HELP_4CX_Desc_2'), _defineProperty(_fa$data, 'HELP_4CX_Desc_3', 'بر روی آیکون Chrome Extension کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_4', 'دکمه ""ارسال سریع"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_5', 'کیف پولی که می خواهید از آن ارسال را انجام دهید انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن ارسال انجام دهید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_7', 'میزان ارسالی را وارد کنید. همچنین می توانید با استفاده از لینک ""ارسال کل موجودی"" ، تمام موجودی خود را ارسال کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_8', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_9', 'میزان و آدرس ارسالی را تایید کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_10', 'رمز عبور این کیف پول را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_11', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_12', 'استفاده از صفحه ""ارسال اتر و توکن ها"" '), _defineProperty(_fa$data, 'HELP_5_Title', 'سوال 5: چگونه از MyEtherWallet.com بصورت آفلاین استفاده کنم؟ '), _defineProperty(_fa$data, 'HELP_5_Desc_1', 'شما می توانید MyEtherWallet.com را به جای اجرا از روی سرورهای GitHub، روی کامپیوتر خود اجرا کنید. شما می توانید یک کیف پول را کاملا بصورت آفلاین بسازید و تراکنشی را از طریق صفحه ""تراکنش آفلاین"" ارسال کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_7', 'حال MyEtherWallet.com بطور کامل در حال اجرا شدن از روی کامپیوتر شماست. '), _defineProperty(_fa$data, 'HELP_5_Desc_8', 'در صورتی که با این موضوع آشنایی ندارید بهتر است بدانید که باید تمام پوشه (فولدر) را نگهداری کنید تا بتوانید وبسایت را اجرا کنید (نه فقط index.html را). به چیزی در این پوشه دست نزنید و یا جابجا نکنید. اگر یک نسخه پشتیبان از کد مخزن MyEtherWallet را برای آینده نگهداری می کنید پیشنهاد می شود که تنها ZIP را نگهداری کنید تا از اینکه تمام محتوای پوشه درست ذخیره می شوند اطمینان حاصل کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_9', 'از آنجایی که ما بطور مداوم در حال بروزرسانی MyEtherWallet.com هستیم، پیشنهاد می کنیم که نسخه ذخیره شده خود را بصورت دوره ای بروزرسانی کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Title', 'سوال 5: چگونه می توانم این افزونه را به جای نصب کردن از Chrome Store، از مخزن نصب کنم؟ '), _defineProperty(_fa$data, 'HELP_5CX_Desc_2', 'بر روی chrome-extension-vX.X.X.X.zip کلیک کرده و آن را از حالت فشرده خارج کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_3', 'به قسمت تنظیمات (settings) مرورگر Google Chrome بروید (در منو قسمت بالا سمت راست) '), _defineProperty(_fa$data, 'HELP_5CX_Desc_4', 'بر روی افزونه یا همان Extensions در قسمت چپ کلیک کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_5', 'گزینه ""Developer Mode"" در بالای صفحه را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_6', 'گزینه Load unpacked extension… را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_7', 'به پوشه ای که به تازگی از حالت فشرده خارج کردید مراجعه کرده و گزینه select را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_8', 'افزونه حالا باید در قسمت افزونه های Chrom Extension نمایش داده شود. '), _defineProperty(_fa$data, 'HELP_7_Title', 'سوال 7: چگونه توکن ارسال کنم و توکن custom اضافه کنم؟ '), _defineProperty(_fa$data, 'HELP_7_Desc_0', 'از طریق [Ethplorer.io](https://ethplorer.io/) می توانید توکن ها را بررسی کنید و دهدهی های یک توکن را ببینید. '), _defineProperty(_fa$data, 'HELP_7_Desc_1', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_7_Desc_2', 'کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_3', 'در بخش ""به آدرس:""، آدرسی که می خواهید به آن اتر بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_4', 'مقداری که می خواهید بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_5', 'توکنی که می خواهید ارسال کنید را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_6', 'اگر لیست توکن را ندیدید '), _defineProperty(_fa$data, 'HELP_7_Desc_7', 'HELP_7_Desc_7'), _defineProperty(_fa$data, 'HELP_7_Desc_8', 'آدرس، اسم و دهدهی توکن را وارد کنید. این ها توسط توسعه دهندگان توکن ارائه می شود که برای '), _defineProperty(_fa$data, 'HELP_7_Desc_9', 'گزینه ""ذخیره"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_10', 'حال می توانید همزمان با مشاهده موجودی، توکن ارسال کنید '), _defineProperty(_fa$data, 'HELP_7_Desc_11', 'گزینه ""ایجاد تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_12', 'تعدادی گزینه جدید ظاهر خواهد شد. این مرورگر شماست که در حال ایجاد تراکنش است. '), _defineProperty(_fa$data, 'HELP_7_Desc_13', 'گزینه آبی رنگ ""ارسال تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_14', 'یک صفحه ظاهر می شود. صحت مقدار و آدرسی که به آن ارسال می کنید را تایید کنید. گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_15', 'تراکنش ثبت خواهد شد. TX ID نمایش داده می شود. می توانید بر روی TX ID جهت مشاهده آن بر روی بلاکچین کلیک کنید. '), _defineProperty(_fa$data, 'HELP_8_Title', 'سوال 8: اگر سایت شما از کار بیافتد چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8_Desc_1', 'وبسایت MyEtherWallet یک کیف پول وبی نیست. نیازی نیست که وارد شوید (لاگین کنید) و هیچ چیزی بر روی سرورهای ما ذخیره نمی شود. این تنها یک ظاهر است که به شما امکان برقراری ارتباط با بلاکچین را می دهد. '), _defineProperty(_fa$data, 'HELP_8_Desc_2', 'اگر MyEtherWallet.com از کار بیافتد، راه دیگری (مثل geth یا Ethereum Wallet/ Mist) وجود دارد که کاری که ما انجام می دهیم را انجام دهد. اما نیازی نیست که اترهای خود را از MyEtherWallet بیرون بیاورید چرا که آن ها در MyEtherWallet نیستند، بلکه در هر کیف پولی ست که شما از طریق سایت ما ساخته باشید. '), _defineProperty(_fa$data, 'HELP_8_Desc_3', 'می توانید فایل های کلید خصوصی رمزنگاری نشده و Geth/Mist Format (رمزنگاری شده) را مستقیما به geth/ Ethereum Wallet/ Mist انتقال دهید. به سوال شماره 12 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8_Desc_4', 'علاوه بر این، امکان اینکه MyEtherWallet را از کار بیاندازیم نزدیک به صفر است. ازآنجایی که هیچ اطلاعاتی را ذخیره نمی کنیم در نتیجه هیچ هزینه نگهداری هم برای ما ندارد. اگر دامنه را به هر دلیلی از کار بیاندازیم، بصورت عمومی در آدرس های زیر در دسترس خواهد بود. [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) . می توانید از آنجا ZIP را دانلود کنید و آن را بصورت محلی راه اندازی و اجرا کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Title', 'سوال 8: اگر MyEtherWallet CX ناپدید شود چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8CX_Desc_1', 'اول از همه اینکه تمام داده ها بر روی کامپیوتر شما ذخیره شده است و نه سرورهای ما. زمانی که به افزونه Chrome Extension نگاه می کنید، چیزی که روی سرورهای ما ذخیره شده باشد نمی بینید، بلکه تمام آن بر روی کامپیوتر خود شما ذخیره شده است. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_2', 'مهم است در نظر داشته باشید که برای هر کیف پولی که با MyEtherWallet CX ساخته می شود، از تمام اطلاعات خود یک نسخه پشتیبان تهیه کنید. در اینصورت اگر هر اتفاقی برای MyEtherWallet CX یا کامپیوترتان بیافتد، همچنان اطلاعات لازم جهت دسترسی به اترهای خود را خواهید داشت. به سوال 2 الف برای چگونگی تهیه نسخه پشتیبان از کیف پول مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_3', 'اگر به هر دلیلی MyEtherWallet CX از Chrome Store ناپدید شد، می توانید سورس (کد منبع) آن را از Github پیدا کرده و بصورت دستی اجرا کنید. به سوال شماره 5 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_9_Title', 'سوال 9: آیا صفحه ""ارسال اتر و توکن"" آفلاین است؟ '), _defineProperty(_fa$data, 'HELP_9_Desc_1', ',خیر. برای بدست آوردن قیمت سوخت فعلی نیاز به اینترنت دارد'), _defineProperty(_fa$data, 'HELP_10_Title', 'سوال 10: چگونه یک تراکنش آفلاین ایجاد کنم؟ '), _defineProperty(_fa$data, 'HELP_10_Desc_1', 'با کامپیوتر خود (که آنلاین است) به صفحه ""تراکنش آفلاین"" بروید. '), _defineProperty(_fa$data, 'HELP_10_Desc_2', 'قسمت ""از آدرس"" را پر کنید. توجه کنید که این آدرسی ست که از آن سرمایه ارسال می کنید و نه آدرسی که می خواهید به آن ارسال کنید. این کار هزینه سوخت و ؟؟؟ را ...."'), _defineProperty(_fa$data, 'HELP_10_Desc_3', 'به کامپیوتر آفلاین خود بروید و قسمت ""به آدرس"" و ""مقدار"" (مقداری که می خواهید بفرستید) را وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_4', 'در مرحله 1 قیمت سوخت در کامپیوتر آنلاین به شما نمایش داده شد. آن را در قسمت ""قیمت سوخت"" وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_5', 'HELP_10_Desc_5'), _defineProperty(_fa$data, 'HELP_10_Desc_6', 'مقدار پیش فرض برای ""سقف سوخت"" 21000 است که یک تراکنش استاندارد را پوشش می دهد. اگر در حال ارسال سرمایه به یک قرارداد هستید و یا اطلاعات بیشتری را در تراکنش خود جای دادید، باید مقدار سقف سوخت را افزایش دهید. هر مقدار سوخت که باقی بماند به شما برگردانده می شود. '), _defineProperty(_fa$data, 'HELP_10_Desc_7', 'اگر می خواهید می توانید اطلاعات بیشتری اضافه کنید. اگر اطلاعات را وارد کنید باید برای سقف سوخت بیش از 21000 در نظر بگیرید. تمام اطلاعات با فرمت هگز (HEX) است. '), _defineProperty(_fa$data, 'HELP_10_Desc_8', 'فایل کیف پول یا کلید خصوصی خود را جهت باز کردن کیف پول وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_9', 'دکمه ""ارسال تراکنش امضا شده"" را بزنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_10', 'HELP_10_Desc_10'), _defineProperty(_fa$data, 'HELP_10_Desc_11', 'HELP_10_Desc_11'), _defineProperty(_fa$data, 'HELP_12_Title', 'سوال 12: چگونه کیف پولی که با MyEtherWallet ساخته ام را به geth یا Ethereum Wallet یا Mist منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_12_Desc_1', ',با استفاده از فایل Geth یا Mist JSON از MyEtherWallet نسخه 2 به بالا.'), _defineProperty(_fa$data, 'HELP_12_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید/ '), _defineProperty(_fa$data, 'HELP_12_Desc_3', 'قفل کیف پول خود را با استفاده از کلید خصوصی **رمزنگاری شده** و یا فایل JSON خود باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_4', 'به صفحه ""کیف پول های من"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_5', 'کیف پولی که می خواهید به Mist انتقال دهید را انتخاب کنید. بر روی آیکوین ""مشاهده"" کلیک کنید. رمزعبور خود را وارد کنید و به کیف پول دسترسی پیدا کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_6', 'بخش ""دانلود فایل JASON - فرمت Get یا Mist (رمزنگاری شده)"" را پیدا کنید. بر روی دکمه ""دانلود"" که در زیر آن قرار دارد کلیک کنید. حال شما فایل keystore خود را دارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_7', 'برنامه کیف پول Ethereum Wallet را باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_8', 'در قسمت منو به ترتییب بخش های زیر را دنبال کنید تا به بخش آخر برسید: حساب ها --> پشتیبان --> حساب ها. '), _defineProperty(_fa$data, 'HELP_12_Desc_9', 'با این کار می توانید به پوشه ای که keystore خود را در آن ذخیره کردید دسترسی پیدا کنید. فایلی که به تازگی دانلود کردید (`UTC--2016-04-14......../`) را به همان پوشه keystore ببرید. '), _defineProperty(_fa$data, 'HELP_12_Desc_10', 'حساب شما سریعا در قسمت ""حساب ها"" نمایش داده می شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_11', 'با استفاده از کلید خصوصی ررمزنگاری نشده خود... '), _defineProperty(_fa$data, 'HELP_12_Desc_12', 'اگر در حال حاضر کلید خصوصی رمزنگاری نشده خود را ندارید، به قست ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_13', 'فایل کیف پول خود را انتخاب کنید یا کلید خصوصی خود را وارد کنید تا قفل کیف پولتان باز شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_14', 'کلید خصوصی (رمزنگاری نشده) خود را کپی کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_15', 'اگر با مک (Mac) کار می کنید '), _defineProperty(_fa$data, 'HELP_12_Desc_15b', 'اگر با کامپیوتر (PC) کار می کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_16', 'گزینه ""ویرایش نوشته"" را باز کنید و این کلید خصوصی را در آنجا paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_17', 'HELP_12_Desc_17'), _defineProperty(_fa$data, 'HELP_12_Desc_18', 'این فایل را بر روی دسکتاپ خود با عنوان nothing_special_delete_me.txt ذخیره کنید. مطمئن شوید که می گوید ""UTF-8"" و در بخش ذخیره بنویسد """"If no extension is provided use .txt"" . '), _defineProperty(_fa$data, 'HELP_12_Desc_19', 'ترمینال را باز کنید دستور زیر را وارد کنید: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_20', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_21', 'HELP_12_Desc_21'), _defineProperty(_fa$data, 'HELP_12_Desc_22', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_12_Desc_23', 'برنامه Notepad را باز کنید و کلید خصوصی را در آن paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_24', 'فایل را با عنوان `nothing_special_delete_me.txt` در درایو :C ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_25', 'این دستور را وارد کنید: `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_26', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_27', 'بعد از انتقال موفق، فایل `nothing_special_delete_me.txt` را پاک کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_28', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_13_Title', 'سوال 13: این جمه به چه معناست؟ : ""سرمایه کافی نیست. حسابی که سعی در ارسال تراکنش از طریق آن را دارید به اندازه کافی سرمایه ندارد. به XXXXXXXXXXXXXXXXXXX و تنها XXXXXXXXXXXXXXXX دارد"". '), _defineProperty(_fa$data, 'HELP_13_Desc_1', 'این بدان معناست که در حساب خود به اندازه کافی اتر (ٍETH) جهت پرداخت هزینه سوخت را ندارید. هر تراکنش (که شامل توکن و تراکنش های قراردادی نیز می شود) به سوخت نیاز دارد و این سوخت با اتر پرداخت می شود. عددی که نمایش داده شد، مقداری ست که برای پوشش هزینه تراکنش در Wei مورد نیاز است. آن عدد را بر `1000000000000000000` تقسیم کنید و از مقدار اتری که می خواستید ارسال کنید کم کنید (اگر می خواستید که اتر ارسال کنید). این کار به شما میزان اتری که برای انجام تراکنش باید به آن حساب بفرستید را مشخص می کند. '), _defineProperty(_fa$data, 'HELP_14_Title', 'سوال 14: برخی از سایت ها ساخت رندوم یا تصادفی کلیدهای خصوصی را بر اساس حرکت موس انجام می دهند. سایت MyEtherWallet.com این کار را انجام نمی دهد. آیا تولید تصادفی اعداد برای MyEtherWallet امن است؟ '), _defineProperty(_fa$data, 'HELP_14_Desc_1', 'روش ساخت بر اساس حرکت موس هوشمندانه است و می دانیم که چرا مردم آن را دوست دارند، اما واقعیت این است که window.crypto ؟؟؟؟؟ بیشتری را نسبت به حرکات موس شما ارائه می کنند. حرکات موس ناامن نیستند اما ما (و بسیاری از آزمایش های کریپتو دیگر) در window.crypto باور بیشتری داریم. بعلاوه اینکه از MyEtherWallet.com می توان در دستگاه های لمسی نیز استفاده کرد. در [اینجا می توانید بحث بین یک نویسنده عصبانی در reddit و Vitalik Buterin درباره حرکات موس و window.crypto را ببینید](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fa$data, 'HELP_15_Title', 'سوال 15: چرا حسابی که همین الان ساخته ام در مرورگر بلاکچین (bllockchain explorer) دیده نمی شود؟ (برای مثال در etherchain یا etherscan) '), _defineProperty(_fa$data, 'HELP_15_Desc_1', 'HELP_15_Desc_1'), _defineProperty(_fa$data, 'HELP_16_Title', 'سوال 16: چگونه موجودی حساب خود را ببینم؟ '), _defineProperty(_fa$data, 'HELP_16_Desc_1', 'برای این کار می توانید از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. آدرس خود را در قسمت search (جستجو) وارد کنید و بعد می توانید آدرس و سابقه تراکنش های خود را مشاهده کنید. برای مثال حساب اهدایی ما [بدین صورت](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) است. '), _defineProperty(_fa$data, 'HELP_17_Title', 'سوال 17: چرا زمانی که قفل کیف پول خود را باز می کنم موجودی من نمایش داده نمی شود؟ '), _defineProperty(_fa$data, 'HELP_17_Desc_1', 'این موضوع احتمالا بخاطر این است که شما پشت یک firewall (دیوار آتشین) هستید. API که ما برای بدست آوردن موجودی استفاده می کنیم به دلایلی معمولا توسط فایر وال ها بلاک می شوند. شما همچنان می توانید تراکنش هایتان را ارسال کنید و برای دیدن موجودی خود تنها باید از راه دیگری (مثل etherscan.io) استفاده کنید. '), _defineProperty(_fa$data, 'HELP_18_Title', 'سوال 18: فایل مربوط به کیف پول geth کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Title', 'سوال 19: فایل مربوط به کیف پول Mist من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Desc_1', 'فایل های Mist معمولا در فضاهای بالا قرار دارند. اما را آسان تر این است که Mist را باز کنید، در قسمت بالا گزینه Accounts و بعد Backup را انتخاب کنید. این کار پوشه ای که فایل های شما در آن ذخیره شده را باز می کند. '), _defineProperty(_fa$data, 'HELP_20_Title', 'سوال 20: فایل مربوط به کیف پول پیش فروش (pre-sale) من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_20_Desc_1', 'هر جایی که آن را ذخیره کرده اید! البته برای ایمیل شما هم ارسال شده است، در نتیجه آن را نیز بررسی کنید. بدنبال فایلی با نام ""ethereum_wallet_backup.json"" بگردید. این فایلِ کیف پول با یک رمزعبور رمزنگاری شده است. رمزعبوری که شما هنگام خرید در پیش فروش ساخته اید. '), _defineProperty(_fa$data, 'HELP_21_Title', 'سوال 21: آیا این امکان وجود ندارد که هر کسی یک کلید خصوصی تصادفی (رندوم) را وارد کرده و بدنبال یک موجودی بگردد و سپس آن را برای خود ارسال کند؟ '), _defineProperty(_fa$data, 'HELP_21_Desc_1', 'جواب کوتاه: بله، اما یافتن یک حساب با موجودی، بیش از هزاران سال طول می کشد؛ پس جواب خیر است. '), _defineProperty(_fa$data, 'HELP_21_Desc_2', 'نسخه Long ELI5: اتریوم بر پایه Public Key Cryptography یا رمزنگاری کلید عمومی و بطور خاص، منحنی رمزنگاری Elliptic است که بصورت گسترده ای نیز مورد استفاده قرار می گیرد. امنیت بسیاری از سرورها از طریق ECC فراهم می شود. بیتکوین نیز از همان، و از چیزهای دیگری مثل SSH و TLS استفاده می کند. کلیدهای اتریوم کلیدهای 256 بیتی هستند که بسیار قوی تر از مدل های 128بیتی و 192بیتی هستند که بصورت گسترده ای مورد استفاده قرار می گیرند و از نظر کارشناسان امن هستند. '), _defineProperty(_fa$data, 'HELP_21_Desc_3', 'در اینجا شما یک کلید خصوصی و یک کلید عمومی دارید. از کلید خصوصی می توان کلید عمومی ساخت، اما کلید عمومی را نمی توان برگرداند و به کلید خصوصی تبدیل کرد یا از طریق آن کلید خصوصی را بدست آورد. تمام دنیا و اینترنت در حال استفاده از این نوع رمزنگاری هستند و اگر راهی برای بدست آوردن کلید خصوصی از طریق کلید عمومی وجود داشته باشد و به این خاطر شما اترهای خود را از دست دهید، این موضوع کمترین نگرانی هر کسی خواهد بود. '), _defineProperty(_fa$data, 'HELP_21_Desc_4', 'اگر کسی کلید خصوصی شما را داشته باشد می تواند از حساب شما اتر منتقل کند؛ درست همانطور که اگر کسی رمزعبور ایمیل شما را داشته باشد می تواند ایمیل هایتان را بخواند و یا ایمیل ارسال کند، یا اگر کسی رمزعبور حساب شما را داشته باشد می تواند پول جابجا کند. می توانید نسخه Keystore کلید خصوصی خود، که کلید خصوصیِ رمزنگاری شده با یک رمزعبور است را دانلود کنید. این کار مثل این است که یک رمزعبوری دارید که توسط یک رمزعبور دیگر محافظت می شود. '), _defineProperty(_fa$data, 'HELP_21_Desc_5', 'بصورت تئوری این امکان وجود دارد که رشته هایی با 64 کاراکتر هگزادسیمالی وارد کنید تا یکی از آن ها کار کند و کلید خصوصی از آب در بیاید. البته افراد باهوش برای این کار برنامه ای می نویسند که با سرعت بالا کلیدهای خصوصی تصادفی مختلفی را امتحان کند. به این کار Brute-force یا نیروی کور و یا در اصطلاحی دیگر به آن mining یا استخراج کلید خصوصی گفته می شود. با تعداد کمی سرورهای قوی، احتمال چک کردن بیش از 1میلیون کلید در درثانیه وجود دارد. اما چک کردن این تعداد کلید در ثانیه نمی تواند هزینه های فعالیت سرورها را پوشش دهد و احتمالا نه تنها شما بلکه فرزندان و نوه های شما نیز نمی توانند کلیدی پیدا کند. '), _defineProperty(_fa$data, 'HELP_21_Desc_6', 'اگر چیزی درباره بیتکوین می دانید، برای نشان دادن اینکه این احتمال چقدر کم است به این نکته توجه کنید: فرض کنید هر ساتوشی از هر بیتکوینی که تا به حال ساخته شده به کلید خصوصی یکتای مربوط به خود رفته باشد. احتمال آنکه بین تمام آن کلیدها، دو کلید وجود داشته باشد که هر دو به یک آدرس اشاره کنند حدود یک در 100 کوینتیلیون (کوینتیلیون معادل است با 1 و هجده صفر جلوی آن که کل آن ها به توان 2 برسد) است. '), _defineProperty(_fa$data, 'HELP_21_Desc_7', 'این عددها هیچ ربطی با فناوری دستگاه ها ندارند؛ مقدارها بیشینه یا ماکزیمی هستند که از نظر ترمودینامیکی مجاز است و شدیده بر این موضوع دلالت دارد که حمله های نیروی کور یا brute force به کلیدهای 256بیتی تا زمانی که کامپیوترهایی با چیزی غیر از چیزهای فعلی ساخته شود و چیزی غیر از فضا را اشغال کند ساخته شوند غیر عملی است. '), _defineProperty(_fa$data, 'HELP_21_Desc_8', 'این موضوع نشانگر آن است که کلیدها بصورت کاملا تصادفی و با آنتروپی کافی ساخته می شوند. کلیدهایی که اینجا ساخته می شوند همانند Jaxx و Mist/geth از این معیار پیروی می کنند. کیف پول های اتریوم همگی خوب هستند. کلیدهای که توسط ذهن انسان ساخته می شوند خوب نیستند چرا که ذهن انسان توان ایجاد یک دانه یا رمز کاملا تصدفی را ندارد. مشکلاتی در زمینه آنتروپی و یا اینکه دانه ها بطور کاملا تصدفی ساخته نشدند در دنیای بیتکوین وجود داشته که موضوعی ست که باید بعدا راجع به آن صحبت کرد. '), _defineProperty(_fa$data, 'HELP_SecCX_Title', 'امنیت - MyEtherWallet CX '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_1', 'این افزونه (extension) اطلاعات من را کجا ذخیره می کند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_2', 'اطلاعاتی که در این Chrome Extension ذخیرنگهداری می کنید از طریق [chrome.storage](http://chrome.storage/) ذخیره می شود. این دقیقا همان جایی ست که رمزعبورهایی که در مرورگر Chrome ذخیره می کنید در آن ذخیره می شود. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_3', 'چه اطلاعاتی ذخیره می شود؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_4', 'آدرس، نام اختصاری و کلید خصوصی در chrome.storage ذخیره می شود. کلید خصوصی با استفاده از رمزعبوری که در زمان اضافه کردن کیف پول انتخاب کردید رمزنگاری شده است. نام اختصاری و کیف پول رمزنگاری نشده است. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_5', 'چرا نام اختصاری و کیف پول رمزنگاری نمی شوند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_6', 'اگر می خواستیم این موارد را رمزنگاری کنیم، هربار که می خواستید موجودی حساب یا نام های اختصاری را ببینید مجبور به وارد کردن رمزعبور می شدید. اگر این موضوع برایتان مهم است، پیشنهاد می کنیم از MyEtherWallet.com به جای این Chrome Extension استفاده کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Title', 'امنیت '), _defineProperty(_fa$data, 'HELP_Sec_Desc_1', 'ممکن است یکی از اولین سوالاتی که به ذهنتان می رسد این باشد که ""چرا باید به این افراد اعتماد کنم؟""؛ این سوال خوبی ست که ادامه می توانید جوابی برای آن جهت کم کردن ترس خود پیدا کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_2', 'ما از آگوست 2015 در حال فعالیت هستیم. اگر در [reddit](https://www.reddit.com/search?q=myetherwallet) بدنبال myetherwallet بگردید، تعداد زیادی از کاربران را خواهید دید که از سرویس ما با موفقیت استفاده کرده اند. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_3', 'ما نمی خواهیم که پول شما را بگیریم و یا کلیدهای خصوصی شما را بدزدیم. هیچ کد خرابی در این سایت وجود ندارد. در واقع صفحه های ""ایجاد کیف پول"" در سمت کاربر هستند (client-side). این بدان معناست که تمام کدها بر روی کامپیوتر خود شما اجرا می شود و هرگز جای دیگری ارسال و یا ذخیره نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_4', 'این سایت از طریق GitHub ارائه می شود، می توانید کد اصلی یا Source Code آن را در این آدرس ببینید: [https://github.com/kvhnuke/etherwallet/tree/gh-](https://github.com/kvhnuke/etherwallet/tree/gh-pages) و [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fa$data, 'HELP_Sec_Desc_5', 'برای ایجاد کیف پول، می توانید کد منبع را دانلود کنید و آن را بصورت محلی اجرا کنید. به سوال شماره 5 مراجعه کنید. (https://github.com/kvhnuke/etherwallet/releases/latest) '), _defineProperty(_fa$data, 'HELP_Sec_Desc_6', 'یک کیف پول تستی بسازید و به بررسی فعالیت شبکه بپردازید. ساده ترین راه این است که بر روی سایت کلیک راست کرده و گزینه ""inspect element"" را انتخاب کنید. به قسمت ""Network"" بروید. یک کیف پول آزمایشی بسازید. خواهید دید که هیچ فعالیت شبکه ای در آن جا رخ نمی دهد. خواهید دید که اتفاقی در حال رخداد است که همانند داده هایی مثل عکس یا گیف هستند. آن ها کدهای QR هستند که در حال ساخته شدن بر روی کامپیوتر شما و توسط کامپیوتر شما هستند. هیچ بایتی جابجا نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_8', 'اگر با استفاده از این ابزار راحت نیستید آن را کنار بگذارید. ما این ابزار را بعنوان یک راه موثر جهت ایجاد کیف پول و تراکنش بدون نیاز به اجرای یک فول نود یا رفتن به خط فرمان درست کرده ایم. در هر صورت اگر سوالی ذهن شما را به خود مشغول کرده می توانید با ما در ارتباط باشید و ما نیز در اولین فرصت پاسخگوی شما خواهیم بود. با تشکر از توجه شما '), _defineProperty(_fa$data, 'HELP_FAQ_Title', 'پاسخ های کامل تری به سوالات متداول '), _defineProperty(_fa$data, 'HELP_Contact_Title', 'HELP_Contact_Title'), _fa$data); module.exports = fa; @@ -15692,7 +15689,7 @@ fi.data = (_fi$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fi$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_fi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_fi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_fi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_fi$data, 'x_ReadMore', 'Read More'), _defineProperty(_fi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_fi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_fi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_fi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_fi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_fi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_fi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_fi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_fi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_fi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_fi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_fi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_fi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_fi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_fi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_fi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_fi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_fi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_fi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_fi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_fi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_fi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_fi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_fi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_fi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_fi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_fi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_fi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_fi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_fi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_fi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_fi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_fi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_fi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_fi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_fi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_fi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_fi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_fi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_fi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_fi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_fi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_fi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_fi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_fi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fi$data, 'NAV_AddWallet', 'Lisää Lompakko '), _defineProperty(_fi$data, 'NAV_BulkGenerate', 'Massa Generoi '), _defineProperty(_fi$data, 'NAV_Contact', 'Yhteystiedot '), _defineProperty(_fi$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Ota Käyttöön Sopimus '), _defineProperty(_fi$data, 'NAV_ENS', 'ENS'), _defineProperty(_fi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_fi$data, 'NAV_GenerateWallet', 'Luo Lompakko '), _defineProperty(_fi$data, 'NAV_Help', 'Apua '), _defineProperty(_fi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_fi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_fi$data, 'NAV_MyWallets', 'Minun Lompakkoni '), _defineProperty(_fi$data, 'NAV_Offline', 'Lähetä Offlinena '), _defineProperty(_fi$data, 'NAV_SendEther', 'Lähetä Etheriä ja Tokeneita '), _defineProperty(_fi$data, 'NAV_SendTokens', 'Lähetä Tokeneita '), _defineProperty(_fi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_fi$data, 'NAV_Swap', 'Swap '), _defineProperty(_fi$data, 'NAV_ViewWallet', 'Tarkastele Lompakon Tietoja '), _defineProperty(_fi$data, 'NAV_YourWallets', 'Sinun Lompakkosi '), _defineProperty(_fi$data, 'x_Access', 'Access '), _defineProperty(_fi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Saatat tuntea tämän "Tilinumeronasi" tai "Julkisena Salausavaimenasi". Tämä on se jonka jaat ihmisille, jotta he voivat lähettää sinulle ETHiä. Tuo kuvake on helppo tapa tunnistaa sinun osoitteesi. '), _defineProperty(_fi$data, 'x_Address', 'Sinun osoitteesi '), _defineProperty(_fi$data, 'x_Cancel', 'Peruuta '), _defineProperty(_fi$data, 'x_CSV', 'CSV tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Download', 'Lataa '), _defineProperty(_fi$data, 'x_Json', 'JSON Tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_JsonDesc', 'Tämä on salaamaton JSON tiedosto yksityisestä salausavaimestasi. Tämä tarkoittaa että et tarvitse salasanaa mutta kuka tahansa joka löytää JSON tiedostosi saa pääsyn lompakkoosi ja sen sisältämään Etheriin ilman salasanaa. '), _defineProperty(_fi$data, 'x_Keystore', 'Avainsäilö Tiedosto (UTC / JSON · Suositeltu · Salattu) '), _defineProperty(_fi$data, 'x_Keystore2', 'Avainsäilö Tiedosto (UTC / JSON) '), _defineProperty(_fi$data, 'x_KeystoreDesc', 'Tämä Avainsäilö tiedosto vastaa sitä tiedostoformaattia jota Mist käyttävät, joten voit helposti importata sen tulevaisuudessa. Se on suositeltu tiedostomuoto ladata ja varmuuskopioida. '), _defineProperty(_fi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fi$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_fi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_fi$data, 'x_Password', 'Salasana '), _defineProperty(_fi$data, 'x_Print', 'Tulosta Paperi Lompakko '), _defineProperty(_fi$data, 'x_PrintDesc', 'ProTip: Klikkaa Tulosta ja tallenna tämä PDF:nä, vaikka et omistaisikaan tulostinta! '), _defineProperty(_fi$data, 'x_PrintShort', 'Tulosta '), _defineProperty(_fi$data, 'x_PrivKey', 'Yksityinen salausavain (salaamaton) '), _defineProperty(_fi$data, 'x_PrivKey2', 'Yksityinen salausavain '), _defineProperty(_fi$data, 'x_PrivKeyDesc', 'Tämä on salaamaton versio sinun yksityisestä salausavaimestasi, tarkoittaen että salasanaa ei tarvita. Jos joku sattuisi löytämään sinun salaamattoman yksityisen salausavaimesi, he pääsisivät käsiksi sinun lompakkoosi ilman salasanaa. Tästä syystä salatut versiot ovat yleensä suositeltuja. '), _defineProperty(_fi$data, 'x_Save', 'Tallenna '), _defineProperty(_fi$data, 'x_TXT', 'TXT tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Wallet', 'Lompakko '), _defineProperty(_fi$data, 'x_Wallet', 'Wallet '), _defineProperty(_fi$data, 'MEW_Warning_1', 'Tarkista URL aina ennen kuin avaat lompakkosi tai luot uuden lompakon. Varo tietojen-kalastelu sivustoja! '), _defineProperty(_fi$data, 'CX_Warning_1', 'Varmista että sinulla on **ulkoiset varmuuskopiot** kaikista lompakoista joita säilytät täällä. Monia asioita voi tapahtua joiden seurauksena voit menettää tietoja tässä Chrome Laajennuksessa, mukaan lukien laajennuksen asennuksen poistaminen tai uudelleenasennus. Tämä laajennus on keino jolla saat helpon pääsyn lompakkoosi, **ei** keino varmuuskopioida niitä. '), _defineProperty(_fi$data, 'MEW_Tagline', 'Avoimen Lähdekoodin JavaScript Ether Lompakko '), _defineProperty(_fi$data, 'CX_Tagline', 'Avoimen Lähdekoodin JavaScript Chrome Laajennus '), _defineProperty(_fi$data, 'FOOTER_1', 'Avoimen lähdekoodin, javascript työkalu Ethereum lompakkojen luomista & varojen siirtoja varten. '), _defineProperty(_fi$data, 'FOOTER_1b', 'Luonut '), _defineProperty(_fi$data, 'FOOTER_2', 'Lahjoituksia arvostetaan suuresti: '), _defineProperty(_fi$data, 'FOOTER_3', 'Lompakon luomisen tarjoaa '), _defineProperty(_fi$data, 'FOOTER_4', 'Vastuuvapauslauseke / Disclaimer '), _defineProperty(_fi$data, 'sidebar_AccountInfo', 'Tilin Tiedot '), _defineProperty(_fi$data, 'sidebar_AccountAddr', 'Tilin Osoite '), _defineProperty(_fi$data, 'sidebar_AccountBal', 'Tilin Saldo '), _defineProperty(_fi$data, 'sidebar_TokenBal', 'Tokenien Saldo '), _defineProperty(_fi$data, 'sidebar_Equiv', 'Vastaavat Arvot '), _defineProperty(_fi$data, 'sidebar_TransHistory', 'Siirto Historia '), _defineProperty(_fi$data, 'sidebar_donation', 'MyEtherWallet on ilmainen, avoimen lähdekoodin palvelu joka on omistautunut sinun yksityisyyteesi ja turvallisuuteesi. Mitä enemmän lahjoituksia me vastaanotamme, sitä enemmän aikaa me käytämme uusien toimintojen luomiseksi, kuunnellen teidän palautettanne ja antaen teille juuri sitä mitä te tahdotte. Me olemme vain kaksi ihmistä jotka koittavat muuttaa maailmaa. Auta meitä? '), _defineProperty(_fi$data, 'sidebar_donate', 'Lahjoita '), _defineProperty(_fi$data, 'sidebar_thanks', 'KIITOS!!! '), _defineProperty(_fi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_fi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_fi$data, 'decrypt_Access', 'Kuinka haluaisit saada pääsyn lompakkoosi? '), _defineProperty(_fi$data, 'decrypt_Title', 'Valitse yksityisen salausavaimesi muoto: '), _defineProperty(_fi$data, 'decrypt_Select', 'Valitse Lompakko: '), _defineProperty(_fi$data, 'ADD_Label_1', 'Mitä tahtoisit tehdä? '), _defineProperty(_fi$data, 'ADD_Radio_1', 'Luo Uusi Lompakko '), _defineProperty(_fi$data, 'ADD_Radio_2', 'Valitse Lompakko Tiedostosi (Avainsäilö / JSON) '), _defineProperty(_fi$data, 'ADD_Radio_2_alt', 'Valitse Lompakko Tiedostosi '), _defineProperty(_fi$data, 'ADD_Radio_2_short', 'VALITSE LOMPAKKO TIEDOSTO... '), _defineProperty(_fi$data, 'ADD_Radio_3', 'Liitä/Kirjoita Yksityinen Salausavaimesi '), _defineProperty(_fi$data, 'ADD_Radio_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_fi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_fi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_fi$data, 'ADD_Label_2', 'Luo Kutsumanimi: '), _defineProperty(_fi$data, 'ADD_Label_3', 'Lompakkosi on salattu, ole hyvä ja syötä salasanasi '), _defineProperty(_fi$data, 'ADD_Label_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Warning_1', 'Voit lisätä minkä tahansa tilin jota "seurata" lompakkojen välilehdessä ilman yksityisen salausavaimesi lähettämistä. Tämä ** ei ** tarkoita että sinulla olisi pääsy tähän lompakkoon, tai että voit siirtää Etheriä siitä. '), _defineProperty(_fi$data, 'ADD_Label_5', 'Syötä Osoite '), _defineProperty(_fi$data, 'ADD_Label_6', 'Avaa Sinun Lompakkosi '), _defineProperty(_fi$data, 'ADD_Label_6_short', 'Avaa '), _defineProperty(_fi$data, 'ADD_Label_7', 'Lisää Tili '), _defineProperty(_fi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_fi$data, 'GEN_desc', 'Jos tahdot luoda useita lompakoita, voit tehdä sen täältä '), _defineProperty(_fi$data, 'GEN_Label_1', 'Syötä vahva salasana (vähintään 9 merkkiä) '), _defineProperty(_fi$data, 'GEN_Placeholder_1', 'ÄLÄ unohda tallentaa tätä! '), _defineProperty(_fi$data, 'GEN_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'GEN_Label_2', 'Tallenna Avainsäilö tai Yksityinen salausavaimesi. Älä unohda yllä olevaa salasanaasi. '), _defineProperty(_fi$data, 'GEN_Label_3', 'Tallenna Osoitteesi. '), _defineProperty(_fi$data, 'GEN_Label_4', 'Valinnainen: Tulosta paperi lompakkosi, tai säilö QR koodi versio. '), _defineProperty(_fi$data, 'BULK_Label_1', 'Kuinka Monta Lompakkoa Luodaan '), _defineProperty(_fi$data, 'BULK_Label_2', 'Luo Lompakot '), _defineProperty(_fi$data, 'BULK_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'SEND_addr', 'Osoitteeseen '), _defineProperty(_fi$data, 'SEND_amount', 'Summa Joka Lähetetään '), _defineProperty(_fi$data, 'SEND_amount_short', 'Summa '), _defineProperty(_fi$data, 'SEND_custom', 'Mukautettu '), _defineProperty(_fi$data, 'SEND_gas', 'Gas '), _defineProperty(_fi$data, 'SEND_TransferTotal', 'Lähetä Koko Saldo '), _defineProperty(_fi$data, 'SEND_generate', 'Luo Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_raw', 'Käsittelemätön Siirto '), _defineProperty(_fi$data, 'SEND_signed', 'Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_trans', 'Lähetä Siirto '), _defineProperty(_fi$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_fi$data, 'SENDModal_Title', 'Varoitus! '), _defineProperty(_fi$data, 'SENDModal_Content_1', 'Olet lähettämässä '), _defineProperty(_fi$data, 'SENDModal_Content_2', 'osoitteeseen '), _defineProperty(_fi$data, 'SENDModal_Content_3', 'Oletko varma että haluat tehdä tämän? '), _defineProperty(_fi$data, 'SENDModal_Content_4', 'HUOMAUTUS: Jos kohtaat virheen, sinun täytyy todennäköisesti lisätä ETHiä tilillesi kattaaksesi siirron vaatiman gasin hinnan. Gas maksetaan ETHeinä. '), _defineProperty(_fi$data, 'SENDModal_No', 'En, vie minut pois täältä! '), _defineProperty(_fi$data, 'SENDModal_Yes', 'Kyllä, olen varma! Toteuta siirto. '), _defineProperty(_fi$data, 'TOKEN_Addr', 'Token Contract Osoite '), _defineProperty(_fi$data, 'TOKEN_Symbol', 'Token Tunnus '), _defineProperty(_fi$data, 'TOKEN_Dec', 'Desimaalit '), _defineProperty(_fi$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_fi$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_fi$data, 'TRANS_desc', 'Jos haluat lähettää Tokeneita, ole hyvä ja käytä "Lähetä Tokeneita" sivua. '), _defineProperty(_fi$data, 'TRANS_warning', 'Jos käytät "Vain ETH" tai "Vain ETC" Toimintoja, niin lähetät sopimuksen kautta. Joillakin palveluilla on vaikeuksia hyväksyä näitä siirtoja. Lue lisää. '), _defineProperty(_fi$data, 'TRANS_advanced', '+Edistynyt: Lisää Tietoja '), _defineProperty(_fi$data, 'TRANS_data', 'Tiedot '), _defineProperty(_fi$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_fi$data, 'TRANS_sendInfo', 'Tavallinen siirto käyttäen 21000 gasia maksaa 0.000441 ETHiä. Me käytämme hieman-yli-minimin gasin hintaa 0.000000021 ETHiä varmistaaksemme että se louhitaan nopeasti. Me emme veloita siirto maksua. '), _defineProperty(_fi$data, 'TRANSModal_Title', '"Vain ETH" ja "Vain ETC" Siirrot '), _defineProperty(_fi$data, 'TRANSModal_Content_0', 'Huomautus erilaisista siirroista ja eri palveluista: '), _defineProperty(_fi$data, 'TRANSModal_Content_1', '**ETH (Tavallinen Siirto): ** Tämä luo oletusarvoisen siirron osoitteesta toiseen. Siinä on oletus gasina 21000. On todennäköistä että kaikki ETH joka lähetetään tällä tavalla, toistetaan ETC ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_2', '**Vain ETH: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETH** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_3', '**Only ETC: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETC** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Lähetä ainoastaan käyttäen Tavallista Siirtoa. Jos lähetät käyttäen "Vain" sopimuksia, sinun täytyy olla yhteydessä heidän asiakastukensa henkilöstöön jotta he joko manuaalisesti lisäävät sinun saldosi tai palauttavat rahasi. [Voit kokeilla myös ShapeShiftin "split" työkalua.](https://split.shapeshift.io/) '), _defineProperty(_fi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ei tunnettuja ongelmia. Käytä mitä vain. '), _defineProperty(_fi$data, 'TRANSModal_Yes', 'Siistiä, nyt ymmärrän. '), _defineProperty(_fi$data, 'TRANSModal_No', 'Voi ei, olen entistä enemmän hämilläni. Auttakaa minua. '), _defineProperty(_fi$data, 'OFFLINE_Title', 'Luo ja Lähetä Offline Siirto '), _defineProperty(_fi$data, 'OFFLINE_Desc', 'Offline siirtojen luonti voidaan tehdä kolmella eri vaiheella. Teet vaiheet 1 ja 3 käyttäen verkkoon yhdistettyä (online) tietokonetta, ja vaiheen 2 käyttäen offline/airgappattua tietokonetta. Tämä varmistaa ettei sinun yksityinen salausavaimesi ole kosketuksissa internettiin yhdistetyn laitteen kanssa. '), _defineProperty(_fi$data, 'OFFLLINE_Step1_Title', 'Vaihe 1: Luo Tiedot (Online Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step1_Button', 'Luo Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_1', 'Osoitteesta '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_2', 'Huomautus: Tämä on MISTÄ osoitteesta, ei MIHIN osoitteeseen. Nonce luodaan osoitteesta josta siirto on peräisin. Jos käytetään airgappattua tietokonetta, se olisi kylmä-varasto tilin osoite. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Title', 'Vaihe 2: Luo Siirto (Offline Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_1', 'Osoitteeseen '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_2', 'Arvo / Määrä Joka Lähetetään '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3', 'Gasin hinta '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4', 'Gas Raja '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4b', '21000 on oletusarvoinen gas raja. Kun lähetät sopimuksiin tai lisäät tietoa, saattaa tämä määrä joutua olemaan eri. Kaikki käyttämätön gas palautetaan sinulle. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6', 'Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6b', 'Tämä on valinnainen. Tietoja käytetään usein kun varoja lähetetään sopimuksiin. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_7', 'Syötä / Valitse Yksityinen salausavaimesi / JSON. '), _defineProperty(_fi$data, 'OFFLINE_Step3_Title', 'Vaihe 3: Lähetä / Julkaise Siirto (Verkkoon yhdistetty (online) tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step3_Label_1', 'Liitä allekirjoitettu siirto Vaiheesta 2 tähän ja paina "LÄHETÄ SIIRTO" nappia. '), _defineProperty(_fi$data, 'DEP_generate', 'Generoi Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generoitu Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Allekirjoita Siirto '), _defineProperty(_fi$data, 'DEP_interface', 'Generoitu Rajapinta '), _defineProperty(_fi$data, 'MYWAL_Nick', 'Lompakon Kutsumanimi '), _defineProperty(_fi$data, 'MYWAL_Address', 'Lompakon Osoite '), _defineProperty(_fi$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_fi$data, 'MYWAL_Edit', 'Muokkaa '), _defineProperty(_fi$data, 'MYWAL_View', 'Katso '), _defineProperty(_fi$data, 'MYWAL_Remove', 'Poista '), _defineProperty(_fi$data, 'MYWAL_RemoveWal', 'Poista Lompakko: '), _defineProperty(_fi$data, 'MYWAL_WatchOnly', 'Sinun Seuraa-Ainoastaan Tilisi '), _defineProperty(_fi$data, 'MYWAL_Viewing', 'Tarkastellaan Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Hide', 'Piilota Lompakon Tiedot '), _defineProperty(_fi$data, 'MYWAL_Edit_2', 'Muokkaa Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Name', 'Lompakon Nimi '), _defineProperty(_fi$data, 'MYWAL_Content_1', 'Varoitus! Olet poistamassa lompakkoasi. '), _defineProperty(_fi$data, 'MYWAL_Content_2', 'Varmista että olet **tallentanut tähän lompakkoon liittyvät yksityisen salausavaimesi/JSON tiedostosi ja salasanasi** ennen kuin poistat sen. '), _defineProperty(_fi$data, 'MYWAL_Content_3', 'Jos tahdot käyttää tätä lompakkoa MyEtherWallet CX:si kanssa tulevaisuudessa, sinun täytyy manuaalisesti uudelleen-lisätä se käyttäen yksityistä salausavaintasi/JSONia ja salasanaa. '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. Saatat tahtoa tehdä tämän [tuodaksesi sinun tilisi Gethiin/Mistiin](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jos haluat tarkistaa saldosi, me suosittelemme käyttämään blockchain exploreria kuten [etherscan.io](https://etherscan.io/). '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle_Short', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. '), _defineProperty(_fi$data, 'VIEWWALLET_SuccessMsg', 'Onnistui! Tässä ovat lompakkosi yksityiskohdat. '), _defineProperty(_fi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_fi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_fi$data, 'CX_error_1', 'Sinulla ei ole lompakkoja tallennettuna. Klikkaa ["Lisää Lompakko"](/cx-wallet.html#add-wallet) lisätäksesi! '), _defineProperty(_fi$data, 'CX_quicksend', 'PikaLähetä '), _defineProperty(_fi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_fi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_fi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fi$data, 'NODE_Name', 'Node Name'), _defineProperty(_fi$data, 'NODE_Port', 'Node Port'), _defineProperty(_fi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_fi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_fi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_fi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_fi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_fi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_fi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_fi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_fi$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Sign Transaction '), _defineProperty(_fi$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_fi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_fi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_fi$data, 'SWAP_init_2', " for "), _defineProperty(_fi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_fi$data, 'SWAP_information', "Your Information "), _defineProperty(_fi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_fi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_fi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_fi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_fi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_fi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_fi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_fi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_fi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_fi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_fi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_fi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_fi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_fi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_fi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_fi$data, 'MSG_message', 'Message '), _defineProperty(_fi$data, 'MSG_date', 'Date '), _defineProperty(_fi$data, 'MSG_signature', 'Signature '), _defineProperty(_fi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_fi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_fi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_fi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_fi$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_fi$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_fi$data, 'MNEM_more', 'More Addresses '), _defineProperty(_fi$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_fi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_fi$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_fi$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_fi$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_fi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_fi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_fi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_fi$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_fi$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_fi$data, 'FOOTER_1b', 'Created by '), _defineProperty(_fi$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_fi$data, 'ERROR_0', '(error_01) Ole hyvä ja syötä kelpaava summa. Please enter a valid amount.'), _defineProperty(_fi$data, 'ERROR_1', '(error_02) Salasanasi pitää olla vähintään 9 merkkiä pitkä. Ole hyvä ja varmista että käytät vahvaa salasanaa. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fi$data, 'ERROR_2', '(error_03) Pahoittelut! Emme tunnista tämänlaista lompakko tiedostoa. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fi$data, 'ERROR_3', '(error_04) Tämä ei ole validi lompakko tiedosto. This is not a valid wallet file.'), _defineProperty(_fi$data, 'ERROR_4', '(error_05) Tätä yksikköä ei ole olemassa, ole hyvä ja käytä jotain seuraavista yksiköistä This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fi$data, 'ERROR_5', '(error_06) Virheellinen osoite. Please enter a valid address.'), _defineProperty(_fi$data, 'ERROR_6', '(error_07) Virheellinen salasana. Please enter a valid password.'), _defineProperty(_fi$data, 'ERROR_7', '(error_08) Virheellinen summa. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fi$data, 'ERROR_8', '(error_09) Virheellinen gas raja.Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fi$data, 'ERROR_9', '(error_10) Virheellinen tieto arvo. Please enter a valid data value (Must be hex.)'), _defineProperty(_fi$data, 'ERROR_10', '(error_11) Virheellinen gasin määrä. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fi$data, 'ERROR_11', '(error_12) Virheellinen nonce. (Must be integer.) '), _defineProperty(_fi$data, 'ERROR_12', '(error_13) Virheellinen allekirjoitettu siirto. Invalid signed transaction.'), _defineProperty(_fi$data, 'ERROR_13', '(error_14) Lompakko tällä kutsumanimellä on jo olemassa. A wallet with this nickname already exists.'), _defineProperty(_fi$data, 'ERROR_14', '(error_15) Lompakkoa ei löytynyt. Wallet not found.'), _defineProperty(_fi$data, 'ERROR_15', '(error_16) Ei näytä että ehdotusta tällä ID:llä olisi vielä olemassa tai tapahtui virhe ehdotusta luettaessa. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fi$data, 'ERROR_16', '(error_17) Lompakko jolla on tämä osoite on jo muistissa. Ole hyvä ja tarkista oma lompakko sivusi. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fi$data, 'ERROR_17', '(error_18) Riittämätön saldo gas * hinta + arvo. Sinulla täytyy olla vähintään 0.01 ETHiä tililläsi kattaaksesi gasin hinnan. Ole hyvä ja lisää hieman ETHiä ja kokeile uudelleen. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'ERROR_18', '(error_19) Kaikki gas käytettäisiin tässä siirrossa. Tämä tarkoittaa että olet jo äänestänyt tässä ehdotuksessa tai debaatti aika on jo päättynyt. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fi$data, 'ERROR_19', '(error_20) Virheellinen merkki Please enter a valid symbol'), _defineProperty(_fi$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fi$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fi$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_fi$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fi$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_fi$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_fi$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_fi$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_fi$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fi$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_fi$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fi$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fi$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fi$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fi$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fi$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fi$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fi$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fi$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fi$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fi$data, 'GETH_Balance', '(geth-01) Riittämätön saldo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_Cheap', '(geth-02) Gasin hinta liian matala hyväksyttäväksi. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fi$data, 'GETH_GasLimit', '(geth-03) Ylittää blockin gas rajan. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fi$data, 'GETH_InsufficientFunds', '(geth-04) Riittämätön saldo gas * hinta + arvo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_IntrinsicGas', '(geth-05) Olennainen gas liian pieni. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fi$data, 'GETH_InvalidSender', '(geth-06) Virheellinen lähettäjä. Invalid sender.'), _defineProperty(_fi$data, 'GETH_NegativeValue', '(geth-07) Negatiivinen arvo. Negative value.'), _defineProperty(_fi$data, 'GETH_Nonce', "(geth-08) Nonce liian pieni. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'GETH_NonExistentAccount', '(geth-09) Tiliä ei ole olemassa tai tilin saldo liian pieni. Account does not exist or account balance too low'), _defineProperty(_fi$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'SUCCESS_1', 'Validi osoite '), _defineProperty(_fi$data, 'SUCCESS_2', 'Lompakon salaus onnistuneesti purettu '), _defineProperty(_fi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_fi$data, 'SUCCESS_4', 'Lompakkosi lisätty onnistuneesti '), _defineProperty(_fi$data, 'SUCCESS_5', 'Valittu Tiedosto '), _defineProperty(_fi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_fi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_fi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_fi$data, 'translate_version', '0.4 '), _defineProperty(_fi$data, 'Translator_Desc', 'Kiitos kääntäjillemme... '), _defineProperty(_fi$data, 'TranslatorName_1', '[Smokyish](https://www.myetherwallet.com/?gaslimit=21000&to=0xac9a2c1dd946da64c0dc8e70cec2cfb14304fd4f&value=1.0#send-transaction)'), _defineProperty(_fi$data, 'TranslatorAddr_1', ''), _defineProperty(_fi$data, 'TranslatorName_2', ''), _defineProperty(_fi$data, 'TranslatorAddr_2', ''), _defineProperty(_fi$data, 'TranslatorName_3', ''), _defineProperty(_fi$data, 'TranslatorAddr_3', ''), _defineProperty(_fi$data, 'TranslatorName_4', ''), _defineProperty(_fi$data, 'TranslatorAddr_4', ''), _defineProperty(_fi$data, 'TranslatorName_5', ''), _defineProperty(_fi$data, 'TranslatorAddr_5', ''), _defineProperty(_fi$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_fi$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_fi$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_fi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_fi$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_fi$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_fi$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_fi$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_fi$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_fi$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_fi$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_fi$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_fi$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_fi$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_fi$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_fi$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_fi$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_fi$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_fi$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_fi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_fi$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_fi$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_fi$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_fi$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_fi$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_fi$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_fi$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_fi$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_fi$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_fi$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_fi$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_fi$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_fi$data, 'HELP_4_Desc_2', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_fi$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_fi$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_fi$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_fi$data, 'HELP_4CX_Desc_12', 'Using "Lähetä Etheriä ja Tokeneita" Page '), _defineProperty(_fi$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_fi$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_fi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_fi$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_fi$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_fi$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_fi$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_fi$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_fi$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_fi$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_fi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_fi$data, 'HELP_7_Desc_1', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_fi$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_fi$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_fi$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_fi$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_fi$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_fi$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_fi$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_fi$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_fi$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_fi$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_fi$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_fi$data, 'HELP_9_Title', '9) Is the "Lähetä Etheriä ja Tokeneita" page offline? '), _defineProperty(_fi$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_fi$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_fi$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_fi$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_fi$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_fi$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_fi$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_fi$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_fi$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_fi$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_fi$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_fi$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_fi$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_fi$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fi$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_fi$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_fi$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_fi$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_fi$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_fi$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_fi$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_fi$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_fi$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_fi$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_fi$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_fi$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_fi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_fi$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_fi$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fi$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_fi$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_fi$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_fi$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_fi$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_fi$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_fi$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_fi$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_fi$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_fi$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_fi$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_fi$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_fi$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_fi$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_fi$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_fi$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_fi$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_fi$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_fi$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_fi$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_fi$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_fi$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_fi$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fi$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_fi$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_fi$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _fi$data); +}, _defineProperty(_fi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fi$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_fi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_fi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_fi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_fi$data, 'x_ReadMore', 'Read More'), _defineProperty(_fi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_fi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_fi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_fi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_fi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_fi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_fi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_fi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_fi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_fi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_fi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_fi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_fi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_fi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_fi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_fi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_fi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_fi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_fi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_fi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_fi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_fi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_fi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_fi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_fi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_fi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_fi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_fi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_fi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_fi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_fi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_fi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_fi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_fi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_fi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_fi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_fi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_fi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_fi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_fi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_fi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_fi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_fi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_fi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_fi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fi$data, 'NAV_AddWallet', 'Lisää Lompakko '), _defineProperty(_fi$data, 'NAV_BulkGenerate', 'Massa Generoi '), _defineProperty(_fi$data, 'NAV_Contact', 'Yhteystiedot '), _defineProperty(_fi$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Ota Käyttöön Sopimus '), _defineProperty(_fi$data, 'NAV_ENS', 'ENS'), _defineProperty(_fi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_fi$data, 'NAV_GenerateWallet', 'Luo Lompakko '), _defineProperty(_fi$data, 'NAV_Help', 'Apua '), _defineProperty(_fi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_fi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_fi$data, 'NAV_MyWallets', 'Minun Lompakkoni '), _defineProperty(_fi$data, 'NAV_Offline', 'Lähetä Offlinena '), _defineProperty(_fi$data, 'NAV_SendEther', 'Lähetä Etheriä ja Tokeneita '), _defineProperty(_fi$data, 'NAV_SendTokens', 'Lähetä Tokeneita '), _defineProperty(_fi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_fi$data, 'NAV_Swap', 'Swap '), _defineProperty(_fi$data, 'NAV_ViewWallet', 'Tarkastele Lompakon Tietoja '), _defineProperty(_fi$data, 'NAV_YourWallets', 'Sinun Lompakkosi '), _defineProperty(_fi$data, 'x_Access', 'Access '), _defineProperty(_fi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Saatat tuntea tämän "Tilinumeronasi" tai "Julkisena Salausavaimenasi". Tämä on se jonka jaat ihmisille, jotta he voivat lähettää sinulle ETHiä. Tuo kuvake on helppo tapa tunnistaa sinun osoitteesi. '), _defineProperty(_fi$data, 'x_Address', 'Sinun osoitteesi '), _defineProperty(_fi$data, 'x_Cancel', 'Peruuta '), _defineProperty(_fi$data, 'x_CSV', 'CSV tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Download', 'Lataa '), _defineProperty(_fi$data, 'x_Json', 'JSON Tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_JsonDesc', 'Tämä on salaamaton JSON tiedosto yksityisestä salausavaimestasi. Tämä tarkoittaa että et tarvitse salasanaa mutta kuka tahansa joka löytää JSON tiedostosi saa pääsyn lompakkoosi ja sen sisältämään Etheriin ilman salasanaa. '), _defineProperty(_fi$data, 'x_Keystore', 'Avainsäilö Tiedosto (UTC / JSON · Suositeltu · Salattu) '), _defineProperty(_fi$data, 'x_Keystore2', 'Avainsäilö Tiedosto (UTC / JSON) '), _defineProperty(_fi$data, 'x_KeystoreDesc', 'Tämä Avainsäilö tiedosto vastaa sitä tiedostoformaattia jota Mist käyttävät, joten voit helposti importata sen tulevaisuudessa. Se on suositeltu tiedostomuoto ladata ja varmuuskopioida. '), _defineProperty(_fi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fi$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_fi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_fi$data, 'x_Password', 'Salasana '), _defineProperty(_fi$data, 'x_Print', 'Tulosta Paperi Lompakko '), _defineProperty(_fi$data, 'x_PrintDesc', 'ProTip: Klikkaa Tulosta ja tallenna tämä PDF:nä, vaikka et omistaisikaan tulostinta! '), _defineProperty(_fi$data, 'x_PrintShort', 'Tulosta '), _defineProperty(_fi$data, 'x_PrivKey', 'Yksityinen salausavain (salaamaton) '), _defineProperty(_fi$data, 'x_PrivKey2', 'Yksityinen salausavain '), _defineProperty(_fi$data, 'x_PrivKeyDesc', 'Tämä on salaamaton versio sinun yksityisestä salausavaimestasi, tarkoittaen että salasanaa ei tarvita. Jos joku sattuisi löytämään sinun salaamattoman yksityisen salausavaimesi, he pääsisivät käsiksi sinun lompakkoosi ilman salasanaa. Tästä syystä salatut versiot ovat yleensä suositeltuja. '), _defineProperty(_fi$data, 'x_Save', 'Tallenna '), _defineProperty(_fi$data, 'x_TXT', 'TXT tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Wallet', 'Lompakko '), _defineProperty(_fi$data, 'x_Wallet', 'Wallet '), _defineProperty(_fi$data, 'MEW_Warning_1', 'Tarkista URL aina ennen kuin avaat lompakkosi tai luot uuden lompakon. Varo tietojen-kalastelu sivustoja! '), _defineProperty(_fi$data, 'CX_Warning_1', 'Varmista että sinulla on **ulkoiset varmuuskopiot** kaikista lompakoista joita säilytät täällä. Monia asioita voi tapahtua joiden seurauksena voit menettää tietoja tässä Chrome Laajennuksessa, mukaan lukien laajennuksen asennuksen poistaminen tai uudelleenasennus. Tämä laajennus on keino jolla saat helpon pääsyn lompakkoosi, **ei** keino varmuuskopioida niitä. '), _defineProperty(_fi$data, 'MEW_Tagline', 'Avoimen Lähdekoodin JavaScript Ether Lompakko '), _defineProperty(_fi$data, 'CX_Tagline', 'Avoimen Lähdekoodin JavaScript Chrome Laajennus '), _defineProperty(_fi$data, 'FOOTER_1', 'Avoimen lähdekoodin, javascript työkalu Ethereum lompakkojen luomista & varojen siirtoja varten. '), _defineProperty(_fi$data, 'FOOTER_1b', 'Luonut '), _defineProperty(_fi$data, 'FOOTER_2', 'Lahjoituksia arvostetaan suuresti: '), _defineProperty(_fi$data, 'FOOTER_3', 'Lompakon luomisen tarjoaa '), _defineProperty(_fi$data, 'FOOTER_4', 'Vastuuvapauslauseke / Disclaimer '), _defineProperty(_fi$data, 'sidebar_AccountInfo', 'Tilin Tiedot '), _defineProperty(_fi$data, 'sidebar_AccountAddr', 'Tilin Osoite '), _defineProperty(_fi$data, 'sidebar_AccountBal', 'Tilin Saldo '), _defineProperty(_fi$data, 'sidebar_TokenBal', 'Tokenien Saldo '), _defineProperty(_fi$data, 'sidebar_Equiv', 'Vastaavat Arvot '), _defineProperty(_fi$data, 'sidebar_TransHistory', 'Siirto Historia '), _defineProperty(_fi$data, 'sidebar_donation', 'MyEtherWallet on ilmainen, avoimen lähdekoodin palvelu joka on omistautunut sinun yksityisyyteesi ja turvallisuuteesi. Mitä enemmän lahjoituksia me vastaanotamme, sitä enemmän aikaa me käytämme uusien toimintojen luomiseksi, kuunnellen teidän palautettanne ja antaen teille juuri sitä mitä te tahdotte. Me olemme vain kaksi ihmistä jotka koittavat muuttaa maailmaa. Auta meitä? '), _defineProperty(_fi$data, 'sidebar_donate', 'Lahjoita '), _defineProperty(_fi$data, 'sidebar_thanks', 'KIITOS!!! '), _defineProperty(_fi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_fi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_fi$data, 'decrypt_Access', 'Kuinka haluaisit saada pääsyn lompakkoosi? '), _defineProperty(_fi$data, 'decrypt_Title', 'Valitse yksityisen salausavaimesi muoto: '), _defineProperty(_fi$data, 'decrypt_Select', 'Valitse Lompakko: '), _defineProperty(_fi$data, 'ADD_Label_1', 'Mitä tahtoisit tehdä? '), _defineProperty(_fi$data, 'ADD_Radio_1', 'Luo Uusi Lompakko '), _defineProperty(_fi$data, 'ADD_Radio_2', 'Valitse Lompakko Tiedostosi (Avainsäilö / JSON) '), _defineProperty(_fi$data, 'ADD_Radio_2_alt', 'Valitse Lompakko Tiedostosi '), _defineProperty(_fi$data, 'ADD_Radio_2_short', 'VALITSE LOMPAKKO TIEDOSTO... '), _defineProperty(_fi$data, 'ADD_Radio_3', 'Liitä/Kirjoita Yksityinen Salausavaimesi '), _defineProperty(_fi$data, 'ADD_Radio_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_fi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_fi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_fi$data, 'ADD_Label_2', 'Luo Kutsumanimi: '), _defineProperty(_fi$data, 'ADD_Label_3', 'Lompakkosi on salattu, ole hyvä ja syötä salasanasi '), _defineProperty(_fi$data, 'ADD_Label_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Warning_1', 'Voit lisätä minkä tahansa tilin jota "seurata" lompakkojen välilehdessä ilman yksityisen salausavaimesi lähettämistä. Tämä ** ei ** tarkoita että sinulla olisi pääsy tähän lompakkoon, tai että voit siirtää Etheriä siitä. '), _defineProperty(_fi$data, 'ADD_Label_5', 'Syötä Osoite '), _defineProperty(_fi$data, 'ADD_Label_6', 'Avaa Sinun Lompakkosi '), _defineProperty(_fi$data, 'ADD_Label_6_short', 'Avaa '), _defineProperty(_fi$data, 'ADD_Label_7', 'Lisää Tili '), _defineProperty(_fi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_fi$data, 'GEN_desc', 'Jos tahdot luoda useita lompakoita, voit tehdä sen täältä '), _defineProperty(_fi$data, 'GEN_Label_1', 'Syötä vahva salasana (vähintään 9 merkkiä) '), _defineProperty(_fi$data, 'GEN_Placeholder_1', 'ÄLÄ unohda tallentaa tätä! '), _defineProperty(_fi$data, 'GEN_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'GEN_Label_2', 'Tallenna Avainsäilö tai Yksityinen salausavaimesi. Älä unohda yllä olevaa salasanaasi. '), _defineProperty(_fi$data, 'GEN_Label_3', 'Tallenna Osoitteesi. '), _defineProperty(_fi$data, 'GEN_Label_4', 'Valinnainen: Tulosta paperi lompakkosi, tai säilö QR koodi versio. '), _defineProperty(_fi$data, 'BULK_Label_1', 'Kuinka Monta Lompakkoa Luodaan '), _defineProperty(_fi$data, 'BULK_Label_2', 'Luo Lompakot '), _defineProperty(_fi$data, 'BULK_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'SEND_addr', 'Osoitteeseen '), _defineProperty(_fi$data, 'SEND_amount', 'Summa Joka Lähetetään '), _defineProperty(_fi$data, 'SEND_amount_short', 'Summa '), _defineProperty(_fi$data, 'SEND_custom', 'Mukautettu '), _defineProperty(_fi$data, 'SEND_gas', 'Gas '), _defineProperty(_fi$data, 'SEND_TransferTotal', 'Lähetä Koko Saldo '), _defineProperty(_fi$data, 'SEND_generate', 'Luo Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_raw', 'Käsittelemätön Siirto '), _defineProperty(_fi$data, 'SEND_signed', 'Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_trans', 'Lähetä Siirto '), _defineProperty(_fi$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_fi$data, 'SENDModal_Title', 'Varoitus! '), _defineProperty(_fi$data, 'SENDModal_Content_1', 'Olet lähettämässä '), _defineProperty(_fi$data, 'SENDModal_Content_2', 'osoitteeseen '), _defineProperty(_fi$data, 'SENDModal_Content_3', 'Oletko varma että haluat tehdä tämän? '), _defineProperty(_fi$data, 'SENDModal_Content_4', 'HUOMAUTUS: Jos kohtaat virheen, sinun täytyy todennäköisesti lisätä ETHiä tilillesi kattaaksesi siirron vaatiman gasin hinnan. Gas maksetaan ETHeinä. '), _defineProperty(_fi$data, 'SENDModal_No', 'En, vie minut pois täältä! '), _defineProperty(_fi$data, 'SENDModal_Yes', 'Kyllä, olen varma! Toteuta siirto. '), _defineProperty(_fi$data, 'TOKEN_Addr', 'Token Contract Osoite '), _defineProperty(_fi$data, 'TOKEN_Symbol', 'Token Tunnus '), _defineProperty(_fi$data, 'TOKEN_Dec', 'Desimaalit '), _defineProperty(_fi$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_fi$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_fi$data, 'TRANS_desc', 'Jos haluat lähettää Tokeneita, ole hyvä ja käytä "Lähetä Tokeneita" sivua. '), _defineProperty(_fi$data, 'TRANS_warning', 'Jos käytät "Vain ETH" tai "Vain ETC" Toimintoja, niin lähetät sopimuksen kautta. Joillakin palveluilla on vaikeuksia hyväksyä näitä siirtoja. Lue lisää. '), _defineProperty(_fi$data, 'TRANS_advanced', '+Edistynyt: Lisää Tietoja '), _defineProperty(_fi$data, 'TRANS_data', 'Tiedot '), _defineProperty(_fi$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_fi$data, 'TRANS_sendInfo', 'Tavallinen siirto käyttäen 21000 gasia maksaa 0.000441 ETHiä. Me käytämme hieman-yli-minimin gasin hintaa 0.000000021 ETHiä varmistaaksemme että se louhitaan nopeasti. Me emme veloita siirto maksua. '), _defineProperty(_fi$data, 'TRANSModal_Title', '"Vain ETH" ja "Vain ETC" Siirrot '), _defineProperty(_fi$data, 'TRANSModal_Content_0', 'Huomautus erilaisista siirroista ja eri palveluista: '), _defineProperty(_fi$data, 'TRANSModal_Content_1', '**ETH (Tavallinen Siirto): ** Tämä luo oletusarvoisen siirron osoitteesta toiseen. Siinä on oletus gasina 21000. On todennäköistä että kaikki ETH joka lähetetään tällä tavalla, toistetaan ETC ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_2', '**Vain ETH: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETH** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_3', '**Only ETC: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETC** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Lähetä ainoastaan käyttäen Tavallista Siirtoa. Jos lähetät käyttäen "Vain" sopimuksia, sinun täytyy olla yhteydessä heidän asiakastukensa henkilöstöön jotta he joko manuaalisesti lisäävät sinun saldosi tai palauttavat rahasi. [Voit kokeilla myös ShapeShiftin "split" työkalua.](https://split.shapeshift.io/) '), _defineProperty(_fi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ei tunnettuja ongelmia. Käytä mitä vain. '), _defineProperty(_fi$data, 'TRANSModal_Yes', 'Siistiä, nyt ymmärrän. '), _defineProperty(_fi$data, 'TRANSModal_No', 'Voi ei, olen entistä enemmän hämilläni. Auttakaa minua. '), _defineProperty(_fi$data, 'OFFLINE_Title', 'Luo ja Lähetä Offline Siirto '), _defineProperty(_fi$data, 'OFFLINE_Desc', 'Offline siirtojen luonti voidaan tehdä kolmella eri vaiheella. Teet vaiheet 1 ja 3 käyttäen verkkoon yhdistettyä (online) tietokonetta, ja vaiheen 2 käyttäen offline/airgappattua tietokonetta. Tämä varmistaa ettei sinun yksityinen salausavaimesi ole kosketuksissa internettiin yhdistetyn laitteen kanssa. '), _defineProperty(_fi$data, 'OFFLLINE_Step1_Title', 'Vaihe 1: Luo Tiedot (Online Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step1_Button', 'Luo Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_1', 'Osoitteesta '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_2', 'Huomautus: Tämä on MISTÄ osoitteesta, ei MIHIN osoitteeseen. Nonce luodaan osoitteesta josta siirto on peräisin. Jos käytetään airgappattua tietokonetta, se olisi kylmä-varasto tilin osoite. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Title', 'Vaihe 2: Luo Siirto (Offline Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_1', 'Osoitteeseen '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_2', 'Arvo / Määrä Joka Lähetetään '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3', 'Gasin hinta '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4', 'Gas Raja '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4b', '21000 on oletusarvoinen gas raja. Kun lähetät sopimuksiin tai lisäät tietoa, saattaa tämä määrä joutua olemaan eri. Kaikki käyttämätön gas palautetaan sinulle. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6', 'Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6b', 'Tämä on valinnainen. Tietoja käytetään usein kun varoja lähetetään sopimuksiin. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_7', 'Syötä / Valitse Yksityinen salausavaimesi / JSON. '), _defineProperty(_fi$data, 'OFFLINE_Step3_Title', 'Vaihe 3: Lähetä / Julkaise Siirto (Verkkoon yhdistetty (online) tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step3_Label_1', 'Liitä allekirjoitettu siirto Vaiheesta 2 tähän ja paina "LÄHETÄ SIIRTO" nappia. '), _defineProperty(_fi$data, 'DEP_generate', 'Generoi Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generoitu Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Allekirjoita Siirto '), _defineProperty(_fi$data, 'DEP_interface', 'Generoitu Rajapinta '), _defineProperty(_fi$data, 'MYWAL_Nick', 'Lompakon Kutsumanimi '), _defineProperty(_fi$data, 'MYWAL_Address', 'Lompakon Osoite '), _defineProperty(_fi$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_fi$data, 'MYWAL_Edit', 'Muokkaa '), _defineProperty(_fi$data, 'MYWAL_View', 'Katso '), _defineProperty(_fi$data, 'MYWAL_Remove', 'Poista '), _defineProperty(_fi$data, 'MYWAL_RemoveWal', 'Poista Lompakko: '), _defineProperty(_fi$data, 'MYWAL_WatchOnly', 'Sinun Seuraa-Ainoastaan Tilisi '), _defineProperty(_fi$data, 'MYWAL_Viewing', 'Tarkastellaan Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Hide', 'Piilota Lompakon Tiedot '), _defineProperty(_fi$data, 'MYWAL_Edit_2', 'Muokkaa Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Name', 'Lompakon Nimi '), _defineProperty(_fi$data, 'MYWAL_Content_1', 'Varoitus! Olet poistamassa lompakkoasi. '), _defineProperty(_fi$data, 'MYWAL_Content_2', 'Varmista että olet **tallentanut tähän lompakkoon liittyvät yksityisen salausavaimesi/JSON tiedostosi ja salasanasi** ennen kuin poistat sen. '), _defineProperty(_fi$data, 'MYWAL_Content_3', 'Jos tahdot käyttää tätä lompakkoa MyEtherWallet CX:si kanssa tulevaisuudessa, sinun täytyy manuaalisesti uudelleen-lisätä se käyttäen yksityistä salausavaintasi/JSONia ja salasanaa. '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. Saatat tahtoa tehdä tämän [tuodaksesi sinun tilisi Gethiin/Mistiin](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jos haluat tarkistaa saldosi, me suosittelemme käyttämään blockchain exploreria kuten [etherscan.io](https://etherscan.io/). '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle_Short', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. '), _defineProperty(_fi$data, 'VIEWWALLET_SuccessMsg', 'Onnistui! Tässä ovat lompakkosi yksityiskohdat. '), _defineProperty(_fi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_fi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_fi$data, 'CX_error_1', 'Sinulla ei ole lompakkoja tallennettuna. Klikkaa ["Lisää Lompakko"](/cx-wallet.html#add-wallet) lisätäksesi! '), _defineProperty(_fi$data, 'CX_quicksend', 'PikaLähetä '), _defineProperty(_fi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_fi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_fi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fi$data, 'NODE_Name', 'Node Name'), _defineProperty(_fi$data, 'NODE_Port', 'Node Port'), _defineProperty(_fi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_fi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_fi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_fi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_fi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_fi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_fi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_fi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_fi$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Sign Transaction '), _defineProperty(_fi$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_fi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_fi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_fi$data, 'SWAP_init_2', " for "), _defineProperty(_fi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_fi$data, 'SWAP_information', "Your Information "), _defineProperty(_fi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_fi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_fi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_fi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_fi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_fi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_fi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_fi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_fi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_fi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_fi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_fi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_fi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_fi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_fi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_fi$data, 'MSG_message', 'Message '), _defineProperty(_fi$data, 'MSG_date', 'Date '), _defineProperty(_fi$data, 'MSG_signature', 'Signature '), _defineProperty(_fi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_fi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_fi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_fi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_fi$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_fi$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_fi$data, 'MNEM_more', 'More Addresses '), _defineProperty(_fi$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_fi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_fi$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_fi$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_fi$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_fi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_fi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_fi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_fi$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_fi$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_fi$data, 'FOOTER_1b', 'Created by '), _defineProperty(_fi$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_fi$data, 'ERROR_0', '(error_01) Ole hyvä ja syötä kelpaava summa. Please enter a valid amount.'), _defineProperty(_fi$data, 'ERROR_1', '(error_02) Salasanasi pitää olla vähintään 9 merkkiä pitkä. Ole hyvä ja varmista että käytät vahvaa salasanaa. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fi$data, 'ERROR_2', '(error_03) Pahoittelut! Emme tunnista tämänlaista lompakko tiedostoa. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fi$data, 'ERROR_3', '(error_04) Tämä ei ole validi lompakko tiedosto. This is not a valid wallet file.'), _defineProperty(_fi$data, 'ERROR_4', '(error_05) Tätä yksikköä ei ole olemassa, ole hyvä ja käytä jotain seuraavista yksiköistä This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fi$data, 'ERROR_5', '(error_06) Virheellinen osoite. Please enter a valid address.'), _defineProperty(_fi$data, 'ERROR_6', '(error_07) Virheellinen salasana. Please enter a valid password.'), _defineProperty(_fi$data, 'ERROR_7', '(error_08) Virheellinen summa. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fi$data, 'ERROR_8', '(error_09) Virheellinen gas raja.Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fi$data, 'ERROR_9', '(error_10) Virheellinen tieto arvo. Please enter a valid data value (Must be hex.)'), _defineProperty(_fi$data, 'ERROR_10', '(error_11) Virheellinen gasin määrä. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fi$data, 'ERROR_11', '(error_12) Virheellinen nonce. (Must be integer.) '), _defineProperty(_fi$data, 'ERROR_12', '(error_13) Virheellinen allekirjoitettu siirto. Invalid signed transaction.'), _defineProperty(_fi$data, 'ERROR_13', '(error_14) Lompakko tällä kutsumanimellä on jo olemassa. A wallet with this nickname already exists.'), _defineProperty(_fi$data, 'ERROR_14', '(error_15) Lompakkoa ei löytynyt. Wallet not found.'), _defineProperty(_fi$data, 'ERROR_15', '(error_16) Ei näytä että ehdotusta tällä ID:llä olisi vielä olemassa tai tapahtui virhe ehdotusta luettaessa. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fi$data, 'ERROR_16', '(error_17) Lompakko jolla on tämä osoite on jo muistissa. Ole hyvä ja tarkista oma lompakko sivusi. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fi$data, 'ERROR_17', '(error_18) Riittämätön saldo gas * hinta + arvo. Sinulla täytyy olla vähintään 0.01 ETHiä tililläsi kattaaksesi gasin hinnan. Ole hyvä ja lisää hieman ETHiä ja kokeile uudelleen. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'ERROR_18', '(error_19) Kaikki gas käytettäisiin tässä siirrossa. Tämä tarkoittaa että olet jo äänestänyt tässä ehdotuksessa tai debaatti aika on jo päättynyt. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fi$data, 'ERROR_19', '(error_20) Virheellinen merkki Please enter a valid symbol'), _defineProperty(_fi$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fi$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fi$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_fi$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fi$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_fi$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_fi$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_fi$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_fi$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fi$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_fi$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fi$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fi$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fi$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fi$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fi$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fi$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fi$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fi$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fi$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fi$data, 'GETH_Balance', '(geth-01) Riittämätön saldo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_Cheap', '(geth-02) Gasin hinta liian matala hyväksyttäväksi. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fi$data, 'GETH_GasLimit', '(geth-03) Ylittää blockin gas rajan. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fi$data, 'GETH_InsufficientFunds', '(geth-04) Riittämätön saldo gas * hinta + arvo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_IntrinsicGas', '(geth-05) Olennainen gas liian pieni. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fi$data, 'GETH_InvalidSender', '(geth-06) Virheellinen lähettäjä. Invalid sender.'), _defineProperty(_fi$data, 'GETH_NegativeValue', '(geth-07) Negatiivinen arvo. Negative value.'), _defineProperty(_fi$data, 'GETH_Nonce', "(geth-08) Nonce liian pieni. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'GETH_NonExistentAccount', '(geth-09) Tiliä ei ole olemassa tai tilin saldo liian pieni. Account does not exist or account balance too low'), _defineProperty(_fi$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'SUCCESS_1', 'Validi osoite '), _defineProperty(_fi$data, 'SUCCESS_2', 'Lompakon salaus onnistuneesti purettu '), _defineProperty(_fi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_fi$data, 'SUCCESS_4', 'Lompakkosi lisätty onnistuneesti '), _defineProperty(_fi$data, 'SUCCESS_5', 'Valittu Tiedosto '), _defineProperty(_fi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_fi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_fi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_fi$data, 'translate_version', '0.4 '), _defineProperty(_fi$data, 'Translator_Desc', 'Kiitos kääntäjillemme... '), _defineProperty(_fi$data, 'TranslatorName_1', '[Smokyish](https://www.myetherwallet.com/?gaslimit=21000&to=0xac9a2c1dd946da64c0dc8e70cec2cfb14304fd4f&value=1.0#send-transaction)'), _defineProperty(_fi$data, 'TranslatorAddr_1', ''), _defineProperty(_fi$data, 'TranslatorName_2', ''), _defineProperty(_fi$data, 'TranslatorAddr_2', ''), _defineProperty(_fi$data, 'TranslatorName_3', ''), _defineProperty(_fi$data, 'TranslatorAddr_3', ''), _defineProperty(_fi$data, 'TranslatorName_4', ''), _defineProperty(_fi$data, 'TranslatorAddr_4', ''), _defineProperty(_fi$data, 'TranslatorName_5', ''), _defineProperty(_fi$data, 'TranslatorAddr_5', ''), _defineProperty(_fi$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_fi$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_fi$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_fi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_fi$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_fi$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_fi$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_fi$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_fi$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_fi$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_fi$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_fi$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_fi$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_fi$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_fi$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_fi$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_fi$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_fi$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_fi$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_fi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_fi$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_fi$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_fi$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_fi$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_fi$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_fi$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_fi$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_fi$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_fi$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_fi$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_fi$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_fi$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_fi$data, 'HELP_4_Desc_2', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_fi$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_fi$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_fi$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_fi$data, 'HELP_4CX_Desc_12', 'Using "Lähetä Etheriä ja Tokeneita" Page '), _defineProperty(_fi$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_fi$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_fi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_fi$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_fi$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_fi$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_fi$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_fi$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_fi$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_fi$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_fi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_fi$data, 'HELP_7_Desc_1', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_fi$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_fi$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_fi$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_fi$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_fi$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_fi$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_fi$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_fi$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_fi$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_fi$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_fi$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_fi$data, 'HELP_9_Title', '9) Is the "Lähetä Etheriä ja Tokeneita" page offline? '), _defineProperty(_fi$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_fi$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_fi$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_fi$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_fi$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_fi$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_fi$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_fi$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_fi$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_fi$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_fi$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_fi$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_fi$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_fi$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fi$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_fi$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_fi$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_fi$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_fi$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_fi$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_fi$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_fi$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_fi$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_fi$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_fi$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_fi$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_fi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_fi$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_fi$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fi$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_fi$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_fi$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_fi$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_fi$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_fi$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_fi$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_fi$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_fi$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_fi$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_fi$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_fi$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_fi$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_fi$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_fi$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_fi$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_fi$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_fi$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_fi$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_fi$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_fi$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_fi$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_fi$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fi$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_fi$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_fi$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _fi$data); module.exports = fi; @@ -15857,7 +15854,7 @@ fr.data = (_fr$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fr$data, 'x_CancelReplaceTx', 'Annuler ou remplacer la transaction'), _defineProperty(_fr$data, 'x_CancelTx', 'Annuler la transaction'), _defineProperty(_fr$data, 'x_PasswordDesc', 'Ce mot de passe va crypter votre clé privée. Ce n\'est pas une graine pour générer votre portefeuille. **Vous aurez besoin de ce mot de passe et de votre clé privée pour déverouiller votre portefeuille.**'), _defineProperty(_fr$data, 'x_ReadMore', 'En savoir plus'), _defineProperty(_fr$data, 'x_ReplaceTx', 'Remplacer la transaction'), _defineProperty(_fr$data, 'x_TransHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'x_TXFee', 'Frais de transaction'), _defineProperty(_fr$data, 'x_TxHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'NAV_CheckTxStatus', 'Vérifier le statut de la transaction'), _defineProperty(_fr$data, 'NAV_TxStatus', 'Statut de la transaction'), _defineProperty(_fr$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_fr$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs les transactions peuvent rester en attente durant des heures, voire des jours. Cet outil cherche à vous donner la possibilité de trouver et d\'annuler / remplacer ces transactions. **Ce n\'est pas quelque chose de normalement faisable et vous ne devriez pas vous y fier. Cela ne marchera que lorsque les files d\'attente de transactions seront pleines. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fr$data, 'tx_notFound', 'Transaction non trouvée'), _defineProperty(_fr$data, 'tx_notFound_1', 'Cette transaction est introuvable dans la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier le statut de la transaction". '), _defineProperty(_fr$data, 'tx_notFound_3', 'La transaction pourrait toujours être en instance sur un autre nœud, en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)`, `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) puis revérifiez.'), _defineProperty(_fr$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_fr$data, 'tx_foundInPending_1', 'Cette transaction a été retrouvée sur la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_foundInPending_3', 'Il est probable que vous puissiez annuler ou remplacer cette transaction. Déverouillez ci-dessous votre portefeuille.'), _defineProperty(_fr$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_fr$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_fr$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. À la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "OUT OF GAS", vous devriez doubler la limite de Gas que vous aviez spécifiée.'), _defineProperty(_fr$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de plateforme de change, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, un examen de votre situation.'), _defineProperty(_fr$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_fr$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_fr$data, 'GEN_Help_3', 'Votre périphérique *est* votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fr$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_fr$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_fr$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez avec personne · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_fr$data, 'GEN_Help_8', 'Pas de téléchargement ?'), _defineProperty(_fr$data, 'GEN_Help_9', 'Essayez Google Chrome'), _defineProperty(_fr$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_fr$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_fr$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres clients.) '), _defineProperty(_fr$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore'), _defineProperty(_fr$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_fr$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_fr$data, 'GEN_Help_16', 'Quels sont ces différents formats ?'), _defineProperty(_fr$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça ?'), _defineProperty(_fr$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_fr$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fr$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_fr$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_fr$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_fr$data, 'GAS_PRICE_Desc', 'Le prix du Gas est le montant que vous payez par unité de Gas. `frais de transaction = prix du GAS x GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Prix de GAS plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `21 GWEI`.'), _defineProperty(_fr$data, 'GAS_LIMIT_Desc', 'Le GAS limite est le montant de GAS à envoyer avec votre transaction. `frais de transaction = prix du GAS * GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH : `21000`. Envoyer des Tokens : ~`200000`.'), _defineProperty(_fr$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_fr$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `GAS limite` * le `prix du GAS`. [Vous pouvez convertir GWEI -> ETH ici.](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fr$data, 'NAV_AddWallet', 'Ajouter un portefeuille '), _defineProperty(_fr$data, 'NAV_BulkGenerate', 'Générer des portefeuilles par lots '), _defineProperty(_fr$data, 'NAV_Contact', 'Contact '), _defineProperty(_fr$data, 'NAV_Contracts', 'Contrats '), _defineProperty(_fr$data, 'NAV_DeployContract', 'Déployer un contrat '), _defineProperty(_fr$data, 'NAV_ENS', 'ENS'), _defineProperty(_fr$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_fr$data, 'NAV_GenerateWallet', 'Générer un portefeuille '), _defineProperty(_fr$data, 'NAV_Help', 'Aide '), _defineProperty(_fr$data, 'NAV_InteractContract', 'Interagir avec un contrat '), _defineProperty(_fr$data, 'NAV_Multisig', 'Multisign.'), _defineProperty(_fr$data, 'NAV_MyWallets', 'Mes portefeuilles '), _defineProperty(_fr$data, 'NAV_Offline', 'Envoi hors-ligne '), _defineProperty(_fr$data, 'NAV_SendEther', 'Envoyer des Ether et des Tokens '), _defineProperty(_fr$data, 'NAV_SendTokens', 'Envoyer des Tokens '), _defineProperty(_fr$data, 'NAV_SignMsg', 'Signer un message '), _defineProperty(_fr$data, 'NAV_Swap', 'Échanger '), _defineProperty(_fr$data, 'NAV_ViewWallet', 'Visualiser un portefeuille '), _defineProperty(_fr$data, 'NAV_YourWallets', 'Vos portefeuilles '), _defineProperty(_fr$data, 'x_Access', 'Accès '), _defineProperty(_fr$data, 'x_AddessDesc', 'Aussi appelée `adresse` ou `clé publique`. C\'est ce que vous donnez aux gens pour qu\'ils puissent vous envoyer des Ether ou des Tokens. Remarquez l\'icône colorée. Cette icône doit être identique quand vous entrez votre adresse quelque part.'), _defineProperty(_fr$data, 'x_Address', 'Votre adresse '), _defineProperty(_fr$data, 'x_Cancel', 'Annuler '), _defineProperty(_fr$data, 'x_CSV', 'Fichier CSV (non-chiffré) '), _defineProperty(_fr$data, 'x_Download', 'Télécharger '), _defineProperty(_fr$data, 'x_Json', 'Fichier JSON (non-chiffré) '), _defineProperty(_fr$data, 'x_JsonDesc', 'C\'est la version non-chiffrée au format JSON de votre clé privée. Cela signifie que vous n\'avez pas besoin de votre mot de passe pour l\'utiliser mais que toute personne qui trouve ce JSON peut accéder à votre portefeuille et vos Ether sans mot de passe. '), _defineProperty(_fr$data, 'x_Keystore', 'Fichier Keystore (UTC / JSON · Recommandé · Chiffré) '), _defineProperty(_fr$data, 'x_Keystore2', 'Fichier Keystore (UTC / JSON) '), _defineProperty(_fr$data, 'x_KeystoreDesc', 'Ce fichier Keystore utilise le même format que Mist, vous pouvez donc facilement l\'importer plus tard dans ce client. C\'est le fichier que nous vous recommandons de télécharger et de garder en sécurité. '), _defineProperty(_fr$data, 'x_Ledger', 'Ledger (Portefeuille matériel)'), _defineProperty(_fr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fr$data, 'x_Mnemonic', 'Phrase mnémonique '), _defineProperty(_fr$data, 'x_ParityPhrase', 'Phrase Parity '), _defineProperty(_fr$data, 'x_Password', 'Mot de passe '), _defineProperty(_fr$data, 'x_Print', 'Imprimer un portefeuille papier '), _defineProperty(_fr$data, 'x_PrintDesc', 'Astuce : Cliquez sur Imprimer et sauvegardez le portefeuille papier en PDF, même si vous n\'avez pas d\'imprimante !'), _defineProperty(_fr$data, 'x_PrintShort', 'Imprimer '), _defineProperty(_fr$data, 'x_PrivKey', 'Clé privée (non-chiffrée) '), _defineProperty(_fr$data, 'x_PrivKey2', 'Clé privée '), _defineProperty(_fr$data, 'x_PrivKeyDesc', 'C\'est la version textuelle non-chiffrée de votre clé privée, ce qui signifie qu\'aucun mot de passe n\'est nécessaire pour l\'utiliser. Si quelqu\'un venait à découvrir cette clé privée, il pourrrait accéder à votre portefeuille sans mot de passe. Pour cette raison, la version chiffrée de votre clé privée est recommandée. '), _defineProperty(_fr$data, 'x_Save', 'Sauvegarder '), _defineProperty(_fr$data, 'x_TXT', 'Fichier TXT (non-chiffré) '), _defineProperty(_fr$data, 'x_Wallet', 'Portefeuille '), _defineProperty(_fr$data, 'MEW_Warning_1', 'Vérifiez toujours l\'URL avant d\'accéder à votre portefeuille ou d\'en générer un nouveau. Attentions aux sites de phishing !'), _defineProperty(_fr$data, 'CX_Warning_1', 'Assurez vous d\'avoir une **sauvegarde externe** de tout portefeuille que vous gérez ici. De nombreux événements peuvent vous faire perdre les données de cette extension Chrome, y compris la dédinstallation et la réinstallation de l\'extension. Cette extension est une manière d\'accéder facilement à vos portefeuilles, **pas** une façon de les sauvegarder. '), _defineProperty(_fr$data, 'MEW_Tagline', 'Portefeuille d\'Ether Open Source, écrit en JavaScript'), _defineProperty(_fr$data, 'CX_Tagline', 'Extension Chrome de portefeuille d\'Ether Open Source JavaScript'), _defineProperty(_fr$data, 'FOOTER_1', 'Un outil open source, écrit en Javascript, qui permet de générer des portefeuilles Ethereum et d\'envoyer des transactions. '), _defineProperty(_fr$data, 'FOOTER_1b', 'Créé par '), _defineProperty(_fr$data, 'FOOTER_2', 'Les donations sont extrêmement appréciées : '), _defineProperty(_fr$data, 'FOOTER_3', 'Génération de portefeuille par '), _defineProperty(_fr$data, 'FOOTER_4', 'Avertissement '), _defineProperty(_fr$data, 'sidebar_AccountInfo', 'Informations du compte '), _defineProperty(_fr$data, 'sidebar_AccountAddr', 'Adresse du compte '), _defineProperty(_fr$data, 'sidebar_AccountBal', 'Solde du compte '), _defineProperty(_fr$data, 'sidebar_TokenBal', 'Solde en tokens '), _defineProperty(_fr$data, 'sidebar_Equiv', 'Valeur correspondante '), _defineProperty(_fr$data, 'sidebar_TransHistory', 'Historique des transactions '), _defineProperty(_fr$data, 'sidebar_donation', 'MyEtherWallet est un service gratuit et open source respectueux de votre vie privée et de votre sécurité. Plus nous recevons de donations, plus nous dédions de temps à développer de nouvelles fonctionnalités, à écouter vos retours et à vous fournir ce dont vous avez besoin. Nous ne sommes que deux personnes qui essayent de changer le monde. Aidez-nous !'), _defineProperty(_fr$data, 'sidebar_donate', 'Faire une donation '), _defineProperty(_fr$data, 'sidebar_thanks', 'MERCI !!! '), _defineProperty(_fr$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_fr$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_fr$data, 'decrypt_Access', 'Comment voulez-vous accéder à votre portefeuille ? '), _defineProperty(_fr$data, 'decrypt_Title', 'Choisissez le format de votre clé privée '), _defineProperty(_fr$data, 'decrypt_Select', 'Choisissez un portefeuille : '), _defineProperty(_fr$data, 'ADD_Label_1', 'Que voulez-vous faire ?'), _defineProperty(_fr$data, 'ADD_Radio_1', 'Générer un nouveau portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2', 'Choisissez le fichier de votre portefeuille (Keystore / JSON)'), _defineProperty(_fr$data, 'ADD_Radio_2_alt', 'Choisissez le fichier du portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2_short', 'CHOISISSEZ LE FICHIER DU PORTEFEUILLE...'), _defineProperty(_fr$data, 'ADD_Radio_3', 'Collez/saisissez votre clé privée'), _defineProperty(_fr$data, 'ADD_Radio_4', 'Ajoutez un compte'), _defineProperty(_fr$data, 'ADD_Radio_5', 'Collez/entrez votre phrase mnémonique'), _defineProperty(_fr$data, 'ADD_Radio_5_Path', 'Selectionnez le checmin d\'accès'), _defineProperty(_fr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_fr$data, 'ADD_Label_2', 'Nommez votre compte : '), _defineProperty(_fr$data, 'ADD_Label_3', 'Votre fichier est chiffré, merci de saisir le mot de passe '), _defineProperty(_fr$data, 'ADD_Label_4', 'Ajouter un compte au répertoire'), _defineProperty(_fr$data, 'ADD_Warning_1', 'Vous pouvez ajouter n\'importe quel compte pour l\'afficher dans l\'onglet "portefeuilles" sans uploader une clé privée. Cela ne veut **pas** dire que vous aurez accès à ce portefeuille, ni que vous pouvez transférer des Ether depuis ce portefeuille. '), _defineProperty(_fr$data, 'ADD_Label_5', 'Entrez l\'adresse'), _defineProperty(_fr$data, 'ADD_Label_6', 'Déverrouillez votre portefeuille'), _defineProperty(_fr$data, 'ADD_Label_6_short', 'Déverrouillez'), _defineProperty(_fr$data, 'ADD_Label_7', 'Ajouter un compte'), _defineProperty(_fr$data, 'ADD_Label_8', 'Mot de passe (optionnel) :'), _defineProperty(_fr$data, 'GEN_desc', 'Si vous voulez générer plusieurs portefeuilles, vous pourrez le faire ici'), _defineProperty(_fr$data, 'GEN_Label_1', 'Entrez un mot de passe fort (d\'au moins 9 caractères)'), _defineProperty(_fr$data, 'GEN_Placeholder_1', 'N\'oubliez PAS de sauvegarder ceci !'), _defineProperty(_fr$data, 'GEN_SuccessMsg', 'Succès ! Votre portefeuille a été généré.'), _defineProperty(_fr$data, 'GEN_Label_2', 'Sauvegardez votre fichier Keystore ou votre clé privée. N\'oubliez pas votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Label_3', 'Sauvegarder votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Label_4', 'Optionnel: Imprimez votre portefeuille papier ou conserver une version en QR-code.'), _defineProperty(_fr$data, 'BULK_Label_1', 'Nombre de portefeuilles à générer'), _defineProperty(_fr$data, 'BULK_Label_2', 'Générer les portefeuilles'), _defineProperty(_fr$data, 'BULK_SuccessMsg', 'Succès ! Vos portefeuilles ont été générés.'), _defineProperty(_fr$data, 'SEND_addr', 'Adresse de destination'), _defineProperty(_fr$data, 'SEND_amount', 'Montant à envoyer'), _defineProperty(_fr$data, 'SEND_amount_short', 'Montant'), _defineProperty(_fr$data, 'SEND_custom', 'Token personnalisé'), _defineProperty(_fr$data, 'SEND_gas', 'GAS'), _defineProperty(_fr$data, 'SEND_TransferTotal', 'Envoyer tout'), _defineProperty(_fr$data, 'SEND_generate', 'Générer la transaction'), _defineProperty(_fr$data, 'SEND_raw', 'Transaction brute'), _defineProperty(_fr$data, 'SEND_signed', 'Transaction signée'), _defineProperty(_fr$data, 'SEND_trans', 'Envoyer la transaction'), _defineProperty(_fr$data, 'SENDModal_Title', 'Attention !'), _defineProperty(_fr$data, 'SENDModal_Content_1', 'Vous êtes sur le point d\'envoyer'), _defineProperty(_fr$data, 'SENDModal_Content_2', 'à l\'adresse'), _defineProperty(_fr$data, 'SENDModal_Content_3', 'Voulez-vous vraiment le faire ?'), _defineProperty(_fr$data, 'SENDModal_Content_4', 'NOTE : Si vous renontrez une erreur, il est très probable que vous deviez ajouter des Ether à votre compte pour couvrir les coûts (en GAS) d\'envoi des Tokens. Le GAS est payé en Ether.'), _defineProperty(_fr$data, 'SENDModal_No', 'Non, je veux sortir d\'ici !'), _defineProperty(_fr$data, 'SENDModal_Yes', 'Oui, je le veux ! Effectuer la transaction.'), _defineProperty(_fr$data, 'TOKEN_Addr', 'Adresse'), _defineProperty(_fr$data, 'TOKEN_Symbol', 'Symbole du Token'), _defineProperty(_fr$data, 'TOKEN_Dec', 'Décimales'), _defineProperty(_fr$data, 'TOKEN_show', 'Montrer tous les Tokens'), _defineProperty(_fr$data, 'TOKEN_hide', 'Cacher les Tokens'), _defineProperty(_fr$data, 'TRANS_desc', 'Si vous voulez envoyer des Tokens, allez plutôt à la page "Envoi de Tokens".'), _defineProperty(_fr$data, 'TRANS_warning', 'L\'emploi des fonctions "ETH seulement" et "ETC seulement" vous fait passer par un contrat. Certains services ont des problèmes avec ces transactions. En savoir plus.'), _defineProperty(_fr$data, 'TRANS_advanced', '+ Avancé : Ajouter des données'), _defineProperty(_fr$data, 'TRANS_data', 'Données'), _defineProperty(_fr$data, 'TRANS_sendInfo', 'Une transaction standard utilisant 21000 GAS coûtera 0,000441 ETH. Le prix du GAS, de 0.000000021 ETH, que nous avons choisi est légèrement supérieur au minimum assurant une confirmation rapide. Nous ne prenons pas de frais de transaction.'), _defineProperty(_fr$data, 'TRANS_gas', 'GAS limite'), _defineProperty(_fr$data, 'TRANSModal_Title', 'Transactions "ETH seulement" et "ETC seulement"'), _defineProperty(_fr$data, 'TRANSModal_Content_0', 'Note sur les transactions et services divers :'), _defineProperty(_fr$data, 'TRANSModal_Content_1', '**ETH (Transaction standard) :** Génère une transaction standard depuis une adresse directement vers une autre. Son GAS par défaut est de 21000. Il est probable que toute transaction d\'ETH envoyée de cette manière sera réexécutée sur la chaîne ETC.'), _defineProperty(_fr$data, 'TRANSModal_Content_2', '**ETH seulement :** Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETH**.'), _defineProperty(_fr$data, 'TRANSModal_Content_3', '**ETC seulement : **Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETC**.'), _defineProperty(_fr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift :** N\'envoyer que par transaction standard. Si vous utilisez les contrats d\'envoi sur une seule chaîne, vous devrez contacter leur équipe de support pour ajouter manuellement la somme à votre solde ou pour vous rembourser. [Vous pouvez aussi essayer l\'outil "split" de Shapeshift.](https://split.shapeshift.io/)'), _defineProperty(_fr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex :** Pas de problème connu. Utilisez ce que vous voulez.'), _defineProperty(_fr$data, 'TRANSModal_Yes', 'Génial, j\'ai compris !'), _defineProperty(_fr$data, 'TRANSModal_No', 'Aïe ! Je comprends de moins en moins. Aidez-moi !'), _defineProperty(_fr$data, 'OFFLINE_Title', 'Générer et envoyer une transaction hors ligne'), _defineProperty(_fr$data, 'OFFLINE_Desc', 'La génération d\'une transaction hors ligne s\'effectue en trois étapes. Les étapes 1 et 3 sont réalisées sur un ordinateur en ligne et l\'étape 2 sur un ordinateur déconnecté du réseau. Cela permet d\'isoler totalement vos clefs privées de toute machine connectée à Internet.'), _defineProperty(_fr$data, 'OFFLLINE_Step1_Title', 'Étape 1 : Génération de l\'information (ordinateur en ligne) '), _defineProperty(_fr$data, 'OFFLINE_Step1_Button', 'Générer l\'information'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_1', 'Addresse d\'émission'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_2', 'Note : Il s\'agit de l\'adresse de départ, pas de l\'adresse d\'arrivée. Le nonce est généré à partir du compte de l\'expéditeur. Si on utilise une machine déconnectée du réseau, cette adresse est celle du compte en _Cold Storage_.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Title', 'Étape 2 : Génération de la transaction (ordinateur hors ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_1', 'Adresse de destination'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_2', 'Valeur / montant à envoyer'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3', 'Prix du GAS'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3b', 'Ce montant était affiché à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4', 'GAS limite'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4b', '21000 est la limite par défaut. En cas d\'envoi vers des contrats ou avec des données supplémentaires, cette valeur peut être différente. Tout GAS non consommé vous sera renvoyé.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5b', 'Cette valeur a été affichée à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6', 'Données'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6b', 'Cette zone est optionnelle. Les données sont souvent ajoutées lors de transactions vers des contrats.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_7', 'Entrez ou sélectionnez votre clef privée / fichier JSON.'), _defineProperty(_fr$data, 'OFFLINE_Step3_Title', 'Étape 3 : Envoyer / publier la transaction (ordinateur en ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step3_Label_1', 'Copier ici la transaction signée à l\'étape 2 et cliquez sur le bouton "ENVOYER LA TRANSACTION".'), _defineProperty(_fr$data, 'MSG_message', 'Message'), _defineProperty(_fr$data, 'MSG_date', 'Date'), _defineProperty(_fr$data, 'MSG_signature', 'Signature'), _defineProperty(_fr$data, 'MSG_verify', 'Verifier le message'), _defineProperty(_fr$data, 'MSG_info1', 'Inclure la date courante afin que la signature ne puisse pas être réutilisée à un autre moment.'), _defineProperty(_fr$data, 'MSG_info2', 'Inclure votre surnom et là où vous l\'utilisez afin que personne d\'autre ne puisse l\'utiliser.'), _defineProperty(_fr$data, 'MSG_info3', 'Inclure une raison spécifique pour le message afin qu\'il ne puisse pas être réutilisé dans un contexte différent.'), _defineProperty(_fr$data, 'MYWAL_Nick', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Address', 'Adresse du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Bal', 'Solde'), _defineProperty(_fr$data, 'MYWAL_Edit', 'Modifier'), _defineProperty(_fr$data, 'MYWAL_View', 'Voir'), _defineProperty(_fr$data, 'MYWAL_Remove', 'Supprimer'), _defineProperty(_fr$data, 'MYWAL_RemoveWal', 'Supprimer le portefeuille :'), _defineProperty(_fr$data, 'MYWAL_WatchOnly', 'Vos comptes en affichage uniquement'), _defineProperty(_fr$data, 'MYWAL_Viewing', 'Affichage des portefeuilles'), _defineProperty(_fr$data, 'MYWAL_Hide', 'Cacher les informations sur le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Edit_2', 'Modifier le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Name', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_1', 'Attention ! Vous êtes sur le point de supprimer votre portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_2', 'Assurez-vous d\'avoir bien **sauvegardé la clé privée / fichier JSON et le mot de passe** associé à ce portefeuille avant de le supprimer.'), _defineProperty(_fr$data, 'MYWAL_Content_3', 'Si vous voulez utiliser ce portefeuille avec MyEtherWallet CX à l\'avenir, vous devrez le rajouter manuellement en utilisant la clé privée / fichier JSON et le mot de passe.'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier. Vous devrez le faire pour [importer votre compte dans Geth / Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vous voulez seulement consulter votre solde, nous recommandons d\'utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/).'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle_Short', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier.'), _defineProperty(_fr$data, 'VIEWWALLET_SuccessMsg', 'Réussi ! Voici les détails de votre portefeuille :'), _defineProperty(_fr$data, 'VIEWWALLET_ShowPrivKey', '(montrer)'), _defineProperty(_fr$data, 'VIEWWALLET_HidePrivKey', '(cacher)'), _defineProperty(_fr$data, 'MNEM_1', 'Sélectionnez l\'adresse avec laquelle vous désirez interagir.'), _defineProperty(_fr$data, 'MNEM_2', 'Votre phrase mnémonique HD unique peut accéder à un certain nombre de portefeuilles/adresses. Sélectionnez l\'adresse avec laquelle vous désirez interagir actuellement.'), _defineProperty(_fr$data, 'MNEM_more', 'Plus d\'adresses'), _defineProperty(_fr$data, 'MNEM_prev', 'Adresses précédentes'), _defineProperty(_fr$data, 'ADD_Ledger_1', 'Connectez votre portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_2', 'Ouvrez l\'application Ethereum (ou une application de contrat)'), _defineProperty(_fr$data, 'ADD_Ledger_2_Exp', 'Ouvrez l\'application Expanse (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_2_Ubq', 'Ouvrez l\'application Ubiq (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_3', 'Vérifiez que l\'option Browser Support est activée dans Settings'), _defineProperty(_fr$data, 'ADD_Ledger_scan', 'Se connecter au portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_4', 'Si l\'option Browser Support n\'est pas présente dans Settings, vérifiez que vous avez le [Firmware 1.2 ou plus récent](https://www.ledgerwallet.com/apps/manager).'), _defineProperty(_fr$data, 'ADD_Ledger_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_Ledger_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_MetaMask', 'Connexion à MetaMask'), _defineProperty(_fr$data, 'x_Trezor', 'TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_scan', 'Connexion à TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_scan', 'Se connecter au Digital Bitbox'), _defineProperty(_fr$data, 'CX_error_1', 'Vous n\'avez pas de portefeuille sauvegardé. Cliquez sur ["Ajout de portefeuilles"](/cx-wallet.html#add-wallet) pour en ajouter un !'), _defineProperty(_fr$data, 'CX_quicksend', 'Envoyer'), _defineProperty(_fr$data, 'NODE_Title', 'Ajouter votre nœud personnalisé'), _defineProperty(_fr$data, 'NODE_Subtitle', 'Connexion à un nœud local…'), _defineProperty(_fr$data, 'NODE_Warning', 'Votre nœud doit être en HTTPS pour vous y connecter via MyEtherWallet.com. Vous pouvez [télécharger MyEtherWallet et le lancer localement](https://github.com/kvhnuke/etherwallet/releases/latest) pour vous connecter à un nœud quelconque, ou obtenir un certificat SSL gratuit via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fr$data, 'NODE_Name', 'Nom du nœud'), _defineProperty(_fr$data, 'NODE_Port', 'Port du nœud'), _defineProperty(_fr$data, 'NODE_CTA', 'Sauvegarder et utiliser le nœud personnalisé'), _defineProperty(_fr$data, 'CONTRACT_Title', 'Adresse du contrat'), _defineProperty(_fr$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant'), _defineProperty(_fr$data, 'CONTRACT_Json', 'Interface ABI / JSON'), _defineProperty(_fr$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat'), _defineProperty(_fr$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction'), _defineProperty(_fr$data, 'CONTRACT_ByteCode', 'Bytecode'), _defineProperty(_fr$data, 'CONTRACT_Read', 'LIRE'), _defineProperty(_fr$data, 'CONTRACT_Write', 'ÉCRIRE'), _defineProperty(_fr$data, 'DEP_generate', 'Générer le bytecode'), _defineProperty(_fr$data, 'DEP_generated', 'Bytecode généré'), _defineProperty(_fr$data, 'DEP_signtx', 'Signer la transaction'), _defineProperty(_fr$data, 'DEP_interface', 'Interface générée'), _defineProperty(_fr$data, 'SWAP_rates', "Taux actuels"), _defineProperty(_fr$data, 'SWAP_init_1', "Je veux échanger"), _defineProperty(_fr$data, 'SWAP_init_2', " contre"), _defineProperty(_fr$data, 'SWAP_init_CTA', "Allons-y !"), _defineProperty(_fr$data, 'SWAP_information', "Vos informations "), _defineProperty(_fr$data, 'SWAP_send_amt', "Montant à envoyer "), _defineProperty(_fr$data, 'SWAP_rec_amt', "Montant à recevoir "), _defineProperty(_fr$data, 'SWAP_your_rate', "Votre taux "), _defineProperty(_fr$data, 'SWAP_rec_add', "Votre adresse de réception "), _defineProperty(_fr$data, 'SWAP_start_CTA', "Commencer l\'échange "), _defineProperty(_fr$data, 'SWAP_ref_num', "Votre numéro de référence "), _defineProperty(_fr$data, 'SWAP_time', "Temps restant pour l\'envoi "), _defineProperty(_fr$data, 'SWAP_elapsed', "Temps passé depuis l\'envoi "), _defineProperty(_fr$data, 'SWAP_progress_1', "Ordre déclenché "), _defineProperty(_fr$data, 'SWAP_progress_2', "En attente de vos "), _defineProperty(_fr$data, 'SWAP_progress_3', "reçu !"), _defineProperty(_fr$data, 'SWAP_progress_4', "Envoi de vos {{orderResult.output.currency}}"), _defineProperty(_fr$data, 'SWAP_progress_5', "Ordre exécuté"), _defineProperty(_fr$data, 'SWAP_order_CTA', "Envoyer "), _defineProperty(_fr$data, 'SWAP_unlock', "Déverrouillez votre portefeuille pour envoyer des ETH ou des tokens directement depuis cette page."), _defineProperty(_fr$data, 'ERROR_0', '(error_01) Please enter a valid amount. Veuillez entrer un montant valide. '), _defineProperty(_fr$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password. Votre mot de passe doit être composé d\'au moins 9 caractères. Assurez-vous qu\'il s\'agisse d\'un mot de passe fort.'), _defineProperty(_fr$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file. Désolé ! Notre service ne permet pas de gérer ce type de fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_3', '(error_04) This is not a valid wallet file. Ceci n\'est pas un fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units Cette unité n\'existe pas, merci d\'utiliser une des unités suivantes '), _defineProperty(_fr$data, 'ERROR_5', '(error_06) Please enter a valid address. Veuillez entrer une adresse valide. '), _defineProperty(_fr$data, 'ERROR_6', '(error_07) Please enter a valid password. Veuillez entrer un mot de passe valide. '), _defineProperty(_fr$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.) Veuillez entrer un montant valide. (Must be integer. Try 0-18.) '), _defineProperty(_fr$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.) Veuillez entrer une limite de Gas valide. (Must be integer. Try 21000-4000000.) '), _defineProperty(_fr$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.) Veuillez entrer des donnnées valides (en héxadécimal).'), _defineProperty(_fr$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.) Veuillez entrer un montant de Gas valide (une valeur entière. Essayez 20 Gwei, soit 20000000000 wei).'), _defineProperty(_fr$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.) Veuillez entrer un nonce valide (nombre entier).'), _defineProperty(_fr$data, 'ERROR_12', '(error_13) Invalid signed transaction. Transaction signée invalide.'), _defineProperty(_fr$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists. Un portefeuille portant ce nom existe déjà.'), _defineProperty(_fr$data, 'ERROR_14', '(error_15) Wallet not found. Portefeuille non trouvé.'), _defineProperty(_fr$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. Il semblerait qu\'aucune proposition n\'existe avec cet identifiant ou qu\'il y a eu une erreur lors de la consultation de cette proposition.'), _defineProperty(_fr$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page. Un portefeuille avec cette adresse existe déja. Merci de consulter la liste de vos portefeuilles.'), _defineProperty(_fr$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html) Fonds insuffisants. Le compte duquel vous essayez d\'envoyer la transaction ne possède pas assez de fonds. Il vous faut au moins 0,01 ether sur votre compte pour couvrir les frais de Gas. Ajoutez des ethers et réessayez.'), _defineProperty(_fr$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended. Tout le Gas serait consommé lors de cette transaction. Cela signifie que vous avez déjà voté pour cette proposition ou que la période du débat est terminée.'), _defineProperty(_fr$data, 'ERROR_19', '(error_20) Please enter a valid symbol Veuillez entrer un symbole valide.'), _defineProperty(_fr$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token n\'est pas un token ERC-20 valide. Si d\'autres tokens sont en train de se charger, enlevez celui-ci et réessayez.'), _defineProperty(_fr$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. Impossible d\'estimer le Gas. Il n\'y a pas assez de fonds sur le compte, ou l\'adresse du contrat de réception a renvoyé une erreur. Vous pouvez ajuster vous-même le Gas et recommencer. Le message d\'erreur à l\'envoi peut comporter plus d\'informations.'), _defineProperty(_fr$data, 'ERROR_22', '(error_23) Please enter a valid node name Veuillez entrer un nom de nœud valide.'), _defineProperty(_fr$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https Veuillez entrer une URL valide ; si vous êtes en HTTPS, votre URL doit être en https.'), _defineProperty(_fr$data, 'ERROR_24', '(error_25) Please enter a valid port. Veuillez entrer un port valide.'), _defineProperty(_fr$data, 'ERROR_25', '(error_26) Please enter a valid chain ID. Veuillez entrer un ID de chaîne valide.'), _defineProperty(_fr$data, 'ERROR_26', '(error_27) Please enter a valid ABI. Veuillez entrer une ABI valide.'), _defineProperty(_fr$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount: Montant minimum : 0.01. Montant maximum : '), _defineProperty(_fr$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. **Vous avez besoin de votre fichier Keystore et du mot de passe** (ou de la clé privée) pour accéder à ce portefeuille à l\'avenir. Merci de le télécharger et d\'en faire une sauvegarde externe. Il n\'existe aucun moyen de récupérer un portefeuille si vous ne le sauvegardez pas. Merci de lire la [page d\'Aide](https://www.myetherwallet.com/#help) pour plus de détails.'), _defineProperty(_fr$data, 'ERROR_29', '(error_30) Please enter a valid user and password. Veuillez entrer un nom d\'utilisateur et mot de passe valides.'), _defineProperty(_fr$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation) Veuillez entrer un nom ENS valide.'), _defineProperty(_fr$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase. Phrase secrète invalide.'), _defineProperty(_fr$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs. Connexion au nœud impossible. Actualisez la page ou essayez un nœud différent (en haut à droite). Vérifiez les réglages de votre parefeu. S\'il s\'agit d\'un nœud personnalisé, vérifiez votre configuration.'), _defineProperty(_fr$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. Le portefeuille que vous avez déverrouillé ne correspond pas à l\'adresse du propriétaire.'), _defineProperty(_fr$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. Le nom que vous tentez de révéler ne correspond pas au nom que vous avez entré.'), _defineProperty(_fr$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean? L\'adresse d\'entrée n\'a pas de somme de contrôle. Cliquez ici pour plus d\'infos.'), _defineProperty(_fr$data, 'ERROR_36', '(error_37) Please enter a valid TX hash Entrez une empreinte (_hash_) de transaction valide.'), _defineProperty(_fr$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f Entrez une chaîne hexadécimale valide (0-9, a-f).'), _defineProperty(_fr$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fr$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fr$data, 'SUCCESS_1', 'Adresse valide !'), _defineProperty(_fr$data, 'SUCCESS_2', 'Portefeuille déchiffré avec succès !'), _defineProperty(_fr$data, 'SUCCESS_3', 'Votre transaction a été diffusée sur le réseau. Elle est en attente de confirmation. Pendant les ICO, cette confirmation peut prendre plus de 3 heures. Utilisez les boutons de vérification ci-dessous pour la suivre. Hash de la TX : '), _defineProperty(_fr$data, 'SUCCESS_4', 'Votre portefeuille a été ajouté avec succès !'), _defineProperty(_fr$data, 'SUCCESS_5', 'Fichier sélectionné !'), _defineProperty(_fr$data, 'SUCCESS_6', 'Vous êtes bien connecté !'), _defineProperty(_fr$data, 'SUCCESS_7', 'Signature du message vérifiée !'), _defineProperty(_fr$data, 'WARN_Send_Link', 'Vous avez suivi un lien qui a rempli l\'adresse, le montant, le Gas ou les champs de données pour vous. Vous pouvez modifier toutes ces informations avant l\'envoi. Débloquez votre portefeuille pour démarrer.'), _defineProperty(_fr$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Solde insuffisant'), _defineProperty(_fr$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right. Prix du Gas trop bas pour être accepté'), _defineProperty(_fr$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Limite de Gas dépassée'), _defineProperty(_fr$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants pour (Gas * prix) + valeur'), _defineProperty(_fr$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. Gas intrinsèque trop bas'), _defineProperty(_fr$data, 'GETH_InvalidSender', '(geth-06) Invalid sender. Expéditeur invalide'), _defineProperty(_fr$data, 'GETH_NegativeValue', '(geth-07) Negative value. Valeur négative'), _defineProperty(_fr$data, 'GETH_Nonce', '(geth-08) This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Nonce trop bas'), _defineProperty(_fr$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low. Compte inexistant ou solde du compte trop bas'), _defineProperty(_fr$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Une transaction portant la même empreinte (_hash_) a déjà été importée."), _defineProperty(_fr$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le coût de la transaction excède la limite en Gas courante (limite : {}, coût : {}). Essayez de réduire le Gas fourni."), _defineProperty(_fr$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants. Le compte d'où vous essayez d'envoyer une transaction ne possède pas assez de fonds (requis : {}, disponibles : {})."), _defineProperty(_fr$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Ils ne satisfont pas au minimum de votre nœud (minimum : {}, frais : {}). Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le Gas fourni dépasse la limite."), _defineProperty(_fr$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Il y a trop de transactions en file d\'attente. Votre transaction a été abandonnée en raison de cette limite. Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Le nonce de la transaction est trop bas. Essayez d\'incrémenter le nonce."), _defineProperty(_fr$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Il y a une autre transaction avec le même nonce en file d\'attente. Essayez d\'augmenter les frais ou d\'incrémenter le nonce."), _defineProperty(_fr$data, 'translate_version', '0.4'), _defineProperty(_fr$data, 'Translator_Desc', 'Merci à nos traducteurs'), _defineProperty(_fr$data, 'TranslatorName_1', '[Simon P](https://www.myetherwallet.com/?gaslimit=21000&to=0x89a18eE46b5aabC62e94b1830881887D04C687f3&value=1.0#send-transaction) ·'), _defineProperty(_fr$data, 'TranslatorAddr_1', '0x89a18eE46b5aabC62e94b1830881887D04C687f3 '), _defineProperty(_fr$data, 'TranslatorName_2', 'Jean Zundel ·'), _defineProperty(_fr$data, 'TranslatorAddr_2', ''), _defineProperty(_fr$data, 'TranslatorName_3', 'girards ·'), _defineProperty(_fr$data, 'TranslatorAddr_3', ''), _defineProperty(_fr$data, 'TranslatorName_4', 'Paul Ramlach ·'), _defineProperty(_fr$data, 'TranslatorAddr_4', ''), _defineProperty(_fr$data, 'TranslatorName_5', 'DarthJahus ·'), _defineProperty(_fr$data, 'TranslatorAddr_5', '0x4817Ad0411eddB9A32fda74AD1a2DfCAb3a89039'), _defineProperty(_fr$data, 'HELP_Warning', 'Si vous avez créé un portefeuille ou téléchargé le référentiel avant **le 31 déc. 2015**, merci de vérifier vos portefeuilles ou de télécharger une nouvelle version du référentiel. Cliquez ici pour plus de détails.'), _defineProperty(_fr$data, 'HELP_Desc', 'Il manque quelque chose ? Vous avez d\'autres questions ? [Contactez-nous](mailto:support@myetherwallet.com), et non seulement nous allons vous répondre, mais nous mettrons aussi à jour cette page afin qu\'elle soit plus utile à tout le monde à l\'avenir !'), _defineProperty(_fr$data, 'HELP_Remind_Title', 'Quelques rappels :'), _defineProperty(_fr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, ainsi que certaines des bibliothèques Javascript que nous employons sont en cours de développement.** Bien que nous les ayons testés intensivement et que des dizaines de milliers de portefeuilles aient été créés avec succès dans le monde entier, il existe toujours une faible possibilité qu\'un incident se produise, conduisant à la perte de vos ethers. N\'investissez pas plus que ce que vous pouvez vous permettre de perdre, et restez toujours prudents. En cas d\'accident, nous en serons désolés mais **nous ne sommes pas responsables d\'une éventuelle perte d\'ether**.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX ne sont pas des "portefeuilles web". Vous ne créez pas un compte, vous ne déposez pas votre ether chez nous. Aucune donnée ne sort de votre ordinateur ou de votre navigateur. Nous vous facilitons la création, la sauvegarde et l\'accès à vos informations ainsi que l\'interaction avec le blockchain.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_3', 'Si vous ne sauvegardez pas votre clef privée et votre mot de passe, il n\'existe aucun moyen de regagner accès à votre portefeuille et aux fonds qu\'il détient. Sauvegardez-les en plusieurs endroits et non seulement sur votre ordinateur !'), _defineProperty(_fr$data, 'HELP_0_Title', '0) Je suis nouveau. Que puis-je faire ?'), _defineProperty(_fr$data, 'HELP_0_Desc_1', 'MyEtherWallet vous donne la possibilité de générer de nouveaux portefeuilles pour stocker votre Ether vous-même, et de ne pas les stocker sur une plateforme de change. Ce processus ne s\'exécute que sur votre ordinateur, et non sur nos serveurs. Quand vous générez un nouveau portefeuille, **il est donc de votre responsabilité de le sauvegarder de manière sécurisée.** '), _defineProperty(_fr$data, 'HELP_0_Desc_2', 'Créez un nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_3', 'Sauvegardez le portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_4', 'Vérifiez que vous avez accès à ce nouveau portefeuille et que vous avez correctement sauvegardé toutes les informations nécessaires.'), _defineProperty(_fr$data, 'HELP_0_Desc_5', 'Transférez de l\'Ether vers ce nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_1_Title', '1) Comment puis-je créer un nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_1_Desc_1', 'Accédez à la page "Génération d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_1_Desc_2', 'Accédez à la page "Ajout de portefeuille" et sélectionnez "Générer un nouveau portefeuille"'), _defineProperty(_fr$data, 'HELP_1_Desc_3', 'Entrez un mot de passe fort. Si vous pensez que vous pouvez l\'oublier, sauvegardez-le dans un endroit sûr. Vous aurez besoin de ce mot de passe pour envoyer des transactions.'), _defineProperty(_fr$data, 'HELP_1_Desc_4', 'Cliquez sur "GÉNÉRER".'), _defineProperty(_fr$data, 'HELP_1_Desc_5', 'Votre portefeuille a maintenant été généré.'), _defineProperty(_fr$data, 'HELP_2a_Title', 'Comment puis-je sauvegarder mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_2a_Desc_1', 'Vous devez toujours sauvegarder votre portefeuille en plusieurs endroits physiques, comme sur une clef USB ou une feuille de papier.'), _defineProperty(_fr$data, 'HELP_2a_Desc_2', 'Sauvegardez l\'adresse. Vous pouvez la garder pour vous-même ou la partager avec d\'autres personnes qui, de cette manière, peuvent vous envoyer de l\'Ether.'), _defineProperty(_fr$data, 'HELP_2a_Desc_3', 'Sauvegardez votre clef privée en plusieurs exemplaires. Ne la partagez avec personne. Votre clef privée est nécessaire pour accéder à votre Ether et pour l\'envoyer ! Il existe 3 types de clef privée :'), _defineProperty(_fr$data, 'HELP_2a_Desc_4', 'Placez votre adresse, les exemplaires de la clef privée et la version PDF de votre portefeuille papier dans un dossier. Sauvegardez-le sur votre ordinateur et une clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_5', 'Imprimez votre portefeuille si vous avez une imprimante. Sinon, écrivez votre clef privée et votre adresse usr une feuille de papier. Rangez-la dans un endroit sûr et différent de votre ordinateur et de la clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_6', 'Gardez à l\'esprit qu\'il faut vous préserver de la perte de la clef et du mot de passe en cas de perte de votre disque dur, de votre clef oui de la feuille de papier. Vous devez également vous prémunir contre les catastrophes pouvant toucher votre zone géographique (comme un incendie ou une inondation).'), _defineProperty(_fr$data, 'HELP_2b_Title', '2b) Comment puis-je gérer en toute sécurité un stockage hors ligne avec MyEtherWallet ?'), _defineProperty(_fr$data, 'HELP_2b_Desc_1', 'Allez sur notre référentiel Github : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_fr$data, 'HELP_2b_Desc_2', 'Cliquez sur `etherwallet-vX.X.X.X.zip` '), _defineProperty(_fr$data, 'HELP_2b_Desc_3', 'Transportez le zip sur un ordinateur hors ligne. '), _defineProperty(_fr$data, 'HELP_2b_Desc_4', 'Décompressez-le et double-cliquez sur `index.html`.'), _defineProperty(_fr$data, 'HELP_2b_Desc_5', 'Générez un portefeuille avec un mot de passe fort.'), _defineProperty(_fr$data, 'HELP_2b_Desc_6', 'Sauvegardez l\'adresse. Sauvegardez les exemplaires de la clef privée. Sauvegardez le mot de passe si vous ne voulez pas devoir vous en souvenir.'), _defineProperty(_fr$data, 'HELP_2b_Desc_7', 'Rangez ces papier et/ou ces clefs USB en des endroits physiquement distants.'), _defineProperty(_fr$data, 'HELP_2b_Desc_8', 'Allez à la page "Visualisation d\'un portefeuille" et entrez votre clef privée et votre mot de passe pour vous assurer de leur validité et pour accéder à votre portefeuille. Vérifiez que l\'adresse que vous avez écrite est la même.'), _defineProperty(_fr$data, 'HELP_3_Title', '3) Comment puis-je vérifier que j\'ai accès à mon nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_3_Desc_1', '**Avant d\'envoyer de l\'Ether à votre portefeuille**, vous devez vous assurer que vous y avez accès.'), _defineProperty(_fr$data, 'HELP_3_Desc_2', 'Naviguez vers la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_3', 'Naviguez vers la page Visualisation d\'un portefeuille" de MyEtherWallet.com.'), _defineProperty(_fr$data, 'HELP_3_Desc_4', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_3_Desc_5', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_3_Desc_6', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_7', 'Les informations sur votre portefeuille doivent apparaître. Trouvez l\'adresse de votre compte près d\'une icône circulaire et colorée. Celle-ci représente visuellement votre adresse. Assurez-vous que cette adresse est celle que vous avez sauvegardée dans votre document texte et qu\'elle se trouve sur votre portefeuille papier.'), _defineProperty(_fr$data, 'HELP_3_Desc_8', 'Si vous désirez détenir une grande quantité d\'Ether, nous recommandons de commencer par envoyer une petite somme depuis le nouveau portefeuille avant d\'y déposer une somme importante. Envoyez 0,001 Ether vers le nouveau portefeuille, accédez-y puis envoyez ces 0,001 Ether vers une autre adresse, et vérifiez que tout a fonctionné sans encombre.'), _defineProperty(_fr$data, 'HELP_4_Title', '4) Comment puis-je envoyer de l\'Ether d\'un portefeuille vers un autre ?'), _defineProperty(_fr$data, 'HELP_4_Desc_1', 'Si vous désirez transférer une grande quantité d\'Ether, vous devez d\'abord essayer d\'en envoyer un petit montant vers votre portefeuille pour vous assurer que tout fonctionne comme prévu.'), _defineProperty(_fr$data, 'HELP_4_Desc_2', 'Naviguez vers la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4_Desc_3', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_4_Desc_4', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_4_Desc_5', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_4_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_4_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4_Desc_9', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_10', 'Quelques champs supplémentaires apparaîtront. Votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_4_Desc_11', 'Cliquez sur le bouton bleu "Envoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_12', 'Une boîte de dialog apparaîtra. Vérifiez que le montant défini et l\'adresse de destination sont corrects, puis cliquez sur "Oui, je le veux ! Effectuer la transaction."'), _defineProperty(_fr$data, 'HELP_4_Desc_13', 'La transaction sera soumise et son identifiant affiché. Vous pouvez cliquer sur l\'identifiant pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_4CX_Title', '4) Comment puis-je envoyer de l\'Ether avec MyEtherWallet CX ?'), _defineProperty(_fr$data, 'HELP_4CX_Desc_1', 'D\'abord, vous devez ajouter un portefeuille. Ceci fait, deux possibilités s\'offrent à vous : la fonctionnalité "Envoi rapide" de l\'icône de l\'extension Chrome ou la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_2', 'Envoi rapide :'), _defineProperty(_fr$data, 'HELP_4CX_Desc_3', 'Cliquez sur l\'icône de l\'extension Chrome.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_4', 'Cliquez sur le bouton "Envoi rapide".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_5', 'Sélectionnez le portefeuille d\'où vous désirez envoyer les Ethers.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination :". '), _defineProperty(_fr$data, 'HELP_4CX_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_8', 'Cliquez sur "Enoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_9', 'Vérifiez que l\'adresse et le montant envoyé sont corrects.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_10', 'Entrez le mot de passe du portefeuille.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_11', 'Cliquez sur "Envoyez la transaction." '), _defineProperty(_fr$data, 'HELP_4CX_Desc_12', 'Avec la page "Envoyer des Ether et des Tokens" '), _defineProperty(_fr$data, 'HELP_5_Title', '5) Comment puis-je lancer MyEtherWallet.com hors ligne (en local) ?'), _defineProperty(_fr$data, 'HELP_5_Desc_1', 'Vous pouvez lancer MyEtherWallet.com sur votre ordinateur au lieu de passer par les serveurs GitHub. Vous pouvez générer un portefeuille en restant totalement hors ligne et envoyer des transactions depuis la page "Transaction hors ligne".'), _defineProperty(_fr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com tourne maintenant complètement sur votre ordinateur.'), _defineProperty(_fr$data, 'HELP_5_Desc_8', 'Au cas où cela ne vous est pas familier, vous devez conserver l\'intégralité du dossier pour faire tourner le site web et non uniquement `index.html`. Ne touchez à rien, ne déplacez rien dans le dossier. Si vous stockez une sauvegarde du repo MyEtherWallet pour l\'avenir, nous vous recommandons de ne stocker que le ZIP afin d\'être sûr que le contenu du dossier restera intact.'), _defineProperty(_fr$data, 'HELP_5_Desc_9', 'Comme nous améliorons constamment MyEtherWallet.com, nous vous recommandons de mettre régulièrement à jour votre version de sauvegarde.'), _defineProperty(_fr$data, 'HELP_5CX_Title', '5) Comment puis-je installer cette extension depuis le repo au lieu du Chrome Store ?'), _defineProperty(_fr$data, 'HELP_5CX_Desc_2', 'Cliquez sur `chrome-extension-vX.X.X.X.zip`'), _defineProperty(_fr$data, 'HELP_5CX_Desc_3', 'Allez dans le menu de Google Chrome (les trois points en haut à droite).'), _defineProperty(_fr$data, 'HELP_5CX_Desc_4', 'Sous l\'élément "Plus d\'outils", cliquez sur "Extensions".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_5', 'Cochez la case "Mode développeur" en haut de cette page.'), _defineProperty(_fr$data, 'HELP_5CX_Desc_6', 'Cliquez sur le bouton "Chargez l\'extension non empaquetée…".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_7', 'Naviguez vers le dossier que vous avez téléchargé et extrait auparavant. Cliquez sur "Sélectionner".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_8', 'L\'extension doit maintenant apparaître parmi vos extensions et dans la barre d\'extensions de Chrome.'), _defineProperty(_fr$data, 'HELP_7_Title', '7) Comment puis-je envoyer des tokens et ajouter des tokens spécifiques ?'), _defineProperty(_fr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) est un excellent moyen d\'explorer les tokens et d\'en trouver les informations comme le nombre de décimales.'), _defineProperty(_fr$data, 'HELP_7_Desc_1', 'Naviguez vers la page "Envoi de tokens".'), _defineProperty(_fr$data, 'HELP_7_Desc_2', 'Déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_7_Desc_3', 'Entre l\'adresse à laquelle vous désirez envoyer des tokens dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_7_Desc_4', 'Entrez le montant que vous désirez envoyer. '), _defineProperty(_fr$data, 'HELP_7_Desc_5', 'Sélectionnez le token que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_7_Desc_6', 'Si celui-ci n\'est pas listé : '), _defineProperty(_fr$data, 'HELP_7_Desc_7', 'Cliquez sur "Spécifique".'), _defineProperty(_fr$data, 'HELP_7_Desc_8', 'Entrez l\'adresse, le nom et le nombre de décimales du token. Ces informations sont fournies par les développeurs du token et sont également nécessaires quand vous utilisez la fonction "Add a Watch Token" dans Mist.'), _defineProperty(_fr$data, 'HELP_7_Desc_9', 'Cliquez sur "Sauvegarder".'), _defineProperty(_fr$data, 'HELP_7_Desc_10', 'Vous pouvez maintenant envoyer ces tokens ainsi qu\'en voir votre solde dans la zone sur le côté.'), _defineProperty(_fr$data, 'HELP_7_Desc_11', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_7_Desc_12', 'Quelques champs supplémentaires vont apparaître : votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_7_Desc_13', 'Cliquez sur le bouton bleu "Envoyer la transation".'), _defineProperty(_fr$data, 'HELP_7_Desc_14', 'Une boîte de dialog va apparaître. Vérifiez que le montant et l\'adresse de destination sont corrects puis cliquez sur le bouton "Oui, je le veux ! Effectuer la transaction." '), _defineProperty(_fr$data, 'HELP_7_Desc_15', 'La transaction est alors soumise au réseau. Son identifiant est affiché et vous pouvez cliquer dessus pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Title', '8) Que se passe-t-il si votre site est hors-ligne ?'), _defineProperty(_fr$data, 'HELP_8_Desc_1', 'MyEtherWallet n\'est pas un portefeuille web. Vous n\'avez pas de compte dessus et rien n\'est jamais stocké sur nos serveurs. Ce n\'est qu\'une interface qui vous permet d\'interagir avec le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com venait à être hors ligne, vous devrez trouver un autre moyen (comme Geth ou Ethereum Wallet / Mist) pour faire la même chose. Mais vous n\'aurez pas à "récupérer" votre Ether depuis MyEtherWallet parce qu\'il ne se trouve pas dans MyEtherWallet. Il est chez vous, dans le portefeuille que vous avez généré par notre site.'), _defineProperty(_fr$data, 'HELP_8_Desc_3', 'Vous pouvez maintenant importer facilement votre clef privée non chiffrée et vos fichiers (chiffrés) au format Geth/Mist, directement dans geth / Ethereum Wallet / Mist. Voir question #12 ci-dessous.'), _defineProperty(_fr$data, 'HELP_8_Desc_4', 'De plus, la probabilité que nous laissions tomber MyEtherWallet approche zéro. Il ne nous coûte presque rien de le maintenir comme nous n\'y stockons aucune information. Si le domaine venait à être perdu, le logiciel sera toujours disponible publiquement sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Vous pourrez y télécharger le ZIP et le faire tourner localement.'), _defineProperty(_fr$data, 'HELP_8CX_Title', '8) Que se passe-t-il si MyEtherWallet CX disparaît ?'), _defineProperty(_fr$data, 'HELP_8CX_Desc_1', 'D\'abord, toutes les données sont sauvegardées sur votre ordinateur et non sur nos serveurs. Cela peut paraître étonnant mais, quand vous regardez sur l\'extension Chrome, ce que vous voyez *ne se trouve pas* sur nos serveurs ; tout est stocké sur votre propre ordinateur. '), _defineProperty(_fr$data, 'HELP_8CX_Desc_2', 'Cela dit, il est **très important** que vous sauvegardiez toutes les données de tous les portefeuilles générés par MyEtherWallet CX. De cette manière, si quoi que ce soit arrivait à MyEtherWallet CX ou à votre ordinateur, vous conserveriez toutes les informations nécessaires pour accéder à votre Ether. Voir #2a pour la sauvegarde de vos portefeuilles.'), _defineProperty(_fr$data, 'HELP_8CX_Desc_3', 'Si, pour une raison quelconque, MyEtherWallet CX disparaissait du Chrome Store, vous pourrez en trouver le source sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) et le charger manuellement. Voir #5 ci-dessus.'), _defineProperty(_fr$data, 'HELP_9_Title', '9) La page "Envoyer des Ether et des Tokens" est-elle hors ligne ? '), _defineProperty(_fr$data, 'HELP_9_Desc_1', 'Non. Elle a besoin de l\'internet pour obtenir le prix actuel du Gas, le nonce de votre compte et pour émettre la transaction (c\'est-à-dire "envoyer des Ethers"). Cependant, elle n\'envoie que la transaction signée. Votre clef privée reste en sécurité chez vous. Nous fournissons aussi une page "Transaction hors ligne" pour vous permettre de conserver en permanence vos clefs privées sur une machine hors ligne.'), _defineProperty(_fr$data, 'HELP_10_Title', '10) Comment puis-je faire une transaction hors ligne ?'), _defineProperty(_fr$data, 'HELP_10_Desc_1', 'Allez à la page "Transaction hors ligne" avec votre ordinateur **en ligne**.'), _defineProperty(_fr$data, 'HELP_10_Desc_2', 'Entrez l\'"Adresse d\'émission". Attention, c\'est l\'adresse **à partir de laquelle** vous envoyez et non celle *vers laquelle** vous envoyez. Ceci va générer un nonce et le prix du Gas.'), _defineProperty(_fr$data, 'HELP_10_Desc_3', 'Sur votre ordinateur **hors ligne**, entrez l\'"Adresse de destination" et le "Montant" que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_10_Desc_4', 'Entrez le "Prix du Gas" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_5', 'Entrez le "Nonce" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_6', 'La "Limite en Gas" a une valeur par défaut de 21000. Ceci couvre les frais d\'une transaction standard. Si vous envoyez à un contrat ou si vous embarquez des données supplémentaires avec votre transaction vous devrez augmenter la limite de Gas. Tout Gas non consommé vous sera retourné.'), _defineProperty(_fr$data, 'HELP_10_Desc_7', 'Si vous le désirez, entrez des données. Dans ce cas, vous devrez inclure plus que la limite de 21000 par défaut. Toutes les données sont au format hexadécimal.'), _defineProperty(_fr$data, 'HELP_10_Desc_8', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_10_Desc_9', 'Cliquez sur le bouton "Générer la transaction signée".'), _defineProperty(_fr$data, 'HELP_10_Desc_10', 'Le champ de données sous ce bouton se remplit avec votre transaction signée. Copiez-la et revenez avec elle sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'HELP_10_Desc_11', 'Sur votre ordinateur en ligne, collez la transaction signée dans le champ texte et cliquez sur "Envoyez l\'Ether". Ceci émettra votre transaction. '), _defineProperty(_fr$data, 'HELP_12_Title', '12) Comment puis-je importer un portefeuille créé par MyEtherWallet dans geth, Ethereum Wallet ou Mist ?'), _defineProperty(_fr$data, 'HELP_12_Desc_1', 'Avec un fichier Geth/Mist JSON de MyEtherWallet v2+.... '), _defineProperty(_fr$data, 'HELP_12_Desc_2', 'Allez à la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_12_Desc_3', 'Déverrouillez votre portefeuille avec votre clef privée **chiffrée** ou votre fichier JSON.'), _defineProperty(_fr$data, 'HELP_12_Desc_4', 'Allez à la page "Mes portefeuilles".'), _defineProperty(_fr$data, 'HELP_12_Desc_5', 'Sélectionnez le portefeuille que vous désirez importer dans Mist, cliquez sur l\'icône "Voir", entrez votre mot de passe et accédez à votre portefeuille. '), _defineProperty(_fr$data, 'HELP_12_Desc_6', 'Allez à la section "Téléchargez le fichier JSON file - Format Geth/Mist (chiffé)". Cliquez sur le bouton "Télécharger" en dessous. Vous avez maintenant votre fichier *keystore.* '), _defineProperty(_fr$data, 'HELP_12_Desc_7', 'Ouvrez l\'application Ethereum Wallet. '), _defineProperty(_fr$data, 'HELP_12_Desc_8', 'Dans la barre de menu, allez sur "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fr$data, 'HELP_12_Desc_9', 'Ceci ouvre votre dossier de keystores. Copiez-y le fichier que vous venez de télécharger (`UTC--ANNEE-MOIS-JOUR......../`) dans ce dossier.'), _defineProperty(_fr$data, 'HELP_12_Desc_10', 'Votre compte doit apparaître immédiatement sous "Accounts." '), _defineProperty(_fr$data, 'HELP_12_Desc_11', 'Avec votre clef privée non chiffrée...'), _defineProperty(_fr$data, 'HELP_12_Desc_12', 'Si vous n\'avez pas déjà votre clef privée non chiffrée, allez à la page "Visualisation d\'un portefeuille". '), _defineProperty(_fr$data, 'HELP_12_Desc_13', 'Sélectionnez le fichier de votre portefeuille ou entrez/collez votre clef privée pour déverrouiller votre portefeuille.'), _defineProperty(_fr$data, 'HELP_12_Desc_14', 'Copiez votre clef privée (non chiffrée). '), _defineProperty(_fr$data, 'HELP_12_Desc_15', 'Si vous êtes sur un Mac : '), _defineProperty(_fr$data, 'HELP_12_Desc_15b', 'Si vous êtes sur un PC : '), _defineProperty(_fr$data, 'HELP_12_Desc_16', 'Ouvrez Text Edit et collez cette clef privée.'), _defineProperty(_fr$data, 'HELP_12_Desc_17', 'Dans la barre de menu, cliquez sur "Format" -> "Make Plain Text".'), _defineProperty(_fr$data, 'HELP_12_Desc_18', 'Sauvegardez ce fichier vers votre `Desktop/` en tant que `nothing_special_delete_me.txt`. Assurez-vous qu\'il précise "UTF-8" et "If no extension is provided use .txt" dans le dialogue de sauvegarde.'), _defineProperty(_fr$data, 'HELP_12_Desc_19', 'Ouvrez un terminal et lancez la commande suivante : `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_20', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserez dans geth / Ethereum Wallet / Mist à chaque vois que vos créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_21', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_22', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_12_Desc_23', 'Ouvrez Bloc-notes (notepad) et collez-y la clef privée '), _defineProperty(_fr$data, 'HELP_12_Desc_24', 'Sauvegardez le fichier sur `C:\\` sous le nom `nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_25', 'Lancez la commande `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_26', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserz dans geth / Ethereum Wallet / Mist à chaque foiq que vous créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_27', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_28', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_13_Title', '13) Que signifie « Fonds insuffisants. Le compte d\'où vous essayez d\'envoyer une transaction ne possède pas assez de fonds. Requis : XXXXXXXXXXXXXXXXXXX, disponible : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_fr$data, 'HELP_13_Desc_1', 'Cela signifie que vous n\'avez pas assez d\'Ether sur votre compte pour couvrir les coûts en Gas. Chaque transaction (y compris pour les tokens et les contrats) demande du Gas, et ce Gas est payé en Ether. Le nombre affiché est le montant requis pour couvrir le coût de la transaction en Wei. Prenez ce nombre, divisez-le par `10^18` (soit `1000000000000000000`) et soustrayez la somme en Ether que vous essayiez d\'envoyer (si vous tentiez d\'envoyer de l\'Ether). Cela vous donnera le montant en Ether que vous avez besoin d\'ajouter à votre compte pour effectuer cette transaction.'), _defineProperty(_fr$data, 'HELP_14_Title', '14) Certains sites initialisent la génération de clef privée par les mouvements de la sours. Ce n\'est pas le cas de MyEtherWallet.com. La génération de nombres aléatoires de MyEtherWallet est-elle sûre ?'), _defineProperty(_fr$data, 'HELP_14_Desc_1', 'Bien que l\'interception des mouvement de la souris soit jugée attractive par beaucoup, et que nous en comprenions les raisons, la réalité est que window.crypto assure plus d\'entropie que les mouvements de votre souris. L\'utilisation de ces mouvements est sûre mais nous (ainsi que de nombreux projets crypto) avons de bonnes raisons de croire en window.crypto. De plus, MyEtherWallet.com peut être utilisé sur des périphériques tactiles. Voici une [conversation entre un redditeur rageur et Vitalik Buterin à propos des mouvements de souris et window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) et voici [les spécifications w3 de window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_fr$data, 'HELP_15_Title', '15) Pourquoi le compte que je viens de créer n\'apparaît-il pas dans l\'explorateur de blockchain ? (etherchain, etherscan)'), _defineProperty(_fr$data, 'HELP_15_Desc_1', 'Les comptes n\'apparaissent dans un explorateur de blockchain qu\'après une activité, comme par exemple, un envoi ou une réception d\'Ether.'), _defineProperty(_fr$data, 'HELP_16_Title', '16) Comment puis-je vérifier le solde de mon compte ?'), _defineProperty(_fr$data, 'HELP_16_Desc_1', 'Vous pouvez utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/). Collez votre adresse dans la barre de recherche et cela récupérera votre solde et l\'historique de vos transactions. Par exemple, voici ce que montre notre [compte de donations](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) sur etherscan.io'), _defineProperty(_fr$data, 'HELP_17_Title', '17) Pourquoi mon solde n\'apparaît-il pas quand je déverrouille mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_17_Desc_1', 'C\'est probablement dû au fait que vous vous trouviez derrière un parefeu. L\'API que nous utilisons pour obtenir le solde et converir celui-ci est souvent bloquée par des parefeus pour des raisons diverses. Vous êtes toujours capable d\'envoyer des transactions mais il vous faut employer une autre méthode pour voir le solde, comme etherscan.io'), _defineProperty(_fr$data, 'HELP_18_Title', '18) Où est le fichier de mon portefeuille geth ?'), _defineProperty(_fr$data, 'HELP_19_Title', '19) Où est le fichier de mon portefeuille Mist ?'), _defineProperty(_fr$data, 'HELP_19_Desc_1', 'Les fichiers Mist se trouvent généralement aux endroits ci-dessus mais il est beaucoup plus facile d\'ouvrir Mist, de sélectionner "Accounts" dans la barre du haut, puis "Backup" et "Accounts". Cela ouvre le dossier où vos fichiers sont stockés. '), _defineProperty(_fr$data, 'HELP_20_Title', '20) Où est le fichier de mon portefeuille de *pre-sale* (pré-vente) ?'), _defineProperty(_fr$data, 'HELP_20_Desc_1', 'Là où vous l\'avez mis ;) Il vous a aussi été envoyé donc allez vérifier vos mails. Cherchez le fichier appelé `"ethereum_wallet_backup.json"` et choisissez ce fichier. Il est chiffré avec un mot de passe que vous avez créé pendant l\'achat au moment de la pré-vente.'), _defineProperty(_fr$data, 'HELP_21_Title', '21) N\'importe qui ne peut-il pas prendre une clef privée au hasard, chercher un solde et l\'envoyer à sa propre adresse ? '), _defineProperty(_fr$data, 'HELP_21_Desc_1', 'Version courte : oui, mais trouver un compte avec un solde prendrait plus longtemps que la durée de vie de l\'univers… donc… non. '), _defineProperty(_fr$data, 'HELP_21_Desc_2', 'Version longue : Ethereum est basé sur la [Cryptographie asymétrique](https://fr.wikipedia.org/wiki/Cryptographie_asymétrique), plus précisément la [cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) qui est très couramment employée, non pas uniquement dans Ethereum. La plupart des serveurs sont protégés par les ECC. Bitcoin les emploie, ainsi que SSH, TLS et bien d\'autres protocoles. Dans le cas spécifique d\'Ethereum, les clefs font 256 bits et sont plus fortes que celles en 128 et 192 bits, encore très employées et toujours considérées comme sûres par les experts.'), _defineProperty(_fr$data, 'HELP_21_Desc_3', 'Vous avez une clef privée et une clef publique. La clef privée peut servir à dériver la clef publique mais l\'inverse est pratiquement impossible. Le fait que l\'internet et le monde entier utilise ce système cryptographique signifie que, s\'il existait un moyen de dériver la clef privée de la clef publique, le risque que courrait votre Ether serait le dernier de vos soucis.'), _defineProperty(_fr$data, 'HELP_21_Desc_4', 'Cela dit, OUI : si quelqu\'un possède votre clef privée, il peut envoyer de l\'Ether depuis votre compte, de même que si une personne a le mot de passe de votre email, elle peut lire des mails ou en envoyer, ou si c\'est le mot de passe de votre compte en banque, elle peut faire des virements. Vous pouvez télécharger la versoin Keystore de votre clef privée qui est la clef privée chiffrée avec un mot de passe. Cela ressemble à avoir un mot de passe protégé par un autre mot de passe.'), _defineProperty(_fr$data, 'HELP_21_Desc_5', 'Et OUI, en théorie, on peut taper une chaîne de 64 caractères hexadécimaux jusqu\'à en trouver un qui correspond. Il est d\'ailleurs possible d\'écrire un programme qui vérifie très rapidement des clefs privée aléatoires. C\'est ce que l\'on appelle utiliser la "brute force", ou miner des clefs privées. Beaucoup de monde y a pensé très fort et très longtemps. Quelques serveurs haut de gamme peuvent vérifier plus de 1 million de clefs par seconde. Pourtant, même cette performance ne donnerait pas accès à un compte suffisamment approvisionné pour en valoir la chandelle ; il est bien plus probable que vous, vos enfant et vos petits-enfants mouriez avant d\'obtenir une correspondance.'), _defineProperty(_fr$data, 'HELP_21_Desc_6', 'Si vous connaissez un peu Bitcoin, [ceci remettra les choses en perspective :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Pour illustrer l\'improbabilité de tout ceci : supposons que chaque satoshi de chaque bitcoin qui sera jamais produit soit affecté à sa propre clef privée distincte. La probabilité que, parmi ces clefs, s\'en trouvent deux qui correspondent à la même adresse serait d\'environ 1 sur 100 quintillons.'), _defineProperty(_fr$data, 'HELP_21_Desc_7', '[Si vous voulez un argumentaire un peu plus technique :](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Ces nombres n\'ont rien à voir avec la technologie des systèmes ; ce sont les maxima autorisés par la thermodynamique. Et ils impliquent clairement qu\'une attaque par brute force contre des clefs de 256 bits restera impossible jusqu\'à ce que l\'on construise des ordinateurs avec autre chose que de la matière et qu\'ils occupent autre chose que l\'espace.'), _defineProperty(_fr$data, 'HELP_21_Desc_8', 'Cela suppose bien entendu que les clefs sont générées d\'une manière totalement aléatoire avec suffisamment d\'entropie. C\'est le cas des clefs générées ici, tout comme celles de Jaxx et de Mist/geth. Les portefeuilles Ethereum sont tous assez bons de ce point de vue. Les clefs générées par des cerveaux humains ne le sont pas, car ces derniers ne sont pas capables de partir d\'un nombre parfaitement aléatoire. Il y a eu des cas d\'autres problèmes d\'entropie insuffisante ou de nombres imparfaitement aléatoires dans le monde de Bitcoin mais il s\'agit là d\'un tout autre problème qui peut attendre un peu.'), _defineProperty(_fr$data, 'HELP_SecCX_Title', 'Sécurité - MyEtherWallet CX'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_1', 'Où cette extension enregistre-t-elle mes informations ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_2', 'Les informations stockées par cette extension sont sauvegardée via [chrome.storage](http://chrome.storage/), c\'est à dire au même endroit que vos mots de passe Chrome.'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_3', 'Quelles informations sont sauvegardées ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_4', 'L\'adresse, le surnom et la clef privée sont stockés dans chrome.storage. La clef privée est chiffrée par le mot de passe défini à l\'ajout du portefeuille. Le surnom et l\'adresse du portefeuille ne sont pas chiffrés. '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_5', 'Pourquoi le surnom et l\'adresse du portefeuille ne sont-ils pas chiffrés ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_6', 'Si nous devions chiffrer ces informations, il vous faudrait entrer un mot de passe à chaque fois que vous voudriez voir votre solde ou les surnoms. Si cela vous ennuie, nous vous recommandons d\'utiliser MyEtherWallet.com au lieu de cette extension Chrome.'), _defineProperty(_fr$data, 'HELP_Sec_Title', 'Sécurité'), _defineProperty(_fr$data, 'HELP_Sec_Desc_1', 'Si l\'une des premières questions que vous vous posez est "Pourquoi devrais-je faire confiance à ces gens ?", c\'est une bonne démarche. Nous espérons que ce qui suit va dissiper vos craintes. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_2', 'Nous avons commencé en août 2015. Si vous recherchez ["myetherwallet" sur reddit](https://www.reddit.com/search?q=myetherwallet), vous pouvez voir qu\'un nombre considérable de personnes nous utilisent sans problème. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_3', 'Nous n\'allons pas prendre votre argent ou voler vos clefs privées. Il n\'y a pas de code malveillant sur ce site. En fait, les pages sont du côté du client. Cela signifie que tout le code s\'éxécute sur **votre ordinateur** et n\'est jamais sauvegardé ou transmis où que ce soit.'), _defineProperty(_fr$data, 'HELP_Sec_Desc_4', 'Vérifiez l\'URL -- Ce site est servi par Github (et vous pouvez en voir le code source ici : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages)) vers [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_fr$data, 'HELP_Sec_Desc_5', 'Pour générer les portefeuilles, vous pouvez télécharger le [code source](https://github.com/kvhnuke/etherwallet/releases/latest). Voir #5 ci-dessus. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_6', 'Lancez un test et vérifiez le type d\'activité réseau. La manière la plus simple consiste en un clic droit sur la page, puis "Inspecter". Allez à l\'onglet "Network". Générez un portefeuille de test. Vous verrez qu\'il n\'y a pas d\'activité réseau. Vous pourrez voir quelque chose se produire ressemblant à data:image/gif et data:image/png. Ce sont les QR codes en cours de génération... sur votre ordinateur. Aucun octet n\'a été transféré. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_8', 'Si cet outil ne vous plaît pas, alors ne l\'utilisez surtout pas. Nous l\'avons créé pour qu\'il aide les gens à générer des portefeuilles et à effectuer des transactions sans avoir besoin de plonger dans des lignes de commandes, ni faire tourner un nœud complet. À nouveau, n\'hésitez pas à nous faire part de vos doutes et nous répondrons aussi rapidement que possible. Merci ! '), _defineProperty(_fr$data, 'HELP_FAQ_Title', 'Plus de réponses utiles aux questions fréquentes '), _defineProperty(_fr$data, 'HELP_Contact_Title', 'Moyens de nous contacter'), _fr$data); +}, _defineProperty(_fr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fr$data, 'x_CancelReplaceTx', 'Annuler ou remplacer la transaction'), _defineProperty(_fr$data, 'x_CancelTx', 'Annuler la transaction'), _defineProperty(_fr$data, 'x_PasswordDesc', 'Ce mot de passe va crypter votre clé privée. Ce n\'est pas une graine pour générer votre portefeuille. **Vous aurez besoin de ce mot de passe et de votre clé privée pour déverouiller votre portefeuille.**'), _defineProperty(_fr$data, 'x_ReadMore', 'En savoir plus'), _defineProperty(_fr$data, 'x_ReplaceTx', 'Remplacer la transaction'), _defineProperty(_fr$data, 'x_TransHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'x_TXFee', 'Frais de transaction'), _defineProperty(_fr$data, 'x_TxHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'NAV_CheckTxStatus', 'Vérifier le statut de la transaction'), _defineProperty(_fr$data, 'NAV_TxStatus', 'Statut de la transaction'), _defineProperty(_fr$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_fr$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs les transactions peuvent rester en attente durant des heures, voire des jours. Cet outil cherche à vous donner la possibilité de trouver et d\'annuler / remplacer ces transactions. **Ce n\'est pas quelque chose de normalement faisable et vous ne devriez pas vous y fier. Cela ne marchera que lorsque les files d\'attente de transactions seront pleines. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fr$data, 'tx_notFound', 'Transaction non trouvée'), _defineProperty(_fr$data, 'tx_notFound_1', 'Cette transaction est introuvable dans la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier le statut de la transaction". '), _defineProperty(_fr$data, 'tx_notFound_3', 'La transaction pourrait toujours être en instance sur un autre nœud, en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)`, `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) puis revérifiez.'), _defineProperty(_fr$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_fr$data, 'tx_foundInPending_1', 'Cette transaction a été retrouvée sur la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_foundInPending_3', 'Il est probable que vous puissiez annuler ou remplacer cette transaction. Déverouillez ci-dessous votre portefeuille.'), _defineProperty(_fr$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_fr$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_fr$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. À la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "OUT OF GAS", vous devriez doubler la limite de Gas que vous aviez spécifiée.'), _defineProperty(_fr$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de plateforme de change, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, un examen de votre situation.'), _defineProperty(_fr$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_fr$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_fr$data, 'GEN_Help_3', 'Votre périphérique *est* votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fr$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_fr$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_fr$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez avec personne · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_fr$data, 'GEN_Help_8', 'Pas de téléchargement ?'), _defineProperty(_fr$data, 'GEN_Help_9', 'Essayez Google Chrome'), _defineProperty(_fr$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_fr$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_fr$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres clients.) '), _defineProperty(_fr$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore'), _defineProperty(_fr$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_fr$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_fr$data, 'GEN_Help_16', 'Quels sont ces différents formats ?'), _defineProperty(_fr$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça ?'), _defineProperty(_fr$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_fr$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fr$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_fr$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_fr$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_fr$data, 'GAS_PRICE_Desc', 'Le prix du Gas est le montant que vous payez par unité de Gas. `frais de transaction = prix du GAS x GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Prix de GAS plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `21 GWEI`.'), _defineProperty(_fr$data, 'GAS_LIMIT_Desc', 'Le GAS limite est le montant de GAS à envoyer avec votre transaction. `frais de transaction = prix du GAS * GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH : `21000`. Envoyer des Tokens : ~`200000`.'), _defineProperty(_fr$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_fr$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `GAS limite` * le `prix du GAS`. [Vous pouvez convertir GWEI -> ETH ici.](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fr$data, 'NAV_AddWallet', 'Ajouter un portefeuille '), _defineProperty(_fr$data, 'NAV_BulkGenerate', 'Générer des portefeuilles par lots '), _defineProperty(_fr$data, 'NAV_Contact', 'Contact '), _defineProperty(_fr$data, 'NAV_Contracts', 'Contrats '), _defineProperty(_fr$data, 'NAV_DeployContract', 'Déployer un contrat '), _defineProperty(_fr$data, 'NAV_ENS', 'ENS'), _defineProperty(_fr$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_fr$data, 'NAV_GenerateWallet', 'Générer un portefeuille '), _defineProperty(_fr$data, 'NAV_Help', 'Aide '), _defineProperty(_fr$data, 'NAV_InteractContract', 'Interagir avec un contrat '), _defineProperty(_fr$data, 'NAV_Multisig', 'Multisign.'), _defineProperty(_fr$data, 'NAV_MyWallets', 'Mes portefeuilles '), _defineProperty(_fr$data, 'NAV_Offline', 'Envoi hors-ligne '), _defineProperty(_fr$data, 'NAV_SendEther', 'Envoyer des Ether et des Tokens '), _defineProperty(_fr$data, 'NAV_SendTokens', 'Envoyer des Tokens '), _defineProperty(_fr$data, 'NAV_SignMsg', 'Signer un message '), _defineProperty(_fr$data, 'NAV_Swap', 'Échanger '), _defineProperty(_fr$data, 'NAV_ViewWallet', 'Visualiser un portefeuille '), _defineProperty(_fr$data, 'NAV_YourWallets', 'Vos portefeuilles '), _defineProperty(_fr$data, 'x_Access', 'Accès '), _defineProperty(_fr$data, 'x_AddessDesc', 'Aussi appelée `adresse` ou `clé publique`. C\'est ce que vous donnez aux gens pour qu\'ils puissent vous envoyer des Ether ou des Tokens. Remarquez l\'icône colorée. Cette icône doit être identique quand vous entrez votre adresse quelque part.'), _defineProperty(_fr$data, 'x_Address', 'Votre adresse '), _defineProperty(_fr$data, 'x_Cancel', 'Annuler '), _defineProperty(_fr$data, 'x_CSV', 'Fichier CSV (non-chiffré) '), _defineProperty(_fr$data, 'x_Download', 'Télécharger '), _defineProperty(_fr$data, 'x_Json', 'Fichier JSON (non-chiffré) '), _defineProperty(_fr$data, 'x_JsonDesc', 'C\'est la version non-chiffrée au format JSON de votre clé privée. Cela signifie que vous n\'avez pas besoin de votre mot de passe pour l\'utiliser mais que toute personne qui trouve ce JSON peut accéder à votre portefeuille et vos Ether sans mot de passe. '), _defineProperty(_fr$data, 'x_Keystore', 'Fichier Keystore (UTC / JSON · Recommandé · Chiffré) '), _defineProperty(_fr$data, 'x_Keystore2', 'Fichier Keystore (UTC / JSON) '), _defineProperty(_fr$data, 'x_KeystoreDesc', 'Ce fichier Keystore utilise le même format que Mist, vous pouvez donc facilement l\'importer plus tard dans ce client. C\'est le fichier que nous vous recommandons de télécharger et de garder en sécurité. '), _defineProperty(_fr$data, 'x_Ledger', 'Ledger (Portefeuille matériel)'), _defineProperty(_fr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fr$data, 'x_Mnemonic', 'Phrase mnémonique '), _defineProperty(_fr$data, 'x_ParityPhrase', 'Phrase Parity '), _defineProperty(_fr$data, 'x_Password', 'Mot de passe '), _defineProperty(_fr$data, 'x_Print', 'Imprimer un portefeuille papier '), _defineProperty(_fr$data, 'x_PrintDesc', 'Astuce : Cliquez sur Imprimer et sauvegardez le portefeuille papier en PDF, même si vous n\'avez pas d\'imprimante !'), _defineProperty(_fr$data, 'x_PrintShort', 'Imprimer '), _defineProperty(_fr$data, 'x_PrivKey', 'Clé privée (non-chiffrée) '), _defineProperty(_fr$data, 'x_PrivKey2', 'Clé privée '), _defineProperty(_fr$data, 'x_PrivKeyDesc', 'C\'est la version textuelle non-chiffrée de votre clé privée, ce qui signifie qu\'aucun mot de passe n\'est nécessaire pour l\'utiliser. Si quelqu\'un venait à découvrir cette clé privée, il pourrrait accéder à votre portefeuille sans mot de passe. Pour cette raison, la version chiffrée de votre clé privée est recommandée. '), _defineProperty(_fr$data, 'x_Save', 'Sauvegarder '), _defineProperty(_fr$data, 'x_TXT', 'Fichier TXT (non-chiffré) '), _defineProperty(_fr$data, 'x_Wallet', 'Portefeuille '), _defineProperty(_fr$data, 'MEW_Warning_1', 'Vérifiez toujours l\'URL avant d\'accéder à votre portefeuille ou d\'en générer un nouveau. Attentions aux sites de phishing !'), _defineProperty(_fr$data, 'CX_Warning_1', 'Assurez vous d\'avoir une **sauvegarde externe** de tout portefeuille que vous gérez ici. De nombreux événements peuvent vous faire perdre les données de cette extension Chrome, y compris la dédinstallation et la réinstallation de l\'extension. Cette extension est une manière d\'accéder facilement à vos portefeuilles, **pas** une façon de les sauvegarder. '), _defineProperty(_fr$data, 'MEW_Tagline', 'Portefeuille d\'Ether Open Source, écrit en JavaScript'), _defineProperty(_fr$data, 'CX_Tagline', 'Extension Chrome de portefeuille d\'Ether Open Source JavaScript'), _defineProperty(_fr$data, 'FOOTER_1', 'Un outil open source, écrit en Javascript, qui permet de générer des portefeuilles Ethereum et d\'envoyer des transactions. '), _defineProperty(_fr$data, 'FOOTER_1b', 'Créé par '), _defineProperty(_fr$data, 'FOOTER_2', 'Les donations sont extrêmement appréciées : '), _defineProperty(_fr$data, 'FOOTER_3', 'Génération de portefeuille par '), _defineProperty(_fr$data, 'FOOTER_4', 'Avertissement '), _defineProperty(_fr$data, 'sidebar_AccountInfo', 'Informations du compte '), _defineProperty(_fr$data, 'sidebar_AccountAddr', 'Adresse du compte '), _defineProperty(_fr$data, 'sidebar_AccountBal', 'Solde du compte '), _defineProperty(_fr$data, 'sidebar_TokenBal', 'Solde en tokens '), _defineProperty(_fr$data, 'sidebar_Equiv', 'Valeur correspondante '), _defineProperty(_fr$data, 'sidebar_TransHistory', 'Historique des transactions '), _defineProperty(_fr$data, 'sidebar_donation', 'MyEtherWallet est un service gratuit et open source respectueux de votre vie privée et de votre sécurité. Plus nous recevons de donations, plus nous dédions de temps à développer de nouvelles fonctionnalités, à écouter vos retours et à vous fournir ce dont vous avez besoin. Nous ne sommes que deux personnes qui essayent de changer le monde. Aidez-nous !'), _defineProperty(_fr$data, 'sidebar_donate', 'Faire une donation '), _defineProperty(_fr$data, 'sidebar_thanks', 'MERCI !!! '), _defineProperty(_fr$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_fr$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_fr$data, 'decrypt_Access', 'Comment voulez-vous accéder à votre portefeuille ? '), _defineProperty(_fr$data, 'decrypt_Title', 'Choisissez le format de votre clé privée '), _defineProperty(_fr$data, 'decrypt_Select', 'Choisissez un portefeuille : '), _defineProperty(_fr$data, 'ADD_Label_1', 'Que voulez-vous faire ?'), _defineProperty(_fr$data, 'ADD_Radio_1', 'Générer un nouveau portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2', 'Choisissez le fichier de votre portefeuille (Keystore / JSON)'), _defineProperty(_fr$data, 'ADD_Radio_2_alt', 'Choisissez le fichier du portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2_short', 'CHOISISSEZ LE FICHIER DU PORTEFEUILLE...'), _defineProperty(_fr$data, 'ADD_Radio_3', 'Collez/saisissez votre clé privée'), _defineProperty(_fr$data, 'ADD_Radio_4', 'Ajoutez un compte'), _defineProperty(_fr$data, 'ADD_Radio_5', 'Collez/entrez votre phrase mnémonique'), _defineProperty(_fr$data, 'ADD_Radio_5_Path', 'Selectionnez le checmin d\'accès'), _defineProperty(_fr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_fr$data, 'ADD_Label_2', 'Nommez votre compte : '), _defineProperty(_fr$data, 'ADD_Label_3', 'Votre fichier est chiffré, merci de saisir le mot de passe '), _defineProperty(_fr$data, 'ADD_Label_4', 'Ajouter un compte au répertoire'), _defineProperty(_fr$data, 'ADD_Warning_1', 'Vous pouvez ajouter n\'importe quel compte pour l\'afficher dans l\'onglet "portefeuilles" sans uploader une clé privée. Cela ne veut **pas** dire que vous aurez accès à ce portefeuille, ni que vous pouvez transférer des Ether depuis ce portefeuille. '), _defineProperty(_fr$data, 'ADD_Label_5', 'Entrez l\'adresse'), _defineProperty(_fr$data, 'ADD_Label_6', 'Déverrouillez votre portefeuille'), _defineProperty(_fr$data, 'ADD_Label_6_short', 'Déverrouillez'), _defineProperty(_fr$data, 'ADD_Label_7', 'Ajouter un compte'), _defineProperty(_fr$data, 'ADD_Label_8', 'Mot de passe (optionnel) :'), _defineProperty(_fr$data, 'GEN_desc', 'Si vous voulez générer plusieurs portefeuilles, vous pourrez le faire ici'), _defineProperty(_fr$data, 'GEN_Label_1', 'Entrez un mot de passe fort (d\'au moins 9 caractères)'), _defineProperty(_fr$data, 'GEN_Placeholder_1', 'N\'oubliez PAS de sauvegarder ceci !'), _defineProperty(_fr$data, 'GEN_SuccessMsg', 'Succès ! Votre portefeuille a été généré.'), _defineProperty(_fr$data, 'GEN_Label_2', 'Sauvegardez votre fichier Keystore ou votre clé privée. N\'oubliez pas votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Label_3', 'Sauvegarder votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Label_4', 'Optionnel: Imprimez votre portefeuille papier ou conserver une version en QR-code.'), _defineProperty(_fr$data, 'BULK_Label_1', 'Nombre de portefeuilles à générer'), _defineProperty(_fr$data, 'BULK_Label_2', 'Générer les portefeuilles'), _defineProperty(_fr$data, 'BULK_SuccessMsg', 'Succès ! Vos portefeuilles ont été générés.'), _defineProperty(_fr$data, 'SEND_addr', 'Adresse de destination'), _defineProperty(_fr$data, 'SEND_amount', 'Montant à envoyer'), _defineProperty(_fr$data, 'SEND_amount_short', 'Montant'), _defineProperty(_fr$data, 'SEND_custom', 'Token personnalisé'), _defineProperty(_fr$data, 'SEND_gas', 'GAS'), _defineProperty(_fr$data, 'SEND_TransferTotal', 'Envoyer tout'), _defineProperty(_fr$data, 'SEND_generate', 'Générer la transaction'), _defineProperty(_fr$data, 'SEND_raw', 'Transaction brute'), _defineProperty(_fr$data, 'SEND_signed', 'Transaction signée'), _defineProperty(_fr$data, 'SEND_trans', 'Envoyer la transaction'), _defineProperty(_fr$data, 'SENDModal_Title', 'Attention !'), _defineProperty(_fr$data, 'SENDModal_Content_1', 'Vous êtes sur le point d\'envoyer'), _defineProperty(_fr$data, 'SENDModal_Content_2', 'à l\'adresse'), _defineProperty(_fr$data, 'SENDModal_Content_3', 'Voulez-vous vraiment le faire ?'), _defineProperty(_fr$data, 'SENDModal_Content_4', 'NOTE : Si vous renontrez une erreur, il est très probable que vous deviez ajouter des Ether à votre compte pour couvrir les coûts (en GAS) d\'envoi des Tokens. Le GAS est payé en Ether.'), _defineProperty(_fr$data, 'SENDModal_No', 'Non, je veux sortir d\'ici !'), _defineProperty(_fr$data, 'SENDModal_Yes', 'Oui, je le veux ! Effectuer la transaction.'), _defineProperty(_fr$data, 'TOKEN_Addr', 'Adresse'), _defineProperty(_fr$data, 'TOKEN_Symbol', 'Symbole du Token'), _defineProperty(_fr$data, 'TOKEN_Dec', 'Décimales'), _defineProperty(_fr$data, 'TOKEN_show', 'Montrer tous les Tokens'), _defineProperty(_fr$data, 'TOKEN_hide', 'Cacher les Tokens'), _defineProperty(_fr$data, 'TRANS_desc', 'Si vous voulez envoyer des Tokens, allez plutôt à la page "Envoi de Tokens".'), _defineProperty(_fr$data, 'TRANS_warning', 'L\'emploi des fonctions "ETH seulement" et "ETC seulement" vous fait passer par un contrat. Certains services ont des problèmes avec ces transactions. En savoir plus.'), _defineProperty(_fr$data, 'TRANS_advanced', '+ Avancé : Ajouter des données'), _defineProperty(_fr$data, 'TRANS_data', 'Données'), _defineProperty(_fr$data, 'TRANS_sendInfo', 'Une transaction standard utilisant 21000 GAS coûtera 0,000441 ETH. Le prix du GAS, de 0.000000021 ETH, que nous avons choisi est légèrement supérieur au minimum assurant une confirmation rapide. Nous ne prenons pas de frais de transaction.'), _defineProperty(_fr$data, 'TRANS_gas', 'GAS limite'), _defineProperty(_fr$data, 'TRANSModal_Title', 'Transactions "ETH seulement" et "ETC seulement"'), _defineProperty(_fr$data, 'TRANSModal_Content_0', 'Note sur les transactions et services divers :'), _defineProperty(_fr$data, 'TRANSModal_Content_1', '**ETH (Transaction standard) :** Génère une transaction standard depuis une adresse directement vers une autre. Son GAS par défaut est de 21000. Il est probable que toute transaction d\'ETH envoyée de cette manière sera réexécutée sur la chaîne ETC.'), _defineProperty(_fr$data, 'TRANSModal_Content_2', '**ETH seulement :** Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETH**.'), _defineProperty(_fr$data, 'TRANSModal_Content_3', '**ETC seulement : **Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETC**.'), _defineProperty(_fr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift :** N\'envoyer que par transaction standard. Si vous utilisez les contrats d\'envoi sur une seule chaîne, vous devrez contacter leur équipe de support pour ajouter manuellement la somme à votre solde ou pour vous rembourser. [Vous pouvez aussi essayer l\'outil "split" de Shapeshift.](https://split.shapeshift.io/)'), _defineProperty(_fr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex :** Pas de problème connu. Utilisez ce que vous voulez.'), _defineProperty(_fr$data, 'TRANSModal_Yes', 'Génial, j\'ai compris !'), _defineProperty(_fr$data, 'TRANSModal_No', 'Aïe ! Je comprends de moins en moins. Aidez-moi !'), _defineProperty(_fr$data, 'OFFLINE_Title', 'Générer et envoyer une transaction hors ligne'), _defineProperty(_fr$data, 'OFFLINE_Desc', 'La génération d\'une transaction hors ligne s\'effectue en trois étapes. Les étapes 1 et 3 sont réalisées sur un ordinateur en ligne et l\'étape 2 sur un ordinateur déconnecté du réseau. Cela permet d\'isoler totalement vos clefs privées de toute machine connectée à Internet.'), _defineProperty(_fr$data, 'OFFLLINE_Step1_Title', 'Étape 1 : Génération de l\'information (ordinateur en ligne) '), _defineProperty(_fr$data, 'OFFLINE_Step1_Button', 'Générer l\'information'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_1', 'Addresse d\'émission'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_2', 'Note : Il s\'agit de l\'adresse de départ, pas de l\'adresse d\'arrivée. Le nonce est généré à partir du compte de l\'expéditeur. Si on utilise une machine déconnectée du réseau, cette adresse est celle du compte en _Cold Storage_.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Title', 'Étape 2 : Génération de la transaction (ordinateur hors ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_1', 'Adresse de destination'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_2', 'Valeur / montant à envoyer'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3', 'Prix du GAS'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3b', 'Ce montant était affiché à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4', 'GAS limite'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4b', '21000 est la limite par défaut. En cas d\'envoi vers des contrats ou avec des données supplémentaires, cette valeur peut être différente. Tout GAS non consommé vous sera renvoyé.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5b', 'Cette valeur a été affichée à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6', 'Données'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6b', 'Cette zone est optionnelle. Les données sont souvent ajoutées lors de transactions vers des contrats.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_7', 'Entrez ou sélectionnez votre clef privée / fichier JSON.'), _defineProperty(_fr$data, 'OFFLINE_Step3_Title', 'Étape 3 : Envoyer / publier la transaction (ordinateur en ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step3_Label_1', 'Copier ici la transaction signée à l\'étape 2 et cliquez sur le bouton "ENVOYER LA TRANSACTION".'), _defineProperty(_fr$data, 'MSG_message', 'Message'), _defineProperty(_fr$data, 'MSG_date', 'Date'), _defineProperty(_fr$data, 'MSG_signature', 'Signature'), _defineProperty(_fr$data, 'MSG_verify', 'Verifier le message'), _defineProperty(_fr$data, 'MSG_info1', 'Inclure la date courante afin que la signature ne puisse pas être réutilisée à un autre moment.'), _defineProperty(_fr$data, 'MSG_info2', 'Inclure votre surnom et là où vous l\'utilisez afin que personne d\'autre ne puisse l\'utiliser.'), _defineProperty(_fr$data, 'MSG_info3', 'Inclure une raison spécifique pour le message afin qu\'il ne puisse pas être réutilisé dans un contexte différent.'), _defineProperty(_fr$data, 'MYWAL_Nick', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Address', 'Adresse du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Bal', 'Solde'), _defineProperty(_fr$data, 'MYWAL_Edit', 'Modifier'), _defineProperty(_fr$data, 'MYWAL_View', 'Voir'), _defineProperty(_fr$data, 'MYWAL_Remove', 'Supprimer'), _defineProperty(_fr$data, 'MYWAL_RemoveWal', 'Supprimer le portefeuille :'), _defineProperty(_fr$data, 'MYWAL_WatchOnly', 'Vos comptes en affichage uniquement'), _defineProperty(_fr$data, 'MYWAL_Viewing', 'Affichage des portefeuilles'), _defineProperty(_fr$data, 'MYWAL_Hide', 'Cacher les informations sur le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Edit_2', 'Modifier le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Name', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_1', 'Attention ! Vous êtes sur le point de supprimer votre portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_2', 'Assurez-vous d\'avoir bien **sauvegardé la clé privée / fichier JSON et le mot de passe** associé à ce portefeuille avant de le supprimer.'), _defineProperty(_fr$data, 'MYWAL_Content_3', 'Si vous voulez utiliser ce portefeuille avec MyEtherWallet CX à l\'avenir, vous devrez le rajouter manuellement en utilisant la clé privée / fichier JSON et le mot de passe.'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier. Vous devrez le faire pour [importer votre compte dans Geth / Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vous voulez seulement consulter votre solde, nous recommandons d\'utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/).'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle_Short', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier.'), _defineProperty(_fr$data, 'VIEWWALLET_SuccessMsg', 'Réussi ! Voici les détails de votre portefeuille :'), _defineProperty(_fr$data, 'VIEWWALLET_ShowPrivKey', '(montrer)'), _defineProperty(_fr$data, 'VIEWWALLET_HidePrivKey', '(cacher)'), _defineProperty(_fr$data, 'MNEM_1', 'Sélectionnez l\'adresse avec laquelle vous désirez interagir.'), _defineProperty(_fr$data, 'MNEM_2', 'Votre phrase mnémonique HD unique peut accéder à un certain nombre de portefeuilles/adresses. Sélectionnez l\'adresse avec laquelle vous désirez interagir actuellement.'), _defineProperty(_fr$data, 'MNEM_more', 'Plus d\'adresses'), _defineProperty(_fr$data, 'MNEM_prev', 'Adresses précédentes'), _defineProperty(_fr$data, 'ADD_Ledger_1', 'Connectez votre portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_2', 'Ouvrez l\'application Ethereum (ou une application de contrat)'), _defineProperty(_fr$data, 'ADD_Ledger_2_Exp', 'Ouvrez l\'application Expanse (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_2_Ubq', 'Ouvrez l\'application Ubiq (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_3', 'Vérifiez que l\'option Browser Support est activée dans Settings'), _defineProperty(_fr$data, 'ADD_Ledger_scan', 'Se connecter au portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_4', 'Si l\'option Browser Support n\'est pas présente dans Settings, vérifiez que vous avez le [Firmware 1.2 ou plus récent](https://www.ledgerwallet.com/apps/manager).'), _defineProperty(_fr$data, 'ADD_Ledger_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_Ledger_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_MetaMask', 'Connexion à MetaMask'), _defineProperty(_fr$data, 'x_Trezor', 'TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_scan', 'Connexion à TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_scan', 'Se connecter au Digital Bitbox'), _defineProperty(_fr$data, 'CX_error_1', 'Vous n\'avez pas de portefeuille sauvegardé. Cliquez sur ["Ajout de portefeuilles"](/cx-wallet.html#add-wallet) pour en ajouter un !'), _defineProperty(_fr$data, 'CX_quicksend', 'Envoyer'), _defineProperty(_fr$data, 'NODE_Title', 'Ajouter votre nœud personnalisé'), _defineProperty(_fr$data, 'NODE_Subtitle', 'Connexion à un nœud local…'), _defineProperty(_fr$data, 'NODE_Warning', 'Votre nœud doit être en HTTPS pour vous y connecter via MyEtherWallet.com. Vous pouvez [télécharger MyEtherWallet et le lancer localement](https://github.com/kvhnuke/etherwallet/releases/latest) pour vous connecter à un nœud quelconque, ou obtenir un certificat SSL gratuit via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fr$data, 'NODE_Name', 'Nom du nœud'), _defineProperty(_fr$data, 'NODE_Port', 'Port du nœud'), _defineProperty(_fr$data, 'NODE_CTA', 'Sauvegarder et utiliser le nœud personnalisé'), _defineProperty(_fr$data, 'CONTRACT_Title', 'Adresse du contrat'), _defineProperty(_fr$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant'), _defineProperty(_fr$data, 'CONTRACT_Json', 'Interface ABI / JSON'), _defineProperty(_fr$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat'), _defineProperty(_fr$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction'), _defineProperty(_fr$data, 'CONTRACT_ByteCode', 'Bytecode'), _defineProperty(_fr$data, 'CONTRACT_Read', 'LIRE'), _defineProperty(_fr$data, 'CONTRACT_Write', 'ÉCRIRE'), _defineProperty(_fr$data, 'DEP_generate', 'Générer le bytecode'), _defineProperty(_fr$data, 'DEP_generated', 'Bytecode généré'), _defineProperty(_fr$data, 'DEP_signtx', 'Signer la transaction'), _defineProperty(_fr$data, 'DEP_interface', 'Interface générée'), _defineProperty(_fr$data, 'SWAP_rates', "Taux actuels"), _defineProperty(_fr$data, 'SWAP_init_1', "Je veux échanger"), _defineProperty(_fr$data, 'SWAP_init_2', " contre"), _defineProperty(_fr$data, 'SWAP_init_CTA', "Allons-y !"), _defineProperty(_fr$data, 'SWAP_information', "Vos informations "), _defineProperty(_fr$data, 'SWAP_send_amt', "Montant à envoyer "), _defineProperty(_fr$data, 'SWAP_rec_amt', "Montant à recevoir "), _defineProperty(_fr$data, 'SWAP_your_rate', "Votre taux "), _defineProperty(_fr$data, 'SWAP_rec_add', "Votre adresse de réception "), _defineProperty(_fr$data, 'SWAP_start_CTA', "Commencer l\'échange "), _defineProperty(_fr$data, 'SWAP_ref_num', "Votre numéro de référence "), _defineProperty(_fr$data, 'SWAP_time', "Temps restant pour l\'envoi "), _defineProperty(_fr$data, 'SWAP_elapsed', "Temps passé depuis l\'envoi "), _defineProperty(_fr$data, 'SWAP_progress_1', "Ordre déclenché "), _defineProperty(_fr$data, 'SWAP_progress_2', "En attente de vos "), _defineProperty(_fr$data, 'SWAP_progress_3', "reçu !"), _defineProperty(_fr$data, 'SWAP_progress_4', "Envoi de vos {{orderResult.output.currency}}"), _defineProperty(_fr$data, 'SWAP_progress_5', "Ordre exécuté"), _defineProperty(_fr$data, 'SWAP_order_CTA', "Envoyer "), _defineProperty(_fr$data, 'SWAP_unlock', "Déverrouillez votre portefeuille pour envoyer des ETH ou des tokens directement depuis cette page."), _defineProperty(_fr$data, 'ERROR_0', '(error_01) Please enter a valid amount. Veuillez entrer un montant valide. '), _defineProperty(_fr$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password. Votre mot de passe doit être composé d\'au moins 9 caractères. Assurez-vous qu\'il s\'agisse d\'un mot de passe fort.'), _defineProperty(_fr$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file. Désolé ! Notre service ne permet pas de gérer ce type de fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_3', '(error_04) This is not a valid wallet file. Ceci n\'est pas un fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units Cette unité n\'existe pas, merci d\'utiliser une des unités suivantes '), _defineProperty(_fr$data, 'ERROR_5', '(error_06) Please enter a valid address. Veuillez entrer une adresse valide. '), _defineProperty(_fr$data, 'ERROR_6', '(error_07) Please enter a valid password. Veuillez entrer un mot de passe valide. '), _defineProperty(_fr$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.) Veuillez entrer un montant valide. (Must be integer. Try 0-18.) '), _defineProperty(_fr$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.) Veuillez entrer une limite de Gas valide. (Must be integer. Try 21000-4000000.) '), _defineProperty(_fr$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.) Veuillez entrer des donnnées valides (en héxadécimal).'), _defineProperty(_fr$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.) Veuillez entrer un montant de Gas valide (une valeur entière. Essayez 20 Gwei, soit 20000000000 wei).'), _defineProperty(_fr$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.) Veuillez entrer un nonce valide (nombre entier).'), _defineProperty(_fr$data, 'ERROR_12', '(error_13) Invalid signed transaction. Transaction signée invalide.'), _defineProperty(_fr$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists. Un portefeuille portant ce nom existe déjà.'), _defineProperty(_fr$data, 'ERROR_14', '(error_15) Wallet not found. Portefeuille non trouvé.'), _defineProperty(_fr$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. Il semblerait qu\'aucune proposition n\'existe avec cet identifiant ou qu\'il y a eu une erreur lors de la consultation de cette proposition.'), _defineProperty(_fr$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page. Un portefeuille avec cette adresse existe déja. Merci de consulter la liste de vos portefeuilles.'), _defineProperty(_fr$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html) Fonds insuffisants. Le compte duquel vous essayez d\'envoyer la transaction ne possède pas assez de fonds. Il vous faut au moins 0,01 ether sur votre compte pour couvrir les frais de Gas. Ajoutez des ethers et réessayez.'), _defineProperty(_fr$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended. Tout le Gas serait consommé lors de cette transaction. Cela signifie que vous avez déjà voté pour cette proposition ou que la période du débat est terminée.'), _defineProperty(_fr$data, 'ERROR_19', '(error_20) Please enter a valid symbol Veuillez entrer un symbole valide.'), _defineProperty(_fr$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token n\'est pas un token ERC-20 valide. Si d\'autres tokens sont en train de se charger, enlevez celui-ci et réessayez.'), _defineProperty(_fr$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. Impossible d\'estimer le Gas. Il n\'y a pas assez de fonds sur le compte, ou l\'adresse du contrat de réception a renvoyé une erreur. Vous pouvez ajuster vous-même le Gas et recommencer. Le message d\'erreur à l\'envoi peut comporter plus d\'informations.'), _defineProperty(_fr$data, 'ERROR_22', '(error_23) Please enter a valid node name Veuillez entrer un nom de nœud valide.'), _defineProperty(_fr$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https Veuillez entrer une URL valide ; si vous êtes en HTTPS, votre URL doit être en https.'), _defineProperty(_fr$data, 'ERROR_24', '(error_25) Please enter a valid port. Veuillez entrer un port valide.'), _defineProperty(_fr$data, 'ERROR_25', '(error_26) Please enter a valid chain ID. Veuillez entrer un ID de chaîne valide.'), _defineProperty(_fr$data, 'ERROR_26', '(error_27) Please enter a valid ABI. Veuillez entrer une ABI valide.'), _defineProperty(_fr$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount: Montant minimum : 0.01. Montant maximum : '), _defineProperty(_fr$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. **Vous avez besoin de votre fichier Keystore et du mot de passe** (ou de la clé privée) pour accéder à ce portefeuille à l\'avenir. Merci de le télécharger et d\'en faire une sauvegarde externe. Il n\'existe aucun moyen de récupérer un portefeuille si vous ne le sauvegardez pas. Merci de lire la [page d\'Aide](https://www.myetherwallet.com/#help) pour plus de détails.'), _defineProperty(_fr$data, 'ERROR_29', '(error_30) Please enter a valid user and password. Veuillez entrer un nom d\'utilisateur et mot de passe valides.'), _defineProperty(_fr$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation) Veuillez entrer un nom ENS valide.'), _defineProperty(_fr$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase. Phrase secrète invalide.'), _defineProperty(_fr$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs. Connexion au nœud impossible. Actualisez la page ou essayez un nœud différent (en haut à droite). Vérifiez les réglages de votre parefeu. S\'il s\'agit d\'un nœud personnalisé, vérifiez votre configuration.'), _defineProperty(_fr$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. Le portefeuille que vous avez déverrouillé ne correspond pas à l\'adresse du propriétaire.'), _defineProperty(_fr$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. Le nom que vous tentez de révéler ne correspond pas au nom que vous avez entré.'), _defineProperty(_fr$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean? L\'adresse d\'entrée n\'a pas de somme de contrôle. Cliquez ici pour plus d\'infos.'), _defineProperty(_fr$data, 'ERROR_36', '(error_37) Please enter a valid TX hash Entrez une empreinte (_hash_) de transaction valide.'), _defineProperty(_fr$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f Entrez une chaîne hexadécimale valide (0-9, a-f).'), _defineProperty(_fr$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fr$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fr$data, 'SUCCESS_1', 'Adresse valide !'), _defineProperty(_fr$data, 'SUCCESS_2', 'Portefeuille déchiffré avec succès !'), _defineProperty(_fr$data, 'SUCCESS_3', 'Votre transaction a été diffusée sur le réseau. Elle est en attente de confirmation. Pendant les ICO, cette confirmation peut prendre plus de 3 heures. Utilisez les boutons de vérification ci-dessous pour la suivre. Hash de la TX : '), _defineProperty(_fr$data, 'SUCCESS_4', 'Votre portefeuille a été ajouté avec succès !'), _defineProperty(_fr$data, 'SUCCESS_5', 'Fichier sélectionné !'), _defineProperty(_fr$data, 'SUCCESS_6', 'Vous êtes bien connecté !'), _defineProperty(_fr$data, 'SUCCESS_7', 'Signature du message vérifiée !'), _defineProperty(_fr$data, 'WARN_Send_Link', 'Vous avez suivi un lien qui a rempli l\'adresse, le montant, le Gas ou les champs de données pour vous. Vous pouvez modifier toutes ces informations avant l\'envoi. Débloquez votre portefeuille pour démarrer.'), _defineProperty(_fr$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Solde insuffisant'), _defineProperty(_fr$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right. Prix du Gas trop bas pour être accepté'), _defineProperty(_fr$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Limite de Gas dépassée'), _defineProperty(_fr$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants pour (Gas * prix) + valeur'), _defineProperty(_fr$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. Gas intrinsèque trop bas'), _defineProperty(_fr$data, 'GETH_InvalidSender', '(geth-06) Invalid sender. Expéditeur invalide'), _defineProperty(_fr$data, 'GETH_NegativeValue', '(geth-07) Negative value. Valeur négative'), _defineProperty(_fr$data, 'GETH_Nonce', '(geth-08) This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Nonce trop bas'), _defineProperty(_fr$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low. Compte inexistant ou solde du compte trop bas'), _defineProperty(_fr$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Une transaction portant la même empreinte (_hash_) a déjà été importée."), _defineProperty(_fr$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le coût de la transaction excède la limite en Gas courante (limite : {}, coût : {}). Essayez de réduire le Gas fourni."), _defineProperty(_fr$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants. Le compte d'où vous essayez d'envoyer une transaction ne possède pas assez de fonds (requis : {}, disponibles : {})."), _defineProperty(_fr$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Ils ne satisfont pas au minimum de votre nœud (minimum : {}, frais : {}). Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le Gas fourni dépasse la limite."), _defineProperty(_fr$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Il y a trop de transactions en file d\'attente. Votre transaction a été abandonnée en raison de cette limite. Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Le nonce de la transaction est trop bas. Essayez d\'incrémenter le nonce."), _defineProperty(_fr$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Il y a une autre transaction avec le même nonce en file d\'attente. Essayez d\'augmenter les frais ou d\'incrémenter le nonce."), _defineProperty(_fr$data, 'translate_version', '0.4'), _defineProperty(_fr$data, 'Translator_Desc', 'Merci à nos traducteurs'), _defineProperty(_fr$data, 'TranslatorName_1', '[Simon P](https://www.myetherwallet.com/?gaslimit=21000&to=0x89a18eE46b5aabC62e94b1830881887D04C687f3&value=1.0#send-transaction) ·'), _defineProperty(_fr$data, 'TranslatorAddr_1', '0x89a18eE46b5aabC62e94b1830881887D04C687f3 '), _defineProperty(_fr$data, 'TranslatorName_2', 'Jean Zundel ·'), _defineProperty(_fr$data, 'TranslatorAddr_2', ''), _defineProperty(_fr$data, 'TranslatorName_3', 'girards ·'), _defineProperty(_fr$data, 'TranslatorAddr_3', ''), _defineProperty(_fr$data, 'TranslatorName_4', 'Paul Ramlach ·'), _defineProperty(_fr$data, 'TranslatorAddr_4', ''), _defineProperty(_fr$data, 'TranslatorName_5', 'DarthJahus ·'), _defineProperty(_fr$data, 'TranslatorAddr_5', '0x4817Ad0411eddB9A32fda74AD1a2DfCAb3a89039'), _defineProperty(_fr$data, 'HELP_Warning', 'Si vous avez créé un portefeuille ou téléchargé le référentiel avant **le 31 déc. 2015**, merci de vérifier vos portefeuilles ou de télécharger une nouvelle version du référentiel. Cliquez ici pour plus de détails.'), _defineProperty(_fr$data, 'HELP_Desc', 'Il manque quelque chose ? Vous avez d\'autres questions ? [Contactez-nous](mailto:support@myetherwallet.com), et non seulement nous allons vous répondre, mais nous mettrons aussi à jour cette page afin qu\'elle soit plus utile à tout le monde à l\'avenir !'), _defineProperty(_fr$data, 'HELP_Remind_Title', 'Quelques rappels :'), _defineProperty(_fr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, ainsi que certaines des bibliothèques Javascript que nous employons sont en cours de développement.** Bien que nous les ayons testés intensivement et que des dizaines de milliers de portefeuilles aient été créés avec succès dans le monde entier, il existe toujours une faible possibilité qu\'un incident se produise, conduisant à la perte de vos ethers. N\'investissez pas plus que ce que vous pouvez vous permettre de perdre, et restez toujours prudents. En cas d\'accident, nous en serons désolés mais **nous ne sommes pas responsables d\'une éventuelle perte d\'ether**.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX ne sont pas des "portefeuilles web". Vous ne créez pas un compte, vous ne déposez pas votre ether chez nous. Aucune donnée ne sort de votre ordinateur ou de votre navigateur. Nous vous facilitons la création, la sauvegarde et l\'accès à vos informations ainsi que l\'interaction avec le blockchain.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_3', 'Si vous ne sauvegardez pas votre clef privée et votre mot de passe, il n\'existe aucun moyen de regagner accès à votre portefeuille et aux fonds qu\'il détient. Sauvegardez-les en plusieurs endroits et non seulement sur votre ordinateur !'), _defineProperty(_fr$data, 'HELP_0_Title', '0) Je suis nouveau. Que puis-je faire ?'), _defineProperty(_fr$data, 'HELP_0_Desc_1', 'MyEtherWallet vous donne la possibilité de générer de nouveaux portefeuilles pour stocker votre Ether vous-même, et de ne pas les stocker sur une plateforme de change. Ce processus ne s\'exécute que sur votre ordinateur, et non sur nos serveurs. Quand vous générez un nouveau portefeuille, **il est donc de votre responsabilité de le sauvegarder de manière sécurisée.** '), _defineProperty(_fr$data, 'HELP_0_Desc_2', 'Créez un nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_3', 'Sauvegardez le portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_4', 'Vérifiez que vous avez accès à ce nouveau portefeuille et que vous avez correctement sauvegardé toutes les informations nécessaires.'), _defineProperty(_fr$data, 'HELP_0_Desc_5', 'Transférez de l\'Ether vers ce nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_1_Title', '1) Comment puis-je créer un nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_1_Desc_1', 'Accédez à la page "Génération d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_1_Desc_2', 'Accédez à la page "Ajout de portefeuille" et sélectionnez "Générer un nouveau portefeuille"'), _defineProperty(_fr$data, 'HELP_1_Desc_3', 'Entrez un mot de passe fort. Si vous pensez que vous pouvez l\'oublier, sauvegardez-le dans un endroit sûr. Vous aurez besoin de ce mot de passe pour envoyer des transactions.'), _defineProperty(_fr$data, 'HELP_1_Desc_4', 'Cliquez sur "GÉNÉRER".'), _defineProperty(_fr$data, 'HELP_1_Desc_5', 'Votre portefeuille a maintenant été généré.'), _defineProperty(_fr$data, 'HELP_2a_Title', 'Comment puis-je sauvegarder mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_2a_Desc_1', 'Vous devez toujours sauvegarder votre portefeuille en plusieurs endroits physiques, comme sur une clef USB ou une feuille de papier.'), _defineProperty(_fr$data, 'HELP_2a_Desc_2', 'Sauvegardez l\'adresse. Vous pouvez la garder pour vous-même ou la partager avec d\'autres personnes qui, de cette manière, peuvent vous envoyer de l\'Ether.'), _defineProperty(_fr$data, 'HELP_2a_Desc_3', 'Sauvegardez votre clef privée en plusieurs exemplaires. Ne la partagez avec personne. Votre clef privée est nécessaire pour accéder à votre Ether et pour l\'envoyer ! Il existe 3 types de clef privée :'), _defineProperty(_fr$data, 'HELP_2a_Desc_4', 'Placez votre adresse, les exemplaires de la clef privée et la version PDF de votre portefeuille papier dans un dossier. Sauvegardez-le sur votre ordinateur et une clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_5', 'Imprimez votre portefeuille si vous avez une imprimante. Sinon, écrivez votre clef privée et votre adresse usr une feuille de papier. Rangez-la dans un endroit sûr et différent de votre ordinateur et de la clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_6', 'Gardez à l\'esprit qu\'il faut vous préserver de la perte de la clef et du mot de passe en cas de perte de votre disque dur, de votre clef oui de la feuille de papier. Vous devez également vous prémunir contre les catastrophes pouvant toucher votre zone géographique (comme un incendie ou une inondation).'), _defineProperty(_fr$data, 'HELP_2b_Title', '2b) Comment puis-je gérer en toute sécurité un stockage hors ligne avec MyEtherWallet ?'), _defineProperty(_fr$data, 'HELP_2b_Desc_1', 'Allez sur notre référentiel Github : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_fr$data, 'HELP_2b_Desc_2', 'Cliquez sur `etherwallet-vX.X.X.X.zip` '), _defineProperty(_fr$data, 'HELP_2b_Desc_3', 'Transportez le zip sur un ordinateur hors ligne. '), _defineProperty(_fr$data, 'HELP_2b_Desc_4', 'Décompressez-le et double-cliquez sur `index.html`.'), _defineProperty(_fr$data, 'HELP_2b_Desc_5', 'Générez un portefeuille avec un mot de passe fort.'), _defineProperty(_fr$data, 'HELP_2b_Desc_6', 'Sauvegardez l\'adresse. Sauvegardez les exemplaires de la clef privée. Sauvegardez le mot de passe si vous ne voulez pas devoir vous en souvenir.'), _defineProperty(_fr$data, 'HELP_2b_Desc_7', 'Rangez ces papier et/ou ces clefs USB en des endroits physiquement distants.'), _defineProperty(_fr$data, 'HELP_2b_Desc_8', 'Allez à la page "Visualisation d\'un portefeuille" et entrez votre clef privée et votre mot de passe pour vous assurer de leur validité et pour accéder à votre portefeuille. Vérifiez que l\'adresse que vous avez écrite est la même.'), _defineProperty(_fr$data, 'HELP_3_Title', '3) Comment puis-je vérifier que j\'ai accès à mon nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_3_Desc_1', '**Avant d\'envoyer de l\'Ether à votre portefeuille**, vous devez vous assurer que vous y avez accès.'), _defineProperty(_fr$data, 'HELP_3_Desc_2', 'Naviguez vers la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_3', 'Naviguez vers la page Visualisation d\'un portefeuille" de MyEtherWallet.com.'), _defineProperty(_fr$data, 'HELP_3_Desc_4', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_3_Desc_5', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_3_Desc_6', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_7', 'Les informations sur votre portefeuille doivent apparaître. Trouvez l\'adresse de votre compte près d\'une icône circulaire et colorée. Celle-ci représente visuellement votre adresse. Assurez-vous que cette adresse est celle que vous avez sauvegardée dans votre document texte et qu\'elle se trouve sur votre portefeuille papier.'), _defineProperty(_fr$data, 'HELP_3_Desc_8', 'Si vous désirez détenir une grande quantité d\'Ether, nous recommandons de commencer par envoyer une petite somme depuis le nouveau portefeuille avant d\'y déposer une somme importante. Envoyez 0,001 Ether vers le nouveau portefeuille, accédez-y puis envoyez ces 0,001 Ether vers une autre adresse, et vérifiez que tout a fonctionné sans encombre.'), _defineProperty(_fr$data, 'HELP_4_Title', '4) Comment puis-je envoyer de l\'Ether d\'un portefeuille vers un autre ?'), _defineProperty(_fr$data, 'HELP_4_Desc_1', 'Si vous désirez transférer une grande quantité d\'Ether, vous devez d\'abord essayer d\'en envoyer un petit montant vers votre portefeuille pour vous assurer que tout fonctionne comme prévu.'), _defineProperty(_fr$data, 'HELP_4_Desc_2', 'Naviguez vers la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4_Desc_3', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_4_Desc_4', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_4_Desc_5', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_4_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_4_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4_Desc_9', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_10', 'Quelques champs supplémentaires apparaîtront. Votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_4_Desc_11', 'Cliquez sur le bouton bleu "Envoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_12', 'Une boîte de dialog apparaîtra. Vérifiez que le montant défini et l\'adresse de destination sont corrects, puis cliquez sur "Oui, je le veux ! Effectuer la transaction."'), _defineProperty(_fr$data, 'HELP_4_Desc_13', 'La transaction sera soumise et son identifiant affiché. Vous pouvez cliquer sur l\'identifiant pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_4CX_Title', '4) Comment puis-je envoyer de l\'Ether avec MyEtherWallet CX ?'), _defineProperty(_fr$data, 'HELP_4CX_Desc_1', 'D\'abord, vous devez ajouter un portefeuille. Ceci fait, deux possibilités s\'offrent à vous : la fonctionnalité "Envoi rapide" de l\'icône de l\'extension Chrome ou la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_2', 'Envoi rapide :'), _defineProperty(_fr$data, 'HELP_4CX_Desc_3', 'Cliquez sur l\'icône de l\'extension Chrome.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_4', 'Cliquez sur le bouton "Envoi rapide".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_5', 'Sélectionnez le portefeuille d\'où vous désirez envoyer les Ethers.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination :". '), _defineProperty(_fr$data, 'HELP_4CX_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_8', 'Cliquez sur "Enoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_9', 'Vérifiez que l\'adresse et le montant envoyé sont corrects.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_10', 'Entrez le mot de passe du portefeuille.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_11', 'Cliquez sur "Envoyez la transaction." '), _defineProperty(_fr$data, 'HELP_4CX_Desc_12', 'Avec la page "Envoyer des Ether et des Tokens" '), _defineProperty(_fr$data, 'HELP_5_Title', '5) Comment puis-je lancer MyEtherWallet.com hors ligne (en local) ?'), _defineProperty(_fr$data, 'HELP_5_Desc_1', 'Vous pouvez lancer MyEtherWallet.com sur votre ordinateur au lieu de passer par les serveurs GitHub. Vous pouvez générer un portefeuille en restant totalement hors ligne et envoyer des transactions depuis la page "Transaction hors ligne".'), _defineProperty(_fr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com tourne maintenant complètement sur votre ordinateur.'), _defineProperty(_fr$data, 'HELP_5_Desc_8', 'Au cas où cela ne vous est pas familier, vous devez conserver l\'intégralité du dossier pour faire tourner le site web et non uniquement `index.html`. Ne touchez à rien, ne déplacez rien dans le dossier. Si vous stockez une sauvegarde du repo MyEtherWallet pour l\'avenir, nous vous recommandons de ne stocker que le ZIP afin d\'être sûr que le contenu du dossier restera intact.'), _defineProperty(_fr$data, 'HELP_5_Desc_9', 'Comme nous améliorons constamment MyEtherWallet.com, nous vous recommandons de mettre régulièrement à jour votre version de sauvegarde.'), _defineProperty(_fr$data, 'HELP_5CX_Title', '5) Comment puis-je installer cette extension depuis le repo au lieu du Chrome Store ?'), _defineProperty(_fr$data, 'HELP_5CX_Desc_2', 'Cliquez sur `chrome-extension-vX.X.X.X.zip`'), _defineProperty(_fr$data, 'HELP_5CX_Desc_3', 'Allez dans le menu de Google Chrome (les trois points en haut à droite).'), _defineProperty(_fr$data, 'HELP_5CX_Desc_4', 'Sous l\'élément "Plus d\'outils", cliquez sur "Extensions".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_5', 'Cochez la case "Mode développeur" en haut de cette page.'), _defineProperty(_fr$data, 'HELP_5CX_Desc_6', 'Cliquez sur le bouton "Chargez l\'extension non empaquetée…".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_7', 'Naviguez vers le dossier que vous avez téléchargé et extrait auparavant. Cliquez sur "Sélectionner".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_8', 'L\'extension doit maintenant apparaître parmi vos extensions et dans la barre d\'extensions de Chrome.'), _defineProperty(_fr$data, 'HELP_7_Title', '7) Comment puis-je envoyer des tokens et ajouter des tokens spécifiques ?'), _defineProperty(_fr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) est un excellent moyen d\'explorer les tokens et d\'en trouver les informations comme le nombre de décimales.'), _defineProperty(_fr$data, 'HELP_7_Desc_1', 'Naviguez vers la page "Envoi de tokens".'), _defineProperty(_fr$data, 'HELP_7_Desc_2', 'Déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_7_Desc_3', 'Entre l\'adresse à laquelle vous désirez envoyer des tokens dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_7_Desc_4', 'Entrez le montant que vous désirez envoyer. '), _defineProperty(_fr$data, 'HELP_7_Desc_5', 'Sélectionnez le token que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_7_Desc_6', 'Si celui-ci n\'est pas listé : '), _defineProperty(_fr$data, 'HELP_7_Desc_7', 'Cliquez sur "Spécifique".'), _defineProperty(_fr$data, 'HELP_7_Desc_8', 'Entrez l\'adresse, le nom et le nombre de décimales du token. Ces informations sont fournies par les développeurs du token et sont également nécessaires quand vous utilisez la fonction "Add a Watch Token" dans Mist.'), _defineProperty(_fr$data, 'HELP_7_Desc_9', 'Cliquez sur "Sauvegarder".'), _defineProperty(_fr$data, 'HELP_7_Desc_10', 'Vous pouvez maintenant envoyer ces tokens ainsi qu\'en voir votre solde dans la zone sur le côté.'), _defineProperty(_fr$data, 'HELP_7_Desc_11', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_7_Desc_12', 'Quelques champs supplémentaires vont apparaître : votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_7_Desc_13', 'Cliquez sur le bouton bleu "Envoyer la transation".'), _defineProperty(_fr$data, 'HELP_7_Desc_14', 'Une boîte de dialog va apparaître. Vérifiez que le montant et l\'adresse de destination sont corrects puis cliquez sur le bouton "Oui, je le veux ! Effectuer la transaction." '), _defineProperty(_fr$data, 'HELP_7_Desc_15', 'La transaction est alors soumise au réseau. Son identifiant est affiché et vous pouvez cliquer dessus pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Title', '8) Que se passe-t-il si votre site est hors-ligne ?'), _defineProperty(_fr$data, 'HELP_8_Desc_1', 'MyEtherWallet n\'est pas un portefeuille web. Vous n\'avez pas de compte dessus et rien n\'est jamais stocké sur nos serveurs. Ce n\'est qu\'une interface qui vous permet d\'interagir avec le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com venait à être hors ligne, vous devrez trouver un autre moyen (comme Geth ou Ethereum Wallet / Mist) pour faire la même chose. Mais vous n\'aurez pas à "récupérer" votre Ether depuis MyEtherWallet parce qu\'il ne se trouve pas dans MyEtherWallet. Il est chez vous, dans le portefeuille que vous avez généré par notre site.'), _defineProperty(_fr$data, 'HELP_8_Desc_3', 'Vous pouvez maintenant importer facilement votre clef privée non chiffrée et vos fichiers (chiffrés) au format Geth/Mist, directement dans geth / Ethereum Wallet / Mist. Voir question #12 ci-dessous.'), _defineProperty(_fr$data, 'HELP_8_Desc_4', 'De plus, la probabilité que nous laissions tomber MyEtherWallet approche zéro. Il ne nous coûte presque rien de le maintenir comme nous n\'y stockons aucune information. Si le domaine venait à être perdu, le logiciel sera toujours disponible publiquement sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Vous pourrez y télécharger le ZIP et le faire tourner localement.'), _defineProperty(_fr$data, 'HELP_8CX_Title', '8) Que se passe-t-il si MyEtherWallet CX disparaît ?'), _defineProperty(_fr$data, 'HELP_8CX_Desc_1', 'D\'abord, toutes les données sont sauvegardées sur votre ordinateur et non sur nos serveurs. Cela peut paraître étonnant mais, quand vous regardez sur l\'extension Chrome, ce que vous voyez *ne se trouve pas* sur nos serveurs ; tout est stocké sur votre propre ordinateur. '), _defineProperty(_fr$data, 'HELP_8CX_Desc_2', 'Cela dit, il est **très important** que vous sauvegardiez toutes les données de tous les portefeuilles générés par MyEtherWallet CX. De cette manière, si quoi que ce soit arrivait à MyEtherWallet CX ou à votre ordinateur, vous conserveriez toutes les informations nécessaires pour accéder à votre Ether. Voir #2a pour la sauvegarde de vos portefeuilles.'), _defineProperty(_fr$data, 'HELP_8CX_Desc_3', 'Si, pour une raison quelconque, MyEtherWallet CX disparaissait du Chrome Store, vous pourrez en trouver le source sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) et le charger manuellement. Voir #5 ci-dessus.'), _defineProperty(_fr$data, 'HELP_9_Title', '9) La page "Envoyer des Ether et des Tokens" est-elle hors ligne ? '), _defineProperty(_fr$data, 'HELP_9_Desc_1', 'Non. Elle a besoin de l\'internet pour obtenir le prix actuel du Gas, le nonce de votre compte et pour émettre la transaction (c\'est-à-dire "envoyer des Ethers"). Cependant, elle n\'envoie que la transaction signée. Votre clef privée reste en sécurité chez vous. Nous fournissons aussi une page "Transaction hors ligne" pour vous permettre de conserver en permanence vos clefs privées sur une machine hors ligne.'), _defineProperty(_fr$data, 'HELP_10_Title', '10) Comment puis-je faire une transaction hors ligne ?'), _defineProperty(_fr$data, 'HELP_10_Desc_1', 'Allez à la page "Transaction hors ligne" avec votre ordinateur **en ligne**.'), _defineProperty(_fr$data, 'HELP_10_Desc_2', 'Entrez l\'"Adresse d\'émission". Attention, c\'est l\'adresse **à partir de laquelle** vous envoyez et non celle *vers laquelle** vous envoyez. Ceci va générer un nonce et le prix du Gas.'), _defineProperty(_fr$data, 'HELP_10_Desc_3', 'Sur votre ordinateur **hors ligne**, entrez l\'"Adresse de destination" et le "Montant" que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_10_Desc_4', 'Entrez le "Prix du Gas" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_5', 'Entrez le "Nonce" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_6', 'La "Limite en Gas" a une valeur par défaut de 21000. Ceci couvre les frais d\'une transaction standard. Si vous envoyez à un contrat ou si vous embarquez des données supplémentaires avec votre transaction vous devrez augmenter la limite de Gas. Tout Gas non consommé vous sera retourné.'), _defineProperty(_fr$data, 'HELP_10_Desc_7', 'Si vous le désirez, entrez des données. Dans ce cas, vous devrez inclure plus que la limite de 21000 par défaut. Toutes les données sont au format hexadécimal.'), _defineProperty(_fr$data, 'HELP_10_Desc_8', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_10_Desc_9', 'Cliquez sur le bouton "Générer la transaction signée".'), _defineProperty(_fr$data, 'HELP_10_Desc_10', 'Le champ de données sous ce bouton se remplit avec votre transaction signée. Copiez-la et revenez avec elle sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'HELP_10_Desc_11', 'Sur votre ordinateur en ligne, collez la transaction signée dans le champ texte et cliquez sur "Envoyez l\'Ether". Ceci émettra votre transaction. '), _defineProperty(_fr$data, 'HELP_12_Title', '12) Comment puis-je importer un portefeuille créé par MyEtherWallet dans geth, Ethereum Wallet ou Mist ?'), _defineProperty(_fr$data, 'HELP_12_Desc_1', 'Avec un fichier Geth/Mist JSON de MyEtherWallet v2+.... '), _defineProperty(_fr$data, 'HELP_12_Desc_2', 'Allez à la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_12_Desc_3', 'Déverrouillez votre portefeuille avec votre clef privée **chiffrée** ou votre fichier JSON.'), _defineProperty(_fr$data, 'HELP_12_Desc_4', 'Allez à la page "Mes portefeuilles".'), _defineProperty(_fr$data, 'HELP_12_Desc_5', 'Sélectionnez le portefeuille que vous désirez importer dans Mist, cliquez sur l\'icône "Voir", entrez votre mot de passe et accédez à votre portefeuille. '), _defineProperty(_fr$data, 'HELP_12_Desc_6', 'Allez à la section "Téléchargez le fichier JSON file - Format Geth/Mist (chiffé)". Cliquez sur le bouton "Télécharger" en dessous. Vous avez maintenant votre fichier *keystore.* '), _defineProperty(_fr$data, 'HELP_12_Desc_7', 'Ouvrez l\'application Ethereum Wallet. '), _defineProperty(_fr$data, 'HELP_12_Desc_8', 'Dans la barre de menu, allez sur "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fr$data, 'HELP_12_Desc_9', 'Ceci ouvre votre dossier de keystores. Copiez-y le fichier que vous venez de télécharger (`UTC--ANNEE-MOIS-JOUR......../`) dans ce dossier.'), _defineProperty(_fr$data, 'HELP_12_Desc_10', 'Votre compte doit apparaître immédiatement sous "Accounts." '), _defineProperty(_fr$data, 'HELP_12_Desc_11', 'Avec votre clef privée non chiffrée...'), _defineProperty(_fr$data, 'HELP_12_Desc_12', 'Si vous n\'avez pas déjà votre clef privée non chiffrée, allez à la page "Visualisation d\'un portefeuille". '), _defineProperty(_fr$data, 'HELP_12_Desc_13', 'Sélectionnez le fichier de votre portefeuille ou entrez/collez votre clef privée pour déverrouiller votre portefeuille.'), _defineProperty(_fr$data, 'HELP_12_Desc_14', 'Copiez votre clef privée (non chiffrée). '), _defineProperty(_fr$data, 'HELP_12_Desc_15', 'Si vous êtes sur un Mac : '), _defineProperty(_fr$data, 'HELP_12_Desc_15b', 'Si vous êtes sur un PC : '), _defineProperty(_fr$data, 'HELP_12_Desc_16', 'Ouvrez Text Edit et collez cette clef privée.'), _defineProperty(_fr$data, 'HELP_12_Desc_17', 'Dans la barre de menu, cliquez sur "Format" -> "Make Plain Text".'), _defineProperty(_fr$data, 'HELP_12_Desc_18', 'Sauvegardez ce fichier vers votre `Desktop/` en tant que `nothing_special_delete_me.txt`. Assurez-vous qu\'il précise "UTF-8" et "If no extension is provided use .txt" dans le dialogue de sauvegarde.'), _defineProperty(_fr$data, 'HELP_12_Desc_19', 'Ouvrez un terminal et lancez la commande suivante : `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_20', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserez dans geth / Ethereum Wallet / Mist à chaque vois que vos créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_21', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_22', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_12_Desc_23', 'Ouvrez Bloc-notes (notepad) et collez-y la clef privée '), _defineProperty(_fr$data, 'HELP_12_Desc_24', 'Sauvegardez le fichier sur `C:\\` sous le nom `nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_25', 'Lancez la commande `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_26', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserz dans geth / Ethereum Wallet / Mist à chaque foiq que vous créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_27', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_28', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_13_Title', '13) Que signifie « Fonds insuffisants. Le compte d\'où vous essayez d\'envoyer une transaction ne possède pas assez de fonds. Requis : XXXXXXXXXXXXXXXXXXX, disponible : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_fr$data, 'HELP_13_Desc_1', 'Cela signifie que vous n\'avez pas assez d\'Ether sur votre compte pour couvrir les coûts en Gas. Chaque transaction (y compris pour les tokens et les contrats) demande du Gas, et ce Gas est payé en Ether. Le nombre affiché est le montant requis pour couvrir le coût de la transaction en Wei. Prenez ce nombre, divisez-le par `10^18` (soit `1000000000000000000`) et soustrayez la somme en Ether que vous essayiez d\'envoyer (si vous tentiez d\'envoyer de l\'Ether). Cela vous donnera le montant en Ether que vous avez besoin d\'ajouter à votre compte pour effectuer cette transaction.'), _defineProperty(_fr$data, 'HELP_14_Title', '14) Certains sites initialisent la génération de clef privée par les mouvements de la sours. Ce n\'est pas le cas de MyEtherWallet.com. La génération de nombres aléatoires de MyEtherWallet est-elle sûre ?'), _defineProperty(_fr$data, 'HELP_14_Desc_1', 'Bien que l\'interception des mouvement de la souris soit jugée attractive par beaucoup, et que nous en comprenions les raisons, la réalité est que window.crypto assure plus d\'entropie que les mouvements de votre souris. L\'utilisation de ces mouvements est sûre mais nous (ainsi que de nombreux projets crypto) avons de bonnes raisons de croire en window.crypto. De plus, MyEtherWallet.com peut être utilisé sur des périphériques tactiles. Voici une [conversation entre un redditeur rageur et Vitalik Buterin à propos des mouvements de souris et window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) et voici [les spécifications w3 de window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_fr$data, 'HELP_15_Title', '15) Pourquoi le compte que je viens de créer n\'apparaît-il pas dans l\'explorateur de blockchain ? (etherchain, etherscan)'), _defineProperty(_fr$data, 'HELP_15_Desc_1', 'Les comptes n\'apparaissent dans un explorateur de blockchain qu\'après une activité, comme par exemple, un envoi ou une réception d\'Ether.'), _defineProperty(_fr$data, 'HELP_16_Title', '16) Comment puis-je vérifier le solde de mon compte ?'), _defineProperty(_fr$data, 'HELP_16_Desc_1', 'Vous pouvez utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/). Collez votre adresse dans la barre de recherche et cela récupérera votre solde et l\'historique de vos transactions. Par exemple, voici ce que montre notre [compte de donations](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) sur etherscan.io'), _defineProperty(_fr$data, 'HELP_17_Title', '17) Pourquoi mon solde n\'apparaît-il pas quand je déverrouille mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_17_Desc_1', 'C\'est probablement dû au fait que vous vous trouviez derrière un parefeu. L\'API que nous utilisons pour obtenir le solde et converir celui-ci est souvent bloquée par des parefeus pour des raisons diverses. Vous êtes toujours capable d\'envoyer des transactions mais il vous faut employer une autre méthode pour voir le solde, comme etherscan.io'), _defineProperty(_fr$data, 'HELP_18_Title', '18) Où est le fichier de mon portefeuille geth ?'), _defineProperty(_fr$data, 'HELP_19_Title', '19) Où est le fichier de mon portefeuille Mist ?'), _defineProperty(_fr$data, 'HELP_19_Desc_1', 'Les fichiers Mist se trouvent généralement aux endroits ci-dessus mais il est beaucoup plus facile d\'ouvrir Mist, de sélectionner "Accounts" dans la barre du haut, puis "Backup" et "Accounts". Cela ouvre le dossier où vos fichiers sont stockés. '), _defineProperty(_fr$data, 'HELP_20_Title', '20) Où est le fichier de mon portefeuille de *pre-sale* (pré-vente) ?'), _defineProperty(_fr$data, 'HELP_20_Desc_1', 'Là où vous l\'avez mis ;) Il vous a aussi été envoyé donc allez vérifier vos mails. Cherchez le fichier appelé `"ethereum_wallet_backup.json"` et choisissez ce fichier. Il est chiffré avec un mot de passe que vous avez créé pendant l\'achat au moment de la pré-vente.'), _defineProperty(_fr$data, 'HELP_21_Title', '21) N\'importe qui ne peut-il pas prendre une clef privée au hasard, chercher un solde et l\'envoyer à sa propre adresse ? '), _defineProperty(_fr$data, 'HELP_21_Desc_1', 'Version courte : oui, mais trouver un compte avec un solde prendrait plus longtemps que la durée de vie de l\'univers… donc… non. '), _defineProperty(_fr$data, 'HELP_21_Desc_2', 'Version longue : Ethereum est basé sur la [Cryptographie asymétrique](https://fr.wikipedia.org/wiki/Cryptographie_asymétrique), plus précisément la [cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) qui est très couramment employée, non pas uniquement dans Ethereum. La plupart des serveurs sont protégés par les ECC. Bitcoin les emploie, ainsi que SSH, TLS et bien d\'autres protocoles. Dans le cas spécifique d\'Ethereum, les clefs font 256 bits et sont plus fortes que celles en 128 et 192 bits, encore très employées et toujours considérées comme sûres par les experts.'), _defineProperty(_fr$data, 'HELP_21_Desc_3', 'Vous avez une clef privée et une clef publique. La clef privée peut servir à dériver la clef publique mais l\'inverse est pratiquement impossible. Le fait que l\'internet et le monde entier utilise ce système cryptographique signifie que, s\'il existait un moyen de dériver la clef privée de la clef publique, le risque que courrait votre Ether serait le dernier de vos soucis.'), _defineProperty(_fr$data, 'HELP_21_Desc_4', 'Cela dit, OUI : si quelqu\'un possède votre clef privée, il peut envoyer de l\'Ether depuis votre compte, de même que si une personne a le mot de passe de votre email, elle peut lire des mails ou en envoyer, ou si c\'est le mot de passe de votre compte en banque, elle peut faire des virements. Vous pouvez télécharger la versoin Keystore de votre clef privée qui est la clef privée chiffrée avec un mot de passe. Cela ressemble à avoir un mot de passe protégé par un autre mot de passe.'), _defineProperty(_fr$data, 'HELP_21_Desc_5', 'Et OUI, en théorie, on peut taper une chaîne de 64 caractères hexadécimaux jusqu\'à en trouver un qui correspond. Il est d\'ailleurs possible d\'écrire un programme qui vérifie très rapidement des clefs privée aléatoires. C\'est ce que l\'on appelle utiliser la "brute force", ou miner des clefs privées. Beaucoup de monde y a pensé très fort et très longtemps. Quelques serveurs haut de gamme peuvent vérifier plus de 1 million de clefs par seconde. Pourtant, même cette performance ne donnerait pas accès à un compte suffisamment approvisionné pour en valoir la chandelle ; il est bien plus probable que vous, vos enfant et vos petits-enfants mouriez avant d\'obtenir une correspondance.'), _defineProperty(_fr$data, 'HELP_21_Desc_6', 'Si vous connaissez un peu Bitcoin, [ceci remettra les choses en perspective :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Pour illustrer l\'improbabilité de tout ceci : supposons que chaque satoshi de chaque bitcoin qui sera jamais produit soit affecté à sa propre clef privée distincte. La probabilité que, parmi ces clefs, s\'en trouvent deux qui correspondent à la même adresse serait d\'environ 1 sur 100 quintillons.'), _defineProperty(_fr$data, 'HELP_21_Desc_7', '[Si vous voulez un argumentaire un peu plus technique :](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Ces nombres n\'ont rien à voir avec la technologie des systèmes ; ce sont les maxima autorisés par la thermodynamique. Et ils impliquent clairement qu\'une attaque par brute force contre des clefs de 256 bits restera impossible jusqu\'à ce que l\'on construise des ordinateurs avec autre chose que de la matière et qu\'ils occupent autre chose que l\'espace.'), _defineProperty(_fr$data, 'HELP_21_Desc_8', 'Cela suppose bien entendu que les clefs sont générées d\'une manière totalement aléatoire avec suffisamment d\'entropie. C\'est le cas des clefs générées ici, tout comme celles de Jaxx et de Mist/geth. Les portefeuilles Ethereum sont tous assez bons de ce point de vue. Les clefs générées par des cerveaux humains ne le sont pas, car ces derniers ne sont pas capables de partir d\'un nombre parfaitement aléatoire. Il y a eu des cas d\'autres problèmes d\'entropie insuffisante ou de nombres imparfaitement aléatoires dans le monde de Bitcoin mais il s\'agit là d\'un tout autre problème qui peut attendre un peu.'), _defineProperty(_fr$data, 'HELP_SecCX_Title', 'Sécurité - MyEtherWallet CX'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_1', 'Où cette extension enregistre-t-elle mes informations ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_2', 'Les informations stockées par cette extension sont sauvegardée via [chrome.storage](http://chrome.storage/), c\'est à dire au même endroit que vos mots de passe Chrome.'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_3', 'Quelles informations sont sauvegardées ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_4', 'L\'adresse, le surnom et la clef privée sont stockés dans chrome.storage. La clef privée est chiffrée par le mot de passe défini à l\'ajout du portefeuille. Le surnom et l\'adresse du portefeuille ne sont pas chiffrés. '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_5', 'Pourquoi le surnom et l\'adresse du portefeuille ne sont-ils pas chiffrés ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_6', 'Si nous devions chiffrer ces informations, il vous faudrait entrer un mot de passe à chaque fois que vous voudriez voir votre solde ou les surnoms. Si cela vous ennuie, nous vous recommandons d\'utiliser MyEtherWallet.com au lieu de cette extension Chrome.'), _defineProperty(_fr$data, 'HELP_Sec_Title', 'Sécurité'), _defineProperty(_fr$data, 'HELP_Sec_Desc_1', 'Si l\'une des premières questions que vous vous posez est "Pourquoi devrais-je faire confiance à ces gens ?", c\'est une bonne démarche. Nous espérons que ce qui suit va dissiper vos craintes. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_2', 'Nous avons commencé en août 2015. Si vous recherchez ["myetherwallet" sur reddit](https://www.reddit.com/search?q=myetherwallet), vous pouvez voir qu\'un nombre considérable de personnes nous utilisent sans problème. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_3', 'Nous n\'allons pas prendre votre argent ou voler vos clefs privées. Il n\'y a pas de code malveillant sur ce site. En fait, les pages sont du côté du client. Cela signifie que tout le code s\'éxécute sur **votre ordinateur** et n\'est jamais sauvegardé ou transmis où que ce soit.'), _defineProperty(_fr$data, 'HELP_Sec_Desc_4', 'Vérifiez l\'URL -- Ce site est servi par Github (et vous pouvez en voir le code source ici : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages)) vers [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_fr$data, 'HELP_Sec_Desc_5', 'Pour générer les portefeuilles, vous pouvez télécharger le [code source](https://github.com/kvhnuke/etherwallet/releases/latest). Voir #5 ci-dessus. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_6', 'Lancez un test et vérifiez le type d\'activité réseau. La manière la plus simple consiste en un clic droit sur la page, puis "Inspecter". Allez à l\'onglet "Network". Générez un portefeuille de test. Vous verrez qu\'il n\'y a pas d\'activité réseau. Vous pourrez voir quelque chose se produire ressemblant à data:image/gif et data:image/png. Ce sont les QR codes en cours de génération... sur votre ordinateur. Aucun octet n\'a été transféré. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_8', 'Si cet outil ne vous plaît pas, alors ne l\'utilisez surtout pas. Nous l\'avons créé pour qu\'il aide les gens à générer des portefeuilles et à effectuer des transactions sans avoir besoin de plonger dans des lignes de commandes, ni faire tourner un nœud complet. À nouveau, n\'hésitez pas à nous faire part de vos doutes et nous répondrons aussi rapidement que possible. Merci ! '), _defineProperty(_fr$data, 'HELP_FAQ_Title', 'Plus de réponses utiles aux questions fréquentes '), _defineProperty(_fr$data, 'HELP_Contact_Title', 'Moyens de nous contacter'), _fr$data); module.exports = fr; @@ -16022,7 +16019,7 @@ ht.data = (_ht$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ht$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ht$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ht$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ht$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ht$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ht$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ht$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ht$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ht$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ht$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ht$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ht$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ht$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ht$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ht$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ht$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ht$data, 'x_ReadMore', 'Read More'), _defineProperty(_ht$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ht$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ht$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ht$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ht$data, 'NAV_CheckTxStatus', 'Vérifier statut TX'), _defineProperty(_ht$data, 'NAV_TxStatus', 'Statut de la TX'), _defineProperty(_ht$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_ht$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs) les transactions peuvent rester en attente des heures, voir des jours. Cet outil cherche à vous donner la possibilité de trouver et "annuler" / remplacer ces transactions. ** Ce n\'est pas quelque chose de possible normalement. Vous ne devriez pas vous y fier et cela ne marchera que lorsque les pools de transactions sont remplis. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ht$data, 'tx_notFound', 'Pas de transaction trouvée'), _defineProperty(_ht$data, 'tx_notFound_1', 'Cette TX est introuvable dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier statut TX". '), _defineProperty(_ht$data, 'tx_notFound_3', 'La transaction pourrait toujours être dans le pool de transactions d\'un nœud différent, en attente d\'être minée.'), _defineProperty(_ht$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)` ou `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) et revérifiez.'), _defineProperty(_ht$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_ht$data, 'tx_foundInPending_1', 'Cette TX a été identifiée dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente (en attente d\'être minée). '), _defineProperty(_ht$data, 'tx_foundInPending_3', 'Il existe une chance que vous puissiez "annuler" ou remplacer cette transaction. Déverouillez votre portefeuille ci-dessous.'), _defineProperty(_ht$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_ht$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_ht$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. A la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "Out of Gas", vous devriez doubler la limite de gaz que vous aviez spécifiée.'), _defineProperty(_ht$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de place d\'échange, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, d\'examiner votre situation.'), _defineProperty(_ht$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_ht$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_ht$data, 'GEN_Help_3', 'Votre périphérique * est * votre portefeuille.'), _defineProperty(_ht$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ht$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_ht$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_ht$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez pas avec qui que ce soit · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_ht$data, 'GEN_Help_8', 'Pas de téléchargement? '), _defineProperty(_ht$data, 'GEN_Help_9', 'Essayez Google Chrome '), _defineProperty(_ht$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_ht$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_ht$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres wallet clients.) '), _defineProperty(_ht$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore '), _defineProperty(_ht$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_ht$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_ht$data, 'GEN_Help_16', 'Quels sont ces différents formats?'), _defineProperty(_ht$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça?'), _defineProperty(_ht$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_ht$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_ht$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ht$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_ht$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_ht$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_ht$data, 'GAS_PRICE_Desc', 'Le prix du gaz est le montant que vous payez par unité de gaz. `frais de TX = prix du gaz * limite en gaz` & est payé aux mineurs pour inclure votre transaction à un bloc. Prix de gaz plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `41 GWEI`.'), _defineProperty(_ht$data, 'GAS_LIMIT_Desc', 'La limite en gaz est le montant de gaz à envoyer avec votre transaction. `frais de TX = prix du gaz * limite en gaz` et est payé aux mineurs pour inclure votre transaction à un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH = `21000`. Envoyer des Tokens = ~`200000`.'), _defineProperty(_ht$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_ht$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `gas limit` * le `gas price`. [Vous pouvez convertir GWEI -> ETH ici](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ht$data, 'NAV_AddWallet', 'METE YON BOUS. '), _defineProperty(_ht$data, 'NAV_BulkGenerate', 'KREYE BOUS YO PA LO '), _defineProperty(_ht$data, 'NAV_Contact', 'KONTAK '), _defineProperty(_ht$data, 'NAV_Contracts', 'KONTRA YO '), _defineProperty(_ht$data, 'NAV_DeployContract', 'OUVRI YON KONTRA '), _defineProperty(_ht$data, 'NAV_ENS', 'ENS '), _defineProperty(_ht$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_ht$data, 'NAV_GenerateWallet', 'KREYE YON BOUS '), _defineProperty(_ht$data, 'NAV_Help', 'EDE '), _defineProperty(_ht$data, 'NAV_InteractContract', 'PALE AVÈK KONTRA A '), _defineProperty(_ht$data, 'NAV_Multisig', 'PLIZYÈ SIY '), _defineProperty(_ht$data, 'NAV_MyWallets', 'BOUS MWEN YO '), _defineProperty(_ht$data, 'NAV_Offline', 'VOYE SAN SIYAL '), _defineProperty(_ht$data, 'NAV_SendEther', 'VOYE ETHER '), _defineProperty(_ht$data, 'NAV_SendTokens', 'VOYE TOKENS YO '), _defineProperty(_ht$data, 'NAV_SignMsg', 'SIYEN YON MESAJ '), _defineProperty(_ht$data, 'NAV_Swap', 'CHANJE '), _defineProperty(_ht$data, 'NAV_ViewWallet', 'GADE ANNDAN YON BOUS '), _defineProperty(_ht$data, 'NAV_YourWallets', 'BOUS OU YO '), _defineProperty(_ht$data, 'x_Access', 'ANTRE '), _defineProperty(_ht$data, 'x_AddessDesc', 'LI RELE ANKÒ‘’NIMEWO KONT’’ OSWA ‘’ KLE PIBLIK’’ SE SA W’ KA VOYE BAY TOUT MOUN POU YO KA VOYE ETHER YO BA W’. PYON SA SE YON FASON SENP POU KONNEN ADRÈS OU '), _defineProperty(_ht$data, 'x_Address', 'ADRÈS OU '), _defineProperty(_ht$data, 'x_Cancel', 'RETIRE '), _defineProperty(_ht$data, 'x_CSV', 'PAJ CSV SAN KÒD '), _defineProperty(_ht$data, 'x_Download', 'PRAN L '), _defineProperty(_ht$data, 'x_Json', 'PAJ JSON (SAN-KÒD) '), _defineProperty(_ht$data, 'x_JsonDesc', 'SE YON LÒT VÈSYON SAN KÒD SOU FÒM JSON POU KLE SEKRÈ W’LA. SA VLE DI KE W’ PA BEZWEN KÒD SEKRÈ W’ POU W’ SÈVI AK LI MEN NENPÒT MOUN KI JWENN JSON AN KAPAB ANTRE NAN BOUS OU A AK ETHER W’ YO SAN KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Keystore', 'PAJ KEYSTORE (UTC/ JSON DWE GEN KÒD) '), _defineProperty(_ht$data, 'x_Keystore2', 'PAJ KEYSTORE (UTC / JSON) '), _defineProperty(_ht$data, 'x_KeystoreDesc', 'PAJ KEYSTORE SA SÈVI AK MENM FÒM MIST LA SÈVI A TOU, OU KAPAB PRAN L’ FASILMAN PITA NAN LOGISYÈL YO. SE PAJ SA NOU MANDE W’ POU W’ PRAN AK KENBE L '), _defineProperty(_ht$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ht$data, 'x_Mnemonic', 'LÈT FRAZ KACHE.'), _defineProperty(_ht$data, 'x_ParityPhrase', 'FRAZ KI SANBLE '), _defineProperty(_ht$data, 'x_Password', 'KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Print', 'FÈ SÒTI YON BOUS SOU PAPYE '), _defineProperty(_ht$data, 'x_PrintDesc', 'LÒT MWAYEN: PEZE SOU SÒTI PAJ LA AK KENBE BOUS PAPYE A TANKOU YON PDF, MENM KE W’ PA GEN APARÈY POU SÒTI PAJ LA ! '), _defineProperty(_ht$data, 'x_PrintShort', 'SÒTI PAJ LA '), _defineProperty(_ht$data, 'x_PrivKey', 'KLE SEKRÈ ( SAN KÒD) '), _defineProperty(_ht$data, 'x_PrivKey2', 'KLE SEKRÈ '), _defineProperty(_ht$data, 'x_PrivKeyDesc', 'SE YON LÒT VÈSYON KLE SEKRÈ W’ LA EKRI SAN KÒD, SA VLE DI OKENN KÒD SEKRÈ PA NESESÈ POU SÈVI AK LI. SI NENPÒT MOUN TA VIN JWENN KLE SEKRÈ SA, L’AP KAPAB ANTRE NAN BOUS OU A SAN KÒD SEKRÈ. POU REZON SA, NOU MANDE LÒT FASON AN KI GEN KÒD POU KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'x_Save', 'KENBE L’ '), _defineProperty(_ht$data, 'x_TXT', 'PAJ TXT (SAN-KÒD) '), _defineProperty(_ht$data, 'x_Wallet', 'BOUS '), _defineProperty(_ht$data, 'CX_Tagline', 'EKSTANSYON CHROME BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'CX_Warning_1', 'VEYE POU W’ KA GEN** YON LÒT KOTE POU KENBE DEYÒ** AK TOUT BOUS W’AP JERE LA. GEN ANPIL BAGAY KI KAPAB FÈ W’ PÈDI DONE NIVO CHROME SA, AK ANKÒ RETIRE ENSTALASYON AN AK NAN ENSTALE NIVO A. NIVO SA SE YON FASON POU W’ ANTRE FASILMAN NAN BOUS OU YO, **SE PA** YON FASON POU W’ KENBE YO '), _defineProperty(_ht$data, 'MEW_Tagline', 'BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'MEW_Warning_1', 'TOUJOU BYEN VERIFYE L’URL ANVAN W’ ANTRE NAN BOUS OU A OSWA POU KREYE YON LÒT BOUS. ATANSYON AK FO SIT YO '), _defineProperty(_ht$data, 'FOOTER_1', 'YON ZOUTI OPEN SOURCE NAN JAVASCRIPT LI FÈT POU KLIYAN KREYE BOUS ETHEREUM YO EPI FÈ ANPIL TRANSFÈ '), _defineProperty(_ht$data, 'FOOTER_1b', 'MOUN KI FÈ L’ LA SE '), _defineProperty(_ht$data, 'FOOTER_2', 'DON YO APRESYE ANPIL '), _defineProperty(_ht$data, 'FOOTER_3', 'KREYASYON BOUS POU KLIYAN AK '), _defineProperty(_ht$data, 'FOOTER_4', 'AVÈTISMAN '), _defineProperty(_ht$data, 'sidebar_AccountInfo', 'ENFÒMASYON YO SOU KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountAddr', 'ADRÈS KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountBal', 'KOBYEN KÒB KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_TokenBal', 'KONBYEN TOKENS KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_Equiv', 'LÒT VALÈ KI MENM JAN '), _defineProperty(_ht$data, 'sidebar_TransHistory', 'LIS TRANSFÈ YO '), _defineProperty(_ht$data, 'sidebar_donation', 'MYETHERWALLET SE YON SÈVIS GRATIS EPI YON OPEN SOURCE KI RESPEKTE VI SEKRÈ W’ AK SEKIRITE W’. PLIS N’AP JWENN ANPIL DON, PLIS N’AP PASE ANPIL TAN POU N’ DEVLOPE LÒT FONKSYON YO, N’AP TANDE SA W’ MANDE AK BA W’ SA W’ BEZWEN . NOU SE KÈK MOUN K’AP ESEYE CHANJE MOND LA. EDE NOU! '), _defineProperty(_ht$data, 'sidebar_donate', 'FÈ YON DON '), _defineProperty(_ht$data, 'sidebar_thanks', 'MÈSI !!! '), _defineProperty(_ht$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_ht$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_ht$data, 'decrypt_Access', 'KÒMAN W’ VLE ANTRE NAN BOUS OU A ? '), _defineProperty(_ht$data, 'decrypt_Title', 'CHWAZI FÒM OU VLE METE KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'decrypt_Select', 'CHWAZI YON BOUS '), _defineProperty(_ht$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_ht$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_ht$data, 'MNEM_more', 'More Addresses '), _defineProperty(_ht$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_ht$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_ht$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ht$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_ht$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_ht$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ht$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ht$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_ht$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_ht$data, 'ADD_Label_1', 'KISA W’ VLE FÈ ? '), _defineProperty(_ht$data, 'ADD_Radio_1', 'KREYE YON LÒT BOUS '), _defineProperty(_ht$data, 'ADD_Radio_2', 'CHWAZI PAJ BOUS OU A (KEYSTORE/JSON) '), _defineProperty(_ht$data, 'ADD_Radio_2_alt', 'CHWAZI PAJ BOUS OU A '), _defineProperty(_ht$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE... '), _defineProperty(_ht$data, 'ADD_Radio_3', 'KOLE/PRAN KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_4', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Radio_5', 'KOLE/ANTRE LÈT POU FRAZ KACHE W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_5_Path', 'CHWAZI HD POU LÒT WOUT '), _defineProperty(_ht$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ht$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_ht$data, 'ADD_Label_2', 'BAY KONT OU A YON NON '), _defineProperty(_ht$data, 'ADD_Label_3', 'PAJ OU A GEN KÒD, TANPRI METE KÒD SEKRÈ W’ '), _defineProperty(_ht$data, 'ADD_Label_4', 'METE YON KONT KI KA PARÈT '), _defineProperty(_ht$data, 'ADD_Warning_1', 'OU KAPAB METE NENPÒT KI KONT POU W’ FÈ L’ PARÈT NAN TI BWAT « BOUS YO » SAN W’ PA PRAN YON KLE SEKRÈ. SA **PA** VLE DI KE W’AP KA ANTRE NAN BOUS SA, NI POU W’ TA FÈ TRANSFÈ ETHER YO SÒTI NAN BOUS SA '), _defineProperty(_ht$data, 'ADD_Label_5', 'ANTRE ADRÈS LA '), _defineProperty(_ht$data, 'ADD_Label_6', 'OUVRI BOUS OU A '), _defineProperty(_ht$data, 'ADD_Label_6_short', 'OUVRI '), _defineProperty(_ht$data, 'ADD_Label_7', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ht$data, 'MYWAL_Nick', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Address', 'ADRÈS BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Bal', 'KANTITE KÒB '), _defineProperty(_ht$data, 'MYWAL_Edit', 'KORIJE '), _defineProperty(_ht$data, 'MYWAL_View', 'GADE '), _defineProperty(_ht$data, 'MYWAL_Remove', 'EFASE '), _defineProperty(_ht$data, 'MYWAL_RemoveWal', 'EFASE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_WatchOnly', 'KONT OU YO KI PARÈT SELMAN '), _defineProperty(_ht$data, 'MYWAL_Viewing', 'FÈ PARÈT BOUS YO '), _defineProperty(_ht$data, 'MYWAL_Hide', 'KACHE ENFÒMASYON YO SOU BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Edit_2', 'KORIJE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Name', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Content_1', 'ANTANSYON ! OU PRAL EFASE BOUS OU A '), _defineProperty(_ht$data, 'MYWAL_Content_2', 'BYEN VEYE KE W’ **KENBE KLE SEKRÈ W’ LA/PAJ JSON AK KÒD SEKRÈ A**KI ASOSYE AK BOUS LA ANVAN W’ EFASE L’ '), _defineProperty(_ht$data, 'MYWAL_Content_3', 'SI W’ VLE SÈVI AK BOUS SA AVÈK MyEtherWallet CX NAN LÒT JOU YO, OU DWE METE L’ ANKÒ SÈVI AK KLE SEKRÈ A /PAJ JSON AK KÒD SEKRÈ A '), _defineProperty(_ht$data, 'GEN_desc', 'SI W’ VLE KREYE PLIZYÈ LÒT BOUS, OU KAPAB FÈL LA '), _defineProperty(_ht$data, 'GEN_Label_1', 'METE YON GWO KÒD SEKRÈ (POU PI PITI 9 KARAKTÈ '), _defineProperty(_ht$data, 'GEN_Placeholder_1', 'PA BLIYE KENBE SA '), _defineProperty(_ht$data, 'GEN_SuccessMsg', 'SIKSÈ ! BOUS OU A KREYE '), _defineProperty(_ht$data, 'GEN_Label_2', 'KENBE PAJ KEYSTORE W ‘ LA OSWA KLE SEKRÈ W ‘ LA. PA BLIYE KÒD SEKRÈ W’ LA KI ANLÈ A '), _defineProperty(_ht$data, 'GEN_Label_3', 'KENBE BOUS OU A '), _defineProperty(_ht$data, 'GEN_Label_4', 'OPSYON : FÈ SÒTI BOUS OU A SOU PAPYE OSWA SERE version QR code '), _defineProperty(_ht$data, 'BULK_Label_1', 'KANTITE BOUS KI KA KREYE '), _defineProperty(_ht$data, 'BULK_Label_2', 'KREYE BOUS YO '), _defineProperty(_ht$data, 'BULK_SuccessMsg', 'SIKSÈ ! BOUS OU YO KREYE '), _defineProperty(_ht$data, 'SEND_addr', 'ADRÈS KOTE W’AP VOYE L’ '), _defineProperty(_ht$data, 'SEND_amount', 'KANTITE W’AP VOYE A '), _defineProperty(_ht$data, 'SEND_amount_short', 'KANTITE '), _defineProperty(_ht$data, 'SEND_custom', 'TOKENS ESPESYAL '), _defineProperty(_ht$data, 'SEND_gas', 'GAZ '), _defineProperty(_ht$data, 'SEND_TransferTotal', 'VOYE TOUT KANTITE A ;// RENOUVLLE L’ POU PI PI VIT '), _defineProperty(_ht$data, 'SEND_generate', 'KREYE TRANFÈ A '), _defineProperty(_ht$data, 'SEND_raw', 'TRASFÈ SAN ANALIZ '), _defineProperty(_ht$data, 'SEND_signed', 'TRANSFÈ SIYEN '), _defineProperty(_ht$data, 'SEND_trans', 'VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'SENDModal_Title', 'ATANSYON! '), _defineProperty(_ht$data, 'SENDModal_Content_1', 'OU PRAL VOYE L '), _defineProperty(_ht$data, 'SENDModal_Content_2', 'NAN ADRÈS '), _defineProperty(_ht$data, 'SENDModal_Content_3', 'ESKE W KONFYAN ? '), _defineProperty(_ht$data, 'SENDModal_Content_4', 'NÒT :SI JWENN AK YON ERÈ, OU TA GEN POU METE ETHER YO NAN KONT OU A POU W’ KOUVRI KÒB GAZ POU VOYE TOKENS YO. GAZ LA PEYE AK ETHER '), _defineProperty(_ht$data, 'SENDModal_No', 'NON, MWEN VLE SÒTI LA '), _defineProperty(_ht$data, 'SENDModal_Yes', 'WI, MWEN KONFYAN ! FÈ TRANSFÈ A '), _defineProperty(_ht$data, 'TOKEN_Addr', 'ADRÈS TOKEN CONTRACT'), _defineProperty(_ht$data, 'TOKEN_Symbol', 'SENBÒL TOKEN NAN '), _defineProperty(_ht$data, 'TOKEN_Dec', 'KONTE AN DIS (10) '), _defineProperty(_ht$data, 'TOKEN_show', 'MONTRE TOKENS YO '), _defineProperty(_ht$data, 'TOKEN_hide', 'KACHE TOKENS YO '), _defineProperty(_ht$data, 'TRANS_desc', 'SI W’ VLE VOYE TOKENS YO, ALE PITO NAN PAJ « VOYE TOKENS » '), _defineProperty(_ht$data, 'TRANS_warning', 'METE FONKSYON ‘’ETH’’ YO SÈLMAN AK ‘’ETC SÈLMAN’’ OU FÈ W’ PASE NAN YON KONTRA. KÈK NAN SÈVIS SA YO KONN GEN PWOBLÈM AK TRANSFÈ SA YO. POU W’ KONN PLIS '), _defineProperty(_ht$data, 'TRANS_advanced', '+AVANSE : METE GAZ '), _defineProperty(_ht$data, 'TRANS_data', 'DONE '), _defineProperty(_ht$data, 'TRANS_gas', 'LIMIT AN GAZ ;// CHANJE AN ENG POU LIMIT GAZ LA '), _defineProperty(_ht$data, 'TRANS_sendInfo', 'YON TRANSFÈ NÒMAL SÈVI AK 21000 GAZ KI KOUTE 0.000441 ETH. PRI GAZ LA 0.000000021 ETH KE NOU TE CHWAZI A ON TI JAN PI WO KE PI PITI A ASIRE W’ POU W’ YON KONFIMASYON RAPID. NOU PA PRAN FRÈ POU TRANSFÈ A. '), _defineProperty(_ht$data, 'OFFLINE_Title', 'KREYE EPI VOYE YON TRANFÈ SAN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Desc', 'KREYASYON YON TRANSFÈ SAN SIYAL FÈT NAN TWA ETAP. ETAP 1 AK 3 YO FÈT NAN YON KOMPITÈ KI GEN SIYAL AK ETAP 2 A NAN YON KOMPITÈ KI PA KONEKTE AK REZO A. SA PÈMÈT OU IZOLE NÈT KLE SEKRÈ W’ LA POU TOUT MACHIN KI KONEKTE AK INTÈNÈT '), _defineProperty(_ht$data, 'OFFLLINE_Step1_Title', 'ETAP 1 : KREYASYON ENFÒMASYON AN (KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step1_Button', 'KREYE ENFÒMASYON AN '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_1', 'ADRÈS KOTE L’ SÒTI '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_2', 'NÒT : SE NAN ADRÈS KOTE L’ SÒTI A, SE PA ADRÈS KOTE L’AP RIVE A.NONCE LA KREYE AK KONT MOUN K’AP VOYE A. SI NOU SÈVI AK YON MACHIN KI PA KONEKTE AK REZO A, ADRÈS SA AP ADRÈS KONT LA TANKOU _COLDSTORAGE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Title', 'ETAP 2: KREYASYON TRANSFÈ A(KOMPITÈ SAN SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_1', 'ADRÈS KOTE L’ PRALE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_2', 'VALÈ/KANTITE W’AP VOYE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3', 'PRI GAZ LA '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3b', 'KANTITE SA TE PARÈT NAN ETAP 1 AN LÈ KOMPITÈ W’ LA KI TE GEN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4', 'LIMIT GAZ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4b', '21000 SE LIMIT NÒMAL LA. NA KA W’AP VOYE POU KONTRA YO OSWA AVÈK DONE ANPLIS YO, VALÈ SA KAPAB DIFERAN. TOUT GAZ KI PA SÈVI YO Y’AP VOYE YO BA W’ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5', 'NONCE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5b', 'SA TE PARÈT NAN PREMYE ETAP NAN KOMPITÈ W’ LA KI GEN SIYAL.'), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6', 'DONE YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6b', 'SA SE YON ZÒN OPSYON, DONE YO TOUJOU SÈVI LÈ Y’AP FÈ TRANSFÈ POU KONTRA YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_7', 'ANTRE/ CHWAZI KLE SEKRÈ W’ LA / JSON '), _defineProperty(_ht$data, 'OFFLINE_Step3_Title', 'ETAP 3 : VOYE/ FÈ WÈ TRANSFÈ A ( KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step3_Label_1', 'KOPYE TRANSFÈ A LA SIYEN NAN ETAP 2 A AK PEZE SOU BOUTON ”VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'CONTRACT_Title', 'Adresse de contrat '), _defineProperty(_ht$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant '), _defineProperty(_ht$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_ht$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat '), _defineProperty(_ht$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction '), _defineProperty(_ht$data, 'CONTRACT_ByteCode', 'Bytecode '), _defineProperty(_ht$data, 'CONTRACT_Read', 'LIRE '), _defineProperty(_ht$data, 'CONTRACT_Write', 'ECRIRE '), _defineProperty(_ht$data, 'DEP_generate', 'Générer le bytecode '), _defineProperty(_ht$data, 'DEP_generated', 'Bytecode généré '), _defineProperty(_ht$data, 'DEP_signtx', 'Signer la transaction '), _defineProperty(_ht$data, 'DEP_interface', 'Interface générée '), _defineProperty(_ht$data, 'NODE_Title', 'ENSTALE NE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'NODE_Subtitle', 'POU W’ KAPAB KONENTE AK YON NE LOKAL '), _defineProperty(_ht$data, 'NODE_Warning', 'NE W’ LA DWE AN HTTPS POU W’ KONEKTE AVÈK MYETHERWALLET.COM. OU KAPAB [PRAN REPO MYWALLET LA EPI OUVRI L’ LOKALMAN ](https://github.com/kvhnuke/etherwallet/releases/latest) POU W’ KONEKTE A KÈK LÒT NE , OSWA POU W’ GENYEN SÈTIFIKA SSL GRATIS AVÈK[LetsEncrypt](https://letsencrypt.org/).'), _defineProperty(_ht$data, 'NODE_Name', 'NON NE A '), _defineProperty(_ht$data, 'NODE_Port', 'PÒ NE A '), _defineProperty(_ht$data, 'NODE_CTA', 'ANREJISTRE EPI SÈVI AK YON NE SEKRÈ '), _defineProperty(_ht$data, 'SWAP_rates', 'VALÈ LI YE KOUNYE A '), _defineProperty(_ht$data, 'SWAP_init_1', 'M VLE CHANJE '), _defineProperty(_ht$data, 'SWAP_init_2', 'POU '), _defineProperty(_ht$data, 'SWAP_init_CTA', 'ANN KONTINYE'), _defineProperty(_ht$data, 'SWAP_information', 'ENFÒMASYON W’ YO'), _defineProperty(_ht$data, 'SWAP_send_amt', 'KANTITE POU VOYE '), _defineProperty(_ht$data, 'SWAP_rec_amt', 'KANTITE POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_your_rate', 'VALÈ LI YE '), _defineProperty(_ht$data, 'SWAP_rec_add', 'ADRÈS POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_start_CTA', 'KÒMANSE CHANJE '), _defineProperty(_ht$data, 'SWAP_ref_num', 'NIMEWO POU YO JWENN OU '), _defineProperty(_ht$data, 'SWAP_time', 'TAN KI RETE POU VOYE L '), _defineProperty(_ht$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ht$data, 'SWAP_progress_1', 'LÒD PASE '), _defineProperty(_ht$data, 'SWAP_progress_2', '// Waiting for your BTC... //N’AP TANN BTC W’ YO '), _defineProperty(_ht$data, 'SWAP_progress_3', ', // ETH Received! ETH RESEVWA ! '), _defineProperty(_ht$data, 'SWAP_progress_4', 'VOYE {{REZILTA LÒD. KREYASYON.MONNEN}} YO '), _defineProperty(_ht$data, 'SWAP_progress_5', 'LÒD AKONPLI '), _defineProperty(_ht$data, 'SWAP_order_CTA', 'TANPRI VOYE 1 ETH '), _defineProperty(_ht$data, 'SWAP_unlock', 'OUVRI BOUS OU A POU W’ VOYE ETH YO OSWA TOKENS YO SÒTI DIRÈKTEMAN NAN SA '), _defineProperty(_ht$data, 'MSG_message', 'MESAJ '), _defineProperty(_ht$data, 'MSG_date', 'DAT '), _defineProperty(_ht$data, 'MSG_signature', 'SIYATI.'), _defineProperty(_ht$data, 'MSG_verify', 'VERIFYE YON MESAJ '), _defineProperty(_ht$data, 'MSG_info1', 'METE DAT JOU A POU SIYATI A PA SÈVI ANKÒ NAN YON LÒT MOMAN '), _defineProperty(_ht$data, 'MSG_info2', 'METE TI NON W’ NAN KOTE W’ KONN SÈVI AK LI A POU YON LÒT MOUN PA SÈVI AK LI '), _defineProperty(_ht$data, 'MSG_info3', 'METE YON SÈL BON REZON POU MESAJ LA POU L’ PA SÈVI ANKÒ POU YON LÒT REZON '), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI AK SÒTI BOUS OU A ANKÒ SOU PAPYE. OU DWE FÈ L’ POU [ PRAN KONT OU A NAN GETH/MIST] (http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). SI W’ VLE WÈ VALÈ KÒB OU A, NOU MANDE W’ POU SÈVI AK YON EKSPLORATÈ POU BLOCKCHAIN TANKOU[etherscan.io](https://etherscan.io/).'), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle_Short', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI POU SÒTI BOUS OU A ANKÒ SOU PAPYE '), _defineProperty(_ht$data, 'VIEWWALLET_SuccessMsg', 'SIKSÈ ! MEN DETAY YO POU BOUS OU A '), _defineProperty(_ht$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ht$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ht$data, 'CX_error_1', 'OU PA GEN BOUS KI ANREJISTRE. PEZE SOU[‘’METE YON BOUS’’] (/cx-wallet.html#add-wallet) POU METE YOUN !. '), _defineProperty(_ht$data, 'CX_quicksend', 'VOYE RAPID ; // SI JAN L’ TRADWI A PA NAN GOU W’ JIS SÈVI AK ”SEND” '), _defineProperty(_ht$data, 'ERROR_0', 'ANTRE YON KANTITE KI VALAB '), _defineProperty(_ht$data, 'ERROR_1', 'KÒD SEKRÈ W’ LA DWE GEN POU PI PITI 9 KARAKTÈ. BYEN VEYE KE SE YON GWO KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_2', 'DEZOLE ! SÈVIS NOU AN PA PÈMÈT NOU JERE JAN DE PAJ BOUS SA '), _defineProperty(_ht$data, 'ERROR_3', 'SA SE PA YON PAJ BOUS '), _defineProperty(_ht$data, 'ERROR_4', 'VALÈ SA PA LA, TANPRI SÈVI AK YOUN NANN LÒT VALÈ SA YO '), _defineProperty(_ht$data, 'ERROR_5', 'ANTRE YON BON ADRÈS '), _defineProperty(_ht$data, 'ERROR_6', 'ANTRE YON BON KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_7', 'TANPRI ANTRE YON VALÈ KI BON (Must be integer. Try 0-18.) '), _defineProperty(_ht$data, 'ERROR_8', 'TANPRI ANTRE YON BON LIMIT GAZ . (Must be integer. Try 21000-4000000.) '), _defineProperty(_ht$data, 'ERROR_9', 'TANPRI ANTRE YON VALÈ DONE YO KI VALAB. (Must be hex.) '), _defineProperty(_ht$data, 'ERROR_10', 'TANPRI ANTRE YON VALÈ GAZ KI VALAB(Must be integer. Try 20 GWEI / 20000000000 WEI.) (LI DWE ANTYE. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ht$data, 'ERROR_11', '(Must be integer.) '), _defineProperty(_ht$data, 'ERROR_12', 'SIYATI TRANSFÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_13', 'NON BOUS SA LA DEJA '), _defineProperty(_ht$data, 'ERROR_14', 'BOUS SA PA LA '), _defineProperty(_ht$data, 'ERROR_15', 'TA SANBLE POKO GEN OKENN PWOPOZISYON KI LA DEJA AVÈK MOUN SA OSWA GEN YON ERÈ PANDAN KONSILTASYON PWOPOZISYON AN '), _defineProperty(_ht$data, 'ERROR_16', 'GEN YON BOUS KI GEN ADRÈ SA DEJA. TANPRI AL GADE LIS PAJ BOUS OU A '), _defineProperty(_ht$data, 'ERROR_17', 'IFONDS LA YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVISYON. FÒK OU TA GENYEN POU PI PITI 0,01 ETHER SOU KONT OU A POU W’ KA KOUVRI KÒB GAZ YO. METE ETHER YO EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_18', 'TOUT GAZ LA TE SÈVI PANDAN TRANSFÈ A. SA VLE DI KE W’ TE DEJA VOTE POU PWOPOZISYON SA DEJA OSWA KE MOMAN DEBA A FINI '), _defineProperty(_ht$data, 'ERROR_19', 'TANPRI ANTRE YON SENBÒL KI VALAB '), _defineProperty(_ht$data, 'ERROR_20', 'SE PA YON TOKEN ERC-20 VALAB. SI Y’AP PRAN LÒT TOKEN YO, RETIRE SA EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_21', 'LI PA POSIB POU N’ KONN KONBYEN GAZ LA YE. PA GEN ASE PWOVISYON SOU KONT SA, OSWA ADRÈS KONTRA KOTE Y ‘AP RESEVWA L’ LA TE VOYE TOUNEN YON ERÈ. OU KAPAB METE GAZ LA OU MENM EPI KÒMANSE ANKÒ. MESAJ ERÈ A PANDAN W’AP VOYE L’ LA KAPAB GEN ANPIL ENFÒMASYON '), _defineProperty(_ht$data, 'ERROR_22', 'TANPRI ANTRE YON NON NE KI VALAB '), _defineProperty(_ht$data, 'ERROR_23', 'TANPRI ANTRE YON URL KI VALAB ; SI W’ AN HTTPS URL OUA DWE AN HTTPS '), _defineProperty(_ht$data, 'ERROR_24', 'TANPRI ANTRE YON PÒ KI VALAB '), _defineProperty(_ht$data, 'ERROR_25', 'TANPRI ANTRE YON ID DE CHÈNN VALAB '), _defineProperty(_ht$data, 'ERROR_26', 'TANPRI ANTRE YON ABI KI VALAB '), _defineProperty(_ht$data, 'ERROR_27', 'KANTITE PI PITI : 0.01. KANTITE PI GWO '), _defineProperty(_ht$data, 'ERROR_28', '**OU BEZWEN PAJ KEYSTORE W’ LA EPI KÒD SEKRÈ A ** ( OSWA KLE SEKRÈ W’ LA) POU KAPAB ANTRE NAN BOUS SA NAN LÒT JOU YO. TANPRI PRAN L’EPI POU W’ SERE L’ YON KOTE DEYÒ ! PA GEN OKENN LÒT MWAYEN POU W’ JWENN ANKÒ YON BOUS SI W’ PA ANREJISTRE L’. TANPRI LI PAJ SA [PAJ POU EDE](https://www.myetherwallet.com/#help) POU DETAY YO '), _defineProperty(_ht$data, 'ERROR_29', 'TANPRI ANTRE YON BON NON AK KÒD SEKRÈ L’ '), _defineProperty(_ht$data, 'ERROR_30', 'TANPRI ANTRE YON BON NON ENS '), _defineProperty(_ht$data, 'ERROR_31', 'FRAZ SEKRÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_32', 'LI ENPOSIB POU W’ KONEKTE AK NE A. RAFRECHI PAJ LA, OSWA ESEYE YON LÒT NE (upper right corner), GADE NAN PARAMÈT FIREWALL OU YO. SI W’ AN MÒD NE, GADE NAN PARAMÈT YO // 32 '), _defineProperty(_ht$data, 'ERROR_33', 'BOUS W’AP ESEYE OUVRI A LI PA GEN MENNM ADRÈS AK MET LI;33 '), _defineProperty(_ht$data, 'ERROR_34', 'NON W’AP TANTE POU W’ KA WÈ A PA GEN MENM ADRÈS AK NON OU TE ANTRE A // 34 '), _defineProperty(_ht$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ht$data, 'ERROR_36', 'Entrez une empreinte (_hash_) de TX valide'), _defineProperty(_ht$data, 'ERROR_37', 'Entrez une chaîne hex valide (0-9, a-f)'), _defineProperty(_ht$data, 'SUCCESS_1', 'ADRÈS LA VALAB '), _defineProperty(_ht$data, 'SUCCESS_2', 'BOUS DEKÒDE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_3', 'TX ALE NAN BLOCKCHAIN NAN. PEZE BOUTON AN POU W’ KA WÈ TRANSFÈ W’ LA & VERIFYE SI SE POU OU AK SI LI PA MANKE GAZ OSWA KÈK ERÈ NAN KONTRA EKZEKISYON L’YO '), _defineProperty(_ht$data, 'SUCCESS_4', 'BOUS LA METE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_5', 'PAJ CHWAZI '), _defineProperty(_ht$data, 'SUCCESS_6', 'OU BYEN KONEKTE '), _defineProperty(_ht$data, 'SUCCESS_7', 'SIYATI MESAJ LA VERIFYE '), _defineProperty(_ht$data, 'WARN_Send_Link', 'OU RIVE LA GRAS AK YON LYEN KI PLEN ADRÈS LA, KANTITE A, GAZ LA OSWA ESPAS DONE W’ YO. OU KAPAB KORIJE TOUT ENFÒMASYON YO ANVAN W’ VOYE YO . OUVRI BOUS OU A POU W ‘ KÒMANSE '), _defineProperty(_ht$data, 'GETH_InvalidSender', 'MOUN K’AP VOYE L’ PA BON '), _defineProperty(_ht$data, 'GETH_Nonce', 'NONCE TWÒ BA '), _defineProperty(_ht$data, 'GETH_Cheap', 'PRI GAZ LA TWO BA POU L’ AKSEPTE '), _defineProperty(_ht$data, 'GETH_Balance', 'KANTITE A PA SIFI '), _defineProperty(_ht$data, 'GETH_NonExistentAccount', 'KONT SA PA EGZISTE OSWA KANTITE KI NAN KONT LA TWÒ BA '), _defineProperty(_ht$data, 'GETH_InsufficientFunds', 'KÒB SA YO PA SIFI POU GAZ *PRI+VALÈ '), _defineProperty(_ht$data, 'GETH_IntrinsicGas', 'VALÈ GAZ LA TWO BA '), _defineProperty(_ht$data, 'GETH_GasLimit', 'LIMIT GAZ LA DEPASE '), _defineProperty(_ht$data, 'GETH_NegativeValue', 'VALÈ A PA BON '), _defineProperty(_ht$data, 'PARITY_AlreadyImported', 'GEN YON TRANSFÈ KI GEN MENM HASH SA KI SÒTI LA DEJA '), _defineProperty(_ht$data, 'PARITY_Old', 'NONCE TRANSFÈ A TWÒ BA. ESEYE METE SOU NONCE LAN ANKÒ '), _defineProperty(_ht$data, 'PARITY_TooCheapToReplace', 'FRÈ TRANSFÈ YO TWÒ BA. GEN YON LÒT TRANSFÈ KI GEN MENM NONCE LA K’AP TANN. ESEYE METE SOU FRÈ A OSWA METE SOU NONCE LAN '), _defineProperty(_ht$data, 'PARITY_LimitReached', 'GEN TWÒP TRANSFÈ K’AP TANN. TRANSFÈ W’ LA PA FÈT POU REZON SA. ESYE METE SOU FRÈ A '), _defineProperty(_ht$data, 'PARITY_InsufficientGasPrice', 'FRÈ TRANSFÈ YO TWÒ BA. YO PA SATISFÈ MENM POU PITI NE A (MINIMUM :{},REÇU :{}). ESEYE METE SOU FRÈ YO '), _defineProperty(_ht$data, 'PARITY_InsufficientBalance', 'IFONDS YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TANSFÈ A PA GEN ASE KÒB. YO MANDE A: {} , REÇU : {} '), _defineProperty(_ht$data, 'PARITY_GasLimitExceeded', 'KÒB TRANSFÈ A DEPASE LIMIT GAZ KOUNYE A. LIMIT :{}. ESEYE RETIRE NAN GAZ OU JWENN NAN '), _defineProperty(_ht$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_ht$data, 'translate_version', '0.5 '), _defineProperty(_ht$data, 'Translator_Desc', ' YON MÈSI POU TRADIKTÈ N’YO '), _defineProperty(_ht$data, 'TranslatorName_1', '[Nogo10](https://www.myetherwallet.com/?gaslimit=21000&to= 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a&value=1.0#VOYE-TRANSFÈ A) · '), _defineProperty(_ht$data, 'TranslatorAddr_1', ' 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a '), _defineProperty(_ht$data, 'TranslatorName_2', 'NON TRADIKTÈ_2 JJCROISIERE · '), _defineProperty(_ht$data, 'TranslatorAddr_2', 'TRADIKTÈ ADDR_2 '), _defineProperty(_ht$data, 'TranslatorName_3', 'NON TRADIKTÈ A JJCROISIERE '), _defineProperty(_ht$data, 'TranslatorAddr_3', ' TRADIKTÈ ADDDR_3 '), _defineProperty(_ht$data, 'TranslatorName_4', 'NON TRADIKTÈ_4 '), _defineProperty(_ht$data, 'TranslatorAddr_4', 'TRADIKTÈADDR_4 '), _defineProperty(_ht$data, 'TranslatorName_5', 'NON TRADIKTÈ_5 '), _defineProperty(_ht$data, 'TranslatorAddr_5', 'TRADIKTÈADDR_5 '), _defineProperty(_ht$data, 'HELP_Warning', 'SI W’ TE KREYE YON BOUS- OSWA- OU TE PRAN REPO A ANVAN ** 31 DESANM 2015**, TANPRI VERIFYE BOUS OU YO / AL PRAN YON LÒT VÈSYON REPO A ANKÒ. PEZE LA POU W’ KA JWENN PLIS DETAY. '), _defineProperty(_ht$data, 'HELP_Desc', 'MANKE YON BAGAY ? SI W’ GEN LÒT KESYON ? [PALE AK NOU]( mailto:support@myetherwallet.com), N’AP REPONN OU EPI N’AP TOU METE PAJ LA A JOU POU L’ KA ITIL PI PLIS AK TOUT LÒT MOUN YO NAN LÒT JOU YO ! '), _defineProperty(_ht$data, 'HELP_Remind_Title', 'KÈK NAN SA POU SONJE YO: '), _defineProperty(_ht$data, 'HELP_Remind_Desc_1', 'ETHEREUM, MYETHERWALLET.COM & MYETHER WALLET CX, EPI KÈK NAN BIBLIYOTÈK YO JAVASCRIPT KI ANBA KE NOU KONN SÈVI AK YO KÒMANSE AP DEVLOPE.** NOU PASE YO GWO TÈS EPI ANPIL DIZÈNN AK MILYE BOUS SA YO TE KREYE AVÈK ANPIL SIKSÈ TOUT KOTE NAN MOND LA. KA TOUJOU GEN YON TI KRAS POSIBLITE KE YON BAGAY KA PASE KI KA PÈMÈT OU PÈDI ETH OU YO. PA ENVESTI PLIS PLIS KE SA W ‘ KA PRÈ POU W’ PÈDI EPI PRIDANS. NAN KA AKSIDAN, N’AP DEZOLE MEN ** NOU P’AP RESPONSAB POU ETHER SA W’ PÈDI A** '), _defineProperty(_ht$data, 'HELP_Remind_Desc_2', 'MYETHERWALLET.COM & MYETHERWALLET CX YO PA "BOUS WEB". OU PA KREYE YON KONT , OU PA BA NOU ETHER W’ YO TANKOU DEPO. OKENN DONE PA SÒTI NAN KOMPITÈ W’ OSWA NAVIGATÈ W’ LA. N’AP FASILITE W’ POU W KREYASYON AN. KIJAN POU KENBE L’ EPI ANTRE NAN ENFÒMASYON W’ YO AK KONTAK OU MENM AK BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_Remind_Desc_3', 'SI W’ PA BYEN KENBE KLE SEKRÈ W’ LA EPI KÒD SEKRÈ W ‘, PA GEN OKENN LÒT MWAYEN OU KA ANTRE NAN BOUS OU A ANKÒ AK JWENN PWOVIZYON KI LADAN L’ YO. SERE YO NAN PLIZYÈ KOTE EPI SE PA SELMAN SOU KOMPITÈ W LA! '), _defineProperty(_ht$data, 'HELP_0_Title', '0) MWEN FENK VINI. KISA POU M’ FÈ? '), _defineProperty(_ht$data, 'HELP_0_Desc_1', 'MYETHERWALLET BA W’ MWAYEN POU W’ KREYE PLIZYÈ LÒT BOUS POU W’ KACHE ETHER OU A OU MENM EPI SE PA SOU YON ** CHANJ** PWOSESIS SA KA FÈT SOU YON KOMPITÈ, SE PA SOU SÈVÈ NOU YO. LÈ W’AP KREYE YON LÒT BOUS ** SE RESPONSABLITE W’ POU W’ BYEN KENBE L’ AN SEKIRITE** '), _defineProperty(_ht$data, 'HELP_0_Desc_2', 'KREYE YON NOUVO BOUS. '), _defineProperty(_ht$data, 'HELP_0_Desc_3', 'ANREJISTRE BOUS LA. '), _defineProperty(_ht$data, 'HELP_0_Desc_4', 'VERIFYE POU W’ WÈ SI W’ GEN AKSÈ POU W’ ANTRE NAN LÒT BOUS SA AK SI W’ BYEN SOVE TOUT BON ENFÒMASYON NESESÈ YO. '), _defineProperty(_ht$data, 'HELP_0_Desc_5', 'VOYE ETHER A NAN LÒT BOUS SA. '), _defineProperty(_ht$data, 'HELP_1_Title', '1) KÒMAN POU M’ KREYE YON LÒT BOUS ? '), _defineProperty(_ht$data, 'HELP_1_Desc_1', 'ALE NAN PAJ "KREYASYON YON BOUS. '), _defineProperty(_ht$data, 'HELP_1_Desc_2', 'ALE NAN PAJ "METE YON BOUS" EPI CHWAZI "KREYE YON LÒT BOUS" '), _defineProperty(_ht$data, 'HELP_1_Desc_3', 'ANTRE YON GWO KÒD SEKRÈ. SI W’ PANSE W’ KA BLIYE L’, SERE L’ YON BON KOTE. OU PRAL GEN BEZWEN KÒD SEKRÈ SA POU W’ VOYE TRANSFÈ YO. '), _defineProperty(_ht$data, 'HELP_1_Desc_4', 'PEZE SOU "KREYE". '), _defineProperty(_ht$data, 'HELP_1_Desc_5', 'POU KOUNYE A BOUS OU A KREYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_1', 'OU DWE TOUJOU ANREJISTRE BOUS OU A NAN PLIZYÈ KOTE, TANKOU SOU YON USB OSWA YON FÈY PAPYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_2', 'ANREJISTRE ADRÈS LA, OU KAPAB GENYEN L’ POU OU SÈL OSWA PATAJE L’ AVÈK LÒT MOUN, NAN FASON TOUT MOUN KAPAB VOYE ETHER BA W’. '), _defineProperty(_ht$data, 'HELP_2a_Desc_3', 'ANREJISTRE KLE SEKRÈ W’ NAN PLIZYÈ FASON. PA PATAJE L’ AK OKENN MOUN. KLE SEKRÈ LA NESESÈ POU W’ ANTRE NAN ETHER W’ LA. POU W’ VOYE L !’ GEN 3 DIFERAN KLE SEKRÈ KI EGZISTE: '), _defineProperty(_ht$data, 'HELP_2a_Desc_4', 'METE ADRÈS OU A, NAN BAGAY YO OU METE KLE SEKRÈ W’ LA AK VÈSYON PDF POU BOUS PAPYE W’ LA NAN YON DOSYE. KENBE L’ SOU KOMPITÈW’ LA EPI YON KLE USB. '), _defineProperty(_ht$data, 'HELP_2a_Desc_5', 'FÈ SÒTI BOUS OU A SI W’ GEN APARÈY LA. SI SE PA SA, EKRI KLE SEKRÈ W’ AK ADRÈS OU A SOU YON FÈY PAPYE. KACHE L’ YON BON KOTE, APRE SOU KOMPITÈ W’ LA EPI KLE USB LA. '), _defineProperty(_ht$data, 'HELP_2a_Desc_6', 'METE NAN LESPRI W’ POU W’ PWOTEJE TÈT OU POU W’ PA PÈDI KLE A EPI KÒD SEKRÈ A NAN KA OU TA PÈDI DISKEDI W’ LA, KLE W’ LA OSWA FÈY PAPYE A. OU DWE TOU PWOTEJE W’ KONT TOUT GWO KATASTWÒF KI KA FÈ ENPAK SOU YON ZÒN GEOGRAFIK (TANKOU YON GWO DIFE OSWA YON INONDASYON) . '), _defineProperty(_ht$data, 'HELP_2b_Title', '2b) KÒMAN POU M’ JERE AK TOUT SEKIRITE YON MAGAZEN SAN SIYAL AVÈK MYETHERWALLET? '), _defineProperty(_ht$data, 'HELP_2b_Desc_1', 'ALE NAN GITHUB NOU AN : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ht$data, 'HELP_2b_Desc_2', 'PEZE SOU DIST-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_2b_Desc_3', 'METE ZIP LASOU YON KOMPITÈ SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_2b_Desc_4', 'DEZIPE L’ PEZE 2 FWA SOU INDEX.HTML`. '), _defineProperty(_ht$data, 'HELP_2b_Desc_5', ' YON BOUS AVÈK YON GWO KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_2b_Desc_6', 'KENBE ADRÈS LA. KENBE BAGAY YO OU METE KLE SEKRÈ A. KENBE KÒD SEKRÈ A SI W’ PA TA VLE TOUJOU AP SONJE L’. '), _defineProperty(_ht$data, 'HELP_2b_Desc_7', 'BYEN SERE PAPYE YO EPI/ OSWA KLE USB SA YO NAN YON KOTE BYEN LWEN. '), _defineProperty(_ht$data, 'HELP_2b_Desc_8', 'ALE NAN PAJ "FÈ PARÈT YON BOUS" EPI ANTRE KLE SEKRÈ W’ LA AK KÒD SEKRÈ W’ LA POU W’ GEN ASIRANS KE YO VALAB EPI POU KA ANTRE NAN BOUS OU A. VERIFYE KE ADRÈS OU TE EKRI A SE MENM BAGAY LA. '), _defineProperty(_ht$data, 'HELP_3_Title', '3) KÒMAN POU M’ VERIFYE KE M’ ANTRE NAN LÒT BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_3_Desc_1', '** ANVAN W’ VOYE ETHER NAN BOUS OU A** OU DWE GEN ASIRANS KE W’ ANTRE. '), _defineProperty(_ht$data, 'HELP_3_Desc_2', 'NAVIGE AL NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_3_Desc_3', 'NAVIGE AL NAN PAJ " FÈ PARÈT YON BOUS" MYETHERWALLET.COM LA. '), _defineProperty(_ht$data, 'HELP_3_Desc_4', 'CHWAZI PAJ BOUS OU A- OSWA - KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_3_Desc_5', 'SI BOUS OU A GEN KÒD , YON ZÒN KI GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_3_Desc_6', 'PEZE BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_3_Desc_7', 'ENFÒMASYON SOU BOUS OU YO DWE PARÈT . JWENN ADRÈS KONT OU A KOTE YON PYON KI GEN FÒM YON SÈK EPI KI GEN KOULÈ. SA REPREZANTE ADRÈS OU A JAN W’ WÈ L’ LA. ASIRE W’ KE ADRÈS SA SE SA W’ TE KENBE NAN DOKIMAN KI EKRI W’ LA EPI LI NAN BOUS PAPYE W’ LA TOU. '), _defineProperty(_ht$data, 'HELP_3_Desc_8', 'SI W’ VLE GEN YON GWO KANTITTE ETHER, NOU MANDE W’ POU W’ KÒMANSE VOYE YON TI KANTITE KÒB KI AP SÒTI NAN BOUS OU FENK GENYEN AN ANAVN W’ METE YON GWO KANTITE KÒB. VOYE 0,001 ETHER AL NAN BOUS OU FENK GENYEN AN, ANTRE LADAN L’ EPI VOYE 0,001 ETHER SA YO AL NAN YON LÒT ADRÈS, EPI VERIFYE KE TOUT BAGAY AP BYEN FONKSYONE SAN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_4_Title', '4) KÒMAN POU M’ KA VOYE ETHER A SÒTI NAN BOUS SA AL NAN YON LÒT? '), _defineProperty(_ht$data, 'HELP_4_Desc_1', 'SI W’ VLE FÈ YON GWO KANTITE TRANSFÈ ETHER, OU DWE AVAN TOUT BAGAY ESEYE VOYE YON TI KANTITE KÒB AL NAN BOUS OU A POU GEN KONFYANS KE TOUT BAGAY AP BYEN FONKSYONE JAN SA DWE YE. '), _defineProperty(_ht$data, 'HELP_4_Desc_2', 'NAVIGE AL NAN PAJ "VOYE ETHER YO EPI TOKENS YO" . '), _defineProperty(_ht$data, 'HELP_4_Desc_3', 'CHWAZI PAJ BOUS OU A- OSWA- KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_4_Desc_4', 'SI BOUS OU A GEN KÒD, YON ZÒN GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ W LA. '), _defineProperty(_ht$data, 'HELP_4_Desc_5', 'PEZE SOU BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_4_Desc_6', 'ANTRE ADRÈS MOUN K’AP RESEVWA L’ LA NAN ESPAS "ADRÈS KOTE L PRALE A". '), _defineProperty(_ht$data, 'HELP_4_Desc_7', 'ANTRE KANTITE W’ VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT NÈT. '), _defineProperty(_ht$data, 'HELP_4_Desc_9', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4_Desc_10', 'KÈK ESPAS ANPLIS AP PARÈT. NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_11', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_4_Desc_12', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS LA KOTE W’AP VOYE L’ LA YO BON. APRE PEZE SOU "WI, MWEN KONFYAN ! FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_13', 'TRANSFÈ A PRAL FÈT. MOUN LI AN PRAL PARÈT. OU KAPAB PEZE SOU MOUN NAN POU W’ WÈ L’ SOU BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_4CX_Title', '4) KÒMAN POU M’ KA VOYE RTHER AVÈK MYETHERWALLET CX ? '), _defineProperty(_ht$data, 'HELP_4CX_Desc_1', 'ANVAN, OU DWE METE YON BOUS. SA FÈT, OU GENYEN DE FASON : FONKSYON "VOYE RAPID" NAN PYON AN NAN EXTENSION CHROME OSWA PAJ "VOYE ETHER YO EPI TOKENS YO". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_2', 'VOYE RAPID: '), _defineProperty(_ht$data, 'HELP_4CX_Desc_3', 'PEZE SOU PYON EXTENSION CHROME. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_4', 'PEZE SOU BOUTON "VOYE RAPID". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_5', 'CHWAZI BOUS KOTE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_6', 'ANTRE ADRÈS LA OU VLE VOYE A NAN ESPAS "ADRÈS KOTE L’ PRALE A :" . '), _defineProperty(_ht$data, 'HELP_4CX_Desc_7', 'ANTRE KANTITE OU VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT SA L’ GENYEN AN. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_8', 'PEZE SOU "VOYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_9', 'VERIFYE KE ADRÈS LA EPI KANTITE W’AP VOYE A BON. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_10', 'ANTRE KÒD SEKRÈ BOUS SA. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_11', 'PEZE SOU "VOYE TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_4CX_Desc_12', 'AVÈK PAJ "VOYE ETHER YO EPI AK TOKENS YO" '), _defineProperty(_ht$data, 'HELP_5_Title', '5) KÒMAN M KA OUVRI MYETHERWALLET.COM SAN SIYAL/LOKAL ? '), _defineProperty(_ht$data, 'HELP_5_Desc_1', 'OU KAPAB OUVRI MYETHERWALLET.COM SOU KOMPITÈ W’ LA SAN W’ PA PASE NAN SÈVÈ GITHUB YO. OU KAPAB KREYE YON BOUS SAN OU PA BEZWEN GEN SIYAL EPI VOYE TRANSFÈ YO SÒTI NAN PAJ SA "TRANSFÈ SAN SIYAL". '), _defineProperty(_ht$data, 'HELP_5_Desc_7', 'TOUT MYETHERWALLET.COM LA VIRE SOU KOMPITÈ W’ LA KOUNYE A. '), _defineProperty(_ht$data, 'HELP_5_Desc_8', 'NAN KA OU PA TA ABITYE AK SA. OU DWE KONSÈVE TOUT DOSYE A POU W’ VIRE SIT WEB LA EPI PA SÈLMAN INDEX.HTML. PA MANYEN ANYEN, PA DEPLASE ANYEN NAN DOSYE A. SI W’ KENBE YON REPO NAN MAGAZEN MYETHERWALLET POU LÒT JOU YO, NOU MANDE W’ PA METE ZIP LA SÈLMAN NAN MAGAZENN AN POU W’ KA ASIRE W’ KE DOSYE A PA GEN TACH. '), _defineProperty(_ht$data, 'HELP_5_Desc_9', 'NOU TOUJOU AP AMELYORE MYETHERWALLET.COM, NOU MANDE W’ POU W’ TOUJOU METE A JOU VÈSYON W’ TE KENBE A. '), _defineProperty(_ht$data, 'HELP_5CX_Title', '5) KÒMAN POU M’ ENSTALE EXTENSION AN NAN REPO A KE NAN CHROME STORE A ? '), _defineProperty(_ht$data, 'HELP_5CX_Desc_2', 'PEZE SOU CHROME-EXTENSION-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_5CX_Desc_3', 'AL NAN GOOGLE CHROME EPI CHÈCHE PARAMÈT YO ( NAN MENI KI ANWO ADWAT LA). '), _defineProperty(_ht$data, 'HELP_5CX_Desc_4', 'PEZE SOU "EXTENSIONS" A GÒCH. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_5', 'PEZE SOU KAZYE "MÒD POU DEVLOPE" ANLÈ NAN PAJ SA. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_6', 'PEZE SOU BOUTON "CHAJE EXTENSION AN PA METE L ANNDAN…". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_7', 'NAVIGE AL NAN DOSYE KE W’ TE PRAN AN EPI DEZIPE L’ ANVAN. PEZE SOU "CHWAZI". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_8', 'EXTENSION AN DWE PARÈT KOUNYE A NAN EXTENSION W’ YO EPI NAN BA EXTENSION YO POU CHROME. '), _defineProperty(_ht$data, 'HELP_7_Title', '7)KÒMAN M’ KAPAB VOYE TOKENS YO EPI METE TOKENS SPESYAL YO ? '), _defineProperty(_ht$data, 'HELP_7_Desc_0', 'SE YON BON MWAYEN POU W’ AL GADE NAN TOKENS YO EPI JWENN JAN YO KONTE AN 10 LA NAN YON TOKEN. '), _defineProperty(_ht$data, 'HELP_7_Desc_1', 'NAVIGE AL NAN PAJ "VOYE TOKENS". '), _defineProperty(_ht$data, 'HELP_7_Desc_2', 'OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_7_Desc_3', 'ANTRE ADRÈS KOTE OU VLE VOYE L’ LA NAN ESPAS "ADRÈS KOTE L’ PRALE A". '), _defineProperty(_ht$data, 'HELP_7_Desc_4', 'ANTRE KANTITE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_5', 'CHWAZI TOKEN OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_6', 'SI SA A PA NAN LIS LA: '), _defineProperty(_ht$data, 'HELP_7_Desc_7', 'PEZE SOU "SPESYAL ". '), _defineProperty(_ht$data, 'HELP_7_Desc_8', 'ANTRE ADRÈS LA, NON AN EPI TOKEN YO KI KONTE AN 10 YO. ENFÒMASYON SA YO. SE MOUN KI FÈ TOKEN NAN KI BAY YO EPI YO ANKÒ NESESÈ LE W’AP FÈ "ADD A WATCH TOKEN" NAN MIST. '), _defineProperty(_ht$data, 'HELP_7_Desc_9', 'PEZE SOU "SOVE ". '), _defineProperty(_ht$data, 'HELP_7_Desc_10', 'OU KAPAB VOYE TOKENS SA YO KOUNYE A AK WÈ TOU LAJAN SOU KONT OU A NAN ZÒN KI SOU KOTE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_11', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_7_Desc_12', 'KÈK NAN ESPAS ANPLIS YO AP PARÈT : NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_7_Desc_13', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_7_Desc_14', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS KOTE L’ PRALE A YO BON APRÈ PEZE SOU BOUTON "WI, MWEN KONFYAN ! FÈ TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_7_Desc_15', 'TRANSFÈ A FÈT EPI MOUN TRANSFÈ A PARÈT. OU KAPAB PEZE SOU LI POU W’ KA WÈ L’ NAN BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_8_Title', '8) SA K’AP PASE SI SIT OU A TONBE ? '), _defineProperty(_ht$data, 'HELP_8_Desc_1', 'MYETHERWALLET SE PA YON BOUS SOU WÈB LA. OU PA GEN KONEKSYON EPI ANYEN PA JANM ANREJISTRE SOU SÈVÈ NOU YO. SE JIS YON LÒT FAS KI PÈMET OU PALE AK BLOCKCHAIN LA. '), _defineProperty(_ht$data, 'HELP_8_Desc_2', 'SI MYETHERWALLET.COM TONBE, OU DWE JWENN YON LÒT MWAYEN ( TANKOU GETH OSWA ETHEREUM WALLET / MIST) POU FÈ MENM BAGAY LA. MEN OU PA GEN POU "REPRAN " ETHER W’ LA KI NAN MY ETHERWALLET PASKE L’ PA NAN MY ETHERWALLET. LI LAKAY OU. NAN BOUS SA W’ TE KREYE SOU SIT NOU AN. '), _defineProperty(_ht$data, 'HELP_8_Desc_3', 'OU KAPAB PRAN KLE SEKRÈ W’ LA FASIL KOUNYE A SAN KÒD EPI PAJ OU YO (KÒD) SOU FÒM GETH/MIST, DIREKTEMAN NAN GETH/ETHEREUM WALLET / MIST. GADE KESYON #12 LA KI ANBA A. '), _defineProperty(_ht$data, 'HELP_8_Desc_4', 'ANPLIS, FASON POU N’ TA KITE MYETHERWALLET TONBE LI PRE ZEWO.SA KOUTE NOU PRESKE ANYEN POU N’ KENBE L’ TANKOU JAN NOU PA KENBE OKENN ENFÒMASYON. SI DOMÈNN SA TA VIN PÈDI. LOJISYÈL LA AP TOUJOU DISPONIB POU PIBLIK LA SOU [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). OU KAPAB PRAN ZIP LA EPI SÈVI AK LI LOKAL. '), _defineProperty(_ht$data, 'HELP_8CX_Title', '8) SA KI AP PASE SI MYETHERWALLET CX DISPARÈT ? '), _defineProperty(_ht$data, 'HELP_8CX_Desc_1', 'ANVAN, KOMPITÈ W’ LA TE KENBE TOUT DONE YO EPI SE PAT SOU SÈVÈ NOU YO. SA KA PARÈT ETONAN MEN, LÈ W’AP GADE SOU EXTENSION CHROME LA, SA W’ WÈ A *PA LA* SOU SÈVÈ NOU YO. KOMPITTÈ W’ LA KENBE TOUT. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_2', 'SA VLE DI, LI **ENPÒTAN ANPIL** POU W’ TA KENBE TOUT DONE POU TOUT BOUS OU KREYE YO AK MYETHERWALLET CX. NAN FASON SA NENPÒT SA KI TA RIVE MYETHERWALLET CX OSWA KOMPITÈ W’ LA, W’AP TOUJOU KONSÈVE TOUT ENFÒMASYON NESESÈ YO POU W’ KAANTRE NAN ETHER W’ YO. GADE #2 A POU W’ KENBE BOUS OU YO. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_3', 'SI, POU NENPÒT REZON, MYETHERWALLET CX TA DISPARÈT NAN CHROME STORE A, OU KAPAB JWENN SOUS LA SOU GTITHUB EPI PRAN L’. GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_9_Title', '9)? PAJ "VOYE RTHER YO AK TOKENS YO" ESKE L’ PA GEN SIYAL ? '), _defineProperty(_ht$data, 'HELP_9_Desc_1', 'NON. LI BEZWEN INTÈNÈT POU L’ JWENN PRI GAZ KOUNYE A. NONCE KONT OU A EPI POU W’ VOYE TRANSFÈ A ( SA VLE DI "VOYE"). LI VOYE SÈLMAN TRANSFÈ KI SIYEN AN. KLE SEKRÈ W’ LA RETE AN SEKIRITE LAKAY OU. NOU BAY ANKÒ KOUNYE AYON PAJ "TRANSFÈ SAN SIYAL" POU N’ PÈMET OU TOUJOU KENBE KLE SEKRÈ W’ LA SOU YON MACHIN SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Title', '10) KÒMAN POU M’ FÈ YON TRANSFÈ SAN SIYAL ? '), _defineProperty(_ht$data, 'HELP_10_Desc_1', 'ALE NAN PAJ "TRANSÈ SAN SIYAL" AVÈK KOMPITÈ W’ LA AK SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_2', 'ANTRE "ADRÈS KOTE L’ SÒTI A". ATANSYON, SE ADRÈS *KOTE L’ SÒTI A* SE PA ADRÈS *KOTE L’ PRALE A*. SA PRAL KREYE NONCE LA EPI PRI GAZ LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_3', 'ALE SOU KOMPITÈ W’ LA KI PA GEN SIYAL. ANTRE "ADRÈS KOTE L’ PRALE A" EPI "KANTITE A" OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_10_Desc_4', 'ANTRE "PRI GAZ LA" JAN W’ TE WÈ L PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_5', 'ANTRE "NONCE LA" JAN W’ TE WÈL PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_6', ' " LIMIT GAZ LA" GEN YON VALÈ 21000 NÒMAL. SA KOUVRI FRÈ YON TRANSFÈ NÒMAL. SI WA’ VOYE POU YON KONTRA OSWA SI W’AP PRAN DONE ANPLIS YO AVÈK TRANSFÈ W’ LA OU DWE METE SOU LIMIT GAZ LA. GAZ KI PA SÈVI A AP RETOUNEN VIN JWENN OU. '), _defineProperty(_ht$data, 'HELP_10_Desc_7', 'SI W’ VLE L’, ANTRE DONE YO, NAN KA SA, OU DWE METE PLIS KE LIMIT 21000 NÒMAL LA ? TOUT DONE YO SOU FÒM 16 NIMEWO. '), _defineProperty(_ht$data, 'HELP_10_Desc_8', 'CHWA PAJ BOUS OU A OSWA KLE SEKRÈ W’ LA AK OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_10_Desc_9', 'PEZE BOUTON "KREYE TRANSFÈ SIYEN AN". '), _defineProperty(_ht$data, 'HELP_10_Desc_10', 'ESPAS DONE YO ANBA BOUTON SA PLEN AVÈK TRANSFÈ SIYEN W’ LA. KOPYE L’ EPI TOUNEN ANKÒ AVÈK LI SOU KOMPITÈ W’ LA KI GEN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_11', 'SOU KOMPITÈ AK SIYAL OU A, KOLE TRANSFÈ KI SIYEN AN NAN ESPAS EKRI A EPI PEZE SOU "VOYE ETHER". SA A AP VOYE TRANSFÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Title', '12) KÒMAN POU M’ PRAN YON BOUS KI KREYE AK MYETHERWALLET NAN GETH/ ETHEREUM WALLET/ MIST ? '), _defineProperty(_ht$data, 'HELP_12_Desc_1', 'AVÈK YON PAJ GETH/MIST JSON NAN MYETHERWALLET V2+…. '), _defineProperty(_ht$data, 'HELP_12_Desc_2', 'ALE NAN PAJ "GADE YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_3', 'OUVRI BOUS OU A AVÈK KLE SEKRÈ W’ LA ** KI GEN KÒD** OSWA PAJ JSON W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_4', 'ALE NAN PAJ "BOUS MWEN YO". '), _defineProperty(_ht$data, 'HELP_12_Desc_5', 'CHWAZI BOUS OU VLE PRAN NAN MIST, PEZE SOU PYON "VIEW " A ANTRE KÒD SEKRÈ W’ EPI ANTRE NAN BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_6', 'ALE NA SEKSYON "PRAN PAJ JSON DOKIMAN- FÒM GETH/MIST( KI GEN KÒD) ‘’PEZE SOU BOUTON "PRAN L’" KI ANBA . OU GEN KOUNYE A PAJ *KEYSTORE* W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_7', 'OUVRI APLIKASYON ETHEREUM WALLET. '), _defineProperty(_ht$data, 'HELP_12_Desc_8', 'NA BA MENI AN, ALE NAN "ACCOUNTS"->’’BACKUP -> "ACCOUNTS" '), _defineProperty(_ht$data, 'HELP_12_Desc_9', 'SA OUVRI DOSYE KEYSTORES W’ LA. KOPYE L’ PAJ OU SÒT PRAN AN (UTC—2016-04-14)……../) NAN DOSYE SA. '), _defineProperty(_ht$data, 'HELP_12_Desc_10', ' KONT OU A DWE PARÈT BYEN VIT ANBA "ACCOUNTS." '), _defineProperty(_ht$data, 'HELP_12_Desc_11', 'AVÈK KLE SEKRÈ W’ LA SAN KÒD… '), _defineProperty(_ht$data, 'HELP_12_Desc_12', 'SI W’ PAT GENTAN GEN KLE SEKRÈ W’LA SAN KÒD, ALE NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_13', 'CHWAZI PAJ BOUS OU A-OSWA- ANTRE/KOLE KLE SEKRÈ W ‘ LA POU W ‘ OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_14', 'KOPYE KLE SEKRÈ W’ LA (SAN KÒD). '), _defineProperty(_ht$data, 'HELP_12_Desc_15', 'SI W’ SOU YON MAC : '), _defineProperty(_ht$data, 'HELP_12_Desc_15b', ' SI W’ SOU YON PC ; //LI FENK PARÈT, LI DEJA NAN LANG FRANSE, OU PA JWENN LI NAN DE.JS '), _defineProperty(_ht$data, 'HELP_12_Desc_16', 'OUVRI MODIFYE TÈKS APRE KOLE KLE SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_12_Desc_17', 'NAN BA MENI AN, PEZE SOU "FÒM" -> ‘’FÈ YON PLAN EKRI". '), _defineProperty(_ht$data, 'HELP_12_Desc_18', 'KENBE PAJ SA NAN DESKTOP OU A TANKOU NOTHIG_SPECIAL_DELETE_ME.TXT`. ASIRE W’ KE L’ DI "UTF-8" EPI "SI PA GEN EXTENSION KI BAY SÈVI AK TXT" NAN BWAT KI LA POU KENBE A. '), _defineProperty(_ht$data, 'HELP_12_Desc_19', 'OUVRI YON PÒ EPI KÒMANSE KOMAND KI VINI AN : `GETH ACCOUNT IMPORT~/DESKTOP/NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_20', 'SA AP ENVITE CHWAZI YON NOUVO KÒD SEKRÈ. SE SA W’ PRAL ITILIZE NAN GETH / ETHEREUM WALLET / MIST NAN CHAK MOMAN OU PRAL FÈ YON TRANSFÈ. KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_21', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_22', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNT". '), _defineProperty(_ht$data, 'HELP_12_Desc_23', ' OUVRI NOTEPAD EPI KOLE KLE SEKRÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_24', 'KENBE PAJ LA TANKOU NOTHING_SPECIAL_DELETE_ME.TXT SOU `C:` '), _defineProperty(_ht$data, 'HELP_12_Desc_25', 'KÒMANSE AK KÒMAND `GETH ACCOUNT IMPORT C:// NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_26', 'SA PRAL ENVITE W’ POU CHWAZI YON NOUVO KÒD SEKRÈ. SE AK SA W’ PRAL SÈVI NA GETH / ETHEREUM WALLET / MIST CHAK FWA OU PRAL VOYE YON TRANFÈ KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_27', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_28', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNTS". '), _defineProperty(_ht$data, 'HELP_13_Title', '13) SA SA VLE DI <> KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVIZYON YO MANDE A : XXXXXXXXXXXXXXXXXXX, RESEVWA : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_ht$data, 'HELP_13_Desc_1', 'SA VLE DI KE W’ PA GEN ASE ETHER SOU KONT OUAN POU W’ TA KOUVRI KÒB YO AN GAZ. CHAK TRANSFÈ ( MENM JAN POU TOKENS YO AK KONTRA YO) YO MANDE GAZ, EPI GAZ SA YO PEYE AK ETHER, NIMEWO YO KI PARÈT LA SE KANTITE SA YO MANDE POU W’ KOUVRI KÒB TRANSFÈ A AN WEI. PRAN NIMEWO SA YO DIVIZE YO PA ‘1000000000000000000` EPI SOUSTRÈ KANTITE KÒB LA AN ETHER KE T’AP ESEYE VOYE A( SI W’ T’AP TANTE VOYE ETHER0). SA PRAL BA W’ KANTITE A AN ETHER KE W’ TE BEZWEN AN POU KONT LA KA FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_14_Title', '14) KÈK SIT PA AZA ( KONN REKÒMANSE) KREYASYON KLE SEKRÈ A NAN MOUVMAN ANTRE SÒTI YO. KA SA PA POU MYETHERWALLET.COM. KANTITE KREYASYON ALE VINI POU MYETHERWALLET.COM ESKE L’ KONFYAN? '), _defineProperty(_ht$data, 'HELP_14_Desc_1', 'MENM KE KANPE MOUVMAN SOURI A ANPIL MOUN JIJE LI GEN ATIRANS , EPI NOU TA KA KONPRANN REZON YO, REYALITE A SE WINDOW.CRYPTO A MEZIRE LIMIT DEZÒD ZIZTÈM PLIS KE MOUVMAN SOURI W’ LA. JAN W’ SÈVI AK MOUVMAN SA YO YO BON MEN NOU(ANSANM AK PLIZYÈ PWOJÈ KRYPTO YO) GEN ANPIL BON REZON POU N’ KWÈ NAN WINDOW.CRYPTO A. ANPLIS, MYETHERWALLET.COM KAPAB SÈVI SOU EKRAN OU KAPAB TOUCHE YO. MEN YON [KONVÈSASYON KI FÈT AK REDDITOR RAGEUR EPI VITALIK BUTERIN SOU MOUVMAN SOURI YO EPI WINDOW.CRYPTO] (https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) EPI MEN [SPESYAL W3 YO WINDOW.CRYPTO AN](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ht$data, 'HELP_15_Title', '15) POUKISA KONT SA M’ SOT KREYE A PA PARÈT NAN EKSPLORATÈ BLOCKCHAIN LAN ? (i.e. : etherchain, etherscan) '), _defineProperty(_ht$data, 'HELP_15_Desc_1', 'KONT YO PA PARÈT NAN YON EKSPLORATÈ BLOCKCHAIN LÈ YON AKTIVITE FIN FÈT TANKOU, EGZANP, LE N’ TA GEN POU N’ FE YON TRANSFÈ ETHER . '), _defineProperty(_ht$data, 'HELP_16_Title', '16) KÒMAN POU M’ VERIFYE LAJAN SOU KONT MWEN AN ? '), _defineProperty(_ht$data, 'HELP_16_Desc_1', 'OU KAPAB SÈVI AK YON EKSPLORATÈ BLOCKCHAIN TANKOU [etherscan.io](https://etherscan.io/). KOLE ADRÈS OU A NAN BA KOT E POU YO CHÈCHE A EPI SA AP È W’ JWENN LAJAN SOU KONT OU A EPI LIS TRANSFÈ W’ YO. EGZANP, MEN SA [KONT DON NOU YO MONTRE](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) SOU etherscan.io '), _defineProperty(_ht$data, 'HELP_17_Title', '17) POUKISA LAJAN SOU KONT MWEN AN PA PARÈT LÈ M’ OUVRI BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_17_Desc_1', 'SA KI KA LAKÒZ SA SE PASKE W’ KA DÈYÈ YON FIREWALL. APLIKASYON NOU SÈVI AK LI POU N’ JWENN LAJAN SOU KONT OU A EPI KONVÈTI L’ LI SOUVAN BLOKE AK FIREWALL YO POU PLIZYÈ REZON. W’AP TOUJOU KAPAB VOYE TRANSFÈ MEN FÒK OU FÈL NAN YON LÒT FASON POU W’ KA WÈ LAJAN SOU KONT OU A, TANKOU etherscan.io '), _defineProperty(_ht$data, 'HELP_18_Title', '18) KOTE PAJ BOUS GETH MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Title', '19) KOTE PAJ BOUS MIST MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Desc_1', 'PAJ MIST YO OU TOUJOU JWENN YO NAN KOTE ANLÈ YO MEN LI PI FASIL POU W’ OUVRI MIST, CHWAZI "ACCOUNTS" NAN BA KI ANLÈ A EPI "BACUP" EPI "ACCOUNTS" SA AP OUVRI DOSYE A KOTE PAJ OU YO KACHE A. '), _defineProperty(_ht$data, 'HELP_20_Title', '20) KOTE PAJ BOUS MWEN AN *pre-sale* (ANVAN W’ VANN)? '), _defineProperty(_ht$data, 'HELP_20_Desc_1', 'KOTEW’ TE METE L’ LA. ;) YO TE VOYE L’ BA OU TOU KIDONK AL GADE NAN EMAIL OU YO. CHÈCHE PAJ KI RELE `"ethereum_wallet_backup.json"` LA EPI CHWAZI PAJ LA. LI GEN KÒD YON KÒD SEKRÈ KE W’ TE KREYE PANDAN W’ T’AP ACHTE A NAN MOMAN AVAN W’ VANN NAN. '), _defineProperty(_ht$data, 'HELP_21_Title', '21) NENPÒT MOUN PAKA PRAN YON KLE SEKRÈ PA AZA, CHÈCHE LAJAN SOU KONT YON MOUN EPI VOYE L’ NAN ADRÈS PA L’ ? '), _defineProperty(_ht$data, 'HELP_21_Desc_1', 'VÈSYON KI KOUT LA : WI, MEN JWENN YON KONT AK LAJAN SOU LI SA AP PRAN PLIS TAN KE DEPI MOND NOU AN TE KREYE…. KIDONK……NON. '), _defineProperty(_ht$data, 'HELP_21_Desc_2', 'VÈSYON LONG : ETHEREUM NAN GEN BAZ LI SOU[KRIPTOGRAFI KI GEN KLE PIBLIK ](https://en.wikipedia.org/wiki/Public-key_cryptography), POU PI KLÈ[cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) KE YO SOUVAN SÈVI AK LI, PA SÈLMAN NAN ETHEREUM. MAJORITE SÈVÈ YO PWOTEJE AK ECC YO. BITCOIN YO SÈVI AK YO TOU AK SSH, TLS EPI LÒT PWOTOKÒL YO. NAN KA SPESYAL ETHEREUM YO, KLE YO FÈ 256 BITS EPI YO PI FÒ KE SA KI NAN128 YO EPI 192 YO BITS YO, YO TOUJOU SÈVI AK YO EPI YO TOUJOU KONSIDERE YO KONFYAN POU EKSPÈ YO. '), _defineProperty(_ht$data, 'HELP_21_Desc_3', 'OU GE YON KLE SEKRÈ EPI YON KLE PIBLIK. KLE SEKRÈ A KAPAB SÈVI POU CHANJE KLE PIBLIK OU A MEN LÒT FASON AN PA POSIB. MENM INTENET EPI TOUT MOND LAN AP SÈVI AK SYSTÈM KRIPTOGRAFI A SA VLE DI KE, SI TA GEN YON MWAYEN POU CHANJE KLE SEKRÈ A AK KLE PIBLIK LA, RSIK KE ETHER W’ TA KAPAB JWENN NAN SE T’AP YOUN NAN TI KRAS PWOBLÈM YO POU TOUT MOND LAN. '), _defineProperty(_ht$data, 'HELP_21_Desc_4', 'SA TA DI, WI : SI YON MOUN GEN KLE SEKRÈ W’ LA , LI KAPAB VOYE ETHER SÒTI NA N KONT OU A, AK ANKÒ SI YON MOUN GEN KÒD SEKRÈ ADRÈS EMAIL OU A, LI KAPAB LI MESSAGE YO OSWA VOYE MESAJ, OSWA SI SE KÒD SEKRÈ KONT BANK OU A, LI KAPAB VOYE NAN KONT PA L’ LA TOU OSWA YON LOT KONT. OU KAPAB PRAN VÈSYON KEYSTORE KLE SEKRÈ W’ LA KI SE KLE SEKRÈ KI GEN KÒD AK YON KÒD SEKRÈ. SA AP SANBLE AP YON KÒD SEKRÈ KI PWOTEJE AK YON LÒT KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_21_Desc_5', 'EPI WI, NAN TEYORI A, NOU KAPAB TAPE YON CHAIN 64 KARAKTÈ KI GEN 16 NIMEWO JISKASKE W’ JWENN YOUN MENM JAN AK LI. LI POSIB TOU POU W’ EKRI YON PWOGRAM KI KA VERIFYE BYEN RAPID KLE SEKRÈ ALE VINI YO. SE SA NOU RELE SÈVI "AK GWO FÒS" OSWA FOUYE KLE SEKRÈ YO. ANPIL MOUN AP APNSE AK SA ANPIL DEPI BYEN LONTAN. KÈK GWO SÈVÈ KAPAB VERIFYE PLIS PASE YON MILYON KLE CHAK SEKOND. EPOUTAN, MENM CHIF SA PA TA PRAL BAY AKSÈ AK YON KONT KI GEN PWOVISYON SOU LI POU TA KONN PRI YON BOUJI ; LI PLIS PWOBAB KE OU MENM, PITIT OU YO EPI PITIT PITIT OU YO MOURI ANVAN W’ JWENN YOUN KI SANBLE L’. '), _defineProperty(_ht$data, 'HELP_21_Desc_6', 'SI W’ TA KONN BITCOIN YON TI KRAS, [ SA AP FÈ W’ KONPRANN PI BYEN :] :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) * POU W’ EKRI SA KI TA KA PAKA PASE NAN TOUT SA. ANN SIPOZE KE CHAK SATOCHI NAN CHAK BITCOIN KI PA PRAL JANM FÈ OSWA ALE NAN SÈL MENM KLE SEKRÈ LI A. SA KI KA, NAN MITAN KLE SA YO, POU YO TA JWENN 2 KI GEN MENM ADRÈS LA LI TA KAPAB 1 SOU 100 KENTIYON. '), _defineProperty(_ht$data, 'HELP_21_Desc_7', '[SI W’TA VLE AGIMAN KI POU TA EDE W’ KONPRANN PI FASIL :] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) * NIMEWO SA YO PA GEN ANYEN POU WÈ AK TEKNOLOJI SYSTÈM YO ; SE PI GWO SA YO KE TÈMODINAMIK LA AKSEPTE. EPI YO METE KLÈ YON ATAK AK GWO FÒS KONT KLE 256 BIT YO AP RETE ENPOSIB JISKASKE YO KONSTWI LÒT KOMPITÈ AVÈK LÒT BAGAY KE MATYÈ EPI POU YO TA OKIPE YON LÒT BAGAY KE ESPAS LA. '), _defineProperty(_ht$data, 'HELP_21_Desc_8', 'SA W’ TA SIPOZE BYEN KONPRANN KE KLE YO KREYE YON FASON ALE VINI TOUT ANTYE AVÈK YON SISTÈM KI MEZIRE LIMIT DEZÒD LA. SE KA KLE SA YO KI KREYE LA, MENM JAN AK JAXX EPI MIST/GETH. BOUS ETHTEREUM YO TOUT BON POU KONSÈY SA. KLE KE SÈVO MOUN YO KREYE YO YO PA KONSA, PASKE KLE SA YO PA KAPAB SÒTI NAN YON BON NIMEWO ALE VINI. TE KONN GEN LÒT PWOBLÈM NAN SISTÈM KI MEZIRE LIMIT DEZÒD LA KI PA SIFI OSWA NAN NIMEWO ALE VINI YO NAN MOND BITCOIN NAN MEN KOUNYE A SE YON LÒT PWOBLÈM LI VIN YE KI KA TANN YON MOMAN. '), _defineProperty(_ht$data, 'HELP_SecCX_Title', 'KLE – MYETHERWALLET CX '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_1', 'KIBÒ EXTENSION CHROME NAN KENBE ENFÒMASYON M’ YO ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_2', 'ENFÒMASYON YO KI NAN EXTENSION YO ANREJISTRE PA [chrome.storage](http://chrome.storage/), SA VLE DI MENM KOTE AK KÒD SEKRÈ W’ YO NAN CHROME. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_3', 'KI ENFÒMASYON SA YO KI ANREJISTRE A? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_4', 'ADRÈS LA, TI NON AN, KLE SEKRÈ A, YO KACHE NAN chrome.storage. KLE SEKRÈ A GEN KÒD AK KÒD SEKRÈ KI TE METE LÈ W’ T’AP KREYE BOUS LA. TI NON AN EPI ADRÈS BOUS LA YO PA GEN KÒD. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_5', 'POUKISA TI NON AN AK ADRÈS BOUS LA YO PA GEN KÒD ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_6', 'SI NOU TA DWE METE KÒD NAN ENFÒMASYON YO, FÒK OU TA ANTRE YON KÒD SEKRÈ NAN CHAK MOMAN OU BEZWEN WÈ LAJAN SOU KONT OU OSWA LÒT TI NON YO. SI SA NWI W’,NOU MANDE W’ POU SÈVI AK MyEtherWallet.com KE EXTENSION CHROME SA. '), _defineProperty(_ht$data, 'HELP_Sec_Title', 'KLE '), _defineProperty(_ht$data, 'HELP_Sec_Desc_1', 'SI YOUN NAN PREMYE KESYON W’ OU POZE TÈT OU SE "POUKISA W’ DWE FÈ MOUN SA YO KONFYANS ? " SE YON BON DEMACH. ESPERANS NOU SE SA KI AP VINI AN KI PRAL FÈ W PI BYEN KONPRANN. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_2', 'NOU TE KÒMANSE NAN MWA DAWOU 2015. SI W’ AL CHÈCHE ["myetherwallet" SOU reddit](https://www.reddit.com/search?q=myetherwallet), OU KAPAB WÈ YON PAKÈT BANN MOUN K’AP SÈVI AK NOU SAN OKENN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_3', 'NOU PA PRAL PRAN KÒB OU OSWA VÒLÈ KLE SEKRÈ W’ YO. PA GEN KÒD MALVEYAN SOU SIT LA. EPI, PAJ "KREYASYON BOUS YO" YO TOUT ANTYE SE POU KLIYAN AN. SA VLE DI KE TOUT KÒD YO FÈT SOU **KOMPITÈ W’ LA** YO PA JANM SOVE EPI/OSWA ALE OKENN LÒT KOTE. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_4', 'VERIFYE URL LA – SIT SA SÈVI AK GITHUB EPI OU KAPAB WÈ KÒD SOUS LA LA : : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) NAN [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ht$data, 'HELP_Sec_Desc_5', 'POU W’ KREYE BOUS YO, OU KAPAB PRAN [KÒD SOUS LA] (https://github.com/kvhnuke/etherwallet/releases/latest). GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_6', 'KÒMANSE YON TÈS EPI VERIFYE JAN REZO AP FONKSYONE. FASON KI PI SENP LA SE YON KLIK DWAT SOU PAJ LA APRÈ "ENSPEKSYON".AL NAN KAZYE "NETWORK" KREYE YON BOUS POU TÈS. OU PRAL WÈ REZO A P’AP FONKSYONE. OU KAPAB PRAL WÈ YON KÈK BAGAY AP FÈT KI SANBLE AK DATA :IMAGE/GIF EPI DATA :IMAGE/PNG SA YO SE QR KÒD YO KI KÒMANSE AP KREYE… SOU KOMPITÈ W’ LA. PA GEN OKENN TRANSFÈ OCTET KI TE FÈT. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_8', 'SI ZOUTI SA PA FÈ W ‘ PLEZI, EBYEN PA SÈVI AK LI. NOU TE KREYE L’ POU L’ KA EDE TOUT MOUN KREYE BOUS YO AK FÈ TRANSFÈ YO SAN YO PA BEZWEN AL PRAN LIY POU FÈ SA YO NI FÈ VIRE TOUNEN NAN YON NE ANTYE. YON LÒT FWA, PA EZITE FÈ N’ KONNEN SI W’ GEN DOUT EPI N’AP REPONN OU PI VIT KE POSIB. MÈSI ! '), _defineProperty(_ht$data, 'HELP_FAQ_Title', 'REPONS ANPLIS AK KESYON YO YOUJOU POZE YO'), _defineProperty(_ht$data, 'HELP_Contact_Title', 'MWAYEN OU KA PALE AK NOU'), _ht$data); +}, _defineProperty(_ht$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ht$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ht$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ht$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ht$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ht$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ht$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ht$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ht$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ht$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ht$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ht$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ht$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ht$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ht$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ht$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ht$data, 'x_ReadMore', 'Read More'), _defineProperty(_ht$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ht$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ht$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ht$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ht$data, 'NAV_CheckTxStatus', 'Vérifier statut TX'), _defineProperty(_ht$data, 'NAV_TxStatus', 'Statut de la TX'), _defineProperty(_ht$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_ht$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs) les transactions peuvent rester en attente des heures, voir des jours. Cet outil cherche à vous donner la possibilité de trouver et "annuler" / remplacer ces transactions. ** Ce n\'est pas quelque chose de possible normalement. Vous ne devriez pas vous y fier et cela ne marchera que lorsque les pools de transactions sont remplis. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ht$data, 'tx_notFound', 'Pas de transaction trouvée'), _defineProperty(_ht$data, 'tx_notFound_1', 'Cette TX est introuvable dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier statut TX". '), _defineProperty(_ht$data, 'tx_notFound_3', 'La transaction pourrait toujours être dans le pool de transactions d\'un nœud différent, en attente d\'être minée.'), _defineProperty(_ht$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)` ou `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) et revérifiez.'), _defineProperty(_ht$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_ht$data, 'tx_foundInPending_1', 'Cette TX a été identifiée dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente (en attente d\'être minée). '), _defineProperty(_ht$data, 'tx_foundInPending_3', 'Il existe une chance que vous puissiez "annuler" ou remplacer cette transaction. Déverouillez votre portefeuille ci-dessous.'), _defineProperty(_ht$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_ht$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_ht$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. A la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "Out of Gas", vous devriez doubler la limite de gaz que vous aviez spécifiée.'), _defineProperty(_ht$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de place d\'échange, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, d\'examiner votre situation.'), _defineProperty(_ht$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_ht$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_ht$data, 'GEN_Help_3', 'Votre périphérique * est * votre portefeuille.'), _defineProperty(_ht$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ht$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_ht$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_ht$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez pas avec qui que ce soit · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_ht$data, 'GEN_Help_8', 'Pas de téléchargement? '), _defineProperty(_ht$data, 'GEN_Help_9', 'Essayez Google Chrome '), _defineProperty(_ht$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_ht$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_ht$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres wallet clients.) '), _defineProperty(_ht$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore '), _defineProperty(_ht$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_ht$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_ht$data, 'GEN_Help_16', 'Quels sont ces différents formats?'), _defineProperty(_ht$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça?'), _defineProperty(_ht$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_ht$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_ht$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ht$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_ht$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_ht$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_ht$data, 'GAS_PRICE_Desc', 'Le prix du gaz est le montant que vous payez par unité de gaz. `frais de TX = prix du gaz * limite en gaz` & est payé aux mineurs pour inclure votre transaction à un bloc. Prix de gaz plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `41 GWEI`.'), _defineProperty(_ht$data, 'GAS_LIMIT_Desc', 'La limite en gaz est le montant de gaz à envoyer avec votre transaction. `frais de TX = prix du gaz * limite en gaz` et est payé aux mineurs pour inclure votre transaction à un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH = `21000`. Envoyer des Tokens = ~`200000`.'), _defineProperty(_ht$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_ht$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `gas limit` * le `gas price`. [Vous pouvez convertir GWEI -> ETH ici](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ht$data, 'NAV_AddWallet', 'METE YON BOUS. '), _defineProperty(_ht$data, 'NAV_BulkGenerate', 'KREYE BOUS YO PA LO '), _defineProperty(_ht$data, 'NAV_Contact', 'KONTAK '), _defineProperty(_ht$data, 'NAV_Contracts', 'KONTRA YO '), _defineProperty(_ht$data, 'NAV_DeployContract', 'OUVRI YON KONTRA '), _defineProperty(_ht$data, 'NAV_ENS', 'ENS '), _defineProperty(_ht$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_ht$data, 'NAV_GenerateWallet', 'KREYE YON BOUS '), _defineProperty(_ht$data, 'NAV_Help', 'EDE '), _defineProperty(_ht$data, 'NAV_InteractContract', 'PALE AVÈK KONTRA A '), _defineProperty(_ht$data, 'NAV_Multisig', 'PLIZYÈ SIY '), _defineProperty(_ht$data, 'NAV_MyWallets', 'BOUS MWEN YO '), _defineProperty(_ht$data, 'NAV_Offline', 'VOYE SAN SIYAL '), _defineProperty(_ht$data, 'NAV_SendEther', 'VOYE ETHER '), _defineProperty(_ht$data, 'NAV_SendTokens', 'VOYE TOKENS YO '), _defineProperty(_ht$data, 'NAV_SignMsg', 'SIYEN YON MESAJ '), _defineProperty(_ht$data, 'NAV_Swap', 'CHANJE '), _defineProperty(_ht$data, 'NAV_ViewWallet', 'GADE ANNDAN YON BOUS '), _defineProperty(_ht$data, 'NAV_YourWallets', 'BOUS OU YO '), _defineProperty(_ht$data, 'x_Access', 'ANTRE '), _defineProperty(_ht$data, 'x_AddessDesc', 'LI RELE ANKÒ‘’NIMEWO KONT’’ OSWA ‘’ KLE PIBLIK’’ SE SA W’ KA VOYE BAY TOUT MOUN POU YO KA VOYE ETHER YO BA W’. PYON SA SE YON FASON SENP POU KONNEN ADRÈS OU '), _defineProperty(_ht$data, 'x_Address', 'ADRÈS OU '), _defineProperty(_ht$data, 'x_Cancel', 'RETIRE '), _defineProperty(_ht$data, 'x_CSV', 'PAJ CSV SAN KÒD '), _defineProperty(_ht$data, 'x_Download', 'PRAN L '), _defineProperty(_ht$data, 'x_Json', 'PAJ JSON (SAN-KÒD) '), _defineProperty(_ht$data, 'x_JsonDesc', 'SE YON LÒT VÈSYON SAN KÒD SOU FÒM JSON POU KLE SEKRÈ W’LA. SA VLE DI KE W’ PA BEZWEN KÒD SEKRÈ W’ POU W’ SÈVI AK LI MEN NENPÒT MOUN KI JWENN JSON AN KAPAB ANTRE NAN BOUS OU A AK ETHER W’ YO SAN KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Keystore', 'PAJ KEYSTORE (UTC/ JSON DWE GEN KÒD) '), _defineProperty(_ht$data, 'x_Keystore2', 'PAJ KEYSTORE (UTC / JSON) '), _defineProperty(_ht$data, 'x_KeystoreDesc', 'PAJ KEYSTORE SA SÈVI AK MENM FÒM MIST LA SÈVI A TOU, OU KAPAB PRAN L’ FASILMAN PITA NAN LOGISYÈL YO. SE PAJ SA NOU MANDE W’ POU W’ PRAN AK KENBE L '), _defineProperty(_ht$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ht$data, 'x_Mnemonic', 'LÈT FRAZ KACHE.'), _defineProperty(_ht$data, 'x_ParityPhrase', 'FRAZ KI SANBLE '), _defineProperty(_ht$data, 'x_Password', 'KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Print', 'FÈ SÒTI YON BOUS SOU PAPYE '), _defineProperty(_ht$data, 'x_PrintDesc', 'LÒT MWAYEN: PEZE SOU SÒTI PAJ LA AK KENBE BOUS PAPYE A TANKOU YON PDF, MENM KE W’ PA GEN APARÈY POU SÒTI PAJ LA ! '), _defineProperty(_ht$data, 'x_PrintShort', 'SÒTI PAJ LA '), _defineProperty(_ht$data, 'x_PrivKey', 'KLE SEKRÈ ( SAN KÒD) '), _defineProperty(_ht$data, 'x_PrivKey2', 'KLE SEKRÈ '), _defineProperty(_ht$data, 'x_PrivKeyDesc', 'SE YON LÒT VÈSYON KLE SEKRÈ W’ LA EKRI SAN KÒD, SA VLE DI OKENN KÒD SEKRÈ PA NESESÈ POU SÈVI AK LI. SI NENPÒT MOUN TA VIN JWENN KLE SEKRÈ SA, L’AP KAPAB ANTRE NAN BOUS OU A SAN KÒD SEKRÈ. POU REZON SA, NOU MANDE LÒT FASON AN KI GEN KÒD POU KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'x_Save', 'KENBE L’ '), _defineProperty(_ht$data, 'x_TXT', 'PAJ TXT (SAN-KÒD) '), _defineProperty(_ht$data, 'x_Wallet', 'BOUS '), _defineProperty(_ht$data, 'CX_Tagline', 'EKSTANSYON CHROME BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'CX_Warning_1', 'VEYE POU W’ KA GEN** YON LÒT KOTE POU KENBE DEYÒ** AK TOUT BOUS W’AP JERE LA. GEN ANPIL BAGAY KI KAPAB FÈ W’ PÈDI DONE NIVO CHROME SA, AK ANKÒ RETIRE ENSTALASYON AN AK NAN ENSTALE NIVO A. NIVO SA SE YON FASON POU W’ ANTRE FASILMAN NAN BOUS OU YO, **SE PA** YON FASON POU W’ KENBE YO '), _defineProperty(_ht$data, 'MEW_Tagline', 'BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'MEW_Warning_1', 'TOUJOU BYEN VERIFYE L’URL ANVAN W’ ANTRE NAN BOUS OU A OSWA POU KREYE YON LÒT BOUS. ATANSYON AK FO SIT YO '), _defineProperty(_ht$data, 'FOOTER_1', 'YON ZOUTI OPEN SOURCE NAN JAVASCRIPT LI FÈT POU KLIYAN KREYE BOUS ETHEREUM YO EPI FÈ ANPIL TRANSFÈ '), _defineProperty(_ht$data, 'FOOTER_1b', 'MOUN KI FÈ L’ LA SE '), _defineProperty(_ht$data, 'FOOTER_2', 'DON YO APRESYE ANPIL '), _defineProperty(_ht$data, 'FOOTER_3', 'KREYASYON BOUS POU KLIYAN AK '), _defineProperty(_ht$data, 'FOOTER_4', 'AVÈTISMAN '), _defineProperty(_ht$data, 'sidebar_AccountInfo', 'ENFÒMASYON YO SOU KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountAddr', 'ADRÈS KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountBal', 'KOBYEN KÒB KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_TokenBal', 'KONBYEN TOKENS KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_Equiv', 'LÒT VALÈ KI MENM JAN '), _defineProperty(_ht$data, 'sidebar_TransHistory', 'LIS TRANSFÈ YO '), _defineProperty(_ht$data, 'sidebar_donation', 'MYETHERWALLET SE YON SÈVIS GRATIS EPI YON OPEN SOURCE KI RESPEKTE VI SEKRÈ W’ AK SEKIRITE W’. PLIS N’AP JWENN ANPIL DON, PLIS N’AP PASE ANPIL TAN POU N’ DEVLOPE LÒT FONKSYON YO, N’AP TANDE SA W’ MANDE AK BA W’ SA W’ BEZWEN . NOU SE KÈK MOUN K’AP ESEYE CHANJE MOND LA. EDE NOU! '), _defineProperty(_ht$data, 'sidebar_donate', 'FÈ YON DON '), _defineProperty(_ht$data, 'sidebar_thanks', 'MÈSI !!! '), _defineProperty(_ht$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_ht$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_ht$data, 'decrypt_Access', 'KÒMAN W’ VLE ANTRE NAN BOUS OU A ? '), _defineProperty(_ht$data, 'decrypt_Title', 'CHWAZI FÒM OU VLE METE KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'decrypt_Select', 'CHWAZI YON BOUS '), _defineProperty(_ht$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_ht$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_ht$data, 'MNEM_more', 'More Addresses '), _defineProperty(_ht$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_ht$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_ht$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ht$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_ht$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_ht$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ht$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ht$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_ht$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_ht$data, 'ADD_Label_1', 'KISA W’ VLE FÈ ? '), _defineProperty(_ht$data, 'ADD_Radio_1', 'KREYE YON LÒT BOUS '), _defineProperty(_ht$data, 'ADD_Radio_2', 'CHWAZI PAJ BOUS OU A (KEYSTORE/JSON) '), _defineProperty(_ht$data, 'ADD_Radio_2_alt', 'CHWAZI PAJ BOUS OU A '), _defineProperty(_ht$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE... '), _defineProperty(_ht$data, 'ADD_Radio_3', 'KOLE/PRAN KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_4', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Radio_5', 'KOLE/ANTRE LÈT POU FRAZ KACHE W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_5_Path', 'CHWAZI HD POU LÒT WOUT '), _defineProperty(_ht$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ht$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_ht$data, 'ADD_Label_2', 'BAY KONT OU A YON NON '), _defineProperty(_ht$data, 'ADD_Label_3', 'PAJ OU A GEN KÒD, TANPRI METE KÒD SEKRÈ W’ '), _defineProperty(_ht$data, 'ADD_Label_4', 'METE YON KONT KI KA PARÈT '), _defineProperty(_ht$data, 'ADD_Warning_1', 'OU KAPAB METE NENPÒT KI KONT POU W’ FÈ L’ PARÈT NAN TI BWAT « BOUS YO » SAN W’ PA PRAN YON KLE SEKRÈ. SA **PA** VLE DI KE W’AP KA ANTRE NAN BOUS SA, NI POU W’ TA FÈ TRANSFÈ ETHER YO SÒTI NAN BOUS SA '), _defineProperty(_ht$data, 'ADD_Label_5', 'ANTRE ADRÈS LA '), _defineProperty(_ht$data, 'ADD_Label_6', 'OUVRI BOUS OU A '), _defineProperty(_ht$data, 'ADD_Label_6_short', 'OUVRI '), _defineProperty(_ht$data, 'ADD_Label_7', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ht$data, 'MYWAL_Nick', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Address', 'ADRÈS BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Bal', 'KANTITE KÒB '), _defineProperty(_ht$data, 'MYWAL_Edit', 'KORIJE '), _defineProperty(_ht$data, 'MYWAL_View', 'GADE '), _defineProperty(_ht$data, 'MYWAL_Remove', 'EFASE '), _defineProperty(_ht$data, 'MYWAL_RemoveWal', 'EFASE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_WatchOnly', 'KONT OU YO KI PARÈT SELMAN '), _defineProperty(_ht$data, 'MYWAL_Viewing', 'FÈ PARÈT BOUS YO '), _defineProperty(_ht$data, 'MYWAL_Hide', 'KACHE ENFÒMASYON YO SOU BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Edit_2', 'KORIJE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Name', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Content_1', 'ANTANSYON ! OU PRAL EFASE BOUS OU A '), _defineProperty(_ht$data, 'MYWAL_Content_2', 'BYEN VEYE KE W’ **KENBE KLE SEKRÈ W’ LA/PAJ JSON AK KÒD SEKRÈ A**KI ASOSYE AK BOUS LA ANVAN W’ EFASE L’ '), _defineProperty(_ht$data, 'MYWAL_Content_3', 'SI W’ VLE SÈVI AK BOUS SA AVÈK MyEtherWallet CX NAN LÒT JOU YO, OU DWE METE L’ ANKÒ SÈVI AK KLE SEKRÈ A /PAJ JSON AK KÒD SEKRÈ A '), _defineProperty(_ht$data, 'GEN_desc', 'SI W’ VLE KREYE PLIZYÈ LÒT BOUS, OU KAPAB FÈL LA '), _defineProperty(_ht$data, 'GEN_Label_1', 'METE YON GWO KÒD SEKRÈ (POU PI PITI 9 KARAKTÈ '), _defineProperty(_ht$data, 'GEN_Placeholder_1', 'PA BLIYE KENBE SA '), _defineProperty(_ht$data, 'GEN_SuccessMsg', 'SIKSÈ ! BOUS OU A KREYE '), _defineProperty(_ht$data, 'GEN_Label_2', 'KENBE PAJ KEYSTORE W ‘ LA OSWA KLE SEKRÈ W ‘ LA. PA BLIYE KÒD SEKRÈ W’ LA KI ANLÈ A '), _defineProperty(_ht$data, 'GEN_Label_3', 'KENBE BOUS OU A '), _defineProperty(_ht$data, 'GEN_Label_4', 'OPSYON : FÈ SÒTI BOUS OU A SOU PAPYE OSWA SERE version QR code '), _defineProperty(_ht$data, 'BULK_Label_1', 'KANTITE BOUS KI KA KREYE '), _defineProperty(_ht$data, 'BULK_Label_2', 'KREYE BOUS YO '), _defineProperty(_ht$data, 'BULK_SuccessMsg', 'SIKSÈ ! BOUS OU YO KREYE '), _defineProperty(_ht$data, 'SEND_addr', 'ADRÈS KOTE W’AP VOYE L’ '), _defineProperty(_ht$data, 'SEND_amount', 'KANTITE W’AP VOYE A '), _defineProperty(_ht$data, 'SEND_amount_short', 'KANTITE '), _defineProperty(_ht$data, 'SEND_custom', 'TOKENS ESPESYAL '), _defineProperty(_ht$data, 'SEND_gas', 'GAZ '), _defineProperty(_ht$data, 'SEND_TransferTotal', 'VOYE TOUT KANTITE A ;// RENOUVLLE L’ POU PI PI VIT '), _defineProperty(_ht$data, 'SEND_generate', 'KREYE TRANFÈ A '), _defineProperty(_ht$data, 'SEND_raw', 'TRASFÈ SAN ANALIZ '), _defineProperty(_ht$data, 'SEND_signed', 'TRANSFÈ SIYEN '), _defineProperty(_ht$data, 'SEND_trans', 'VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'SENDModal_Title', 'ATANSYON! '), _defineProperty(_ht$data, 'SENDModal_Content_1', 'OU PRAL VOYE L '), _defineProperty(_ht$data, 'SENDModal_Content_2', 'NAN ADRÈS '), _defineProperty(_ht$data, 'SENDModal_Content_3', 'ESKE W KONFYAN ? '), _defineProperty(_ht$data, 'SENDModal_Content_4', 'NÒT :SI JWENN AK YON ERÈ, OU TA GEN POU METE ETHER YO NAN KONT OU A POU W’ KOUVRI KÒB GAZ POU VOYE TOKENS YO. GAZ LA PEYE AK ETHER '), _defineProperty(_ht$data, 'SENDModal_No', 'NON, MWEN VLE SÒTI LA '), _defineProperty(_ht$data, 'SENDModal_Yes', 'WI, MWEN KONFYAN ! FÈ TRANSFÈ A '), _defineProperty(_ht$data, 'TOKEN_Addr', 'ADRÈS TOKEN CONTRACT'), _defineProperty(_ht$data, 'TOKEN_Symbol', 'SENBÒL TOKEN NAN '), _defineProperty(_ht$data, 'TOKEN_Dec', 'KONTE AN DIS (10) '), _defineProperty(_ht$data, 'TOKEN_show', 'MONTRE TOKENS YO '), _defineProperty(_ht$data, 'TOKEN_hide', 'KACHE TOKENS YO '), _defineProperty(_ht$data, 'TRANS_desc', 'SI W’ VLE VOYE TOKENS YO, ALE PITO NAN PAJ « VOYE TOKENS » '), _defineProperty(_ht$data, 'TRANS_warning', 'METE FONKSYON ‘’ETH’’ YO SÈLMAN AK ‘’ETC SÈLMAN’’ OU FÈ W’ PASE NAN YON KONTRA. KÈK NAN SÈVIS SA YO KONN GEN PWOBLÈM AK TRANSFÈ SA YO. POU W’ KONN PLIS '), _defineProperty(_ht$data, 'TRANS_advanced', '+AVANSE : METE GAZ '), _defineProperty(_ht$data, 'TRANS_data', 'DONE '), _defineProperty(_ht$data, 'TRANS_gas', 'LIMIT AN GAZ ;// CHANJE AN ENG POU LIMIT GAZ LA '), _defineProperty(_ht$data, 'TRANS_sendInfo', 'YON TRANSFÈ NÒMAL SÈVI AK 21000 GAZ KI KOUTE 0.000441 ETH. PRI GAZ LA 0.000000021 ETH KE NOU TE CHWAZI A ON TI JAN PI WO KE PI PITI A ASIRE W’ POU W’ YON KONFIMASYON RAPID. NOU PA PRAN FRÈ POU TRANSFÈ A. '), _defineProperty(_ht$data, 'OFFLINE_Title', 'KREYE EPI VOYE YON TRANFÈ SAN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Desc', 'KREYASYON YON TRANSFÈ SAN SIYAL FÈT NAN TWA ETAP. ETAP 1 AK 3 YO FÈT NAN YON KOMPITÈ KI GEN SIYAL AK ETAP 2 A NAN YON KOMPITÈ KI PA KONEKTE AK REZO A. SA PÈMÈT OU IZOLE NÈT KLE SEKRÈ W’ LA POU TOUT MACHIN KI KONEKTE AK INTÈNÈT '), _defineProperty(_ht$data, 'OFFLLINE_Step1_Title', 'ETAP 1 : KREYASYON ENFÒMASYON AN (KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step1_Button', 'KREYE ENFÒMASYON AN '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_1', 'ADRÈS KOTE L’ SÒTI '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_2', 'NÒT : SE NAN ADRÈS KOTE L’ SÒTI A, SE PA ADRÈS KOTE L’AP RIVE A.NONCE LA KREYE AK KONT MOUN K’AP VOYE A. SI NOU SÈVI AK YON MACHIN KI PA KONEKTE AK REZO A, ADRÈS SA AP ADRÈS KONT LA TANKOU _COLDSTORAGE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Title', 'ETAP 2: KREYASYON TRANSFÈ A(KOMPITÈ SAN SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_1', 'ADRÈS KOTE L’ PRALE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_2', 'VALÈ/KANTITE W’AP VOYE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3', 'PRI GAZ LA '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3b', 'KANTITE SA TE PARÈT NAN ETAP 1 AN LÈ KOMPITÈ W’ LA KI TE GEN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4', 'LIMIT GAZ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4b', '21000 SE LIMIT NÒMAL LA. NA KA W’AP VOYE POU KONTRA YO OSWA AVÈK DONE ANPLIS YO, VALÈ SA KAPAB DIFERAN. TOUT GAZ KI PA SÈVI YO Y’AP VOYE YO BA W’ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5', 'NONCE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5b', 'SA TE PARÈT NAN PREMYE ETAP NAN KOMPITÈ W’ LA KI GEN SIYAL.'), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6', 'DONE YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6b', 'SA SE YON ZÒN OPSYON, DONE YO TOUJOU SÈVI LÈ Y’AP FÈ TRANSFÈ POU KONTRA YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_7', 'ANTRE/ CHWAZI KLE SEKRÈ W’ LA / JSON '), _defineProperty(_ht$data, 'OFFLINE_Step3_Title', 'ETAP 3 : VOYE/ FÈ WÈ TRANSFÈ A ( KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step3_Label_1', 'KOPYE TRANSFÈ A LA SIYEN NAN ETAP 2 A AK PEZE SOU BOUTON ”VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'CONTRACT_Title', 'Adresse de contrat '), _defineProperty(_ht$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant '), _defineProperty(_ht$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_ht$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat '), _defineProperty(_ht$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction '), _defineProperty(_ht$data, 'CONTRACT_ByteCode', 'Bytecode '), _defineProperty(_ht$data, 'CONTRACT_Read', 'LIRE '), _defineProperty(_ht$data, 'CONTRACT_Write', 'ECRIRE '), _defineProperty(_ht$data, 'DEP_generate', 'Générer le bytecode '), _defineProperty(_ht$data, 'DEP_generated', 'Bytecode généré '), _defineProperty(_ht$data, 'DEP_signtx', 'Signer la transaction '), _defineProperty(_ht$data, 'DEP_interface', 'Interface générée '), _defineProperty(_ht$data, 'NODE_Title', 'ENSTALE NE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'NODE_Subtitle', 'POU W’ KAPAB KONENTE AK YON NE LOKAL '), _defineProperty(_ht$data, 'NODE_Warning', 'NE W’ LA DWE AN HTTPS POU W’ KONEKTE AVÈK MYETHERWALLET.COM. OU KAPAB [PRAN REPO MYWALLET LA EPI OUVRI L’ LOKALMAN ](https://github.com/kvhnuke/etherwallet/releases/latest) POU W’ KONEKTE A KÈK LÒT NE , OSWA POU W’ GENYEN SÈTIFIKA SSL GRATIS AVÈK[LetsEncrypt](https://letsencrypt.org/).'), _defineProperty(_ht$data, 'NODE_Name', 'NON NE A '), _defineProperty(_ht$data, 'NODE_Port', 'PÒ NE A '), _defineProperty(_ht$data, 'NODE_CTA', 'ANREJISTRE EPI SÈVI AK YON NE SEKRÈ '), _defineProperty(_ht$data, 'SWAP_rates', 'VALÈ LI YE KOUNYE A '), _defineProperty(_ht$data, 'SWAP_init_1', 'M VLE CHANJE '), _defineProperty(_ht$data, 'SWAP_init_2', 'POU '), _defineProperty(_ht$data, 'SWAP_init_CTA', 'ANN KONTINYE'), _defineProperty(_ht$data, 'SWAP_information', 'ENFÒMASYON W’ YO'), _defineProperty(_ht$data, 'SWAP_send_amt', 'KANTITE POU VOYE '), _defineProperty(_ht$data, 'SWAP_rec_amt', 'KANTITE POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_your_rate', 'VALÈ LI YE '), _defineProperty(_ht$data, 'SWAP_rec_add', 'ADRÈS POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_start_CTA', 'KÒMANSE CHANJE '), _defineProperty(_ht$data, 'SWAP_ref_num', 'NIMEWO POU YO JWENN OU '), _defineProperty(_ht$data, 'SWAP_time', 'TAN KI RETE POU VOYE L '), _defineProperty(_ht$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ht$data, 'SWAP_progress_1', 'LÒD PASE '), _defineProperty(_ht$data, 'SWAP_progress_2', '// Waiting for your BTC... //N’AP TANN BTC W’ YO '), _defineProperty(_ht$data, 'SWAP_progress_3', ', // ETH Received! ETH RESEVWA ! '), _defineProperty(_ht$data, 'SWAP_progress_4', 'VOYE {{REZILTA LÒD. KREYASYON.MONNEN}} YO '), _defineProperty(_ht$data, 'SWAP_progress_5', 'LÒD AKONPLI '), _defineProperty(_ht$data, 'SWAP_order_CTA', 'TANPRI VOYE 1 ETH '), _defineProperty(_ht$data, 'SWAP_unlock', 'OUVRI BOUS OU A POU W’ VOYE ETH YO OSWA TOKENS YO SÒTI DIRÈKTEMAN NAN SA '), _defineProperty(_ht$data, 'MSG_message', 'MESAJ '), _defineProperty(_ht$data, 'MSG_date', 'DAT '), _defineProperty(_ht$data, 'MSG_signature', 'SIYATI.'), _defineProperty(_ht$data, 'MSG_verify', 'VERIFYE YON MESAJ '), _defineProperty(_ht$data, 'MSG_info1', 'METE DAT JOU A POU SIYATI A PA SÈVI ANKÒ NAN YON LÒT MOMAN '), _defineProperty(_ht$data, 'MSG_info2', 'METE TI NON W’ NAN KOTE W’ KONN SÈVI AK LI A POU YON LÒT MOUN PA SÈVI AK LI '), _defineProperty(_ht$data, 'MSG_info3', 'METE YON SÈL BON REZON POU MESAJ LA POU L’ PA SÈVI ANKÒ POU YON LÒT REZON '), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI AK SÒTI BOUS OU A ANKÒ SOU PAPYE. OU DWE FÈ L’ POU [ PRAN KONT OU A NAN GETH/MIST] (http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). SI W’ VLE WÈ VALÈ KÒB OU A, NOU MANDE W’ POU SÈVI AK YON EKSPLORATÈ POU BLOCKCHAIN TANKOU[etherscan.io](https://etherscan.io/).'), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle_Short', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI POU SÒTI BOUS OU A ANKÒ SOU PAPYE '), _defineProperty(_ht$data, 'VIEWWALLET_SuccessMsg', 'SIKSÈ ! MEN DETAY YO POU BOUS OU A '), _defineProperty(_ht$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ht$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ht$data, 'CX_error_1', 'OU PA GEN BOUS KI ANREJISTRE. PEZE SOU[‘’METE YON BOUS’’] (/cx-wallet.html#add-wallet) POU METE YOUN !. '), _defineProperty(_ht$data, 'CX_quicksend', 'VOYE RAPID ; // SI JAN L’ TRADWI A PA NAN GOU W’ JIS SÈVI AK ”SEND” '), _defineProperty(_ht$data, 'ERROR_0', 'ANTRE YON KANTITE KI VALAB '), _defineProperty(_ht$data, 'ERROR_1', 'KÒD SEKRÈ W’ LA DWE GEN POU PI PITI 9 KARAKTÈ. BYEN VEYE KE SE YON GWO KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_2', 'DEZOLE ! SÈVIS NOU AN PA PÈMÈT NOU JERE JAN DE PAJ BOUS SA '), _defineProperty(_ht$data, 'ERROR_3', 'SA SE PA YON PAJ BOUS '), _defineProperty(_ht$data, 'ERROR_4', 'VALÈ SA PA LA, TANPRI SÈVI AK YOUN NANN LÒT VALÈ SA YO '), _defineProperty(_ht$data, 'ERROR_5', 'ANTRE YON BON ADRÈS '), _defineProperty(_ht$data, 'ERROR_6', 'ANTRE YON BON KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_7', 'TANPRI ANTRE YON VALÈ KI BON (Must be integer. Try 0-18.) '), _defineProperty(_ht$data, 'ERROR_8', 'TANPRI ANTRE YON BON LIMIT GAZ . (Must be integer. Try 21000-4000000.) '), _defineProperty(_ht$data, 'ERROR_9', 'TANPRI ANTRE YON VALÈ DONE YO KI VALAB. (Must be hex.) '), _defineProperty(_ht$data, 'ERROR_10', 'TANPRI ANTRE YON VALÈ GAZ KI VALAB(Must be integer. Try 20 GWEI / 20000000000 WEI.) (LI DWE ANTYE. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ht$data, 'ERROR_11', '(Must be integer.) '), _defineProperty(_ht$data, 'ERROR_12', 'SIYATI TRANSFÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_13', 'NON BOUS SA LA DEJA '), _defineProperty(_ht$data, 'ERROR_14', 'BOUS SA PA LA '), _defineProperty(_ht$data, 'ERROR_15', 'TA SANBLE POKO GEN OKENN PWOPOZISYON KI LA DEJA AVÈK MOUN SA OSWA GEN YON ERÈ PANDAN KONSILTASYON PWOPOZISYON AN '), _defineProperty(_ht$data, 'ERROR_16', 'GEN YON BOUS KI GEN ADRÈ SA DEJA. TANPRI AL GADE LIS PAJ BOUS OU A '), _defineProperty(_ht$data, 'ERROR_17', 'IFONDS LA YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVISYON. FÒK OU TA GENYEN POU PI PITI 0,01 ETHER SOU KONT OU A POU W’ KA KOUVRI KÒB GAZ YO. METE ETHER YO EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_18', 'TOUT GAZ LA TE SÈVI PANDAN TRANSFÈ A. SA VLE DI KE W’ TE DEJA VOTE POU PWOPOZISYON SA DEJA OSWA KE MOMAN DEBA A FINI '), _defineProperty(_ht$data, 'ERROR_19', 'TANPRI ANTRE YON SENBÒL KI VALAB '), _defineProperty(_ht$data, 'ERROR_20', 'SE PA YON TOKEN ERC-20 VALAB. SI Y’AP PRAN LÒT TOKEN YO, RETIRE SA EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_21', 'LI PA POSIB POU N’ KONN KONBYEN GAZ LA YE. PA GEN ASE PWOVISYON SOU KONT SA, OSWA ADRÈS KONTRA KOTE Y ‘AP RESEVWA L’ LA TE VOYE TOUNEN YON ERÈ. OU KAPAB METE GAZ LA OU MENM EPI KÒMANSE ANKÒ. MESAJ ERÈ A PANDAN W’AP VOYE L’ LA KAPAB GEN ANPIL ENFÒMASYON '), _defineProperty(_ht$data, 'ERROR_22', 'TANPRI ANTRE YON NON NE KI VALAB '), _defineProperty(_ht$data, 'ERROR_23', 'TANPRI ANTRE YON URL KI VALAB ; SI W’ AN HTTPS URL OUA DWE AN HTTPS '), _defineProperty(_ht$data, 'ERROR_24', 'TANPRI ANTRE YON PÒ KI VALAB '), _defineProperty(_ht$data, 'ERROR_25', 'TANPRI ANTRE YON ID DE CHÈNN VALAB '), _defineProperty(_ht$data, 'ERROR_26', 'TANPRI ANTRE YON ABI KI VALAB '), _defineProperty(_ht$data, 'ERROR_27', 'KANTITE PI PITI : 0.01. KANTITE PI GWO '), _defineProperty(_ht$data, 'ERROR_28', '**OU BEZWEN PAJ KEYSTORE W’ LA EPI KÒD SEKRÈ A ** ( OSWA KLE SEKRÈ W’ LA) POU KAPAB ANTRE NAN BOUS SA NAN LÒT JOU YO. TANPRI PRAN L’EPI POU W’ SERE L’ YON KOTE DEYÒ ! PA GEN OKENN LÒT MWAYEN POU W’ JWENN ANKÒ YON BOUS SI W’ PA ANREJISTRE L’. TANPRI LI PAJ SA [PAJ POU EDE](https://www.myetherwallet.com/#help) POU DETAY YO '), _defineProperty(_ht$data, 'ERROR_29', 'TANPRI ANTRE YON BON NON AK KÒD SEKRÈ L’ '), _defineProperty(_ht$data, 'ERROR_30', 'TANPRI ANTRE YON BON NON ENS '), _defineProperty(_ht$data, 'ERROR_31', 'FRAZ SEKRÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_32', 'LI ENPOSIB POU W’ KONEKTE AK NE A. RAFRECHI PAJ LA, OSWA ESEYE YON LÒT NE (upper right corner), GADE NAN PARAMÈT FIREWALL OU YO. SI W’ AN MÒD NE, GADE NAN PARAMÈT YO // 32 '), _defineProperty(_ht$data, 'ERROR_33', 'BOUS W’AP ESEYE OUVRI A LI PA GEN MENNM ADRÈS AK MET LI;33 '), _defineProperty(_ht$data, 'ERROR_34', 'NON W’AP TANTE POU W’ KA WÈ A PA GEN MENM ADRÈS AK NON OU TE ANTRE A // 34 '), _defineProperty(_ht$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ht$data, 'ERROR_36', 'Entrez une empreinte (_hash_) de TX valide'), _defineProperty(_ht$data, 'ERROR_37', 'Entrez une chaîne hex valide (0-9, a-f)'), _defineProperty(_ht$data, 'SUCCESS_1', 'ADRÈS LA VALAB '), _defineProperty(_ht$data, 'SUCCESS_2', 'BOUS DEKÒDE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_3', 'TX ALE NAN BLOCKCHAIN NAN. PEZE BOUTON AN POU W’ KA WÈ TRANSFÈ W’ LA & VERIFYE SI SE POU OU AK SI LI PA MANKE GAZ OSWA KÈK ERÈ NAN KONTRA EKZEKISYON L’YO '), _defineProperty(_ht$data, 'SUCCESS_4', 'BOUS LA METE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_5', 'PAJ CHWAZI '), _defineProperty(_ht$data, 'SUCCESS_6', 'OU BYEN KONEKTE '), _defineProperty(_ht$data, 'SUCCESS_7', 'SIYATI MESAJ LA VERIFYE '), _defineProperty(_ht$data, 'WARN_Send_Link', 'OU RIVE LA GRAS AK YON LYEN KI PLEN ADRÈS LA, KANTITE A, GAZ LA OSWA ESPAS DONE W’ YO. OU KAPAB KORIJE TOUT ENFÒMASYON YO ANVAN W’ VOYE YO . OUVRI BOUS OU A POU W ‘ KÒMANSE '), _defineProperty(_ht$data, 'GETH_InvalidSender', 'MOUN K’AP VOYE L’ PA BON '), _defineProperty(_ht$data, 'GETH_Nonce', 'NONCE TWÒ BA '), _defineProperty(_ht$data, 'GETH_Cheap', 'PRI GAZ LA TWO BA POU L’ AKSEPTE '), _defineProperty(_ht$data, 'GETH_Balance', 'KANTITE A PA SIFI '), _defineProperty(_ht$data, 'GETH_NonExistentAccount', 'KONT SA PA EGZISTE OSWA KANTITE KI NAN KONT LA TWÒ BA '), _defineProperty(_ht$data, 'GETH_InsufficientFunds', 'KÒB SA YO PA SIFI POU GAZ *PRI+VALÈ '), _defineProperty(_ht$data, 'GETH_IntrinsicGas', 'VALÈ GAZ LA TWO BA '), _defineProperty(_ht$data, 'GETH_GasLimit', 'LIMIT GAZ LA DEPASE '), _defineProperty(_ht$data, 'GETH_NegativeValue', 'VALÈ A PA BON '), _defineProperty(_ht$data, 'PARITY_AlreadyImported', 'GEN YON TRANSFÈ KI GEN MENM HASH SA KI SÒTI LA DEJA '), _defineProperty(_ht$data, 'PARITY_Old', 'NONCE TRANSFÈ A TWÒ BA. ESEYE METE SOU NONCE LAN ANKÒ '), _defineProperty(_ht$data, 'PARITY_TooCheapToReplace', 'FRÈ TRANSFÈ YO TWÒ BA. GEN YON LÒT TRANSFÈ KI GEN MENM NONCE LA K’AP TANN. ESEYE METE SOU FRÈ A OSWA METE SOU NONCE LAN '), _defineProperty(_ht$data, 'PARITY_LimitReached', 'GEN TWÒP TRANSFÈ K’AP TANN. TRANSFÈ W’ LA PA FÈT POU REZON SA. ESYE METE SOU FRÈ A '), _defineProperty(_ht$data, 'PARITY_InsufficientGasPrice', 'FRÈ TRANSFÈ YO TWÒ BA. YO PA SATISFÈ MENM POU PITI NE A (MINIMUM :{},REÇU :{}). ESEYE METE SOU FRÈ YO '), _defineProperty(_ht$data, 'PARITY_InsufficientBalance', 'IFONDS YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TANSFÈ A PA GEN ASE KÒB. YO MANDE A: {} , REÇU : {} '), _defineProperty(_ht$data, 'PARITY_GasLimitExceeded', 'KÒB TRANSFÈ A DEPASE LIMIT GAZ KOUNYE A. LIMIT :{}. ESEYE RETIRE NAN GAZ OU JWENN NAN '), _defineProperty(_ht$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_ht$data, 'translate_version', '0.5 '), _defineProperty(_ht$data, 'Translator_Desc', ' YON MÈSI POU TRADIKTÈ N’YO '), _defineProperty(_ht$data, 'TranslatorName_1', '[Nogo10](https://www.myetherwallet.com/?gaslimit=21000&to= 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a&value=1.0#VOYE-TRANSFÈ A) · '), _defineProperty(_ht$data, 'TranslatorAddr_1', ' 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a '), _defineProperty(_ht$data, 'TranslatorName_2', 'NON TRADIKTÈ_2 JJCROISIERE · '), _defineProperty(_ht$data, 'TranslatorAddr_2', 'TRADIKTÈ ADDR_2 '), _defineProperty(_ht$data, 'TranslatorName_3', 'NON TRADIKTÈ A JJCROISIERE '), _defineProperty(_ht$data, 'TranslatorAddr_3', ' TRADIKTÈ ADDDR_3 '), _defineProperty(_ht$data, 'TranslatorName_4', 'NON TRADIKTÈ_4 '), _defineProperty(_ht$data, 'TranslatorAddr_4', 'TRADIKTÈADDR_4 '), _defineProperty(_ht$data, 'TranslatorName_5', 'NON TRADIKTÈ_5 '), _defineProperty(_ht$data, 'TranslatorAddr_5', 'TRADIKTÈADDR_5 '), _defineProperty(_ht$data, 'HELP_Warning', 'SI W’ TE KREYE YON BOUS- OSWA- OU TE PRAN REPO A ANVAN ** 31 DESANM 2015**, TANPRI VERIFYE BOUS OU YO / AL PRAN YON LÒT VÈSYON REPO A ANKÒ. PEZE LA POU W’ KA JWENN PLIS DETAY. '), _defineProperty(_ht$data, 'HELP_Desc', 'MANKE YON BAGAY ? SI W’ GEN LÒT KESYON ? [PALE AK NOU]( mailto:support@myetherwallet.com), N’AP REPONN OU EPI N’AP TOU METE PAJ LA A JOU POU L’ KA ITIL PI PLIS AK TOUT LÒT MOUN YO NAN LÒT JOU YO ! '), _defineProperty(_ht$data, 'HELP_Remind_Title', 'KÈK NAN SA POU SONJE YO: '), _defineProperty(_ht$data, 'HELP_Remind_Desc_1', 'ETHEREUM, MYETHERWALLET.COM & MYETHER WALLET CX, EPI KÈK NAN BIBLIYOTÈK YO JAVASCRIPT KI ANBA KE NOU KONN SÈVI AK YO KÒMANSE AP DEVLOPE.** NOU PASE YO GWO TÈS EPI ANPIL DIZÈNN AK MILYE BOUS SA YO TE KREYE AVÈK ANPIL SIKSÈ TOUT KOTE NAN MOND LA. KA TOUJOU GEN YON TI KRAS POSIBLITE KE YON BAGAY KA PASE KI KA PÈMÈT OU PÈDI ETH OU YO. PA ENVESTI PLIS PLIS KE SA W ‘ KA PRÈ POU W’ PÈDI EPI PRIDANS. NAN KA AKSIDAN, N’AP DEZOLE MEN ** NOU P’AP RESPONSAB POU ETHER SA W’ PÈDI A** '), _defineProperty(_ht$data, 'HELP_Remind_Desc_2', 'MYETHERWALLET.COM & MYETHERWALLET CX YO PA "BOUS WEB". OU PA KREYE YON KONT , OU PA BA NOU ETHER W’ YO TANKOU DEPO. OKENN DONE PA SÒTI NAN KOMPITÈ W’ OSWA NAVIGATÈ W’ LA. N’AP FASILITE W’ POU W KREYASYON AN. KIJAN POU KENBE L’ EPI ANTRE NAN ENFÒMASYON W’ YO AK KONTAK OU MENM AK BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_Remind_Desc_3', 'SI W’ PA BYEN KENBE KLE SEKRÈ W’ LA EPI KÒD SEKRÈ W ‘, PA GEN OKENN LÒT MWAYEN OU KA ANTRE NAN BOUS OU A ANKÒ AK JWENN PWOVIZYON KI LADAN L’ YO. SERE YO NAN PLIZYÈ KOTE EPI SE PA SELMAN SOU KOMPITÈ W LA! '), _defineProperty(_ht$data, 'HELP_0_Title', '0) MWEN FENK VINI. KISA POU M’ FÈ? '), _defineProperty(_ht$data, 'HELP_0_Desc_1', 'MYETHERWALLET BA W’ MWAYEN POU W’ KREYE PLIZYÈ LÒT BOUS POU W’ KACHE ETHER OU A OU MENM EPI SE PA SOU YON ** CHANJ** PWOSESIS SA KA FÈT SOU YON KOMPITÈ, SE PA SOU SÈVÈ NOU YO. LÈ W’AP KREYE YON LÒT BOUS ** SE RESPONSABLITE W’ POU W’ BYEN KENBE L’ AN SEKIRITE** '), _defineProperty(_ht$data, 'HELP_0_Desc_2', 'KREYE YON NOUVO BOUS. '), _defineProperty(_ht$data, 'HELP_0_Desc_3', 'ANREJISTRE BOUS LA. '), _defineProperty(_ht$data, 'HELP_0_Desc_4', 'VERIFYE POU W’ WÈ SI W’ GEN AKSÈ POU W’ ANTRE NAN LÒT BOUS SA AK SI W’ BYEN SOVE TOUT BON ENFÒMASYON NESESÈ YO. '), _defineProperty(_ht$data, 'HELP_0_Desc_5', 'VOYE ETHER A NAN LÒT BOUS SA. '), _defineProperty(_ht$data, 'HELP_1_Title', '1) KÒMAN POU M’ KREYE YON LÒT BOUS ? '), _defineProperty(_ht$data, 'HELP_1_Desc_1', 'ALE NAN PAJ "KREYASYON YON BOUS. '), _defineProperty(_ht$data, 'HELP_1_Desc_2', 'ALE NAN PAJ "METE YON BOUS" EPI CHWAZI "KREYE YON LÒT BOUS" '), _defineProperty(_ht$data, 'HELP_1_Desc_3', 'ANTRE YON GWO KÒD SEKRÈ. SI W’ PANSE W’ KA BLIYE L’, SERE L’ YON BON KOTE. OU PRAL GEN BEZWEN KÒD SEKRÈ SA POU W’ VOYE TRANSFÈ YO. '), _defineProperty(_ht$data, 'HELP_1_Desc_4', 'PEZE SOU "KREYE". '), _defineProperty(_ht$data, 'HELP_1_Desc_5', 'POU KOUNYE A BOUS OU A KREYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_1', 'OU DWE TOUJOU ANREJISTRE BOUS OU A NAN PLIZYÈ KOTE, TANKOU SOU YON USB OSWA YON FÈY PAPYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_2', 'ANREJISTRE ADRÈS LA, OU KAPAB GENYEN L’ POU OU SÈL OSWA PATAJE L’ AVÈK LÒT MOUN, NAN FASON TOUT MOUN KAPAB VOYE ETHER BA W’. '), _defineProperty(_ht$data, 'HELP_2a_Desc_3', 'ANREJISTRE KLE SEKRÈ W’ NAN PLIZYÈ FASON. PA PATAJE L’ AK OKENN MOUN. KLE SEKRÈ LA NESESÈ POU W’ ANTRE NAN ETHER W’ LA. POU W’ VOYE L !’ GEN 3 DIFERAN KLE SEKRÈ KI EGZISTE: '), _defineProperty(_ht$data, 'HELP_2a_Desc_4', 'METE ADRÈS OU A, NAN BAGAY YO OU METE KLE SEKRÈ W’ LA AK VÈSYON PDF POU BOUS PAPYE W’ LA NAN YON DOSYE. KENBE L’ SOU KOMPITÈW’ LA EPI YON KLE USB. '), _defineProperty(_ht$data, 'HELP_2a_Desc_5', 'FÈ SÒTI BOUS OU A SI W’ GEN APARÈY LA. SI SE PA SA, EKRI KLE SEKRÈ W’ AK ADRÈS OU A SOU YON FÈY PAPYE. KACHE L’ YON BON KOTE, APRE SOU KOMPITÈ W’ LA EPI KLE USB LA. '), _defineProperty(_ht$data, 'HELP_2a_Desc_6', 'METE NAN LESPRI W’ POU W’ PWOTEJE TÈT OU POU W’ PA PÈDI KLE A EPI KÒD SEKRÈ A NAN KA OU TA PÈDI DISKEDI W’ LA, KLE W’ LA OSWA FÈY PAPYE A. OU DWE TOU PWOTEJE W’ KONT TOUT GWO KATASTWÒF KI KA FÈ ENPAK SOU YON ZÒN GEOGRAFIK (TANKOU YON GWO DIFE OSWA YON INONDASYON) . '), _defineProperty(_ht$data, 'HELP_2b_Title', '2b) KÒMAN POU M’ JERE AK TOUT SEKIRITE YON MAGAZEN SAN SIYAL AVÈK MYETHERWALLET? '), _defineProperty(_ht$data, 'HELP_2b_Desc_1', 'ALE NAN GITHUB NOU AN : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ht$data, 'HELP_2b_Desc_2', 'PEZE SOU DIST-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_2b_Desc_3', 'METE ZIP LASOU YON KOMPITÈ SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_2b_Desc_4', 'DEZIPE L’ PEZE 2 FWA SOU INDEX.HTML`. '), _defineProperty(_ht$data, 'HELP_2b_Desc_5', ' YON BOUS AVÈK YON GWO KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_2b_Desc_6', 'KENBE ADRÈS LA. KENBE BAGAY YO OU METE KLE SEKRÈ A. KENBE KÒD SEKRÈ A SI W’ PA TA VLE TOUJOU AP SONJE L’. '), _defineProperty(_ht$data, 'HELP_2b_Desc_7', 'BYEN SERE PAPYE YO EPI/ OSWA KLE USB SA YO NAN YON KOTE BYEN LWEN. '), _defineProperty(_ht$data, 'HELP_2b_Desc_8', 'ALE NAN PAJ "FÈ PARÈT YON BOUS" EPI ANTRE KLE SEKRÈ W’ LA AK KÒD SEKRÈ W’ LA POU W’ GEN ASIRANS KE YO VALAB EPI POU KA ANTRE NAN BOUS OU A. VERIFYE KE ADRÈS OU TE EKRI A SE MENM BAGAY LA. '), _defineProperty(_ht$data, 'HELP_3_Title', '3) KÒMAN POU M’ VERIFYE KE M’ ANTRE NAN LÒT BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_3_Desc_1', '** ANVAN W’ VOYE ETHER NAN BOUS OU A** OU DWE GEN ASIRANS KE W’ ANTRE. '), _defineProperty(_ht$data, 'HELP_3_Desc_2', 'NAVIGE AL NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_3_Desc_3', 'NAVIGE AL NAN PAJ " FÈ PARÈT YON BOUS" MYETHERWALLET.COM LA. '), _defineProperty(_ht$data, 'HELP_3_Desc_4', 'CHWAZI PAJ BOUS OU A- OSWA - KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_3_Desc_5', 'SI BOUS OU A GEN KÒD , YON ZÒN KI GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_3_Desc_6', 'PEZE BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_3_Desc_7', 'ENFÒMASYON SOU BOUS OU YO DWE PARÈT . JWENN ADRÈS KONT OU A KOTE YON PYON KI GEN FÒM YON SÈK EPI KI GEN KOULÈ. SA REPREZANTE ADRÈS OU A JAN W’ WÈ L’ LA. ASIRE W’ KE ADRÈS SA SE SA W’ TE KENBE NAN DOKIMAN KI EKRI W’ LA EPI LI NAN BOUS PAPYE W’ LA TOU. '), _defineProperty(_ht$data, 'HELP_3_Desc_8', 'SI W’ VLE GEN YON GWO KANTITTE ETHER, NOU MANDE W’ POU W’ KÒMANSE VOYE YON TI KANTITE KÒB KI AP SÒTI NAN BOUS OU FENK GENYEN AN ANAVN W’ METE YON GWO KANTITE KÒB. VOYE 0,001 ETHER AL NAN BOUS OU FENK GENYEN AN, ANTRE LADAN L’ EPI VOYE 0,001 ETHER SA YO AL NAN YON LÒT ADRÈS, EPI VERIFYE KE TOUT BAGAY AP BYEN FONKSYONE SAN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_4_Title', '4) KÒMAN POU M’ KA VOYE ETHER A SÒTI NAN BOUS SA AL NAN YON LÒT? '), _defineProperty(_ht$data, 'HELP_4_Desc_1', 'SI W’ VLE FÈ YON GWO KANTITE TRANSFÈ ETHER, OU DWE AVAN TOUT BAGAY ESEYE VOYE YON TI KANTITE KÒB AL NAN BOUS OU A POU GEN KONFYANS KE TOUT BAGAY AP BYEN FONKSYONE JAN SA DWE YE. '), _defineProperty(_ht$data, 'HELP_4_Desc_2', 'NAVIGE AL NAN PAJ "VOYE ETHER YO EPI TOKENS YO" . '), _defineProperty(_ht$data, 'HELP_4_Desc_3', 'CHWAZI PAJ BOUS OU A- OSWA- KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_4_Desc_4', 'SI BOUS OU A GEN KÒD, YON ZÒN GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ W LA. '), _defineProperty(_ht$data, 'HELP_4_Desc_5', 'PEZE SOU BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_4_Desc_6', 'ANTRE ADRÈS MOUN K’AP RESEVWA L’ LA NAN ESPAS "ADRÈS KOTE L PRALE A". '), _defineProperty(_ht$data, 'HELP_4_Desc_7', 'ANTRE KANTITE W’ VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT NÈT. '), _defineProperty(_ht$data, 'HELP_4_Desc_9', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4_Desc_10', 'KÈK ESPAS ANPLIS AP PARÈT. NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_11', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_4_Desc_12', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS LA KOTE W’AP VOYE L’ LA YO BON. APRE PEZE SOU "WI, MWEN KONFYAN ! FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_13', 'TRANSFÈ A PRAL FÈT. MOUN LI AN PRAL PARÈT. OU KAPAB PEZE SOU MOUN NAN POU W’ WÈ L’ SOU BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_4CX_Title', '4) KÒMAN POU M’ KA VOYE RTHER AVÈK MYETHERWALLET CX ? '), _defineProperty(_ht$data, 'HELP_4CX_Desc_1', 'ANVAN, OU DWE METE YON BOUS. SA FÈT, OU GENYEN DE FASON : FONKSYON "VOYE RAPID" NAN PYON AN NAN EXTENSION CHROME OSWA PAJ "VOYE ETHER YO EPI TOKENS YO". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_2', 'VOYE RAPID: '), _defineProperty(_ht$data, 'HELP_4CX_Desc_3', 'PEZE SOU PYON EXTENSION CHROME. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_4', 'PEZE SOU BOUTON "VOYE RAPID". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_5', 'CHWAZI BOUS KOTE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_6', 'ANTRE ADRÈS LA OU VLE VOYE A NAN ESPAS "ADRÈS KOTE L’ PRALE A :" . '), _defineProperty(_ht$data, 'HELP_4CX_Desc_7', 'ANTRE KANTITE OU VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT SA L’ GENYEN AN. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_8', 'PEZE SOU "VOYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_9', 'VERIFYE KE ADRÈS LA EPI KANTITE W’AP VOYE A BON. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_10', 'ANTRE KÒD SEKRÈ BOUS SA. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_11', 'PEZE SOU "VOYE TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_4CX_Desc_12', 'AVÈK PAJ "VOYE ETHER YO EPI AK TOKENS YO" '), _defineProperty(_ht$data, 'HELP_5_Title', '5) KÒMAN M KA OUVRI MYETHERWALLET.COM SAN SIYAL/LOKAL ? '), _defineProperty(_ht$data, 'HELP_5_Desc_1', 'OU KAPAB OUVRI MYETHERWALLET.COM SOU KOMPITÈ W’ LA SAN W’ PA PASE NAN SÈVÈ GITHUB YO. OU KAPAB KREYE YON BOUS SAN OU PA BEZWEN GEN SIYAL EPI VOYE TRANSFÈ YO SÒTI NAN PAJ SA "TRANSFÈ SAN SIYAL". '), _defineProperty(_ht$data, 'HELP_5_Desc_7', 'TOUT MYETHERWALLET.COM LA VIRE SOU KOMPITÈ W’ LA KOUNYE A. '), _defineProperty(_ht$data, 'HELP_5_Desc_8', 'NAN KA OU PA TA ABITYE AK SA. OU DWE KONSÈVE TOUT DOSYE A POU W’ VIRE SIT WEB LA EPI PA SÈLMAN INDEX.HTML. PA MANYEN ANYEN, PA DEPLASE ANYEN NAN DOSYE A. SI W’ KENBE YON REPO NAN MAGAZEN MYETHERWALLET POU LÒT JOU YO, NOU MANDE W’ PA METE ZIP LA SÈLMAN NAN MAGAZENN AN POU W’ KA ASIRE W’ KE DOSYE A PA GEN TACH. '), _defineProperty(_ht$data, 'HELP_5_Desc_9', 'NOU TOUJOU AP AMELYORE MYETHERWALLET.COM, NOU MANDE W’ POU W’ TOUJOU METE A JOU VÈSYON W’ TE KENBE A. '), _defineProperty(_ht$data, 'HELP_5CX_Title', '5) KÒMAN POU M’ ENSTALE EXTENSION AN NAN REPO A KE NAN CHROME STORE A ? '), _defineProperty(_ht$data, 'HELP_5CX_Desc_2', 'PEZE SOU CHROME-EXTENSION-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_5CX_Desc_3', 'AL NAN GOOGLE CHROME EPI CHÈCHE PARAMÈT YO ( NAN MENI KI ANWO ADWAT LA). '), _defineProperty(_ht$data, 'HELP_5CX_Desc_4', 'PEZE SOU "EXTENSIONS" A GÒCH. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_5', 'PEZE SOU KAZYE "MÒD POU DEVLOPE" ANLÈ NAN PAJ SA. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_6', 'PEZE SOU BOUTON "CHAJE EXTENSION AN PA METE L ANNDAN…". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_7', 'NAVIGE AL NAN DOSYE KE W’ TE PRAN AN EPI DEZIPE L’ ANVAN. PEZE SOU "CHWAZI". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_8', 'EXTENSION AN DWE PARÈT KOUNYE A NAN EXTENSION W’ YO EPI NAN BA EXTENSION YO POU CHROME. '), _defineProperty(_ht$data, 'HELP_7_Title', '7)KÒMAN M’ KAPAB VOYE TOKENS YO EPI METE TOKENS SPESYAL YO ? '), _defineProperty(_ht$data, 'HELP_7_Desc_0', 'SE YON BON MWAYEN POU W’ AL GADE NAN TOKENS YO EPI JWENN JAN YO KONTE AN 10 LA NAN YON TOKEN. '), _defineProperty(_ht$data, 'HELP_7_Desc_1', 'NAVIGE AL NAN PAJ "VOYE TOKENS". '), _defineProperty(_ht$data, 'HELP_7_Desc_2', 'OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_7_Desc_3', 'ANTRE ADRÈS KOTE OU VLE VOYE L’ LA NAN ESPAS "ADRÈS KOTE L’ PRALE A". '), _defineProperty(_ht$data, 'HELP_7_Desc_4', 'ANTRE KANTITE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_5', 'CHWAZI TOKEN OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_6', 'SI SA A PA NAN LIS LA: '), _defineProperty(_ht$data, 'HELP_7_Desc_7', 'PEZE SOU "SPESYAL ". '), _defineProperty(_ht$data, 'HELP_7_Desc_8', 'ANTRE ADRÈS LA, NON AN EPI TOKEN YO KI KONTE AN 10 YO. ENFÒMASYON SA YO. SE MOUN KI FÈ TOKEN NAN KI BAY YO EPI YO ANKÒ NESESÈ LE W’AP FÈ "ADD A WATCH TOKEN" NAN MIST. '), _defineProperty(_ht$data, 'HELP_7_Desc_9', 'PEZE SOU "SOVE ". '), _defineProperty(_ht$data, 'HELP_7_Desc_10', 'OU KAPAB VOYE TOKENS SA YO KOUNYE A AK WÈ TOU LAJAN SOU KONT OU A NAN ZÒN KI SOU KOTE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_11', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_7_Desc_12', 'KÈK NAN ESPAS ANPLIS YO AP PARÈT : NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_7_Desc_13', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_7_Desc_14', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS KOTE L’ PRALE A YO BON APRÈ PEZE SOU BOUTON "WI, MWEN KONFYAN ! FÈ TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_7_Desc_15', 'TRANSFÈ A FÈT EPI MOUN TRANSFÈ A PARÈT. OU KAPAB PEZE SOU LI POU W’ KA WÈ L’ NAN BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_8_Title', '8) SA K’AP PASE SI SIT OU A TONBE ? '), _defineProperty(_ht$data, 'HELP_8_Desc_1', 'MYETHERWALLET SE PA YON BOUS SOU WÈB LA. OU PA GEN KONEKSYON EPI ANYEN PA JANM ANREJISTRE SOU SÈVÈ NOU YO. SE JIS YON LÒT FAS KI PÈMET OU PALE AK BLOCKCHAIN LA. '), _defineProperty(_ht$data, 'HELP_8_Desc_2', 'SI MYETHERWALLET.COM TONBE, OU DWE JWENN YON LÒT MWAYEN ( TANKOU GETH OSWA ETHEREUM WALLET / MIST) POU FÈ MENM BAGAY LA. MEN OU PA GEN POU "REPRAN " ETHER W’ LA KI NAN MY ETHERWALLET PASKE L’ PA NAN MY ETHERWALLET. LI LAKAY OU. NAN BOUS SA W’ TE KREYE SOU SIT NOU AN. '), _defineProperty(_ht$data, 'HELP_8_Desc_3', 'OU KAPAB PRAN KLE SEKRÈ W’ LA FASIL KOUNYE A SAN KÒD EPI PAJ OU YO (KÒD) SOU FÒM GETH/MIST, DIREKTEMAN NAN GETH/ETHEREUM WALLET / MIST. GADE KESYON #12 LA KI ANBA A. '), _defineProperty(_ht$data, 'HELP_8_Desc_4', 'ANPLIS, FASON POU N’ TA KITE MYETHERWALLET TONBE LI PRE ZEWO.SA KOUTE NOU PRESKE ANYEN POU N’ KENBE L’ TANKOU JAN NOU PA KENBE OKENN ENFÒMASYON. SI DOMÈNN SA TA VIN PÈDI. LOJISYÈL LA AP TOUJOU DISPONIB POU PIBLIK LA SOU [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). OU KAPAB PRAN ZIP LA EPI SÈVI AK LI LOKAL. '), _defineProperty(_ht$data, 'HELP_8CX_Title', '8) SA KI AP PASE SI MYETHERWALLET CX DISPARÈT ? '), _defineProperty(_ht$data, 'HELP_8CX_Desc_1', 'ANVAN, KOMPITÈ W’ LA TE KENBE TOUT DONE YO EPI SE PAT SOU SÈVÈ NOU YO. SA KA PARÈT ETONAN MEN, LÈ W’AP GADE SOU EXTENSION CHROME LA, SA W’ WÈ A *PA LA* SOU SÈVÈ NOU YO. KOMPITTÈ W’ LA KENBE TOUT. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_2', 'SA VLE DI, LI **ENPÒTAN ANPIL** POU W’ TA KENBE TOUT DONE POU TOUT BOUS OU KREYE YO AK MYETHERWALLET CX. NAN FASON SA NENPÒT SA KI TA RIVE MYETHERWALLET CX OSWA KOMPITÈ W’ LA, W’AP TOUJOU KONSÈVE TOUT ENFÒMASYON NESESÈ YO POU W’ KAANTRE NAN ETHER W’ YO. GADE #2 A POU W’ KENBE BOUS OU YO. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_3', 'SI, POU NENPÒT REZON, MYETHERWALLET CX TA DISPARÈT NAN CHROME STORE A, OU KAPAB JWENN SOUS LA SOU GTITHUB EPI PRAN L’. GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_9_Title', '9)? PAJ "VOYE RTHER YO AK TOKENS YO" ESKE L’ PA GEN SIYAL ? '), _defineProperty(_ht$data, 'HELP_9_Desc_1', 'NON. LI BEZWEN INTÈNÈT POU L’ JWENN PRI GAZ KOUNYE A. NONCE KONT OU A EPI POU W’ VOYE TRANSFÈ A ( SA VLE DI "VOYE"). LI VOYE SÈLMAN TRANSFÈ KI SIYEN AN. KLE SEKRÈ W’ LA RETE AN SEKIRITE LAKAY OU. NOU BAY ANKÒ KOUNYE AYON PAJ "TRANSFÈ SAN SIYAL" POU N’ PÈMET OU TOUJOU KENBE KLE SEKRÈ W’ LA SOU YON MACHIN SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Title', '10) KÒMAN POU M’ FÈ YON TRANSFÈ SAN SIYAL ? '), _defineProperty(_ht$data, 'HELP_10_Desc_1', 'ALE NAN PAJ "TRANSÈ SAN SIYAL" AVÈK KOMPITÈ W’ LA AK SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_2', 'ANTRE "ADRÈS KOTE L’ SÒTI A". ATANSYON, SE ADRÈS *KOTE L’ SÒTI A* SE PA ADRÈS *KOTE L’ PRALE A*. SA PRAL KREYE NONCE LA EPI PRI GAZ LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_3', 'ALE SOU KOMPITÈ W’ LA KI PA GEN SIYAL. ANTRE "ADRÈS KOTE L’ PRALE A" EPI "KANTITE A" OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_10_Desc_4', 'ANTRE "PRI GAZ LA" JAN W’ TE WÈ L PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_5', 'ANTRE "NONCE LA" JAN W’ TE WÈL PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_6', ' " LIMIT GAZ LA" GEN YON VALÈ 21000 NÒMAL. SA KOUVRI FRÈ YON TRANSFÈ NÒMAL. SI WA’ VOYE POU YON KONTRA OSWA SI W’AP PRAN DONE ANPLIS YO AVÈK TRANSFÈ W’ LA OU DWE METE SOU LIMIT GAZ LA. GAZ KI PA SÈVI A AP RETOUNEN VIN JWENN OU. '), _defineProperty(_ht$data, 'HELP_10_Desc_7', 'SI W’ VLE L’, ANTRE DONE YO, NAN KA SA, OU DWE METE PLIS KE LIMIT 21000 NÒMAL LA ? TOUT DONE YO SOU FÒM 16 NIMEWO. '), _defineProperty(_ht$data, 'HELP_10_Desc_8', 'CHWA PAJ BOUS OU A OSWA KLE SEKRÈ W’ LA AK OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_10_Desc_9', 'PEZE BOUTON "KREYE TRANSFÈ SIYEN AN". '), _defineProperty(_ht$data, 'HELP_10_Desc_10', 'ESPAS DONE YO ANBA BOUTON SA PLEN AVÈK TRANSFÈ SIYEN W’ LA. KOPYE L’ EPI TOUNEN ANKÒ AVÈK LI SOU KOMPITÈ W’ LA KI GEN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_11', 'SOU KOMPITÈ AK SIYAL OU A, KOLE TRANSFÈ KI SIYEN AN NAN ESPAS EKRI A EPI PEZE SOU "VOYE ETHER". SA A AP VOYE TRANSFÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Title', '12) KÒMAN POU M’ PRAN YON BOUS KI KREYE AK MYETHERWALLET NAN GETH/ ETHEREUM WALLET/ MIST ? '), _defineProperty(_ht$data, 'HELP_12_Desc_1', 'AVÈK YON PAJ GETH/MIST JSON NAN MYETHERWALLET V2+…. '), _defineProperty(_ht$data, 'HELP_12_Desc_2', 'ALE NAN PAJ "GADE YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_3', 'OUVRI BOUS OU A AVÈK KLE SEKRÈ W’ LA ** KI GEN KÒD** OSWA PAJ JSON W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_4', 'ALE NAN PAJ "BOUS MWEN YO". '), _defineProperty(_ht$data, 'HELP_12_Desc_5', 'CHWAZI BOUS OU VLE PRAN NAN MIST, PEZE SOU PYON "VIEW " A ANTRE KÒD SEKRÈ W’ EPI ANTRE NAN BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_6', 'ALE NA SEKSYON "PRAN PAJ JSON DOKIMAN- FÒM GETH/MIST( KI GEN KÒD) ‘’PEZE SOU BOUTON "PRAN L’" KI ANBA . OU GEN KOUNYE A PAJ *KEYSTORE* W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_7', 'OUVRI APLIKASYON ETHEREUM WALLET. '), _defineProperty(_ht$data, 'HELP_12_Desc_8', 'NA BA MENI AN, ALE NAN "ACCOUNTS"->’’BACKUP -> "ACCOUNTS" '), _defineProperty(_ht$data, 'HELP_12_Desc_9', 'SA OUVRI DOSYE KEYSTORES W’ LA. KOPYE L’ PAJ OU SÒT PRAN AN (UTC—2016-04-14)……../) NAN DOSYE SA. '), _defineProperty(_ht$data, 'HELP_12_Desc_10', ' KONT OU A DWE PARÈT BYEN VIT ANBA "ACCOUNTS." '), _defineProperty(_ht$data, 'HELP_12_Desc_11', 'AVÈK KLE SEKRÈ W’ LA SAN KÒD… '), _defineProperty(_ht$data, 'HELP_12_Desc_12', 'SI W’ PAT GENTAN GEN KLE SEKRÈ W’LA SAN KÒD, ALE NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_13', 'CHWAZI PAJ BOUS OU A-OSWA- ANTRE/KOLE KLE SEKRÈ W ‘ LA POU W ‘ OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_14', 'KOPYE KLE SEKRÈ W’ LA (SAN KÒD). '), _defineProperty(_ht$data, 'HELP_12_Desc_15', 'SI W’ SOU YON MAC : '), _defineProperty(_ht$data, 'HELP_12_Desc_15b', ' SI W’ SOU YON PC ; //LI FENK PARÈT, LI DEJA NAN LANG FRANSE, OU PA JWENN LI NAN DE.JS '), _defineProperty(_ht$data, 'HELP_12_Desc_16', 'OUVRI MODIFYE TÈKS APRE KOLE KLE SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_12_Desc_17', 'NAN BA MENI AN, PEZE SOU "FÒM" -> ‘’FÈ YON PLAN EKRI". '), _defineProperty(_ht$data, 'HELP_12_Desc_18', 'KENBE PAJ SA NAN DESKTOP OU A TANKOU NOTHIG_SPECIAL_DELETE_ME.TXT`. ASIRE W’ KE L’ DI "UTF-8" EPI "SI PA GEN EXTENSION KI BAY SÈVI AK TXT" NAN BWAT KI LA POU KENBE A. '), _defineProperty(_ht$data, 'HELP_12_Desc_19', 'OUVRI YON PÒ EPI KÒMANSE KOMAND KI VINI AN : `GETH ACCOUNT IMPORT~/DESKTOP/NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_20', 'SA AP ENVITE CHWAZI YON NOUVO KÒD SEKRÈ. SE SA W’ PRAL ITILIZE NAN GETH / ETHEREUM WALLET / MIST NAN CHAK MOMAN OU PRAL FÈ YON TRANSFÈ. KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_21', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_22', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNT". '), _defineProperty(_ht$data, 'HELP_12_Desc_23', ' OUVRI NOTEPAD EPI KOLE KLE SEKRÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_24', 'KENBE PAJ LA TANKOU NOTHING_SPECIAL_DELETE_ME.TXT SOU `C:` '), _defineProperty(_ht$data, 'HELP_12_Desc_25', 'KÒMANSE AK KÒMAND `GETH ACCOUNT IMPORT C:// NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_26', 'SA PRAL ENVITE W’ POU CHWAZI YON NOUVO KÒD SEKRÈ. SE AK SA W’ PRAL SÈVI NA GETH / ETHEREUM WALLET / MIST CHAK FWA OU PRAL VOYE YON TRANFÈ KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_27', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_28', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNTS". '), _defineProperty(_ht$data, 'HELP_13_Title', '13) SA SA VLE DI <> KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVIZYON YO MANDE A : XXXXXXXXXXXXXXXXXXX, RESEVWA : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_ht$data, 'HELP_13_Desc_1', 'SA VLE DI KE W’ PA GEN ASE ETHER SOU KONT OUAN POU W’ TA KOUVRI KÒB YO AN GAZ. CHAK TRANSFÈ ( MENM JAN POU TOKENS YO AK KONTRA YO) YO MANDE GAZ, EPI GAZ SA YO PEYE AK ETHER, NIMEWO YO KI PARÈT LA SE KANTITE SA YO MANDE POU W’ KOUVRI KÒB TRANSFÈ A AN WEI. PRAN NIMEWO SA YO DIVIZE YO PA ‘1000000000000000000` EPI SOUSTRÈ KANTITE KÒB LA AN ETHER KE T’AP ESEYE VOYE A( SI W’ T’AP TANTE VOYE ETHER0). SA PRAL BA W’ KANTITE A AN ETHER KE W’ TE BEZWEN AN POU KONT LA KA FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_14_Title', '14) KÈK SIT PA AZA ( KONN REKÒMANSE) KREYASYON KLE SEKRÈ A NAN MOUVMAN ANTRE SÒTI YO. KA SA PA POU MYETHERWALLET.COM. KANTITE KREYASYON ALE VINI POU MYETHERWALLET.COM ESKE L’ KONFYAN? '), _defineProperty(_ht$data, 'HELP_14_Desc_1', 'MENM KE KANPE MOUVMAN SOURI A ANPIL MOUN JIJE LI GEN ATIRANS , EPI NOU TA KA KONPRANN REZON YO, REYALITE A SE WINDOW.CRYPTO A MEZIRE LIMIT DEZÒD ZIZTÈM PLIS KE MOUVMAN SOURI W’ LA. JAN W’ SÈVI AK MOUVMAN SA YO YO BON MEN NOU(ANSANM AK PLIZYÈ PWOJÈ KRYPTO YO) GEN ANPIL BON REZON POU N’ KWÈ NAN WINDOW.CRYPTO A. ANPLIS, MYETHERWALLET.COM KAPAB SÈVI SOU EKRAN OU KAPAB TOUCHE YO. MEN YON [KONVÈSASYON KI FÈT AK REDDITOR RAGEUR EPI VITALIK BUTERIN SOU MOUVMAN SOURI YO EPI WINDOW.CRYPTO] (https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) EPI MEN [SPESYAL W3 YO WINDOW.CRYPTO AN](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ht$data, 'HELP_15_Title', '15) POUKISA KONT SA M’ SOT KREYE A PA PARÈT NAN EKSPLORATÈ BLOCKCHAIN LAN ? (i.e. : etherchain, etherscan) '), _defineProperty(_ht$data, 'HELP_15_Desc_1', 'KONT YO PA PARÈT NAN YON EKSPLORATÈ BLOCKCHAIN LÈ YON AKTIVITE FIN FÈT TANKOU, EGZANP, LE N’ TA GEN POU N’ FE YON TRANSFÈ ETHER . '), _defineProperty(_ht$data, 'HELP_16_Title', '16) KÒMAN POU M’ VERIFYE LAJAN SOU KONT MWEN AN ? '), _defineProperty(_ht$data, 'HELP_16_Desc_1', 'OU KAPAB SÈVI AK YON EKSPLORATÈ BLOCKCHAIN TANKOU [etherscan.io](https://etherscan.io/). KOLE ADRÈS OU A NAN BA KOT E POU YO CHÈCHE A EPI SA AP È W’ JWENN LAJAN SOU KONT OU A EPI LIS TRANSFÈ W’ YO. EGZANP, MEN SA [KONT DON NOU YO MONTRE](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) SOU etherscan.io '), _defineProperty(_ht$data, 'HELP_17_Title', '17) POUKISA LAJAN SOU KONT MWEN AN PA PARÈT LÈ M’ OUVRI BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_17_Desc_1', 'SA KI KA LAKÒZ SA SE PASKE W’ KA DÈYÈ YON FIREWALL. APLIKASYON NOU SÈVI AK LI POU N’ JWENN LAJAN SOU KONT OU A EPI KONVÈTI L’ LI SOUVAN BLOKE AK FIREWALL YO POU PLIZYÈ REZON. W’AP TOUJOU KAPAB VOYE TRANSFÈ MEN FÒK OU FÈL NAN YON LÒT FASON POU W’ KA WÈ LAJAN SOU KONT OU A, TANKOU etherscan.io '), _defineProperty(_ht$data, 'HELP_18_Title', '18) KOTE PAJ BOUS GETH MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Title', '19) KOTE PAJ BOUS MIST MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Desc_1', 'PAJ MIST YO OU TOUJOU JWENN YO NAN KOTE ANLÈ YO MEN LI PI FASIL POU W’ OUVRI MIST, CHWAZI "ACCOUNTS" NAN BA KI ANLÈ A EPI "BACUP" EPI "ACCOUNTS" SA AP OUVRI DOSYE A KOTE PAJ OU YO KACHE A. '), _defineProperty(_ht$data, 'HELP_20_Title', '20) KOTE PAJ BOUS MWEN AN *pre-sale* (ANVAN W’ VANN)? '), _defineProperty(_ht$data, 'HELP_20_Desc_1', 'KOTEW’ TE METE L’ LA. ;) YO TE VOYE L’ BA OU TOU KIDONK AL GADE NAN EMAIL OU YO. CHÈCHE PAJ KI RELE `"ethereum_wallet_backup.json"` LA EPI CHWAZI PAJ LA. LI GEN KÒD YON KÒD SEKRÈ KE W’ TE KREYE PANDAN W’ T’AP ACHTE A NAN MOMAN AVAN W’ VANN NAN. '), _defineProperty(_ht$data, 'HELP_21_Title', '21) NENPÒT MOUN PAKA PRAN YON KLE SEKRÈ PA AZA, CHÈCHE LAJAN SOU KONT YON MOUN EPI VOYE L’ NAN ADRÈS PA L’ ? '), _defineProperty(_ht$data, 'HELP_21_Desc_1', 'VÈSYON KI KOUT LA : WI, MEN JWENN YON KONT AK LAJAN SOU LI SA AP PRAN PLIS TAN KE DEPI MOND NOU AN TE KREYE…. KIDONK……NON. '), _defineProperty(_ht$data, 'HELP_21_Desc_2', 'VÈSYON LONG : ETHEREUM NAN GEN BAZ LI SOU[KRIPTOGRAFI KI GEN KLE PIBLIK ](https://en.wikipedia.org/wiki/Public-key_cryptography), POU PI KLÈ[cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) KE YO SOUVAN SÈVI AK LI, PA SÈLMAN NAN ETHEREUM. MAJORITE SÈVÈ YO PWOTEJE AK ECC YO. BITCOIN YO SÈVI AK YO TOU AK SSH, TLS EPI LÒT PWOTOKÒL YO. NAN KA SPESYAL ETHEREUM YO, KLE YO FÈ 256 BITS EPI YO PI FÒ KE SA KI NAN128 YO EPI 192 YO BITS YO, YO TOUJOU SÈVI AK YO EPI YO TOUJOU KONSIDERE YO KONFYAN POU EKSPÈ YO. '), _defineProperty(_ht$data, 'HELP_21_Desc_3', 'OU GE YON KLE SEKRÈ EPI YON KLE PIBLIK. KLE SEKRÈ A KAPAB SÈVI POU CHANJE KLE PIBLIK OU A MEN LÒT FASON AN PA POSIB. MENM INTENET EPI TOUT MOND LAN AP SÈVI AK SYSTÈM KRIPTOGRAFI A SA VLE DI KE, SI TA GEN YON MWAYEN POU CHANJE KLE SEKRÈ A AK KLE PIBLIK LA, RSIK KE ETHER W’ TA KAPAB JWENN NAN SE T’AP YOUN NAN TI KRAS PWOBLÈM YO POU TOUT MOND LAN. '), _defineProperty(_ht$data, 'HELP_21_Desc_4', 'SA TA DI, WI : SI YON MOUN GEN KLE SEKRÈ W’ LA , LI KAPAB VOYE ETHER SÒTI NA N KONT OU A, AK ANKÒ SI YON MOUN GEN KÒD SEKRÈ ADRÈS EMAIL OU A, LI KAPAB LI MESSAGE YO OSWA VOYE MESAJ, OSWA SI SE KÒD SEKRÈ KONT BANK OU A, LI KAPAB VOYE NAN KONT PA L’ LA TOU OSWA YON LOT KONT. OU KAPAB PRAN VÈSYON KEYSTORE KLE SEKRÈ W’ LA KI SE KLE SEKRÈ KI GEN KÒD AK YON KÒD SEKRÈ. SA AP SANBLE AP YON KÒD SEKRÈ KI PWOTEJE AK YON LÒT KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_21_Desc_5', 'EPI WI, NAN TEYORI A, NOU KAPAB TAPE YON CHAIN 64 KARAKTÈ KI GEN 16 NIMEWO JISKASKE W’ JWENN YOUN MENM JAN AK LI. LI POSIB TOU POU W’ EKRI YON PWOGRAM KI KA VERIFYE BYEN RAPID KLE SEKRÈ ALE VINI YO. SE SA NOU RELE SÈVI "AK GWO FÒS" OSWA FOUYE KLE SEKRÈ YO. ANPIL MOUN AP APNSE AK SA ANPIL DEPI BYEN LONTAN. KÈK GWO SÈVÈ KAPAB VERIFYE PLIS PASE YON MILYON KLE CHAK SEKOND. EPOUTAN, MENM CHIF SA PA TA PRAL BAY AKSÈ AK YON KONT KI GEN PWOVISYON SOU LI POU TA KONN PRI YON BOUJI ; LI PLIS PWOBAB KE OU MENM, PITIT OU YO EPI PITIT PITIT OU YO MOURI ANVAN W’ JWENN YOUN KI SANBLE L’. '), _defineProperty(_ht$data, 'HELP_21_Desc_6', 'SI W’ TA KONN BITCOIN YON TI KRAS, [ SA AP FÈ W’ KONPRANN PI BYEN :] :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) * POU W’ EKRI SA KI TA KA PAKA PASE NAN TOUT SA. ANN SIPOZE KE CHAK SATOCHI NAN CHAK BITCOIN KI PA PRAL JANM FÈ OSWA ALE NAN SÈL MENM KLE SEKRÈ LI A. SA KI KA, NAN MITAN KLE SA YO, POU YO TA JWENN 2 KI GEN MENM ADRÈS LA LI TA KAPAB 1 SOU 100 KENTIYON. '), _defineProperty(_ht$data, 'HELP_21_Desc_7', '[SI W’TA VLE AGIMAN KI POU TA EDE W’ KONPRANN PI FASIL :] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) * NIMEWO SA YO PA GEN ANYEN POU WÈ AK TEKNOLOJI SYSTÈM YO ; SE PI GWO SA YO KE TÈMODINAMIK LA AKSEPTE. EPI YO METE KLÈ YON ATAK AK GWO FÒS KONT KLE 256 BIT YO AP RETE ENPOSIB JISKASKE YO KONSTWI LÒT KOMPITÈ AVÈK LÒT BAGAY KE MATYÈ EPI POU YO TA OKIPE YON LÒT BAGAY KE ESPAS LA. '), _defineProperty(_ht$data, 'HELP_21_Desc_8', 'SA W’ TA SIPOZE BYEN KONPRANN KE KLE YO KREYE YON FASON ALE VINI TOUT ANTYE AVÈK YON SISTÈM KI MEZIRE LIMIT DEZÒD LA. SE KA KLE SA YO KI KREYE LA, MENM JAN AK JAXX EPI MIST/GETH. BOUS ETHTEREUM YO TOUT BON POU KONSÈY SA. KLE KE SÈVO MOUN YO KREYE YO YO PA KONSA, PASKE KLE SA YO PA KAPAB SÒTI NAN YON BON NIMEWO ALE VINI. TE KONN GEN LÒT PWOBLÈM NAN SISTÈM KI MEZIRE LIMIT DEZÒD LA KI PA SIFI OSWA NAN NIMEWO ALE VINI YO NAN MOND BITCOIN NAN MEN KOUNYE A SE YON LÒT PWOBLÈM LI VIN YE KI KA TANN YON MOMAN. '), _defineProperty(_ht$data, 'HELP_SecCX_Title', 'KLE – MYETHERWALLET CX '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_1', 'KIBÒ EXTENSION CHROME NAN KENBE ENFÒMASYON M’ YO ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_2', 'ENFÒMASYON YO KI NAN EXTENSION YO ANREJISTRE PA [chrome.storage](http://chrome.storage/), SA VLE DI MENM KOTE AK KÒD SEKRÈ W’ YO NAN CHROME. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_3', 'KI ENFÒMASYON SA YO KI ANREJISTRE A? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_4', 'ADRÈS LA, TI NON AN, KLE SEKRÈ A, YO KACHE NAN chrome.storage. KLE SEKRÈ A GEN KÒD AK KÒD SEKRÈ KI TE METE LÈ W’ T’AP KREYE BOUS LA. TI NON AN EPI ADRÈS BOUS LA YO PA GEN KÒD. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_5', 'POUKISA TI NON AN AK ADRÈS BOUS LA YO PA GEN KÒD ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_6', 'SI NOU TA DWE METE KÒD NAN ENFÒMASYON YO, FÒK OU TA ANTRE YON KÒD SEKRÈ NAN CHAK MOMAN OU BEZWEN WÈ LAJAN SOU KONT OU OSWA LÒT TI NON YO. SI SA NWI W’,NOU MANDE W’ POU SÈVI AK MyEtherWallet.com KE EXTENSION CHROME SA. '), _defineProperty(_ht$data, 'HELP_Sec_Title', 'KLE '), _defineProperty(_ht$data, 'HELP_Sec_Desc_1', 'SI YOUN NAN PREMYE KESYON W’ OU POZE TÈT OU SE "POUKISA W’ DWE FÈ MOUN SA YO KONFYANS ? " SE YON BON DEMACH. ESPERANS NOU SE SA KI AP VINI AN KI PRAL FÈ W PI BYEN KONPRANN. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_2', 'NOU TE KÒMANSE NAN MWA DAWOU 2015. SI W’ AL CHÈCHE ["myetherwallet" SOU reddit](https://www.reddit.com/search?q=myetherwallet), OU KAPAB WÈ YON PAKÈT BANN MOUN K’AP SÈVI AK NOU SAN OKENN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_3', 'NOU PA PRAL PRAN KÒB OU OSWA VÒLÈ KLE SEKRÈ W’ YO. PA GEN KÒD MALVEYAN SOU SIT LA. EPI, PAJ "KREYASYON BOUS YO" YO TOUT ANTYE SE POU KLIYAN AN. SA VLE DI KE TOUT KÒD YO FÈT SOU **KOMPITÈ W’ LA** YO PA JANM SOVE EPI/OSWA ALE OKENN LÒT KOTE. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_4', 'VERIFYE URL LA – SIT SA SÈVI AK GITHUB EPI OU KAPAB WÈ KÒD SOUS LA LA : : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) NAN [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ht$data, 'HELP_Sec_Desc_5', 'POU W’ KREYE BOUS YO, OU KAPAB PRAN [KÒD SOUS LA] (https://github.com/kvhnuke/etherwallet/releases/latest). GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_6', 'KÒMANSE YON TÈS EPI VERIFYE JAN REZO AP FONKSYONE. FASON KI PI SENP LA SE YON KLIK DWAT SOU PAJ LA APRÈ "ENSPEKSYON".AL NAN KAZYE "NETWORK" KREYE YON BOUS POU TÈS. OU PRAL WÈ REZO A P’AP FONKSYONE. OU KAPAB PRAL WÈ YON KÈK BAGAY AP FÈT KI SANBLE AK DATA :IMAGE/GIF EPI DATA :IMAGE/PNG SA YO SE QR KÒD YO KI KÒMANSE AP KREYE… SOU KOMPITÈ W’ LA. PA GEN OKENN TRANSFÈ OCTET KI TE FÈT. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_8', 'SI ZOUTI SA PA FÈ W ‘ PLEZI, EBYEN PA SÈVI AK LI. NOU TE KREYE L’ POU L’ KA EDE TOUT MOUN KREYE BOUS YO AK FÈ TRANSFÈ YO SAN YO PA BEZWEN AL PRAN LIY POU FÈ SA YO NI FÈ VIRE TOUNEN NAN YON NE ANTYE. YON LÒT FWA, PA EZITE FÈ N’ KONNEN SI W’ GEN DOUT EPI N’AP REPONN OU PI VIT KE POSIB. MÈSI ! '), _defineProperty(_ht$data, 'HELP_FAQ_Title', 'REPONS ANPLIS AK KESYON YO YOUJOU POZE YO'), _defineProperty(_ht$data, 'HELP_Contact_Title', 'MWAYEN OU KA PALE AK NOU'), _ht$data); module.exports = ht; @@ -16187,7 +16184,7 @@ hu.data = (_hu$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_hu$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_hu$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_hu$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_hu$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_hu$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_hu$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_hu$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_hu$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_hu$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_hu$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_hu$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_hu$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_hu$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_hu$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_hu$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_hu$data, 'x_ReadMore', 'Read More'), _defineProperty(_hu$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_hu$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_hu$data, 'x_TXFee', 'TX Fee'), _defineProperty(_hu$data, 'x_TxHash', 'TX Hash'), _defineProperty(_hu$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_hu$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_hu$data, 'tx_Details', 'Transaction Details'), _defineProperty(_hu$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_hu$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_hu$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_hu$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_hu$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_hu$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_hu$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_hu$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_hu$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_hu$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_hu$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_hu$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_hu$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_hu$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_hu$data, 'GEN_Help_1', 'Use your'), _defineProperty(_hu$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_hu$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_hu$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_hu$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_hu$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_hu$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_hu$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_hu$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_hu$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_hu$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_hu$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_hu$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_hu$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_hu$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_hu$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_hu$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_hu$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_hu$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_hu$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_hu$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_hu$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_hu$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_hu$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_hu$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_hu$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_hu$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_hu$data, 'NAV_YourWallets', 'Tárcáid '), _defineProperty(_hu$data, 'NAV_AddWallet', 'Tárca hozzáadása '), _defineProperty(_hu$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_hu$data, 'NAV_GenerateWallet', 'Tárca generálása '), _defineProperty(_hu$data, 'NAV_BulkGenerate', 'Több tárca generálása '), _defineProperty(_hu$data, 'NAV_SendEther', 'Ether & Tokenek küldése '), _defineProperty(_hu$data, 'NAV_SendTokens', 'Tokenek küldése '), _defineProperty(_hu$data, 'NAV_Offline', 'Offline tranzakció '), _defineProperty(_hu$data, 'NAV_DeployContract', 'Kontraktus Telepítése '), _defineProperty(_hu$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_hu$data, 'NAV_Contracts', 'Kontraktus '), _defineProperty(_hu$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_hu$data, 'NAV_MyWallets', 'Tárcáim '), _defineProperty(_hu$data, 'NAV_ViewWallet', 'Tárca adatainak megtekintése '), _defineProperty(_hu$data, 'NAV_Help', 'Segítség '), _defineProperty(_hu$data, 'NAV_Contact', 'Kapcsolat '), _defineProperty(_hu$data, 'NAV_ENS', 'ENS'), _defineProperty(_hu$data, 'NAV_Swap', 'Swap '), _defineProperty(_hu$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_hu$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Úgy is ismerheted ezt, mint "Számlaszám" vagy "Publikus Kulcs". Ez az amit a partnereidnek küldesz, hogy tudjanak ETH-et küldeni neked. Az oldalsó ikon egyszerű módja a saját címed felismerésének. '), _defineProperty(_hu$data, 'x_Address', 'A Te címed '), _defineProperty(_hu$data, 'x_Cancel', 'Mégse '), _defineProperty(_hu$data, 'x_CSV', 'CSV fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Download', 'Letöltés '), _defineProperty(_hu$data, 'x_Json', 'JSON Fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_JsonDesc', 'Ez a titkosítotatlan, JSON formátumú változata a privát kulcsodnak. Ez azt jelenti, hogy nincs szükség jelszóra az eléréséhez, viszont ha bárki megtalálja a JSON fájlt, akkor hozzáférhet a tárcádhoz és az Etheredhez a jelszó ismerete nélkül. '), _defineProperty(_hu$data, 'x_Keystore', 'Keystore Fájl (UTC / JSON · Ajánlott · Titkosított) '), _defineProperty(_hu$data, 'x_Keystore2', 'Keystore Fájl (UTC / JSON) '), _defineProperty(_hu$data, 'x_KeystoreDesc', 'Ez a Keystore fájl ugyanolyan formátumú, amit a Mist használ, tehát könnyedén importálhatod a későbbiekben. Leginkább ezt a fájlt ajánlott letölteni és elmenteni. '), _defineProperty(_hu$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_hu$data, 'x_Mnemonic', 'Mnemonikus frázis '), _defineProperty(_hu$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_hu$data, 'x_Password', 'Jelszó '), _defineProperty(_hu$data, 'x_Print', 'PapírTárca Nyomtatása '), _defineProperty(_hu$data, 'x_PrintDesc', 'Profi Tipp: Kattints a nyomtatásra és mentsd el PDF formátumban, még abban az esetben is, ha nincs nyomtatód! '), _defineProperty(_hu$data, 'x_PrintShort', 'Nyomtatás '), _defineProperty(_hu$data, 'x_PrivKey', 'Privát Kulcs (titkosítatlan) '), _defineProperty(_hu$data, 'x_PrivKey2', 'Privát Kulcs '), _defineProperty(_hu$data, 'x_PrivKeyDesc', 'Ez a titkosítatlan szöveges változata a privát kulcsodnak, ami azt jelenti, hogy az eléréséhez nem szükséges jelszó. Ha valaki megtalálta a titkosítatlan privát kulcsodat jelszó nélkül is hozzáférhet a tárcádhoz. Ezért a titkosított változat ajánlott. '), _defineProperty(_hu$data, 'x_Save', 'Mentés '), _defineProperty(_hu$data, 'x_TXT', 'TXT fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Wallet', 'Tárca '), _defineProperty(_hu$data, 'x_Access', 'Access '), _defineProperty(_hu$data, 'MEW_Warning_1', 'Mindig ellenőrizd az URL-t mielőtt megpróbálod elérni a tárcádat vagy új tárcát hozol létre. Óvakodj az adathalász oldalalaktól! '), _defineProperty(_hu$data, 'CX_Warning_1', 'Győződj meg róla, hogy van **külső adatmentésed** minden tárcáról, amit itt tárolsz. Több dolog is történhet, ami adatvesztést eredményezhet a Chrome Bővítményben, többek között a Bővítmény törlése vagy újratelepítése. A bővítmény egyszerű módja annak, hogy elérd a tárcáidat, de **nem** annak, hogy elmentsd azokat. '), _defineProperty(_hu$data, 'MEW_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca '), _defineProperty(_hu$data, 'CX_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca Chrome Bővítmény '), _defineProperty(_hu$data, 'FOOTER_1', 'Egy nyílt forrású, javascript-alapú, kliens-oldali eszköz Ethereum Tárcák létrehozására és tranzakicók végrehajtására. '), _defineProperty(_hu$data, 'FOOTER_1b', 'Készítette: '), _defineProperty(_hu$data, 'FOOTER_2', 'Az adományokat igazán nagyra értékeljük: '), _defineProperty(_hu$data, 'FOOTER_3', 'Kliens-oldali Tárca létrehozása: '), _defineProperty(_hu$data, 'FOOTER_4', 'Jogi nyilatkozat '), _defineProperty(_hu$data, 'sidebar_AccountInfo', 'Számlainformáció '), _defineProperty(_hu$data, 'sidebar_AccountAddr', 'Számla címe '), _defineProperty(_hu$data, 'sidebar_AccountBal', 'Számlaegyenleg '), _defineProperty(_hu$data, 'sidebar_TokenBal', 'Token Egyenleg '), _defineProperty(_hu$data, 'sidebar_Equiv', 'Ezzel egyenértékű '), _defineProperty(_hu$data, 'sidebar_TransHistory', 'Tranzakció Történet '), _defineProperty(_hu$data, 'sidebar_donation', 'A MyEtherWallet egy szabad, nyílt forrású szolgáltatás az adatod védelmének és a biztonságodnak szentelve. Minél több adomány érkezik, annál több időt tudunk fordítani új funkciók létrehozására, a visszajelzéseidre és olyan szolgáltatást nyújtani, amilyet szeretnél. Mindössze két ember, akik megpróbálnak változtatni a világon. Segítesz nekünk? '), _defineProperty(_hu$data, 'sidebar_donate', 'Adományozok '), _defineProperty(_hu$data, 'sidebar_thanks', 'KÖSZÖNJÜK!!! '), _defineProperty(_hu$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_hu$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_hu$data, 'decrypt_Access', 'Hogyan szeretnéd elérni a tárcádat? '), _defineProperty(_hu$data, 'decrypt_Title', 'Válaszd ki a privát kulcsod formátumát: '), _defineProperty(_hu$data, 'decrypt_Select', 'Válassz egy Tárcát: '), _defineProperty(_hu$data, 'ADD_Label_1', 'Mit szeretnél tenni? '), _defineProperty(_hu$data, 'ADD_Radio_1', 'Új Tárca Létrehozása '), _defineProperty(_hu$data, 'ADD_Radio_2', 'Válaszd ki a Tárca fájlodat (Keystore / JSON) '), _defineProperty(_hu$data, 'ADD_Radio_2_alt', 'Válaszd ki a Tárca fájlt '), _defineProperty(_hu$data, 'ADD_Radio_2_short', 'TÁRCA FÁJL KIVÁLASZTÁSA... '), _defineProperty(_hu$data, 'ADD_Radio_2_success', 'Kiválasztott Tárca '), _defineProperty(_hu$data, 'ADD_Radio_3', 'Illeszd be vagy írd be a Privát Kulcsodat '), _defineProperty(_hu$data, 'ADD_Radio_4', 'Tárca hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Radio_5', 'Másold/írd be a mnemonikus frázist '), _defineProperty(_hu$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_hu$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_hu$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_hu$data, 'ADD_Label_2', 'Hozz létre egy Nicknevet: '), _defineProperty(_hu$data, 'ADD_Label_3', 'A Tárcád titkosítva van. Írj be a jelszót '), _defineProperty(_hu$data, 'ADD_Label_4', 'Számla hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Warning_1', 'Bármelyik számlát hozzáadhatod "megfigyelésre" a tárcák lapon, anélkül, hogy felöltenél privát kulcsot. Ez **nem azt jelenti**, hogy van hozzáférésed ehhez a tárcához és azt sem, hogy tudsz Ethert küldeni vele. '), _defineProperty(_hu$data, 'ADD_Label_5', 'Add meg a címet '), _defineProperty(_hu$data, 'ADD_Label_6', 'Tárcád feloldása '), _defineProperty(_hu$data, 'ADD_Label_6_short', 'Feloldás '), _defineProperty(_hu$data, 'ADD_Label_7', 'Számla Hozzáadása '), _defineProperty(_hu$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_hu$data, 'GEN_desc', 'Ha több tárcát szeretnél egyszerre generálni, azt megteheted itt '), _defineProperty(_hu$data, 'GEN_Label_1', 'Adj meg egy erős jelszót! (legalább 9 karakter) '), _defineProperty(_hu$data, 'GEN_Placeholder_1', 'NE felejtsd el elmenteni! '), _defineProperty(_hu$data, 'GEN_SuccessMsg', 'Sikerült! A Tárcád legenerálódott. '), _defineProperty(_hu$data, 'GEN_Label_2', 'Mentsd el a Keystore fájlt vagy a Privát Kulcsot. Ne felejtsd el a fenti jelszót! '), _defineProperty(_hu$data, 'GEN_Label_3', 'Mentsd el a címed. '), _defineProperty(_hu$data, 'GEN_Label_4', 'Választható: Nyomtasd ki a papír tárcádat vagy tárold a QR kód változatot. '), _defineProperty(_hu$data, 'BULK_Label_1', 'Generálni kívánt tárcák száma '), _defineProperty(_hu$data, 'BULK_Label_2', 'Tárcák generálása '), _defineProperty(_hu$data, 'BULK_SuccessMsg', 'Sikerült! A tárcáid legenerálódtak. '), _defineProperty(_hu$data, 'SEND_addr', 'Erre a címre '), _defineProperty(_hu$data, 'SEND_amount', 'Küldendő összeg '), _defineProperty(_hu$data, 'SEND_amount_short', 'Összeg '), _defineProperty(_hu$data, 'SEND_custom', 'Saját Token '), _defineProperty(_hu$data, 'SEND_gas', 'Gas '), _defineProperty(_hu$data, 'SEND_TransferTotal', 'Teljes egyenleg küldése '), _defineProperty(_hu$data, 'SEND_generate', 'Tranzakció generálása '), _defineProperty(_hu$data, 'SEND_raw', 'Raw/Nyers Tranzakció '), _defineProperty(_hu$data, 'SEND_signed', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'SEND_trans', 'Tranzakció Küldése '), _defineProperty(_hu$data, 'SENDModal_Title', 'Figyelmeztetés! '), _defineProperty(_hu$data, 'SENDModal_Content_1', 'Most készülsz küldeni '), _defineProperty(_hu$data, 'SENDModal_Content_2', '-t az alábbi címre: '), _defineProperty(_hu$data, 'SENDModal_Content_3', 'Biztos vagy benne? '), _defineProperty(_hu$data, 'SENDModal_Content_4', 'JEGYZET: Ha hibával találkozol valószínűleg ethert kell küldened a számládra, hogy fedezni tudd a gas-költségét a token küldésének. A Gas etherben fizetendő. '), _defineProperty(_hu$data, 'SENDModal_No', 'Nem, vigyél ki innen! '), _defineProperty(_hu$data, 'SENDModal_Yes', 'Igen, biztos vagyok benne! Tranzakció indítása. '), _defineProperty(_hu$data, 'TOKEN_Addr', 'Token Contract Cím '), _defineProperty(_hu$data, 'TOKEN_Symbol', 'Token Szimbólum '), _defineProperty(_hu$data, 'TOKEN_Dec', 'Tizedesjegyek '), _defineProperty(_hu$data, 'TOKEN_show', 'Minden Token megjelenítése '), _defineProperty(_hu$data, 'TOKEN_hide', 'Tokenek elrejtése '), _defineProperty(_hu$data, 'TRANS_desc', 'Ha Tokeneket akarsz küldeni, kérlek használd a Token Küldése oldalt ehelyett. '), _defineProperty(_hu$data, 'TRANS_warning', 'Ha a "Csak ETH" vagy a "Csak ETC" Funkciókat használod a küldés kontraktuson keresztül megy végbe. Néhány szolgáltatásnak problémái lehetnek az ilyen tranzakciók elfogadásával. Kattints és tudj meg többet. '), _defineProperty(_hu$data, 'TRANS_advanced', '+Haladó: Több Adat '), _defineProperty(_hu$data, 'TRANS_data', 'Adat '), _defineProperty(_hu$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_hu$data, 'TRANS_sendInfo', 'Egy standard tranzakció 21000 gas-t használ, ami 0.000441 ETH-be fog kerülni. Mi 0.000000021 ETH-nél (a minimálisnál) enyhén magasabb gas árat használunk, annak biztosítása érdekében, hogy gyorsan ki legyen bányászva. Tranazkciós költséget nem számolunk fel. '), _defineProperty(_hu$data, 'TRANSModal_Title', '"Csak ETH" és "Csak ETC" Tranzakciók '), _defineProperty(_hu$data, 'TRANSModal_Content_0', 'Egy jegyzet a különféle tranzakciókról és szolgáltatásokról '), _defineProperty(_hu$data, 'TRANSModal_Content_1', '**ETH (Standard Tranzakció): ** Egy alapértelmezett tranzakciót generál közvetlenül az egyik címről a másikra. A gas alapértéke 21000. Valószínűsíthető, hogy minden ETH, ami ezzel a módszerrel lesz elküldve, végbemegy az ETC láncon is. '), _defineProperty(_hu$data, 'TRANSModal_Content_2', '**Csak ETH: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETH** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_3', '**Csak ETC: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETC** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Csak Standard Tranzakció szerint küld. Ha a "Csak" kontraktusok valamelyikével küldesz, fel kell venned a kapcsolatot az ügyfélszolgálattal, hogy manuálisan hozzáadhassák az egyenleged vagy visszatérítést küldjenek. [Megpróbálhatod a Shapeshift "split" eszközét is.](https://split.shapeshift.io/) '), _defineProperty(_hu$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Nincsenek ismert problémák. Használható bárhogyan. '), _defineProperty(_hu$data, 'TRANSModal_Yes', 'Király, most már értem. '), _defineProperty(_hu$data, 'TRANSModal_No', 'Ó istenem, most még jobban összezavarodtam. Segítsetek! '), _defineProperty(_hu$data, 'OFFLINE_Title', 'Offline tranzakció generálása és küldése '), _defineProperty(_hu$data, 'OFFLINE_Desc', 'Az Offline tranzakció generálása három lépsében történik. Az első(1.) és a harmadik(3.) lépéseket online számítógépen kell végrehajtani, a második(2.) lépést pedig offline/airgap számítógépen. Ezzel meggyőződhetsz róla, hogy a privát kulcsod nem érintkezik internetre kötött eszközzel. '), _defineProperty(_hu$data, 'OFFLLINE_Step1_Title', 'Lépés 1: Információ Generálása (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step1_Button', 'Információ Generálása '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_1', 'Erről a címről '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_2', 'Jegyzet: Ez a FELADÓ címe, nem a FOGADÓÉ. A nonce a feladó számlájából generálódik. Ha airgap-elt számítógépet használsz, ez a cím a hidegtárcás számla címe legyen. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Title', 'Lépés 2: Tranzakció Generálása (Offline Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_1', 'Erre a címre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_2', 'Érték / Összeg küldésre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3', 'Gas Ár '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4b', '21000 az alapértelmezett gas limit. Amikor kontraktust küldesz vagy adatot adsz hozzá ezeknek különbözőeknek kell lennie. A nem használt gas visszatérül hozzád. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6', 'Adat '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6b', 'Ez választható. Az adat mező gyakran használt, amikor tranzakciót küldesz kontraktusokba. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_7', 'Írd be / Válaszd ki a Privát Kulcsodat / JSON-fájlt. '), _defineProperty(_hu$data, 'OFFLINE_Step3_Title', 'Lépés 3: Küld / Közzétesz (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step3_Label_1', 'Illeszd be ide az aláírt tranzakciót a második lépésből (Lépés 2) és nyomd meg a "TRANZAKCIÓ KÜLDÉSE" gombot. '), _defineProperty(_hu$data, 'MYWAL_Nick', 'Tárca Nickname '), _defineProperty(_hu$data, 'MYWAL_Address', 'Tárca Cím '), _defineProperty(_hu$data, 'MYWAL_Bal', 'Egyenleg '), _defineProperty(_hu$data, 'MYWAL_Edit', 'Szerkesztés '), _defineProperty(_hu$data, 'MYWAL_View', 'Nézet '), _defineProperty(_hu$data, 'MYWAL_Remove', 'Eltávolítás '), _defineProperty(_hu$data, 'MYWAL_RemoveWal', 'Tárca Eltávolítása: '), _defineProperty(_hu$data, 'MYWAL_WatchOnly', 'Megfigyelt Számláid '), _defineProperty(_hu$data, 'MYWAL_Viewing', 'Tárca megtekintése '), _defineProperty(_hu$data, 'MYWAL_Hide', 'Tárca Információ elrejtése '), _defineProperty(_hu$data, 'MYWAL_Edit_2', 'Tárca szerkesztése '), _defineProperty(_hu$data, 'MYWAL_Name', 'Tárca Neve '), _defineProperty(_hu$data, 'MYWAL_Content_1', 'Figyelmeztetés! Arra készülsz, hogy eltávolítod a tárcádat '), _defineProperty(_hu$data, 'MYWAL_Content_2', 'Győződj meg róla, hogy **elmentetted a privát kulcsodat és/vagy Keystore fájlodat a jelszóval együtt,** mielőtt törlöd őket. '), _defineProperty(_hu$data, 'MYWAL_Content_3', 'Ha használni akarod ezt a tárcát a MyEtherWallet CX-szel a jövőben, manuálisan újra hozzá kell majd adnod a privát kulcs/JSON-nal és jelszóval. '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. Ezt megteheted úgy, hogy [importálod a számládat a Geth/Mist-be](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Ha ellenőrizni akarod a számládat, azt ajánljuk, hogy használj blokklánc explorert mint az [etherscan.io](https://etherscan.io/). '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle_Short', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. '), _defineProperty(_hu$data, 'VIEWWALLET_SuccessMsg', 'Sikerült! Itt vannak a tárcád részletei. '), _defineProperty(_hu$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_hu$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_hu$data, 'MNEM_1', 'Válaszd ki a címet amelyiket használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_2', 'Egyetlen mnemonikus frázis egyszerre több tárcához / címhez ad hozzáférést. Válaszd ki a címet amelyiket most használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_more', 'További Címek '), _defineProperty(_hu$data, 'MNEM_prev', 'Előző Címek '), _defineProperty(_hu$data, 'CX_error_1', 'Nincsen mentett Tárcád. Kattints ["Tárca Hozzáadása"](/cx-wallet.html#add-wallet) ahhoz, hogy hozzáadj egyet! '), _defineProperty(_hu$data, 'CX_quicksend', 'GyorsKüldés '), _defineProperty(_hu$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_hu$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_hu$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_hu$data, 'NODE_Name', 'Node Name'), _defineProperty(_hu$data, 'NODE_Port', 'Node Port'), _defineProperty(_hu$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_hu$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_hu$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_hu$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_hu$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_hu$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_hu$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_hu$data, 'CONTRACT_Read', 'READ '), _defineProperty(_hu$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_hu$data, 'DEP_generate', 'Byte-kód Generálása '), _defineProperty(_hu$data, 'DEP_generated', 'Generált Byte-kód '), _defineProperty(_hu$data, 'DEP_signtx', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'DEP_interface', 'Generált Felület '), _defineProperty(_hu$data, 'SWAP_rates', "Current Rates "), _defineProperty(_hu$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_hu$data, 'SWAP_init_2', " for "), _defineProperty(_hu$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_hu$data, 'SWAP_information', "Your Information "), _defineProperty(_hu$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_hu$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_hu$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_hu$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_hu$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_hu$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_hu$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_hu$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_hu$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_hu$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_hu$data, 'SWAP_progress_3', "Received! "), _defineProperty(_hu$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_hu$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_hu$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_hu$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_hu$data, 'MSG_message', 'Message '), _defineProperty(_hu$data, 'MSG_date', 'Date '), _defineProperty(_hu$data, 'MSG_signature', 'Signature '), _defineProperty(_hu$data, 'MSG_verify', 'Verify Message '), _defineProperty(_hu$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_hu$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_hu$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_hu$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_hu$data, 'ADD_Ledger_scan', 'Csatlakozás a Ledger Wallet-hez '), _defineProperty(_hu$data, 'ADD_Ledger_1', 'Csatlakoztasd a Ledger Wallet-et '), _defineProperty(_hu$data, 'ADD_Ledger_2', 'Nyisd meg az Ethereum applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Exp', 'Nyisd meg az Expanse applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Ubq', 'Nyisd meg az Ubiq applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_3', 'Ellenőrizd, hogy a beállításokban engedélyezve van a Böngésző Támogatás (Browser Support) '), _defineProperty(_hu$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_hu$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_hu$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_hu$data, 'x_Trezor', 'TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_hu$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_hu$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_hu$data, 'ERROR_0', 'Kérlek írj be érvényes összeget '), _defineProperty(_hu$data, 'ERROR_1', 'A jelszavadnak minimum 9 karakter hosszúságúnak kell lennie. Kérlek győződj meg arról, hogy erős jelszót választasz. '), _defineProperty(_hu$data, 'ERROR_2', 'Sajnáljuk, de nem tudjuk felismerni ezt a típusú Tárca fájlt. '), _defineProperty(_hu$data, 'ERROR_3', 'Ez nem egy érvényes Tárca fájl. '), _defineProperty(_hu$data, 'ERROR_4', 'Ez a egység nem létezik, kérlek használj egyet az alábbi egységek közül '), _defineProperty(_hu$data, 'ERROR_5', 'Érvénytelen cím. '), _defineProperty(_hu$data, 'ERROR_6', 'Érvénytelen jelszó. '), _defineProperty(_hu$data, 'ERROR_7', 'Érvénytelen összeg. (Must be integer. Try 0-18.) '), _defineProperty(_hu$data, 'ERROR_8', 'Érvénytelen gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_hu$data, 'ERROR_9', 'Érvénytelen adatérték. (Must be hex.) '), _defineProperty(_hu$data, 'ERROR_10', 'Érvénytelen gas összeg. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_hu$data, 'ERROR_11', 'Érvénytelen nonce. (Must be integer.) '), _defineProperty(_hu$data, 'ERROR_12', 'Érvénytelen aláírású tranzakció. '), _defineProperty(_hu$data, 'ERROR_13', 'Egy Tárca ezzel a Nicknévvel már létezik '), _defineProperty(_hu$data, 'ERROR_14', 'Tárca nem található. '), _defineProperty(_hu$data, 'ERROR_15', 'Úgy tűnik ezzel az ID-vel nem létezik javaslat, vagy hiba történt a javaslat beolvasása közben. '), _defineProperty(_hu$data, 'ERROR_16', 'Egy tárca ezzel a címmel már létezik a tárolóban. Kérlek ellenőrizd a tárcák oldalán. '), _defineProperty(_hu$data, 'ERROR_17', 'Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Legalább 0.01 ethernek kell lennie a számládon, ahhoz, hogy fedezni tudd a gas költségeit. Kérlek adj hozzá ethert és próbáld újra! '), _defineProperty(_hu$data, 'ERROR_18', 'Az összes gas felhasználásra kerülne ezen a tranzakción. Ez azt jelenti, hogy már szavaztál erre a javaslatra vagy a vita periódus már lejárt. '), _defineProperty(_hu$data, 'ERROR_19', 'Érvénytelen szimbólum '), _defineProperty(_hu$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_hu$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_hu$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_hu$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_hu$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_hu$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_hu$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_hu$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_hu$data, 'ERROR_28', '**Szükséged lesz a Keystore Fájlra és a jelszóra vagy a Privát Kulcsra**, ahhoz, hogy hozzáférj ehhez a tárcához a jövőben. Kérlek mentsd el és készíts külső biztonsági mentést is! Nincs lehetőség egy tárca visszaszerzésére, ha nem mented el. Olvasd el a [Segítség lapot](https://www.myetherwallet.com/#help) további instrukciókért. '), _defineProperty(_hu$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_hu$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_hu$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_hu$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_hu$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_hu$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_hu$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_hu$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_hu$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_hu$data, 'SUCCESS_1', 'Érvényes cím '), _defineProperty(_hu$data, 'SUCCESS_2', 'Tárca sikeresen dekódolva '), _defineProperty(_hu$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_hu$data, 'SUCCESS_4', 'Tárcád sikeresen hozzáadva '), _defineProperty(_hu$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_hu$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_hu$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_hu$data, 'GETH_InvalidSender', 'Érvénytelen küldő '), _defineProperty(_hu$data, 'GETH_Nonce', 'a Nonce túl alacsony '), _defineProperty(_hu$data, 'GETH_Cheap', 'A Gas ára túl alacsony az elfogadáshoz '), _defineProperty(_hu$data, 'GETH_Balance', 'Hiányos egyenleg '), _defineProperty(_hu$data, 'GETH_NonExistentAccount', 'A Számla nem létezik vagy az egyenleg túl alacsony '), _defineProperty(_hu$data, 'GETH_InsufficientFunds', 'Hiányos alap a gas-hoz * ár + érték '), _defineProperty(_hu$data, 'GETH_IntrinsicGas', 'Intrinsic gas túl alacsony '), _defineProperty(_hu$data, 'GETH_GasLimit', 'Meghaladja a blokk gas limitjét '), _defineProperty(_hu$data, 'GETH_NegativeValue', 'Negatív érték '), _defineProperty(_hu$data, 'PARITY_AlreadyImported', "Egy azonos hash-sel rendelkező tranzakció már importálva volt."), _defineProperty(_hu$data, 'PARITY_Old', "A tranzakciós nonce túl alacsony. Próbáld meg megnövelni."), _defineProperty(_hu$data, 'PARITY_TooCheapToReplace', "Túl alacsony a tranzakciós díj. Van egy másik tranzakció is a sorban azonos nonce-szal. Próbáld meg megemelni adíjat vagy megnövelni a nonce-t."), _defineProperty(_hu$data, 'PARITY_LimitReached', "Túl sok tranzakció van a sorodban, ezért ez a tranzakció nem lett feldolgozva."), _defineProperty(_hu$data, 'PARITY_InsufficientGasPrice', "Túl alacsony a tranzakciós díj. Nem felel meg a node-od minimum díjának. Minimum: {}, ennyi lenne: {}. Próbáld meg megnövelni a díjat."), _defineProperty(_hu$data, 'PARITY_InsufficientBalance', "Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Szükséges: {} és van: {}."), _defineProperty(_hu$data, 'PARITY_GasLimitExceeded', "A tranzakcó ára meghaladja a jelenlegi gas limitet. Limit: {}, ennyi lenne: {}."), _defineProperty(_hu$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_hu$data, 'translate_version', '0.4.3 '), _defineProperty(_hu$data, 'Translator_Desc', 'Köszönet a fordításért '), _defineProperty(_hu$data, 'TranslatorName_1', '[belpheg](https://www.myetherwallet.com/?gaslimit=21000&to=0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f&value=1.0#send-transaction) · '), _defineProperty(_hu$data, 'TranslatorAddr_1', '0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f '), _defineProperty(_hu$data, 'TranslatorName_2', '[bluqesh](https://www.myetherwallet.com/?gaslimit=21000&to=0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F&value=1.0#send-transaction) '), _defineProperty(_hu$data, 'TranslatorAddr_2', '0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F '), _defineProperty(_hu$data, 'TranslatorName_3', ''), _defineProperty(_hu$data, 'TranslatorAddr_3', ''), _defineProperty(_hu$data, 'TranslatorName_4', ''), _defineProperty(_hu$data, 'TranslatorAddr_4', ''), _defineProperty(_hu$data, 'TranslatorName_5', ''), _defineProperty(_hu$data, 'TranslatorAddr_5', ''), _defineProperty(_hu$data, 'HELP_Warning', 'Ha **2015 december 31** előtt készítettél egy tárcát vagy töltötted le a repo-t, akkor ellenőrizd a tárcáidat és töltsd le a repo új verzióját. Kattints a részletekért. '), _defineProperty(_hu$data, 'HELP_Desc', 'Valamit hiányolsz? Egyéb kérdésed lenne? [Írj nekünk](mailto:support@myetherwallet.com), és nem csak választ fogsz kapni, de még ezt az oldalt is frissítjük, hogy másoknak is hasznosabb legyen. '), _defineProperty(_hu$data, 'HELP_Remind_Title', 'Néhány emlékeztető '), _defineProperty(_hu$data, 'HELP_Remind_Desc_1', 'Az **Ethereum, MyEtherWallet.com és MyEtherWallet CX, továbbá néhány, az oldal által használt JavaScript könyvtár aktív fejlesztés alatt állnak.** Az alapos tesztelés és a világszerte több tízezer sikeresen létrehozott tárca ellenére mindig fennáll az apró lehetőség arra, hogy valami váratlan esemény miatt elveszted az ETH-id. Ne fektess be annál többet, mint amit hajlandó lennél elveszítnei. Ha esetleg bármi ilyen történne, nagyon sajnáljuk, de **nem vagyunk a felősek az elvesztett Etherekért**. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_2', 'A MyEtherWallet.com és a MyEtherWallet CX nem "web tárcák". Nem kell nálunk regisztrálnod, vagy ránk bízni az Ethereid megőrzésre. Semmilyen adat nem hagyja el a gépedet/böngésződet. Abban segítünk, hogy egyszerűen tudd az tárcáid látrehozni, lementeni és hozzájuk férni, és egyéb módon használni a blokkláncot. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_3', 'Ha nem mented le a privát kulcsodat és a jelszót, akkor nincs lehetőség visszaszerezni a tárcádhoz a hozzáférést, sem a rajta levő összeget. Készíts róluk több példányban is biztonsági másolatot, és ne csak a gépeden legyenek! '), _defineProperty(_hu$data, 'HELP_0_Title', '0) Új vagyok. Mire tudom használni ezt az oldalt? '), _defineProperty(_hu$data, 'HELP_0_Desc_1', 'A MyEtherWallet-tel új tárcákat lehet létrehozni, hogy saját magadnál tudd tárolni az Ethert, és nem egy exchange-nél. Ez a folyamat teljesen a te gépeden történik, nem a mi szerverünkön, így amikor létrehozol egy új tárcát **a te felelősséged biztonságosan tárolni azt**. '), _defineProperty(_hu$data, 'HELP_0_Desc_2', 'Hozz létre egy új tárcát. '), _defineProperty(_hu$data, 'HELP_0_Desc_3', 'Készíts róla biztonsági mentést. '), _defineProperty(_hu$data, 'HELP_0_Desc_4', 'Ellnőrizd, hogy van hozzáférésed az új tárcához, és helyesen mentettél le minden szükséges információt. '), _defineProperty(_hu$data, 'HELP_0_Desc_5', 'Küldj Ethert az új címedre. '), _defineProperty(_hu$data, 'HELP_1_Title', '1) Hogyan tudok új tárcát készíteni? '), _defineProperty(_hu$data, 'HELP_1_Desc_1', 'Menj a "Tárca Generálása" oldalra. '), _defineProperty(_hu$data, 'HELP_1_Desc_2', 'Menj a "Tárca hozzáadása" oldalra, és válaszd ki az "Új Tárca Létrehozása" opciót. '), _defineProperty(_hu$data, 'HELP_1_Desc_3', 'Írj be egy erős jelszót. Ha úgy gondolod, esetleg elfelejtheted, akkor ments le / írd le egy biztonságos helyre, mert szükséged lesz rá később, hogy tranzakciókat küldhess. '), _defineProperty(_hu$data, 'HELP_1_Desc_4', 'Kattints a "Tárca generálása" gombra. '), _defineProperty(_hu$data, 'HELP_1_Desc_5', 'Az új tárcád ezzel kész van. '), _defineProperty(_hu$data, 'HELP_2a_Title', 'Hogyan tudom lementeni/biztonsági másolatot készíteni a tárcáról? '), _defineProperty(_hu$data, 'HELP_2a_Desc_1', 'A tárcádról ajánlott mindig külső biztonsági mentést tartani, több, fizikailag különböző helyen - például egy pendrive-on és/vagy papíron. '), _defineProperty(_hu$data, 'HELP_2a_Desc_2', 'Mentsd le a címet. Megtarthatod magadnak, vagy megoszthatod másokkal is, így ők is tudnak neked Ethert küldeni. '), _defineProperty(_hu$data, 'HELP_2a_Desc_3', 'Mentsd el több példányban a privát kulcsot, és ne oszd meg senkivel. Erre van ugyanis szükség, ha hozzá szeretnél férni az Etheredhez, és el szeretnéd küldeni. Három fajta privát kulcs van: '), _defineProperty(_hu$data, 'HELP_2a_Desc_4', 'Tedd a címed, a privát kulcsod egy változatát és a papírtárca PDF-et egy mappába. Ments ezt le a számítógépedre és egy USB pendrive-ra. '), _defineProperty(_hu$data, 'HELP_2a_Desc_5', 'Ha van nyomtatód, nyomtasd ki a papírtárcát. Ennek hiányában írd le a privát kulcsot és a címed egy darab papírra. Ezt a számítógépedtől és a pendrive-tól elkülönített, biztonságos helyen tárold. '), _defineProperty(_hu$data, 'HELP_2a_Desc_6', 'Figyel arra is, hogy olyankor is legyen másolatod a privát kulcsról/jelszóról, ha a számítógéped, a pendrive vagy a papír eltűnik, vagy elromlik. Olyan esetekkel is számolj ami akár fizikailag nagyobb területet érinthet, mint például egy tűz, vagy árvíz. '), _defineProperty(_hu$data, 'HELP_2b_Title', '2b) Hogyan tudom biztonságosan/offline/hidegen használni a MyEtherWallet-et? '), _defineProperty(_hu$data, 'HELP_2b_Desc_1', 'Menj a github oldalunkra: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_hu$data, 'HELP_2b_Desc_2', 'Kattints a `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_2b_Desc_3', 'Másold a letöltött zip fájlt egy airgap-elt számítógépre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_4', 'Csomagold ki, és indítsd el az "index.html" fájlt. '), _defineProperty(_hu$data, 'HELP_2b_Desc_5', 'Generálj egy tárcát egy erős jelszóval. '), _defineProperty(_hu$data, 'HELP_2b_Desc_6', 'Mentsd le a címet, és a privát kulcs különféle verzióit. Mentsd le a jelszót is, ha esetleg nem emlékeznél rá örökre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_7', 'Ezeket a paírokat / pendriveoket egymástól fizikailag különböző helyeken tárold. '), _defineProperty(_hu$data, 'HELP_2b_Desc_8', 'Menj a "Tárca adatainak megtekintése" oldalra, majd írd be a privát kulcsot/jelszót, hogy le tudd ellenőrizni, hogy minden helyes. Győződj meg róla, hogy a címet is helyesen írtad le. '), _defineProperty(_hu$data, 'HELP_3_Title', '3) Hogyan tudom ellenőrizni, hogy hozzáférek a tárcához?How do I verify I have access to my new wallet? '), _defineProperty(_hu$data, 'HELP_3_Desc_1', '**Mielőtt bármennyi Ethert küldesz az új tárcádba**, mindenképp ellenőrizd le, hogy később hozzá tudsz majd férni. '), _defineProperty(_hu$data, 'HELP_3_Desc_2', 'Menj a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_3', 'Menj a MyEtherWallet.com-on a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_4', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_3_Desc_5', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_3_Desc_6', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_3_Desc_7', 'Ezután megjelennek a tárcádhoz kapcsolódó információk. A címedet a színes, kör alakú ikon mellett fogod megtalálni. Ez az ikon a címed képi reprezentációja. Bizonyosodj meg róla, hogy ez a cím megegyezik az általad lementett címmel, és azzal ami a papír tárcán is szerepel. '), _defineProperty(_hu$data, 'HELP_3_Desc_8', 'Ha egy nagyobb összeget szeretnél a tárolni, akkor azt javasoljuk, hogy előtte próbálj meg egy kisebb összeget küldeni az új tárcából. Ehhez küldj az új címedre 0.001 Etheret, nyisd ki a tárcát, és küldd tovább ezt a 0.001 Ethert egy másik címre. Így biztos lehetsz benne, hogy minden jól működik. '), _defineProperty(_hu$data, 'HELP_4_Title', '4) Hogyan tudok Ethert küldeni az egyik tárcámból egy másikba? '), _defineProperty(_hu$data, 'HELP_4_Desc_1', 'Ha egy nagyobb összeget szeretnél küldeni, előtte mindig próbáld ki a küldést egy kisebb összeggel. Így biztos lehetsz benne, hogy minden jól fog működni. '), _defineProperty(_hu$data, 'HELP_4_Desc_2', 'Menj az "Ether & Tokenek küldése" oldalra. '), _defineProperty(_hu$data, 'HELP_4_Desc_3', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. '), _defineProperty(_hu$data, 'HELP_4_Desc_4', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_4_Desc_5', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4_Desc_9', 'Kattints a "Tranzakció generálása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_10', 'Meg fog jelenni még néhány mező. Ezeket a böngésződ tölti ki, miközben legenerálja a tranzakciót. '), _defineProperty(_hu$data, 'HELP_4_Desc_11', 'Kattints az ezek alatt levő kék "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_12', 'Felugrik egy pop-up, ahol le tudod ellenőrizni a címet és az összeget. Ha minden jó, kattints az "Igen, biztos vagyok benne! Tranzakció indítása." gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_13', 'A tranzakció el lesz küldve, és megjelenik egy TX Hash. Erre a TX Hash-re kattintva megnézheted a tranzakciót a blokkláncon. '), _defineProperty(_hu$data, 'HELP_4CX_Title', '4) Hogyan tudok Ethert küldeni a MyEtherWalet CX-szel? '), _defineProperty(_hu$data, 'HELP_4CX_Desc_1', 'Első lépésként hozzá kell adj egy tárcát. Ha ez megvan, két lehetőséged van: a "GyorsKüldés" funkció a Chrome Bővítmény ikonon, vagy az "Ether & Tokenek küldése" oldal. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_2', 'GyorsKüldés: '), _defineProperty(_hu$data, 'HELP_4CX_Desc_3', 'Kattints a Chrome Bővítmény ikonra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_4', 'Kattints a "GyorsKüldés" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_5', 'Válaszd ki a tárcát ahonnan küldeni szerentél. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_8', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_9', 'Ellenőrizd, hogy a cím és a küldendő összeg helyes. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_10', 'Írd be a tárcád jelszavát. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_11', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_12', 'A "Tranzakció küldése" oldalon '), _defineProperty(_hu$data, 'HELP_5_Title', '5) Hogyan lehet a MyEtherWallet-et offline/lokálisan használni? '), _defineProperty(_hu$data, 'HELP_5_Desc_1', 'Futtahatod a MyEtherWallet.com-ot a saját számítógépeden is, a GitHub szerverei nélkül. Így lehetőséged van teljesen offline generálni tárcákat, vagy Ethert küldeni az "Offline tranzakció" oldalról. '), _defineProperty(_hu$data, 'HELP_5_Desc_7', 'A MyEtherWallet.com most teljesen a te számítógépedről fut. '), _defineProperty(_hu$data, 'HELP_5_Desc_8', 'Ha esetleg nem csináltál volna még ilyet: a teljes mappára szükséged van az oldal futtatásához, nem elég csak az "index.html" fájl. A mappában ne piszkálj / mozgass el semmit. Ha biztonsági másolatot szeretnél a MyEtherWallet repo-ról későbbre, akkor az eredeti zip fájl tárolását javasoljuk, így biztos lehetsz benne hogy a tartalma érintetlen marad. '), _defineProperty(_hu$data, 'HELP_5_Desc_9', 'Mivel folyamatosan frissítjük a MyEtherWallet.com-ot, ezért javasoljuk, hogy időközönként frissítsd a lementett repo-t is. '), _defineProperty(_hu$data, 'HELP_5CX_Title', '5) Hogyan tudom ezt a kiegészítőt a repo-ból telepíteni a Chrome Store helyett? '), _defineProperty(_hu$data, 'HELP_5CX_Desc_2', 'Kattints a `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_3', 'A Goole Chrome-ban menj a Beállításokba (a jobb fenti menüből). '), _defineProperty(_hu$data, 'HELP_5CX_Desc_4', 'Kattints a "Bővítmények"-re a bal oldalon. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_5', 'Az oldal tetején jelöld be a "Fejlesztői mód" opciót. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_6', 'Kattints a "Kicsomagolt bővítmények betöltése..." gombra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_7', 'Keresd meg az előző lépésekben letöltött és már kicsomagolt mappát. Klikelj az "OK"-ra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_8', 'A bővítmény meg kell jelenjen a többi bővítmény közt és a Chrome menüben. '), _defineProperty(_hu$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_hu$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_hu$data, 'HELP_7_Desc_1', 'Navigate to the "Ether & Tokenek küldése" page. '), _defineProperty(_hu$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_hu$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_hu$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_hu$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_hu$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_hu$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_hu$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_hu$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_hu$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_hu$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_hu$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_hu$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_hu$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_hu$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_hu$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_hu$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_hu$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_hu$data, 'HELP_9_Title', '9) Is the "Ether & Tokenek küldése" page offline? '), _defineProperty(_hu$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_hu$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_hu$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_hu$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_hu$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_hu$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_hu$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_hu$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_hu$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_hu$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_hu$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_hu$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_hu$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_hu$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_hu$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_hu$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_hu$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_hu$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_hu$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_hu$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_hu$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_hu$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_hu$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_hu$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_hu$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_hu$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_hu$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_hu$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_hu$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_hu$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_hu$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_hu$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_hu$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_hu$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_hu$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_hu$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_hu$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_hu$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_hu$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_hu$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_hu$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_hu$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_hu$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_hu$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_hu$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_hu$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_hu$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_hu$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_hu$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_hu$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_hu$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_hu$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_hu$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_hu$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_hu$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _hu$data); +}, _defineProperty(_hu$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_hu$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_hu$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_hu$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_hu$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_hu$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_hu$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_hu$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_hu$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_hu$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_hu$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_hu$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_hu$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_hu$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_hu$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_hu$data, 'x_ReadMore', 'Read More'), _defineProperty(_hu$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_hu$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_hu$data, 'x_TXFee', 'TX Fee'), _defineProperty(_hu$data, 'x_TxHash', 'TX Hash'), _defineProperty(_hu$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_hu$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_hu$data, 'tx_Details', 'Transaction Details'), _defineProperty(_hu$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_hu$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_hu$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_hu$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_hu$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_hu$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_hu$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_hu$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_hu$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_hu$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_hu$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_hu$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_hu$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_hu$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_hu$data, 'GEN_Help_1', 'Use your'), _defineProperty(_hu$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_hu$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_hu$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_hu$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_hu$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_hu$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_hu$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_hu$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_hu$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_hu$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_hu$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_hu$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_hu$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_hu$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_hu$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_hu$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_hu$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_hu$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_hu$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_hu$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_hu$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_hu$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_hu$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_hu$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_hu$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_hu$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_hu$data, 'NAV_YourWallets', 'Tárcáid '), _defineProperty(_hu$data, 'NAV_AddWallet', 'Tárca hozzáadása '), _defineProperty(_hu$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_hu$data, 'NAV_GenerateWallet', 'Tárca generálása '), _defineProperty(_hu$data, 'NAV_BulkGenerate', 'Több tárca generálása '), _defineProperty(_hu$data, 'NAV_SendEther', 'Ether & Tokenek küldése '), _defineProperty(_hu$data, 'NAV_SendTokens', 'Tokenek küldése '), _defineProperty(_hu$data, 'NAV_Offline', 'Offline tranzakció '), _defineProperty(_hu$data, 'NAV_DeployContract', 'Kontraktus Telepítése '), _defineProperty(_hu$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_hu$data, 'NAV_Contracts', 'Kontraktus '), _defineProperty(_hu$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_hu$data, 'NAV_MyWallets', 'Tárcáim '), _defineProperty(_hu$data, 'NAV_ViewWallet', 'Tárca adatainak megtekintése '), _defineProperty(_hu$data, 'NAV_Help', 'Segítség '), _defineProperty(_hu$data, 'NAV_Contact', 'Kapcsolat '), _defineProperty(_hu$data, 'NAV_ENS', 'ENS'), _defineProperty(_hu$data, 'NAV_Swap', 'Swap '), _defineProperty(_hu$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_hu$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Úgy is ismerheted ezt, mint "Számlaszám" vagy "Publikus Kulcs". Ez az amit a partnereidnek küldesz, hogy tudjanak ETH-et küldeni neked. Az oldalsó ikon egyszerű módja a saját címed felismerésének. '), _defineProperty(_hu$data, 'x_Address', 'A Te címed '), _defineProperty(_hu$data, 'x_Cancel', 'Mégse '), _defineProperty(_hu$data, 'x_CSV', 'CSV fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Download', 'Letöltés '), _defineProperty(_hu$data, 'x_Json', 'JSON Fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_JsonDesc', 'Ez a titkosítotatlan, JSON formátumú változata a privát kulcsodnak. Ez azt jelenti, hogy nincs szükség jelszóra az eléréséhez, viszont ha bárki megtalálja a JSON fájlt, akkor hozzáférhet a tárcádhoz és az Etheredhez a jelszó ismerete nélkül. '), _defineProperty(_hu$data, 'x_Keystore', 'Keystore Fájl (UTC / JSON · Ajánlott · Titkosított) '), _defineProperty(_hu$data, 'x_Keystore2', 'Keystore Fájl (UTC / JSON) '), _defineProperty(_hu$data, 'x_KeystoreDesc', 'Ez a Keystore fájl ugyanolyan formátumú, amit a Mist használ, tehát könnyedén importálhatod a későbbiekben. Leginkább ezt a fájlt ajánlott letölteni és elmenteni. '), _defineProperty(_hu$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_hu$data, 'x_Mnemonic', 'Mnemonikus frázis '), _defineProperty(_hu$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_hu$data, 'x_Password', 'Jelszó '), _defineProperty(_hu$data, 'x_Print', 'PapírTárca Nyomtatása '), _defineProperty(_hu$data, 'x_PrintDesc', 'Profi Tipp: Kattints a nyomtatásra és mentsd el PDF formátumban, még abban az esetben is, ha nincs nyomtatód! '), _defineProperty(_hu$data, 'x_PrintShort', 'Nyomtatás '), _defineProperty(_hu$data, 'x_PrivKey', 'Privát Kulcs (titkosítatlan) '), _defineProperty(_hu$data, 'x_PrivKey2', 'Privát Kulcs '), _defineProperty(_hu$data, 'x_PrivKeyDesc', 'Ez a titkosítatlan szöveges változata a privát kulcsodnak, ami azt jelenti, hogy az eléréséhez nem szükséges jelszó. Ha valaki megtalálta a titkosítatlan privát kulcsodat jelszó nélkül is hozzáférhet a tárcádhoz. Ezért a titkosított változat ajánlott. '), _defineProperty(_hu$data, 'x_Save', 'Mentés '), _defineProperty(_hu$data, 'x_TXT', 'TXT fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Wallet', 'Tárca '), _defineProperty(_hu$data, 'x_Access', 'Access '), _defineProperty(_hu$data, 'MEW_Warning_1', 'Mindig ellenőrizd az URL-t mielőtt megpróbálod elérni a tárcádat vagy új tárcát hozol létre. Óvakodj az adathalász oldalalaktól! '), _defineProperty(_hu$data, 'CX_Warning_1', 'Győződj meg róla, hogy van **külső adatmentésed** minden tárcáról, amit itt tárolsz. Több dolog is történhet, ami adatvesztést eredményezhet a Chrome Bővítményben, többek között a Bővítmény törlése vagy újratelepítése. A bővítmény egyszerű módja annak, hogy elérd a tárcáidat, de **nem** annak, hogy elmentsd azokat. '), _defineProperty(_hu$data, 'MEW_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca '), _defineProperty(_hu$data, 'CX_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca Chrome Bővítmény '), _defineProperty(_hu$data, 'FOOTER_1', 'Egy nyílt forrású, javascript-alapú, kliens-oldali eszköz Ethereum Tárcák létrehozására és tranzakicók végrehajtására. '), _defineProperty(_hu$data, 'FOOTER_1b', 'Készítette: '), _defineProperty(_hu$data, 'FOOTER_2', 'Az adományokat igazán nagyra értékeljük: '), _defineProperty(_hu$data, 'FOOTER_3', 'Kliens-oldali Tárca létrehozása: '), _defineProperty(_hu$data, 'FOOTER_4', 'Jogi nyilatkozat '), _defineProperty(_hu$data, 'sidebar_AccountInfo', 'Számlainformáció '), _defineProperty(_hu$data, 'sidebar_AccountAddr', 'Számla címe '), _defineProperty(_hu$data, 'sidebar_AccountBal', 'Számlaegyenleg '), _defineProperty(_hu$data, 'sidebar_TokenBal', 'Token Egyenleg '), _defineProperty(_hu$data, 'sidebar_Equiv', 'Ezzel egyenértékű '), _defineProperty(_hu$data, 'sidebar_TransHistory', 'Tranzakció Történet '), _defineProperty(_hu$data, 'sidebar_donation', 'A MyEtherWallet egy szabad, nyílt forrású szolgáltatás az adatod védelmének és a biztonságodnak szentelve. Minél több adomány érkezik, annál több időt tudunk fordítani új funkciók létrehozására, a visszajelzéseidre és olyan szolgáltatást nyújtani, amilyet szeretnél. Mindössze két ember, akik megpróbálnak változtatni a világon. Segítesz nekünk? '), _defineProperty(_hu$data, 'sidebar_donate', 'Adományozok '), _defineProperty(_hu$data, 'sidebar_thanks', 'KÖSZÖNJÜK!!! '), _defineProperty(_hu$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_hu$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_hu$data, 'decrypt_Access', 'Hogyan szeretnéd elérni a tárcádat? '), _defineProperty(_hu$data, 'decrypt_Title', 'Válaszd ki a privát kulcsod formátumát: '), _defineProperty(_hu$data, 'decrypt_Select', 'Válassz egy Tárcát: '), _defineProperty(_hu$data, 'ADD_Label_1', 'Mit szeretnél tenni? '), _defineProperty(_hu$data, 'ADD_Radio_1', 'Új Tárca Létrehozása '), _defineProperty(_hu$data, 'ADD_Radio_2', 'Válaszd ki a Tárca fájlodat (Keystore / JSON) '), _defineProperty(_hu$data, 'ADD_Radio_2_alt', 'Válaszd ki a Tárca fájlt '), _defineProperty(_hu$data, 'ADD_Radio_2_short', 'TÁRCA FÁJL KIVÁLASZTÁSA... '), _defineProperty(_hu$data, 'ADD_Radio_2_success', 'Kiválasztott Tárca '), _defineProperty(_hu$data, 'ADD_Radio_3', 'Illeszd be vagy írd be a Privát Kulcsodat '), _defineProperty(_hu$data, 'ADD_Radio_4', 'Tárca hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Radio_5', 'Másold/írd be a mnemonikus frázist '), _defineProperty(_hu$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_hu$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_hu$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_hu$data, 'ADD_Label_2', 'Hozz létre egy Nicknevet: '), _defineProperty(_hu$data, 'ADD_Label_3', 'A Tárcád titkosítva van. Írj be a jelszót '), _defineProperty(_hu$data, 'ADD_Label_4', 'Számla hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Warning_1', 'Bármelyik számlát hozzáadhatod "megfigyelésre" a tárcák lapon, anélkül, hogy felöltenél privát kulcsot. Ez **nem azt jelenti**, hogy van hozzáférésed ehhez a tárcához és azt sem, hogy tudsz Ethert küldeni vele. '), _defineProperty(_hu$data, 'ADD_Label_5', 'Add meg a címet '), _defineProperty(_hu$data, 'ADD_Label_6', 'Tárcád feloldása '), _defineProperty(_hu$data, 'ADD_Label_6_short', 'Feloldás '), _defineProperty(_hu$data, 'ADD_Label_7', 'Számla Hozzáadása '), _defineProperty(_hu$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_hu$data, 'GEN_desc', 'Ha több tárcát szeretnél egyszerre generálni, azt megteheted itt '), _defineProperty(_hu$data, 'GEN_Label_1', 'Adj meg egy erős jelszót! (legalább 9 karakter) '), _defineProperty(_hu$data, 'GEN_Placeholder_1', 'NE felejtsd el elmenteni! '), _defineProperty(_hu$data, 'GEN_SuccessMsg', 'Sikerült! A Tárcád legenerálódott. '), _defineProperty(_hu$data, 'GEN_Label_2', 'Mentsd el a Keystore fájlt vagy a Privát Kulcsot. Ne felejtsd el a fenti jelszót! '), _defineProperty(_hu$data, 'GEN_Label_3', 'Mentsd el a címed. '), _defineProperty(_hu$data, 'GEN_Label_4', 'Választható: Nyomtasd ki a papír tárcádat vagy tárold a QR kód változatot. '), _defineProperty(_hu$data, 'BULK_Label_1', 'Generálni kívánt tárcák száma '), _defineProperty(_hu$data, 'BULK_Label_2', 'Tárcák generálása '), _defineProperty(_hu$data, 'BULK_SuccessMsg', 'Sikerült! A tárcáid legenerálódtak. '), _defineProperty(_hu$data, 'SEND_addr', 'Erre a címre '), _defineProperty(_hu$data, 'SEND_amount', 'Küldendő összeg '), _defineProperty(_hu$data, 'SEND_amount_short', 'Összeg '), _defineProperty(_hu$data, 'SEND_custom', 'Saját Token '), _defineProperty(_hu$data, 'SEND_gas', 'Gas '), _defineProperty(_hu$data, 'SEND_TransferTotal', 'Teljes egyenleg küldése '), _defineProperty(_hu$data, 'SEND_generate', 'Tranzakció generálása '), _defineProperty(_hu$data, 'SEND_raw', 'Raw/Nyers Tranzakció '), _defineProperty(_hu$data, 'SEND_signed', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'SEND_trans', 'Tranzakció Küldése '), _defineProperty(_hu$data, 'SENDModal_Title', 'Figyelmeztetés! '), _defineProperty(_hu$data, 'SENDModal_Content_1', 'Most készülsz küldeni '), _defineProperty(_hu$data, 'SENDModal_Content_2', '-t az alábbi címre: '), _defineProperty(_hu$data, 'SENDModal_Content_3', 'Biztos vagy benne? '), _defineProperty(_hu$data, 'SENDModal_Content_4', 'JEGYZET: Ha hibával találkozol valószínűleg ethert kell küldened a számládra, hogy fedezni tudd a gas-költségét a token küldésének. A Gas etherben fizetendő. '), _defineProperty(_hu$data, 'SENDModal_No', 'Nem, vigyél ki innen! '), _defineProperty(_hu$data, 'SENDModal_Yes', 'Igen, biztos vagyok benne! Tranzakció indítása. '), _defineProperty(_hu$data, 'TOKEN_Addr', 'Token Contract Cím '), _defineProperty(_hu$data, 'TOKEN_Symbol', 'Token Szimbólum '), _defineProperty(_hu$data, 'TOKEN_Dec', 'Tizedesjegyek '), _defineProperty(_hu$data, 'TOKEN_show', 'Minden Token megjelenítése '), _defineProperty(_hu$data, 'TOKEN_hide', 'Tokenek elrejtése '), _defineProperty(_hu$data, 'TRANS_desc', 'Ha Tokeneket akarsz küldeni, kérlek használd a Token Küldése oldalt ehelyett. '), _defineProperty(_hu$data, 'TRANS_warning', 'Ha a "Csak ETH" vagy a "Csak ETC" Funkciókat használod a küldés kontraktuson keresztül megy végbe. Néhány szolgáltatásnak problémái lehetnek az ilyen tranzakciók elfogadásával. Kattints és tudj meg többet. '), _defineProperty(_hu$data, 'TRANS_advanced', '+Haladó: Több Adat '), _defineProperty(_hu$data, 'TRANS_data', 'Adat '), _defineProperty(_hu$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_hu$data, 'TRANS_sendInfo', 'Egy standard tranzakció 21000 gas-t használ, ami 0.000441 ETH-be fog kerülni. Mi 0.000000021 ETH-nél (a minimálisnál) enyhén magasabb gas árat használunk, annak biztosítása érdekében, hogy gyorsan ki legyen bányászva. Tranazkciós költséget nem számolunk fel. '), _defineProperty(_hu$data, 'TRANSModal_Title', '"Csak ETH" és "Csak ETC" Tranzakciók '), _defineProperty(_hu$data, 'TRANSModal_Content_0', 'Egy jegyzet a különféle tranzakciókról és szolgáltatásokról '), _defineProperty(_hu$data, 'TRANSModal_Content_1', '**ETH (Standard Tranzakció): ** Egy alapértelmezett tranzakciót generál közvetlenül az egyik címről a másikra. A gas alapértéke 21000. Valószínűsíthető, hogy minden ETH, ami ezzel a módszerrel lesz elküldve, végbemegy az ETC láncon is. '), _defineProperty(_hu$data, 'TRANSModal_Content_2', '**Csak ETH: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETH** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_3', '**Csak ETC: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETC** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Csak Standard Tranzakció szerint küld. Ha a "Csak" kontraktusok valamelyikével küldesz, fel kell venned a kapcsolatot az ügyfélszolgálattal, hogy manuálisan hozzáadhassák az egyenleged vagy visszatérítést küldjenek. [Megpróbálhatod a Shapeshift "split" eszközét is.](https://split.shapeshift.io/) '), _defineProperty(_hu$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Nincsenek ismert problémák. Használható bárhogyan. '), _defineProperty(_hu$data, 'TRANSModal_Yes', 'Király, most már értem. '), _defineProperty(_hu$data, 'TRANSModal_No', 'Ó istenem, most még jobban összezavarodtam. Segítsetek! '), _defineProperty(_hu$data, 'OFFLINE_Title', 'Offline tranzakció generálása és küldése '), _defineProperty(_hu$data, 'OFFLINE_Desc', 'Az Offline tranzakció generálása három lépsében történik. Az első(1.) és a harmadik(3.) lépéseket online számítógépen kell végrehajtani, a második(2.) lépést pedig offline/airgap számítógépen. Ezzel meggyőződhetsz róla, hogy a privát kulcsod nem érintkezik internetre kötött eszközzel. '), _defineProperty(_hu$data, 'OFFLLINE_Step1_Title', 'Lépés 1: Információ Generálása (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step1_Button', 'Információ Generálása '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_1', 'Erről a címről '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_2', 'Jegyzet: Ez a FELADÓ címe, nem a FOGADÓÉ. A nonce a feladó számlájából generálódik. Ha airgap-elt számítógépet használsz, ez a cím a hidegtárcás számla címe legyen. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Title', 'Lépés 2: Tranzakció Generálása (Offline Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_1', 'Erre a címre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_2', 'Érték / Összeg küldésre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3', 'Gas Ár '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4b', '21000 az alapértelmezett gas limit. Amikor kontraktust küldesz vagy adatot adsz hozzá ezeknek különbözőeknek kell lennie. A nem használt gas visszatérül hozzád. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6', 'Adat '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6b', 'Ez választható. Az adat mező gyakran használt, amikor tranzakciót küldesz kontraktusokba. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_7', 'Írd be / Válaszd ki a Privát Kulcsodat / JSON-fájlt. '), _defineProperty(_hu$data, 'OFFLINE_Step3_Title', 'Lépés 3: Küld / Közzétesz (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step3_Label_1', 'Illeszd be ide az aláírt tranzakciót a második lépésből (Lépés 2) és nyomd meg a "TRANZAKCIÓ KÜLDÉSE" gombot. '), _defineProperty(_hu$data, 'MYWAL_Nick', 'Tárca Nickname '), _defineProperty(_hu$data, 'MYWAL_Address', 'Tárca Cím '), _defineProperty(_hu$data, 'MYWAL_Bal', 'Egyenleg '), _defineProperty(_hu$data, 'MYWAL_Edit', 'Szerkesztés '), _defineProperty(_hu$data, 'MYWAL_View', 'Nézet '), _defineProperty(_hu$data, 'MYWAL_Remove', 'Eltávolítás '), _defineProperty(_hu$data, 'MYWAL_RemoveWal', 'Tárca Eltávolítása: '), _defineProperty(_hu$data, 'MYWAL_WatchOnly', 'Megfigyelt Számláid '), _defineProperty(_hu$data, 'MYWAL_Viewing', 'Tárca megtekintése '), _defineProperty(_hu$data, 'MYWAL_Hide', 'Tárca Információ elrejtése '), _defineProperty(_hu$data, 'MYWAL_Edit_2', 'Tárca szerkesztése '), _defineProperty(_hu$data, 'MYWAL_Name', 'Tárca Neve '), _defineProperty(_hu$data, 'MYWAL_Content_1', 'Figyelmeztetés! Arra készülsz, hogy eltávolítod a tárcádat '), _defineProperty(_hu$data, 'MYWAL_Content_2', 'Győződj meg róla, hogy **elmentetted a privát kulcsodat és/vagy Keystore fájlodat a jelszóval együtt,** mielőtt törlöd őket. '), _defineProperty(_hu$data, 'MYWAL_Content_3', 'Ha használni akarod ezt a tárcát a MyEtherWallet CX-szel a jövőben, manuálisan újra hozzá kell majd adnod a privát kulcs/JSON-nal és jelszóval. '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. Ezt megteheted úgy, hogy [importálod a számládat a Geth/Mist-be](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Ha ellenőrizni akarod a számládat, azt ajánljuk, hogy használj blokklánc explorert mint az [etherscan.io](https://etherscan.io/). '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle_Short', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. '), _defineProperty(_hu$data, 'VIEWWALLET_SuccessMsg', 'Sikerült! Itt vannak a tárcád részletei. '), _defineProperty(_hu$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_hu$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_hu$data, 'MNEM_1', 'Válaszd ki a címet amelyiket használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_2', 'Egyetlen mnemonikus frázis egyszerre több tárcához / címhez ad hozzáférést. Válaszd ki a címet amelyiket most használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_more', 'További Címek '), _defineProperty(_hu$data, 'MNEM_prev', 'Előző Címek '), _defineProperty(_hu$data, 'CX_error_1', 'Nincsen mentett Tárcád. Kattints ["Tárca Hozzáadása"](/cx-wallet.html#add-wallet) ahhoz, hogy hozzáadj egyet! '), _defineProperty(_hu$data, 'CX_quicksend', 'GyorsKüldés '), _defineProperty(_hu$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_hu$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_hu$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_hu$data, 'NODE_Name', 'Node Name'), _defineProperty(_hu$data, 'NODE_Port', 'Node Port'), _defineProperty(_hu$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_hu$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_hu$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_hu$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_hu$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_hu$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_hu$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_hu$data, 'CONTRACT_Read', 'READ '), _defineProperty(_hu$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_hu$data, 'DEP_generate', 'Byte-kód Generálása '), _defineProperty(_hu$data, 'DEP_generated', 'Generált Byte-kód '), _defineProperty(_hu$data, 'DEP_signtx', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'DEP_interface', 'Generált Felület '), _defineProperty(_hu$data, 'SWAP_rates', "Current Rates "), _defineProperty(_hu$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_hu$data, 'SWAP_init_2', " for "), _defineProperty(_hu$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_hu$data, 'SWAP_information', "Your Information "), _defineProperty(_hu$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_hu$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_hu$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_hu$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_hu$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_hu$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_hu$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_hu$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_hu$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_hu$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_hu$data, 'SWAP_progress_3', "Received! "), _defineProperty(_hu$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_hu$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_hu$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_hu$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_hu$data, 'MSG_message', 'Message '), _defineProperty(_hu$data, 'MSG_date', 'Date '), _defineProperty(_hu$data, 'MSG_signature', 'Signature '), _defineProperty(_hu$data, 'MSG_verify', 'Verify Message '), _defineProperty(_hu$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_hu$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_hu$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_hu$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_hu$data, 'ADD_Ledger_scan', 'Csatlakozás a Ledger Wallet-hez '), _defineProperty(_hu$data, 'ADD_Ledger_1', 'Csatlakoztasd a Ledger Wallet-et '), _defineProperty(_hu$data, 'ADD_Ledger_2', 'Nyisd meg az Ethereum applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Exp', 'Nyisd meg az Expanse applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Ubq', 'Nyisd meg az Ubiq applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_3', 'Ellenőrizd, hogy a beállításokban engedélyezve van a Böngésző Támogatás (Browser Support) '), _defineProperty(_hu$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_hu$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_hu$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_hu$data, 'x_Trezor', 'TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_hu$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_hu$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_hu$data, 'ERROR_0', 'Kérlek írj be érvényes összeget '), _defineProperty(_hu$data, 'ERROR_1', 'A jelszavadnak minimum 9 karakter hosszúságúnak kell lennie. Kérlek győződj meg arról, hogy erős jelszót választasz. '), _defineProperty(_hu$data, 'ERROR_2', 'Sajnáljuk, de nem tudjuk felismerni ezt a típusú Tárca fájlt. '), _defineProperty(_hu$data, 'ERROR_3', 'Ez nem egy érvényes Tárca fájl. '), _defineProperty(_hu$data, 'ERROR_4', 'Ez a egység nem létezik, kérlek használj egyet az alábbi egységek közül '), _defineProperty(_hu$data, 'ERROR_5', 'Érvénytelen cím. '), _defineProperty(_hu$data, 'ERROR_6', 'Érvénytelen jelszó. '), _defineProperty(_hu$data, 'ERROR_7', 'Érvénytelen összeg. (Must be integer. Try 0-18.) '), _defineProperty(_hu$data, 'ERROR_8', 'Érvénytelen gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_hu$data, 'ERROR_9', 'Érvénytelen adatérték. (Must be hex.) '), _defineProperty(_hu$data, 'ERROR_10', 'Érvénytelen gas összeg. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_hu$data, 'ERROR_11', 'Érvénytelen nonce. (Must be integer.) '), _defineProperty(_hu$data, 'ERROR_12', 'Érvénytelen aláírású tranzakció. '), _defineProperty(_hu$data, 'ERROR_13', 'Egy Tárca ezzel a Nicknévvel már létezik '), _defineProperty(_hu$data, 'ERROR_14', 'Tárca nem található. '), _defineProperty(_hu$data, 'ERROR_15', 'Úgy tűnik ezzel az ID-vel nem létezik javaslat, vagy hiba történt a javaslat beolvasása közben. '), _defineProperty(_hu$data, 'ERROR_16', 'Egy tárca ezzel a címmel már létezik a tárolóban. Kérlek ellenőrizd a tárcák oldalán. '), _defineProperty(_hu$data, 'ERROR_17', 'Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Legalább 0.01 ethernek kell lennie a számládon, ahhoz, hogy fedezni tudd a gas költségeit. Kérlek adj hozzá ethert és próbáld újra! '), _defineProperty(_hu$data, 'ERROR_18', 'Az összes gas felhasználásra kerülne ezen a tranzakción. Ez azt jelenti, hogy már szavaztál erre a javaslatra vagy a vita periódus már lejárt. '), _defineProperty(_hu$data, 'ERROR_19', 'Érvénytelen szimbólum '), _defineProperty(_hu$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_hu$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_hu$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_hu$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_hu$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_hu$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_hu$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_hu$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_hu$data, 'ERROR_28', '**Szükséged lesz a Keystore Fájlra és a jelszóra vagy a Privát Kulcsra**, ahhoz, hogy hozzáférj ehhez a tárcához a jövőben. Kérlek mentsd el és készíts külső biztonsági mentést is! Nincs lehetőség egy tárca visszaszerzésére, ha nem mented el. Olvasd el a [Segítség lapot](https://www.myetherwallet.com/#help) további instrukciókért. '), _defineProperty(_hu$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_hu$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_hu$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_hu$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_hu$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_hu$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_hu$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_hu$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_hu$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_hu$data, 'SUCCESS_1', 'Érvényes cím '), _defineProperty(_hu$data, 'SUCCESS_2', 'Tárca sikeresen dekódolva '), _defineProperty(_hu$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_hu$data, 'SUCCESS_4', 'Tárcád sikeresen hozzáadva '), _defineProperty(_hu$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_hu$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_hu$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_hu$data, 'GETH_InvalidSender', 'Érvénytelen küldő '), _defineProperty(_hu$data, 'GETH_Nonce', 'a Nonce túl alacsony '), _defineProperty(_hu$data, 'GETH_Cheap', 'A Gas ára túl alacsony az elfogadáshoz '), _defineProperty(_hu$data, 'GETH_Balance', 'Hiányos egyenleg '), _defineProperty(_hu$data, 'GETH_NonExistentAccount', 'A Számla nem létezik vagy az egyenleg túl alacsony '), _defineProperty(_hu$data, 'GETH_InsufficientFunds', 'Hiányos alap a gas-hoz * ár + érték '), _defineProperty(_hu$data, 'GETH_IntrinsicGas', 'Intrinsic gas túl alacsony '), _defineProperty(_hu$data, 'GETH_GasLimit', 'Meghaladja a blokk gas limitjét '), _defineProperty(_hu$data, 'GETH_NegativeValue', 'Negatív érték '), _defineProperty(_hu$data, 'PARITY_AlreadyImported', "Egy azonos hash-sel rendelkező tranzakció már importálva volt."), _defineProperty(_hu$data, 'PARITY_Old', "A tranzakciós nonce túl alacsony. Próbáld meg megnövelni."), _defineProperty(_hu$data, 'PARITY_TooCheapToReplace', "Túl alacsony a tranzakciós díj. Van egy másik tranzakció is a sorban azonos nonce-szal. Próbáld meg megemelni adíjat vagy megnövelni a nonce-t."), _defineProperty(_hu$data, 'PARITY_LimitReached', "Túl sok tranzakció van a sorodban, ezért ez a tranzakció nem lett feldolgozva."), _defineProperty(_hu$data, 'PARITY_InsufficientGasPrice', "Túl alacsony a tranzakciós díj. Nem felel meg a node-od minimum díjának. Minimum: {}, ennyi lenne: {}. Próbáld meg megnövelni a díjat."), _defineProperty(_hu$data, 'PARITY_InsufficientBalance', "Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Szükséges: {} és van: {}."), _defineProperty(_hu$data, 'PARITY_GasLimitExceeded', "A tranzakcó ára meghaladja a jelenlegi gas limitet. Limit: {}, ennyi lenne: {}."), _defineProperty(_hu$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_hu$data, 'translate_version', '0.4.3 '), _defineProperty(_hu$data, 'Translator_Desc', 'Köszönet a fordításért '), _defineProperty(_hu$data, 'TranslatorName_1', '[belpheg](https://www.myetherwallet.com/?gaslimit=21000&to=0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f&value=1.0#send-transaction) · '), _defineProperty(_hu$data, 'TranslatorAddr_1', '0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f '), _defineProperty(_hu$data, 'TranslatorName_2', '[bluqesh](https://www.myetherwallet.com/?gaslimit=21000&to=0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F&value=1.0#send-transaction) '), _defineProperty(_hu$data, 'TranslatorAddr_2', '0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F '), _defineProperty(_hu$data, 'TranslatorName_3', ''), _defineProperty(_hu$data, 'TranslatorAddr_3', ''), _defineProperty(_hu$data, 'TranslatorName_4', ''), _defineProperty(_hu$data, 'TranslatorAddr_4', ''), _defineProperty(_hu$data, 'TranslatorName_5', ''), _defineProperty(_hu$data, 'TranslatorAddr_5', ''), _defineProperty(_hu$data, 'HELP_Warning', 'Ha **2015 december 31** előtt készítettél egy tárcát vagy töltötted le a repo-t, akkor ellenőrizd a tárcáidat és töltsd le a repo új verzióját. Kattints a részletekért. '), _defineProperty(_hu$data, 'HELP_Desc', 'Valamit hiányolsz? Egyéb kérdésed lenne? [Írj nekünk](mailto:support@myetherwallet.com), és nem csak választ fogsz kapni, de még ezt az oldalt is frissítjük, hogy másoknak is hasznosabb legyen. '), _defineProperty(_hu$data, 'HELP_Remind_Title', 'Néhány emlékeztető '), _defineProperty(_hu$data, 'HELP_Remind_Desc_1', 'Az **Ethereum, MyEtherWallet.com és MyEtherWallet CX, továbbá néhány, az oldal által használt JavaScript könyvtár aktív fejlesztés alatt állnak.** Az alapos tesztelés és a világszerte több tízezer sikeresen létrehozott tárca ellenére mindig fennáll az apró lehetőség arra, hogy valami váratlan esemény miatt elveszted az ETH-id. Ne fektess be annál többet, mint amit hajlandó lennél elveszítnei. Ha esetleg bármi ilyen történne, nagyon sajnáljuk, de **nem vagyunk a felősek az elvesztett Etherekért**. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_2', 'A MyEtherWallet.com és a MyEtherWallet CX nem "web tárcák". Nem kell nálunk regisztrálnod, vagy ránk bízni az Ethereid megőrzésre. Semmilyen adat nem hagyja el a gépedet/böngésződet. Abban segítünk, hogy egyszerűen tudd az tárcáid látrehozni, lementeni és hozzájuk férni, és egyéb módon használni a blokkláncot. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_3', 'Ha nem mented le a privát kulcsodat és a jelszót, akkor nincs lehetőség visszaszerezni a tárcádhoz a hozzáférést, sem a rajta levő összeget. Készíts róluk több példányban is biztonsági másolatot, és ne csak a gépeden legyenek! '), _defineProperty(_hu$data, 'HELP_0_Title', '0) Új vagyok. Mire tudom használni ezt az oldalt? '), _defineProperty(_hu$data, 'HELP_0_Desc_1', 'A MyEtherWallet-tel új tárcákat lehet létrehozni, hogy saját magadnál tudd tárolni az Ethert, és nem egy exchange-nél. Ez a folyamat teljesen a te gépeden történik, nem a mi szerverünkön, így amikor létrehozol egy új tárcát **a te felelősséged biztonságosan tárolni azt**. '), _defineProperty(_hu$data, 'HELP_0_Desc_2', 'Hozz létre egy új tárcát. '), _defineProperty(_hu$data, 'HELP_0_Desc_3', 'Készíts róla biztonsági mentést. '), _defineProperty(_hu$data, 'HELP_0_Desc_4', 'Ellnőrizd, hogy van hozzáférésed az új tárcához, és helyesen mentettél le minden szükséges információt. '), _defineProperty(_hu$data, 'HELP_0_Desc_5', 'Küldj Ethert az új címedre. '), _defineProperty(_hu$data, 'HELP_1_Title', '1) Hogyan tudok új tárcát készíteni? '), _defineProperty(_hu$data, 'HELP_1_Desc_1', 'Menj a "Tárca Generálása" oldalra. '), _defineProperty(_hu$data, 'HELP_1_Desc_2', 'Menj a "Tárca hozzáadása" oldalra, és válaszd ki az "Új Tárca Létrehozása" opciót. '), _defineProperty(_hu$data, 'HELP_1_Desc_3', 'Írj be egy erős jelszót. Ha úgy gondolod, esetleg elfelejtheted, akkor ments le / írd le egy biztonságos helyre, mert szükséged lesz rá később, hogy tranzakciókat küldhess. '), _defineProperty(_hu$data, 'HELP_1_Desc_4', 'Kattints a "Tárca generálása" gombra. '), _defineProperty(_hu$data, 'HELP_1_Desc_5', 'Az új tárcád ezzel kész van. '), _defineProperty(_hu$data, 'HELP_2a_Title', 'Hogyan tudom lementeni/biztonsági másolatot készíteni a tárcáról? '), _defineProperty(_hu$data, 'HELP_2a_Desc_1', 'A tárcádról ajánlott mindig külső biztonsági mentést tartani, több, fizikailag különböző helyen - például egy pendrive-on és/vagy papíron. '), _defineProperty(_hu$data, 'HELP_2a_Desc_2', 'Mentsd le a címet. Megtarthatod magadnak, vagy megoszthatod másokkal is, így ők is tudnak neked Ethert küldeni. '), _defineProperty(_hu$data, 'HELP_2a_Desc_3', 'Mentsd el több példányban a privát kulcsot, és ne oszd meg senkivel. Erre van ugyanis szükség, ha hozzá szeretnél férni az Etheredhez, és el szeretnéd küldeni. Három fajta privát kulcs van: '), _defineProperty(_hu$data, 'HELP_2a_Desc_4', 'Tedd a címed, a privát kulcsod egy változatát és a papírtárca PDF-et egy mappába. Ments ezt le a számítógépedre és egy USB pendrive-ra. '), _defineProperty(_hu$data, 'HELP_2a_Desc_5', 'Ha van nyomtatód, nyomtasd ki a papírtárcát. Ennek hiányában írd le a privát kulcsot és a címed egy darab papírra. Ezt a számítógépedtől és a pendrive-tól elkülönített, biztonságos helyen tárold. '), _defineProperty(_hu$data, 'HELP_2a_Desc_6', 'Figyel arra is, hogy olyankor is legyen másolatod a privát kulcsról/jelszóról, ha a számítógéped, a pendrive vagy a papír eltűnik, vagy elromlik. Olyan esetekkel is számolj ami akár fizikailag nagyobb területet érinthet, mint például egy tűz, vagy árvíz. '), _defineProperty(_hu$data, 'HELP_2b_Title', '2b) Hogyan tudom biztonságosan/offline/hidegen használni a MyEtherWallet-et? '), _defineProperty(_hu$data, 'HELP_2b_Desc_1', 'Menj a github oldalunkra: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_hu$data, 'HELP_2b_Desc_2', 'Kattints a `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_2b_Desc_3', 'Másold a letöltött zip fájlt egy airgap-elt számítógépre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_4', 'Csomagold ki, és indítsd el az "index.html" fájlt. '), _defineProperty(_hu$data, 'HELP_2b_Desc_5', 'Generálj egy tárcát egy erős jelszóval. '), _defineProperty(_hu$data, 'HELP_2b_Desc_6', 'Mentsd le a címet, és a privát kulcs különféle verzióit. Mentsd le a jelszót is, ha esetleg nem emlékeznél rá örökre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_7', 'Ezeket a paírokat / pendriveoket egymástól fizikailag különböző helyeken tárold. '), _defineProperty(_hu$data, 'HELP_2b_Desc_8', 'Menj a "Tárca adatainak megtekintése" oldalra, majd írd be a privát kulcsot/jelszót, hogy le tudd ellenőrizni, hogy minden helyes. Győződj meg róla, hogy a címet is helyesen írtad le. '), _defineProperty(_hu$data, 'HELP_3_Title', '3) Hogyan tudom ellenőrizni, hogy hozzáférek a tárcához?How do I verify I have access to my new wallet? '), _defineProperty(_hu$data, 'HELP_3_Desc_1', '**Mielőtt bármennyi Ethert küldesz az új tárcádba**, mindenképp ellenőrizd le, hogy később hozzá tudsz majd férni. '), _defineProperty(_hu$data, 'HELP_3_Desc_2', 'Menj a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_3', 'Menj a MyEtherWallet.com-on a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_4', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_3_Desc_5', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_3_Desc_6', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_3_Desc_7', 'Ezután megjelennek a tárcádhoz kapcsolódó információk. A címedet a színes, kör alakú ikon mellett fogod megtalálni. Ez az ikon a címed képi reprezentációja. Bizonyosodj meg róla, hogy ez a cím megegyezik az általad lementett címmel, és azzal ami a papír tárcán is szerepel. '), _defineProperty(_hu$data, 'HELP_3_Desc_8', 'Ha egy nagyobb összeget szeretnél a tárolni, akkor azt javasoljuk, hogy előtte próbálj meg egy kisebb összeget küldeni az új tárcából. Ehhez küldj az új címedre 0.001 Etheret, nyisd ki a tárcát, és küldd tovább ezt a 0.001 Ethert egy másik címre. Így biztos lehetsz benne, hogy minden jól működik. '), _defineProperty(_hu$data, 'HELP_4_Title', '4) Hogyan tudok Ethert küldeni az egyik tárcámból egy másikba? '), _defineProperty(_hu$data, 'HELP_4_Desc_1', 'Ha egy nagyobb összeget szeretnél küldeni, előtte mindig próbáld ki a küldést egy kisebb összeggel. Így biztos lehetsz benne, hogy minden jól fog működni. '), _defineProperty(_hu$data, 'HELP_4_Desc_2', 'Menj az "Ether & Tokenek küldése" oldalra. '), _defineProperty(_hu$data, 'HELP_4_Desc_3', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. '), _defineProperty(_hu$data, 'HELP_4_Desc_4', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_4_Desc_5', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4_Desc_9', 'Kattints a "Tranzakció generálása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_10', 'Meg fog jelenni még néhány mező. Ezeket a böngésződ tölti ki, miközben legenerálja a tranzakciót. '), _defineProperty(_hu$data, 'HELP_4_Desc_11', 'Kattints az ezek alatt levő kék "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_12', 'Felugrik egy pop-up, ahol le tudod ellenőrizni a címet és az összeget. Ha minden jó, kattints az "Igen, biztos vagyok benne! Tranzakció indítása." gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_13', 'A tranzakció el lesz küldve, és megjelenik egy TX Hash. Erre a TX Hash-re kattintva megnézheted a tranzakciót a blokkláncon. '), _defineProperty(_hu$data, 'HELP_4CX_Title', '4) Hogyan tudok Ethert küldeni a MyEtherWalet CX-szel? '), _defineProperty(_hu$data, 'HELP_4CX_Desc_1', 'Első lépésként hozzá kell adj egy tárcát. Ha ez megvan, két lehetőséged van: a "GyorsKüldés" funkció a Chrome Bővítmény ikonon, vagy az "Ether & Tokenek küldése" oldal. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_2', 'GyorsKüldés: '), _defineProperty(_hu$data, 'HELP_4CX_Desc_3', 'Kattints a Chrome Bővítmény ikonra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_4', 'Kattints a "GyorsKüldés" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_5', 'Válaszd ki a tárcát ahonnan küldeni szerentél. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_8', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_9', 'Ellenőrizd, hogy a cím és a küldendő összeg helyes. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_10', 'Írd be a tárcád jelszavát. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_11', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_12', 'A "Tranzakció küldése" oldalon '), _defineProperty(_hu$data, 'HELP_5_Title', '5) Hogyan lehet a MyEtherWallet-et offline/lokálisan használni? '), _defineProperty(_hu$data, 'HELP_5_Desc_1', 'Futtahatod a MyEtherWallet.com-ot a saját számítógépeden is, a GitHub szerverei nélkül. Így lehetőséged van teljesen offline generálni tárcákat, vagy Ethert küldeni az "Offline tranzakció" oldalról. '), _defineProperty(_hu$data, 'HELP_5_Desc_7', 'A MyEtherWallet.com most teljesen a te számítógépedről fut. '), _defineProperty(_hu$data, 'HELP_5_Desc_8', 'Ha esetleg nem csináltál volna még ilyet: a teljes mappára szükséged van az oldal futtatásához, nem elég csak az "index.html" fájl. A mappában ne piszkálj / mozgass el semmit. Ha biztonsági másolatot szeretnél a MyEtherWallet repo-ról későbbre, akkor az eredeti zip fájl tárolását javasoljuk, így biztos lehetsz benne hogy a tartalma érintetlen marad. '), _defineProperty(_hu$data, 'HELP_5_Desc_9', 'Mivel folyamatosan frissítjük a MyEtherWallet.com-ot, ezért javasoljuk, hogy időközönként frissítsd a lementett repo-t is. '), _defineProperty(_hu$data, 'HELP_5CX_Title', '5) Hogyan tudom ezt a kiegészítőt a repo-ból telepíteni a Chrome Store helyett? '), _defineProperty(_hu$data, 'HELP_5CX_Desc_2', 'Kattints a `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_3', 'A Goole Chrome-ban menj a Beállításokba (a jobb fenti menüből). '), _defineProperty(_hu$data, 'HELP_5CX_Desc_4', 'Kattints a "Bővítmények"-re a bal oldalon. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_5', 'Az oldal tetején jelöld be a "Fejlesztői mód" opciót. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_6', 'Kattints a "Kicsomagolt bővítmények betöltése..." gombra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_7', 'Keresd meg az előző lépésekben letöltött és már kicsomagolt mappát. Klikelj az "OK"-ra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_8', 'A bővítmény meg kell jelenjen a többi bővítmény közt és a Chrome menüben. '), _defineProperty(_hu$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_hu$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_hu$data, 'HELP_7_Desc_1', 'Navigate to the "Ether & Tokenek küldése" page. '), _defineProperty(_hu$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_hu$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_hu$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_hu$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_hu$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_hu$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_hu$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_hu$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_hu$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_hu$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_hu$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_hu$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_hu$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_hu$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_hu$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_hu$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_hu$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_hu$data, 'HELP_9_Title', '9) Is the "Ether & Tokenek küldése" page offline? '), _defineProperty(_hu$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_hu$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_hu$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_hu$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_hu$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_hu$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_hu$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_hu$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_hu$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_hu$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_hu$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_hu$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_hu$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_hu$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_hu$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_hu$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_hu$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_hu$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_hu$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_hu$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_hu$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_hu$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_hu$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_hu$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_hu$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_hu$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_hu$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_hu$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_hu$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_hu$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_hu$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_hu$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_hu$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_hu$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_hu$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_hu$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_hu$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_hu$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_hu$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_hu$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_hu$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_hu$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_hu$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_hu$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_hu$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_hu$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_hu$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_hu$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_hu$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_hu$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_hu$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_hu$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_hu$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_hu$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_hu$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _hu$data); module.exports = hu; @@ -16352,7 +16349,7 @@ id.data = (_id$data = { ONBOARD_why_content__8: 'Jagalah selalu agar Kunci Privat dan password Anda tetap aman. Kunci Privat Anda terkadang disebut juga sebagai frase mnemonik, file keystore, file UTC, file JSON maupun file dompet.', ONBOARD_why_content__9: 'Jika Anda kehilangan Kunci Privat atau password Anda, tidak ada yang bisa mengembalikannya.', ONBOARD_why_content__10: 'Jika Anda memasukkan Kunci Privat Anda di situs phishing, **semua dana Anda akan dicuri**.' -}, _defineProperty(_id$data, 'ONBOARD_blockchain_title__alt', 'Apa itu Blockchain?'), _defineProperty(_id$data, 'ONBOARD_point_title__alt', 'Jadi apa gunanya MEW kalau begitu?'), _defineProperty(_id$data, 'ONBOARD_whymew_title', 'Jika MyEtherWallet tidak dapat melakukan semua hal tersebut, lalu apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_whymew_content__1', 'Karena itulah esensi desentralisasi dan blockchain.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__2', 'Anda tidak harus bergantung pada bank, pemerintah, atau orang lain saat Anda ingin memindahkan dana Anda.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__3', 'Anda tidak harus bergantung pada keamanan bursa atau bank agar dana Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__4', 'Jika Anda tidak menganggap hal-hal ini berharga, tanyakan pada diri Anda mengapa Anda menganggap blockchain dan cryptocurrencies sangat berharga. 😉'), _defineProperty(_id$data, 'ONBOARD_whymew_content__5', 'Jika Anda tidak berkenan, Anda bisa menggunakan [Coinbase](https://www.coinbase.com/) atau [Blockchain.info](https://blockchain.info/wallet/#/signup). Mereka memiliki akun yang lebih mirip dengan yang biasa Anda temui yaitu menggunakan username & password.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__6', 'Jika Anda takut tapi ingin menggunakan MEW, [gunakan dompet hardware](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! Perangkat ini akan menjaga kunci Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_why_title__alt', 'Tapi...kenapa?'), _defineProperty(_id$data, 'ONBOARD_secure_title', 'Cara Melindungi Diri & Dana Anda'), _defineProperty(_id$data, 'ONBOARD_secure_1_title', 'Cara Melindungi Diri Anda dari Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__1', 'Phisher biasanya mengirim Anda pesan dengan link ke situs web yang sekilas terlihat seperti MyEtherWallet, EtherDelta, Paypal, atau bank Anda, namun bukan situs web yang asli. Mereka mencuri informasi Anda dan kemudian mencuri uang Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__2', 'Pasang [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) atau [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) atau [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) atau [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) untuk memblokir situs web jahat.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__3', 'Selalu periksa URLnya: `https://www.myetherwallet.com`.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__4', 'Pastikan bar URL menunjukkan `MYETHERWALLET LLC [US]` dalam warna hijau.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__5', 'Jangan mempercayai pesan atau tautan yang dikirim kepada Anda secara acak melalui email, Slack, Reddit, Twitter, dll.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__6', 'Selalu kunjungi situs secara langsung sebelum memasukkan informasi. Jangan memasukkan informasi setelah mengklik link dari pesan atau email.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__7', '[Pasang AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) dan jangan klik iklan dari search engine (misalnya Google).'), _defineProperty(_id$data, 'ONBOARD_point_title__alt_2', 'Apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_secure_2_title', 'Cara Melindungi Diri dari Penipuan'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__1', 'Banyak orang akan berusaha membuat Anda memberi mereka uang tanpa memberikan imbalan apa-apa.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__2', 'Jika terlalu bagus untuk menjadi kenyataan, mungkin memang begitu.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__3', 'Teliti dengan baik sebelum mengirim uang ke seseorang atau sebuah kegiatan. Cari informasi dari berbagai situs web dan forum. Waspadalah!!'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__4', 'Ajukan pertanyaan saat Anda tidak mengerti tentang sesuatu atau merasa ada yang tidak benar.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__5', 'Jangan biarkan rasa takut, FUD, atau FOMO mengalahkan akal sehat Anda. Jika ada sesuatu yang sangat mendesak, tanyakan pada diri sendiri "mengapa?". Ini mungkin disengaja untuk menciptakan FOMO atau mencegah Anda membuat keputusan dengan teliti.'), _defineProperty(_id$data, 'ONBOARD_secure_3_title__alt', 'Kita ganyang Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_3_title', 'Cara Melindungi Diri dari Kerugian'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__1', 'Jika sampai kehilangan, Kunci Privat atau password Anda akan hilang selamanya. Jagalah jangan sampai hilang.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__2', 'Buat cadangan Kunci Privat dan password Anda. JANGAN hanya menyimpannya di komputer Anda. Cetaklah di selembar kertas atau simpan ke drive USB.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__3', 'Simpan kertas ini atau USB drive di lokasi fisik yang berbeda. Cadangan tidak berguna jika dihancurkan oleh api atau banjir bersama laptop Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__4', 'Jangan simpan Kunci Privat Anda di Dropbox, Google Drive, atau penyimpanan awan lainnya. Jika akun itu disusupi, dana Anda akan dicuri.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__5', 'Jika Anda memiliki kriptocurrency senilai lebih dari gaji 1 minggu Anda, pakailah dompet hardware. Tidak ada alasan untuk tidak memakainya. Biaya yang dikeluarkan sangat sepadan. Percaya saya.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__6', '[Lihat lebih banyak lagi tentang Tips Keamanan!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_id$data, 'ONBOARD_secure_2_title__alt_2', 'Berantas Penipuan'), _defineProperty(_id$data, 'ONBOARD_final_title__alt', 'Tinggal Satu lagi klik sebelum selesai! 🤘'), _defineProperty(_id$data, 'ONBOARD_final_title', 'Baiklah, saya selesai menguliahi Anda!'), _defineProperty(_id$data, 'ONBOARD_final_subtitle', 'Maaf telah memaksa Anda semua informasi tadi. Silahkan melanjutkan melalui tautan di bawah ini!'), _defineProperty(_id$data, 'ONBOARD_final_content__1', 'Buat dompet'), _defineProperty(_id$data, 'ONBOARD_final_content__2', 'Dapatkan dompet hardware'), _defineProperty(_id$data, 'ONBOARD_final_content__3', 'Cara Setup MEW + MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__4', 'Cara Menjalankan MEW Offline / Lokal'), _defineProperty(_id$data, 'ONBOARD_final_content__5', 'Cara Mengirim memakai dompet hardware Ledger'), _defineProperty(_id$data, 'ONBOARD_final_content__6', 'Cara Mengirim memakai dompet hardware TREZOR'), _defineProperty(_id$data, 'ONBOARD_final_content__7', 'Cara Mengirim memakai MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__8', 'Pelajari lebih lanjut atau hubungi kami'), _defineProperty(_id$data, 'ONBOARD_final_content__9', 'Ya ampun, saya sudah tidak sabar, tolong biarkan saya bertransaksi.'), _defineProperty(_id$data, 'ONBOARD_resume', 'Sepertinya Anda belum selesai membaca semua slide di kunjungan sebelumnya. ProTip: bacalah semua slide sampai selesai 😉'), _defineProperty(_id$data, 'HELP_2a_Title', 'Bagaimana cara menyimpan/membackup dompet saya? '), _defineProperty(_id$data, 'x_CancelReplaceTx', 'Batalkan atau Ganti Transaksi'), _defineProperty(_id$data, 'x_CancelTx', 'Batalkan Transaksi'), _defineProperty(_id$data, 'x_PasswordDesc', 'Password ini * meng-enkripsi * Kunci Privat Anda. Ini bukan berfungsi sebagai "seed" untuk membuat "keys". **Anda akan memerlukan password ini + Kunci Privat Anda untuk membuka dompet Anda.**'), _defineProperty(_id$data, 'x_ReadMore', 'Lebih lanjut'), _defineProperty(_id$data, 'x_ReplaceTx', 'Ganti Transaksi'), _defineProperty(_id$data, 'x_TransHash', 'Hash Transaksi'), _defineProperty(_id$data, 'x_TXFee', 'Biaya TX'), _defineProperty(_id$data, 'x_TxHash', 'Hash TX'), _defineProperty(_id$data, 'NAV_CheckTxStatus', 'Check Status TX'), _defineProperty(_id$data, 'NAV_TxStatus', 'Status TX'), _defineProperty(_id$data, 'tx_Details', 'Detail Transaksi'), _defineProperty(_id$data, 'tx_Summary', 'Saat volume sedang tinggi (misalnya saat ICOs) transaksi dapat tertunda selama berjam-jam, bahkan hari. Fitur ini memberikan kemampuan untuk menemukan dan membatalkan / mengganti TX. ** Ini bukanlah hal yang pada umumnya dapat dilakukan. Jangan bergantung pada fitur ini & fitur ini hanya akan bekerja saat TX pool penuh. [Penjelasan tentang firur ini bisa dibaca di sini.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_id$data, 'tx_notFound', 'Transaksi tidak ditemukan'), _defineProperty(_id$data, 'tx_notFound_1', 'TX ini tidak dapat ditemukan di TX Pool dari node yang anda pakai.'), _defineProperty(_id$data, 'tx_notFound_2', 'Jika transaksi baru saja terkirim, tunggu 15 detik dan tekan tombol "Check TX Status" lagi. '), _defineProperty(_id$data, 'tx_notFound_3', 'Kemungkinan masih di TX pool dari node lain, menunggu untuk ditambang (mined).'), _defineProperty(_id$data, 'tx_notFound_4', 'Gunakan dropdown di kanan atas & pilih node ETH lainnya (e.g. `ETH (Etherscan.io)` atau `ETH (Infura.io)` atau `ETH (MyEtherWallet)`) dan check kembali.'), _defineProperty(_id$data, 'tx_foundInPending', 'Transaksi yang tertunda ditemukan'), _defineProperty(_id$data, 'tx_foundInPending_1', 'Transaksi Anda berlokasi di TX pool dari node yang Anda pakai. '), _defineProperty(_id$data, 'tx_foundInPending_2', 'Saat ini statusnya tertunda (menunggu untuk ditamnbang (mined). '), _defineProperty(_id$data, 'tx_foundInPending_3', 'Ada kemungkinan Anda dapat membatalkan atau mengganti transaksi ini. Buka dompet Anda di bawah ini.'), _defineProperty(_id$data, 'tx_FoundOnChain', 'Transaksi ditemukan'), _defineProperty(_id$data, 'tx_FoundOnChain_1', 'Transaksi Anda telah berhasil ditambang (mined) dan sudah masuk di blockchain.'), _defineProperty(_id$data, 'tx_FoundOnChain_2', '**Jika muncul Error `( ! )`, atau `BAD INSTRUCTION` atau `OUT OF GAS` berwarna merah**, artinya transaksi tidak berhasil terkirim. Transaksi ini tidak dapat dibatalkan ataupun diganti. Yang dapat Anda lakukan adalah mengirim transaksi baru. Jika muncul Error "Out of Gas" error, lipat dua-kan jumlah gas limit dari yang dipakai sebelumnya.'), _defineProperty(_id$data, 'tx_FoundOnChain_3', '**Jika tidak ada Error, artinya transaksi Anda berhasil terkirim.** ETH atau Token akan masuk ke alamat yang dituju. Jika ETH atau Token tidak muncul di alamat dompet / exchange account yang dituju, dan sudah lebih dari 24 jam sejak pengiriman, segera [hubungi penerima kiriman](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Lampirkan *link* dari transaksi Anda dan mintalah bantuan untuk memeriksa apa yang terjadi.'), _defineProperty(_id$data, 'GEN_Help_1', 'Memakai'), _defineProperty(_id$data, 'GEN_Help_2', 'untuk mengakses account Anda.'), _defineProperty(_id$data, 'GEN_Help_3', 'Device Anda * adalah * dompet Anda.'), _defineProperty(_id$data, 'GEN_Help_4', 'Panduan & FAQ'), _defineProperty(_id$data, 'GEN_Help_5', 'Bagaimana membuat Dompet'), _defineProperty(_id$data, 'GEN_Help_6', 'Mulai'), _defineProperty(_id$data, 'GEN_Help_7', 'Jaga keamanan-nya · Buat backup · Jangan berikan kepada siapapun · Jangan sampai hilang · Kehilangan bersifat permanen.'), _defineProperty(_id$data, 'GEN_Help_8', 'Tidak mengunduh file? '), _defineProperty(_id$data, 'GEN_Help_9', 'Coba memakai Google Chrome '), _defineProperty(_id$data, 'GEN_Help_10', 'Klik kanan dan "Save file as". Nama file: '), _defineProperty(_id$data, 'GEN_Help_11', 'Jangan buka file ini di komouter Anda '), _defineProperty(_id$data, 'GEN_Help_12', 'Pakailah untuk membuka dompet Anda melalui MyEtherWallet (atau Mist, Geth, Parity maupun perangkat lunak dompet lainnya.) '), _defineProperty(_id$data, 'GEN_Help_13', 'Cara membuat Back Up dari Keystore File Anda '), _defineProperty(_id$data, 'GEN_Help_14', 'Format apakah yang bermacam-macam ini? '), _defineProperty(_id$data, 'GEN_Help_15', 'Mencegah kehilangan dan pencurian dana Anda.'), _defineProperty(_id$data, 'GEN_Help_16', 'Format apakah yang bermacam-macam ini?'), _defineProperty(_id$data, 'GEN_Help_17', 'Kenapa saya harus?'), _defineProperty(_id$data, 'GEN_Help_18', 'Untuk memiliki backup sekunder.'), _defineProperty(_id$data, 'GEN_Help_19', 'Pada saat Anda lupa password.'), _defineProperty(_id$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_id$data, 'GET_ConfButton', 'Saya paham. Lanjutkan.'), _defineProperty(_id$data, 'GEN_Label_5', 'Simpan Kunci Privat Anda. '), _defineProperty(_id$data, 'GEN_Unlock', 'Buka kunci dompet Anda untuk melihat alamat Anda'), _defineProperty(_id$data, 'GAS_PRICE_Desc', 'Harga Gas Price adalah jumlah yang Anda bayar per unit gas. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Makin tinggi harga gas = transaksi makin cepat, tapi makin mahal. Default-nya `41 GWEI`.'), _defineProperty(_id$data, 'GAS_LIMIT_Desc', 'Batas Gas (Gas limit) adalah jumlah gas untuk dikirim bersama TX Anda. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Menaikkan angka ini tidak mempercepat TX Anda untuk ditambang. Pengiriman ETH = `21000`. Pengiriman Token = ~`200000`.'), _defineProperty(_id$data, 'NONCE_Desc', 'Nonce adalah nomor transaksi yang dikirimn dari sebuah alamat. Ini untuk menjamin agar pengiriman terlaksana secara runtut dan tidak ada yang dilakukan lebih dari sekali.'), _defineProperty(_id$data, 'TXFEE_Desc', 'Biaya TX Fee dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Jumlahnya = `gas limit` * `gas price`. [Anda dapat mengkonversi GWEI -> ETH](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_id$data, 'NAV_AddWallet', 'Tambahkan Dompet '), _defineProperty(_id$data, 'NAV_BulkGenerate', 'Pembuatan Multiple Dompet '), _defineProperty(_id$data, 'NAV_Contact', 'Kontak '), _defineProperty(_id$data, 'NAV_Contracts', 'Kontrak '), _defineProperty(_id$data, 'NAV_DeployContract', 'Buat Kontract '), _defineProperty(_id$data, 'NAV_ENS', 'ENS'), _defineProperty(_id$data, 'NAV_GenerateWallet_alt', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_GenerateWallet', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_Help', 'Bantuan '), _defineProperty(_id$data, 'NAV_InteractContract', 'Interaksi dengan Kontrak '), _defineProperty(_id$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_id$data, 'NAV_MyWallets', 'Dompet Saya '), _defineProperty(_id$data, 'NAV_Offline', 'Kirim Offline '), _defineProperty(_id$data, 'NAV_SendEther', 'Kirim Ether dan Token '), _defineProperty(_id$data, 'NAV_SendTokens', 'Kirim Token '), _defineProperty(_id$data, 'NAV_SignMsg', 'Penandaan Pesan '), _defineProperty(_id$data, 'NAV_Swap', 'Penukaran '), _defineProperty(_id$data, 'NAV_ViewWallet', 'Lihat Info Dompet '), _defineProperty(_id$data, 'NAV_YourWallets', 'Dompet Anda '), _defineProperty(_id$data, 'x_Access', 'Akses '), _defineProperty(_id$data, 'x_AddessDesc', 'Address Anda dikenal juga sebagai `Account #` atau `Public Key` Anda. Address inilah yang diberikan kepada pihak lain agar mereka bisa mengirim Ether atau Token. Pilihlah icon alamat berwarna untuk memudahkan identifikasi. Pastikan Address ini sama persis dengan yang tertulis di Dompet Kertas Anda maupun saat dipakai untuk keperluan lainnya. '), _defineProperty(_id$data, 'x_Address', 'Alamat Anda '), _defineProperty(_id$data, 'x_Cancel', 'Batal '), _defineProperty(_id$data, 'x_CSV', 'File CSV (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Download', 'Unduh '), _defineProperty(_id$data, 'x_Json', 'File JSON (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_JsonDesc', 'Ini adalah Kunci Privat Anda dalam format JSON yang tidak ter-enkripsi. Tidak diperlukan password dan siapapun yang memiliki JSON Anda dapat mengakses dompet dan Ether Anda tanpa password. '), _defineProperty(_id$data, 'x_Keystore', 'File Keystore (UTC / JSON · Format yang direkomendasikan · Ter-enkripsi) '), _defineProperty(_id$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_id$data, 'x_KeystoreDesc', 'File Keystore ini sesuai dengan format yang dipakai Mist sehingga memudahkan untuk diimpor di kemudian hari. File ini yang disarankan untuk di unduh dan di backup. '), _defineProperty(_id$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_id$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_id$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_id$data, 'x_ParityPhrase', 'Frase Parity '), _defineProperty(_id$data, 'x_Password', 'Password '), _defineProperty(_id$data, 'x_Print', 'Print Dompet Kertas '), _defineProperty(_id$data, 'x_PrintDesc', 'ProTip: klik print dan simpan sebagai PDF jika Anda tidak memiliki printer! '), _defineProperty(_id$data, 'x_PrintShort', 'Print '), _defineProperty(_id$data, 'x_PrivKey', 'Kunci Privat (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_PrivKey2', 'Kunci Privat '), _defineProperty(_id$data, 'x_PrivKeyDesc', 'Ini adalah versi text yang tidak ter-enkripsi dan tidak memerlukan password. Jika file yang tidak ter-enkripsi ini sampai didapatkan orang lain, mereka dapat mengakses dompet Anda tanpa password. Oleh karenanya, sangat direkomendasikan untuk selalu memakai versi yang ter-enkripsi. '), _defineProperty(_id$data, 'x_Save', 'Simpan '), _defineProperty(_id$data, 'x_TXT', 'File TXT file (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Wallet', 'Dompet '), _defineProperty(_id$data, 'MEW_Warning_1', 'Pastikan menggunakan URL yang benar sebelum mengakses Dompet Anda atau sebelum membuat dompet baru. Waspadai situs phishing! '), _defineProperty(_id$data, 'CX_Warning_1', 'Pastikan membuat **backup eksternal** dari semua dompet yang ada. Banyak hal bisa terjadi yang bisa membuat data di Chrome Extension hilang, termasuk saat menginstall maupun menguninstall extension ini. Extension ini hanya untuk memudahkan mengakses dompet Anda, **BUKAN** untuk membackup. '), _defineProperty(_id$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_id$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_id$data, 'FOOTER_1', 'Client-side tool open source berbasis javascript untuk membuat Dompet dan transaksi Ethereum. '), _defineProperty(_id$data, 'FOOTER_1b', 'Oleh '), _defineProperty(_id$data, 'FOOTER_2', 'Donasi Anda akan sangat dihargai: '), _defineProperty(_id$data, 'FOOTER_3', 'Pembuatan Dompet Client-side wallet oleh '), _defineProperty(_id$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_id$data, 'sidebar_AccountInfo', 'Informasi Akun '), _defineProperty(_id$data, 'sidebar_AccountAddr', 'Alamat Akun '), _defineProperty(_id$data, 'sidebar_AccountBal', 'Saldo Akun '), _defineProperty(_id$data, 'sidebar_TokenBal', 'Saldo Token '), _defineProperty(_id$data, 'sidebar_Equiv', 'Nilai Ekuivalent '), _defineProperty(_id$data, 'sidebar_TransHistory', 'Sejarah Transaksi '), _defineProperty(_id$data, 'sidebar_donation', 'MyEtherWallet dapat dipergunakan secara cuma-cuma berdasarkan prinsip open source dengan tetap menjaga privasi dan keamanan. Semakin banyak donasi yang kami terima, semakin banyak waktu yang kami dapat luangkan untuk membuat fitur-fitur baru dan mewujudkan usulan dan keinginan para penggunanya. Tim kami yang terdiri dari hanya dua orang sangat membutuhkan dukungan Anda untuk mewujudkan cita-cita kami dalam membuat dunia yang semakin baik '), _defineProperty(_id$data, 'sidebar_donate', 'Kirim Donasi '), _defineProperty(_id$data, 'sidebar_thanks', 'Terima Kasih!!! '), _defineProperty(_id$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_id$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_id$data, 'decrypt_Access', 'Pilihan cara mengakses dompet Anda? '), _defineProperty(_id$data, 'decrypt_Title', 'Pilih format Kunci Privat: '), _defineProperty(_id$data, 'decrypt_Select', 'Pilih dompet: '), _defineProperty(_id$data, 'ADD_Label_1', 'Pilihan cara membuat dompet '), _defineProperty(_id$data, 'ADD_Radio_1', 'Buat dompet baru '), _defineProperty(_id$data, 'ADD_Radio_2', 'Pilih file dompet (Keystore/JSON) '), _defineProperty(_id$data, 'ADD_Radio_2_alt', 'Pilih file dompet '), _defineProperty(_id$data, 'ADD_Radio_2_short', 'PILIH FILE DOMPET... '), _defineProperty(_id$data, 'ADD_Radio_3', 'Paste/Ketik Kunci Privat Anda '), _defineProperty(_id$data, 'ADD_Radio_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Radio_5', 'Paste/Ketik Mnemonic Anda '), _defineProperty(_id$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_id$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_id$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_id$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_id$data, 'ADD_Label_2', 'Buat Alias: '), _defineProperty(_id$data, 'ADD_Label_3', 'File Dompet anda ter-enkripsi. Masukkan password '), _defineProperty(_id$data, 'ADD_Label_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Warning_1', 'Akun untuk "dilihat" dapat ditambahkan tanpa menggunakan Kunci Privat. Namun berarti tidak ada akses ke dompet tersebut dan transfer Ether tidak bisa dilakukan. '), _defineProperty(_id$data, 'ADD_Label_5', 'Masukkan alamat '), _defineProperty(_id$data, 'ADD_Label_6', 'Unlock dompet '), _defineProperty(_id$data, 'ADD_Label_6_short', 'Unlock '), _defineProperty(_id$data, 'ADD_Label_7', 'Tambah Akun '), _defineProperty(_id$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_id$data, 'MNEM_1', 'Pilih alamat yang Anda inginkan untuk berinteraksi. '), _defineProperty(_id$data, 'MNEM_2', 'Satu frasa "HD mnemonic" dapat mengakses beberapa dompet / alamat. Pilih alamat yang Anda inginkan untuk dipakai. '), _defineProperty(_id$data, 'MNEM_more', 'Tampilkan Alamat berikutnya '), _defineProperty(_id$data, 'MNEM_prev', 'Tampilkan Alamat sebelumnya '), _defineProperty(_id$data, 'ADD_Ledger_1', 'Hubungkan ke Ledger Wallet Anda '), _defineProperty(_id$data, 'ADD_Ledger_2', 'Buka Aplikasi Ethereum (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Exp', 'Buka Aplikasi Expanse (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Ubq', 'Buka Aplikasi Ubiq (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_3', 'Periksa bahwa "Browser Support" sudah di aktifkan di "Settings" '), _defineProperty(_id$data, 'ADD_Ledger_4', 'Jika "Browser Support" tidak ditemukan di "Settings", pastikan sudah mengupdate ke [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_id$data, 'ADD_Ledger_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_Ledger_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Ledger_scan', 'Hubungkan ke Ledger Wallet '), _defineProperty(_id$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_id$data, 'x_Trezor', 'TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_scan', 'Hubungkan ke TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_select', 'Ini adalah TREZOR seed '), _defineProperty(_id$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_DigitalBitbox_scan', 'Hubungkan ke Digital Bitbox '), _defineProperty(_id$data, 'GEN_desc', 'Jika Anda memerlukan lebih dari satu dompet, Anda dapat memakai fitur '), _defineProperty(_id$data, 'GEN_Label_1', 'Masukkan password yang kuat (setidaknya 9 karakter) '), _defineProperty(_id$data, 'GEN_Placeholder_1', 'JANGAN LUPA untuk mengingat dan menyimpannya! '), _defineProperty(_id$data, 'GEN_SuccessMsg', 'Berhasil! Dompet Anda sudah dibuat. '), _defineProperty(_id$data, 'GEN_Label_2', 'Simpan Keystore atau Kunci Privat. Jangan lupa Password-nya. '), _defineProperty(_id$data, 'GEN_Label_3', 'Simpan alamat dompet Anda. '), _defineProperty(_id$data, 'GEN_Label_4', 'Opsional: Print Dompet Kertas Anda, atau simpan versi QR code-nya. '), _defineProperty(_id$data, 'BULK_Label_1', 'Jumlah Dompet yang akan dibuat '), _defineProperty(_id$data, 'BULK_Label_2', 'Buat Dompet '), _defineProperty(_id$data, 'BULK_SuccessMsg', 'Sukses! Dompet sudah berhasil dibuat. '), _defineProperty(_id$data, 'SEND_addr', 'Alamat tujuan '), _defineProperty(_id$data, 'SEND_amount', 'Jumlah untuk dikirim '), _defineProperty(_id$data, 'SEND_amount_short', 'Jumlah '), _defineProperty(_id$data, 'SEND_custom', 'Tambahkan "Custom Token" '), _defineProperty(_id$data, 'SEND_gas', 'Gas '), _defineProperty(_id$data, 'SEND_TransferTotal', 'Kirim seluruh Saldo '), _defineProperty(_id$data, 'SEND_generate', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'SEND_raw', 'Transaksi Raw '), _defineProperty(_id$data, 'SEND_signed', '"Signed Transaction" '), _defineProperty(_id$data, 'SEND_trans', 'Kirim Transaksi '), _defineProperty(_id$data, 'SENDModal_Title', 'PERINGATAN! '), _defineProperty(_id$data, 'SENDModal_Content_1', 'Anda akan mengirim '), _defineProperty(_id$data, 'SENDModal_Content_2', 'ke alamat '), _defineProperty(_id$data, 'SENDModal_Content_3', 'Apakah ini benar? '), _defineProperty(_id$data, 'SENDModal_Content_4', 'CATATAN: Jika terjadi Error, kemungkinan Anda harus menambah Ether ke akun Anda untuk menutup biaya gas dan pengiriman. Gas dibayar dalam Ether. '), _defineProperty(_id$data, 'SENDModal_No', 'Batalkan! '), _defineProperty(_id$data, 'SENDModal_Yes', 'Ya! Laksanakan Transaksi-nya. '), _defineProperty(_id$data, 'TOKEN_Addr', 'Alamat Token Contract'), _defineProperty(_id$data, 'TOKEN_Symbol', 'Simbol Token '), _defineProperty(_id$data, 'TOKEN_Dec', 'Desimal '), _defineProperty(_id$data, 'TOKEN_show', 'Tampilkan Semua Token '), _defineProperty(_id$data, 'TOKEN_hide', 'Jangan tampilkan Token '), _defineProperty(_id$data, 'TRANS_desc', 'Untuk pengiriman Token, gunakan halaman "Kirim Token". '), _defineProperty(_id$data, 'TRANS_warning', 'Penggunaan fitur "Hanya ETH" atau "Hanya ETC" memakai pengiriman melalui Kontrak. Beberapa layanan tidak menerima transaksi jenis ini. Baca lebih lanjut. '), _defineProperty(_id$data, 'TRANS_advanced', '+Advanced: Tambah Data '), _defineProperty(_id$data, 'TRANS_data', 'Data '), _defineProperty(_id$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_id$data, 'TRANS_sendInfo', 'Transaksi standar menggunakan 21000 gas membutuhkan 0.000441 ETH. Kami memakai harga gas sedikit-diatas-harga-gas-minimum senilai 0.000000021 ETH untuk mempercepat. Kami tidak mengambil biaya atas transaksi. '), _defineProperty(_id$data, 'TRANSModal_Title', 'Transaksi "Hanya ETH" dan "Hanya ETC" '), _defineProperty(_id$data, 'TRANSModal_Content_0', 'Catatan terkait jenis transaksi dan layanan: '), _defineProperty(_id$data, 'TRANSModal_Content_1', '**ETH (Transaksi Standar): ** Transaksi default ini melakukan pengiriman langsung dari alamat pengirim ke alamat tujuan. Nilai Gas 21000. Besar kemungkinan ETH yang dikirim dengan metode ini akan di "replay" di rantai ETC. '), _defineProperty(_id$data, 'TRANSModal_Content_2', '**Hanya ETH: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETH** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_3', '**Hanya ETC: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETC** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Hanya melakukan pengiriman melalui Transaksi Standar saja. Jika Anda mengirim menggunakan "Hanya ETH" atau "Hanya ETC", hubungi layanan konsumen mereka untuk menambahkan saldo Anda secara manual atau membatalkan transaksinya. [Bisa juga dicoba fasilitas "split" dari Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_id$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Tidak ada masalah dengan tipe pengiriman. Anda bisa memilih metode yang mana saja. '), _defineProperty(_id$data, 'TRANSModal_Yes', 'Baik, saya sudah paham sekarang. '), _defineProperty(_id$data, 'TRANSModal_No', 'Waduh, saya jadi tambah bingung. Bantu saya. '), _defineProperty(_id$data, 'OFFLINE_Title', 'Penyiapan & Pengiriman Transaksi Offline '), _defineProperty(_id$data, 'OFFLINE_Desc', 'Penyiapan Transaksi Offline memerlukan tiga langkah. Langkah 1 & 3 dilakukan menggunakan komputer "online", sementara langkah 2 menggunakan komputer yang "offline/airgapped". Ini untuk menjaga agar Kunci Privat Anda tidak menyentuh perangkat yang terkoneksi dengan internet. '), _defineProperty(_id$data, 'OFFLLINE_Step1_Title', 'Langkah 1: Pelengkapan Informasi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step1_Button', 'Buat Informasi '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_1', 'Alamat Pengirim '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_2', 'Catatan: Ini adalah alamat PENGIRIM, bukan alamat TUJUAN. "Nonce" dibuat oleh akun pengirim. Jika memakai komputer yang "airgapped", ini adalah alamat akun "cold-storage". '), _defineProperty(_id$data, 'OFFLINE_Step2_Title', 'Langkah 2: Pelengkapan Transaksi (komputer Offline) '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_1', 'Alamat Tujuan '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_2', 'Nilai/Jumlah untuk dikirim '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3', 'Harga Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3b', 'Nilai ini dihasilkan/ditunjukkan dari Langkah 1 yang dilakukan melalui komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4', 'Limit Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4b', 'Limit Gas di set pada 21000. Jika ada data tambahan atau pengiriman melalui kontrak, nilainya bisa berbeda. Gas yang tidak terpakai akan dikembalikan. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5b', 'Ini ditunjukkan dari Langkah 1 di komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6b', 'Ini opsional/tidak harus diisi. Data biasanya diperlukan jika bertransaksi melalui kontrak. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_7', 'Masukkan/Pilih Kunci Privat/JSON Anda. '), _defineProperty(_id$data, 'OFFLINE_Step3_Title', 'Langkah 3: Kirim/Publikasikan Transaksi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step3_Label_1', '"Paste" data "Signed Transaction" dari Langkah 2 di atas dan klik tombol "Kirim Transaksi". '), _defineProperty(_id$data, 'MSG_message', 'Pesan '), _defineProperty(_id$data, 'MSG_date', 'Tanggal '), _defineProperty(_id$data, 'MSG_signature', 'Signature '), _defineProperty(_id$data, 'MSG_verify', 'Verifikasi Pesan '), _defineProperty(_id$data, 'MSG_info1', 'Cantumkan tanggal hari ini sehingga "Signature" tidak dapat dipakai ulang pada tanggal yang berbeda. '), _defineProperty(_id$data, 'MSG_info2', 'Cantumkan nama atau "nickname" Anda dan dimana "nickname" tersebut dipakai sehingga pihak lain tidak dapat memakainya. '), _defineProperty(_id$data, 'MSG_info3', 'Cantumkan alasan yang spesifik untuk pesan ini sehingga pesan yang ditandai ini tidak dapat dipakai ulang untuk keperluan lain. '), _defineProperty(_id$data, 'MYWAL_Nick', 'Dompet Alias '), _defineProperty(_id$data, 'MYWAL_Address', 'Alamat Dompet '), _defineProperty(_id$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_id$data, 'MYWAL_Edit', 'Edit '), _defineProperty(_id$data, 'MYWAL_View', 'Tampilkan '), _defineProperty(_id$data, 'MYWAL_Remove', 'Hapus '), _defineProperty(_id$data, 'MYWAL_RemoveWal', 'Hapus Dompet: '), _defineProperty(_id$data, 'MYWAL_WatchOnly', 'Akun Untuk-Dilihat-Saja Anda '), _defineProperty(_id$data, 'MYWAL_Viewing', 'Viewing Wallet '), _defineProperty(_id$data, 'MYWAL_Hide', 'Sembunyikan Informasi Dompet '), _defineProperty(_id$data, 'MYWAL_Edit_2', 'Edit Dompet '), _defineProperty(_id$data, 'MYWAL_Name', 'Nama Dompet '), _defineProperty(_id$data, 'MYWAL_Content_1', 'Peringatan! Anda akan menghapus Dompet '), _defineProperty(_id$data, 'MYWAL_Content_2', 'Pastkan Anda telah **menyimpan Kunci Privat dan/atau File Keystore File dan password** sebelum menghapus Dompet. '), _defineProperty(_id$data, 'MYWAL_Content_3', 'Jika Anda akan memakai dompet ini dengan MyEtherWallet CX Anda ke depan, Kunci Privat/JSON dan password harus ditambahkan lagi secara manual. '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle', 'Memungkinkan Anda untuk mencetak Dompet Kertas dari berbagai format atau versi Kunci Privat. Hal ini diperlukan pada saat anda ingin [mengimpor akun Anda ke Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jika Anda hanya ingin pengecekan saldo, pakailah salah satu layanan blockchain explorer seperti [etherscan.io](https://etherscan.io/). '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle_Short', 'Untuk pencetakan Dompet Kertas dari berbagai format Kunci Privat. '), _defineProperty(_id$data, 'VIEWWALLET_SuccessMsg', 'Berhasil! Berikut detil dari dompet Anda. '), _defineProperty(_id$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_id$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_id$data, 'CX_error_1', 'Anda tidak memiliki Dompet yang disimpan sebelumnya. Klik ["Buat Dompet"](/cx-wallet.html#add-wallet) untuk membuatnya! '), _defineProperty(_id$data, 'CX_quicksend', 'Kirim '), _defineProperty(_id$data, 'NODE_Title', 'Set Up Node Custom Anda'), _defineProperty(_id$data, 'NODE_Subtitle', 'Untuk terhubung ke node lokal...'), _defineProperty(_id$data, 'NODE_Warning', 'Node Anda harus berupa HTTPS untuk dapat terhubung melalui MyEtherWallet.com. Anda dapat [mengunduh MyEtherWallet repo & menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest) untuk terhubung ke node apa saja. Atau, dapatkan SSL certificate gratis melalui [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_id$data, 'NODE_Name', 'Nama Node'), _defineProperty(_id$data, 'NODE_Port', 'Port Node'), _defineProperty(_id$data, 'NODE_CTA', 'Simpan & Pakai Node Custom'), _defineProperty(_id$data, 'CONTRACT_Title', 'Alamat Kontrak '), _defineProperty(_id$data, 'CONTRACT_Title_2', 'Pilih kontrak yang ada '), _defineProperty(_id$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_id$data, 'CONTRACT_Interact_Title', 'Kontrak Read / Write '), _defineProperty(_id$data, 'CONTRACT_Interact_CTA', 'Pilih fungsi '), _defineProperty(_id$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_id$data, 'CONTRACT_Read', 'READ '), _defineProperty(_id$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_id$data, 'DEP_generate', 'Buat Bytecode '), _defineProperty(_id$data, 'DEP_generated', 'Bytecode yang dibuat '), _defineProperty(_id$data, 'DEP_signtx', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'DEP_interface', 'Interface yang dibuat '), _defineProperty(_id$data, 'SWAP_rates', "Nilai Tukar yang berlaku "), _defineProperty(_id$data, 'SWAP_init_1', "Saya ingin menukar "), _defineProperty(_id$data, 'SWAP_init_2', " menjadi "), _defineProperty(_id$data, 'SWAP_init_CTA', "Lanjutkan! "), _defineProperty(_id$data, 'SWAP_information', "Informasi Anda "), _defineProperty(_id$data, 'SWAP_send_amt', "Jumlah untuk dikirim "), _defineProperty(_id$data, 'SWAP_rec_amt', "Jumlah untuk diterima "), _defineProperty(_id$data, 'SWAP_your_rate', "Nilai tukar Anda "), _defineProperty(_id$data, 'SWAP_rec_add', "Alamat penerima Anda "), _defineProperty(_id$data, 'SWAP_start_CTA', "Tukarkan "), _defineProperty(_id$data, 'SWAP_ref_num', "Nomor referensi Anda "), _defineProperty(_id$data, 'SWAP_time', "Sisa waktu untuk mengirim "), _defineProperty(_id$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_id$data, 'SWAP_progress_1', "Perintah Dijalankan "), _defineProperty(_id$data, 'SWAP_progress_2', "Menunggu "), _defineProperty(_id$data, 'SWAP_progress_3', "Diterima! "), _defineProperty(_id$data, 'SWAP_progress_4', "Mengirim {{orderResult.output.currency}} "), _defineProperty(_id$data, 'SWAP_progress_5', "Perintah Selesai "), _defineProperty(_id$data, 'SWAP_order_CTA', "Kirimkan "), _defineProperty(_id$data, 'SWAP_unlock', "Unlock wallet Anda untuk mengirim ETH atau Token langsung dari halaman ini. "), _defineProperty(_id$data, 'ERROR_0', 'Masukkan jumlah yang valid. '), _defineProperty(_id$data, 'ERROR_1', 'Password minimal terdiri dari 9 huruf. Pastikan password Anda kuat. '), _defineProperty(_id$data, 'ERROR_2', 'Maaf! tipe dompet ini tidak dikenal. '), _defineProperty(_id$data, 'ERROR_3', 'Ini bukan file dompet yang valid. '), _defineProperty(_id$data, 'ERROR_4', 'Unit tidak valid, gunakan salah satu dari unit berikut '), _defineProperty(_id$data, 'ERROR_5', 'Alamat tidak valid. '), _defineProperty(_id$data, 'ERROR_6', 'Password tidak valid. '), _defineProperty(_id$data, 'ERROR_7', 'Jumlah tidak valid. (Harus integer. Coba 0-18.) '), _defineProperty(_id$data, 'ERROR_8', 'Gas limit tidak valid. (Harus integer. Coba 21000-4000000.) '), _defineProperty(_id$data, 'ERROR_9', 'Nilai data tidak valid. (Harus hex.) '), _defineProperty(_id$data, 'ERROR_10', 'Jumlah Gas tidak valid. (Harus integer. Coba 20 GWEI / 20000000000 WEI.) '), _defineProperty(_id$data, 'ERROR_11', 'Nonce tidak valid. (Harus integer.) '), _defineProperty(_id$data, 'ERROR_12', 'Signed transaction tidak valid. '), _defineProperty(_id$data, 'ERROR_13', 'Sudah ada Dompet dengan nickname ini. '), _defineProperty(_id$data, 'ERROR_14', 'Dompet tidak ditemukan. '), _defineProperty(_id$data, 'ERROR_15', 'Tidak ditemukan proposal dengan ID ini atau terjadi error saat membaca proposal ini. '), _defineProperty(_id$data, 'ERROR_16', 'Terdapat dompet dengan alamat yang sama di storage. Cek kembali halaman dompet Anda. '), _defineProperty(_id$data, 'ERROR_17', 'Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Minimal harus ada **0.01 ETH** di akun untuk menutup biaya gas. Tambahkan ether dan coba lagi. '), _defineProperty(_id$data, 'ERROR_18', 'Semua gas akan digunakan pada transaksi ini. Ini berarti Anda telah memberikan suara pada proposal ini atau periode perdebatan telah berakhir. '), _defineProperty(_id$data, 'ERROR_19', 'Simbol tidak valid '), _defineProperty(_id$data, 'ERROR_20', 'Bukan ERC-20 token yang valid.'), _defineProperty(_id$data, 'ERROR_21', 'Tidak dapat memperkirakan gas. Saldo di akun tidak cukup, atau alamat kontrak penerima bisa mengeluarkan error. Cobalah untuk secara manual mengatur gas dan melanjutkan. Keterangan Error saat pengiriman mungkin lebih informatif. '), _defineProperty(_id$data, 'ERROR_22', 'Masukkan nama node yang valid'), _defineProperty(_id$data, 'ERROR_23', 'Masukkan URL yang valid. Jika Anda menggunakan https, URL Anda harus https'), _defineProperty(_id$data, 'ERROR_24', 'Masukkan port yang valid. '), _defineProperty(_id$data, 'ERROR_25', 'Masukkan chain ID yang valid. '), _defineProperty(_id$data, 'ERROR_26', 'Masukkan ABI yang valid. '), _defineProperty(_id$data, 'ERROR_27', 'Jumlah Minimum: 0.01. Jumlah Max: '), _defineProperty(_id$data, 'ERROR_28', '**DIPERLUKAN File Keystore & password** (atau Kunci Privat) untuk mengakses dompet Anda. Simpan dan backup dengan baik file ini! Tidak ada mekanisme untuk me-recover dompet jika file-nya hilang. Baca instruksi lengkapnya [di sini](https://www.myetherwallet.com/#help). '), _defineProperty(_id$data, 'ERROR_29', 'Masukkan user dan password yang valid. '), _defineProperty(_id$data, 'ERROR_30', 'Masukkan nama yang vaklid (7+ karakter, tanda baca terbatas) '), _defineProperty(_id$data, 'ERROR_31', 'Masukkan frase rahasia yang valid. '), _defineProperty(_id$data, 'ERROR_32', 'Tidak dapat tersambung ke node. Coba lakukan "Refresh" dan ganti node (pojok kanan atas), dan check setting firewall. Jika node-nya custom, periksa configs-nya.'), _defineProperty(_id$data, 'ERROR_33', 'Dompet yang Anda buka tidak sesuai dengan address pemiliknya. '), _defineProperty(_id$data, 'ERROR_34', 'Nama yang Anda coba buka tidak sama dengan nama yang dimasukkan. '), _defineProperty(_id$data, 'ERROR_35', 'Address yang dimasukkan tidak di checksum. Informasi lebih lanjut'), _defineProperty(_id$data, 'ERROR_36', 'Masukkan TX hash yang valid'), _defineProperty(_id$data, 'ERROR_37', 'Masukkan hex string yang valid (0-9, a-f)'), _defineProperty(_id$data, 'SUCCESS_1', 'Alamat valid '), _defineProperty(_id$data, 'SUCCESS_2', 'Dompet telah ter-dekripsi '), _defineProperty(_id$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_id$data, 'SUCCESS_4', 'Dompet Anda telah ditambahkan '), _defineProperty(_id$data, 'SUCCESS_5', 'File Terpilih '), _defineProperty(_id$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_id$data, 'SUCCESS_7', 'Message Signature ter-verifikasi'), _defineProperty(_id$data, 'WARN_Send_Link', 'Alamat, jumlah, gas atau informasi telah diisikan untuk Anda. Informasi tersebut dapat Anda rubah sebelum pengiriman. Buka kunci dompet Anda Untuk memulai. '), _defineProperty(_id$data, 'GETH_InvalidSender', 'Pengirim tidak valid '), _defineProperty(_id$data, 'GETH_Nonce', 'Nonce terlalu rendah '), _defineProperty(_id$data, 'GETH_Cheap', 'Harga Gas terlalu kecil untuk dapat diterima '), _defineProperty(_id$data, 'GETH_Balance', 'Saldo tidak mencukupi '), _defineProperty(_id$data, 'GETH_NonExistentAccount', 'Akun tidak ditemukan atau saldo terlalu rendah '), _defineProperty(_id$data, 'GETH_InsufficientFunds', 'Tidak cukup saldo untuk gas * harga + nilai '), _defineProperty(_id$data, 'GETH_IntrinsicGas', 'Gas intrinsik terlalu rendah '), _defineProperty(_id$data, 'GETH_GasLimit', 'Melebihi limit blok gas '), _defineProperty(_id$data, 'GETH_NegativeValue', 'Nilai negatif '), _defineProperty(_id$data, 'PARITY_AlreadyImported', "(parity-01) Transaksi dengan hash yang sama sudah pernah di-impor sebelumnya. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_GasLimitExceeded', "(parity-02) Biaya transaksi melebihi limit gas yang berlaku. Limit: {}, tersedia: {}. Coba turunkan gas yang disediakan. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_InsufficientBalance', "(parity-03) Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Diperlukan {} dan hanya tersedia: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InsufficientGasPrice', "(parity-04) Biaya transaksi terlalu rendah. Tidak memenuhi nilai biaya minimal untuk node Anda(minimal: {}, got: {}). Coba naikkan biaya transaksi. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InvalidGasLimit', "(parity-05) Gas yang disediakan nilainya diatas limit. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_LimitReached', "(parity-06) Terlalu banyak transaksi dalam antrian. Transaksi Anda gugur karena melampaui batas. Coba naikkan biaya transaksi There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_Old', "(parity-07) Nonce transaksi terlalu kecil. Coba naikkan nilai Nonce-nya. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_id$data, 'PARITY_TooCheapToReplace', "(parity-08) Biaya transaksi terlalu rendah. Ada transaksi lain dengan nonce yang sama dalam antrian. Coba naikkan biaya transaksi atau naikkan nonce-nya. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'translate_version', '0.3 '), _defineProperty(_id$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_id$data, 'TranslatorName_1', '[Yos Ginting](https://www.myetherwallet.com/?gaslimit=21000&to=0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c&value=1.0#send-transaction) '), _defineProperty(_id$data, 'TranslatorAddr_1', '0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c '), _defineProperty(_id$data, 'TranslatorName_2', ''), _defineProperty(_id$data, 'TranslatorAddr_2', ''), _defineProperty(_id$data, 'TranslatorName_3', ''), _defineProperty(_id$data, 'TranslatorAddr_3', ''), _defineProperty(_id$data, 'TranslatorName_4', ''), _defineProperty(_id$data, 'TranslatorAddr_4', ''), _defineProperty(_id$data, 'TranslatorName_5', ''), _defineProperty(_id$data, 'TranslatorAddr_5', ''), _defineProperty(_id$data, 'HELP_Warning', 'Jika Anda telah membuat dompet -atau- mendownload repo sebelum **Des. 31, 2015**, periksa dompet Anda & download versi repo yang baru. Klik untuk penjelasan yang lebih rinci. '), _defineProperty(_id$data, 'HELP_Desc', 'Anda melihat sesuatu yang hilang? Atau ada pertanyaan lain? [Hubungi kami](mailto:support@myetherwallet.com), dan kami tidak hanya akan menjawab pertanyaan Anda, kami akan memperbarui halaman ini untuk lebih bermanfaat bagi pengguna lainnya kedepan! '), _defineProperty(_id$data, 'HELP_Remind_Title', 'Beberapa pengingat '), _defineProperty(_id$data, 'HELP_Remind_Desc_1', '** Ethereum, MyEtherWallet.com & MyEtherWallet CX, dan beberapa library Javascript yang kami gunakan sedang dalam pengembangan yang aktif.** Meskipun kami telah benar-benar menguji & puluhan ribu dompet telah berhasil diciptakan oleh para pengguna di seluruh dunia, selalu ada kemungkinan bahwa sesuatu yang tidak terduga dapat terjadi yang menyebabkan ETH Anda hilang. Tolong jangan menginvestasikan lebih dari yang Anda mampu kehilangan, dan mohon berhati-hati. Jika ada sesuatu yang buruk terjadi, kami mohon maaf, tapi **kami tidak bertanggung jawab atas Ether yang hilang**. '), _defineProperty(_id$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX bukan "dompet web". Anda tidak membuat akun atau memberikan Ether Anda untuk kami pegang. Semua data tidak pernah meninggalkan komputer/browser Anda. Kami mempermudah Anda untuk membuat, menyimpan, dan mengakses informasi Anda dan berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_Remind_Desc_3', 'Jika Anda tidak menyimpan Kunci Privat & password Anda, tidak ada cara untuk memulihkan akses ke dompet Anda atau dana yang ada di dalamnya. Simpan kunci cadangan ke beberapa lokasi fisik – jangan hanya di komputer Anda saja! '), _defineProperty(_id$data, 'HELP_0_Title', '0) Saya masih baru. Apa yang harus saya lakukan? '), _defineProperty(_id$data, 'HELP_0_Desc_1', 'MyEtherWallet memberi Anda kemampuan untuk membuat dompet baru sehingga Anda dapat menyimpan Ether oleh diri Anda sendiri, bukan di bursa. Proses ini dilakukan sepenuhnya di komputer Anda, bukan di server kami. Oleh karena itu, saat Anda membuat dompet baru, **Anda bertanggung jawab untuk menyimpan cadangan/backup-nya dengan aman**. '), _defineProperty(_id$data, 'HELP_0_Desc_2', 'Buat dompet baru. '), _defineProperty(_id$data, 'HELP_0_Desc_3', 'Buat dompet cadangan/backup. '), _defineProperty(_id$data, 'HELP_0_Desc_4', 'Verifikasi bahwa Anda memiliki akses ke dompet baru ini dan telah menyimpan semua informasi yang diperlukan dengan benar. '), _defineProperty(_id$data, 'HELP_0_Desc_5', 'Transfer Ether ke dompet baru ini. '), _defineProperty(_id$data, 'HELP_1_Title', '1) Bagaimana cara membuat dompet baru? '), _defineProperty(_id$data, 'HELP_1_Desc_1', 'Buka halaman "Buat Dompet". '), _defineProperty(_id$data, 'HELP_1_Desc_2', 'Buka laman "Tambahkan Dompet" & pilih "Buat Dompet Baru" '), _defineProperty(_id$data, 'HELP_1_Desc_3', 'Masukkan password yang kuat. Jika Anda pikir Anda mungkin melupakannya, simpan di tempat yang aman. Anda memerlukan password ini untuk mengirim transaksi. '), _defineProperty(_id$data, 'HELP_1_Desc_4', 'Klik "GENERATE/BUAT". '), _defineProperty(_id$data, 'HELP_1_Desc_5', 'Dompet Anda telah dibuat. '), _defineProperty(_id$data, 'HELP_2a_Desc_1', 'Anda harus selalu membuat cadangan/backup dompet Anda secara eksternal dan di beberapa lokasi fisik - seperti pada drive USB dan/atau selembar kertas. '), _defineProperty(_id$data, 'HELP_2a_Desc_2', 'Simpan alamatnya. Anda bisa menyimpannya untuk diri sendiri atau membaginya dengan orang lain. Dengan cara itu, orang lain bisa mentransfer Ether ke Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_3', 'Simpan untuk diri sendiri semua versi Kunci Privat. Jangan berbagi dengan orang lain. Kunci Privat tersebut akan Anda diperlukan saat Anda ingin mengakses Ether Anda untuk mengirimkannya! Ada 3 jenis Kunci Privat: '), _defineProperty(_id$data, 'HELP_2a_Desc_4', 'Simpan alamat Anda, semua versi Kunci Privat, dan dompet kertas versi PDF dalam sebuah folder. Simpan ini di komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_5', 'Cetak alamat dompet jika Anda memiliki printer. Jika tidak, tuliskan kunci dan alamat privat Anda di selembar kertas. Simpan ini di lokasi yang aman, terpisah dari komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_6', 'Ingat, Anda harus mencegah hilangnya kunci dan passwordnya karena hilang atau gagalnya hard drive, atau drive USB, atau lembaran kertasnya. Anda juga harus ingat kerusakan total dari area fisik yang ada (misalnya karena api atau banjir). '), _defineProperty(_id$data, 'HELP_2b_Title', '2b) Bagaimana cara penyimpanan yang aman / offline / cold storage menggunakan MyEtherWallet? '), _defineProperty(_id$data, 'HELP_2b_Desc_1', 'Kunjungi [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_id$data, 'HELP_2b_Desc_2', 'Klik file `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_id$data, 'HELP_2b_Desc_3', 'Pindahkan zip ke sebuah komputer yang tidak terhubung ke internet (airgapped). '), _defineProperty(_id$data, 'HELP_2b_Desc_4', 'Unzip file-nya dan double klik `index.html`. '), _defineProperty(_id$data, 'HELP_2b_Desc_5', 'Buat dompet dengan password yang kuat. '), _defineProperty(_id$data, 'HELP_2b_Desc_6', 'Simpan alamatnya. Simpan semua versi Kunci Privatnya. Simpan passwordnya jika Anda mampu untuk mengingatnya selamanya. '), _defineProperty(_id$data, 'HELP_2b_Desc_7', 'Simpan kertas-kertas tersebut / USB di beberapa lokasi yang terpisah secara fisik. '), _defineProperty(_id$data, 'HELP_2b_Desc_8', 'Buka halaman "Lihat Info Dompet" dan ketik password/Kunci Privat Anda untuk memastikannya benar dan akses dompet Anda. Periksa dan pastikan alamat yang Anda tulis sama. '), _defineProperty(_id$data, 'HELP_3_Title', '3) Bagaimana cara memverifikasi bahwa saya memiliki akses ke dompet baru saya? '), _defineProperty(_id$data, 'HELP_3_Desc_1', '**Sebelum Anda mengirim Ether ke dompet baru Anda**, Anda harus memastikan Anda memiliki akses ke dompet baru tersebut. '), _defineProperty(_id$data, 'HELP_3_Desc_2', 'Buka halaman "Lihat Info Dompet". '), _defineProperty(_id$data, 'HELP_3_Desc_3', 'Buka laman MyEtherWallet.com bagian "Lihat Info Dompet" . '), _defineProperty(_id$data, 'HELP_3_Desc_4', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_5', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_3_Desc_6', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_3_Desc_7', 'Informasi dompet Anda akan ditayangkan. Temukan alamat akun Anda, di samping ikon berbentuk lingkaran yang berwarna-warni. Ikon visual ini merepresentasikan alamat Anda. Pastikan bahwa alamat tersebut adalah alamat yang telah Anda simpan ke dokumen teks Anda dan telah juga disalin ke dompet kertas Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_8', 'Jika Anda berencana untuk menyimpan ether dalam jumlah besar, sebaiknya coba untuk mengirimkan sejumlah kecil ether dari dompet baru sebelum menyetorkan jumlah yang besar. Kirim 0,001 ether ke dompet baru Anda, akses dompet itu, lalu coba kirimkan 0,001 ether itu ke alamat lain, dan pastikan semuanya berjalan lancar. '), _defineProperty(_id$data, 'HELP_4_Title', '4) Bagaimana cara mengirim Ether dari satu dompet ke dompet lainnya? '), _defineProperty(_id$data, 'HELP_4_Desc_1', 'Jika Anda berencana untuk memindahkan ether dalam jumlah besar, pastikan Anda telah menguji pengiriman sejumlah kecil ke dompet Anda terlebih dahulu untuk memastikan semuanya berjalan sesuai rencana. '), _defineProperty(_id$data, 'HELP_4_Desc_2', 'Buka halaman "Kirim Ether dan Token". '), _defineProperty(_id$data, 'HELP_4_Desc_3', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_4_Desc_4', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_4_Desc_5', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_4_Desc_6', 'Masukkan alamat yang ingin Anda kirim ke kolom "Alamat:". '), _defineProperty(_id$data, 'HELP_4_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4_Desc_9', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_4_Desc_10', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_4_Desc_11', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya. '), _defineProperty(_id$data, 'HELP_4_Desc_12', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.". '), _defineProperty(_id$data, 'HELP_4_Desc_13', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_4CX_Title', '4) Bagaimana cara mengirim Ether menggunakan MyEtherWallet CX? '), _defineProperty(_id$data, 'HELP_4CX_Desc_1', 'Pertama, Anda perlu menambahkan dompet. Setelah melakukannya, Anda memiliki 2 pilihan: menggunakan "QuickSend" dari ikon Chrome Extension atau menggunakan halaman "Kirim Ether dan Tokens". '), _defineProperty(_id$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_id$data, 'HELP_4CX_Desc_3', 'Klik Ikon Chrome Extension. '), _defineProperty(_id$data, 'HELP_4CX_Desc_4', 'Klik tombol "QuickSend". '), _defineProperty(_id$data, 'HELP_4CX_Desc_5', 'Pilih dompet yang dipakai untuk mengirim. '), _defineProperty(_id$data, 'HELP_4CX_Desc_6', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_4CX_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4CX_Desc_8', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_9', 'Verifikasi alamat dan jumlah yang Anda kirim sudah benar. '), _defineProperty(_id$data, 'HELP_4CX_Desc_10', 'Masukkan password untuk dompet itu. '), _defineProperty(_id$data, 'HELP_4CX_Desc_11', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_12', 'Menggunakan halaman "Kirim Ether dan Tokens" '), _defineProperty(_id$data, 'HELP_5_Title', '5) Bagaimana cara menjalankan MyEtherWallet.com secara offline/lokal? '), _defineProperty(_id$data, 'HELP_5_Desc_1', 'Anda dapat menjalankan MyEtherWallet.com secara lokal di komputer Anda, bukan dari server GitHub. Anda dapat membuat dompet yang benar-benar offline dan mengirim transaksi dari laman "Transaksi Offline". '), _defineProperty(_id$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sekarang berjalan sepenuhnya di komputer Anda. '), _defineProperty(_id$data, 'HELP_5_Desc_8', 'Jika Anda belum pernah melakukannya, Anda harus menyimpan folder dan seluruh isinya (bukan hanya `index.html`) agar bisa menjalankan websitenya. Jangan rubah atau pindahkan file apapun yang ada di dalam folder. Jika Anda akan menyimpan backup dari MyEtherWallet repo, sebaiknya simpan versi ZIP-nya untuk menggaransi bahwa isi foldernya lengkap. '), _defineProperty(_id$data, 'HELP_5_Desc_9', 'Karena kami masih terus memperbarui MyEtherWallet.com, sebaiknya Anda juga memperbarui versi repo yang Anda simpan secara berkala. '), _defineProperty(_id$data, 'HELP_5CX_Title', '6) Bagaimana cara memasang ekstensi ini dari repo, bukan dari Chrome Store? '), _defineProperty(_id$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip` dan unzip. '), _defineProperty(_id$data, 'HELP_5CX_Desc_3', 'Buka Google Chrome dan temukan Setting Anda (di menu di kanan atas). '), _defineProperty(_id$data, 'HELP_5CX_Desc_4', 'Klik "Extensions" di sebelah kiri. '), _defineProperty(_id$data, 'HELP_5CX_Desc_5', 'Check tombol "Developer Mode" di bagian atas dari laman tersebut. '), _defineProperty(_id$data, 'HELP_5CX_Desc_6', 'Klik tombol "Load unpacked extension...". '), _defineProperty(_id$data, 'HELP_5CX_Desc_7', 'Buka folder yang baru saja di unzip. Klik "select". '), _defineProperty(_id$data, 'HELP_5CX_Desc_8', 'Ekstensi tersebut sekarang akan muncul di bagian ekstensi dan di bilah Chrome Extension. '), _defineProperty(_id$data, 'HELP_7_Title', '7) Bagaimana cara mengirim Token & menambahkan token custom? '), _defineProperty(_id$data, 'HELP_7_Desc_0', 'Kunjungi [Ethplorer.io](https://ethplorer.io/) untuk mendapatkan informasi terkait token dan token desimal. '), _defineProperty(_id$data, 'HELP_7_Desc_1', 'Buka halaman "Kirim Token". '), _defineProperty(_id$data, 'HELP_7_Desc_2', 'Buka dompet Anda. '), _defineProperty(_id$data, 'HELP_7_Desc_3', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_7_Desc_4', 'Masukkan jumlah yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_5', 'Pilih token yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_6', 'Jika Anda tidak melihat token di dalam daftar yang ada: '), _defineProperty(_id$data, 'HELP_7_Desc_7', 'Klik "Custom". '), _defineProperty(_id$data, 'HELP_7_Desc_8', 'Masukkan alamat, nama, dan desimal dari token. Ini di set oleh para pengembang token dan juga dibutuhkan saat Anda "Add a Watch Token" ke Mist. '), _defineProperty(_id$data, 'HELP_7_Desc_9', 'Klik "Simpan". '), _defineProperty(_id$data, 'HELP_7_Desc_10', 'Anda sekarang dapat mengirim token itu dan juga melihat saldonya di sidebar. '), _defineProperty(_id$data, 'HELP_7_Desc_11', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_7_Desc_12', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_7_Desc_13', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya.. '), _defineProperty(_id$data, 'HELP_7_Desc_14', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.".'), _defineProperty(_id$data, 'HELP_7_Desc_15', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_8_Title', '8) Apa yang terjadi jika situs Anda tidak berfungsi? '), _defineProperty(_id$data, 'HELP_8_Desc_1', 'MyEtherWallet bukan dompet web. Anda tidak memiliki login dan tidak ada yang bisa disimpan ke server kami. Ini hanyalah sebuah antarmuka yang memungkinkan Anda berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_8_Desc_2', 'Jika situs MyEtherWallet.com tidak berfungsi, Anda harus memakai cara lain (misalnya memakai geth atau Ethereum Wallet/Mist) sebagai alternatifnya. Tapi Anda tidak perlu "mengeluarkan" Ether Anda dari MyEtherWallet.com karena Ether Anda tidak disimpan di MyEtherWallet.com. Ether Anda tetap tersimpan dalam dompet yang Anda buat di situs kami. '), _defineProperty(_id$data, 'HELP_8_Desc_3', 'Sekarang Anda dapat mengimpor Kunci Privat yang tidak dienkripsi dan file dalam format Geth/Mist (terenkripsi) langsung ke geth/ Ethereum Wallet/Mist dengan sangat mudah. Lihat pertanyaan #12 di bawah ini. '), _defineProperty(_id$data, 'HELP_8_Desc_4', 'Lebih dari itu, kemungkinan kita menghentikan layanan MyEtherWallet sangat kecil. Hampir tidak ada biaya dari penyelenggaraan layanan ini karena kami tidak menyimpan data apapun. Kalaupun sampai kami menghentikan layanan, semua file ini akan selalu akan tersedia untuk umum di [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Anda bisa mendownload file ZIP-nya disana dan menjalankannya secara lokal. '), _defineProperty(_id$data, 'HELP_8CX_Title', '8) Apa yang terjadi jika MyEtherWallet CX tidak beredar lagi? '), _defineProperty(_id$data, 'HELP_8CX_Desc_1', 'Pertama, semua data tersimpan di komputer Anda, bukan di server kami. Mungkin membingungkan, tapi saat Anda melihat semua Chrome Extension, Anda sedang TIDAK melihat program yang tersimpan di server kami - semuanya tersimpan di komputer Anda sendiri. '), _defineProperty(_id$data, 'HELP_8CX_Desc_2', 'terlepas dari semua itu, **sangat penting** bagi Anda untuk membuat backup/cadangan dari semua informasi dompet baru yang Anda buat dengan MyEtherWallet CX. Dengan begitu, jika terjadi sesuatu pada MyEtherWallet CX atau komputer Anda, Anda masih memiliki semua informasi yang diperlukan untuk mengakses Ether Anda. Lihat #2a untuk cara membuat backup/cadangan dompet Anda. '), _defineProperty(_id$data, 'HELP_8CX_Desc_3', 'Jika karena suatu hal maupun lainnya MyEtherWallet CX tidak lagi tersedia di Chrome Store, Anda tetap dapat menemukan file aslinya di Github dan menjalankannya secara manual. Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_9_Title', '9) Kenapa halaman "Kirim Ether dan Tokens" seperti offline? '), _defineProperty(_id$data, 'HELP_9_Desc_1', 'Sebenarnya tidak offline. Halaman tersebut memerlukan internet untuk mendapatkan harga gas saat ini, nonce akun anda, dan menyiarkan transaksi (alias "send"). Namun, pengiriman hanya memakai data transaksi yang sudah ditandatangani. Kunci Privat Anda tetap aman bersama Anda. Kami juga sekarang menyediakan halaman "Transaksi Offline" sehingga Anda dapat memastikan Kunci Privat Anda berada pada komputer yang offline/airgapped setiap saat.. '), _defineProperty(_id$data, 'HELP_10_Title', '10) Bagaimana cara melakukan transaksi offline? '), _defineProperty(_id$data, 'HELP_10_Desc_1', 'Buka halaman "Offline Transaction" menggunakan komputer yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_2', 'Masukkan data "From Address". Catatan, ini adalah alamat asal DARI pengirim, Bukan alamat TUJUAN. Langkah ini akan menghasilkan nonce dan harga gas. '), _defineProperty(_id$data, 'HELP_10_Desc_3', 'Pindah ke komputer yang offline. Masukkan "ALAMAT TUJUAN/TO ADDRESS" dan "JUMLAH/AMOUNT" yang akan dikirim. '), _defineProperty(_id$data, 'HELP_10_Desc_4', 'Masukkan "HARGA GAS/GAS PRICE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_5', 'Masukkan "NONCE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_6', '"BATAS GAS/GAS LIMIT" memiliki nilai default 21000. Ini cukup untuk membiayai transaksi standar. Jika Anda mengirim ke kontrak atau terdapat data tambahan dalam transaksi Anda, Anda perlu menambah batas gas. Sisa Gas akan dikembalikan kepada Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_7', 'Jika dikehendaki, Anda dapat menambahkan beberapa data. Jika Anda memasukkan data, Anda harus menambahkan gas diatas batas gas default 21000. Semua data dalam format HEX. '), _defineProperty(_id$data, 'HELP_10_Desc_8', 'Pilih file dompet Anda -atau- Kunci Privat-nya dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_9', 'Tekan tombol "LAKSANAKAN SIGNED TRANSACTION/GENERATE SIGNED TRANSACTION". '), _defineProperty(_id$data, 'HELP_10_Desc_10', 'Data di bawah tombol ini akan terisi dengan signed transaction Anda. Salin ini dan pindah kembali ke komputer Anda yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_11', 'Di komputer Anda yang online Anda, paste data signed transaction tadi ke bidang teks di langkah #3 dan klik kirim. Ini akan menyiarkan transaksi Anda ke jaringan. '), _defineProperty(_id$data, 'HELP_12_Title', '12) Bagaimana cara mengimpor dompet yang dibuat dengan MyEtherWallet ke dalam geth / Ethereum Wallet / Mist? '), _defineProperty(_id$data, 'HELP_12_Desc_1', 'Memakai file Geth/Mist JSON yang dibuat dari MyEtherWallet v2+.... '), _defineProperty(_id$data, 'HELP_12_Desc_2', 'Buka halaman "Lihat Info Dompet/View Wallet Info". '), _defineProperty(_id$data, 'HELP_12_Desc_3', 'Buka dompet Anda dengan menggunakan Kunci Privat atau file JSON yang **terenkripsi**. '), _defineProperty(_id$data, 'HELP_12_Desc_4', 'Buka halaman "Dompet Saya/My Wallets". '), _defineProperty(_id$data, 'HELP_12_Desc_5', 'Pilih dompet yang ingin Anda impor ke Mist, klik ikon "Lihat/View", masukkan password Anda, dan akses dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_6', 'Temukan bagian "Download JSON file - Geth/Mist Format (terenkripsi)". Tekan tombol "Download" di bawahnya. Anda akan dapatkan file keystore-nya. '), _defineProperty(_id$data, 'HELP_12_Desc_7', 'Buka aplikasi Ethereum Wallet. '), _defineProperty(_id$data, 'HELP_12_Desc_8', 'Di menu bar, buka "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_id$data, 'HELP_12_Desc_9', 'Ini akan membuka folder keystore Anda. Salin file yang baru saja Anda download (`UTC - 2016-04-14 ........ /`) ke folder keystore tersebut. '), _defineProperty(_id$data, 'HELP_12_Desc_10', 'Akun Anda akan segera muncul di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_11', 'Menggunakan Kunci Privat yang tidak dienkripsi... '), _defineProperty(_id$data, 'HELP_12_Desc_12', 'Jika Anda belum memiliki Kunci Privat yang tidak dienkripsi, navigasikan ke halaman "Lihat Detil Dompet/View Wallet Details". '), _defineProperty(_id$data, 'HELP_12_Desc_13', 'Pilih file dompet Anda -atau- masukkan/paste Kunci Privat Anda untuk membuka dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_14', 'Salin/Copy Kunci Privat Anda (tidak terenkripsi). '), _defineProperty(_id$data, 'HELP_12_Desc_15', 'ika Anda menggunakan Mac: '), _defineProperty(_id$data, 'HELP_12_Desc_15b', 'ika Anda menggunakan PC: '), _defineProperty(_id$data, 'HELP_12_Desc_16', 'Buka Teks Edit dan paste Kunci Privat ini. '), _defineProperty(_id$data, 'HELP_12_Desc_17', 'Buka menu bar dan klik "Format" -> "Make Plain text". '), _defineProperty(_id$data, 'HELP_12_Desc_18', 'Simpan file ini ke `desktop/` as` nothing_special_delete_me.txt` Anda. Pastikan tertulis "UTF-8" dan "Jika tidak ada ekstensi pada nama file yang diberikan gunakan .txt" pada dialog save. '), _defineProperty(_id$data, 'HELP_12_Desc_19', 'Buka terminal dan jalankan perintah berikut: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_20', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_21', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_22', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_23', 'Buka Notepad dan paste Kunci Privat-nya '), _defineProperty(_id$data, 'HELP_12_Desc_24', 'Simpan filenya dan beri nama `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_id$data, 'HELP_12_Desc_25', 'Jalankan perintah/command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_26', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_27', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_28', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_13_Title', '13) Apa arti dari "Dana yang tersedia tidak mencukupi. Akun yang Anda pakai untuk mengirim transaksi tidak memiliki cukup dana. Diperlukan XXXXXXXXXXXXXXXXXXX dan tersedia: XXXXXXXXXXXXXXXX."? '), _defineProperty(_id$data, 'HELP_13_Desc_1', 'Ini artinya tidak tersedia cukup Ether di akun Anda untuk menutupi biaya gas. Setiap transaksi (termasuk token dan transaksi kontrak) memerlukan gas dan gas tersebut dibayarkan menggunakan Ether. Jumlah yang ditampilkan adalah jumlah yang dibutuhkan untuk menutupi biaya transaksi di Wei. Ambil nomor itu, bagi dengan `1000000000000000000`, dan pakai untuk mengurangi jumlah Ether yang ingin Anda kirim (jika Anda mencoba mengirim Eter). Ini akan memberi Anda jumlah Ether yang perlu Anda kirim ke akun tersebut untuk melakukan transaksi. '), _defineProperty(_id$data, 'HELP_14_Title', '14) Beberapa situs menggunakan metode randomisasi pembuatan Kunci Privat melalui gerakan mouse. MyEtherWallet.com tidak menggunakan metode ini. Apakah metode pembuatan angka random yang dipakai MyEtherWallet aman? '), _defineProperty(_id$data, 'HELP_14_Desc_1', 'Harus diakuai bahwa penggunaan gerakan mouse adalah cara yang pandai dan oleh karenanya banyak orang menyukainya, namun sebenarnya metode window.crypto memastikan lebih banya entropi dibanding gerakan mouse anda. Menggunakan gerakan mouse bukanlah tidak aman, hanya saja kami (dan banyak peneliti kripto lainnya) percaya pada window.crypto. Selain itu, MyEtherWallet.com dapat digunakan pada perangkat sentuh. Bisa dilihat [percakapan antara redditor yang marah dengan Vitalik Buterin terkait gerakan mouse versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) dan ini tautan [window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_id$data, 'HELP_15_Title', '15) Kenapa akun yang baru saja saya buat tidak muncul di explorer blockchain? (seperti: etherchain, etherscan) '), _defineProperty(_id$data, 'HELP_15_Desc_1', 'Account hanya akan muncul di explorer blockchain begitu akun memiliki aktivitas di dalamnya—misalnya, setelah Anda memindahkan beberapa Ether ke sana. '), _defineProperty(_id$data, 'HELP_16_Title', '16) Bagaimana cara memeriksa saldo akun saya? '), _defineProperty(_id$data, 'HELP_16_Desc_1', 'Anda bisa menggunakan eksplorer blockchain seperti [etherscan.io](https://etherscan.io/). Paste alamat Anda ke dalam search bar dan riwayat transaksi Anda akan ditampilkan. Contohnya, [akun donasi kami](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) dilihat di etherscan.io '), _defineProperty(_id$data, 'HELP_17_Title', '17) Mengapa saldo saya tidak muncul saat saya membuka dompet saya? '), _defineProperty(_id$data, 'HELP_17_Desc_1', 'Hal ini kemungkinan besar karena Anda berada di belakang firewall. API yang kami gunakan untuk mendapatkan saldo dan mengonversi saldo tersebut terkadang diblokir oleh firewall. Anda masih bisa mengirim transaksi, Anda hanya perlu menggunakan metode yang berbeda untuk melihat saldo tersebut, misalnya memakai etherscan.io '), _defineProperty(_id$data, 'HELP_18_Title', '18) Dimana file dompet geth saya? '), _defineProperty(_id$data, 'HELP_19_Title', '19) Dimana file dompet Mist saya? '), _defineProperty(_id$data, 'HELP_19_Desc_1', 'File Mist biasanya tersimpan di lokasi di atas, tapi lebih mudah untuk membuka Mist, dengan memilih "Accounts" di bilah atas/top bar, pilih "Backup", dan pilih "Accounts". Ini akan membuka folder tempat file Anda disimpan. '), _defineProperty(_id$data, 'HELP_20_Title', '20) Dimana file dompet pre-sale saya? '), _defineProperty(_id$data, 'HELP_20_Desc_1', 'Ya di lokasi tempat Anda menyimpannya. ;) Juga semestinya dikirim lewat email, jadi coba check dulu. Cari file dengan nama `"ethereum_wallet_backup.json"` dan pilih file tersebut. File dompet ini akan dienkripsi dengan password yang Anda buat saat melakukan pembelian pre-sale. '), _defineProperty(_id$data, 'HELP_21_Title', '21) Tidak bisakah seseorang mencoba memasukkan data Kunci Privat secara acak dari akun yang ada saldonya, dan kemudian mengirimnya ke alamat mereka sendiri? '), _defineProperty(_id$data, 'HELP_21_Desc_1', 'Jawaban singkatnya: bisa, tapi mencari Kunci Privat sebuah akun yang ada saldonya akan memakan waktu lebih lama dari usia alam semesta...jadi jawabannya adalah...tidak bisa. '), _defineProperty(_id$data, 'HELP_21_Desc_2', 'Jawaban panjang versi ELI5: Ethereum dibuat berdasarkan [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), dan lebih spesifiknya [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) yang sangat banyak digunakan, tidak hanya di Ethereum. Sebagian besar server dilindungi melalui ECC. Bitcoin juga menggunakannya, begitu pula SSH dan TLS dan banyak lagi lainnya. Secara spesifik, Ethereum memakai kunci 256-bit, yang lebih kuat dari 128-bit dan 192-bit, yang juga banyak penggunanya dan masih dianggap aman oleh para ahli. '), _defineProperty(_id$data, 'HELP_21_Desc_3', 'Dalam hal ini Anda memiliki Kunci Privat dan kunci publik. Kunci Privat dapat memperoleh kunci publik, namun kunci publik tidak dapat dikembalikan ke Kunci Privat. Fakta bahwa internet dan penyimpanan rahasia dunia menggunakan kriptografi ini berarti bahwa jika ada cara untuk mendapatkan Kunci Privat dari kunci publik, ether Anda yang hilang merupakan masalah paling tidak prioritas dibanding problematika manusia lainnya. '), _defineProperty(_id$data, 'HELP_21_Desc_4', 'Dengan segala penjelaan tadi, jika ada orang lain yang memiliki Kunci Privat Anda, maka YA mereka memang bisa mengirim ether dari akun Anda. Sama seperti jika seseorang memiliki password email Anda, mereka dapat membaca dan mengirim email Anda, atau password ke rekening bank Anda, mereka dapat melakukan transfer. Anda bisa mendownload Kunci Privat Anda yang versi Keystore yang merupakan Kunci Privat yang dienkripsi dengan kata sandi. Ini seperti memiliki password yang juga dilindungi oleh password lain. '), _defineProperty(_id$data, 'HELP_21_Desc_5', 'Dan YA, secara teori Anda bisa mencoba mengetikkan string dari 64 heksadesimal karakter sampai Anda mendapatkan yang cocok. Bahkan, orang yang cerdik bisa menulis sebuah program untuk mengecek Kunci Privat secara acak dengan sangat cepat. Teknik ini dikenal dengan nama "brute-forcing" atau "mining". Hal ini telah didiskuikan secara panjang lebar dan mendalam. Dengan beberapa server high end, mereka mungkin bisa mengecek lebih dari 1 Juta kunci/detik. Namun, bahkan dengan kecepatan tersebut, biaya menjalankan server tersebut masih jauh lebih tinggi darimanfaatnya. Kemungkinan besar Anda, dan cicit Anda, akan sudah meninggal dunia sebelum mendapatkan Kunci Privat yang cocok. '), _defineProperty(_id$data, 'HELP_21_Desc_6', 'Jika Anda tahu tentang Bitcoin, [ini akan memberikan gambaran:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Untuk menggambarkan betapa kecil kemungkinannya untuk terjadi: misalkan setiap satoshi dari setiap bitcoin yang akan dihasilkan dikirim ke Kunci Privatnya sendiri yang unik. Kemungkinan bahwa di antara kunci-kunci tersebut terdapat dua yang sesuai dengan alamat yang sama kira-kira satu dari 100 quintillion. '), _defineProperty(_id$data, 'HELP_21_Desc_7', '[Jika Anda perlu yang lebih teknikal:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Angka-angka ini tidak ada hubungannya dengan teknologi perangkatnya; angka tersebut adalah angka maksimum yang dimungkinkan secara termodinamika. Dan ini menyiratkan bahwa serangan brute force terhadap kunci 256-bit tidaklah dimungkinkan sampai ada komputer yang dibuat dari sesuatu selain materi dan menempati sesuatu selain ruang.. '), _defineProperty(_id$data, 'HELP_21_Desc_8', 'Tentu saja, ini dengan asumsi bahwa kunci dihasilkan dengan cara yang benar-benar acak & dengan entropi yang cukup. Kunci yang dihasilkan di sini memenuhi kriteria itu, seperti juga yang dihasilkan oleh Jaxx dan Mist/geth. Dompet ethereum semuanya cukup bagus. Kunci yang dihasilkan oleh brainwallet tidak, karena otak seseorang tidak mampu menciptakan angka yang benar-benar acak. Memang benar bahwa ada beberapa kekhawatiran mengenai kurangnya entropi atau seed yang tidak dihasilkan secara benar-benar acak yang terjadi di dunia Bitcoin, tapi itu adalah masalah terpisah yang dapat didiskusikan di lain kesempatan. '), _defineProperty(_id$data, 'HELP_SecCX_Title', 'Keamanan - MyEtherWallet CX '), _defineProperty(_id$data, 'HELP_SecCX_Desc_1', 'Dimanakah informasi saya disimpan oleh Chrome Extension ini? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_2', 'Informasi yang dimasukkan ke Chrome Extension ini disimpan melalui [chrome.storage](http://chrome.storage/). - ini adalah tempat yang sama dengan password yang Anda simpan saat menyimpan password di Chrome. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_3', 'Informasi apa saja yang disimpan? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_4', 'Alamat, nickname, Kunci Privat disimpan di chrome.storage. Kunci Privat dienkripsi menggunakan kata sandi yang Anda pakai saat menambahkan dompet. Alamat dompet dan nickname tidak dienkripsi. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_5', 'mengapa alamat dompet dan nickname tidak dienkripsi? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_6', 'Jika kami mengenkripsi item ini, Anda harus memasukkan password setiap kali Anda ingin melihat saldo akun atau melihat nickname. Jiak Anda khawatir, kami sarankan Anda menggunakan MyEtherWallet.com, bukan Chrome Extension ini. '), _defineProperty(_id$data, 'HELP_Sec_Title', 'Keamanan '), _defineProperty(_id$data, 'HELP_Sec_Desc_1', 'Jika salah satu pertanyaan pertama Anda adalah "Mengapa saya harus percaya keapda orang-orang ini?", Ini sikap kehati-hatian yang baik. Mudah-mudahan informasi berikut ini akan membantu meringankan kekhawatiran anda. '), _defineProperty(_id$data, 'HELP_Sec_Desc_2', 'Kami sudah ada sejak 2015. Jika Anda mencari ["myetherwallet" di reddit](https://www.reddit.com/search?q=myetherwallet), Anda bisa melihat banyak orang yang sudah menggunakan layanan kami dan baik-baik saja. '), _defineProperty(_id$data, 'HELP_Sec_Desc_3', 'Kami tidak akan mengambil uang Anda atau mencuri Kunci Privat Anda. Tidak ada kode berbahaya di situs ini. Bahkan, fungsi "BUAT DOMPET/GENERATE WALLET" sepenihnya dilakukan di sisi klien. Ini berarti bahwa semua kode dieksekusi di **komputer Anda** dan tidak pernah disimpan dan dikirim di luar itu. '), _defineProperty(_id$data, 'HELP_Sec_Desc_4', 'Periksa URL ini -- Situs ini dijalankan melalui GitHub dan Anda bisa melihat sorce code nya di sini: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) ke [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_id$data, 'HELP_Sec_Desc_5', 'Untuk membuat dompet, Anda dapat mendownload [source code dan menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest). Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_Sec_Desc_6', 'Cobalam emmbuat sebuah test dompet. Uji dan periksa serta lihat aktivitas apa saja yang sedang terjadi di jaringan. Cara termudah bagi Anda untuk melakukan hal ini adalah dengan klik kanan pada halamannya dan klik "inspect element". Buka "Network" tab. Buat sebuah Test Dompet. Anda akan buktikan nahwa tidak ada aktivitas jaringan. Anda mungkin melihat sesuatu yang terjadi seperti data:image/gif dan data:image/png. Itu adalah kode QR yang dihasilkan ... di komputer Anda ... oleh komputer Anda. Tidak ada bytes yang ditransfer. '), _defineProperty(_id$data, 'HELP_Sec_Desc_8', 'Jika Anda merasa tidak nyaman menggunakan fasilitas ini, maka janganlah dipakai. Kami membuat program iniuntuk membantu orang untuk membuat dompet dan melakukan transaksi tanpa perlu mendalami cara memakai command line atau menjalankan full node.. Sekali lagi, silakan menghubungi kami jika Anda memiliki masalah dan kami akan merespon selekasnya. Terima kasih! '), _defineProperty(_id$data, 'HELP_FAQ_Title', 'Jawaban-jawaban lain yang bermanfaat terkait Pertanyaan yang sering diajukan '), _defineProperty(_id$data, 'HELP_Contact_Title', 'Cara untuk menghubungi kami'), _id$data); +}, _defineProperty(_id$data, 'ONBOARD_blockchain_title__alt', 'Apa itu Blockchain?'), _defineProperty(_id$data, 'ONBOARD_point_title__alt', 'Jadi apa gunanya MEW kalau begitu?'), _defineProperty(_id$data, 'ONBOARD_whymew_title', 'Jika MyEtherWallet tidak dapat melakukan semua hal tersebut, lalu apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_whymew_content__1', 'Karena itulah esensi desentralisasi dan blockchain.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__2', 'Anda tidak harus bergantung pada bank, pemerintah, atau orang lain saat Anda ingin memindahkan dana Anda.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__3', 'Anda tidak harus bergantung pada keamanan bursa atau bank agar dana Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__4', 'Jika Anda tidak menganggap hal-hal ini berharga, tanyakan pada diri Anda mengapa Anda menganggap blockchain dan cryptocurrencies sangat berharga. 😉'), _defineProperty(_id$data, 'ONBOARD_whymew_content__5', 'Jika Anda tidak berkenan, Anda bisa menggunakan [Coinbase](https://www.coinbase.com/) atau [Blockchain.info](https://blockchain.info/wallet/#/signup). Mereka memiliki akun yang lebih mirip dengan yang biasa Anda temui yaitu menggunakan username & password.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__6', 'Jika Anda takut tapi ingin menggunakan MEW, [gunakan dompet hardware](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! Perangkat ini akan menjaga kunci Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_why_title__alt', 'Tapi...kenapa?'), _defineProperty(_id$data, 'ONBOARD_secure_title', 'Cara Melindungi Diri & Dana Anda'), _defineProperty(_id$data, 'ONBOARD_secure_1_title', 'Cara Melindungi Diri Anda dari Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__1', 'Phisher biasanya mengirim Anda pesan dengan link ke situs web yang sekilas terlihat seperti MyEtherWallet, EtherDelta, Paypal, atau bank Anda, namun bukan situs web yang asli. Mereka mencuri informasi Anda dan kemudian mencuri uang Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__2', 'Pasang [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) atau [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) atau [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) atau [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) untuk memblokir situs web jahat.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__3', 'Selalu periksa URLnya: `https://www.myetherwallet.com`.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__4', 'Pastikan bar URL menunjukkan `MYETHERWALLET LLC` dalam warna hijau.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__5', 'Jangan mempercayai pesan atau tautan yang dikirim kepada Anda secara acak melalui email, Slack, Reddit, Twitter, dll.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__6', 'Selalu kunjungi situs secara langsung sebelum memasukkan informasi. Jangan memasukkan informasi setelah mengklik link dari pesan atau email.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__7', '[Pasang AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) dan jangan klik iklan dari search engine (misalnya Google).'), _defineProperty(_id$data, 'ONBOARD_point_title__alt_2', 'Apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_secure_2_title', 'Cara Melindungi Diri dari Penipuan'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__1', 'Banyak orang akan berusaha membuat Anda memberi mereka uang tanpa memberikan imbalan apa-apa.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__2', 'Jika terlalu bagus untuk menjadi kenyataan, mungkin memang begitu.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__3', 'Teliti dengan baik sebelum mengirim uang ke seseorang atau sebuah kegiatan. Cari informasi dari berbagai situs web dan forum. Waspadalah!!'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__4', 'Ajukan pertanyaan saat Anda tidak mengerti tentang sesuatu atau merasa ada yang tidak benar.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__5', 'Jangan biarkan rasa takut, FUD, atau FOMO mengalahkan akal sehat Anda. Jika ada sesuatu yang sangat mendesak, tanyakan pada diri sendiri "mengapa?". Ini mungkin disengaja untuk menciptakan FOMO atau mencegah Anda membuat keputusan dengan teliti.'), _defineProperty(_id$data, 'ONBOARD_secure_3_title__alt', 'Kita ganyang Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_3_title', 'Cara Melindungi Diri dari Kerugian'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__1', 'Jika sampai kehilangan, Kunci Privat atau password Anda akan hilang selamanya. Jagalah jangan sampai hilang.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__2', 'Buat cadangan Kunci Privat dan password Anda. JANGAN hanya menyimpannya di komputer Anda. Cetaklah di selembar kertas atau simpan ke drive USB.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__3', 'Simpan kertas ini atau USB drive di lokasi fisik yang berbeda. Cadangan tidak berguna jika dihancurkan oleh api atau banjir bersama laptop Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__4', 'Jangan simpan Kunci Privat Anda di Dropbox, Google Drive, atau penyimpanan awan lainnya. Jika akun itu disusupi, dana Anda akan dicuri.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__5', 'Jika Anda memiliki kriptocurrency senilai lebih dari gaji 1 minggu Anda, pakailah dompet hardware. Tidak ada alasan untuk tidak memakainya. Biaya yang dikeluarkan sangat sepadan. Percaya saya.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__6', '[Lihat lebih banyak lagi tentang Tips Keamanan!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_id$data, 'ONBOARD_secure_2_title__alt_2', 'Berantas Penipuan'), _defineProperty(_id$data, 'ONBOARD_final_title__alt', 'Tinggal Satu lagi klik sebelum selesai! 🤘'), _defineProperty(_id$data, 'ONBOARD_final_title', 'Baiklah, saya selesai menguliahi Anda!'), _defineProperty(_id$data, 'ONBOARD_final_subtitle', 'Maaf telah memaksa Anda semua informasi tadi. Silahkan melanjutkan melalui tautan di bawah ini!'), _defineProperty(_id$data, 'ONBOARD_final_content__1', 'Buat dompet'), _defineProperty(_id$data, 'ONBOARD_final_content__2', 'Dapatkan dompet hardware'), _defineProperty(_id$data, 'ONBOARD_final_content__3', 'Cara Setup MEW + MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__4', 'Cara Menjalankan MEW Offline / Lokal'), _defineProperty(_id$data, 'ONBOARD_final_content__5', 'Cara Mengirim memakai dompet hardware Ledger'), _defineProperty(_id$data, 'ONBOARD_final_content__6', 'Cara Mengirim memakai dompet hardware TREZOR'), _defineProperty(_id$data, 'ONBOARD_final_content__7', 'Cara Mengirim memakai MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__8', 'Pelajari lebih lanjut atau hubungi kami'), _defineProperty(_id$data, 'ONBOARD_final_content__9', 'Ya ampun, saya sudah tidak sabar, tolong biarkan saya bertransaksi.'), _defineProperty(_id$data, 'ONBOARD_resume', 'Sepertinya Anda belum selesai membaca semua slide di kunjungan sebelumnya. ProTip: bacalah semua slide sampai selesai 😉'), _defineProperty(_id$data, 'HELP_2a_Title', 'Bagaimana cara menyimpan/membackup dompet saya? '), _defineProperty(_id$data, 'x_CancelReplaceTx', 'Batalkan atau Ganti Transaksi'), _defineProperty(_id$data, 'x_CancelTx', 'Batalkan Transaksi'), _defineProperty(_id$data, 'x_PasswordDesc', 'Password ini * meng-enkripsi * Kunci Privat Anda. Ini bukan berfungsi sebagai "seed" untuk membuat "keys". **Anda akan memerlukan password ini + Kunci Privat Anda untuk membuka dompet Anda.**'), _defineProperty(_id$data, 'x_ReadMore', 'Lebih lanjut'), _defineProperty(_id$data, 'x_ReplaceTx', 'Ganti Transaksi'), _defineProperty(_id$data, 'x_TransHash', 'Hash Transaksi'), _defineProperty(_id$data, 'x_TXFee', 'Biaya TX'), _defineProperty(_id$data, 'x_TxHash', 'Hash TX'), _defineProperty(_id$data, 'NAV_CheckTxStatus', 'Check Status TX'), _defineProperty(_id$data, 'NAV_TxStatus', 'Status TX'), _defineProperty(_id$data, 'tx_Details', 'Detail Transaksi'), _defineProperty(_id$data, 'tx_Summary', 'Saat volume sedang tinggi (misalnya saat ICOs) transaksi dapat tertunda selama berjam-jam, bahkan hari. Fitur ini memberikan kemampuan untuk menemukan dan membatalkan / mengganti TX. ** Ini bukanlah hal yang pada umumnya dapat dilakukan. Jangan bergantung pada fitur ini & fitur ini hanya akan bekerja saat TX pool penuh. [Penjelasan tentang firur ini bisa dibaca di sini.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_id$data, 'tx_notFound', 'Transaksi tidak ditemukan'), _defineProperty(_id$data, 'tx_notFound_1', 'TX ini tidak dapat ditemukan di TX Pool dari node yang anda pakai.'), _defineProperty(_id$data, 'tx_notFound_2', 'Jika transaksi baru saja terkirim, tunggu 15 detik dan tekan tombol "Check TX Status" lagi. '), _defineProperty(_id$data, 'tx_notFound_3', 'Kemungkinan masih di TX pool dari node lain, menunggu untuk ditambang (mined).'), _defineProperty(_id$data, 'tx_notFound_4', 'Gunakan dropdown di kanan atas & pilih node ETH lainnya (e.g. `ETH (Etherscan.io)` atau `ETH (Infura.io)` atau `ETH (MyEtherWallet)`) dan check kembali.'), _defineProperty(_id$data, 'tx_foundInPending', 'Transaksi yang tertunda ditemukan'), _defineProperty(_id$data, 'tx_foundInPending_1', 'Transaksi Anda berlokasi di TX pool dari node yang Anda pakai. '), _defineProperty(_id$data, 'tx_foundInPending_2', 'Saat ini statusnya tertunda (menunggu untuk ditamnbang (mined). '), _defineProperty(_id$data, 'tx_foundInPending_3', 'Ada kemungkinan Anda dapat membatalkan atau mengganti transaksi ini. Buka dompet Anda di bawah ini.'), _defineProperty(_id$data, 'tx_FoundOnChain', 'Transaksi ditemukan'), _defineProperty(_id$data, 'tx_FoundOnChain_1', 'Transaksi Anda telah berhasil ditambang (mined) dan sudah masuk di blockchain.'), _defineProperty(_id$data, 'tx_FoundOnChain_2', '**Jika muncul Error `( ! )`, atau `BAD INSTRUCTION` atau `OUT OF GAS` berwarna merah**, artinya transaksi tidak berhasil terkirim. Transaksi ini tidak dapat dibatalkan ataupun diganti. Yang dapat Anda lakukan adalah mengirim transaksi baru. Jika muncul Error "Out of Gas" error, lipat dua-kan jumlah gas limit dari yang dipakai sebelumnya.'), _defineProperty(_id$data, 'tx_FoundOnChain_3', '**Jika tidak ada Error, artinya transaksi Anda berhasil terkirim.** ETH atau Token akan masuk ke alamat yang dituju. Jika ETH atau Token tidak muncul di alamat dompet / exchange account yang dituju, dan sudah lebih dari 24 jam sejak pengiriman, segera [hubungi penerima kiriman](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Lampirkan *link* dari transaksi Anda dan mintalah bantuan untuk memeriksa apa yang terjadi.'), _defineProperty(_id$data, 'GEN_Help_1', 'Memakai'), _defineProperty(_id$data, 'GEN_Help_2', 'untuk mengakses account Anda.'), _defineProperty(_id$data, 'GEN_Help_3', 'Device Anda * adalah * dompet Anda.'), _defineProperty(_id$data, 'GEN_Help_4', 'Panduan & FAQ'), _defineProperty(_id$data, 'GEN_Help_5', 'Bagaimana membuat Dompet'), _defineProperty(_id$data, 'GEN_Help_6', 'Mulai'), _defineProperty(_id$data, 'GEN_Help_7', 'Jaga keamanan-nya · Buat backup · Jangan berikan kepada siapapun · Jangan sampai hilang · Kehilangan bersifat permanen.'), _defineProperty(_id$data, 'GEN_Help_8', 'Tidak mengunduh file? '), _defineProperty(_id$data, 'GEN_Help_9', 'Coba memakai Google Chrome '), _defineProperty(_id$data, 'GEN_Help_10', 'Klik kanan dan "Save file as". Nama file: '), _defineProperty(_id$data, 'GEN_Help_11', 'Jangan buka file ini di komouter Anda '), _defineProperty(_id$data, 'GEN_Help_12', 'Pakailah untuk membuka dompet Anda melalui MyEtherWallet (atau Mist, Geth, Parity maupun perangkat lunak dompet lainnya.) '), _defineProperty(_id$data, 'GEN_Help_13', 'Cara membuat Back Up dari Keystore File Anda '), _defineProperty(_id$data, 'GEN_Help_14', 'Format apakah yang bermacam-macam ini? '), _defineProperty(_id$data, 'GEN_Help_15', 'Mencegah kehilangan dan pencurian dana Anda.'), _defineProperty(_id$data, 'GEN_Help_16', 'Format apakah yang bermacam-macam ini?'), _defineProperty(_id$data, 'GEN_Help_17', 'Kenapa saya harus?'), _defineProperty(_id$data, 'GEN_Help_18', 'Untuk memiliki backup sekunder.'), _defineProperty(_id$data, 'GEN_Help_19', 'Pada saat Anda lupa password.'), _defineProperty(_id$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_id$data, 'GET_ConfButton', 'Saya paham. Lanjutkan.'), _defineProperty(_id$data, 'GEN_Label_5', 'Simpan Kunci Privat Anda. '), _defineProperty(_id$data, 'GEN_Unlock', 'Buka kunci dompet Anda untuk melihat alamat Anda'), _defineProperty(_id$data, 'GAS_PRICE_Desc', 'Harga Gas Price adalah jumlah yang Anda bayar per unit gas. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Makin tinggi harga gas = transaksi makin cepat, tapi makin mahal. Default-nya `41 GWEI`.'), _defineProperty(_id$data, 'GAS_LIMIT_Desc', 'Batas Gas (Gas limit) adalah jumlah gas untuk dikirim bersama TX Anda. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Menaikkan angka ini tidak mempercepat TX Anda untuk ditambang. Pengiriman ETH = `21000`. Pengiriman Token = ~`200000`.'), _defineProperty(_id$data, 'NONCE_Desc', 'Nonce adalah nomor transaksi yang dikirimn dari sebuah alamat. Ini untuk menjamin agar pengiriman terlaksana secara runtut dan tidak ada yang dilakukan lebih dari sekali.'), _defineProperty(_id$data, 'TXFEE_Desc', 'Biaya TX Fee dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Jumlahnya = `gas limit` * `gas price`. [Anda dapat mengkonversi GWEI -> ETH](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_id$data, 'NAV_AddWallet', 'Tambahkan Dompet '), _defineProperty(_id$data, 'NAV_BulkGenerate', 'Pembuatan Multiple Dompet '), _defineProperty(_id$data, 'NAV_Contact', 'Kontak '), _defineProperty(_id$data, 'NAV_Contracts', 'Kontrak '), _defineProperty(_id$data, 'NAV_DeployContract', 'Buat Kontract '), _defineProperty(_id$data, 'NAV_ENS', 'ENS'), _defineProperty(_id$data, 'NAV_GenerateWallet_alt', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_GenerateWallet', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_Help', 'Bantuan '), _defineProperty(_id$data, 'NAV_InteractContract', 'Interaksi dengan Kontrak '), _defineProperty(_id$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_id$data, 'NAV_MyWallets', 'Dompet Saya '), _defineProperty(_id$data, 'NAV_Offline', 'Kirim Offline '), _defineProperty(_id$data, 'NAV_SendEther', 'Kirim Ether dan Token '), _defineProperty(_id$data, 'NAV_SendTokens', 'Kirim Token '), _defineProperty(_id$data, 'NAV_SignMsg', 'Penandaan Pesan '), _defineProperty(_id$data, 'NAV_Swap', 'Penukaran '), _defineProperty(_id$data, 'NAV_ViewWallet', 'Lihat Info Dompet '), _defineProperty(_id$data, 'NAV_YourWallets', 'Dompet Anda '), _defineProperty(_id$data, 'x_Access', 'Akses '), _defineProperty(_id$data, 'x_AddessDesc', 'Address Anda dikenal juga sebagai `Account #` atau `Public Key` Anda. Address inilah yang diberikan kepada pihak lain agar mereka bisa mengirim Ether atau Token. Pilihlah icon alamat berwarna untuk memudahkan identifikasi. Pastikan Address ini sama persis dengan yang tertulis di Dompet Kertas Anda maupun saat dipakai untuk keperluan lainnya. '), _defineProperty(_id$data, 'x_Address', 'Alamat Anda '), _defineProperty(_id$data, 'x_Cancel', 'Batal '), _defineProperty(_id$data, 'x_CSV', 'File CSV (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Download', 'Unduh '), _defineProperty(_id$data, 'x_Json', 'File JSON (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_JsonDesc', 'Ini adalah Kunci Privat Anda dalam format JSON yang tidak ter-enkripsi. Tidak diperlukan password dan siapapun yang memiliki JSON Anda dapat mengakses dompet dan Ether Anda tanpa password. '), _defineProperty(_id$data, 'x_Keystore', 'File Keystore (UTC / JSON · Format yang direkomendasikan · Ter-enkripsi) '), _defineProperty(_id$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_id$data, 'x_KeystoreDesc', 'File Keystore ini sesuai dengan format yang dipakai Mist sehingga memudahkan untuk diimpor di kemudian hari. File ini yang disarankan untuk di unduh dan di backup. '), _defineProperty(_id$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_id$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_id$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_id$data, 'x_ParityPhrase', 'Frase Parity '), _defineProperty(_id$data, 'x_Password', 'Password '), _defineProperty(_id$data, 'x_Print', 'Print Dompet Kertas '), _defineProperty(_id$data, 'x_PrintDesc', 'ProTip: klik print dan simpan sebagai PDF jika Anda tidak memiliki printer! '), _defineProperty(_id$data, 'x_PrintShort', 'Print '), _defineProperty(_id$data, 'x_PrivKey', 'Kunci Privat (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_PrivKey2', 'Kunci Privat '), _defineProperty(_id$data, 'x_PrivKeyDesc', 'Ini adalah versi text yang tidak ter-enkripsi dan tidak memerlukan password. Jika file yang tidak ter-enkripsi ini sampai didapatkan orang lain, mereka dapat mengakses dompet Anda tanpa password. Oleh karenanya, sangat direkomendasikan untuk selalu memakai versi yang ter-enkripsi. '), _defineProperty(_id$data, 'x_Save', 'Simpan '), _defineProperty(_id$data, 'x_TXT', 'File TXT file (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Wallet', 'Dompet '), _defineProperty(_id$data, 'MEW_Warning_1', 'Pastikan menggunakan URL yang benar sebelum mengakses Dompet Anda atau sebelum membuat dompet baru. Waspadai situs phishing! '), _defineProperty(_id$data, 'CX_Warning_1', 'Pastikan membuat **backup eksternal** dari semua dompet yang ada. Banyak hal bisa terjadi yang bisa membuat data di Chrome Extension hilang, termasuk saat menginstall maupun menguninstall extension ini. Extension ini hanya untuk memudahkan mengakses dompet Anda, **BUKAN** untuk membackup. '), _defineProperty(_id$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_id$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_id$data, 'FOOTER_1', 'Client-side tool open source berbasis javascript untuk membuat Dompet dan transaksi Ethereum. '), _defineProperty(_id$data, 'FOOTER_1b', 'Oleh '), _defineProperty(_id$data, 'FOOTER_2', 'Donasi Anda akan sangat dihargai: '), _defineProperty(_id$data, 'FOOTER_3', 'Pembuatan Dompet Client-side wallet oleh '), _defineProperty(_id$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_id$data, 'sidebar_AccountInfo', 'Informasi Akun '), _defineProperty(_id$data, 'sidebar_AccountAddr', 'Alamat Akun '), _defineProperty(_id$data, 'sidebar_AccountBal', 'Saldo Akun '), _defineProperty(_id$data, 'sidebar_TokenBal', 'Saldo Token '), _defineProperty(_id$data, 'sidebar_Equiv', 'Nilai Ekuivalent '), _defineProperty(_id$data, 'sidebar_TransHistory', 'Sejarah Transaksi '), _defineProperty(_id$data, 'sidebar_donation', 'MyEtherWallet dapat dipergunakan secara cuma-cuma berdasarkan prinsip open source dengan tetap menjaga privasi dan keamanan. Semakin banyak donasi yang kami terima, semakin banyak waktu yang kami dapat luangkan untuk membuat fitur-fitur baru dan mewujudkan usulan dan keinginan para penggunanya. Tim kami yang terdiri dari hanya dua orang sangat membutuhkan dukungan Anda untuk mewujudkan cita-cita kami dalam membuat dunia yang semakin baik '), _defineProperty(_id$data, 'sidebar_donate', 'Kirim Donasi '), _defineProperty(_id$data, 'sidebar_thanks', 'Terima Kasih!!! '), _defineProperty(_id$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_id$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_id$data, 'decrypt_Access', 'Pilihan cara mengakses dompet Anda? '), _defineProperty(_id$data, 'decrypt_Title', 'Pilih format Kunci Privat: '), _defineProperty(_id$data, 'decrypt_Select', 'Pilih dompet: '), _defineProperty(_id$data, 'ADD_Label_1', 'Pilihan cara membuat dompet '), _defineProperty(_id$data, 'ADD_Radio_1', 'Buat dompet baru '), _defineProperty(_id$data, 'ADD_Radio_2', 'Pilih file dompet (Keystore/JSON) '), _defineProperty(_id$data, 'ADD_Radio_2_alt', 'Pilih file dompet '), _defineProperty(_id$data, 'ADD_Radio_2_short', 'PILIH FILE DOMPET... '), _defineProperty(_id$data, 'ADD_Radio_3', 'Paste/Ketik Kunci Privat Anda '), _defineProperty(_id$data, 'ADD_Radio_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Radio_5', 'Paste/Ketik Mnemonic Anda '), _defineProperty(_id$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_id$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_id$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_id$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_id$data, 'ADD_Label_2', 'Buat Alias: '), _defineProperty(_id$data, 'ADD_Label_3', 'File Dompet anda ter-enkripsi. Masukkan password '), _defineProperty(_id$data, 'ADD_Label_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Warning_1', 'Akun untuk "dilihat" dapat ditambahkan tanpa menggunakan Kunci Privat. Namun berarti tidak ada akses ke dompet tersebut dan transfer Ether tidak bisa dilakukan. '), _defineProperty(_id$data, 'ADD_Label_5', 'Masukkan alamat '), _defineProperty(_id$data, 'ADD_Label_6', 'Unlock dompet '), _defineProperty(_id$data, 'ADD_Label_6_short', 'Unlock '), _defineProperty(_id$data, 'ADD_Label_7', 'Tambah Akun '), _defineProperty(_id$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_id$data, 'MNEM_1', 'Pilih alamat yang Anda inginkan untuk berinteraksi. '), _defineProperty(_id$data, 'MNEM_2', 'Satu frasa "HD mnemonic" dapat mengakses beberapa dompet / alamat. Pilih alamat yang Anda inginkan untuk dipakai. '), _defineProperty(_id$data, 'MNEM_more', 'Tampilkan Alamat berikutnya '), _defineProperty(_id$data, 'MNEM_prev', 'Tampilkan Alamat sebelumnya '), _defineProperty(_id$data, 'ADD_Ledger_1', 'Hubungkan ke Ledger Wallet Anda '), _defineProperty(_id$data, 'ADD_Ledger_2', 'Buka Aplikasi Ethereum (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Exp', 'Buka Aplikasi Expanse (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Ubq', 'Buka Aplikasi Ubiq (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_3', 'Periksa bahwa "Browser Support" sudah di aktifkan di "Settings" '), _defineProperty(_id$data, 'ADD_Ledger_4', 'Jika "Browser Support" tidak ditemukan di "Settings", pastikan sudah mengupdate ke [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_id$data, 'ADD_Ledger_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_Ledger_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Ledger_scan', 'Hubungkan ke Ledger Wallet '), _defineProperty(_id$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_id$data, 'x_Trezor', 'TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_scan', 'Hubungkan ke TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_select', 'Ini adalah TREZOR seed '), _defineProperty(_id$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_DigitalBitbox_scan', 'Hubungkan ke Digital Bitbox '), _defineProperty(_id$data, 'GEN_desc', 'Jika Anda memerlukan lebih dari satu dompet, Anda dapat memakai fitur '), _defineProperty(_id$data, 'GEN_Label_1', 'Masukkan password yang kuat (setidaknya 9 karakter) '), _defineProperty(_id$data, 'GEN_Placeholder_1', 'JANGAN LUPA untuk mengingat dan menyimpannya! '), _defineProperty(_id$data, 'GEN_SuccessMsg', 'Berhasil! Dompet Anda sudah dibuat. '), _defineProperty(_id$data, 'GEN_Label_2', 'Simpan Keystore atau Kunci Privat. Jangan lupa Password-nya. '), _defineProperty(_id$data, 'GEN_Label_3', 'Simpan alamat dompet Anda. '), _defineProperty(_id$data, 'GEN_Label_4', 'Opsional: Print Dompet Kertas Anda, atau simpan versi QR code-nya. '), _defineProperty(_id$data, 'BULK_Label_1', 'Jumlah Dompet yang akan dibuat '), _defineProperty(_id$data, 'BULK_Label_2', 'Buat Dompet '), _defineProperty(_id$data, 'BULK_SuccessMsg', 'Sukses! Dompet sudah berhasil dibuat. '), _defineProperty(_id$data, 'SEND_addr', 'Alamat tujuan '), _defineProperty(_id$data, 'SEND_amount', 'Jumlah untuk dikirim '), _defineProperty(_id$data, 'SEND_amount_short', 'Jumlah '), _defineProperty(_id$data, 'SEND_custom', 'Tambahkan "Custom Token" '), _defineProperty(_id$data, 'SEND_gas', 'Gas '), _defineProperty(_id$data, 'SEND_TransferTotal', 'Kirim seluruh Saldo '), _defineProperty(_id$data, 'SEND_generate', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'SEND_raw', 'Transaksi Raw '), _defineProperty(_id$data, 'SEND_signed', '"Signed Transaction" '), _defineProperty(_id$data, 'SEND_trans', 'Kirim Transaksi '), _defineProperty(_id$data, 'SENDModal_Title', 'PERINGATAN! '), _defineProperty(_id$data, 'SENDModal_Content_1', 'Anda akan mengirim '), _defineProperty(_id$data, 'SENDModal_Content_2', 'ke alamat '), _defineProperty(_id$data, 'SENDModal_Content_3', 'Apakah ini benar? '), _defineProperty(_id$data, 'SENDModal_Content_4', 'CATATAN: Jika terjadi Error, kemungkinan Anda harus menambah Ether ke akun Anda untuk menutup biaya gas dan pengiriman. Gas dibayar dalam Ether. '), _defineProperty(_id$data, 'SENDModal_No', 'Batalkan! '), _defineProperty(_id$data, 'SENDModal_Yes', 'Ya! Laksanakan Transaksi-nya. '), _defineProperty(_id$data, 'TOKEN_Addr', 'Alamat Token Contract'), _defineProperty(_id$data, 'TOKEN_Symbol', 'Simbol Token '), _defineProperty(_id$data, 'TOKEN_Dec', 'Desimal '), _defineProperty(_id$data, 'TOKEN_show', 'Tampilkan Semua Token '), _defineProperty(_id$data, 'TOKEN_hide', 'Jangan tampilkan Token '), _defineProperty(_id$data, 'TRANS_desc', 'Untuk pengiriman Token, gunakan halaman "Kirim Token". '), _defineProperty(_id$data, 'TRANS_warning', 'Penggunaan fitur "Hanya ETH" atau "Hanya ETC" memakai pengiriman melalui Kontrak. Beberapa layanan tidak menerima transaksi jenis ini. Baca lebih lanjut. '), _defineProperty(_id$data, 'TRANS_advanced', '+Advanced: Tambah Data '), _defineProperty(_id$data, 'TRANS_data', 'Data '), _defineProperty(_id$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_id$data, 'TRANS_sendInfo', 'Transaksi standar menggunakan 21000 gas membutuhkan 0.000441 ETH. Kami memakai harga gas sedikit-diatas-harga-gas-minimum senilai 0.000000021 ETH untuk mempercepat. Kami tidak mengambil biaya atas transaksi. '), _defineProperty(_id$data, 'TRANSModal_Title', 'Transaksi "Hanya ETH" dan "Hanya ETC" '), _defineProperty(_id$data, 'TRANSModal_Content_0', 'Catatan terkait jenis transaksi dan layanan: '), _defineProperty(_id$data, 'TRANSModal_Content_1', '**ETH (Transaksi Standar): ** Transaksi default ini melakukan pengiriman langsung dari alamat pengirim ke alamat tujuan. Nilai Gas 21000. Besar kemungkinan ETH yang dikirim dengan metode ini akan di "replay" di rantai ETC. '), _defineProperty(_id$data, 'TRANSModal_Content_2', '**Hanya ETH: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETH** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_3', '**Hanya ETC: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETC** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Hanya melakukan pengiriman melalui Transaksi Standar saja. Jika Anda mengirim menggunakan "Hanya ETH" atau "Hanya ETC", hubungi layanan konsumen mereka untuk menambahkan saldo Anda secara manual atau membatalkan transaksinya. [Bisa juga dicoba fasilitas "split" dari Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_id$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Tidak ada masalah dengan tipe pengiriman. Anda bisa memilih metode yang mana saja. '), _defineProperty(_id$data, 'TRANSModal_Yes', 'Baik, saya sudah paham sekarang. '), _defineProperty(_id$data, 'TRANSModal_No', 'Waduh, saya jadi tambah bingung. Bantu saya. '), _defineProperty(_id$data, 'OFFLINE_Title', 'Penyiapan & Pengiriman Transaksi Offline '), _defineProperty(_id$data, 'OFFLINE_Desc', 'Penyiapan Transaksi Offline memerlukan tiga langkah. Langkah 1 & 3 dilakukan menggunakan komputer "online", sementara langkah 2 menggunakan komputer yang "offline/airgapped". Ini untuk menjaga agar Kunci Privat Anda tidak menyentuh perangkat yang terkoneksi dengan internet. '), _defineProperty(_id$data, 'OFFLLINE_Step1_Title', 'Langkah 1: Pelengkapan Informasi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step1_Button', 'Buat Informasi '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_1', 'Alamat Pengirim '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_2', 'Catatan: Ini adalah alamat PENGIRIM, bukan alamat TUJUAN. "Nonce" dibuat oleh akun pengirim. Jika memakai komputer yang "airgapped", ini adalah alamat akun "cold-storage". '), _defineProperty(_id$data, 'OFFLINE_Step2_Title', 'Langkah 2: Pelengkapan Transaksi (komputer Offline) '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_1', 'Alamat Tujuan '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_2', 'Nilai/Jumlah untuk dikirim '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3', 'Harga Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3b', 'Nilai ini dihasilkan/ditunjukkan dari Langkah 1 yang dilakukan melalui komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4', 'Limit Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4b', 'Limit Gas di set pada 21000. Jika ada data tambahan atau pengiriman melalui kontrak, nilainya bisa berbeda. Gas yang tidak terpakai akan dikembalikan. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5b', 'Ini ditunjukkan dari Langkah 1 di komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6b', 'Ini opsional/tidak harus diisi. Data biasanya diperlukan jika bertransaksi melalui kontrak. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_7', 'Masukkan/Pilih Kunci Privat/JSON Anda. '), _defineProperty(_id$data, 'OFFLINE_Step3_Title', 'Langkah 3: Kirim/Publikasikan Transaksi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step3_Label_1', '"Paste" data "Signed Transaction" dari Langkah 2 di atas dan klik tombol "Kirim Transaksi". '), _defineProperty(_id$data, 'MSG_message', 'Pesan '), _defineProperty(_id$data, 'MSG_date', 'Tanggal '), _defineProperty(_id$data, 'MSG_signature', 'Signature '), _defineProperty(_id$data, 'MSG_verify', 'Verifikasi Pesan '), _defineProperty(_id$data, 'MSG_info1', 'Cantumkan tanggal hari ini sehingga "Signature" tidak dapat dipakai ulang pada tanggal yang berbeda. '), _defineProperty(_id$data, 'MSG_info2', 'Cantumkan nama atau "nickname" Anda dan dimana "nickname" tersebut dipakai sehingga pihak lain tidak dapat memakainya. '), _defineProperty(_id$data, 'MSG_info3', 'Cantumkan alasan yang spesifik untuk pesan ini sehingga pesan yang ditandai ini tidak dapat dipakai ulang untuk keperluan lain. '), _defineProperty(_id$data, 'MYWAL_Nick', 'Dompet Alias '), _defineProperty(_id$data, 'MYWAL_Address', 'Alamat Dompet '), _defineProperty(_id$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_id$data, 'MYWAL_Edit', 'Edit '), _defineProperty(_id$data, 'MYWAL_View', 'Tampilkan '), _defineProperty(_id$data, 'MYWAL_Remove', 'Hapus '), _defineProperty(_id$data, 'MYWAL_RemoveWal', 'Hapus Dompet: '), _defineProperty(_id$data, 'MYWAL_WatchOnly', 'Akun Untuk-Dilihat-Saja Anda '), _defineProperty(_id$data, 'MYWAL_Viewing', 'Viewing Wallet '), _defineProperty(_id$data, 'MYWAL_Hide', 'Sembunyikan Informasi Dompet '), _defineProperty(_id$data, 'MYWAL_Edit_2', 'Edit Dompet '), _defineProperty(_id$data, 'MYWAL_Name', 'Nama Dompet '), _defineProperty(_id$data, 'MYWAL_Content_1', 'Peringatan! Anda akan menghapus Dompet '), _defineProperty(_id$data, 'MYWAL_Content_2', 'Pastkan Anda telah **menyimpan Kunci Privat dan/atau File Keystore File dan password** sebelum menghapus Dompet. '), _defineProperty(_id$data, 'MYWAL_Content_3', 'Jika Anda akan memakai dompet ini dengan MyEtherWallet CX Anda ke depan, Kunci Privat/JSON dan password harus ditambahkan lagi secara manual. '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle', 'Memungkinkan Anda untuk mencetak Dompet Kertas dari berbagai format atau versi Kunci Privat. Hal ini diperlukan pada saat anda ingin [mengimpor akun Anda ke Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jika Anda hanya ingin pengecekan saldo, pakailah salah satu layanan blockchain explorer seperti [etherscan.io](https://etherscan.io/). '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle_Short', 'Untuk pencetakan Dompet Kertas dari berbagai format Kunci Privat. '), _defineProperty(_id$data, 'VIEWWALLET_SuccessMsg', 'Berhasil! Berikut detil dari dompet Anda. '), _defineProperty(_id$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_id$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_id$data, 'CX_error_1', 'Anda tidak memiliki Dompet yang disimpan sebelumnya. Klik ["Buat Dompet"](/cx-wallet.html#add-wallet) untuk membuatnya! '), _defineProperty(_id$data, 'CX_quicksend', 'Kirim '), _defineProperty(_id$data, 'NODE_Title', 'Set Up Node Custom Anda'), _defineProperty(_id$data, 'NODE_Subtitle', 'Untuk terhubung ke node lokal...'), _defineProperty(_id$data, 'NODE_Warning', 'Node Anda harus berupa HTTPS untuk dapat terhubung melalui MyEtherWallet.com. Anda dapat [mengunduh MyEtherWallet repo & menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest) untuk terhubung ke node apa saja. Atau, dapatkan SSL certificate gratis melalui [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_id$data, 'NODE_Name', 'Nama Node'), _defineProperty(_id$data, 'NODE_Port', 'Port Node'), _defineProperty(_id$data, 'NODE_CTA', 'Simpan & Pakai Node Custom'), _defineProperty(_id$data, 'CONTRACT_Title', 'Alamat Kontrak '), _defineProperty(_id$data, 'CONTRACT_Title_2', 'Pilih kontrak yang ada '), _defineProperty(_id$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_id$data, 'CONTRACT_Interact_Title', 'Kontrak Read / Write '), _defineProperty(_id$data, 'CONTRACT_Interact_CTA', 'Pilih fungsi '), _defineProperty(_id$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_id$data, 'CONTRACT_Read', 'READ '), _defineProperty(_id$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_id$data, 'DEP_generate', 'Buat Bytecode '), _defineProperty(_id$data, 'DEP_generated', 'Bytecode yang dibuat '), _defineProperty(_id$data, 'DEP_signtx', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'DEP_interface', 'Interface yang dibuat '), _defineProperty(_id$data, 'SWAP_rates', "Nilai Tukar yang berlaku "), _defineProperty(_id$data, 'SWAP_init_1', "Saya ingin menukar "), _defineProperty(_id$data, 'SWAP_init_2', " menjadi "), _defineProperty(_id$data, 'SWAP_init_CTA', "Lanjutkan! "), _defineProperty(_id$data, 'SWAP_information', "Informasi Anda "), _defineProperty(_id$data, 'SWAP_send_amt', "Jumlah untuk dikirim "), _defineProperty(_id$data, 'SWAP_rec_amt', "Jumlah untuk diterima "), _defineProperty(_id$data, 'SWAP_your_rate', "Nilai tukar Anda "), _defineProperty(_id$data, 'SWAP_rec_add', "Alamat penerima Anda "), _defineProperty(_id$data, 'SWAP_start_CTA', "Tukarkan "), _defineProperty(_id$data, 'SWAP_ref_num', "Nomor referensi Anda "), _defineProperty(_id$data, 'SWAP_time', "Sisa waktu untuk mengirim "), _defineProperty(_id$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_id$data, 'SWAP_progress_1', "Perintah Dijalankan "), _defineProperty(_id$data, 'SWAP_progress_2', "Menunggu "), _defineProperty(_id$data, 'SWAP_progress_3', "Diterima! "), _defineProperty(_id$data, 'SWAP_progress_4', "Mengirim {{orderResult.output.currency}} "), _defineProperty(_id$data, 'SWAP_progress_5', "Perintah Selesai "), _defineProperty(_id$data, 'SWAP_order_CTA', "Kirimkan "), _defineProperty(_id$data, 'SWAP_unlock', "Unlock wallet Anda untuk mengirim ETH atau Token langsung dari halaman ini. "), _defineProperty(_id$data, 'ERROR_0', 'Masukkan jumlah yang valid. '), _defineProperty(_id$data, 'ERROR_1', 'Password minimal terdiri dari 9 huruf. Pastikan password Anda kuat. '), _defineProperty(_id$data, 'ERROR_2', 'Maaf! tipe dompet ini tidak dikenal. '), _defineProperty(_id$data, 'ERROR_3', 'Ini bukan file dompet yang valid. '), _defineProperty(_id$data, 'ERROR_4', 'Unit tidak valid, gunakan salah satu dari unit berikut '), _defineProperty(_id$data, 'ERROR_5', 'Alamat tidak valid. '), _defineProperty(_id$data, 'ERROR_6', 'Password tidak valid. '), _defineProperty(_id$data, 'ERROR_7', 'Jumlah tidak valid. (Harus integer. Coba 0-18.) '), _defineProperty(_id$data, 'ERROR_8', 'Gas limit tidak valid. (Harus integer. Coba 21000-4000000.) '), _defineProperty(_id$data, 'ERROR_9', 'Nilai data tidak valid. (Harus hex.) '), _defineProperty(_id$data, 'ERROR_10', 'Jumlah Gas tidak valid. (Harus integer. Coba 20 GWEI / 20000000000 WEI.) '), _defineProperty(_id$data, 'ERROR_11', 'Nonce tidak valid. (Harus integer.) '), _defineProperty(_id$data, 'ERROR_12', 'Signed transaction tidak valid. '), _defineProperty(_id$data, 'ERROR_13', 'Sudah ada Dompet dengan nickname ini. '), _defineProperty(_id$data, 'ERROR_14', 'Dompet tidak ditemukan. '), _defineProperty(_id$data, 'ERROR_15', 'Tidak ditemukan proposal dengan ID ini atau terjadi error saat membaca proposal ini. '), _defineProperty(_id$data, 'ERROR_16', 'Terdapat dompet dengan alamat yang sama di storage. Cek kembali halaman dompet Anda. '), _defineProperty(_id$data, 'ERROR_17', 'Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Minimal harus ada **0.01 ETH** di akun untuk menutup biaya gas. Tambahkan ether dan coba lagi. '), _defineProperty(_id$data, 'ERROR_18', 'Semua gas akan digunakan pada transaksi ini. Ini berarti Anda telah memberikan suara pada proposal ini atau periode perdebatan telah berakhir. '), _defineProperty(_id$data, 'ERROR_19', 'Simbol tidak valid '), _defineProperty(_id$data, 'ERROR_20', 'Bukan ERC-20 token yang valid.'), _defineProperty(_id$data, 'ERROR_21', 'Tidak dapat memperkirakan gas. Saldo di akun tidak cukup, atau alamat kontrak penerima bisa mengeluarkan error. Cobalah untuk secara manual mengatur gas dan melanjutkan. Keterangan Error saat pengiriman mungkin lebih informatif. '), _defineProperty(_id$data, 'ERROR_22', 'Masukkan nama node yang valid'), _defineProperty(_id$data, 'ERROR_23', 'Masukkan URL yang valid. Jika Anda menggunakan https, URL Anda harus https'), _defineProperty(_id$data, 'ERROR_24', 'Masukkan port yang valid. '), _defineProperty(_id$data, 'ERROR_25', 'Masukkan chain ID yang valid. '), _defineProperty(_id$data, 'ERROR_26', 'Masukkan ABI yang valid. '), _defineProperty(_id$data, 'ERROR_27', 'Jumlah Minimum: 0.01. Jumlah Max: '), _defineProperty(_id$data, 'ERROR_28', '**DIPERLUKAN File Keystore & password** (atau Kunci Privat) untuk mengakses dompet Anda. Simpan dan backup dengan baik file ini! Tidak ada mekanisme untuk me-recover dompet jika file-nya hilang. Baca instruksi lengkapnya [di sini](https://www.myetherwallet.com/#help). '), _defineProperty(_id$data, 'ERROR_29', 'Masukkan user dan password yang valid. '), _defineProperty(_id$data, 'ERROR_30', 'Masukkan nama yang vaklid (7+ karakter, tanda baca terbatas) '), _defineProperty(_id$data, 'ERROR_31', 'Masukkan frase rahasia yang valid. '), _defineProperty(_id$data, 'ERROR_32', 'Tidak dapat tersambung ke node. Coba lakukan "Refresh" dan ganti node (pojok kanan atas), dan check setting firewall. Jika node-nya custom, periksa configs-nya.'), _defineProperty(_id$data, 'ERROR_33', 'Dompet yang Anda buka tidak sesuai dengan address pemiliknya. '), _defineProperty(_id$data, 'ERROR_34', 'Nama yang Anda coba buka tidak sama dengan nama yang dimasukkan. '), _defineProperty(_id$data, 'ERROR_35', 'Address yang dimasukkan tidak di checksum. Informasi lebih lanjut'), _defineProperty(_id$data, 'ERROR_36', 'Masukkan TX hash yang valid'), _defineProperty(_id$data, 'ERROR_37', 'Masukkan hex string yang valid (0-9, a-f)'), _defineProperty(_id$data, 'SUCCESS_1', 'Alamat valid '), _defineProperty(_id$data, 'SUCCESS_2', 'Dompet telah ter-dekripsi '), _defineProperty(_id$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_id$data, 'SUCCESS_4', 'Dompet Anda telah ditambahkan '), _defineProperty(_id$data, 'SUCCESS_5', 'File Terpilih '), _defineProperty(_id$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_id$data, 'SUCCESS_7', 'Message Signature ter-verifikasi'), _defineProperty(_id$data, 'WARN_Send_Link', 'Alamat, jumlah, gas atau informasi telah diisikan untuk Anda. Informasi tersebut dapat Anda rubah sebelum pengiriman. Buka kunci dompet Anda Untuk memulai. '), _defineProperty(_id$data, 'GETH_InvalidSender', 'Pengirim tidak valid '), _defineProperty(_id$data, 'GETH_Nonce', 'Nonce terlalu rendah '), _defineProperty(_id$data, 'GETH_Cheap', 'Harga Gas terlalu kecil untuk dapat diterima '), _defineProperty(_id$data, 'GETH_Balance', 'Saldo tidak mencukupi '), _defineProperty(_id$data, 'GETH_NonExistentAccount', 'Akun tidak ditemukan atau saldo terlalu rendah '), _defineProperty(_id$data, 'GETH_InsufficientFunds', 'Tidak cukup saldo untuk gas * harga + nilai '), _defineProperty(_id$data, 'GETH_IntrinsicGas', 'Gas intrinsik terlalu rendah '), _defineProperty(_id$data, 'GETH_GasLimit', 'Melebihi limit blok gas '), _defineProperty(_id$data, 'GETH_NegativeValue', 'Nilai negatif '), _defineProperty(_id$data, 'PARITY_AlreadyImported', "(parity-01) Transaksi dengan hash yang sama sudah pernah di-impor sebelumnya. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_GasLimitExceeded', "(parity-02) Biaya transaksi melebihi limit gas yang berlaku. Limit: {}, tersedia: {}. Coba turunkan gas yang disediakan. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_InsufficientBalance', "(parity-03) Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Diperlukan {} dan hanya tersedia: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InsufficientGasPrice', "(parity-04) Biaya transaksi terlalu rendah. Tidak memenuhi nilai biaya minimal untuk node Anda(minimal: {}, got: {}). Coba naikkan biaya transaksi. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InvalidGasLimit', "(parity-05) Gas yang disediakan nilainya diatas limit. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_LimitReached', "(parity-06) Terlalu banyak transaksi dalam antrian. Transaksi Anda gugur karena melampaui batas. Coba naikkan biaya transaksi There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_Old', "(parity-07) Nonce transaksi terlalu kecil. Coba naikkan nilai Nonce-nya. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_id$data, 'PARITY_TooCheapToReplace', "(parity-08) Biaya transaksi terlalu rendah. Ada transaksi lain dengan nonce yang sama dalam antrian. Coba naikkan biaya transaksi atau naikkan nonce-nya. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'translate_version', '0.3 '), _defineProperty(_id$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_id$data, 'TranslatorName_1', '[Yos Ginting](https://www.myetherwallet.com/?gaslimit=21000&to=0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c&value=1.0#send-transaction) '), _defineProperty(_id$data, 'TranslatorAddr_1', '0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c '), _defineProperty(_id$data, 'TranslatorName_2', ''), _defineProperty(_id$data, 'TranslatorAddr_2', ''), _defineProperty(_id$data, 'TranslatorName_3', ''), _defineProperty(_id$data, 'TranslatorAddr_3', ''), _defineProperty(_id$data, 'TranslatorName_4', ''), _defineProperty(_id$data, 'TranslatorAddr_4', ''), _defineProperty(_id$data, 'TranslatorName_5', ''), _defineProperty(_id$data, 'TranslatorAddr_5', ''), _defineProperty(_id$data, 'HELP_Warning', 'Jika Anda telah membuat dompet -atau- mendownload repo sebelum **Des. 31, 2015**, periksa dompet Anda & download versi repo yang baru. Klik untuk penjelasan yang lebih rinci. '), _defineProperty(_id$data, 'HELP_Desc', 'Anda melihat sesuatu yang hilang? Atau ada pertanyaan lain? [Hubungi kami](mailto:support@myetherwallet.com), dan kami tidak hanya akan menjawab pertanyaan Anda, kami akan memperbarui halaman ini untuk lebih bermanfaat bagi pengguna lainnya kedepan! '), _defineProperty(_id$data, 'HELP_Remind_Title', 'Beberapa pengingat '), _defineProperty(_id$data, 'HELP_Remind_Desc_1', '** Ethereum, MyEtherWallet.com & MyEtherWallet CX, dan beberapa library Javascript yang kami gunakan sedang dalam pengembangan yang aktif.** Meskipun kami telah benar-benar menguji & puluhan ribu dompet telah berhasil diciptakan oleh para pengguna di seluruh dunia, selalu ada kemungkinan bahwa sesuatu yang tidak terduga dapat terjadi yang menyebabkan ETH Anda hilang. Tolong jangan menginvestasikan lebih dari yang Anda mampu kehilangan, dan mohon berhati-hati. Jika ada sesuatu yang buruk terjadi, kami mohon maaf, tapi **kami tidak bertanggung jawab atas Ether yang hilang**. '), _defineProperty(_id$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX bukan "dompet web". Anda tidak membuat akun atau memberikan Ether Anda untuk kami pegang. Semua data tidak pernah meninggalkan komputer/browser Anda. Kami mempermudah Anda untuk membuat, menyimpan, dan mengakses informasi Anda dan berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_Remind_Desc_3', 'Jika Anda tidak menyimpan Kunci Privat & password Anda, tidak ada cara untuk memulihkan akses ke dompet Anda atau dana yang ada di dalamnya. Simpan kunci cadangan ke beberapa lokasi fisik – jangan hanya di komputer Anda saja! '), _defineProperty(_id$data, 'HELP_0_Title', '0) Saya masih baru. Apa yang harus saya lakukan? '), _defineProperty(_id$data, 'HELP_0_Desc_1', 'MyEtherWallet memberi Anda kemampuan untuk membuat dompet baru sehingga Anda dapat menyimpan Ether oleh diri Anda sendiri, bukan di bursa. Proses ini dilakukan sepenuhnya di komputer Anda, bukan di server kami. Oleh karena itu, saat Anda membuat dompet baru, **Anda bertanggung jawab untuk menyimpan cadangan/backup-nya dengan aman**. '), _defineProperty(_id$data, 'HELP_0_Desc_2', 'Buat dompet baru. '), _defineProperty(_id$data, 'HELP_0_Desc_3', 'Buat dompet cadangan/backup. '), _defineProperty(_id$data, 'HELP_0_Desc_4', 'Verifikasi bahwa Anda memiliki akses ke dompet baru ini dan telah menyimpan semua informasi yang diperlukan dengan benar. '), _defineProperty(_id$data, 'HELP_0_Desc_5', 'Transfer Ether ke dompet baru ini. '), _defineProperty(_id$data, 'HELP_1_Title', '1) Bagaimana cara membuat dompet baru? '), _defineProperty(_id$data, 'HELP_1_Desc_1', 'Buka halaman "Buat Dompet". '), _defineProperty(_id$data, 'HELP_1_Desc_2', 'Buka laman "Tambahkan Dompet" & pilih "Buat Dompet Baru" '), _defineProperty(_id$data, 'HELP_1_Desc_3', 'Masukkan password yang kuat. Jika Anda pikir Anda mungkin melupakannya, simpan di tempat yang aman. Anda memerlukan password ini untuk mengirim transaksi. '), _defineProperty(_id$data, 'HELP_1_Desc_4', 'Klik "GENERATE/BUAT". '), _defineProperty(_id$data, 'HELP_1_Desc_5', 'Dompet Anda telah dibuat. '), _defineProperty(_id$data, 'HELP_2a_Desc_1', 'Anda harus selalu membuat cadangan/backup dompet Anda secara eksternal dan di beberapa lokasi fisik - seperti pada drive USB dan/atau selembar kertas. '), _defineProperty(_id$data, 'HELP_2a_Desc_2', 'Simpan alamatnya. Anda bisa menyimpannya untuk diri sendiri atau membaginya dengan orang lain. Dengan cara itu, orang lain bisa mentransfer Ether ke Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_3', 'Simpan untuk diri sendiri semua versi Kunci Privat. Jangan berbagi dengan orang lain. Kunci Privat tersebut akan Anda diperlukan saat Anda ingin mengakses Ether Anda untuk mengirimkannya! Ada 3 jenis Kunci Privat: '), _defineProperty(_id$data, 'HELP_2a_Desc_4', 'Simpan alamat Anda, semua versi Kunci Privat, dan dompet kertas versi PDF dalam sebuah folder. Simpan ini di komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_5', 'Cetak alamat dompet jika Anda memiliki printer. Jika tidak, tuliskan kunci dan alamat privat Anda di selembar kertas. Simpan ini di lokasi yang aman, terpisah dari komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_6', 'Ingat, Anda harus mencegah hilangnya kunci dan passwordnya karena hilang atau gagalnya hard drive, atau drive USB, atau lembaran kertasnya. Anda juga harus ingat kerusakan total dari area fisik yang ada (misalnya karena api atau banjir). '), _defineProperty(_id$data, 'HELP_2b_Title', '2b) Bagaimana cara penyimpanan yang aman / offline / cold storage menggunakan MyEtherWallet? '), _defineProperty(_id$data, 'HELP_2b_Desc_1', 'Kunjungi [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_id$data, 'HELP_2b_Desc_2', 'Klik file `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_id$data, 'HELP_2b_Desc_3', 'Pindahkan zip ke sebuah komputer yang tidak terhubung ke internet (airgapped). '), _defineProperty(_id$data, 'HELP_2b_Desc_4', 'Unzip file-nya dan double klik `index.html`. '), _defineProperty(_id$data, 'HELP_2b_Desc_5', 'Buat dompet dengan password yang kuat. '), _defineProperty(_id$data, 'HELP_2b_Desc_6', 'Simpan alamatnya. Simpan semua versi Kunci Privatnya. Simpan passwordnya jika Anda mampu untuk mengingatnya selamanya. '), _defineProperty(_id$data, 'HELP_2b_Desc_7', 'Simpan kertas-kertas tersebut / USB di beberapa lokasi yang terpisah secara fisik. '), _defineProperty(_id$data, 'HELP_2b_Desc_8', 'Buka halaman "Lihat Info Dompet" dan ketik password/Kunci Privat Anda untuk memastikannya benar dan akses dompet Anda. Periksa dan pastikan alamat yang Anda tulis sama. '), _defineProperty(_id$data, 'HELP_3_Title', '3) Bagaimana cara memverifikasi bahwa saya memiliki akses ke dompet baru saya? '), _defineProperty(_id$data, 'HELP_3_Desc_1', '**Sebelum Anda mengirim Ether ke dompet baru Anda**, Anda harus memastikan Anda memiliki akses ke dompet baru tersebut. '), _defineProperty(_id$data, 'HELP_3_Desc_2', 'Buka halaman "Lihat Info Dompet". '), _defineProperty(_id$data, 'HELP_3_Desc_3', 'Buka laman MyEtherWallet.com bagian "Lihat Info Dompet" . '), _defineProperty(_id$data, 'HELP_3_Desc_4', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_5', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_3_Desc_6', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_3_Desc_7', 'Informasi dompet Anda akan ditayangkan. Temukan alamat akun Anda, di samping ikon berbentuk lingkaran yang berwarna-warni. Ikon visual ini merepresentasikan alamat Anda. Pastikan bahwa alamat tersebut adalah alamat yang telah Anda simpan ke dokumen teks Anda dan telah juga disalin ke dompet kertas Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_8', 'Jika Anda berencana untuk menyimpan ether dalam jumlah besar, sebaiknya coba untuk mengirimkan sejumlah kecil ether dari dompet baru sebelum menyetorkan jumlah yang besar. Kirim 0,001 ether ke dompet baru Anda, akses dompet itu, lalu coba kirimkan 0,001 ether itu ke alamat lain, dan pastikan semuanya berjalan lancar. '), _defineProperty(_id$data, 'HELP_4_Title', '4) Bagaimana cara mengirim Ether dari satu dompet ke dompet lainnya? '), _defineProperty(_id$data, 'HELP_4_Desc_1', 'Jika Anda berencana untuk memindahkan ether dalam jumlah besar, pastikan Anda telah menguji pengiriman sejumlah kecil ke dompet Anda terlebih dahulu untuk memastikan semuanya berjalan sesuai rencana. '), _defineProperty(_id$data, 'HELP_4_Desc_2', 'Buka halaman "Kirim Ether dan Token". '), _defineProperty(_id$data, 'HELP_4_Desc_3', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_4_Desc_4', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_4_Desc_5', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_4_Desc_6', 'Masukkan alamat yang ingin Anda kirim ke kolom "Alamat:". '), _defineProperty(_id$data, 'HELP_4_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4_Desc_9', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_4_Desc_10', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_4_Desc_11', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya. '), _defineProperty(_id$data, 'HELP_4_Desc_12', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.". '), _defineProperty(_id$data, 'HELP_4_Desc_13', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_4CX_Title', '4) Bagaimana cara mengirim Ether menggunakan MyEtherWallet CX? '), _defineProperty(_id$data, 'HELP_4CX_Desc_1', 'Pertama, Anda perlu menambahkan dompet. Setelah melakukannya, Anda memiliki 2 pilihan: menggunakan "QuickSend" dari ikon Chrome Extension atau menggunakan halaman "Kirim Ether dan Tokens". '), _defineProperty(_id$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_id$data, 'HELP_4CX_Desc_3', 'Klik Ikon Chrome Extension. '), _defineProperty(_id$data, 'HELP_4CX_Desc_4', 'Klik tombol "QuickSend". '), _defineProperty(_id$data, 'HELP_4CX_Desc_5', 'Pilih dompet yang dipakai untuk mengirim. '), _defineProperty(_id$data, 'HELP_4CX_Desc_6', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_4CX_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4CX_Desc_8', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_9', 'Verifikasi alamat dan jumlah yang Anda kirim sudah benar. '), _defineProperty(_id$data, 'HELP_4CX_Desc_10', 'Masukkan password untuk dompet itu. '), _defineProperty(_id$data, 'HELP_4CX_Desc_11', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_12', 'Menggunakan halaman "Kirim Ether dan Tokens" '), _defineProperty(_id$data, 'HELP_5_Title', '5) Bagaimana cara menjalankan MyEtherWallet.com secara offline/lokal? '), _defineProperty(_id$data, 'HELP_5_Desc_1', 'Anda dapat menjalankan MyEtherWallet.com secara lokal di komputer Anda, bukan dari server GitHub. Anda dapat membuat dompet yang benar-benar offline dan mengirim transaksi dari laman "Transaksi Offline". '), _defineProperty(_id$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sekarang berjalan sepenuhnya di komputer Anda. '), _defineProperty(_id$data, 'HELP_5_Desc_8', 'Jika Anda belum pernah melakukannya, Anda harus menyimpan folder dan seluruh isinya (bukan hanya `index.html`) agar bisa menjalankan websitenya. Jangan rubah atau pindahkan file apapun yang ada di dalam folder. Jika Anda akan menyimpan backup dari MyEtherWallet repo, sebaiknya simpan versi ZIP-nya untuk menggaransi bahwa isi foldernya lengkap. '), _defineProperty(_id$data, 'HELP_5_Desc_9', 'Karena kami masih terus memperbarui MyEtherWallet.com, sebaiknya Anda juga memperbarui versi repo yang Anda simpan secara berkala. '), _defineProperty(_id$data, 'HELP_5CX_Title', '6) Bagaimana cara memasang ekstensi ini dari repo, bukan dari Chrome Store? '), _defineProperty(_id$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip` dan unzip. '), _defineProperty(_id$data, 'HELP_5CX_Desc_3', 'Buka Google Chrome dan temukan Setting Anda (di menu di kanan atas). '), _defineProperty(_id$data, 'HELP_5CX_Desc_4', 'Klik "Extensions" di sebelah kiri. '), _defineProperty(_id$data, 'HELP_5CX_Desc_5', 'Check tombol "Developer Mode" di bagian atas dari laman tersebut. '), _defineProperty(_id$data, 'HELP_5CX_Desc_6', 'Klik tombol "Load unpacked extension...". '), _defineProperty(_id$data, 'HELP_5CX_Desc_7', 'Buka folder yang baru saja di unzip. Klik "select". '), _defineProperty(_id$data, 'HELP_5CX_Desc_8', 'Ekstensi tersebut sekarang akan muncul di bagian ekstensi dan di bilah Chrome Extension. '), _defineProperty(_id$data, 'HELP_7_Title', '7) Bagaimana cara mengirim Token & menambahkan token custom? '), _defineProperty(_id$data, 'HELP_7_Desc_0', 'Kunjungi [Ethplorer.io](https://ethplorer.io/) untuk mendapatkan informasi terkait token dan token desimal. '), _defineProperty(_id$data, 'HELP_7_Desc_1', 'Buka halaman "Kirim Token". '), _defineProperty(_id$data, 'HELP_7_Desc_2', 'Buka dompet Anda. '), _defineProperty(_id$data, 'HELP_7_Desc_3', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_7_Desc_4', 'Masukkan jumlah yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_5', 'Pilih token yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_6', 'Jika Anda tidak melihat token di dalam daftar yang ada: '), _defineProperty(_id$data, 'HELP_7_Desc_7', 'Klik "Custom". '), _defineProperty(_id$data, 'HELP_7_Desc_8', 'Masukkan alamat, nama, dan desimal dari token. Ini di set oleh para pengembang token dan juga dibutuhkan saat Anda "Add a Watch Token" ke Mist. '), _defineProperty(_id$data, 'HELP_7_Desc_9', 'Klik "Simpan". '), _defineProperty(_id$data, 'HELP_7_Desc_10', 'Anda sekarang dapat mengirim token itu dan juga melihat saldonya di sidebar. '), _defineProperty(_id$data, 'HELP_7_Desc_11', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_7_Desc_12', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_7_Desc_13', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya.. '), _defineProperty(_id$data, 'HELP_7_Desc_14', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.".'), _defineProperty(_id$data, 'HELP_7_Desc_15', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_8_Title', '8) Apa yang terjadi jika situs Anda tidak berfungsi? '), _defineProperty(_id$data, 'HELP_8_Desc_1', 'MyEtherWallet bukan dompet web. Anda tidak memiliki login dan tidak ada yang bisa disimpan ke server kami. Ini hanyalah sebuah antarmuka yang memungkinkan Anda berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_8_Desc_2', 'Jika situs MyEtherWallet.com tidak berfungsi, Anda harus memakai cara lain (misalnya memakai geth atau Ethereum Wallet/Mist) sebagai alternatifnya. Tapi Anda tidak perlu "mengeluarkan" Ether Anda dari MyEtherWallet.com karena Ether Anda tidak disimpan di MyEtherWallet.com. Ether Anda tetap tersimpan dalam dompet yang Anda buat di situs kami. '), _defineProperty(_id$data, 'HELP_8_Desc_3', 'Sekarang Anda dapat mengimpor Kunci Privat yang tidak dienkripsi dan file dalam format Geth/Mist (terenkripsi) langsung ke geth/ Ethereum Wallet/Mist dengan sangat mudah. Lihat pertanyaan #12 di bawah ini. '), _defineProperty(_id$data, 'HELP_8_Desc_4', 'Lebih dari itu, kemungkinan kita menghentikan layanan MyEtherWallet sangat kecil. Hampir tidak ada biaya dari penyelenggaraan layanan ini karena kami tidak menyimpan data apapun. Kalaupun sampai kami menghentikan layanan, semua file ini akan selalu akan tersedia untuk umum di [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Anda bisa mendownload file ZIP-nya disana dan menjalankannya secara lokal. '), _defineProperty(_id$data, 'HELP_8CX_Title', '8) Apa yang terjadi jika MyEtherWallet CX tidak beredar lagi? '), _defineProperty(_id$data, 'HELP_8CX_Desc_1', 'Pertama, semua data tersimpan di komputer Anda, bukan di server kami. Mungkin membingungkan, tapi saat Anda melihat semua Chrome Extension, Anda sedang TIDAK melihat program yang tersimpan di server kami - semuanya tersimpan di komputer Anda sendiri. '), _defineProperty(_id$data, 'HELP_8CX_Desc_2', 'terlepas dari semua itu, **sangat penting** bagi Anda untuk membuat backup/cadangan dari semua informasi dompet baru yang Anda buat dengan MyEtherWallet CX. Dengan begitu, jika terjadi sesuatu pada MyEtherWallet CX atau komputer Anda, Anda masih memiliki semua informasi yang diperlukan untuk mengakses Ether Anda. Lihat #2a untuk cara membuat backup/cadangan dompet Anda. '), _defineProperty(_id$data, 'HELP_8CX_Desc_3', 'Jika karena suatu hal maupun lainnya MyEtherWallet CX tidak lagi tersedia di Chrome Store, Anda tetap dapat menemukan file aslinya di Github dan menjalankannya secara manual. Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_9_Title', '9) Kenapa halaman "Kirim Ether dan Tokens" seperti offline? '), _defineProperty(_id$data, 'HELP_9_Desc_1', 'Sebenarnya tidak offline. Halaman tersebut memerlukan internet untuk mendapatkan harga gas saat ini, nonce akun anda, dan menyiarkan transaksi (alias "send"). Namun, pengiriman hanya memakai data transaksi yang sudah ditandatangani. Kunci Privat Anda tetap aman bersama Anda. Kami juga sekarang menyediakan halaman "Transaksi Offline" sehingga Anda dapat memastikan Kunci Privat Anda berada pada komputer yang offline/airgapped setiap saat.. '), _defineProperty(_id$data, 'HELP_10_Title', '10) Bagaimana cara melakukan transaksi offline? '), _defineProperty(_id$data, 'HELP_10_Desc_1', 'Buka halaman "Offline Transaction" menggunakan komputer yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_2', 'Masukkan data "From Address". Catatan, ini adalah alamat asal DARI pengirim, Bukan alamat TUJUAN. Langkah ini akan menghasilkan nonce dan harga gas. '), _defineProperty(_id$data, 'HELP_10_Desc_3', 'Pindah ke komputer yang offline. Masukkan "ALAMAT TUJUAN/TO ADDRESS" dan "JUMLAH/AMOUNT" yang akan dikirim. '), _defineProperty(_id$data, 'HELP_10_Desc_4', 'Masukkan "HARGA GAS/GAS PRICE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_5', 'Masukkan "NONCE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_6', '"BATAS GAS/GAS LIMIT" memiliki nilai default 21000. Ini cukup untuk membiayai transaksi standar. Jika Anda mengirim ke kontrak atau terdapat data tambahan dalam transaksi Anda, Anda perlu menambah batas gas. Sisa Gas akan dikembalikan kepada Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_7', 'Jika dikehendaki, Anda dapat menambahkan beberapa data. Jika Anda memasukkan data, Anda harus menambahkan gas diatas batas gas default 21000. Semua data dalam format HEX. '), _defineProperty(_id$data, 'HELP_10_Desc_8', 'Pilih file dompet Anda -atau- Kunci Privat-nya dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_9', 'Tekan tombol "LAKSANAKAN SIGNED TRANSACTION/GENERATE SIGNED TRANSACTION". '), _defineProperty(_id$data, 'HELP_10_Desc_10', 'Data di bawah tombol ini akan terisi dengan signed transaction Anda. Salin ini dan pindah kembali ke komputer Anda yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_11', 'Di komputer Anda yang online Anda, paste data signed transaction tadi ke bidang teks di langkah #3 dan klik kirim. Ini akan menyiarkan transaksi Anda ke jaringan. '), _defineProperty(_id$data, 'HELP_12_Title', '12) Bagaimana cara mengimpor dompet yang dibuat dengan MyEtherWallet ke dalam geth / Ethereum Wallet / Mist? '), _defineProperty(_id$data, 'HELP_12_Desc_1', 'Memakai file Geth/Mist JSON yang dibuat dari MyEtherWallet v2+.... '), _defineProperty(_id$data, 'HELP_12_Desc_2', 'Buka halaman "Lihat Info Dompet/View Wallet Info". '), _defineProperty(_id$data, 'HELP_12_Desc_3', 'Buka dompet Anda dengan menggunakan Kunci Privat atau file JSON yang **terenkripsi**. '), _defineProperty(_id$data, 'HELP_12_Desc_4', 'Buka halaman "Dompet Saya/My Wallets". '), _defineProperty(_id$data, 'HELP_12_Desc_5', 'Pilih dompet yang ingin Anda impor ke Mist, klik ikon "Lihat/View", masukkan password Anda, dan akses dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_6', 'Temukan bagian "Download JSON file - Geth/Mist Format (terenkripsi)". Tekan tombol "Download" di bawahnya. Anda akan dapatkan file keystore-nya. '), _defineProperty(_id$data, 'HELP_12_Desc_7', 'Buka aplikasi Ethereum Wallet. '), _defineProperty(_id$data, 'HELP_12_Desc_8', 'Di menu bar, buka "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_id$data, 'HELP_12_Desc_9', 'Ini akan membuka folder keystore Anda. Salin file yang baru saja Anda download (`UTC - 2016-04-14 ........ /`) ke folder keystore tersebut. '), _defineProperty(_id$data, 'HELP_12_Desc_10', 'Akun Anda akan segera muncul di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_11', 'Menggunakan Kunci Privat yang tidak dienkripsi... '), _defineProperty(_id$data, 'HELP_12_Desc_12', 'Jika Anda belum memiliki Kunci Privat yang tidak dienkripsi, navigasikan ke halaman "Lihat Detil Dompet/View Wallet Details". '), _defineProperty(_id$data, 'HELP_12_Desc_13', 'Pilih file dompet Anda -atau- masukkan/paste Kunci Privat Anda untuk membuka dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_14', 'Salin/Copy Kunci Privat Anda (tidak terenkripsi). '), _defineProperty(_id$data, 'HELP_12_Desc_15', 'ika Anda menggunakan Mac: '), _defineProperty(_id$data, 'HELP_12_Desc_15b', 'ika Anda menggunakan PC: '), _defineProperty(_id$data, 'HELP_12_Desc_16', 'Buka Teks Edit dan paste Kunci Privat ini. '), _defineProperty(_id$data, 'HELP_12_Desc_17', 'Buka menu bar dan klik "Format" -> "Make Plain text". '), _defineProperty(_id$data, 'HELP_12_Desc_18', 'Simpan file ini ke `desktop/` as` nothing_special_delete_me.txt` Anda. Pastikan tertulis "UTF-8" dan "Jika tidak ada ekstensi pada nama file yang diberikan gunakan .txt" pada dialog save. '), _defineProperty(_id$data, 'HELP_12_Desc_19', 'Buka terminal dan jalankan perintah berikut: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_20', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_21', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_22', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_23', 'Buka Notepad dan paste Kunci Privat-nya '), _defineProperty(_id$data, 'HELP_12_Desc_24', 'Simpan filenya dan beri nama `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_id$data, 'HELP_12_Desc_25', 'Jalankan perintah/command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_26', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_27', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_28', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_13_Title', '13) Apa arti dari "Dana yang tersedia tidak mencukupi. Akun yang Anda pakai untuk mengirim transaksi tidak memiliki cukup dana. Diperlukan XXXXXXXXXXXXXXXXXXX dan tersedia: XXXXXXXXXXXXXXXX."? '), _defineProperty(_id$data, 'HELP_13_Desc_1', 'Ini artinya tidak tersedia cukup Ether di akun Anda untuk menutupi biaya gas. Setiap transaksi (termasuk token dan transaksi kontrak) memerlukan gas dan gas tersebut dibayarkan menggunakan Ether. Jumlah yang ditampilkan adalah jumlah yang dibutuhkan untuk menutupi biaya transaksi di Wei. Ambil nomor itu, bagi dengan `1000000000000000000`, dan pakai untuk mengurangi jumlah Ether yang ingin Anda kirim (jika Anda mencoba mengirim Eter). Ini akan memberi Anda jumlah Ether yang perlu Anda kirim ke akun tersebut untuk melakukan transaksi. '), _defineProperty(_id$data, 'HELP_14_Title', '14) Beberapa situs menggunakan metode randomisasi pembuatan Kunci Privat melalui gerakan mouse. MyEtherWallet.com tidak menggunakan metode ini. Apakah metode pembuatan angka random yang dipakai MyEtherWallet aman? '), _defineProperty(_id$data, 'HELP_14_Desc_1', 'Harus diakuai bahwa penggunaan gerakan mouse adalah cara yang pandai dan oleh karenanya banyak orang menyukainya, namun sebenarnya metode window.crypto memastikan lebih banya entropi dibanding gerakan mouse anda. Menggunakan gerakan mouse bukanlah tidak aman, hanya saja kami (dan banyak peneliti kripto lainnya) percaya pada window.crypto. Selain itu, MyEtherWallet.com dapat digunakan pada perangkat sentuh. Bisa dilihat [percakapan antara redditor yang marah dengan Vitalik Buterin terkait gerakan mouse versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) dan ini tautan [window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_id$data, 'HELP_15_Title', '15) Kenapa akun yang baru saja saya buat tidak muncul di explorer blockchain? (seperti: etherchain, etherscan) '), _defineProperty(_id$data, 'HELP_15_Desc_1', 'Account hanya akan muncul di explorer blockchain begitu akun memiliki aktivitas di dalamnya—misalnya, setelah Anda memindahkan beberapa Ether ke sana. '), _defineProperty(_id$data, 'HELP_16_Title', '16) Bagaimana cara memeriksa saldo akun saya? '), _defineProperty(_id$data, 'HELP_16_Desc_1', 'Anda bisa menggunakan eksplorer blockchain seperti [etherscan.io](https://etherscan.io/). Paste alamat Anda ke dalam search bar dan riwayat transaksi Anda akan ditampilkan. Contohnya, [akun donasi kami](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) dilihat di etherscan.io '), _defineProperty(_id$data, 'HELP_17_Title', '17) Mengapa saldo saya tidak muncul saat saya membuka dompet saya? '), _defineProperty(_id$data, 'HELP_17_Desc_1', 'Hal ini kemungkinan besar karena Anda berada di belakang firewall. API yang kami gunakan untuk mendapatkan saldo dan mengonversi saldo tersebut terkadang diblokir oleh firewall. Anda masih bisa mengirim transaksi, Anda hanya perlu menggunakan metode yang berbeda untuk melihat saldo tersebut, misalnya memakai etherscan.io '), _defineProperty(_id$data, 'HELP_18_Title', '18) Dimana file dompet geth saya? '), _defineProperty(_id$data, 'HELP_19_Title', '19) Dimana file dompet Mist saya? '), _defineProperty(_id$data, 'HELP_19_Desc_1', 'File Mist biasanya tersimpan di lokasi di atas, tapi lebih mudah untuk membuka Mist, dengan memilih "Accounts" di bilah atas/top bar, pilih "Backup", dan pilih "Accounts". Ini akan membuka folder tempat file Anda disimpan. '), _defineProperty(_id$data, 'HELP_20_Title', '20) Dimana file dompet pre-sale saya? '), _defineProperty(_id$data, 'HELP_20_Desc_1', 'Ya di lokasi tempat Anda menyimpannya. ;) Juga semestinya dikirim lewat email, jadi coba check dulu. Cari file dengan nama `"ethereum_wallet_backup.json"` dan pilih file tersebut. File dompet ini akan dienkripsi dengan password yang Anda buat saat melakukan pembelian pre-sale. '), _defineProperty(_id$data, 'HELP_21_Title', '21) Tidak bisakah seseorang mencoba memasukkan data Kunci Privat secara acak dari akun yang ada saldonya, dan kemudian mengirimnya ke alamat mereka sendiri? '), _defineProperty(_id$data, 'HELP_21_Desc_1', 'Jawaban singkatnya: bisa, tapi mencari Kunci Privat sebuah akun yang ada saldonya akan memakan waktu lebih lama dari usia alam semesta...jadi jawabannya adalah...tidak bisa. '), _defineProperty(_id$data, 'HELP_21_Desc_2', 'Jawaban panjang versi ELI5: Ethereum dibuat berdasarkan [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), dan lebih spesifiknya [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) yang sangat banyak digunakan, tidak hanya di Ethereum. Sebagian besar server dilindungi melalui ECC. Bitcoin juga menggunakannya, begitu pula SSH dan TLS dan banyak lagi lainnya. Secara spesifik, Ethereum memakai kunci 256-bit, yang lebih kuat dari 128-bit dan 192-bit, yang juga banyak penggunanya dan masih dianggap aman oleh para ahli. '), _defineProperty(_id$data, 'HELP_21_Desc_3', 'Dalam hal ini Anda memiliki Kunci Privat dan kunci publik. Kunci Privat dapat memperoleh kunci publik, namun kunci publik tidak dapat dikembalikan ke Kunci Privat. Fakta bahwa internet dan penyimpanan rahasia dunia menggunakan kriptografi ini berarti bahwa jika ada cara untuk mendapatkan Kunci Privat dari kunci publik, ether Anda yang hilang merupakan masalah paling tidak prioritas dibanding problematika manusia lainnya. '), _defineProperty(_id$data, 'HELP_21_Desc_4', 'Dengan segala penjelaan tadi, jika ada orang lain yang memiliki Kunci Privat Anda, maka YA mereka memang bisa mengirim ether dari akun Anda. Sama seperti jika seseorang memiliki password email Anda, mereka dapat membaca dan mengirim email Anda, atau password ke rekening bank Anda, mereka dapat melakukan transfer. Anda bisa mendownload Kunci Privat Anda yang versi Keystore yang merupakan Kunci Privat yang dienkripsi dengan kata sandi. Ini seperti memiliki password yang juga dilindungi oleh password lain. '), _defineProperty(_id$data, 'HELP_21_Desc_5', 'Dan YA, secara teori Anda bisa mencoba mengetikkan string dari 64 heksadesimal karakter sampai Anda mendapatkan yang cocok. Bahkan, orang yang cerdik bisa menulis sebuah program untuk mengecek Kunci Privat secara acak dengan sangat cepat. Teknik ini dikenal dengan nama "brute-forcing" atau "mining". Hal ini telah didiskuikan secara panjang lebar dan mendalam. Dengan beberapa server high end, mereka mungkin bisa mengecek lebih dari 1 Juta kunci/detik. Namun, bahkan dengan kecepatan tersebut, biaya menjalankan server tersebut masih jauh lebih tinggi darimanfaatnya. Kemungkinan besar Anda, dan cicit Anda, akan sudah meninggal dunia sebelum mendapatkan Kunci Privat yang cocok. '), _defineProperty(_id$data, 'HELP_21_Desc_6', 'Jika Anda tahu tentang Bitcoin, [ini akan memberikan gambaran:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Untuk menggambarkan betapa kecil kemungkinannya untuk terjadi: misalkan setiap satoshi dari setiap bitcoin yang akan dihasilkan dikirim ke Kunci Privatnya sendiri yang unik. Kemungkinan bahwa di antara kunci-kunci tersebut terdapat dua yang sesuai dengan alamat yang sama kira-kira satu dari 100 quintillion. '), _defineProperty(_id$data, 'HELP_21_Desc_7', '[Jika Anda perlu yang lebih teknikal:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Angka-angka ini tidak ada hubungannya dengan teknologi perangkatnya; angka tersebut adalah angka maksimum yang dimungkinkan secara termodinamika. Dan ini menyiratkan bahwa serangan brute force terhadap kunci 256-bit tidaklah dimungkinkan sampai ada komputer yang dibuat dari sesuatu selain materi dan menempati sesuatu selain ruang.. '), _defineProperty(_id$data, 'HELP_21_Desc_8', 'Tentu saja, ini dengan asumsi bahwa kunci dihasilkan dengan cara yang benar-benar acak & dengan entropi yang cukup. Kunci yang dihasilkan di sini memenuhi kriteria itu, seperti juga yang dihasilkan oleh Jaxx dan Mist/geth. Dompet ethereum semuanya cukup bagus. Kunci yang dihasilkan oleh brainwallet tidak, karena otak seseorang tidak mampu menciptakan angka yang benar-benar acak. Memang benar bahwa ada beberapa kekhawatiran mengenai kurangnya entropi atau seed yang tidak dihasilkan secara benar-benar acak yang terjadi di dunia Bitcoin, tapi itu adalah masalah terpisah yang dapat didiskusikan di lain kesempatan. '), _defineProperty(_id$data, 'HELP_SecCX_Title', 'Keamanan - MyEtherWallet CX '), _defineProperty(_id$data, 'HELP_SecCX_Desc_1', 'Dimanakah informasi saya disimpan oleh Chrome Extension ini? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_2', 'Informasi yang dimasukkan ke Chrome Extension ini disimpan melalui [chrome.storage](http://chrome.storage/). - ini adalah tempat yang sama dengan password yang Anda simpan saat menyimpan password di Chrome. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_3', 'Informasi apa saja yang disimpan? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_4', 'Alamat, nickname, Kunci Privat disimpan di chrome.storage. Kunci Privat dienkripsi menggunakan kata sandi yang Anda pakai saat menambahkan dompet. Alamat dompet dan nickname tidak dienkripsi. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_5', 'mengapa alamat dompet dan nickname tidak dienkripsi? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_6', 'Jika kami mengenkripsi item ini, Anda harus memasukkan password setiap kali Anda ingin melihat saldo akun atau melihat nickname. Jiak Anda khawatir, kami sarankan Anda menggunakan MyEtherWallet.com, bukan Chrome Extension ini. '), _defineProperty(_id$data, 'HELP_Sec_Title', 'Keamanan '), _defineProperty(_id$data, 'HELP_Sec_Desc_1', 'Jika salah satu pertanyaan pertama Anda adalah "Mengapa saya harus percaya keapda orang-orang ini?", Ini sikap kehati-hatian yang baik. Mudah-mudahan informasi berikut ini akan membantu meringankan kekhawatiran anda. '), _defineProperty(_id$data, 'HELP_Sec_Desc_2', 'Kami sudah ada sejak 2015. Jika Anda mencari ["myetherwallet" di reddit](https://www.reddit.com/search?q=myetherwallet), Anda bisa melihat banyak orang yang sudah menggunakan layanan kami dan baik-baik saja. '), _defineProperty(_id$data, 'HELP_Sec_Desc_3', 'Kami tidak akan mengambil uang Anda atau mencuri Kunci Privat Anda. Tidak ada kode berbahaya di situs ini. Bahkan, fungsi "BUAT DOMPET/GENERATE WALLET" sepenihnya dilakukan di sisi klien. Ini berarti bahwa semua kode dieksekusi di **komputer Anda** dan tidak pernah disimpan dan dikirim di luar itu. '), _defineProperty(_id$data, 'HELP_Sec_Desc_4', 'Periksa URL ini -- Situs ini dijalankan melalui GitHub dan Anda bisa melihat sorce code nya di sini: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) ke [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_id$data, 'HELP_Sec_Desc_5', 'Untuk membuat dompet, Anda dapat mendownload [source code dan menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest). Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_Sec_Desc_6', 'Cobalam emmbuat sebuah test dompet. Uji dan periksa serta lihat aktivitas apa saja yang sedang terjadi di jaringan. Cara termudah bagi Anda untuk melakukan hal ini adalah dengan klik kanan pada halamannya dan klik "inspect element". Buka "Network" tab. Buat sebuah Test Dompet. Anda akan buktikan nahwa tidak ada aktivitas jaringan. Anda mungkin melihat sesuatu yang terjadi seperti data:image/gif dan data:image/png. Itu adalah kode QR yang dihasilkan ... di komputer Anda ... oleh komputer Anda. Tidak ada bytes yang ditransfer. '), _defineProperty(_id$data, 'HELP_Sec_Desc_8', 'Jika Anda merasa tidak nyaman menggunakan fasilitas ini, maka janganlah dipakai. Kami membuat program iniuntuk membantu orang untuk membuat dompet dan melakukan transaksi tanpa perlu mendalami cara memakai command line atau menjalankan full node.. Sekali lagi, silakan menghubungi kami jika Anda memiliki masalah dan kami akan merespon selekasnya. Terima kasih! '), _defineProperty(_id$data, 'HELP_FAQ_Title', 'Jawaban-jawaban lain yang bermanfaat terkait Pertanyaan yang sering diajukan '), _defineProperty(_id$data, 'HELP_Contact_Title', 'Cara untuk menghubungi kami'), _id$data); module.exports = id; @@ -16518,7 +16515,7 @@ it.data = (_it$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_it$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_it$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_it$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_it$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_it$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_it$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_it$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_it$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_it$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_it$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_it$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_it$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_it$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_it$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_it$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_it$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_it$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_it$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_it$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_it$data, 'x_CancelReplaceTx', 'Annulla o sostituisci la transazione'), _defineProperty(_it$data, 'x_CancelTx', 'Annulla transazione'), _defineProperty(_it$data, 'x_PasswordDesc', 'Questa password * crittografa * la chiave privata. Non funge da seme per generare nuove chiavi. **Avrai bisogno di questa password e della chiave privata per sbloccare il portafoglio.**'), _defineProperty(_it$data, 'x_ReadMore', 'Altre informazioni'), _defineProperty(_it$data, 'x_ReplaceTx', 'Sostituisci transazione'), _defineProperty(_it$data, 'x_TransHash', 'Hash della transazione'), _defineProperty(_it$data, 'x_TXFee', 'Commissione transazione'), _defineProperty(_it$data, 'x_TxHash', 'Hash transazione'), _defineProperty(_it$data, 'NAV_CheckTxStatus', 'Controlla lo stato della transazione'), _defineProperty(_it$data, 'NAV_TxStatus', 'Stato transazione'), _defineProperty(_it$data, 'tx_Details', 'Dettagli della transazione'), _defineProperty(_it$data, 'tx_Summary', 'Nei periodi di traffico intenso (come durante le ICO) le transazioni possono rimanere in attesa per ore, o anche giorni. Questo strumento cerca di darti la possibilità di trovare e "annullare" / sostituire queste transazioni. ** Non è normalmente possibile farlo. Non dovresti farci affidamento, e funziona solo quando i *pool* delle transazioni sono pieni. [Altre informazioni su questo strumento qui.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_it$data, 'tx_notFound', 'Transazione non trovata'), _defineProperty(_it$data, 'tx_notFound_1', 'Impossibile trovare questa transazione nel *pool* delle transazioni del nodo a cui sei connesso.'), _defineProperty(_it$data, 'tx_notFound_2', 'Se l\'hai appena inviata, attendi 15 secondi e premi di nuovo il pulsante "Controlla lo stato della transazione". '), _defineProperty(_it$data, 'tx_notFound_3', 'Potrebbe trovarsi ancora nel *pool* delle transazioni di un altro nodo, in attesa di essere inclusa in un blocco.'), _defineProperty(_it$data, 'tx_notFound_4', 'Utilizza il menu a discesa in alto a destra e scegli un altro nodo ETH (ad esempio `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) e ricontrolla.'), _defineProperty(_it$data, 'tx_foundInPending', 'Transazione in sospeso trovata'), _defineProperty(_it$data, 'tx_foundInPending_1', 'La transazione è stata individuata nel *pool* delle transazioni del nodo a cui sei connesso. '), _defineProperty(_it$data, 'tx_foundInPending_2', 'Al momento è in sospeso (in attesa di essere inclusa in un blocco). '), _defineProperty(_it$data, 'tx_foundInPending_3', 'Forse è possibile "annullare" o sostituire questa transazione. Sblocca il portafoglio qui sotto.'), _defineProperty(_it$data, 'tx_FoundOnChain', 'Transazione trovata'), _defineProperty(_it$data, 'tx_FoundOnChain_1', 'La transazione è stata correttamente inclusa in un blocco e ora si trova sulla *blockchain*.'), _defineProperty(_it$data, 'tx_FoundOnChain_2', '**Se vedi un `( ! )` rosso, un messaggio di errore `BAD INSTRUCTION` o `OUT OF GAS`**, significa che la transazione non è stata correttamente *inviata*. Non puoi annullare o sostituire questa transazione. Puoi però inviarne una nuova. Se hai ricevuto un messaggio di errore "Out of Gas", dovresti raddoppiare il limite gas che avevi indicato in origine.'), _defineProperty(_it$data, 'tx_FoundOnChain_3', '**Se non vedi errori, la transazione è stata inviata correttamente.** I tuoi ETH o i tuoi token sono dove li hai inviati. Se non vedi questi ETH o token nell\'altro portafoglio / nel conto della piattaforma di scambio, e se sono passate più di 24 ore dall\'invio, [contatta quel servizio esterno](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Invia loro il *link* alla transazione e chiedi, cortesemente, di controllare la tua situazione.'), _defineProperty(_it$data, 'GEN_Help_1', 'Usa il tuo'), _defineProperty(_it$data, 'GEN_Help_2', 'per accedere al tuo conto.'), _defineProperty(_it$data, 'GEN_Help_3', 'Il tuo dispositivo * è * il tuo portafoglio.'), _defineProperty(_it$data, 'GEN_Help_4', 'Guide & FAQ'), _defineProperty(_it$data, 'GEN_Help_5', 'Come creare un portafoglio'), _defineProperty(_it$data, 'GEN_Help_6', 'Per iniziare'), _defineProperty(_it$data, 'GEN_Help_7', 'Mantienilo al sicuro · Fai un backup · Non condividerlo con nessuno · Non perderlo · Non si può ripristinare se lo perdi.'), _defineProperty(_it$data, 'GEN_Help_8', 'Non riesci a scaricare il file? '), _defineProperty(_it$data, 'GEN_Help_9', 'Prova ad usare Google Chrome '), _defineProperty(_it$data, 'GEN_Help_10', 'Fai clic col destro e scegli "Salva con nome". Nome file: '), _defineProperty(_it$data, 'GEN_Help_11', 'Non aprire questo file sul tuo computer '), _defineProperty(_it$data, 'GEN_Help_12', 'Usalo per sbloccare il portafoglio tramite MyEtherWallet (o Mist, Geth, Parity e altri client.) '), _defineProperty(_it$data, 'GEN_Help_13', 'Come fare il backup del file Keystore '), _defineProperty(_it$data, 'GEN_Help_14', 'Che cosa sono tutti questi formati? '), _defineProperty(_it$data, 'GEN_Help_15', 'Evitare la perdita & il furto dei tuoi fondi.'), _defineProperty(_it$data, 'GEN_Help_16', 'Che cosa sono tutti questi formati?'), _defineProperty(_it$data, 'GEN_Help_17', 'Perché dovrei farlo?'), _defineProperty(_it$data, 'GEN_Help_18', 'Per avere un backup secondario.'), _defineProperty(_it$data, 'GEN_Help_19', 'Nel caso ti dimenticassi la password.'), _defineProperty(_it$data, 'GEN_Help_20', 'Portafoglio offline'), _defineProperty(_it$data, 'GET_ConfButton', 'Ho capito. Continua.'), _defineProperty(_it$data, 'GEN_Label_5', 'Salva la tua `chiave privata`. '), _defineProperty(_it$data, 'GEN_Unlock', 'Sblocca il portafoglio per vedere l\'indirizzo'), _defineProperty(_it$data, 'GAS_PRICE_Desc', 'Il prezzo gas è la somma che paghi per unità di gas. `Commissione transazione = prezzo gas * limite gas` e si paga ai *miner* perché includano la tua transazione in un blocco. Più alto il prezzo gas = più veloce la transazione, ma più costosa. Di default è `41 GWEI`.'), _defineProperty(_it$data, 'GAS_LIMIT_Desc', 'Il limite gas è la quantità di gas da inviare con la transazione. `Commissione transazione` = prezzo gas * limite gas e si paga ai *miner* perché includano la tua transazione in un blocco. Aumentare questo numero non farà in modo che la tua transazione sia inclusa prima. Invio di ETH = `21000`. Invio di token = ~`200000`.'), _defineProperty(_it$data, 'NONCE_Desc', 'Il *nonce* è il numero di transazioni inviate da un certo indirizzo. Fa in modo che le transazioni siano inviate nel giusto ordine e non più di una volta.'), _defineProperty(_it$data, 'TXFEE_Desc', 'La commissione transazione si paga ai *miner* perché includano la transazione in un blocco. Si calcola come `limite gas` * `prezzo gas`. [Puoi calcolare la conversione GWEI -> ETH qui](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_it$data, 'NAV_AddWallet', 'Aggiungi portafoglio '), _defineProperty(_it$data, 'NAV_BulkGenerate', 'Generazione multipla '), _defineProperty(_it$data, 'NAV_Contact', 'Contatti '), _defineProperty(_it$data, 'NAV_Contracts', 'Contratti '), _defineProperty(_it$data, 'NAV_DeployContract', 'Pubblica contratto '), _defineProperty(_it$data, 'NAV_ENS', 'ENS'), _defineProperty(_it$data, 'NAV_GenerateWallet_alt', 'Nuovo portafoglio '), _defineProperty(_it$data, 'NAV_GenerateWallet', 'Crea nuovo portafoglio '), _defineProperty(_it$data, 'NAV_Help', 'Aiuto '), _defineProperty(_it$data, 'NAV_InteractContract', 'Interagisci con un contratto '), _defineProperty(_it$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_it$data, 'NAV_MyWallets', 'I miei portafogli '), _defineProperty(_it$data, 'NAV_Offline', 'Invia offline '), _defineProperty(_it$data, 'NAV_SendEther', 'Invia ether e token '), _defineProperty(_it$data, 'NAV_SendTokens', 'Invia token '), _defineProperty(_it$data, 'NAV_SignMsg', 'Firma messaggio '), _defineProperty(_it$data, 'NAV_Swap', 'Scambia '), _defineProperty(_it$data, 'NAV_ViewWallet', 'Informazioni portafoglio '), _defineProperty(_it$data, 'NAV_YourWallets', 'I tuoi portafogli '), _defineProperty(_it$data, 'x_Access', 'Accedi '), _defineProperty(_it$data, 'x_AddessDesc', 'Il tuo indirizzo può anche essere chiamato `Numero di conto` o `Chiave pubblica`. È ciò che condividi con chi ti vuole inviare degli ether o dei token. Individua l\'icona colorata dell\'indirizzo. Assicurati che corrisponda al tuo portafoglio cartaceo e controllala ogni volta che inserisci il tuo indirizzo da qualche parte.'), _defineProperty(_it$data, 'x_Address', 'Il tuo indirizzo '), _defineProperty(_it$data, 'x_Cancel', 'Annulla '), _defineProperty(_it$data, 'x_CSV', 'File CSV (non crittografato) '), _defineProperty(_it$data, 'x_Download', 'Download '), _defineProperty(_it$data, 'x_Json', 'File JSON (non crittografato) '), _defineProperty(_it$data, 'x_JsonDesc', 'Questa è la tua chiave privata in formato JSON non crittografato. Significa che non hai bisogno della password, ma chiunque trovi questo file JSON potrà avere accesso al tuo portafoglio e ai tuoi ether senza password. '), _defineProperty(_it$data, 'x_Keystore', 'File Keystore (UTC / JSON · Consigliato · Crittografato) '), _defineProperty(_it$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_it$data, 'x_KeystoreDesc', 'Questo file Keystore è compatibile con il formato usato da Mist, in modo da poterlo facilmente importare in futuro. È il file consigliato da scaricare e conservare. '), _defineProperty(_it$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_it$data, 'x_Mnemonic', 'Frase mnemonica '), _defineProperty(_it$data, 'x_ParityPhrase', 'Frase di Parity '), _defineProperty(_it$data, 'x_Password', 'Password '), _defineProperty(_it$data, 'x_Print', 'Stampa portafoglio cartaceo '), _defineProperty(_it$data, 'x_PrintDesc', 'Suggerimento Pro: Fai clic su stampa e salvalo come PDF, anche se non hai una stampante! '), _defineProperty(_it$data, 'x_PrintShort', 'Stampa '), _defineProperty(_it$data, 'x_PrivKey', 'Chiave privata (non crittografata) '), _defineProperty(_it$data, 'x_PrivKey2', 'Chiave privata '), _defineProperty(_it$data, 'x_PrivKeyDesc', 'Questa è la versione testuale non crittografata della tua chiave privata, il che significa che non serve una password. Se qualcuno trovasse la tua chiave privata non crittografata potrebbe avere accesso al tuo portafoglio senza una password. Per questa ragione di solito si consigliano le versioni crittografate. '), _defineProperty(_it$data, 'x_Save', 'Salva '), _defineProperty(_it$data, 'x_TXT', 'File TXT (non crittografato) '), _defineProperty(_it$data, 'x_Wallet', 'Portafoglio '), _defineProperty(_it$data, 'MEW_Warning_1', 'Controlla sempre l\'URL prima di accedere al tuo portafoglio o di crearne uno nuovo. Fai attenzione ai siti di phishing! '), _defineProperty(_it$data, 'CX_Warning_1', 'Assicurati di avere **dei backup esterni** di ogni portafoglio salvato qui. Ci sono molte cose che potrebbero causare la perdita dei dati di questa estensione di Chrome, come la disinstallazione e reinstallazione dell\'estensione. Questa estensione è un mezzo per accedere facilmente ai tuoi portafogli, **non** un modo di salvarli al sicuro. '), _defineProperty(_it$data, 'MEW_Tagline', 'Portafoglio ether JavaScript lato client Open Source '), _defineProperty(_it$data, 'CX_Tagline', 'Portafoglio ether JavaScript lato client Open Source (Estensione Chrome) '), _defineProperty(_it$data, 'FOOTER_1', 'Interfaccia gratuita, open source, lato client per generare portafogli Ethereum e altro. Interagisci con la *blockchain* Ethereum facilmente e in modo sicuro. Controlla bene l\'URL ( myetherwallet.com ) prima di sbloccare un portafoglio.'), _defineProperty(_it$data, 'FOOTER_1b', 'Creato da '), _defineProperty(_it$data, 'FOOTER_2', 'Donazioni molto apprezzate: '), _defineProperty(_it$data, 'FOOTER_3', 'Generazione portafogli lato client da parte di '), _defineProperty(_it$data, 'FOOTER_4', 'Dichiarazione di non responsabilità '), _defineProperty(_it$data, 'sidebar_AccountInfo', 'Informazioni conto '), _defineProperty(_it$data, 'sidebar_AccountAddr', 'Indirizzo conto '), _defineProperty(_it$data, 'sidebar_AccountBal', 'Saldo conto '), _defineProperty(_it$data, 'sidebar_TokenBal', 'Saldo token '), _defineProperty(_it$data, 'sidebar_Equiv', 'Valori equivalenti '), _defineProperty(_it$data, 'sidebar_TransHistory', 'Storico transazioni '), _defineProperty(_it$data, 'sidebar_donation', 'MyEtherWallet è un servizio gratuito e open-source votato alla tua privacy e sicurezza. Più donazioni riceviamo, più tempo dedichiamo a creare nuove funzionalità, considerare i tuoi commenti, e darti ciò che vuoi. Siamo solo due persone che provano a cambiare il mondo. Ci aiuti? '), _defineProperty(_it$data, 'sidebar_donate', 'Dona '), _defineProperty(_it$data, 'sidebar_thanks', 'GRAZIE!!! '), _defineProperty(_it$data, 'sidebar_DisplayOnTrezor', 'Visualizza indirizzo sul TREZOR'), _defineProperty(_it$data, 'sidebar_DisplayOnLedger', 'Visualizza indirizzo sul Ledger'), _defineProperty(_it$data, 'decrypt_Access', 'Come vuoi accedere al tuo portafoglio? '), _defineProperty(_it$data, 'decrypt_Title', 'Seleziona il formato della tua chiave privata: '), _defineProperty(_it$data, 'decrypt_Select', 'Seleziona un portafoglio: '), _defineProperty(_it$data, 'ADD_Label_1', 'Cosa vuoi fare? '), _defineProperty(_it$data, 'ADD_Radio_1', 'Genera un nuovo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2', 'Seleziona il file del tuo portafoglio (Keystore / JSON) '), _defineProperty(_it$data, 'ADD_Radio_2_alt', 'Seleziona il file del tuo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2_short', 'SELEZIONA FILE PORTAFOGLIO... '), _defineProperty(_it$data, 'ADD_Radio_3', 'Incolla/Inserisci la tua chiave privata '), _defineProperty(_it$data, 'ADD_Radio_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Radio_5', 'Incolla/Inserisci la tua frase mnemonica '), _defineProperty(_it$data, 'ADD_Radio_5_Path', 'Seleziona un percorso di derivazione HD '), _defineProperty(_it$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_it$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_it$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathCustom', 'altro'), _defineProperty(_it$data, 'ADD_Label_2', 'Crea un nome: '), _defineProperty(_it$data, 'ADD_Label_3', 'Il portafoglio è crittografato. Inserire la password '), _defineProperty(_it$data, 'ADD_Label_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Warning_1', 'Puoi aggiungere qualunque conto da "osservare" nella scheda dei portafogli senza caricare una chiave privata. Ciò ** non ** significa che avrai accesso a quel portafoglio, né che potrai trasferire gli Ether lì contenuti. '), _defineProperty(_it$data, 'ADD_Label_5', 'Inserisci l\'indirizzo '), _defineProperty(_it$data, 'ADD_Label_6', 'Sblocca portafoglio '), _defineProperty(_it$data, 'ADD_Label_6_short', 'Sblocca '), _defineProperty(_it$data, 'ADD_Label_7', 'Aggiungi conto '), _defineProperty(_it$data, 'ADD_Label_8', 'Password (facoltativo): '), _defineProperty(_it$data, 'GEN_desc', 'Se vuoi generare più portafogli, puoi farlo qui '), _defineProperty(_it$data, 'GEN_Label_1', 'Inserisci una password'), _defineProperty(_it$data, 'GEN_Placeholder_1', 'NON dimenticarti di salvarla! '), _defineProperty(_it$data, 'GEN_SuccessMsg', 'Perfetto! Il tuo portafoglio è stato generato. '), _defineProperty(_it$data, 'GEN_Label_2', 'Salva il file `Keystore`. '), _defineProperty(_it$data, 'GEN_Label_3', 'Salva il tuo indirizzo. '), _defineProperty(_it$data, 'GEN_Label_4', 'Stampa il portafoglio cartaceo o un QR code. '), _defineProperty(_it$data, 'BULK_Label_1', 'Numero di portafogli da generare '), _defineProperty(_it$data, 'BULK_Label_2', 'Genera portafogli '), _defineProperty(_it$data, 'BULK_SuccessMsg', 'Perfetto! I tuoi portafogli sono stati generati. '), _defineProperty(_it$data, 'SEND_addr', 'Indirizzo destinatario '), _defineProperty(_it$data, 'SEND_amount', 'Importo da inviare '), _defineProperty(_it$data, 'SEND_amount_short', 'Importo '), _defineProperty(_it$data, 'SEND_custom', 'Aggiungi altro token '), _defineProperty(_it$data, 'SEND_gas', 'Gas '), _defineProperty(_it$data, 'SEND_generate', 'Genera transazione '), _defineProperty(_it$data, 'SEND_raw', 'Transazione grezza '), _defineProperty(_it$data, 'SEND_signed', 'Transazione firmata '), _defineProperty(_it$data, 'SEND_trans', 'Invia transazione '), _defineProperty(_it$data, 'SEND_TransferTotal', 'Invia l\'intero saldo '), _defineProperty(_it$data, 'SENDModal_Title', 'Attenzione! '), _defineProperty(_it$data, 'SENDModal_Content_1', 'Stai per inviare '), _defineProperty(_it$data, 'SENDModal_Content_2', 'all\'indirizzo '), _defineProperty(_it$data, 'SENDModal_Content_3', 'Sei sicuro di volerlo fare? '), _defineProperty(_it$data, 'SENDModal_Content_4', 'NOTA: Se ricevi un errore, molto probabilmente dovrai aggiungere ether al tuo conto per coprire il costo del gas necessario ad inviare i token. Il gas si paga in ether. '), _defineProperty(_it$data, 'SENDModal_No', 'No, tiratemi fuori da qui! '), _defineProperty(_it$data, 'SENDModal_Yes', 'Sì, sono sicuro! Esegui la transazione. '), _defineProperty(_it$data, 'TOKEN_Addr', 'Indirizzo del token contratto'), _defineProperty(_it$data, 'TOKEN_Symbol', 'Simbolo del token '), _defineProperty(_it$data, 'TOKEN_Dec', 'Decimali '), _defineProperty(_it$data, 'TOKEN_show', 'Mostra tutti i token '), _defineProperty(_it$data, 'TOKEN_hide', 'Nascondi token '), _defineProperty(_it$data, 'TRANS_desc', 'Se invece volevi inviare dei token, utilizza la pagina "Invia token". '), _defineProperty(_it$data, 'TRANS_advanced', '+Avanzate: aggiungi dati '), _defineProperty(_it$data, 'TRANS_data', 'Dati '), _defineProperty(_it$data, 'TRANS_gas', 'Limite gas '), _defineProperty(_it$data, 'TRANS_sendInfo', 'Una transazione standard che utilizza 21000 gas costerà 0,000441 ETH. Utilizziamo un prezzo del gas leggermente al di sopra del minimo pari a 0,000000021 ETH per assicurarci che venga elaborata velocemente. Noi non prendiamo commissioni. '), _defineProperty(_it$data, 'OFFLINE_Title', 'Genera & invia una transazione offline '), _defineProperty(_it$data, 'OFFLINE_Desc', 'Per generare transazioni offline sono necessari tre passaggi. Svolgerai i passi 1 e 3 su un computer online, e il passo 2 su un computer offline/*air-gapped*. Questo per assicurarsi che le tue chiavi private non tocchino un dispositivo connesso a Internet. '), _defineProperty(_it$data, 'OFFLLINE_Step1_Title', 'Passo 1: generazione delle informazioni (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step1_Button', 'Genera informazioni '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_1', 'Indirizzo mittente '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_2', 'Nota: Questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Il *nonce* è generato dal conto di origine. Se stessi usando un computer *air-gapped*, sarebbe l\'indirizzo del conto offline. '), _defineProperty(_it$data, 'OFFLINE_Step2_Title', 'Passo 2: generazione della transazione (computer offline) '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_1', 'Indirizzo destinatario '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_2', 'Valore / importo da inviare '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3', 'Prezzo gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4', 'Limite gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4b', '21000 è il limite gas predefinito. Quando invii a contratti o aggiungi dati potresti aver bisogno di un valore maggiore. Eventuale gas non utilizzato ti sarà restituito. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6', 'Dati '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6b', 'Facoltativo. I dati sono usati spesso nelle transazioni inviate ai contratti. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_7', 'Inserisci / seleziona la tua chiave privata o JSON. '), _defineProperty(_it$data, 'OFFLINE_Step3_Title', 'Passo 3: Invia / pubblica la transazione (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step3_Label_1', 'Incolla la transazione firmata dal passo 2 qui e premi il pulsante "INVIA TRANSAZIONE". '), _defineProperty(_it$data, 'MSG_message', 'Messaggio '), _defineProperty(_it$data, 'MSG_date', 'Data '), _defineProperty(_it$data, 'MSG_signature', 'Firma '), _defineProperty(_it$data, 'MSG_verify', 'Verifica messaggio '), _defineProperty(_it$data, 'MSG_info1', 'Inserisci la data corrente per far sì che la firma non possa essere riutilizzata in un altro momento. '), _defineProperty(_it$data, 'MSG_info2', 'Indica il tuo nickname e dove lo usi in modo che qualcun altro non possa usarlo. '), _defineProperty(_it$data, 'MSG_info3', 'Includi una ragione specifica per il messaggio, così che non possa essere riutilizzato per uno scopo diverso. '), _defineProperty(_it$data, 'MYWAL_Nick', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Address', 'Indirizzo portafoglio '), _defineProperty(_it$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_it$data, 'MYWAL_Edit', 'Modifica '), _defineProperty(_it$data, 'MYWAL_View', 'Mostra '), _defineProperty(_it$data, 'MYWAL_Remove', 'Rimuovi '), _defineProperty(_it$data, 'MYWAL_RemoveWal', 'Rimozione portafoglio: '), _defineProperty(_it$data, 'MYWAL_WatchOnly', 'I tuoi conti osservati '), _defineProperty(_it$data, 'MYWAL_Viewing', 'Dettagli portafoglio '), _defineProperty(_it$data, 'MYWAL_Hide', 'Nascondi informazioni portafoglio '), _defineProperty(_it$data, 'MYWAL_Edit_2', 'Modifica portafoglio '), _defineProperty(_it$data, 'MYWAL_Name', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_1', 'Attenzione! Stai per rimuovere il tuo portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_2', 'Assicurati di aver **salvato la chiave privata e/o il file Keystore e la password** prima di rimuoverlo. '), _defineProperty(_it$data, 'MYWAL_Content_3', 'Se vorrai utilizzare questo portafoglio con MyEtherWallet CX in futuro, dovrai ri-aggiungerlo manualmente tramite la chiave privata/JSON e password. '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. Potresti volerlo fare per [importare il tuo conto in Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Se vuoi controllare il tuo saldo, ti consigliamo di utilizzare uno strumento per esplorare la *blockchain* come [etherscan.io](https://etherscan.io/). '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle_Short', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. '), _defineProperty(_it$data, 'VIEWWALLET_SuccessMsg', 'Perfetto! Questi sono i dettagli del tuo portafoglio. '), _defineProperty(_it$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_it$data, 'VIEWWALLET_HidePrivKey', '(nascondi)'), _defineProperty(_it$data, 'MNEM_1', 'Seleziona l\'indirizzo col quale vuoi interagire. '), _defineProperty(_it$data, 'MNEM_2', 'Con una singola frase mnemonica puoi avere accesso a un certo numero di portafogli / indirizzi. Seleziona l\'indirizzo con il quale vuoi interagire in questo momento. '), _defineProperty(_it$data, 'MNEM_more', 'Altri indirizzi '), _defineProperty(_it$data, 'MNEM_prev', 'Indirizzi precedenti '), _defineProperty(_it$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_0a', 'Devi accedere a MyEtherWallet tramite una connessione sicura (SSL / HTTPS) per poterti collegare. '), _defineProperty(_it$data, 'ADD_Ledger_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Ledger_1', 'Collega il tuo Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_2', 'Apri l\'applicazione Ethereum (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Exp', 'Apri l\'applicazione Expanse (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Ubq', 'Apri l\'applicazione Ubiq (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_3', 'Verifica che il supporto browser sia abilitato nelle impostazioni '), _defineProperty(_it$data, 'ADD_Ledger_4', 'Se non c\'è l\'opzione per il supporto browser nelle impostazioni, verifica di avere un [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_it$data, 'ADD_Ledger_scan', 'Collegati al Ledger Wallet '), _defineProperty(_it$data, 'ADD_MetaMask', 'Collegati a MetaMask '), _defineProperty(_it$data, 'x_Trezor', 'TREZOR '), _defineProperty(_it$data, 'ADD_Trezor_scan', 'Collegati al TREZOR '), _defineProperty(_it$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0a', 'Riapri MyEtherWallet su una connessione sicura (SSL) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_scan', 'Collega il tuo Digital Bitbox '), _defineProperty(_it$data, 'CX_error_1', 'Non c\'è nessun portafoglio. Fai clic su ["Aggiungi portafoglio"](/cx-wallet.html#add-wallet) per aggiungerne uno! '), _defineProperty(_it$data, 'CX_quicksend', 'Invio rapido '), _defineProperty(_it$data, 'CONTRACT_Title', 'Indirizzo contratto '), _defineProperty(_it$data, 'CONTRACT_Title_2', 'Seleziona contratto esistente '), _defineProperty(_it$data, 'CONTRACT_Json', 'Interfaccia ABI / JSON '), _defineProperty(_it$data, 'CONTRACT_Interact_Title', 'Leggi da / Scrivi su contratto '), _defineProperty(_it$data, 'CONTRACT_Interact_CTA', 'Seleziona una funzione '), _defineProperty(_it$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_it$data, 'CONTRACT_Read', 'LEGGI '), _defineProperty(_it$data, 'CONTRACT_Write', 'SCRIVI '), _defineProperty(_it$data, 'DEP_generate', 'Genera bytecode '), _defineProperty(_it$data, 'DEP_generated', 'Bytecode generato '), _defineProperty(_it$data, 'DEP_signtx', 'Firma transazione '), _defineProperty(_it$data, 'DEP_interface', 'Interfaccia generata '), _defineProperty(_it$data, 'NODE_Title', 'Configura nodo personalizzato'), _defineProperty(_it$data, 'NODE_Subtitle', 'Per collegarti a un nodo locale...'), _defineProperty(_it$data, 'NODE_Warning', 'Il tuo nodo deve utilizzare HTTPS per potertici collegare da MyEtherWallet.com. Puoi [scaricare il repository di MyEtherWallet ed eseguirlo in locale](https://github.com/kvhnuke/etherwallet/releases/latest) per collegarti ad altri tipi di nodo. Oppure, ottieni un certificato SSL gratuito tramite [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_it$data, 'NODE_Name', 'Nome del nodo'), _defineProperty(_it$data, 'NODE_Port', 'Porta del nodo'), _defineProperty(_it$data, 'NODE_CTA', 'Salva & utilizza il nodo'), _defineProperty(_it$data, 'SWAP_rates', "Tassi correnti "), _defineProperty(_it$data, 'SWAP_init_1', "Voglio scambiare i miei "), _defineProperty(_it$data, 'SWAP_init_2', " per "), _defineProperty(_it$data, 'SWAP_init_CTA', "Facciamolo! "), _defineProperty(_it$data, 'SWAP_information', "Il tuo riepilogo "), _defineProperty(_it$data, 'SWAP_send_amt', "Importo da inviare "), _defineProperty(_it$data, 'SWAP_rec_amt', "Importo da ricevere "), _defineProperty(_it$data, 'SWAP_your_rate', "Il tuo tasso "), _defineProperty(_it$data, 'SWAP_rec_add', "Indirizzo di ricezione "), _defineProperty(_it$data, 'SWAP_start_CTA', "Avvia scambio "), _defineProperty(_it$data, 'SWAP_ref_num', "Il tuo codice di riferimento "), _defineProperty(_it$data, 'SWAP_time', "Tempo rimanente per l\'invio "), _defineProperty(_it$data, 'SWAP_elapsed', "Tempo trascorso dall\'invio "), _defineProperty(_it$data, 'SWAP_progress_1', "Ordine creato "), _defineProperty(_it$data, 'SWAP_progress_2', "In attesa dei tuoi "), _defineProperty(_it$data, 'SWAP_progress_3', "ricevuti! "), _defineProperty(_it$data, 'SWAP_progress_4', "Invio dei tuoi {{orderResult.output.currency}} "), _defineProperty(_it$data, 'SWAP_progress_5', "Ordine completato "), _defineProperty(_it$data, 'SWAP_order_CTA', "Invia "), _defineProperty(_it$data, 'SWAP_unlock', "Sblocca il tuo portafoglio per inviare ETH o token direttamente da questa pagina. "), _defineProperty(_it$data, 'ERROR_0', 'Ti preghiamo di inserire una quantità valida. '), _defineProperty(_it$data, 'ERROR_1', 'La password deve essere di almeno 9 caratteri. Assicurati che sia robusta. '), _defineProperty(_it$data, 'ERROR_2', 'Siamo spiacenti! Non riconosciamo questo tipo di file portafoglio. '), _defineProperty(_it$data, 'ERROR_3', 'Questo non è un file portafoglio valido. '), _defineProperty(_it$data, 'ERROR_4', 'Questa unità non esiste, ti preghiamo di usare una delle seguenti unità '), _defineProperty(_it$data, 'ERROR_5', 'Inserisci un indirizzo valido. '), _defineProperty(_it$data, 'ERROR_6', 'Inserisci una password valida. '), _defineProperty(_it$data, 'ERROR_7', 'Inserisci dei decimali validi. (Deve essere un intero. Prova 0-18.) '), _defineProperty(_it$data, 'ERROR_8', 'Inserisci un limite gas valido. (Deve essere un intero. Prova 21000-4000000.) '), _defineProperty(_it$data, 'ERROR_9', 'Inserisci un valore valido per i dati. (Deve essere una stringa esadecimale.) '), _defineProperty(_it$data, 'ERROR_10', 'Inserisci prezzo valido per il gas. (Deve essere un intero. Prova 20 GWEI / 20000000000 WEI.) '), _defineProperty(_it$data, 'ERROR_11', 'Inserisci un nonce valido. (Deve essere un intero.) '), _defineProperty(_it$data, 'ERROR_12', 'Transazione firmata non valida. '), _defineProperty(_it$data, 'ERROR_13', 'Esiste già un portafoglio con questo nome. '), _defineProperty(_it$data, 'ERROR_14', 'Portafoglio non trovato. '), _defineProperty(_it$data, 'ERROR_15', 'Ops. Sembra che non esista ancora una proposta con questo ID o c\'è un errore nella lettura della proposta. '), _defineProperty(_it$data, 'ERROR_16', 'C\'è già un portafoglio con questo indirizzo fra quelli salvati. Controlla la pagina dei tuoi portafogli. '), _defineProperty(_it$data, 'ERROR_17', 'L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Se stai inviando token, ti servono 0,01 ETH nel conto per coprire i costi del gas. '), _defineProperty(_it$data, 'ERROR_18', 'Questa transazione consumerebbe tutto il gas. Ciò significa che hai già votato questa proposta o che il periodo di discussione è terminato. '), _defineProperty(_it$data, 'ERROR_19', 'Inserisci un simbolo valido '), _defineProperty(_it$data, 'ERROR_20', 'Non è un token ERC-20 valido. '), _defineProperty(_it$data, 'ERROR_21', 'Impossibile eseguire una stima del gas necessario. Non ci sono abbastanza fondi nel conto, oppure l\'indirizzo del contratto ricevente genererebbe un errore. Puoi inserire il gas manualmente e procedere. Il messaggio di errore al momento dell\'invio potrebbe contenere ulteriori informazioni. '), _defineProperty(_it$data, 'ERROR_22', 'Inserisci un nome di nodo valido '), _defineProperty(_it$data, 'ERROR_23', 'Inserisci un URL valido. Se usi https, l\'URL deve cominciare con https'), _defineProperty(_it$data, 'ERROR_24', 'Inserisci una porta valida '), _defineProperty(_it$data, 'ERROR_25', 'Inserisci un ID catena valido '), _defineProperty(_it$data, 'ERROR_26', 'Inserisci una ABI valida '), _defineProperty(_it$data, 'ERROR_27', 'Importo minimo: 0.01. Importo massimo: '), _defineProperty(_it$data, 'ERROR_28', 'Avrai bisogno del `file Keystore + la password` o della `chiave privata` (prossima pagina) per avere accesso a questo portafoglio in futuro. '), _defineProperty(_it$data, 'ERROR_29', 'Inserisci un nome utente e una password validi '), _defineProperty(_it$data, 'ERROR_30', 'Inserisci un nome valido (almeno 7 caratteri, punteggiatura limitata)'), _defineProperty(_it$data, 'ERROR_31', 'Inserisci una frase segreta valida '), _defineProperty(_it$data, 'ERROR_32', 'Impossibile collegarsi al nodo. Aggiorna la pagina, prova con un altro nodo (angolo in alto a destra), controlla le impostazioni del firewall. Se si tratta di un nodo personalizzato, controlla la configurazione.'), _defineProperty(_it$data, 'ERROR_33', 'L\'indirizzo del portafoglio non corrisponde a quello del proprietario. '), _defineProperty(_it$data, 'ERROR_34', 'Il nome che stai provando a rivelare non combacia con quello che hai inserito. '), _defineProperty(_it$data, 'ERROR_35', 'L\'indirizzo inserito non ha un checksum. Ulteriori informazioni'), _defineProperty(_it$data, 'ERROR_36', 'Inserisci un hash transazione valido'), _defineProperty(_it$data, 'ERROR_37', 'Inserisci una stringa esadecimale valida (0-9, a-f)'), _defineProperty(_it$data, 'SUCCESS_1', 'Indirizzo valido '), _defineProperty(_it$data, 'SUCCESS_2', 'Portafoglio decodificato correttamente '), _defineProperty(_it$data, 'SUCCESS_3', 'La transazione è stata inviata alla rete. È in attesa di essere inclusa in un blocco e confermata. Durante le ICO, potrebbero volerci 3 ore o più per la conferma. Utilizza i pulsanti Verifica e Controlla qui sotto per informazioni. Hash transazione: '), _defineProperty(_it$data, 'SUCCESS_4', 'Il portafoglio è stato aggiunto correttamente '), _defineProperty(_it$data, 'SUCCESS_5', 'File selezionato '), _defineProperty(_it$data, 'SUCCESS_6', 'Ora sei connesso '), _defineProperty(_it$data, 'SUCCESS_7', 'Firma del messaggio verificata'), _defineProperty(_it$data, 'WARN_Send_Link', 'Sei arrivato qui da un link che ha riempito per te i campi indirizzo, importo, gas, dati o tipo di transazione (modalità di invio). Puoi cambiare queste informazioni prima di inviare. Sblocca il tuo portafoglio per iniziare. '), _defineProperty(_it$data, 'GETH_InvalidSender', 'Mittente non valido '), _defineProperty(_it$data, 'GETH_Nonce', 'Nonce troppo basso '), _defineProperty(_it$data, 'GETH_Cheap', 'Prezzo del gas troppo basso per essere accettato '), _defineProperty(_it$data, 'GETH_Balance', 'Saldo insufficiente '), _defineProperty(_it$data, 'GETH_NonExistentAccount', 'Il conto non esiste o il saldo è insufficiente '), _defineProperty(_it$data, 'GETH_InsufficientFunds', 'Fondi insufficienti per gas * prezzo + valore '), _defineProperty(_it$data, 'GETH_IntrinsicGas', 'Gas intrinseco troppo basso '), _defineProperty(_it$data, 'GETH_GasLimit', 'Eccede il limite gas per il blocco '), _defineProperty(_it$data, 'GETH_NegativeValue', 'Valore negativo '), _defineProperty(_it$data, 'PARITY_AlreadyImported', "È già stata importata una transazione con lo stesso hash."), _defineProperty(_it$data, 'PARITY_Old', "Il nonce della transazione è troppo basso. Prova ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_TooCheapToReplace', "La commissione per la transazione è troppo bassa. Nella coda c'è un'altra transazione con lo stesso nonce. Prova ad aumentare la commissione o ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_LimitReached', "Ci sono troppe transazioni nella coda. La tua transazione è stata scartata per il superamento del limite. Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientGasPrice', "La commissione per la transazione è troppo bassa. Non soddisfa la commissione minima del tuo nodo (minima: {}, fornita: {}). Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientBalance', "Fondi insufficienti. L'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti {} ma presenti: {}."), _defineProperty(_it$data, 'PARITY_GasLimitExceeded', "Il costo della transazione eccede il limite gas corrente. Limite: {}, fornito: {}. Prova a ridurre il gas fornito."), _defineProperty(_it$data, 'PARITY_InvalidGasLimit', "Il gas fornito supera il limite."), _defineProperty(_it$data, 'translate_version', '0.3 '), _defineProperty(_it$data, 'Translator_Desc', 'Grazie ai nostri traduttori '), _defineProperty(_it$data, 'TranslatorName_1', '[ugilio](https://www.myetherwallet.com/?gaslimit=21000&to=0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa&value=1.0#send-transaction) '), _defineProperty(_it$data, 'TranslatorAddr_1', '0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa '), _defineProperty(_it$data, 'TranslatorName_2', ''), _defineProperty(_it$data, 'TranslatorAddr_2', ''), _defineProperty(_it$data, 'TranslatorName_3', ''), _defineProperty(_it$data, 'TranslatorAddr_3', ''), _defineProperty(_it$data, 'TranslatorName_4', ''), _defineProperty(_it$data, 'TranslatorAddr_4', ''), _defineProperty(_it$data, 'TranslatorName_5', ''), _defineProperty(_it$data, 'TranslatorAddr_5', ''), _defineProperty(_it$data, 'HELP_Warning', 'Se hai creato un portafoglio -oppure- hai scaricato il repository prima del **31 Dicembre 2015**, controlla i tuoi portafogli e scarica una nuova versione del repository. Fai clic qui per i dettagli. '), _defineProperty(_it$data, 'HELP_Desc', 'Vedi che manca qualcosa? Hai un\'altra domanda? [Mettiti in contatto con noi](mailto:support@myetherwallet.com), e non solo risponderemo alla tua domanda, ma aggiorneremo anche questa pagina in modo che sia più utile ad altri in futuro! '), _defineProperty(_it$data, 'HELP_Remind_Title', 'Qualche promemoria '), _defineProperty(_it$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, e alcune delle librerie Javascript che utilizziamo sono in continuo sviluppo.** Anche se abbiamo testato approfonditamente e persone di tutto il mondo hanno correttamente creato decine di migliaia di portafogli, c\'è sempre la remota possibilità che accada qualcosa di imprevisto che provochi la perdita dei tuoi ETH. Ti preghiamo di non investire più di quello che sei disposto a perdere, e di fare attenzione. Se dovesse capitare qualcosa, ci dispiace, ma **non siamo responsabili per gli ether perduti**. '), _defineProperty(_it$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX non sono "portafogli web". Non stai creando un account né ci stai dando i tuoi ether da custodire. Tutti i dati non lasciano mai il tuo computer/il tuo browser. Quello che facciamo è renderti facile creare, salvare, e accedere alle tue informazioni e interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_Remind_Desc_3', 'Se non salvi la tua chiave privata e la password, non c\'è modo di recuperare l\'accesso al tuo portafoglio o ai fondi che contiene. Salvali in molti luoghi fisici diversi e non solo sul tuo computer! '), _defineProperty(_it$data, 'HELP_0_Title', '0) Sono nuovo. Cosa faccio? '), _defineProperty(_it$data, 'HELP_0_Desc_1', 'MyEtherWallet ti dà la possibilità di generare nuovi portafogli in modo da poter conservare i tuoi ether da solo, invece di usare una piattaforma di scambio. Questo processo avviene interamente sul tuo computer, non sui nostri server. Quindi, quando generi un nuovo portafoglio, **sei responsabile del suo salvataggio in maniera sicura**. '), _defineProperty(_it$data, 'HELP_0_Desc_2', 'Crea un nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_3', 'Fai un backup del portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_4', 'Verifica di avere accesso a questo nuovo portafoglio e di avere salvato correttamente tutte le informazioni necessarie. '), _defineProperty(_it$data, 'HELP_0_Desc_5', 'Trasferisci degli ether in questo nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_1_Title', '1) Come creo un nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_1_Desc_1', 'Vai alla pagina "Genera portafoglio". '), _defineProperty(_it$data, 'HELP_1_Desc_2', 'Vai alla pagina "Aggiungi portafoglio" e seleziona "Genera un nuovo portafoglio" '), _defineProperty(_it$data, 'HELP_1_Desc_3', 'Inserisci una password robusta. Se pensi di poterla dimenticare, salvala in un posto sicuro. Avrai bisogno di questa password per inviare transazioni. '), _defineProperty(_it$data, 'HELP_1_Desc_4', 'Fai clic su "GENERA PORTAFOGLIO". '), _defineProperty(_it$data, 'HELP_1_Desc_5', 'Il tuo portafoglio è stato appena generato. '), _defineProperty(_it$data, 'HELP_2a_Title', 'Come salvo o faccio il backup del mio portafoglio? '), _defineProperty(_it$data, 'HELP_2a_Desc_1', 'Dovresti sempre fare dei backup esterni in diversi luoghi fisici - come su una penna USB e/o su un pezzo di carta. '), _defineProperty(_it$data, 'HELP_2a_Desc_2', 'Salva l\'indirizzo. Puoi tenerlo per te o condividerlo. In questo modo gli altri possono inviarti degli ether. '), _defineProperty(_it$data, 'HELP_2a_Desc_3', 'Salva delle versioni della chiave privata. Non condividerla con nessuno. La tua chiave privata è necessaria quando vuoi accedere ai tuoi ether per trasferirli! Ci sono 3 tipi di chiave privata: '), _defineProperty(_it$data, 'HELP_2a_Desc_4', 'Metti il tuo indirizzo, le versioni della chiave privata, e la versione PDF del tuo portafoglio cartaceo in una cartella. Salvala sul tuo computer e su una penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_5', 'Stampa il portafoglio se hai una stampante. In alternativa, trascrivi la tua chiave privata e l\'indirizzo su un pezzo di carta. Conserva questo foglio in un posto sicuro, separato dal tuo computer e dalla penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_6', 'Ricorda, devi evitare la perdita delle chiavi e della password in caso di smarrimento o malfunzionamento del tuo hard disk, penna USB, o pezzo di carta. Devi anche considerare la perdita fisica o il danneggiamento di una intera area (pensa a incendi o inondazioni). '), _defineProperty(_it$data, 'HELP_2b_Title', '2b) Come implemento un portafoglio offline in maniera sicura con MyEtherWallet? '), _defineProperty(_it$data, 'HELP_2b_Desc_1', 'Vai su [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_it$data, 'HELP_2b_Desc_2', 'Fai clic su `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_it$data, 'HELP_2b_Desc_3', 'Sposta il file zip su un computer *air-gapped*. '), _defineProperty(_it$data, 'HELP_2b_Desc_4', 'Decomprimilo e fai doppio clic su `index.html`. '), _defineProperty(_it$data, 'HELP_2b_Desc_5', 'Genera un portafoglio con una password robusta. '), _defineProperty(_it$data, 'HELP_2b_Desc_6', 'Salva l\'indirizzo. Salva delle versioni della chiave privata. Salva la password se potresti non ricordarla per sempre. '), _defineProperty(_it$data, 'HELP_2b_Desc_7', 'Conserva questi fogli / penne USB in diversi luoghi fisici separati. '), _defineProperty(_it$data, 'HELP_2b_Desc_8', 'Vai alla pagina "Informazioni portafoglio" e digita la tua chiave privata / password per assicurarti che siano corrette e per accedere al portafoglio. Controlla che l\'indirizzo che hai trascritto sia lo stesso. '), _defineProperty(_it$data, 'HELP_3_Title', '3) Come verifico di aver accesso al mio nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_3_Desc_1', '**Prima di inviare degli ether al tuo nuovo portafoglio**, dovresti assicurarti di poterci accedere. '), _defineProperty(_it$data, 'HELP_3_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_3_Desc_3', 'Vai alla pagina "Informazioni portafoglio" su MyEtherWallet.com. '), _defineProperty(_it$data, 'HELP_3_Desc_4', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_3_Desc_5', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_3_Desc_6', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_3_Desc_7', 'Dovrebbero comparire le informazioni sul tuo portafoglio. Individua l\'indirizzo del tuo conto, accanto all\'icona rotonda e colorata. Questa icona rappresenta visivamente il tuo indirizzo. Assicurati che l\'indirizzo sia quello che hai salvato nel tuo file di testo e che sia presente sul tuo portafoglio cartaceo. '), _defineProperty(_it$data, 'HELP_3_Desc_8', 'Se stai pensando di conservare una grande quantità di ether, ti consigliamo di provare a inviare una piccola somma di ether dal nuovo portafoglio prima di depositarci un grosso importo. Invia 0,001 ether al nuovo portafoglio, accedici, e invia quegli 0,001 ether a un altro indirizzo, e assicurati che tutto funzioni agevolmente. '), _defineProperty(_it$data, 'HELP_4_Title', '4) Come invio degli ether da un portafoglio a un altro? '), _defineProperty(_it$data, 'HELP_4_Desc_1', 'Se stai pensando di spostare una grande quantità di ether, dovresti prima provare ad inviare una piccola somma al tuo portafoglio per assicurarti che tutto vada come previsto. '), _defineProperty(_it$data, 'HELP_4_Desc_2', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4_Desc_3', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_4_Desc_4', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_4_Desc_5', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_4_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4_Desc_9', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_4_Desc_10', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_4_Desc_11', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_4_Desc_12', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_4_Desc_13', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_4CX_Title', '4) Come invio degli ether utilizzando MyEtherWallet CX? '), _defineProperty(_it$data, 'HELP_4CX_Desc_1', 'Innanzitutto devi aggiungere un portafoglio. Dopo averlo fatto hai 2 opzioni: la funzionalità "Invio rapido" dall\'icona dell\'estensione di Chrome o la pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4CX_Desc_2', 'Invio rapido: '), _defineProperty(_it$data, 'HELP_4CX_Desc_3', 'Fai clic sull\'icona dell\'estensione di Chrome. '), _defineProperty(_it$data, 'HELP_4CX_Desc_4', 'Fai clic sul pulsante "Invio rapido". '), _defineProperty(_it$data, 'HELP_4CX_Desc_5', 'Seleziona il portafoglio dal quale desideri inviare. '), _defineProperty(_it$data, 'HELP_4CX_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4CX_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4CX_Desc_8', 'Fai clic su "Invia transazione". '), _defineProperty(_it$data, 'HELP_4CX_Desc_9', 'Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. '), _defineProperty(_it$data, 'HELP_4CX_Desc_10', 'Inserisci la password del portafoglio. '), _defineProperty(_it$data, 'HELP_4CX_Desc_11', 'Fai clic su "Invia transazione." '), _defineProperty(_it$data, 'HELP_4CX_Desc_12', 'Tramite la pagina "Invia ether e token" '), _defineProperty(_it$data, 'HELP_5_Title', '5) Come faccio ad eseguire MyEtherWallet.com offline/in locale? '), _defineProperty(_it$data, 'HELP_5_Desc_1', 'Puoi eseguire MyEtherWallet.com sul tuo computer invece che dai server di GitHub. Puoi generare un portafoglio completamente offline e inviare transazioni dalla pagina "Invia Offline". '), _defineProperty(_it$data, 'HELP_5_Desc_7', 'MyEtherWallet.com è ora in esecuzione completamente sul tuo computer. '), _defineProperty(_it$data, 'HELP_5_Desc_8', 'In caso tu non abbia molta confidenza, ti serve l\'intera cartella per poter eseguire il sito web, non solo `index.html`. Non toccare né spostare nulla del contenuto della cartella. Se stai conservando un backup del repository MyEtherWallet per il futuro, ti consigliamo di conservare soltanto il file ZIP in modo da assicurarti che i contenuti della cartella rimangano intatti. '), _defineProperty(_it$data, 'HELP_5_Desc_9', 'Dal momento che stiamo costantemente aggiornando MyEtherWallet.com, ti consigliamo di aggiornare periodicamente la tua versione locale del repository. '), _defineProperty(_it$data, 'HELP_5CX_Title', '5) Come posso installare questa estensione dal repository invece che dal Chrome Store? '), _defineProperty(_it$data, 'HELP_5CX_Desc_2', 'Fai clic su `chrome-extension-vX.X.X.X.zip` e decomprimi il file. '), _defineProperty(_it$data, 'HELP_5CX_Desc_3', 'In Google Chrome, fai clic su Impostazioni (dal menu in alto a destra). '), _defineProperty(_it$data, 'HELP_5CX_Desc_4', 'Fai clic su "Estensioni" sulla sinistra. '), _defineProperty(_it$data, 'HELP_5CX_Desc_5', 'Seleziona la casella "Modalità sviluppatore" all\'inizio della pagina. '), _defineProperty(_it$data, 'HELP_5CX_Desc_6', 'Fai clic sul pulsante "Carica estensione non pacchettizzata...". '), _defineProperty(_it$data, 'HELP_5CX_Desc_7', 'Vai alla cartella che hai precedentemente scaricato e decompresso. Fai clic su "Seleziona". '), _defineProperty(_it$data, 'HELP_5CX_Desc_8', 'L\'estensione dovrebbe ora comparire fra le tue estensioni e nella barra delle estensioni di Chrome. '), _defineProperty(_it$data, 'HELP_7_Title', '7) Come invio token e come aggiungo token personalizzati? '), _defineProperty(_it$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) è un ottimo modo di esplorare i token e trovarne i decimali. '), _defineProperty(_it$data, 'HELP_7_Desc_1', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_7_Desc_2', 'Sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_7_Desc_3', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_7_Desc_4', 'Inserisci l\'importo che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_5', 'Seleziona il token che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_6', 'Se non vedi il token nell\'elenco: '), _defineProperty(_it$data, 'HELP_7_Desc_7', 'Fai clic su "Altro". '), _defineProperty(_it$data, 'HELP_7_Desc_8', 'Inserisci l\'indirizzo, il nome, e i decimali del token. Questi valori sono forniti dagli sviluppatori del token e sono necessari anche quando aggiungi il token in Mist per osservarlo. '), _defineProperty(_it$data, 'HELP_7_Desc_9', 'Fai clic su "Salva". '), _defineProperty(_it$data, 'HELP_7_Desc_10', 'Ora puoi inviare il token e anche vederne il saldo nella barra laterale. '), _defineProperty(_it$data, 'HELP_7_Desc_11', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_7_Desc_12', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_7_Desc_13', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_7_Desc_14', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_7_Desc_15', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Title', '8) Che succede se il vostro sito va giù? '), _defineProperty(_it$data, 'HELP_8_Desc_1', 'MyEtherWallet non è un portafoglio web. Non hai un login e niente viene mai salvato nei nostri server. È semplicemente un\'interfaccia che ti consente di interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Desc_2', 'Se MyEtherWallet.com va giù, dovrai trovare un altro modo (come geth o Ethereum Wallet / Mist) per fare quello che facciamo noi. Ma non dovrai "tirare fuori" i tuoi ether da MyEtherWallet perché non si trovano in MyEtherWallet. Sono in qualunque portafoglio tu abbia generato tramite il nostro sito. '), _defineProperty(_it$data, 'HELP_8_Desc_3', 'Ora puoi importare direttamente e molto facilmente in geth / Ethereum Wallet / Mist la tua chiave privata non crittografata e i tuoi file in formato Geth/Mist (crittografati). Vedi la domanda n. 12 qui sotto. '), _defineProperty(_it$data, 'HELP_8_Desc_4', 'Inoltre, la probabilità che tiriamo giù MyEtherWallet è prossima allo zero. Non ci costa praticamente nulla mantenerlo dal momento che non stiamo memorizzando alcuna informazione. Se anche disattivassimo il dominio, è ancora, e sarà sempre, disponibile pubblicamente su [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puoi scaricare lo ZIP da lì ed eseguirlo in locale. '), _defineProperty(_it$data, 'HELP_8CX_Title', '8) Che succede se MyEtherWallet CX sparisce? '), _defineProperty(_it$data, 'HELP_8CX_Desc_1', 'Innanzitutto, tutti i dati sono salvati sul tuo computer, non sui nostri server. So che può essere disorientante, ma quando utilizzi l\'estensione Chrome NON stai guardando qualcosa che è salvato da qualche parte sui nostri server - è tutto salvato sul tuo computer. '), _defineProperty(_it$data, 'HELP_8CX_Desc_2', 'Detto ciò, è **molto importante** che tu faccia un backup di tutte le informazioni relative a ogni nuovo portafoglio generato con MyEtherWallet CX. In questo modo se succede qualcosa a MyEtherWallet CX or al tuo computer avrai ancora tutte le informazioni necessarie ad accedere ai tuoi ether. Vedi la domanda n. 2a per come salvare i tuoi portafogli. '), _defineProperty(_it$data, 'HELP_8CX_Desc_3', 'Se per qualche ragione MyEtherWallet CX sparisce dal Chrome Store, puoi trovare i sorgenti su Github e caricare l\'estensione manualmente. Vedi la domanda n. 5 qui sopra. '), _defineProperty(_it$data, 'HELP_9_Title', '9) La pagina "Invia ether e token" è offline? '), _defineProperty(_it$data, 'HELP_9_Desc_1', 'No. Ha bisogno di Internet per poter ottenere il prezzo corrente del gas, il *nonce* del tuo conto, e per trasmettere la transazione (cioè per inviarla). Tuttavia, si limita ad inviare la transazione firmata. La tua chiave privata rimane al sicuro con te. Ora abbiamo inserito anche una pagina "Invia offline" così che ti possa assicurare che le tue chiavi private rimangano sempre su un computer offline/*air-gapped*. '), _defineProperty(_it$data, 'HELP_10_Title', '10) Come creo una transazione offline? '), _defineProperty(_it$data, 'HELP_10_Desc_1', 'Vai alla pagina "Invia offline" con il tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_2', 'Inserisci l\'"Indirizzo mittente". Ti preghiamo di notare che questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Da questo indirizzo si genera il *nonce* e il prezzo del gas. '), _defineProperty(_it$data, 'HELP_10_Desc_3', 'Spostati sul tuo computer offline. Inserisci l\'"INDIRIZZO DESTINATARIO" e l\'"IMPORTO" che desideri inviare. '), _defineProperty(_it$data, 'HELP_10_Desc_4', 'Inserisci il "PREZZO GAS" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_5', 'Inserisci il "NONCE" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_6', 'Il "LIMITE GAS" ha un valore predefinito di 21000. Questo valore è sufficiente per una transazione standard. Se desideri inviare ad un contratto o se includi nella transazione dati aggiuntivi avrai bisogno di aumentare il limite gas. Eventuale gas in eccesso ti sarà restituito. '), _defineProperty(_it$data, 'HELP_10_Desc_7', 'Se lo desideri, inserisci dei dati. Se lo fai, dovrai aumentare il limite gas a un valore superiore al limite predefinito di 21000. Tutti i dati sono in formato HEX. '), _defineProperty(_it$data, 'HELP_10_Desc_8', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_10_Desc_9', 'Premi il pulsante "GENERA TRANSAZIONE". '), _defineProperty(_it$data, 'HELP_10_Desc_10', 'I campi sotto il pulsante saranno riempiti con la transazione firmata. Copiala e ritorna al tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_11', 'Sul tuo computer online, incolla la transazione firmata nel campo di testo nel passo n. 3 e fai clic su "Invia transazione". In questo modo la transazione verrà trasmessa. '), _defineProperty(_it$data, 'HELP_12_Title', '12) Come faccio a importare un portafoglio creato con MyEtherWallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_it$data, 'HELP_12_Desc_1', 'Con un file JSON Geth/Mist generato da MyEtherWallet v2+.... '), _defineProperty(_it$data, 'HELP_12_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_3', 'Sblocca il portafoglio usando la tua chiave privata **crittografata** o il file JSON. '), _defineProperty(_it$data, 'HELP_12_Desc_4', 'Vai alla pagina "I miei portafogli". '), _defineProperty(_it$data, 'HELP_12_Desc_5', 'Seleziona il portafoglio che vuoi importare in Mist, fai clic sull\'icona "Mostra", inserisci la password, e accedi al portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_6', 'Individua la sezione "File Keystore/JSON (Consigliato · Crittografato · Formato Mist/Geth)". Premi il pulsante "Download" al di sotto. Ora hai il file keystore. '), _defineProperty(_it$data, 'HELP_12_Desc_7', 'Apri l\'applicazione Ethereum Wallet. '), _defineProperty(_it$data, 'HELP_12_Desc_8', 'Nella barra dei menu, vai su "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_it$data, 'HELP_12_Desc_9', 'Si aprirà la tua cartella keystore. Copia il file che hai appena scaricato (`UTC--2016-04-14........`) dentro questa cartella. '), _defineProperty(_it$data, 'HELP_12_Desc_10', 'Il tuo conto dovrebbe comparire immediatamente sotto "Accounts." '), _defineProperty(_it$data, 'HELP_12_Desc_11', 'Con una chiave privata non crittografata... '), _defineProperty(_it$data, 'HELP_12_Desc_12', 'Se non hai già la chiave private non crittografata, vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_13', 'Seleziona il file del tuo portafoglio -oppure- inserisci/incolla la tua chiave privata per sbloccare il portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_14', 'Copia la tua chiave privata (non crittografata). '), _defineProperty(_it$data, 'HELP_12_Desc_15', 'Se sei su un Mac: '), _defineProperty(_it$data, 'HELP_12_Desc_15b', 'Se sei su un PC: '), _defineProperty(_it$data, 'HELP_12_Desc_16', 'Apri TextEdit e incolla la chiave privata. '), _defineProperty(_it$data, 'HELP_12_Desc_17', 'Vai sulla barra dei menu e fai clic su "Formato" -> "Converti in formato Solo testo". '), _defineProperty(_it$data, 'HELP_12_Desc_18', 'Salva questo file sulla tua `Scrivania` come `niente_di_speciale_cancellami.txt`. Assicurati che siano selezionati "UTF-8" e "Se non è indicata nessuna estensione, usa .”txt”" nella finestra di salvataggio. '), _defineProperty(_it$data, 'HELP_12_Desc_19', 'Apri il terminale ed esegui il seguente comando: `geth account import ~/Desktop/niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_20', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_21', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_22', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_12_Desc_23', 'Apri Blocco note e incolla la chiave privata '), _defineProperty(_it$data, 'HELP_12_Desc_24', 'Salva il file come `niente_di_speciale_cancellami.txt` in `C:\\` '), _defineProperty(_it$data, 'HELP_12_Desc_25', 'Esegui il comando `geth account import C:\\niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_26', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_27', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_28', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_13_Title', '13) Cosa significa "Fondi insufficienti. L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti XXXXXXXXXXXXXXXXXXX ma presenti: XXXXXXXXXXXXXXXX."? '), _defineProperty(_it$data, 'HELP_13_Desc_1', 'Significa che non hai abbastanza ether nel tuo conto per coprire il costo del gas. Tutte le transazioni (comprese quelle che riguardano token e contratti) richiedono gas, e il gas si paga in ether. Il numero indicato è l\'importo richiesto per coprire il costo della transazione in wei. Prendi quel numero, dividilo per `1000000000000000000`, e sottrai la quantità di ether che stavi provando ad inviare (se stavi provando ad inviare ether). Il risultato è la somma in ether che devi inviare a quel conto per poter eseguire la transazione. '), _defineProperty(_it$data, 'HELP_14_Title', '14) Certi siti inizializzano il generatore di numeri casuali per la generazione della chiave privata tramite i movimenti del mouse. MyEtherWallet.com non lo fa. La generazione di numeri casuali di MyEtherWallet è sicura? '), _defineProperty(_it$data, 'HELP_14_Desc_1', 'Sebbene usare i movimenti del mouse sia ingegnoso, e comprendiamo perché piaccia, la realtà è che window.crypto assicura maggiore entropia rispetto ai tuoi movimenti del mouse. Non che i movimenti del mouse siano insicuri, è solo che noi (e un sacco di altri critto-esperimenti) crediamo in window.crypto. Oltretutto, MyEtherWallet.com può essere utilizzato su dispositivi touch. Qui c\'è una [conversazione fra un utente di reddit arrabbiato e Vitalik Buterin su movimenti del mouse contro window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) e qui c\'è [la specifica del w3 di window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_it$data, 'HELP_15_Title', '15) Perché il conto che ho appena creato non risulta nello strumento per esplorare la *blockchain*? (es: etherchain, etherscan) '), _defineProperty(_it$data, 'HELP_15_Desc_1', 'I conti vengono mostrati in quegli strumenti solamente dopo che c\'è stata un\'attività sul conto in questione—ad esempio, dopo che ci hai trasferito degli ether. '), _defineProperty(_it$data, 'HELP_16_Title', '16) Come faccio a controllare il saldo del mio conto? '), _defineProperty(_it$data, 'HELP_16_Desc_1', 'Puoi usare uno strumento per l\'esplorazione della *blockchain* come [etherscan.io](https://etherscan.io/). Incolla il tuo indirizzo nella barra di ricerca e vedrai il tuo indirizzo e lo storico delle transazioni. Ad esempio, questo è come si presenta il nostro [conto donazioni](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) su etherscan.io '), _defineProperty(_it$data, 'HELP_17_Title', '17) Perché non viene mostrato il saldo quando sblocco il mio portafoglio? '), _defineProperty(_it$data, 'HELP_17_Desc_1', 'Probabilmente perché sei dietro a un firewall. Le API che utilizziamo per ottenere il saldo e convertirlo sono spesso bloccate dai firewall per qualche ragione. Sarai ancora in grado di inviare transazioni, dovrai solo usare un metodo diverso per vedere il tuo saldo, come etherscan.io '), _defineProperty(_it$data, 'HELP_18_Title', '18) Dov\'è il mio file portafoglio di geth? '), _defineProperty(_it$data, 'HELP_19_Title', '19) Dov\'è il mio file portafoglio di Mist? '), _defineProperty(_it$data, 'HELP_19_Desc_1', 'I file di Mist si trovano di solito nelle posizioni qui sopra, ma è molto più facile aprire Mist, selezionare "Accounts" nella barra dei menu, selezionare "Backup", e selezionare "Accounts". Si aprirà la cartella in cui sono memorizzati i tuoi file. '), _defineProperty(_it$data, 'HELP_20_Title', '20) Dov\'è il mio file portafoglio della prevendita? '), _defineProperty(_it$data, 'HELP_20_Desc_1', 'Dove l\'hai salvato. ;) Ti è anche stato spedito in mail, quindi controllala. Cerca un file chiamato `"ethereum_wallet_backup.json"` e selezionalo. Questo portafoglio sarà crittografato con la password che hai creato durante l\'acquisto della prevendita. '), _defineProperty(_it$data, 'HELP_21_Title', '21) Non basta inserire chiavi private casuali, cercare un saldo, e poi inviarselo al proprio indirizzo? '), _defineProperty(_it$data, 'HELP_21_Desc_1', 'Versione corta: sì, ma trovare un conto con un saldo richiederebbe più tempo dell\'età dell\'universo... quindi no. '), _defineProperty(_it$data, 'HELP_21_Desc_2', 'Versione lunga in termini semplici: Ethereum si basa sulla [Crittografia a chiave pubblica](https://it.wikipedia.org/wiki/Crittografia_a_chiave_pubblica), nello specifico [Crittografia a curva ellittica](https://eprint.iacr.org/2013/734.pdf) (ECC) che è ampiamente utilizzata, non solo in Ethereum. La maggior parte dei server sono protetti tramite ECC. Anche Bitcoin la usa, oltre a SSH e TLS e a un sacco di altra roba. Le chiavi di Ethereum nello specifico sono di 256 bit, che sono più robuste di 128 bit e 192 bit, che sono anch\'esse ampiamente utilizzate e sono tuttora considerate sicure dagli esperti. '), _defineProperty(_it$data, 'HELP_21_Desc_3', 'In tutto ciò tu hai una chiave privata e una chiave pubblica. Dalla chiave privata si può derivare la chiave pubblica, ma dalla chiave pubblica non si può risalire alla chiave privata. Il fatto che Internet e i segreti del mondo usino questa crittografia significa che se ci fosse un modo per ottenere una chiave privata da una chiave pubblica, i tuoi ether persi sarebbero l\'ultimo dei problemi. '), _defineProperty(_it$data, 'HELP_21_Desc_4', 'Ora, detto ciò, SÌ se qualcun altro ha la tua chiave privata allora può effettivamente inviare ether dal tuo conto. Proprio come se qualcuno ha la password della tua mail può leggere e spedire la tua mail, o se ha la password del tuo conto bancario potrebbe fare dei trasferimenti. Potresti scaricare la versione Keystore della tua chiave privata che è la chiave privata crittografata con una password. È come avere una password che è a sua volta protetta da un\'altra password. '), _defineProperty(_it$data, 'HELP_21_Desc_5', 'E SÌ, in teoria potresti semplicemente digitare stringhe di 64 caratteri esadecimali fino a trovarne una che corrisponda. Infatti, persone intelligenti potrebbero scrivere un programma per controllare molto rapidamente chiavi private casuali. Questo procedimento è conosciuto come *"attacco a forza bruta"* o *"mining"* delle chiavi private. Ci hanno pensato molto e a lungo. Con qualche server di altissimo livello potrebbero essere in grado di controllare più di 1 milione di chiavi al secondo. Però nemmeno controllarne così tante al secondo porterebbe all\'accesso in una maniera tale da rendere il costo dell\'utilizzo di quei server vagamente vicino all\'essere proficuo - è più probabile che tu, e i tuoi pronipoti, moriate prima di trovare una corrispondenza. '), _defineProperty(_it$data, 'HELP_21_Desc_6', 'Se sai qualcosa di Bitcoin, [questo ti darà un\'idea:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *"Per illustrare quanto ciò sia improbabile: supponi che ogni satoshi di ogni bitcoin che sarà mai generato sia inviato a una sua chiave privata unica. La probabilità che fra queste chiavi ce ne possano essere due che corrispondano allo stesso indirizzo è circa di uno in 100 trilioni"*. '), _defineProperty(_it$data, 'HELP_21_Desc_7', '[Se preferisci qualcosa di un po\' più tecnico:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *"Questi numeri non hanno niente a che fare con la tecnologia dei dispositivi; sono i massimi che la termodinamica consente. E implicano fortemente che gli attacchi a forza bruta contro le chiavi a 256 bit saranno impraticabili almeno fino a quando i computer non saranno costruiti con qualcosa di diverso dalla materia e non occuperanno qualcosa di diverso dallo spazio."* '), _defineProperty(_it$data, 'HELP_21_Desc_8', 'Certo, tutto ciò assume che le chiavi siano generate in una maniera veramente casuale e con sufficiente entropia. Le chiavi generate qui soddisfano questi criteri, come anche Jaxx e Mist/geth. I portafogli Ethereum sono tutti piuttosto buoni. Le chiavi generate dai *brainwallet* non lo sono, dal momento che il cervello di una persona non è capace di creare un seme veramente casuale. Ci sono stati un numero di altri problemi relativi alla mancanza di entropia o a semi non generati in maniera veramente casuale nel mondo di Bitcoin, ma quella è un\'altra questione di cui non parleremo oggi. '), _defineProperty(_it$data, 'HELP_SecCX_Title', 'Sicurezza - MyEtherWallet CX '), _defineProperty(_it$data, 'HELP_SecCX_Desc_1', 'Dov\'è che questa estensione salva le mie informazioni? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_2', 'Le informazioni che memorizzi in questa estensione di Chrome sono salvate tramite [chrome.storage](http://chrome.storage/). - è lo stesso posto in cui vengono salvate le tue password quando le salvi in Chrome. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_3', 'Che informazioni sono salvate? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_4', 'L\'indirizzo, nome, e la chiave privata sono memorizzati in chrome.storage. La chiave privata è crittografata utilizzando la password che hai impostato quando hai aggiunto il portafoglio. Il nome e l\'indirizzo del portafoglio non sono crittografati. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_5', 'Perché il nome e l\'indirizzo del portafoglio non sono crittografati? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_6', 'Se crittografassimo questi elementi dovresti inserire una password ogni volta in cui volessi vedere il saldo del tuo conto o i nomi dei portafogli. Se ciò ti preoccupa, ti consigliamo di usare MyEtherWallet.com invece di questa estensione di Chrome. '), _defineProperty(_it$data, 'HELP_Sec_Title', 'Sicurezza '), _defineProperty(_it$data, 'HELP_Sec_Desc_1', 'Se una delle prime domande che ti poni è "Perché dovrei fidarmi di questa gente?", è una cosa buona. Quanto segue dovrebbe aiutarti a calmare i tuoi timori. '), _defineProperty(_it$data, 'HELP_Sec_Desc_2', 'Siamo attivi da agosto 2015. Se cerchi ["myetherwallet" su reddit](https://www.reddit.com/search?q=myetherwallet), puoi vedere che molte persone ci utilizzano con grande successo. '), _defineProperty(_it$data, 'HELP_Sec_Desc_3', 'Non prenderemo i tuoi soldi né ruberemo le tue chiavi private. Non c\'è codice malevolo su questo sito. Infatti le pagine "Genera portafoglio" sono completamente lato client. Ciò significa che tutto il codice è eseguito sul ** tuo computer** e non viene mai salvato e trasmesso da nessuna parte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_4', 'Controlla l\'URL -- Questo sito viene servito attraverso GitHub e puoi vederne il codice sorgente qui: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) su [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_it$data, 'HELP_Sec_Desc_5', 'Per la generazione dei portafogli, puoi scaricare il [codice sorgente](https://github.com/kvhnuke/etherwallet/releases/latest) ed eseguirlo in locale. Vedi la domanda 5 qui sopra. '), _defineProperty(_it$data, 'HELP_Sec_Desc_6', 'Genera un portafoglio di prova e controlla che attività di rete sono in corso. Il modo più facile e fare clic destro sulla pagina e scegliere "Analizza elemento". Vai sulla scheda "Rete". Genera un portafoglio di prova. Vedrai che non c\'è attività di rete. Potresti vedere accadere qualcosa che assomiglia a data:image/gif e data:image/png. Sono i QR code che vengono generati...sul tuo computer...dal tuo computer. Non sono stati trasferiti byte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_8', 'Se non ti senti a tuo agio a usare questo strumento, allora certo, non usarlo. Abbiamo creato questo strumento per aiutare la gente a generare portafogli ed eseguire transazioni senza bisogno di usare la riga di comando o far girare un nodo completo. Di nuovo, sentiti libero di contattarci se hai dubbi e ti risponderemo appena possibile. Grazie! '), _defineProperty(_it$data, 'HELP_FAQ_Title', 'Risposte più utili alle domande frequenti (in Inglese) '), _defineProperty(_it$data, 'HELP_Contact_Title', 'Modi per contattarci (in Inglese)'), _it$data); +}, _defineProperty(_it$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_it$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_it$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_it$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_it$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_it$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_it$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_it$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_it$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_it$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_it$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_it$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_it$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_it$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_it$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_it$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_it$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_it$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_it$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_it$data, 'x_CancelReplaceTx', 'Annulla o sostituisci la transazione'), _defineProperty(_it$data, 'x_CancelTx', 'Annulla transazione'), _defineProperty(_it$data, 'x_PasswordDesc', 'Questa password * crittografa * la chiave privata. Non funge da seme per generare nuove chiavi. **Avrai bisogno di questa password e della chiave privata per sbloccare il portafoglio.**'), _defineProperty(_it$data, 'x_ReadMore', 'Altre informazioni'), _defineProperty(_it$data, 'x_ReplaceTx', 'Sostituisci transazione'), _defineProperty(_it$data, 'x_TransHash', 'Hash della transazione'), _defineProperty(_it$data, 'x_TXFee', 'Commissione transazione'), _defineProperty(_it$data, 'x_TxHash', 'Hash transazione'), _defineProperty(_it$data, 'NAV_CheckTxStatus', 'Controlla lo stato della transazione'), _defineProperty(_it$data, 'NAV_TxStatus', 'Stato transazione'), _defineProperty(_it$data, 'tx_Details', 'Dettagli della transazione'), _defineProperty(_it$data, 'tx_Summary', 'Nei periodi di traffico intenso (come durante le ICO) le transazioni possono rimanere in attesa per ore, o anche giorni. Questo strumento cerca di darti la possibilità di trovare e "annullare" / sostituire queste transazioni. ** Non è normalmente possibile farlo. Non dovresti farci affidamento, e funziona solo quando i *pool* delle transazioni sono pieni. [Altre informazioni su questo strumento qui.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_it$data, 'tx_notFound', 'Transazione non trovata'), _defineProperty(_it$data, 'tx_notFound_1', 'Impossibile trovare questa transazione nel *pool* delle transazioni del nodo a cui sei connesso.'), _defineProperty(_it$data, 'tx_notFound_2', 'Se l\'hai appena inviata, attendi 15 secondi e premi di nuovo il pulsante "Controlla lo stato della transazione". '), _defineProperty(_it$data, 'tx_notFound_3', 'Potrebbe trovarsi ancora nel *pool* delle transazioni di un altro nodo, in attesa di essere inclusa in un blocco.'), _defineProperty(_it$data, 'tx_notFound_4', 'Utilizza il menu a discesa in alto a destra e scegli un altro nodo ETH (ad esempio `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) e ricontrolla.'), _defineProperty(_it$data, 'tx_foundInPending', 'Transazione in sospeso trovata'), _defineProperty(_it$data, 'tx_foundInPending_1', 'La transazione è stata individuata nel *pool* delle transazioni del nodo a cui sei connesso. '), _defineProperty(_it$data, 'tx_foundInPending_2', 'Al momento è in sospeso (in attesa di essere inclusa in un blocco). '), _defineProperty(_it$data, 'tx_foundInPending_3', 'Forse è possibile "annullare" o sostituire questa transazione. Sblocca il portafoglio qui sotto.'), _defineProperty(_it$data, 'tx_FoundOnChain', 'Transazione trovata'), _defineProperty(_it$data, 'tx_FoundOnChain_1', 'La transazione è stata correttamente inclusa in un blocco e ora si trova sulla *blockchain*.'), _defineProperty(_it$data, 'tx_FoundOnChain_2', '**Se vedi un `( ! )` rosso, un messaggio di errore `BAD INSTRUCTION` o `OUT OF GAS`**, significa che la transazione non è stata correttamente *inviata*. Non puoi annullare o sostituire questa transazione. Puoi però inviarne una nuova. Se hai ricevuto un messaggio di errore "Out of Gas", dovresti raddoppiare il limite gas che avevi indicato in origine.'), _defineProperty(_it$data, 'tx_FoundOnChain_3', '**Se non vedi errori, la transazione è stata inviata correttamente.** I tuoi ETH o i tuoi token sono dove li hai inviati. Se non vedi questi ETH o token nell\'altro portafoglio / nel conto della piattaforma di scambio, e se sono passate più di 24 ore dall\'invio, [contatta quel servizio esterno](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Invia loro il *link* alla transazione e chiedi, cortesemente, di controllare la tua situazione.'), _defineProperty(_it$data, 'GEN_Help_1', 'Usa il tuo'), _defineProperty(_it$data, 'GEN_Help_2', 'per accedere al tuo conto.'), _defineProperty(_it$data, 'GEN_Help_3', 'Il tuo dispositivo * è * il tuo portafoglio.'), _defineProperty(_it$data, 'GEN_Help_4', 'Guide & FAQ'), _defineProperty(_it$data, 'GEN_Help_5', 'Come creare un portafoglio'), _defineProperty(_it$data, 'GEN_Help_6', 'Per iniziare'), _defineProperty(_it$data, 'GEN_Help_7', 'Mantienilo al sicuro · Fai un backup · Non condividerlo con nessuno · Non perderlo · Non si può ripristinare se lo perdi.'), _defineProperty(_it$data, 'GEN_Help_8', 'Non riesci a scaricare il file? '), _defineProperty(_it$data, 'GEN_Help_9', 'Prova ad usare Google Chrome '), _defineProperty(_it$data, 'GEN_Help_10', 'Fai clic col destro e scegli "Salva con nome". Nome file: '), _defineProperty(_it$data, 'GEN_Help_11', 'Non aprire questo file sul tuo computer '), _defineProperty(_it$data, 'GEN_Help_12', 'Usalo per sbloccare il portafoglio tramite MyEtherWallet (o Mist, Geth, Parity e altri client.) '), _defineProperty(_it$data, 'GEN_Help_13', 'Come fare il backup del file Keystore '), _defineProperty(_it$data, 'GEN_Help_14', 'Che cosa sono tutti questi formati? '), _defineProperty(_it$data, 'GEN_Help_15', 'Evitare la perdita & il furto dei tuoi fondi.'), _defineProperty(_it$data, 'GEN_Help_16', 'Che cosa sono tutti questi formati?'), _defineProperty(_it$data, 'GEN_Help_17', 'Perché dovrei farlo?'), _defineProperty(_it$data, 'GEN_Help_18', 'Per avere un backup secondario.'), _defineProperty(_it$data, 'GEN_Help_19', 'Nel caso ti dimenticassi la password.'), _defineProperty(_it$data, 'GEN_Help_20', 'Portafoglio offline'), _defineProperty(_it$data, 'GET_ConfButton', 'Ho capito. Continua.'), _defineProperty(_it$data, 'GEN_Label_5', 'Salva la tua `chiave privata`. '), _defineProperty(_it$data, 'GEN_Unlock', 'Sblocca il portafoglio per vedere l\'indirizzo'), _defineProperty(_it$data, 'GAS_PRICE_Desc', 'Il prezzo gas è la somma che paghi per unità di gas. `Commissione transazione = prezzo gas * limite gas` e si paga ai *miner* perché includano la tua transazione in un blocco. Più alto il prezzo gas = più veloce la transazione, ma più costosa. Di default è `41 GWEI`.'), _defineProperty(_it$data, 'GAS_LIMIT_Desc', 'Il limite gas è la quantità di gas da inviare con la transazione. `Commissione transazione` = prezzo gas * limite gas e si paga ai *miner* perché includano la tua transazione in un blocco. Aumentare questo numero non farà in modo che la tua transazione sia inclusa prima. Invio di ETH = `21000`. Invio di token = ~`200000`.'), _defineProperty(_it$data, 'NONCE_Desc', 'Il *nonce* è il numero di transazioni inviate da un certo indirizzo. Fa in modo che le transazioni siano inviate nel giusto ordine e non più di una volta.'), _defineProperty(_it$data, 'TXFEE_Desc', 'La commissione transazione si paga ai *miner* perché includano la transazione in un blocco. Si calcola come `limite gas` * `prezzo gas`. [Puoi calcolare la conversione GWEI -> ETH qui](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_it$data, 'NAV_AddWallet', 'Aggiungi portafoglio '), _defineProperty(_it$data, 'NAV_BulkGenerate', 'Generazione multipla '), _defineProperty(_it$data, 'NAV_Contact', 'Contatti '), _defineProperty(_it$data, 'NAV_Contracts', 'Contratti '), _defineProperty(_it$data, 'NAV_DeployContract', 'Pubblica contratto '), _defineProperty(_it$data, 'NAV_ENS', 'ENS'), _defineProperty(_it$data, 'NAV_GenerateWallet_alt', 'Nuovo portafoglio '), _defineProperty(_it$data, 'NAV_GenerateWallet', 'Crea nuovo portafoglio '), _defineProperty(_it$data, 'NAV_Help', 'Aiuto '), _defineProperty(_it$data, 'NAV_InteractContract', 'Interagisci con un contratto '), _defineProperty(_it$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_it$data, 'NAV_MyWallets', 'I miei portafogli '), _defineProperty(_it$data, 'NAV_Offline', 'Invia offline '), _defineProperty(_it$data, 'NAV_SendEther', 'Invia ether e token '), _defineProperty(_it$data, 'NAV_SendTokens', 'Invia token '), _defineProperty(_it$data, 'NAV_SignMsg', 'Firma messaggio '), _defineProperty(_it$data, 'NAV_Swap', 'Scambia '), _defineProperty(_it$data, 'NAV_ViewWallet', 'Informazioni portafoglio '), _defineProperty(_it$data, 'NAV_YourWallets', 'I tuoi portafogli '), _defineProperty(_it$data, 'x_Access', 'Accedi '), _defineProperty(_it$data, 'x_AddessDesc', 'Il tuo indirizzo può anche essere chiamato `Numero di conto` o `Chiave pubblica`. È ciò che condividi con chi ti vuole inviare degli ether o dei token. Individua l\'icona colorata dell\'indirizzo. Assicurati che corrisponda al tuo portafoglio cartaceo e controllala ogni volta che inserisci il tuo indirizzo da qualche parte.'), _defineProperty(_it$data, 'x_Address', 'Il tuo indirizzo '), _defineProperty(_it$data, 'x_Cancel', 'Annulla '), _defineProperty(_it$data, 'x_CSV', 'File CSV (non crittografato) '), _defineProperty(_it$data, 'x_Download', 'Download '), _defineProperty(_it$data, 'x_Json', 'File JSON (non crittografato) '), _defineProperty(_it$data, 'x_JsonDesc', 'Questa è la tua chiave privata in formato JSON non crittografato. Significa che non hai bisogno della password, ma chiunque trovi questo file JSON potrà avere accesso al tuo portafoglio e ai tuoi ether senza password. '), _defineProperty(_it$data, 'x_Keystore', 'File Keystore (UTC / JSON · Consigliato · Crittografato) '), _defineProperty(_it$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_it$data, 'x_KeystoreDesc', 'Questo file Keystore è compatibile con il formato usato da Mist, in modo da poterlo facilmente importare in futuro. È il file consigliato da scaricare e conservare. '), _defineProperty(_it$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_it$data, 'x_Mnemonic', 'Frase mnemonica '), _defineProperty(_it$data, 'x_ParityPhrase', 'Frase di Parity '), _defineProperty(_it$data, 'x_Password', 'Password '), _defineProperty(_it$data, 'x_Print', 'Stampa portafoglio cartaceo '), _defineProperty(_it$data, 'x_PrintDesc', 'Suggerimento Pro: Fai clic su stampa e salvalo come PDF, anche se non hai una stampante! '), _defineProperty(_it$data, 'x_PrintShort', 'Stampa '), _defineProperty(_it$data, 'x_PrivKey', 'Chiave privata (non crittografata) '), _defineProperty(_it$data, 'x_PrivKey2', 'Chiave privata '), _defineProperty(_it$data, 'x_PrivKeyDesc', 'Questa è la versione testuale non crittografata della tua chiave privata, il che significa che non serve una password. Se qualcuno trovasse la tua chiave privata non crittografata potrebbe avere accesso al tuo portafoglio senza una password. Per questa ragione di solito si consigliano le versioni crittografate. '), _defineProperty(_it$data, 'x_Save', 'Salva '), _defineProperty(_it$data, 'x_TXT', 'File TXT (non crittografato) '), _defineProperty(_it$data, 'x_Wallet', 'Portafoglio '), _defineProperty(_it$data, 'MEW_Warning_1', 'Controlla sempre l\'URL prima di accedere al tuo portafoglio o di crearne uno nuovo. Fai attenzione ai siti di phishing! '), _defineProperty(_it$data, 'CX_Warning_1', 'Assicurati di avere **dei backup esterni** di ogni portafoglio salvato qui. Ci sono molte cose che potrebbero causare la perdita dei dati di questa estensione di Chrome, come la disinstallazione e reinstallazione dell\'estensione. Questa estensione è un mezzo per accedere facilmente ai tuoi portafogli, **non** un modo di salvarli al sicuro. '), _defineProperty(_it$data, 'MEW_Tagline', 'Portafoglio ether JavaScript lato client Open Source '), _defineProperty(_it$data, 'CX_Tagline', 'Portafoglio ether JavaScript lato client Open Source (Estensione Chrome) '), _defineProperty(_it$data, 'FOOTER_1', 'Interfaccia gratuita, open source, lato client per generare portafogli Ethereum e altro. Interagisci con la *blockchain* Ethereum facilmente e in modo sicuro. Controlla bene l\'URL ( myetherwallet.com ) prima di sbloccare un portafoglio.'), _defineProperty(_it$data, 'FOOTER_1b', 'Creato da '), _defineProperty(_it$data, 'FOOTER_2', 'Donazioni molto apprezzate: '), _defineProperty(_it$data, 'FOOTER_3', 'Generazione portafogli lato client da parte di '), _defineProperty(_it$data, 'FOOTER_4', 'Dichiarazione di non responsabilità '), _defineProperty(_it$data, 'sidebar_AccountInfo', 'Informazioni conto '), _defineProperty(_it$data, 'sidebar_AccountAddr', 'Indirizzo conto '), _defineProperty(_it$data, 'sidebar_AccountBal', 'Saldo conto '), _defineProperty(_it$data, 'sidebar_TokenBal', 'Saldo token '), _defineProperty(_it$data, 'sidebar_Equiv', 'Valori equivalenti '), _defineProperty(_it$data, 'sidebar_TransHistory', 'Storico transazioni '), _defineProperty(_it$data, 'sidebar_donation', 'MyEtherWallet è un servizio gratuito e open-source votato alla tua privacy e sicurezza. Più donazioni riceviamo, più tempo dedichiamo a creare nuove funzionalità, considerare i tuoi commenti, e darti ciò che vuoi. Siamo solo due persone che provano a cambiare il mondo. Ci aiuti? '), _defineProperty(_it$data, 'sidebar_donate', 'Dona '), _defineProperty(_it$data, 'sidebar_thanks', 'GRAZIE!!! '), _defineProperty(_it$data, 'sidebar_DisplayOnTrezor', 'Visualizza indirizzo sul TREZOR'), _defineProperty(_it$data, 'sidebar_DisplayOnLedger', 'Visualizza indirizzo sul Ledger'), _defineProperty(_it$data, 'decrypt_Access', 'Come vuoi accedere al tuo portafoglio? '), _defineProperty(_it$data, 'decrypt_Title', 'Seleziona il formato della tua chiave privata: '), _defineProperty(_it$data, 'decrypt_Select', 'Seleziona un portafoglio: '), _defineProperty(_it$data, 'ADD_Label_1', 'Cosa vuoi fare? '), _defineProperty(_it$data, 'ADD_Radio_1', 'Genera un nuovo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2', 'Seleziona il file del tuo portafoglio (Keystore / JSON) '), _defineProperty(_it$data, 'ADD_Radio_2_alt', 'Seleziona il file del tuo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2_short', 'SELEZIONA FILE PORTAFOGLIO... '), _defineProperty(_it$data, 'ADD_Radio_3', 'Incolla/Inserisci la tua chiave privata '), _defineProperty(_it$data, 'ADD_Radio_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Radio_5', 'Incolla/Inserisci la tua frase mnemonica '), _defineProperty(_it$data, 'ADD_Radio_5_Path', 'Seleziona un percorso di derivazione HD '), _defineProperty(_it$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_it$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_it$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathCustom', 'altro'), _defineProperty(_it$data, 'ADD_Label_2', 'Crea un nome: '), _defineProperty(_it$data, 'ADD_Label_3', 'Il portafoglio è crittografato. Inserire la password '), _defineProperty(_it$data, 'ADD_Label_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Warning_1', 'Puoi aggiungere qualunque conto da "osservare" nella scheda dei portafogli senza caricare una chiave privata. Ciò ** non ** significa che avrai accesso a quel portafoglio, né che potrai trasferire gli Ether lì contenuti. '), _defineProperty(_it$data, 'ADD_Label_5', 'Inserisci l\'indirizzo '), _defineProperty(_it$data, 'ADD_Label_6', 'Sblocca portafoglio '), _defineProperty(_it$data, 'ADD_Label_6_short', 'Sblocca '), _defineProperty(_it$data, 'ADD_Label_7', 'Aggiungi conto '), _defineProperty(_it$data, 'ADD_Label_8', 'Password (facoltativo): '), _defineProperty(_it$data, 'GEN_desc', 'Se vuoi generare più portafogli, puoi farlo qui '), _defineProperty(_it$data, 'GEN_Label_1', 'Inserisci una password'), _defineProperty(_it$data, 'GEN_Placeholder_1', 'NON dimenticarti di salvarla! '), _defineProperty(_it$data, 'GEN_SuccessMsg', 'Perfetto! Il tuo portafoglio è stato generato. '), _defineProperty(_it$data, 'GEN_Label_2', 'Salva il file `Keystore`. '), _defineProperty(_it$data, 'GEN_Label_3', 'Salva il tuo indirizzo. '), _defineProperty(_it$data, 'GEN_Label_4', 'Stampa il portafoglio cartaceo o un QR code. '), _defineProperty(_it$data, 'BULK_Label_1', 'Numero di portafogli da generare '), _defineProperty(_it$data, 'BULK_Label_2', 'Genera portafogli '), _defineProperty(_it$data, 'BULK_SuccessMsg', 'Perfetto! I tuoi portafogli sono stati generati. '), _defineProperty(_it$data, 'SEND_addr', 'Indirizzo destinatario '), _defineProperty(_it$data, 'SEND_amount', 'Importo da inviare '), _defineProperty(_it$data, 'SEND_amount_short', 'Importo '), _defineProperty(_it$data, 'SEND_custom', 'Aggiungi altro token '), _defineProperty(_it$data, 'SEND_gas', 'Gas '), _defineProperty(_it$data, 'SEND_generate', 'Genera transazione '), _defineProperty(_it$data, 'SEND_raw', 'Transazione grezza '), _defineProperty(_it$data, 'SEND_signed', 'Transazione firmata '), _defineProperty(_it$data, 'SEND_trans', 'Invia transazione '), _defineProperty(_it$data, 'SEND_TransferTotal', 'Invia l\'intero saldo '), _defineProperty(_it$data, 'SENDModal_Title', 'Attenzione! '), _defineProperty(_it$data, 'SENDModal_Content_1', 'Stai per inviare '), _defineProperty(_it$data, 'SENDModal_Content_2', 'all\'indirizzo '), _defineProperty(_it$data, 'SENDModal_Content_3', 'Sei sicuro di volerlo fare? '), _defineProperty(_it$data, 'SENDModal_Content_4', 'NOTA: Se ricevi un errore, molto probabilmente dovrai aggiungere ether al tuo conto per coprire il costo del gas necessario ad inviare i token. Il gas si paga in ether. '), _defineProperty(_it$data, 'SENDModal_No', 'No, tiratemi fuori da qui! '), _defineProperty(_it$data, 'SENDModal_Yes', 'Sì, sono sicuro! Esegui la transazione. '), _defineProperty(_it$data, 'TOKEN_Addr', 'Indirizzo del token contratto'), _defineProperty(_it$data, 'TOKEN_Symbol', 'Simbolo del token '), _defineProperty(_it$data, 'TOKEN_Dec', 'Decimali '), _defineProperty(_it$data, 'TOKEN_show', 'Mostra tutti i token '), _defineProperty(_it$data, 'TOKEN_hide', 'Nascondi token '), _defineProperty(_it$data, 'TRANS_desc', 'Se invece volevi inviare dei token, utilizza la pagina "Invia token". '), _defineProperty(_it$data, 'TRANS_advanced', '+Avanzate: aggiungi dati '), _defineProperty(_it$data, 'TRANS_data', 'Dati '), _defineProperty(_it$data, 'TRANS_gas', 'Limite gas '), _defineProperty(_it$data, 'TRANS_sendInfo', 'Una transazione standard che utilizza 21000 gas costerà 0,000441 ETH. Utilizziamo un prezzo del gas leggermente al di sopra del minimo pari a 0,000000021 ETH per assicurarci che venga elaborata velocemente. Noi non prendiamo commissioni. '), _defineProperty(_it$data, 'OFFLINE_Title', 'Genera & invia una transazione offline '), _defineProperty(_it$data, 'OFFLINE_Desc', 'Per generare transazioni offline sono necessari tre passaggi. Svolgerai i passi 1 e 3 su un computer online, e il passo 2 su un computer offline/*air-gapped*. Questo per assicurarsi che le tue chiavi private non tocchino un dispositivo connesso a Internet. '), _defineProperty(_it$data, 'OFFLLINE_Step1_Title', 'Passo 1: generazione delle informazioni (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step1_Button', 'Genera informazioni '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_1', 'Indirizzo mittente '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_2', 'Nota: Questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Il *nonce* è generato dal conto di origine. Se stessi usando un computer *air-gapped*, sarebbe l\'indirizzo del conto offline. '), _defineProperty(_it$data, 'OFFLINE_Step2_Title', 'Passo 2: generazione della transazione (computer offline) '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_1', 'Indirizzo destinatario '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_2', 'Valore / importo da inviare '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3', 'Prezzo gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4', 'Limite gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4b', '21000 è il limite gas predefinito. Quando invii a contratti o aggiungi dati potresti aver bisogno di un valore maggiore. Eventuale gas non utilizzato ti sarà restituito. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6', 'Dati '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6b', 'Facoltativo. I dati sono usati spesso nelle transazioni inviate ai contratti. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_7', 'Inserisci / seleziona la tua chiave privata o JSON. '), _defineProperty(_it$data, 'OFFLINE_Step3_Title', 'Passo 3: Invia / pubblica la transazione (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step3_Label_1', 'Incolla la transazione firmata dal passo 2 qui e premi il pulsante "INVIA TRANSAZIONE". '), _defineProperty(_it$data, 'MSG_message', 'Messaggio '), _defineProperty(_it$data, 'MSG_date', 'Data '), _defineProperty(_it$data, 'MSG_signature', 'Firma '), _defineProperty(_it$data, 'MSG_verify', 'Verifica messaggio '), _defineProperty(_it$data, 'MSG_info1', 'Inserisci la data corrente per far sì che la firma non possa essere riutilizzata in un altro momento. '), _defineProperty(_it$data, 'MSG_info2', 'Indica il tuo nickname e dove lo usi in modo che qualcun altro non possa usarlo. '), _defineProperty(_it$data, 'MSG_info3', 'Includi una ragione specifica per il messaggio, così che non possa essere riutilizzato per uno scopo diverso. '), _defineProperty(_it$data, 'MYWAL_Nick', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Address', 'Indirizzo portafoglio '), _defineProperty(_it$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_it$data, 'MYWAL_Edit', 'Modifica '), _defineProperty(_it$data, 'MYWAL_View', 'Mostra '), _defineProperty(_it$data, 'MYWAL_Remove', 'Rimuovi '), _defineProperty(_it$data, 'MYWAL_RemoveWal', 'Rimozione portafoglio: '), _defineProperty(_it$data, 'MYWAL_WatchOnly', 'I tuoi conti osservati '), _defineProperty(_it$data, 'MYWAL_Viewing', 'Dettagli portafoglio '), _defineProperty(_it$data, 'MYWAL_Hide', 'Nascondi informazioni portafoglio '), _defineProperty(_it$data, 'MYWAL_Edit_2', 'Modifica portafoglio '), _defineProperty(_it$data, 'MYWAL_Name', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_1', 'Attenzione! Stai per rimuovere il tuo portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_2', 'Assicurati di aver **salvato la chiave privata e/o il file Keystore e la password** prima di rimuoverlo. '), _defineProperty(_it$data, 'MYWAL_Content_3', 'Se vorrai utilizzare questo portafoglio con MyEtherWallet CX in futuro, dovrai ri-aggiungerlo manualmente tramite la chiave privata/JSON e password. '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. Potresti volerlo fare per [importare il tuo conto in Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Se vuoi controllare il tuo saldo, ti consigliamo di utilizzare uno strumento per esplorare la *blockchain* come [etherscan.io](https://etherscan.io/). '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle_Short', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. '), _defineProperty(_it$data, 'VIEWWALLET_SuccessMsg', 'Perfetto! Questi sono i dettagli del tuo portafoglio. '), _defineProperty(_it$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_it$data, 'VIEWWALLET_HidePrivKey', '(nascondi)'), _defineProperty(_it$data, 'MNEM_1', 'Seleziona l\'indirizzo col quale vuoi interagire. '), _defineProperty(_it$data, 'MNEM_2', 'Con una singola frase mnemonica puoi avere accesso a un certo numero di portafogli / indirizzi. Seleziona l\'indirizzo con il quale vuoi interagire in questo momento. '), _defineProperty(_it$data, 'MNEM_more', 'Altri indirizzi '), _defineProperty(_it$data, 'MNEM_prev', 'Indirizzi precedenti '), _defineProperty(_it$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_0a', 'Devi accedere a MyEtherWallet tramite una connessione sicura (SSL / HTTPS) per poterti collegare. '), _defineProperty(_it$data, 'ADD_Ledger_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Ledger_1', 'Collega il tuo Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_2', 'Apri l\'applicazione Ethereum (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Exp', 'Apri l\'applicazione Expanse (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Ubq', 'Apri l\'applicazione Ubiq (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_3', 'Verifica che il supporto browser sia abilitato nelle impostazioni '), _defineProperty(_it$data, 'ADD_Ledger_4', 'Se non c\'è l\'opzione per il supporto browser nelle impostazioni, verifica di avere un [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_it$data, 'ADD_Ledger_scan', 'Collegati al Ledger Wallet '), _defineProperty(_it$data, 'ADD_MetaMask', 'Collegati a MetaMask '), _defineProperty(_it$data, 'x_Trezor', 'TREZOR '), _defineProperty(_it$data, 'ADD_Trezor_scan', 'Collegati al TREZOR '), _defineProperty(_it$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0a', 'Riapri MyEtherWallet su una connessione sicura (SSL) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_scan', 'Collega il tuo Digital Bitbox '), _defineProperty(_it$data, 'CX_error_1', 'Non c\'è nessun portafoglio. Fai clic su ["Aggiungi portafoglio"](/cx-wallet.html#add-wallet) per aggiungerne uno! '), _defineProperty(_it$data, 'CX_quicksend', 'Invio rapido '), _defineProperty(_it$data, 'CONTRACT_Title', 'Indirizzo contratto '), _defineProperty(_it$data, 'CONTRACT_Title_2', 'Seleziona contratto esistente '), _defineProperty(_it$data, 'CONTRACT_Json', 'Interfaccia ABI / JSON '), _defineProperty(_it$data, 'CONTRACT_Interact_Title', 'Leggi da / Scrivi su contratto '), _defineProperty(_it$data, 'CONTRACT_Interact_CTA', 'Seleziona una funzione '), _defineProperty(_it$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_it$data, 'CONTRACT_Read', 'LEGGI '), _defineProperty(_it$data, 'CONTRACT_Write', 'SCRIVI '), _defineProperty(_it$data, 'DEP_generate', 'Genera bytecode '), _defineProperty(_it$data, 'DEP_generated', 'Bytecode generato '), _defineProperty(_it$data, 'DEP_signtx', 'Firma transazione '), _defineProperty(_it$data, 'DEP_interface', 'Interfaccia generata '), _defineProperty(_it$data, 'NODE_Title', 'Configura nodo personalizzato'), _defineProperty(_it$data, 'NODE_Subtitle', 'Per collegarti a un nodo locale...'), _defineProperty(_it$data, 'NODE_Warning', 'Il tuo nodo deve utilizzare HTTPS per potertici collegare da MyEtherWallet.com. Puoi [scaricare il repository di MyEtherWallet ed eseguirlo in locale](https://github.com/kvhnuke/etherwallet/releases/latest) per collegarti ad altri tipi di nodo. Oppure, ottieni un certificato SSL gratuito tramite [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_it$data, 'NODE_Name', 'Nome del nodo'), _defineProperty(_it$data, 'NODE_Port', 'Porta del nodo'), _defineProperty(_it$data, 'NODE_CTA', 'Salva & utilizza il nodo'), _defineProperty(_it$data, 'SWAP_rates', "Tassi correnti "), _defineProperty(_it$data, 'SWAP_init_1', "Voglio scambiare i miei "), _defineProperty(_it$data, 'SWAP_init_2', " per "), _defineProperty(_it$data, 'SWAP_init_CTA', "Facciamolo! "), _defineProperty(_it$data, 'SWAP_information', "Il tuo riepilogo "), _defineProperty(_it$data, 'SWAP_send_amt', "Importo da inviare "), _defineProperty(_it$data, 'SWAP_rec_amt', "Importo da ricevere "), _defineProperty(_it$data, 'SWAP_your_rate', "Il tuo tasso "), _defineProperty(_it$data, 'SWAP_rec_add', "Indirizzo di ricezione "), _defineProperty(_it$data, 'SWAP_start_CTA', "Avvia scambio "), _defineProperty(_it$data, 'SWAP_ref_num', "Il tuo codice di riferimento "), _defineProperty(_it$data, 'SWAP_time', "Tempo rimanente per l\'invio "), _defineProperty(_it$data, 'SWAP_elapsed', "Tempo trascorso dall\'invio "), _defineProperty(_it$data, 'SWAP_progress_1', "Ordine creato "), _defineProperty(_it$data, 'SWAP_progress_2', "In attesa dei tuoi "), _defineProperty(_it$data, 'SWAP_progress_3', "ricevuti! "), _defineProperty(_it$data, 'SWAP_progress_4', "Invio dei tuoi {{orderResult.output.currency}} "), _defineProperty(_it$data, 'SWAP_progress_5', "Ordine completato "), _defineProperty(_it$data, 'SWAP_order_CTA', "Invia "), _defineProperty(_it$data, 'SWAP_unlock', "Sblocca il tuo portafoglio per inviare ETH o token direttamente da questa pagina. "), _defineProperty(_it$data, 'ERROR_0', 'Ti preghiamo di inserire una quantità valida. '), _defineProperty(_it$data, 'ERROR_1', 'La password deve essere di almeno 9 caratteri. Assicurati che sia robusta. '), _defineProperty(_it$data, 'ERROR_2', 'Siamo spiacenti! Non riconosciamo questo tipo di file portafoglio. '), _defineProperty(_it$data, 'ERROR_3', 'Questo non è un file portafoglio valido. '), _defineProperty(_it$data, 'ERROR_4', 'Questa unità non esiste, ti preghiamo di usare una delle seguenti unità '), _defineProperty(_it$data, 'ERROR_5', 'Inserisci un indirizzo valido. '), _defineProperty(_it$data, 'ERROR_6', 'Inserisci una password valida. '), _defineProperty(_it$data, 'ERROR_7', 'Inserisci dei decimali validi. (Deve essere un intero. Prova 0-18.) '), _defineProperty(_it$data, 'ERROR_8', 'Inserisci un limite gas valido. (Deve essere un intero. Prova 21000-4000000.) '), _defineProperty(_it$data, 'ERROR_9', 'Inserisci un valore valido per i dati. (Deve essere una stringa esadecimale.) '), _defineProperty(_it$data, 'ERROR_10', 'Inserisci prezzo valido per il gas. (Deve essere un intero. Prova 20 GWEI / 20000000000 WEI.) '), _defineProperty(_it$data, 'ERROR_11', 'Inserisci un nonce valido. (Deve essere un intero.) '), _defineProperty(_it$data, 'ERROR_12', 'Transazione firmata non valida. '), _defineProperty(_it$data, 'ERROR_13', 'Esiste già un portafoglio con questo nome. '), _defineProperty(_it$data, 'ERROR_14', 'Portafoglio non trovato. '), _defineProperty(_it$data, 'ERROR_15', 'Ops. Sembra che non esista ancora una proposta con questo ID o c\'è un errore nella lettura della proposta. '), _defineProperty(_it$data, 'ERROR_16', 'C\'è già un portafoglio con questo indirizzo fra quelli salvati. Controlla la pagina dei tuoi portafogli. '), _defineProperty(_it$data, 'ERROR_17', 'L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Se stai inviando token, ti servono 0,01 ETH nel conto per coprire i costi del gas. '), _defineProperty(_it$data, 'ERROR_18', 'Questa transazione consumerebbe tutto il gas. Ciò significa che hai già votato questa proposta o che il periodo di discussione è terminato. '), _defineProperty(_it$data, 'ERROR_19', 'Inserisci un simbolo valido '), _defineProperty(_it$data, 'ERROR_20', 'Non è un token ERC-20 valido. '), _defineProperty(_it$data, 'ERROR_21', 'Impossibile eseguire una stima del gas necessario. Non ci sono abbastanza fondi nel conto, oppure l\'indirizzo del contratto ricevente genererebbe un errore. Puoi inserire il gas manualmente e procedere. Il messaggio di errore al momento dell\'invio potrebbe contenere ulteriori informazioni. '), _defineProperty(_it$data, 'ERROR_22', 'Inserisci un nome di nodo valido '), _defineProperty(_it$data, 'ERROR_23', 'Inserisci un URL valido. Se usi https, l\'URL deve cominciare con https'), _defineProperty(_it$data, 'ERROR_24', 'Inserisci una porta valida '), _defineProperty(_it$data, 'ERROR_25', 'Inserisci un ID catena valido '), _defineProperty(_it$data, 'ERROR_26', 'Inserisci una ABI valida '), _defineProperty(_it$data, 'ERROR_27', 'Importo minimo: 0.01. Importo massimo: '), _defineProperty(_it$data, 'ERROR_28', 'Avrai bisogno del `file Keystore + la password` o della `chiave privata` (prossima pagina) per avere accesso a questo portafoglio in futuro. '), _defineProperty(_it$data, 'ERROR_29', 'Inserisci un nome utente e una password validi '), _defineProperty(_it$data, 'ERROR_30', 'Inserisci un nome valido (almeno 7 caratteri, punteggiatura limitata)'), _defineProperty(_it$data, 'ERROR_31', 'Inserisci una frase segreta valida '), _defineProperty(_it$data, 'ERROR_32', 'Impossibile collegarsi al nodo. Aggiorna la pagina, prova con un altro nodo (angolo in alto a destra), controlla le impostazioni del firewall. Se si tratta di un nodo personalizzato, controlla la configurazione.'), _defineProperty(_it$data, 'ERROR_33', 'L\'indirizzo del portafoglio non corrisponde a quello del proprietario. '), _defineProperty(_it$data, 'ERROR_34', 'Il nome che stai provando a rivelare non combacia con quello che hai inserito. '), _defineProperty(_it$data, 'ERROR_35', 'L\'indirizzo inserito non ha un checksum. Ulteriori informazioni'), _defineProperty(_it$data, 'ERROR_36', 'Inserisci un hash transazione valido'), _defineProperty(_it$data, 'ERROR_37', 'Inserisci una stringa esadecimale valida (0-9, a-f)'), _defineProperty(_it$data, 'SUCCESS_1', 'Indirizzo valido '), _defineProperty(_it$data, 'SUCCESS_2', 'Portafoglio decodificato correttamente '), _defineProperty(_it$data, 'SUCCESS_3', 'La transazione è stata inviata alla rete. È in attesa di essere inclusa in un blocco e confermata. Durante le ICO, potrebbero volerci 3 ore o più per la conferma. Utilizza i pulsanti Verifica e Controlla qui sotto per informazioni. Hash transazione: '), _defineProperty(_it$data, 'SUCCESS_4', 'Il portafoglio è stato aggiunto correttamente '), _defineProperty(_it$data, 'SUCCESS_5', 'File selezionato '), _defineProperty(_it$data, 'SUCCESS_6', 'Ora sei connesso '), _defineProperty(_it$data, 'SUCCESS_7', 'Firma del messaggio verificata'), _defineProperty(_it$data, 'WARN_Send_Link', 'Sei arrivato qui da un link che ha riempito per te i campi indirizzo, importo, gas, dati o tipo di transazione (modalità di invio). Puoi cambiare queste informazioni prima di inviare. Sblocca il tuo portafoglio per iniziare. '), _defineProperty(_it$data, 'GETH_InvalidSender', 'Mittente non valido '), _defineProperty(_it$data, 'GETH_Nonce', 'Nonce troppo basso '), _defineProperty(_it$data, 'GETH_Cheap', 'Prezzo del gas troppo basso per essere accettato '), _defineProperty(_it$data, 'GETH_Balance', 'Saldo insufficiente '), _defineProperty(_it$data, 'GETH_NonExistentAccount', 'Il conto non esiste o il saldo è insufficiente '), _defineProperty(_it$data, 'GETH_InsufficientFunds', 'Fondi insufficienti per gas * prezzo + valore '), _defineProperty(_it$data, 'GETH_IntrinsicGas', 'Gas intrinseco troppo basso '), _defineProperty(_it$data, 'GETH_GasLimit', 'Eccede il limite gas per il blocco '), _defineProperty(_it$data, 'GETH_NegativeValue', 'Valore negativo '), _defineProperty(_it$data, 'PARITY_AlreadyImported', "È già stata importata una transazione con lo stesso hash."), _defineProperty(_it$data, 'PARITY_Old', "Il nonce della transazione è troppo basso. Prova ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_TooCheapToReplace', "La commissione per la transazione è troppo bassa. Nella coda c'è un'altra transazione con lo stesso nonce. Prova ad aumentare la commissione o ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_LimitReached', "Ci sono troppe transazioni nella coda. La tua transazione è stata scartata per il superamento del limite. Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientGasPrice', "La commissione per la transazione è troppo bassa. Non soddisfa la commissione minima del tuo nodo (minima: {}, fornita: {}). Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientBalance', "Fondi insufficienti. L'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti {} ma presenti: {}."), _defineProperty(_it$data, 'PARITY_GasLimitExceeded', "Il costo della transazione eccede il limite gas corrente. Limite: {}, fornito: {}. Prova a ridurre il gas fornito."), _defineProperty(_it$data, 'PARITY_InvalidGasLimit', "Il gas fornito supera il limite."), _defineProperty(_it$data, 'translate_version', '0.3 '), _defineProperty(_it$data, 'Translator_Desc', 'Grazie ai nostri traduttori '), _defineProperty(_it$data, 'TranslatorName_1', '[ugilio](https://www.myetherwallet.com/?gaslimit=21000&to=0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa&value=1.0#send-transaction) '), _defineProperty(_it$data, 'TranslatorAddr_1', '0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa '), _defineProperty(_it$data, 'TranslatorName_2', ''), _defineProperty(_it$data, 'TranslatorAddr_2', ''), _defineProperty(_it$data, 'TranslatorName_3', ''), _defineProperty(_it$data, 'TranslatorAddr_3', ''), _defineProperty(_it$data, 'TranslatorName_4', ''), _defineProperty(_it$data, 'TranslatorAddr_4', ''), _defineProperty(_it$data, 'TranslatorName_5', ''), _defineProperty(_it$data, 'TranslatorAddr_5', ''), _defineProperty(_it$data, 'HELP_Warning', 'Se hai creato un portafoglio -oppure- hai scaricato il repository prima del **31 Dicembre 2015**, controlla i tuoi portafogli e scarica una nuova versione del repository. Fai clic qui per i dettagli. '), _defineProperty(_it$data, 'HELP_Desc', 'Vedi che manca qualcosa? Hai un\'altra domanda? [Mettiti in contatto con noi](mailto:support@myetherwallet.com), e non solo risponderemo alla tua domanda, ma aggiorneremo anche questa pagina in modo che sia più utile ad altri in futuro! '), _defineProperty(_it$data, 'HELP_Remind_Title', 'Qualche promemoria '), _defineProperty(_it$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, e alcune delle librerie Javascript che utilizziamo sono in continuo sviluppo.** Anche se abbiamo testato approfonditamente e persone di tutto il mondo hanno correttamente creato decine di migliaia di portafogli, c\'è sempre la remota possibilità che accada qualcosa di imprevisto che provochi la perdita dei tuoi ETH. Ti preghiamo di non investire più di quello che sei disposto a perdere, e di fare attenzione. Se dovesse capitare qualcosa, ci dispiace, ma **non siamo responsabili per gli ether perduti**. '), _defineProperty(_it$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX non sono "portafogli web". Non stai creando un account né ci stai dando i tuoi ether da custodire. Tutti i dati non lasciano mai il tuo computer/il tuo browser. Quello che facciamo è renderti facile creare, salvare, e accedere alle tue informazioni e interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_Remind_Desc_3', 'Se non salvi la tua chiave privata e la password, non c\'è modo di recuperare l\'accesso al tuo portafoglio o ai fondi che contiene. Salvali in molti luoghi fisici diversi e non solo sul tuo computer! '), _defineProperty(_it$data, 'HELP_0_Title', '0) Sono nuovo. Cosa faccio? '), _defineProperty(_it$data, 'HELP_0_Desc_1', 'MyEtherWallet ti dà la possibilità di generare nuovi portafogli in modo da poter conservare i tuoi ether da solo, invece di usare una piattaforma di scambio. Questo processo avviene interamente sul tuo computer, non sui nostri server. Quindi, quando generi un nuovo portafoglio, **sei responsabile del suo salvataggio in maniera sicura**. '), _defineProperty(_it$data, 'HELP_0_Desc_2', 'Crea un nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_3', 'Fai un backup del portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_4', 'Verifica di avere accesso a questo nuovo portafoglio e di avere salvato correttamente tutte le informazioni necessarie. '), _defineProperty(_it$data, 'HELP_0_Desc_5', 'Trasferisci degli ether in questo nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_1_Title', '1) Come creo un nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_1_Desc_1', 'Vai alla pagina "Genera portafoglio". '), _defineProperty(_it$data, 'HELP_1_Desc_2', 'Vai alla pagina "Aggiungi portafoglio" e seleziona "Genera un nuovo portafoglio" '), _defineProperty(_it$data, 'HELP_1_Desc_3', 'Inserisci una password robusta. Se pensi di poterla dimenticare, salvala in un posto sicuro. Avrai bisogno di questa password per inviare transazioni. '), _defineProperty(_it$data, 'HELP_1_Desc_4', 'Fai clic su "GENERA PORTAFOGLIO". '), _defineProperty(_it$data, 'HELP_1_Desc_5', 'Il tuo portafoglio è stato appena generato. '), _defineProperty(_it$data, 'HELP_2a_Title', 'Come salvo o faccio il backup del mio portafoglio? '), _defineProperty(_it$data, 'HELP_2a_Desc_1', 'Dovresti sempre fare dei backup esterni in diversi luoghi fisici - come su una penna USB e/o su un pezzo di carta. '), _defineProperty(_it$data, 'HELP_2a_Desc_2', 'Salva l\'indirizzo. Puoi tenerlo per te o condividerlo. In questo modo gli altri possono inviarti degli ether. '), _defineProperty(_it$data, 'HELP_2a_Desc_3', 'Salva delle versioni della chiave privata. Non condividerla con nessuno. La tua chiave privata è necessaria quando vuoi accedere ai tuoi ether per trasferirli! Ci sono 3 tipi di chiave privata: '), _defineProperty(_it$data, 'HELP_2a_Desc_4', 'Metti il tuo indirizzo, le versioni della chiave privata, e la versione PDF del tuo portafoglio cartaceo in una cartella. Salvala sul tuo computer e su una penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_5', 'Stampa il portafoglio se hai una stampante. In alternativa, trascrivi la tua chiave privata e l\'indirizzo su un pezzo di carta. Conserva questo foglio in un posto sicuro, separato dal tuo computer e dalla penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_6', 'Ricorda, devi evitare la perdita delle chiavi e della password in caso di smarrimento o malfunzionamento del tuo hard disk, penna USB, o pezzo di carta. Devi anche considerare la perdita fisica o il danneggiamento di una intera area (pensa a incendi o inondazioni). '), _defineProperty(_it$data, 'HELP_2b_Title', '2b) Come implemento un portafoglio offline in maniera sicura con MyEtherWallet? '), _defineProperty(_it$data, 'HELP_2b_Desc_1', 'Vai su [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_it$data, 'HELP_2b_Desc_2', 'Fai clic su `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_it$data, 'HELP_2b_Desc_3', 'Sposta il file zip su un computer *air-gapped*. '), _defineProperty(_it$data, 'HELP_2b_Desc_4', 'Decomprimilo e fai doppio clic su `index.html`. '), _defineProperty(_it$data, 'HELP_2b_Desc_5', 'Genera un portafoglio con una password robusta. '), _defineProperty(_it$data, 'HELP_2b_Desc_6', 'Salva l\'indirizzo. Salva delle versioni della chiave privata. Salva la password se potresti non ricordarla per sempre. '), _defineProperty(_it$data, 'HELP_2b_Desc_7', 'Conserva questi fogli / penne USB in diversi luoghi fisici separati. '), _defineProperty(_it$data, 'HELP_2b_Desc_8', 'Vai alla pagina "Informazioni portafoglio" e digita la tua chiave privata / password per assicurarti che siano corrette e per accedere al portafoglio. Controlla che l\'indirizzo che hai trascritto sia lo stesso. '), _defineProperty(_it$data, 'HELP_3_Title', '3) Come verifico di aver accesso al mio nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_3_Desc_1', '**Prima di inviare degli ether al tuo nuovo portafoglio**, dovresti assicurarti di poterci accedere. '), _defineProperty(_it$data, 'HELP_3_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_3_Desc_3', 'Vai alla pagina "Informazioni portafoglio" su MyEtherWallet.com. '), _defineProperty(_it$data, 'HELP_3_Desc_4', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_3_Desc_5', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_3_Desc_6', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_3_Desc_7', 'Dovrebbero comparire le informazioni sul tuo portafoglio. Individua l\'indirizzo del tuo conto, accanto all\'icona rotonda e colorata. Questa icona rappresenta visivamente il tuo indirizzo. Assicurati che l\'indirizzo sia quello che hai salvato nel tuo file di testo e che sia presente sul tuo portafoglio cartaceo. '), _defineProperty(_it$data, 'HELP_3_Desc_8', 'Se stai pensando di conservare una grande quantità di ether, ti consigliamo di provare a inviare una piccola somma di ether dal nuovo portafoglio prima di depositarci un grosso importo. Invia 0,001 ether al nuovo portafoglio, accedici, e invia quegli 0,001 ether a un altro indirizzo, e assicurati che tutto funzioni agevolmente. '), _defineProperty(_it$data, 'HELP_4_Title', '4) Come invio degli ether da un portafoglio a un altro? '), _defineProperty(_it$data, 'HELP_4_Desc_1', 'Se stai pensando di spostare una grande quantità di ether, dovresti prima provare ad inviare una piccola somma al tuo portafoglio per assicurarti che tutto vada come previsto. '), _defineProperty(_it$data, 'HELP_4_Desc_2', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4_Desc_3', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_4_Desc_4', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_4_Desc_5', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_4_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4_Desc_9', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_4_Desc_10', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_4_Desc_11', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_4_Desc_12', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_4_Desc_13', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_4CX_Title', '4) Come invio degli ether utilizzando MyEtherWallet CX? '), _defineProperty(_it$data, 'HELP_4CX_Desc_1', 'Innanzitutto devi aggiungere un portafoglio. Dopo averlo fatto hai 2 opzioni: la funzionalità "Invio rapido" dall\'icona dell\'estensione di Chrome o la pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4CX_Desc_2', 'Invio rapido: '), _defineProperty(_it$data, 'HELP_4CX_Desc_3', 'Fai clic sull\'icona dell\'estensione di Chrome. '), _defineProperty(_it$data, 'HELP_4CX_Desc_4', 'Fai clic sul pulsante "Invio rapido". '), _defineProperty(_it$data, 'HELP_4CX_Desc_5', 'Seleziona il portafoglio dal quale desideri inviare. '), _defineProperty(_it$data, 'HELP_4CX_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4CX_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4CX_Desc_8', 'Fai clic su "Invia transazione". '), _defineProperty(_it$data, 'HELP_4CX_Desc_9', 'Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. '), _defineProperty(_it$data, 'HELP_4CX_Desc_10', 'Inserisci la password del portafoglio. '), _defineProperty(_it$data, 'HELP_4CX_Desc_11', 'Fai clic su "Invia transazione." '), _defineProperty(_it$data, 'HELP_4CX_Desc_12', 'Tramite la pagina "Invia ether e token" '), _defineProperty(_it$data, 'HELP_5_Title', '5) Come faccio ad eseguire MyEtherWallet.com offline/in locale? '), _defineProperty(_it$data, 'HELP_5_Desc_1', 'Puoi eseguire MyEtherWallet.com sul tuo computer invece che dai server di GitHub. Puoi generare un portafoglio completamente offline e inviare transazioni dalla pagina "Invia Offline". '), _defineProperty(_it$data, 'HELP_5_Desc_7', 'MyEtherWallet.com è ora in esecuzione completamente sul tuo computer. '), _defineProperty(_it$data, 'HELP_5_Desc_8', 'In caso tu non abbia molta confidenza, ti serve l\'intera cartella per poter eseguire il sito web, non solo `index.html`. Non toccare né spostare nulla del contenuto della cartella. Se stai conservando un backup del repository MyEtherWallet per il futuro, ti consigliamo di conservare soltanto il file ZIP in modo da assicurarti che i contenuti della cartella rimangano intatti. '), _defineProperty(_it$data, 'HELP_5_Desc_9', 'Dal momento che stiamo costantemente aggiornando MyEtherWallet.com, ti consigliamo di aggiornare periodicamente la tua versione locale del repository. '), _defineProperty(_it$data, 'HELP_5CX_Title', '5) Come posso installare questa estensione dal repository invece che dal Chrome Store? '), _defineProperty(_it$data, 'HELP_5CX_Desc_2', 'Fai clic su `chrome-extension-vX.X.X.X.zip` e decomprimi il file. '), _defineProperty(_it$data, 'HELP_5CX_Desc_3', 'In Google Chrome, fai clic su Impostazioni (dal menu in alto a destra). '), _defineProperty(_it$data, 'HELP_5CX_Desc_4', 'Fai clic su "Estensioni" sulla sinistra. '), _defineProperty(_it$data, 'HELP_5CX_Desc_5', 'Seleziona la casella "Modalità sviluppatore" all\'inizio della pagina. '), _defineProperty(_it$data, 'HELP_5CX_Desc_6', 'Fai clic sul pulsante "Carica estensione non pacchettizzata...". '), _defineProperty(_it$data, 'HELP_5CX_Desc_7', 'Vai alla cartella che hai precedentemente scaricato e decompresso. Fai clic su "Seleziona". '), _defineProperty(_it$data, 'HELP_5CX_Desc_8', 'L\'estensione dovrebbe ora comparire fra le tue estensioni e nella barra delle estensioni di Chrome. '), _defineProperty(_it$data, 'HELP_7_Title', '7) Come invio token e come aggiungo token personalizzati? '), _defineProperty(_it$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) è un ottimo modo di esplorare i token e trovarne i decimali. '), _defineProperty(_it$data, 'HELP_7_Desc_1', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_7_Desc_2', 'Sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_7_Desc_3', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_7_Desc_4', 'Inserisci l\'importo che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_5', 'Seleziona il token che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_6', 'Se non vedi il token nell\'elenco: '), _defineProperty(_it$data, 'HELP_7_Desc_7', 'Fai clic su "Altro". '), _defineProperty(_it$data, 'HELP_7_Desc_8', 'Inserisci l\'indirizzo, il nome, e i decimali del token. Questi valori sono forniti dagli sviluppatori del token e sono necessari anche quando aggiungi il token in Mist per osservarlo. '), _defineProperty(_it$data, 'HELP_7_Desc_9', 'Fai clic su "Salva". '), _defineProperty(_it$data, 'HELP_7_Desc_10', 'Ora puoi inviare il token e anche vederne il saldo nella barra laterale. '), _defineProperty(_it$data, 'HELP_7_Desc_11', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_7_Desc_12', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_7_Desc_13', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_7_Desc_14', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_7_Desc_15', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Title', '8) Che succede se il vostro sito va giù? '), _defineProperty(_it$data, 'HELP_8_Desc_1', 'MyEtherWallet non è un portafoglio web. Non hai un login e niente viene mai salvato nei nostri server. È semplicemente un\'interfaccia che ti consente di interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Desc_2', 'Se MyEtherWallet.com va giù, dovrai trovare un altro modo (come geth o Ethereum Wallet / Mist) per fare quello che facciamo noi. Ma non dovrai "tirare fuori" i tuoi ether da MyEtherWallet perché non si trovano in MyEtherWallet. Sono in qualunque portafoglio tu abbia generato tramite il nostro sito. '), _defineProperty(_it$data, 'HELP_8_Desc_3', 'Ora puoi importare direttamente e molto facilmente in geth / Ethereum Wallet / Mist la tua chiave privata non crittografata e i tuoi file in formato Geth/Mist (crittografati). Vedi la domanda n. 12 qui sotto. '), _defineProperty(_it$data, 'HELP_8_Desc_4', 'Inoltre, la probabilità che tiriamo giù MyEtherWallet è prossima allo zero. Non ci costa praticamente nulla mantenerlo dal momento che non stiamo memorizzando alcuna informazione. Se anche disattivassimo il dominio, è ancora, e sarà sempre, disponibile pubblicamente su [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puoi scaricare lo ZIP da lì ed eseguirlo in locale. '), _defineProperty(_it$data, 'HELP_8CX_Title', '8) Che succede se MyEtherWallet CX sparisce? '), _defineProperty(_it$data, 'HELP_8CX_Desc_1', 'Innanzitutto, tutti i dati sono salvati sul tuo computer, non sui nostri server. So che può essere disorientante, ma quando utilizzi l\'estensione Chrome NON stai guardando qualcosa che è salvato da qualche parte sui nostri server - è tutto salvato sul tuo computer. '), _defineProperty(_it$data, 'HELP_8CX_Desc_2', 'Detto ciò, è **molto importante** che tu faccia un backup di tutte le informazioni relative a ogni nuovo portafoglio generato con MyEtherWallet CX. In questo modo se succede qualcosa a MyEtherWallet CX or al tuo computer avrai ancora tutte le informazioni necessarie ad accedere ai tuoi ether. Vedi la domanda n. 2a per come salvare i tuoi portafogli. '), _defineProperty(_it$data, 'HELP_8CX_Desc_3', 'Se per qualche ragione MyEtherWallet CX sparisce dal Chrome Store, puoi trovare i sorgenti su Github e caricare l\'estensione manualmente. Vedi la domanda n. 5 qui sopra. '), _defineProperty(_it$data, 'HELP_9_Title', '9) La pagina "Invia ether e token" è offline? '), _defineProperty(_it$data, 'HELP_9_Desc_1', 'No. Ha bisogno di Internet per poter ottenere il prezzo corrente del gas, il *nonce* del tuo conto, e per trasmettere la transazione (cioè per inviarla). Tuttavia, si limita ad inviare la transazione firmata. La tua chiave privata rimane al sicuro con te. Ora abbiamo inserito anche una pagina "Invia offline" così che ti possa assicurare che le tue chiavi private rimangano sempre su un computer offline/*air-gapped*. '), _defineProperty(_it$data, 'HELP_10_Title', '10) Come creo una transazione offline? '), _defineProperty(_it$data, 'HELP_10_Desc_1', 'Vai alla pagina "Invia offline" con il tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_2', 'Inserisci l\'"Indirizzo mittente". Ti preghiamo di notare che questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Da questo indirizzo si genera il *nonce* e il prezzo del gas. '), _defineProperty(_it$data, 'HELP_10_Desc_3', 'Spostati sul tuo computer offline. Inserisci l\'"INDIRIZZO DESTINATARIO" e l\'"IMPORTO" che desideri inviare. '), _defineProperty(_it$data, 'HELP_10_Desc_4', 'Inserisci il "PREZZO GAS" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_5', 'Inserisci il "NONCE" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_6', 'Il "LIMITE GAS" ha un valore predefinito di 21000. Questo valore è sufficiente per una transazione standard. Se desideri inviare ad un contratto o se includi nella transazione dati aggiuntivi avrai bisogno di aumentare il limite gas. Eventuale gas in eccesso ti sarà restituito. '), _defineProperty(_it$data, 'HELP_10_Desc_7', 'Se lo desideri, inserisci dei dati. Se lo fai, dovrai aumentare il limite gas a un valore superiore al limite predefinito di 21000. Tutti i dati sono in formato HEX. '), _defineProperty(_it$data, 'HELP_10_Desc_8', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_10_Desc_9', 'Premi il pulsante "GENERA TRANSAZIONE". '), _defineProperty(_it$data, 'HELP_10_Desc_10', 'I campi sotto il pulsante saranno riempiti con la transazione firmata. Copiala e ritorna al tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_11', 'Sul tuo computer online, incolla la transazione firmata nel campo di testo nel passo n. 3 e fai clic su "Invia transazione". In questo modo la transazione verrà trasmessa. '), _defineProperty(_it$data, 'HELP_12_Title', '12) Come faccio a importare un portafoglio creato con MyEtherWallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_it$data, 'HELP_12_Desc_1', 'Con un file JSON Geth/Mist generato da MyEtherWallet v2+.... '), _defineProperty(_it$data, 'HELP_12_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_3', 'Sblocca il portafoglio usando la tua chiave privata **crittografata** o il file JSON. '), _defineProperty(_it$data, 'HELP_12_Desc_4', 'Vai alla pagina "I miei portafogli". '), _defineProperty(_it$data, 'HELP_12_Desc_5', 'Seleziona il portafoglio che vuoi importare in Mist, fai clic sull\'icona "Mostra", inserisci la password, e accedi al portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_6', 'Individua la sezione "File Keystore/JSON (Consigliato · Crittografato · Formato Mist/Geth)". Premi il pulsante "Download" al di sotto. Ora hai il file keystore. '), _defineProperty(_it$data, 'HELP_12_Desc_7', 'Apri l\'applicazione Ethereum Wallet. '), _defineProperty(_it$data, 'HELP_12_Desc_8', 'Nella barra dei menu, vai su "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_it$data, 'HELP_12_Desc_9', 'Si aprirà la tua cartella keystore. Copia il file che hai appena scaricato (`UTC--2016-04-14........`) dentro questa cartella. '), _defineProperty(_it$data, 'HELP_12_Desc_10', 'Il tuo conto dovrebbe comparire immediatamente sotto "Accounts." '), _defineProperty(_it$data, 'HELP_12_Desc_11', 'Con una chiave privata non crittografata... '), _defineProperty(_it$data, 'HELP_12_Desc_12', 'Se non hai già la chiave private non crittografata, vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_13', 'Seleziona il file del tuo portafoglio -oppure- inserisci/incolla la tua chiave privata per sbloccare il portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_14', 'Copia la tua chiave privata (non crittografata). '), _defineProperty(_it$data, 'HELP_12_Desc_15', 'Se sei su un Mac: '), _defineProperty(_it$data, 'HELP_12_Desc_15b', 'Se sei su un PC: '), _defineProperty(_it$data, 'HELP_12_Desc_16', 'Apri TextEdit e incolla la chiave privata. '), _defineProperty(_it$data, 'HELP_12_Desc_17', 'Vai sulla barra dei menu e fai clic su "Formato" -> "Converti in formato Solo testo". '), _defineProperty(_it$data, 'HELP_12_Desc_18', 'Salva questo file sulla tua `Scrivania` come `niente_di_speciale_cancellami.txt`. Assicurati che siano selezionati "UTF-8" e "Se non è indicata nessuna estensione, usa .”txt”" nella finestra di salvataggio. '), _defineProperty(_it$data, 'HELP_12_Desc_19', 'Apri il terminale ed esegui il seguente comando: `geth account import ~/Desktop/niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_20', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_21', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_22', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_12_Desc_23', 'Apri Blocco note e incolla la chiave privata '), _defineProperty(_it$data, 'HELP_12_Desc_24', 'Salva il file come `niente_di_speciale_cancellami.txt` in `C:\\` '), _defineProperty(_it$data, 'HELP_12_Desc_25', 'Esegui il comando `geth account import C:\\niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_26', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_27', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_28', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_13_Title', '13) Cosa significa "Fondi insufficienti. L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti XXXXXXXXXXXXXXXXXXX ma presenti: XXXXXXXXXXXXXXXX."? '), _defineProperty(_it$data, 'HELP_13_Desc_1', 'Significa che non hai abbastanza ether nel tuo conto per coprire il costo del gas. Tutte le transazioni (comprese quelle che riguardano token e contratti) richiedono gas, e il gas si paga in ether. Il numero indicato è l\'importo richiesto per coprire il costo della transazione in wei. Prendi quel numero, dividilo per `1000000000000000000`, e sottrai la quantità di ether che stavi provando ad inviare (se stavi provando ad inviare ether). Il risultato è la somma in ether che devi inviare a quel conto per poter eseguire la transazione. '), _defineProperty(_it$data, 'HELP_14_Title', '14) Certi siti inizializzano il generatore di numeri casuali per la generazione della chiave privata tramite i movimenti del mouse. MyEtherWallet.com non lo fa. La generazione di numeri casuali di MyEtherWallet è sicura? '), _defineProperty(_it$data, 'HELP_14_Desc_1', 'Sebbene usare i movimenti del mouse sia ingegnoso, e comprendiamo perché piaccia, la realtà è che window.crypto assicura maggiore entropia rispetto ai tuoi movimenti del mouse. Non che i movimenti del mouse siano insicuri, è solo che noi (e un sacco di altri critto-esperimenti) crediamo in window.crypto. Oltretutto, MyEtherWallet.com può essere utilizzato su dispositivi touch. Qui c\'è una [conversazione fra un utente di reddit arrabbiato e Vitalik Buterin su movimenti del mouse contro window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) e qui c\'è [la specifica del w3 di window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_it$data, 'HELP_15_Title', '15) Perché il conto che ho appena creato non risulta nello strumento per esplorare la *blockchain*? (es: etherchain, etherscan) '), _defineProperty(_it$data, 'HELP_15_Desc_1', 'I conti vengono mostrati in quegli strumenti solamente dopo che c\'è stata un\'attività sul conto in questione—ad esempio, dopo che ci hai trasferito degli ether. '), _defineProperty(_it$data, 'HELP_16_Title', '16) Come faccio a controllare il saldo del mio conto? '), _defineProperty(_it$data, 'HELP_16_Desc_1', 'Puoi usare uno strumento per l\'esplorazione della *blockchain* come [etherscan.io](https://etherscan.io/). Incolla il tuo indirizzo nella barra di ricerca e vedrai il tuo indirizzo e lo storico delle transazioni. Ad esempio, questo è come si presenta il nostro [conto donazioni](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) su etherscan.io '), _defineProperty(_it$data, 'HELP_17_Title', '17) Perché non viene mostrato il saldo quando sblocco il mio portafoglio? '), _defineProperty(_it$data, 'HELP_17_Desc_1', 'Probabilmente perché sei dietro a un firewall. Le API che utilizziamo per ottenere il saldo e convertirlo sono spesso bloccate dai firewall per qualche ragione. Sarai ancora in grado di inviare transazioni, dovrai solo usare un metodo diverso per vedere il tuo saldo, come etherscan.io '), _defineProperty(_it$data, 'HELP_18_Title', '18) Dov\'è il mio file portafoglio di geth? '), _defineProperty(_it$data, 'HELP_19_Title', '19) Dov\'è il mio file portafoglio di Mist? '), _defineProperty(_it$data, 'HELP_19_Desc_1', 'I file di Mist si trovano di solito nelle posizioni qui sopra, ma è molto più facile aprire Mist, selezionare "Accounts" nella barra dei menu, selezionare "Backup", e selezionare "Accounts". Si aprirà la cartella in cui sono memorizzati i tuoi file. '), _defineProperty(_it$data, 'HELP_20_Title', '20) Dov\'è il mio file portafoglio della prevendita? '), _defineProperty(_it$data, 'HELP_20_Desc_1', 'Dove l\'hai salvato. ;) Ti è anche stato spedito in mail, quindi controllala. Cerca un file chiamato `"ethereum_wallet_backup.json"` e selezionalo. Questo portafoglio sarà crittografato con la password che hai creato durante l\'acquisto della prevendita. '), _defineProperty(_it$data, 'HELP_21_Title', '21) Non basta inserire chiavi private casuali, cercare un saldo, e poi inviarselo al proprio indirizzo? '), _defineProperty(_it$data, 'HELP_21_Desc_1', 'Versione corta: sì, ma trovare un conto con un saldo richiederebbe più tempo dell\'età dell\'universo... quindi no. '), _defineProperty(_it$data, 'HELP_21_Desc_2', 'Versione lunga in termini semplici: Ethereum si basa sulla [Crittografia a chiave pubblica](https://it.wikipedia.org/wiki/Crittografia_a_chiave_pubblica), nello specifico [Crittografia a curva ellittica](https://eprint.iacr.org/2013/734.pdf) (ECC) che è ampiamente utilizzata, non solo in Ethereum. La maggior parte dei server sono protetti tramite ECC. Anche Bitcoin la usa, oltre a SSH e TLS e a un sacco di altra roba. Le chiavi di Ethereum nello specifico sono di 256 bit, che sono più robuste di 128 bit e 192 bit, che sono anch\'esse ampiamente utilizzate e sono tuttora considerate sicure dagli esperti. '), _defineProperty(_it$data, 'HELP_21_Desc_3', 'In tutto ciò tu hai una chiave privata e una chiave pubblica. Dalla chiave privata si può derivare la chiave pubblica, ma dalla chiave pubblica non si può risalire alla chiave privata. Il fatto che Internet e i segreti del mondo usino questa crittografia significa che se ci fosse un modo per ottenere una chiave privata da una chiave pubblica, i tuoi ether persi sarebbero l\'ultimo dei problemi. '), _defineProperty(_it$data, 'HELP_21_Desc_4', 'Ora, detto ciò, SÌ se qualcun altro ha la tua chiave privata allora può effettivamente inviare ether dal tuo conto. Proprio come se qualcuno ha la password della tua mail può leggere e spedire la tua mail, o se ha la password del tuo conto bancario potrebbe fare dei trasferimenti. Potresti scaricare la versione Keystore della tua chiave privata che è la chiave privata crittografata con una password. È come avere una password che è a sua volta protetta da un\'altra password. '), _defineProperty(_it$data, 'HELP_21_Desc_5', 'E SÌ, in teoria potresti semplicemente digitare stringhe di 64 caratteri esadecimali fino a trovarne una che corrisponda. Infatti, persone intelligenti potrebbero scrivere un programma per controllare molto rapidamente chiavi private casuali. Questo procedimento è conosciuto come *"attacco a forza bruta"* o *"mining"* delle chiavi private. Ci hanno pensato molto e a lungo. Con qualche server di altissimo livello potrebbero essere in grado di controllare più di 1 milione di chiavi al secondo. Però nemmeno controllarne così tante al secondo porterebbe all\'accesso in una maniera tale da rendere il costo dell\'utilizzo di quei server vagamente vicino all\'essere proficuo - è più probabile che tu, e i tuoi pronipoti, moriate prima di trovare una corrispondenza. '), _defineProperty(_it$data, 'HELP_21_Desc_6', 'Se sai qualcosa di Bitcoin, [questo ti darà un\'idea:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *"Per illustrare quanto ciò sia improbabile: supponi che ogni satoshi di ogni bitcoin che sarà mai generato sia inviato a una sua chiave privata unica. La probabilità che fra queste chiavi ce ne possano essere due che corrispondano allo stesso indirizzo è circa di uno in 100 trilioni"*. '), _defineProperty(_it$data, 'HELP_21_Desc_7', '[Se preferisci qualcosa di un po\' più tecnico:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *"Questi numeri non hanno niente a che fare con la tecnologia dei dispositivi; sono i massimi che la termodinamica consente. E implicano fortemente che gli attacchi a forza bruta contro le chiavi a 256 bit saranno impraticabili almeno fino a quando i computer non saranno costruiti con qualcosa di diverso dalla materia e non occuperanno qualcosa di diverso dallo spazio."* '), _defineProperty(_it$data, 'HELP_21_Desc_8', 'Certo, tutto ciò assume che le chiavi siano generate in una maniera veramente casuale e con sufficiente entropia. Le chiavi generate qui soddisfano questi criteri, come anche Jaxx e Mist/geth. I portafogli Ethereum sono tutti piuttosto buoni. Le chiavi generate dai *brainwallet* non lo sono, dal momento che il cervello di una persona non è capace di creare un seme veramente casuale. Ci sono stati un numero di altri problemi relativi alla mancanza di entropia o a semi non generati in maniera veramente casuale nel mondo di Bitcoin, ma quella è un\'altra questione di cui non parleremo oggi. '), _defineProperty(_it$data, 'HELP_SecCX_Title', 'Sicurezza - MyEtherWallet CX '), _defineProperty(_it$data, 'HELP_SecCX_Desc_1', 'Dov\'è che questa estensione salva le mie informazioni? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_2', 'Le informazioni che memorizzi in questa estensione di Chrome sono salvate tramite [chrome.storage](http://chrome.storage/). - è lo stesso posto in cui vengono salvate le tue password quando le salvi in Chrome. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_3', 'Che informazioni sono salvate? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_4', 'L\'indirizzo, nome, e la chiave privata sono memorizzati in chrome.storage. La chiave privata è crittografata utilizzando la password che hai impostato quando hai aggiunto il portafoglio. Il nome e l\'indirizzo del portafoglio non sono crittografati. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_5', 'Perché il nome e l\'indirizzo del portafoglio non sono crittografati? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_6', 'Se crittografassimo questi elementi dovresti inserire una password ogni volta in cui volessi vedere il saldo del tuo conto o i nomi dei portafogli. Se ciò ti preoccupa, ti consigliamo di usare MyEtherWallet.com invece di questa estensione di Chrome. '), _defineProperty(_it$data, 'HELP_Sec_Title', 'Sicurezza '), _defineProperty(_it$data, 'HELP_Sec_Desc_1', 'Se una delle prime domande che ti poni è "Perché dovrei fidarmi di questa gente?", è una cosa buona. Quanto segue dovrebbe aiutarti a calmare i tuoi timori. '), _defineProperty(_it$data, 'HELP_Sec_Desc_2', 'Siamo attivi da agosto 2015. Se cerchi ["myetherwallet" su reddit](https://www.reddit.com/search?q=myetherwallet), puoi vedere che molte persone ci utilizzano con grande successo. '), _defineProperty(_it$data, 'HELP_Sec_Desc_3', 'Non prenderemo i tuoi soldi né ruberemo le tue chiavi private. Non c\'è codice malevolo su questo sito. Infatti le pagine "Genera portafoglio" sono completamente lato client. Ciò significa che tutto il codice è eseguito sul ** tuo computer** e non viene mai salvato e trasmesso da nessuna parte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_4', 'Controlla l\'URL -- Questo sito viene servito attraverso GitHub e puoi vederne il codice sorgente qui: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) su [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_it$data, 'HELP_Sec_Desc_5', 'Per la generazione dei portafogli, puoi scaricare il [codice sorgente](https://github.com/kvhnuke/etherwallet/releases/latest) ed eseguirlo in locale. Vedi la domanda 5 qui sopra. '), _defineProperty(_it$data, 'HELP_Sec_Desc_6', 'Genera un portafoglio di prova e controlla che attività di rete sono in corso. Il modo più facile e fare clic destro sulla pagina e scegliere "Analizza elemento". Vai sulla scheda "Rete". Genera un portafoglio di prova. Vedrai che non c\'è attività di rete. Potresti vedere accadere qualcosa che assomiglia a data:image/gif e data:image/png. Sono i QR code che vengono generati...sul tuo computer...dal tuo computer. Non sono stati trasferiti byte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_8', 'Se non ti senti a tuo agio a usare questo strumento, allora certo, non usarlo. Abbiamo creato questo strumento per aiutare la gente a generare portafogli ed eseguire transazioni senza bisogno di usare la riga di comando o far girare un nodo completo. Di nuovo, sentiti libero di contattarci se hai dubbi e ti risponderemo appena possibile. Grazie! '), _defineProperty(_it$data, 'HELP_FAQ_Title', 'Risposte più utili alle domande frequenti (in Inglese) '), _defineProperty(_it$data, 'HELP_Contact_Title', 'Modi per contattarci (in Inglese)'), _it$data); module.exports = it; @@ -16687,7 +16684,7 @@ ja.data = (_ja$data = { ONBOARD_why_content__7: '**あなた**が、そして**あなただけ**が自分のセキュリテイの全責任を持ちます。', /***You** and **only you** are responsible for your security.*/ ONBOARD_why_content__8: '秘密鍵とパスワードを大事に保管してください。秘密鍵は、ニーモニックフレーズ、キーストアファイル、UTCファイル、JSONファイル、お財布(ワレット)ファイルとも呼ばれることがあります。', /*Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.*/ ONBOARD_why_content__9: 'もし秘密鍵やパスワードを忘れると、誰も回復させることができません。', /*If you lose your private key or password, no one can recover it.*/ - ONBOARD_why_content__10: 'もし、あなたが秘密鍵を詐欺サイトで入力すると、**全ての資産**が盗まれてしまいます。' }, _defineProperty(_ja$data, 'ONBOARD_blockchain_title__alt', '一体ブロックチェーンって何? '), _defineProperty(_ja$data, 'ONBOARD_point_title__alt', 'それじゃMEWは何ができるの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_title', 'MyEtherWalletにできないなら、どうすればいいの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__1', 'それがブロックチェーンによる分散化の**きも**だからです。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__2', '自分の資産やお金を動かすときに、金融機関、政府や他の誰かを頼る必要が全くありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__3', '自分の資産を守るために、取引所や金融機関のセキュリティを頼る必要もありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__4', 'もし、こういった事には価値がない、と感じるのでしたら、なぜブロックチェーンや仮想通貨に価値があるのかよーく考えて見てください。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__5', 'もし、お気に召さないようでしたら、[Coinbase](https://www.coinbase.com/) や [Blockchain.info](https://blockchain.info/wallet/#/signup)をお使いください。これらは、より身近なIDとパスワードを使用しています。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__6', 'もし、少し不安だけれどもMEWを使いたければ、[ハードウェアワレットを入手(英語)](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)!'), _defineProperty(_ja$data, 'ONBOARD_why_title__alt', 'でも...どうして?'), _defineProperty(_ja$data, 'ONBOARD_secure_title', '自分自身とその資産の守り方 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_title', 'オンライン詐欺から自分自身を守る方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__1', 'オンライン詐欺師は、MyEtherWallet、EtherDelta、Paypalやあなたの金融機関のリンクが含まれた個人メッセージを送りつけてきますが、これは偽のサイトです。あなたの情報を盗み、そして資産を盗みます。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__2', '[EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn)または[MetaMask](https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige). のクローム拡張を使って、これらの悪意のサイトを遮断してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__3', 'いつも、必ず、URL:「https://www.myetherwallet.com」を確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__4', 'URLバーに、 `MYETHERWALLET LLC [US]`と緑色で表示されていることを必ず確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__5', 'eメール、Slack、Reddit、Twitterやその他から送られてくるメッセージやリンクを信用しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__6', '情報を入力する前に、常に直接サイトを参照してから閲覧してください。eメールやメッセージのリンクを押してから情報を入力しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__7', '[AdBlockerを導入](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=ja)し、サーチエンジンの広告(例:グーグル)をクリックしないでください。'), _defineProperty(_ja$data, 'ONBOARD_point_title__alt_2', 'それで要点は?'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title', 'オンライン詐欺から自分自身を守る方法'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__1', 'これらの人達は、何の見返りもなしにお金をあげる、と言って近づいてきます。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__2', 'もし、ありそうにないほど良い話であれば、きっとその通りです。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__3', '誰か、あるいは何かのプロジェクトに送金する前に、よくお調べください。サイトやフォーラムの情報をよく確かめてください。慎重に。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__4', '理解できなかったり、正しくないと思われる場合には、直接質問してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__5', '不安や懐疑心、流行遅れになる事の恐怖が常識の範囲を越えないように。もし何かとても緊急だと言われたら、なぜだろう、と自分でもう一度考えてみてください。おそらくそれは、時期を逃してしまう恐怖を煽るものか、十分な下調べをさせないための罠です。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title__alt', ' くたばれ詐欺師ども'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title', '損失を防ぐ方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__1', 'もしパスワードや秘密鍵を無くすと、財産を永久に失います。絶対に無くすな。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__2', '秘密鍵やパスワードのバックアップを作成してください。コンピューターに保存したままにしないでください。印刷したり、USBキーに保存してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__3', 'その紙やUSBキーを別の場所に保管してください。一つだけのバックアップでは、火事や津波などで、ラップトップコンピューターと共に破壊されてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__4', '秘密鍵をDropbox、Google Drive、や他のクラウドストレージに保管しないでください。そのアカウント(のセキュリティ)が損なわれた場合に、資産が盗まれてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__5', 'もし、あなたが自分の1週間以上の給料に値する仮想通貨をお持ちであれば、ハードウェア・ワレットを入手してください。言い訳無用です。それだけの価値があります。私が保証します。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__6', '[さらに安全確保のためのセキュリティ情報!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title__alt_2', '詐欺の撲滅 '), _defineProperty(_ja$data, 'ONBOARD_final_title__alt', 'もうワンクリックで完了です! 🤘'), _defineProperty(_ja$data, 'ONBOARD_final_title', 'オーライ!講義終了!'), _defineProperty(_ja$data, 'ONBOARD_final_subtitle', 'こんな風で申し訳ありません。次はこれです!'), _defineProperty(_ja$data, 'ONBOARD_final_content__1', 'お財布を作る'), _defineProperty(_ja$data, 'ONBOARD_final_content__2', 'ハードウェア・ワレットを手に入れる'), _defineProperty(_ja$data, 'ONBOARD_final_content__3', 'MEWとMetamaskの設定方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__4', 'オフライン/手元でのMEWの使い方'), _defineProperty(_ja$data, 'ONBOARD_final_content__5', 'Ledgerハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__6', 'TREZORハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__7', 'MetaMaskでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__8', 'もっと教えて、連絡したい'), _defineProperty(_ja$data, 'ONBOARD_final_content__9', 'もう勘弁、お願い、早く使わせて。'), _defineProperty(_ja$data, 'ONBOARD_resume', '前回スライドを最後までお読みになっていないようです。プロのアドバイス:スライドを全部読みましょう😉'), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_scan', 'DigitalBitboxに接続する '), _defineProperty(_ja$data, 'ADD_Label_1', 'ご希望の操作方法をお選びください '), _defineProperty(_ja$data, 'ADD_Label_2', 'ニックネームの作成: '), _defineProperty(_ja$data, 'ADD_Label_3', 'お財布が暗号化されています。パスワードを入力してください: '), _defineProperty(_ja$data, 'ADD_Label_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Label_5', 'アドレスを入力 '), _defineProperty(_ja$data, 'ADD_Label_6', 'お財布をアンロック: '), _defineProperty(_ja$data, 'ADD_Label_6_short', 'アンロック '), _defineProperty(_ja$data, 'ADD_Label_7', 'アカウント追加 '), _defineProperty(_ja$data, 'ADD_Label_8', 'パスワード(任意): '), _defineProperty(_ja$data, 'ADD_Ledger_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_1', '自分の Ledger Wallet を接続する '), _defineProperty(_ja$data, 'ADD_Ledger_2', 'イサリアムアプリケーション(あるいはコントラクトアプリケーション)を開く 。 '), _defineProperty(_ja$data, 'ADD_Ledger_2_Exp', 'Expanseアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_2_Ubq', 'Ubiqアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_3', '設定中で、ブラウザサポートが有効にされていることを確認してください。 '), _defineProperty(_ja$data, 'ADD_Ledger_4', '設定にブラウザサポートが見つからなければ、[Firmware >1.2]を確認してください。(https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ja$data, 'ADD_Ledger_scan', 'Ledger Wallet に接続 '), _defineProperty(_ja$data, 'ADD_MetaMask', 'MetaMask に接続 '), _defineProperty(_ja$data, 'ADD_Radio_1', 'お財布の新規作成 '), _defineProperty(_ja$data, 'ADD_Radio_2', 'お財布ファイルの選択 (Keystore / JSON) '), _defineProperty(_ja$data, 'ADD_Radio_2_alt', 'お財布ファイルの選択: '), _defineProperty(_ja$data, 'ADD_Radio_2_short', 'お財布ファイルを選択 '), _defineProperty(_ja$data, 'ADD_Radio_3', '秘密鍵をペースト/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Radio_5', 'ニーモニックを上書き/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_5_Path', 'HD derivation pathを選択 '), _defineProperty(_ja$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ja$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathCustom', 'カスタム'), _defineProperty(_ja$data, 'ADD_Trezor_scan', 'TREZORに接続 '), _defineProperty(_ja$data, 'ADD_Warning_1', '任意のアカウントを監視する目的で、秘密鍵をアップロードせずにお財布タブに追加することできます。これによってお財布の操作や、ETHERの移動が可能になるわけではありません。 '), _defineProperty(_ja$data, 'BULK_Label_1', '作成するお財布の数 '), _defineProperty(_ja$data, 'BULK_Label_2', 'お財布を複数を作成する '), _defineProperty(_ja$data, 'BULK_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'CONTRACT_ByteCode', 'バイトコード '), _defineProperty(_ja$data, 'CONTRACT_Interact_CTA', '機能を一つ選ぶ '), _defineProperty(_ja$data, 'CONTRACT_Interact_Title', '契約の読込や書込 '), _defineProperty(_ja$data, 'CONTRACT_Json', 'ABI / JSON インターフェース '), _defineProperty(_ja$data, 'CONTRACT_Read', '読み取り '), _defineProperty(_ja$data, 'CONTRACT_Title', '契約アドレス '), _defineProperty(_ja$data, 'CONTRACT_Title_2', '既存の契約を選択 '), _defineProperty(_ja$data, 'CONTRACT_Write', '書き込み '), _defineProperty(_ja$data, 'CX_error_1', 'お財布が保存されていません。["Add Wallet"](/cx-wallet.html#add-wallet)をクリックして追加してください。 '), _defineProperty(_ja$data, 'CX_quicksend', '簡易送信 '), _defineProperty(_ja$data, 'CX_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 Chrome Extension '), _defineProperty(_ja$data, 'CX_Warning_1', '必ずここに保管するすべてのお財布の「外部バックアップ」を作成してください。このChrome Extensionでは、再導入などで、データが保存されずの消失することが頻繁に起こります。このエクステンションは容易な操作を提供するのみで、「バックアップ」は行いません。 '), _defineProperty(_ja$data, 'decrypt_Access', 'どの方法でお財布を操作しますか? '), _defineProperty(_ja$data, 'decrypt_Title', '秘密鍵形式の選択: '), _defineProperty(_ja$data, 'decrypt_Select', 'お財布の選択 '), _defineProperty(_ja$data, 'DEP_generate', 'バイトコードを生成する '), _defineProperty(_ja$data, 'DEP_generated', '生成されたバイトコード '), _defineProperty(_ja$data, 'DEP_signtx', 'トランザクションに署名 '), _defineProperty(_ja$data, 'DEP_interface', '生成されたインターフェース '), _defineProperty(_ja$data, 'ERROR_0', '(error_01) 正しい値を入力してください。 (Please enter a valid amount.) '), _defineProperty(_ja$data, 'ERROR_1', '(error_02) パスワードは少なくとも9文字が必要です。強固なパスワードであることをお確かめください。 (Your password must be at least 9 characters. Please ensure it is a strong password.) '), _defineProperty(_ja$data, 'ERROR_2', '(error_03) 申し訳ございませんが、このタイプのお財布ファイルは認識できません。 (Sorry! We don\'t recognize this type of wallet file.) '), _defineProperty(_ja$data, 'ERROR_3', '(error_04) 正しいお財布ファイルではありません。 (This is not a valid wallet file.) '), _defineProperty(_ja$data, 'ERROR_4', '(error_05) この単位は存在しませんので、下記の中からお選びください。 (This unit doesn\'t exists, please use the one of the following units) '), _defineProperty(_ja$data, 'ERROR_5', '(error_06) 無効なアドレスです。 (Please enter a valid address.) '), _defineProperty(_ja$data, 'ERROR_6', '(error_07) 無効なパスワードです。 (Please enter a valid password.) '), _defineProperty(_ja$data, 'ERROR_7', '(error_08) 無効な総量です。 (Must be integer. Try 0-18.) (Please enter valid decimals (Must be an integer. Try 0-18.)) '), _defineProperty(_ja$data, 'ERROR_8', '(error_09) 無効なガスリミットです。 (Must be integer. Try 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)) '), _defineProperty(_ja$data, 'ERROR_9', '(error_10) 無効なデータです。 (Must be hex.) (Please enter a valid data value (Must be hex.)) '), _defineProperty(_ja$data, 'ERROR_10', '(error_11) 無効なガス総量です。 (Must be integer. Try 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)) '), _defineProperty(_ja$data, 'ERROR_11', '(error_12) 無効な nonce です。 (Must be integer.) (Please enter a valid nonce (Must be an integer.)) '), _defineProperty(_ja$data, 'ERROR_12', '(error_13) 無効な署名のトランザクションです。 (Invalid signed transaction.) '), _defineProperty(_ja$data, 'ERROR_13', '(error_14) 同じニックネームのお財布が既にあります。 (A wallet with this nickname already exists.) '), _defineProperty(_ja$data, 'ERROR_14', '(error_15) お財布が見つかりません。 (Wallet not found.) '), _defineProperty(_ja$data, 'ERROR_15', '(error_16) このIDのプロポーサルは存在しない、あるいは正常に読み込みできません。 (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.) '), _defineProperty(_ja$data, 'ERROR_16', '(error_17) 同じアドレスのお財布が既に存在します。お財布のページをご確認ください。 (A wallet with this address already exists in storage. Please check your wallets page.) '), _defineProperty(_ja$data, 'ERROR_17', '(error_18) "ファンドが足りません。 トランザクション送出元のファンドが不足しています。ガスとして使われるために、少なくとも0.01 etherがお財布上に必要です。 (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)) '), _defineProperty(_ja$data, 'ERROR_18', '(error_19) 全てのガスがこのトランザクションにより消費されます。これは、既に投票を行ったか、あるいはディベート期間が終了したためです。 (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.) '), _defineProperty(_ja$data, 'ERROR_19', '(error_20) 無効なシンボル (Please enter a valid symbol) '), _defineProperty(_ja$data, 'ERROR_20', '(error_21) は有効なERC-20トークンではありません。もし他のトークンをロード中であれば、このトークンを取り除いてからもう一度試してください。 (Not a valid ERC-20 token) '), _defineProperty(_ja$data, 'ERROR_21', '(error_22) ガス量を推定できません。十分な資金が口座にないか、あるいは受け取り側のコントラクトがエラーになっています。ガス量を変更してから試してください。送出時にはより詳しいエラーメッセージが返ります。 (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.) '), _defineProperty(_ja$data, 'ERROR_22', '(error_23) 正しいノード名を入力してください (Please enter a valid node name) '), _defineProperty(_ja$data, 'ERROR_23', '(error_24) 正しいURLを入力してください。 HTTPS接続の場合には、ノードはHTPPSで接続しなければなりません。 (Please enter a valid URL. If you are on https, your URL must be https) '), _defineProperty(_ja$data, 'ERROR_24', '(error_25) 正しいポートを入力してください (Please enter a valid port.) '), _defineProperty(_ja$data, 'ERROR_25', '(error_26) 正しい chain ID を入力してください (Please enter a valid chain ID.) '), _defineProperty(_ja$data, 'ERROR_26', '(error_27) 正しい ABI を入力してください (Please enter a valid ABI.) '), _defineProperty(_ja$data, 'ERROR_27', '(error_28) 最小値: 0.01. 最大値: (Minimum amount: 0.01. Max amount:) '), _defineProperty(_ja$data, 'ERROR_28', '(error_29) お財布を操作するためには**Keystore/JSONとパスワードか秘密鍵が必要** 保存してから、外部バックアップしてください!ここで保存しないとお財布が使用できなくなります。詳細はヘルプページを参照してください。(https://www.myetherwallet.com/#help) (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. ) '), _defineProperty(_ja$data, 'ERROR_29', '(error_30) 正しいユーザーとパスワードを入力してください (Please enter a valid user and password.) '), _defineProperty(_ja$data, 'ERROR_30', '(error_31) 正しい ENS名を入力してください (Please enter a valid name (7+ characters, limited punctuation)) '), _defineProperty(_ja$data, 'ERROR_31', '(error_32) 無効な秘密フレーズです (Please enter a valid secret phrase.) '), _defineProperty(_ja$data, 'ERROR_32', '(error_33) ノードに接続できませんでした。ページを再表示したり、別のノード(画面の右上にあります)を試したり,ファイアーウォールの設定を確認してください。 カスタムノードの使用時には、構成設定を確認してください (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)。'), _defineProperty(_ja$data, 'ERROR_33', '(error_34) アンロックしたお財布のアドレスがオーナーのアドレスと一致しません (The wallet you have unlocked does not match the owner\'s address.)。'), _defineProperty(_ja$data, 'ERROR_34', '(error_35) 以前に入力したものと異なる名前です。 (The name you are attempting to reveal does not match the name you have entered.) '), _defineProperty(_ja$data, 'ERROR_35', '(error_36) チェックサムが付いていません。 詳細What does that mean?)>'), _defineProperty(_ja$data, 'ERROR_36', '(error_37) 正しいトランザクションハッシュを入力してくださ (Please enter a valid TX hash)い'), _defineProperty(_ja$data, 'ERROR_37', '(error_38) 16進数を正しく入力してください (0-9, a-f (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f))'), _defineProperty(_ja$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_ja$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_ja$data, 'GETH_Balance', '(geth-01) 残高不足 Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_Cheap', '(geth-02) ガス価格が低すぎます Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ja$data, 'GETH_GasLimit', '(geth-03) ブロックガスリミットを越えています Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ja$data, 'GETH_InsufficientFunds', '(geth-04) ガス*価格+数量に足りません Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_IntrinsicGas', '(geth-05) 基本のガス不足です Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ja$data, 'GETH_InvalidSender', '(geth-06) 送出元が無効です Invalid sender.'), _defineProperty(_ja$data, 'GETH_NegativeValue', '(geth-07) 負の値です Negative value.'), _defineProperty(_ja$data, 'GETH_Nonce', '(geth-08) Nonce が足りません This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).'), _defineProperty(_ja$data, 'GETH_NonExistentAccount', '(geth-09) アカウントが存在しない、あるいはその残高不足です Account does not exist or account balance too low'), _defineProperty(_ja$data, 'PARITY_AlreadyImported', "(parity-01) 同じハッシュのトランザクションがすでにインポートされています。 A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_GasLimitExceeded', "(parity-02) トランザクションコストがガスリミットを超過しました。 リミット: {}, 現在: {}. ガス供給量を減らして見てください。"), _defineProperty(_ja$data, 'PARITY_InsufficientBalance', "(parity-03) ファンドが足りません。 トランザクション送出元のファンドが不足しています。 必要量 {} で 現在: {}  です。 Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InsufficientGasPrice', "(parity-04) トランザクションフィー不足です。 ノードの最小 fee を満たしていません。 (minimal: {}, got: {}). fee を増やしてください。 There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InvalidGasLimit', "(parity-05) ガス供給量が制限を超過しています。 Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_ja$data, 'PARITY_LimitReached', "(parity-06) キューにあるトランザクションの数が多すぎます。上限を超えたため、対象のトランザクションは除外されています。その fee を増やしてみてください。 There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_Old', "(parity-07) トランザクション nonceが小さすぎます。増やしてみてください。 There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ja$data, 'PARITY_TooCheapToReplace', "(parity-08) トランザクションフィー不足です。同じ nonce のトランザクションが別のキューにあります。fee または nonce を増やしてみてください。 TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'FOOTER_1', 'イサーリアムお財布の作成とトランザクション実行のためのオープンソース、javascript、 クライアントサイドツール。 '), _defineProperty(_ja$data, 'FOOTER_1b', '制作 '), _defineProperty(_ja$data, 'FOOTER_2', '投げ銭に感謝致します!: '), _defineProperty(_ja$data, 'FOOTER_3', 'クライアントサイドお財布制作 '), _defineProperty(_ja$data, 'FOOTER_4', '免責事項 '), _defineProperty(_ja$data, 'GAS_PRICE_Desc', 'ガス価格は、ガスの一単位にかかるの料金のことです。 「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するためにマイナーに支払う手数料です。ガス価格が高いほど処理は早く行われますが、料金は高くなります。デファルトは 「20 GWEI」です。'), _defineProperty(_ja$data, 'GAS_LIMIT_Desc', 'ガスリミットは、その処理のために送出するガスの総量です。「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するための料金として支払われます。 この数字を増やしても、自分の処理が早くなることはありません。ETHの送出 = 「21000」、トークンの送出 = ~「200000」が目安になります。'), _defineProperty(_ja$data, 'GEN_desc', '複数のお財布の作成をこのタブで行う事ができます: '), _defineProperty(_ja$data, 'GEN_Help_1', 'この'), _defineProperty(_ja$data, 'GEN_Help_2', 'で自分の口座アドレスにアクセスしてください。'), _defineProperty(_ja$data, 'GEN_Help_3', '自分のデバイスそのものが、自分のお財布です。'), _defineProperty(_ja$data, 'GEN_Help_4', 'ガイドとFAQ'), _defineProperty(_ja$data, 'GEN_Help_5', 'お財布の作り方'), _defineProperty(_ja$data, 'GEN_Help_6', 'ここから始める'), _defineProperty(_ja$data, 'GEN_Help_7', '安全な所で保管してください · バックアップを作成してください · 他の誰にも教えないでください · 絶対になくさないでください · 無くした時には回復する方法はありません。'), _defineProperty(_ja$data, 'GEN_Help_8', 'ファイルをダウンロードしませんでしたか?'), _defineProperty(_ja$data, 'GEN_Help_9', 'Google Chromeをお使いください'), _defineProperty(_ja$data, 'GEN_Help_10', '右クリックしてファイルを保存。ファイル名: '), _defineProperty(_ja$data, 'GEN_Help_11', 'このファイルは自分のコンピューターで開かないでください'), _defineProperty(_ja$data, 'GEN_Help_12', 'MyEtherWalletの上でこれを使って自分のお財布をアンロックしてください(Mist, Geth, Parityや他のお財布クライアントも可)'), _defineProperty(_ja$data, 'GEN_Help_13', '自分のキーストアファイルのバックアップ作成方法'), _defineProperty(_ja$data, 'GEN_Help_14', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_15', '自分の資金の紛失や盗難を防止する。'), _defineProperty(_ja$data, 'GEN_Help_16', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_17', 'なぜこれらをすべきか?'), _defineProperty(_ja$data, 'GEN_Help_18', '2番目のバックアップ作成のため'), _defineProperty(_ja$data, 'GEN_Help_19', 'パスワードを忘れた場合には'), _defineProperty(_ja$data, 'GEN_Help_20', '隔離された保管場所'), _defineProperty(_ja$data, 'GEN_Label_1', '強固なパスワードを入力(9文字以上) '), _defineProperty(_ja$data, 'GEN_Label_2', 'Keystore/JSON あるいは秘密鍵を保存してください。パスワードを絶対に忘れないようにしてください。 '), _defineProperty(_ja$data, 'GEN_Label_3', 'アドレスを保存してください。 '), _defineProperty(_ja$data, 'GEN_Label_4', '必要であれば、お財布紙情報、あるいはQRコードを印刷してください。 '), _defineProperty(_ja$data, 'GEN_Label_5', '自分の秘密鍵を保存する。'), _defineProperty(_ja$data, 'GEN_Placeholder_1', '必ず保存してください! '), _defineProperty(_ja$data, 'GEN_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'GEN_Unlock', '自分のアドレスを確認するために、お財布を解錠する'), _defineProperty(_ja$data, 'GET_ConfButton', '理解できました。続けます。'), _defineProperty(_ja$data, 'MEW_Warning_1', 'お財布を操作したり新しいお財布を作成する前に、必ずURLを確認してください。詐欺サイトに御注意ください! '), _defineProperty(_ja$data, 'MEW_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 '), _defineProperty(_ja$data, 'MNEM_1', '操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_2', 'HDニーモニックの一つの文節で、複数のお財布やアドレスが操作可能です。操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_more', 'さらにアドレスを表示 '), _defineProperty(_ja$data, 'MNEM_prev', '前のアドレス表示 '), _defineProperty(_ja$data, 'MSG_message', 'メッセージ '), _defineProperty(_ja$data, 'MSG_date', '日付 '), _defineProperty(_ja$data, 'MSG_signature', '署名 '), _defineProperty(_ja$data, 'MSG_verify', 'メッセージを確認 '), _defineProperty(_ja$data, 'MSG_info1', 'この署名が別の日付で再度使われないようにするために、現時点の日付を入れてください。 '), _defineProperty(_ja$data, 'MSG_info2', '他人に使われないようにするため、あなたのニックネームとそれが使われるところを入れてください。 '), _defineProperty(_ja$data, 'MSG_info3', '異なった目的で使用されないようにするために、利用目的を入れてください。 '), _defineProperty(_ja$data, 'MYWAL_Nick', 'お財布ニックネーム '), _defineProperty(_ja$data, 'MYWAL_Address', 'お財布アドレス '), _defineProperty(_ja$data, 'MYWAL_Bal', '残高 '), _defineProperty(_ja$data, 'MYWAL_Edit', '編集 '), _defineProperty(_ja$data, 'MYWAL_View', '表示 '), _defineProperty(_ja$data, 'MYWAL_Remove', '消去 '), _defineProperty(_ja$data, 'MYWAL_RemoveWal', 'お財布を消去: '), _defineProperty(_ja$data, 'MYWAL_WatchOnly', '監視中のアカウント '), _defineProperty(_ja$data, 'MYWAL_Viewing', 'お財布を表示: '), _defineProperty(_ja$data, 'MYWAL_Hide', 'お財布情報を隠す '), _defineProperty(_ja$data, 'MYWAL_Edit_2', 'お財布を編集: '), _defineProperty(_ja$data, 'MYWAL_Name', 'お財布名 '), _defineProperty(_ja$data, 'MYWAL_Content_1', '警告! お財布を消去しようとしています: '), _defineProperty(_ja$data, 'MYWAL_Content_2', '**秘密鍵と鍵保存ファイル及びパスワード**が保管されているか確認してください。 '), _defineProperty(_ja$data, 'MYWAL_Content_3', 'MyEtherWallet CXでこのお財布を使用するためには、秘密鍵あるいはJSONとパスワードを手動で追加する必要があります。 '), _defineProperty(_ja$data, 'NAV_AddWallet', 'お財布の追加 '), _defineProperty(_ja$data, 'NAV_BulkGenerate', 'バルク作成 '), _defineProperty(_ja$data, 'NAV_CheckTxStatus', '処理状況を確認'), _defineProperty(_ja$data, 'NAV_Contact', '連絡する '), _defineProperty(_ja$data, 'NAV_Contracts', '契約 '), _defineProperty(_ja$data, 'NAV_DeployContract', '契約を展開 '), _defineProperty(_ja$data, 'NAV_DomainSale', 'ドメイン販売'), _defineProperty(_ja$data, 'NAV_ENS', 'ENS'), _defineProperty(_ja$data, 'NAV_GenerateWallet_alt', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_GenerateWallet', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_Help', 'ヘルプ '), _defineProperty(_ja$data, 'NAV_InteractContract', '契約を操作 '), _defineProperty(_ja$data, 'NAV_Multisig', '多重署名 '), _defineProperty(_ja$data, 'NAV_MyWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NAV_Offline', 'オフライン送出 '), _defineProperty(_ja$data, 'NAV_SendEther', 'Ether/トークンの送出 '), _defineProperty(_ja$data, 'NAV_SendTokens', 'トークン送出 '), _defineProperty(_ja$data, 'NAV_SignMsg', 'メッセージ署名 '), _defineProperty(_ja$data, 'NAV_Swap', '通貨の両替 '), _defineProperty(_ja$data, 'NAV_TxStatus', '処理状況'), _defineProperty(_ja$data, 'NAV_ViewWallet', 'お財布情報を見る '), _defineProperty(_ja$data, 'NAV_YourWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NODE_Title', 'カスタムノードをセットアップ'), _defineProperty(_ja$data, 'NODE_Subtitle', 'ローカルノードに接続するには...'), _defineProperty(_ja$data, 'NODE_Warning', 'MyEtherWallet.com 経由で接続するためには、HTTPSノードが必要です。[MyEtherWalletをレポジトリからダウンロードして、手元で走らせ、](https://github.com/kvhnuke/etherwallet/releases/latest)いずれかのノードに接続することもできます。 あるいは、無料のSSL証明書を[LetsEncrypt](https://letsencrypt.org/)から入手してください'), _defineProperty(_ja$data, 'NODE_Name', 'ノード名'), _defineProperty(_ja$data, 'NODE_Port', 'ノードポート'), _defineProperty(_ja$data, 'NODE_CTA', '保存してカスタムノードを使用'), _defineProperty(_ja$data, 'NONCE_Desc', 'このnonceは、指定のアドレスから送出される処理の数です。正しい順番で重複しないように処理を確実にするためのものです。'), _defineProperty(_ja$data, 'OFFLINE_Desc', 'オフライントランザクションの作成は、3ステップで行う事ができます。ステップ1と3はオンラインのコンピューター上で行い、ステップ2は、オフライン、あるいは物理的にネットワークと切断されたコンピューターを用います。これにより、秘密鍵が、インターネットに接続したデバイスと接触する事を避ける事ができます。 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Button', '情報生成 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_1', '送出元アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_2', 'ノート:これは、送出元アドレスであって、送出先アドレスではありません。操作元アカウントからは「Nonce」が生成されます。切断されたコンピューターを使用する場合に、このアドレスはコールドストレージのアカウントのものになります。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Title', 'ステップ2: 情報生成 (オフラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_1', '送出先アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_2', '送出する値/総量 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3', 'ガス価格 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3b', 'これは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4', 'ガスリミット '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4b', 'ガスリミットの既定値は21000です。契約や付加データーを送出する場合には、これらの値は 異なるものにする必要があります。使用されなかったガスは全て返却されます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5b', 'これらは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6', 'データ '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6b', 'これは、任意の付加データです。契約に対してトランザクションを送出する際などでよく使われます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_7', '秘密鍵/JSONの入力/選択 '), _defineProperty(_ja$data, 'OFFLINE_Step3_Title', 'ステップ3: トランザクションの送出/公開(オンラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step3_Label_1', 'ステップ2で署名されたトランザクションをここにペーストして「トランザクションの送出」ボタンをクリックする。 '), _defineProperty(_ja$data, 'OFFLINE_Title', 'オフライントランザクションを作成し送出 '), _defineProperty(_ja$data, 'OFFLLINE_Step1_Title', 'ステップ1: 情報生成 (オンラインコンピューター) '), _defineProperty(_ja$data, 'SEND_addr', '宛先アドレス: '), _defineProperty(_ja$data, 'SEND_amount', '送出数量: '), _defineProperty(_ja$data, 'SEND_amount_short', '数量 '), _defineProperty(_ja$data, 'SEND_custom', 'カスタムトークンを追加 '), _defineProperty(_ja$data, 'SEND_gas', 'ガス '), _defineProperty(_ja$data, 'SEND_generate', 'トランザクションを生成 '), _defineProperty(_ja$data, 'SEND_raw', '未加工トランザクション '), _defineProperty(_ja$data, 'SEND_signed', '署名済みトランザクション '), _defineProperty(_ja$data, 'SEND_trans', 'トランザクションの送出 '), _defineProperty(_ja$data, 'SEND_TransferTotal', '残高をすべて送出する '), _defineProperty(_ja$data, 'SENDModal_Content_1', '送出準備が '), _defineProperty(_ja$data, 'SENDModal_Content_2', 'について、アドレス '), _defineProperty(_ja$data, 'SENDModal_Content_3', 'に対し完了。本当に送出してよろしいですか? '), _defineProperty(_ja$data, 'SENDModal_Content_4', 'ノート:最も起こりやすいエラーの原因は、送出のためのガス不足で、その場合には、ETHを追加する必要があります。ガスはETHで支払われます。 '), _defineProperty(_ja$data, 'SENDModal_No', 'いいえ、中断します。 '), _defineProperty(_ja$data, 'SENDModal_Title', '警告! '), _defineProperty(_ja$data, 'SENDModal_Yes', 'はい、確かです。処理を実行します。 '), _defineProperty(_ja$data, 'sidebar_AccountInfo', 'アカウント情報 '), _defineProperty(_ja$data, 'sidebar_AccountAddr', 'アカウントアドレス: '), _defineProperty(_ja$data, 'sidebar_AccountBal', 'アカウント残高 '), _defineProperty(_ja$data, 'sidebar_TokenBal', 'トークン残高 '), _defineProperty(_ja$data, 'sidebar_Equiv', '等価 '), _defineProperty(_ja$data, 'sidebar_TransHistory', 'トランザクション履歴 '), _defineProperty(_ja$data, 'sidebar_donation', 'MyEtherWalletは、プライバシーとセキュリティのための無料のオープンソースサービスです。 寄付が増えることによって、新機能やフィードバックの反映を行い、よりユーザーの皆様のご希望に沿った制作の時間を増やす事が可能になります。私たちは、たった二人で世界を変えようとしています。お手伝いいただけますか? '), _defineProperty(_ja$data, 'sidebar_donate', '寄付する '), _defineProperty(_ja$data, 'sidebar_thanks', '感謝します!!! '), _defineProperty(_ja$data, 'sidebar_DisplayOnTrezor', 'TREZORでアドレスを表示'), _defineProperty(_ja$data, 'sidebar_DisplayOnLedger', 'Ledgerでアドレスを表示'), _defineProperty(_ja$data, 'SUCCESS_1', '有効なアドレス '), _defineProperty(_ja$data, 'SUCCESS_2', 'お財布は正常に暗号解除されました。 '), _defineProperty(_ja$data, 'SUCCESS_3', 'トランザクションはブロックチェイン上に展開されています。ガス不足や契約実行エラーがないことを確認するために、下のボタンをクリックしてトランザクション(TX)を表示してください。 TX Hash: '), _defineProperty(_ja$data, 'SUCCESS_4', 'お財布が追加されました: '), _defineProperty(_ja$data, 'SUCCESS_5', '選択されました: '), _defineProperty(_ja$data, 'SUCCESS_6', '接続完了しました '), _defineProperty(_ja$data, 'SUCCESS_7', 'メッセージの署名が確認されました'), _defineProperty(_ja$data, 'SWAP_rates', "現在のレート "), _defineProperty(_ja$data, 'SWAP_init_1', "両替する "), _defineProperty(_ja$data, 'SWAP_init_2', " を "), _defineProperty(_ja$data, 'SWAP_init_CTA', "次へ "), _defineProperty(_ja$data, 'SWAP_information', "あなたの情報 "), _defineProperty(_ja$data, 'SWAP_send_amt', "送出総額 "), _defineProperty(_ja$data, 'SWAP_rec_amt', "受け取り総額 "), _defineProperty(_ja$data, 'SWAP_your_rate', "変換レート "), _defineProperty(_ja$data, 'SWAP_rec_add', "受け取りアドレス "), _defineProperty(_ja$data, 'SWAP_start_CTA', "交換開始 "), _defineProperty(_ja$data, 'SWAP_ref_num', "参照番号 "), _defineProperty(_ja$data, 'SWAP_time', "送出するまでにあと、 "), _defineProperty(_ja$data, 'SWAP_elapsed', "発注後の経過時間 "), _defineProperty(_ja$data, 'SWAP_progress_1', "注文を開始しました "), _defineProperty(_ja$data, 'SWAP_progress_2', "到着待機中 "), _defineProperty(_ja$data, 'SWAP_progress_3', "ETH受け取り完了 "), _defineProperty(_ja$data, 'SWAP_progress_4', "送出中 {{orderResult.output.currency}} "), _defineProperty(_ja$data, 'SWAP_progress_5', "注文完了 "), _defineProperty(_ja$data, 'SWAP_order_CTA', "お送りいただきたいのは "), _defineProperty(_ja$data, 'SWAP_unlock', "このページから直接ETHあるいはトークンを送出するためには、お財布を解錠してください。"), _defineProperty(_ja$data, 'TOKEN_Addr', 'トークン契約アドレス: '), _defineProperty(_ja$data, 'TOKEN_Symbol', 'トークンシンボル: '), _defineProperty(_ja$data, 'TOKEN_Dec', 'ケタ数: '), _defineProperty(_ja$data, 'TOKEN_show', '全てのトークンを表示 '), _defineProperty(_ja$data, 'TOKEN_hide', 'トークンを隠す '), _defineProperty(_ja$data, 'TRANS_advanced', '+上級:ガスあるいはデータを追加してください '), _defineProperty(_ja$data, 'TRANS_data', 'データ: '), _defineProperty(_ja$data, 'TRANS_desc', 'トークンを送出するには「トークン送出」のタブを選択してください。 '), _defineProperty(_ja$data, 'TRANS_gas', 'ガスリミット: '), _defineProperty(_ja$data, 'TRANS_sendInfo', '21000ガスを使用する標準トランザクションは、0.000441 ETHを消費します。迅速な処理を行うために、若干最小量よりも多めの0.000000021 ETHのガスを使用します。当サービスでは、トランザクション料金は徴収いたしません。 '), _defineProperty(_ja$data, 'translate_version', '0.5'), _defineProperty(_ja$data, 'Translator_Desc', '日本語開発者を支援する: '), _defineProperty(_ja$data, 'TranslatorAddr_1', '0xf991119Eea62Eee1a6fdaA7f621e91A42f325FcE '), _defineProperty(_ja$data, 'TranslatorAddr_2', ''), _defineProperty(_ja$data, 'TranslatorAddr_3', ''), _defineProperty(_ja$data, 'TranslatorAddr_4', ''), _defineProperty(_ja$data, 'TranslatorAddr_5', ''), _defineProperty(_ja$data, 'TranslatorName_1', '[sekisanchi.eth](https://etherscan.io/address/0xf991119eea62eee1a6fdaa7f621e91a42f325fce) '), _defineProperty(_ja$data, 'TranslatorName_2', ''), _defineProperty(_ja$data, 'TranslatorName_3', ''), _defineProperty(_ja$data, 'TranslatorName_4', ''), _defineProperty(_ja$data, 'TranslatorName_5', ''), _defineProperty(_ja$data, 'tx_Details', '処理内容詳細'), _defineProperty(_ja$data, 'tx_foundInPending', '待機中の処理が見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_1', 'あなたの処理が、現在接続中のノードの処理待ちプールの中で見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_2', '現在待機中です(発掘待ち)。'), _defineProperty(_ja$data, 'tx_foundInPending_3', 'この処理を取り消す、あるいは置き換えることができます。下記のお財布をアンロックしてください。 '), _defineProperty(_ja$data, 'tx_FoundOnChain', '処理が見つかりました'), _defineProperty(_ja$data, 'tx_FoundOnChain_1', 'あなたの待機中の処理は発掘され、ブロックチェーンに配置されました。'), _defineProperty(_ja$data, 'tx_FoundOnChain_2', '**もし赤い `( ! )`, `BAD INSTRUCTION` あるいは `OUT OF GAS` のエラーメッセージを見つけたら**, これは、処理送出に失敗したということです。処理の取り消しや置き換えはできません。代わりに、新しい処理を送出してください。 "Out of Gas" エラーの場合には, ガスリミットをはじめに指定した値の倍にしてください。'), _defineProperty(_ja$data, 'tx_FoundOnChain_3', '**何もエラーメッセージが返ってこなければ、あなたの処理は正しく送出されています。** ETHあるいはトークンは、送ろうとしたあて先の場所にあります。 もし、ETHやトークンが他のお財布や交換所のお財布に見つからず、処理を開始してから24時間以上経っていたら、 [そのサービスに連絡](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html)してください。状況を確認してもらうために、自分の処理のリンクをうまく知らせてください。'), _defineProperty(_ja$data, 'tx_notFound', '対象の処理が見つかりません'), _defineProperty(_ja$data, 'tx_notFound_1', 'この処理は、現在接続中の処理プールの中にありませんでした。'), _defineProperty(_ja$data, 'tx_notFound_2', 'もし今、処理を送出した直後であれば、15秒待ってから「処理状況を確認」ボタンを再度押してください。'), _defineProperty(_ja$data, 'tx_notFound_3', '別の処理プールで発掘待ちになっているかもしれません。'), _defineProperty(_ja$data, 'tx_notFound_4', '右上の下展開メニューから、別のノードを選択してください。 (例: `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) から選んで再度確認する。'), _defineProperty(_ja$data, 'tx_Summary', '数日後に処理状況を確認した場合をのぞいて、大量の処理発生時(ICO期間など)には、数時間処理が遅れる場合があります。本ツールは、そのような状況において処理待ちの処理を探し出し取り消す、あるいは更新する機能を提供します。**これは特殊な操作で、処理プールが満杯の場合にのみ有効です。 [このツールに関しては、こちらを参考にしてください。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ja$data, 'TXFEE_Desc', 'この処理料金は自分の処理をブロックに配置するためにマイナーに支払われます。「ガスリミット」*「ガス価格」で算出されます。 [GWEI -> ETHの単位変換はこちらです。](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ja$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ja$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。[import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)する時に必要です。残高をチェックするためには、[etherscan.io](https://etherscan.io/)のようなブロックチェーンエクスプローラーサービスを使う事をおすすめします。 '), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle_Short', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。 '), _defineProperty(_ja$data, 'VIEWWALLET_SuccessMsg', '成功しました! お財布の詳細は以下の通りです。 '), _defineProperty(_ja$data, 'WARN_Send_Link', '自分のアドレス、リンク、ガス、データ、あるいはトランザクションタイプ(送出モード)が指定されたリンクでここに表示されています。 送出前に修正可能です。もう一度行うために、お財布を解錠してください。 '), _defineProperty(_ja$data, 'x_CancelReplaceTx', '処理を中断、あるいは置換'), _defineProperty(_ja$data, 'x_CancelTx', '処理を中断'), _defineProperty(_ja$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ja$data, 'x_PasswordDesc', 'このパスワードで秘密鍵を**暗号化**します。新しい鍵を作るための元種(seed)ではありません。**このパスワードと(暗号化された)秘密鍵の二つを使って、お財布を解錠します**'), _defineProperty(_ja$data, 'x_ReadMore', 'もっと読む'), _defineProperty(_ja$data, 'x_ReplaceTx', '処理を置き換える'), _defineProperty(_ja$data, 'x_TransHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_TXFee', '処理料'), _defineProperty(_ja$data, 'x_TxHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_Access', 'アクセス '), _defineProperty(_ja$data, 'x_AddessDesc', '自分のアドレスは、アカウント番号や公開キーでも知ることができます。誰かとETHやトークンの受け渡しをするために、これらを用います。きれいな色のついたアドレスアイコンを見つけてください。自分のペーパーウォレットや、アドレスを入力する際に、同じアイコンであることをしっかりと確認してください。 これは自分のアカウント番号と公開鍵になります。ETHを送信するために必要な情報です。アイコンは自分のアドレスを識別するものです。 '), _defineProperty(_ja$data, 'x_Address', '自分のアドレス '), _defineProperty(_ja$data, 'x_Cancel', '取り消す '), _defineProperty(_ja$data, 'x_CSV', 'CSV ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Download', 'ダウンロード '), _defineProperty(_ja$data, 'x_Json', 'JSON ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_JsonDesc', 'これはパスワードが不要な暗号化されていないJSONフォーマットの秘密鍵です。この暗号化されていないJSONフォーマットの秘密鍵を使えば、誰でもパスワードを使わずに自分のお財布とEtherにアクセスできます。 '), _defineProperty(_ja$data, 'x_Keystore', 'Keystore ファイル (UTC / JSON · 推奨 · 暗号化) '), _defineProperty(_ja$data, 'x_Keystore2', 'Keystore ファイル (UTC / JSON) '), _defineProperty(_ja$data, 'x_KeystoreDesc', 'この Keystore / JSON ファイルは、後で容易にインポートするため、Mistで使われているフォーマットと一致させる必要があります。ダウンロードしてバックアップを取ることをおすすめします。 '), _defineProperty(_ja$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ja$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ja$data, 'x_Mnemonic', 'ニーモニック文節 '), _defineProperty(_ja$data, 'x_ParityPhrase', 'パリティ文節 '), _defineProperty(_ja$data, 'x_Password', 'パスワード '), _defineProperty(_ja$data, 'x_Print', 'お財布紙情報を印刷 '), _defineProperty(_ja$data, 'x_PrintDesc', 'アドバイス: プリンターが接続されていなくても、「印刷」をクリックしてPDFで保存できます。 '), _defineProperty(_ja$data, 'x_PrintShort', '印刷 '), _defineProperty(_ja$data, 'x_PrivKey', '秘密鍵(未暗号化) '), _defineProperty(_ja$data, 'x_PrivKey2', '秘密鍵 '), _defineProperty(_ja$data, 'x_PrivKeyDesc', 'これはパスワードが不要な暗号化されていない秘密鍵です。この暗号化されていない秘密鍵を使えば、誰でもパスワードなしで自分のお財布を使用できます。従って、暗号化された秘密鍵の利用をおすすめします。 '), _defineProperty(_ja$data, 'x_Save', '保存する '), _defineProperty(_ja$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ja$data, 'x_TXT', 'TXT ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Wallet', 'お財布 '), _defineProperty(_ja$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ja$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ja$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ja$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ja$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ja$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ja$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ja$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ja$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ja$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ja$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ja$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ja$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ja$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ja$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ja$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ja$data, 'HELP_2a_Title', 'お財布の保管やバックアップの方法は? '), _defineProperty(_ja$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ja$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ja$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ja$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ja$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ja$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ja$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ja$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ja$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ja$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ja$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ja$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ja$data, 'HELP_4_Desc_2', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ja$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ja$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ja$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ja$data, 'HELP_4CX_Desc_12', 'Using "Ether送出 トークン送出" Page '), _defineProperty(_ja$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ja$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ja$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ja$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ja$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ja$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ja$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ja$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ja$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ja$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ja$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ja$data, 'HELP_7_Desc_1', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ja$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ja$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ja$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ja$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ja$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ja$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ja$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ja$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ja$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ja$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ja$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ja$data, 'HELP_9_Title', '9) Is the "Ether送出 トークン送出" page offline? '), _defineProperty(_ja$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ja$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ja$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ja$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ja$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ja$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ja$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ja$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ja$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ja$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ja$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ja$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ja$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ja$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ja$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ja$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ja$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ja$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ja$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ja$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_ja$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ja$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ja$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ja$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ja$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ja$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ja$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ja$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ja$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ja$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ja$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ja$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ja$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ja$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ja$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ja$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ja$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ja$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ja$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ja$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ja$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ja$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ja$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ja$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ja$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ja$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ja$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ja$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ja$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ja$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ja$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ja$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ja$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ja$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ja$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ja$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ja$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ja$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ja$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ja$data); + ONBOARD_why_content__10: 'もし、あなたが秘密鍵を詐欺サイトで入力すると、**全ての資産**が盗まれてしまいます。' }, _defineProperty(_ja$data, 'ONBOARD_blockchain_title__alt', '一体ブロックチェーンって何? '), _defineProperty(_ja$data, 'ONBOARD_point_title__alt', 'それじゃMEWは何ができるの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_title', 'MyEtherWalletにできないなら、どうすればいいの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__1', 'それがブロックチェーンによる分散化の**きも**だからです。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__2', '自分の資産やお金を動かすときに、金融機関、政府や他の誰かを頼る必要が全くありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__3', '自分の資産を守るために、取引所や金融機関のセキュリティを頼る必要もありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__4', 'もし、こういった事には価値がない、と感じるのでしたら、なぜブロックチェーンや仮想通貨に価値があるのかよーく考えて見てください。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__5', 'もし、お気に召さないようでしたら、[Coinbase](https://www.coinbase.com/) や [Blockchain.info](https://blockchain.info/wallet/#/signup)をお使いください。これらは、より身近なIDとパスワードを使用しています。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__6', 'もし、少し不安だけれどもMEWを使いたければ、[ハードウェアワレットを入手(英語)](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)!'), _defineProperty(_ja$data, 'ONBOARD_why_title__alt', 'でも...どうして?'), _defineProperty(_ja$data, 'ONBOARD_secure_title', '自分自身とその資産の守り方 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_title', 'オンライン詐欺から自分自身を守る方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__1', 'オンライン詐欺師は、MyEtherWallet、EtherDelta、Paypalやあなたの金融機関のリンクが含まれた個人メッセージを送りつけてきますが、これは偽のサイトです。あなたの情報を盗み、そして資産を盗みます。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__2', '[EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn)または[MetaMask](https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige). のクローム拡張を使って、これらの悪意のサイトを遮断してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__3', 'いつも、必ず、URL:「https://www.myetherwallet.com」を確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__4', 'URLバーに、 `MYETHERWALLET LLC`と緑色で表示されていることを必ず確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__5', 'eメール、Slack、Reddit、Twitterやその他から送られてくるメッセージやリンクを信用しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__6', '情報を入力する前に、常に直接サイトを参照してから閲覧してください。eメールやメッセージのリンクを押してから情報を入力しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__7', '[AdBlockerを導入](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=ja)し、サーチエンジンの広告(例:グーグル)をクリックしないでください。'), _defineProperty(_ja$data, 'ONBOARD_point_title__alt_2', 'それで要点は?'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title', 'オンライン詐欺から自分自身を守る方法'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__1', 'これらの人達は、何の見返りもなしにお金をあげる、と言って近づいてきます。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__2', 'もし、ありそうにないほど良い話であれば、きっとその通りです。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__3', '誰か、あるいは何かのプロジェクトに送金する前に、よくお調べください。サイトやフォーラムの情報をよく確かめてください。慎重に。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__4', '理解できなかったり、正しくないと思われる場合には、直接質問してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__5', '不安や懐疑心、流行遅れになる事の恐怖が常識の範囲を越えないように。もし何かとても緊急だと言われたら、なぜだろう、と自分でもう一度考えてみてください。おそらくそれは、時期を逃してしまう恐怖を煽るものか、十分な下調べをさせないための罠です。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title__alt', ' くたばれ詐欺師ども'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title', '損失を防ぐ方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__1', 'もしパスワードや秘密鍵を無くすと、財産を永久に失います。絶対に無くすな。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__2', '秘密鍵やパスワードのバックアップを作成してください。コンピューターに保存したままにしないでください。印刷したり、USBキーに保存してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__3', 'その紙やUSBキーを別の場所に保管してください。一つだけのバックアップでは、火事や津波などで、ラップトップコンピューターと共に破壊されてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__4', '秘密鍵をDropbox、Google Drive、や他のクラウドストレージに保管しないでください。そのアカウント(のセキュリティ)が損なわれた場合に、資産が盗まれてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__5', 'もし、あなたが自分の1週間以上の給料に値する仮想通貨をお持ちであれば、ハードウェア・ワレットを入手してください。言い訳無用です。それだけの価値があります。私が保証します。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__6', '[さらに安全確保のためのセキュリティ情報!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title__alt_2', '詐欺の撲滅 '), _defineProperty(_ja$data, 'ONBOARD_final_title__alt', 'もうワンクリックで完了です! 🤘'), _defineProperty(_ja$data, 'ONBOARD_final_title', 'オーライ!講義終了!'), _defineProperty(_ja$data, 'ONBOARD_final_subtitle', 'こんな風で申し訳ありません。次はこれです!'), _defineProperty(_ja$data, 'ONBOARD_final_content__1', 'お財布を作る'), _defineProperty(_ja$data, 'ONBOARD_final_content__2', 'ハードウェア・ワレットを手に入れる'), _defineProperty(_ja$data, 'ONBOARD_final_content__3', 'MEWとMetamaskの設定方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__4', 'オフライン/手元でのMEWの使い方'), _defineProperty(_ja$data, 'ONBOARD_final_content__5', 'Ledgerハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__6', 'TREZORハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__7', 'MetaMaskでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__8', 'もっと教えて、連絡したい'), _defineProperty(_ja$data, 'ONBOARD_final_content__9', 'もう勘弁、お願い、早く使わせて。'), _defineProperty(_ja$data, 'ONBOARD_resume', '前回スライドを最後までお読みになっていないようです。プロのアドバイス:スライドを全部読みましょう😉'), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_scan', 'DigitalBitboxに接続する '), _defineProperty(_ja$data, 'ADD_Label_1', 'ご希望の操作方法をお選びください '), _defineProperty(_ja$data, 'ADD_Label_2', 'ニックネームの作成: '), _defineProperty(_ja$data, 'ADD_Label_3', 'お財布が暗号化されています。パスワードを入力してください: '), _defineProperty(_ja$data, 'ADD_Label_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Label_5', 'アドレスを入力 '), _defineProperty(_ja$data, 'ADD_Label_6', 'お財布をアンロック: '), _defineProperty(_ja$data, 'ADD_Label_6_short', 'アンロック '), _defineProperty(_ja$data, 'ADD_Label_7', 'アカウント追加 '), _defineProperty(_ja$data, 'ADD_Label_8', 'パスワード(任意): '), _defineProperty(_ja$data, 'ADD_Ledger_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_1', '自分の Ledger Wallet を接続する '), _defineProperty(_ja$data, 'ADD_Ledger_2', 'イサリアムアプリケーション(あるいはコントラクトアプリケーション)を開く 。 '), _defineProperty(_ja$data, 'ADD_Ledger_2_Exp', 'Expanseアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_2_Ubq', 'Ubiqアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_3', '設定中で、ブラウザサポートが有効にされていることを確認してください。 '), _defineProperty(_ja$data, 'ADD_Ledger_4', '設定にブラウザサポートが見つからなければ、[Firmware >1.2]を確認してください。(https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ja$data, 'ADD_Ledger_scan', 'Ledger Wallet に接続 '), _defineProperty(_ja$data, 'ADD_MetaMask', 'MetaMask に接続 '), _defineProperty(_ja$data, 'ADD_Radio_1', 'お財布の新規作成 '), _defineProperty(_ja$data, 'ADD_Radio_2', 'お財布ファイルの選択 (Keystore / JSON) '), _defineProperty(_ja$data, 'ADD_Radio_2_alt', 'お財布ファイルの選択: '), _defineProperty(_ja$data, 'ADD_Radio_2_short', 'お財布ファイルを選択 '), _defineProperty(_ja$data, 'ADD_Radio_3', '秘密鍵をペースト/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Radio_5', 'ニーモニックを上書き/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_5_Path', 'HD derivation pathを選択 '), _defineProperty(_ja$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ja$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathCustom', 'カスタム'), _defineProperty(_ja$data, 'ADD_Trezor_scan', 'TREZORに接続 '), _defineProperty(_ja$data, 'ADD_Warning_1', '任意のアカウントを監視する目的で、秘密鍵をアップロードせずにお財布タブに追加することできます。これによってお財布の操作や、ETHERの移動が可能になるわけではありません。 '), _defineProperty(_ja$data, 'BULK_Label_1', '作成するお財布の数 '), _defineProperty(_ja$data, 'BULK_Label_2', 'お財布を複数を作成する '), _defineProperty(_ja$data, 'BULK_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'CONTRACT_ByteCode', 'バイトコード '), _defineProperty(_ja$data, 'CONTRACT_Interact_CTA', '機能を一つ選ぶ '), _defineProperty(_ja$data, 'CONTRACT_Interact_Title', '契約の読込や書込 '), _defineProperty(_ja$data, 'CONTRACT_Json', 'ABI / JSON インターフェース '), _defineProperty(_ja$data, 'CONTRACT_Read', '読み取り '), _defineProperty(_ja$data, 'CONTRACT_Title', '契約アドレス '), _defineProperty(_ja$data, 'CONTRACT_Title_2', '既存の契約を選択 '), _defineProperty(_ja$data, 'CONTRACT_Write', '書き込み '), _defineProperty(_ja$data, 'CX_error_1', 'お財布が保存されていません。["Add Wallet"](/cx-wallet.html#add-wallet)をクリックして追加してください。 '), _defineProperty(_ja$data, 'CX_quicksend', '簡易送信 '), _defineProperty(_ja$data, 'CX_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 Chrome Extension '), _defineProperty(_ja$data, 'CX_Warning_1', '必ずここに保管するすべてのお財布の「外部バックアップ」を作成してください。このChrome Extensionでは、再導入などで、データが保存されずの消失することが頻繁に起こります。このエクステンションは容易な操作を提供するのみで、「バックアップ」は行いません。 '), _defineProperty(_ja$data, 'decrypt_Access', 'どの方法でお財布を操作しますか? '), _defineProperty(_ja$data, 'decrypt_Title', '秘密鍵形式の選択: '), _defineProperty(_ja$data, 'decrypt_Select', 'お財布の選択 '), _defineProperty(_ja$data, 'DEP_generate', 'バイトコードを生成する '), _defineProperty(_ja$data, 'DEP_generated', '生成されたバイトコード '), _defineProperty(_ja$data, 'DEP_signtx', 'トランザクションに署名 '), _defineProperty(_ja$data, 'DEP_interface', '生成されたインターフェース '), _defineProperty(_ja$data, 'ERROR_0', '(error_01) 正しい値を入力してください。 (Please enter a valid amount.) '), _defineProperty(_ja$data, 'ERROR_1', '(error_02) パスワードは少なくとも9文字が必要です。強固なパスワードであることをお確かめください。 (Your password must be at least 9 characters. Please ensure it is a strong password.) '), _defineProperty(_ja$data, 'ERROR_2', '(error_03) 申し訳ございませんが、このタイプのお財布ファイルは認識できません。 (Sorry! We don\'t recognize this type of wallet file.) '), _defineProperty(_ja$data, 'ERROR_3', '(error_04) 正しいお財布ファイルではありません。 (This is not a valid wallet file.) '), _defineProperty(_ja$data, 'ERROR_4', '(error_05) この単位は存在しませんので、下記の中からお選びください。 (This unit doesn\'t exists, please use the one of the following units) '), _defineProperty(_ja$data, 'ERROR_5', '(error_06) 無効なアドレスです。 (Please enter a valid address.) '), _defineProperty(_ja$data, 'ERROR_6', '(error_07) 無効なパスワードです。 (Please enter a valid password.) '), _defineProperty(_ja$data, 'ERROR_7', '(error_08) 無効な総量です。 (Must be integer. Try 0-18.) (Please enter valid decimals (Must be an integer. Try 0-18.)) '), _defineProperty(_ja$data, 'ERROR_8', '(error_09) 無効なガスリミットです。 (Must be integer. Try 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)) '), _defineProperty(_ja$data, 'ERROR_9', '(error_10) 無効なデータです。 (Must be hex.) (Please enter a valid data value (Must be hex.)) '), _defineProperty(_ja$data, 'ERROR_10', '(error_11) 無効なガス総量です。 (Must be integer. Try 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)) '), _defineProperty(_ja$data, 'ERROR_11', '(error_12) 無効な nonce です。 (Must be integer.) (Please enter a valid nonce (Must be an integer.)) '), _defineProperty(_ja$data, 'ERROR_12', '(error_13) 無効な署名のトランザクションです。 (Invalid signed transaction.) '), _defineProperty(_ja$data, 'ERROR_13', '(error_14) 同じニックネームのお財布が既にあります。 (A wallet with this nickname already exists.) '), _defineProperty(_ja$data, 'ERROR_14', '(error_15) お財布が見つかりません。 (Wallet not found.) '), _defineProperty(_ja$data, 'ERROR_15', '(error_16) このIDのプロポーサルは存在しない、あるいは正常に読み込みできません。 (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.) '), _defineProperty(_ja$data, 'ERROR_16', '(error_17) 同じアドレスのお財布が既に存在します。お財布のページをご確認ください。 (A wallet with this address already exists in storage. Please check your wallets page.) '), _defineProperty(_ja$data, 'ERROR_17', '(error_18) "ファンドが足りません。 トランザクション送出元のファンドが不足しています。ガスとして使われるために、少なくとも0.01 etherがお財布上に必要です。 (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)) '), _defineProperty(_ja$data, 'ERROR_18', '(error_19) 全てのガスがこのトランザクションにより消費されます。これは、既に投票を行ったか、あるいはディベート期間が終了したためです。 (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.) '), _defineProperty(_ja$data, 'ERROR_19', '(error_20) 無効なシンボル (Please enter a valid symbol) '), _defineProperty(_ja$data, 'ERROR_20', '(error_21) は有効なERC-20トークンではありません。もし他のトークンをロード中であれば、このトークンを取り除いてからもう一度試してください。 (Not a valid ERC-20 token) '), _defineProperty(_ja$data, 'ERROR_21', '(error_22) ガス量を推定できません。十分な資金が口座にないか、あるいは受け取り側のコントラクトがエラーになっています。ガス量を変更してから試してください。送出時にはより詳しいエラーメッセージが返ります。 (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.) '), _defineProperty(_ja$data, 'ERROR_22', '(error_23) 正しいノード名を入力してください (Please enter a valid node name) '), _defineProperty(_ja$data, 'ERROR_23', '(error_24) 正しいURLを入力してください。 HTTPS接続の場合には、ノードはHTPPSで接続しなければなりません。 (Please enter a valid URL. If you are on https, your URL must be https) '), _defineProperty(_ja$data, 'ERROR_24', '(error_25) 正しいポートを入力してください (Please enter a valid port.) '), _defineProperty(_ja$data, 'ERROR_25', '(error_26) 正しい chain ID を入力してください (Please enter a valid chain ID.) '), _defineProperty(_ja$data, 'ERROR_26', '(error_27) 正しい ABI を入力してください (Please enter a valid ABI.) '), _defineProperty(_ja$data, 'ERROR_27', '(error_28) 最小値: 0.01. 最大値: (Minimum amount: 0.01. Max amount:) '), _defineProperty(_ja$data, 'ERROR_28', '(error_29) お財布を操作するためには**Keystore/JSONとパスワードか秘密鍵が必要** 保存してから、外部バックアップしてください!ここで保存しないとお財布が使用できなくなります。詳細はヘルプページを参照してください。(https://www.myetherwallet.com/#help) (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. ) '), _defineProperty(_ja$data, 'ERROR_29', '(error_30) 正しいユーザーとパスワードを入力してください (Please enter a valid user and password.) '), _defineProperty(_ja$data, 'ERROR_30', '(error_31) 正しい ENS名を入力してください (Please enter a valid name (7+ characters, limited punctuation)) '), _defineProperty(_ja$data, 'ERROR_31', '(error_32) 無効な秘密フレーズです (Please enter a valid secret phrase.) '), _defineProperty(_ja$data, 'ERROR_32', '(error_33) ノードに接続できませんでした。ページを再表示したり、別のノード(画面の右上にあります)を試したり,ファイアーウォールの設定を確認してください。 カスタムノードの使用時には、構成設定を確認してください (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)。'), _defineProperty(_ja$data, 'ERROR_33', '(error_34) アンロックしたお財布のアドレスがオーナーのアドレスと一致しません (The wallet you have unlocked does not match the owner\'s address.)。'), _defineProperty(_ja$data, 'ERROR_34', '(error_35) 以前に入力したものと異なる名前です。 (The name you are attempting to reveal does not match the name you have entered.) '), _defineProperty(_ja$data, 'ERROR_35', '(error_36) チェックサムが付いていません。 詳細What does that mean?)>'), _defineProperty(_ja$data, 'ERROR_36', '(error_37) 正しいトランザクションハッシュを入力してくださ (Please enter a valid TX hash)い'), _defineProperty(_ja$data, 'ERROR_37', '(error_38) 16進数を正しく入力してください (0-9, a-f (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f))'), _defineProperty(_ja$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_ja$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_ja$data, 'GETH_Balance', '(geth-01) 残高不足 Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_Cheap', '(geth-02) ガス価格が低すぎます Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ja$data, 'GETH_GasLimit', '(geth-03) ブロックガスリミットを越えています Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ja$data, 'GETH_InsufficientFunds', '(geth-04) ガス*価格+数量に足りません Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_IntrinsicGas', '(geth-05) 基本のガス不足です Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ja$data, 'GETH_InvalidSender', '(geth-06) 送出元が無効です Invalid sender.'), _defineProperty(_ja$data, 'GETH_NegativeValue', '(geth-07) 負の値です Negative value.'), _defineProperty(_ja$data, 'GETH_Nonce', '(geth-08) Nonce が足りません This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).'), _defineProperty(_ja$data, 'GETH_NonExistentAccount', '(geth-09) アカウントが存在しない、あるいはその残高不足です Account does not exist or account balance too low'), _defineProperty(_ja$data, 'PARITY_AlreadyImported', "(parity-01) 同じハッシュのトランザクションがすでにインポートされています。 A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_GasLimitExceeded', "(parity-02) トランザクションコストがガスリミットを超過しました。 リミット: {}, 現在: {}. ガス供給量を減らして見てください。"), _defineProperty(_ja$data, 'PARITY_InsufficientBalance', "(parity-03) ファンドが足りません。 トランザクション送出元のファンドが不足しています。 必要量 {} で 現在: {}  です。 Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InsufficientGasPrice', "(parity-04) トランザクションフィー不足です。 ノードの最小 fee を満たしていません。 (minimal: {}, got: {}). fee を増やしてください。 There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InvalidGasLimit', "(parity-05) ガス供給量が制限を超過しています。 Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_ja$data, 'PARITY_LimitReached', "(parity-06) キューにあるトランザクションの数が多すぎます。上限を超えたため、対象のトランザクションは除外されています。その fee を増やしてみてください。 There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_Old', "(parity-07) トランザクション nonceが小さすぎます。増やしてみてください。 There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ja$data, 'PARITY_TooCheapToReplace', "(parity-08) トランザクションフィー不足です。同じ nonce のトランザクションが別のキューにあります。fee または nonce を増やしてみてください。 TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'FOOTER_1', 'イサーリアムお財布の作成とトランザクション実行のためのオープンソース、javascript、 クライアントサイドツール。 '), _defineProperty(_ja$data, 'FOOTER_1b', '制作 '), _defineProperty(_ja$data, 'FOOTER_2', '投げ銭に感謝致します!: '), _defineProperty(_ja$data, 'FOOTER_3', 'クライアントサイドお財布制作 '), _defineProperty(_ja$data, 'FOOTER_4', '免責事項 '), _defineProperty(_ja$data, 'GAS_PRICE_Desc', 'ガス価格は、ガスの一単位にかかるの料金のことです。 「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するためにマイナーに支払う手数料です。ガス価格が高いほど処理は早く行われますが、料金は高くなります。デファルトは 「20 GWEI」です。'), _defineProperty(_ja$data, 'GAS_LIMIT_Desc', 'ガスリミットは、その処理のために送出するガスの総量です。「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するための料金として支払われます。 この数字を増やしても、自分の処理が早くなることはありません。ETHの送出 = 「21000」、トークンの送出 = ~「200000」が目安になります。'), _defineProperty(_ja$data, 'GEN_desc', '複数のお財布の作成をこのタブで行う事ができます: '), _defineProperty(_ja$data, 'GEN_Help_1', 'この'), _defineProperty(_ja$data, 'GEN_Help_2', 'で自分の口座アドレスにアクセスしてください。'), _defineProperty(_ja$data, 'GEN_Help_3', '自分のデバイスそのものが、自分のお財布です。'), _defineProperty(_ja$data, 'GEN_Help_4', 'ガイドとFAQ'), _defineProperty(_ja$data, 'GEN_Help_5', 'お財布の作り方'), _defineProperty(_ja$data, 'GEN_Help_6', 'ここから始める'), _defineProperty(_ja$data, 'GEN_Help_7', '安全な所で保管してください · バックアップを作成してください · 他の誰にも教えないでください · 絶対になくさないでください · 無くした時には回復する方法はありません。'), _defineProperty(_ja$data, 'GEN_Help_8', 'ファイルをダウンロードしませんでしたか?'), _defineProperty(_ja$data, 'GEN_Help_9', 'Google Chromeをお使いください'), _defineProperty(_ja$data, 'GEN_Help_10', '右クリックしてファイルを保存。ファイル名: '), _defineProperty(_ja$data, 'GEN_Help_11', 'このファイルは自分のコンピューターで開かないでください'), _defineProperty(_ja$data, 'GEN_Help_12', 'MyEtherWalletの上でこれを使って自分のお財布をアンロックしてください(Mist, Geth, Parityや他のお財布クライアントも可)'), _defineProperty(_ja$data, 'GEN_Help_13', '自分のキーストアファイルのバックアップ作成方法'), _defineProperty(_ja$data, 'GEN_Help_14', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_15', '自分の資金の紛失や盗難を防止する。'), _defineProperty(_ja$data, 'GEN_Help_16', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_17', 'なぜこれらをすべきか?'), _defineProperty(_ja$data, 'GEN_Help_18', '2番目のバックアップ作成のため'), _defineProperty(_ja$data, 'GEN_Help_19', 'パスワードを忘れた場合には'), _defineProperty(_ja$data, 'GEN_Help_20', '隔離された保管場所'), _defineProperty(_ja$data, 'GEN_Label_1', '強固なパスワードを入力(9文字以上) '), _defineProperty(_ja$data, 'GEN_Label_2', 'Keystore/JSON あるいは秘密鍵を保存してください。パスワードを絶対に忘れないようにしてください。 '), _defineProperty(_ja$data, 'GEN_Label_3', 'アドレスを保存してください。 '), _defineProperty(_ja$data, 'GEN_Label_4', '必要であれば、お財布紙情報、あるいはQRコードを印刷してください。 '), _defineProperty(_ja$data, 'GEN_Label_5', '自分の秘密鍵を保存する。'), _defineProperty(_ja$data, 'GEN_Placeholder_1', '必ず保存してください! '), _defineProperty(_ja$data, 'GEN_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'GEN_Unlock', '自分のアドレスを確認するために、お財布を解錠する'), _defineProperty(_ja$data, 'GET_ConfButton', '理解できました。続けます。'), _defineProperty(_ja$data, 'MEW_Warning_1', 'お財布を操作したり新しいお財布を作成する前に、必ずURLを確認してください。詐欺サイトに御注意ください! '), _defineProperty(_ja$data, 'MEW_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 '), _defineProperty(_ja$data, 'MNEM_1', '操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_2', 'HDニーモニックの一つの文節で、複数のお財布やアドレスが操作可能です。操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_more', 'さらにアドレスを表示 '), _defineProperty(_ja$data, 'MNEM_prev', '前のアドレス表示 '), _defineProperty(_ja$data, 'MSG_message', 'メッセージ '), _defineProperty(_ja$data, 'MSG_date', '日付 '), _defineProperty(_ja$data, 'MSG_signature', '署名 '), _defineProperty(_ja$data, 'MSG_verify', 'メッセージを確認 '), _defineProperty(_ja$data, 'MSG_info1', 'この署名が別の日付で再度使われないようにするために、現時点の日付を入れてください。 '), _defineProperty(_ja$data, 'MSG_info2', '他人に使われないようにするため、あなたのニックネームとそれが使われるところを入れてください。 '), _defineProperty(_ja$data, 'MSG_info3', '異なった目的で使用されないようにするために、利用目的を入れてください。 '), _defineProperty(_ja$data, 'MYWAL_Nick', 'お財布ニックネーム '), _defineProperty(_ja$data, 'MYWAL_Address', 'お財布アドレス '), _defineProperty(_ja$data, 'MYWAL_Bal', '残高 '), _defineProperty(_ja$data, 'MYWAL_Edit', '編集 '), _defineProperty(_ja$data, 'MYWAL_View', '表示 '), _defineProperty(_ja$data, 'MYWAL_Remove', '消去 '), _defineProperty(_ja$data, 'MYWAL_RemoveWal', 'お財布を消去: '), _defineProperty(_ja$data, 'MYWAL_WatchOnly', '監視中のアカウント '), _defineProperty(_ja$data, 'MYWAL_Viewing', 'お財布を表示: '), _defineProperty(_ja$data, 'MYWAL_Hide', 'お財布情報を隠す '), _defineProperty(_ja$data, 'MYWAL_Edit_2', 'お財布を編集: '), _defineProperty(_ja$data, 'MYWAL_Name', 'お財布名 '), _defineProperty(_ja$data, 'MYWAL_Content_1', '警告! お財布を消去しようとしています: '), _defineProperty(_ja$data, 'MYWAL_Content_2', '**秘密鍵と鍵保存ファイル及びパスワード**が保管されているか確認してください。 '), _defineProperty(_ja$data, 'MYWAL_Content_3', 'MyEtherWallet CXでこのお財布を使用するためには、秘密鍵あるいはJSONとパスワードを手動で追加する必要があります。 '), _defineProperty(_ja$data, 'NAV_AddWallet', 'お財布の追加 '), _defineProperty(_ja$data, 'NAV_BulkGenerate', 'バルク作成 '), _defineProperty(_ja$data, 'NAV_CheckTxStatus', '処理状況を確認'), _defineProperty(_ja$data, 'NAV_Contact', '連絡する '), _defineProperty(_ja$data, 'NAV_Contracts', '契約 '), _defineProperty(_ja$data, 'NAV_DeployContract', '契約を展開 '), _defineProperty(_ja$data, 'NAV_DomainSale', 'ドメイン販売'), _defineProperty(_ja$data, 'NAV_ENS', 'ENS'), _defineProperty(_ja$data, 'NAV_GenerateWallet_alt', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_GenerateWallet', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_Help', 'ヘルプ '), _defineProperty(_ja$data, 'NAV_InteractContract', '契約を操作 '), _defineProperty(_ja$data, 'NAV_Multisig', '多重署名 '), _defineProperty(_ja$data, 'NAV_MyWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NAV_Offline', 'オフライン送出 '), _defineProperty(_ja$data, 'NAV_SendEther', 'Ether/トークンの送出 '), _defineProperty(_ja$data, 'NAV_SendTokens', 'トークン送出 '), _defineProperty(_ja$data, 'NAV_SignMsg', 'メッセージ署名 '), _defineProperty(_ja$data, 'NAV_Swap', '通貨の両替 '), _defineProperty(_ja$data, 'NAV_TxStatus', '処理状況'), _defineProperty(_ja$data, 'NAV_ViewWallet', 'お財布情報を見る '), _defineProperty(_ja$data, 'NAV_YourWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NODE_Title', 'カスタムノードをセットアップ'), _defineProperty(_ja$data, 'NODE_Subtitle', 'ローカルノードに接続するには...'), _defineProperty(_ja$data, 'NODE_Warning', 'MyEtherWallet.com 経由で接続するためには、HTTPSノードが必要です。[MyEtherWalletをレポジトリからダウンロードして、手元で走らせ、](https://github.com/kvhnuke/etherwallet/releases/latest)いずれかのノードに接続することもできます。 あるいは、無料のSSL証明書を[LetsEncrypt](https://letsencrypt.org/)から入手してください'), _defineProperty(_ja$data, 'NODE_Name', 'ノード名'), _defineProperty(_ja$data, 'NODE_Port', 'ノードポート'), _defineProperty(_ja$data, 'NODE_CTA', '保存してカスタムノードを使用'), _defineProperty(_ja$data, 'NONCE_Desc', 'このnonceは、指定のアドレスから送出される処理の数です。正しい順番で重複しないように処理を確実にするためのものです。'), _defineProperty(_ja$data, 'OFFLINE_Desc', 'オフライントランザクションの作成は、3ステップで行う事ができます。ステップ1と3はオンラインのコンピューター上で行い、ステップ2は、オフライン、あるいは物理的にネットワークと切断されたコンピューターを用います。これにより、秘密鍵が、インターネットに接続したデバイスと接触する事を避ける事ができます。 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Button', '情報生成 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_1', '送出元アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_2', 'ノート:これは、送出元アドレスであって、送出先アドレスではありません。操作元アカウントからは「Nonce」が生成されます。切断されたコンピューターを使用する場合に、このアドレスはコールドストレージのアカウントのものになります。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Title', 'ステップ2: 情報生成 (オフラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_1', '送出先アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_2', '送出する値/総量 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3', 'ガス価格 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3b', 'これは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4', 'ガスリミット '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4b', 'ガスリミットの既定値は21000です。契約や付加データーを送出する場合には、これらの値は 異なるものにする必要があります。使用されなかったガスは全て返却されます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5b', 'これらは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6', 'データ '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6b', 'これは、任意の付加データです。契約に対してトランザクションを送出する際などでよく使われます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_7', '秘密鍵/JSONの入力/選択 '), _defineProperty(_ja$data, 'OFFLINE_Step3_Title', 'ステップ3: トランザクションの送出/公開(オンラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step3_Label_1', 'ステップ2で署名されたトランザクションをここにペーストして「トランザクションの送出」ボタンをクリックする。 '), _defineProperty(_ja$data, 'OFFLINE_Title', 'オフライントランザクションを作成し送出 '), _defineProperty(_ja$data, 'OFFLLINE_Step1_Title', 'ステップ1: 情報生成 (オンラインコンピューター) '), _defineProperty(_ja$data, 'SEND_addr', '宛先アドレス: '), _defineProperty(_ja$data, 'SEND_amount', '送出数量: '), _defineProperty(_ja$data, 'SEND_amount_short', '数量 '), _defineProperty(_ja$data, 'SEND_custom', 'カスタムトークンを追加 '), _defineProperty(_ja$data, 'SEND_gas', 'ガス '), _defineProperty(_ja$data, 'SEND_generate', 'トランザクションを生成 '), _defineProperty(_ja$data, 'SEND_raw', '未加工トランザクション '), _defineProperty(_ja$data, 'SEND_signed', '署名済みトランザクション '), _defineProperty(_ja$data, 'SEND_trans', 'トランザクションの送出 '), _defineProperty(_ja$data, 'SEND_TransferTotal', '残高をすべて送出する '), _defineProperty(_ja$data, 'SENDModal_Content_1', '送出準備が '), _defineProperty(_ja$data, 'SENDModal_Content_2', 'について、アドレス '), _defineProperty(_ja$data, 'SENDModal_Content_3', 'に対し完了。本当に送出してよろしいですか? '), _defineProperty(_ja$data, 'SENDModal_Content_4', 'ノート:最も起こりやすいエラーの原因は、送出のためのガス不足で、その場合には、ETHを追加する必要があります。ガスはETHで支払われます。 '), _defineProperty(_ja$data, 'SENDModal_No', 'いいえ、中断します。 '), _defineProperty(_ja$data, 'SENDModal_Title', '警告! '), _defineProperty(_ja$data, 'SENDModal_Yes', 'はい、確かです。処理を実行します。 '), _defineProperty(_ja$data, 'sidebar_AccountInfo', 'アカウント情報 '), _defineProperty(_ja$data, 'sidebar_AccountAddr', 'アカウントアドレス: '), _defineProperty(_ja$data, 'sidebar_AccountBal', 'アカウント残高 '), _defineProperty(_ja$data, 'sidebar_TokenBal', 'トークン残高 '), _defineProperty(_ja$data, 'sidebar_Equiv', '等価 '), _defineProperty(_ja$data, 'sidebar_TransHistory', 'トランザクション履歴 '), _defineProperty(_ja$data, 'sidebar_donation', 'MyEtherWalletは、プライバシーとセキュリティのための無料のオープンソースサービスです。 寄付が増えることによって、新機能やフィードバックの反映を行い、よりユーザーの皆様のご希望に沿った制作の時間を増やす事が可能になります。私たちは、たった二人で世界を変えようとしています。お手伝いいただけますか? '), _defineProperty(_ja$data, 'sidebar_donate', '寄付する '), _defineProperty(_ja$data, 'sidebar_thanks', '感謝します!!! '), _defineProperty(_ja$data, 'sidebar_DisplayOnTrezor', 'TREZORでアドレスを表示'), _defineProperty(_ja$data, 'sidebar_DisplayOnLedger', 'Ledgerでアドレスを表示'), _defineProperty(_ja$data, 'SUCCESS_1', '有効なアドレス '), _defineProperty(_ja$data, 'SUCCESS_2', 'お財布は正常に暗号解除されました。 '), _defineProperty(_ja$data, 'SUCCESS_3', 'トランザクションはブロックチェイン上に展開されています。ガス不足や契約実行エラーがないことを確認するために、下のボタンをクリックしてトランザクション(TX)を表示してください。 TX Hash: '), _defineProperty(_ja$data, 'SUCCESS_4', 'お財布が追加されました: '), _defineProperty(_ja$data, 'SUCCESS_5', '選択されました: '), _defineProperty(_ja$data, 'SUCCESS_6', '接続完了しました '), _defineProperty(_ja$data, 'SUCCESS_7', 'メッセージの署名が確認されました'), _defineProperty(_ja$data, 'SWAP_rates', "現在のレート "), _defineProperty(_ja$data, 'SWAP_init_1', "両替する "), _defineProperty(_ja$data, 'SWAP_init_2', " を "), _defineProperty(_ja$data, 'SWAP_init_CTA', "次へ "), _defineProperty(_ja$data, 'SWAP_information', "あなたの情報 "), _defineProperty(_ja$data, 'SWAP_send_amt', "送出総額 "), _defineProperty(_ja$data, 'SWAP_rec_amt', "受け取り総額 "), _defineProperty(_ja$data, 'SWAP_your_rate', "変換レート "), _defineProperty(_ja$data, 'SWAP_rec_add', "受け取りアドレス "), _defineProperty(_ja$data, 'SWAP_start_CTA', "交換開始 "), _defineProperty(_ja$data, 'SWAP_ref_num', "参照番号 "), _defineProperty(_ja$data, 'SWAP_time', "送出するまでにあと、 "), _defineProperty(_ja$data, 'SWAP_elapsed', "発注後の経過時間 "), _defineProperty(_ja$data, 'SWAP_progress_1', "注文を開始しました "), _defineProperty(_ja$data, 'SWAP_progress_2', "到着待機中 "), _defineProperty(_ja$data, 'SWAP_progress_3', "ETH受け取り完了 "), _defineProperty(_ja$data, 'SWAP_progress_4', "送出中 {{orderResult.output.currency}} "), _defineProperty(_ja$data, 'SWAP_progress_5', "注文完了 "), _defineProperty(_ja$data, 'SWAP_order_CTA', "お送りいただきたいのは "), _defineProperty(_ja$data, 'SWAP_unlock', "このページから直接ETHあるいはトークンを送出するためには、お財布を解錠してください。"), _defineProperty(_ja$data, 'TOKEN_Addr', 'トークン契約アドレス: '), _defineProperty(_ja$data, 'TOKEN_Symbol', 'トークンシンボル: '), _defineProperty(_ja$data, 'TOKEN_Dec', 'ケタ数: '), _defineProperty(_ja$data, 'TOKEN_show', '全てのトークンを表示 '), _defineProperty(_ja$data, 'TOKEN_hide', 'トークンを隠す '), _defineProperty(_ja$data, 'TRANS_advanced', '+上級:ガスあるいはデータを追加してください '), _defineProperty(_ja$data, 'TRANS_data', 'データ: '), _defineProperty(_ja$data, 'TRANS_desc', 'トークンを送出するには「トークン送出」のタブを選択してください。 '), _defineProperty(_ja$data, 'TRANS_gas', 'ガスリミット: '), _defineProperty(_ja$data, 'TRANS_sendInfo', '21000ガスを使用する標準トランザクションは、0.000441 ETHを消費します。迅速な処理を行うために、若干最小量よりも多めの0.000000021 ETHのガスを使用します。当サービスでは、トランザクション料金は徴収いたしません。 '), _defineProperty(_ja$data, 'translate_version', '0.5'), _defineProperty(_ja$data, 'Translator_Desc', '日本語開発者を支援する: '), _defineProperty(_ja$data, 'TranslatorAddr_1', '0xf991119Eea62Eee1a6fdaA7f621e91A42f325FcE '), _defineProperty(_ja$data, 'TranslatorAddr_2', ''), _defineProperty(_ja$data, 'TranslatorAddr_3', ''), _defineProperty(_ja$data, 'TranslatorAddr_4', ''), _defineProperty(_ja$data, 'TranslatorAddr_5', ''), _defineProperty(_ja$data, 'TranslatorName_1', '[sekisanchi.eth](https://etherscan.io/address/0xf991119eea62eee1a6fdaa7f621e91a42f325fce) '), _defineProperty(_ja$data, 'TranslatorName_2', ''), _defineProperty(_ja$data, 'TranslatorName_3', ''), _defineProperty(_ja$data, 'TranslatorName_4', ''), _defineProperty(_ja$data, 'TranslatorName_5', ''), _defineProperty(_ja$data, 'tx_Details', '処理内容詳細'), _defineProperty(_ja$data, 'tx_foundInPending', '待機中の処理が見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_1', 'あなたの処理が、現在接続中のノードの処理待ちプールの中で見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_2', '現在待機中です(発掘待ち)。'), _defineProperty(_ja$data, 'tx_foundInPending_3', 'この処理を取り消す、あるいは置き換えることができます。下記のお財布をアンロックしてください。 '), _defineProperty(_ja$data, 'tx_FoundOnChain', '処理が見つかりました'), _defineProperty(_ja$data, 'tx_FoundOnChain_1', 'あなたの待機中の処理は発掘され、ブロックチェーンに配置されました。'), _defineProperty(_ja$data, 'tx_FoundOnChain_2', '**もし赤い `( ! )`, `BAD INSTRUCTION` あるいは `OUT OF GAS` のエラーメッセージを見つけたら**, これは、処理送出に失敗したということです。処理の取り消しや置き換えはできません。代わりに、新しい処理を送出してください。 "Out of Gas" エラーの場合には, ガスリミットをはじめに指定した値の倍にしてください。'), _defineProperty(_ja$data, 'tx_FoundOnChain_3', '**何もエラーメッセージが返ってこなければ、あなたの処理は正しく送出されています。** ETHあるいはトークンは、送ろうとしたあて先の場所にあります。 もし、ETHやトークンが他のお財布や交換所のお財布に見つからず、処理を開始してから24時間以上経っていたら、 [そのサービスに連絡](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html)してください。状況を確認してもらうために、自分の処理のリンクをうまく知らせてください。'), _defineProperty(_ja$data, 'tx_notFound', '対象の処理が見つかりません'), _defineProperty(_ja$data, 'tx_notFound_1', 'この処理は、現在接続中の処理プールの中にありませんでした。'), _defineProperty(_ja$data, 'tx_notFound_2', 'もし今、処理を送出した直後であれば、15秒待ってから「処理状況を確認」ボタンを再度押してください。'), _defineProperty(_ja$data, 'tx_notFound_3', '別の処理プールで発掘待ちになっているかもしれません。'), _defineProperty(_ja$data, 'tx_notFound_4', '右上の下展開メニューから、別のノードを選択してください。 (例: `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) から選んで再度確認する。'), _defineProperty(_ja$data, 'tx_Summary', '数日後に処理状況を確認した場合をのぞいて、大量の処理発生時(ICO期間など)には、数時間処理が遅れる場合があります。本ツールは、そのような状況において処理待ちの処理を探し出し取り消す、あるいは更新する機能を提供します。**これは特殊な操作で、処理プールが満杯の場合にのみ有効です。 [このツールに関しては、こちらを参考にしてください。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ja$data, 'TXFEE_Desc', 'この処理料金は自分の処理をブロックに配置するためにマイナーに支払われます。「ガスリミット」*「ガス価格」で算出されます。 [GWEI -> ETHの単位変換はこちらです。](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ja$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ja$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。[import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)する時に必要です。残高をチェックするためには、[etherscan.io](https://etherscan.io/)のようなブロックチェーンエクスプローラーサービスを使う事をおすすめします。 '), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle_Short', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。 '), _defineProperty(_ja$data, 'VIEWWALLET_SuccessMsg', '成功しました! お財布の詳細は以下の通りです。 '), _defineProperty(_ja$data, 'WARN_Send_Link', '自分のアドレス、リンク、ガス、データ、あるいはトランザクションタイプ(送出モード)が指定されたリンクでここに表示されています。 送出前に修正可能です。もう一度行うために、お財布を解錠してください。 '), _defineProperty(_ja$data, 'x_CancelReplaceTx', '処理を中断、あるいは置換'), _defineProperty(_ja$data, 'x_CancelTx', '処理を中断'), _defineProperty(_ja$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ja$data, 'x_PasswordDesc', 'このパスワードで秘密鍵を**暗号化**します。新しい鍵を作るための元種(seed)ではありません。**このパスワードと(暗号化された)秘密鍵の二つを使って、お財布を解錠します**'), _defineProperty(_ja$data, 'x_ReadMore', 'もっと読む'), _defineProperty(_ja$data, 'x_ReplaceTx', '処理を置き換える'), _defineProperty(_ja$data, 'x_TransHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_TXFee', '処理料'), _defineProperty(_ja$data, 'x_TxHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_Access', 'アクセス '), _defineProperty(_ja$data, 'x_AddessDesc', '自分のアドレスは、アカウント番号や公開キーでも知ることができます。誰かとETHやトークンの受け渡しをするために、これらを用います。きれいな色のついたアドレスアイコンを見つけてください。自分のペーパーウォレットや、アドレスを入力する際に、同じアイコンであることをしっかりと確認してください。 これは自分のアカウント番号と公開鍵になります。ETHを送信するために必要な情報です。アイコンは自分のアドレスを識別するものです。 '), _defineProperty(_ja$data, 'x_Address', '自分のアドレス '), _defineProperty(_ja$data, 'x_Cancel', '取り消す '), _defineProperty(_ja$data, 'x_CSV', 'CSV ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Download', 'ダウンロード '), _defineProperty(_ja$data, 'x_Json', 'JSON ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_JsonDesc', 'これはパスワードが不要な暗号化されていないJSONフォーマットの秘密鍵です。この暗号化されていないJSONフォーマットの秘密鍵を使えば、誰でもパスワードを使わずに自分のお財布とEtherにアクセスできます。 '), _defineProperty(_ja$data, 'x_Keystore', 'Keystore ファイル (UTC / JSON · 推奨 · 暗号化) '), _defineProperty(_ja$data, 'x_Keystore2', 'Keystore ファイル (UTC / JSON) '), _defineProperty(_ja$data, 'x_KeystoreDesc', 'この Keystore / JSON ファイルは、後で容易にインポートするため、Mistで使われているフォーマットと一致させる必要があります。ダウンロードしてバックアップを取ることをおすすめします。 '), _defineProperty(_ja$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ja$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ja$data, 'x_Mnemonic', 'ニーモニック文節 '), _defineProperty(_ja$data, 'x_ParityPhrase', 'パリティ文節 '), _defineProperty(_ja$data, 'x_Password', 'パスワード '), _defineProperty(_ja$data, 'x_Print', 'お財布紙情報を印刷 '), _defineProperty(_ja$data, 'x_PrintDesc', 'アドバイス: プリンターが接続されていなくても、「印刷」をクリックしてPDFで保存できます。 '), _defineProperty(_ja$data, 'x_PrintShort', '印刷 '), _defineProperty(_ja$data, 'x_PrivKey', '秘密鍵(未暗号化) '), _defineProperty(_ja$data, 'x_PrivKey2', '秘密鍵 '), _defineProperty(_ja$data, 'x_PrivKeyDesc', 'これはパスワードが不要な暗号化されていない秘密鍵です。この暗号化されていない秘密鍵を使えば、誰でもパスワードなしで自分のお財布を使用できます。従って、暗号化された秘密鍵の利用をおすすめします。 '), _defineProperty(_ja$data, 'x_Save', '保存する '), _defineProperty(_ja$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ja$data, 'x_TXT', 'TXT ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Wallet', 'お財布 '), _defineProperty(_ja$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ja$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ja$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ja$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ja$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ja$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ja$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ja$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ja$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ja$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ja$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ja$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ja$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ja$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ja$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ja$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ja$data, 'HELP_2a_Title', 'お財布の保管やバックアップの方法は? '), _defineProperty(_ja$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ja$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ja$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ja$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ja$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ja$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ja$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ja$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ja$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ja$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ja$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ja$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ja$data, 'HELP_4_Desc_2', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ja$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ja$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ja$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ja$data, 'HELP_4CX_Desc_12', 'Using "Ether送出 トークン送出" Page '), _defineProperty(_ja$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ja$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ja$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ja$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ja$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ja$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ja$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ja$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ja$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ja$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ja$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ja$data, 'HELP_7_Desc_1', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ja$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ja$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ja$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ja$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ja$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ja$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ja$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ja$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ja$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ja$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ja$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ja$data, 'HELP_9_Title', '9) Is the "Ether送出 トークン送出" page offline? '), _defineProperty(_ja$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ja$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ja$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ja$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ja$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ja$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ja$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ja$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ja$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ja$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ja$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ja$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ja$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ja$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ja$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ja$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ja$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ja$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ja$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ja$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_ja$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ja$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ja$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ja$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ja$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ja$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ja$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ja$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ja$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ja$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ja$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ja$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ja$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ja$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ja$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ja$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ja$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ja$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ja$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ja$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ja$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ja$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ja$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ja$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ja$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ja$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ja$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ja$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ja$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ja$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ja$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ja$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ja$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ja$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ja$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ja$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ja$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ja$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ja$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ja$data); module.exports = ja; @@ -16852,7 +16849,7 @@ ko.data = (_ko$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ko$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ko$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ko$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ko$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ko$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ko$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ko$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ko$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ko$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ko$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ko$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ko$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ko$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ko$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ko$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ko$data, 'x_ReadMore', 'Read More'), _defineProperty(_ko$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ko$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ko$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ko$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ko$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ko$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ko$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ko$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ko$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ko$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ko$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ko$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ko$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ko$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ko$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ko$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ko$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ko$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ko$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ko$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ko$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ko$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ko$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ko$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ko$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ko$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ko$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ko$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ko$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ko$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ko$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ko$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ko$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ko$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ko$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ko$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ko$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ko$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ko$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ko$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ko$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ko$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ko$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ko$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ko$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ko$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ko$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ko$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ko$data, 'NAV_AddWallet', '지갑 추가 '), _defineProperty(_ko$data, 'NAV_BulkGenerate', '대량 생성 '), _defineProperty(_ko$data, 'NAV_Contact', '문의하기 '), _defineProperty(_ko$data, 'NAV_Contracts', '컨트랙트 '), _defineProperty(_ko$data, 'NAV_DeployContract', '컨트랙트 배포 '), _defineProperty(_ko$data, 'NAV_ENS', 'ENS'), _defineProperty(_ko$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ko$data, 'NAV_GenerateWallet', '지갑 생성 '), _defineProperty(_ko$data, 'NAV_Help', '도움말 '), _defineProperty(_ko$data, 'NAV_InteractContract', '컨트랙트 조작 '), _defineProperty(_ko$data, 'NAV_Multisig', '멀티시그 '), _defineProperty(_ko$data, 'NAV_MyWallets', '내 지갑 '), _defineProperty(_ko$data, 'NAV_Offline', '오프라인 전송 '), _defineProperty(_ko$data, 'NAV_SendEther', '이더리움 & 토큰 전송 '), _defineProperty(_ko$data, 'NAV_SendTokens', '토큰 전송 '), _defineProperty(_ko$data, 'NAV_SignMsg', '메세지 서명 '), _defineProperty(_ko$data, 'NAV_Swap', '교환 '), _defineProperty(_ko$data, 'NAV_ViewWallet', '지갑 정보 보기 '), _defineProperty(_ko$data, 'NAV_YourWallets', '내 지갑 '), _defineProperty(_ko$data, 'x_Access', '액세스 '), _defineProperty(_ko$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 이것은 자신의 계좌 번호와 공개 키입니다. ETH를 전송하기 위해 필요한 정보입니다. 아이콘은 자신의 주소를 식별합니다. '), _defineProperty(_ko$data, 'x_Address', '내 주소 '), _defineProperty(_ko$data, 'x_Cancel', '취소 '), _defineProperty(_ko$data, 'x_CSV', 'CSV 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Download', '다운로드 '), _defineProperty(_ko$data, 'x_Json', 'JSON 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_JsonDesc', '이것은 암호화되지 않은 JSON 형식의 개인 키입니다. 이 암호화되지 않은 JSON 형식의 개인 키를 사용하면 누구나 암호없이 자신의 지갑과 이더리움에 액세스 할 수 있습니다. '), _defineProperty(_ko$data, 'x_Keystore', 'Keystore 파일 (UTC / JSON · 권장 · 암호화됨) '), _defineProperty(_ko$data, 'x_Keystore2', 'Keystore 파일 (UTC / JSON) '), _defineProperty(_ko$data, 'x_KeystoreDesc', '이 Keystore / JSON 파일은 Mist에서 사용하는 형식과 일치하므로 나중에 쉽게 가져올 수 있습니다. 다운로드하고 백업하는 것을 권장합니다. '), _defineProperty(_ko$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ko$data, 'x_Mnemonic', 'Mnemonic 문구 '), _defineProperty(_ko$data, 'x_ParityPhrase', 'Parity 문구 '), _defineProperty(_ko$data, 'x_Password', '비밀번호 '), _defineProperty(_ko$data, 'x_Print', '종이 지갑 인쇄 '), _defineProperty(_ko$data, 'x_PrintDesc', '팁: 프린터를 사용하지 않더라도 인쇄를 클릭하여 PDF 파일로 저장할 수 있습니다! '), _defineProperty(_ko$data, 'x_PrintShort', '인쇄 '), _defineProperty(_ko$data, 'x_PrivKey', '개인 키 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_PrivKey2', '개인 키 '), _defineProperty(_ko$data, 'x_PrivKeyDesc', '이것은 암호화되지 않은 개인 키이므로 암호가 필요하지 않습니다. 이 암호화되지 않은 개인 키를 사용하면 누구나 암호 없이 지갑을 사용할 수 있습니다. 따라서 암호화된 개인 키 사용을 권장합니다. '), _defineProperty(_ko$data, 'x_Save', '저장 '), _defineProperty(_ko$data, 'x_TXT', 'TXT 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Wallet', '지갑 '), _defineProperty(_ko$data, 'CX_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 Chrome 확장 프로그램 '), _defineProperty(_ko$data, 'CX_Warning_1', '반드시 이곳에 보관하는 모든 지갑은 **외부 백업**을 진행해주세요. 이 Chrome 확장 프로그램에서는 확장 프로그램 제거 및 재설치를 포함하여 데이터가 저장되지 않고 손실되는 경우가 자주 발생합니다. 이 확장 프로그램은 쉬운 조작을 제공할 뿐, **백업**을 제공하지 않습니다. '), _defineProperty(_ko$data, 'MEW_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 '), _defineProperty(_ko$data, 'MEW_Warning_1', '지갑에 액세스하거나 새 지갑을 생성하기 전 반드시 URL을 확인해주세요. 피싱(사기) 사이트에 주의하세요! '), _defineProperty(_ko$data, 'FOOTER_1', '쉽게 사용할 수 있는 오픈 소스, 클라이언트 측 도구 & 이더리움 네트워크와 안전하게 상호 작용합니다. '), _defineProperty(_ko$data, 'FOOTER_1b', '개발자 '), _defineProperty(_ko$data, 'FOOTER_2', '기부해주셔서 정말 감사합니다. '), _defineProperty(_ko$data, 'FOOTER_3', '클라이언트 측 지갑 생성 '), _defineProperty(_ko$data, 'FOOTER_4', '면책 조항 '), _defineProperty(_ko$data, 'sidebar_AccountInfo', '계정 정보 '), _defineProperty(_ko$data, 'sidebar_AccountAddr', '계정 주소 '), _defineProperty(_ko$data, 'sidebar_AccountBal', '계정 잔액 '), _defineProperty(_ko$data, 'sidebar_TokenBal', '토큰 잔액 '), _defineProperty(_ko$data, 'sidebar_Equiv', '동일한 가치 '), _defineProperty(_ko$data, 'sidebar_TransHistory', '트랜잭션 내역 '), _defineProperty(_ko$data, 'sidebar_donation', 'MyEtherWallet은 개인정보보호와 보안을 위한 무료 오픈 서비스입니다. 기부를 많이 받을수록 우리는 새로운 기능과 다양한 의견을 반영하여 사용자의 희망 사항을 위한 개발 시간을 늘리는 것이 가능해질 수 있습니다. 우리는 단 두명이 세상을 바꾸려 하고 있습니다. 도와주시겠습니까? '), _defineProperty(_ko$data, 'sidebar_donate', '기부 '), _defineProperty(_ko$data, 'sidebar_thanks', '감사합니다!!! '), _defineProperty(_ko$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ko$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ko$data, 'decrypt_Access', '지갑 액세스 방법 선택 '), _defineProperty(_ko$data, 'decrypt_Title', '비공개 키의 형식을 선택해주세요. '), _defineProperty(_ko$data, 'decrypt_Select', '지갑 선택 '), _defineProperty(_ko$data, 'MNEM_1', '액세스하고자 하는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_2', '하나의 HD Mnemonic 문구에서 여러 가지 지갑/주소를 액세스할 수 있습니다. 액세스하려는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_more', '나머지 주소 '), _defineProperty(_ko$data, 'MNEM_prev', '이전 주소 '), _defineProperty(_ko$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ko$data, 'ADD_Ledger_1', '사용자의 Ledger Wallet를 연결해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_2', '이더리움 어플리케이션을 실행해주세요 (또는 컨트랙트 어플리케이션) '), _defineProperty(_ko$data, 'ADD_Ledger_2_Exp', 'Expanse 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_2_Ubq', 'Ubiq 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_3', 'Browser Support가 활성화된 상태인지 확인해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_4', '설정에서 Browser Support를 확인할 수 없으면, Ledger [Firmware 1.2] (https://www.ledgerwallet.com/apps/manager) 버전이 설치되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_scan', 'Ledger Wallet 에 연결하기 '), _defineProperty(_ko$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ko$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ko$data, 'ADD_Trezor_scan', 'TREZOR 에 연결하기 '), _defineProperty(_ko$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_scan', 'Digital Bitbox 에 연결하기 '), _defineProperty(_ko$data, 'ADD_Label_1', '어떤 걸 진행하시겠습니까? '), _defineProperty(_ko$data, 'ADD_Radio_1', '새로운 지갑 생성 '), _defineProperty(_ko$data, 'ADD_Radio_2', '지갑 파일 선택하기 (Keystone / JSON) '), _defineProperty(_ko$data, 'ADD_Radio_2_alt', '지갑 파일 선택하기 '), _defineProperty(_ko$data, 'ADD_Radio_2_short', '지갑 파일 선택하기... '), _defineProperty(_ko$data, 'ADD_Radio_3', '개인 키를 복사해서 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Radio_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Radio_5', 'Mnemonic 붙여넣기/입력 '), _defineProperty(_ko$data, 'ADD_Radio_5_Path', 'HD derivation 경로 선택 '), _defineProperty(_ko$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ko$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathCustom', '커스텀 '), _defineProperty(_ko$data, 'ADD_Label_2', '닉네임 만들기 '), _defineProperty(_ko$data, 'ADD_Label_3', '당신의 지갑은 암호화되었습니다. 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Label_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Warning_1', '지갑 탭은 개인 키를 업로드하지 않고 임의로 모니터링하는 계좌를 추가할 수 있습니다. 이에 따라 지갑의 액세스나 이더리움 전송이 가능하지 않습니다. '), _defineProperty(_ko$data, 'ADD_Label_5', '주소 입력 '), _defineProperty(_ko$data, 'ADD_Label_6', '지갑 잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_6_short', '잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_7', '계좌 추가 '), _defineProperty(_ko$data, 'ADD_Label_8', '비밀번호 (선택): '), _defineProperty(_ko$data, 'MYWAL_Nick', '지갑 닉네임 '), _defineProperty(_ko$data, 'MYWAL_Address', '지갑 주소 '), _defineProperty(_ko$data, 'MYWAL_Bal', '잔액 '), _defineProperty(_ko$data, 'MYWAL_Edit', '편집 '), _defineProperty(_ko$data, 'MYWAL_View', '보기 '), _defineProperty(_ko$data, 'MYWAL_Remove', '제거 '), _defineProperty(_ko$data, 'MYWAL_RemoveWal', '지갑 제거 '), _defineProperty(_ko$data, 'MYWAL_WatchOnly', '내 모니터링 전용 계좌 '), _defineProperty(_ko$data, 'MYWAL_Viewing', '지갑 표시 '), _defineProperty(_ko$data, 'MYWAL_Hide', '지갑 정보 숨기기 '), _defineProperty(_ko$data, 'MYWAL_Edit_2', '지갑 수정 '), _defineProperty(_ko$data, 'MYWAL_Name', '지갑 이름 '), _defineProperty(_ko$data, 'MYWAL_Content_1', '경고! 지갑을 제거하려고 합니다. '), _defineProperty(_ko$data, 'MYWAL_Content_2', '제거하기 전 ** 개인 키 및 Keystore 파일, 비밀번호 **가 저장되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'MYWAL_Content_3', '나중에 이 지갑을 MyEtherWallet CX와 같이 사용하려면, 개인 키/JSON과 비밀번호를 이용하여 수동으로 다시 추가해야 합니다. '), _defineProperty(_ko$data, 'GEN_desc', '만약 여러 개의 지갑을 생성하고 싶다면, 여기서 처리할 수 있습니다. '), _defineProperty(_ko$data, 'GEN_Label_1', '안전한 비밀번호를 입력해주세요 (최소 9 글자) '), _defineProperty(_ko$data, 'GEN_Placeholder_1', '비밀번호를 저장하고 기억하는 것을 잊지 마세요! '), _defineProperty(_ko$data, 'GEN_SuccessMsg', '성공! 당신의 지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'GEN_Label_2', '당신의 지갑 파일을 저장해주세요. 비밀번호를 잃어버리면 안됩니다. '), _defineProperty(_ko$data, 'GEN_Label_3', '지갑 주소를 저장해주세요 '), _defineProperty(_ko$data, 'GEN_Label_4', '선택: 종이 지갑을 인쇄하거나 QR 코드를 저장해주세요. '), _defineProperty(_ko$data, 'BULK_Label_1', '생성할 지갑 개수 '), _defineProperty(_ko$data, 'BULK_Label_2', '지갑 생성하기 '), _defineProperty(_ko$data, 'BULK_SuccessMsg', '성공! 당신의 지갑들이 생성되었습니다. '), _defineProperty(_ko$data, 'SEND_addr', '받는 주소 '), _defineProperty(_ko$data, 'SEND_amount', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_amount_short', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_custom', '커스텀 토큰 추가 '), _defineProperty(_ko$data, 'SEND_gas', '가스 '), _defineProperty(_ko$data, 'SEND_TransferTotal', '잔액 모두 전송하기 '), _defineProperty(_ko$data, 'SEND_generate', '트랜잭션 생성 '), _defineProperty(_ko$data, 'SEND_raw', '초기 트랜잭션 '), _defineProperty(_ko$data, 'SEND_signed', '서명된 트랜잭션 '), _defineProperty(_ko$data, 'SEND_trans', '트랜잭션 전송하기 '), _defineProperty(_ko$data, 'SENDModal_Title', '경고! '), _defineProperty(_ko$data, 'SENDModal_Content_1', '전송할 예정입니다. '), _defineProperty(_ko$data, 'SENDModal_Content_2', '받는 주소 '), _defineProperty(_ko$data, 'SENDModal_Content_3', '정말 전송 하시겠습니까? '), _defineProperty(_ko$data, 'SENDModal_Content_4', '참고: 에러가 발생한다면, 대부분 토큰 전송에 필요한 가스(수수료, 이더리움으로 결제)가 부족한 것입니다. 이더리움을 계좌에 추가해 주세요. '), _defineProperty(_ko$data, 'SENDModal_No', '아니요, 전송을 취소합니다. '), _defineProperty(_ko$data, 'SENDModal_Yes', '네, 맞습니다! 전송합니다. '), _defineProperty(_ko$data, 'TOKEN_Addr', 'Token Contract 주소 '), _defineProperty(_ko$data, 'TOKEN_Symbol', '토큰 기호 '), _defineProperty(_ko$data, 'TOKEN_Dec', '소수 자릿수 '), _defineProperty(_ko$data, 'TOKEN_show', '모든 토큰 보기 '), _defineProperty(_ko$data, 'TOKEN_hide', '토큰 숨기기 '), _defineProperty(_ko$data, 'TRANS_desc', '만약 토큰을 전송하고 싶다면 , "토큰 전송하기" 페이지를 사용해주세요. '), _defineProperty(_ko$data, 'TRANS_warning', '"이더리움만 전송하기" 또는 "이더리움 클래식만 전송하기" 를 사용하여 전송할 때, 몇 가지 서비스는 컨트랙트가 체결되지 않을 수 있습니다. 더보기. '), _defineProperty(_ko$data, 'TRANS_advanced', '+고급: 데이터 추가 '), _defineProperty(_ko$data, 'TRANS_data', '데이터 '), _defineProperty(_ko$data, 'TRANS_gas', '가스 한도 '), _defineProperty(_ko$data, 'TRANS_sendInfo', '21000 가스를 사용하는 표준 트랜잭션은 0.000441 ETH 를 사용합니다. 우리는 최소 가스 가격인 0.000000021 보다 약간 높게 책정하여 전송을 빠르게 합니다. MyEtherWallet은 트랜잭션 수수료를 얻지 않습니다. '), _defineProperty(_ko$data, 'OFFLINE_Title', '오프라인 트랜잭션 생성 & 전송하기 '), _defineProperty(_ko$data, 'OFFLINE_Desc', '오프라인 트랜잭션은 3단계로 이루어 집니다. 1, 3 단계는 온라인 컴퓨터로 진행되고, 2 단계는 오프라인/인터넷이 연결되지 않은 컴퓨터로 진행됩니다. 이러한 단계는 개인 키가 인터넷에 연결된 장치에 도달하지 못하도록 합니다. '), _defineProperty(_ko$data, 'OFFLLINE_Step1_Title', '1 단계 : 정보 생성하기 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step1_Button', '정보 생성 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_1', '보내는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_2', '참고: 이것은 받는 주소가 아닌 보내는 주소입니다. Nonce는 원래 계좌에서 생성됩니다. 인터넷에 연결되지 않은 컴퓨터를 사용하는 경우 이 주소는 콜드 스토리지 계좌의 주소가 됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Title', '2 단계 : 트랜잭션 생성하기 (오프라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_1', '받는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_2', '보낼 금액/총량 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3', '가스 가격 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4', '가스 한도 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4b', '21000 가스는 기본 설정값입니다. 컨트랙트를 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6', '데이터 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6b', '이것은 선택사항입니다. 데이터는 컨트랙트에 대해 트랜잭션을 전송할 때 자주 사용됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_7', '개인 키 / JSON 입력 또는 선택 '), _defineProperty(_ko$data, 'OFFLINE_Step3_Title', '3 단계 : 전송 또는 트랜잭션 발행 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step3_Label_1', '2단계에서 서명된 트랜잭션를 붙여넣고, "트랜잭션 전송하기" 버튼을 누르세요 '), _defineProperty(_ko$data, 'CONTRACT_Title', '컨트랙트 주소 '), _defineProperty(_ko$data, 'CONTRACT_Title_2', '기존 컨트랙트 선택하기 '), _defineProperty(_ko$data, 'CONTRACT_Json', 'ABI / JSON 인터페이스 '), _defineProperty(_ko$data, 'CONTRACT_Interact_Title', '컨트랙트 읽기/쓰기 '), _defineProperty(_ko$data, 'CONTRACT_Interact_CTA', '함수 선택 '), _defineProperty(_ko$data, 'CONTRACT_ByteCode', 'Byte 코드 '), _defineProperty(_ko$data, 'CONTRACT_Read', '읽기 '), _defineProperty(_ko$data, 'CONTRACT_Write', '쓰기 '), _defineProperty(_ko$data, 'DEP_generate', 'Byte 코드 생성하기 '), _defineProperty(_ko$data, 'DEP_generated', '생성된 Byte 코드 '), _defineProperty(_ko$data, 'DEP_signtx', '서명 트랜잭션 '), _defineProperty(_ko$data, 'DEP_interface', '생성된 인터페이스 '), _defineProperty(_ko$data, 'NODE_Title', '커스텀 노드 설정하기 '), _defineProperty(_ko$data, 'NODE_Subtitle', '로컬 노드에 연결하려면... '), _defineProperty(_ko$data, 'NODE_Warning', 'MyEtherWallet.com을 통해 연결하기 위해서는 HTTPS 노드가 필요합니다. 모든 노드에 연결하려면 [MyEtherWallet 저장소를 다운로드하고 로컬로 실행] (https://github.com/kvhnuke/etherwallet/releases/latest) 할 수 있습니다. 추가로 무료 SSL 인증서를 [LetsEncrypt](https://letsencrypt.org/)에서 받으실 수 있습니다. '), _defineProperty(_ko$data, 'NODE_Name', '노드 명 '), _defineProperty(_ko$data, 'NODE_Port', '노드 포트 '), _defineProperty(_ko$data, 'NODE_CTA', '커스텀 노드 저장 또는 사용 '), _defineProperty(_ko$data, 'SWAP_rates', "현재 시세 "), _defineProperty(_ko$data, 'SWAP_init_1', "환전하실 "), _defineProperty(_ko$data, 'SWAP_init_2', "에서 "), _defineProperty(_ko$data, 'SWAP_init_CTA', "진행합니다! "), _defineProperty(_ko$data, 'SWAP_information', "당신의 정보 "), _defineProperty(_ko$data, 'SWAP_send_amt', "전송량 "), _defineProperty(_ko$data, 'SWAP_rec_amt', "수신량 "), _defineProperty(_ko$data, 'SWAP_your_rate', "당신의 비율 "), _defineProperty(_ko$data, 'SWAP_rec_add', "당신의 받는 주소 "), _defineProperty(_ko$data, 'SWAP_start_CTA', "교환 시작 "), _defineProperty(_ko$data, 'SWAP_ref_num', "참조 번호 "), _defineProperty(_ko$data, 'SWAP_time', "남은 전송 시간 "), _defineProperty(_ko$data, 'SWAP_elapsed', "전송 시간 경과 "), _defineProperty(_ko$data, 'SWAP_progress_1', "주문 개시 "), _defineProperty(_ko$data, 'SWAP_progress_2', "기다리는 중… : "), _defineProperty(_ko$data, 'SWAP_progress_3', "수신 완료! "), _defineProperty(_ko$data, 'SWAP_progress_4', "{{order Result.output,currency}} 전송하는 중 "), _defineProperty(_ko$data, 'SWAP_progress_5', "주문 완료 "), _defineProperty(_ko$data, 'SWAP_order_CTA', "전송해주세요 : "), _defineProperty(_ko$data, 'SWAP_unlock', "ETH 또는 토큰을 이 페이지에서 바로 전송하기 위해 당신의 지갑 비밀번호를 해제해주세요. "), _defineProperty(_ko$data, 'MSG_message', '메세지 '), _defineProperty(_ko$data, 'MSG_date', '날짜 '), _defineProperty(_ko$data, 'MSG_signature', '서명 '), _defineProperty(_ko$data, 'MSG_verify', '메세지 확인 '), _defineProperty(_ko$data, 'MSG_info1', '서명을 다른 날짜에 재사용하지 못하도록 현재의 날짜를 포함해주세요. '), _defineProperty(_ko$data, 'MSG_info2', '타인이 사용하지 못하도록 당신의 닉네임을 포함해주세요 '), _defineProperty(_ko$data, 'MSG_info3', '다른 용도로 사용되는 것을 막으려면 세부적인 내용을 메시지에 포함해주세요. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄할 수 있습니다. [계좌를 Geth/Mist로 가져오기](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)를 진행할 때 필요합니다. 잔액을 확인하려면 [etherscan.io](https://etherscan.io/)과 같은 블록체인 조회 서비스를 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle_Short', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄 할 수 있습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_SuccessMsg', '성공했습니다! 지갑의 세부사항은 다음과 같습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_ShowPrivKey', '(보기) '), _defineProperty(_ko$data, 'VIEWWALLET_HidePrivKey', '(숨기기) '), _defineProperty(_ko$data, 'CX_error_1', '저장된 지갑이 없습니다. 지갑을 추가하려면 ["지갑 추가"](/cx-wallet.html#add-wallet) 버튼을 클릭해주세요! '), _defineProperty(_ko$data, 'CX_quicksend', '빠른 전송 '), _defineProperty(_ko$data, 'ERROR_0', '올바른 금액을 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_1', '비밀번호는 최소 9자 이상이어야 합니다. 더 강력한 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_2', '죄송합니다. 이러한 유형의 지갑 파일은 인식 할 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_3', '올바른 지갑 파일이 아닙니다. '), _defineProperty(_ko$data, 'ERROR_4', '존재하지 않는 단위입니다. 다음과 같은 단위 중 하나를 사용해주세요. '), _defineProperty(_ko$data, 'ERROR_5', '잘못된 주소입니다. '), _defineProperty(_ko$data, 'ERROR_6', '잘못된 비밀번호입니다. '), _defineProperty(_ko$data, 'ERROR_7', '잘못된 수량입니다. (Must be integer. Try 0-18.) '), _defineProperty(_ko$data, 'ERROR_8', '잘못된 가스 한도입니다. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ko$data, 'ERROR_9', '잘못된 데이터입니다. (Must be hex.) '), _defineProperty(_ko$data, 'ERROR_10', '잘못된 가스 수량입니다. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ko$data, 'ERROR_11', '잘못된 nonce 입니다. (Must be integer.) '), _defineProperty(_ko$data, 'ERROR_12', '잘못된 서명 트랜잭션입니다. '), _defineProperty(_ko$data, 'ERROR_13', '이미 같은 닉네임의 지갑이 존재합니다. '), _defineProperty(_ko$data, 'ERROR_14', '지갑을 찾을 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_15', '이와 같은 ID 요청을 찾을 수 없거나 요청을 읽는 데 실패하였습니다. '), _defineProperty(_ko$data, 'ERROR_16', '같은 주소의 지갑이 이미 존재합니다. 지갑 페이지를 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_17', '자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 가스 비용을 지불하기 위해서는 적어도 **0.01ETH**가 필요합니다. ETH을 추가한 뒤 다시 실행해주세요. '), _defineProperty(_ko$data, 'ERROR_18', '모든 가스가 이 트랜잭션을 위해 사용됩니다. 이것은 이미 투표를 진행했거나 토론 기간이 종료되었기 때문입니다. '), _defineProperty(_ko$data, 'ERROR_19', '비정상 기호 '), _defineProperty(_ko$data, 'ERROR_20', '올바른 ERC-20 토큰이 아닙니다 '), _defineProperty(_ko$data, 'ERROR_21', '필요한 가스양을 추정할 수 없습니다. 충분한 자금이 계좌에 없거나 수신 측 컨트랙트에 오류가 있을 수 있습니다. 가스양을 변경한 후 사용해보세요. 전송시 에러 메세지가 반환됩니다. '), _defineProperty(_ko$data, 'ERROR_22', '올바른 노드 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_23', '올바른 URL을 입력해주세요. HTTPS를 통해서 연결한다면, 노드도 HTTPS에 연결해야합니다. '), _defineProperty(_ko$data, 'ERROR_24', '올바른 포트를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_25', '올바른 체인 ID를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_26', '올바른 ABI를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_27', '최소량: 0.01. 최대량: '), _defineProperty(_ko$data, 'ERROR_28', '지갑에 액세스하기 위해서는 **Keystore 파일과 비밀번호** (또는 개인키)가 필요합니다. 별도로 저장하여 백업해주세요. 만약 그것을 저장하지 않으면 지갑을 복원할 방법이 없습니다. 자세한 내용은 [도움말 페이지](https://www.myetherwallet.com/#help)를 참고해주세요. '), _defineProperty(_ko$data, 'ERROR_29', '올바른 사용자와 패스워드를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_30', '올바른 ENS 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_31', '잘못된 비밀 문구입니다. '), _defineProperty(_ko$data, 'ERROR_32', '노드에 연결할 수 없습니다. 새로고침 하거나 도움말을 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_33', '입찰자의 주소와 잠금 해제된 지갑이 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_34', '해당 이름이 문자열의 이름과 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ko$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ko$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ko$data, 'SUCCESS_1', '유효한 주소 '), _defineProperty(_ko$data, 'SUCCESS_2', '지갑이 성공적으로 복호화 되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_3', '트랜잭션이 블록체인으로 공개됩니다. 트랜잭션 내역과 가스가 채굴되었는지 확인려면 클릭해주세요. 가스 또는 컨트랙트 실행 오류가 없는지 확인해주세요. TX Hash : '), _defineProperty(_ko$data, 'SUCCESS_4', '지갑이 성공적으로 추가되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_5', '파일이 선택되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_6', '성공적으로 연결되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_7', '메세지 서명이 확인되었습니다. '), _defineProperty(_ko$data, 'WARN_Send_Link', '주소, 값, 가스, 데이터 필드 또는 트랜잭션 유형 (전송 모드)이 링크를 통해 도착했습니다. 전송하기 전에 정보를 변경할 수 있습니다. 시작하려면 지갑을 열어주세요. '), _defineProperty(_ko$data, 'GETH_InvalidSender', '잘못된 전송지입니다. '), _defineProperty(_ko$data, 'GETH_Nonce', 'Nonce가 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Cheap', '가스 가격이 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Balance', '잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_NonExistentAccount', '계좌가 존재 하지 않거나 잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_InsufficientFunds', '가스 * 가격 + 수량에 대한 자금이 부족합니다.'), _defineProperty(_ko$data, 'GETH_IntrinsicGas', '기본 가스가 부족합니다. '), _defineProperty(_ko$data, 'GETH_GasLimit', '블록 가스 한도를 초과하였습니다. '), _defineProperty(_ko$data, 'GETH_NegativeValue', '마이너스 값 '), _defineProperty(_ko$data, 'PARITY_AlreadyImported', "이미 동일한 해시를 사용한 트랜잭션을 가져 왔습니다. "), _defineProperty(_ko$data, 'PARITY_Old', "트랜잭션 Nonce가 너무 낮습니다. Nonce를 증가시키십시오. "), _defineProperty(_ko$data, 'PARITY_TooCheapToReplace', "트랜잭션 수수료가 너무 낮습니다. 동일한 nonce를 가진 다른 트랜잭션이 대기열에 있습니다. 수수료를 늘리거나 nonce를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_LimitReached', "대기열에 트랜잭션이 너무 많습니다. 트랜잭션이 한도를 초과하여 해당 트랜잭션이 제외되었습니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientGasPrice', "트랜잭션 수수료가 너무 낮습니다. 노드의 최소 수수료 (최소 : {}, 획득 : {})를 충족시키지 못합니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientBalance', "자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 필요량: {}, 현재 : {} wei. "), _defineProperty(_ko$data, 'PARITY_GasLimitExceeded', "트랜잭션 비용이 현재 가스 한도를 초과합니다. 제한 : {}, 획득 : {}. 가스 공급량을 줄이고 다시 시도해보세요. "), _defineProperty(_ko$data, 'PARITY_InvalidGasLimit', "공급 된 가스가 한도를 초과했습니다. "), _defineProperty(_ko$data, 'translate_version', '0.5 '), _defineProperty(_ko$data, 'Translator_Desc', '번역에 기여해주신 분들 '), _defineProperty(_ko$data, 'TranslatorName_1', '[CoinKorea](https://www.myetherwallet.com/?gaslimit=21000&to=0x0080782b9A9A14f7871Bb765eF7041e784D03F00&value=1.0#send-transaction) · [kanghamin](https://www.myetherwallet.com/?gaslimit=21000&to=0x7B12655A5aada0b3c053C7ff5aa444Bd666A0163&value=1.0#send-transaction) · [maa](https://www.myetherwallet.com/?gaslimit=21000&to=0x14036e41ddb2bd408eaf91597e6dc5220f776ae0&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_1', '0x0080782b9A9A14f7871Bb765eF7041e784D03F00 '), _defineProperty(_ko$data, 'TranslatorName_2', '· [Issac](https://www.myetherwallet.com/?gaslimit=21000&to=0x594a7773f4e062ccf644e8f122d5612b5f0db3b2&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_2', '0x594a7773f4e062ccf644e8f122d5612b5f0db3b2 '), _defineProperty(_ko$data, 'TranslatorName_3', '· [coinmaker](https://www.myetherwallet.com/?gaslimit=21000&to=0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_3', '0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad '), _defineProperty(_ko$data, 'TranslatorName_4', '· [csjune](https://www.myetherwallet.com/?gaslimit=21000&to=0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_4', '0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f '), _defineProperty(_ko$data, 'TranslatorName_5', '· [sadfrog](https://www.myetherwallet.com/?gaslimit=21000&to=0x608c96865c3d1364ffc5137e5ac78b57e58714d4&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_5', '0x608c96865c3d1364ffc5137e5ac78b57e58714d4 '), _defineProperty(_ko$data, 'HELP_Warning', '**2015년 3월** 이전에 지갑을 만들었거나 저장소를 다운로드했다면, 지갑 & 저장소의 새 버전을 확인하고 다운로드해주세요. 자세한 내용을 보려면 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_Desc', '잘못된 부분이나 다른 질문이 있으신가요? [우리에게 연락해주세요] (mailto : support@myetherwallet.com), 당신의 질문에 답변하는 것 뿐만 아니라, 향후 사용자들에게 더 유용할 수 있도록 페이지를 업데이트할 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Title', '몇 가지 알림 '), _defineProperty(_ko$data, 'HELP_Remind_Desc_1', '**이더리움, MyEtherWallet.com & MyEtherWallet CX, 그리고 우리가 사용하는 JavaScript 라이브러리는 활발하게 개발되고 있습니다. ** 우리가 철저하게 테스트를 진행하여 수만 개의 지갑이 전 세계 사람들에 의해 성공적으로 만들어졌지만 예상치 못한 일이 발생하여 ETH를 잃을 가능성이 항상 존재합니다. 항상 조심해주세요. 만약 무슨 일이 발생한다면, 유감스럽지만 **우리는 잃어버린 이더리움에 대한 책임을 지지 않습니다.** '), _defineProperty(_ko$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com 과 MyEtherWallet CX는 웹 지갑이 아닙니다. 계정을 만들거나 우리에게 당신이 가진 이더리움을 주면 안 됩니다. 모든 데이터는 당신의 컴퓨터와 브라우저에 남아 있을 것입니다. 우리는 당신이 쉽게 당신의 정보를 만들고, 저장하고, 접근하고 블록체인과 상호 작용할 수 있도록 도울 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Desc_3', '당신의 개인 키와 암호를 저장하지 않으면, 지갑에 액세스할 수 없게 될 뿐만 아니라, 지갑에 있는 자금에도 접근할 수 없게 됩니다. 개인 키와 암호를 컴퓨터뿐만 아니라 – 다양한 실제 위치(ex :인쇄, 메모 등...)에도 백업해야 합니다! '), _defineProperty(_ko$data, 'HELP_0_Title', '0) 처음 사용합니다. 뭘 해야 하나요? '), _defineProperty(_ko$data, 'HELP_0_Desc_1', 'MyEtherWallet은 새로운 지갑을 생성할 수 있는 기능을 제공하므로 거래소에 이더리움을 두지 않고 직접 저장할 수 있습니다. 이 과정은 전적으로 당신의 컴퓨터에서 발생하고 우리의 서버에서 발생하지 않습니다. 따라서 새로운 지갑을 만들 때 **안전하게 백업’해야 합니다**. '), _defineProperty(_ko$data, 'HELP_0_Desc_2', '새로운 지갑 생성하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_3', '지갑 백업하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_4', '새로운 지갑에 대한 액세스 권한과 필요한 모든 정보를 올바르게 저장하였는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_0_Desc_5', '이더리움을 새로운 지갑으로 전송해보세요. '), _defineProperty(_ko$data, 'HELP_1_Title', '1) 새로운 지갑을 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_1_Desc_1', '"지갑 생성" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_2', '"지갑 추가" 페이지로 이동 & "새 지갑 생성"을 선택해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_3', '안전을 위하여 강력한 비밀번호를 설정하고 비밀번호 분실을 대비하여 안전하게 백업해주세요. 송금 시에 이 비밀번호가 요구됩니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_4', '"생성하기"를 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_5', '지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'HELP_2a_Title', '어떻게 내 지갑을 저장/백업할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2a_Desc_1', '항상 지갑을 USB 드라이브 또는 메모지와 같은 여러 위치에 백업해두어야 합니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_2', '주소를 저장해주세요. 주소는 자신만 확인할 수 있도록 보관하거나 다른 사람에게 공유할 수 있습니다. 주소를 공유하면 다른 사람이 해당 주소로 이더리움을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_3', '개인 키를 저장해주세요. 절대 타인과 공유하지 마세요. 개인 키는 지갑에 액세스하거나 이더리움을 전송하는 데 필요합니다! 개인 키에는 3가지 유형이 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_4', '주소, 개인 키 버전 및 종이 지갑의 PDF 파일을 폴더에 보관하고 컴퓨터와 USB 드라이브에 저장하세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_5', '프린터가 있으면 지갑을 인쇄해주세요. 프린터가 없다면, 개인 키와 지갑 주소를 메모해주세요. 인쇄물 또는 메모를 컴퓨터와 USB와 분리된 안전한 위치에 보관해주세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_6', '하드 디스크, USB, 종이의 손상을 방지해야 한다는 것을 유념하세요. 또한, 보관 장소의 재난에 대비해주세요. (화재, 홍수 등) '), _defineProperty(_ko$data, 'HELP_2b_Title', '2b) 어떻게 하면 MyEtherWallet을 이용해 안전하게 오프라인, 콜드 스토리지로 자산을 보관할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2b_Desc_1', '다음을 참고 해주세요. [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ko$data, 'HELP_2b_Desc_2', '"etherwallet-vX.X.X.X.zip" 파일을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_3', 'zip 파일을 인터넷이 연결되지 않은 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_4', '압축을 푼 후, ‘index.html’ 을 더블 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_5', '강력한 비밀번호와 함께 지갑을 생성합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_6', '지갑 주소를 저장합니다. 개인 키의 버전들을 저장합니다. 비밀번호를 영원히 기억할 자신이 없다면 저장합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_7', '인쇄된 지갑과 USB를 여러 장소에 분산하여 보관합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_8', '"지갑 정보 보기" 페이지에서 개인 키와 암호가 잘 작동하는지 확인해주세요. 저장해둔 지갑 주소가 동일한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_3_Title', '3) 새로운 지갑에 대한 액세스 권한을 확인하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_3_Desc_1', '**새 지갑에 이더리움을 전송하기 전**에 지갑에 접근할 수 있는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_3', 'MyEtherWallet.com 에서 "지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_4', '지갑 파일 선택 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_5', '지갑이 암호화되어 있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_6', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_7', '지갑 정보가 표시됩니다. 색색의 동그란 아이콘 옆에 있는 지갑 주소를 찾습니다. 아이콘은 지갑 주소를 시각적으로 나타냅니다. 지갑 주소가 지갑을 생성할 때 메모해두었던 주소와 일치하는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_8', '많은 양의 이더리움을 MyEtherWallet 으로 전송하기 전에, 소량의 이더리움을 전송해 보는 것을 권장합니다. 0.001 이더리움을 지갑으로 전송하고, 지갑을 열어 받은 이더리움을 확인하고, 다시 0.001 이더리움을 다른 주소로 전송하여 모든 과정이 잘 작동하는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Title', '4) 한 지갑에서 다른 지갑으로 이더리움을 어떻게 전송하나요? '), _defineProperty(_ko$data, 'HELP_4_Desc_1', '많은 양의 이더리움을 다른 지갑으로 전송하기 전에 소량의 이더리움을 전송하여 전송이 잘 되는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Desc_2', '"이더리움 & 토큰 전송하기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_3', '지갑 파일 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_4', '지갑이 암호화되어있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_5', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_6', '"받는 주소" 영역에 이더리움을 전송할 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_9', '"트랜잭션 생성하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_10', '몇 가지 영역이 추가로 나타납니다. 당신의 브라우저에서 트랜잭션을 생성합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_11', '바로 아래에 있는 "트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_12', '팝업창 열리면, 전송하고자 하는 수량이 정확한지 확인해주세요. 그 후, "네, 맞습니다! 전송합니다." 버튼을 누릅니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_13', '트랜잭션이 제출되고, TXID가 표시 됩니다. TXID를 클릭하여 블록체인에 등록되었는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_4CX_Title', '4) 이더리움을 MyEtherWallet CX를 사용하여 전송하는 방법이 궁급합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_1', '우선 지갑을 추가해야 합니다. 그 후에, 2가지 방법이 있습니다. "빠른 전송" 또는 "이더리움 & 토큰 전송" 페이지입니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_2', '빠른 전송 '), _defineProperty(_ko$data, 'HELP_4CX_Desc_3', 'Chrome 확장 프로그램 아이콘을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_4', '‘빠른 전송’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_5', '보내는 곳(지갑)을 선택합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_6', '"받는 주소" 영역에 전송한 이더리움을 받게 될 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_8', '"트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_9', '받는 주소와 양이 정확한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_10', '지갑 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_11', '"트랜잭션 전송하기"를 클릭합니다." '), _defineProperty(_ko$data, 'HELP_4CX_Desc_12', '"이더리움 & 토큰 전송하기" 페이지를 사용하는 방법'), _defineProperty(_ko$data, 'HELP_5_Title', '5) MyEtherWallet.com 을 오프라인/로컬에서 사용할 수 있나요? '), _defineProperty(_ko$data, 'HELP_5_Desc_1', 'MyEtherWallet을 GitHub 서버가 아닌 본인의 컴퓨터에서 이용할 수 있습니다. 오프라인 상태에서 지갑을 생성할 수 있으며, "오프라인 트랜잭션" 페이지에서 트랜잭션을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_7', 'MyEtherWallet.com 은 이제 본인의 컴퓨터에서 구동됩니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_8', '아직 사용이 미숙할 때는, ‘index.html’ 뿐만 아니라 웹사이트를 가동하는 전체 폴더를 수정하지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_5_Desc_9', '우리는 MyEtherWallet.com을 주기적으로 업데이트하고 있으므로 당신이 정기적으로 저장소의 업데이트된 버전을 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'HELP_5CX_Title', '5) Chrome 스토어 대신 저장소에서 이 확장 프로그램을 설치하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_5CX_Desc_2', '"chrome-extension-vX.X.X.X.zip"을 누르고, 압축을 풀어주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_3', '구글 Chrome에서 설정(우측 상단 메뉴)에 있습니다. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_4', '"확장기능" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_5', '페이지 상단에 있는 개발자 모드 버튼에 체크해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_6', '압축 해제된 확장 프로그램 로드 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_7', '조금 전 다운로드해서 압축을 푼 폴더로 가서 선택해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_8', '여기까지 하셨다면 마이이더월렛은 당신의 Chrome 확장 프로그램 창에 나타나서 Chrome 확장 프로그램 바에 생기게 됩니다. '), _defineProperty(_ko$data, 'HELP_7_Title', '7) 어떻게 토큰 전송하기&커스텀 토큰 추가할 수 있나요? '), _defineProperty(_ko$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/)에서 토큰을 탐색하여 토큰의 decimals를 찾을 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_1', '이더리움 & 토큰 전송 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_2', '지갑을 잠금 해제 합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_3', '보낼 주소 입력란에 전송하고 싶은 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_4', '전송하고 싶은 금액을 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_5', '전송하고 싶은 토큰을 선택합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_6', '원하는 토큰이 보이지 않는다면 '), _defineProperty(_ko$data, 'HELP_7_Desc_7', '커스텀’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_8', '주소와 이름, 토큰의 decimals를 입력합니다. 이것은 토큰의 개발자에 의해서 제공되고 또한 당신이 Mist에서 "모니터링할 토큰 추가하기"를 할 때 필요합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_9', '‘저장’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_10', '이제 토큰을 전송할 수 있게 됐을 뿐만 아니라 사이드 바에서 잔액도 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_11', '"트랜잭션 생성" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_12', '2가지 이상의 영역이 나타날 것입니다. 이것이 트랜잭션을 생성하고 있는 것은 당신의 브라우저입니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_13', '그 아래에 있는 파란색 ‘트랜잭션 전송하기’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_14', '팝업창이 열리면 보내는 양과 주소가 맞는지 확인해주세요. 그리고 "네 맞습니다! 전송합니다." 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_15', '트랜잭션이 전송되면 TXID가 나타날 것입니다. 해당 TXID를 클릭하여 블록체인에서 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8_Title', '8) MyEtherWallet 서버가 다운되면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8_Desc_1', 'MyEtherWallet은 웹 지갑이 아닙니다. 서버에는 로그인은 물론 어떠한 것도 저장되지 않습니다. MyEtherWallet은 단지 블록체인에 접근 하게 해주는 도구입니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_2', '만약 MyEtherWallet.com 이 다운된다면, 다른 대안 도구 (geth 또는 Ethereum Wallet / Mist 등)을 사용해야 합니다. MyEtherWallet 에서 이더리움을 꺼내야 할 필요는 없습니다. 이더리움들은 MyEtherWallet.com 을 통해서 생성된 지갑 내에 존재합니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_3', '암호화되지 않은 개인 키와 암호화된 Geth/Mist 형식의 파일은 쉽게 geth / 이더리움 지갑 / Mist에서 불러올 수 있습니다. 아래의 질문 #12를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_8_Desc_4', '또한, MyEtherWallet 이 다운 될 가능성은 희박합니다. 우리는 어떠한 정보도 저장하지 않기 때문에 비용이 들지 않습니다. 도메인이 다운되더라도, 항상 공개적으로 [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages)을 통해 로컬 지갑을 시작할 수 있습니다. ZIP 파일을 다운 받아주세요. '), _defineProperty(_ko$data, 'HELP_8CX_Title', '8) MyEtherWallet CX가 사라지면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8CX_Desc_1', '우선, 모든 정보는 MyEtherWallet 서버가 아닌 사용자의 컴퓨터에 저장됩니다. 오해할 수도 있지만, Chrome 확장 프로그램 화면은 우리의 서버에서 불러온 것이 아닙니다. 전부 사용자의 컴퓨터에 저장 되어있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_2', '즉, **매우 중요** MyEtherWallet CX 로 새로 만든 지갑 정보는 모두 백업해 두어야 합니다. 만약 컴퓨터에 문제가 생기거나 Chrome 확장 프로그램에 문제가 생겨도 백업해둔 파일로 지갑에 접근할 수 있습니다. #2a에서 지갑을 어떻게 백업 하는 지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_3', '어떤 이유로 MyEtherWallet CX 가 Chrome 스토어에서 사라져도, Github 에서 소스를 다운 받아 수동으로 사용할 수 있습니다. 위의 #5를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_9_Title', '9) "이더리움 & 토큰 전송하기" 페이지는 오프라인인가요? '), _defineProperty(_ko$data, 'HELP_9_Desc_1', '아닙니다. 현재 가스 가격, 본인의 계정 정보, 그리고 트랜잭션 ("전송하기")를 나타내기 위해서는 인터넷이 필요합니다. 그러나 이것은 서명된 트랜잭션만 보냅니다. 개인 키는 안전하게 귀하와 함께 있습니다. 또한, 오프라인 트랜잭션 페이지를 제공하여 개인 키가 항상 오프라인 / 인터넷이 연결되지 않은 컴퓨터에 있는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_10_Title', '10) 오프라인 트랜잭션은 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_10_Desc_1', '온라인 컴퓨터에서 "오프라인 트랜잭션" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_2', '"보낸 사람 주소"를 입력하십시오. 이 주소는 TO가 아니라 FROM으로 보내는 주소입니다. 이것은 nonce 및 가스 가격을 생성합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_3', '오프라인 컴퓨터에서, "받는 곳"과 전송하고자 하는 "금액" 을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_4', '온라인 컴퓨터 1단계에서 표시된 "가스 가격"을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_5', '온라인 컴퓨터 1단계에서 표시된 "NONCE"를 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_6', '21000 가스는 기본 설정값입니다. 트랜잭션을 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_7', '가스를 늘리고 싶다면 희망 가스양을 입력해주세요. 기본값인 21000 가스보다 높은 양을 입력해야 합니다. 모든 데이터는 HEX 포맷입니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_8', '지갑을 열기 위해 지갑 파일 또는 개인 키를 선택합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_9', '"서명된 트랜잭션 생성" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_10_Desc_10', '이 버튼 아래의 데이터 영역은 서명된 트랜잭션으로 채워집니다. 이것을 복사하여 온라인 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_11', '온라인 컴퓨터에서 3단계의 텍스트 필드에 서명된 트랜잭션을 붙여넣고 전송하기를 클릭해주세요. 그 후에 트랜잭션이 공개됩니다. '), _defineProperty(_ko$data, 'HELP_12_Title', '12) MyEtherWallet으로 만든 지갑을 geth / 이더리움 지갑 / Mist로 가져오려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_12_Desc_1', 'MyEtherWallet v2 +의 Geth / Mist JSON 파일 사용하기… '), _defineProperty(_ko$data, 'HELP_12_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_3', '**암호화된** 개인 키 또는 JSON 파일을 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_4', '"내 지갑"페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_5', 'Mist로 가져올 지갑을 선택하고 "보기" 아이콘을 클릭한 다음 비밀번호를 입력하고 지갑에 액세스합니다.'), _defineProperty(_ko$data, 'HELP_12_Desc_6', '"JSON 파일 다운로드 - Geth / Mist 형식 (암호화됨)" 부문을 찾아주세요. 아래의 "다운로드" 버튼을 클릭합니다. 이제 키 저장소 파일이 생겼습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_7', '이더리움 어플리케이션을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_8', '메뉴 바에서 "계정들" > "백업" > "계정" 으로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_9', '그러면 키 저장소 폴더가 열립니다. 방금 다운로드 한 파일 ("UTC - 2016-04-14 ........ /")을 사용자의 keystore 폴더에 복사합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_10', '사용자의 계정이 바로 "계정" 아래에 나타나야합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_11', '사용자의 암호화되지 않은 개인 키를 사용합니다… '), _defineProperty(_ko$data, 'HELP_12_Desc_12', '아직 암호화된 키가 없다면 ‘지갑 세부사항 보기’ 페이지로 갑니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_13', '당신의 지갑 파일을 선택하거나 당신의 개인 키를 입력/붙여넣기 하여 지갑의 잠금을 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_14', '당신의 개인 키를 복사합니다. (암호화되지 않은) '), _defineProperty(_ko$data, 'HELP_12_Desc_15', '맥을 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_15b', 'PC를 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_16', 'Text 편집을 열어 개인 키를 붙여넣기 합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_17', '메뉴로 가서 "포맷" -> "일반 텍스트 만들기"를 선택합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_18', '이 파일을 당신 컴퓨터에 "nothing_special_delete_me.txt"같은 제목으로 저장해주세요 저장 대화 상자에 "UTF-8"과 "확장자가 제공되지 않은 경우 .txt 사용"이 표시되어있는지 확인합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_19', '터미널을 열고 다음 커맨드를 실행합니다. "geth account import ~/Desktop/nothing_special_delete_me.txt" '), _defineProperty(_ko$data, 'HELP_12_Desc_20', '실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 사용할 비밀번호이므로 절대 잃어버리지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_12_Desc_21', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_22', '이후 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다.". '), _defineProperty(_ko$data, 'HELP_12_Desc_23', '메모장을 열고 개인 키를 붙여넣습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_24', '"C :"에 "nothing_special_delete_me.txt"이름으로 파일을 저장합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_25', '"geth 계정 가져오기 C : \\ nothing_special_delete_me.txt" 명령을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_26', '명령을 실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 geth / 이더리움 지갑 / Mist에서 사용할 비밀번호이므로 절대 잃어버리지 마십시오. '), _defineProperty(_ko$data, 'HELP_12_Desc_27', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_28', '다음에 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다. '), _defineProperty(_ko$data, 'HELP_13_Title', '13) "잔액 부족. 계좌에 충분한 자금이 없습니다. 필요한 : XXXXXXXXXXXXXXXXXXX 그리고 가지고 있는: XXXXXXXXXXXXXXXXXXX" 는 어떤 의미인가요? '), _defineProperty(_ko$data, 'HELP_13_Desc_1', '이것은 가스 비용을 충당하기 위해 계좌에 이더리움이 부족하다는 의미입니다. 각각의 트랜잭션(토큰 및 컨트랙트 트랜잭션을 포함하여) 가스가 필요하고 그 가스는 이더리움으로 지불됩니다. 표시된 숫자는 Wei에서 트랜잭션의 비용을 충당하기 위해 필요한 금액입니다. 이 숫자를 "1000000000000000000"으로 나눈 다음, 당신이 전송하려고 하는 이더리움의 금액을 제외합니다.(이더리움을 전송하려고 하는 경우) 이렇게 하면 트랜잭션을 만들기 위해 해당 계좌로 전송하는데 필요한 이더리움의 금액을 알 수 있습니다. '), _defineProperty(_ko$data, 'HELP_14_Title', '14) 일부 사이트들은 마우스의 조작을 통해 개인 키 생성을 무작위로 시드 합니다. MyEtherWallet.com은 이 방식을 사용하지 않습니다. MyEtherWallet의 무작위 숫자 생성이 안전할까요? '), _defineProperty(_ko$data, 'HELP_14_Desc_1', '대상을 움직이는 마우스는 영리하게 작동하며 우리는 사람들이 그것을 좋아하는 이유를 이해하지만, 실제 window.crypto는 당신의 마우스 조작보다 더 많은 엔트로피를 보장합니다. 마우스의 조작은 안전하지 못합니다. 우리와 다른 많은 암호 실험들은 window.crypto를 믿습니다. 게다가 MyEtherWallet.com은 터치 장치에서도 이용될 수 있습니다. 여기에 [마우스 조작에 관해 화가 난 Reddit 이용자와 비탈릭의 대화 v.window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm)와 [ window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GloblCrypto)가 있습니다. '), _defineProperty(_ko$data, 'HELP_15_Title', '15) 방금 만든 계정이 블록체인 탐색기에 표시되지 않는 이유는 뭔가요? (예, etherchain, etherscan) '), _defineProperty(_ko$data, 'HELP_15_Desc_1', '계좌는 거래 활동이 있을 경우에만 블록체인 탐색기에 표시됩니다. 예를 들어, 이더리움을 계좌로 이동시키면 계좌가 활성화됩니다. '), _defineProperty(_ko$data, 'HELP_16_Title', '16) 내 계좌의 잔액을 어떻게 확인하나요? '), _defineProperty(_ko$data, 'HELP_16_Desc_1', '[etherscan.io] (https://etherscan.io/) 와 같은 블록체인 탐색기를 사용할 수 있습니다. 주소를 검색 창에 붙여넣으면 주소와 거래 내역이 표시됩니다. 예를 들어, 우리의 [기부 계정]은 (https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) 과 같습니다. '), _defineProperty(_ko$data, 'HELP_17_Title', '17) 내 지갑에서 잔액이 표시되지 않는 이유는 뭔가요? '), _defineProperty(_ko$data, 'HELP_17_Desc_1', '그 이유는 방화벽 때문입니다. 우리가 잔액 정보를 얻고 잔액 정보를 변환하는 데 사용하는 API는 어떤 이유로 든 방화벽에 의해 차단되는 경우가 많습니다. 사용자는 계속해서 트랜잭션을 보낼 수 있습니다. 당신은 단지 잔액을 확인하기 위해 etherscan.io 블록체인 탐색 사이트와 같은 다른 방법을 사용해야 될 수 있습니다. '), _defineProperty(_ko$data, 'HELP_18_Title', '18) 내 geth 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Title', '19) 내 Mist 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Desc_1', 'Mist 파일은 일반적으로 위의 파일 위치에서 찾을 수 있지만 Mist를 열려면 맨 위 표시할 줄에서 "계좌"를 선택하고 "백업"을 선택한 다음 "계좌"를 선택하는 것이 훨씬 간단합니다. 그러면 파일이 저장된 폴더가 열립니다. '), _defineProperty(_ko$data, 'HELP_20_Title', '20) 나의 프리세일 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_20_Desc_1', '당신이 지갑 파일을 어디에 보관했든지 간에 지갑 파일은 당신에게 이메일로도 전송되었습니다. 그곳에서 확인하시면 됩니다. "ethereum_wallet_backup.json"이라고 쓰여있는 파일을 찾아서 그 파일을 선택해주세요. 이 지갑 파일은 당신이 프리 세일 구매할 때 만들었던 비밀번호로 암호화되어 있을 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Title', '21) 혹여나 누군가가 랜덤한 개인 키를 넣어 잔고를 찾아서 자기 주소로 보낼 수도 있나요? '), _defineProperty(_ko$data, 'HELP_21_Desc_1', '짧은 답변 : 가능은 합니다. 하지만 잔고가 있는 계좌를 찾는데 아마 영원한 시간이 걸릴 것입니다. 따라서 불가능하다고 생각하면 될 것 같습니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_2', '길지만, 최대한 쉽게 설명한 답변: 그래서 이더리움은 [공개 키 암호화](https://en.wikipedia.org/wiki/Public-key_cryptograpy) 특히나 [타원곡선 암호화](https://eprint.iacr.org/2013/734.pdf) 를 기반으로 합니다. 대부분의 서버는 ECC를 통해 보호됩니다. 비트코인은 SSH와 TLS 뿐만 아니라 다른 것들도 많이 사용합니다. 이더리움의 키는 128bit와 192bit보다 더 강력한 256bit 키이며, 이것들은 널리 사용되고 있으며 전문가들도 안전하다고 얘기합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_3', '이곳에는 개인 키와 공개 키가 존재합니다. 개인 키는 공개 키를 생성시킬 수 있지만, 공개 키는 개인 키로 되돌릴 수 없습니다. 인터넷과 세계의 비밀들이 이 암호를 사용하고 있다는 사실은, 공개 키에서 개인 키로 되돌리는 방법이 있다면 이것이 한 사람의 문제가 아니라 모든 사람의 문제가 될 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_4', '만약 누군가가 당신의 개인 키를 소지하고 있다면 당신의 계좌에서 이더리움을 보낼 수 있게 됩니다. 이 얘기는 누군가가 당신의 이메일의 비밀번호를 알고 있다면 당신의 이메일을 읽을 수 있으며, 이메일이나 누군가가 출금할 수 있도록 당신의 은행 계좌 비밀번호를 전송할 수 있다는 것과 마찬가지입니다. 당신은 비밀번호로 암호화된 개인 키인 ‘개인 키의 Keystore 버전’을 다운로드 할 수 있습니다. 이것은 다른 암호로 보호되는 비밀번호를 갖게 되는 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_5', '그리고 이론상 누군가가 당신의 계좌를 찾을 때까지 64개의 16진수 문자열을 대입한다면 당신의 계좌가 도난당할 수도 있습니다. 사실 똑똑한 사람들은 임의의 개인 키를 매우 빠르게 검사할 수 있는 프로그램을 만들 수 있습니다. 이것은 ‘무차별 대입 공격’ 또는 ‘개인 키 마이닝’이라고 알려져 있습니다. 사람들은 이것에 대해 오랫동안 고민해 왔습니다. 2~3개의 초고속 서버로 그들은 초당 100만 개 이상의 키를 검사할 수 있습니다. 그러나 초당 수많은 것들은 검사하는 것조차 이 서버를 운영하는 비용을 감당하는게 무의미한 일이 될 것입니다. 개인 키를 알아내기 위해선 어마어마한 시간이 걸립니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_6', '당신이 비트코인에 대해 이해하고 있는 사람이라면 [이 링크로 앞으로 상황을 예측할 수 있을 것입니다.](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-willpeple) 이것이 어떻게 되는 것인지 설명하자면 : 여태껏 생성된 비트코인의 모든 사토시가 고유한 자체의 개인 키로 전송했다고 가정해봅시다. 두 가지 키가 같은 키에 해당할 확률은 약 100억분의 1입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_7', '[좀 더 기술적인 것을 원한다면:] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *이 숫자는 장치 기술과 아무런 관련이 없습니다. 그것들은 열역학이 허용하는 최대치입니다. 그리고 그것들은 256bit 키에 대한 무차별 대입 공격이 해당 컴퓨터가 다른 물질로 변할 때까지 엄청난 시간이 흘러도 불가능하다는 것을 강하게 암시합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_8', '물론, 이 모든 개인 키가 정말로 무작위 방식으로 충분한 엔트로피를 갖고 생성된다고 가정합시다. 이곳에서 생성된 키는 Jaxx 와 Mist/geth와 마찬가지로 해당 기준을 충족시킵니다. 이더리움 지갑들은 모두 좋은 지갑들입니다. 사람의 뇌가 정말로 무작위적인 시드를 만들어내지 못하기 때문에 사람에 의해 만들어진 지갑으로 만들어진 키는 썩 좋지 않습니다. 비트코인 세계에서는 정말로 무작위 방식으로 생성되고 있지 않은 엔트로피나 시드가 부족한 것에 관해 수많은 문제가 있었습니다. 하지만 그것은 언젠가 해결이 될 날을 기다릴 수 있는 것은 별개의 문제입니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Title', '보안 - MyEtherWallet CX '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_1', '이 확장 프로그램이 내 정보를 어디에 저장하나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_2', '당신이 Chrome 확장 프로그램에 저장한 정보는 [Chrome.storage](http://chrome.storage/)를 통해 저장됩니다. - 이것은 당신이 Chrome에 비밀번호를 저장한 위치와 같은 위치에 저장됩니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_3', '어떤 정보가 저장되나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_4', '주소, 닉네임, 개인 키가 Chrome 스토리지에 저장됩니다. 개인 키는 지갑을 추가할 때 생성된 비밀번호로 암호화됩니다. 닉네임, 지갑 주소는 암호화되지 않습니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_5', '닉네임과 지갑 주소는 왜 암호화되지 않나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_6', '닉네임과 지갑 주소를 암호화하면 계좌 잔액과 닉네임들을 확인할 때마다 비밀번호를 입력해야 합니다. 보안이 걱정된다면 Chrome 확장 프로그램 대신 MyEtherWallet.com 을 사용해주세요. '), _defineProperty(_ko$data, 'HELP_Sec_Title', '보안 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_1', '당신의 첫 번째 질문이 "이 사람들을 신뢰할 수 있나요?"라는 질문이라면 매우 타당한 질문입니다. 다음 내용이 당신의 질문에 대한 답변이 되기를 바랍니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_2', '우리는 2015년 8월부터 운영되어 왔습니다. [www.reddit.com 에서 myetherwallet](https://www.reddit.com/search?q=myetherwalle)을 검색하면 많은 사용자들을 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_3', '우리는 절대 돈을 빼가거나 개인 키를 훔치지 않습니다. 이 사이트에 악의적인 코드는 없습니다. 실제로 지갑 생성 페이지는 완전하게 클라이언트 측에서 작동합니다. 즉, 모든 코드가 **사용자 컴퓨터**에서 실행되며 절대 다른 곳에 정보가 저장되거나 전송되지 않습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_4', '이 URL을 확인해보세요. -- 이 사이트는 GitHub를 통해 소스가 공개되어 있으며 다음 링크에서 확인하실 수 있습니다. : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ko$data, 'HELP_Sec_Desc_5', '지갑을 생성하려면, [소스 코드를 다운로드하여 로컬에서 실행하십시오](https://github.com/kvhnuke/etherwallet/releases/latest). 위의 #5를 참조해주세요 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_6', '테스트 지갑을 생성하고 어떤 네트워크 활동이 진행되는지 확인할 수 있습니다. 가장 쉬운 방법은 페이지를 마우스 오른쪽 버튼을 클릭하여 "요소 검사"를 클릭합니다. "네트워크" 탭으로 이동합니다. 테스트 지갑을 생성하면 네트워크 탭에서 네트워크 활동이 없음을 확인할 수 있습니다. data:image/gif, data:image/png 생성도 역시 네트워크를 사용하지 않는 것을 확인하실 수 있습니다. QR 코드는 컴퓨터에서 생성됩니다. 당신의 컴퓨터에서 아무것도 전송되지 않는 것을 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_8', '이 도구를 사용하는 것이 내키지 않는다면 사용하지 않아도 됩니다. 우리는 사람들이 커맨드 명령을 입력이나 풀 노드를 실행할 필요 없이 지갑을 생성하고 트랜잭션을 생성하는 데 도움이 되었으면 하는 바램으로 이 도구를 제작하였습니다. 다시 말씀드리자면, 이상한 점을 발견하신다면 우리에게 연락해주세요. 가능한 빨리 답변드리겠습니다. 감사합니다! '), _defineProperty(_ko$data, 'HELP_FAQ_Title', '자주 묻는 질문에 대한 도움이 될 답변 '), _defineProperty(_ko$data, 'HELP_Contact_Title', '연락 방법 '), _ko$data); +}, _defineProperty(_ko$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ko$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ko$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ko$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ko$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ko$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ko$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ko$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ko$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ko$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ko$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ko$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ko$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ko$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ko$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ko$data, 'x_ReadMore', 'Read More'), _defineProperty(_ko$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ko$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ko$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ko$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ko$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ko$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ko$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ko$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ko$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ko$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ko$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ko$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ko$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ko$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ko$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ko$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ko$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ko$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ko$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ko$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ko$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ko$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ko$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ko$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ko$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ko$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ko$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ko$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ko$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ko$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ko$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ko$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ko$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ko$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ko$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ko$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ko$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ko$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ko$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ko$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ko$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ko$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ko$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ko$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ko$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ko$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ko$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ko$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ko$data, 'NAV_AddWallet', '지갑 추가 '), _defineProperty(_ko$data, 'NAV_BulkGenerate', '대량 생성 '), _defineProperty(_ko$data, 'NAV_Contact', '문의하기 '), _defineProperty(_ko$data, 'NAV_Contracts', '컨트랙트 '), _defineProperty(_ko$data, 'NAV_DeployContract', '컨트랙트 배포 '), _defineProperty(_ko$data, 'NAV_ENS', 'ENS'), _defineProperty(_ko$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ko$data, 'NAV_GenerateWallet', '지갑 생성 '), _defineProperty(_ko$data, 'NAV_Help', '도움말 '), _defineProperty(_ko$data, 'NAV_InteractContract', '컨트랙트 조작 '), _defineProperty(_ko$data, 'NAV_Multisig', '멀티시그 '), _defineProperty(_ko$data, 'NAV_MyWallets', '내 지갑 '), _defineProperty(_ko$data, 'NAV_Offline', '오프라인 전송 '), _defineProperty(_ko$data, 'NAV_SendEther', '이더리움 & 토큰 전송 '), _defineProperty(_ko$data, 'NAV_SendTokens', '토큰 전송 '), _defineProperty(_ko$data, 'NAV_SignMsg', '메세지 서명 '), _defineProperty(_ko$data, 'NAV_Swap', '교환 '), _defineProperty(_ko$data, 'NAV_ViewWallet', '지갑 정보 보기 '), _defineProperty(_ko$data, 'NAV_YourWallets', '내 지갑 '), _defineProperty(_ko$data, 'x_Access', '액세스 '), _defineProperty(_ko$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 이것은 자신의 계좌 번호와 공개 키입니다. ETH를 전송하기 위해 필요한 정보입니다. 아이콘은 자신의 주소를 식별합니다. '), _defineProperty(_ko$data, 'x_Address', '내 주소 '), _defineProperty(_ko$data, 'x_Cancel', '취소 '), _defineProperty(_ko$data, 'x_CSV', 'CSV 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Download', '다운로드 '), _defineProperty(_ko$data, 'x_Json', 'JSON 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_JsonDesc', '이것은 암호화되지 않은 JSON 형식의 개인 키입니다. 이 암호화되지 않은 JSON 형식의 개인 키를 사용하면 누구나 암호없이 자신의 지갑과 이더리움에 액세스 할 수 있습니다. '), _defineProperty(_ko$data, 'x_Keystore', 'Keystore 파일 (UTC / JSON · 권장 · 암호화됨) '), _defineProperty(_ko$data, 'x_Keystore2', 'Keystore 파일 (UTC / JSON) '), _defineProperty(_ko$data, 'x_KeystoreDesc', '이 Keystore / JSON 파일은 Mist에서 사용하는 형식과 일치하므로 나중에 쉽게 가져올 수 있습니다. 다운로드하고 백업하는 것을 권장합니다. '), _defineProperty(_ko$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ko$data, 'x_Mnemonic', 'Mnemonic 문구 '), _defineProperty(_ko$data, 'x_ParityPhrase', 'Parity 문구 '), _defineProperty(_ko$data, 'x_Password', '비밀번호 '), _defineProperty(_ko$data, 'x_Print', '종이 지갑 인쇄 '), _defineProperty(_ko$data, 'x_PrintDesc', '팁: 프린터를 사용하지 않더라도 인쇄를 클릭하여 PDF 파일로 저장할 수 있습니다! '), _defineProperty(_ko$data, 'x_PrintShort', '인쇄 '), _defineProperty(_ko$data, 'x_PrivKey', '개인 키 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_PrivKey2', '개인 키 '), _defineProperty(_ko$data, 'x_PrivKeyDesc', '이것은 암호화되지 않은 개인 키이므로 암호가 필요하지 않습니다. 이 암호화되지 않은 개인 키를 사용하면 누구나 암호 없이 지갑을 사용할 수 있습니다. 따라서 암호화된 개인 키 사용을 권장합니다. '), _defineProperty(_ko$data, 'x_Save', '저장 '), _defineProperty(_ko$data, 'x_TXT', 'TXT 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Wallet', '지갑 '), _defineProperty(_ko$data, 'CX_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 Chrome 확장 프로그램 '), _defineProperty(_ko$data, 'CX_Warning_1', '반드시 이곳에 보관하는 모든 지갑은 **외부 백업**을 진행해주세요. 이 Chrome 확장 프로그램에서는 확장 프로그램 제거 및 재설치를 포함하여 데이터가 저장되지 않고 손실되는 경우가 자주 발생합니다. 이 확장 프로그램은 쉬운 조작을 제공할 뿐, **백업**을 제공하지 않습니다. '), _defineProperty(_ko$data, 'MEW_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 '), _defineProperty(_ko$data, 'MEW_Warning_1', '지갑에 액세스하거나 새 지갑을 생성하기 전 반드시 URL을 확인해주세요. 피싱(사기) 사이트에 주의하세요! '), _defineProperty(_ko$data, 'FOOTER_1', '쉽게 사용할 수 있는 오픈 소스, 클라이언트 측 도구 & 이더리움 네트워크와 안전하게 상호 작용합니다. '), _defineProperty(_ko$data, 'FOOTER_1b', '개발자 '), _defineProperty(_ko$data, 'FOOTER_2', '기부해주셔서 정말 감사합니다. '), _defineProperty(_ko$data, 'FOOTER_3', '클라이언트 측 지갑 생성 '), _defineProperty(_ko$data, 'FOOTER_4', '면책 조항 '), _defineProperty(_ko$data, 'sidebar_AccountInfo', '계정 정보 '), _defineProperty(_ko$data, 'sidebar_AccountAddr', '계정 주소 '), _defineProperty(_ko$data, 'sidebar_AccountBal', '계정 잔액 '), _defineProperty(_ko$data, 'sidebar_TokenBal', '토큰 잔액 '), _defineProperty(_ko$data, 'sidebar_Equiv', '동일한 가치 '), _defineProperty(_ko$data, 'sidebar_TransHistory', '트랜잭션 내역 '), _defineProperty(_ko$data, 'sidebar_donation', 'MyEtherWallet은 개인정보보호와 보안을 위한 무료 오픈 서비스입니다. 기부를 많이 받을수록 우리는 새로운 기능과 다양한 의견을 반영하여 사용자의 희망 사항을 위한 개발 시간을 늘리는 것이 가능해질 수 있습니다. 우리는 단 두명이 세상을 바꾸려 하고 있습니다. 도와주시겠습니까? '), _defineProperty(_ko$data, 'sidebar_donate', '기부 '), _defineProperty(_ko$data, 'sidebar_thanks', '감사합니다!!! '), _defineProperty(_ko$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ko$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ko$data, 'decrypt_Access', '지갑 액세스 방법 선택 '), _defineProperty(_ko$data, 'decrypt_Title', '비공개 키의 형식을 선택해주세요. '), _defineProperty(_ko$data, 'decrypt_Select', '지갑 선택 '), _defineProperty(_ko$data, 'MNEM_1', '액세스하고자 하는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_2', '하나의 HD Mnemonic 문구에서 여러 가지 지갑/주소를 액세스할 수 있습니다. 액세스하려는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_more', '나머지 주소 '), _defineProperty(_ko$data, 'MNEM_prev', '이전 주소 '), _defineProperty(_ko$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ko$data, 'ADD_Ledger_1', '사용자의 Ledger Wallet를 연결해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_2', '이더리움 어플리케이션을 실행해주세요 (또는 컨트랙트 어플리케이션) '), _defineProperty(_ko$data, 'ADD_Ledger_2_Exp', 'Expanse 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_2_Ubq', 'Ubiq 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_3', 'Browser Support가 활성화된 상태인지 확인해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_4', '설정에서 Browser Support를 확인할 수 없으면, Ledger [Firmware 1.2] (https://www.ledgerwallet.com/apps/manager) 버전이 설치되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_scan', 'Ledger Wallet 에 연결하기 '), _defineProperty(_ko$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ko$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ko$data, 'ADD_Trezor_scan', 'TREZOR 에 연결하기 '), _defineProperty(_ko$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_scan', 'Digital Bitbox 에 연결하기 '), _defineProperty(_ko$data, 'ADD_Label_1', '어떤 걸 진행하시겠습니까? '), _defineProperty(_ko$data, 'ADD_Radio_1', '새로운 지갑 생성 '), _defineProperty(_ko$data, 'ADD_Radio_2', '지갑 파일 선택하기 (Keystone / JSON) '), _defineProperty(_ko$data, 'ADD_Radio_2_alt', '지갑 파일 선택하기 '), _defineProperty(_ko$data, 'ADD_Radio_2_short', '지갑 파일 선택하기... '), _defineProperty(_ko$data, 'ADD_Radio_3', '개인 키를 복사해서 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Radio_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Radio_5', 'Mnemonic 붙여넣기/입력 '), _defineProperty(_ko$data, 'ADD_Radio_5_Path', 'HD derivation 경로 선택 '), _defineProperty(_ko$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ko$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathCustom', '커스텀 '), _defineProperty(_ko$data, 'ADD_Label_2', '닉네임 만들기 '), _defineProperty(_ko$data, 'ADD_Label_3', '당신의 지갑은 암호화되었습니다. 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Label_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Warning_1', '지갑 탭은 개인 키를 업로드하지 않고 임의로 모니터링하는 계좌를 추가할 수 있습니다. 이에 따라 지갑의 액세스나 이더리움 전송이 가능하지 않습니다. '), _defineProperty(_ko$data, 'ADD_Label_5', '주소 입력 '), _defineProperty(_ko$data, 'ADD_Label_6', '지갑 잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_6_short', '잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_7', '계좌 추가 '), _defineProperty(_ko$data, 'ADD_Label_8', '비밀번호 (선택): '), _defineProperty(_ko$data, 'MYWAL_Nick', '지갑 닉네임 '), _defineProperty(_ko$data, 'MYWAL_Address', '지갑 주소 '), _defineProperty(_ko$data, 'MYWAL_Bal', '잔액 '), _defineProperty(_ko$data, 'MYWAL_Edit', '편집 '), _defineProperty(_ko$data, 'MYWAL_View', '보기 '), _defineProperty(_ko$data, 'MYWAL_Remove', '제거 '), _defineProperty(_ko$data, 'MYWAL_RemoveWal', '지갑 제거 '), _defineProperty(_ko$data, 'MYWAL_WatchOnly', '내 모니터링 전용 계좌 '), _defineProperty(_ko$data, 'MYWAL_Viewing', '지갑 표시 '), _defineProperty(_ko$data, 'MYWAL_Hide', '지갑 정보 숨기기 '), _defineProperty(_ko$data, 'MYWAL_Edit_2', '지갑 수정 '), _defineProperty(_ko$data, 'MYWAL_Name', '지갑 이름 '), _defineProperty(_ko$data, 'MYWAL_Content_1', '경고! 지갑을 제거하려고 합니다. '), _defineProperty(_ko$data, 'MYWAL_Content_2', '제거하기 전 ** 개인 키 및 Keystore 파일, 비밀번호 **가 저장되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'MYWAL_Content_3', '나중에 이 지갑을 MyEtherWallet CX와 같이 사용하려면, 개인 키/JSON과 비밀번호를 이용하여 수동으로 다시 추가해야 합니다. '), _defineProperty(_ko$data, 'GEN_desc', '만약 여러 개의 지갑을 생성하고 싶다면, 여기서 처리할 수 있습니다. '), _defineProperty(_ko$data, 'GEN_Label_1', '안전한 비밀번호를 입력해주세요 (최소 9 글자) '), _defineProperty(_ko$data, 'GEN_Placeholder_1', '비밀번호를 저장하고 기억하는 것을 잊지 마세요! '), _defineProperty(_ko$data, 'GEN_SuccessMsg', '성공! 당신의 지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'GEN_Label_2', '당신의 지갑 파일을 저장해주세요. 비밀번호를 잃어버리면 안됩니다. '), _defineProperty(_ko$data, 'GEN_Label_3', '지갑 주소를 저장해주세요 '), _defineProperty(_ko$data, 'GEN_Label_4', '선택: 종이 지갑을 인쇄하거나 QR 코드를 저장해주세요. '), _defineProperty(_ko$data, 'BULK_Label_1', '생성할 지갑 개수 '), _defineProperty(_ko$data, 'BULK_Label_2', '지갑 생성하기 '), _defineProperty(_ko$data, 'BULK_SuccessMsg', '성공! 당신의 지갑들이 생성되었습니다. '), _defineProperty(_ko$data, 'SEND_addr', '받는 주소 '), _defineProperty(_ko$data, 'SEND_amount', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_amount_short', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_custom', '커스텀 토큰 추가 '), _defineProperty(_ko$data, 'SEND_gas', '가스 '), _defineProperty(_ko$data, 'SEND_TransferTotal', '잔액 모두 전송하기 '), _defineProperty(_ko$data, 'SEND_generate', '트랜잭션 생성 '), _defineProperty(_ko$data, 'SEND_raw', '초기 트랜잭션 '), _defineProperty(_ko$data, 'SEND_signed', '서명된 트랜잭션 '), _defineProperty(_ko$data, 'SEND_trans', '트랜잭션 전송하기 '), _defineProperty(_ko$data, 'SENDModal_Title', '경고! '), _defineProperty(_ko$data, 'SENDModal_Content_1', '전송할 예정입니다. '), _defineProperty(_ko$data, 'SENDModal_Content_2', '받는 주소 '), _defineProperty(_ko$data, 'SENDModal_Content_3', '정말 전송 하시겠습니까? '), _defineProperty(_ko$data, 'SENDModal_Content_4', '참고: 에러가 발생한다면, 대부분 토큰 전송에 필요한 가스(수수료, 이더리움으로 결제)가 부족한 것입니다. 이더리움을 계좌에 추가해 주세요. '), _defineProperty(_ko$data, 'SENDModal_No', '아니요, 전송을 취소합니다. '), _defineProperty(_ko$data, 'SENDModal_Yes', '네, 맞습니다! 전송합니다. '), _defineProperty(_ko$data, 'TOKEN_Addr', 'Token Contract 주소 '), _defineProperty(_ko$data, 'TOKEN_Symbol', '토큰 기호 '), _defineProperty(_ko$data, 'TOKEN_Dec', '소수 자릿수 '), _defineProperty(_ko$data, 'TOKEN_show', '모든 토큰 보기 '), _defineProperty(_ko$data, 'TOKEN_hide', '토큰 숨기기 '), _defineProperty(_ko$data, 'TRANS_desc', '만약 토큰을 전송하고 싶다면 , "토큰 전송하기" 페이지를 사용해주세요. '), _defineProperty(_ko$data, 'TRANS_warning', '"이더리움만 전송하기" 또는 "이더리움 클래식만 전송하기" 를 사용하여 전송할 때, 몇 가지 서비스는 컨트랙트가 체결되지 않을 수 있습니다. 더보기. '), _defineProperty(_ko$data, 'TRANS_advanced', '+고급: 데이터 추가 '), _defineProperty(_ko$data, 'TRANS_data', '데이터 '), _defineProperty(_ko$data, 'TRANS_gas', '가스 한도 '), _defineProperty(_ko$data, 'TRANS_sendInfo', '21000 가스를 사용하는 표준 트랜잭션은 0.000441 ETH 를 사용합니다. 우리는 최소 가스 가격인 0.000000021 보다 약간 높게 책정하여 전송을 빠르게 합니다. MyEtherWallet은 트랜잭션 수수료를 얻지 않습니다. '), _defineProperty(_ko$data, 'OFFLINE_Title', '오프라인 트랜잭션 생성 & 전송하기 '), _defineProperty(_ko$data, 'OFFLINE_Desc', '오프라인 트랜잭션은 3단계로 이루어 집니다. 1, 3 단계는 온라인 컴퓨터로 진행되고, 2 단계는 오프라인/인터넷이 연결되지 않은 컴퓨터로 진행됩니다. 이러한 단계는 개인 키가 인터넷에 연결된 장치에 도달하지 못하도록 합니다. '), _defineProperty(_ko$data, 'OFFLLINE_Step1_Title', '1 단계 : 정보 생성하기 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step1_Button', '정보 생성 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_1', '보내는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_2', '참고: 이것은 받는 주소가 아닌 보내는 주소입니다. Nonce는 원래 계좌에서 생성됩니다. 인터넷에 연결되지 않은 컴퓨터를 사용하는 경우 이 주소는 콜드 스토리지 계좌의 주소가 됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Title', '2 단계 : 트랜잭션 생성하기 (오프라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_1', '받는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_2', '보낼 금액/총량 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3', '가스 가격 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4', '가스 한도 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4b', '21000 가스는 기본 설정값입니다. 컨트랙트를 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6', '데이터 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6b', '이것은 선택사항입니다. 데이터는 컨트랙트에 대해 트랜잭션을 전송할 때 자주 사용됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_7', '개인 키 / JSON 입력 또는 선택 '), _defineProperty(_ko$data, 'OFFLINE_Step3_Title', '3 단계 : 전송 또는 트랜잭션 발행 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step3_Label_1', '2단계에서 서명된 트랜잭션를 붙여넣고, "트랜잭션 전송하기" 버튼을 누르세요 '), _defineProperty(_ko$data, 'CONTRACT_Title', '컨트랙트 주소 '), _defineProperty(_ko$data, 'CONTRACT_Title_2', '기존 컨트랙트 선택하기 '), _defineProperty(_ko$data, 'CONTRACT_Json', 'ABI / JSON 인터페이스 '), _defineProperty(_ko$data, 'CONTRACT_Interact_Title', '컨트랙트 읽기/쓰기 '), _defineProperty(_ko$data, 'CONTRACT_Interact_CTA', '함수 선택 '), _defineProperty(_ko$data, 'CONTRACT_ByteCode', 'Byte 코드 '), _defineProperty(_ko$data, 'CONTRACT_Read', '읽기 '), _defineProperty(_ko$data, 'CONTRACT_Write', '쓰기 '), _defineProperty(_ko$data, 'DEP_generate', 'Byte 코드 생성하기 '), _defineProperty(_ko$data, 'DEP_generated', '생성된 Byte 코드 '), _defineProperty(_ko$data, 'DEP_signtx', '서명 트랜잭션 '), _defineProperty(_ko$data, 'DEP_interface', '생성된 인터페이스 '), _defineProperty(_ko$data, 'NODE_Title', '커스텀 노드 설정하기 '), _defineProperty(_ko$data, 'NODE_Subtitle', '로컬 노드에 연결하려면... '), _defineProperty(_ko$data, 'NODE_Warning', 'MyEtherWallet.com을 통해 연결하기 위해서는 HTTPS 노드가 필요합니다. 모든 노드에 연결하려면 [MyEtherWallet 저장소를 다운로드하고 로컬로 실행] (https://github.com/kvhnuke/etherwallet/releases/latest) 할 수 있습니다. 추가로 무료 SSL 인증서를 [LetsEncrypt](https://letsencrypt.org/)에서 받으실 수 있습니다. '), _defineProperty(_ko$data, 'NODE_Name', '노드 명 '), _defineProperty(_ko$data, 'NODE_Port', '노드 포트 '), _defineProperty(_ko$data, 'NODE_CTA', '커스텀 노드 저장 또는 사용 '), _defineProperty(_ko$data, 'SWAP_rates', "현재 시세 "), _defineProperty(_ko$data, 'SWAP_init_1', "환전하실 "), _defineProperty(_ko$data, 'SWAP_init_2', "에서 "), _defineProperty(_ko$data, 'SWAP_init_CTA', "진행합니다! "), _defineProperty(_ko$data, 'SWAP_information', "당신의 정보 "), _defineProperty(_ko$data, 'SWAP_send_amt', "전송량 "), _defineProperty(_ko$data, 'SWAP_rec_amt', "수신량 "), _defineProperty(_ko$data, 'SWAP_your_rate', "당신의 비율 "), _defineProperty(_ko$data, 'SWAP_rec_add', "당신의 받는 주소 "), _defineProperty(_ko$data, 'SWAP_start_CTA', "교환 시작 "), _defineProperty(_ko$data, 'SWAP_ref_num', "참조 번호 "), _defineProperty(_ko$data, 'SWAP_time', "남은 전송 시간 "), _defineProperty(_ko$data, 'SWAP_elapsed', "전송 시간 경과 "), _defineProperty(_ko$data, 'SWAP_progress_1', "주문 개시 "), _defineProperty(_ko$data, 'SWAP_progress_2', "기다리는 중… : "), _defineProperty(_ko$data, 'SWAP_progress_3', "수신 완료! "), _defineProperty(_ko$data, 'SWAP_progress_4', "{{order Result.output,currency}} 전송하는 중 "), _defineProperty(_ko$data, 'SWAP_progress_5', "주문 완료 "), _defineProperty(_ko$data, 'SWAP_order_CTA', "전송해주세요 : "), _defineProperty(_ko$data, 'SWAP_unlock', "ETH 또는 토큰을 이 페이지에서 바로 전송하기 위해 당신의 지갑 비밀번호를 해제해주세요. "), _defineProperty(_ko$data, 'MSG_message', '메세지 '), _defineProperty(_ko$data, 'MSG_date', '날짜 '), _defineProperty(_ko$data, 'MSG_signature', '서명 '), _defineProperty(_ko$data, 'MSG_verify', '메세지 확인 '), _defineProperty(_ko$data, 'MSG_info1', '서명을 다른 날짜에 재사용하지 못하도록 현재의 날짜를 포함해주세요. '), _defineProperty(_ko$data, 'MSG_info2', '타인이 사용하지 못하도록 당신의 닉네임을 포함해주세요 '), _defineProperty(_ko$data, 'MSG_info3', '다른 용도로 사용되는 것을 막으려면 세부적인 내용을 메시지에 포함해주세요. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄할 수 있습니다. [계좌를 Geth/Mist로 가져오기](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)를 진행할 때 필요합니다. 잔액을 확인하려면 [etherscan.io](https://etherscan.io/)과 같은 블록체인 조회 서비스를 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle_Short', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄 할 수 있습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_SuccessMsg', '성공했습니다! 지갑의 세부사항은 다음과 같습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_ShowPrivKey', '(보기) '), _defineProperty(_ko$data, 'VIEWWALLET_HidePrivKey', '(숨기기) '), _defineProperty(_ko$data, 'CX_error_1', '저장된 지갑이 없습니다. 지갑을 추가하려면 ["지갑 추가"](/cx-wallet.html#add-wallet) 버튼을 클릭해주세요! '), _defineProperty(_ko$data, 'CX_quicksend', '빠른 전송 '), _defineProperty(_ko$data, 'ERROR_0', '올바른 금액을 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_1', '비밀번호는 최소 9자 이상이어야 합니다. 더 강력한 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_2', '죄송합니다. 이러한 유형의 지갑 파일은 인식 할 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_3', '올바른 지갑 파일이 아닙니다. '), _defineProperty(_ko$data, 'ERROR_4', '존재하지 않는 단위입니다. 다음과 같은 단위 중 하나를 사용해주세요. '), _defineProperty(_ko$data, 'ERROR_5', '잘못된 주소입니다. '), _defineProperty(_ko$data, 'ERROR_6', '잘못된 비밀번호입니다. '), _defineProperty(_ko$data, 'ERROR_7', '잘못된 수량입니다. (Must be integer. Try 0-18.) '), _defineProperty(_ko$data, 'ERROR_8', '잘못된 가스 한도입니다. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ko$data, 'ERROR_9', '잘못된 데이터입니다. (Must be hex.) '), _defineProperty(_ko$data, 'ERROR_10', '잘못된 가스 수량입니다. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ko$data, 'ERROR_11', '잘못된 nonce 입니다. (Must be integer.) '), _defineProperty(_ko$data, 'ERROR_12', '잘못된 서명 트랜잭션입니다. '), _defineProperty(_ko$data, 'ERROR_13', '이미 같은 닉네임의 지갑이 존재합니다. '), _defineProperty(_ko$data, 'ERROR_14', '지갑을 찾을 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_15', '이와 같은 ID 요청을 찾을 수 없거나 요청을 읽는 데 실패하였습니다. '), _defineProperty(_ko$data, 'ERROR_16', '같은 주소의 지갑이 이미 존재합니다. 지갑 페이지를 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_17', '자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 가스 비용을 지불하기 위해서는 적어도 **0.01ETH**가 필요합니다. ETH을 추가한 뒤 다시 실행해주세요. '), _defineProperty(_ko$data, 'ERROR_18', '모든 가스가 이 트랜잭션을 위해 사용됩니다. 이것은 이미 투표를 진행했거나 토론 기간이 종료되었기 때문입니다. '), _defineProperty(_ko$data, 'ERROR_19', '비정상 기호 '), _defineProperty(_ko$data, 'ERROR_20', '올바른 ERC-20 토큰이 아닙니다 '), _defineProperty(_ko$data, 'ERROR_21', '필요한 가스양을 추정할 수 없습니다. 충분한 자금이 계좌에 없거나 수신 측 컨트랙트에 오류가 있을 수 있습니다. 가스양을 변경한 후 사용해보세요. 전송시 에러 메세지가 반환됩니다. '), _defineProperty(_ko$data, 'ERROR_22', '올바른 노드 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_23', '올바른 URL을 입력해주세요. HTTPS를 통해서 연결한다면, 노드도 HTTPS에 연결해야합니다. '), _defineProperty(_ko$data, 'ERROR_24', '올바른 포트를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_25', '올바른 체인 ID를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_26', '올바른 ABI를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_27', '최소량: 0.01. 최대량: '), _defineProperty(_ko$data, 'ERROR_28', '지갑에 액세스하기 위해서는 **Keystore 파일과 비밀번호** (또는 개인키)가 필요합니다. 별도로 저장하여 백업해주세요. 만약 그것을 저장하지 않으면 지갑을 복원할 방법이 없습니다. 자세한 내용은 [도움말 페이지](https://www.myetherwallet.com/#help)를 참고해주세요. '), _defineProperty(_ko$data, 'ERROR_29', '올바른 사용자와 패스워드를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_30', '올바른 ENS 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_31', '잘못된 비밀 문구입니다. '), _defineProperty(_ko$data, 'ERROR_32', '노드에 연결할 수 없습니다. 새로고침 하거나 도움말을 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_33', '입찰자의 주소와 잠금 해제된 지갑이 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_34', '해당 이름이 문자열의 이름과 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ko$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ko$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ko$data, 'SUCCESS_1', '유효한 주소 '), _defineProperty(_ko$data, 'SUCCESS_2', '지갑이 성공적으로 복호화 되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_3', '트랜잭션이 블록체인으로 공개됩니다. 트랜잭션 내역과 가스가 채굴되었는지 확인려면 클릭해주세요. 가스 또는 컨트랙트 실행 오류가 없는지 확인해주세요. TX Hash : '), _defineProperty(_ko$data, 'SUCCESS_4', '지갑이 성공적으로 추가되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_5', '파일이 선택되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_6', '성공적으로 연결되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_7', '메세지 서명이 확인되었습니다. '), _defineProperty(_ko$data, 'WARN_Send_Link', '주소, 값, 가스, 데이터 필드 또는 트랜잭션 유형 (전송 모드)이 링크를 통해 도착했습니다. 전송하기 전에 정보를 변경할 수 있습니다. 시작하려면 지갑을 열어주세요. '), _defineProperty(_ko$data, 'GETH_InvalidSender', '잘못된 전송지입니다. '), _defineProperty(_ko$data, 'GETH_Nonce', 'Nonce가 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Cheap', '가스 가격이 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Balance', '잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_NonExistentAccount', '계좌가 존재 하지 않거나 잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_InsufficientFunds', '가스 * 가격 + 수량에 대한 자금이 부족합니다.'), _defineProperty(_ko$data, 'GETH_IntrinsicGas', '기본 가스가 부족합니다. '), _defineProperty(_ko$data, 'GETH_GasLimit', '블록 가스 한도를 초과하였습니다. '), _defineProperty(_ko$data, 'GETH_NegativeValue', '마이너스 값 '), _defineProperty(_ko$data, 'PARITY_AlreadyImported', "이미 동일한 해시를 사용한 트랜잭션을 가져 왔습니다. "), _defineProperty(_ko$data, 'PARITY_Old', "트랜잭션 Nonce가 너무 낮습니다. Nonce를 증가시키십시오. "), _defineProperty(_ko$data, 'PARITY_TooCheapToReplace', "트랜잭션 수수료가 너무 낮습니다. 동일한 nonce를 가진 다른 트랜잭션이 대기열에 있습니다. 수수료를 늘리거나 nonce를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_LimitReached', "대기열에 트랜잭션이 너무 많습니다. 트랜잭션이 한도를 초과하여 해당 트랜잭션이 제외되었습니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientGasPrice', "트랜잭션 수수료가 너무 낮습니다. 노드의 최소 수수료 (최소 : {}, 획득 : {})를 충족시키지 못합니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientBalance', "자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 필요량: {}, 현재 : {} wei. "), _defineProperty(_ko$data, 'PARITY_GasLimitExceeded', "트랜잭션 비용이 현재 가스 한도를 초과합니다. 제한 : {}, 획득 : {}. 가스 공급량을 줄이고 다시 시도해보세요. "), _defineProperty(_ko$data, 'PARITY_InvalidGasLimit', "공급 된 가스가 한도를 초과했습니다. "), _defineProperty(_ko$data, 'translate_version', '0.5 '), _defineProperty(_ko$data, 'Translator_Desc', '번역에 기여해주신 분들 '), _defineProperty(_ko$data, 'TranslatorName_1', '[CoinKorea](https://www.myetherwallet.com/?gaslimit=21000&to=0x0080782b9A9A14f7871Bb765eF7041e784D03F00&value=1.0#send-transaction) · [kanghamin](https://www.myetherwallet.com/?gaslimit=21000&to=0x7B12655A5aada0b3c053C7ff5aa444Bd666A0163&value=1.0#send-transaction) · [maa](https://www.myetherwallet.com/?gaslimit=21000&to=0x14036e41ddb2bd408eaf91597e6dc5220f776ae0&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_1', '0x0080782b9A9A14f7871Bb765eF7041e784D03F00 '), _defineProperty(_ko$data, 'TranslatorName_2', '· [Issac](https://www.myetherwallet.com/?gaslimit=21000&to=0x594a7773f4e062ccf644e8f122d5612b5f0db3b2&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_2', '0x594a7773f4e062ccf644e8f122d5612b5f0db3b2 '), _defineProperty(_ko$data, 'TranslatorName_3', '· [coinmaker](https://www.myetherwallet.com/?gaslimit=21000&to=0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_3', '0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad '), _defineProperty(_ko$data, 'TranslatorName_4', '· [csjune](https://www.myetherwallet.com/?gaslimit=21000&to=0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_4', '0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f '), _defineProperty(_ko$data, 'TranslatorName_5', '· [sadfrog](https://www.myetherwallet.com/?gaslimit=21000&to=0x608c96865c3d1364ffc5137e5ac78b57e58714d4&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_5', '0x608c96865c3d1364ffc5137e5ac78b57e58714d4 '), _defineProperty(_ko$data, 'HELP_Warning', '**2015년 3월** 이전에 지갑을 만들었거나 저장소를 다운로드했다면, 지갑 & 저장소의 새 버전을 확인하고 다운로드해주세요. 자세한 내용을 보려면 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_Desc', '잘못된 부분이나 다른 질문이 있으신가요? [우리에게 연락해주세요] (mailto : support@myetherwallet.com), 당신의 질문에 답변하는 것 뿐만 아니라, 향후 사용자들에게 더 유용할 수 있도록 페이지를 업데이트할 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Title', '몇 가지 알림 '), _defineProperty(_ko$data, 'HELP_Remind_Desc_1', '**이더리움, MyEtherWallet.com & MyEtherWallet CX, 그리고 우리가 사용하는 JavaScript 라이브러리는 활발하게 개발되고 있습니다. ** 우리가 철저하게 테스트를 진행하여 수만 개의 지갑이 전 세계 사람들에 의해 성공적으로 만들어졌지만 예상치 못한 일이 발생하여 ETH를 잃을 가능성이 항상 존재합니다. 항상 조심해주세요. 만약 무슨 일이 발생한다면, 유감스럽지만 **우리는 잃어버린 이더리움에 대한 책임을 지지 않습니다.** '), _defineProperty(_ko$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com 과 MyEtherWallet CX는 웹 지갑이 아닙니다. 계정을 만들거나 우리에게 당신이 가진 이더리움을 주면 안 됩니다. 모든 데이터는 당신의 컴퓨터와 브라우저에 남아 있을 것입니다. 우리는 당신이 쉽게 당신의 정보를 만들고, 저장하고, 접근하고 블록체인과 상호 작용할 수 있도록 도울 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Desc_3', '당신의 개인 키와 암호를 저장하지 않으면, 지갑에 액세스할 수 없게 될 뿐만 아니라, 지갑에 있는 자금에도 접근할 수 없게 됩니다. 개인 키와 암호를 컴퓨터뿐만 아니라 – 다양한 실제 위치(ex :인쇄, 메모 등...)에도 백업해야 합니다! '), _defineProperty(_ko$data, 'HELP_0_Title', '0) 처음 사용합니다. 뭘 해야 하나요? '), _defineProperty(_ko$data, 'HELP_0_Desc_1', 'MyEtherWallet은 새로운 지갑을 생성할 수 있는 기능을 제공하므로 거래소에 이더리움을 두지 않고 직접 저장할 수 있습니다. 이 과정은 전적으로 당신의 컴퓨터에서 발생하고 우리의 서버에서 발생하지 않습니다. 따라서 새로운 지갑을 만들 때 **안전하게 백업’해야 합니다**. '), _defineProperty(_ko$data, 'HELP_0_Desc_2', '새로운 지갑 생성하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_3', '지갑 백업하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_4', '새로운 지갑에 대한 액세스 권한과 필요한 모든 정보를 올바르게 저장하였는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_0_Desc_5', '이더리움을 새로운 지갑으로 전송해보세요. '), _defineProperty(_ko$data, 'HELP_1_Title', '1) 새로운 지갑을 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_1_Desc_1', '"지갑 생성" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_2', '"지갑 추가" 페이지로 이동 & "새 지갑 생성"을 선택해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_3', '안전을 위하여 강력한 비밀번호를 설정하고 비밀번호 분실을 대비하여 안전하게 백업해주세요. 송금 시에 이 비밀번호가 요구됩니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_4', '"생성하기"를 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_5', '지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'HELP_2a_Title', '어떻게 내 지갑을 저장/백업할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2a_Desc_1', '항상 지갑을 USB 드라이브 또는 메모지와 같은 여러 위치에 백업해두어야 합니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_2', '주소를 저장해주세요. 주소는 자신만 확인할 수 있도록 보관하거나 다른 사람에게 공유할 수 있습니다. 주소를 공유하면 다른 사람이 해당 주소로 이더리움을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_3', '개인 키를 저장해주세요. 절대 타인과 공유하지 마세요. 개인 키는 지갑에 액세스하거나 이더리움을 전송하는 데 필요합니다! 개인 키에는 3가지 유형이 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_4', '주소, 개인 키 버전 및 종이 지갑의 PDF 파일을 폴더에 보관하고 컴퓨터와 USB 드라이브에 저장하세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_5', '프린터가 있으면 지갑을 인쇄해주세요. 프린터가 없다면, 개인 키와 지갑 주소를 메모해주세요. 인쇄물 또는 메모를 컴퓨터와 USB와 분리된 안전한 위치에 보관해주세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_6', '하드 디스크, USB, 종이의 손상을 방지해야 한다는 것을 유념하세요. 또한, 보관 장소의 재난에 대비해주세요. (화재, 홍수 등) '), _defineProperty(_ko$data, 'HELP_2b_Title', '2b) 어떻게 하면 MyEtherWallet을 이용해 안전하게 오프라인, 콜드 스토리지로 자산을 보관할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2b_Desc_1', '다음을 참고 해주세요. [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ko$data, 'HELP_2b_Desc_2', '"etherwallet-vX.X.X.X.zip" 파일을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_3', 'zip 파일을 인터넷이 연결되지 않은 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_4', '압축을 푼 후, ‘index.html’ 을 더블 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_5', '강력한 비밀번호와 함께 지갑을 생성합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_6', '지갑 주소를 저장합니다. 개인 키의 버전들을 저장합니다. 비밀번호를 영원히 기억할 자신이 없다면 저장합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_7', '인쇄된 지갑과 USB를 여러 장소에 분산하여 보관합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_8', '"지갑 정보 보기" 페이지에서 개인 키와 암호가 잘 작동하는지 확인해주세요. 저장해둔 지갑 주소가 동일한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_3_Title', '3) 새로운 지갑에 대한 액세스 권한을 확인하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_3_Desc_1', '**새 지갑에 이더리움을 전송하기 전**에 지갑에 접근할 수 있는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_3', 'MyEtherWallet.com 에서 "지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_4', '지갑 파일 선택 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_5', '지갑이 암호화되어 있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_6', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_7', '지갑 정보가 표시됩니다. 색색의 동그란 아이콘 옆에 있는 지갑 주소를 찾습니다. 아이콘은 지갑 주소를 시각적으로 나타냅니다. 지갑 주소가 지갑을 생성할 때 메모해두었던 주소와 일치하는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_8', '많은 양의 이더리움을 MyEtherWallet 으로 전송하기 전에, 소량의 이더리움을 전송해 보는 것을 권장합니다. 0.001 이더리움을 지갑으로 전송하고, 지갑을 열어 받은 이더리움을 확인하고, 다시 0.001 이더리움을 다른 주소로 전송하여 모든 과정이 잘 작동하는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Title', '4) 한 지갑에서 다른 지갑으로 이더리움을 어떻게 전송하나요? '), _defineProperty(_ko$data, 'HELP_4_Desc_1', '많은 양의 이더리움을 다른 지갑으로 전송하기 전에 소량의 이더리움을 전송하여 전송이 잘 되는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Desc_2', '"이더리움 & 토큰 전송하기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_3', '지갑 파일 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_4', '지갑이 암호화되어있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_5', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_6', '"받는 주소" 영역에 이더리움을 전송할 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_9', '"트랜잭션 생성하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_10', '몇 가지 영역이 추가로 나타납니다. 당신의 브라우저에서 트랜잭션을 생성합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_11', '바로 아래에 있는 "트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_12', '팝업창 열리면, 전송하고자 하는 수량이 정확한지 확인해주세요. 그 후, "네, 맞습니다! 전송합니다." 버튼을 누릅니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_13', '트랜잭션이 제출되고, TXID가 표시 됩니다. TXID를 클릭하여 블록체인에 등록되었는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_4CX_Title', '4) 이더리움을 MyEtherWallet CX를 사용하여 전송하는 방법이 궁급합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_1', '우선 지갑을 추가해야 합니다. 그 후에, 2가지 방법이 있습니다. "빠른 전송" 또는 "이더리움 & 토큰 전송" 페이지입니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_2', '빠른 전송 '), _defineProperty(_ko$data, 'HELP_4CX_Desc_3', 'Chrome 확장 프로그램 아이콘을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_4', '‘빠른 전송’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_5', '보내는 곳(지갑)을 선택합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_6', '"받는 주소" 영역에 전송한 이더리움을 받게 될 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_8', '"트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_9', '받는 주소와 양이 정확한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_10', '지갑 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_11', '"트랜잭션 전송하기"를 클릭합니다." '), _defineProperty(_ko$data, 'HELP_4CX_Desc_12', '"이더리움 & 토큰 전송하기" 페이지를 사용하는 방법'), _defineProperty(_ko$data, 'HELP_5_Title', '5) MyEtherWallet.com 을 오프라인/로컬에서 사용할 수 있나요? '), _defineProperty(_ko$data, 'HELP_5_Desc_1', 'MyEtherWallet을 GitHub 서버가 아닌 본인의 컴퓨터에서 이용할 수 있습니다. 오프라인 상태에서 지갑을 생성할 수 있으며, "오프라인 트랜잭션" 페이지에서 트랜잭션을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_7', 'MyEtherWallet.com 은 이제 본인의 컴퓨터에서 구동됩니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_8', '아직 사용이 미숙할 때는, ‘index.html’ 뿐만 아니라 웹사이트를 가동하는 전체 폴더를 수정하지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_5_Desc_9', '우리는 MyEtherWallet.com을 주기적으로 업데이트하고 있으므로 당신이 정기적으로 저장소의 업데이트된 버전을 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'HELP_5CX_Title', '5) Chrome 스토어 대신 저장소에서 이 확장 프로그램을 설치하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_5CX_Desc_2', '"chrome-extension-vX.X.X.X.zip"을 누르고, 압축을 풀어주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_3', '구글 Chrome에서 설정(우측 상단 메뉴)에 있습니다. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_4', '"확장기능" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_5', '페이지 상단에 있는 개발자 모드 버튼에 체크해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_6', '압축 해제된 확장 프로그램 로드 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_7', '조금 전 다운로드해서 압축을 푼 폴더로 가서 선택해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_8', '여기까지 하셨다면 마이이더월렛은 당신의 Chrome 확장 프로그램 창에 나타나서 Chrome 확장 프로그램 바에 생기게 됩니다. '), _defineProperty(_ko$data, 'HELP_7_Title', '7) 어떻게 토큰 전송하기&커스텀 토큰 추가할 수 있나요? '), _defineProperty(_ko$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/)에서 토큰을 탐색하여 토큰의 decimals를 찾을 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_1', '이더리움 & 토큰 전송 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_2', '지갑을 잠금 해제 합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_3', '보낼 주소 입력란에 전송하고 싶은 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_4', '전송하고 싶은 금액을 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_5', '전송하고 싶은 토큰을 선택합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_6', '원하는 토큰이 보이지 않는다면 '), _defineProperty(_ko$data, 'HELP_7_Desc_7', '커스텀’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_8', '주소와 이름, 토큰의 decimals를 입력합니다. 이것은 토큰의 개발자에 의해서 제공되고 또한 당신이 Mist에서 "모니터링할 토큰 추가하기"를 할 때 필요합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_9', '‘저장’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_10', '이제 토큰을 전송할 수 있게 됐을 뿐만 아니라 사이드 바에서 잔액도 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_11', '"트랜잭션 생성" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_12', '2가지 이상의 영역이 나타날 것입니다. 이것이 트랜잭션을 생성하고 있는 것은 당신의 브라우저입니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_13', '그 아래에 있는 파란색 ‘트랜잭션 전송하기’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_14', '팝업창이 열리면 보내는 양과 주소가 맞는지 확인해주세요. 그리고 "네 맞습니다! 전송합니다." 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_15', '트랜잭션이 전송되면 TXID가 나타날 것입니다. 해당 TXID를 클릭하여 블록체인에서 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8_Title', '8) MyEtherWallet 서버가 다운되면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8_Desc_1', 'MyEtherWallet은 웹 지갑이 아닙니다. 서버에는 로그인은 물론 어떠한 것도 저장되지 않습니다. MyEtherWallet은 단지 블록체인에 접근 하게 해주는 도구입니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_2', '만약 MyEtherWallet.com 이 다운된다면, 다른 대안 도구 (geth 또는 Ethereum Wallet / Mist 등)을 사용해야 합니다. MyEtherWallet 에서 이더리움을 꺼내야 할 필요는 없습니다. 이더리움들은 MyEtherWallet.com 을 통해서 생성된 지갑 내에 존재합니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_3', '암호화되지 않은 개인 키와 암호화된 Geth/Mist 형식의 파일은 쉽게 geth / 이더리움 지갑 / Mist에서 불러올 수 있습니다. 아래의 질문 #12를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_8_Desc_4', '또한, MyEtherWallet 이 다운 될 가능성은 희박합니다. 우리는 어떠한 정보도 저장하지 않기 때문에 비용이 들지 않습니다. 도메인이 다운되더라도, 항상 공개적으로 [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages)을 통해 로컬 지갑을 시작할 수 있습니다. ZIP 파일을 다운 받아주세요. '), _defineProperty(_ko$data, 'HELP_8CX_Title', '8) MyEtherWallet CX가 사라지면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8CX_Desc_1', '우선, 모든 정보는 MyEtherWallet 서버가 아닌 사용자의 컴퓨터에 저장됩니다. 오해할 수도 있지만, Chrome 확장 프로그램 화면은 우리의 서버에서 불러온 것이 아닙니다. 전부 사용자의 컴퓨터에 저장 되어있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_2', '즉, **매우 중요** MyEtherWallet CX 로 새로 만든 지갑 정보는 모두 백업해 두어야 합니다. 만약 컴퓨터에 문제가 생기거나 Chrome 확장 프로그램에 문제가 생겨도 백업해둔 파일로 지갑에 접근할 수 있습니다. #2a에서 지갑을 어떻게 백업 하는 지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_3', '어떤 이유로 MyEtherWallet CX 가 Chrome 스토어에서 사라져도, Github 에서 소스를 다운 받아 수동으로 사용할 수 있습니다. 위의 #5를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_9_Title', '9) "이더리움 & 토큰 전송하기" 페이지는 오프라인인가요? '), _defineProperty(_ko$data, 'HELP_9_Desc_1', '아닙니다. 현재 가스 가격, 본인의 계정 정보, 그리고 트랜잭션 ("전송하기")를 나타내기 위해서는 인터넷이 필요합니다. 그러나 이것은 서명된 트랜잭션만 보냅니다. 개인 키는 안전하게 귀하와 함께 있습니다. 또한, 오프라인 트랜잭션 페이지를 제공하여 개인 키가 항상 오프라인 / 인터넷이 연결되지 않은 컴퓨터에 있는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_10_Title', '10) 오프라인 트랜잭션은 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_10_Desc_1', '온라인 컴퓨터에서 "오프라인 트랜잭션" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_2', '"보낸 사람 주소"를 입력하십시오. 이 주소는 TO가 아니라 FROM으로 보내는 주소입니다. 이것은 nonce 및 가스 가격을 생성합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_3', '오프라인 컴퓨터에서, "받는 곳"과 전송하고자 하는 "금액" 을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_4', '온라인 컴퓨터 1단계에서 표시된 "가스 가격"을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_5', '온라인 컴퓨터 1단계에서 표시된 "NONCE"를 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_6', '21000 가스는 기본 설정값입니다. 트랜잭션을 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_7', '가스를 늘리고 싶다면 희망 가스양을 입력해주세요. 기본값인 21000 가스보다 높은 양을 입력해야 합니다. 모든 데이터는 HEX 포맷입니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_8', '지갑을 열기 위해 지갑 파일 또는 개인 키를 선택합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_9', '"서명된 트랜잭션 생성" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_10_Desc_10', '이 버튼 아래의 데이터 영역은 서명된 트랜잭션으로 채워집니다. 이것을 복사하여 온라인 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_11', '온라인 컴퓨터에서 3단계의 텍스트 필드에 서명된 트랜잭션을 붙여넣고 전송하기를 클릭해주세요. 그 후에 트랜잭션이 공개됩니다. '), _defineProperty(_ko$data, 'HELP_12_Title', '12) MyEtherWallet으로 만든 지갑을 geth / 이더리움 지갑 / Mist로 가져오려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_12_Desc_1', 'MyEtherWallet v2 +의 Geth / Mist JSON 파일 사용하기… '), _defineProperty(_ko$data, 'HELP_12_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_3', '**암호화된** 개인 키 또는 JSON 파일을 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_4', '"내 지갑"페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_5', 'Mist로 가져올 지갑을 선택하고 "보기" 아이콘을 클릭한 다음 비밀번호를 입력하고 지갑에 액세스합니다.'), _defineProperty(_ko$data, 'HELP_12_Desc_6', '"JSON 파일 다운로드 - Geth / Mist 형식 (암호화됨)" 부문을 찾아주세요. 아래의 "다운로드" 버튼을 클릭합니다. 이제 키 저장소 파일이 생겼습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_7', '이더리움 어플리케이션을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_8', '메뉴 바에서 "계정들" > "백업" > "계정" 으로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_9', '그러면 키 저장소 폴더가 열립니다. 방금 다운로드 한 파일 ("UTC - 2016-04-14 ........ /")을 사용자의 keystore 폴더에 복사합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_10', '사용자의 계정이 바로 "계정" 아래에 나타나야합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_11', '사용자의 암호화되지 않은 개인 키를 사용합니다… '), _defineProperty(_ko$data, 'HELP_12_Desc_12', '아직 암호화된 키가 없다면 ‘지갑 세부사항 보기’ 페이지로 갑니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_13', '당신의 지갑 파일을 선택하거나 당신의 개인 키를 입력/붙여넣기 하여 지갑의 잠금을 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_14', '당신의 개인 키를 복사합니다. (암호화되지 않은) '), _defineProperty(_ko$data, 'HELP_12_Desc_15', '맥을 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_15b', 'PC를 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_16', 'Text 편집을 열어 개인 키를 붙여넣기 합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_17', '메뉴로 가서 "포맷" -> "일반 텍스트 만들기"를 선택합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_18', '이 파일을 당신 컴퓨터에 "nothing_special_delete_me.txt"같은 제목으로 저장해주세요 저장 대화 상자에 "UTF-8"과 "확장자가 제공되지 않은 경우 .txt 사용"이 표시되어있는지 확인합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_19', '터미널을 열고 다음 커맨드를 실행합니다. "geth account import ~/Desktop/nothing_special_delete_me.txt" '), _defineProperty(_ko$data, 'HELP_12_Desc_20', '실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 사용할 비밀번호이므로 절대 잃어버리지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_12_Desc_21', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_22', '이후 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다.". '), _defineProperty(_ko$data, 'HELP_12_Desc_23', '메모장을 열고 개인 키를 붙여넣습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_24', '"C :"에 "nothing_special_delete_me.txt"이름으로 파일을 저장합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_25', '"geth 계정 가져오기 C : \\ nothing_special_delete_me.txt" 명령을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_26', '명령을 실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 geth / 이더리움 지갑 / Mist에서 사용할 비밀번호이므로 절대 잃어버리지 마십시오. '), _defineProperty(_ko$data, 'HELP_12_Desc_27', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_28', '다음에 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다. '), _defineProperty(_ko$data, 'HELP_13_Title', '13) "잔액 부족. 계좌에 충분한 자금이 없습니다. 필요한 : XXXXXXXXXXXXXXXXXXX 그리고 가지고 있는: XXXXXXXXXXXXXXXXXXX" 는 어떤 의미인가요? '), _defineProperty(_ko$data, 'HELP_13_Desc_1', '이것은 가스 비용을 충당하기 위해 계좌에 이더리움이 부족하다는 의미입니다. 각각의 트랜잭션(토큰 및 컨트랙트 트랜잭션을 포함하여) 가스가 필요하고 그 가스는 이더리움으로 지불됩니다. 표시된 숫자는 Wei에서 트랜잭션의 비용을 충당하기 위해 필요한 금액입니다. 이 숫자를 "1000000000000000000"으로 나눈 다음, 당신이 전송하려고 하는 이더리움의 금액을 제외합니다.(이더리움을 전송하려고 하는 경우) 이렇게 하면 트랜잭션을 만들기 위해 해당 계좌로 전송하는데 필요한 이더리움의 금액을 알 수 있습니다. '), _defineProperty(_ko$data, 'HELP_14_Title', '14) 일부 사이트들은 마우스의 조작을 통해 개인 키 생성을 무작위로 시드 합니다. MyEtherWallet.com은 이 방식을 사용하지 않습니다. MyEtherWallet의 무작위 숫자 생성이 안전할까요? '), _defineProperty(_ko$data, 'HELP_14_Desc_1', '대상을 움직이는 마우스는 영리하게 작동하며 우리는 사람들이 그것을 좋아하는 이유를 이해하지만, 실제 window.crypto는 당신의 마우스 조작보다 더 많은 엔트로피를 보장합니다. 마우스의 조작은 안전하지 못합니다. 우리와 다른 많은 암호 실험들은 window.crypto를 믿습니다. 게다가 MyEtherWallet.com은 터치 장치에서도 이용될 수 있습니다. 여기에 [마우스 조작에 관해 화가 난 Reddit 이용자와 비탈릭의 대화 v.window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm)와 [ window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GloblCrypto)가 있습니다. '), _defineProperty(_ko$data, 'HELP_15_Title', '15) 방금 만든 계정이 블록체인 탐색기에 표시되지 않는 이유는 뭔가요? (예, etherchain, etherscan) '), _defineProperty(_ko$data, 'HELP_15_Desc_1', '계좌는 거래 활동이 있을 경우에만 블록체인 탐색기에 표시됩니다. 예를 들어, 이더리움을 계좌로 이동시키면 계좌가 활성화됩니다. '), _defineProperty(_ko$data, 'HELP_16_Title', '16) 내 계좌의 잔액을 어떻게 확인하나요? '), _defineProperty(_ko$data, 'HELP_16_Desc_1', '[etherscan.io] (https://etherscan.io/) 와 같은 블록체인 탐색기를 사용할 수 있습니다. 주소를 검색 창에 붙여넣으면 주소와 거래 내역이 표시됩니다. 예를 들어, 우리의 [기부 계정]은 (https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) 과 같습니다. '), _defineProperty(_ko$data, 'HELP_17_Title', '17) 내 지갑에서 잔액이 표시되지 않는 이유는 뭔가요? '), _defineProperty(_ko$data, 'HELP_17_Desc_1', '그 이유는 방화벽 때문입니다. 우리가 잔액 정보를 얻고 잔액 정보를 변환하는 데 사용하는 API는 어떤 이유로 든 방화벽에 의해 차단되는 경우가 많습니다. 사용자는 계속해서 트랜잭션을 보낼 수 있습니다. 당신은 단지 잔액을 확인하기 위해 etherscan.io 블록체인 탐색 사이트와 같은 다른 방법을 사용해야 될 수 있습니다. '), _defineProperty(_ko$data, 'HELP_18_Title', '18) 내 geth 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Title', '19) 내 Mist 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Desc_1', 'Mist 파일은 일반적으로 위의 파일 위치에서 찾을 수 있지만 Mist를 열려면 맨 위 표시할 줄에서 "계좌"를 선택하고 "백업"을 선택한 다음 "계좌"를 선택하는 것이 훨씬 간단합니다. 그러면 파일이 저장된 폴더가 열립니다. '), _defineProperty(_ko$data, 'HELP_20_Title', '20) 나의 프리세일 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_20_Desc_1', '당신이 지갑 파일을 어디에 보관했든지 간에 지갑 파일은 당신에게 이메일로도 전송되었습니다. 그곳에서 확인하시면 됩니다. "ethereum_wallet_backup.json"이라고 쓰여있는 파일을 찾아서 그 파일을 선택해주세요. 이 지갑 파일은 당신이 프리 세일 구매할 때 만들었던 비밀번호로 암호화되어 있을 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Title', '21) 혹여나 누군가가 랜덤한 개인 키를 넣어 잔고를 찾아서 자기 주소로 보낼 수도 있나요? '), _defineProperty(_ko$data, 'HELP_21_Desc_1', '짧은 답변 : 가능은 합니다. 하지만 잔고가 있는 계좌를 찾는데 아마 영원한 시간이 걸릴 것입니다. 따라서 불가능하다고 생각하면 될 것 같습니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_2', '길지만, 최대한 쉽게 설명한 답변: 그래서 이더리움은 [공개 키 암호화](https://en.wikipedia.org/wiki/Public-key_cryptograpy) 특히나 [타원곡선 암호화](https://eprint.iacr.org/2013/734.pdf) 를 기반으로 합니다. 대부분의 서버는 ECC를 통해 보호됩니다. 비트코인은 SSH와 TLS 뿐만 아니라 다른 것들도 많이 사용합니다. 이더리움의 키는 128bit와 192bit보다 더 강력한 256bit 키이며, 이것들은 널리 사용되고 있으며 전문가들도 안전하다고 얘기합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_3', '이곳에는 개인 키와 공개 키가 존재합니다. 개인 키는 공개 키를 생성시킬 수 있지만, 공개 키는 개인 키로 되돌릴 수 없습니다. 인터넷과 세계의 비밀들이 이 암호를 사용하고 있다는 사실은, 공개 키에서 개인 키로 되돌리는 방법이 있다면 이것이 한 사람의 문제가 아니라 모든 사람의 문제가 될 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_4', '만약 누군가가 당신의 개인 키를 소지하고 있다면 당신의 계좌에서 이더리움을 보낼 수 있게 됩니다. 이 얘기는 누군가가 당신의 이메일의 비밀번호를 알고 있다면 당신의 이메일을 읽을 수 있으며, 이메일이나 누군가가 출금할 수 있도록 당신의 은행 계좌 비밀번호를 전송할 수 있다는 것과 마찬가지입니다. 당신은 비밀번호로 암호화된 개인 키인 ‘개인 키의 Keystore 버전’을 다운로드 할 수 있습니다. 이것은 다른 암호로 보호되는 비밀번호를 갖게 되는 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_5', '그리고 이론상 누군가가 당신의 계좌를 찾을 때까지 64개의 16진수 문자열을 대입한다면 당신의 계좌가 도난당할 수도 있습니다. 사실 똑똑한 사람들은 임의의 개인 키를 매우 빠르게 검사할 수 있는 프로그램을 만들 수 있습니다. 이것은 ‘무차별 대입 공격’ 또는 ‘개인 키 마이닝’이라고 알려져 있습니다. 사람들은 이것에 대해 오랫동안 고민해 왔습니다. 2~3개의 초고속 서버로 그들은 초당 100만 개 이상의 키를 검사할 수 있습니다. 그러나 초당 수많은 것들은 검사하는 것조차 이 서버를 운영하는 비용을 감당하는게 무의미한 일이 될 것입니다. 개인 키를 알아내기 위해선 어마어마한 시간이 걸립니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_6', '당신이 비트코인에 대해 이해하고 있는 사람이라면 [이 링크로 앞으로 상황을 예측할 수 있을 것입니다.](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-willpeple) 이것이 어떻게 되는 것인지 설명하자면 : 여태껏 생성된 비트코인의 모든 사토시가 고유한 자체의 개인 키로 전송했다고 가정해봅시다. 두 가지 키가 같은 키에 해당할 확률은 약 100억분의 1입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_7', '[좀 더 기술적인 것을 원한다면:] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *이 숫자는 장치 기술과 아무런 관련이 없습니다. 그것들은 열역학이 허용하는 최대치입니다. 그리고 그것들은 256bit 키에 대한 무차별 대입 공격이 해당 컴퓨터가 다른 물질로 변할 때까지 엄청난 시간이 흘러도 불가능하다는 것을 강하게 암시합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_8', '물론, 이 모든 개인 키가 정말로 무작위 방식으로 충분한 엔트로피를 갖고 생성된다고 가정합시다. 이곳에서 생성된 키는 Jaxx 와 Mist/geth와 마찬가지로 해당 기준을 충족시킵니다. 이더리움 지갑들은 모두 좋은 지갑들입니다. 사람의 뇌가 정말로 무작위적인 시드를 만들어내지 못하기 때문에 사람에 의해 만들어진 지갑으로 만들어진 키는 썩 좋지 않습니다. 비트코인 세계에서는 정말로 무작위 방식으로 생성되고 있지 않은 엔트로피나 시드가 부족한 것에 관해 수많은 문제가 있었습니다. 하지만 그것은 언젠가 해결이 될 날을 기다릴 수 있는 것은 별개의 문제입니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Title', '보안 - MyEtherWallet CX '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_1', '이 확장 프로그램이 내 정보를 어디에 저장하나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_2', '당신이 Chrome 확장 프로그램에 저장한 정보는 [Chrome.storage](http://chrome.storage/)를 통해 저장됩니다. - 이것은 당신이 Chrome에 비밀번호를 저장한 위치와 같은 위치에 저장됩니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_3', '어떤 정보가 저장되나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_4', '주소, 닉네임, 개인 키가 Chrome 스토리지에 저장됩니다. 개인 키는 지갑을 추가할 때 생성된 비밀번호로 암호화됩니다. 닉네임, 지갑 주소는 암호화되지 않습니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_5', '닉네임과 지갑 주소는 왜 암호화되지 않나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_6', '닉네임과 지갑 주소를 암호화하면 계좌 잔액과 닉네임들을 확인할 때마다 비밀번호를 입력해야 합니다. 보안이 걱정된다면 Chrome 확장 프로그램 대신 MyEtherWallet.com 을 사용해주세요. '), _defineProperty(_ko$data, 'HELP_Sec_Title', '보안 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_1', '당신의 첫 번째 질문이 "이 사람들을 신뢰할 수 있나요?"라는 질문이라면 매우 타당한 질문입니다. 다음 내용이 당신의 질문에 대한 답변이 되기를 바랍니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_2', '우리는 2015년 8월부터 운영되어 왔습니다. [www.reddit.com 에서 myetherwallet](https://www.reddit.com/search?q=myetherwalle)을 검색하면 많은 사용자들을 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_3', '우리는 절대 돈을 빼가거나 개인 키를 훔치지 않습니다. 이 사이트에 악의적인 코드는 없습니다. 실제로 지갑 생성 페이지는 완전하게 클라이언트 측에서 작동합니다. 즉, 모든 코드가 **사용자 컴퓨터**에서 실행되며 절대 다른 곳에 정보가 저장되거나 전송되지 않습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_4', '이 URL을 확인해보세요. -- 이 사이트는 GitHub를 통해 소스가 공개되어 있으며 다음 링크에서 확인하실 수 있습니다. : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ko$data, 'HELP_Sec_Desc_5', '지갑을 생성하려면, [소스 코드를 다운로드하여 로컬에서 실행하십시오](https://github.com/kvhnuke/etherwallet/releases/latest). 위의 #5를 참조해주세요 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_6', '테스트 지갑을 생성하고 어떤 네트워크 활동이 진행되는지 확인할 수 있습니다. 가장 쉬운 방법은 페이지를 마우스 오른쪽 버튼을 클릭하여 "요소 검사"를 클릭합니다. "네트워크" 탭으로 이동합니다. 테스트 지갑을 생성하면 네트워크 탭에서 네트워크 활동이 없음을 확인할 수 있습니다. data:image/gif, data:image/png 생성도 역시 네트워크를 사용하지 않는 것을 확인하실 수 있습니다. QR 코드는 컴퓨터에서 생성됩니다. 당신의 컴퓨터에서 아무것도 전송되지 않는 것을 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_8', '이 도구를 사용하는 것이 내키지 않는다면 사용하지 않아도 됩니다. 우리는 사람들이 커맨드 명령을 입력이나 풀 노드를 실행할 필요 없이 지갑을 생성하고 트랜잭션을 생성하는 데 도움이 되었으면 하는 바램으로 이 도구를 제작하였습니다. 다시 말씀드리자면, 이상한 점을 발견하신다면 우리에게 연락해주세요. 가능한 빨리 답변드리겠습니다. 감사합니다! '), _defineProperty(_ko$data, 'HELP_FAQ_Title', '자주 묻는 질문에 대한 도움이 될 답변 '), _defineProperty(_ko$data, 'HELP_Contact_Title', '연락 방법 '), _ko$data); module.exports = ko; @@ -17017,7 +17014,7 @@ nl.data = (_nl$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_nl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_nl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_nl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_nl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_nl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_nl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_nl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_nl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_nl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_nl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_nl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_nl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_nl$data, 'x_CancelReplaceTx', 'Annuleer of Vervang Transactie'), _defineProperty(_nl$data, 'x_CancelTx', 'Annuleer Transactie'), _defineProperty(_nl$data, 'x_PasswordDesc', 'Dit wachtwoord * versleuteld * je prive sleutel. Dit wachtwoord dient niet als "seed" om je sleutels te genereren. **Je hebt zowel je wachtwoord als je prive sleutel beide nodig om je wallet te openen.**'), _defineProperty(_nl$data, 'x_ReadMore', 'Lees meer'), _defineProperty(_nl$data, 'x_ReplaceTx', 'Vervang Transactie'), _defineProperty(_nl$data, 'x_TransHash', 'Transactie Hash'), _defineProperty(_nl$data, 'x_TXFee', 'TX Vergoeding ("TX Fee")'), _defineProperty(_nl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_nl$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_nl$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_nl$data, 'tx_Details', 'Transactie Details'), _defineProperty(_nl$data, 'tx_Summary', 'Ten tijden van hoog transactie volume (zoals tijdens ICOs) kunnen transacties voor uren, zo niet dagen, "pending" blijven. Deze tool heeft als doel om je de mogelijkheid te geven om deze TXs op te sporen en ze te "annuleren" / vervangen. ** Dit is niet typisch iets wat je kunt doen. Je zou er niet op moeten vertrouwen dat dit werkt & het kan alleen werken als de TX Pools vol zitten. [Lees hier meer over deze tool.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_nl$data, 'tx_notFound', 'Transactie Niet Gevonden'), _defineProperty(_nl$data, 'tx_notFound_1', 'Deze TX werd niet gevonden in de TX Pool van de node waarmee je bent verbonden.'), _defineProperty(_nl$data, 'tx_notFound_2', 'Als je deze transactie zojuist hebt verzonden, wacht dan eerst 15 seconden en druk nogmaals op de "Check TX Status" knop. '), _defineProperty(_nl$data, 'tx_notFound_3', 'De transactie zou nog steeds in de TX Pool van een andere node kunnen zitten, in afwachting om ge-mined te worden.'), _defineProperty(_nl$data, 'tx_notFound_4', 'Gebruik het drop-down menu in de rechterbovenhoek & selecteer een andere ETH node (bijvoobeeld `ETH (Etherscan.io)` of `ETH (Infura.io)` of `ETH (MyEtherWallet)`) en check opnieuw.'), _defineProperty(_nl$data, 'tx_foundInPending', 'Pending Transactie Gevonden'), _defineProperty(_nl$data, 'tx_foundInPending_1', 'Je transactie is gevonden in de TX Pool van de node waarmee je bent verbonden. '), _defineProperty(_nl$data, 'tx_foundInPending_2', 'Je transactie is momenteel "pending" (in afwachting om ge-mined te worden). '), _defineProperty(_nl$data, 'tx_foundInPending_3', 'Er is een kans dat je je transactie kunt "anneleren" of vervangen. Open je wallet hieronder.'), _defineProperty(_nl$data, 'tx_FoundOnChain', 'Transactie Gevonden'), _defineProperty(_nl$data, 'tx_FoundOnChain_1', 'Je transactie was succesvol ge-mined en is in de blockchain opgenomen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_2', '**Als je een rood `( ! )`, een `BAD INSTRUCTION` of een `OUT OF GAS` foutmelding**, betekend dat dat de transactie niet succesvol is *verzonden*. Je kunt deze transactie niet annuleren of vervangen. Verzend in plaats daarvan een nieuwe transactie. Als je een "Out of Gas" foutmelding krijgt, zou je de oorspronkelijke gas limit moeten verdubbelen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_3', '**Als je geen enkele foutmelding ziet is je transactie met succes verzonden.** Je ETH of Tokens zijn waar je ze naar verzonden hebt. Als je je verzonden ETH of Tokens niet gecrediteerd ziet in je andere wallet / exchange account, en het is inmiddels al 24+ uur geleden sinds je de transactie verzonden hebt, neem dan [contact op met die service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Geef ze de *link* naar je transactie en vraag ze op je allerliefste manier om naar je situatie te kijken.'), _defineProperty(_nl$data, 'GEN_Help_1', 'gebruik jouw'), _defineProperty(_nl$data, 'GEN_Help_2', 'om toegang tot je account te verkrijgen.'), _defineProperty(_nl$data, 'GEN_Help_3', 'Jouw device * is * je wallet.'), _defineProperty(_nl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_nl$data, 'GEN_Help_5', 'Hoe maak je een Wallet'), _defineProperty(_nl$data, 'GEN_Help_6', 'Aan de slag'), _defineProperty(_nl$data, 'GEN_Help_7', 'Bewaar dit veilig · Maak een backup · Deel het met niemand · Raak het niet kwijt · Dit kan niet meer worden hersteld als je het kwijtraakt.'), _defineProperty(_nl$data, 'GEN_Help_8', 'Lukt het downloaden niet? '), _defineProperty(_nl$data, 'GEN_Help_9', 'Probeer het met Google Chrome '), _defineProperty(_nl$data, 'GEN_Help_10', 'Rechtermuisknop & kies opslaan als. Bestandsnaam: '), _defineProperty(_nl$data, 'GEN_Help_11', 'Open dit bestand niet op je computer '), _defineProperty(_nl$data, 'GEN_Help_12', 'Gebruik het enkel om je wallet te openen via MyEtherWallet (of Mist, Geth, Parity en andere wallet clients.) '), _defineProperty(_nl$data, 'GEN_Help_13', 'Hoe maak je een backup van je Keystore bestand '), _defineProperty(_nl$data, 'GEN_Help_14', 'Wat zijn al deze verschillende formaten? '), _defineProperty(_nl$data, 'GEN_Help_15', 'Voorkom verlies & diefstal van je tegoeden.'), _defineProperty(_nl$data, 'GEN_Help_16', 'Wat zijn al deze verschillende formaten?'), _defineProperty(_nl$data, 'GEN_Help_17', 'Waarom zou ik?'), _defineProperty(_nl$data, 'GEN_Help_18', 'Om een tweede extra backup te hebben.'), _defineProperty(_nl$data, 'GEN_Help_19', 'Voor als je ooit je wachtwoord vergeet.'), _defineProperty(_nl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_nl$data, 'GET_ConfButton', 'Ik begrijp het. Ga door.'), _defineProperty(_nl$data, 'GEN_Label_5', 'Sla je Prive Sleutel op. '), _defineProperty(_nl$data, 'GEN_Unlock', 'Open je wallet om je adres te bekijken'), _defineProperty(_nl$data, 'GAS_PRICE_Desc', 'Gas Prijs is het bedrag dat je betaald per unit gas. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Des te hoger de gas prijs = de sneller je transactie, maar ook duurder. Standaard is `41 GWEI`.'), _defineProperty(_nl$data, 'GAS_LIMIT_Desc', 'Gas limiet is de hoeveelheid gas waarmee je je TX verstuurd. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Het verhogen van dit nummer zorgt er niet voor dat je TX sneller ge-mined zal worden. Verzenden van ETH = `21000`. Verzenden van Tokens = ~`200000`.'), _defineProperty(_nl$data, 'NONCE_Desc', 'De nonce is het aantal transacties die reeds verzonden zijn van een gegeven adres. De nonce verzekert dat transacties in de juiste volgorde worden verzonden en dat een transactie slechts 1 keer geldig is.'), _defineProperty(_nl$data, 'TXFEE_Desc', 'De TX vergoeding (`fee`) wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. De vergoeding is de `gas limiet` * `gas prijs`. [Je kunt hier GWEI -> ETH converteren](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_nl$data, 'NAV_AddWallet', 'Wallet Toevoegen '), _defineProperty(_nl$data, 'NAV_BulkGenerate', 'Bulk Genereren '), _defineProperty(_nl$data, 'NAV_Contact', 'Contact '), _defineProperty(_nl$data, 'NAV_Contracts', 'Contracten '), _defineProperty(_nl$data, 'NAV_DeployContract', 'Publiceer Contract '), _defineProperty(_nl$data, 'NAV_ENS', 'ENS'), _defineProperty(_nl$data, 'NAV_GenerateWallet_alt', 'Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_GenerateWallet', 'Genereer Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_Help', 'Help '), _defineProperty(_nl$data, 'NAV_InteractContract', 'Interactie met Contract '), _defineProperty(_nl$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_nl$data, 'NAV_MyWallets', 'Mijn Wallets '), _defineProperty(_nl$data, 'NAV_Offline', 'Verzend Offline '), _defineProperty(_nl$data, 'NAV_SendEther', 'Verzend Ether & Tokens '), _defineProperty(_nl$data, 'NAV_SendTokens', 'Verzend Tokens '), _defineProperty(_nl$data, 'NAV_SignMsg', 'Onderteken Bericht '), _defineProperty(_nl$data, 'NAV_Swap', 'Omwisselen '), _defineProperty(_nl$data, 'NAV_ViewWallet', 'Bekijk Wallet Info '), _defineProperty(_nl$data, 'NAV_YourWallets', 'Jouw Wallets '), _defineProperty(_nl$data, 'x_Access', 'Verkrijg Toegang '), _defineProperty(_nl$data, 'x_AddessDesc', 'Je Adres wordt ook wel je `Account #` of je Publieke Sleutel ("Public Key") genoemd. Dit is wat je deelt met anderen zodat ze je Ether of Tokens kunnen toesturen. Zie ook je kleurrijke adres icoon. Zorg ervoor dat het matched met je paper wallet & waar dan ook wanneer je je adres ergens invoerd. Dit icoon is een makkelijke manier om je adres te herkennen. '), _defineProperty(_nl$data, 'x_Address', 'Je Adres '), _defineProperty(_nl$data, 'x_Cancel', 'Annuleren '), _defineProperty(_nl$data, 'x_CSV', 'CSV bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Download', 'Download '), _defineProperty(_nl$data, 'x_Json', 'JSON Bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_JsonDesc', 'Dit is het onversleutelde, JSON formaat van je prive sleutel ("Private Key"). Dit betekend dat je het wachtwoord niet nodig hebt, maar ook dat een ieder die je JSON bestand vind toegang heeft tot je wallet & Ether zonder wachtwoord. '), _defineProperty(_nl$data, 'x_Keystore', 'Keystore Bestand (UTC / JSON · Aangeraden · versleuteld) '), _defineProperty(_nl$data, 'x_Keystore2', 'Keystore Bestand (UTC / JSON) '), _defineProperty(_nl$data, 'x_KeystoreDesc', 'Dit Keystore bestand voldoet aan het formaat zoals gebruikt door Mist waardoor je het gemakkelijk kunt importeren in de toekomst. Dit is de aanbevolen methode voor download en back up. '), _defineProperty(_nl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_nl$data, 'x_Mnemonic', 'Mnemonic Zin '), _defineProperty(_nl$data, 'x_ParityPhrase', 'Parity herstelzin '), _defineProperty(_nl$data, 'x_Password', 'Wachtwoord '), _defineProperty(_nl$data, 'x_Print', 'Druk je papieren wallet af '), _defineProperty(_nl$data, 'x_PrintDesc', 'ProTip: Klik Afdrukken en sla deze pagina op als PDF, zelfs als je geen printer hebt! '), _defineProperty(_nl$data, 'x_PrintShort', 'Afdrukken '), _defineProperty(_nl$data, 'x_PrivKey', 'Prive Sleutel (onversleuteld) '), _defineProperty(_nl$data, 'x_PrivKey2', 'Prive Sleutel '), _defineProperty(_nl$data, 'x_PrivKeyDesc', 'Dit is een onversleutelde tekst versie van je prive sleutel waarbij geen wachtwoord benodigd is. Mocht iemand deze onversleutelde prive sleutel vinden, kunnen zij zonder wachtwoord bij je account. Om deze reden zijn versleutelde versies aanbevolen. '), _defineProperty(_nl$data, 'x_Save', 'Opslaan '), _defineProperty(_nl$data, 'x_TXT', 'TXT bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Wallet', 'Wallet '), _defineProperty(_nl$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extensie '), _defineProperty(_nl$data, 'CX_Warning_1', 'Zorg voor **externe backups** van alle wallets die je hier opslaat. Er kunnen diverse dingen gebeuren die ervoor zorgen dat je gegevens in deze Chrome Extensie verloren gaan, inclusief het deinstalleren en installeren van de extensie. Deze extensie is een manier om je wallet gemakkelijk toegankelijk te maken, **geen** manier om ze te backuppen. '), _defineProperty(_nl$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_nl$data, 'MEW_Warning_1', 'Check altijd de URL voordat je jouw wallet opent of een nieuwe wallet genereert. Pas op voor phishing sites! '), _defineProperty(_nl$data, 'FOOTER_1', 'Een gratis, open source, client-side interface om Ethereum wallets te genereren & meer. Wissel op een gemakkelijke & veilige manier informatie uit met de Ethereum blockchain. Dubbel-check de URL/link ( myetherwallet.com ) alvorens je wallet te openen.'), _defineProperty(_nl$data, 'FOOTER_1b', 'Gemaakt door '), _defineProperty(_nl$data, 'FOOTER_2', 'Donaties worden zeer gewaardeerd: '), _defineProperty(_nl$data, 'FOOTER_3', 'Client-side wallet genereren door '), _defineProperty(_nl$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_nl$data, 'sidebar_AccountInfo', 'Account Informatie '), _defineProperty(_nl$data, 'sidebar_AccountAddr', 'Account Adres '), _defineProperty(_nl$data, 'sidebar_AccountBal', 'Account Saldo '), _defineProperty(_nl$data, 'sidebar_TokenBal', 'Token Saldo '), _defineProperty(_nl$data, 'sidebar_Equiv', 'Equivalente Waarde '), _defineProperty(_nl$data, 'sidebar_TransHistory', 'Transactie Geschiedenis '), _defineProperty(_nl$data, 'sidebar_donation', 'MyEtherWallet is een gratis, open-source service toegewijd aan jouw privacy en beveiliging. Des te meer donaties we ontvangen, des te meer tijd we zullen spenderen aan nieuwe functies, aan de hand van jouw terugkoppeling, en we je kunnen geven wat jij wilt. Wij zijn slechts twee mensen die de wereld een stukje beter willen maken. Help jij mee? '), _defineProperty(_nl$data, 'sidebar_donate', 'Doneer '), _defineProperty(_nl$data, 'sidebar_thanks', 'BEDANKT!!! '), _defineProperty(_nl$data, 'sidebar_DisplayOnTrezor', 'Toon adres op TREZOR'), _defineProperty(_nl$data, 'sidebar_DisplayOnLedger', 'Toon adres op Ledger'), _defineProperty(_nl$data, 'decrypt_Access', 'Hoe wil je toegang tot je wallet? '), _defineProperty(_nl$data, 'decrypt_Title', 'Selecteer het formaat van je prive sleutel: '), _defineProperty(_nl$data, 'decrypt_Select', 'Selecteer een Wallet: '), _defineProperty(_nl$data, 'MNEM_1', 'Selecteer het adres waarmee je wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_2', 'Met jouw enkele HD mnemonic zin heb je toegang tot meerdere wallets / adressen. Selecteer het adres waarmee je nu wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_more', 'Meer Adressen '), _defineProperty(_nl$data, 'MNEM_prev', 'Vorige Adressen '), _defineProperty(_nl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_1', 'Verbind je Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_2', 'Open de Ethereum applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Exp', 'Open de Expanse applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Ubq', 'Open de Ubiq applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_3', 'Controleer of "Browser Support" is ingeschakeld in je instellingen '), _defineProperty(_nl$data, 'ADD_Ledger_4', 'Als je "Browser Support" niet in je instellingen kunt vinden, controleer dan dat je [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) is '), _defineProperty(_nl$data, 'ADD_Ledger_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_Ledger_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Ledger_scan', 'Verbind met Ledger Wallet '), _defineProperty(_nl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_nl$data, 'ADD_Trezor_scan', 'Verbind met TREZOR '), _defineProperty(_nl$data, 'ADD_MetaMask', 'Verbind met MetaMask '), _defineProperty(_nl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_scan', 'Verbind met Digital Bitbox '), _defineProperty(_nl$data, 'ADD_Label_1', 'Wat wil je doen? '), _defineProperty(_nl$data, 'ADD_Radio_1', 'Genereer nieuwe wallet '), _defineProperty(_nl$data, 'ADD_Radio_2', 'Selecteer je wallet bestand (Keystore / JSON) '), _defineProperty(_nl$data, 'ADD_Radio_2_alt', 'Selecteer je wallet bestand '), _defineProperty(_nl$data, 'ADD_Radio_2_short', 'SELECTEER WALLET BESTAND... '), _defineProperty(_nl$data, 'ADD_Radio_3', 'Plak/Type je prive sleutel '), _defineProperty(_nl$data, 'ADD_Radio_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Radio_5', 'Plak/type Mnemonic '), _defineProperty(_nl$data, 'ADD_Radio_5_Path', 'Selecteer HD derivation path '), _defineProperty(_nl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_nl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_nl$data, 'ADD_Label_2', 'Verzin een Nickname: '), _defineProperty(_nl$data, 'ADD_Label_3', 'Je wallet is versleuteld. Geef je wachtwoord '), _defineProperty(_nl$data, 'ADD_Label_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Warning_1', 'Je kunt elk account toevoegen als "bekijken" in het wallets tabblad zonder de prive sleutel te uploaden. Dit betekend ** niet ** dat je toegang hebt tot deze wallet, noch dat je er Ether vanuit kunt versturen. '), _defineProperty(_nl$data, 'ADD_Label_5', 'Voer het adres in '), _defineProperty(_nl$data, 'ADD_Label_6', 'Ontsleutel je wallet '), _defineProperty(_nl$data, 'ADD_Label_6_short', 'Ontsleutel '), _defineProperty(_nl$data, 'ADD_Label_7', 'Voeg account toe '), _defineProperty(_nl$data, 'ADD_Label_8', 'Wachtwoord (optioneel): '), _defineProperty(_nl$data, 'MYWAL_Nick', 'Wallet Nickname '), _defineProperty(_nl$data, 'MYWAL_Address', 'Wallet Adres '), _defineProperty(_nl$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_nl$data, 'MYWAL_Edit', 'Bewerken '), _defineProperty(_nl$data, 'MYWAL_View', 'Bekijken '), _defineProperty(_nl$data, 'MYWAL_Remove', 'Verwijderen '), _defineProperty(_nl$data, 'MYWAL_RemoveWal', 'Verwijder Wallet: '), _defineProperty(_nl$data, 'MYWAL_WatchOnly', 'Je Watch-Only Accounts '), _defineProperty(_nl$data, 'MYWAL_Viewing', 'Te Bekijken Wallet '), _defineProperty(_nl$data, 'MYWAL_Hide', 'Verberg Wallet Info '), _defineProperty(_nl$data, 'MYWAL_Edit_2', 'Bewerk Wallet '), _defineProperty(_nl$data, 'MYWAL_Name', 'Wallet Naam '), _defineProperty(_nl$data, 'MYWAL_Content_1', 'Waarschuwing! Je staat op het punt om je wallet te verwijderen '), _defineProperty(_nl$data, 'MYWAL_Content_2', 'Wees er zeker van dat je **de prive sleutel/JSON bestand en het wachtwoord opgeslagen hebt** van deze wallet voordat je het verwijderd. '), _defineProperty(_nl$data, 'MYWAL_Content_3', 'Als je deze wallet in de toekomst nog wilt gebruiken met MyEtherWallet CX, zul je het met de hand moeten toevoegen door gebruik te maken van de prive sleutel/JSON en wachtwoord. '), _defineProperty(_nl$data, 'GEN_desc', 'Als je meerdere wallets wilt genereren, kun je dat hier doen '), _defineProperty(_nl$data, 'GEN_Label_1', 'Voer een sterk wachtwoord in (minimaal 9 karakters) '), _defineProperty(_nl$data, 'GEN_Placeholder_1', 'Vergeet NIET om dit wachtwoord op te slaan! '), _defineProperty(_nl$data, 'GEN_SuccessMsg', 'Gelukt! Je wallet is gegenereerd. '), _defineProperty(_nl$data, 'GEN_Label_2', 'Sla je "Keystore" bestand op.'), _defineProperty(_nl$data, 'GEN_Label_3', 'Sla je adres op. '), _defineProperty(_nl$data, 'GEN_Label_4', 'Optioneel: Druk je papieren wallet af, of bewaar hem als QR code.'), _defineProperty(_nl$data, 'BULK_Label_1', 'Aantal te genereren wallets '), _defineProperty(_nl$data, 'BULK_Label_2', 'Genereer Wallets '), _defineProperty(_nl$data, 'BULK_SuccessMsg', 'Gelukt! Je wallets zijn gegenereerd. '), _defineProperty(_nl$data, 'SEND_addr', 'Aan Adres '), _defineProperty(_nl$data, 'SEND_amount', 'Te verzenden bedrag '), _defineProperty(_nl$data, 'SEND_amount_short', 'Bedrag '), _defineProperty(_nl$data, 'SEND_custom', 'Aangepast Token '), _defineProperty(_nl$data, 'SEND_gas', 'Gas '), _defineProperty(_nl$data, 'SEND_TransferTotal', 'Verzend volledig saldo '), _defineProperty(_nl$data, 'SEND_generate', 'Genereer Transactie '), _defineProperty(_nl$data, 'SEND_raw', 'Raw Transactie '), _defineProperty(_nl$data, 'SEND_signed', 'Gesigneerde Transactie '), _defineProperty(_nl$data, 'SEND_trans', 'Verzend Transactie '), _defineProperty(_nl$data, 'SENDModal_Title', 'Waarschuwing! '), _defineProperty(_nl$data, 'SENDModal_Content_1', 'Je staat op het punt om het volgende bedrag over te maken '), _defineProperty(_nl$data, 'SENDModal_Content_2', 'aan adres '), _defineProperty(_nl$data, 'SENDModal_Content_3', 'Weet je zeker dat je dit wilt doen? '), _defineProperty(_nl$data, 'SENDModal_Content_4', 'OPMERKING: Als je een fout bent tegengekomen, zul je waarschijnlijk ether aan je account moeten toevoegen om de gas kosten voor het verzenden van deze transactie te betalen. Gas wordt betaald in ether. '), _defineProperty(_nl$data, 'SENDModal_No', 'Nee, haal me hier weg! '), _defineProperty(_nl$data, 'SENDModal_Yes', 'Ja, ik weet het zeker! Maak de transactie. '), _defineProperty(_nl$data, 'TOKEN_Addr', 'Token Contract Adres '), _defineProperty(_nl$data, 'TOKEN_Symbol', 'Token Symbool '), _defineProperty(_nl$data, 'TOKEN_Dec', 'Decimalen '), _defineProperty(_nl$data, 'TOKEN_show', 'Toon alle Tokens '), _defineProperty(_nl$data, 'TOKEN_hide', 'Verberg Tokens '), _defineProperty(_nl$data, 'TRANS_desc', 'Als je Tokens wilt versturen, gebruik dan de "Verzend Token" pagina i.p.v. deze pagina. '), _defineProperty(_nl$data, 'TRANS_advanced', '+Geavanceerd: Voeg Data toe '), _defineProperty(_nl$data, 'TRANS_data', 'Data '), _defineProperty(_nl$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_nl$data, 'TRANS_sendInfo', 'Een standaard transactie met 21000 gas zal 0.000441 ETH kosten. Wij gebruiken een iets-boven-minimum gas prijs van 0.000000021 ETH om te garranderen dat de transactie snel uitgevoerd zal worden. Wij zijn niet verantwoordelijk voor je transactie kosten. '), _defineProperty(_nl$data, 'OFFLINE_Title', 'Genereer & Verzend een Offline Transactie '), _defineProperty(_nl$data, 'OFFLINE_Desc', 'Een offline transactie doe je in drie stappen. Stap 1 en 3 doe je op een online computer, terwijl je stap 2 uitvoert op een offline/afgeschermde computer. Dit zorgt ervoor dat je prive sleutel niet in aanraking komt met een met internet verbonden computer. '), _defineProperty(_nl$data, 'OFFLLINE_Step1_Title', 'Stap 1: Genereer Informatie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step1_Button', 'Genereer Informatie '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_1', 'Van Adres '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_2', 'Opmerking: Dit is het VAN adress, niet het AAN adres. De Nonce wordt generenereerd van het oorspronkelijke account. Als je een afgeschermde (airgapped) computer gebruikt, zal dit het adres van het cold-storage account zijn. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Title', 'Stap 2: Genereer Transactie (Offline Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_1', 'Aan Adres '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_2', 'Waarde / Te Verzenden Bedrag '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3', 'Gas Prijs '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4', 'Gas Limiet '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4b', '21000 is de standaard gas limiet. Als je (naar) een contract verstuurd of data toevoegd, zou je dit anders moeten instellen. Alle onbenutte gas zal aan je worden teruggestuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6b', 'Dit is optioneel. Data wordt vaak gebruikt als je transacties naar contracten verstuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_7', 'Selecteer en geef je Prive Sleutel / JSON in. '), _defineProperty(_nl$data, 'OFFLINE_Step3_Title', 'Stap 3: Verstuur / Publiceer Transactie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step3_Label_1', 'Plak de gesigneerde transactie van Stap 2 hier en klik de "Verzend Transactie" knop. '), _defineProperty(_nl$data, 'CONTRACT_Title', 'Contract Adres '), _defineProperty(_nl$data, 'CONTRACT_Title_2', 'Selecteer Bestaand Contract '), _defineProperty(_nl$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_nl$data, 'CONTRACT_Interact_Title', 'Lees / Schrijf Contract '), _defineProperty(_nl$data, 'CONTRACT_Interact_CTA', 'Selecteer een functie '), _defineProperty(_nl$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_nl$data, 'CONTRACT_Read', 'LEES '), _defineProperty(_nl$data, 'CONTRACT_Write', 'SCHRIJF '), _defineProperty(_nl$data, 'DEP_generate', 'Genereer Bytecode '), _defineProperty(_nl$data, 'DEP_generated', 'Gegenereerde Bytecode '), _defineProperty(_nl$data, 'DEP_signtx', 'Onderteken Transactie '), _defineProperty(_nl$data, 'DEP_interface', 'Gegenereerde Interface '), _defineProperty(_nl$data, 'NODE_Title', 'Stel je Custom Node in'), _defineProperty(_nl$data, 'NODE_Subtitle', 'Om met een lokale node te verbinden...'), _defineProperty(_nl$data, 'NODE_Warning', 'Je node dient HTTPS te zijn om met MyEtherWallet.com te kunnen verbinden. Je kunt de [MyEtherWallet repo downloaden](https://github.com/kvhnuke/etherwallet/releases/latest) en lokaal uitvoeren en vervolgens met iedere node verbinden. Of, verkrijg een gratis SSL certificaat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_nl$data, 'NODE_Name', 'Node Naam'), _defineProperty(_nl$data, 'NODE_Port', 'Node Poort'), _defineProperty(_nl$data, 'NODE_CTA', 'Opslaan & Custom Node gebruiken'), _defineProperty(_nl$data, 'SWAP_rates', "Actuele Koersen "), _defineProperty(_nl$data, 'SWAP_init_1', "Ik wil mijn "), _defineProperty(_nl$data, 'SWAP_init_2', " omwisselen voor "), _defineProperty(_nl$data, 'SWAP_init_CTA', "Naar de volgende stap "), _defineProperty(_nl$data, 'SWAP_information', "Je informatie "), _defineProperty(_nl$data, 'SWAP_send_amt', "Te verzenden bedrag "), _defineProperty(_nl$data, 'SWAP_rec_amt', "Te ontvangen bedrag "), _defineProperty(_nl$data, 'SWAP_your_rate', "Je wisselkoers "), _defineProperty(_nl$data, 'SWAP_rec_add', "Je ontvangst Adres "), _defineProperty(_nl$data, 'SWAP_start_CTA', "Start Omwisselen "), _defineProperty(_nl$data, 'SWAP_ref_num', "Je referentie nummer "), _defineProperty(_nl$data, 'SWAP_time', "Resterende tijd om te verzenden "), _defineProperty(_nl$data, 'SWAP_elapsed', "Verstreken tijd sinds verzonden"), _defineProperty(_nl$data, 'SWAP_progress_1', "Bestelling Gestart "), _defineProperty(_nl$data, 'SWAP_progress_2', "Wachten op je "), _defineProperty(_nl$data, 'SWAP_progress_3', "Ontvangen! "), _defineProperty(_nl$data, 'SWAP_progress_4', "Verzenden van je {{orderResult.output.currency}} "), _defineProperty(_nl$data, 'SWAP_progress_5', "Bestelling Voltooid "), _defineProperty(_nl$data, 'SWAP_order_CTA', "Verzend alsjeblieft "), _defineProperty(_nl$data, 'SWAP_unlock', "Open je Wallet op deze pagina om ETH of Tokens direct te verzenden. "), _defineProperty(_nl$data, 'MSG_message', 'Bericht '), _defineProperty(_nl$data, 'MSG_date', 'Datum '), _defineProperty(_nl$data, 'MSG_signature', 'Handtekening '), _defineProperty(_nl$data, 'MSG_verify', 'Verifieer Bericht '), _defineProperty(_nl$data, 'MSG_info1', 'Voeg de huidige datum toe zodat je handtekening niet opnieuw kan worden gebruikt op een andere datum. '), _defineProperty(_nl$data, 'MSG_info2', 'Voeg je nickname toe en waar je deze gebruikt zodat anderen deze niet kunnen gebruiken. '), _defineProperty(_nl$data, 'MSG_info3', 'Geef een specifieke reden op voor de boodschap, zodat deze niet kan worden hergebruikt voor een ander doel. '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. Je zou dit kunnen doen om [je account in Geth/Mist te importeren](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Als je enkel je saldo wilt raadplegen, adviseren we je om gebruik te maken van een blockchain explorer zoals [etherscan.io](https://etherscan.io/). '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle_Short', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. '), _defineProperty(_nl$data, 'VIEWWALLET_SuccessMsg', 'Gelukt! Hier zijn je wallet details. '), _defineProperty(_nl$data, 'VIEWWALLET_ShowPrivKey', '(laat zien)'), _defineProperty(_nl$data, 'VIEWWALLET_HidePrivKey', '(verberg)'), _defineProperty(_nl$data, 'CX_error_1', 'Je hebt nog geen enkele wallets opgeslagen. Klik ["Voeg wallet toe"](/cx-wallet.html#add-wallet) om er een toe te voegen! '), _defineProperty(_nl$data, 'CX_quicksend', 'VerzendSnel '), _defineProperty(_nl$data, 'ERROR_0', 'Geef alsjeblieft een geldig bedrag in. '), _defineProperty(_nl$data, 'ERROR_1', 'Je wachtwoord dient minimaal 9 karakters lang te zijn. Zorg voor een sterk wachtwoord. '), _defineProperty(_nl$data, 'ERROR_2', 'Sorry! We herkennen dit type Wallet bestand niet. '), _defineProperty(_nl$data, 'ERROR_3', 'Dit is geen geldig Wallet bestand. '), _defineProperty(_nl$data, 'ERROR_4', 'Deze eenheid bestaat niet, kies alsjeblieft een van de volgende eenheden '), _defineProperty(_nl$data, 'ERROR_5', 'Ongeldig adres. '), _defineProperty(_nl$data, 'ERROR_6', 'Ongeldig wachtwoord. '), _defineProperty(_nl$data, 'ERROR_7', 'Ongeldig bedrag. (Moet een getal zijn. Probeer 0-18.) '), _defineProperty(_nl$data, 'ERROR_8', 'Ongeldige gas limiet. (Moet een getal zijn. Probeer 21000-4000000.) '), _defineProperty(_nl$data, 'ERROR_9', 'Ongeldige data waarde. (Moet hexadecimaal zijn.) '), _defineProperty(_nl$data, 'ERROR_10', 'Ongeldige gas bedrag. (Moet een getal zijn. Probeer 20 GWEI / 20000000000 WEI.) '), _defineProperty(_nl$data, 'ERROR_11', 'Ongeldige nonce. (Moet een getal zijn.) '), _defineProperty(_nl$data, 'ERROR_12', 'Ongeldige gesigneerde transactie. '), _defineProperty(_nl$data, 'ERROR_13', 'Een wallet met deze nickname bestaat reeds. '), _defineProperty(_nl$data, 'ERROR_14', 'Wallet niet gevonden. '), _defineProperty(_nl$data, 'ERROR_15', 'Het ziet er niet naar uit dat een proposal met dit ID bestaat of dat er een fout is opgetreden bij het lezen van dit proposal. '), _defineProperty(_nl$data, 'ERROR_16', 'Een wallet met dit adres bestaat reeds. Check alsjeblileft je wallet pagina. '), _defineProperty(_nl$data, 'ERROR_17', 'Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Je hebt mininaal 0.01 ether in je account nodig om de in de gas kosten te voorzien. Voeg alsjeblieft wat ether toe en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_18', 'Alle gas zou worden verbruikt op deze transactie. Dit betekend dat je al gestemd hebt op dit proposal of dat de debateerperiode is verstreken. '), _defineProperty(_nl$data, 'ERROR_19', 'Ongeldig symbol '), _defineProperty(_nl$data, 'ERROR_20', 'is geen geldig ERC-20 token. Als andere tokens nog aan het laden zijn, verwijder dan dit token en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_21', 'Kon gas niet inschatten. Er is onvoldoende saldo in het account, of het ontvangende contract adres geeft een fout. Voel je vrij om het gas handmatig in te stellen en door te gaan. De foutmelding bij het verzenden kan informatiever zijn. '), _defineProperty(_nl$data, 'ERROR_22', 'Geef een geldige node naam in '), _defineProperty(_nl$data, 'ERROR_23', 'Voer een geldige url in, als je van https gebruik maakt moet je url met https beginnen '), _defineProperty(_nl$data, 'ERROR_24', 'Voer een geldige poort in '), _defineProperty(_nl$data, 'ERROR_25', 'Voer een geldig chain ID in '), _defineProperty(_nl$data, 'ERROR_26', 'Voer een geldige ABI in '), _defineProperty(_nl$data, 'ERROR_27', 'Minimale hoeveelheid is 0.01 '), _defineProperty(_nl$data, 'ERROR_28', '**Je hebt je Keystore Bestand & wachtwoord of prive sleutel nodig** om toegang tot deze wallet te verkrijgen in de toekomst. Sla het op & maak een externe back-up! Er is geen enkele manier om je wallet te herstellen als je het nu niet opslaat. Lees ook de help pagina (https://www.myetherwallet.com/#help) voor instructies. '), _defineProperty(_nl$data, 'ERROR_29', 'Voer een valide gebruikersnaam en wachtwoord in '), _defineProperty(_nl$data, 'ERROR_30', 'Voer een valide ENS naam in '), _defineProperty(_nl$data, 'ERROR_31', 'Ongeldige geheime zin '), _defineProperty(_nl$data, 'ERROR_32', 'Kon niet met de node verbinden. Ververs de pagina, probeer een andere node (rechterbovenhoek) en/of check je firewall instellingen. Check bij een custom node je configuratie.'), _defineProperty(_nl$data, 'ERROR_33', 'De wallet die je hebt geopend matched niet bij het adres van de eigenaar owner\'s. '), _defineProperty(_nl$data, 'ERROR_34', 'De naam die je probeert de onthullen ("reveal") matched niet met de naam die je hebt ingevoerd. '), _defineProperty(_nl$data, 'ERROR_35', 'Input adres is niet ge-checksummed. Meer info'), _defineProperty(_nl$data, 'ERROR_36', 'Voer een geldige TX hash in'), _defineProperty(_nl$data, 'ERROR_37', 'Voer een geldige hex string in (0-9, a-f)'), _defineProperty(_nl$data, 'SUCCESS_1', 'Geldig adres '), _defineProperty(_nl$data, 'SUCCESS_2', 'Wallet succesvol ontsleuteld '), _defineProperty(_nl$data, 'SUCCESS_3', 'Je TX is naar het netwerk verzonden (ge-broadcast), en is in afwachting om ge-mined en bevestigd te worden. Ten tijden van ICOs, kan het zijn dat het bevestigen ervan 3+ uur duurt. Gebruik de Verify & Check knoppen hieronder on de status te volgen. TX Hash: '), _defineProperty(_nl$data, 'SUCCESS_4', 'Je Wallet is succesvol toegevoegd '), _defineProperty(_nl$data, 'SUCCESS_5', 'Bestand Geselecteerd '), _defineProperty(_nl$data, 'SUCCESS_6', 'Je bent succesvol verbonden '), _defineProperty(_nl$data, 'SUCCESS_7', 'Bericht Ondertekening Geverifieerd'), _defineProperty(_nl$data, 'WARN_Send_Link', 'Je bent hier gekomen via een link waarbij het adres, bedrag, gas of data velden al ingevuld zijn. Indien gewenst kun je elk veld nog aanpassen voor het verzenden. Ontgrendel je wallet on te beginnen. '), _defineProperty(_nl$data, 'GETH_InvalidSender', 'Ongeldige verzender '), _defineProperty(_nl$data, 'GETH_Nonce', 'Nonce te laag '), _defineProperty(_nl$data, 'GETH_Cheap', 'Gas prijs te laag voor acceptatie '), _defineProperty(_nl$data, 'GETH_Balance', 'Ontoereikend saldo '), _defineProperty(_nl$data, 'GETH_NonExistentAccount', 'Account bestaat niet of account saldo te laag '), _defineProperty(_nl$data, 'GETH_InsufficientFunds', 'Ontoereikend saldo voor gas * prijs + waarde '), _defineProperty(_nl$data, 'GETH_IntrinsicGas', 'Intrinsiek gas te laag '), _defineProperty(_nl$data, 'GETH_GasLimit', 'Overstijgt blok gas limiet '), _defineProperty(_nl$data, 'GETH_NegativeValue', 'Negative waarde '), _defineProperty(_nl$data, 'PARITY_AlreadyImported', "(parity-01) Transactie met dezelfde hash was reeds geimporteerd. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_GasLimitExceeded', "(parity-02) Transactie kosten overstijgen de huidige gas limiet. Limiet: {}, momenteel: {}. Probeer de hoeveelheid gas te verminderen. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientBalance', "(parity-03) Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Vereist {} en momenteel: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientGasPrice', "(parity-04) Transactie vergoeding is te laag. Het voldoet niet aan je node's minimale vergoeding (minimaal: {}, momenteel: {}). Probeer je transactie vergoeding te verhogen. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InvalidGasLimit', "(parity-05) Hoeveelheid gas is boven de limiet. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_LimitReached', "(parity-06) Er staan te veel transacties in de wachtrij. Je transactie is afgewezen door deze limiet. Probeer je transactie vergoeding te verhogen. There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_Old', "(parity-07) Transactie nonce is te laag. Probeer de nonce te verhogen. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_nl$data, 'PARITY_TooCheapToReplace', "(parity-08) Transactie vergoeding is te laag. Er staat een andere transactie met dezelfde nonce in de wachtrij. Probeer de transactie vergoeding of de nonce te verhogen. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'translate_version', '0.5 '), _defineProperty(_nl$data, 'Translator_Desc', 'Bedank onze vertalers '), _defineProperty(_nl$data, 'TranslatorName_1', '[h3ll0fr13nd](https://www.myetherwallet.com/?gaslimit=21000&to=0xB5FbCE123F12347206c881cae73A3046BA1A90bA&value=1.0#send-transaction) '), _defineProperty(_nl$data, 'TranslatorAddr_1', '0xB5FbCE123F12347206c881cae73A3046BA1A90bA '), _defineProperty(_nl$data, 'TranslatorName_2', ''), _defineProperty(_nl$data, 'TranslatorAddr_2', ''), _defineProperty(_nl$data, 'TranslatorName_3', ''), _defineProperty(_nl$data, 'TranslatorAddr_3', ''), _defineProperty(_nl$data, 'TranslatorName_4', ''), _defineProperty(_nl$data, 'TranslatorAddr_4', ''), _defineProperty(_nl$data, 'TranslatorName_5', ''), _defineProperty(_nl$data, 'TranslatorAddr_5', ''), _defineProperty(_nl$data, 'HELP_Warning', 'Als je een wallet aangemaakt hebt -of repo hebt gedownload- voor **31 december 2015**, verifieer dan alsjebieft je wallets en download een nieuwe versie van de repo. Klik voor details. '), _defineProperty(_nl$data, 'HELP_Desc', 'Zie je dat er iets mist? Of heb je een andere vraag? [Neem contact met ons op](mailto:support@myetherwallet.com), en we zullen niet alleen je vraag beantwoorden, maar ook deze help pagina bijwerken zodat deze nog nuttiger wordt voor toekomstige gebruikers! '), _defineProperty(_nl$data, 'HELP_Remind_Title', 'Enkele herinneringen '), _defineProperty(_nl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, en enkele onderliggende Javascript libraries waar we gebruik van maken zijn onderheving aan active ontwikkeling.** Hoewel we grondig testen & er inmiddels tienduizenden wallets succesvol zijn aangemaakt door mensen over de hele wereld, blijft er altijd een geringe kans dat iets er onverwachts optreedt waardoor je je ether kunt verliezen. Investeer alsjeblieft niet meer dan dat je bereid bent om te verliezen, en wees voorzichtig. Zou er onverhoopt toch iets gebeuren vinden we dat zeer spijtig, echter **zullen wij nooit verantwoordelijk zijn voor de verloren Ether**. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX zijn geen "web wallets". Je maakt bij ons geen account aan noch geef je ooit je Ether aan ons in bezit. Alle gegevens verlaten nooit je computer/je browser. We helpen je alleen gemakkelijk toegang te verkrijgen tot de blockchain zodat je er informatie in kunt opslaan en kunt uitlezen. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_3', 'Als je je prive sleutel en wachtwoord niet opslaat, is er geen enkele manier om toegang tot je wallet te verkrijgen of het saldo dat het bevat. Maak back-ups en bewaar deze op meerdere fysieke lokaties en dus niet alleen op je eigen computer! '), _defineProperty(_nl$data, 'HELP_0_Title', '0) Ik ben nieuw. Waar begin ik? '), _defineProperty(_nl$data, 'HELP_0_Desc_1', 'MyEtherWallet geeft je de mogelijkheid om nieuwe wallets te genereren zodat je daarin je Ether kunt bewaren in plaat van op een exchange. Dit process vind volledig lokaal plaats, op je eigen computer en niet op onze servers. Daarom **ben je volledig zelf verantwoordelijk voor het veilig opslaan** van je via deze website aangemaakte wallets. '), _defineProperty(_nl$data, 'HELP_0_Desc_2', 'Creer een nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_0_Desc_3', 'Maak een wallet back-up. '), _defineProperty(_nl$data, 'HELP_0_Desc_4', 'Verrifieer dat je toegang hebt tot dit nieuwe wallet en dat je alle noodzakelijke informatie correct hebt opgeslagen. '), _defineProperty(_nl$data, 'HELP_0_Desc_5', 'Verzend Ether naar dit nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_1_Title', '1) Hoe creer ik een nieuw wallet? '), _defineProperty(_nl$data, 'HELP_1_Desc_1', 'Ga naar de "Genereer Wallet" pagina. '), _defineProperty(_nl$data, 'HELP_1_Desc_2', 'Ga naar de "Wallet Toevoegen" pagina & selecteer "Genereer Nieuw Wallet" '), _defineProperty(_nl$data, 'HELP_1_Desc_3', 'Voer een sterk wachtwoord in. Als je denkt dat je het misschien gaat vergeten, bewaar het dan op een veilige plek. Je zult dit wachtwoord nodig hebben om transacties te versturen. '), _defineProperty(_nl$data, 'HELP_1_Desc_4', 'klik "GENENEREER". '), _defineProperty(_nl$data, 'HELP_1_Desc_5', 'Je wallet is nu gegenereerd. '), _defineProperty(_nl$data, 'HELP_2a_Title', 'Hoe bewaar/back-up ik mijn wallet? '), _defineProperty(_nl$data, 'HELP_2a_Desc_1', 'Zorg altijd voor een goede back-up van je wallet op meerdere fysiek verschillende lokaties - bijvoorbeeld op een USB drive en/of op een vel papier. '), _defineProperty(_nl$data, 'HELP_2a_Desc_2', 'Bewaar het adres. Je kunt het voor jezelf bewaren of met anderen delen. Op die manier kunnen anderen ether naar je versturen. '), _defineProperty(_nl$data, 'HELP_2a_Desc_3', 'Bewaar versies van je prive sleutel. Deel deze niet met anderen. Je prive sleutel heb je nodig wanneer je toegang tot je ETH wilt om het te versturen! Er zijn drie soorten prive sleutels: '), _defineProperty(_nl$data, 'HELP_2a_Desc_4', 'Plaats je adres, versies van je prive sleutel, en de PDF versie van je papieren wallet in een map. Bewaar deze op je computer en een USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_5', 'Druk je wallet af als je een printer hebt. Zo niet, schrijf dan je prive sleutel en adres op een vel papier. Bewaar dit op een veilige lokatie, ergens anders dan je computer en de USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_6', 'Houd in gedachte dat je moet voorkomen dan je je sleutels en wachtwoord kwijt raakt door een defect of verlies van je harde schijf, USB drive, of vel papier. Denk ook aan het fysieke verlies / schade van een complete ruimte (denk aan brand of overstroming). '), _defineProperty(_nl$data, 'HELP_2b_Title', '2b) Hoe doe ik veilig / offline / cold storage met MyEtherWallet? '), _defineProperty(_nl$data, 'HELP_2b_Desc_1', 'Ga naar onze github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_nl$data, 'HELP_2b_Desc_2', 'Klik `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_3', 'Verplaats de zip naar een offline (airgapped) computer. '), _defineProperty(_nl$data, 'HELP_2b_Desc_4', 'Unzip het en dubbel-klik `index.html`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_5', 'Genereer een wallet met een sterk wachtwoord. '), _defineProperty(_nl$data, 'HELP_2b_Desc_6', 'Bewaar het adres. Bewaar versies van de prive sleutel. Bewaar het wachtwoord als je het je niet voor altijd kunt herinneren. '), _defineProperty(_nl$data, 'HELP_2b_Desc_7', 'Bewaar deze papieren / USB drives op verschillende fysiek verschillende lokaties. '), _defineProperty(_nl$data, 'HELP_2b_Desc_8', 'Ga naar de "Bekijk Wallet Info" pagina en voer je prive sleutel / wachtwoord in om zeker te stellen dat ze correct zijn en dat je toegang hebt tot je wallet. Controleer dat het adres wat je opgeschreven hebt gelijk is. '), _defineProperty(_nl$data, 'HELP_3_Title', '3) Hoe verifieer ik dat ik toegang hebt tot mijn nieuwe wallets? '), _defineProperty(_nl$data, 'HELP_3_Desc_1', 'Zorg **voordat je enige Ether naar je wallet verstuurd** dat je controleerd dat je er toegang toe hebt. '), _defineProperty(_nl$data, 'HELP_3_Desc_2', 'Navigeer naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_3', 'Navigeer naar de MyEtherWallet.com "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_4', 'Selecteer je wallet bestand -of- je prive sleutel en open je wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_5', 'Als je wallet is versleuteld (encrypted) zal er een automatisch een extra invoerveld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_3_Desc_6', 'Klik op de "Ontsleutel je Wallet" knop. '), _defineProperty(_nl$data, 'HELP_3_Desc_7', 'Informatie over je wallet zal verschijnen. Zoek je account adres, naast een kleurrijk, cirkelvormig icoon. Dit icoon is een visuele voorstelling van je address. Zorg ervoor dat je zeker weet dat dit adres het adres is wat je opgeslagen hebt in je tekst document en op je papieren wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_8', 'Als je van plan bent om er een grote hoeveelheid ether op na te houden, raden we je aan om eerst een kleine hoeveelheid ether naar je nieuwe wallet te versturen voordat je er een grotere hoeveelheid ether naar stuurt. Stuur bijvoorbeeld 0.001 ether naar je nieuwe wallet, verkrijg vervolgens toegang tot dit wallet, stuur die zelfde 0.001 ether naar een ander adres, en controleer dat alles soepel verloopt. '), _defineProperty(_nl$data, 'HELP_4_Title', '4) Hoe stuur ik Ether van het ene wallet naar het ander? '), _defineProperty(_nl$data, 'HELP_4_Desc_1', 'Als je van plan ben om een grote hoeveelheid ether te versturen/ontvangen, raden we je aan om eerst te testen met een klein bedrag om er zeker van te zijn dat alles gaat zoals je verwacht. '), _defineProperty(_nl$data, 'HELP_4_Desc_2', 'Navigeer naar de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4_Desc_3', 'Selecteer je wallet bestand -of- je prive sleutel en ontgrendel je wallet. '), _defineProperty(_nl$data, 'HELP_4_Desc_4', 'Als je wallet gecodeerd (encrypted) is, zal er automatisch een extra invoer veld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_4_Desc_5', 'Klik op de "Ontsleutel Wallet" knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Verzend volledig saldo" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4_Desc_9', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_4_Desc_10', 'Enkele extra nieuwe invoer velden zullen verschijnen. Dit is jouw browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_4_Desc_11', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_4_Desc_12', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_13', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_4CX_Title', '4) Hoe verzend ik Ether met MyEtherWallet CX? '), _defineProperty(_nl$data, 'HELP_4CX_Desc_1', 'Ten eerste heb je een wallet nodig. Zodra je die hebt, heb je 2 opties: De "VerzendSnel" functionaliteit vanuit het Chrome Extensie icoon of de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_2', 'VerzendSnel: '), _defineProperty(_nl$data, 'HELP_4CX_Desc_3', 'Klik op het Chrome Extensie icoon. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_4', 'Klik op de "VerzendSnel" knop. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_5', 'Selecteer het wallet waar vanuit je wilt verzenden. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Transfer total available balance" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_8', 'Klik "Verzend Transactie". '), _defineProperty(_nl$data, 'HELP_4CX_Desc_9', 'Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_10', 'Voer het wachtwoord van je wallet in. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_11', 'Klik "Verzend Transactie." '), _defineProperty(_nl$data, 'HELP_4CX_Desc_12', 'Maak gebruik van de "Verzend Ether en Tokens" Pagina '), _defineProperty(_nl$data, 'HELP_5_Title', '5) Hoe voer ik MyEtherWallet.com offline/lokaal uit? '), _defineProperty(_nl$data, 'HELP_5_Desc_1', 'Je kunt MyEtherWallet.com uitvoeren op je eigen computer in plaats van op de GitHub servers. Je kunt een wallet volledig offline genereren en transacties versturen met behulp van de "Offline Transactie" pagina. '), _defineProperty(_nl$data, 'HELP_5_Desc_7', 'MyEtherWallet.com draait nu volledig op jouw computer. '), _defineProperty(_nl$data, 'HELP_5_Desc_8', 'Voor het geval dat je er niet bekend mee bent: je hebt de volledige map nodig om de site lokaal te draaien, niet alleen het `index.html` bestand. Laat alle bestanden in de map met rust en ga ze niet verplaatsen. Als je een back-up wilt bewaren van de MyEtherWallet repo voor de toekomst, raden we je aan om alleen de ZIP te bewaren zodat je zeker weet dat de inhoud intact blijft. '), _defineProperty(_nl$data, 'HELP_5_Desc_9', 'Gezien we MyEtherWallet.com continu updaten, raden we je aan om regelmatig je opgeslagen versie van de repo bij te werken. '), _defineProperty(_nl$data, 'HELP_5CX_Title', '5) Hoe installeer ik deze extensie vanuit de repo in plaats van de Chrome Store? '), _defineProperty(_nl$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_3', 'Ga naar Google Chrome zoek je instellingen op (in het menu in de rechterbovenhoek). '), _defineProperty(_nl$data, 'HELP_5CX_Desc_4', 'Klik "Extensies" aan de linkerkant. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_5', 'Vink de "Ontwikkelaarmodus" aan bovenaan op de pagina. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_6', 'Klik op de "Uitgepakte extensie laden..." knop. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_7', 'Navigeer naar de nu ge-unzipte map die je eerder hebt gedownload. Klik "selecteer". '), _defineProperty(_nl$data, 'HELP_5CX_Desc_8', 'De extensie zou nu moeten verschijnen in je extensies en in je Chrome Extensie balk. '), _defineProperty(_nl$data, 'HELP_7_Title', '7) Hoe verzend ik Tokens & voeg ik alternatieve tokens toe? '), _defineProperty(_nl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a goede manier om tokens te verkenen en de getallen omtrent het token op te zoeken. '), _defineProperty(_nl$data, 'HELP_7_Desc_1', 'Navigeer naar de "Verzend Token" pagina. '), _defineProperty(_nl$data, 'HELP_7_Desc_2', 'Ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_7_Desc_3', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_7_Desc_4', 'Voer de te verzenden hoeveelheid in. '), _defineProperty(_nl$data, 'HELP_7_Desc_5', 'Selecteer welk token je zou willen verzenden '), _defineProperty(_nl$data, 'HELP_7_Desc_6', 'Als het token niet wordt vermeld: '), _defineProperty(_nl$data, 'HELP_7_Desc_7', 'Klik op "Aangepast". '), _defineProperty(_nl$data, 'HELP_7_Desc_8', 'Voer het adres, naam, en decimalen van het token in. Deze worden verschaft door de ontwikkelaars van het token en zijn tevens benodigd wanneer je een "Add a Watch Token" aan Mist toevoegd. '), _defineProperty(_nl$data, 'HELP_7_Desc_9', 'Klik op "Opslaan". '), _defineProperty(_nl$data, 'HELP_7_Desc_10', 'Je kunt nu dit token verzenden en tevens zul je het saldo kunnen zien in the zijbalk. '), _defineProperty(_nl$data, 'HELP_7_Desc_11', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_7_Desc_12', 'Enkele extra velden zullen verschijnen. Dit is je browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_7_Desc_13', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_7_Desc_14', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_7_Desc_15', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_8_Title', '8) Wat gebeurd er als deze website stopt? '), _defineProperty(_nl$data, 'HELP_8_Desc_1', 'MyEtherWallet is geen web wallet. Je hoeft niet in te loggen en er zal nooit iets van je op onze servers worden bewaard. Onze website is enkel een interface om toegang te verkrijgen tot de blockchain. '), _defineProperty(_nl$data, 'HELP_8_Desc_2', 'Als MyEtherWallet.com er mee stopt, zul je een andere manier moeten zien te vinden (zoals geth of Ethereum Wallet / Mist) om te doen wat wij doen. Maar wat je niet zult hoeven te doen is je Ether uit MyEtherWallet halen omdat het niet in MyEtherWallet zit. Je Ether zit in in welk wallet dan ook je op onze site hebt gegenereerd. '), _defineProperty(_nl$data, 'HELP_8_Desc_3', 'Je kunt je onversleutelde (unencrypted) prive sleutel en je Geth/Mist Formaat (encrypted) bestanden heel gemakkelijk en direct in geth / Ethereum Wallet / Mist importeren. Zie onderstaande vraag #12. '), _defineProperty(_nl$data, 'HELP_8_Desc_4', 'Daarnaast is de kans dat wij MyEtherWallet offline halen is miniem tot onmogelijk. Het kost ons vrijwel niets om de site in stand te houden omdat we geen informatie opslaan. Als we toch het domijn offline halen, is het ook altijd nog publiekelijk beschikbaar op [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Je kunt daar de ZIP downloaden en het lokaal draaien. '), _defineProperty(_nl$data, 'HELP_8CX_Title', '8) Wat gebeurd er als MyEtherWallet CX verdwijnt? '), _defineProperty(_nl$data, 'HELP_8CX_Desc_1', 'Ten eerste is alle je data op jouw computer opgeslagen, niet op onze servers. We snappen dat het verwarrend kan zijn, maar als je naar de Chrome Extensie kijkt, kijk je NIET naar dingen die ergens op onze servers staan opgeslagen - alles is bewaard op je eigen computer. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_2', 'Dat gezegd hebbende, is het dan ook **erg belangrijk** dat je een back-up maakt van je wallets die met MyEtherWallet CX zijn gegenereerd. Als er iets met MyEtherWallet CX of jouw computer gebeurd blijft op die manier je wallet bewaard, en heb alle noodzakelijke informatie bij de hand om toegang tot je Ether te verkrijgen. Zie vraag #2a om te leren hoe een back-up van je wallet kunt maken. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_3', 'Als om wat voor reden dan ook MyEtherWallet CX verdwijnt van de Chrome Store, kunt je het altijd nog handmatig laden met de broncode van Github. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_9_Title', '9) Is de "Verzend Ether en Tokens" pagina offline? '), _defineProperty(_nl$data, 'HELP_9_Desc_1', 'Nee. De pagina heeft een internet verbinding nodig voor het bepalen van de actuele gas prijs, nonce van je account, en het versturen (broadcasten) van de transactie. Echter, het enige wat verstuurd wordt is je ondertekende transactie. Je prive sleutel blijft veilig bij je. We hebben nu ook een "Offline Transactie" pagina zodat je ervoor kunt zorgen dat je prive sleutels ten alle tijden op een offline/airgapped computer blijven. '), _defineProperty(_nl$data, 'HELP_10_Title', '10) Hoe voer ik een offline transactie uit? '), _defineProperty(_nl$data, 'HELP_10_Desc_1', 'Navigeer naar de "Offline Transactie" pagina met je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_2', 'Voer het "Van Adres" in. Let hierbij op dat dit het adres is waar VAN je zal gaan versturen; VAN, en niet AAN. Dit genereert de nonce en gas prijs. '), _defineProperty(_nl$data, 'HELP_10_Desc_3', 'Ga vervolgens naar je offline computer. Voor het "AAN ADRES" en het te verzenden "BEDRAG" in. '), _defineProperty(_nl$data, 'HELP_10_Desc_4', 'Voer de "GAS PRIJS" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_5', 'Voer de "NONCE" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_6', 'De "GAS LIMIET" heeft een standaard waarde van 21000. Dit zal een standaard transactie dekken. Indien je naar een contract verstuurd of als je extra data aan je transactie wilt toevoegen, zil je de gas limiet moeten verhogen. Al het teveel aan gas zal aan je geretourneerd worden. '), _defineProperty(_nl$data, 'HELP_10_Desc_7', 'Als je dat wenst, kun je extra data invoeren. Als je extra data toevoegd, zul je meer dan de standaard 21000 gas limiet moeten instellen. Alle data is in HEX formaat. '), _defineProperty(_nl$data, 'HELP_10_Desc_8', 'Selecteer je wallet bestand -of- je prive sleutel en ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_10_Desc_9', 'Druk op de "GENEREREER ONDERTEKENDE TRANSACTIE" knop. '), _defineProperty(_nl$data, 'HELP_10_Desc_10', 'Het data veld eronder zal worden ingevuld met je ondertekende transactie. Kopier dit veld en neem het mee terug naar je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_11', 'Plak de ondertekende transactie op je online computer in het tekst veld van stap #3 em klik send. Dit zal je transactie publiceren op de blockchain (broadcasten). '), _defineProperty(_nl$data, 'HELP_12_Title', '12) Hoe importeer ik een MyEtherWallet wallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_nl$data, 'HELP_12_Desc_1', 'Door gebruik te maken van een Geth/Mist JSON bestand van MyEtherWallet v2+.... '), _defineProperty(_nl$data, 'HELP_12_Desc_2', 'Ga naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_3', 'Ontsleutel je wallet met je **versleutelde** prive sleutel of JSON bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_4', 'Ga naar de "Mijn Wallets" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_5', 'Selecteer het wallet dat je wilt importeren in Mist, klik op het "Bekijken" icoon, voer je wachtwoord in, en verkrijg toegang tot je wallet. '), _defineProperty(_nl$data, 'HELP_12_Desc_6', 'Zoek naar de "Download JSON bestand - Geth/Mist Formaat (encrypted)" sectie. Druk op de "Download" knop eronder. Je hebt nu je keystore bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_7', 'Open de Ethereum Wallet applicatie. '), _defineProperty(_nl$data, 'HELP_12_Desc_8', 'In de menu balk, ga naar "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_nl$data, 'HELP_12_Desc_9', 'Hiermee open je de keystore map. Kopier het bestand wat je zojuist hebt gedownload (`UTC--2016-04-14......../`) naar deze keystore map. '), _defineProperty(_nl$data, 'HELP_12_Desc_10', 'Je account zou nu direct moeten verschijnen onder "Accounts." '), _defineProperty(_nl$data, 'HELP_12_Desc_11', 'Door gebruik te maken van je onversleutelde prive sleutel... '), _defineProperty(_nl$data, 'HELP_12_Desc_12', 'Indien je nog geen onversleutelde (unencrypted) prive sleutel van je wallet hebt, navigeer je naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_13', 'Selecteer je wallet bestand -of- voer je prive sleutel in om je wallet te ontsleutelen. '), _defineProperty(_nl$data, 'HELP_12_Desc_14', 'Kopier je prive sleutel (onversleuteld/unencrypted). '), _defineProperty(_nl$data, 'HELP_12_Desc_15', 'Als je op een Mac werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_15b', 'Als je op een PC werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_16', 'Open Tekst Editor en plak deze prive sleutel. '), _defineProperty(_nl$data, 'HELP_12_Desc_17', 'Ga naar de menu balk en klik "Formaat" -> "Maak Platte Tekst". '), _defineProperty(_nl$data, 'HELP_12_Desc_18', 'Sla dit bestand op op je bureaublad als `niets_bijzonders_verwijder_mij.txt`. Controleer dat de opties "UTF-8" en "If no extension is provided use .txt" gekozen zijn in het dialog. '), _defineProperty(_nl$data, 'HELP_12_Desc_19', 'Open terminal en voer het volgende commando uit: `geth account import ~/Desktop/niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_20', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_21', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_22', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_12_Desc_23', 'Open Kladblok (Notepad) & plak de prive seutel '), _defineProperty(_nl$data, 'HELP_12_Desc_24', 'Sla het bestand op als `niets_bijzonders_verwijder_mij.txt` in `C:` '), _defineProperty(_nl$data, 'HELP_12_Desc_25', 'Open de command prompt en voer het volgende commando uit: `geth account import C:\\niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_26', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_27', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_28', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_13_Title', '13) Wat betekend "Ontoereikend saldo. Het account waarvan je de transactie verstuurd bevat niet voldoende saldo. Vereist XXXXXXXXXXXXXXXXXXX en heeft: XXXXXXXXXXXXXXXX."? '), _defineProperty(_nl$data, 'HELP_13_Desc_1', 'Dit betekend dat je account onvoldoende Ether bevat om de kosten voor het vereiste gas te dekken. Elke transactie (inclusief token en contract transacties) vereisen gas en dit gas wordt betaald in Ether. Het weergegeven nummer is de hoeveelheid die voor de transactie vereist in Wei. Neem dit nummer, deel het door `1000000000000000000`, en trek daarvan de hoeveelheid Ether die je probeerde te verzenden af (als je probeerde Ether te versturen). Dit geeft je de hoeveelheid Ether die je dient te versturen naar het account om de transactie te maken. '), _defineProperty(_nl$data, 'HELP_14_Title', '14) Sommige sites zorgen voor een willekeurigheid (seed) bij het genereren van de prive sleutel via muis bewegingen. MyEtherWallet.com doet dit niet. Is de wikkeleurigheid (random number generation) van MyEtherWallet wel veilig? '), _defineProperty(_nl$data, 'HELP_14_Desc_1', 'Hoewel het bewegen van de muis een slimme truck is en we begrijpen waarom mensen dit een goed idee vinden, is de werkelijkheid dat "window.crypto" een grotere willekeurigheid (hogere entropie) zeker stelt dan je muisbewegingen. De muisbewegingen zijn niet onveilig, echter wij (en enorm veel andere crypto experimenten) geloven in "window.crypto". Bovendien kan MyEtherWallet.com gebruikt worden op touchscreen apparaten. Hier vind je een [conversatie tussen een boze redditor en Vitalik Buterin over de muisbewegingen v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_nl$data, 'HELP_15_Title', '15) Hoe komt het dat het wallet wat ik zojuist heb aangemaakt niet in de blockchain explorer terug te vinden is? (bijvoorbeeld: etherchain, etherscan) '), _defineProperty(_nl$data, 'HELP_15_Desc_1', 'Adresen zullen enkel in een blockchain explorer worden weergegeven zodra er activiteit op een account heeft plaats gevonden. Bijvoorbeeld, zodra je er wat Ether naar toe verzonden hebt. '), _defineProperty(_nl$data, 'HELP_16_Title', '16) Hoe check ik het saldo van mijn account? '), _defineProperty(_nl$data, 'HELP_16_Desc_1', 'Je kunt hiervoor een blockchain explorer gebruiken zoals bijvoorbeeld [etherscan.io](https://etherscan.io/). Plak daar je adres in de zoekbalk en je adres en transactie geschiedenis zullen worden getoond. Bekijk bijvoobeeld hoe ons [donatie account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) eruit ziet op etherscan.io '), _defineProperty(_nl$data, 'HELP_17_Title', '17) Waarom wordt mijn saldo niet weergegeven nadat ik mijn wallet heb ontsleuteld? '), _defineProperty(_nl$data, 'HELP_17_Desc_1', 'Dit wordt zeer waarschijnlijk veroorzaakt door het feit dat je achter een firwall zit. De API waarvan we gebruik maken om je saldo op te halen en te converteren wordt vaak geblokkeerd door firewalls om wat voor reden dan ook. Het is nog steeds mogelijk om transacties te verzenden, je hebt enkel een andere methode nodig om je saldo the checken, zoals bijvoorbeeld etherscan.io '), _defineProperty(_nl$data, 'HELP_18_Title', '18) Waar is mijn Geth wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Title', '19) Waar is mijn Mist wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Desc_1', 'Mist bestanden zijn normaliter te vinden op de bovenstaande bestandslocaties, maar het volgende is veel makkelijker: open Mist, selecteer "Accounts" in de top balk, selecteer "Backup", en selecteer "Accounts". Hiermee open je de map waar je bestanden worden bewaard. '), _defineProperty(_nl$data, 'HELP_20_Title', '20) Waar is mijn pre-sale wallet bestand? '), _defineProperty(_nl$data, 'HELP_20_Desc_1', 'Waar jij het opgeslagen hebt. ;) Het was ook naar je gemailed, dus kijk ook daar. Zoek naar het bestand genaamd "ethereum_wallet_backup.json" en selecteer dit bestand. Dit wallet bestand zal versleuteld (encrypted) zijn met een wachtwoord dat je aangemaakt hebt tijdens de aankoop van de pre-sale. '), _defineProperty(_nl$data, 'HELP_21_Title', '21) Kan iedereen niet simpelweg willekeurige prive sleutels invoeren, zoekend naar een saldo, en dit naar hun eigen adres versturen? '), _defineProperty(_nl$data, 'HELP_21_Desc_1', 'De korte versie: ja, echter het vinden van een account met saldo gaat je langer duren dan het universum...dus...nee. '), _defineProperty(_nl$data, 'HELP_21_Desc_2', 'De lange ELI5 versie: Ethereum is gebasserd op [Publieke Sleutel Cryptografie](https://en.wikipedia.org/wiki/Public-key_cryptography), en meer specifiek op [Elliptische curve cryptografie](https://eprint.iacr.org/2013/734.pdf) wat op grote schaal gebruikt wordt, niet alleen in Ethereum. De meeste van onze servers zijn beveiligd via ECC. Bitcoin maakt hier ook gebruik van, net als SSH, TLS en vele andere dingen. De specifieke Ethereum sleutels zijn 256-bit sleutels, welke sterker zijn dan 128-bit en 192-bit, terwijl die ook op grote schaal gebruikt worden en no steeds als veilig worden beschouwd door experts. '), _defineProperty(_nl$data, 'HELP_21_Desc_3', 'Hierbij heb je een prive sleutel en een publieke sleutel. Vanuit de prive sleutel kan de publieke sleutel afgeleid worden, maar de publieke sleutel kan niet terug omgezet worden in de prive sleutel. Het feit dat het internet en ’s werelds geheimen gebruik maken van deze cryptografie betekend dat indien er een manier is om van publieke sleutel naar prive sleutel te gaan, dat jouw verloren ether wel het minste van een ieders probleem is. '), _defineProperty(_nl$data, 'HELP_21_Desc_4', 'Nu we dat duidelijk hebben: JA, als iemand anders je prive sleutel heeft kunnen ze inderdaad ether vanuit jouw account versturen. Net zoals dat iemand die je wachtwoord van je email heeft, je email kan lezen en sturen, of met het wachtwoord van je bank rekening geld kunnen overmaken. Je zou de Keystore versie van je prive sleutel kunnen downloaden, dat is je prive sleutel die is versleuteld (encrypted) met een wachtwoord. Dit is alsof je een wachtwoord hebt want je vervolgens nog eens beveiligd met een ander wachtwoord. '), _defineProperty(_nl$data, 'HELP_21_Desc_5', 'En JA, in theorie zou je een serie van 64 hexadecimale karakters kunnen intypen tot je er een hebt die matched. Sterker nog, een slim persoon zou een programma kunnen schrijven om heel snel willekeurige prive sleutels te controleren. Dit wordt ook wel "brute-forcing" van prive sleutels genoemd. Mensen hebben hier lang en goed over nagedacht. Met enkele krachtige servers zouden ze misschien wel zo’n miljoen sleutels per seconde kunnen controleren. Echter, zelfs wanneer er zoveel sleutels per seconde gecontroleed kunnen worden zou de opbrengst ervan niet eens in de buurt komen bij de kosten om de servers te onderhouden - het is waarschijnlijker dat jij, en je achterkleinkinderen, zijn overleden voordat je een match vind. '), _defineProperty(_nl$data, 'HELP_21_Desc_6', 'Als je Bitcoin een beetje kent, [biedt dit een aardig perspectief:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_nl$data, 'HELP_21_Desc_7', '[Als je het iets technischer wilt:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_nl$data, 'HELP_21_Desc_8', 'Uiteraard gaat bovenstaande er vanuit dat de sleutels worden gegenereerd met een volledige willekeur & met afdoende entropie. De sleutels die hier gegenreerd worden voldoen aan dat criterium, net als Jaxx en Mist/geth. De Ethereum wallets zijn allemaal best goed. Sleutels gegenereerd door "brainwallets" doen dit niet, omdat een het brein van een persoon niet capabel is om een werkelijk willekeurige "seed" te maken. Er zijn een heel aantal kwesties geweest met betrekking tot het gebrek entropie en "seeds" die niet in een volledig willekeurige manier waren gemaakt in Bitcoin-land, maar dat is een ander verhaal en kan wachten tot een andere keer. '), _defineProperty(_nl$data, 'HELP_SecCX_Title', 'Beveiliging - MyEtherWallet CX '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_1', 'Waar bewaard deze extentie mijn informatie? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_2', 'De informatie die je bewaard in deze Chrome Extensie wordt opgeslagen via [chrome.storage](http://chrome.storage/). - dit is dezelfde plek als waar je wachtwoorden staan opgeslagen als je je wachtwoorden bewaard in Chrome. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_3', 'Welke informatie wordt bewaard? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_4', 'Het adres, nickname en prive sleutel worden bewaard in chrome.storage. De prive sleutel is versleuteld (encrypted) met het wachtwoord wat je hebt ingesteld toen je je wallet hebt toegevoegd. De nickname en het wallet adres zijn niet versleuteld. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_5', 'Waarom zijn de nickname en adres niet versleuteld? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_6', 'Als we deze items zouden versleutelen, zou je iedere keer dat je je saldo of nicknames wilt checken je wachtwoord moeten invoeren. Als je je hierover zorgen maakt, raden we je aan om gebruik te maken van MyEtherWallet.com in plaats van deze Chrome Extensie. '), _defineProperty(_nl$data, 'HELP_Sec_Title', 'Beveiliging '), _defineProperty(_nl$data, 'HELP_Sec_Desc_1', 'Als een van je eerste vragen is: "Waarom zou ik deze mensen moeten vertrouwen?", dan is dat alleen maar goed. Hopelijk zal het volgende je angst verminderen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_2', 'We zijn up en running sinds augustus 2015. Als je zoekt naar ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), zul je tal van mensen vinden die ons met groot succes gebruiken. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_3', 'We gaan je niet je geld afnemen of je prive sleutel(s) stelen. Onze website bevat geen kwaadaardige code. Sterker nog, de "GENEREER WALLET" paginas zijn volledig client-side. Dit betekend dat alle code wordt uitgevoerd op ** jouw computer** en dat het buiten jouw computer niets bewaard of verstuurd. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_4', 'Controleer de URL -- Deze website draait vanaf GitHub en je kunt de bron code hier vinden: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) naar de domein namen: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_nl$data, 'HELP_Sec_Desc_5', 'Om wallets te genereren, kun je ook de [source code](https://github.com/kvhnuke/etherwallet/releases/latest) downloaden. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_6', 'Doe een test ronde en controleer wat voor netwerk activiteit er plaats vind. De makkelijkste manier om dit te doen is door met de rechtermuisknop op de pagina de klikken en te kiezen voor "inspecteer element". Ga naar het "Netwerk" tab. Genereer een test wallet. Je zult zien dat er geen netwerk activiteit is. Je zou kunnen zien dat er iets gebeurd wat er als volgt uitziet: data:image/gif and data:image/png. Dit zijn de QR codes die worden gegenereerd...op jouw computer...door jouw computer. Er werden geen bytes overgedragen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_8', 'Als je je niet pettig voelt bij het gebruikt van deze tool, gebruik hem dan vooral niet. We hebben deze tool voor mensen gemaakt als een handige manier om wallets te genereren en transacties te maken zonder dat je in de command prompt hoeft te duiken of een "full node" moet draaien. Nogmaals, voel je vrij om contact met ons op te nemen als je je zorgen maakt en we zullen zo snel mogelijk reageren. Bedankt! '), _defineProperty(_nl$data, 'HELP_FAQ_Title', 'Meer hulpzame antwoorden op veel voorkomende vragen: '), _defineProperty(_nl$data, 'HELP_Contact_Title', 'Manieren om in contact te komen:'), _nl$data); +}, _defineProperty(_nl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_nl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_nl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_nl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_nl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_nl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_nl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_nl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_nl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_nl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_nl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_nl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_nl$data, 'x_CancelReplaceTx', 'Annuleer of Vervang Transactie'), _defineProperty(_nl$data, 'x_CancelTx', 'Annuleer Transactie'), _defineProperty(_nl$data, 'x_PasswordDesc', 'Dit wachtwoord * versleuteld * je prive sleutel. Dit wachtwoord dient niet als "seed" om je sleutels te genereren. **Je hebt zowel je wachtwoord als je prive sleutel beide nodig om je wallet te openen.**'), _defineProperty(_nl$data, 'x_ReadMore', 'Lees meer'), _defineProperty(_nl$data, 'x_ReplaceTx', 'Vervang Transactie'), _defineProperty(_nl$data, 'x_TransHash', 'Transactie Hash'), _defineProperty(_nl$data, 'x_TXFee', 'TX Vergoeding ("TX Fee")'), _defineProperty(_nl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_nl$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_nl$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_nl$data, 'tx_Details', 'Transactie Details'), _defineProperty(_nl$data, 'tx_Summary', 'Ten tijden van hoog transactie volume (zoals tijdens ICOs) kunnen transacties voor uren, zo niet dagen, "pending" blijven. Deze tool heeft als doel om je de mogelijkheid te geven om deze TXs op te sporen en ze te "annuleren" / vervangen. ** Dit is niet typisch iets wat je kunt doen. Je zou er niet op moeten vertrouwen dat dit werkt & het kan alleen werken als de TX Pools vol zitten. [Lees hier meer over deze tool.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_nl$data, 'tx_notFound', 'Transactie Niet Gevonden'), _defineProperty(_nl$data, 'tx_notFound_1', 'Deze TX werd niet gevonden in de TX Pool van de node waarmee je bent verbonden.'), _defineProperty(_nl$data, 'tx_notFound_2', 'Als je deze transactie zojuist hebt verzonden, wacht dan eerst 15 seconden en druk nogmaals op de "Check TX Status" knop. '), _defineProperty(_nl$data, 'tx_notFound_3', 'De transactie zou nog steeds in de TX Pool van een andere node kunnen zitten, in afwachting om ge-mined te worden.'), _defineProperty(_nl$data, 'tx_notFound_4', 'Gebruik het drop-down menu in de rechterbovenhoek & selecteer een andere ETH node (bijvoobeeld `ETH (Etherscan.io)` of `ETH (Infura.io)` of `ETH (MyEtherWallet)`) en check opnieuw.'), _defineProperty(_nl$data, 'tx_foundInPending', 'Pending Transactie Gevonden'), _defineProperty(_nl$data, 'tx_foundInPending_1', 'Je transactie is gevonden in de TX Pool van de node waarmee je bent verbonden. '), _defineProperty(_nl$data, 'tx_foundInPending_2', 'Je transactie is momenteel "pending" (in afwachting om ge-mined te worden). '), _defineProperty(_nl$data, 'tx_foundInPending_3', 'Er is een kans dat je je transactie kunt "anneleren" of vervangen. Open je wallet hieronder.'), _defineProperty(_nl$data, 'tx_FoundOnChain', 'Transactie Gevonden'), _defineProperty(_nl$data, 'tx_FoundOnChain_1', 'Je transactie was succesvol ge-mined en is in de blockchain opgenomen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_2', '**Als je een rood `( ! )`, een `BAD INSTRUCTION` of een `OUT OF GAS` foutmelding**, betekend dat dat de transactie niet succesvol is *verzonden*. Je kunt deze transactie niet annuleren of vervangen. Verzend in plaats daarvan een nieuwe transactie. Als je een "Out of Gas" foutmelding krijgt, zou je de oorspronkelijke gas limit moeten verdubbelen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_3', '**Als je geen enkele foutmelding ziet is je transactie met succes verzonden.** Je ETH of Tokens zijn waar je ze naar verzonden hebt. Als je je verzonden ETH of Tokens niet gecrediteerd ziet in je andere wallet / exchange account, en het is inmiddels al 24+ uur geleden sinds je de transactie verzonden hebt, neem dan [contact op met die service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Geef ze de *link* naar je transactie en vraag ze op je allerliefste manier om naar je situatie te kijken.'), _defineProperty(_nl$data, 'GEN_Help_1', 'gebruik jouw'), _defineProperty(_nl$data, 'GEN_Help_2', 'om toegang tot je account te verkrijgen.'), _defineProperty(_nl$data, 'GEN_Help_3', 'Jouw device * is * je wallet.'), _defineProperty(_nl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_nl$data, 'GEN_Help_5', 'Hoe maak je een Wallet'), _defineProperty(_nl$data, 'GEN_Help_6', 'Aan de slag'), _defineProperty(_nl$data, 'GEN_Help_7', 'Bewaar dit veilig · Maak een backup · Deel het met niemand · Raak het niet kwijt · Dit kan niet meer worden hersteld als je het kwijtraakt.'), _defineProperty(_nl$data, 'GEN_Help_8', 'Lukt het downloaden niet? '), _defineProperty(_nl$data, 'GEN_Help_9', 'Probeer het met Google Chrome '), _defineProperty(_nl$data, 'GEN_Help_10', 'Rechtermuisknop & kies opslaan als. Bestandsnaam: '), _defineProperty(_nl$data, 'GEN_Help_11', 'Open dit bestand niet op je computer '), _defineProperty(_nl$data, 'GEN_Help_12', 'Gebruik het enkel om je wallet te openen via MyEtherWallet (of Mist, Geth, Parity en andere wallet clients.) '), _defineProperty(_nl$data, 'GEN_Help_13', 'Hoe maak je een backup van je Keystore bestand '), _defineProperty(_nl$data, 'GEN_Help_14', 'Wat zijn al deze verschillende formaten? '), _defineProperty(_nl$data, 'GEN_Help_15', 'Voorkom verlies & diefstal van je tegoeden.'), _defineProperty(_nl$data, 'GEN_Help_16', 'Wat zijn al deze verschillende formaten?'), _defineProperty(_nl$data, 'GEN_Help_17', 'Waarom zou ik?'), _defineProperty(_nl$data, 'GEN_Help_18', 'Om een tweede extra backup te hebben.'), _defineProperty(_nl$data, 'GEN_Help_19', 'Voor als je ooit je wachtwoord vergeet.'), _defineProperty(_nl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_nl$data, 'GET_ConfButton', 'Ik begrijp het. Ga door.'), _defineProperty(_nl$data, 'GEN_Label_5', 'Sla je Prive Sleutel op. '), _defineProperty(_nl$data, 'GEN_Unlock', 'Open je wallet om je adres te bekijken'), _defineProperty(_nl$data, 'GAS_PRICE_Desc', 'Gas Prijs is het bedrag dat je betaald per unit gas. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Des te hoger de gas prijs = de sneller je transactie, maar ook duurder. Standaard is `41 GWEI`.'), _defineProperty(_nl$data, 'GAS_LIMIT_Desc', 'Gas limiet is de hoeveelheid gas waarmee je je TX verstuurd. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Het verhogen van dit nummer zorgt er niet voor dat je TX sneller ge-mined zal worden. Verzenden van ETH = `21000`. Verzenden van Tokens = ~`200000`.'), _defineProperty(_nl$data, 'NONCE_Desc', 'De nonce is het aantal transacties die reeds verzonden zijn van een gegeven adres. De nonce verzekert dat transacties in de juiste volgorde worden verzonden en dat een transactie slechts 1 keer geldig is.'), _defineProperty(_nl$data, 'TXFEE_Desc', 'De TX vergoeding (`fee`) wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. De vergoeding is de `gas limiet` * `gas prijs`. [Je kunt hier GWEI -> ETH converteren](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_nl$data, 'NAV_AddWallet', 'Wallet Toevoegen '), _defineProperty(_nl$data, 'NAV_BulkGenerate', 'Bulk Genereren '), _defineProperty(_nl$data, 'NAV_Contact', 'Contact '), _defineProperty(_nl$data, 'NAV_Contracts', 'Contracten '), _defineProperty(_nl$data, 'NAV_DeployContract', 'Publiceer Contract '), _defineProperty(_nl$data, 'NAV_ENS', 'ENS'), _defineProperty(_nl$data, 'NAV_GenerateWallet_alt', 'Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_GenerateWallet', 'Genereer Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_Help', 'Help '), _defineProperty(_nl$data, 'NAV_InteractContract', 'Interactie met Contract '), _defineProperty(_nl$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_nl$data, 'NAV_MyWallets', 'Mijn Wallets '), _defineProperty(_nl$data, 'NAV_Offline', 'Verzend Offline '), _defineProperty(_nl$data, 'NAV_SendEther', 'Verzend Ether & Tokens '), _defineProperty(_nl$data, 'NAV_SendTokens', 'Verzend Tokens '), _defineProperty(_nl$data, 'NAV_SignMsg', 'Onderteken Bericht '), _defineProperty(_nl$data, 'NAV_Swap', 'Omwisselen '), _defineProperty(_nl$data, 'NAV_ViewWallet', 'Bekijk Wallet Info '), _defineProperty(_nl$data, 'NAV_YourWallets', 'Jouw Wallets '), _defineProperty(_nl$data, 'x_Access', 'Verkrijg Toegang '), _defineProperty(_nl$data, 'x_AddessDesc', 'Je Adres wordt ook wel je `Account #` of je Publieke Sleutel ("Public Key") genoemd. Dit is wat je deelt met anderen zodat ze je Ether of Tokens kunnen toesturen. Zie ook je kleurrijke adres icoon. Zorg ervoor dat het matched met je paper wallet & waar dan ook wanneer je je adres ergens invoerd. Dit icoon is een makkelijke manier om je adres te herkennen. '), _defineProperty(_nl$data, 'x_Address', 'Je Adres '), _defineProperty(_nl$data, 'x_Cancel', 'Annuleren '), _defineProperty(_nl$data, 'x_CSV', 'CSV bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Download', 'Download '), _defineProperty(_nl$data, 'x_Json', 'JSON Bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_JsonDesc', 'Dit is het onversleutelde, JSON formaat van je prive sleutel ("Private Key"). Dit betekend dat je het wachtwoord niet nodig hebt, maar ook dat een ieder die je JSON bestand vind toegang heeft tot je wallet & Ether zonder wachtwoord. '), _defineProperty(_nl$data, 'x_Keystore', 'Keystore Bestand (UTC / JSON · Aangeraden · versleuteld) '), _defineProperty(_nl$data, 'x_Keystore2', 'Keystore Bestand (UTC / JSON) '), _defineProperty(_nl$data, 'x_KeystoreDesc', 'Dit Keystore bestand voldoet aan het formaat zoals gebruikt door Mist waardoor je het gemakkelijk kunt importeren in de toekomst. Dit is de aanbevolen methode voor download en back up. '), _defineProperty(_nl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_nl$data, 'x_Mnemonic', 'Mnemonic Zin '), _defineProperty(_nl$data, 'x_ParityPhrase', 'Parity herstelzin '), _defineProperty(_nl$data, 'x_Password', 'Wachtwoord '), _defineProperty(_nl$data, 'x_Print', 'Druk je papieren wallet af '), _defineProperty(_nl$data, 'x_PrintDesc', 'ProTip: Klik Afdrukken en sla deze pagina op als PDF, zelfs als je geen printer hebt! '), _defineProperty(_nl$data, 'x_PrintShort', 'Afdrukken '), _defineProperty(_nl$data, 'x_PrivKey', 'Prive Sleutel (onversleuteld) '), _defineProperty(_nl$data, 'x_PrivKey2', 'Prive Sleutel '), _defineProperty(_nl$data, 'x_PrivKeyDesc', 'Dit is een onversleutelde tekst versie van je prive sleutel waarbij geen wachtwoord benodigd is. Mocht iemand deze onversleutelde prive sleutel vinden, kunnen zij zonder wachtwoord bij je account. Om deze reden zijn versleutelde versies aanbevolen. '), _defineProperty(_nl$data, 'x_Save', 'Opslaan '), _defineProperty(_nl$data, 'x_TXT', 'TXT bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Wallet', 'Wallet '), _defineProperty(_nl$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extensie '), _defineProperty(_nl$data, 'CX_Warning_1', 'Zorg voor **externe backups** van alle wallets die je hier opslaat. Er kunnen diverse dingen gebeuren die ervoor zorgen dat je gegevens in deze Chrome Extensie verloren gaan, inclusief het deinstalleren en installeren van de extensie. Deze extensie is een manier om je wallet gemakkelijk toegankelijk te maken, **geen** manier om ze te backuppen. '), _defineProperty(_nl$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_nl$data, 'MEW_Warning_1', 'Check altijd de URL voordat je jouw wallet opent of een nieuwe wallet genereert. Pas op voor phishing sites! '), _defineProperty(_nl$data, 'FOOTER_1', 'Een gratis, open source, client-side interface om Ethereum wallets te genereren & meer. Wissel op een gemakkelijke & veilige manier informatie uit met de Ethereum blockchain. Dubbel-check de URL/link ( myetherwallet.com ) alvorens je wallet te openen.'), _defineProperty(_nl$data, 'FOOTER_1b', 'Gemaakt door '), _defineProperty(_nl$data, 'FOOTER_2', 'Donaties worden zeer gewaardeerd: '), _defineProperty(_nl$data, 'FOOTER_3', 'Client-side wallet genereren door '), _defineProperty(_nl$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_nl$data, 'sidebar_AccountInfo', 'Account Informatie '), _defineProperty(_nl$data, 'sidebar_AccountAddr', 'Account Adres '), _defineProperty(_nl$data, 'sidebar_AccountBal', 'Account Saldo '), _defineProperty(_nl$data, 'sidebar_TokenBal', 'Token Saldo '), _defineProperty(_nl$data, 'sidebar_Equiv', 'Equivalente Waarde '), _defineProperty(_nl$data, 'sidebar_TransHistory', 'Transactie Geschiedenis '), _defineProperty(_nl$data, 'sidebar_donation', 'MyEtherWallet is een gratis, open-source service toegewijd aan jouw privacy en beveiliging. Des te meer donaties we ontvangen, des te meer tijd we zullen spenderen aan nieuwe functies, aan de hand van jouw terugkoppeling, en we je kunnen geven wat jij wilt. Wij zijn slechts twee mensen die de wereld een stukje beter willen maken. Help jij mee? '), _defineProperty(_nl$data, 'sidebar_donate', 'Doneer '), _defineProperty(_nl$data, 'sidebar_thanks', 'BEDANKT!!! '), _defineProperty(_nl$data, 'sidebar_DisplayOnTrezor', 'Toon adres op TREZOR'), _defineProperty(_nl$data, 'sidebar_DisplayOnLedger', 'Toon adres op Ledger'), _defineProperty(_nl$data, 'decrypt_Access', 'Hoe wil je toegang tot je wallet? '), _defineProperty(_nl$data, 'decrypt_Title', 'Selecteer het formaat van je prive sleutel: '), _defineProperty(_nl$data, 'decrypt_Select', 'Selecteer een Wallet: '), _defineProperty(_nl$data, 'MNEM_1', 'Selecteer het adres waarmee je wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_2', 'Met jouw enkele HD mnemonic zin heb je toegang tot meerdere wallets / adressen. Selecteer het adres waarmee je nu wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_more', 'Meer Adressen '), _defineProperty(_nl$data, 'MNEM_prev', 'Vorige Adressen '), _defineProperty(_nl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_1', 'Verbind je Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_2', 'Open de Ethereum applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Exp', 'Open de Expanse applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Ubq', 'Open de Ubiq applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_3', 'Controleer of "Browser Support" is ingeschakeld in je instellingen '), _defineProperty(_nl$data, 'ADD_Ledger_4', 'Als je "Browser Support" niet in je instellingen kunt vinden, controleer dan dat je [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) is '), _defineProperty(_nl$data, 'ADD_Ledger_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_Ledger_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Ledger_scan', 'Verbind met Ledger Wallet '), _defineProperty(_nl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_nl$data, 'ADD_Trezor_scan', 'Verbind met TREZOR '), _defineProperty(_nl$data, 'ADD_MetaMask', 'Verbind met MetaMask '), _defineProperty(_nl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_scan', 'Verbind met Digital Bitbox '), _defineProperty(_nl$data, 'ADD_Label_1', 'Wat wil je doen? '), _defineProperty(_nl$data, 'ADD_Radio_1', 'Genereer nieuwe wallet '), _defineProperty(_nl$data, 'ADD_Radio_2', 'Selecteer je wallet bestand (Keystore / JSON) '), _defineProperty(_nl$data, 'ADD_Radio_2_alt', 'Selecteer je wallet bestand '), _defineProperty(_nl$data, 'ADD_Radio_2_short', 'SELECTEER WALLET BESTAND... '), _defineProperty(_nl$data, 'ADD_Radio_3', 'Plak/Type je prive sleutel '), _defineProperty(_nl$data, 'ADD_Radio_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Radio_5', 'Plak/type Mnemonic '), _defineProperty(_nl$data, 'ADD_Radio_5_Path', 'Selecteer HD derivation path '), _defineProperty(_nl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_nl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_nl$data, 'ADD_Label_2', 'Verzin een Nickname: '), _defineProperty(_nl$data, 'ADD_Label_3', 'Je wallet is versleuteld. Geef je wachtwoord '), _defineProperty(_nl$data, 'ADD_Label_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Warning_1', 'Je kunt elk account toevoegen als "bekijken" in het wallets tabblad zonder de prive sleutel te uploaden. Dit betekend ** niet ** dat je toegang hebt tot deze wallet, noch dat je er Ether vanuit kunt versturen. '), _defineProperty(_nl$data, 'ADD_Label_5', 'Voer het adres in '), _defineProperty(_nl$data, 'ADD_Label_6', 'Ontsleutel je wallet '), _defineProperty(_nl$data, 'ADD_Label_6_short', 'Ontsleutel '), _defineProperty(_nl$data, 'ADD_Label_7', 'Voeg account toe '), _defineProperty(_nl$data, 'ADD_Label_8', 'Wachtwoord (optioneel): '), _defineProperty(_nl$data, 'MYWAL_Nick', 'Wallet Nickname '), _defineProperty(_nl$data, 'MYWAL_Address', 'Wallet Adres '), _defineProperty(_nl$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_nl$data, 'MYWAL_Edit', 'Bewerken '), _defineProperty(_nl$data, 'MYWAL_View', 'Bekijken '), _defineProperty(_nl$data, 'MYWAL_Remove', 'Verwijderen '), _defineProperty(_nl$data, 'MYWAL_RemoveWal', 'Verwijder Wallet: '), _defineProperty(_nl$data, 'MYWAL_WatchOnly', 'Je Watch-Only Accounts '), _defineProperty(_nl$data, 'MYWAL_Viewing', 'Te Bekijken Wallet '), _defineProperty(_nl$data, 'MYWAL_Hide', 'Verberg Wallet Info '), _defineProperty(_nl$data, 'MYWAL_Edit_2', 'Bewerk Wallet '), _defineProperty(_nl$data, 'MYWAL_Name', 'Wallet Naam '), _defineProperty(_nl$data, 'MYWAL_Content_1', 'Waarschuwing! Je staat op het punt om je wallet te verwijderen '), _defineProperty(_nl$data, 'MYWAL_Content_2', 'Wees er zeker van dat je **de prive sleutel/JSON bestand en het wachtwoord opgeslagen hebt** van deze wallet voordat je het verwijderd. '), _defineProperty(_nl$data, 'MYWAL_Content_3', 'Als je deze wallet in de toekomst nog wilt gebruiken met MyEtherWallet CX, zul je het met de hand moeten toevoegen door gebruik te maken van de prive sleutel/JSON en wachtwoord. '), _defineProperty(_nl$data, 'GEN_desc', 'Als je meerdere wallets wilt genereren, kun je dat hier doen '), _defineProperty(_nl$data, 'GEN_Label_1', 'Voer een sterk wachtwoord in (minimaal 9 karakters) '), _defineProperty(_nl$data, 'GEN_Placeholder_1', 'Vergeet NIET om dit wachtwoord op te slaan! '), _defineProperty(_nl$data, 'GEN_SuccessMsg', 'Gelukt! Je wallet is gegenereerd. '), _defineProperty(_nl$data, 'GEN_Label_2', 'Sla je "Keystore" bestand op.'), _defineProperty(_nl$data, 'GEN_Label_3', 'Sla je adres op. '), _defineProperty(_nl$data, 'GEN_Label_4', 'Optioneel: Druk je papieren wallet af, of bewaar hem als QR code.'), _defineProperty(_nl$data, 'BULK_Label_1', 'Aantal te genereren wallets '), _defineProperty(_nl$data, 'BULK_Label_2', 'Genereer Wallets '), _defineProperty(_nl$data, 'BULK_SuccessMsg', 'Gelukt! Je wallets zijn gegenereerd. '), _defineProperty(_nl$data, 'SEND_addr', 'Aan Adres '), _defineProperty(_nl$data, 'SEND_amount', 'Te verzenden bedrag '), _defineProperty(_nl$data, 'SEND_amount_short', 'Bedrag '), _defineProperty(_nl$data, 'SEND_custom', 'Aangepast Token '), _defineProperty(_nl$data, 'SEND_gas', 'Gas '), _defineProperty(_nl$data, 'SEND_TransferTotal', 'Verzend volledig saldo '), _defineProperty(_nl$data, 'SEND_generate', 'Genereer Transactie '), _defineProperty(_nl$data, 'SEND_raw', 'Raw Transactie '), _defineProperty(_nl$data, 'SEND_signed', 'Gesigneerde Transactie '), _defineProperty(_nl$data, 'SEND_trans', 'Verzend Transactie '), _defineProperty(_nl$data, 'SENDModal_Title', 'Waarschuwing! '), _defineProperty(_nl$data, 'SENDModal_Content_1', 'Je staat op het punt om het volgende bedrag over te maken '), _defineProperty(_nl$data, 'SENDModal_Content_2', 'aan adres '), _defineProperty(_nl$data, 'SENDModal_Content_3', 'Weet je zeker dat je dit wilt doen? '), _defineProperty(_nl$data, 'SENDModal_Content_4', 'OPMERKING: Als je een fout bent tegengekomen, zul je waarschijnlijk ether aan je account moeten toevoegen om de gas kosten voor het verzenden van deze transactie te betalen. Gas wordt betaald in ether. '), _defineProperty(_nl$data, 'SENDModal_No', 'Nee, haal me hier weg! '), _defineProperty(_nl$data, 'SENDModal_Yes', 'Ja, ik weet het zeker! Maak de transactie. '), _defineProperty(_nl$data, 'TOKEN_Addr', 'Token Contract Adres '), _defineProperty(_nl$data, 'TOKEN_Symbol', 'Token Symbool '), _defineProperty(_nl$data, 'TOKEN_Dec', 'Decimalen '), _defineProperty(_nl$data, 'TOKEN_show', 'Toon alle Tokens '), _defineProperty(_nl$data, 'TOKEN_hide', 'Verberg Tokens '), _defineProperty(_nl$data, 'TRANS_desc', 'Als je Tokens wilt versturen, gebruik dan de "Verzend Token" pagina i.p.v. deze pagina. '), _defineProperty(_nl$data, 'TRANS_advanced', '+Geavanceerd: Voeg Data toe '), _defineProperty(_nl$data, 'TRANS_data', 'Data '), _defineProperty(_nl$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_nl$data, 'TRANS_sendInfo', 'Een standaard transactie met 21000 gas zal 0.000441 ETH kosten. Wij gebruiken een iets-boven-minimum gas prijs van 0.000000021 ETH om te garranderen dat de transactie snel uitgevoerd zal worden. Wij zijn niet verantwoordelijk voor je transactie kosten. '), _defineProperty(_nl$data, 'OFFLINE_Title', 'Genereer & Verzend een Offline Transactie '), _defineProperty(_nl$data, 'OFFLINE_Desc', 'Een offline transactie doe je in drie stappen. Stap 1 en 3 doe je op een online computer, terwijl je stap 2 uitvoert op een offline/afgeschermde computer. Dit zorgt ervoor dat je prive sleutel niet in aanraking komt met een met internet verbonden computer. '), _defineProperty(_nl$data, 'OFFLLINE_Step1_Title', 'Stap 1: Genereer Informatie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step1_Button', 'Genereer Informatie '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_1', 'Van Adres '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_2', 'Opmerking: Dit is het VAN adress, niet het AAN adres. De Nonce wordt generenereerd van het oorspronkelijke account. Als je een afgeschermde (airgapped) computer gebruikt, zal dit het adres van het cold-storage account zijn. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Title', 'Stap 2: Genereer Transactie (Offline Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_1', 'Aan Adres '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_2', 'Waarde / Te Verzenden Bedrag '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3', 'Gas Prijs '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4', 'Gas Limiet '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4b', '21000 is de standaard gas limiet. Als je (naar) een contract verstuurd of data toevoegd, zou je dit anders moeten instellen. Alle onbenutte gas zal aan je worden teruggestuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6b', 'Dit is optioneel. Data wordt vaak gebruikt als je transacties naar contracten verstuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_7', 'Selecteer en geef je Prive Sleutel / JSON in. '), _defineProperty(_nl$data, 'OFFLINE_Step3_Title', 'Stap 3: Verstuur / Publiceer Transactie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step3_Label_1', 'Plak de gesigneerde transactie van Stap 2 hier en klik de "Verzend Transactie" knop. '), _defineProperty(_nl$data, 'CONTRACT_Title', 'Contract Adres '), _defineProperty(_nl$data, 'CONTRACT_Title_2', 'Selecteer Bestaand Contract '), _defineProperty(_nl$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_nl$data, 'CONTRACT_Interact_Title', 'Lees / Schrijf Contract '), _defineProperty(_nl$data, 'CONTRACT_Interact_CTA', 'Selecteer een functie '), _defineProperty(_nl$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_nl$data, 'CONTRACT_Read', 'LEES '), _defineProperty(_nl$data, 'CONTRACT_Write', 'SCHRIJF '), _defineProperty(_nl$data, 'DEP_generate', 'Genereer Bytecode '), _defineProperty(_nl$data, 'DEP_generated', 'Gegenereerde Bytecode '), _defineProperty(_nl$data, 'DEP_signtx', 'Onderteken Transactie '), _defineProperty(_nl$data, 'DEP_interface', 'Gegenereerde Interface '), _defineProperty(_nl$data, 'NODE_Title', 'Stel je Custom Node in'), _defineProperty(_nl$data, 'NODE_Subtitle', 'Om met een lokale node te verbinden...'), _defineProperty(_nl$data, 'NODE_Warning', 'Je node dient HTTPS te zijn om met MyEtherWallet.com te kunnen verbinden. Je kunt de [MyEtherWallet repo downloaden](https://github.com/kvhnuke/etherwallet/releases/latest) en lokaal uitvoeren en vervolgens met iedere node verbinden. Of, verkrijg een gratis SSL certificaat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_nl$data, 'NODE_Name', 'Node Naam'), _defineProperty(_nl$data, 'NODE_Port', 'Node Poort'), _defineProperty(_nl$data, 'NODE_CTA', 'Opslaan & Custom Node gebruiken'), _defineProperty(_nl$data, 'SWAP_rates', "Actuele Koersen "), _defineProperty(_nl$data, 'SWAP_init_1', "Ik wil mijn "), _defineProperty(_nl$data, 'SWAP_init_2', " omwisselen voor "), _defineProperty(_nl$data, 'SWAP_init_CTA', "Naar de volgende stap "), _defineProperty(_nl$data, 'SWAP_information', "Je informatie "), _defineProperty(_nl$data, 'SWAP_send_amt', "Te verzenden bedrag "), _defineProperty(_nl$data, 'SWAP_rec_amt', "Te ontvangen bedrag "), _defineProperty(_nl$data, 'SWAP_your_rate', "Je wisselkoers "), _defineProperty(_nl$data, 'SWAP_rec_add', "Je ontvangst Adres "), _defineProperty(_nl$data, 'SWAP_start_CTA', "Start Omwisselen "), _defineProperty(_nl$data, 'SWAP_ref_num', "Je referentie nummer "), _defineProperty(_nl$data, 'SWAP_time', "Resterende tijd om te verzenden "), _defineProperty(_nl$data, 'SWAP_elapsed', "Verstreken tijd sinds verzonden"), _defineProperty(_nl$data, 'SWAP_progress_1', "Bestelling Gestart "), _defineProperty(_nl$data, 'SWAP_progress_2', "Wachten op je "), _defineProperty(_nl$data, 'SWAP_progress_3', "Ontvangen! "), _defineProperty(_nl$data, 'SWAP_progress_4', "Verzenden van je {{orderResult.output.currency}} "), _defineProperty(_nl$data, 'SWAP_progress_5', "Bestelling Voltooid "), _defineProperty(_nl$data, 'SWAP_order_CTA', "Verzend alsjeblieft "), _defineProperty(_nl$data, 'SWAP_unlock', "Open je Wallet op deze pagina om ETH of Tokens direct te verzenden. "), _defineProperty(_nl$data, 'MSG_message', 'Bericht '), _defineProperty(_nl$data, 'MSG_date', 'Datum '), _defineProperty(_nl$data, 'MSG_signature', 'Handtekening '), _defineProperty(_nl$data, 'MSG_verify', 'Verifieer Bericht '), _defineProperty(_nl$data, 'MSG_info1', 'Voeg de huidige datum toe zodat je handtekening niet opnieuw kan worden gebruikt op een andere datum. '), _defineProperty(_nl$data, 'MSG_info2', 'Voeg je nickname toe en waar je deze gebruikt zodat anderen deze niet kunnen gebruiken. '), _defineProperty(_nl$data, 'MSG_info3', 'Geef een specifieke reden op voor de boodschap, zodat deze niet kan worden hergebruikt voor een ander doel. '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. Je zou dit kunnen doen om [je account in Geth/Mist te importeren](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Als je enkel je saldo wilt raadplegen, adviseren we je om gebruik te maken van een blockchain explorer zoals [etherscan.io](https://etherscan.io/). '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle_Short', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. '), _defineProperty(_nl$data, 'VIEWWALLET_SuccessMsg', 'Gelukt! Hier zijn je wallet details. '), _defineProperty(_nl$data, 'VIEWWALLET_ShowPrivKey', '(laat zien)'), _defineProperty(_nl$data, 'VIEWWALLET_HidePrivKey', '(verberg)'), _defineProperty(_nl$data, 'CX_error_1', 'Je hebt nog geen enkele wallets opgeslagen. Klik ["Voeg wallet toe"](/cx-wallet.html#add-wallet) om er een toe te voegen! '), _defineProperty(_nl$data, 'CX_quicksend', 'VerzendSnel '), _defineProperty(_nl$data, 'ERROR_0', 'Geef alsjeblieft een geldig bedrag in. '), _defineProperty(_nl$data, 'ERROR_1', 'Je wachtwoord dient minimaal 9 karakters lang te zijn. Zorg voor een sterk wachtwoord. '), _defineProperty(_nl$data, 'ERROR_2', 'Sorry! We herkennen dit type Wallet bestand niet. '), _defineProperty(_nl$data, 'ERROR_3', 'Dit is geen geldig Wallet bestand. '), _defineProperty(_nl$data, 'ERROR_4', 'Deze eenheid bestaat niet, kies alsjeblieft een van de volgende eenheden '), _defineProperty(_nl$data, 'ERROR_5', 'Ongeldig adres. '), _defineProperty(_nl$data, 'ERROR_6', 'Ongeldig wachtwoord. '), _defineProperty(_nl$data, 'ERROR_7', 'Ongeldig bedrag. (Moet een getal zijn. Probeer 0-18.) '), _defineProperty(_nl$data, 'ERROR_8', 'Ongeldige gas limiet. (Moet een getal zijn. Probeer 21000-4000000.) '), _defineProperty(_nl$data, 'ERROR_9', 'Ongeldige data waarde. (Moet hexadecimaal zijn.) '), _defineProperty(_nl$data, 'ERROR_10', 'Ongeldige gas bedrag. (Moet een getal zijn. Probeer 20 GWEI / 20000000000 WEI.) '), _defineProperty(_nl$data, 'ERROR_11', 'Ongeldige nonce. (Moet een getal zijn.) '), _defineProperty(_nl$data, 'ERROR_12', 'Ongeldige gesigneerde transactie. '), _defineProperty(_nl$data, 'ERROR_13', 'Een wallet met deze nickname bestaat reeds. '), _defineProperty(_nl$data, 'ERROR_14', 'Wallet niet gevonden. '), _defineProperty(_nl$data, 'ERROR_15', 'Het ziet er niet naar uit dat een proposal met dit ID bestaat of dat er een fout is opgetreden bij het lezen van dit proposal. '), _defineProperty(_nl$data, 'ERROR_16', 'Een wallet met dit adres bestaat reeds. Check alsjeblileft je wallet pagina. '), _defineProperty(_nl$data, 'ERROR_17', 'Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Je hebt mininaal 0.01 ether in je account nodig om de in de gas kosten te voorzien. Voeg alsjeblieft wat ether toe en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_18', 'Alle gas zou worden verbruikt op deze transactie. Dit betekend dat je al gestemd hebt op dit proposal of dat de debateerperiode is verstreken. '), _defineProperty(_nl$data, 'ERROR_19', 'Ongeldig symbol '), _defineProperty(_nl$data, 'ERROR_20', 'is geen geldig ERC-20 token. Als andere tokens nog aan het laden zijn, verwijder dan dit token en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_21', 'Kon gas niet inschatten. Er is onvoldoende saldo in het account, of het ontvangende contract adres geeft een fout. Voel je vrij om het gas handmatig in te stellen en door te gaan. De foutmelding bij het verzenden kan informatiever zijn. '), _defineProperty(_nl$data, 'ERROR_22', 'Geef een geldige node naam in '), _defineProperty(_nl$data, 'ERROR_23', 'Voer een geldige url in, als je van https gebruik maakt moet je url met https beginnen '), _defineProperty(_nl$data, 'ERROR_24', 'Voer een geldige poort in '), _defineProperty(_nl$data, 'ERROR_25', 'Voer een geldig chain ID in '), _defineProperty(_nl$data, 'ERROR_26', 'Voer een geldige ABI in '), _defineProperty(_nl$data, 'ERROR_27', 'Minimale hoeveelheid is 0.01 '), _defineProperty(_nl$data, 'ERROR_28', '**Je hebt je Keystore Bestand & wachtwoord of prive sleutel nodig** om toegang tot deze wallet te verkrijgen in de toekomst. Sla het op & maak een externe back-up! Er is geen enkele manier om je wallet te herstellen als je het nu niet opslaat. Lees ook de help pagina (https://www.myetherwallet.com/#help) voor instructies. '), _defineProperty(_nl$data, 'ERROR_29', 'Voer een valide gebruikersnaam en wachtwoord in '), _defineProperty(_nl$data, 'ERROR_30', 'Voer een valide ENS naam in '), _defineProperty(_nl$data, 'ERROR_31', 'Ongeldige geheime zin '), _defineProperty(_nl$data, 'ERROR_32', 'Kon niet met de node verbinden. Ververs de pagina, probeer een andere node (rechterbovenhoek) en/of check je firewall instellingen. Check bij een custom node je configuratie.'), _defineProperty(_nl$data, 'ERROR_33', 'De wallet die je hebt geopend matched niet bij het adres van de eigenaar owner\'s. '), _defineProperty(_nl$data, 'ERROR_34', 'De naam die je probeert de onthullen ("reveal") matched niet met de naam die je hebt ingevoerd. '), _defineProperty(_nl$data, 'ERROR_35', 'Input adres is niet ge-checksummed. Meer info'), _defineProperty(_nl$data, 'ERROR_36', 'Voer een geldige TX hash in'), _defineProperty(_nl$data, 'ERROR_37', 'Voer een geldige hex string in (0-9, a-f)'), _defineProperty(_nl$data, 'SUCCESS_1', 'Geldig adres '), _defineProperty(_nl$data, 'SUCCESS_2', 'Wallet succesvol ontsleuteld '), _defineProperty(_nl$data, 'SUCCESS_3', 'Je TX is naar het netwerk verzonden (ge-broadcast), en is in afwachting om ge-mined en bevestigd te worden. Ten tijden van ICOs, kan het zijn dat het bevestigen ervan 3+ uur duurt. Gebruik de Verify & Check knoppen hieronder on de status te volgen. TX Hash: '), _defineProperty(_nl$data, 'SUCCESS_4', 'Je Wallet is succesvol toegevoegd '), _defineProperty(_nl$data, 'SUCCESS_5', 'Bestand Geselecteerd '), _defineProperty(_nl$data, 'SUCCESS_6', 'Je bent succesvol verbonden '), _defineProperty(_nl$data, 'SUCCESS_7', 'Bericht Ondertekening Geverifieerd'), _defineProperty(_nl$data, 'WARN_Send_Link', 'Je bent hier gekomen via een link waarbij het adres, bedrag, gas of data velden al ingevuld zijn. Indien gewenst kun je elk veld nog aanpassen voor het verzenden. Ontgrendel je wallet on te beginnen. '), _defineProperty(_nl$data, 'GETH_InvalidSender', 'Ongeldige verzender '), _defineProperty(_nl$data, 'GETH_Nonce', 'Nonce te laag '), _defineProperty(_nl$data, 'GETH_Cheap', 'Gas prijs te laag voor acceptatie '), _defineProperty(_nl$data, 'GETH_Balance', 'Ontoereikend saldo '), _defineProperty(_nl$data, 'GETH_NonExistentAccount', 'Account bestaat niet of account saldo te laag '), _defineProperty(_nl$data, 'GETH_InsufficientFunds', 'Ontoereikend saldo voor gas * prijs + waarde '), _defineProperty(_nl$data, 'GETH_IntrinsicGas', 'Intrinsiek gas te laag '), _defineProperty(_nl$data, 'GETH_GasLimit', 'Overstijgt blok gas limiet '), _defineProperty(_nl$data, 'GETH_NegativeValue', 'Negative waarde '), _defineProperty(_nl$data, 'PARITY_AlreadyImported', "(parity-01) Transactie met dezelfde hash was reeds geimporteerd. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_GasLimitExceeded', "(parity-02) Transactie kosten overstijgen de huidige gas limiet. Limiet: {}, momenteel: {}. Probeer de hoeveelheid gas te verminderen. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientBalance', "(parity-03) Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Vereist {} en momenteel: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientGasPrice', "(parity-04) Transactie vergoeding is te laag. Het voldoet niet aan je node's minimale vergoeding (minimaal: {}, momenteel: {}). Probeer je transactie vergoeding te verhogen. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InvalidGasLimit', "(parity-05) Hoeveelheid gas is boven de limiet. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_LimitReached', "(parity-06) Er staan te veel transacties in de wachtrij. Je transactie is afgewezen door deze limiet. Probeer je transactie vergoeding te verhogen. There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_Old', "(parity-07) Transactie nonce is te laag. Probeer de nonce te verhogen. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_nl$data, 'PARITY_TooCheapToReplace', "(parity-08) Transactie vergoeding is te laag. Er staat een andere transactie met dezelfde nonce in de wachtrij. Probeer de transactie vergoeding of de nonce te verhogen. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'translate_version', '0.5 '), _defineProperty(_nl$data, 'Translator_Desc', 'Bedank onze vertalers '), _defineProperty(_nl$data, 'TranslatorName_1', '[h3ll0fr13nd](https://www.myetherwallet.com/?gaslimit=21000&to=0xB5FbCE123F12347206c881cae73A3046BA1A90bA&value=1.0#send-transaction) '), _defineProperty(_nl$data, 'TranslatorAddr_1', '0xB5FbCE123F12347206c881cae73A3046BA1A90bA '), _defineProperty(_nl$data, 'TranslatorName_2', ''), _defineProperty(_nl$data, 'TranslatorAddr_2', ''), _defineProperty(_nl$data, 'TranslatorName_3', ''), _defineProperty(_nl$data, 'TranslatorAddr_3', ''), _defineProperty(_nl$data, 'TranslatorName_4', ''), _defineProperty(_nl$data, 'TranslatorAddr_4', ''), _defineProperty(_nl$data, 'TranslatorName_5', ''), _defineProperty(_nl$data, 'TranslatorAddr_5', ''), _defineProperty(_nl$data, 'HELP_Warning', 'Als je een wallet aangemaakt hebt -of repo hebt gedownload- voor **31 december 2015**, verifieer dan alsjebieft je wallets en download een nieuwe versie van de repo. Klik voor details. '), _defineProperty(_nl$data, 'HELP_Desc', 'Zie je dat er iets mist? Of heb je een andere vraag? [Neem contact met ons op](mailto:support@myetherwallet.com), en we zullen niet alleen je vraag beantwoorden, maar ook deze help pagina bijwerken zodat deze nog nuttiger wordt voor toekomstige gebruikers! '), _defineProperty(_nl$data, 'HELP_Remind_Title', 'Enkele herinneringen '), _defineProperty(_nl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, en enkele onderliggende Javascript libraries waar we gebruik van maken zijn onderheving aan active ontwikkeling.** Hoewel we grondig testen & er inmiddels tienduizenden wallets succesvol zijn aangemaakt door mensen over de hele wereld, blijft er altijd een geringe kans dat iets er onverwachts optreedt waardoor je je ether kunt verliezen. Investeer alsjeblieft niet meer dan dat je bereid bent om te verliezen, en wees voorzichtig. Zou er onverhoopt toch iets gebeuren vinden we dat zeer spijtig, echter **zullen wij nooit verantwoordelijk zijn voor de verloren Ether**. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX zijn geen "web wallets". Je maakt bij ons geen account aan noch geef je ooit je Ether aan ons in bezit. Alle gegevens verlaten nooit je computer/je browser. We helpen je alleen gemakkelijk toegang te verkrijgen tot de blockchain zodat je er informatie in kunt opslaan en kunt uitlezen. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_3', 'Als je je prive sleutel en wachtwoord niet opslaat, is er geen enkele manier om toegang tot je wallet te verkrijgen of het saldo dat het bevat. Maak back-ups en bewaar deze op meerdere fysieke lokaties en dus niet alleen op je eigen computer! '), _defineProperty(_nl$data, 'HELP_0_Title', '0) Ik ben nieuw. Waar begin ik? '), _defineProperty(_nl$data, 'HELP_0_Desc_1', 'MyEtherWallet geeft je de mogelijkheid om nieuwe wallets te genereren zodat je daarin je Ether kunt bewaren in plaat van op een exchange. Dit process vind volledig lokaal plaats, op je eigen computer en niet op onze servers. Daarom **ben je volledig zelf verantwoordelijk voor het veilig opslaan** van je via deze website aangemaakte wallets. '), _defineProperty(_nl$data, 'HELP_0_Desc_2', 'Creer een nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_0_Desc_3', 'Maak een wallet back-up. '), _defineProperty(_nl$data, 'HELP_0_Desc_4', 'Verrifieer dat je toegang hebt tot dit nieuwe wallet en dat je alle noodzakelijke informatie correct hebt opgeslagen. '), _defineProperty(_nl$data, 'HELP_0_Desc_5', 'Verzend Ether naar dit nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_1_Title', '1) Hoe creer ik een nieuw wallet? '), _defineProperty(_nl$data, 'HELP_1_Desc_1', 'Ga naar de "Genereer Wallet" pagina. '), _defineProperty(_nl$data, 'HELP_1_Desc_2', 'Ga naar de "Wallet Toevoegen" pagina & selecteer "Genereer Nieuw Wallet" '), _defineProperty(_nl$data, 'HELP_1_Desc_3', 'Voer een sterk wachtwoord in. Als je denkt dat je het misschien gaat vergeten, bewaar het dan op een veilige plek. Je zult dit wachtwoord nodig hebben om transacties te versturen. '), _defineProperty(_nl$data, 'HELP_1_Desc_4', 'klik "GENENEREER". '), _defineProperty(_nl$data, 'HELP_1_Desc_5', 'Je wallet is nu gegenereerd. '), _defineProperty(_nl$data, 'HELP_2a_Title', 'Hoe bewaar/back-up ik mijn wallet? '), _defineProperty(_nl$data, 'HELP_2a_Desc_1', 'Zorg altijd voor een goede back-up van je wallet op meerdere fysiek verschillende lokaties - bijvoorbeeld op een USB drive en/of op een vel papier. '), _defineProperty(_nl$data, 'HELP_2a_Desc_2', 'Bewaar het adres. Je kunt het voor jezelf bewaren of met anderen delen. Op die manier kunnen anderen ether naar je versturen. '), _defineProperty(_nl$data, 'HELP_2a_Desc_3', 'Bewaar versies van je prive sleutel. Deel deze niet met anderen. Je prive sleutel heb je nodig wanneer je toegang tot je ETH wilt om het te versturen! Er zijn drie soorten prive sleutels: '), _defineProperty(_nl$data, 'HELP_2a_Desc_4', 'Plaats je adres, versies van je prive sleutel, en de PDF versie van je papieren wallet in een map. Bewaar deze op je computer en een USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_5', 'Druk je wallet af als je een printer hebt. Zo niet, schrijf dan je prive sleutel en adres op een vel papier. Bewaar dit op een veilige lokatie, ergens anders dan je computer en de USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_6', 'Houd in gedachte dat je moet voorkomen dan je je sleutels en wachtwoord kwijt raakt door een defect of verlies van je harde schijf, USB drive, of vel papier. Denk ook aan het fysieke verlies / schade van een complete ruimte (denk aan brand of overstroming). '), _defineProperty(_nl$data, 'HELP_2b_Title', '2b) Hoe doe ik veilig / offline / cold storage met MyEtherWallet? '), _defineProperty(_nl$data, 'HELP_2b_Desc_1', 'Ga naar onze github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_nl$data, 'HELP_2b_Desc_2', 'Klik `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_3', 'Verplaats de zip naar een offline (airgapped) computer. '), _defineProperty(_nl$data, 'HELP_2b_Desc_4', 'Unzip het en dubbel-klik `index.html`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_5', 'Genereer een wallet met een sterk wachtwoord. '), _defineProperty(_nl$data, 'HELP_2b_Desc_6', 'Bewaar het adres. Bewaar versies van de prive sleutel. Bewaar het wachtwoord als je het je niet voor altijd kunt herinneren. '), _defineProperty(_nl$data, 'HELP_2b_Desc_7', 'Bewaar deze papieren / USB drives op verschillende fysiek verschillende lokaties. '), _defineProperty(_nl$data, 'HELP_2b_Desc_8', 'Ga naar de "Bekijk Wallet Info" pagina en voer je prive sleutel / wachtwoord in om zeker te stellen dat ze correct zijn en dat je toegang hebt tot je wallet. Controleer dat het adres wat je opgeschreven hebt gelijk is. '), _defineProperty(_nl$data, 'HELP_3_Title', '3) Hoe verifieer ik dat ik toegang hebt tot mijn nieuwe wallets? '), _defineProperty(_nl$data, 'HELP_3_Desc_1', 'Zorg **voordat je enige Ether naar je wallet verstuurd** dat je controleerd dat je er toegang toe hebt. '), _defineProperty(_nl$data, 'HELP_3_Desc_2', 'Navigeer naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_3', 'Navigeer naar de MyEtherWallet.com "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_4', 'Selecteer je wallet bestand -of- je prive sleutel en open je wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_5', 'Als je wallet is versleuteld (encrypted) zal er een automatisch een extra invoerveld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_3_Desc_6', 'Klik op de "Ontsleutel je Wallet" knop. '), _defineProperty(_nl$data, 'HELP_3_Desc_7', 'Informatie over je wallet zal verschijnen. Zoek je account adres, naast een kleurrijk, cirkelvormig icoon. Dit icoon is een visuele voorstelling van je address. Zorg ervoor dat je zeker weet dat dit adres het adres is wat je opgeslagen hebt in je tekst document en op je papieren wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_8', 'Als je van plan bent om er een grote hoeveelheid ether op na te houden, raden we je aan om eerst een kleine hoeveelheid ether naar je nieuwe wallet te versturen voordat je er een grotere hoeveelheid ether naar stuurt. Stuur bijvoorbeeld 0.001 ether naar je nieuwe wallet, verkrijg vervolgens toegang tot dit wallet, stuur die zelfde 0.001 ether naar een ander adres, en controleer dat alles soepel verloopt. '), _defineProperty(_nl$data, 'HELP_4_Title', '4) Hoe stuur ik Ether van het ene wallet naar het ander? '), _defineProperty(_nl$data, 'HELP_4_Desc_1', 'Als je van plan ben om een grote hoeveelheid ether te versturen/ontvangen, raden we je aan om eerst te testen met een klein bedrag om er zeker van te zijn dat alles gaat zoals je verwacht. '), _defineProperty(_nl$data, 'HELP_4_Desc_2', 'Navigeer naar de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4_Desc_3', 'Selecteer je wallet bestand -of- je prive sleutel en ontgrendel je wallet. '), _defineProperty(_nl$data, 'HELP_4_Desc_4', 'Als je wallet gecodeerd (encrypted) is, zal er automatisch een extra invoer veld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_4_Desc_5', 'Klik op de "Ontsleutel Wallet" knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Verzend volledig saldo" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4_Desc_9', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_4_Desc_10', 'Enkele extra nieuwe invoer velden zullen verschijnen. Dit is jouw browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_4_Desc_11', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_4_Desc_12', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_13', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_4CX_Title', '4) Hoe verzend ik Ether met MyEtherWallet CX? '), _defineProperty(_nl$data, 'HELP_4CX_Desc_1', 'Ten eerste heb je een wallet nodig. Zodra je die hebt, heb je 2 opties: De "VerzendSnel" functionaliteit vanuit het Chrome Extensie icoon of de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_2', 'VerzendSnel: '), _defineProperty(_nl$data, 'HELP_4CX_Desc_3', 'Klik op het Chrome Extensie icoon. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_4', 'Klik op de "VerzendSnel" knop. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_5', 'Selecteer het wallet waar vanuit je wilt verzenden. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Transfer total available balance" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_8', 'Klik "Verzend Transactie". '), _defineProperty(_nl$data, 'HELP_4CX_Desc_9', 'Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_10', 'Voer het wachtwoord van je wallet in. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_11', 'Klik "Verzend Transactie." '), _defineProperty(_nl$data, 'HELP_4CX_Desc_12', 'Maak gebruik van de "Verzend Ether en Tokens" Pagina '), _defineProperty(_nl$data, 'HELP_5_Title', '5) Hoe voer ik MyEtherWallet.com offline/lokaal uit? '), _defineProperty(_nl$data, 'HELP_5_Desc_1', 'Je kunt MyEtherWallet.com uitvoeren op je eigen computer in plaats van op de GitHub servers. Je kunt een wallet volledig offline genereren en transacties versturen met behulp van de "Offline Transactie" pagina. '), _defineProperty(_nl$data, 'HELP_5_Desc_7', 'MyEtherWallet.com draait nu volledig op jouw computer. '), _defineProperty(_nl$data, 'HELP_5_Desc_8', 'Voor het geval dat je er niet bekend mee bent: je hebt de volledige map nodig om de site lokaal te draaien, niet alleen het `index.html` bestand. Laat alle bestanden in de map met rust en ga ze niet verplaatsen. Als je een back-up wilt bewaren van de MyEtherWallet repo voor de toekomst, raden we je aan om alleen de ZIP te bewaren zodat je zeker weet dat de inhoud intact blijft. '), _defineProperty(_nl$data, 'HELP_5_Desc_9', 'Gezien we MyEtherWallet.com continu updaten, raden we je aan om regelmatig je opgeslagen versie van de repo bij te werken. '), _defineProperty(_nl$data, 'HELP_5CX_Title', '5) Hoe installeer ik deze extensie vanuit de repo in plaats van de Chrome Store? '), _defineProperty(_nl$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_3', 'Ga naar Google Chrome zoek je instellingen op (in het menu in de rechterbovenhoek). '), _defineProperty(_nl$data, 'HELP_5CX_Desc_4', 'Klik "Extensies" aan de linkerkant. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_5', 'Vink de "Ontwikkelaarmodus" aan bovenaan op de pagina. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_6', 'Klik op de "Uitgepakte extensie laden..." knop. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_7', 'Navigeer naar de nu ge-unzipte map die je eerder hebt gedownload. Klik "selecteer". '), _defineProperty(_nl$data, 'HELP_5CX_Desc_8', 'De extensie zou nu moeten verschijnen in je extensies en in je Chrome Extensie balk. '), _defineProperty(_nl$data, 'HELP_7_Title', '7) Hoe verzend ik Tokens & voeg ik alternatieve tokens toe? '), _defineProperty(_nl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a goede manier om tokens te verkenen en de getallen omtrent het token op te zoeken. '), _defineProperty(_nl$data, 'HELP_7_Desc_1', 'Navigeer naar de "Verzend Token" pagina. '), _defineProperty(_nl$data, 'HELP_7_Desc_2', 'Ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_7_Desc_3', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_7_Desc_4', 'Voer de te verzenden hoeveelheid in. '), _defineProperty(_nl$data, 'HELP_7_Desc_5', 'Selecteer welk token je zou willen verzenden '), _defineProperty(_nl$data, 'HELP_7_Desc_6', 'Als het token niet wordt vermeld: '), _defineProperty(_nl$data, 'HELP_7_Desc_7', 'Klik op "Aangepast". '), _defineProperty(_nl$data, 'HELP_7_Desc_8', 'Voer het adres, naam, en decimalen van het token in. Deze worden verschaft door de ontwikkelaars van het token en zijn tevens benodigd wanneer je een "Add a Watch Token" aan Mist toevoegd. '), _defineProperty(_nl$data, 'HELP_7_Desc_9', 'Klik op "Opslaan". '), _defineProperty(_nl$data, 'HELP_7_Desc_10', 'Je kunt nu dit token verzenden en tevens zul je het saldo kunnen zien in the zijbalk. '), _defineProperty(_nl$data, 'HELP_7_Desc_11', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_7_Desc_12', 'Enkele extra velden zullen verschijnen. Dit is je browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_7_Desc_13', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_7_Desc_14', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_7_Desc_15', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_8_Title', '8) Wat gebeurd er als deze website stopt? '), _defineProperty(_nl$data, 'HELP_8_Desc_1', 'MyEtherWallet is geen web wallet. Je hoeft niet in te loggen en er zal nooit iets van je op onze servers worden bewaard. Onze website is enkel een interface om toegang te verkrijgen tot de blockchain. '), _defineProperty(_nl$data, 'HELP_8_Desc_2', 'Als MyEtherWallet.com er mee stopt, zul je een andere manier moeten zien te vinden (zoals geth of Ethereum Wallet / Mist) om te doen wat wij doen. Maar wat je niet zult hoeven te doen is je Ether uit MyEtherWallet halen omdat het niet in MyEtherWallet zit. Je Ether zit in in welk wallet dan ook je op onze site hebt gegenereerd. '), _defineProperty(_nl$data, 'HELP_8_Desc_3', 'Je kunt je onversleutelde (unencrypted) prive sleutel en je Geth/Mist Formaat (encrypted) bestanden heel gemakkelijk en direct in geth / Ethereum Wallet / Mist importeren. Zie onderstaande vraag #12. '), _defineProperty(_nl$data, 'HELP_8_Desc_4', 'Daarnaast is de kans dat wij MyEtherWallet offline halen is miniem tot onmogelijk. Het kost ons vrijwel niets om de site in stand te houden omdat we geen informatie opslaan. Als we toch het domijn offline halen, is het ook altijd nog publiekelijk beschikbaar op [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Je kunt daar de ZIP downloaden en het lokaal draaien. '), _defineProperty(_nl$data, 'HELP_8CX_Title', '8) Wat gebeurd er als MyEtherWallet CX verdwijnt? '), _defineProperty(_nl$data, 'HELP_8CX_Desc_1', 'Ten eerste is alle je data op jouw computer opgeslagen, niet op onze servers. We snappen dat het verwarrend kan zijn, maar als je naar de Chrome Extensie kijkt, kijk je NIET naar dingen die ergens op onze servers staan opgeslagen - alles is bewaard op je eigen computer. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_2', 'Dat gezegd hebbende, is het dan ook **erg belangrijk** dat je een back-up maakt van je wallets die met MyEtherWallet CX zijn gegenereerd. Als er iets met MyEtherWallet CX of jouw computer gebeurd blijft op die manier je wallet bewaard, en heb alle noodzakelijke informatie bij de hand om toegang tot je Ether te verkrijgen. Zie vraag #2a om te leren hoe een back-up van je wallet kunt maken. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_3', 'Als om wat voor reden dan ook MyEtherWallet CX verdwijnt van de Chrome Store, kunt je het altijd nog handmatig laden met de broncode van Github. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_9_Title', '9) Is de "Verzend Ether en Tokens" pagina offline? '), _defineProperty(_nl$data, 'HELP_9_Desc_1', 'Nee. De pagina heeft een internet verbinding nodig voor het bepalen van de actuele gas prijs, nonce van je account, en het versturen (broadcasten) van de transactie. Echter, het enige wat verstuurd wordt is je ondertekende transactie. Je prive sleutel blijft veilig bij je. We hebben nu ook een "Offline Transactie" pagina zodat je ervoor kunt zorgen dat je prive sleutels ten alle tijden op een offline/airgapped computer blijven. '), _defineProperty(_nl$data, 'HELP_10_Title', '10) Hoe voer ik een offline transactie uit? '), _defineProperty(_nl$data, 'HELP_10_Desc_1', 'Navigeer naar de "Offline Transactie" pagina met je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_2', 'Voer het "Van Adres" in. Let hierbij op dat dit het adres is waar VAN je zal gaan versturen; VAN, en niet AAN. Dit genereert de nonce en gas prijs. '), _defineProperty(_nl$data, 'HELP_10_Desc_3', 'Ga vervolgens naar je offline computer. Voor het "AAN ADRES" en het te verzenden "BEDRAG" in. '), _defineProperty(_nl$data, 'HELP_10_Desc_4', 'Voer de "GAS PRIJS" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_5', 'Voer de "NONCE" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_6', 'De "GAS LIMIET" heeft een standaard waarde van 21000. Dit zal een standaard transactie dekken. Indien je naar een contract verstuurd of als je extra data aan je transactie wilt toevoegen, zil je de gas limiet moeten verhogen. Al het teveel aan gas zal aan je geretourneerd worden. '), _defineProperty(_nl$data, 'HELP_10_Desc_7', 'Als je dat wenst, kun je extra data invoeren. Als je extra data toevoegd, zul je meer dan de standaard 21000 gas limiet moeten instellen. Alle data is in HEX formaat. '), _defineProperty(_nl$data, 'HELP_10_Desc_8', 'Selecteer je wallet bestand -of- je prive sleutel en ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_10_Desc_9', 'Druk op de "GENEREREER ONDERTEKENDE TRANSACTIE" knop. '), _defineProperty(_nl$data, 'HELP_10_Desc_10', 'Het data veld eronder zal worden ingevuld met je ondertekende transactie. Kopier dit veld en neem het mee terug naar je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_11', 'Plak de ondertekende transactie op je online computer in het tekst veld van stap #3 em klik send. Dit zal je transactie publiceren op de blockchain (broadcasten). '), _defineProperty(_nl$data, 'HELP_12_Title', '12) Hoe importeer ik een MyEtherWallet wallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_nl$data, 'HELP_12_Desc_1', 'Door gebruik te maken van een Geth/Mist JSON bestand van MyEtherWallet v2+.... '), _defineProperty(_nl$data, 'HELP_12_Desc_2', 'Ga naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_3', 'Ontsleutel je wallet met je **versleutelde** prive sleutel of JSON bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_4', 'Ga naar de "Mijn Wallets" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_5', 'Selecteer het wallet dat je wilt importeren in Mist, klik op het "Bekijken" icoon, voer je wachtwoord in, en verkrijg toegang tot je wallet. '), _defineProperty(_nl$data, 'HELP_12_Desc_6', 'Zoek naar de "Download JSON bestand - Geth/Mist Formaat (encrypted)" sectie. Druk op de "Download" knop eronder. Je hebt nu je keystore bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_7', 'Open de Ethereum Wallet applicatie. '), _defineProperty(_nl$data, 'HELP_12_Desc_8', 'In de menu balk, ga naar "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_nl$data, 'HELP_12_Desc_9', 'Hiermee open je de keystore map. Kopier het bestand wat je zojuist hebt gedownload (`UTC--2016-04-14......../`) naar deze keystore map. '), _defineProperty(_nl$data, 'HELP_12_Desc_10', 'Je account zou nu direct moeten verschijnen onder "Accounts." '), _defineProperty(_nl$data, 'HELP_12_Desc_11', 'Door gebruik te maken van je onversleutelde prive sleutel... '), _defineProperty(_nl$data, 'HELP_12_Desc_12', 'Indien je nog geen onversleutelde (unencrypted) prive sleutel van je wallet hebt, navigeer je naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_13', 'Selecteer je wallet bestand -of- voer je prive sleutel in om je wallet te ontsleutelen. '), _defineProperty(_nl$data, 'HELP_12_Desc_14', 'Kopier je prive sleutel (onversleuteld/unencrypted). '), _defineProperty(_nl$data, 'HELP_12_Desc_15', 'Als je op een Mac werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_15b', 'Als je op een PC werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_16', 'Open Tekst Editor en plak deze prive sleutel. '), _defineProperty(_nl$data, 'HELP_12_Desc_17', 'Ga naar de menu balk en klik "Formaat" -> "Maak Platte Tekst". '), _defineProperty(_nl$data, 'HELP_12_Desc_18', 'Sla dit bestand op op je bureaublad als `niets_bijzonders_verwijder_mij.txt`. Controleer dat de opties "UTF-8" en "If no extension is provided use .txt" gekozen zijn in het dialog. '), _defineProperty(_nl$data, 'HELP_12_Desc_19', 'Open terminal en voer het volgende commando uit: `geth account import ~/Desktop/niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_20', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_21', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_22', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_12_Desc_23', 'Open Kladblok (Notepad) & plak de prive seutel '), _defineProperty(_nl$data, 'HELP_12_Desc_24', 'Sla het bestand op als `niets_bijzonders_verwijder_mij.txt` in `C:` '), _defineProperty(_nl$data, 'HELP_12_Desc_25', 'Open de command prompt en voer het volgende commando uit: `geth account import C:\\niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_26', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_27', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_28', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_13_Title', '13) Wat betekend "Ontoereikend saldo. Het account waarvan je de transactie verstuurd bevat niet voldoende saldo. Vereist XXXXXXXXXXXXXXXXXXX en heeft: XXXXXXXXXXXXXXXX."? '), _defineProperty(_nl$data, 'HELP_13_Desc_1', 'Dit betekend dat je account onvoldoende Ether bevat om de kosten voor het vereiste gas te dekken. Elke transactie (inclusief token en contract transacties) vereisen gas en dit gas wordt betaald in Ether. Het weergegeven nummer is de hoeveelheid die voor de transactie vereist in Wei. Neem dit nummer, deel het door `1000000000000000000`, en trek daarvan de hoeveelheid Ether die je probeerde te verzenden af (als je probeerde Ether te versturen). Dit geeft je de hoeveelheid Ether die je dient te versturen naar het account om de transactie te maken. '), _defineProperty(_nl$data, 'HELP_14_Title', '14) Sommige sites zorgen voor een willekeurigheid (seed) bij het genereren van de prive sleutel via muis bewegingen. MyEtherWallet.com doet dit niet. Is de wikkeleurigheid (random number generation) van MyEtherWallet wel veilig? '), _defineProperty(_nl$data, 'HELP_14_Desc_1', 'Hoewel het bewegen van de muis een slimme truck is en we begrijpen waarom mensen dit een goed idee vinden, is de werkelijkheid dat "window.crypto" een grotere willekeurigheid (hogere entropie) zeker stelt dan je muisbewegingen. De muisbewegingen zijn niet onveilig, echter wij (en enorm veel andere crypto experimenten) geloven in "window.crypto". Bovendien kan MyEtherWallet.com gebruikt worden op touchscreen apparaten. Hier vind je een [conversatie tussen een boze redditor en Vitalik Buterin over de muisbewegingen v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_nl$data, 'HELP_15_Title', '15) Hoe komt het dat het wallet wat ik zojuist heb aangemaakt niet in de blockchain explorer terug te vinden is? (bijvoorbeeld: etherchain, etherscan) '), _defineProperty(_nl$data, 'HELP_15_Desc_1', 'Adresen zullen enkel in een blockchain explorer worden weergegeven zodra er activiteit op een account heeft plaats gevonden. Bijvoorbeeld, zodra je er wat Ether naar toe verzonden hebt. '), _defineProperty(_nl$data, 'HELP_16_Title', '16) Hoe check ik het saldo van mijn account? '), _defineProperty(_nl$data, 'HELP_16_Desc_1', 'Je kunt hiervoor een blockchain explorer gebruiken zoals bijvoorbeeld [etherscan.io](https://etherscan.io/). Plak daar je adres in de zoekbalk en je adres en transactie geschiedenis zullen worden getoond. Bekijk bijvoobeeld hoe ons [donatie account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) eruit ziet op etherscan.io '), _defineProperty(_nl$data, 'HELP_17_Title', '17) Waarom wordt mijn saldo niet weergegeven nadat ik mijn wallet heb ontsleuteld? '), _defineProperty(_nl$data, 'HELP_17_Desc_1', 'Dit wordt zeer waarschijnlijk veroorzaakt door het feit dat je achter een firwall zit. De API waarvan we gebruik maken om je saldo op te halen en te converteren wordt vaak geblokkeerd door firewalls om wat voor reden dan ook. Het is nog steeds mogelijk om transacties te verzenden, je hebt enkel een andere methode nodig om je saldo the checken, zoals bijvoorbeeld etherscan.io '), _defineProperty(_nl$data, 'HELP_18_Title', '18) Waar is mijn Geth wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Title', '19) Waar is mijn Mist wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Desc_1', 'Mist bestanden zijn normaliter te vinden op de bovenstaande bestandslocaties, maar het volgende is veel makkelijker: open Mist, selecteer "Accounts" in de top balk, selecteer "Backup", en selecteer "Accounts". Hiermee open je de map waar je bestanden worden bewaard. '), _defineProperty(_nl$data, 'HELP_20_Title', '20) Waar is mijn pre-sale wallet bestand? '), _defineProperty(_nl$data, 'HELP_20_Desc_1', 'Waar jij het opgeslagen hebt. ;) Het was ook naar je gemailed, dus kijk ook daar. Zoek naar het bestand genaamd "ethereum_wallet_backup.json" en selecteer dit bestand. Dit wallet bestand zal versleuteld (encrypted) zijn met een wachtwoord dat je aangemaakt hebt tijdens de aankoop van de pre-sale. '), _defineProperty(_nl$data, 'HELP_21_Title', '21) Kan iedereen niet simpelweg willekeurige prive sleutels invoeren, zoekend naar een saldo, en dit naar hun eigen adres versturen? '), _defineProperty(_nl$data, 'HELP_21_Desc_1', 'De korte versie: ja, echter het vinden van een account met saldo gaat je langer duren dan het universum...dus...nee. '), _defineProperty(_nl$data, 'HELP_21_Desc_2', 'De lange ELI5 versie: Ethereum is gebasserd op [Publieke Sleutel Cryptografie](https://en.wikipedia.org/wiki/Public-key_cryptography), en meer specifiek op [Elliptische curve cryptografie](https://eprint.iacr.org/2013/734.pdf) wat op grote schaal gebruikt wordt, niet alleen in Ethereum. De meeste van onze servers zijn beveiligd via ECC. Bitcoin maakt hier ook gebruik van, net als SSH, TLS en vele andere dingen. De specifieke Ethereum sleutels zijn 256-bit sleutels, welke sterker zijn dan 128-bit en 192-bit, terwijl die ook op grote schaal gebruikt worden en no steeds als veilig worden beschouwd door experts. '), _defineProperty(_nl$data, 'HELP_21_Desc_3', 'Hierbij heb je een prive sleutel en een publieke sleutel. Vanuit de prive sleutel kan de publieke sleutel afgeleid worden, maar de publieke sleutel kan niet terug omgezet worden in de prive sleutel. Het feit dat het internet en ’s werelds geheimen gebruik maken van deze cryptografie betekend dat indien er een manier is om van publieke sleutel naar prive sleutel te gaan, dat jouw verloren ether wel het minste van een ieders probleem is. '), _defineProperty(_nl$data, 'HELP_21_Desc_4', 'Nu we dat duidelijk hebben: JA, als iemand anders je prive sleutel heeft kunnen ze inderdaad ether vanuit jouw account versturen. Net zoals dat iemand die je wachtwoord van je email heeft, je email kan lezen en sturen, of met het wachtwoord van je bank rekening geld kunnen overmaken. Je zou de Keystore versie van je prive sleutel kunnen downloaden, dat is je prive sleutel die is versleuteld (encrypted) met een wachtwoord. Dit is alsof je een wachtwoord hebt want je vervolgens nog eens beveiligd met een ander wachtwoord. '), _defineProperty(_nl$data, 'HELP_21_Desc_5', 'En JA, in theorie zou je een serie van 64 hexadecimale karakters kunnen intypen tot je er een hebt die matched. Sterker nog, een slim persoon zou een programma kunnen schrijven om heel snel willekeurige prive sleutels te controleren. Dit wordt ook wel "brute-forcing" van prive sleutels genoemd. Mensen hebben hier lang en goed over nagedacht. Met enkele krachtige servers zouden ze misschien wel zo’n miljoen sleutels per seconde kunnen controleren. Echter, zelfs wanneer er zoveel sleutels per seconde gecontroleed kunnen worden zou de opbrengst ervan niet eens in de buurt komen bij de kosten om de servers te onderhouden - het is waarschijnlijker dat jij, en je achterkleinkinderen, zijn overleden voordat je een match vind. '), _defineProperty(_nl$data, 'HELP_21_Desc_6', 'Als je Bitcoin een beetje kent, [biedt dit een aardig perspectief:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_nl$data, 'HELP_21_Desc_7', '[Als je het iets technischer wilt:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_nl$data, 'HELP_21_Desc_8', 'Uiteraard gaat bovenstaande er vanuit dat de sleutels worden gegenereerd met een volledige willekeur & met afdoende entropie. De sleutels die hier gegenreerd worden voldoen aan dat criterium, net als Jaxx en Mist/geth. De Ethereum wallets zijn allemaal best goed. Sleutels gegenereerd door "brainwallets" doen dit niet, omdat een het brein van een persoon niet capabel is om een werkelijk willekeurige "seed" te maken. Er zijn een heel aantal kwesties geweest met betrekking tot het gebrek entropie en "seeds" die niet in een volledig willekeurige manier waren gemaakt in Bitcoin-land, maar dat is een ander verhaal en kan wachten tot een andere keer. '), _defineProperty(_nl$data, 'HELP_SecCX_Title', 'Beveiliging - MyEtherWallet CX '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_1', 'Waar bewaard deze extentie mijn informatie? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_2', 'De informatie die je bewaard in deze Chrome Extensie wordt opgeslagen via [chrome.storage](http://chrome.storage/). - dit is dezelfde plek als waar je wachtwoorden staan opgeslagen als je je wachtwoorden bewaard in Chrome. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_3', 'Welke informatie wordt bewaard? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_4', 'Het adres, nickname en prive sleutel worden bewaard in chrome.storage. De prive sleutel is versleuteld (encrypted) met het wachtwoord wat je hebt ingesteld toen je je wallet hebt toegevoegd. De nickname en het wallet adres zijn niet versleuteld. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_5', 'Waarom zijn de nickname en adres niet versleuteld? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_6', 'Als we deze items zouden versleutelen, zou je iedere keer dat je je saldo of nicknames wilt checken je wachtwoord moeten invoeren. Als je je hierover zorgen maakt, raden we je aan om gebruik te maken van MyEtherWallet.com in plaats van deze Chrome Extensie. '), _defineProperty(_nl$data, 'HELP_Sec_Title', 'Beveiliging '), _defineProperty(_nl$data, 'HELP_Sec_Desc_1', 'Als een van je eerste vragen is: "Waarom zou ik deze mensen moeten vertrouwen?", dan is dat alleen maar goed. Hopelijk zal het volgende je angst verminderen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_2', 'We zijn up en running sinds augustus 2015. Als je zoekt naar ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), zul je tal van mensen vinden die ons met groot succes gebruiken. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_3', 'We gaan je niet je geld afnemen of je prive sleutel(s) stelen. Onze website bevat geen kwaadaardige code. Sterker nog, de "GENEREER WALLET" paginas zijn volledig client-side. Dit betekend dat alle code wordt uitgevoerd op ** jouw computer** en dat het buiten jouw computer niets bewaard of verstuurd. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_4', 'Controleer de URL -- Deze website draait vanaf GitHub en je kunt de bron code hier vinden: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) naar de domein namen: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_nl$data, 'HELP_Sec_Desc_5', 'Om wallets te genereren, kun je ook de [source code](https://github.com/kvhnuke/etherwallet/releases/latest) downloaden. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_6', 'Doe een test ronde en controleer wat voor netwerk activiteit er plaats vind. De makkelijkste manier om dit te doen is door met de rechtermuisknop op de pagina de klikken en te kiezen voor "inspecteer element". Ga naar het "Netwerk" tab. Genereer een test wallet. Je zult zien dat er geen netwerk activiteit is. Je zou kunnen zien dat er iets gebeurd wat er als volgt uitziet: data:image/gif and data:image/png. Dit zijn de QR codes die worden gegenereerd...op jouw computer...door jouw computer. Er werden geen bytes overgedragen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_8', 'Als je je niet pettig voelt bij het gebruikt van deze tool, gebruik hem dan vooral niet. We hebben deze tool voor mensen gemaakt als een handige manier om wallets te genereren en transacties te maken zonder dat je in de command prompt hoeft te duiken of een "full node" moet draaien. Nogmaals, voel je vrij om contact met ons op te nemen als je je zorgen maakt en we zullen zo snel mogelijk reageren. Bedankt! '), _defineProperty(_nl$data, 'HELP_FAQ_Title', 'Meer hulpzame antwoorden op veel voorkomende vragen: '), _defineProperty(_nl$data, 'HELP_Contact_Title', 'Manieren om in contact te komen:'), _nl$data); module.exports = nl; @@ -17182,7 +17179,7 @@ no.data = (_no$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_no$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_no$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_no$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_no$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_no$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_no$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_no$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_no$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_no$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_no$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_no$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_no$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_no$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_no$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_no$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_no$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_no$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_no$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_no$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_no$data, 'x_CancelReplaceTx', 'Kanseller eller erstatt transaksjon'), _defineProperty(_no$data, 'x_CancelTx', 'Kanseller transaksjon'), _defineProperty(_no$data, 'x_PasswordDesc', 'Dette passordet * krypterer * din private nøkkel. Det fungerer ikke som "seed" for å generere nøklene dine. **Du vil trenge dette passordet + din private nøkkel for å låse opp lommeboken din.**'), _defineProperty(_no$data, 'x_ReadMore', 'Les mer'), _defineProperty(_no$data, 'x_ReplaceTx', 'Erstatt transaksjon'), _defineProperty(_no$data, 'x_TransHash', 'Transaksjonens hash'), _defineProperty(_no$data, 'x_TXFee', 'Tr.avgift'), _defineProperty(_no$data, 'x_TxHash', 'Tr.hash'), _defineProperty(_no$data, 'NAV_CheckTxStatus', 'Sjekk transaksjonsstatus'), _defineProperty(_no$data, 'NAV_TxStatus', 'Transaksjonsstatus'), _defineProperty(_no$data, 'tx_Details', 'Transaksjonsdetaljer'), _defineProperty(_no$data, 'tx_Summary', 'I perioder med høy aktivitet (som f.eks. under ICO-er), kan transaksjoner stå på vent i flere timer, og i verste fall i flere dager. Dette verktøyet har som mål å gi deg muligheten til å finne og "avbryte" / erstatte disse transaksjonene. ** Dette er ikke vanligvis noe du kan gjøre. Det bør ikke stoles på, og vil bare kunne fungere når det ligger mange transaksjoner i kø. [Vennligst les mer om dette verktøyet her.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_no$data, 'tx_notFound', 'Transaksjon ikke funnet'), _defineProperty(_no$data, 'tx_notFound_1', 'Denne transaksjonen finnes ikke i transaksjonskøen til noden du er tilkoblet.'), _defineProperty(_no$data, 'tx_notFound_2', 'Hvis du nettopp har sendt transaksjonen, vennligst vent 15 sekunder og trykk "Sjekk transaksjonsstatus"-knappen igjen. '), _defineProperty(_no$data, 'tx_notFound_3', 'Den kan fortsatt befinne seg i transaksjonskøen til en annen node, i påvente av å bli behandlet (inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_notFound_4', 'Bruk rullegardinmenyen øverst til høyre og velg en annen ETH-node. (f.eks. `ETH (Etherscan.io)` eller `ETH (Infura.io)` eller `ETH (MyEtherWallet)`), og sjekk igjen.'), _defineProperty(_no$data, 'tx_foundInPending', 'Ventende transaksjon funnet'), _defineProperty(_no$data, 'tx_foundInPending_1', 'Din transaksjon ble funnet i transaksjonskøen til noden du er tilkoblet. '), _defineProperty(_no$data, 'tx_foundInPending_2', 'Den står for øyeblikket på vent (på å bli inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_foundInPending_3', 'Det er en mulighet for at du kan "kansellere" eller erstatte denne transaksjonen. Lås opp lommeboken din nedenfor.'), _defineProperty(_no$data, 'tx_FoundOnChain', 'Transaksjon funnet'), _defineProperty(_no$data, 'tx_FoundOnChain_1', 'Transaksjonen din var vellykket og ligger i blokkkjeden.'), _defineProperty(_no$data, 'tx_FoundOnChain_2', '**Hvis du ser et rødt utropstegn `( ! )` eller `BAD INSTRUCTION` eller `OUT OF GAS` feilmelding**, så betyr dette at transaksjonen ikke var vellykket. Du kan ikke "kansellere" eller erstatte denne transaksjonen. I stedet kan du sende en ny transaksjon. Hvis du fikk en "Out of Gas"-feilmelding, bør du doble gas-grensen som du spesifiserte i utgangspunktet. '), _defineProperty(_no$data, 'tx_FoundOnChain_3', '**Hvis du ikke ser noen feil, var transaksjonen vellykket.** Dine ETH eller Tokens er der du sendte dem. Hvis du ikke ser disse ETH eller Tokens der du sendte dem, og det har gått mer enn 24 timer, vennligst [kontakt vedkommende service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send dem en *lenke* til transaksjonen din og spør dem pent om å se på situasjonen din.'), _defineProperty(_no$data, 'GEN_Help_1', 'Bruk'), _defineProperty(_no$data, 'GEN_Help_2', 'for å få tilgang til kontoen din.'), _defineProperty(_no$data, 'GEN_Help_3', 'Enheten din * er * lommeboken din.'), _defineProperty(_no$data, 'GEN_Help_4', 'Guider & FAQ'), _defineProperty(_no$data, 'GEN_Help_5', 'Hvordan opprette en lommebok'), _defineProperty(_no$data, 'GEN_Help_6', 'Komme i gang'), _defineProperty(_no$data, 'GEN_Help_7', 'Ta godt vare på det · Lag en sikkerhetskopi · Ikke del den med noen · Ikke mist det · Det kan ikke gjenopprettes hvis du mister det.'), _defineProperty(_no$data, 'GEN_Help_8', 'Lastes ikke filen ned? '), _defineProperty(_no$data, 'GEN_Help_9', 'Prøv å bruke Google Chrome '), _defineProperty(_no$data, 'GEN_Help_10', 'Høyreklikk & velg "lagre linken som". Filnavn: '), _defineProperty(_no$data, 'GEN_Help_11', 'Ikke åpne denne filen på datamaskinen din '), _defineProperty(_no$data, 'GEN_Help_12', 'Bruk den sammen med passordet du oppga til å låse opp lommeboken din via MyEtherWallet (eller Mist, Geth, Parity og andre lommebok-klienter.) '), _defineProperty(_no$data, 'GEN_Help_13', 'Hvordan sikkerhetskopiere Keystore-filen '), _defineProperty(_no$data, 'GEN_Help_14', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_15', 'Unngå tap & tyveri av midlene dine.'), _defineProperty(_no$data, 'GEN_Help_16', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_17', 'Hvorfor bør jeg gjøre dette?'), _defineProperty(_no$data, 'GEN_Help_18', 'For å ha en ekstra sikkerhetskopi.'), _defineProperty(_no$data, 'GEN_Help_19', 'I tilfelle du noen gang glemmer passordet ditt.'), _defineProperty(_no$data, 'GEN_Help_20', 'Kald-lagring'), _defineProperty(_no$data, 'GET_ConfButton', 'Jeg forstår. Fortsett. '), _defineProperty(_no$data, 'GEN_Label_5', 'Lagre din `Private Nøkkel`. '), _defineProperty(_no$data, 'GEN_Unlock', 'Lås opp lommeboken for å se adressen. '), _defineProperty(_no$data, 'GAS_PRICE_Desc', 'Gas-pris er beløpet du betaler per gas-enhet. `Transaksjonsavgift = gas-pris * gas-grense` & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Høyere gas-pris = raskere transaksjon, men dyrere. Standardinnstillingen er `41 GWEI`. '), _defineProperty(_no$data, 'GAS_LIMIT_Desc', 'Gas-grense er mengden gas som sendes med transaksjonen din. `Tr.avg.` = gas-pris * gas-grense & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Å øke dette tallet vil ikke få gjennom transaksjonen din raskere. Ulike typer transaksjoner krever ulik mengde gas. F.eks. koster det `21000` å sende ETH og ~`200 000` å sende tokens. '), _defineProperty(_no$data, 'NONCE_Desc', '"Nonce" er antall transaksjoner som noensinne har blitt sendt fra en gitt adresse. Det sikrer at transaksjoner sendes i riktig rekkefølge, og ikke mer enn én gang. '), _defineProperty(_no$data, 'TXFEE_Desc', 'Transaksjonsavgiften betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Det er `gas-grense` * `gas-pris`. [Du kan regne om GWEI -> ETH her](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_no$data, 'NAV_AddWallet', 'Legg til lommebok '), _defineProperty(_no$data, 'NAV_BulkGenerate', 'Opprett flere lommebøker '), _defineProperty(_no$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_no$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_no$data, 'NAV_DeployContract', 'Utplasser kontrakt '), _defineProperty(_no$data, 'NAV_ENS', 'ENS'), _defineProperty(_no$data, 'NAV_GenerateWallet_alt', 'Ny lommebok '), _defineProperty(_no$data, 'NAV_GenerateWallet', 'Opprett lommebok '), _defineProperty(_no$data, 'NAV_Help', 'Hjelp '), _defineProperty(_no$data, 'NAV_InteractContract', 'Samhandle med Kontrakt '), _defineProperty(_no$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_no$data, 'NAV_MyWallets', 'Mine lommebøker '), _defineProperty(_no$data, 'NAV_Offline', 'Send Offline '), _defineProperty(_no$data, 'NAV_SendEther', 'Send Ether & Tokens '), _defineProperty(_no$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_no$data, 'NAV_SignMsg', 'Signér Melding '), _defineProperty(_no$data, 'NAV_Swap', 'Veksling '), _defineProperty(_no$data, 'NAV_ViewWallet', 'Vis lommebok-info '), _defineProperty(_no$data, 'NAV_YourWallets', 'Dine lommebøker '), _defineProperty(_no$data, 'x_Access', 'Åpne '), _defineProperty(_no$data, 'x_AddessDesc', 'Din `adresse` kalles også for `kontonummer` eller `offentlig nøkkel`. Det er denne du sender til folk så de kan sende deg Ether eller Tokens. Find det fargerike adresse-ikonet. Forsikre deg om at det er likt med ikonet på papir-lommeboken din og ellers hver gang du oppgir adressen din. '), _defineProperty(_no$data, 'x_Address', 'Din adresse '), _defineProperty(_no$data, 'x_Cancel', 'x_Annuler '), _defineProperty(_no$data, 'x_CSV', 'CSV-fil (ukryptert) '), _defineProperty(_no$data, 'x_Download', 'Last ned '), _defineProperty(_no$data, 'x_Json', 'JSON-fil (ukryptert) '), _defineProperty(_no$data, 'x_JsonDesc', 'Dette er det ukrypterte JSON-formatet av din private nøkkel. Dette betyr at du ikke trenger noe passord, men også at den som finner din JSON kan få tilgang til lommeboken din og etherne dine uten passord. '), _defineProperty(_no$data, 'x_Keystore', 'Keystore-fil (UTC / JSON · Anbefalt · Kryptert) '), _defineProperty(_no$data, 'x_Keystore2', 'Keystore-fil (UTC / JSON) '), _defineProperty(_no$data, 'x_KeystoreDesc', 'Denne Keystore-filen samsvarer med formatet som brukes av Mist, så du enkelt kan importere den i fremtiden. Det er den anbefalte filen å laste ned og sikkerhetskopiere. '), _defineProperty(_no$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_no$data, 'x_Mnemonic', 'Mnemonisk Frase '), _defineProperty(_no$data, 'x_ParityPhrase', 'Parity-frase '), _defineProperty(_no$data, 'x_Password', 'Passord '), _defineProperty(_no$data, 'x_Print', 'Skriv ut papirlommebok '), _defineProperty(_no$data, 'x_PrintDesc', 'Profftips: Klikk "skriv ut" og lagre som PDF, selv om du ikke har noen skriver! '), _defineProperty(_no$data, 'x_PrintShort', 'Skriv ut '), _defineProperty(_no$data, 'x_PrivKey', 'Privat nøkkel (ukryptert) '), _defineProperty(_no$data, 'x_PrivKey2', 'Privat nøkkel '), _defineProperty(_no$data, 'x_PrivKeyDesc', 'Dette er den ukrypterte tekstversjonen av den private nøkkelen din, noe som betyr at det ikke er nødvendig med noe passord. Hvis noen skulle få tak i den ukrypterte private nøkkelen din, ville de få tilgang til lommeboken din uten å bruke passord. Derfor er krypterte nøkler vanligvis å anbefale. '), _defineProperty(_no$data, 'x_Save', 'x_Lagre '), _defineProperty(_no$data, 'x_TXT', 'TXT-fil (ukryptert) '), _defineProperty(_no$data, 'x_Wallet', 'Lommebok '), _defineProperty(_no$data, 'MEW_Warning_1', 'Sjekk alltid nettsideadressen før du bruker eller oppretter en lommebok. Pass opp for "phishing"-nettsider! '), _defineProperty(_no$data, 'CX_Warning_1', 'Sørg for at du har **eksterne sikkerhetskopier** av alle lommebøker som du lagrer her. Mye kan hende som vil kunne medføre at du mister informasjonen i denne Chrome-utvidelsen, inkludert avinstallasjon og reinstallasjon av utvidelsen. Denne utvidelsen gir deg enkel tilgang til lommebøkene dine, men er **ikke** en måte å sikkerhetskopiere dem på. '), _defineProperty(_no$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_no$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_no$data, 'FOOTER_1', 'Et åpen-kildekode-, javascript-, klient-side-verktøy for å opprette Ethereum-lommebøker & sende transaksjoner. '), _defineProperty(_no$data, 'FOOTER_1b', 'Skapt av '), _defineProperty(_no$data, 'FOOTER_2', 'Donasjoner mottas med takk: '), _defineProperty(_no$data, 'FOOTER_3', 'Klient-side lommebok-oppretting av '), _defineProperty(_no$data, 'FOOTER_4', 'Ansvarsfraskrivelse '), _defineProperty(_no$data, 'sidebar_AccountInfo', 'Kontoinformasjon '), _defineProperty(_no$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_no$data, 'sidebar_AccountBal', 'Saldo på konto '), _defineProperty(_no$data, 'sidebar_TokenBal', 'Token-saldo '), _defineProperty(_no$data, 'sidebar_Equiv', 'Tilsvarende verdier '), _defineProperty(_no$data, 'sidebar_TransHistory', 'Transaksjonshistorikk '), _defineProperty(_no$data, 'sidebar_donation', 'MyEtherWallet er en gratis åpen-kildekode-service som er dedikert til å ivareta ditt personvern og din sikkerhet. Jo flere donasjoner vi får, jo mer tid kan vi bruke til å lage nye funksjoner, lytte til tilbakemeldinger, og gi deg det du ønsker. Vi er bare to personer som prøver å forandre verden. Vil du hjelpe oss? '), _defineProperty(_no$data, 'sidebar_donate', 'Doner '), _defineProperty(_no$data, 'sidebar_thanks', 'TAKK!!! '), _defineProperty(_no$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_no$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_no$data, 'decrypt_Access', 'Hvordan ønsker du å få tilgang til lommeboken din? '), _defineProperty(_no$data, 'decrypt_Title', 'Velg formatet på din private nøkkel: '), _defineProperty(_no$data, 'decrypt_Select', 'Velg en lommebok: '), _defineProperty(_no$data, 'ADD_Label_1', 'Hva ønsker du å gjøre? '), _defineProperty(_no$data, 'ADD_Radio_1', 'Opprett ny lommebok '), _defineProperty(_no$data, 'ADD_Radio_2', 'Velg lommebok-filen din (Keystore / JSON) '), _defineProperty(_no$data, 'ADD_Radio_2_alt', 'Velg lommebok-fil '), _defineProperty(_no$data, 'ADD_Radio_2_short', 'VELG LOMMEBOK-FIL... '), _defineProperty(_no$data, 'ADD_Radio_3', 'Lim/skriv inn din private nøkkel '), _defineProperty(_no$data, 'ADD_Radio_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Radio_5_Path', 'Velg "HD derivation" variant '), _defineProperty(_no$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_no$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_no$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathCustom', '(tilpasset) '), _defineProperty(_no$data, 'ADD_Radio_5', 'Lim inn/tast din mnemoniske frase '), _defineProperty(_no$data, 'ADD_Label_2', 'Lag et kallenavn: '), _defineProperty(_no$data, 'ADD_Label_3', 'Filen din er kryptert. Vennligst oppgi passordet '), _defineProperty(_no$data, 'ADD_Label_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Warning_1', 'Du kan legge til hvilken som helst konto som du vil overvåke på lommebok-siden uten å laste opp en privat nøkkel. Dette betyr ** ikke ** at du har tilgang til denne lommeboken, eller at du kan overføre ether fra den. '), _defineProperty(_no$data, 'ADD_Label_5', 'Oppgi adressen '), _defineProperty(_no$data, 'ADD_Label_6', 'Lås opp lommeboen din '), _defineProperty(_no$data, 'ADD_Label_6_short', 'Lås opp '), _defineProperty(_no$data, 'ADD_Label_7', 'Legg til konto '), _defineProperty(_no$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_no$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_1', 'Koble til din Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_2', 'Åpne Ethereum-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Exp', 'Åpne Expanse-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Ubq', 'Åpne Ubiq-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_3', 'Sjekk at nettleserstøtte er aktivert i innstillingene. '), _defineProperty(_no$data, 'ADD_Ledger_4', 'Hvis du ikke finner noen nettleserstøtte i innstillingene, sjekk at du har [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_no$data, 'ADD_Ledger_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_Ledger_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Ledger_scan', 'Koble til Ledger Wallet '), _defineProperty(_no$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_no$data, 'x_Trezor', 'TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_scan', 'Koble til TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_select', 'Dette er en TREZOR seed '), _defineProperty(_no$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_no$data, 'GEN_desc', 'Hvis du vil opprette flere lommebøker, kan du gjøre det her '), _defineProperty(_no$data, 'GEN_Label_1', 'Oppgi et sterkt passord (minst 9 tegn) '), _defineProperty(_no$data, 'GEN_Placeholder_1', 'Glem IKKE å ta vare på dette! '), _defineProperty(_no$data, 'GEN_SuccessMsg', 'Suksess! Lommeboken din har blitt opprettet. '), _defineProperty(_no$data, 'GEN_Label_2', 'Lagre din Keystore-fil og/eller private nøkkel. Ikke glem passordet ditt ovenfor. '), _defineProperty(_no$data, 'GEN_Label_3', 'Lagre adressen din. '), _defineProperty(_no$data, 'GEN_Label_4', 'Valgfritt: Skriv ut din papir-lommebok, eller lagre en QR-kode-versjon.'), _defineProperty(_no$data, 'BULK_Label_1', 'Antall lommebøker som skal opprettes '), _defineProperty(_no$data, 'BULK_Label_2', 'Opprett lommebøker '), _defineProperty(_no$data, 'BULK_SuccessMsg', 'Suksess! Lommebøkene dine har blitt opprettet. '), _defineProperty(_no$data, 'SEND_addr', 'Til-adresse '), _defineProperty(_no$data, 'SEND_amount', 'Beløp som skal sendes '), _defineProperty(_no$data, 'SEND_amount_short', 'Beløp '), _defineProperty(_no$data, 'SEND_custom', 'Tilpasning '), _defineProperty(_no$data, 'SEND_gas', 'Gas '), _defineProperty(_no$data, 'SEND_TransferTotal', 'Overfør total tilgjengelig saldo '), _defineProperty(_no$data, 'SEND_generate', 'Generer transaksjon '), _defineProperty(_no$data, 'SEND_raw', 'Rå-transaksjon '), _defineProperty(_no$data, 'SEND_signed', 'Signert transaksjon '), _defineProperty(_no$data, 'SEND_trans', 'Send transaksjon '), _defineProperty(_no$data, 'SEND_custom', 'Legg til Token '), _defineProperty(_no$data, 'SENDModal_Title', 'Advarsel! '), _defineProperty(_no$data, 'SENDModal_Content_1', 'Du er i ferd med å sende '), _defineProperty(_no$data, 'SENDModal_Content_2', 'til adressen '), _defineProperty(_no$data, 'SENDModal_Content_3', 'Er du sikker på at du ønsker å gjøre dette? '), _defineProperty(_no$data, 'SENDModal_Content_4', 'NB: Hvis det oppstår en feil, må du sannsynligvis legge til ether til kontoen din for å dekke "gas"-kostnaden for å sende ether/token. "Gas" betales i ether. '), _defineProperty(_no$data, 'SENDModal_No', 'Nei, få meg ut herfra! '), _defineProperty(_no$data, 'SENDModal_Yes', 'Ja, jeg er sikker! Gjennomfør transaksjonen. '), _defineProperty(_no$data, 'TOKEN_Addr', 'Token Kontraktadresse-Adresse '), _defineProperty(_no$data, 'TOKEN_Symbol', 'Token-symbol '), _defineProperty(_no$data, 'TOKEN_Dec', 'Desimaler '), _defineProperty(_no$data, 'TOKEN_show', 'Vis Alle Tokens '), _defineProperty(_no$data, 'TOKEN_hide', 'Skjul Tokens '), _defineProperty(_no$data, 'TRANS_desc', 'Hvis du ønsker å sende token, vennligst bruk "Send Token"-siden i stedet. '), _defineProperty(_no$data, 'TRANS_warning', 'Hvis du bruker "Kun ETH"- eller "Kun ETC"-funksjonene, sender du via en kontrakt. Noen tjenester har problemer med å akseptere disse transaksjonene. Les mer. '), _defineProperty(_no$data, 'TRANS_advanced', '+Avansert: Legg til data '), _defineProperty(_no$data, 'TRANS_data', 'Data '), _defineProperty(_no$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_no$data, 'TRANS_sendInfo', 'En standard transaksjon som bruker 21000 gas vil koste 0,000441 ETH. Vi bruker en litt-over-minimum gas-pris på 0,000000021 ETH for å sikre at transaksjonen blir raskt behandlet. Vi tar ikke noe transaksjonsgebyr. '), _defineProperty(_no$data, 'TRANSModal_Title', '"Kun ETH"- og "Kun ETC"-transaksjoner '), _defineProperty(_no$data, 'TRANSModal_Content_0', 'En notis om forskjellige transaksjoner og tjenester: '), _defineProperty(_no$data, 'TRANSModal_Content_1', '**ETH (Standardtransaksjon): ** Dette Oppretter en standardtransaksjon direkte fra en adresse ti en annen. Den har standard gas på 21000. Det er sannsynlig at ETH som sendes med denne metoden også vil bli sendt som ETC på ETC-kjeden (hvis kontoen inneholder både ETH og ETC). Dette er anbefalt metode hvis kontoen kun inneholder ETH. '), _defineProperty(_no$data, 'TRANSModal_Content_2', '**Kun ETH: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETH**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_3', '**Kun ETC: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETC**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Send kun via Standard transaksjon. Hvis du sender via "Kun"-kontraktene, vil du måtte ta kontakt med deres kundestøttepersonell for å manuelt legge til saldoen din eller få en tilbakebetaling. [Du kan også prøve Shapeshift sitt "splitte"-verktøy.](https://split.shapeshift.io/) '), _defineProperty(_no$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ingen kjente problemer. Bruk det som passer. '), _defineProperty(_no$data, 'TRANSModal_Yes', 'Flott, jeg skjønner det nå. '), _defineProperty(_no$data, 'TRANSModal_No', 'Trøste og bære, nå er jeg bare enda mer forvirret. Hjelp meg. '), _defineProperty(_no$data, 'OFFLINE_Title', 'Generer & send offline transaksjon '), _defineProperty(_no$data, 'OFFLINE_Desc', 'Generering av offline-transaksjoner kan utføres i tre steg. Du utfører steg 1 og 3 på en internettilknyttet datamaskin, og steg 2 på en offline/frakoblet datamaskon. Dette sikrer at dine private nøkler ikke kommer i kontakt med en internettilknyttet enhet. '), _defineProperty(_no$data, 'OFFLLINE_Step1_Title', 'Steg 1: Generer informasjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step1_Button', 'Generer informasjon '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_1', 'Fra-adresse '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_2', 'NB: Dette er FRA-adressen, ikke TIL-adressen. "Nonce" genereres fra den opprinnelige kontoen. Hvis du bruker en frakoblet datamaskin, vil dette være adressen til "kald-lager"-kontoen (dvs. kontoen som lagres frakoblet internett). '), _defineProperty(_no$data, 'OFFLINE_Step2_Title', 'Steg 2: Generer transaksjon (frakoblet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_1', 'Til-adresse '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_2', 'Verdi / Beløp å sende '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3', 'Gas-pris '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4', 'Gas-grense '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4b', '21000 er standard gas-grense. Når du sender kontrakter eller ekstra data, kan det hende at grensen må settes høyere. Eventuelt ubrukt gas blir returnert til deg. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6b', 'Dette er valgfritt. Data brukes ofte når du sender transaksjoner til kontrakter. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_7', 'Skriv inn / Velg din private nøkkel / JSON. '), _defineProperty(_no$data, 'OFFLINE_Step3_Title', 'Steg 3: Send / Publiser transaksjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step3_Label_1', 'Overfør (f.eks. via USB-minnepinne) den signerte transaksjonen fra steg 2 og lim den inn her. Trykk så "SEND TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'MSG_message', 'Melding '), _defineProperty(_no$data, 'MSG_date', 'Dato '), _defineProperty(_no$data, 'MSG_signature', 'Signatur '), _defineProperty(_no$data, 'MSG_verify', 'Verifiser Melding '), _defineProperty(_no$data, 'MSG_info1', 'Inkluder dagens dato slik at signaturen ikke kan brukes på nytt på en annen dato. '), _defineProperty(_no$data, 'MSG_info2', 'Inkluder brukernavnet ditt og hvor du benytter dette navnet slik at ingen andre kan benytte det. '), _defineProperty(_no$data, 'MSG_info3', 'Inkluder en spesifikk grunn for meldingen så den ikke kan brukes på nytt for et annet formål. '), _defineProperty(_no$data, 'MNEM_1', 'Vennligst velg adressen du vil jobbe med. '), _defineProperty(_no$data, 'MNEM_2', 'Din "HD-mnemoniske frase" kan gi deg tilgang til flere lommebøker / adresser. Vennligst velg den adressen du vil jobbe med denne gangen. '), _defineProperty(_no$data, 'MNEM_more', 'Flere Adresser '), _defineProperty(_no$data, 'MNEM_prev', 'Forrige Adresse '), _defineProperty(_no$data, 'NODE_Title', 'Sett opp en alternativ node'), _defineProperty(_no$data, 'NODE_Subtitle', 'For å koble til en lokal node...'), _defineProperty(_no$data, 'NODE_Warning', 'Noden din må være HTTPS for å muliggjøre tilkobling via MyEtherWallet.com. Du kan [laste ned MyEtherWallet-repoet & kjøre det lokalt](https://github.com/kvhnuke/etherwallet/releases/latest) for å koble til en hvilken som helst node. Eller du kan skaffe deg et gratis SSL-sertifikat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_no$data, 'NODE_Name', 'Nodens navn'), _defineProperty(_no$data, 'NODE_Port', 'Nodens port'), _defineProperty(_no$data, 'NODE_CTA', 'Lagre & bruk alternativ node'), _defineProperty(_no$data, 'CONTRACT_Title', 'Kontraktadresse '), _defineProperty(_no$data, 'CONTRACT_Title_2', 'Velg eksisterende kontrakt '), _defineProperty(_no$data, 'CONTRACT_Json', 'ABI / JSON grensesnitt '), _defineProperty(_no$data, 'CONTRACT_Interact_Title', 'Les fra / Skriv til kontrakt '), _defineProperty(_no$data, 'CONTRACT_Interact_CTA', 'Velg en funksjon '), _defineProperty(_no$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_no$data, 'CONTRACT_Read', 'LES '), _defineProperty(_no$data, 'CONTRACT_Write', 'SKRIV '), _defineProperty(_no$data, 'DEP_generate', 'Generer Bytecode '), _defineProperty(_no$data, 'DEP_generated', 'Generert Bytecode '), _defineProperty(_no$data, 'DEP_signtx', 'Signer transaksjon '), _defineProperty(_no$data, 'DEP_interface', 'Generer grensesnitt '), _defineProperty(_no$data, 'SWAP_rates', "Aktuelle vekslingskurser "), _defineProperty(_no$data, 'SWAP_init_1', "Jeg vil veksle mine "), _defineProperty(_no$data, 'SWAP_init_2', " med "), _defineProperty(_no$data, 'SWAP_init_CTA', "Gjennomfør! "), _defineProperty(_no$data, 'SWAP_information', "Din informasjon "), _defineProperty(_no$data, 'SWAP_send_amt', "Beløp som sendes "), _defineProperty(_no$data, 'SWAP_rec_amt', "Beløp som mottas "), _defineProperty(_no$data, 'SWAP_your_rate', "Din vekslingskurs "), _defineProperty(_no$data, 'SWAP_rec_add', "Din mottakeradresse "), _defineProperty(_no$data, 'SWAP_start_CTA', "Start byttet "), _defineProperty(_no$data, 'SWAP_ref_num', "Ditt referansenummer "), _defineProperty(_no$data, 'SWAP_time', "Gjenstående tid til å sende "), _defineProperty(_no$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_no$data, 'SWAP_progress_1', "Ordre initiert "), _defineProperty(_no$data, 'SWAP_progress_2', "Venter på dine "), _defineProperty(_no$data, 'SWAP_progress_3', "Mottatt! "), _defineProperty(_no$data, 'SWAP_progress_4', "Sender dine {{orderResult.output.currency}} "), _defineProperty(_no$data, 'SWAP_progress_5', "Ordre fullført "), _defineProperty(_no$data, 'SWAP_order_CTA', "Vennligst send "), _defineProperty(_no$data, 'SWAP_unlock', "Lås opp din lommebok for å sende ETH eller Tokens direkte fra denne siden. "), _defineProperty(_no$data, 'MYWAL_Nick', 'Lommebok-kallenavn '), _defineProperty(_no$data, 'MYWAL_Address', 'Lommebok-adresse '), _defineProperty(_no$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_no$data, 'MYWAL_Edit', 'Rediger '), _defineProperty(_no$data, 'MYWAL_View', 'Se på '), _defineProperty(_no$data, 'MYWAL_Remove', 'Fjern '), _defineProperty(_no$data, 'MYWAL_RemoveWal', 'Fjern lommebok: '), _defineProperty(_no$data, 'MYWAL_WatchOnly', 'Dine "bare-se"-kontoer '), _defineProperty(_no$data, 'MYWAL_Viewing', 'Viser lommebok '), _defineProperty(_no$data, 'MYWAL_Hide', 'Skjul lommebok-info '), _defineProperty(_no$data, 'MYWAL_Edit_2', 'Rediger lommebok '), _defineProperty(_no$data, 'MYWAL_Name', 'Lommeboknavn '), _defineProperty(_no$data, 'MYWAL_Content_1', 'Advarsel! Du er i ferd med å fjerne lommeboken din '), _defineProperty(_no$data, 'MYWAL_Content_2', 'Vær sikker på at du har **lagret den private nøkkelen/JSON-filen og passordet** tilknyttet denne lommeboken før du fjerner den. '), _defineProperty(_no$data, 'MYWAL_Content_3', 'Hvis du ønsker å bruke denne lommeboken med din MyEtherWallet Chrome-utvidelse i fremtiden, må du manuelt legge den til igjen ved å bruke den private nøkkelen/JSON og passord. '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. Du vil kanskje gjøre dette for å [importere kontoen din til Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Hvis du bare ønsker å sjekke saldoen din, anbefaler vi at du bruker en "blockchain explorer" som f.eks. [etherscan.io](https://etherscan.io/). '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle_Short', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. '), _defineProperty(_no$data, 'VIEWWALLET_SuccessMsg', 'Suksess! Her er detaljene om din lommebok. '), _defineProperty(_no$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_no$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_no$data, 'CX_error_1', 'Du har ennå ikke lagret noen lommebok. Klikk ["Legg til lommebok"](/cx-wallet.html#add-wallet) for å legge til en! '), _defineProperty(_no$data, 'CX_quicksend', 'Send '), _defineProperty(_no$data, 'ERROR_0', 'Vennligst oppgi et gyldig beløp. '), _defineProperty(_no$data, 'ERROR_1', 'Passordet ditt må inneholde minst 9 tegn. Vennligst sørg for at det er et sterkt passord. '), _defineProperty(_no$data, 'ERROR_2', 'Beklager! Vi kjenner ikke igjen denne typen lommebok-fil. '), _defineProperty(_no$data, 'ERROR_3', 'Dette er ikke en gyldig lommebok-fil. '), _defineProperty(_no$data, 'ERROR_4', 'Denne enheten eksisterer ikke, vennligst benytt en av de følgende enhetene '), _defineProperty(_no$data, 'ERROR_5', 'Ugyldig adresse. '), _defineProperty(_no$data, 'ERROR_6', 'Ugyldig passord. '), _defineProperty(_no$data, 'ERROR_7', 'Ugyldig beløp. (Må være heltall. Prøv 0-18.) '), _defineProperty(_no$data, 'ERROR_8', 'Ugyldig gas-grense. (Må være heltall. Prøv 21000-4000000.) '), _defineProperty(_no$data, 'ERROR_9', 'Ugyldig dataverdi. (Må være hex.) '), _defineProperty(_no$data, 'ERROR_10', 'Ugyldig gas-mengde. (Må være heltall. Prøv 20 GWEI / 20000000000 WEI.) '), _defineProperty(_no$data, 'ERROR_11', 'Ugyldig nonce. (Må være heltall.) '), _defineProperty(_no$data, 'ERROR_12', 'Ugyldig signert transaksjon. '), _defineProperty(_no$data, 'ERROR_13', 'En lommebok med dette kallenavnet eksisterer allerede. '), _defineProperty(_no$data, 'ERROR_14', 'Lommebok ikke funnet. '), _defineProperty(_no$data, 'ERROR_15', 'Det ser ikke ut til at et forslag med denne ID-en eksisterer ennå, eller det er en feil ved innlesning av dette forslaget. '), _defineProperty(_no$data, 'ERROR_16', 'En lommebok med denne adressen er allerede lagret. Vennligst sjekk lommebok-siden din. '), _defineProperty(_no$data, 'ERROR_17', 'Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Du trenger minst 0,01 ether på kontoen din for å dekke gas-kostnaden. Vennligst legg til litt ether og prøv igjen. '), _defineProperty(_no$data, 'ERROR_18', 'All gas vil bli brukt på denne transaksjonen. Dette betyr at du allerede har stemt på dette forslaget, eller at debatt-perioden er over. '), _defineProperty(_no$data, 'ERROR_19', 'Ugyldig symbol '), _defineProperty(_no$data, 'ERROR_20', 'er ikke en gyldig ERC-20-token. Hvis andre tokens holder på å lastes, vennligst fjern denne token og prøv igjen. '), _defineProperty(_no$data, 'ERROR_21', 'Kunne ikke estimere gas. Det er enten ikke nok midler på kontoen, eller så gir den mottakende kontraktadressen en feilmelding. Prøv å justere gas-mengden manuelt, og fortsett. Feilmeldingen du får når du sender kan være mer informativ. '), _defineProperty(_no$data, 'ERROR_22', 'Vennligst oppgi gyldig nodenavn '), _defineProperty(_no$data, 'ERROR_23', 'Oppgi gyldig URL (internett-adresse), hvis du er på https må URL-en starte med https '), _defineProperty(_no$data, 'ERROR_24', 'Vennligst oppgi gyldig port '), _defineProperty(_no$data, 'ERROR_25', 'Vennligst oppgi gyldig kjede-ID '), _defineProperty(_no$data, 'ERROR_26', 'Vennligst oppgi gyldig ABI '), _defineProperty(_no$data, 'ERROR_27', 'Minimumsbeløp 0.01 '), _defineProperty(_no$data, 'ERROR_28', '**Du trenger din Keystore-fil & passord eller din private nøkkel** for å få tilgang til denne lommeboken i framtiden. Vennligst lagre og sikkerhetskopier den eksternt! Det finnes ingen måte å gjenopprette en lommebok på hvis du ikke lagrer den. Les [hjelpesiden](https://www.myetherwallet.com/#help) for ytterligere instruksjoner (foreløpig kun på engelsk). '), _defineProperty(_no$data, 'ERROR_29', 'Vennligst oppgi gyldig brukernavn og passord '), _defineProperty(_no$data, 'ERROR_30', 'Vennligst oppgi et gyldig ENS-navn '), _defineProperty(_no$data, 'ERROR_31', 'Ugyldig hemmelig frase '), _defineProperty(_no$data, 'ERROR_32', 'Kunne ikke bytte node eller koble til noden du valgte. Last inn siden på nytt, prøv en annen node (øverste høyre hjørnet), sjekk brannmur-innstillingene. Hvis du bruker din egen node, sjekk konfigurasjonen.'), _defineProperty(_no$data, 'ERROR_33', 'Lommeboken du har låst opp stemmer ikke overens med eierens adresse. '), _defineProperty(_no$data, 'ERROR_34', 'Navnet du prøver å avsløre er ikke likt navnet du har tastet inn. '), _defineProperty(_no$data, 'ERROR_35', 'Input-adressen har ingen sjekk-sum. More info'), _defineProperty(_no$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_no$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_no$data, 'SUCCESS_1', 'Gyldig adresse '), _defineProperty(_no$data, 'SUCCESS_2', 'Dekrypteringen av lommeboken var vellykket '), _defineProperty(_no$data, 'SUCCESS_3', 'Transaksjonen ble kringkastet til blokkjeden. Klikk for å se transaksjonen din og verifisere at den ble inkludert (mined), og at den ikke ga noen tom-for-gas- eller kontrakt-utførelsesfeil. TX Hash: '), _defineProperty(_no$data, 'SUCCESS_4', 'Lommeboken din ble lagt til '), _defineProperty(_no$data, 'SUCCESS_5', 'Valgt fil '), _defineProperty(_no$data, 'SUCCESS_6', 'Tilkobling ble opprettet '), _defineProperty(_no$data, 'SUCCESS_7', 'Meldingssignatur bekreftet'), _defineProperty(_no$data, 'WARN_Send_Link', 'Du ankom via en lenke hvor adresse, verdi, gas, datafelt og/eller transaksjonstype (sendingsmodus) var ferdigutfylt. Du kan endre denne informasjonen før du sender. Lås opp lommeboken din for å komme i gang. '), _defineProperty(_no$data, 'GETH_InvalidSender', 'Feil på avsender '), _defineProperty(_no$data, 'GETH_Nonce', 'For liten Nonce '), _defineProperty(_no$data, 'GETH_Cheap', 'Gas-pris for lav til å kunne aksepteres '), _defineProperty(_no$data, 'GETH_Balance', 'Utilstrekkelig saldo '), _defineProperty(_no$data, 'GETH_NonExistentAccount', 'Kontoen eksisterer ikke eller saldoen er for lav '), _defineProperty(_no$data, 'GETH_InsufficientFunds', 'Utilstrekkelig med midler for gas * pris + verdi '), _defineProperty(_no$data, 'GETH_IntrinsicGas', 'Gas-egenverdi for lav '), _defineProperty(_no$data, 'GETH_GasLimit', 'Overskrider blokkens gas-grense '), _defineProperty(_no$data, 'GETH_NegativeValue', 'Negativ verdi '), _defineProperty(_no$data, 'PARITY_AlreadyImported', "En transaksjon med samme hash har allerede blitt importert."), _defineProperty(_no$data, 'PARITY_Old', "Transaksjonens nonce er for lav. Prøv å øke nonce gradvis (+1)."), _defineProperty(_no$data, 'PARITY_TooCheapToReplace', "Transaksjonsavgiften er for lav. Det er en annen transaksjon med samme nonce i køen. Prøv å øke avgiften eller øke nonce (+1)."), _defineProperty(_no$data, 'PARITY_LimitReached', "Det er for mange transaksjoner i køen. Transaksjonen din ble derfor droppet. Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientGasPrice', "Transaksjonsavgiften er for lav. Den tilfredsstiller ikke minimumsavgiften til noden din. (minimum: {}, fått: {}). Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientBalance', "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd {} og fått: {}."), _defineProperty(_no$data, 'PARITY_GasLimitExceeded', "Transaksjonskostnaden overskrider nåværende gas-grense. Grense: {}, fått: {}. Prøv å redusere tilført gas."), _defineProperty(_no$data, 'PARITY_InvalidGasLimit', "Tilført mengde gas er over grensen."), _defineProperty(_no$data, 'translate_version', '0.4 '), _defineProperty(_no$data, 'Translator_Desc', 'Takk til oversetterne våre '), _defineProperty(_no$data, 'TranslatorName_1', '[mrstormlars](https://www.myetherwallet.com/?gaslimit=21000&to=mrstormlars.eth&value=1.0#send-transaction) '), _defineProperty(_no$data, 'TranslatorAddr_1', ''), _defineProperty(_no$data, 'TranslatorName_2', ''), _defineProperty(_no$data, 'TranslatorAddr_2', ''), _defineProperty(_no$data, 'TranslatorName_3', ''), _defineProperty(_no$data, 'TranslatorAddr_3', ''), _defineProperty(_no$data, 'TranslatorName_4', ''), _defineProperty(_no$data, 'TranslatorAddr_4', ''), _defineProperty(_no$data, 'TranslatorName_5', ''), _defineProperty(_no$data, 'TranslatorAddr_5', ''), _defineProperty(_no$data, 'HELP_Warning', 'Hvis du opprettet en lommebok -eller- lastet ned repoet før **31. desember 2015**, vennligst sjekk lommebøkene dine & last ned en ny versjon av repoet. Klikk for detaljer. '), _defineProperty(_no$data, 'HELP_Desc', 'Ser du noe som mangler? Har du flere spørsmål? [Ta kontakt med oss](mailto:support@myetherwallet.com), så vil vi ikke bare besvare spørsmålet ditt, men vi vil også oppdatere denne siden så den blir mer nyttig i framtiden! '), _defineProperty(_no$data, 'HELP_Remind_Title', 'Noen påminnelser '), _defineProperty(_no$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, og noen av de underliggende Javascript-bibliotekene vi benytter er under aktiv utvikling.** Selv om vi har testet grundig, og titusenvis av lommebøker har blitt opprettet uten feil av folk over hele kloden, så er det alltid en liten mulighet for at noe uventet kan skje som kan medføre at dine ETH kan tapes. Vennligst ikke invester mer enn du er villig til å tape, and vær så snill å være forsiktig. Hvis noe skulle skje, er vi lei oss for det, men **vi er ikke ansvarlige for eventuelt tapte etere**. '), _defineProperty(_no$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX er ikke "web wallets" (internettlommebøker). Du oppretter ikke en konto eller gir oss dine ethere for oppbevaring hos oss. Alle data forblir på din PC / i din nettleser. Vi gjør det enkelt for deg å opprette, lagre og få tilgang til din informasjon og samhogle med blokkjeden. '), _defineProperty(_no$data, 'HELP_Remind_Desc_3', 'Hvis du ikke lagrer din private nøkkel & passord, finnes det ingen måte å gjenopprette din lommebok på, eller midlene den inneholder. Sikkerhetskopier dem på flere fysiske lokasjoner – ikke bare på datamaskinen din! '), _defineProperty(_no$data, 'HELP_0_Title', '0) Jeg er nybegynner. Hva skal jeg gjøre? '), _defineProperty(_no$data, 'HELP_0_Desc_1', 'MyEtherWallet gir deg muligheten til å opprette nye lommebøker slik at du kan lagre etherne dine selv, i stedet for på en børs (hvor du kan kjøpe ether). Denne prosessen skjer helt og holdent på din datamaskin, ikke på våre servere. Derfor, når du oppretter en ny lommebok, **er du ansvarlig for å sikkerhetskopiere den på en forsvarlig måte**. '), _defineProperty(_no$data, 'HELP_0_Desc_2', 'Opprett en ny lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_3', 'Sikkerhetskopier lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_4', 'Verifiser at du har tilgang til denne nye lommeboken (f.eks. ved å overføre et ørlite beløp til og fra den nye lommeboken), og at all nødvendig informasjon er lagret og korrekt. '), _defineProperty(_no$data, 'HELP_0_Desc_5', 'Overfør ether til den nye lommeboken. '), _defineProperty(_no$data, 'HELP_1_Title', '1) Hvordan oppretter jeg en ny lommebok? '), _defineProperty(_no$data, 'HELP_1_Desc_1', 'Gå til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_1_Desc_2', 'Gå til "Legg til lommebok"-siden & velg "Opprett ny lommebok" '), _defineProperty(_no$data, 'HELP_1_Desc_3', 'Oppgi et sterkt passord. Hvis du ikke tror du klarer å huske det, skriv det opp på et sikkert sted. Du kommer til å trenge dette passordet for å sende transaksjoner. '), _defineProperty(_no$data, 'HELP_1_Desc_4', 'Klikk "OPPRETT". '), _defineProperty(_no$data, 'HELP_1_Desc_5', 'Din lommebok har nå blitt opprettet. '), _defineProperty(_no$data, 'HELP_2a_Title', 'Hvordan lagrer/sikkerhetskopierer jeg lommeboken min? '), _defineProperty(_no$data, 'HELP_2a_Desc_1', 'Du bør alltid sikkerhetskopiere lommeboken din eksternt og på flere fysiske lokasjoner - som f.eks. på en USB-disk og/eller på et papirark. '), _defineProperty(_no$data, 'HELP_2a_Desc_2', 'Lagre adressen. Du kan holde den for deg selv eller dele den med andre. På den måten kan andre overføre ether til deg. '), _defineProperty(_no$data, 'HELP_2a_Desc_3', 'Lagre versjoner av den private nøkkelen. Ikke del den med noen andre. Din private nøkkel er nødvendig hvis du vil ha tilgang til (og sende) etheren din! Det er 3 typer private nøkler: '), _defineProperty(_no$data, 'HELP_2a_Desc_4', 'Plasser adressen din, versjoner av den private nøkkelen, og PDF-versjonen av papirlommeboken i en folder. Lagre denne på datamaskinen din og en USB-disk. '), _defineProperty(_no$data, 'HELP_2a_Desc_5', 'Skriv ut lommeboken hvis du har en skriver. Hvis ikke, skriv ned adressen og den private nøkkelen din på et papirark. Lagre dette på et sikkert sted, separat fra datamaskinen og USB-disken. '), _defineProperty(_no$data, 'HELP_2a_Desc_6', 'Husk at du må unngå tap av nøklene og passordet pga. tap av, eller feil på, harddisk, USB-disk eller paperlommebok. Du må også ta i betraktning at det kan oppstå fysisk tap/skade på et helt område (tenk på brann eller flom). '), _defineProperty(_no$data, 'HELP_2b_Title', '2b) Hvordan kan jeg lagre ether sikkert / offline / "kaldt" med MyEtherWallet? '), _defineProperty(_no$data, 'HELP_2b_Desc_1', 'Gå til vår github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_no$data, 'HELP_2b_Desc_2', 'Klikk `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_2b_Desc_3', 'Flytt zip-fila til en frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_2b_Desc_4', 'Pakk ut zip-fila (unzip) og dobbeltklikk `index.html`. '), _defineProperty(_no$data, 'HELP_2b_Desc_5', 'Opprett en lommebok med et sterkt passord. '), _defineProperty(_no$data, 'HELP_2b_Desc_6', 'Lagre adressen. Lagre versjoner av den private nøkkelen. Lagre passordet hvis du ikke tror du klarer å huske det for alltid. '), _defineProperty(_no$data, 'HELP_2b_Desc_7', 'Lagre disse papirene / USB-ene på flere fysisk separate steder. '), _defineProperty(_no$data, 'HELP_2b_Desc_8', 'Gå til "Vis lommebok-info"-siden og oppgi (lim inn) din private nøkkel / passord for å sikre at de er korrekte og gir deg tilgang til lommeboken din. Sjekk at adressen du skrev ned er den samme. '), _defineProperty(_no$data, 'HELP_3_Title', '3) Hvordan verifiserer jeg at jeg har tilgang til den nye lommeboken min? '), _defineProperty(_no$data, 'HELP_3_Desc_1', '**Før du sender ether til din nye lommebok**, bør du forsikre deg om at du har tilgang til den. '), _defineProperty(_no$data, 'HELP_3_Desc_2', 'Naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_3_Desc_3', 'Naviger til MyEtherWallet.com sin "Vis lommebok-info"-side. '), _defineProperty(_no$data, 'HELP_3_Desc_4', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_3_Desc_5', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks. Oppgi passordet. '), _defineProperty(_no$data, 'HELP_3_Desc_6', 'Klikk "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_3_Desc_7', 'Informasjon om lommeboken din skal nå dukke opp. Finn konto-adressen din ved siden av et fargerikt, sirkulært ikon. Dette ikonet er en unik, visuell representasjon av din adresse. Vær sikker på at adressen er den samme adressen som du har lagret i tekstdokumentet og papirlommeboken. '), _defineProperty(_no$data, 'HELP_3_Desc_8', 'Hvis du planlegger å lagre et stort ether-beløp, anbefaler vi at du sender et lite beløp til- og fra den nye lommeboken før du deponerer et stort beløp. Send 0,001 ether til din nye lommebok, åpne lommeboken, send de 0,001 eterne (-minus gas-kostnad) til en annen adresse, og forikre deg om at alt fungerer som det skal. '), _defineProperty(_no$data, 'HELP_4_Title', '4) Hvordan sender jeg ether fra en lommebok til en annen? '), _defineProperty(_no$data, 'HELP_4_Desc_1', 'Hvis du planlegger å flytte et stort ether-beløp, bør du testsende et lite beløp først for å forsikre deg om at alt går som planlagt. '), _defineProperty(_no$data, 'HELP_4_Desc_2', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4_Desc_3', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_4_Desc_4', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks hvor du må oppgi passordet ditt. '), _defineProperty(_no$data, 'HELP_4_Desc_5', 'Klikk på "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_6', 'Oppgi adressen som du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4_Desc_7', 'Oppgi beløpet som du ønsker å sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du ønsker å overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4_Desc_9', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_4_Desc_10', 'En del felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_4_Desc_11', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_4_Desc_12', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_13', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_4CX_Title', '4) Hvordan sender jeg ether med MyEtherWallet CX (Chrome-utvidelsen)? '), _defineProperty(_no$data, 'HELP_4CX_Desc_1', 'Først må du legge til en lommebok. Når du har gjort det, har du 2 muligheter: den kjappe "Send"-funksjonaliteten fra Chrome-utvidelsesikonet eller "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4CX_Desc_2', 'Send: '), _defineProperty(_no$data, 'HELP_4CX_Desc_3', 'Klikk Chrome-utvidelsesikonet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_4', 'Klikk "Send"-knappen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_5', 'Velg lommeboken du ønsker å sende fra. '), _defineProperty(_no$data, 'HELP_4CX_Desc_6', 'Oppgi adressen du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_7', 'Oppgi beløpet du vil sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du vil overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_8', 'Klikk "Send transaksjon". '), _defineProperty(_no$data, 'HELP_4CX_Desc_9', 'Verifiser at adressen og beløpet er korrekt. '), _defineProperty(_no$data, 'HELP_4CX_Desc_10', 'Oppgi passordet for lommeboken. '), _defineProperty(_no$data, 'HELP_4CX_Desc_11', 'Klikk "Send transaksjon." '), _defineProperty(_no$data, 'HELP_4CX_Desc_12', 'Bruk "Send Ether & Tokens"-siden '), _defineProperty(_no$data, 'HELP_5_Title', '5) Hvordan kan jeg bruke MyEtherWallet.com offline/lokalt? '), _defineProperty(_no$data, 'HELP_5_Desc_1', 'Du kan bruke MyEtherWallet.com på datamaskinen din i stedet for fra GitHub-serverne. Du kan opprette en lommebok fullstendig frakoblet fra internett, og sende transaksjoner fra "Send offline"-siden. '), _defineProperty(_no$data, 'HELP_5_Desc_7', 'MyEtherWallet.com kjører nå utelukkende på din datamaskin. '), _defineProperty(_no$data, 'HELP_5_Desc_8', 'I tilfelle du ikke er så vant med dette: du må beholde hele mappen for å kunne kjøre nettsiden, ikke bare `index.html`. Ikke rør eller flytt rundt på noe i mappen. Hvis du lagrer en backup av MyEtherWallet-repoet for framtiden, anbefaler vi å kun lagre zip-fila så du kan være sikker på at innholdet i mappen forblir intakt. '), _defineProperty(_no$data, 'HELP_5_Desc_9', 'Siden vi oppdaterer MyEtherWallet.com hele tiden, anbefaler vi at du oppdaterer din lagrede versjon av repoet jevnlig. '), _defineProperty(_no$data, 'HELP_5CX_Title', '5) Hvordan kan jeg installere denne utvidelsen fra repoet i stedet for fra Chrome-butikken? '), _defineProperty(_no$data, 'HELP_5CX_Desc_2', 'Klikk `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_5CX_Desc_3', 'Gå til Google Chrome og finn innstillingene i menyen øverst til høyre under "Flere verktøy". '), _defineProperty(_no$data, 'HELP_5CX_Desc_4', 'Clikk "Utvidelser" til venstre. '), _defineProperty(_no$data, 'HELP_5CX_Desc_5', 'Huk av "Utviklermodus"-knappen på toppen av siden. '), _defineProperty(_no$data, 'HELP_5CX_Desc_6', 'Klikk "Last inn upakket utvidelser"-knappen. '), _defineProperty(_no$data, 'HELP_5CX_Desc_7', 'Naviger til den nå utpakkede mappen som du lastet ned tidligere. Clikk "OK". '), _defineProperty(_no$data, 'HELP_5CX_Desc_8', 'Utvidelsen skal nå dukke opp blant utvidelsene dine og i utvidelses-knappelinjen øverst til høyre i nettleseren. '), _defineProperty(_no$data, 'HELP_7_Title', '7) Hvordan sender jeg token & legger til flere typer token? '), _defineProperty(_no$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) er en flott måte å utforske token på, og for å finne informasjon om antall desimaler for en token. '), _defineProperty(_no$data, 'HELP_7_Desc_1', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_7_Desc_2', 'Lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_7_Desc_3', 'Oppgi adressen som du vil sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_7_Desc_4', 'Oppgi beløpet som du vil sende. '), _defineProperty(_no$data, 'HELP_7_Desc_5', 'Velg hvilken type token du vil sende . '), _defineProperty(_no$data, 'HELP_7_Desc_6', 'Hvis du ikke ser token-typen på listen: '), _defineProperty(_no$data, 'HELP_7_Desc_7', 'Klikk "Tilpasning". '), _defineProperty(_no$data, 'HELP_7_Desc_8', 'Oppgi adressen, navnet, og antall desimaler for token-et. Disse er oppgitt fra utviklerne av token-et og er også nødvendige når du skal "Add a Watch Token" i Mist. '), _defineProperty(_no$data, 'HELP_7_Desc_9', 'Klikk "Lagre". '), _defineProperty(_no$data, 'HELP_7_Desc_10', 'Du kan nå sende denne typen token, samt se saldoen for aktuell token i sidefeltet. '), _defineProperty(_no$data, 'HELP_7_Desc_11', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_7_Desc_12', 'Noen flere felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_7_Desc_13', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_7_Desc_14', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_7_Desc_15', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Title', '8) Hva skjer hvis nettsiden går ned? '), _defineProperty(_no$data, 'HELP_8_Desc_1', 'MyEtherWallet er ikke en nett-lommebok (web wallet). Du har ingen innlogging og ingenting blir noensinne lagret på våre servere. Det er ganske enkelt et grensesnitt som tillater deg å samhandle med blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Desc_2', 'Hvis MyEtherWallet.com går ned, må du finne en annen måte (som f.eks. geth eller Ethereum Wallet / Mist) å gjøre det på. Men du vil ikke trenge å "hente" eteren din ut av MyEtherWallet, fordi den ikke befinner seg i MyEtherWallet. Den befinner seg i den lommeboka/kontoen som du opprettet ved hjelp av nettsiden vår. '), _defineProperty(_no$data, 'HELP_8_Desc_3', 'Du kan nå svært enkelt importere din ukrypterte private nøkkel og dine Geth/Mist-format (krypterte) filer direkte inn i geth / Ethereum Wallet / Mist. Se spørsmål #12 nedenfor. '), _defineProperty(_no$data, 'HELP_8_Desc_4', 'I tillegg er sannsynligheten for at vi tar ned MyEtherWallet svært liten. Det koster oss nesten ingenting å opprettholde den siden vi ikke lagrer noen informasjon. Hvis vi tar ned domenet, er det fortsatt, og vil alltid være, offentlig tilgjengelig på [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Du kan laste ned zip-fila der og kjøre den lokalt. '), _defineProperty(_no$data, 'HELP_8CX_Title', '8) Hva skjer hvis MyEtherWallet CX (Chrome-utvidelsen) forsvinner? '), _defineProperty(_no$data, 'HELP_8CX_Desc_1', 'For det første er alle data lagret på din datamaskin, ikke på våre servere. Jeg vet det kan være forvirrende, men når du ser på Chrome-utvidelsen, så ser du IKKE på ting som er lagret på våre servere et eller annet sted - det er alt sammen lagret på din egen datamaskin. '), _defineProperty(_no$data, 'HELP_8CX_Desc_2', 'Når det er sagt, så er det **svært viktig** at du sikkerhetskopierer all din informasjon for alle lommebøkene som du har opprettet med MyEtherWallet CX. På den måten vil du fortsatt ha all nødvendig informasjon for å få tilgang til eteren din selv om noe skulle hende med MyEtherWallet CX eller datamaskinen din. Se spørsmål #2a ang. hvordan du sikkerhetskopierer lommebøkene dine. '), _defineProperty(_no$data, 'HELP_8CX_Desc_3', 'Hvis MyEtherWallet CX av en eller annen grunn skulle forsvinne fra Chrome Store, så kan du finne kildekoden på Github og laste den inn manuelt. Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_9_Title', '9) Er "Send Ether & Tokens"-siden offline? '), _defineProperty(_no$data, 'HELP_9_Desc_1', 'Nei. Den trenger internett for å kunne skaffe den aktuelle gas-prisen, "nonce" for kontoen din, og for å kunne kringkaste transaksjonen (aka "send"). Imidlertid sender den kun den signerte transaksjonen. Din private nøkkel forblir i sikkerhet hos deg. Vi tilbyr nå også en "Offline transaction"-side slik at du kan forsikre deg om at dine private nøkler til enhver tid kun befinner seg på en offline/frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_10_Title', '10) Hvordan lager jeg en frakoblet/offline transaksjon? '), _defineProperty(_no$data, 'HELP_10_Desc_1', 'Naviger til "Send Offline"-siden via din internettilknyttede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_2', 'Oppgi "Fra-adressen". Vennligst merk at dette er adressen du sender FRA, ikke TIL. Dette genererer "nonce" og "gas-pris". '), _defineProperty(_no$data, 'HELP_10_Desc_3', 'Gå til den internettfrakoblede datamaskinen. Oppgi "TIL-ADRESSEN" og "BELØPET" du vil sende. '), _defineProperty(_no$data, 'HELP_10_Desc_4', 'Oppgi "GAS-PRISEN" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_5', 'Oppgi "NONCE" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_6', '"GAS-GRENSE" har en standardverdi på 21000. Dette vil dekke en standardtransaksjon. Hvis du sender til en kontrakt eller inkluderer ekstra data i transaksjonen din, må du øke gas-grensen. Eventuelt overskytende gas blir returnert til deg (fra-kontoen). '), _defineProperty(_no$data, 'HELP_10_Desc_7', 'Oppgi noe data hvis du vil. Hvis du oppgir data, må du inkludere mer enn det som er standard gas-grense (21000). Alle data er i HEX-format. '), _defineProperty(_no$data, 'HELP_10_Desc_8', 'Velg lommebokfilen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_10_Desc_9', 'Trykk på "GENERER SIGNERT TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'HELP_10_Desc_10', 'Datafeltet under denne knappen vil fylles med din signerte transaksjon. Kopier denne og flytt den tilbake til din tilkoblede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_11', 'Lim inn den signerte transaksjonen i tekstfeltet i steg #3 på den tilkoblede maskinen og klikk "Send Ether & Tokens". Dette vil kringkaste transaksjonen din. '), _defineProperty(_no$data, 'HELP_12_Title', '12) Hvordan kan jeg importere en lommebok opprettet med MyEtherWallet til geth / Ethereum Wallet / Mist? '), _defineProperty(_no$data, 'HELP_12_Desc_1', 'Ved å bruke en Geth/Mist JSON-fil fra MyEtherWallet v2+.... '), _defineProperty(_no$data, 'HELP_12_Desc_2', 'Gå til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_3', 'Lås opp lommeboken din ved hjelp av din **krypterte** private nøkkel eller JSON-fil. '), _defineProperty(_no$data, 'HELP_12_Desc_4', 'Gå til "Mine lommebøker"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_5', 'Velg lommeboken som du ønsker å importere til Mist, klikk "Vis"-ikonet, oppgi passordet, og få tilgang til lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_6', 'Finn "Last ned JSON-fil - Geth/Mist-format (kryptert)"-seksjonen. Trykk "Last ned"-knappen nedenfor. Du har nå fått keystore-filen til lommeboken din. '), _defineProperty(_no$data, 'HELP_12_Desc_7', 'Åpne "Ethereum Wallet"-programmet. '), _defineProperty(_no$data, 'HELP_12_Desc_8', 'I menyfeltet, gå til "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_no$data, 'HELP_12_Desc_9', 'Dette vil åpne keystore-mappen på harddisken din. Kopier filen du nettopp lastet ned (`UTC--2016-04-14......../`) inn i denne keystore-mappen. '), _defineProperty(_no$data, 'HELP_12_Desc_10', 'Kontoen din skal nå umiddelbart dukke opp under "Accounts." '), _defineProperty(_no$data, 'HELP_12_Desc_11', 'Ved å bruke din ukrypterte private nøkkel... '), _defineProperty(_no$data, 'HELP_12_Desc_12', 'Hvis du ikke allerede har den ukrypterte private nøkkelen din, naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_13', 'Velg lommebok-filen din, eller oppgi/lim inn din private nøkkel, for å låse opp lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_14', 'Kopier den (ukrypterte) private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_15', 'Hvis du er på en Mac: '), _defineProperty(_no$data, 'HELP_12_Desc_15b', 'Hvis du er på en PC: '), _defineProperty(_no$data, 'HELP_12_Desc_16', 'Åpne Text Edit og lim inn denne private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_17', 'Gå til menylinjen og klikk "Format" -> "Make Plain Text". '), _defineProperty(_no$data, 'HELP_12_Desc_18', 'Lagre denne fila på skrivebordet ditt som `ikke_noe_spesielt_slett_meg.txt`. Pass på at det står "UTF-8" og "If no extension is provided use .txt" i lagringsdialogen. '), _defineProperty(_no$data, 'HELP_12_Desc_19', 'Åpne terminalen og kjør følgende kommando: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_20', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_21', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_22', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_12_Desc_23', 'Åpne Notisblokk/Notepad & lim inn den private nøkkelen '), _defineProperty(_no$data, 'HELP_12_Desc_24', 'Lagre fila som `ikke_noe_spesielt_slett_meg.txt` på `C:` '), _defineProperty(_no$data, 'HELP_12_Desc_25', 'Kjør ledetekst (Windowstast + "cmd")-kommandoen, `geth account import C:\\ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_26', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_27', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_28', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_13_Title', '13) Hva betyr "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd XXXXXXXXXXXXXXXXXXX og fått: XXXXXXXXXXXXXXXX." ? '), _defineProperty(_no$data, 'HELP_13_Desc_1', 'Dette betyr at du ikke har nok Ether på kontoen din til å dekke gas-kostnaden. Hver transaksjon (inkludert token- og kontrakt-transaksjoner) krever gas, og gas betales med Ether. Tallet som vises er beløpet som kreves for å dekke transaksjonskostnaden i Wei (1 ETH = 10^18 Wei). Ta dette tallet, del det på `1000000000000000000`, og trekk fra Ether-beløpet som du prøvde å sende (hvis du prøvde å sende Ether). Dette vil gi deg Ether-beløpet som du mangler på (trenger å sende til) denne kontoen for å gjennomføre transaksjonen. '), _defineProperty(_no$data, 'HELP_14_Title', '14) Noen nettsider randomiserer genereringen av den private nøkkelen via musebevegelser. MyEtherWallet.com gjør ikke dette. Er metoden som MyEtherWallet bruker til å generere tilfeldige tall sikker? '), _defineProperty(_no$data, 'HELP_14_Desc_1', 'Selv om musebevegelses-metoden er smart og vi skjønner hvorfor folk liker den, så er realiteten at window.crypto sikrer mer entropi (tilfeldighet) enn musebevegelser. Musebevegelses-metoden er ikke usikker, men det er bare det at vi (og mange andre kryptoeksperter) har tro på window.crypto. I tillegg kan MyEtherWallet.com også benyttes på fingerstyrte enheter. Her er en [konversasjon mellom en sint redditor og Vitalik Buterin angående musebevegelser versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) og her er [window.crypto w3 spesifikasjonen](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_no$data, 'HELP_15_Title', '15) Hvorfor har ikke kontoen jeg nettopp opprettet dukket opp i blokkjede-utforskeren? (ie: etherchain, etherscan) '), _defineProperty(_no$data, 'HELP_15_Desc_1', 'Kontoer vil kun dukke opp i en blokkjede-utforsker når kontoen har hatt aktivitet—for eksempel, når du har overført Ether til den. '), _defineProperty(_no$data, 'HELP_16_Title', '16) Hvordan kan jeg sjekke saldoen på kontoen min? '), _defineProperty(_no$data, 'HELP_16_Desc_1', 'Du kan bruke en blokkjede-utforsker som [etherscan.io](https://etherscan.io/). Lim inn adressen i søkefeltet og den vil finne fram adressen og transaksjonshistorikken. For eksempel, her ser du hvordan vår [donasjonskonto](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) ser ut på etherscan.io '), _defineProperty(_no$data, 'HELP_17_Title', '17) Hvorfor vises ikke saldoen min når jeg låser opp lommeboken min? '), _defineProperty(_no$data, 'HELP_17_Desc_1', 'Dette er mest sannsynlig fordi du er bak en brannmur. API-en vi bruker for å innhente saldoen blokkeres ofte av brannmurer av ymse årsaker. Du vil fortsatt være i stand til å sende transaksjoner, du må bare bruke en annen metode for å se nevnte saldo, som etherscan.io '), _defineProperty(_no$data, 'HELP_18_Title', '18) Hvor er min geth lommebok-fil '), _defineProperty(_no$data, 'HELP_19_Title', '19) Hvor er min Mist lommebok-fil? '), _defineProperty(_no$data, 'HELP_19_Desc_1', 'Mist-filer lagres typisk i lokasjonene ovenfor, men det er mye enklere å åpne Mist, velge "Accounts" i topp-menylinjen, velge "Backup", og velge "Accounts". Dette vil åpne mappen hvor filene dine er lagret. '), _defineProperty(_no$data, 'HELP_20_Title', '20) Hvor er pre-sale lommebok-filen? '), _defineProperty(_no$data, 'HELP_20_Desc_1', 'Der du lagret den. ;) Den ble også sendt deg på e-post, så sjekk der. Se etter fila som heter `"ethereum_wallet_backup.json"` og velg den fila. Denne fila vil være kryptert med et passord som du opprettet under "pre-sale"-kjøpet. '), _defineProperty(_no$data, 'HELP_21_Title', '21) Kan ikke hvem som helst legge inn tilfeldige private nøkler, sjekke saldoen, og sende Ether til sin egen adresse? '), _defineProperty(_no$data, 'HELP_21_Desc_1', 'Kortversjonen: ja, men å finne en konto som inneholder Ether ville tatt lengre tid enn universets levealder...så...nei. '), _defineProperty(_no$data, 'HELP_21_Desc_2', 'Lang ELI5-versjon: Ethereum er basert på [Offentlig nøkkel-kryptografi](https://en.wikipedia.org/wiki/Public-key_cryptography), og mer spesifikt [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf), som er svært utbredt, ikke bare i Ethereum. De fleste servere er beskyttet via ECC. Bitcoin bruker den samme, likeså SSH og TLS og mange flere. Ethereum-nøklene er 256-bit nøkler, som er sterkere enn 128-bit og 192-bit, som også er mye brukt og fortsatt betraktes som sikre av ekspertene. '), _defineProperty(_no$data, 'HELP_21_Desc_3', 'I denne har du en privat nøkkel og en offentlig nøkkel. Den private nøkkelen kan utlede den offentlige nøkkelen, men den offentlige nøkkelen kan ikke brukes for å finne den private nøkkelen. Det faktum at internett og verdens hemmeligheter bruker denne kryptografien betyr at hvis det blir funnet en måte å gå fra offentlige til private nøkler på, så vil dine tapte Ether være det minste av alles problemer. '), _defineProperty(_no$data, 'HELP_21_Desc_4', 'Når det er sagt, JA, hvis noen andre har din private nøkkel, så kan de såvisst sende ether fra din konto. Akkurat som hvis noen har passordet til e-posten din, så kan de lese og sende din e-post, eller passordet til bankkontoen din, så kan de overføre penger. Du kunne laste ned keystore-versjonen av den private nøkkelen din, som er den private nøkkelen som er kryptert med et passord. Dette blir som å ha et passord som er beskyttet av et annet passord. '), _defineProperty(_no$data, 'HELP_21_Desc_5', 'og JA, i teorien kunne du bare taste inn en streng med 64 hexadesimaltegn helt dil du fant en som passet. Faktisk kunne smarte folk skrive et program som svært hurtig kunne sjekke tilfeldige private nøkler. Dette kalles "brute-forcing" eller "mining" private nøkler. Folk har tenkt lenge og hardt på dette. Med noen få svært gode servere, kunne de kanskje klare å sjekke >1M nøkler/sekund. Likevel, selv når så mange sjekkes per sekund, ville det ikke gi tilgang midler som ville gjøre det i nærheten av å være lønnsomt å kjøre disse serverne. - Det er mer sannsynlig at du, eller dine oldebarn, vil dø før du får en match. '), _defineProperty(_no$data, 'HELP_21_Desc_6', 'Hvis du vet noe om Bitcoin, [dette vil sette det i perspektiv:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *For å illustrere hvor usannsynlig det er: anta at alle satoshi av alle bitcoin som noensinne blir generert ble sendt til hver sin egen unike private nøkkel. Sannsynligheten for at det blant disse nøklene kunne være to som ville korrespondere med samme adresse er ca 1 til 10^20. '), _defineProperty(_no$data, 'HELP_21_Desc_7', '[Hvis du ønsker en mer teknisk forklaring:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Disse tallene har ikke noe å gjøre med teknologien til enhetene; de er det maksimale som termodynamikken vil tillate. Og de impliserer sterkt at "brute-force"-angrep mot 256-bit nøkler vil være uoppnåelig fram til datamaskiner lages av noe annet enn materie og befinner seg i noe annet enn rom. '), _defineProperty(_no$data, 'HELP_21_Desc_8', 'Selvsagt betinger alt dette at nøkler blir generert på en virkelig tilfeldig måte & med tilstrekkelig entropi. Nøklene som genereres her tilfredsstiller dette kriteriet, det samme gjør Jaxx og Mist/geth. Alle Ethereum-lommebøker er OK. Nøkler som genereres av "brainwallets" er ikke like gode, siden en persons hjerne ikke er i stand til å lage en virkelig tilfeldig "seed". Det har vært noen andre tilfeller av manglende entropi eller "seeds" som ikke er generert på en virkelig tilfeldig måte i Bitcoin-land, men det er en historie som kan vente til en annen dag. '), _defineProperty(_no$data, 'HELP_SecCX_Title', 'Datasikkerhet - MyEtherWallet CX (Chrome-utvidelsen) '), _defineProperty(_no$data, 'HELP_SecCX_Desc_1', 'Hvor lagrer denne utvidelsen informasjonen min? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_2', 'Informasjonen som du lager i denne Chrome-utvidelsen lagres via [chrome.storage](http://chrome.storage/). - dette er samme sted som passordene dine lagres når du lagrer passord i Chrome. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_3', 'Hvilken informasjon lages? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_4', 'Adresser, kallenavn og private nøkler lagres i chrome.storage. Den private nøkkelen er kryptert ved hjelp av passordet du satte da du la til lommeboken. Kallenavn og lommebok-adresser er ikke kryptert. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_5', 'Hvorfor er ikke kallenavn og lommebok-adresser kryptert? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_6', 'Hvis vi skulle kryptere disse, måtte du ha oppgitt et passord hver gang du ønsket å se saldo for kontoene dine eller vise kallenavnene. Hvis dette bekymrer deg, anbefaler vi deg å bruke MyEtherWallet.com i stedet for denne Chrome-utvidelsen. '), _defineProperty(_no$data, 'HELP_Sec_Title', 'Datasikkerhet '), _defineProperty(_no$data, 'HELP_Sec_Desc_1', 'Hvis en av dine første spørsmål er "Hvorfor skulle jeg stole på disse folkene?", så er det en god ting. Forhåpentligvis vil følgende bidra til å lette på frykten din. '), _defineProperty(_no$data, 'HELP_Sec_Desc_2', 'Vi har vært oppe-og-gå siden august 2015. Hvis du søker etter ["myetherwallet" på reddit](https://www.reddit.com/search?q=myetherwallet), så kan du se mange folk som bruker oss med stor suksess. '), _defineProperty(_no$data, 'HELP_Sec_Desc_3', 'Vi kommer ikke til å ta pengene dine eller stjele dine private nøkler. Det er ingen ondsinnet kode på denne siden. Faktisk er "Send Ether & Tokens"-siden fullstendig klient-drevet. Det betyr at all koden blir kjørt på ** din datamaskin ** og det blir aldri lagret eller overført noe sted. '), _defineProperty(_no$data, 'HELP_Sec_Desc_4', 'Sjekk nettsideadressen (URL) -- Denne siden blir drevet gjennom GitHub og du kan se kildekoden her: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) til domenet: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_no$data, 'HELP_Sec_Desc_5', 'For å generere lommebøker, kan du laste ned [kildekoden](https://github.com/kvhnuke/etherwallet/releases/latest). Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_Sec_Desc_6', 'Kjør en test og sjekk hvilken nettverksaktivitet som skjer. Den enkleste måten som du kan gjøre dette på er å høyreklikke på siden og klikke "inspiser element". Gå til "Nettverk"-flippen. Generer en test-lommebok. Du vil se at det ikke er noen nettverksaktivitet. Du vil se at noe som ser ut som data:image/gif og data:image/png skjer. Disse er QR-kodene som blir generert...på din datamaskin...av din datamaskin. Ingen bytes ble overført. '), _defineProperty(_no$data, 'HELP_Sec_Desc_8', 'Hvis du ikke er komfortabel med å bruke dette verktøyet, så for all del, ikke bruk det. Vi laget dette verktøyet som et hjelpemiddel for folk som vil opprette lommebøker og utføre transaksjoner uten å måtte dykke ned i kommandolinjeoperasjoner eller kjøre en full node. Igjen, ta gjerne kontakt hvis du har bekymringer og vi vil gi tilbakemelding så snart som mulig. Takk! '), _defineProperty(_no$data, 'HELP_FAQ_Title', 'Flere nyttige svar på hyppige spørsmål '), _defineProperty(_no$data, 'HELP_Contact_Title', 'Måter å ta kontakt på'), _no$data); +}, _defineProperty(_no$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_no$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_no$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_no$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_no$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_no$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_no$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_no$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_no$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_no$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_no$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_no$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_no$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_no$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_no$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_no$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_no$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_no$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_no$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_no$data, 'x_CancelReplaceTx', 'Kanseller eller erstatt transaksjon'), _defineProperty(_no$data, 'x_CancelTx', 'Kanseller transaksjon'), _defineProperty(_no$data, 'x_PasswordDesc', 'Dette passordet * krypterer * din private nøkkel. Det fungerer ikke som "seed" for å generere nøklene dine. **Du vil trenge dette passordet + din private nøkkel for å låse opp lommeboken din.**'), _defineProperty(_no$data, 'x_ReadMore', 'Les mer'), _defineProperty(_no$data, 'x_ReplaceTx', 'Erstatt transaksjon'), _defineProperty(_no$data, 'x_TransHash', 'Transaksjonens hash'), _defineProperty(_no$data, 'x_TXFee', 'Tr.avgift'), _defineProperty(_no$data, 'x_TxHash', 'Tr.hash'), _defineProperty(_no$data, 'NAV_CheckTxStatus', 'Sjekk transaksjonsstatus'), _defineProperty(_no$data, 'NAV_TxStatus', 'Transaksjonsstatus'), _defineProperty(_no$data, 'tx_Details', 'Transaksjonsdetaljer'), _defineProperty(_no$data, 'tx_Summary', 'I perioder med høy aktivitet (som f.eks. under ICO-er), kan transaksjoner stå på vent i flere timer, og i verste fall i flere dager. Dette verktøyet har som mål å gi deg muligheten til å finne og "avbryte" / erstatte disse transaksjonene. ** Dette er ikke vanligvis noe du kan gjøre. Det bør ikke stoles på, og vil bare kunne fungere når det ligger mange transaksjoner i kø. [Vennligst les mer om dette verktøyet her.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_no$data, 'tx_notFound', 'Transaksjon ikke funnet'), _defineProperty(_no$data, 'tx_notFound_1', 'Denne transaksjonen finnes ikke i transaksjonskøen til noden du er tilkoblet.'), _defineProperty(_no$data, 'tx_notFound_2', 'Hvis du nettopp har sendt transaksjonen, vennligst vent 15 sekunder og trykk "Sjekk transaksjonsstatus"-knappen igjen. '), _defineProperty(_no$data, 'tx_notFound_3', 'Den kan fortsatt befinne seg i transaksjonskøen til en annen node, i påvente av å bli behandlet (inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_notFound_4', 'Bruk rullegardinmenyen øverst til høyre og velg en annen ETH-node. (f.eks. `ETH (Etherscan.io)` eller `ETH (Infura.io)` eller `ETH (MyEtherWallet)`), og sjekk igjen.'), _defineProperty(_no$data, 'tx_foundInPending', 'Ventende transaksjon funnet'), _defineProperty(_no$data, 'tx_foundInPending_1', 'Din transaksjon ble funnet i transaksjonskøen til noden du er tilkoblet. '), _defineProperty(_no$data, 'tx_foundInPending_2', 'Den står for øyeblikket på vent (på å bli inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_foundInPending_3', 'Det er en mulighet for at du kan "kansellere" eller erstatte denne transaksjonen. Lås opp lommeboken din nedenfor.'), _defineProperty(_no$data, 'tx_FoundOnChain', 'Transaksjon funnet'), _defineProperty(_no$data, 'tx_FoundOnChain_1', 'Transaksjonen din var vellykket og ligger i blokkkjeden.'), _defineProperty(_no$data, 'tx_FoundOnChain_2', '**Hvis du ser et rødt utropstegn `( ! )` eller `BAD INSTRUCTION` eller `OUT OF GAS` feilmelding**, så betyr dette at transaksjonen ikke var vellykket. Du kan ikke "kansellere" eller erstatte denne transaksjonen. I stedet kan du sende en ny transaksjon. Hvis du fikk en "Out of Gas"-feilmelding, bør du doble gas-grensen som du spesifiserte i utgangspunktet. '), _defineProperty(_no$data, 'tx_FoundOnChain_3', '**Hvis du ikke ser noen feil, var transaksjonen vellykket.** Dine ETH eller Tokens er der du sendte dem. Hvis du ikke ser disse ETH eller Tokens der du sendte dem, og det har gått mer enn 24 timer, vennligst [kontakt vedkommende service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send dem en *lenke* til transaksjonen din og spør dem pent om å se på situasjonen din.'), _defineProperty(_no$data, 'GEN_Help_1', 'Bruk'), _defineProperty(_no$data, 'GEN_Help_2', 'for å få tilgang til kontoen din.'), _defineProperty(_no$data, 'GEN_Help_3', 'Enheten din * er * lommeboken din.'), _defineProperty(_no$data, 'GEN_Help_4', 'Guider & FAQ'), _defineProperty(_no$data, 'GEN_Help_5', 'Hvordan opprette en lommebok'), _defineProperty(_no$data, 'GEN_Help_6', 'Komme i gang'), _defineProperty(_no$data, 'GEN_Help_7', 'Ta godt vare på det · Lag en sikkerhetskopi · Ikke del den med noen · Ikke mist det · Det kan ikke gjenopprettes hvis du mister det.'), _defineProperty(_no$data, 'GEN_Help_8', 'Lastes ikke filen ned? '), _defineProperty(_no$data, 'GEN_Help_9', 'Prøv å bruke Google Chrome '), _defineProperty(_no$data, 'GEN_Help_10', 'Høyreklikk & velg "lagre linken som". Filnavn: '), _defineProperty(_no$data, 'GEN_Help_11', 'Ikke åpne denne filen på datamaskinen din '), _defineProperty(_no$data, 'GEN_Help_12', 'Bruk den sammen med passordet du oppga til å låse opp lommeboken din via MyEtherWallet (eller Mist, Geth, Parity og andre lommebok-klienter.) '), _defineProperty(_no$data, 'GEN_Help_13', 'Hvordan sikkerhetskopiere Keystore-filen '), _defineProperty(_no$data, 'GEN_Help_14', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_15', 'Unngå tap & tyveri av midlene dine.'), _defineProperty(_no$data, 'GEN_Help_16', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_17', 'Hvorfor bør jeg gjøre dette?'), _defineProperty(_no$data, 'GEN_Help_18', 'For å ha en ekstra sikkerhetskopi.'), _defineProperty(_no$data, 'GEN_Help_19', 'I tilfelle du noen gang glemmer passordet ditt.'), _defineProperty(_no$data, 'GEN_Help_20', 'Kald-lagring'), _defineProperty(_no$data, 'GET_ConfButton', 'Jeg forstår. Fortsett. '), _defineProperty(_no$data, 'GEN_Label_5', 'Lagre din `Private Nøkkel`. '), _defineProperty(_no$data, 'GEN_Unlock', 'Lås opp lommeboken for å se adressen. '), _defineProperty(_no$data, 'GAS_PRICE_Desc', 'Gas-pris er beløpet du betaler per gas-enhet. `Transaksjonsavgift = gas-pris * gas-grense` & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Høyere gas-pris = raskere transaksjon, men dyrere. Standardinnstillingen er `41 GWEI`. '), _defineProperty(_no$data, 'GAS_LIMIT_Desc', 'Gas-grense er mengden gas som sendes med transaksjonen din. `Tr.avg.` = gas-pris * gas-grense & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Å øke dette tallet vil ikke få gjennom transaksjonen din raskere. Ulike typer transaksjoner krever ulik mengde gas. F.eks. koster det `21000` å sende ETH og ~`200 000` å sende tokens. '), _defineProperty(_no$data, 'NONCE_Desc', '"Nonce" er antall transaksjoner som noensinne har blitt sendt fra en gitt adresse. Det sikrer at transaksjoner sendes i riktig rekkefølge, og ikke mer enn én gang. '), _defineProperty(_no$data, 'TXFEE_Desc', 'Transaksjonsavgiften betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Det er `gas-grense` * `gas-pris`. [Du kan regne om GWEI -> ETH her](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_no$data, 'NAV_AddWallet', 'Legg til lommebok '), _defineProperty(_no$data, 'NAV_BulkGenerate', 'Opprett flere lommebøker '), _defineProperty(_no$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_no$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_no$data, 'NAV_DeployContract', 'Utplasser kontrakt '), _defineProperty(_no$data, 'NAV_ENS', 'ENS'), _defineProperty(_no$data, 'NAV_GenerateWallet_alt', 'Ny lommebok '), _defineProperty(_no$data, 'NAV_GenerateWallet', 'Opprett lommebok '), _defineProperty(_no$data, 'NAV_Help', 'Hjelp '), _defineProperty(_no$data, 'NAV_InteractContract', 'Samhandle med Kontrakt '), _defineProperty(_no$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_no$data, 'NAV_MyWallets', 'Mine lommebøker '), _defineProperty(_no$data, 'NAV_Offline', 'Send Offline '), _defineProperty(_no$data, 'NAV_SendEther', 'Send Ether & Tokens '), _defineProperty(_no$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_no$data, 'NAV_SignMsg', 'Signér Melding '), _defineProperty(_no$data, 'NAV_Swap', 'Veksling '), _defineProperty(_no$data, 'NAV_ViewWallet', 'Vis lommebok-info '), _defineProperty(_no$data, 'NAV_YourWallets', 'Dine lommebøker '), _defineProperty(_no$data, 'x_Access', 'Åpne '), _defineProperty(_no$data, 'x_AddessDesc', 'Din `adresse` kalles også for `kontonummer` eller `offentlig nøkkel`. Det er denne du sender til folk så de kan sende deg Ether eller Tokens. Find det fargerike adresse-ikonet. Forsikre deg om at det er likt med ikonet på papir-lommeboken din og ellers hver gang du oppgir adressen din. '), _defineProperty(_no$data, 'x_Address', 'Din adresse '), _defineProperty(_no$data, 'x_Cancel', 'x_Annuler '), _defineProperty(_no$data, 'x_CSV', 'CSV-fil (ukryptert) '), _defineProperty(_no$data, 'x_Download', 'Last ned '), _defineProperty(_no$data, 'x_Json', 'JSON-fil (ukryptert) '), _defineProperty(_no$data, 'x_JsonDesc', 'Dette er det ukrypterte JSON-formatet av din private nøkkel. Dette betyr at du ikke trenger noe passord, men også at den som finner din JSON kan få tilgang til lommeboken din og etherne dine uten passord. '), _defineProperty(_no$data, 'x_Keystore', 'Keystore-fil (UTC / JSON · Anbefalt · Kryptert) '), _defineProperty(_no$data, 'x_Keystore2', 'Keystore-fil (UTC / JSON) '), _defineProperty(_no$data, 'x_KeystoreDesc', 'Denne Keystore-filen samsvarer med formatet som brukes av Mist, så du enkelt kan importere den i fremtiden. Det er den anbefalte filen å laste ned og sikkerhetskopiere. '), _defineProperty(_no$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_no$data, 'x_Mnemonic', 'Mnemonisk Frase '), _defineProperty(_no$data, 'x_ParityPhrase', 'Parity-frase '), _defineProperty(_no$data, 'x_Password', 'Passord '), _defineProperty(_no$data, 'x_Print', 'Skriv ut papirlommebok '), _defineProperty(_no$data, 'x_PrintDesc', 'Profftips: Klikk "skriv ut" og lagre som PDF, selv om du ikke har noen skriver! '), _defineProperty(_no$data, 'x_PrintShort', 'Skriv ut '), _defineProperty(_no$data, 'x_PrivKey', 'Privat nøkkel (ukryptert) '), _defineProperty(_no$data, 'x_PrivKey2', 'Privat nøkkel '), _defineProperty(_no$data, 'x_PrivKeyDesc', 'Dette er den ukrypterte tekstversjonen av den private nøkkelen din, noe som betyr at det ikke er nødvendig med noe passord. Hvis noen skulle få tak i den ukrypterte private nøkkelen din, ville de få tilgang til lommeboken din uten å bruke passord. Derfor er krypterte nøkler vanligvis å anbefale. '), _defineProperty(_no$data, 'x_Save', 'x_Lagre '), _defineProperty(_no$data, 'x_TXT', 'TXT-fil (ukryptert) '), _defineProperty(_no$data, 'x_Wallet', 'Lommebok '), _defineProperty(_no$data, 'MEW_Warning_1', 'Sjekk alltid nettsideadressen før du bruker eller oppretter en lommebok. Pass opp for "phishing"-nettsider! '), _defineProperty(_no$data, 'CX_Warning_1', 'Sørg for at du har **eksterne sikkerhetskopier** av alle lommebøker som du lagrer her. Mye kan hende som vil kunne medføre at du mister informasjonen i denne Chrome-utvidelsen, inkludert avinstallasjon og reinstallasjon av utvidelsen. Denne utvidelsen gir deg enkel tilgang til lommebøkene dine, men er **ikke** en måte å sikkerhetskopiere dem på. '), _defineProperty(_no$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_no$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_no$data, 'FOOTER_1', 'Et åpen-kildekode-, javascript-, klient-side-verktøy for å opprette Ethereum-lommebøker & sende transaksjoner. '), _defineProperty(_no$data, 'FOOTER_1b', 'Skapt av '), _defineProperty(_no$data, 'FOOTER_2', 'Donasjoner mottas med takk: '), _defineProperty(_no$data, 'FOOTER_3', 'Klient-side lommebok-oppretting av '), _defineProperty(_no$data, 'FOOTER_4', 'Ansvarsfraskrivelse '), _defineProperty(_no$data, 'sidebar_AccountInfo', 'Kontoinformasjon '), _defineProperty(_no$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_no$data, 'sidebar_AccountBal', 'Saldo på konto '), _defineProperty(_no$data, 'sidebar_TokenBal', 'Token-saldo '), _defineProperty(_no$data, 'sidebar_Equiv', 'Tilsvarende verdier '), _defineProperty(_no$data, 'sidebar_TransHistory', 'Transaksjonshistorikk '), _defineProperty(_no$data, 'sidebar_donation', 'MyEtherWallet er en gratis åpen-kildekode-service som er dedikert til å ivareta ditt personvern og din sikkerhet. Jo flere donasjoner vi får, jo mer tid kan vi bruke til å lage nye funksjoner, lytte til tilbakemeldinger, og gi deg det du ønsker. Vi er bare to personer som prøver å forandre verden. Vil du hjelpe oss? '), _defineProperty(_no$data, 'sidebar_donate', 'Doner '), _defineProperty(_no$data, 'sidebar_thanks', 'TAKK!!! '), _defineProperty(_no$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_no$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_no$data, 'decrypt_Access', 'Hvordan ønsker du å få tilgang til lommeboken din? '), _defineProperty(_no$data, 'decrypt_Title', 'Velg formatet på din private nøkkel: '), _defineProperty(_no$data, 'decrypt_Select', 'Velg en lommebok: '), _defineProperty(_no$data, 'ADD_Label_1', 'Hva ønsker du å gjøre? '), _defineProperty(_no$data, 'ADD_Radio_1', 'Opprett ny lommebok '), _defineProperty(_no$data, 'ADD_Radio_2', 'Velg lommebok-filen din (Keystore / JSON) '), _defineProperty(_no$data, 'ADD_Radio_2_alt', 'Velg lommebok-fil '), _defineProperty(_no$data, 'ADD_Radio_2_short', 'VELG LOMMEBOK-FIL... '), _defineProperty(_no$data, 'ADD_Radio_3', 'Lim/skriv inn din private nøkkel '), _defineProperty(_no$data, 'ADD_Radio_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Radio_5_Path', 'Velg "HD derivation" variant '), _defineProperty(_no$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_no$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_no$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathCustom', '(tilpasset) '), _defineProperty(_no$data, 'ADD_Radio_5', 'Lim inn/tast din mnemoniske frase '), _defineProperty(_no$data, 'ADD_Label_2', 'Lag et kallenavn: '), _defineProperty(_no$data, 'ADD_Label_3', 'Filen din er kryptert. Vennligst oppgi passordet '), _defineProperty(_no$data, 'ADD_Label_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Warning_1', 'Du kan legge til hvilken som helst konto som du vil overvåke på lommebok-siden uten å laste opp en privat nøkkel. Dette betyr ** ikke ** at du har tilgang til denne lommeboken, eller at du kan overføre ether fra den. '), _defineProperty(_no$data, 'ADD_Label_5', 'Oppgi adressen '), _defineProperty(_no$data, 'ADD_Label_6', 'Lås opp lommeboen din '), _defineProperty(_no$data, 'ADD_Label_6_short', 'Lås opp '), _defineProperty(_no$data, 'ADD_Label_7', 'Legg til konto '), _defineProperty(_no$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_no$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_1', 'Koble til din Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_2', 'Åpne Ethereum-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Exp', 'Åpne Expanse-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Ubq', 'Åpne Ubiq-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_3', 'Sjekk at nettleserstøtte er aktivert i innstillingene. '), _defineProperty(_no$data, 'ADD_Ledger_4', 'Hvis du ikke finner noen nettleserstøtte i innstillingene, sjekk at du har [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_no$data, 'ADD_Ledger_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_Ledger_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Ledger_scan', 'Koble til Ledger Wallet '), _defineProperty(_no$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_no$data, 'x_Trezor', 'TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_scan', 'Koble til TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_select', 'Dette er en TREZOR seed '), _defineProperty(_no$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_no$data, 'GEN_desc', 'Hvis du vil opprette flere lommebøker, kan du gjøre det her '), _defineProperty(_no$data, 'GEN_Label_1', 'Oppgi et sterkt passord (minst 9 tegn) '), _defineProperty(_no$data, 'GEN_Placeholder_1', 'Glem IKKE å ta vare på dette! '), _defineProperty(_no$data, 'GEN_SuccessMsg', 'Suksess! Lommeboken din har blitt opprettet. '), _defineProperty(_no$data, 'GEN_Label_2', 'Lagre din Keystore-fil og/eller private nøkkel. Ikke glem passordet ditt ovenfor. '), _defineProperty(_no$data, 'GEN_Label_3', 'Lagre adressen din. '), _defineProperty(_no$data, 'GEN_Label_4', 'Valgfritt: Skriv ut din papir-lommebok, eller lagre en QR-kode-versjon.'), _defineProperty(_no$data, 'BULK_Label_1', 'Antall lommebøker som skal opprettes '), _defineProperty(_no$data, 'BULK_Label_2', 'Opprett lommebøker '), _defineProperty(_no$data, 'BULK_SuccessMsg', 'Suksess! Lommebøkene dine har blitt opprettet. '), _defineProperty(_no$data, 'SEND_addr', 'Til-adresse '), _defineProperty(_no$data, 'SEND_amount', 'Beløp som skal sendes '), _defineProperty(_no$data, 'SEND_amount_short', 'Beløp '), _defineProperty(_no$data, 'SEND_custom', 'Tilpasning '), _defineProperty(_no$data, 'SEND_gas', 'Gas '), _defineProperty(_no$data, 'SEND_TransferTotal', 'Overfør total tilgjengelig saldo '), _defineProperty(_no$data, 'SEND_generate', 'Generer transaksjon '), _defineProperty(_no$data, 'SEND_raw', 'Rå-transaksjon '), _defineProperty(_no$data, 'SEND_signed', 'Signert transaksjon '), _defineProperty(_no$data, 'SEND_trans', 'Send transaksjon '), _defineProperty(_no$data, 'SEND_custom', 'Legg til Token '), _defineProperty(_no$data, 'SENDModal_Title', 'Advarsel! '), _defineProperty(_no$data, 'SENDModal_Content_1', 'Du er i ferd med å sende '), _defineProperty(_no$data, 'SENDModal_Content_2', 'til adressen '), _defineProperty(_no$data, 'SENDModal_Content_3', 'Er du sikker på at du ønsker å gjøre dette? '), _defineProperty(_no$data, 'SENDModal_Content_4', 'NB: Hvis det oppstår en feil, må du sannsynligvis legge til ether til kontoen din for å dekke "gas"-kostnaden for å sende ether/token. "Gas" betales i ether. '), _defineProperty(_no$data, 'SENDModal_No', 'Nei, få meg ut herfra! '), _defineProperty(_no$data, 'SENDModal_Yes', 'Ja, jeg er sikker! Gjennomfør transaksjonen. '), _defineProperty(_no$data, 'TOKEN_Addr', 'Token Kontraktadresse-Adresse '), _defineProperty(_no$data, 'TOKEN_Symbol', 'Token-symbol '), _defineProperty(_no$data, 'TOKEN_Dec', 'Desimaler '), _defineProperty(_no$data, 'TOKEN_show', 'Vis Alle Tokens '), _defineProperty(_no$data, 'TOKEN_hide', 'Skjul Tokens '), _defineProperty(_no$data, 'TRANS_desc', 'Hvis du ønsker å sende token, vennligst bruk "Send Token"-siden i stedet. '), _defineProperty(_no$data, 'TRANS_warning', 'Hvis du bruker "Kun ETH"- eller "Kun ETC"-funksjonene, sender du via en kontrakt. Noen tjenester har problemer med å akseptere disse transaksjonene. Les mer. '), _defineProperty(_no$data, 'TRANS_advanced', '+Avansert: Legg til data '), _defineProperty(_no$data, 'TRANS_data', 'Data '), _defineProperty(_no$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_no$data, 'TRANS_sendInfo', 'En standard transaksjon som bruker 21000 gas vil koste 0,000441 ETH. Vi bruker en litt-over-minimum gas-pris på 0,000000021 ETH for å sikre at transaksjonen blir raskt behandlet. Vi tar ikke noe transaksjonsgebyr. '), _defineProperty(_no$data, 'TRANSModal_Title', '"Kun ETH"- og "Kun ETC"-transaksjoner '), _defineProperty(_no$data, 'TRANSModal_Content_0', 'En notis om forskjellige transaksjoner og tjenester: '), _defineProperty(_no$data, 'TRANSModal_Content_1', '**ETH (Standardtransaksjon): ** Dette Oppretter en standardtransaksjon direkte fra en adresse ti en annen. Den har standard gas på 21000. Det er sannsynlig at ETH som sendes med denne metoden også vil bli sendt som ETC på ETC-kjeden (hvis kontoen inneholder både ETH og ETC). Dette er anbefalt metode hvis kontoen kun inneholder ETH. '), _defineProperty(_no$data, 'TRANSModal_Content_2', '**Kun ETH: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETH**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_3', '**Kun ETC: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETC**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Send kun via Standard transaksjon. Hvis du sender via "Kun"-kontraktene, vil du måtte ta kontakt med deres kundestøttepersonell for å manuelt legge til saldoen din eller få en tilbakebetaling. [Du kan også prøve Shapeshift sitt "splitte"-verktøy.](https://split.shapeshift.io/) '), _defineProperty(_no$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ingen kjente problemer. Bruk det som passer. '), _defineProperty(_no$data, 'TRANSModal_Yes', 'Flott, jeg skjønner det nå. '), _defineProperty(_no$data, 'TRANSModal_No', 'Trøste og bære, nå er jeg bare enda mer forvirret. Hjelp meg. '), _defineProperty(_no$data, 'OFFLINE_Title', 'Generer & send offline transaksjon '), _defineProperty(_no$data, 'OFFLINE_Desc', 'Generering av offline-transaksjoner kan utføres i tre steg. Du utfører steg 1 og 3 på en internettilknyttet datamaskin, og steg 2 på en offline/frakoblet datamaskon. Dette sikrer at dine private nøkler ikke kommer i kontakt med en internettilknyttet enhet. '), _defineProperty(_no$data, 'OFFLLINE_Step1_Title', 'Steg 1: Generer informasjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step1_Button', 'Generer informasjon '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_1', 'Fra-adresse '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_2', 'NB: Dette er FRA-adressen, ikke TIL-adressen. "Nonce" genereres fra den opprinnelige kontoen. Hvis du bruker en frakoblet datamaskin, vil dette være adressen til "kald-lager"-kontoen (dvs. kontoen som lagres frakoblet internett). '), _defineProperty(_no$data, 'OFFLINE_Step2_Title', 'Steg 2: Generer transaksjon (frakoblet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_1', 'Til-adresse '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_2', 'Verdi / Beløp å sende '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3', 'Gas-pris '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4', 'Gas-grense '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4b', '21000 er standard gas-grense. Når du sender kontrakter eller ekstra data, kan det hende at grensen må settes høyere. Eventuelt ubrukt gas blir returnert til deg. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6b', 'Dette er valgfritt. Data brukes ofte når du sender transaksjoner til kontrakter. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_7', 'Skriv inn / Velg din private nøkkel / JSON. '), _defineProperty(_no$data, 'OFFLINE_Step3_Title', 'Steg 3: Send / Publiser transaksjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step3_Label_1', 'Overfør (f.eks. via USB-minnepinne) den signerte transaksjonen fra steg 2 og lim den inn her. Trykk så "SEND TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'MSG_message', 'Melding '), _defineProperty(_no$data, 'MSG_date', 'Dato '), _defineProperty(_no$data, 'MSG_signature', 'Signatur '), _defineProperty(_no$data, 'MSG_verify', 'Verifiser Melding '), _defineProperty(_no$data, 'MSG_info1', 'Inkluder dagens dato slik at signaturen ikke kan brukes på nytt på en annen dato. '), _defineProperty(_no$data, 'MSG_info2', 'Inkluder brukernavnet ditt og hvor du benytter dette navnet slik at ingen andre kan benytte det. '), _defineProperty(_no$data, 'MSG_info3', 'Inkluder en spesifikk grunn for meldingen så den ikke kan brukes på nytt for et annet formål. '), _defineProperty(_no$data, 'MNEM_1', 'Vennligst velg adressen du vil jobbe med. '), _defineProperty(_no$data, 'MNEM_2', 'Din "HD-mnemoniske frase" kan gi deg tilgang til flere lommebøker / adresser. Vennligst velg den adressen du vil jobbe med denne gangen. '), _defineProperty(_no$data, 'MNEM_more', 'Flere Adresser '), _defineProperty(_no$data, 'MNEM_prev', 'Forrige Adresse '), _defineProperty(_no$data, 'NODE_Title', 'Sett opp en alternativ node'), _defineProperty(_no$data, 'NODE_Subtitle', 'For å koble til en lokal node...'), _defineProperty(_no$data, 'NODE_Warning', 'Noden din må være HTTPS for å muliggjøre tilkobling via MyEtherWallet.com. Du kan [laste ned MyEtherWallet-repoet & kjøre det lokalt](https://github.com/kvhnuke/etherwallet/releases/latest) for å koble til en hvilken som helst node. Eller du kan skaffe deg et gratis SSL-sertifikat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_no$data, 'NODE_Name', 'Nodens navn'), _defineProperty(_no$data, 'NODE_Port', 'Nodens port'), _defineProperty(_no$data, 'NODE_CTA', 'Lagre & bruk alternativ node'), _defineProperty(_no$data, 'CONTRACT_Title', 'Kontraktadresse '), _defineProperty(_no$data, 'CONTRACT_Title_2', 'Velg eksisterende kontrakt '), _defineProperty(_no$data, 'CONTRACT_Json', 'ABI / JSON grensesnitt '), _defineProperty(_no$data, 'CONTRACT_Interact_Title', 'Les fra / Skriv til kontrakt '), _defineProperty(_no$data, 'CONTRACT_Interact_CTA', 'Velg en funksjon '), _defineProperty(_no$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_no$data, 'CONTRACT_Read', 'LES '), _defineProperty(_no$data, 'CONTRACT_Write', 'SKRIV '), _defineProperty(_no$data, 'DEP_generate', 'Generer Bytecode '), _defineProperty(_no$data, 'DEP_generated', 'Generert Bytecode '), _defineProperty(_no$data, 'DEP_signtx', 'Signer transaksjon '), _defineProperty(_no$data, 'DEP_interface', 'Generer grensesnitt '), _defineProperty(_no$data, 'SWAP_rates', "Aktuelle vekslingskurser "), _defineProperty(_no$data, 'SWAP_init_1', "Jeg vil veksle mine "), _defineProperty(_no$data, 'SWAP_init_2', " med "), _defineProperty(_no$data, 'SWAP_init_CTA', "Gjennomfør! "), _defineProperty(_no$data, 'SWAP_information', "Din informasjon "), _defineProperty(_no$data, 'SWAP_send_amt', "Beløp som sendes "), _defineProperty(_no$data, 'SWAP_rec_amt', "Beløp som mottas "), _defineProperty(_no$data, 'SWAP_your_rate', "Din vekslingskurs "), _defineProperty(_no$data, 'SWAP_rec_add', "Din mottakeradresse "), _defineProperty(_no$data, 'SWAP_start_CTA', "Start byttet "), _defineProperty(_no$data, 'SWAP_ref_num', "Ditt referansenummer "), _defineProperty(_no$data, 'SWAP_time', "Gjenstående tid til å sende "), _defineProperty(_no$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_no$data, 'SWAP_progress_1', "Ordre initiert "), _defineProperty(_no$data, 'SWAP_progress_2', "Venter på dine "), _defineProperty(_no$data, 'SWAP_progress_3', "Mottatt! "), _defineProperty(_no$data, 'SWAP_progress_4', "Sender dine {{orderResult.output.currency}} "), _defineProperty(_no$data, 'SWAP_progress_5', "Ordre fullført "), _defineProperty(_no$data, 'SWAP_order_CTA', "Vennligst send "), _defineProperty(_no$data, 'SWAP_unlock', "Lås opp din lommebok for å sende ETH eller Tokens direkte fra denne siden. "), _defineProperty(_no$data, 'MYWAL_Nick', 'Lommebok-kallenavn '), _defineProperty(_no$data, 'MYWAL_Address', 'Lommebok-adresse '), _defineProperty(_no$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_no$data, 'MYWAL_Edit', 'Rediger '), _defineProperty(_no$data, 'MYWAL_View', 'Se på '), _defineProperty(_no$data, 'MYWAL_Remove', 'Fjern '), _defineProperty(_no$data, 'MYWAL_RemoveWal', 'Fjern lommebok: '), _defineProperty(_no$data, 'MYWAL_WatchOnly', 'Dine "bare-se"-kontoer '), _defineProperty(_no$data, 'MYWAL_Viewing', 'Viser lommebok '), _defineProperty(_no$data, 'MYWAL_Hide', 'Skjul lommebok-info '), _defineProperty(_no$data, 'MYWAL_Edit_2', 'Rediger lommebok '), _defineProperty(_no$data, 'MYWAL_Name', 'Lommeboknavn '), _defineProperty(_no$data, 'MYWAL_Content_1', 'Advarsel! Du er i ferd med å fjerne lommeboken din '), _defineProperty(_no$data, 'MYWAL_Content_2', 'Vær sikker på at du har **lagret den private nøkkelen/JSON-filen og passordet** tilknyttet denne lommeboken før du fjerner den. '), _defineProperty(_no$data, 'MYWAL_Content_3', 'Hvis du ønsker å bruke denne lommeboken med din MyEtherWallet Chrome-utvidelse i fremtiden, må du manuelt legge den til igjen ved å bruke den private nøkkelen/JSON og passord. '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. Du vil kanskje gjøre dette for å [importere kontoen din til Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Hvis du bare ønsker å sjekke saldoen din, anbefaler vi at du bruker en "blockchain explorer" som f.eks. [etherscan.io](https://etherscan.io/). '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle_Short', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. '), _defineProperty(_no$data, 'VIEWWALLET_SuccessMsg', 'Suksess! Her er detaljene om din lommebok. '), _defineProperty(_no$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_no$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_no$data, 'CX_error_1', 'Du har ennå ikke lagret noen lommebok. Klikk ["Legg til lommebok"](/cx-wallet.html#add-wallet) for å legge til en! '), _defineProperty(_no$data, 'CX_quicksend', 'Send '), _defineProperty(_no$data, 'ERROR_0', 'Vennligst oppgi et gyldig beløp. '), _defineProperty(_no$data, 'ERROR_1', 'Passordet ditt må inneholde minst 9 tegn. Vennligst sørg for at det er et sterkt passord. '), _defineProperty(_no$data, 'ERROR_2', 'Beklager! Vi kjenner ikke igjen denne typen lommebok-fil. '), _defineProperty(_no$data, 'ERROR_3', 'Dette er ikke en gyldig lommebok-fil. '), _defineProperty(_no$data, 'ERROR_4', 'Denne enheten eksisterer ikke, vennligst benytt en av de følgende enhetene '), _defineProperty(_no$data, 'ERROR_5', 'Ugyldig adresse. '), _defineProperty(_no$data, 'ERROR_6', 'Ugyldig passord. '), _defineProperty(_no$data, 'ERROR_7', 'Ugyldig beløp. (Må være heltall. Prøv 0-18.) '), _defineProperty(_no$data, 'ERROR_8', 'Ugyldig gas-grense. (Må være heltall. Prøv 21000-4000000.) '), _defineProperty(_no$data, 'ERROR_9', 'Ugyldig dataverdi. (Må være hex.) '), _defineProperty(_no$data, 'ERROR_10', 'Ugyldig gas-mengde. (Må være heltall. Prøv 20 GWEI / 20000000000 WEI.) '), _defineProperty(_no$data, 'ERROR_11', 'Ugyldig nonce. (Må være heltall.) '), _defineProperty(_no$data, 'ERROR_12', 'Ugyldig signert transaksjon. '), _defineProperty(_no$data, 'ERROR_13', 'En lommebok med dette kallenavnet eksisterer allerede. '), _defineProperty(_no$data, 'ERROR_14', 'Lommebok ikke funnet. '), _defineProperty(_no$data, 'ERROR_15', 'Det ser ikke ut til at et forslag med denne ID-en eksisterer ennå, eller det er en feil ved innlesning av dette forslaget. '), _defineProperty(_no$data, 'ERROR_16', 'En lommebok med denne adressen er allerede lagret. Vennligst sjekk lommebok-siden din. '), _defineProperty(_no$data, 'ERROR_17', 'Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Du trenger minst 0,01 ether på kontoen din for å dekke gas-kostnaden. Vennligst legg til litt ether og prøv igjen. '), _defineProperty(_no$data, 'ERROR_18', 'All gas vil bli brukt på denne transaksjonen. Dette betyr at du allerede har stemt på dette forslaget, eller at debatt-perioden er over. '), _defineProperty(_no$data, 'ERROR_19', 'Ugyldig symbol '), _defineProperty(_no$data, 'ERROR_20', 'er ikke en gyldig ERC-20-token. Hvis andre tokens holder på å lastes, vennligst fjern denne token og prøv igjen. '), _defineProperty(_no$data, 'ERROR_21', 'Kunne ikke estimere gas. Det er enten ikke nok midler på kontoen, eller så gir den mottakende kontraktadressen en feilmelding. Prøv å justere gas-mengden manuelt, og fortsett. Feilmeldingen du får når du sender kan være mer informativ. '), _defineProperty(_no$data, 'ERROR_22', 'Vennligst oppgi gyldig nodenavn '), _defineProperty(_no$data, 'ERROR_23', 'Oppgi gyldig URL (internett-adresse), hvis du er på https må URL-en starte med https '), _defineProperty(_no$data, 'ERROR_24', 'Vennligst oppgi gyldig port '), _defineProperty(_no$data, 'ERROR_25', 'Vennligst oppgi gyldig kjede-ID '), _defineProperty(_no$data, 'ERROR_26', 'Vennligst oppgi gyldig ABI '), _defineProperty(_no$data, 'ERROR_27', 'Minimumsbeløp 0.01 '), _defineProperty(_no$data, 'ERROR_28', '**Du trenger din Keystore-fil & passord eller din private nøkkel** for å få tilgang til denne lommeboken i framtiden. Vennligst lagre og sikkerhetskopier den eksternt! Det finnes ingen måte å gjenopprette en lommebok på hvis du ikke lagrer den. Les [hjelpesiden](https://www.myetherwallet.com/#help) for ytterligere instruksjoner (foreløpig kun på engelsk). '), _defineProperty(_no$data, 'ERROR_29', 'Vennligst oppgi gyldig brukernavn og passord '), _defineProperty(_no$data, 'ERROR_30', 'Vennligst oppgi et gyldig ENS-navn '), _defineProperty(_no$data, 'ERROR_31', 'Ugyldig hemmelig frase '), _defineProperty(_no$data, 'ERROR_32', 'Kunne ikke bytte node eller koble til noden du valgte. Last inn siden på nytt, prøv en annen node (øverste høyre hjørnet), sjekk brannmur-innstillingene. Hvis du bruker din egen node, sjekk konfigurasjonen.'), _defineProperty(_no$data, 'ERROR_33', 'Lommeboken du har låst opp stemmer ikke overens med eierens adresse. '), _defineProperty(_no$data, 'ERROR_34', 'Navnet du prøver å avsløre er ikke likt navnet du har tastet inn. '), _defineProperty(_no$data, 'ERROR_35', 'Input-adressen har ingen sjekk-sum. More info'), _defineProperty(_no$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_no$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_no$data, 'SUCCESS_1', 'Gyldig adresse '), _defineProperty(_no$data, 'SUCCESS_2', 'Dekrypteringen av lommeboken var vellykket '), _defineProperty(_no$data, 'SUCCESS_3', 'Transaksjonen ble kringkastet til blokkjeden. Klikk for å se transaksjonen din og verifisere at den ble inkludert (mined), og at den ikke ga noen tom-for-gas- eller kontrakt-utførelsesfeil. TX Hash: '), _defineProperty(_no$data, 'SUCCESS_4', 'Lommeboken din ble lagt til '), _defineProperty(_no$data, 'SUCCESS_5', 'Valgt fil '), _defineProperty(_no$data, 'SUCCESS_6', 'Tilkobling ble opprettet '), _defineProperty(_no$data, 'SUCCESS_7', 'Meldingssignatur bekreftet'), _defineProperty(_no$data, 'WARN_Send_Link', 'Du ankom via en lenke hvor adresse, verdi, gas, datafelt og/eller transaksjonstype (sendingsmodus) var ferdigutfylt. Du kan endre denne informasjonen før du sender. Lås opp lommeboken din for å komme i gang. '), _defineProperty(_no$data, 'GETH_InvalidSender', 'Feil på avsender '), _defineProperty(_no$data, 'GETH_Nonce', 'For liten Nonce '), _defineProperty(_no$data, 'GETH_Cheap', 'Gas-pris for lav til å kunne aksepteres '), _defineProperty(_no$data, 'GETH_Balance', 'Utilstrekkelig saldo '), _defineProperty(_no$data, 'GETH_NonExistentAccount', 'Kontoen eksisterer ikke eller saldoen er for lav '), _defineProperty(_no$data, 'GETH_InsufficientFunds', 'Utilstrekkelig med midler for gas * pris + verdi '), _defineProperty(_no$data, 'GETH_IntrinsicGas', 'Gas-egenverdi for lav '), _defineProperty(_no$data, 'GETH_GasLimit', 'Overskrider blokkens gas-grense '), _defineProperty(_no$data, 'GETH_NegativeValue', 'Negativ verdi '), _defineProperty(_no$data, 'PARITY_AlreadyImported', "En transaksjon med samme hash har allerede blitt importert."), _defineProperty(_no$data, 'PARITY_Old', "Transaksjonens nonce er for lav. Prøv å øke nonce gradvis (+1)."), _defineProperty(_no$data, 'PARITY_TooCheapToReplace', "Transaksjonsavgiften er for lav. Det er en annen transaksjon med samme nonce i køen. Prøv å øke avgiften eller øke nonce (+1)."), _defineProperty(_no$data, 'PARITY_LimitReached', "Det er for mange transaksjoner i køen. Transaksjonen din ble derfor droppet. Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientGasPrice', "Transaksjonsavgiften er for lav. Den tilfredsstiller ikke minimumsavgiften til noden din. (minimum: {}, fått: {}). Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientBalance', "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd {} og fått: {}."), _defineProperty(_no$data, 'PARITY_GasLimitExceeded', "Transaksjonskostnaden overskrider nåværende gas-grense. Grense: {}, fått: {}. Prøv å redusere tilført gas."), _defineProperty(_no$data, 'PARITY_InvalidGasLimit', "Tilført mengde gas er over grensen."), _defineProperty(_no$data, 'translate_version', '0.4 '), _defineProperty(_no$data, 'Translator_Desc', 'Takk til oversetterne våre '), _defineProperty(_no$data, 'TranslatorName_1', '[mrstormlars](https://www.myetherwallet.com/?gaslimit=21000&to=mrstormlars.eth&value=1.0#send-transaction) '), _defineProperty(_no$data, 'TranslatorAddr_1', ''), _defineProperty(_no$data, 'TranslatorName_2', ''), _defineProperty(_no$data, 'TranslatorAddr_2', ''), _defineProperty(_no$data, 'TranslatorName_3', ''), _defineProperty(_no$data, 'TranslatorAddr_3', ''), _defineProperty(_no$data, 'TranslatorName_4', ''), _defineProperty(_no$data, 'TranslatorAddr_4', ''), _defineProperty(_no$data, 'TranslatorName_5', ''), _defineProperty(_no$data, 'TranslatorAddr_5', ''), _defineProperty(_no$data, 'HELP_Warning', 'Hvis du opprettet en lommebok -eller- lastet ned repoet før **31. desember 2015**, vennligst sjekk lommebøkene dine & last ned en ny versjon av repoet. Klikk for detaljer. '), _defineProperty(_no$data, 'HELP_Desc', 'Ser du noe som mangler? Har du flere spørsmål? [Ta kontakt med oss](mailto:support@myetherwallet.com), så vil vi ikke bare besvare spørsmålet ditt, men vi vil også oppdatere denne siden så den blir mer nyttig i framtiden! '), _defineProperty(_no$data, 'HELP_Remind_Title', 'Noen påminnelser '), _defineProperty(_no$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, og noen av de underliggende Javascript-bibliotekene vi benytter er under aktiv utvikling.** Selv om vi har testet grundig, og titusenvis av lommebøker har blitt opprettet uten feil av folk over hele kloden, så er det alltid en liten mulighet for at noe uventet kan skje som kan medføre at dine ETH kan tapes. Vennligst ikke invester mer enn du er villig til å tape, and vær så snill å være forsiktig. Hvis noe skulle skje, er vi lei oss for det, men **vi er ikke ansvarlige for eventuelt tapte etere**. '), _defineProperty(_no$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX er ikke "web wallets" (internettlommebøker). Du oppretter ikke en konto eller gir oss dine ethere for oppbevaring hos oss. Alle data forblir på din PC / i din nettleser. Vi gjør det enkelt for deg å opprette, lagre og få tilgang til din informasjon og samhogle med blokkjeden. '), _defineProperty(_no$data, 'HELP_Remind_Desc_3', 'Hvis du ikke lagrer din private nøkkel & passord, finnes det ingen måte å gjenopprette din lommebok på, eller midlene den inneholder. Sikkerhetskopier dem på flere fysiske lokasjoner – ikke bare på datamaskinen din! '), _defineProperty(_no$data, 'HELP_0_Title', '0) Jeg er nybegynner. Hva skal jeg gjøre? '), _defineProperty(_no$data, 'HELP_0_Desc_1', 'MyEtherWallet gir deg muligheten til å opprette nye lommebøker slik at du kan lagre etherne dine selv, i stedet for på en børs (hvor du kan kjøpe ether). Denne prosessen skjer helt og holdent på din datamaskin, ikke på våre servere. Derfor, når du oppretter en ny lommebok, **er du ansvarlig for å sikkerhetskopiere den på en forsvarlig måte**. '), _defineProperty(_no$data, 'HELP_0_Desc_2', 'Opprett en ny lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_3', 'Sikkerhetskopier lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_4', 'Verifiser at du har tilgang til denne nye lommeboken (f.eks. ved å overføre et ørlite beløp til og fra den nye lommeboken), og at all nødvendig informasjon er lagret og korrekt. '), _defineProperty(_no$data, 'HELP_0_Desc_5', 'Overfør ether til den nye lommeboken. '), _defineProperty(_no$data, 'HELP_1_Title', '1) Hvordan oppretter jeg en ny lommebok? '), _defineProperty(_no$data, 'HELP_1_Desc_1', 'Gå til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_1_Desc_2', 'Gå til "Legg til lommebok"-siden & velg "Opprett ny lommebok" '), _defineProperty(_no$data, 'HELP_1_Desc_3', 'Oppgi et sterkt passord. Hvis du ikke tror du klarer å huske det, skriv det opp på et sikkert sted. Du kommer til å trenge dette passordet for å sende transaksjoner. '), _defineProperty(_no$data, 'HELP_1_Desc_4', 'Klikk "OPPRETT". '), _defineProperty(_no$data, 'HELP_1_Desc_5', 'Din lommebok har nå blitt opprettet. '), _defineProperty(_no$data, 'HELP_2a_Title', 'Hvordan lagrer/sikkerhetskopierer jeg lommeboken min? '), _defineProperty(_no$data, 'HELP_2a_Desc_1', 'Du bør alltid sikkerhetskopiere lommeboken din eksternt og på flere fysiske lokasjoner - som f.eks. på en USB-disk og/eller på et papirark. '), _defineProperty(_no$data, 'HELP_2a_Desc_2', 'Lagre adressen. Du kan holde den for deg selv eller dele den med andre. På den måten kan andre overføre ether til deg. '), _defineProperty(_no$data, 'HELP_2a_Desc_3', 'Lagre versjoner av den private nøkkelen. Ikke del den med noen andre. Din private nøkkel er nødvendig hvis du vil ha tilgang til (og sende) etheren din! Det er 3 typer private nøkler: '), _defineProperty(_no$data, 'HELP_2a_Desc_4', 'Plasser adressen din, versjoner av den private nøkkelen, og PDF-versjonen av papirlommeboken i en folder. Lagre denne på datamaskinen din og en USB-disk. '), _defineProperty(_no$data, 'HELP_2a_Desc_5', 'Skriv ut lommeboken hvis du har en skriver. Hvis ikke, skriv ned adressen og den private nøkkelen din på et papirark. Lagre dette på et sikkert sted, separat fra datamaskinen og USB-disken. '), _defineProperty(_no$data, 'HELP_2a_Desc_6', 'Husk at du må unngå tap av nøklene og passordet pga. tap av, eller feil på, harddisk, USB-disk eller paperlommebok. Du må også ta i betraktning at det kan oppstå fysisk tap/skade på et helt område (tenk på brann eller flom). '), _defineProperty(_no$data, 'HELP_2b_Title', '2b) Hvordan kan jeg lagre ether sikkert / offline / "kaldt" med MyEtherWallet? '), _defineProperty(_no$data, 'HELP_2b_Desc_1', 'Gå til vår github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_no$data, 'HELP_2b_Desc_2', 'Klikk `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_2b_Desc_3', 'Flytt zip-fila til en frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_2b_Desc_4', 'Pakk ut zip-fila (unzip) og dobbeltklikk `index.html`. '), _defineProperty(_no$data, 'HELP_2b_Desc_5', 'Opprett en lommebok med et sterkt passord. '), _defineProperty(_no$data, 'HELP_2b_Desc_6', 'Lagre adressen. Lagre versjoner av den private nøkkelen. Lagre passordet hvis du ikke tror du klarer å huske det for alltid. '), _defineProperty(_no$data, 'HELP_2b_Desc_7', 'Lagre disse papirene / USB-ene på flere fysisk separate steder. '), _defineProperty(_no$data, 'HELP_2b_Desc_8', 'Gå til "Vis lommebok-info"-siden og oppgi (lim inn) din private nøkkel / passord for å sikre at de er korrekte og gir deg tilgang til lommeboken din. Sjekk at adressen du skrev ned er den samme. '), _defineProperty(_no$data, 'HELP_3_Title', '3) Hvordan verifiserer jeg at jeg har tilgang til den nye lommeboken min? '), _defineProperty(_no$data, 'HELP_3_Desc_1', '**Før du sender ether til din nye lommebok**, bør du forsikre deg om at du har tilgang til den. '), _defineProperty(_no$data, 'HELP_3_Desc_2', 'Naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_3_Desc_3', 'Naviger til MyEtherWallet.com sin "Vis lommebok-info"-side. '), _defineProperty(_no$data, 'HELP_3_Desc_4', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_3_Desc_5', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks. Oppgi passordet. '), _defineProperty(_no$data, 'HELP_3_Desc_6', 'Klikk "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_3_Desc_7', 'Informasjon om lommeboken din skal nå dukke opp. Finn konto-adressen din ved siden av et fargerikt, sirkulært ikon. Dette ikonet er en unik, visuell representasjon av din adresse. Vær sikker på at adressen er den samme adressen som du har lagret i tekstdokumentet og papirlommeboken. '), _defineProperty(_no$data, 'HELP_3_Desc_8', 'Hvis du planlegger å lagre et stort ether-beløp, anbefaler vi at du sender et lite beløp til- og fra den nye lommeboken før du deponerer et stort beløp. Send 0,001 ether til din nye lommebok, åpne lommeboken, send de 0,001 eterne (-minus gas-kostnad) til en annen adresse, og forikre deg om at alt fungerer som det skal. '), _defineProperty(_no$data, 'HELP_4_Title', '4) Hvordan sender jeg ether fra en lommebok til en annen? '), _defineProperty(_no$data, 'HELP_4_Desc_1', 'Hvis du planlegger å flytte et stort ether-beløp, bør du testsende et lite beløp først for å forsikre deg om at alt går som planlagt. '), _defineProperty(_no$data, 'HELP_4_Desc_2', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4_Desc_3', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_4_Desc_4', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks hvor du må oppgi passordet ditt. '), _defineProperty(_no$data, 'HELP_4_Desc_5', 'Klikk på "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_6', 'Oppgi adressen som du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4_Desc_7', 'Oppgi beløpet som du ønsker å sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du ønsker å overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4_Desc_9', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_4_Desc_10', 'En del felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_4_Desc_11', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_4_Desc_12', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_13', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_4CX_Title', '4) Hvordan sender jeg ether med MyEtherWallet CX (Chrome-utvidelsen)? '), _defineProperty(_no$data, 'HELP_4CX_Desc_1', 'Først må du legge til en lommebok. Når du har gjort det, har du 2 muligheter: den kjappe "Send"-funksjonaliteten fra Chrome-utvidelsesikonet eller "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4CX_Desc_2', 'Send: '), _defineProperty(_no$data, 'HELP_4CX_Desc_3', 'Klikk Chrome-utvidelsesikonet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_4', 'Klikk "Send"-knappen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_5', 'Velg lommeboken du ønsker å sende fra. '), _defineProperty(_no$data, 'HELP_4CX_Desc_6', 'Oppgi adressen du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_7', 'Oppgi beløpet du vil sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du vil overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_8', 'Klikk "Send transaksjon". '), _defineProperty(_no$data, 'HELP_4CX_Desc_9', 'Verifiser at adressen og beløpet er korrekt. '), _defineProperty(_no$data, 'HELP_4CX_Desc_10', 'Oppgi passordet for lommeboken. '), _defineProperty(_no$data, 'HELP_4CX_Desc_11', 'Klikk "Send transaksjon." '), _defineProperty(_no$data, 'HELP_4CX_Desc_12', 'Bruk "Send Ether & Tokens"-siden '), _defineProperty(_no$data, 'HELP_5_Title', '5) Hvordan kan jeg bruke MyEtherWallet.com offline/lokalt? '), _defineProperty(_no$data, 'HELP_5_Desc_1', 'Du kan bruke MyEtherWallet.com på datamaskinen din i stedet for fra GitHub-serverne. Du kan opprette en lommebok fullstendig frakoblet fra internett, og sende transaksjoner fra "Send offline"-siden. '), _defineProperty(_no$data, 'HELP_5_Desc_7', 'MyEtherWallet.com kjører nå utelukkende på din datamaskin. '), _defineProperty(_no$data, 'HELP_5_Desc_8', 'I tilfelle du ikke er så vant med dette: du må beholde hele mappen for å kunne kjøre nettsiden, ikke bare `index.html`. Ikke rør eller flytt rundt på noe i mappen. Hvis du lagrer en backup av MyEtherWallet-repoet for framtiden, anbefaler vi å kun lagre zip-fila så du kan være sikker på at innholdet i mappen forblir intakt. '), _defineProperty(_no$data, 'HELP_5_Desc_9', 'Siden vi oppdaterer MyEtherWallet.com hele tiden, anbefaler vi at du oppdaterer din lagrede versjon av repoet jevnlig. '), _defineProperty(_no$data, 'HELP_5CX_Title', '5) Hvordan kan jeg installere denne utvidelsen fra repoet i stedet for fra Chrome-butikken? '), _defineProperty(_no$data, 'HELP_5CX_Desc_2', 'Klikk `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_5CX_Desc_3', 'Gå til Google Chrome og finn innstillingene i menyen øverst til høyre under "Flere verktøy". '), _defineProperty(_no$data, 'HELP_5CX_Desc_4', 'Clikk "Utvidelser" til venstre. '), _defineProperty(_no$data, 'HELP_5CX_Desc_5', 'Huk av "Utviklermodus"-knappen på toppen av siden. '), _defineProperty(_no$data, 'HELP_5CX_Desc_6', 'Klikk "Last inn upakket utvidelser"-knappen. '), _defineProperty(_no$data, 'HELP_5CX_Desc_7', 'Naviger til den nå utpakkede mappen som du lastet ned tidligere. Clikk "OK". '), _defineProperty(_no$data, 'HELP_5CX_Desc_8', 'Utvidelsen skal nå dukke opp blant utvidelsene dine og i utvidelses-knappelinjen øverst til høyre i nettleseren. '), _defineProperty(_no$data, 'HELP_7_Title', '7) Hvordan sender jeg token & legger til flere typer token? '), _defineProperty(_no$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) er en flott måte å utforske token på, og for å finne informasjon om antall desimaler for en token. '), _defineProperty(_no$data, 'HELP_7_Desc_1', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_7_Desc_2', 'Lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_7_Desc_3', 'Oppgi adressen som du vil sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_7_Desc_4', 'Oppgi beløpet som du vil sende. '), _defineProperty(_no$data, 'HELP_7_Desc_5', 'Velg hvilken type token du vil sende . '), _defineProperty(_no$data, 'HELP_7_Desc_6', 'Hvis du ikke ser token-typen på listen: '), _defineProperty(_no$data, 'HELP_7_Desc_7', 'Klikk "Tilpasning". '), _defineProperty(_no$data, 'HELP_7_Desc_8', 'Oppgi adressen, navnet, og antall desimaler for token-et. Disse er oppgitt fra utviklerne av token-et og er også nødvendige når du skal "Add a Watch Token" i Mist. '), _defineProperty(_no$data, 'HELP_7_Desc_9', 'Klikk "Lagre". '), _defineProperty(_no$data, 'HELP_7_Desc_10', 'Du kan nå sende denne typen token, samt se saldoen for aktuell token i sidefeltet. '), _defineProperty(_no$data, 'HELP_7_Desc_11', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_7_Desc_12', 'Noen flere felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_7_Desc_13', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_7_Desc_14', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_7_Desc_15', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Title', '8) Hva skjer hvis nettsiden går ned? '), _defineProperty(_no$data, 'HELP_8_Desc_1', 'MyEtherWallet er ikke en nett-lommebok (web wallet). Du har ingen innlogging og ingenting blir noensinne lagret på våre servere. Det er ganske enkelt et grensesnitt som tillater deg å samhandle med blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Desc_2', 'Hvis MyEtherWallet.com går ned, må du finne en annen måte (som f.eks. geth eller Ethereum Wallet / Mist) å gjøre det på. Men du vil ikke trenge å "hente" eteren din ut av MyEtherWallet, fordi den ikke befinner seg i MyEtherWallet. Den befinner seg i den lommeboka/kontoen som du opprettet ved hjelp av nettsiden vår. '), _defineProperty(_no$data, 'HELP_8_Desc_3', 'Du kan nå svært enkelt importere din ukrypterte private nøkkel og dine Geth/Mist-format (krypterte) filer direkte inn i geth / Ethereum Wallet / Mist. Se spørsmål #12 nedenfor. '), _defineProperty(_no$data, 'HELP_8_Desc_4', 'I tillegg er sannsynligheten for at vi tar ned MyEtherWallet svært liten. Det koster oss nesten ingenting å opprettholde den siden vi ikke lagrer noen informasjon. Hvis vi tar ned domenet, er det fortsatt, og vil alltid være, offentlig tilgjengelig på [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Du kan laste ned zip-fila der og kjøre den lokalt. '), _defineProperty(_no$data, 'HELP_8CX_Title', '8) Hva skjer hvis MyEtherWallet CX (Chrome-utvidelsen) forsvinner? '), _defineProperty(_no$data, 'HELP_8CX_Desc_1', 'For det første er alle data lagret på din datamaskin, ikke på våre servere. Jeg vet det kan være forvirrende, men når du ser på Chrome-utvidelsen, så ser du IKKE på ting som er lagret på våre servere et eller annet sted - det er alt sammen lagret på din egen datamaskin. '), _defineProperty(_no$data, 'HELP_8CX_Desc_2', 'Når det er sagt, så er det **svært viktig** at du sikkerhetskopierer all din informasjon for alle lommebøkene som du har opprettet med MyEtherWallet CX. På den måten vil du fortsatt ha all nødvendig informasjon for å få tilgang til eteren din selv om noe skulle hende med MyEtherWallet CX eller datamaskinen din. Se spørsmål #2a ang. hvordan du sikkerhetskopierer lommebøkene dine. '), _defineProperty(_no$data, 'HELP_8CX_Desc_3', 'Hvis MyEtherWallet CX av en eller annen grunn skulle forsvinne fra Chrome Store, så kan du finne kildekoden på Github og laste den inn manuelt. Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_9_Title', '9) Er "Send Ether & Tokens"-siden offline? '), _defineProperty(_no$data, 'HELP_9_Desc_1', 'Nei. Den trenger internett for å kunne skaffe den aktuelle gas-prisen, "nonce" for kontoen din, og for å kunne kringkaste transaksjonen (aka "send"). Imidlertid sender den kun den signerte transaksjonen. Din private nøkkel forblir i sikkerhet hos deg. Vi tilbyr nå også en "Offline transaction"-side slik at du kan forsikre deg om at dine private nøkler til enhver tid kun befinner seg på en offline/frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_10_Title', '10) Hvordan lager jeg en frakoblet/offline transaksjon? '), _defineProperty(_no$data, 'HELP_10_Desc_1', 'Naviger til "Send Offline"-siden via din internettilknyttede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_2', 'Oppgi "Fra-adressen". Vennligst merk at dette er adressen du sender FRA, ikke TIL. Dette genererer "nonce" og "gas-pris". '), _defineProperty(_no$data, 'HELP_10_Desc_3', 'Gå til den internettfrakoblede datamaskinen. Oppgi "TIL-ADRESSEN" og "BELØPET" du vil sende. '), _defineProperty(_no$data, 'HELP_10_Desc_4', 'Oppgi "GAS-PRISEN" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_5', 'Oppgi "NONCE" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_6', '"GAS-GRENSE" har en standardverdi på 21000. Dette vil dekke en standardtransaksjon. Hvis du sender til en kontrakt eller inkluderer ekstra data i transaksjonen din, må du øke gas-grensen. Eventuelt overskytende gas blir returnert til deg (fra-kontoen). '), _defineProperty(_no$data, 'HELP_10_Desc_7', 'Oppgi noe data hvis du vil. Hvis du oppgir data, må du inkludere mer enn det som er standard gas-grense (21000). Alle data er i HEX-format. '), _defineProperty(_no$data, 'HELP_10_Desc_8', 'Velg lommebokfilen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_10_Desc_9', 'Trykk på "GENERER SIGNERT TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'HELP_10_Desc_10', 'Datafeltet under denne knappen vil fylles med din signerte transaksjon. Kopier denne og flytt den tilbake til din tilkoblede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_11', 'Lim inn den signerte transaksjonen i tekstfeltet i steg #3 på den tilkoblede maskinen og klikk "Send Ether & Tokens". Dette vil kringkaste transaksjonen din. '), _defineProperty(_no$data, 'HELP_12_Title', '12) Hvordan kan jeg importere en lommebok opprettet med MyEtherWallet til geth / Ethereum Wallet / Mist? '), _defineProperty(_no$data, 'HELP_12_Desc_1', 'Ved å bruke en Geth/Mist JSON-fil fra MyEtherWallet v2+.... '), _defineProperty(_no$data, 'HELP_12_Desc_2', 'Gå til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_3', 'Lås opp lommeboken din ved hjelp av din **krypterte** private nøkkel eller JSON-fil. '), _defineProperty(_no$data, 'HELP_12_Desc_4', 'Gå til "Mine lommebøker"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_5', 'Velg lommeboken som du ønsker å importere til Mist, klikk "Vis"-ikonet, oppgi passordet, og få tilgang til lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_6', 'Finn "Last ned JSON-fil - Geth/Mist-format (kryptert)"-seksjonen. Trykk "Last ned"-knappen nedenfor. Du har nå fått keystore-filen til lommeboken din. '), _defineProperty(_no$data, 'HELP_12_Desc_7', 'Åpne "Ethereum Wallet"-programmet. '), _defineProperty(_no$data, 'HELP_12_Desc_8', 'I menyfeltet, gå til "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_no$data, 'HELP_12_Desc_9', 'Dette vil åpne keystore-mappen på harddisken din. Kopier filen du nettopp lastet ned (`UTC--2016-04-14......../`) inn i denne keystore-mappen. '), _defineProperty(_no$data, 'HELP_12_Desc_10', 'Kontoen din skal nå umiddelbart dukke opp under "Accounts." '), _defineProperty(_no$data, 'HELP_12_Desc_11', 'Ved å bruke din ukrypterte private nøkkel... '), _defineProperty(_no$data, 'HELP_12_Desc_12', 'Hvis du ikke allerede har den ukrypterte private nøkkelen din, naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_13', 'Velg lommebok-filen din, eller oppgi/lim inn din private nøkkel, for å låse opp lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_14', 'Kopier den (ukrypterte) private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_15', 'Hvis du er på en Mac: '), _defineProperty(_no$data, 'HELP_12_Desc_15b', 'Hvis du er på en PC: '), _defineProperty(_no$data, 'HELP_12_Desc_16', 'Åpne Text Edit og lim inn denne private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_17', 'Gå til menylinjen og klikk "Format" -> "Make Plain Text". '), _defineProperty(_no$data, 'HELP_12_Desc_18', 'Lagre denne fila på skrivebordet ditt som `ikke_noe_spesielt_slett_meg.txt`. Pass på at det står "UTF-8" og "If no extension is provided use .txt" i lagringsdialogen. '), _defineProperty(_no$data, 'HELP_12_Desc_19', 'Åpne terminalen og kjør følgende kommando: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_20', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_21', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_22', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_12_Desc_23', 'Åpne Notisblokk/Notepad & lim inn den private nøkkelen '), _defineProperty(_no$data, 'HELP_12_Desc_24', 'Lagre fila som `ikke_noe_spesielt_slett_meg.txt` på `C:` '), _defineProperty(_no$data, 'HELP_12_Desc_25', 'Kjør ledetekst (Windowstast + "cmd")-kommandoen, `geth account import C:\\ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_26', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_27', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_28', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_13_Title', '13) Hva betyr "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd XXXXXXXXXXXXXXXXXXX og fått: XXXXXXXXXXXXXXXX." ? '), _defineProperty(_no$data, 'HELP_13_Desc_1', 'Dette betyr at du ikke har nok Ether på kontoen din til å dekke gas-kostnaden. Hver transaksjon (inkludert token- og kontrakt-transaksjoner) krever gas, og gas betales med Ether. Tallet som vises er beløpet som kreves for å dekke transaksjonskostnaden i Wei (1 ETH = 10^18 Wei). Ta dette tallet, del det på `1000000000000000000`, og trekk fra Ether-beløpet som du prøvde å sende (hvis du prøvde å sende Ether). Dette vil gi deg Ether-beløpet som du mangler på (trenger å sende til) denne kontoen for å gjennomføre transaksjonen. '), _defineProperty(_no$data, 'HELP_14_Title', '14) Noen nettsider randomiserer genereringen av den private nøkkelen via musebevegelser. MyEtherWallet.com gjør ikke dette. Er metoden som MyEtherWallet bruker til å generere tilfeldige tall sikker? '), _defineProperty(_no$data, 'HELP_14_Desc_1', 'Selv om musebevegelses-metoden er smart og vi skjønner hvorfor folk liker den, så er realiteten at window.crypto sikrer mer entropi (tilfeldighet) enn musebevegelser. Musebevegelses-metoden er ikke usikker, men det er bare det at vi (og mange andre kryptoeksperter) har tro på window.crypto. I tillegg kan MyEtherWallet.com også benyttes på fingerstyrte enheter. Her er en [konversasjon mellom en sint redditor og Vitalik Buterin angående musebevegelser versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) og her er [window.crypto w3 spesifikasjonen](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_no$data, 'HELP_15_Title', '15) Hvorfor har ikke kontoen jeg nettopp opprettet dukket opp i blokkjede-utforskeren? (ie: etherchain, etherscan) '), _defineProperty(_no$data, 'HELP_15_Desc_1', 'Kontoer vil kun dukke opp i en blokkjede-utforsker når kontoen har hatt aktivitet—for eksempel, når du har overført Ether til den. '), _defineProperty(_no$data, 'HELP_16_Title', '16) Hvordan kan jeg sjekke saldoen på kontoen min? '), _defineProperty(_no$data, 'HELP_16_Desc_1', 'Du kan bruke en blokkjede-utforsker som [etherscan.io](https://etherscan.io/). Lim inn adressen i søkefeltet og den vil finne fram adressen og transaksjonshistorikken. For eksempel, her ser du hvordan vår [donasjonskonto](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) ser ut på etherscan.io '), _defineProperty(_no$data, 'HELP_17_Title', '17) Hvorfor vises ikke saldoen min når jeg låser opp lommeboken min? '), _defineProperty(_no$data, 'HELP_17_Desc_1', 'Dette er mest sannsynlig fordi du er bak en brannmur. API-en vi bruker for å innhente saldoen blokkeres ofte av brannmurer av ymse årsaker. Du vil fortsatt være i stand til å sende transaksjoner, du må bare bruke en annen metode for å se nevnte saldo, som etherscan.io '), _defineProperty(_no$data, 'HELP_18_Title', '18) Hvor er min geth lommebok-fil '), _defineProperty(_no$data, 'HELP_19_Title', '19) Hvor er min Mist lommebok-fil? '), _defineProperty(_no$data, 'HELP_19_Desc_1', 'Mist-filer lagres typisk i lokasjonene ovenfor, men det er mye enklere å åpne Mist, velge "Accounts" i topp-menylinjen, velge "Backup", og velge "Accounts". Dette vil åpne mappen hvor filene dine er lagret. '), _defineProperty(_no$data, 'HELP_20_Title', '20) Hvor er pre-sale lommebok-filen? '), _defineProperty(_no$data, 'HELP_20_Desc_1', 'Der du lagret den. ;) Den ble også sendt deg på e-post, så sjekk der. Se etter fila som heter `"ethereum_wallet_backup.json"` og velg den fila. Denne fila vil være kryptert med et passord som du opprettet under "pre-sale"-kjøpet. '), _defineProperty(_no$data, 'HELP_21_Title', '21) Kan ikke hvem som helst legge inn tilfeldige private nøkler, sjekke saldoen, og sende Ether til sin egen adresse? '), _defineProperty(_no$data, 'HELP_21_Desc_1', 'Kortversjonen: ja, men å finne en konto som inneholder Ether ville tatt lengre tid enn universets levealder...så...nei. '), _defineProperty(_no$data, 'HELP_21_Desc_2', 'Lang ELI5-versjon: Ethereum er basert på [Offentlig nøkkel-kryptografi](https://en.wikipedia.org/wiki/Public-key_cryptography), og mer spesifikt [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf), som er svært utbredt, ikke bare i Ethereum. De fleste servere er beskyttet via ECC. Bitcoin bruker den samme, likeså SSH og TLS og mange flere. Ethereum-nøklene er 256-bit nøkler, som er sterkere enn 128-bit og 192-bit, som også er mye brukt og fortsatt betraktes som sikre av ekspertene. '), _defineProperty(_no$data, 'HELP_21_Desc_3', 'I denne har du en privat nøkkel og en offentlig nøkkel. Den private nøkkelen kan utlede den offentlige nøkkelen, men den offentlige nøkkelen kan ikke brukes for å finne den private nøkkelen. Det faktum at internett og verdens hemmeligheter bruker denne kryptografien betyr at hvis det blir funnet en måte å gå fra offentlige til private nøkler på, så vil dine tapte Ether være det minste av alles problemer. '), _defineProperty(_no$data, 'HELP_21_Desc_4', 'Når det er sagt, JA, hvis noen andre har din private nøkkel, så kan de såvisst sende ether fra din konto. Akkurat som hvis noen har passordet til e-posten din, så kan de lese og sende din e-post, eller passordet til bankkontoen din, så kan de overføre penger. Du kunne laste ned keystore-versjonen av den private nøkkelen din, som er den private nøkkelen som er kryptert med et passord. Dette blir som å ha et passord som er beskyttet av et annet passord. '), _defineProperty(_no$data, 'HELP_21_Desc_5', 'og JA, i teorien kunne du bare taste inn en streng med 64 hexadesimaltegn helt dil du fant en som passet. Faktisk kunne smarte folk skrive et program som svært hurtig kunne sjekke tilfeldige private nøkler. Dette kalles "brute-forcing" eller "mining" private nøkler. Folk har tenkt lenge og hardt på dette. Med noen få svært gode servere, kunne de kanskje klare å sjekke >1M nøkler/sekund. Likevel, selv når så mange sjekkes per sekund, ville det ikke gi tilgang midler som ville gjøre det i nærheten av å være lønnsomt å kjøre disse serverne. - Det er mer sannsynlig at du, eller dine oldebarn, vil dø før du får en match. '), _defineProperty(_no$data, 'HELP_21_Desc_6', 'Hvis du vet noe om Bitcoin, [dette vil sette det i perspektiv:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *For å illustrere hvor usannsynlig det er: anta at alle satoshi av alle bitcoin som noensinne blir generert ble sendt til hver sin egen unike private nøkkel. Sannsynligheten for at det blant disse nøklene kunne være to som ville korrespondere med samme adresse er ca 1 til 10^20. '), _defineProperty(_no$data, 'HELP_21_Desc_7', '[Hvis du ønsker en mer teknisk forklaring:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Disse tallene har ikke noe å gjøre med teknologien til enhetene; de er det maksimale som termodynamikken vil tillate. Og de impliserer sterkt at "brute-force"-angrep mot 256-bit nøkler vil være uoppnåelig fram til datamaskiner lages av noe annet enn materie og befinner seg i noe annet enn rom. '), _defineProperty(_no$data, 'HELP_21_Desc_8', 'Selvsagt betinger alt dette at nøkler blir generert på en virkelig tilfeldig måte & med tilstrekkelig entropi. Nøklene som genereres her tilfredsstiller dette kriteriet, det samme gjør Jaxx og Mist/geth. Alle Ethereum-lommebøker er OK. Nøkler som genereres av "brainwallets" er ikke like gode, siden en persons hjerne ikke er i stand til å lage en virkelig tilfeldig "seed". Det har vært noen andre tilfeller av manglende entropi eller "seeds" som ikke er generert på en virkelig tilfeldig måte i Bitcoin-land, men det er en historie som kan vente til en annen dag. '), _defineProperty(_no$data, 'HELP_SecCX_Title', 'Datasikkerhet - MyEtherWallet CX (Chrome-utvidelsen) '), _defineProperty(_no$data, 'HELP_SecCX_Desc_1', 'Hvor lagrer denne utvidelsen informasjonen min? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_2', 'Informasjonen som du lager i denne Chrome-utvidelsen lagres via [chrome.storage](http://chrome.storage/). - dette er samme sted som passordene dine lagres når du lagrer passord i Chrome. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_3', 'Hvilken informasjon lages? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_4', 'Adresser, kallenavn og private nøkler lagres i chrome.storage. Den private nøkkelen er kryptert ved hjelp av passordet du satte da du la til lommeboken. Kallenavn og lommebok-adresser er ikke kryptert. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_5', 'Hvorfor er ikke kallenavn og lommebok-adresser kryptert? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_6', 'Hvis vi skulle kryptere disse, måtte du ha oppgitt et passord hver gang du ønsket å se saldo for kontoene dine eller vise kallenavnene. Hvis dette bekymrer deg, anbefaler vi deg å bruke MyEtherWallet.com i stedet for denne Chrome-utvidelsen. '), _defineProperty(_no$data, 'HELP_Sec_Title', 'Datasikkerhet '), _defineProperty(_no$data, 'HELP_Sec_Desc_1', 'Hvis en av dine første spørsmål er "Hvorfor skulle jeg stole på disse folkene?", så er det en god ting. Forhåpentligvis vil følgende bidra til å lette på frykten din. '), _defineProperty(_no$data, 'HELP_Sec_Desc_2', 'Vi har vært oppe-og-gå siden august 2015. Hvis du søker etter ["myetherwallet" på reddit](https://www.reddit.com/search?q=myetherwallet), så kan du se mange folk som bruker oss med stor suksess. '), _defineProperty(_no$data, 'HELP_Sec_Desc_3', 'Vi kommer ikke til å ta pengene dine eller stjele dine private nøkler. Det er ingen ondsinnet kode på denne siden. Faktisk er "Send Ether & Tokens"-siden fullstendig klient-drevet. Det betyr at all koden blir kjørt på ** din datamaskin ** og det blir aldri lagret eller overført noe sted. '), _defineProperty(_no$data, 'HELP_Sec_Desc_4', 'Sjekk nettsideadressen (URL) -- Denne siden blir drevet gjennom GitHub og du kan se kildekoden her: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) til domenet: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_no$data, 'HELP_Sec_Desc_5', 'For å generere lommebøker, kan du laste ned [kildekoden](https://github.com/kvhnuke/etherwallet/releases/latest). Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_Sec_Desc_6', 'Kjør en test og sjekk hvilken nettverksaktivitet som skjer. Den enkleste måten som du kan gjøre dette på er å høyreklikke på siden og klikke "inspiser element". Gå til "Nettverk"-flippen. Generer en test-lommebok. Du vil se at det ikke er noen nettverksaktivitet. Du vil se at noe som ser ut som data:image/gif og data:image/png skjer. Disse er QR-kodene som blir generert...på din datamaskin...av din datamaskin. Ingen bytes ble overført. '), _defineProperty(_no$data, 'HELP_Sec_Desc_8', 'Hvis du ikke er komfortabel med å bruke dette verktøyet, så for all del, ikke bruk det. Vi laget dette verktøyet som et hjelpemiddel for folk som vil opprette lommebøker og utføre transaksjoner uten å måtte dykke ned i kommandolinjeoperasjoner eller kjøre en full node. Igjen, ta gjerne kontakt hvis du har bekymringer og vi vil gi tilbakemelding så snart som mulig. Takk! '), _defineProperty(_no$data, 'HELP_FAQ_Title', 'Flere nyttige svar på hyppige spørsmål '), _defineProperty(_no$data, 'HELP_Contact_Title', 'Måter å ta kontakt på'), _no$data); module.exports = no; @@ -17347,7 +17344,7 @@ pl.data = (_pl$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_pl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pl$data, 'x_CancelReplaceTx', 'Anuluj lub Zastąp Transakcję'), _defineProperty(_pl$data, 'x_CancelTx', 'Anuluj Transakcję'), _defineProperty(_pl$data, 'x_PasswordDesc', 'To hasło * szyfruje * Twój klucz prywatny. To nie jest ziarno (seed) generujące Twoje klucze. **Będziesz potrzebować tego hasła + Twojego klucza prywatnego aby odblokować swój portfel.**'), _defineProperty(_pl$data, 'x_ReadMore', 'Zobacz więcej'), _defineProperty(_pl$data, 'x_ReplaceTx', 'Zastąp Transakcję'), _defineProperty(_pl$data, 'x_TransHash', 'Hash Transakcji'), _defineProperty(_pl$data, 'x_TXFee', 'TX Fee (opłata)'), _defineProperty(_pl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pl$data, 'NAV_CheckTxStatus', 'Sprawdź Status Transakcji'), _defineProperty(_pl$data, 'NAV_TxStatus', 'Status Transakcji'), _defineProperty(_pl$data, 'tx_Details', 'Szczegóły Transakcji'), _defineProperty(_pl$data, 'tx_Summary', 'Zdarza się (szczególnie podczas ICO), że transakcje są oczekujące przez godziny, a nawet dni. To narzędzie ma na celu umożliwić Ci znalezienie i \"anulowanie\" / zastąpienie tych transakcji. ** To nie jest narzędzie, które można użyć w każdej sytuacji. Nie gwarantuje ono osiągnięcia sukcesu i będzie działać tylko jeśli pule transakcji są pełne. [Więcej informacji tutaj.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pl$data, 'tx_notFound', 'Transakcja nie została znaleziona'), _defineProperty(_pl$data, 'tx_notFound_1', 'Transakcja nie zostala znaleziona w puli transakcji węzła, do którego jesteś połączony.'), _defineProperty(_pl$data, 'tx_notFound_2', 'Jeśli wysłałeś transakcję przed chwilą, poczekaj 15 sekund i naciśnij przycisk "Sprawdź Status Transakcji" ponownie. '), _defineProperty(_pl$data, 'tx_notFound_3', 'Wciąż może być w puli transakcji innego węzła oczekując na potwierdzenie.'), _defineProperty(_pl$data, 'tx_notFound_4', 'Użyj menu w prawym górnym rogu aby wybrać inny węzeł ETH (np. `ETH (Etherscan.io)` lub `ETH (Infura.io)` lub `ETH (MyEtherWallet)`) i sprawdź ponownie.'), _defineProperty(_pl$data, 'tx_foundInPending', 'Znaleziono oczekującą transakcję'), _defineProperty(_pl$data, 'tx_foundInPending_1', 'Twoja transakcja została znaleziona w puli transakcji węzła, z którym jesteś połączony. '), _defineProperty(_pl$data, 'tx_foundInPending_2', 'Transakcja oczekuje na wydobycie/potwierdzenie. '), _defineProperty(_pl$data, 'tx_foundInPending_3', 'Istnieje szansa \"anulować\" lub zastąpić tę transakcję. Odblokuj swój portfel poniżej.'), _defineProperty(_pl$data, 'tx_FoundOnChain', 'Transakcja została znaleziona'), _defineProperty(_pl$data, 'tx_FoundOnChain_1', 'Twoja transakcja została pomyślnie zrealizowana i pojawiła się na bloku.'), _defineProperty(_pl$data, 'tx_FoundOnChain_2', '**Jeśli zobaczysz czerwony wykrzyknik `( ! )`, `ZŁA INSTRUKCJA` lub `ZABRAKŁO PALIWA` w komunikacie o błędzie**, oznacza to, że transakcji nie udało się wysłać pomyślnie. Nie możesz anulować ani zastąpić tej transakcji. Zamiast tego, wyślij nową transakcję. Jeśli otrzymałeś komunikat o niewystarczającej ilości paliwa, powinieneś podwoić limit gazu.'), _defineProperty(_pl$data, 'tx_FoundOnChain_3', '**Jeśli nie pojawią się żadne komunikaty o błędzie, to Twoja transakcja została pomyślnie wysłana.** Twój ETH lub Tokeny są tam, gdzie zostały wysłane. Jeśli jednak ETH lub Tokeny nie pojawią się tam, gdzie zostały wysłane i minęły ponad 24 godziny od momentu wysłania, [skontaktuj się z którymś z serwisów](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Wyślij im *link* do Twojej transakcji i uprzejmie poproś o zbadanie sytuacji.'), _defineProperty(_pl$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pl$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pl$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pl$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pl$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pl$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pl$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pl$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pl$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pl$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pl$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pl$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pl$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pl$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pl$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pl$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pl$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pl$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pl$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pl$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pl$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pl$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pl$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pl$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pl$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pl$data, 'NAV_AddWallet', 'Dodaj Portfel '), _defineProperty(_pl$data, 'NAV_BulkGenerate', 'Generuj Hurtowo '), _defineProperty(_pl$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_pl$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_pl$data, 'NAV_DeployContract', 'Wyślij Kontrakt '), _defineProperty(_pl$data, 'NAV_ENS', 'ENS'), _defineProperty(_pl$data, 'NAV_GenerateWallet_alt', 'Nowy Portfel '), _defineProperty(_pl$data, 'NAV_GenerateWallet', 'Wygeneruj Portfel '), _defineProperty(_pl$data, 'NAV_Help', 'Pomoc '), _defineProperty(_pl$data, 'NAV_InteractContract', 'Pracuj z Kontraktem '), _defineProperty(_pl$data, 'NAV_Multisig', 'Multi-podpis '), _defineProperty(_pl$data, 'NAV_MyWallets', 'Moje Portfele '), _defineProperty(_pl$data, 'NAV_Offline', 'Wyślij Offline '), _defineProperty(_pl$data, 'NAV_SendEther', 'Wyślij Ether i Tokeny '), _defineProperty(_pl$data, 'NAV_SendTokens', 'Wyślij Tokeny '), _defineProperty(_pl$data, 'NAV_SignMsg', 'Podpisz Wiadomość '), _defineProperty(_pl$data, 'NAV_Swap', 'Giełda '), _defineProperty(_pl$data, 'NAV_ViewWallet', 'Wyświetl informacje o portfelu '), _defineProperty(_pl$data, 'NAV_YourWallets', 'Twoje Portfele '), _defineProperty(_pl$data, 'x_Access', 'Dostęp '), _defineProperty(_pl$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Inaczej "Numer konta" lub "Klucz publiczny". Wysyłasz go innym aby mogli Ci wysłać ether. Ikona umożliwia łatwe rozpoznanie Twojego adresu. '), _defineProperty(_pl$data, 'x_Address', 'Twój Adres '), _defineProperty(_pl$data, 'x_Cancel', 'Anuluj '), _defineProperty(_pl$data, 'x_CSV', 'Plik CSV (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Download', 'Pobierz '), _defineProperty(_pl$data, 'x_Json', 'Plik JSON (nieszyfrowany) '), _defineProperty(_pl$data, 'x_JsonDesc', 'Nieszyfrowany klucz prywatny, plik w formacie JSON. Nie wymaga podania hasła, ale każdy kto zdobędzie ten plik uzyska również pełny dostęp do Twojego portfela i zgromadzonych na nim środków. '), _defineProperty(_pl$data, 'x_Keystore', 'Plik Keystore (UTC / JSON · Zalecany · Szyfrowany) '), _defineProperty(_pl$data, 'x_Keystore2', 'Plik Keystore (UTC / JSON) '), _defineProperty(_pl$data, 'x_KeystoreDesc', 'Ten plik Keystore odpowiada formatowi stosowanemu przez Mist, więc może być w prosty sposób zaimportowany w przyszłości. Jest to zalecana forma pliku do pobrania i przechowywania jako kopii zapasowej. '), _defineProperty(_pl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pl$data, 'x_Mnemonic', 'Mnemonik '), _defineProperty(_pl$data, 'x_ParityPhrase', 'Fraza Parity '), _defineProperty(_pl$data, 'x_Password', 'Hasło '), _defineProperty(_pl$data, 'x_Print', 'Drukuj Portfel Papierowy '), _defineProperty(_pl$data, 'x_PrintDesc', 'Wskazówka: Kliknij drukuj i zapisz plik PDF, nawet jeżeli nie posiadasz drukarki! '), _defineProperty(_pl$data, 'x_PrintShort', 'Drukuj '), _defineProperty(_pl$data, 'x_PrivKey', 'Klucz Prywatny (nieszyfrowany) '), _defineProperty(_pl$data, 'x_PrivKey2', 'Klucz Prywatny '), _defineProperty(_pl$data, 'x_PrivKeyDesc', 'Nieszyfrowana, tekstowa wersja Twojego klucza prywatnego, nie wymaga hasła. Jeżeli ktoś zdobędzie nieszyfrowany klucz, będzie mógł uzyskać pełen dostęp do Twojego portfela bez podania hasła. Z tego powodu zaleca się używanie jego szyfrowanej wersji. '), _defineProperty(_pl$data, 'x_Save', 'Zapisz '), _defineProperty(_pl$data, 'x_TXT', 'Plik TXT (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Wallet', 'Portfel '), _defineProperty(_pl$data, 'MEW_Warning_1', 'Zawsze dokładnie sprawdzaj adres URL strony przed jej użyciem. Użycie fałszywej strony może pozbawić cię wszystkich środków! '), _defineProperty(_pl$data, 'CX_Warning_1', 'Upewnij się że posiadasz **zewnętrzne kopie bezpieczeństwa** każdego przechowywanego tu portfela. Może być wiele przyczyn utraty danych przechowywanych w tym rozszerzeniu przeglądarki Chrome, włączając w to odinstalowanie i ponowne zainstalowanie rozszerzenia. To rozszerzenie ma ułatwiać dostęp do Twoich portfeli, a **nie** służyć jako kopia bezpieczeństwa. '), _defineProperty(_pl$data, 'MEW_Tagline', 'Portfel Ethereum - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'CX_Tagline', 'Portfel Ethereum, Rozszerzenie Chrome - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'FOOTER_1', 'Narzędzie do generowania portfeli Ethereum i wysyłania transakcji - otwarto-źródłowe, javascrypt\'owe, strony klienta '), _defineProperty(_pl$data, 'FOOTER_1b', 'Twórcy: '), _defineProperty(_pl$data, 'FOOTER_2', 'Darowizny: '), _defineProperty(_pl$data, 'FOOTER_3', 'Generowanie portfeli po stronie klienta przez '), _defineProperty(_pl$data, 'FOOTER_4', 'Wyłączenie odpowiedzialności '), _defineProperty(_pl$data, 'sidebar_AccountInfo', 'Informacje o Koncie '), _defineProperty(_pl$data, 'sidebar_AccountAddr', 'Adres Konta '), _defineProperty(_pl$data, 'sidebar_AccountBal', 'Stan Konta '), _defineProperty(_pl$data, 'sidebar_TokenBal', 'Stan Tokenów '), _defineProperty(_pl$data, 'sidebar_Equiv', 'Ekwiwalent '), _defineProperty(_pl$data, 'sidebar_TransHistory', 'Historia Transakcji '), _defineProperty(_pl$data, 'sidebar_donation', 'MyEtherWallet jest darmową, otwarto-źródłową usługą stworzoną dla Twojej prywatności i bezpieczeństwa. Im więcej darowizn zbierzemy, tym więcej czasu będziemy w stanie poświęcić na dodawanie nowych funkcjonalności, analizowanie informacji zwrotnych oraz spełnianie waszych oczekiwań. Jesteśmy jedynie dwójką ludzi starającą się zmienić świat. Pomóż nam! '), _defineProperty(_pl$data, 'sidebar_donate', 'Prześlij darowiznę '), _defineProperty(_pl$data, 'sidebar_thanks', 'DZIĘKUJEMY!!! '), _defineProperty(_pl$data, 'sidebar_DisplayOnTrezor', 'Wyświetl adres w TREZOR'), _defineProperty(_pl$data, 'sidebar_DisplayOnLedger', 'Wyświetl adres w Ledger'), _defineProperty(_pl$data, 'decrypt_Access', 'Jak chciałbyś uzyskać dostęp do Twojego portfela? '), _defineProperty(_pl$data, 'decrypt_Title', 'Wybierz format Twojego klucza prywatnego: '), _defineProperty(_pl$data, 'decrypt_Select', 'Wybierz Portfel: '), _defineProperty(_pl$data, 'ADD_Label_1', 'Co chciałbyś zrobić? '), _defineProperty(_pl$data, 'ADD_Radio_1', 'Generuj Nowy Portfel '), _defineProperty(_pl$data, 'ADD_Radio_2', 'Wybierz Plik Portfela (Keystore / JSON) '), _defineProperty(_pl$data, 'ADD_Radio_2_alt', 'Wybierz Plik Portfela '), _defineProperty(_pl$data, 'ADD_Radio_2_short', 'WYBIERZ PLIK PORTFELA... '), _defineProperty(_pl$data, 'ADD_Radio_3', 'Wklej/Wpisz Twój Klucz Prywatny '), _defineProperty(_pl$data, 'ADD_Radio_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Radio_5', 'Wklej/Wpisz Swój Mnemonik '), _defineProperty(_pl$data, 'ADD_Radio_5_Path', 'Wybierz ścieżkę portfela HD '), _defineProperty(_pl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathCustom', '(Niestandardowy) '), _defineProperty(_pl$data, 'ADD_Label_2', 'Utwórz Nazwę Użytkownika: '), _defineProperty(_pl$data, 'ADD_Label_3', 'Twój portfel jest zaszyfrowany. Podaj hasło '), _defineProperty(_pl$data, 'ADD_Label_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Warning_1', 'Możesz dodać dowolne konto do obserwacji bez podawania jego klucza prywatnego. ** Nie ** oznacza to, że uzyskasz dostęp do tego portfela, nie będziesz mógł również wysyłać z niego środków. '), _defineProperty(_pl$data, 'ADD_Label_5', 'Wpisz Adres '), _defineProperty(_pl$data, 'ADD_Label_6', 'Odblokuj Portfel '), _defineProperty(_pl$data, 'ADD_Label_6_short', 'Odblokuj '), _defineProperty(_pl$data, 'ADD_Label_7', 'Dodaj konto '), _defineProperty(_pl$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pl$data, 'GEN_desc', 'Jeżeli chcesz wygenerować wiele portfeli możesz to zrobić tu '), _defineProperty(_pl$data, 'GEN_Label_1', 'Wpisz silne hasło (co najmniej 9 znaków) '), _defineProperty(_pl$data, 'GEN_Placeholder_1', 'NIE zapomnij tego hasła! '), _defineProperty(_pl$data, 'GEN_SuccessMsg', 'Sukces! Twój portfel został wygenerowany. '), _defineProperty(_pl$data, 'GEN_Label_2', 'Zapisz Twój plik Keystore lub Klucz Prywatny. Nie zapomnij powyższego hasła. '), _defineProperty(_pl$data, 'GEN_Label_3', 'Zapisz swój adres. '), _defineProperty(_pl$data, 'GEN_Label_4', 'Opcjonalnie: Wydrukuj swój Portfel Papierowy, lub zachowaj obrazek z kodem QR. '), _defineProperty(_pl$data, 'BULK_Label_1', 'Ilość Portfeli do Wygenerowania '), _defineProperty(_pl$data, 'BULK_Label_2', 'Generuj Portfele '), _defineProperty(_pl$data, 'BULK_SuccessMsg', 'Sukces! Twoje portfele zostały wygenerowane. '), _defineProperty(_pl$data, 'SEND_addr', 'Do Adresu '), _defineProperty(_pl$data, 'SEND_amount', 'Kwota do Wysłania '), _defineProperty(_pl$data, 'SEND_amount_short', 'Kwota '), _defineProperty(_pl$data, 'SEND_custom', 'Niestandardowy Token '), _defineProperty(_pl$data, 'SEND_gas', 'Paliwo '), _defineProperty(_pl$data, 'SEND_TransferTotal', 'Wyślij wszystkie środki '), _defineProperty(_pl$data, 'SEND_generate', 'Wygeneruj Transakcję '), _defineProperty(_pl$data, 'SEND_raw', 'Surowa Transakcja '), _defineProperty(_pl$data, 'SEND_signed', 'Podpisana Transakcja '), _defineProperty(_pl$data, 'SEND_trans', 'Wyślij Transakcję '), _defineProperty(_pl$data, 'SENDModal_Title', 'Ostrzeżenie! '), _defineProperty(_pl$data, 'SENDModal_Content_1', 'Wysyłasz '), _defineProperty(_pl$data, 'SENDModal_Content_2', 'do adresu '), _defineProperty(_pl$data, 'SENDModal_Content_3', 'Jesteś pewien, że chcesz to zrobić? '), _defineProperty(_pl$data, 'SENDModal_Content_4', 'NOTKA: Jeśli wystąpi błąd, najprawdopodobniej musisz doładować ether do Twojego konta, na pokrycie kosztów paliwa do wysłania tokenów. Paliwo jest opłacane w ether. '), _defineProperty(_pl$data, 'SENDModal_No', 'Nie, zabierz mnie stąd! '), _defineProperty(_pl$data, 'SENDModal_Yes', 'Tak, jestem pewien! Zatwierdź transakcję. '), _defineProperty(_pl$data, 'TOKEN_Addr', 'Adres Tokenu Kontraktu'), _defineProperty(_pl$data, 'TOKEN_Symbol', 'Symbol Tokenu '), _defineProperty(_pl$data, 'TOKEN_Dec', 'Miejsc po przecinku '), _defineProperty(_pl$data, 'TOKEN_show', 'Pokaż Wszystkie Tokeny '), _defineProperty(_pl$data, 'TOKEN_hide', 'Ukryj Tokeny '), _defineProperty(_pl$data, 'TRANS_desc', 'Jeśli chcesz wysłać Tokeny, użyj zakładki "Wyślij Tokeny". '), _defineProperty(_pl$data, 'TRANS_warning', 'Jeśli używasz funkcji "Tylko ETH" lub "Tylko ETC" wysyłasz przez kontrakt. Niektóre serwisy mają problemy z rozpoznawaniem tego typu transakcji. Czytaj dalej. '), _defineProperty(_pl$data, 'TRANS_advanced', '+Zaawansowane: Dodaj Dane '), _defineProperty(_pl$data, 'TRANS_data', 'Dane '), _defineProperty(_pl$data, 'TRANS_sendInfo', 'Standardowa transakcja, zużywająca 21000 paliwa, będzie kosztować 0.000441 ETH. My używamy ceny paliwa nieco-powyżej-minimum, co odpowiada 0.000000021 ETH aby upewnić się, że zostanie szybko zatwierdzona. Nie pobieramy żadnych dodatkowych opłat. '), _defineProperty(_pl$data, 'TRANS_gas', 'Limit Paliwa '), _defineProperty(_pl$data, 'TRANSModal_Title', 'Transakcje "Tylko ETH" i "Tylko ETC" '), _defineProperty(_pl$data, 'TRANSModal_Content_0', 'Informacje na temat różnych transakcji i różnych odbiorców: '), _defineProperty(_pl$data, 'TRANSModal_Content_1', '**ETH (Standardowa Transakcja): ** generuje standardową transakcję bezpośrednio z jednego adresu do drugiego. Domyślnie spala 21000 paliwa. Prawdopodobnie transakcja ETH zostanie powielona na łańcuchu ETC jeżeli posiadasz obie waluty na tym samym adresie. '), _defineProperty(_pl$data, 'TRANSModal_Content_2', '**Tylko ETH: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETH**. '), _defineProperty(_pl$data, 'TRANSModal_Content_3', '**Tylko ETC: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETC**. '), _defineProperty(_pl$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** używaj tylko Transakcji Standardowych. Jeżeli wyślesz z opcją "Tylko...", będziesz musiał skontaktować się z pomocą techniczną usługodawcy w celu manualnego zatwierdzenia środków lub ich zwrotu. Możesz też użyć [narzędzia Shapeshift](https://split.shapeshift.io/) do rozdzielenia środków. '), _defineProperty(_pl$data, 'TRANSModal_Content_5', '**Kraken i Poloniex:** nie są znane żadne utrudnienia. Używaj dowolnie. '), _defineProperty(_pl$data, 'TRANSModal_Yes', 'Super, już rozumiem. '), _defineProperty(_pl$data, 'TRANSModal_No', 'O boziu, strasznie zakręcone. Pomóżcie. '), _defineProperty(_pl$data, 'OFFLINE_Title', 'Generuj i Wyślij Transakcję Offline '), _defineProperty(_pl$data, 'OFFLINE_Desc', 'Wygenerowanie transakcji może zostać wykonane w trzech krokach. Kroki 1 i 3 wykonasz na komputerze z internetem, krok 2 na komputerze bez połączenia z internetem. To gwarantuje, że Twoje klucze prywatne nigdy nie mają styczności z urządzeniem podłączonym do internetu. '), _defineProperty(_pl$data, 'OFFLLINE_Step1_Title', 'Krok 1: Wygeneruj Informacje (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step1_Button', 'Wygeneruj Informacje '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_1', 'Od Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_2', 'Notka: To jest adres NADAWCY, czyli adres Twojego konta, które starasz sie odizolować od internetu. Wyróżnik jest generowany dla tego konta. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Title', 'Krok 2: Wygeneruj transakcję (Komputer Offline) '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_1', 'Do Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_2', 'Wartość / Kwota do Wysłania '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3', 'Cena Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4', 'Limit Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4b', 'Domyślny limit paliwa to 21000. Kiedy wysyłasz kontrakt lub załączasz dane ta wartość może być inna, nie zużyte paliwo zostanie zwrócone na Twoje konto. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5', 'Wyróżnik '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6', 'Dane '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6b', 'Wartość opcjonalna. Dane są zazwyczaj załączane jeżeli wysyłasz transakcje do kontraktów. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_7', 'Wpisz / Wybierz Twój Klucz Prywatny / plik JSON. '), _defineProperty(_pl$data, 'OFFLINE_Step3_Title', 'Krok 3: Wyślij / Opublikuj Transakcję (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step3_Label_1', 'Wklej tu podpisaną transakcję z Kroku 2 i kliknij przycisk "WYŚLIJ TRANSAKCJĘ". '), _defineProperty(_pl$data, 'MSG_message', 'Wiadomość '), _defineProperty(_pl$data, 'MSG_date', 'Data '), _defineProperty(_pl$data, 'MSG_signature', 'Podpis '), _defineProperty(_pl$data, 'MSG_verify', 'Zweryfikuj Wiadomość '), _defineProperty(_pl$data, 'MSG_info1', 'Załącz aktualną datę, aby podpis nie mógł być ponownie wykorzystany w innym czasie. '), _defineProperty(_pl$data, 'MSG_info2', 'Załącz swój nick i napisz gdzie go wykorzystujesz, aby ktoś inny nie mógł powielić tej wiadomości. '), _defineProperty(_pl$data, 'MSG_info3', 'Opisz powód zamieszczenia wiadomości, aby nikt inny nie mógł jej wykorzystać w innym celu. '), _defineProperty(_pl$data, 'DEP_generate', 'Wygeneruj Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_generated', 'Wygenerowany Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_signtx', 'Podpisz Transakcję '), _defineProperty(_pl$data, 'DEP_interface', 'Wygeneruj Interfejs '), _defineProperty(_pl$data, 'MYWAL_Nick', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Address', 'Adres Portfela '), _defineProperty(_pl$data, 'MYWAL_Bal', 'Środki '), _defineProperty(_pl$data, 'MYWAL_Edit', 'Edytuj '), _defineProperty(_pl$data, 'MYWAL_View', 'Podgląd '), _defineProperty(_pl$data, 'MYWAL_Remove', 'Usuń '), _defineProperty(_pl$data, 'MYWAL_RemoveWal', 'Usuń Portfel: '), _defineProperty(_pl$data, 'MYWAL_WatchOnly', 'Twoje Konta Tylko-do-Podglądu '), _defineProperty(_pl$data, 'MYWAL_Viewing', 'Podgląd Portfela '), _defineProperty(_pl$data, 'MYWAL_Hide', 'Ukryj Dane Portfela '), _defineProperty(_pl$data, 'MYWAL_Edit_2', 'Edytuj Portfel '), _defineProperty(_pl$data, 'MYWAL_Name', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Content_1', 'Uwaga! Zaraz usuniesz swój portfel '), _defineProperty(_pl$data, 'MYWAL_Content_2', 'Upewnij się, że **zapisałeś klucz prywatny/plik Keystore i hasło** powiązane z tym portfelem zanim je usuniesz. '), _defineProperty(_pl$data, 'MYWAL_Content_3', 'Jeśli będziesz chciał w przyszłości używać ten portfel ze swoim MyEtherWallet CX, będziesz musiał go ponownie dodać używając klucza prywatnego/pliku JSON i hasła. '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle', 'Ta zakładka pozwoli Ci na odczyt kluczy prywatnych, pobranie kopii portfeli oraz wydrukowanie portfeli papierowych. Pobrane za jej pomocą portfele możesz [zaimportować do Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jeśli chcesz sprawdzić stan Twojego konta, zalecamy użyć eksploratora bloków np. [etherscan.io](https://etherscan.io/). '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle_Short', 'Ta zakładka pozwala Ci na pobranie różnych typów kluczy prywatnych oraz ponowne wydrukowanie portfeli papierowych. '), _defineProperty(_pl$data, 'VIEWWALLET_SuccessMsg', 'Sukces! Oto dane twojego portfela. '), _defineProperty(_pl$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pl$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pl$data, 'MNEM_1', 'Wybierz adres, którego chcesz użyć. '), _defineProperty(_pl$data, 'MNEM_2', 'Jedna grupa słów mnemonicznych ma dostęp do wielu portfeli / adresów. Wybierz adres, do którego chcesz uzyskać dostęp tym razem. '), _defineProperty(_pl$data, 'MNEM_more', 'Więcej Adresów '), _defineProperty(_pl$data, 'MNEM_prev', 'Poprzednie Adresy '), _defineProperty(_pl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_1', 'Podłącz swój Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_2', 'Otwórz aplikację Ethereum (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Exp', 'Otwórz aplikację Expanse (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Ubq', 'Otwórz aplikację Ubiq (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_3', 'Sprawdź czy opcja Obsługa Przeglądarki jest włączona w Ustawieniach '), _defineProperty(_pl$data, 'ADD_Ledger_4', 'Jeżeli w ustawieniach brak jest opcji Obsługa Przeglądarki, sprawdź czy masz [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pl$data, 'ADD_Ledger_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_Ledger_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Ledger_scan', 'Połącz z Ledger Wallet '), _defineProperty(_pl$data, 'ADD_MetaMask', 'Połącz z MetaMask '), _defineProperty(_pl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_scan', 'Połącz z TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_select', 'To jest ziarno (seed) TREZOR'), _defineProperty(_pl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_scan', 'Połącz z Digital Bitbox '), _defineProperty(_pl$data, 'CX_error_1', 'Nie posiadasz żadnych zapisanych portfeli. ["Dodaj Portfel"](/cx-wallet.html#add-wallet)! '), _defineProperty(_pl$data, 'CX_quicksend', 'Wyślij '), _defineProperty(_pl$data, 'NODE_Title', 'Zmień Domyślny Węzeł'), _defineProperty(_pl$data, 'NODE_Subtitle', 'Aby połączyć się z lokalnym węzłem...'), _defineProperty(_pl$data, 'NODE_Warning', 'Twój węzeł musi obsługiwać HTTPS, aby można było się połączyć z nim przez MyEtherWallet.com. Możesz pobrać [repozytorium MyEtherWallet](https://github.com/kvhnuke/etherwallet/releases/latest) i uruchomić lokalnie aby połączyć się z dowolnym węzłem. Możesz też pobrać darmowy certyfikat SSL przez [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pl$data, 'NODE_Name', 'Nazwa Węzła'), _defineProperty(_pl$data, 'NODE_Port', 'Port Węzła'), _defineProperty(_pl$data, 'NODE_CTA', 'Zapisz i Używaj Węzła'), _defineProperty(_pl$data, 'CONTRACT_Title', 'Adres Kontraktu '), _defineProperty(_pl$data, 'CONTRACT_Title_2', 'Wybierz Istniejący Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Json', 'Interfejs ABI / JSON '), _defineProperty(_pl$data, 'CONTRACT_Interact_Title', 'Odczytaj / Zapisz Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Interact_CTA', 'Wybierz funkcję '), _defineProperty(_pl$data, 'CONTRACT_ByteCode', 'Kod Bajtowy '), _defineProperty(_pl$data, 'CONTRACT_Read', 'ODCZYTAJ '), _defineProperty(_pl$data, 'CONTRACT_Write', 'ZAPISZ '), _defineProperty(_pl$data, 'SWAP_rates', "Aktualne Kursy "), _defineProperty(_pl$data, 'SWAP_init_1', "Chcę wymienić "), _defineProperty(_pl$data, 'SWAP_init_2', " na "), _defineProperty(_pl$data, 'SWAP_init_CTA', "Zatwierdź! "), _defineProperty(_pl$data, 'SWAP_information', "Dane transakcji "), _defineProperty(_pl$data, 'SWAP_send_amt', "Kwota zlecenia "), _defineProperty(_pl$data, 'SWAP_rec_amt', "Otrzymasz "), _defineProperty(_pl$data, 'SWAP_your_rate', "Kurs wymiany "), _defineProperty(_pl$data, 'SWAP_rec_add', "Twój Adres Odbiorczy "), _defineProperty(_pl$data, 'SWAP_start_CTA', "Rozpocznij Wymianę "), _defineProperty(_pl$data, 'SWAP_ref_num', "Twój numer referencyjny "), _defineProperty(_pl$data, 'SWAP_time', "Pozostały czas na wysyłkę "), _defineProperty(_pl$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pl$data, 'SWAP_progress_1', "Zlecenie Rozpoczęte "), _defineProperty(_pl$data, 'SWAP_progress_2', "Oczekiwanie na Twoje "), _defineProperty(_pl$data, 'SWAP_progress_3', "Otrzymano! "), _defineProperty(_pl$data, 'SWAP_progress_4', "Wysyłanie Twoich {{orderResult.output.currency}} "), _defineProperty(_pl$data, 'SWAP_progress_5', "Zlecenie Zakończone "), _defineProperty(_pl$data, 'SWAP_order_CTA', "Wyślij "), _defineProperty(_pl$data, 'SWAP_unlock', "Odblokuj Twój portfel, aby wysłać ETH lub Tokeny wprost z tej strony. "), _defineProperty(_pl$data, 'ERROR_0', 'Wprowadź prawidłową kwotę. '), _defineProperty(_pl$data, 'ERROR_1', 'Twoje hasło musi zawierać co najmniej 9 znaków. Upewnij się, że jest to silne hasło. '), _defineProperty(_pl$data, 'ERROR_2', 'Przykro nam! Nie rozpoznajemy tego formatu pliku portfela. '), _defineProperty(_pl$data, 'ERROR_3', 'To nie jest prawidłowy plik portfela. '), _defineProperty(_pl$data, 'ERROR_4', 'Ta jednostka nie istnieje, użyj jednej z następujących jednostek '), _defineProperty(_pl$data, 'ERROR_5', 'Błędny adres. '), _defineProperty(_pl$data, 'ERROR_6', 'Błędne hasło. '), _defineProperty(_pl$data, 'ERROR_7', 'Błędna wartość. (Must be integer. Try 0-18.) '), _defineProperty(_pl$data, 'ERROR_8', 'Błędny limit paliwa. (Must be integer. Try 21000-4000000.) '), _defineProperty(_pl$data, 'ERROR_9', 'Błędne dane. (Must be hex.) '), _defineProperty(_pl$data, 'ERROR_10', 'Błędna ilość paliwa. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_pl$data, 'ERROR_11', 'Błędny wyróżnik. (Must be integer.) '), _defineProperty(_pl$data, 'ERROR_12', 'Błąd podpisu transakcji. '), _defineProperty(_pl$data, 'ERROR_13', 'Portfel z tą nazwą już istnieje. '), _defineProperty(_pl$data, 'ERROR_14', 'Nie znaleziono portfela. '), _defineProperty(_pl$data, 'ERROR_15', 'Wygląda, że propozycja z tym ID jeszcze nie istnieje, lub wystąpił błąd odczytu tej propozycji. '), _defineProperty(_pl$data, 'ERROR_16', 'Portfel z tym adresem już istnieje w konfiguracji. Sprawdź zakładkę portfeli. '), _defineProperty(_pl$data, 'ERROR_17', 'Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Musisz mieć **0.01 ETH** na koncie, aby pokryć koszty paliwa. Doładuj konto i spróbuj ponownie. '), _defineProperty(_pl$data, 'ERROR_18', 'Całe paliwo było by zużyte w tej transakcji. Oznacza to, że głosowałeś już w tej propozycji albo minął termin głosowania. '), _defineProperty(_pl$data, 'ERROR_19', 'Nieprawidłowy symbol '), _defineProperty(_pl$data, 'ERROR_20', 'nie jest prawidłowym tokenem ERC-20. Jeśli inne tokeny się ładują, sporóbuj usunąć i dodać ponownie ten token. '), _defineProperty(_pl$data, 'ERROR_21', 'Nie można określić ilości paliwa. Brak wystarczających środków na koncie lub adres docelowego kontraktu zwróciłby błąd. Możesz ręcznie ustawić paliwo przed kontynuacją. Opis błędu po wysłaniu transakcji może dostarczyć więcej informacji. '), _defineProperty(_pl$data, 'ERROR_22', 'Wpisz poprawną nazwę węzła '), _defineProperty(_pl$data, 'ERROR_23', 'Wpisz poprawny adres URL. Jeśli łączysz się przez HTTPS, twój węzeł musi być za HTTPS '), _defineProperty(_pl$data, 'ERROR_24', 'Wpisz prawidłowy port '), _defineProperty(_pl$data, 'ERROR_25', 'Wpisz poprawny ID łańcucha (chain ID) '), _defineProperty(_pl$data, 'ERROR_26', 'Wpisz poprawny ABI ABI '), _defineProperty(_pl$data, 'ERROR_27', 'Minimalna Kwota: 0.01. Maksymalna Kwota: '), _defineProperty(_pl$data, 'ERROR_28', '**Potrzebujesz plik Keystore i hasło, lub Klucz Prywatny** aby uzyskać dostęp do tego portfela w przyszłości. Wykonaj zewnętrzną kopię bezpieczeństwa! Nie ma możliwości odzyskania portfela jeżeli go nie zapiszesz. Wejdź na [stronę pomocy](https://www.myetherwallet.com/#help) po instrukcje. '), _defineProperty(_pl$data, 'ERROR_29', 'Wpisz poprawny login i hasło '), _defineProperty(_pl$data, 'ERROR_30', 'Wpisz poprawną nazwę ENS '), _defineProperty(_pl$data, 'ERROR_31', 'Błędna tajna fraza (secret phrase) '), _defineProperty(_pl$data, 'ERROR_32', 'Nie można połączyć z węzłem. Odśwież stronę, spróbuj inny węzeł (w prawym górnym rogu), sprawdź swoje ustawienia firewall. Jeśli łączysz się z węzłem niestandardowym, sprawdź konfigurację.'), _defineProperty(_pl$data, 'ERROR_33', 'Odblokowany portfel nie zgadza się z adresem właściciela. '), _defineProperty(_pl$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pl$data, 'ERROR_35', 'Wprowadzony adres nie jest sprawdzony (checksummed). Więcej informacji'), _defineProperty(_pl$data, 'ERROR_36', 'Wprowadź poprawny TX hash'), _defineProperty(_pl$data, 'ERROR_37', 'Wprowadź poprawny ciąg znaków (0-9, a-f)'), _defineProperty(_pl$data, 'SUCCESS_1', 'Prawidłowy adres '), _defineProperty(_pl$data, 'SUCCESS_2', 'Portfel został odszyfrowany '), _defineProperty(_pl$data, 'SUCCESS_3', 'Twoja transakcja została zgłoszona i czeka na potwierdzenie. Podczas ICO może to zająć ponad 3 godziny. Użyj przycisków poniżej żeby sprawdzić status transakcji. TX Hash: '), _defineProperty(_pl$data, 'SUCCESS_4', 'Twój portfel został dodany '), _defineProperty(_pl$data, 'SUCCESS_5', 'Wybrany plik '), _defineProperty(_pl$data, 'SUCCESS_6', 'Uzyskano połączenie: '), _defineProperty(_pl$data, 'SUCCESS_7', 'Zweryfikowano Sygnaturę Wiadomości'), _defineProperty(_pl$data, 'WARN_Send_Link', 'Znalazłeś się tu przez odnośnik, który zawiera wstępnie uzupełniony adres, kwotę, paliwo lub dane transakcji. Możesz zmienić dowolne parametry transakcji zanim ją zatwierdzisz. Odblokuj portfel aby kontynuować. '), _defineProperty(_pl$data, 'GETH_InvalidSender', 'Nieprawidłowy nadawca '), _defineProperty(_pl$data, 'GETH_Nonce', 'Wyróżnik transakcji za niski '), _defineProperty(_pl$data, 'GETH_Cheap', 'Cena paliwa poniżej akceptacji '), _defineProperty(_pl$data, 'GETH_Balance', 'Niewystarczająca ilość środków na koncie '), _defineProperty(_pl$data, 'GETH_NonExistentAccount', 'Konto nie istnieje lub niewystarczająca ilość środków '), _defineProperty(_pl$data, 'GETH_InsufficientFunds', 'Niewystarczająca ilość środków na paliwo * cena + kwota '), _defineProperty(_pl$data, 'GETH_IntrinsicGas', 'Paliwo poniżej ilości obowiązkowej '), _defineProperty(_pl$data, 'GETH_GasLimit', 'Przekroczono limit paliwa na blok '), _defineProperty(_pl$data, 'GETH_NegativeValue', 'Ujemna wartość '), _defineProperty(_pl$data, 'PARITY_AlreadyImported', "Transakcja z takim samym hash'em została już zaimportowana."), _defineProperty(_pl$data, 'PARITY_Old', "Wyróżnik transakcji za niski. Spróbuj zwiększyć wartość wyróżnika."), _defineProperty(_pl$data, 'PARITY_TooCheapToReplace', "Za niska opłata transakcyjna. Inna transakcja z tym samym wyróżnikiem znajduje się już w kolejce. Spróbuj dołączyć wyższą opłatę lub zwiększ wyróżnik transakcji."), _defineProperty(_pl$data, 'PARITY_LimitReached', "Zbyt wiele transakcji w kolejce. Twoja transakcja została odrzucona ze względu na limity. Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientGasPrice', "Za niska opłata transakcyjna. Opłata jest niższa niż minimalnie wymaga węzeł (minimum: {}, dołączono: {}). Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientBalance', "Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Wymaga: {}, otrzymano: {}."), _defineProperty(_pl$data, 'PARITY_GasLimitExceeded', "Koszt transakcji przekracza bieżący limit paliwa. Limit: {}, otrzymano: {}. Spróbuj zmniejszyć ilość paliwa."), _defineProperty(_pl$data, 'PARITY_InvalidGasLimit', "Dostarczone paliwo wykracza ponad limit."), _defineProperty(_pl$data, 'translate_version', '3.0 (0.3) '), _defineProperty(_pl$data, 'Translator_Desc', 'Podziękowania tłumaczom '), _defineProperty(_pl$data, 'TranslatorName_1', '[egzi](?to=0xef39C3C51615B6e52e7D5B743BeaecdDcA822386&value=1.0#send-transaction) '), _defineProperty(_pl$data, 'TranslatorAddr_1', '0xef39C3C51615B6e52e7D5B743BeaecdDcA822386 '), _defineProperty(_pl$data, 'TranslatorName_2', ''), _defineProperty(_pl$data, 'TranslatorAddr_2', ''), _defineProperty(_pl$data, 'TranslatorName_3', ''), _defineProperty(_pl$data, 'TranslatorAddr_3', ''), _defineProperty(_pl$data, 'TranslatorName_4', ''), _defineProperty(_pl$data, 'TranslatorAddr_4', ''), _defineProperty(_pl$data, 'TranslatorName_5', ''), _defineProperty(_pl$data, 'TranslatorAddr_5', ''), _defineProperty(_pl$data, 'HELP_Warning', 'Jeśli wygenerowałeś portfel -lub- ściągnąłeś repozytorium przed **31.12.2015**, sprawdź swoje portfele i ściągnij nową wersję repozytorium. Kliknij po szczegóły. '), _defineProperty(_pl$data, 'HELP_Desc', 'Widzisz jakieś braki? Masz inne pytania? [Skontaktuj się z nami (tylko angielski)](mailto:support@myetherwallet.com), postaramy się odpowiedzieć, pomoże to nam również uaktualnić stronę aby w przyszłości była bardziej pomocna dla innych! '), _defineProperty(_pl$data, 'HELP_Remind_Title', 'W ramach uściślenia '), _defineProperty(_pl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com i MyEtherWallet CX, jak również niektóre bazowe biblioteki Javascript, których używamy, są wciąż aktywnie rozwijane.** Pomimo tego, że dokładnie testujemy nasze oprogramowanie, pomimo że dziesiątki tysięcy portfeli zostało z powodzeniem wygenerowane przez użytkowników na całym świecie, zawsze istnieje pewne znikome prawdopodobieństwo, że nastąpi coś nieoczekiwanego, co spowoduje utratę Twoich środków. Nie inwestuj więc więcej niż jesteś gotów stracić i bądź ostrożny. Gdyby coś takiego się wydarzyło, będzie nam przykro, ale **nie weźmiemy za to odpowiedzialności**. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com i MyEtherWallet CX nie są "portfelami internetowymi". Nie tworzysz kont internetowych i nie przekazujesz nam Twoich środków na przechowanie. W żadnym momencie Twoje klucze prywatne nie opuszczają Twojej przeglądarki/komputera. My jedynie ułatwiamy Ci tworzenie, zapisywanie, dostęp do twoich danych i interakcję z siecią Ethereum. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_3', 'Jeśli utracisz swój klucz prywatny lub zapomnisz hasło, nie będzie możliwości odzyskania dostępu do Twojego portfela oraz środków tam zgromadzonych. Wykonaj kopie bezpieczeństwa i przechowuj je w wielu fizycznie niezależnych miejscach, nie tylko na Twoim komputerze! '), _defineProperty(_pl$data, 'HELP_0_Title', '0) Jestem zielony. Od czego mam zacząć? '), _defineProperty(_pl$data, 'HELP_0_Desc_1', 'MyEtherWallet daje Ci możliwość generowania nowych portfeli abyś mógł przechowywać własne środki samodzielnie, nie na portalu wymiany walut. Ten proces odbywa się w całości na Twoim komputerze, nie na naszych serwerach. Z tego powodu, gdy generujesz nowy portfel, **to Ty jesteś odpowiedzialny za jego bezpieczne przechowywanie**. '), _defineProperty(_pl$data, 'HELP_0_Desc_2', 'Wygeneruj nowy portfel. '), _defineProperty(_pl$data, 'HELP_0_Desc_3', 'Wykonaj kopię bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_0_Desc_4', 'Zweryfikuj, że masz dostęp do właśnie stworzonego portfela oraz że prawidłowo zachowałeś wszystkie niezbędne informacje. '), _defineProperty(_pl$data, 'HELP_0_Desc_5', 'Prześlij środki do nowo utworzonego portfela. '), _defineProperty(_pl$data, 'HELP_1_Title', '1) Jak mam utworzyć nowy portfel? '), _defineProperty(_pl$data, 'HELP_1_Desc_1', 'Przejdź na zakładkę "Wygeneruj Portfel". '), _defineProperty(_pl$data, 'HELP_1_Desc_2', 'Przejdź na zakładkę "Dodaj Portfel" i zaznacz "Generuj Nowy Portfel" '), _defineProperty(_pl$data, 'HELP_1_Desc_3', 'Wpisz silne hasło. Jeśli uważasz, że mógłbyś je zapomnieć, zapisz je w jakimś bezpiecznym miejscu. Będziesz potrzebować tego hasła aby wysyłać transakcje. '), _defineProperty(_pl$data, 'HELP_1_Desc_4', 'Kliknij "GENERUJ". '), _defineProperty(_pl$data, 'HELP_1_Desc_5', 'Twój nowy portfel został właśnie wygenerowany. '), _defineProperty(_pl$data, 'HELP_2a_Title', 'Jak mam zapisać/wykonać kopię mojego portfela? '), _defineProperty(_pl$data, 'HELP_2a_Desc_1', 'Zawsze powinieneś wykonać zewnętrzną kopię bezpieczeństwa w wielu fizycznie niezależnych lokalizacjach - na przykład na nośniku USB i/lub kartce papieru. '), _defineProperty(_pl$data, 'HELP_2a_Desc_2', 'Zapisz swój adres. Możesz zachować go dla siebie lub udostępnić go innym. Inne osoby znając ten adres mogą Ci na niego wysyłać środki. '), _defineProperty(_pl$data, 'HELP_2a_Desc_3', 'Zachowaj klucz prywatny w przynajmniej jednym formacie. Nie udostępniaj go nikomu. Klucz prywatny będzie Ci potrzebny, jeśli będziesz chciał uzyskać dostęp do Twojego portfela i wysyłać z niego środki! Istnieją 3 formaty zapisu kluczy prywatnych: '), _defineProperty(_pl$data, 'HELP_2a_Desc_4', 'Umieść adres portfela, klucz prywatny i PDF z papierową wersją portfela w jednym folderze. Zapisz ten folder na komputerze i na nośniku USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_5', 'Wydrukuj portfel jeżeli posiadasz drukarkę. Jeżeli nie, zapisz klucz prywatny i adres na kartce papieru. Umieść go w bezpiecznym miejscu oddzielnie od komputera i nośnika USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_6', 'Pamiętaj, że musisz się zabezpieczyć przed utratą kluczy i hasła z powodu zagubienia, uszkodzenia lub zniszczenia dysku twardego, nośnika USB lub kartki z zapisanymi danymi. Przewiduj również możliwość wystąpienia katastrof obejmujących większe obszary (pożar, powódź). '), _defineProperty(_pl$data, 'HELP_2b_Title', '2b) Jak mogę utworzyć portfel w 100% odizolowany od sieci globalnej (Cold Wallet) wykorzystując MyEtherWallet? '), _defineProperty(_pl$data, 'HELP_2b_Desc_1', 'Wejdź na nasze konto github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pl$data, 'HELP_2b_Desc_2', 'Pobierz `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_3', 'Przenieś paczkę zip na odizolowany system. '), _defineProperty(_pl$data, 'HELP_2b_Desc_4', 'Rozpakuj paczkę i kliknij 2-krotnie `index.html`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_5', 'Wygeneruj portfel przy użyciu silnego hasła. '), _defineProperty(_pl$data, 'HELP_2b_Desc_6', 'Zapisz adres. Zapisz klucz prywatny. Zapisz hasło jeżeli nie jesteś w stanie go zapamiętać po wsze czasy. '), _defineProperty(_pl$data, 'HELP_2b_Desc_7', 'Zapisz kopie zapasowe w formie papierowej lub na nośniku USB w wielu fizycznie odseparowanych lokalizacjach. '), _defineProperty(_pl$data, 'HELP_2b_Desc_8', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" wprowadź klucz prywatny / hasło aby upewnić się, że są poprawne i odczytaj swój portfel. Sprawdź czy adres, który zapisałeś zgadza się z wyświetlonym. '), _defineProperty(_pl$data, 'HELP_3_Title', '3) Jak zweryfikować czy mam dostęp do portfela? '), _defineProperty(_pl$data, 'HELP_3_Desc_1', '**Zanim wyślesz jakieś środki do Twojego nowego portfela** powinieneś się upewnić, że masz do niego dostęp. '), _defineProperty(_pl$data, 'HELP_3_Desc_2', 'Przejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_3_Desc_3', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" na stronie MyEtherWallet.com. '), _defineProperty(_pl$data, 'HELP_3_Desc_4', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_3_Desc_5', 'Jeżeli portfel jest szyfrowany automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_3_Desc_6', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_3_Desc_7', 'Informacje o Twoim portfelu powinny się wyświetlić. Odszukaj adres Twojego portfela obok okrągłej kolorowej ikonki. Ta ikona to wizualna reprezentacja adresu Twojego portfela. Upewnij się, że adres odpowiada adresowi zapisanemu w dokumencie tekstowym i na portfelu papierowym. '), _defineProperty(_pl$data, 'HELP_3_Desc_8', 'Jeśli planujesz trzymać w portfelu jakieś większe sumy, zalecamy w pierwszej kolejności wykonanie kilku testowych transakcji o mniejszej wartości. Prześlij do Twojego nowego portfela 0.001 ether, wejdź do portfela, prześlij te 0.001 ether na inny adres i upewnij się, że wszystko przebiegło jak należy. '), _defineProperty(_pl$data, 'HELP_4_Title', '4) Jak wysłać Ether z jednego portfela na inny? '), _defineProperty(_pl$data, 'HELP_4_Desc_1', 'Jeżeli planujesz przesłać większą sumę środków, najpierw powinieneś wysłać mniejszą kwotę, aby upewnić się, że wszystko przebiegło zgodnie z planem. '), _defineProperty(_pl$data, 'HELP_4_Desc_2', 'Przejdź na zakładkę "Wyślij Ether". '), _defineProperty(_pl$data, 'HELP_4_Desc_3', 'Wybierz Twój plik portfela -lub- wpisz klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_4_Desc_4', 'Jeżeli portfel jest szyfrowany, automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_4_Desc_5', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_4_Desc_6', 'Wpisz adres, na który chcesz przesłać środki w pole "Do adresu:". '), _defineProperty(_pl$data, 'HELP_4_Desc_7', 'Wpisz kwotę do wysyłania. Możesz też kliknąć "Wyślij wszystkie dostępne środki", jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4_Desc_9', 'Kliknij "Wygeneruj i Podpisz Transakcję". '), _defineProperty(_pl$data, 'HELP_4_Desc_10', 'Pojawi się kilka kolejnych pól. Są to dane transakcji wygenerowane przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_4_Desc_11', 'Kliknij niebieski przycisk "Wyślij Transakcję" na dole strony. '), _defineProperty(_pl$data, 'HELP_4_Desc_12', 'Pojawi się okienko z potwierdzeniem. Zweryfikuj czy kwota i adres, na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź Transakcję.". '), _defineProperty(_pl$data, 'HELP_4_Desc_13', 'Transakcja zostanie wysłana i zostanie wyświetlony TX Hash. Możesz kliknąć TX Hash, aby zobaczyć tą transakcję w eksploratorze bloków. '), _defineProperty(_pl$data, 'HELP_4CX_Title', '4)Jak wysłać Ether używając MyEtherWallet CX? '), _defineProperty(_pl$data, 'HELP_4CX_Desc_1', 'Najpierw musisz dodać portfel. Po dodaniu portfela masz 2 możliwości do wyboru: funkcja "Wyślij" z ikony Rozszerzenia Chrome lub zakładka "Wyślij Ether" ze strony "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_2', 'Wyślij: '), _defineProperty(_pl$data, 'HELP_4CX_Desc_3', 'Kliknij ikonę Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_4', 'Kliknij przycisk "Wyślij". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_5', 'Wybierz portfel, z którego chcesz wysłać środki. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_6', 'Wpisz adres, do którego chcesz wysłać środki w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_7', 'Wpisz kwotę do wysłania. Możesz również kliknąć "Wyślij wszystkie dostępne środki" jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_8', 'Kliknij "Wyślij Transakcję". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_9', 'Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_10', 'Wpisz hasło do tego portfela. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_11', 'Kliknij "Wyślij Transakcję." '), _defineProperty(_pl$data, 'HELP_4CX_Desc_12', 'Używając zakładki "Wyślij Ether" '), _defineProperty(_pl$data, 'HELP_5_Title', '5) Jak uruchomić MyEtherWallet offline/lokalnie? '), _defineProperty(_pl$data, 'HELP_5_Desc_1', 'Możesz uruchomić MyEtherWallet lokalnie ze swojego komputera zamiast z serwerów GitHub\'a. Możesz wygenerować portfel całkowicie offline\'owo i wysyłać transakcje z zakładki "Wyślij offline". '), _defineProperty(_pl$data, 'HELP_5_Desc_7', 'MyEtherWallet działa teraz w całości na Twoim komputerze. '), _defineProperty(_pl$data, 'HELP_5_Desc_8', 'W razie gdybyś nie wiedział, musisz zachować cały folder, aby strona działała prawidłowo, nie tylko `index.html`. Nie ruszaj i nie przenoś nic innego w folderze. Jeżeli zachowujesz kopie repozytorium MyEtherWallet na przyszłość, zalecamy przechowywać je w formie spakowanego pliku ZIP, aby mieć pewność, że jego zawartość się nie zmieniła. '), _defineProperty(_pl$data, 'HELP_5_Desc_9', 'Ponieważ ciągle aktualizujemy MyEtherWallet, zalecamy co jakiś czas aktualizować zapisaną wersję repozytorium. '), _defineProperty(_pl$data, 'HELP_5CX_Title', '5) Jak mogę zainstalować to rozszerzenie z repozytorium, zamiast z Chrome Web Store? '), _defineProperty(_pl$data, 'HELP_5CX_Desc_2', 'Pobierz `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_3', 'Wejdź w ustawienia przeglądarki Google Chrome (w menu w górnym prawym rogu). '), _defineProperty(_pl$data, 'HELP_5CX_Desc_4', 'Kliknij "Rozszerzenia" po lewej. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_5', 'Kliknij "Tryb programisty" na górze strony. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_6', 'Kliknij przycisk "Wczytaj rozszerzenie bez pakietu...". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_7', 'Nawiguj do rozpakowanego folderu, który ściągnąłeś wcześniej. Kliknij "OK". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_8', 'Rozszerzenie powinno się pojawić na liście i w pasku rozszerzeń przeglądarki Chrome. '), _defineProperty(_pl$data, 'HELP_7_Title', '7) Jak się wysyła Tokeny i jak tworzyć własne Tokeny? '), _defineProperty(_pl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) jest świetnym miejscem na przeglądanie tokenów oraz sprawdzenia ich ilości miejsc po przecinku. '), _defineProperty(_pl$data, 'HELP_7_Desc_1', 'Przejdź na zakładkę "Wyślij Ether i Tokeny". '), _defineProperty(_pl$data, 'HELP_7_Desc_2', 'Odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_7_Desc_3', 'Wpisz adres, na który chcesz je przesłać w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_7_Desc_4', 'Wpisz wartość jaką chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_5', 'Wybierz typ tokena, który chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_6', 'Jeśli nie widzisz danego tokena: '), _defineProperty(_pl$data, 'HELP_7_Desc_7', 'Kliknij "Inny". '), _defineProperty(_pl$data, 'HELP_7_Desc_8', 'Wpisz adres, symbol i ilość miejsc po przecinku tokena. Wartości te są podawane przez twórców tokena, są również potrzebne podczas dodawania tokena do obserwowanych w aplikacji Mist. '), _defineProperty(_pl$data, 'HELP_7_Desc_9', 'Kliknij "Zapisz". '), _defineProperty(_pl$data, 'HELP_7_Desc_10', 'Możesz teraz wysyłać ten token, jak również odczytać stan konta dla tokenu w kolumnie obok. '), _defineProperty(_pl$data, 'HELP_7_Desc_11', 'Kliknij "Generuj Transakcję". '), _defineProperty(_pl$data, 'HELP_7_Desc_12', 'Pojawi się kilka kolejnych pól z danymi transakcji wygenerowanymi przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_7_Desc_13', 'Kliknij niebieski przycisk "Wyślij Transakcję", który znajduje się niżej. '), _defineProperty(_pl$data, 'HELP_7_Desc_14', 'Wyskoczy okienko. Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź transakcję.". '), _defineProperty(_pl$data, 'HELP_7_Desc_15', 'Transakcja zostanie zatwierdzona. TX Hash zostanie wyświetlone. Możesz kliknąć TX Hash aby zobaczyć status transakcji w eksploratorze. '), _defineProperty(_pl$data, 'HELP_8_Title', '8) Co się stanie, jeżeli wasza strona zniknie z sieci? '), _defineProperty(_pl$data, 'HELP_8_Desc_1', 'MyEtherWallet nie jest usługą portfela internetowego. Nie posiadasz loginu i nic nie jest zapisywane na naszych serwerach. To tylko interfejs, który pozwala korzystać z sieci Ethereum. '), _defineProperty(_pl$data, 'HELP_8_Desc_2', 'Jeżeli MyEtherWallet.com zostanie wyłączona, musiałbyś znaleźć inny sposób (jak Ethereum Wallet / Mist) na korzystanie z sieci Ethereum. Nie musiałbyś jednak wypłacić swoich środków z MyEtherWallet, ponieważ one nie znajdują się na MyEtherWallet, a na portfelach, które zostały wygenerowane za pomocą naszej strony. '), _defineProperty(_pl$data, 'HELP_8_Desc_3', 'Możesz w każdej chwili, w bardzo prosty sposób, zaimportować swoje nieszyfrowane klucze prywatne lub szyfrowane pliki w formacie Geth/Mist wprost do geth / Ethereum Wallet / Mist. Zobacz pytanie 12 poniżej. '), _defineProperty(_pl$data, 'HELP_8_Desc_4', 'W dodatku prawdopodobieństwo zamknięcia przez nas strony MyEtherWallet.com jest bliskie zeru. Koszty utrzymania strony są prawie żadne, ponieważ nie przechowujmy żadnych informacji. Jeśli nawet strona zostanie zamknięta, jest ona również i zawsze będzie publicznie dostępna na [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Możesz ściągnąć paczkę ZIP i uruchomić MyEtherWallet lokalnie na własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Title', '8) Co się stanie jeżeli MyEtherWallet CX zniknie? '), _defineProperty(_pl$data, 'HELP_8CX_Desc_1', 'Po pierwsze, wszystkie dane są zapisane na Twoim komputerze, nie na naszych serwerach. Wiem, że może Ci się to wydawać dziwne, ale kiedy patrzysz na Rozszerzenie Chrome, NIE patrzysz na coś zapisanego gdzieś na naszych serwerach - wszystko to jest na Twoim własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_2', 'Z tego powodu, jest **niezmiernie ważnym** aby wykonywać kopie bezpieczeństwa wszystkich nowych portfeli wygenerowanych za pomocą MyEtherWallet CX. W ten sposób, jeżeli cokolwiek stanie się MyEtherWallet CX lub Twojemu komputerowi, wciąż będziesz miał wszelkie niezbędne informacje potrzebne aby odzyskać dostęp do Twoich portfeli. Zobacz punkt 2a aby dowiedzieć się jak wykonać kopie bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_3', 'Jeżeli z jakiegoś powodu MyEtherWallet CX zniknie z Chrome Store, możesz wciąż znaleźć kod źródłowy na Github\'ie i załadować manualnie do Chrome. Zobacz pkt. 5 powyżej. '), _defineProperty(_pl$data, 'HELP_9_Title', '9) Czy zakładka "Wyślij Ether" działa offline? '), _defineProperty(_pl$data, 'HELP_9_Desc_1', 'Nie. Potrzebuje dostępu do internetu w celu pobrania aktualnej ceny paliwa, wyróżnika dla konta, oraz rozgłoszenia transakcji (wysłania). Jednakże wysyłana jest jedynie podpisana transakcja, nic więcej. Twój klucz prywatny w żadnym momencie nie opuszcza Twojego komputera. Teraz zapewniamy również funkcję "Wyślij Offline", która umożliwia przechowywanie kluczy prywatnych na komputerze, który fizycznie jest odizolowany od sieci zewnętrznej. '), _defineProperty(_pl$data, 'HELP_10_Title', '10) Jak wykonać transakcję offline (Cold Wallet)? '), _defineProperty(_pl$data, 'HELP_10_Desc_1', 'Przejdź na zakładkę "Wyślij Offline" na komputerze z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_2', 'Uzupełnij pole "Od Adresu". Zauważ, że jest to adres, z którego wypłacasz środki, nie adres, na który mają trafić. W ten sposób generowany jest wyróżnik i cena paliwa. '), _defineProperty(_pl$data, 'HELP_10_Desc_3', 'Przejdź na komputer bez dostępu do internetu. Uzupełnij pole "Do Adresu" i kwotę do wysłania. '), _defineProperty(_pl$data, 'HELP_10_Desc_4', 'Wpisz cenę paliwa jaka została wyświetlona na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_5', 'Wpisz wyróżnik jaki został wyświetlony na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_6', '"Limit Paliwa" ma domyślną wartość 21000. To pokryje koszty standardowej transakcji. Jeżeli będziesz wysyłać transakcję do kontraktu lub będziesz załączać jakieś dane do transakcji, musisz zwiększyć tą wartość. Nadpłata paliwa zostanie zwrócona. '), _defineProperty(_pl$data, 'HELP_10_Desc_7', 'Jeśli chcesz możesz załączyć dane do transakcji. Musisz wtedy jednak zapewnić więcej niż domyślne 21000 limitu paliwa. Dane wpisujemy w formacie HEX. '), _defineProperty(_pl$data, 'HELP_10_Desc_8', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_10_Desc_9', 'Kliknij przycisk "Wygeneruj Transakcję". '), _defineProperty(_pl$data, 'HELP_10_Desc_10', 'W polu poniżej pojawią się dane podpisanej transakcji. Skopiuj jego zawartość na komputer z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_11', 'Na komputerze z internetem wklej podpisaną transakcję w pole tekstowe w kroku 3 i kliknij "Wyślij Transakcję". To spowoduje rozgłoszenie transakcji. '), _defineProperty(_pl$data, 'HELP_12_Title', '12) Jak zaimportować portfel utworzony w MyEtherWallet do geth / Ethereum Wallet / Mist? '), _defineProperty(_pl$data, 'HELP_12_Desc_1', 'Używając pliku Keystore Geth/Mist z MyEtherWallet v2+.... '), _defineProperty(_pl$data, 'HELP_12_Desc_2', 'Wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_3', 'Odblokuj portfel używając Twojego klucza prywatnego lub pliku portfela. '), _defineProperty(_pl$data, 'HELP_12_Desc_4', 'Wejdź na zakładkę "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_12_Desc_5', 'Zaznacz portfel jaki chcesz zaimportować do Mist, kliknij ikonkę "Podgląd", wpisz hasło i wejdź do podglądu. '), _defineProperty(_pl$data, 'HELP_12_Desc_6', 'Znajdź sekcję "Plik Keystore/JSON (Zalecany · Szyfrowany · Format Mist/Geth)". Kliknij przycisk "Pobierz" pod spodem. W ten sposób uzyskałeś plik Keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_7', 'Uruchom aplikację Ethereum Wallet. '), _defineProperty(_pl$data, 'HELP_12_Desc_8', 'W menu programu wejdź w: "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pl$data, 'HELP_12_Desc_9', 'Otworzy się folder z plikami ustawień. Skopiuj pobrany przed chwilą plik portfela (`UTC--2016-04-14......../`) do folderu keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_10', 'Twój portfel powinien się od razu pojawić na zakładce "Accounts." '), _defineProperty(_pl$data, 'HELP_12_Desc_11', 'Używając nieszyfrowanego klucza prywatnego... '), _defineProperty(_pl$data, 'HELP_12_Desc_12', 'Jeżeli jeszcze nie posiadasz nieszyfrowanego klucza prywatnego, wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_13', 'Wybierz swój plik portfela i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_12_Desc_14', 'Skopiuj "Klucz Prywatny (nieszyfrowany)". '), _defineProperty(_pl$data, 'HELP_12_Desc_15', 'Jeśli pracujesz na Mac\'u: '), _defineProperty(_pl$data, 'HELP_12_Desc_15b', 'Jeśli pracujesz na PC\'cie: '), _defineProperty(_pl$data, 'HELP_12_Desc_16', 'Otwórz Text Edit i wklej do niego skopiowany klucz prywatny. '), _defineProperty(_pl$data, 'HELP_12_Desc_17', 'Wejdź do paska menu i kliknij "Format" -> "Make Plain Text". '), _defineProperty(_pl$data, 'HELP_12_Desc_18', 'Zapisz ten plik na `desktop/` jako `nic_specjalnego_usun_mnie.txt`. Podczas zapisywania ustaw "UTF-8" i "If no extension is provided use .txt". '), _defineProperty(_pl$data, 'HELP_12_Desc_19', 'Otwórz terminal systemowy i uruchom następującą komendę: `geth account import ~/Desktop/nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_20', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_21', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_22', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_12_Desc_23', 'Otwórz Notatnik i wklej klucz prywatny '), _defineProperty(_pl$data, 'HELP_12_Desc_24', 'Zapisz plik notatnika jako `nic_specjalnego_usun_mnie.txt` na `C:\\` '), _defineProperty(_pl$data, 'HELP_12_Desc_25', 'Uruchom wiersz poleceń i wykonaj komendę: `geth account import C:\\nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_26', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_27', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_28', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pl$data, 'HELP_13_Desc_1', 'Oznacza to, że nie posiadasz wystarczającej ilości Ether na koncie, aby pokryć koszty paliwa. Każda transakcja (przesyłanie tokenów lub interakcja z kontraktem) wymaga paliwa, które jest opłacane w Ether\'ach. Wyświetlona wartość jest ilością potrzebną na pokrycie kosztów transakcji w Wei\'ach. Podziel tą liczbę przez `1000000000000000000` i odejmij wartość Ether, którą chciałeś wysłać (jeśli wysyłałeś Ether). Otrzymasz wartość, jaką musisz przesłać na swoje konto, aby wykonać transakcję.'), _defineProperty(_pl$data, 'HELP_14_Title', '14) Niektóre strony wykorzystują ruchy myszką przy generowaniu klucza prywatnego. MyEtherWallet tego nie robi. Czy generator liczb losowych w MyEtherWallet jest bezpieczny? '), _defineProperty(_pl$data, 'HELP_14_Desc_1', 'Chociaż generowanie liczb losowych przy udziale ruchów myszki jest sprytnie pomyślane i rozumiemy dlaczego ludzie to lubią, to jednak rzeczywistość jest taka, że window.crypto zapewnia większą entropię niż ruchy myszką. Generowanie z ruchów myszki nie jest niebezpieczne, ale my (oraz znaczna liczba innych ekspertów kryptografii) wierzymy w window.crypto. W dodatku MyEtherWallet może być używane na urządzeniach dotykowych. Tutaj można przeczytać [rozmowę rozeźlonego reddit\'ora i Vitalik\'a Buterin\'a odnośnie ruchów myszki kontra window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) a tutaj jest [specyfikacja window.crypto w3](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pl$data, 'HELP_15_Title', '15) Dlaczego portfel, który właśnie wygenerowałem nie pokazuje się w eksploratorze bloków? (np. etherchain, etherscan) '), _defineProperty(_pl$data, 'HELP_15_Desc_1', 'Adres pojawi się w eksploratorze bloków dopiero jak adres portfela będzie uczestniczył w jakichś transakcjach, np. jak wyślesz do niego jakieś środki. '), _defineProperty(_pl$data, 'HELP_16_Title', '16) Jak sprawdzić stan mojego konta? '), _defineProperty(_pl$data, 'HELP_16_Desc_1', 'Możesz użyć eksploratora bloków jak [etherscan.io](https://etherscan.io/). Wklej swój adres w wyszukiwarkę na stronie eksploratora, pokaże ona stan Twojego konta oraz historię transakcji. Tak na przykład wygląda nasze [konto donacji](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) na etherscan.io. '), _defineProperty(_pl$data, 'HELP_17_Title', '17) Dlaczeg stan mojego konta nie pojawia się, kiedy odblokowuje mój portfel? '), _defineProperty(_pl$data, 'HELP_17_Desc_1', 'Najprawdopodobniej przyczyną tego jest firewall. API, które używamy do odczytu stanu konta oraz jego konwersji jest często blokowane przez firewall z różnych przyczyn. Wciąż możesz wysyłać transakcje, jednak stan konta musisz sprawdzać w inny sposób, np. na [etherscan.io](https://etherscan.io/) '), _defineProperty(_pl$data, 'HELP_18_Title', '18) Gdzie jest plik mojego portfela w geth? '), _defineProperty(_pl$data, 'HELP_19_Title', '19) Gdzie jest plik mojego portfela w Mist? '), _defineProperty(_pl$data, 'HELP_19_Desc_1', 'Pliki programu Mist można znaleźć zazwyczaj w lokalizacjach wymienionych w pkt. 18, ale prościej jest uruchomić Mist, wybrać "Accounts" w górnym pasku, następnie "Backup" i "Accounts". Otworzy się folder, w którym znajdują się wspomniane pliki. '), _defineProperty(_pl$data, 'HELP_20_Title', '20) Gdzie jest mój plik portfela przed-sprzedaży? '), _defineProperty(_pl$data, 'HELP_20_Desc_1', 'Tam gdzie go zapisałeś ;). Był też wysłany mailem, sprawdź również tam. Szukaj pliku `"ethereum_wallet_backup.json"`. Portfel ten będzie zaszyfrowany hasłem jakie podałeś podczas procesu kupna na przed-sprzedaży. '), _defineProperty(_pl$data, 'HELP_21_Title', '21) Czy nie jest tak, że każdy może losowo sprawdzać różne klucze prywatne, a jak znajdzie taki ze środkami możę przelać je na swoje konto? '), _defineProperty(_pl$data, 'HELP_21_Desc_1', 'Krótka odpowiedź: Tak. Jednak znalezienie któregokolwiek ze środkami zajęłoby więcej czasu niż wszechświat istnieje... więc... nie. '), _defineProperty(_pl$data, 'HELP_21_Desc_2', 'Długa wersja (dla przedszkolaka): Ethereum bazuje na [Kryptografii Klucza Publicznego (ECC)](https://pl.wikipedia.org/wiki/Kryptografia_klucza_publicznego), a dokładnie na [Kryptografii Krzywych Eliptycznych](https://eprint.iacr.org/2013/734.pdf) które są bardzo szeroko stosowane, nie tylko w Ethereum. Większość serwerów jest chroniona przez ECC. Kolejne przykłady to Bitcoin, SSH, TLS i wiele innych. Klucze w Ethereum to dokładnie odmiana 256-bitowa, która jest silniejsza niż 128-bitowa i 192-bitowa, które również są wciąż szeroko stosowane oraz uznawane przez ekspertów za bezpieczne. '), _defineProperty(_pl$data, 'HELP_21_Desc_3', 'W tego typu zabezpieczeniu mamy 2 klucze: klucz prywatny i klucz publiczny. Z klucza prywatnego możemy szybko otrzymać klucz publiczny, ale otrzymanie klucza prywatnego z klucza publicznego jest niemożliwe. Biorąc pod uwagę, że cały internet i wszystkie sekrety świata używają tej metody kryptograficznej oznacza, że gdyby istniał sposób na otrzymanie klucza prywatnego z publicznego, to utrata Twoich środków z konta Ethereum byłaby najmniejszym zmartwieniem w świecie. '), _defineProperty(_pl$data, 'HELP_21_Desc_4', 'Idąc dalej, TAK jeżeli ktoś miałby Twój klucz prywatny mógłby z łatwością wypłacić środki z Twojego konta. Tak samo, jak by ktoś miał hasło do Twojego konta pocztowego, mógłby czytać Twoje maile, lub gdyby miał hasło bankowe, mógłby wypłacać z niego pieniądze. Możesz ściągnąć plik Keystore Twojego portfela, który jest kluczem prywatnym zaszyfrowanym hasłem. To jest tak jak by mieć hasło, które jest chronione innym hasłem. '), _defineProperty(_pl$data, 'HELP_21_Desc_5', 'Więc TAK, teoretycznie można by po prostu wpisywać 64 znaki w kodzie szesnastkowym do momentu trafienia na taki, który nie jest pusty. Co więcej zdolni ludzie mogą napisać program, który będzie bardzo szybko, automatycznie sprawdzał kolejne losowe kombinacje kluczy. Taka metoda nazywa się "brute-forcing" lub "mining". Różni ludzie zastanawiali się nad jej zastosowaniem długo i intensywnie. Z pomocą kilku wysokiej klasy serwerów mogliby być w stanie sprawdzać ponad 1 milion kluczy na sekundę. Jednak nawet wtedy koszt utrzymania pracy tych serwerów byłby wiele razy wyższy niż potencjalne zyski ze znalezienia jakichkolwiek środków. Bardziej prawdopodobne byłoby, że pierwsze trafienie nastąpi dopiero po śmierci Twojej i Twoich prawnuków. '), _defineProperty(_pl$data, 'HELP_21_Desc_6', 'Jeśli wiesz coś na temat Bitcoina, [to może dać Ci perspektywę:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Aby zilustrować jak mało prawdopodobne to jest: załóżmy, że każdy satoshi (najmniejsza część Bitcoina, 0.00000001 BTC), każdego Bitcoina jaki kiedykolwiek będzie istnieć (21 milionów), został wysłany na swój własny unikalny klucz prywatny. Prawdopodobieństwo, że spośród wszystkich tych kluczy 2 odpowiadałyby tym samym adresom jest jak 1 do 100 kwintylionów. '), _defineProperty(_pl$data, 'HELP_21_Desc_7', '[Jeżeli byś chciał coś bardziej technicznego:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Te liczby nie mają nic wspólnego z technologią na jakiej opiera się urządzenie. Są maksimami na jakie pozwala termodynamika, co silnie sugeruje, że skuteczne ataki brute-force przeciwko 256-bitowym kluczom będą nieosiągalne, dopóki komputery nie będą zbudowane z czegoś innego niż materia i będą zajmować trochę więcej niż wszechświat. '), _defineProperty(_pl$data, 'HELP_21_Desc_8', 'Oczywiście to wszystko ma miejsce przy założeniu, że klucze są generowane w prawdziwie losowy sposób i z wystarczającą entropią. Klucze tu wygenerowane spełniają te kryteria, tak samo jak klucze w Jaxx i Mist/geth. Portfele Ethereum są w większości całkiem niezłe. Z drugiej strony np. klucze wygenerowane przez ludzki umysł nie spełniają tych kryteriów, jako że ludzki umysł nie jest w stanie wygenerować prawdziwie losowego źródła. W otoczeniu Bitcoina w przeszłości pojawiło się kilka problemów związanych z brakiem odpowiedniej entropii lub brakiem pełnej losowości, ale to całkiem inny temat, być może na inny dzień. '), _defineProperty(_pl$data, 'HELP_SecCX_Title', 'Bezpieczeństwo - MyEtherWallet CX '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_1', 'Gdzie są zapisywane informacje przechowywane przez to rozszerzenie? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_2', 'Informacje przechowywane przez to Rozszerzenie Chrome jest zapisywane przez [chrome.storage](http://chrome.storage/). - w tym samym miejscu są przechowywane hasła zapisywane w przeglądarce Chrome. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_3', 'Jakie informacje są zapisywane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_4', 'Adres, nazwa konta, klucz prywatny są przechowywane w chrome.storage. Klucz prywatny jest zaszyfrowany hasłem jakie podano przy zakładaniu portfela. Nazwa i adres nie są szyfrowane. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_5', 'Dlaczego adres i nazwa konta nie są szyfrowane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_6', 'Jeżeli byśmy zaszyfrowali te informacje, konieczne było by podawanie hasła przy każdym sprawdzeniu stanu konta lub wyświetleniu jego nazwy. Jeśli to Cię niepokoi, możesz użyć MyEherWallet.com zamiast tego Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_Sec_Title', 'Bezpieczeństwo '), _defineProperty(_pl$data, 'HELP_Sec_Desc_1', 'Jeśli pierwszym pytaniem jakie Ci się nasuwa jest "Dlaczego miałbym zaufać tym gościom?", to prawidłowy odruch. Być może to pozwoli Ci załagodzić obawy: '), _defineProperty(_pl$data, 'HELP_Sec_Desc_2', 'Działamy od sierpnia 2015. Jeśli wyszukasz ["myetherwallet" na reddit](https://www.reddit.com/search?q=myetherwallet), możesz znaleźć wielu ludzi, którzy używają naszego kodu bez najmniejszych problemów. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_3', 'Nie ukradniemy Twoich pieniędzy ani Twoich kluczy prywatnych. Ta strona nie zawiera złośliwego kodu. W zasadzie, zakładka "Generuj Portfel" działa w pełni po stronie klienckiej. Oznacza to, że cały kod jest uruchamiany wyłącznie na **Twoim komputerze**, a jego rezultat nigdzie nie jest zapisywany ani nigdzie przesyłany. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_4', 'Sprawdź adres URL -- Ta strona jest serwowana przez GitHub. Kod źródłowy jest dostępny pod: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Strona jest dostępna pod domenami: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pl$data, 'HELP_Sec_Desc_5', 'Do generowania portfeli możesz pobrać [kod źródłowy](https://github.com/kvhnuke/etherwallet/releases/latest). Zobacz punkt 5 powyżej. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_6', 'Wykonaj test i sprawdź jakie połączenia sieciowe są aktywowane. Najprostszą metodą jest kliknięcie prawym przyciskiem myszy na stronie i "Zbadaj". Przejdź na zakładkę "Network". Wygeneruj testowy portfel. Zobaczysz, że nie są aktywowane żadne połączenia. Możesz zobaczyć coś wyglądającego jak data:image/gif i data:image/png. To są kody QR generowane... na Twoim komputerze... przez Twój komputer. Żadne dane nie były transferowane. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_8', 'Jeśli nie czujesz się komfortowo używając tego oprogramowania, bez względu na wszystko, nie używaj go. Stworzyliśmy te narzędzia jako pomoc w generowaniu nowych portfeli i wykonywaniu transakcji bez potrzeby zagłębiania się w linię poleceń lub prowadzenia pełnego węzła. Jeszcze raz, nie krępuj się z nami skontaktować jeżeli masz jakieś wątpliwości. Postaramy się odpowiedzieć tak szybko jak to możliwe. Dzięki! '), _defineProperty(_pl$data, 'HELP_FAQ_Title', 'Więcej Pomocnych Odpowiedzi na Często Zadawane Pytania (tylko angielski) '), _defineProperty(_pl$data, 'HELP_Contact_Title', 'Sposoby Nawiązania Kontaktu (tylko angielski)'), _pl$data); +}, _defineProperty(_pl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pl$data, 'x_CancelReplaceTx', 'Anuluj lub Zastąp Transakcję'), _defineProperty(_pl$data, 'x_CancelTx', 'Anuluj Transakcję'), _defineProperty(_pl$data, 'x_PasswordDesc', 'To hasło * szyfruje * Twój klucz prywatny. To nie jest ziarno (seed) generujące Twoje klucze. **Będziesz potrzebować tego hasła + Twojego klucza prywatnego aby odblokować swój portfel.**'), _defineProperty(_pl$data, 'x_ReadMore', 'Zobacz więcej'), _defineProperty(_pl$data, 'x_ReplaceTx', 'Zastąp Transakcję'), _defineProperty(_pl$data, 'x_TransHash', 'Hash Transakcji'), _defineProperty(_pl$data, 'x_TXFee', 'TX Fee (opłata)'), _defineProperty(_pl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pl$data, 'NAV_CheckTxStatus', 'Sprawdź Status Transakcji'), _defineProperty(_pl$data, 'NAV_TxStatus', 'Status Transakcji'), _defineProperty(_pl$data, 'tx_Details', 'Szczegóły Transakcji'), _defineProperty(_pl$data, 'tx_Summary', 'Zdarza się (szczególnie podczas ICO), że transakcje są oczekujące przez godziny, a nawet dni. To narzędzie ma na celu umożliwić Ci znalezienie i \"anulowanie\" / zastąpienie tych transakcji. ** To nie jest narzędzie, które można użyć w każdej sytuacji. Nie gwarantuje ono osiągnięcia sukcesu i będzie działać tylko jeśli pule transakcji są pełne. [Więcej informacji tutaj.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pl$data, 'tx_notFound', 'Transakcja nie została znaleziona'), _defineProperty(_pl$data, 'tx_notFound_1', 'Transakcja nie zostala znaleziona w puli transakcji węzła, do którego jesteś połączony.'), _defineProperty(_pl$data, 'tx_notFound_2', 'Jeśli wysłałeś transakcję przed chwilą, poczekaj 15 sekund i naciśnij przycisk "Sprawdź Status Transakcji" ponownie. '), _defineProperty(_pl$data, 'tx_notFound_3', 'Wciąż może być w puli transakcji innego węzła oczekując na potwierdzenie.'), _defineProperty(_pl$data, 'tx_notFound_4', 'Użyj menu w prawym górnym rogu aby wybrać inny węzeł ETH (np. `ETH (Etherscan.io)` lub `ETH (Infura.io)` lub `ETH (MyEtherWallet)`) i sprawdź ponownie.'), _defineProperty(_pl$data, 'tx_foundInPending', 'Znaleziono oczekującą transakcję'), _defineProperty(_pl$data, 'tx_foundInPending_1', 'Twoja transakcja została znaleziona w puli transakcji węzła, z którym jesteś połączony. '), _defineProperty(_pl$data, 'tx_foundInPending_2', 'Transakcja oczekuje na wydobycie/potwierdzenie. '), _defineProperty(_pl$data, 'tx_foundInPending_3', 'Istnieje szansa \"anulować\" lub zastąpić tę transakcję. Odblokuj swój portfel poniżej.'), _defineProperty(_pl$data, 'tx_FoundOnChain', 'Transakcja została znaleziona'), _defineProperty(_pl$data, 'tx_FoundOnChain_1', 'Twoja transakcja została pomyślnie zrealizowana i pojawiła się na bloku.'), _defineProperty(_pl$data, 'tx_FoundOnChain_2', '**Jeśli zobaczysz czerwony wykrzyknik `( ! )`, `ZŁA INSTRUKCJA` lub `ZABRAKŁO PALIWA` w komunikacie o błędzie**, oznacza to, że transakcji nie udało się wysłać pomyślnie. Nie możesz anulować ani zastąpić tej transakcji. Zamiast tego, wyślij nową transakcję. Jeśli otrzymałeś komunikat o niewystarczającej ilości paliwa, powinieneś podwoić limit gazu.'), _defineProperty(_pl$data, 'tx_FoundOnChain_3', '**Jeśli nie pojawią się żadne komunikaty o błędzie, to Twoja transakcja została pomyślnie wysłana.** Twój ETH lub Tokeny są tam, gdzie zostały wysłane. Jeśli jednak ETH lub Tokeny nie pojawią się tam, gdzie zostały wysłane i minęły ponad 24 godziny od momentu wysłania, [skontaktuj się z którymś z serwisów](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Wyślij im *link* do Twojej transakcji i uprzejmie poproś o zbadanie sytuacji.'), _defineProperty(_pl$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pl$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pl$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pl$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pl$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pl$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pl$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pl$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pl$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pl$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pl$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pl$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pl$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pl$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pl$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pl$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pl$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pl$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pl$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pl$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pl$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pl$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pl$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pl$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pl$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pl$data, 'NAV_AddWallet', 'Dodaj Portfel '), _defineProperty(_pl$data, 'NAV_BulkGenerate', 'Generuj Hurtowo '), _defineProperty(_pl$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_pl$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_pl$data, 'NAV_DeployContract', 'Wyślij Kontrakt '), _defineProperty(_pl$data, 'NAV_ENS', 'ENS'), _defineProperty(_pl$data, 'NAV_GenerateWallet_alt', 'Nowy Portfel '), _defineProperty(_pl$data, 'NAV_GenerateWallet', 'Wygeneruj Portfel '), _defineProperty(_pl$data, 'NAV_Help', 'Pomoc '), _defineProperty(_pl$data, 'NAV_InteractContract', 'Pracuj z Kontraktem '), _defineProperty(_pl$data, 'NAV_Multisig', 'Multi-podpis '), _defineProperty(_pl$data, 'NAV_MyWallets', 'Moje Portfele '), _defineProperty(_pl$data, 'NAV_Offline', 'Wyślij Offline '), _defineProperty(_pl$data, 'NAV_SendEther', 'Wyślij Ether i Tokeny '), _defineProperty(_pl$data, 'NAV_SendTokens', 'Wyślij Tokeny '), _defineProperty(_pl$data, 'NAV_SignMsg', 'Podpisz Wiadomość '), _defineProperty(_pl$data, 'NAV_Swap', 'Giełda '), _defineProperty(_pl$data, 'NAV_ViewWallet', 'Wyświetl informacje o portfelu '), _defineProperty(_pl$data, 'NAV_YourWallets', 'Twoje Portfele '), _defineProperty(_pl$data, 'x_Access', 'Dostęp '), _defineProperty(_pl$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Inaczej "Numer konta" lub "Klucz publiczny". Wysyłasz go innym aby mogli Ci wysłać ether. Ikona umożliwia łatwe rozpoznanie Twojego adresu. '), _defineProperty(_pl$data, 'x_Address', 'Twój Adres '), _defineProperty(_pl$data, 'x_Cancel', 'Anuluj '), _defineProperty(_pl$data, 'x_CSV', 'Plik CSV (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Download', 'Pobierz '), _defineProperty(_pl$data, 'x_Json', 'Plik JSON (nieszyfrowany) '), _defineProperty(_pl$data, 'x_JsonDesc', 'Nieszyfrowany klucz prywatny, plik w formacie JSON. Nie wymaga podania hasła, ale każdy kto zdobędzie ten plik uzyska również pełny dostęp do Twojego portfela i zgromadzonych na nim środków. '), _defineProperty(_pl$data, 'x_Keystore', 'Plik Keystore (UTC / JSON · Zalecany · Szyfrowany) '), _defineProperty(_pl$data, 'x_Keystore2', 'Plik Keystore (UTC / JSON) '), _defineProperty(_pl$data, 'x_KeystoreDesc', 'Ten plik Keystore odpowiada formatowi stosowanemu przez Mist, więc może być w prosty sposób zaimportowany w przyszłości. Jest to zalecana forma pliku do pobrania i przechowywania jako kopii zapasowej. '), _defineProperty(_pl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pl$data, 'x_Mnemonic', 'Mnemonik '), _defineProperty(_pl$data, 'x_ParityPhrase', 'Fraza Parity '), _defineProperty(_pl$data, 'x_Password', 'Hasło '), _defineProperty(_pl$data, 'x_Print', 'Drukuj Portfel Papierowy '), _defineProperty(_pl$data, 'x_PrintDesc', 'Wskazówka: Kliknij drukuj i zapisz plik PDF, nawet jeżeli nie posiadasz drukarki! '), _defineProperty(_pl$data, 'x_PrintShort', 'Drukuj '), _defineProperty(_pl$data, 'x_PrivKey', 'Klucz Prywatny (nieszyfrowany) '), _defineProperty(_pl$data, 'x_PrivKey2', 'Klucz Prywatny '), _defineProperty(_pl$data, 'x_PrivKeyDesc', 'Nieszyfrowana, tekstowa wersja Twojego klucza prywatnego, nie wymaga hasła. Jeżeli ktoś zdobędzie nieszyfrowany klucz, będzie mógł uzyskać pełen dostęp do Twojego portfela bez podania hasła. Z tego powodu zaleca się używanie jego szyfrowanej wersji. '), _defineProperty(_pl$data, 'x_Save', 'Zapisz '), _defineProperty(_pl$data, 'x_TXT', 'Plik TXT (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Wallet', 'Portfel '), _defineProperty(_pl$data, 'MEW_Warning_1', 'Zawsze dokładnie sprawdzaj adres URL strony przed jej użyciem. Użycie fałszywej strony może pozbawić cię wszystkich środków! '), _defineProperty(_pl$data, 'CX_Warning_1', 'Upewnij się że posiadasz **zewnętrzne kopie bezpieczeństwa** każdego przechowywanego tu portfela. Może być wiele przyczyn utraty danych przechowywanych w tym rozszerzeniu przeglądarki Chrome, włączając w to odinstalowanie i ponowne zainstalowanie rozszerzenia. To rozszerzenie ma ułatwiać dostęp do Twoich portfeli, a **nie** służyć jako kopia bezpieczeństwa. '), _defineProperty(_pl$data, 'MEW_Tagline', 'Portfel Ethereum - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'CX_Tagline', 'Portfel Ethereum, Rozszerzenie Chrome - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'FOOTER_1', 'Narzędzie do generowania portfeli Ethereum i wysyłania transakcji - otwarto-źródłowe, javascrypt\'owe, strony klienta '), _defineProperty(_pl$data, 'FOOTER_1b', 'Twórcy: '), _defineProperty(_pl$data, 'FOOTER_2', 'Darowizny: '), _defineProperty(_pl$data, 'FOOTER_3', 'Generowanie portfeli po stronie klienta przez '), _defineProperty(_pl$data, 'FOOTER_4', 'Wyłączenie odpowiedzialności '), _defineProperty(_pl$data, 'sidebar_AccountInfo', 'Informacje o Koncie '), _defineProperty(_pl$data, 'sidebar_AccountAddr', 'Adres Konta '), _defineProperty(_pl$data, 'sidebar_AccountBal', 'Stan Konta '), _defineProperty(_pl$data, 'sidebar_TokenBal', 'Stan Tokenów '), _defineProperty(_pl$data, 'sidebar_Equiv', 'Ekwiwalent '), _defineProperty(_pl$data, 'sidebar_TransHistory', 'Historia Transakcji '), _defineProperty(_pl$data, 'sidebar_donation', 'MyEtherWallet jest darmową, otwarto-źródłową usługą stworzoną dla Twojej prywatności i bezpieczeństwa. Im więcej darowizn zbierzemy, tym więcej czasu będziemy w stanie poświęcić na dodawanie nowych funkcjonalności, analizowanie informacji zwrotnych oraz spełnianie waszych oczekiwań. Jesteśmy jedynie dwójką ludzi starającą się zmienić świat. Pomóż nam! '), _defineProperty(_pl$data, 'sidebar_donate', 'Prześlij darowiznę '), _defineProperty(_pl$data, 'sidebar_thanks', 'DZIĘKUJEMY!!! '), _defineProperty(_pl$data, 'sidebar_DisplayOnTrezor', 'Wyświetl adres w TREZOR'), _defineProperty(_pl$data, 'sidebar_DisplayOnLedger', 'Wyświetl adres w Ledger'), _defineProperty(_pl$data, 'decrypt_Access', 'Jak chciałbyś uzyskać dostęp do Twojego portfela? '), _defineProperty(_pl$data, 'decrypt_Title', 'Wybierz format Twojego klucza prywatnego: '), _defineProperty(_pl$data, 'decrypt_Select', 'Wybierz Portfel: '), _defineProperty(_pl$data, 'ADD_Label_1', 'Co chciałbyś zrobić? '), _defineProperty(_pl$data, 'ADD_Radio_1', 'Generuj Nowy Portfel '), _defineProperty(_pl$data, 'ADD_Radio_2', 'Wybierz Plik Portfela (Keystore / JSON) '), _defineProperty(_pl$data, 'ADD_Radio_2_alt', 'Wybierz Plik Portfela '), _defineProperty(_pl$data, 'ADD_Radio_2_short', 'WYBIERZ PLIK PORTFELA... '), _defineProperty(_pl$data, 'ADD_Radio_3', 'Wklej/Wpisz Twój Klucz Prywatny '), _defineProperty(_pl$data, 'ADD_Radio_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Radio_5', 'Wklej/Wpisz Swój Mnemonik '), _defineProperty(_pl$data, 'ADD_Radio_5_Path', 'Wybierz ścieżkę portfela HD '), _defineProperty(_pl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathCustom', '(Niestandardowy) '), _defineProperty(_pl$data, 'ADD_Label_2', 'Utwórz Nazwę Użytkownika: '), _defineProperty(_pl$data, 'ADD_Label_3', 'Twój portfel jest zaszyfrowany. Podaj hasło '), _defineProperty(_pl$data, 'ADD_Label_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Warning_1', 'Możesz dodać dowolne konto do obserwacji bez podawania jego klucza prywatnego. ** Nie ** oznacza to, że uzyskasz dostęp do tego portfela, nie będziesz mógł również wysyłać z niego środków. '), _defineProperty(_pl$data, 'ADD_Label_5', 'Wpisz Adres '), _defineProperty(_pl$data, 'ADD_Label_6', 'Odblokuj Portfel '), _defineProperty(_pl$data, 'ADD_Label_6_short', 'Odblokuj '), _defineProperty(_pl$data, 'ADD_Label_7', 'Dodaj konto '), _defineProperty(_pl$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pl$data, 'GEN_desc', 'Jeżeli chcesz wygenerować wiele portfeli możesz to zrobić tu '), _defineProperty(_pl$data, 'GEN_Label_1', 'Wpisz silne hasło (co najmniej 9 znaków) '), _defineProperty(_pl$data, 'GEN_Placeholder_1', 'NIE zapomnij tego hasła! '), _defineProperty(_pl$data, 'GEN_SuccessMsg', 'Sukces! Twój portfel został wygenerowany. '), _defineProperty(_pl$data, 'GEN_Label_2', 'Zapisz Twój plik Keystore lub Klucz Prywatny. Nie zapomnij powyższego hasła. '), _defineProperty(_pl$data, 'GEN_Label_3', 'Zapisz swój adres. '), _defineProperty(_pl$data, 'GEN_Label_4', 'Opcjonalnie: Wydrukuj swój Portfel Papierowy, lub zachowaj obrazek z kodem QR. '), _defineProperty(_pl$data, 'BULK_Label_1', 'Ilość Portfeli do Wygenerowania '), _defineProperty(_pl$data, 'BULK_Label_2', 'Generuj Portfele '), _defineProperty(_pl$data, 'BULK_SuccessMsg', 'Sukces! Twoje portfele zostały wygenerowane. '), _defineProperty(_pl$data, 'SEND_addr', 'Do Adresu '), _defineProperty(_pl$data, 'SEND_amount', 'Kwota do Wysłania '), _defineProperty(_pl$data, 'SEND_amount_short', 'Kwota '), _defineProperty(_pl$data, 'SEND_custom', 'Niestandardowy Token '), _defineProperty(_pl$data, 'SEND_gas', 'Paliwo '), _defineProperty(_pl$data, 'SEND_TransferTotal', 'Wyślij wszystkie środki '), _defineProperty(_pl$data, 'SEND_generate', 'Wygeneruj Transakcję '), _defineProperty(_pl$data, 'SEND_raw', 'Surowa Transakcja '), _defineProperty(_pl$data, 'SEND_signed', 'Podpisana Transakcja '), _defineProperty(_pl$data, 'SEND_trans', 'Wyślij Transakcję '), _defineProperty(_pl$data, 'SENDModal_Title', 'Ostrzeżenie! '), _defineProperty(_pl$data, 'SENDModal_Content_1', 'Wysyłasz '), _defineProperty(_pl$data, 'SENDModal_Content_2', 'do adresu '), _defineProperty(_pl$data, 'SENDModal_Content_3', 'Jesteś pewien, że chcesz to zrobić? '), _defineProperty(_pl$data, 'SENDModal_Content_4', 'NOTKA: Jeśli wystąpi błąd, najprawdopodobniej musisz doładować ether do Twojego konta, na pokrycie kosztów paliwa do wysłania tokenów. Paliwo jest opłacane w ether. '), _defineProperty(_pl$data, 'SENDModal_No', 'Nie, zabierz mnie stąd! '), _defineProperty(_pl$data, 'SENDModal_Yes', 'Tak, jestem pewien! Zatwierdź transakcję. '), _defineProperty(_pl$data, 'TOKEN_Addr', 'Adres Tokenu Kontraktu'), _defineProperty(_pl$data, 'TOKEN_Symbol', 'Symbol Tokenu '), _defineProperty(_pl$data, 'TOKEN_Dec', 'Miejsc po przecinku '), _defineProperty(_pl$data, 'TOKEN_show', 'Pokaż Wszystkie Tokeny '), _defineProperty(_pl$data, 'TOKEN_hide', 'Ukryj Tokeny '), _defineProperty(_pl$data, 'TRANS_desc', 'Jeśli chcesz wysłać Tokeny, użyj zakładki "Wyślij Tokeny". '), _defineProperty(_pl$data, 'TRANS_warning', 'Jeśli używasz funkcji "Tylko ETH" lub "Tylko ETC" wysyłasz przez kontrakt. Niektóre serwisy mają problemy z rozpoznawaniem tego typu transakcji. Czytaj dalej. '), _defineProperty(_pl$data, 'TRANS_advanced', '+Zaawansowane: Dodaj Dane '), _defineProperty(_pl$data, 'TRANS_data', 'Dane '), _defineProperty(_pl$data, 'TRANS_sendInfo', 'Standardowa transakcja, zużywająca 21000 paliwa, będzie kosztować 0.000441 ETH. My używamy ceny paliwa nieco-powyżej-minimum, co odpowiada 0.000000021 ETH aby upewnić się, że zostanie szybko zatwierdzona. Nie pobieramy żadnych dodatkowych opłat. '), _defineProperty(_pl$data, 'TRANS_gas', 'Limit Paliwa '), _defineProperty(_pl$data, 'TRANSModal_Title', 'Transakcje "Tylko ETH" i "Tylko ETC" '), _defineProperty(_pl$data, 'TRANSModal_Content_0', 'Informacje na temat różnych transakcji i różnych odbiorców: '), _defineProperty(_pl$data, 'TRANSModal_Content_1', '**ETH (Standardowa Transakcja): ** generuje standardową transakcję bezpośrednio z jednego adresu do drugiego. Domyślnie spala 21000 paliwa. Prawdopodobnie transakcja ETH zostanie powielona na łańcuchu ETC jeżeli posiadasz obie waluty na tym samym adresie. '), _defineProperty(_pl$data, 'TRANSModal_Content_2', '**Tylko ETH: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETH**. '), _defineProperty(_pl$data, 'TRANSModal_Content_3', '**Tylko ETC: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETC**. '), _defineProperty(_pl$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** używaj tylko Transakcji Standardowych. Jeżeli wyślesz z opcją "Tylko...", będziesz musiał skontaktować się z pomocą techniczną usługodawcy w celu manualnego zatwierdzenia środków lub ich zwrotu. Możesz też użyć [narzędzia Shapeshift](https://split.shapeshift.io/) do rozdzielenia środków. '), _defineProperty(_pl$data, 'TRANSModal_Content_5', '**Kraken i Poloniex:** nie są znane żadne utrudnienia. Używaj dowolnie. '), _defineProperty(_pl$data, 'TRANSModal_Yes', 'Super, już rozumiem. '), _defineProperty(_pl$data, 'TRANSModal_No', 'O boziu, strasznie zakręcone. Pomóżcie. '), _defineProperty(_pl$data, 'OFFLINE_Title', 'Generuj i Wyślij Transakcję Offline '), _defineProperty(_pl$data, 'OFFLINE_Desc', 'Wygenerowanie transakcji może zostać wykonane w trzech krokach. Kroki 1 i 3 wykonasz na komputerze z internetem, krok 2 na komputerze bez połączenia z internetem. To gwarantuje, że Twoje klucze prywatne nigdy nie mają styczności z urządzeniem podłączonym do internetu. '), _defineProperty(_pl$data, 'OFFLLINE_Step1_Title', 'Krok 1: Wygeneruj Informacje (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step1_Button', 'Wygeneruj Informacje '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_1', 'Od Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_2', 'Notka: To jest adres NADAWCY, czyli adres Twojego konta, które starasz sie odizolować od internetu. Wyróżnik jest generowany dla tego konta. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Title', 'Krok 2: Wygeneruj transakcję (Komputer Offline) '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_1', 'Do Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_2', 'Wartość / Kwota do Wysłania '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3', 'Cena Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4', 'Limit Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4b', 'Domyślny limit paliwa to 21000. Kiedy wysyłasz kontrakt lub załączasz dane ta wartość może być inna, nie zużyte paliwo zostanie zwrócone na Twoje konto. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5', 'Wyróżnik '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6', 'Dane '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6b', 'Wartość opcjonalna. Dane są zazwyczaj załączane jeżeli wysyłasz transakcje do kontraktów. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_7', 'Wpisz / Wybierz Twój Klucz Prywatny / plik JSON. '), _defineProperty(_pl$data, 'OFFLINE_Step3_Title', 'Krok 3: Wyślij / Opublikuj Transakcję (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step3_Label_1', 'Wklej tu podpisaną transakcję z Kroku 2 i kliknij przycisk "WYŚLIJ TRANSAKCJĘ". '), _defineProperty(_pl$data, 'MSG_message', 'Wiadomość '), _defineProperty(_pl$data, 'MSG_date', 'Data '), _defineProperty(_pl$data, 'MSG_signature', 'Podpis '), _defineProperty(_pl$data, 'MSG_verify', 'Zweryfikuj Wiadomość '), _defineProperty(_pl$data, 'MSG_info1', 'Załącz aktualną datę, aby podpis nie mógł być ponownie wykorzystany w innym czasie. '), _defineProperty(_pl$data, 'MSG_info2', 'Załącz swój nick i napisz gdzie go wykorzystujesz, aby ktoś inny nie mógł powielić tej wiadomości. '), _defineProperty(_pl$data, 'MSG_info3', 'Opisz powód zamieszczenia wiadomości, aby nikt inny nie mógł jej wykorzystać w innym celu. '), _defineProperty(_pl$data, 'DEP_generate', 'Wygeneruj Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_generated', 'Wygenerowany Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_signtx', 'Podpisz Transakcję '), _defineProperty(_pl$data, 'DEP_interface', 'Wygeneruj Interfejs '), _defineProperty(_pl$data, 'MYWAL_Nick', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Address', 'Adres Portfela '), _defineProperty(_pl$data, 'MYWAL_Bal', 'Środki '), _defineProperty(_pl$data, 'MYWAL_Edit', 'Edytuj '), _defineProperty(_pl$data, 'MYWAL_View', 'Podgląd '), _defineProperty(_pl$data, 'MYWAL_Remove', 'Usuń '), _defineProperty(_pl$data, 'MYWAL_RemoveWal', 'Usuń Portfel: '), _defineProperty(_pl$data, 'MYWAL_WatchOnly', 'Twoje Konta Tylko-do-Podglądu '), _defineProperty(_pl$data, 'MYWAL_Viewing', 'Podgląd Portfela '), _defineProperty(_pl$data, 'MYWAL_Hide', 'Ukryj Dane Portfela '), _defineProperty(_pl$data, 'MYWAL_Edit_2', 'Edytuj Portfel '), _defineProperty(_pl$data, 'MYWAL_Name', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Content_1', 'Uwaga! Zaraz usuniesz swój portfel '), _defineProperty(_pl$data, 'MYWAL_Content_2', 'Upewnij się, że **zapisałeś klucz prywatny/plik Keystore i hasło** powiązane z tym portfelem zanim je usuniesz. '), _defineProperty(_pl$data, 'MYWAL_Content_3', 'Jeśli będziesz chciał w przyszłości używać ten portfel ze swoim MyEtherWallet CX, będziesz musiał go ponownie dodać używając klucza prywatnego/pliku JSON i hasła. '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle', 'Ta zakładka pozwoli Ci na odczyt kluczy prywatnych, pobranie kopii portfeli oraz wydrukowanie portfeli papierowych. Pobrane za jej pomocą portfele możesz [zaimportować do Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jeśli chcesz sprawdzić stan Twojego konta, zalecamy użyć eksploratora bloków np. [etherscan.io](https://etherscan.io/). '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle_Short', 'Ta zakładka pozwala Ci na pobranie różnych typów kluczy prywatnych oraz ponowne wydrukowanie portfeli papierowych. '), _defineProperty(_pl$data, 'VIEWWALLET_SuccessMsg', 'Sukces! Oto dane twojego portfela. '), _defineProperty(_pl$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pl$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pl$data, 'MNEM_1', 'Wybierz adres, którego chcesz użyć. '), _defineProperty(_pl$data, 'MNEM_2', 'Jedna grupa słów mnemonicznych ma dostęp do wielu portfeli / adresów. Wybierz adres, do którego chcesz uzyskać dostęp tym razem. '), _defineProperty(_pl$data, 'MNEM_more', 'Więcej Adresów '), _defineProperty(_pl$data, 'MNEM_prev', 'Poprzednie Adresy '), _defineProperty(_pl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_1', 'Podłącz swój Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_2', 'Otwórz aplikację Ethereum (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Exp', 'Otwórz aplikację Expanse (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Ubq', 'Otwórz aplikację Ubiq (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_3', 'Sprawdź czy opcja Obsługa Przeglądarki jest włączona w Ustawieniach '), _defineProperty(_pl$data, 'ADD_Ledger_4', 'Jeżeli w ustawieniach brak jest opcji Obsługa Przeglądarki, sprawdź czy masz [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pl$data, 'ADD_Ledger_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_Ledger_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Ledger_scan', 'Połącz z Ledger Wallet '), _defineProperty(_pl$data, 'ADD_MetaMask', 'Połącz z MetaMask '), _defineProperty(_pl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_scan', 'Połącz z TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_select', 'To jest ziarno (seed) TREZOR'), _defineProperty(_pl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_scan', 'Połącz z Digital Bitbox '), _defineProperty(_pl$data, 'CX_error_1', 'Nie posiadasz żadnych zapisanych portfeli. ["Dodaj Portfel"](/cx-wallet.html#add-wallet)! '), _defineProperty(_pl$data, 'CX_quicksend', 'Wyślij '), _defineProperty(_pl$data, 'NODE_Title', 'Zmień Domyślny Węzeł'), _defineProperty(_pl$data, 'NODE_Subtitle', 'Aby połączyć się z lokalnym węzłem...'), _defineProperty(_pl$data, 'NODE_Warning', 'Twój węzeł musi obsługiwać HTTPS, aby można było się połączyć z nim przez MyEtherWallet.com. Możesz pobrać [repozytorium MyEtherWallet](https://github.com/kvhnuke/etherwallet/releases/latest) i uruchomić lokalnie aby połączyć się z dowolnym węzłem. Możesz też pobrać darmowy certyfikat SSL przez [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pl$data, 'NODE_Name', 'Nazwa Węzła'), _defineProperty(_pl$data, 'NODE_Port', 'Port Węzła'), _defineProperty(_pl$data, 'NODE_CTA', 'Zapisz i Używaj Węzła'), _defineProperty(_pl$data, 'CONTRACT_Title', 'Adres Kontraktu '), _defineProperty(_pl$data, 'CONTRACT_Title_2', 'Wybierz Istniejący Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Json', 'Interfejs ABI / JSON '), _defineProperty(_pl$data, 'CONTRACT_Interact_Title', 'Odczytaj / Zapisz Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Interact_CTA', 'Wybierz funkcję '), _defineProperty(_pl$data, 'CONTRACT_ByteCode', 'Kod Bajtowy '), _defineProperty(_pl$data, 'CONTRACT_Read', 'ODCZYTAJ '), _defineProperty(_pl$data, 'CONTRACT_Write', 'ZAPISZ '), _defineProperty(_pl$data, 'SWAP_rates', "Aktualne Kursy "), _defineProperty(_pl$data, 'SWAP_init_1', "Chcę wymienić "), _defineProperty(_pl$data, 'SWAP_init_2', " na "), _defineProperty(_pl$data, 'SWAP_init_CTA', "Zatwierdź! "), _defineProperty(_pl$data, 'SWAP_information', "Dane transakcji "), _defineProperty(_pl$data, 'SWAP_send_amt', "Kwota zlecenia "), _defineProperty(_pl$data, 'SWAP_rec_amt', "Otrzymasz "), _defineProperty(_pl$data, 'SWAP_your_rate', "Kurs wymiany "), _defineProperty(_pl$data, 'SWAP_rec_add', "Twój Adres Odbiorczy "), _defineProperty(_pl$data, 'SWAP_start_CTA', "Rozpocznij Wymianę "), _defineProperty(_pl$data, 'SWAP_ref_num', "Twój numer referencyjny "), _defineProperty(_pl$data, 'SWAP_time', "Pozostały czas na wysyłkę "), _defineProperty(_pl$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pl$data, 'SWAP_progress_1', "Zlecenie Rozpoczęte "), _defineProperty(_pl$data, 'SWAP_progress_2', "Oczekiwanie na Twoje "), _defineProperty(_pl$data, 'SWAP_progress_3', "Otrzymano! "), _defineProperty(_pl$data, 'SWAP_progress_4', "Wysyłanie Twoich {{orderResult.output.currency}} "), _defineProperty(_pl$data, 'SWAP_progress_5', "Zlecenie Zakończone "), _defineProperty(_pl$data, 'SWAP_order_CTA', "Wyślij "), _defineProperty(_pl$data, 'SWAP_unlock', "Odblokuj Twój portfel, aby wysłać ETH lub Tokeny wprost z tej strony. "), _defineProperty(_pl$data, 'ERROR_0', 'Wprowadź prawidłową kwotę. '), _defineProperty(_pl$data, 'ERROR_1', 'Twoje hasło musi zawierać co najmniej 9 znaków. Upewnij się, że jest to silne hasło. '), _defineProperty(_pl$data, 'ERROR_2', 'Przykro nam! Nie rozpoznajemy tego formatu pliku portfela. '), _defineProperty(_pl$data, 'ERROR_3', 'To nie jest prawidłowy plik portfela. '), _defineProperty(_pl$data, 'ERROR_4', 'Ta jednostka nie istnieje, użyj jednej z następujących jednostek '), _defineProperty(_pl$data, 'ERROR_5', 'Błędny adres. '), _defineProperty(_pl$data, 'ERROR_6', 'Błędne hasło. '), _defineProperty(_pl$data, 'ERROR_7', 'Błędna wartość. (Must be integer. Try 0-18.) '), _defineProperty(_pl$data, 'ERROR_8', 'Błędny limit paliwa. (Must be integer. Try 21000-4000000.) '), _defineProperty(_pl$data, 'ERROR_9', 'Błędne dane. (Must be hex.) '), _defineProperty(_pl$data, 'ERROR_10', 'Błędna ilość paliwa. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_pl$data, 'ERROR_11', 'Błędny wyróżnik. (Must be integer.) '), _defineProperty(_pl$data, 'ERROR_12', 'Błąd podpisu transakcji. '), _defineProperty(_pl$data, 'ERROR_13', 'Portfel z tą nazwą już istnieje. '), _defineProperty(_pl$data, 'ERROR_14', 'Nie znaleziono portfela. '), _defineProperty(_pl$data, 'ERROR_15', 'Wygląda, że propozycja z tym ID jeszcze nie istnieje, lub wystąpił błąd odczytu tej propozycji. '), _defineProperty(_pl$data, 'ERROR_16', 'Portfel z tym adresem już istnieje w konfiguracji. Sprawdź zakładkę portfeli. '), _defineProperty(_pl$data, 'ERROR_17', 'Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Musisz mieć **0.01 ETH** na koncie, aby pokryć koszty paliwa. Doładuj konto i spróbuj ponownie. '), _defineProperty(_pl$data, 'ERROR_18', 'Całe paliwo było by zużyte w tej transakcji. Oznacza to, że głosowałeś już w tej propozycji albo minął termin głosowania. '), _defineProperty(_pl$data, 'ERROR_19', 'Nieprawidłowy symbol '), _defineProperty(_pl$data, 'ERROR_20', 'nie jest prawidłowym tokenem ERC-20. Jeśli inne tokeny się ładują, sporóbuj usunąć i dodać ponownie ten token. '), _defineProperty(_pl$data, 'ERROR_21', 'Nie można określić ilości paliwa. Brak wystarczających środków na koncie lub adres docelowego kontraktu zwróciłby błąd. Możesz ręcznie ustawić paliwo przed kontynuacją. Opis błędu po wysłaniu transakcji może dostarczyć więcej informacji. '), _defineProperty(_pl$data, 'ERROR_22', 'Wpisz poprawną nazwę węzła '), _defineProperty(_pl$data, 'ERROR_23', 'Wpisz poprawny adres URL. Jeśli łączysz się przez HTTPS, twój węzeł musi być za HTTPS '), _defineProperty(_pl$data, 'ERROR_24', 'Wpisz prawidłowy port '), _defineProperty(_pl$data, 'ERROR_25', 'Wpisz poprawny ID łańcucha (chain ID) '), _defineProperty(_pl$data, 'ERROR_26', 'Wpisz poprawny ABI ABI '), _defineProperty(_pl$data, 'ERROR_27', 'Minimalna Kwota: 0.01. Maksymalna Kwota: '), _defineProperty(_pl$data, 'ERROR_28', '**Potrzebujesz plik Keystore i hasło, lub Klucz Prywatny** aby uzyskać dostęp do tego portfela w przyszłości. Wykonaj zewnętrzną kopię bezpieczeństwa! Nie ma możliwości odzyskania portfela jeżeli go nie zapiszesz. Wejdź na [stronę pomocy](https://www.myetherwallet.com/#help) po instrukcje. '), _defineProperty(_pl$data, 'ERROR_29', 'Wpisz poprawny login i hasło '), _defineProperty(_pl$data, 'ERROR_30', 'Wpisz poprawną nazwę ENS '), _defineProperty(_pl$data, 'ERROR_31', 'Błędna tajna fraza (secret phrase) '), _defineProperty(_pl$data, 'ERROR_32', 'Nie można połączyć z węzłem. Odśwież stronę, spróbuj inny węzeł (w prawym górnym rogu), sprawdź swoje ustawienia firewall. Jeśli łączysz się z węzłem niestandardowym, sprawdź konfigurację.'), _defineProperty(_pl$data, 'ERROR_33', 'Odblokowany portfel nie zgadza się z adresem właściciela. '), _defineProperty(_pl$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pl$data, 'ERROR_35', 'Wprowadzony adres nie jest sprawdzony (checksummed). Więcej informacji'), _defineProperty(_pl$data, 'ERROR_36', 'Wprowadź poprawny TX hash'), _defineProperty(_pl$data, 'ERROR_37', 'Wprowadź poprawny ciąg znaków (0-9, a-f)'), _defineProperty(_pl$data, 'SUCCESS_1', 'Prawidłowy adres '), _defineProperty(_pl$data, 'SUCCESS_2', 'Portfel został odszyfrowany '), _defineProperty(_pl$data, 'SUCCESS_3', 'Twoja transakcja została zgłoszona i czeka na potwierdzenie. Podczas ICO może to zająć ponad 3 godziny. Użyj przycisków poniżej żeby sprawdzić status transakcji. TX Hash: '), _defineProperty(_pl$data, 'SUCCESS_4', 'Twój portfel został dodany '), _defineProperty(_pl$data, 'SUCCESS_5', 'Wybrany plik '), _defineProperty(_pl$data, 'SUCCESS_6', 'Uzyskano połączenie: '), _defineProperty(_pl$data, 'SUCCESS_7', 'Zweryfikowano Sygnaturę Wiadomości'), _defineProperty(_pl$data, 'WARN_Send_Link', 'Znalazłeś się tu przez odnośnik, który zawiera wstępnie uzupełniony adres, kwotę, paliwo lub dane transakcji. Możesz zmienić dowolne parametry transakcji zanim ją zatwierdzisz. Odblokuj portfel aby kontynuować. '), _defineProperty(_pl$data, 'GETH_InvalidSender', 'Nieprawidłowy nadawca '), _defineProperty(_pl$data, 'GETH_Nonce', 'Wyróżnik transakcji za niski '), _defineProperty(_pl$data, 'GETH_Cheap', 'Cena paliwa poniżej akceptacji '), _defineProperty(_pl$data, 'GETH_Balance', 'Niewystarczająca ilość środków na koncie '), _defineProperty(_pl$data, 'GETH_NonExistentAccount', 'Konto nie istnieje lub niewystarczająca ilość środków '), _defineProperty(_pl$data, 'GETH_InsufficientFunds', 'Niewystarczająca ilość środków na paliwo * cena + kwota '), _defineProperty(_pl$data, 'GETH_IntrinsicGas', 'Paliwo poniżej ilości obowiązkowej '), _defineProperty(_pl$data, 'GETH_GasLimit', 'Przekroczono limit paliwa na blok '), _defineProperty(_pl$data, 'GETH_NegativeValue', 'Ujemna wartość '), _defineProperty(_pl$data, 'PARITY_AlreadyImported', "Transakcja z takim samym hash'em została już zaimportowana."), _defineProperty(_pl$data, 'PARITY_Old', "Wyróżnik transakcji za niski. Spróbuj zwiększyć wartość wyróżnika."), _defineProperty(_pl$data, 'PARITY_TooCheapToReplace', "Za niska opłata transakcyjna. Inna transakcja z tym samym wyróżnikiem znajduje się już w kolejce. Spróbuj dołączyć wyższą opłatę lub zwiększ wyróżnik transakcji."), _defineProperty(_pl$data, 'PARITY_LimitReached', "Zbyt wiele transakcji w kolejce. Twoja transakcja została odrzucona ze względu na limity. Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientGasPrice', "Za niska opłata transakcyjna. Opłata jest niższa niż minimalnie wymaga węzeł (minimum: {}, dołączono: {}). Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientBalance', "Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Wymaga: {}, otrzymano: {}."), _defineProperty(_pl$data, 'PARITY_GasLimitExceeded', "Koszt transakcji przekracza bieżący limit paliwa. Limit: {}, otrzymano: {}. Spróbuj zmniejszyć ilość paliwa."), _defineProperty(_pl$data, 'PARITY_InvalidGasLimit', "Dostarczone paliwo wykracza ponad limit."), _defineProperty(_pl$data, 'translate_version', '3.0 (0.3) '), _defineProperty(_pl$data, 'Translator_Desc', 'Podziękowania tłumaczom '), _defineProperty(_pl$data, 'TranslatorName_1', '[egzi](?to=0xef39C3C51615B6e52e7D5B743BeaecdDcA822386&value=1.0#send-transaction) '), _defineProperty(_pl$data, 'TranslatorAddr_1', '0xef39C3C51615B6e52e7D5B743BeaecdDcA822386 '), _defineProperty(_pl$data, 'TranslatorName_2', ''), _defineProperty(_pl$data, 'TranslatorAddr_2', ''), _defineProperty(_pl$data, 'TranslatorName_3', ''), _defineProperty(_pl$data, 'TranslatorAddr_3', ''), _defineProperty(_pl$data, 'TranslatorName_4', ''), _defineProperty(_pl$data, 'TranslatorAddr_4', ''), _defineProperty(_pl$data, 'TranslatorName_5', ''), _defineProperty(_pl$data, 'TranslatorAddr_5', ''), _defineProperty(_pl$data, 'HELP_Warning', 'Jeśli wygenerowałeś portfel -lub- ściągnąłeś repozytorium przed **31.12.2015**, sprawdź swoje portfele i ściągnij nową wersję repozytorium. Kliknij po szczegóły. '), _defineProperty(_pl$data, 'HELP_Desc', 'Widzisz jakieś braki? Masz inne pytania? [Skontaktuj się z nami (tylko angielski)](mailto:support@myetherwallet.com), postaramy się odpowiedzieć, pomoże to nam również uaktualnić stronę aby w przyszłości była bardziej pomocna dla innych! '), _defineProperty(_pl$data, 'HELP_Remind_Title', 'W ramach uściślenia '), _defineProperty(_pl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com i MyEtherWallet CX, jak również niektóre bazowe biblioteki Javascript, których używamy, są wciąż aktywnie rozwijane.** Pomimo tego, że dokładnie testujemy nasze oprogramowanie, pomimo że dziesiątki tysięcy portfeli zostało z powodzeniem wygenerowane przez użytkowników na całym świecie, zawsze istnieje pewne znikome prawdopodobieństwo, że nastąpi coś nieoczekiwanego, co spowoduje utratę Twoich środków. Nie inwestuj więc więcej niż jesteś gotów stracić i bądź ostrożny. Gdyby coś takiego się wydarzyło, będzie nam przykro, ale **nie weźmiemy za to odpowiedzialności**. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com i MyEtherWallet CX nie są "portfelami internetowymi". Nie tworzysz kont internetowych i nie przekazujesz nam Twoich środków na przechowanie. W żadnym momencie Twoje klucze prywatne nie opuszczają Twojej przeglądarki/komputera. My jedynie ułatwiamy Ci tworzenie, zapisywanie, dostęp do twoich danych i interakcję z siecią Ethereum. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_3', 'Jeśli utracisz swój klucz prywatny lub zapomnisz hasło, nie będzie możliwości odzyskania dostępu do Twojego portfela oraz środków tam zgromadzonych. Wykonaj kopie bezpieczeństwa i przechowuj je w wielu fizycznie niezależnych miejscach, nie tylko na Twoim komputerze! '), _defineProperty(_pl$data, 'HELP_0_Title', '0) Jestem zielony. Od czego mam zacząć? '), _defineProperty(_pl$data, 'HELP_0_Desc_1', 'MyEtherWallet daje Ci możliwość generowania nowych portfeli abyś mógł przechowywać własne środki samodzielnie, nie na portalu wymiany walut. Ten proces odbywa się w całości na Twoim komputerze, nie na naszych serwerach. Z tego powodu, gdy generujesz nowy portfel, **to Ty jesteś odpowiedzialny za jego bezpieczne przechowywanie**. '), _defineProperty(_pl$data, 'HELP_0_Desc_2', 'Wygeneruj nowy portfel. '), _defineProperty(_pl$data, 'HELP_0_Desc_3', 'Wykonaj kopię bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_0_Desc_4', 'Zweryfikuj, że masz dostęp do właśnie stworzonego portfela oraz że prawidłowo zachowałeś wszystkie niezbędne informacje. '), _defineProperty(_pl$data, 'HELP_0_Desc_5', 'Prześlij środki do nowo utworzonego portfela. '), _defineProperty(_pl$data, 'HELP_1_Title', '1) Jak mam utworzyć nowy portfel? '), _defineProperty(_pl$data, 'HELP_1_Desc_1', 'Przejdź na zakładkę "Wygeneruj Portfel". '), _defineProperty(_pl$data, 'HELP_1_Desc_2', 'Przejdź na zakładkę "Dodaj Portfel" i zaznacz "Generuj Nowy Portfel" '), _defineProperty(_pl$data, 'HELP_1_Desc_3', 'Wpisz silne hasło. Jeśli uważasz, że mógłbyś je zapomnieć, zapisz je w jakimś bezpiecznym miejscu. Będziesz potrzebować tego hasła aby wysyłać transakcje. '), _defineProperty(_pl$data, 'HELP_1_Desc_4', 'Kliknij "GENERUJ". '), _defineProperty(_pl$data, 'HELP_1_Desc_5', 'Twój nowy portfel został właśnie wygenerowany. '), _defineProperty(_pl$data, 'HELP_2a_Title', 'Jak mam zapisać/wykonać kopię mojego portfela? '), _defineProperty(_pl$data, 'HELP_2a_Desc_1', 'Zawsze powinieneś wykonać zewnętrzną kopię bezpieczeństwa w wielu fizycznie niezależnych lokalizacjach - na przykład na nośniku USB i/lub kartce papieru. '), _defineProperty(_pl$data, 'HELP_2a_Desc_2', 'Zapisz swój adres. Możesz zachować go dla siebie lub udostępnić go innym. Inne osoby znając ten adres mogą Ci na niego wysyłać środki. '), _defineProperty(_pl$data, 'HELP_2a_Desc_3', 'Zachowaj klucz prywatny w przynajmniej jednym formacie. Nie udostępniaj go nikomu. Klucz prywatny będzie Ci potrzebny, jeśli będziesz chciał uzyskać dostęp do Twojego portfela i wysyłać z niego środki! Istnieją 3 formaty zapisu kluczy prywatnych: '), _defineProperty(_pl$data, 'HELP_2a_Desc_4', 'Umieść adres portfela, klucz prywatny i PDF z papierową wersją portfela w jednym folderze. Zapisz ten folder na komputerze i na nośniku USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_5', 'Wydrukuj portfel jeżeli posiadasz drukarkę. Jeżeli nie, zapisz klucz prywatny i adres na kartce papieru. Umieść go w bezpiecznym miejscu oddzielnie od komputera i nośnika USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_6', 'Pamiętaj, że musisz się zabezpieczyć przed utratą kluczy i hasła z powodu zagubienia, uszkodzenia lub zniszczenia dysku twardego, nośnika USB lub kartki z zapisanymi danymi. Przewiduj również możliwość wystąpienia katastrof obejmujących większe obszary (pożar, powódź). '), _defineProperty(_pl$data, 'HELP_2b_Title', '2b) Jak mogę utworzyć portfel w 100% odizolowany od sieci globalnej (Cold Wallet) wykorzystując MyEtherWallet? '), _defineProperty(_pl$data, 'HELP_2b_Desc_1', 'Wejdź na nasze konto github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pl$data, 'HELP_2b_Desc_2', 'Pobierz `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_3', 'Przenieś paczkę zip na odizolowany system. '), _defineProperty(_pl$data, 'HELP_2b_Desc_4', 'Rozpakuj paczkę i kliknij 2-krotnie `index.html`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_5', 'Wygeneruj portfel przy użyciu silnego hasła. '), _defineProperty(_pl$data, 'HELP_2b_Desc_6', 'Zapisz adres. Zapisz klucz prywatny. Zapisz hasło jeżeli nie jesteś w stanie go zapamiętać po wsze czasy. '), _defineProperty(_pl$data, 'HELP_2b_Desc_7', 'Zapisz kopie zapasowe w formie papierowej lub na nośniku USB w wielu fizycznie odseparowanych lokalizacjach. '), _defineProperty(_pl$data, 'HELP_2b_Desc_8', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" wprowadź klucz prywatny / hasło aby upewnić się, że są poprawne i odczytaj swój portfel. Sprawdź czy adres, który zapisałeś zgadza się z wyświetlonym. '), _defineProperty(_pl$data, 'HELP_3_Title', '3) Jak zweryfikować czy mam dostęp do portfela? '), _defineProperty(_pl$data, 'HELP_3_Desc_1', '**Zanim wyślesz jakieś środki do Twojego nowego portfela** powinieneś się upewnić, że masz do niego dostęp. '), _defineProperty(_pl$data, 'HELP_3_Desc_2', 'Przejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_3_Desc_3', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" na stronie MyEtherWallet.com. '), _defineProperty(_pl$data, 'HELP_3_Desc_4', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_3_Desc_5', 'Jeżeli portfel jest szyfrowany automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_3_Desc_6', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_3_Desc_7', 'Informacje o Twoim portfelu powinny się wyświetlić. Odszukaj adres Twojego portfela obok okrągłej kolorowej ikonki. Ta ikona to wizualna reprezentacja adresu Twojego portfela. Upewnij się, że adres odpowiada adresowi zapisanemu w dokumencie tekstowym i na portfelu papierowym. '), _defineProperty(_pl$data, 'HELP_3_Desc_8', 'Jeśli planujesz trzymać w portfelu jakieś większe sumy, zalecamy w pierwszej kolejności wykonanie kilku testowych transakcji o mniejszej wartości. Prześlij do Twojego nowego portfela 0.001 ether, wejdź do portfela, prześlij te 0.001 ether na inny adres i upewnij się, że wszystko przebiegło jak należy. '), _defineProperty(_pl$data, 'HELP_4_Title', '4) Jak wysłać Ether z jednego portfela na inny? '), _defineProperty(_pl$data, 'HELP_4_Desc_1', 'Jeżeli planujesz przesłać większą sumę środków, najpierw powinieneś wysłać mniejszą kwotę, aby upewnić się, że wszystko przebiegło zgodnie z planem. '), _defineProperty(_pl$data, 'HELP_4_Desc_2', 'Przejdź na zakładkę "Wyślij Ether". '), _defineProperty(_pl$data, 'HELP_4_Desc_3', 'Wybierz Twój plik portfela -lub- wpisz klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_4_Desc_4', 'Jeżeli portfel jest szyfrowany, automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_4_Desc_5', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_4_Desc_6', 'Wpisz adres, na który chcesz przesłać środki w pole "Do adresu:". '), _defineProperty(_pl$data, 'HELP_4_Desc_7', 'Wpisz kwotę do wysyłania. Możesz też kliknąć "Wyślij wszystkie dostępne środki", jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4_Desc_9', 'Kliknij "Wygeneruj i Podpisz Transakcję". '), _defineProperty(_pl$data, 'HELP_4_Desc_10', 'Pojawi się kilka kolejnych pól. Są to dane transakcji wygenerowane przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_4_Desc_11', 'Kliknij niebieski przycisk "Wyślij Transakcję" na dole strony. '), _defineProperty(_pl$data, 'HELP_4_Desc_12', 'Pojawi się okienko z potwierdzeniem. Zweryfikuj czy kwota i adres, na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź Transakcję.". '), _defineProperty(_pl$data, 'HELP_4_Desc_13', 'Transakcja zostanie wysłana i zostanie wyświetlony TX Hash. Możesz kliknąć TX Hash, aby zobaczyć tą transakcję w eksploratorze bloków. '), _defineProperty(_pl$data, 'HELP_4CX_Title', '4)Jak wysłać Ether używając MyEtherWallet CX? '), _defineProperty(_pl$data, 'HELP_4CX_Desc_1', 'Najpierw musisz dodać portfel. Po dodaniu portfela masz 2 możliwości do wyboru: funkcja "Wyślij" z ikony Rozszerzenia Chrome lub zakładka "Wyślij Ether" ze strony "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_2', 'Wyślij: '), _defineProperty(_pl$data, 'HELP_4CX_Desc_3', 'Kliknij ikonę Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_4', 'Kliknij przycisk "Wyślij". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_5', 'Wybierz portfel, z którego chcesz wysłać środki. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_6', 'Wpisz adres, do którego chcesz wysłać środki w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_7', 'Wpisz kwotę do wysłania. Możesz również kliknąć "Wyślij wszystkie dostępne środki" jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_8', 'Kliknij "Wyślij Transakcję". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_9', 'Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_10', 'Wpisz hasło do tego portfela. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_11', 'Kliknij "Wyślij Transakcję." '), _defineProperty(_pl$data, 'HELP_4CX_Desc_12', 'Używając zakładki "Wyślij Ether" '), _defineProperty(_pl$data, 'HELP_5_Title', '5) Jak uruchomić MyEtherWallet offline/lokalnie? '), _defineProperty(_pl$data, 'HELP_5_Desc_1', 'Możesz uruchomić MyEtherWallet lokalnie ze swojego komputera zamiast z serwerów GitHub\'a. Możesz wygenerować portfel całkowicie offline\'owo i wysyłać transakcje z zakładki "Wyślij offline". '), _defineProperty(_pl$data, 'HELP_5_Desc_7', 'MyEtherWallet działa teraz w całości na Twoim komputerze. '), _defineProperty(_pl$data, 'HELP_5_Desc_8', 'W razie gdybyś nie wiedział, musisz zachować cały folder, aby strona działała prawidłowo, nie tylko `index.html`. Nie ruszaj i nie przenoś nic innego w folderze. Jeżeli zachowujesz kopie repozytorium MyEtherWallet na przyszłość, zalecamy przechowywać je w formie spakowanego pliku ZIP, aby mieć pewność, że jego zawartość się nie zmieniła. '), _defineProperty(_pl$data, 'HELP_5_Desc_9', 'Ponieważ ciągle aktualizujemy MyEtherWallet, zalecamy co jakiś czas aktualizować zapisaną wersję repozytorium. '), _defineProperty(_pl$data, 'HELP_5CX_Title', '5) Jak mogę zainstalować to rozszerzenie z repozytorium, zamiast z Chrome Web Store? '), _defineProperty(_pl$data, 'HELP_5CX_Desc_2', 'Pobierz `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_3', 'Wejdź w ustawienia przeglądarki Google Chrome (w menu w górnym prawym rogu). '), _defineProperty(_pl$data, 'HELP_5CX_Desc_4', 'Kliknij "Rozszerzenia" po lewej. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_5', 'Kliknij "Tryb programisty" na górze strony. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_6', 'Kliknij przycisk "Wczytaj rozszerzenie bez pakietu...". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_7', 'Nawiguj do rozpakowanego folderu, który ściągnąłeś wcześniej. Kliknij "OK". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_8', 'Rozszerzenie powinno się pojawić na liście i w pasku rozszerzeń przeglądarki Chrome. '), _defineProperty(_pl$data, 'HELP_7_Title', '7) Jak się wysyła Tokeny i jak tworzyć własne Tokeny? '), _defineProperty(_pl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) jest świetnym miejscem na przeglądanie tokenów oraz sprawdzenia ich ilości miejsc po przecinku. '), _defineProperty(_pl$data, 'HELP_7_Desc_1', 'Przejdź na zakładkę "Wyślij Ether i Tokeny". '), _defineProperty(_pl$data, 'HELP_7_Desc_2', 'Odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_7_Desc_3', 'Wpisz adres, na który chcesz je przesłać w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_7_Desc_4', 'Wpisz wartość jaką chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_5', 'Wybierz typ tokena, który chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_6', 'Jeśli nie widzisz danego tokena: '), _defineProperty(_pl$data, 'HELP_7_Desc_7', 'Kliknij "Inny". '), _defineProperty(_pl$data, 'HELP_7_Desc_8', 'Wpisz adres, symbol i ilość miejsc po przecinku tokena. Wartości te są podawane przez twórców tokena, są również potrzebne podczas dodawania tokena do obserwowanych w aplikacji Mist. '), _defineProperty(_pl$data, 'HELP_7_Desc_9', 'Kliknij "Zapisz". '), _defineProperty(_pl$data, 'HELP_7_Desc_10', 'Możesz teraz wysyłać ten token, jak również odczytać stan konta dla tokenu w kolumnie obok. '), _defineProperty(_pl$data, 'HELP_7_Desc_11', 'Kliknij "Generuj Transakcję". '), _defineProperty(_pl$data, 'HELP_7_Desc_12', 'Pojawi się kilka kolejnych pól z danymi transakcji wygenerowanymi przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_7_Desc_13', 'Kliknij niebieski przycisk "Wyślij Transakcję", który znajduje się niżej. '), _defineProperty(_pl$data, 'HELP_7_Desc_14', 'Wyskoczy okienko. Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź transakcję.". '), _defineProperty(_pl$data, 'HELP_7_Desc_15', 'Transakcja zostanie zatwierdzona. TX Hash zostanie wyświetlone. Możesz kliknąć TX Hash aby zobaczyć status transakcji w eksploratorze. '), _defineProperty(_pl$data, 'HELP_8_Title', '8) Co się stanie, jeżeli wasza strona zniknie z sieci? '), _defineProperty(_pl$data, 'HELP_8_Desc_1', 'MyEtherWallet nie jest usługą portfela internetowego. Nie posiadasz loginu i nic nie jest zapisywane na naszych serwerach. To tylko interfejs, który pozwala korzystać z sieci Ethereum. '), _defineProperty(_pl$data, 'HELP_8_Desc_2', 'Jeżeli MyEtherWallet.com zostanie wyłączona, musiałbyś znaleźć inny sposób (jak Ethereum Wallet / Mist) na korzystanie z sieci Ethereum. Nie musiałbyś jednak wypłacić swoich środków z MyEtherWallet, ponieważ one nie znajdują się na MyEtherWallet, a na portfelach, które zostały wygenerowane za pomocą naszej strony. '), _defineProperty(_pl$data, 'HELP_8_Desc_3', 'Możesz w każdej chwili, w bardzo prosty sposób, zaimportować swoje nieszyfrowane klucze prywatne lub szyfrowane pliki w formacie Geth/Mist wprost do geth / Ethereum Wallet / Mist. Zobacz pytanie 12 poniżej. '), _defineProperty(_pl$data, 'HELP_8_Desc_4', 'W dodatku prawdopodobieństwo zamknięcia przez nas strony MyEtherWallet.com jest bliskie zeru. Koszty utrzymania strony są prawie żadne, ponieważ nie przechowujmy żadnych informacji. Jeśli nawet strona zostanie zamknięta, jest ona również i zawsze będzie publicznie dostępna na [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Możesz ściągnąć paczkę ZIP i uruchomić MyEtherWallet lokalnie na własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Title', '8) Co się stanie jeżeli MyEtherWallet CX zniknie? '), _defineProperty(_pl$data, 'HELP_8CX_Desc_1', 'Po pierwsze, wszystkie dane są zapisane na Twoim komputerze, nie na naszych serwerach. Wiem, że może Ci się to wydawać dziwne, ale kiedy patrzysz na Rozszerzenie Chrome, NIE patrzysz na coś zapisanego gdzieś na naszych serwerach - wszystko to jest na Twoim własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_2', 'Z tego powodu, jest **niezmiernie ważnym** aby wykonywać kopie bezpieczeństwa wszystkich nowych portfeli wygenerowanych za pomocą MyEtherWallet CX. W ten sposób, jeżeli cokolwiek stanie się MyEtherWallet CX lub Twojemu komputerowi, wciąż będziesz miał wszelkie niezbędne informacje potrzebne aby odzyskać dostęp do Twoich portfeli. Zobacz punkt 2a aby dowiedzieć się jak wykonać kopie bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_3', 'Jeżeli z jakiegoś powodu MyEtherWallet CX zniknie z Chrome Store, możesz wciąż znaleźć kod źródłowy na Github\'ie i załadować manualnie do Chrome. Zobacz pkt. 5 powyżej. '), _defineProperty(_pl$data, 'HELP_9_Title', '9) Czy zakładka "Wyślij Ether" działa offline? '), _defineProperty(_pl$data, 'HELP_9_Desc_1', 'Nie. Potrzebuje dostępu do internetu w celu pobrania aktualnej ceny paliwa, wyróżnika dla konta, oraz rozgłoszenia transakcji (wysłania). Jednakże wysyłana jest jedynie podpisana transakcja, nic więcej. Twój klucz prywatny w żadnym momencie nie opuszcza Twojego komputera. Teraz zapewniamy również funkcję "Wyślij Offline", która umożliwia przechowywanie kluczy prywatnych na komputerze, który fizycznie jest odizolowany od sieci zewnętrznej. '), _defineProperty(_pl$data, 'HELP_10_Title', '10) Jak wykonać transakcję offline (Cold Wallet)? '), _defineProperty(_pl$data, 'HELP_10_Desc_1', 'Przejdź na zakładkę "Wyślij Offline" na komputerze z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_2', 'Uzupełnij pole "Od Adresu". Zauważ, że jest to adres, z którego wypłacasz środki, nie adres, na który mają trafić. W ten sposób generowany jest wyróżnik i cena paliwa. '), _defineProperty(_pl$data, 'HELP_10_Desc_3', 'Przejdź na komputer bez dostępu do internetu. Uzupełnij pole "Do Adresu" i kwotę do wysłania. '), _defineProperty(_pl$data, 'HELP_10_Desc_4', 'Wpisz cenę paliwa jaka została wyświetlona na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_5', 'Wpisz wyróżnik jaki został wyświetlony na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_6', '"Limit Paliwa" ma domyślną wartość 21000. To pokryje koszty standardowej transakcji. Jeżeli będziesz wysyłać transakcję do kontraktu lub będziesz załączać jakieś dane do transakcji, musisz zwiększyć tą wartość. Nadpłata paliwa zostanie zwrócona. '), _defineProperty(_pl$data, 'HELP_10_Desc_7', 'Jeśli chcesz możesz załączyć dane do transakcji. Musisz wtedy jednak zapewnić więcej niż domyślne 21000 limitu paliwa. Dane wpisujemy w formacie HEX. '), _defineProperty(_pl$data, 'HELP_10_Desc_8', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_10_Desc_9', 'Kliknij przycisk "Wygeneruj Transakcję". '), _defineProperty(_pl$data, 'HELP_10_Desc_10', 'W polu poniżej pojawią się dane podpisanej transakcji. Skopiuj jego zawartość na komputer z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_11', 'Na komputerze z internetem wklej podpisaną transakcję w pole tekstowe w kroku 3 i kliknij "Wyślij Transakcję". To spowoduje rozgłoszenie transakcji. '), _defineProperty(_pl$data, 'HELP_12_Title', '12) Jak zaimportować portfel utworzony w MyEtherWallet do geth / Ethereum Wallet / Mist? '), _defineProperty(_pl$data, 'HELP_12_Desc_1', 'Używając pliku Keystore Geth/Mist z MyEtherWallet v2+.... '), _defineProperty(_pl$data, 'HELP_12_Desc_2', 'Wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_3', 'Odblokuj portfel używając Twojego klucza prywatnego lub pliku portfela. '), _defineProperty(_pl$data, 'HELP_12_Desc_4', 'Wejdź na zakładkę "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_12_Desc_5', 'Zaznacz portfel jaki chcesz zaimportować do Mist, kliknij ikonkę "Podgląd", wpisz hasło i wejdź do podglądu. '), _defineProperty(_pl$data, 'HELP_12_Desc_6', 'Znajdź sekcję "Plik Keystore/JSON (Zalecany · Szyfrowany · Format Mist/Geth)". Kliknij przycisk "Pobierz" pod spodem. W ten sposób uzyskałeś plik Keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_7', 'Uruchom aplikację Ethereum Wallet. '), _defineProperty(_pl$data, 'HELP_12_Desc_8', 'W menu programu wejdź w: "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pl$data, 'HELP_12_Desc_9', 'Otworzy się folder z plikami ustawień. Skopiuj pobrany przed chwilą plik portfela (`UTC--2016-04-14......../`) do folderu keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_10', 'Twój portfel powinien się od razu pojawić na zakładce "Accounts." '), _defineProperty(_pl$data, 'HELP_12_Desc_11', 'Używając nieszyfrowanego klucza prywatnego... '), _defineProperty(_pl$data, 'HELP_12_Desc_12', 'Jeżeli jeszcze nie posiadasz nieszyfrowanego klucza prywatnego, wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_13', 'Wybierz swój plik portfela i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_12_Desc_14', 'Skopiuj "Klucz Prywatny (nieszyfrowany)". '), _defineProperty(_pl$data, 'HELP_12_Desc_15', 'Jeśli pracujesz na Mac\'u: '), _defineProperty(_pl$data, 'HELP_12_Desc_15b', 'Jeśli pracujesz na PC\'cie: '), _defineProperty(_pl$data, 'HELP_12_Desc_16', 'Otwórz Text Edit i wklej do niego skopiowany klucz prywatny. '), _defineProperty(_pl$data, 'HELP_12_Desc_17', 'Wejdź do paska menu i kliknij "Format" -> "Make Plain Text". '), _defineProperty(_pl$data, 'HELP_12_Desc_18', 'Zapisz ten plik na `desktop/` jako `nic_specjalnego_usun_mnie.txt`. Podczas zapisywania ustaw "UTF-8" i "If no extension is provided use .txt". '), _defineProperty(_pl$data, 'HELP_12_Desc_19', 'Otwórz terminal systemowy i uruchom następującą komendę: `geth account import ~/Desktop/nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_20', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_21', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_22', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_12_Desc_23', 'Otwórz Notatnik i wklej klucz prywatny '), _defineProperty(_pl$data, 'HELP_12_Desc_24', 'Zapisz plik notatnika jako `nic_specjalnego_usun_mnie.txt` na `C:\\` '), _defineProperty(_pl$data, 'HELP_12_Desc_25', 'Uruchom wiersz poleceń i wykonaj komendę: `geth account import C:\\nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_26', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_27', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_28', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pl$data, 'HELP_13_Desc_1', 'Oznacza to, że nie posiadasz wystarczającej ilości Ether na koncie, aby pokryć koszty paliwa. Każda transakcja (przesyłanie tokenów lub interakcja z kontraktem) wymaga paliwa, które jest opłacane w Ether\'ach. Wyświetlona wartość jest ilością potrzebną na pokrycie kosztów transakcji w Wei\'ach. Podziel tą liczbę przez `1000000000000000000` i odejmij wartość Ether, którą chciałeś wysłać (jeśli wysyłałeś Ether). Otrzymasz wartość, jaką musisz przesłać na swoje konto, aby wykonać transakcję.'), _defineProperty(_pl$data, 'HELP_14_Title', '14) Niektóre strony wykorzystują ruchy myszką przy generowaniu klucza prywatnego. MyEtherWallet tego nie robi. Czy generator liczb losowych w MyEtherWallet jest bezpieczny? '), _defineProperty(_pl$data, 'HELP_14_Desc_1', 'Chociaż generowanie liczb losowych przy udziale ruchów myszki jest sprytnie pomyślane i rozumiemy dlaczego ludzie to lubią, to jednak rzeczywistość jest taka, że window.crypto zapewnia większą entropię niż ruchy myszką. Generowanie z ruchów myszki nie jest niebezpieczne, ale my (oraz znaczna liczba innych ekspertów kryptografii) wierzymy w window.crypto. W dodatku MyEtherWallet może być używane na urządzeniach dotykowych. Tutaj można przeczytać [rozmowę rozeźlonego reddit\'ora i Vitalik\'a Buterin\'a odnośnie ruchów myszki kontra window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) a tutaj jest [specyfikacja window.crypto w3](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pl$data, 'HELP_15_Title', '15) Dlaczego portfel, który właśnie wygenerowałem nie pokazuje się w eksploratorze bloków? (np. etherchain, etherscan) '), _defineProperty(_pl$data, 'HELP_15_Desc_1', 'Adres pojawi się w eksploratorze bloków dopiero jak adres portfela będzie uczestniczył w jakichś transakcjach, np. jak wyślesz do niego jakieś środki. '), _defineProperty(_pl$data, 'HELP_16_Title', '16) Jak sprawdzić stan mojego konta? '), _defineProperty(_pl$data, 'HELP_16_Desc_1', 'Możesz użyć eksploratora bloków jak [etherscan.io](https://etherscan.io/). Wklej swój adres w wyszukiwarkę na stronie eksploratora, pokaże ona stan Twojego konta oraz historię transakcji. Tak na przykład wygląda nasze [konto donacji](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) na etherscan.io. '), _defineProperty(_pl$data, 'HELP_17_Title', '17) Dlaczeg stan mojego konta nie pojawia się, kiedy odblokowuje mój portfel? '), _defineProperty(_pl$data, 'HELP_17_Desc_1', 'Najprawdopodobniej przyczyną tego jest firewall. API, które używamy do odczytu stanu konta oraz jego konwersji jest często blokowane przez firewall z różnych przyczyn. Wciąż możesz wysyłać transakcje, jednak stan konta musisz sprawdzać w inny sposób, np. na [etherscan.io](https://etherscan.io/) '), _defineProperty(_pl$data, 'HELP_18_Title', '18) Gdzie jest plik mojego portfela w geth? '), _defineProperty(_pl$data, 'HELP_19_Title', '19) Gdzie jest plik mojego portfela w Mist? '), _defineProperty(_pl$data, 'HELP_19_Desc_1', 'Pliki programu Mist można znaleźć zazwyczaj w lokalizacjach wymienionych w pkt. 18, ale prościej jest uruchomić Mist, wybrać "Accounts" w górnym pasku, następnie "Backup" i "Accounts". Otworzy się folder, w którym znajdują się wspomniane pliki. '), _defineProperty(_pl$data, 'HELP_20_Title', '20) Gdzie jest mój plik portfela przed-sprzedaży? '), _defineProperty(_pl$data, 'HELP_20_Desc_1', 'Tam gdzie go zapisałeś ;). Był też wysłany mailem, sprawdź również tam. Szukaj pliku `"ethereum_wallet_backup.json"`. Portfel ten będzie zaszyfrowany hasłem jakie podałeś podczas procesu kupna na przed-sprzedaży. '), _defineProperty(_pl$data, 'HELP_21_Title', '21) Czy nie jest tak, że każdy może losowo sprawdzać różne klucze prywatne, a jak znajdzie taki ze środkami możę przelać je na swoje konto? '), _defineProperty(_pl$data, 'HELP_21_Desc_1', 'Krótka odpowiedź: Tak. Jednak znalezienie któregokolwiek ze środkami zajęłoby więcej czasu niż wszechświat istnieje... więc... nie. '), _defineProperty(_pl$data, 'HELP_21_Desc_2', 'Długa wersja (dla przedszkolaka): Ethereum bazuje na [Kryptografii Klucza Publicznego (ECC)](https://pl.wikipedia.org/wiki/Kryptografia_klucza_publicznego), a dokładnie na [Kryptografii Krzywych Eliptycznych](https://eprint.iacr.org/2013/734.pdf) które są bardzo szeroko stosowane, nie tylko w Ethereum. Większość serwerów jest chroniona przez ECC. Kolejne przykłady to Bitcoin, SSH, TLS i wiele innych. Klucze w Ethereum to dokładnie odmiana 256-bitowa, która jest silniejsza niż 128-bitowa i 192-bitowa, które również są wciąż szeroko stosowane oraz uznawane przez ekspertów za bezpieczne. '), _defineProperty(_pl$data, 'HELP_21_Desc_3', 'W tego typu zabezpieczeniu mamy 2 klucze: klucz prywatny i klucz publiczny. Z klucza prywatnego możemy szybko otrzymać klucz publiczny, ale otrzymanie klucza prywatnego z klucza publicznego jest niemożliwe. Biorąc pod uwagę, że cały internet i wszystkie sekrety świata używają tej metody kryptograficznej oznacza, że gdyby istniał sposób na otrzymanie klucza prywatnego z publicznego, to utrata Twoich środków z konta Ethereum byłaby najmniejszym zmartwieniem w świecie. '), _defineProperty(_pl$data, 'HELP_21_Desc_4', 'Idąc dalej, TAK jeżeli ktoś miałby Twój klucz prywatny mógłby z łatwością wypłacić środki z Twojego konta. Tak samo, jak by ktoś miał hasło do Twojego konta pocztowego, mógłby czytać Twoje maile, lub gdyby miał hasło bankowe, mógłby wypłacać z niego pieniądze. Możesz ściągnąć plik Keystore Twojego portfela, który jest kluczem prywatnym zaszyfrowanym hasłem. To jest tak jak by mieć hasło, które jest chronione innym hasłem. '), _defineProperty(_pl$data, 'HELP_21_Desc_5', 'Więc TAK, teoretycznie można by po prostu wpisywać 64 znaki w kodzie szesnastkowym do momentu trafienia na taki, który nie jest pusty. Co więcej zdolni ludzie mogą napisać program, który będzie bardzo szybko, automatycznie sprawdzał kolejne losowe kombinacje kluczy. Taka metoda nazywa się "brute-forcing" lub "mining". Różni ludzie zastanawiali się nad jej zastosowaniem długo i intensywnie. Z pomocą kilku wysokiej klasy serwerów mogliby być w stanie sprawdzać ponad 1 milion kluczy na sekundę. Jednak nawet wtedy koszt utrzymania pracy tych serwerów byłby wiele razy wyższy niż potencjalne zyski ze znalezienia jakichkolwiek środków. Bardziej prawdopodobne byłoby, że pierwsze trafienie nastąpi dopiero po śmierci Twojej i Twoich prawnuków. '), _defineProperty(_pl$data, 'HELP_21_Desc_6', 'Jeśli wiesz coś na temat Bitcoina, [to może dać Ci perspektywę:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Aby zilustrować jak mało prawdopodobne to jest: załóżmy, że każdy satoshi (najmniejsza część Bitcoina, 0.00000001 BTC), każdego Bitcoina jaki kiedykolwiek będzie istnieć (21 milionów), został wysłany na swój własny unikalny klucz prywatny. Prawdopodobieństwo, że spośród wszystkich tych kluczy 2 odpowiadałyby tym samym adresom jest jak 1 do 100 kwintylionów. '), _defineProperty(_pl$data, 'HELP_21_Desc_7', '[Jeżeli byś chciał coś bardziej technicznego:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Te liczby nie mają nic wspólnego z technologią na jakiej opiera się urządzenie. Są maksimami na jakie pozwala termodynamika, co silnie sugeruje, że skuteczne ataki brute-force przeciwko 256-bitowym kluczom będą nieosiągalne, dopóki komputery nie będą zbudowane z czegoś innego niż materia i będą zajmować trochę więcej niż wszechświat. '), _defineProperty(_pl$data, 'HELP_21_Desc_8', 'Oczywiście to wszystko ma miejsce przy założeniu, że klucze są generowane w prawdziwie losowy sposób i z wystarczającą entropią. Klucze tu wygenerowane spełniają te kryteria, tak samo jak klucze w Jaxx i Mist/geth. Portfele Ethereum są w większości całkiem niezłe. Z drugiej strony np. klucze wygenerowane przez ludzki umysł nie spełniają tych kryteriów, jako że ludzki umysł nie jest w stanie wygenerować prawdziwie losowego źródła. W otoczeniu Bitcoina w przeszłości pojawiło się kilka problemów związanych z brakiem odpowiedniej entropii lub brakiem pełnej losowości, ale to całkiem inny temat, być może na inny dzień. '), _defineProperty(_pl$data, 'HELP_SecCX_Title', 'Bezpieczeństwo - MyEtherWallet CX '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_1', 'Gdzie są zapisywane informacje przechowywane przez to rozszerzenie? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_2', 'Informacje przechowywane przez to Rozszerzenie Chrome jest zapisywane przez [chrome.storage](http://chrome.storage/). - w tym samym miejscu są przechowywane hasła zapisywane w przeglądarce Chrome. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_3', 'Jakie informacje są zapisywane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_4', 'Adres, nazwa konta, klucz prywatny są przechowywane w chrome.storage. Klucz prywatny jest zaszyfrowany hasłem jakie podano przy zakładaniu portfela. Nazwa i adres nie są szyfrowane. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_5', 'Dlaczego adres i nazwa konta nie są szyfrowane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_6', 'Jeżeli byśmy zaszyfrowali te informacje, konieczne było by podawanie hasła przy każdym sprawdzeniu stanu konta lub wyświetleniu jego nazwy. Jeśli to Cię niepokoi, możesz użyć MyEherWallet.com zamiast tego Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_Sec_Title', 'Bezpieczeństwo '), _defineProperty(_pl$data, 'HELP_Sec_Desc_1', 'Jeśli pierwszym pytaniem jakie Ci się nasuwa jest "Dlaczego miałbym zaufać tym gościom?", to prawidłowy odruch. Być może to pozwoli Ci załagodzić obawy: '), _defineProperty(_pl$data, 'HELP_Sec_Desc_2', 'Działamy od sierpnia 2015. Jeśli wyszukasz ["myetherwallet" na reddit](https://www.reddit.com/search?q=myetherwallet), możesz znaleźć wielu ludzi, którzy używają naszego kodu bez najmniejszych problemów. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_3', 'Nie ukradniemy Twoich pieniędzy ani Twoich kluczy prywatnych. Ta strona nie zawiera złośliwego kodu. W zasadzie, zakładka "Generuj Portfel" działa w pełni po stronie klienckiej. Oznacza to, że cały kod jest uruchamiany wyłącznie na **Twoim komputerze**, a jego rezultat nigdzie nie jest zapisywany ani nigdzie przesyłany. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_4', 'Sprawdź adres URL -- Ta strona jest serwowana przez GitHub. Kod źródłowy jest dostępny pod: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Strona jest dostępna pod domenami: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pl$data, 'HELP_Sec_Desc_5', 'Do generowania portfeli możesz pobrać [kod źródłowy](https://github.com/kvhnuke/etherwallet/releases/latest). Zobacz punkt 5 powyżej. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_6', 'Wykonaj test i sprawdź jakie połączenia sieciowe są aktywowane. Najprostszą metodą jest kliknięcie prawym przyciskiem myszy na stronie i "Zbadaj". Przejdź na zakładkę "Network". Wygeneruj testowy portfel. Zobaczysz, że nie są aktywowane żadne połączenia. Możesz zobaczyć coś wyglądającego jak data:image/gif i data:image/png. To są kody QR generowane... na Twoim komputerze... przez Twój komputer. Żadne dane nie były transferowane. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_8', 'Jeśli nie czujesz się komfortowo używając tego oprogramowania, bez względu na wszystko, nie używaj go. Stworzyliśmy te narzędzia jako pomoc w generowaniu nowych portfeli i wykonywaniu transakcji bez potrzeby zagłębiania się w linię poleceń lub prowadzenia pełnego węzła. Jeszcze raz, nie krępuj się z nami skontaktować jeżeli masz jakieś wątpliwości. Postaramy się odpowiedzieć tak szybko jak to możliwe. Dzięki! '), _defineProperty(_pl$data, 'HELP_FAQ_Title', 'Więcej Pomocnych Odpowiedzi na Często Zadawane Pytania (tylko angielski) '), _defineProperty(_pl$data, 'HELP_Contact_Title', 'Sposoby Nawiązania Kontaktu (tylko angielski)'), _pl$data); module.exports = pl; @@ -17512,7 +17509,7 @@ pt.data = (_pt$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_pt$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pt$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pt$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pt$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pt$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pt$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pt$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pt$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pt$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pt$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pt$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pt$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pt$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_pt$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_pt$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_pt$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_pt$data, 'x_ReadMore', 'Read More'), _defineProperty(_pt$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_pt$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_pt$data, 'x_TXFee', 'TX Fee'), _defineProperty(_pt$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pt$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_pt$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_pt$data, 'tx_Details', 'Transaction Details'), _defineProperty(_pt$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pt$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_pt$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_pt$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_pt$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_pt$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_pt$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_pt$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_pt$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_pt$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_pt$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_pt$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_pt$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_pt$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_pt$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pt$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pt$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pt$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pt$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pt$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pt$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pt$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pt$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pt$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pt$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pt$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pt$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pt$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pt$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pt$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pt$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pt$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pt$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pt$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pt$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pt$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pt$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pt$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pt$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pt$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pt$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pt$data, 'NAV_AddWallet', 'Adicionar Carteira '), _defineProperty(_pt$data, 'NAV_BulkGenerate', 'Gerar Bulk '), _defineProperty(_pt$data, 'NAV_Contact', 'Contato '), _defineProperty(_pt$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_pt$data, 'NAV_DeployContract', 'Implantar Contrato '), _defineProperty(_pt$data, 'NAV_ENS', 'ENS'), _defineProperty(_pt$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_pt$data, 'NAV_GenerateWallet', 'Gerar Carteira '), _defineProperty(_pt$data, 'NAV_Help', 'Ajuda '), _defineProperty(_pt$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_pt$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_pt$data, 'NAV_MyWallets', 'Minhas Carteiras '), _defineProperty(_pt$data, 'NAV_Offline', 'Enviar Offline '), _defineProperty(_pt$data, 'NAV_SendEther', 'Enviar Ether & Tokens '), _defineProperty(_pt$data, 'NAV_SendTokens', 'Enviar Tokens '), _defineProperty(_pt$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_pt$data, 'NAV_Swap', 'Exchange '), _defineProperty(_pt$data, 'NAV_ViewWallet', 'Ver Informação da Carteira '), _defineProperty(_pt$data, 'NAV_YourWallets', 'Suas Carteiras '), _defineProperty(_pt$data, 'x_Access', 'Access '), _defineProperty(_pt$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Você deve saber sua "Conta #" ou sua "Chave Pública". É o que você enviar para que as pessoas possam enviar-lhe ether. Esse ícone é uma maneira fácil de reconhecer o seu endereço. '), _defineProperty(_pt$data, 'x_Address', 'Seu Endereço '), _defineProperty(_pt$data, 'x_Cancel', 'Cancelar '), _defineProperty(_pt$data, 'x_CSV', 'Arquivo CSV (não criptografado) '), _defineProperty(_pt$data, 'x_Download', 'Download '), _defineProperty(_pt$data, 'x_Json', 'Arquivo JSON (não criptografada) '), _defineProperty(_pt$data, 'x_JsonDesc', 'Este é o descriptografado, formato JSON da sua chave privada. Isto significa que você não precisa da senha, mas qualquer um que encontrar o seu JSON pode acessar sua carteira & Éter sem a senha. '), _defineProperty(_pt$data, 'x_Keystore', 'Arquivo de armazenamento de chaves (UTC / JSON · Recomendado · Criptografado) '), _defineProperty(_pt$data, 'x_Keystore2', 'Arquivo de armazenamento de chaves (UTC / JSON) '), _defineProperty(_pt$data, 'x_KeystoreDesc', 'Este arquivo de armazenamento de chaves corresponde ao formato usado pela Mist para que você possa facilmente importá-lo no futuro. É recomendado que o arquivo seja transferido e feito seu backup. '), _defineProperty(_pt$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pt$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_pt$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_pt$data, 'x_Password', 'Senha '), _defineProperty(_pt$data, 'x_Print', 'Imprimir Carteira de Papel '), _defineProperty(_pt$data, 'x_PrintDesc', 'Dica: Clique impressão e salve como PDF, mesmo se você não possui uma impressora! '), _defineProperty(_pt$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_pt$data, 'x_PrivKey', 'Chave Privada (não criptografada) '), _defineProperty(_pt$data, 'x_PrivKey2', 'Chave Privada '), _defineProperty(_pt$data, 'x_PrivKeyDesc', 'Essa é a versão de texto não criptografada da sua chave privada, o que significa que nenhuma senha é necessária. Se alguém encontrar a sua chave privada sem criptografia, eles podem acessar sua carteira sem a senha. Por esta razão, as versões codificadas são tipicamente recomendadas. '), _defineProperty(_pt$data, 'x_Save', 'Salvar '), _defineProperty(_pt$data, 'x_TXT', 'Arquivo TXT (não criptografado) '), _defineProperty(_pt$data, 'x_Wallet', 'Carteira '), _defineProperty(_pt$data, 'MEW_Warning_1', 'Sempre verifique a URL antes de acessar sua carteira ou criar uma nova carteira. Cuidado com os sites de phishing! '), _defineProperty(_pt$data, 'CX_Warning_1', 'Certifique-se de que você tem ** backups externos ** de quaisquer carteiras armazenadas aqui. Muitas coisas podem acontecer que faria com que você perdesse os dados nesta extensão Chrome, incluindo desinstalar e reinstalar a extensão. Esta extensão é uma maneira de acessar facilmente as suas carteiras, ** não ** uma forma de apoiá-los. '), _defineProperty(_pt$data, 'MEW_Tagline', 'Fonte aberta JavaScript para o client-side da Carteira Ether '), _defineProperty(_pt$data, 'CX_Tagline', 'Fonte Aberta JavaScript para o client-side da Carteira Ether para extensão do Chrome '), _defineProperty(_pt$data, 'FOOTER_1', 'Uma fonte aberta, javascript, ferramenta do client-side para gerar Carteiras Ethereum & envio de transações. '), _defineProperty(_pt$data, 'FOOTER_1b', 'Criado por '), _defineProperty(_pt$data, 'FOOTER_2', 'Doações serão muito apreciadas: '), _defineProperty(_pt$data, 'FOOTER_3', 'Carteira Client-side gerada por '), _defineProperty(_pt$data, 'FOOTER_4', 'Aviso Legal '), _defineProperty(_pt$data, 'sidebar_AccountInfo', 'Informações da Conta '), _defineProperty(_pt$data, 'sidebar_AccountAddr', 'Endereço da Conta '), _defineProperty(_pt$data, 'sidebar_AccountBal', 'Saldo da Conta '), _defineProperty(_pt$data, 'sidebar_TokenBal', 'Saldo de Tokens '), _defineProperty(_pt$data, 'sidebar_Equiv', 'Valor Equivalente '), _defineProperty(_pt$data, 'sidebar_TransHistory', 'Histórico de Transações '), _defineProperty(_pt$data, 'sidebar_donation', 'MyEtherWallet é grátis, um serviço de fonte aberta dedicado a sua privacidade e segurança. Quanto mais doações nós recebermos, mais podemos gastar criando novidade, ouvindo seu feedback, e entregando o que você deseja. Somos apenas duas pessoas tentando mudar o mundo. Ajude-nos? '), _defineProperty(_pt$data, 'sidebar_donate', 'De '), _defineProperty(_pt$data, 'sidebar_thanks', 'OBRIGADO!!! '), _defineProperty(_pt$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_pt$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_pt$data, 'decrypt_Access', 'Como você gostaria de acessar sua carteira? '), _defineProperty(_pt$data, 'decrypt_Title', 'Selecione o formato da sua chave privada: '), _defineProperty(_pt$data, 'decrypt_Select', 'Selecione uma Carteira: '), _defineProperty(_pt$data, 'ADD_Label_1', 'O que você gostaria de fazer? '), _defineProperty(_pt$data, 'ADD_Radio_1', 'Gerar Nova Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2', 'Selecione seu arquivo da Carteira (Keystore / JSON) '), _defineProperty(_pt$data, 'ADD_Radio_2_alt', 'Selecione seu arquivo da Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2_short', 'SELECIONE O ARQUIVO DA CARTEIRA... '), _defineProperty(_pt$data, 'ADD_Radio_3', 'Cole/Digite sua Chave Privada '), _defineProperty(_pt$data, 'ADD_Radio_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Radio_5', 'Cole/Digite sua Mnemonic '), _defineProperty(_pt$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_pt$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pt$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_pt$data, 'ADD_Label_2', 'Crie um Apelido: '), _defineProperty(_pt$data, 'ADD_Label_3', 'Sua carteira é criptografada. Por favor, insira a senha '), _defineProperty(_pt$data, 'ADD_Label_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Warning_1', 'Você pode adicionar qualquer conta para "ver" na tab de carteiras sem fazer o upload da chave privada. Isso significa que você ** não ** tem acesso a essa carteira, nem pode transferir Ether a partir dela. '), _defineProperty(_pt$data, 'ADD_Label_5', 'Insira o Endereço '), _defineProperty(_pt$data, 'ADD_Label_6', 'Desbloqueie sua Carteira '), _defineProperty(_pt$data, 'ADD_Label_6_short', 'Desbloqueie '), _defineProperty(_pt$data, 'ADD_Label_7', 'Adicionar Conta '), _defineProperty(_pt$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pt$data, 'GEN_desc', 'Se você quer gerar multiplas carteiras. você pode fazer isso aqui '), _defineProperty(_pt$data, 'GEN_Label_1', 'Insira uma senha forte (pelo menos 9 dígitos) '), _defineProperty(_pt$data, 'GEN_Placeholder_1', 'NÃO esqueça de salvar isso! '), _defineProperty(_pt$data, 'GEN_SuccessMsg', 'Sucesso! Sua carteira foi gerada. '), _defineProperty(_pt$data, 'GEN_Label_2', 'Salve seu arquivo de armazenamento de chaves. Não esqueça da sua senha acima. '), _defineProperty(_pt$data, 'GEN_Label_3', 'Salve Seu Enderço. '), _defineProperty(_pt$data, 'GEN_Label_4', 'Opcional: Imprima sua carteira de papel, ou guarde a versão do código QR. '), _defineProperty(_pt$data, 'BULK_Label_1', 'Número de Carteiras a gerar '), _defineProperty(_pt$data, 'BULK_Label_2', 'Gerar Carteiras '), _defineProperty(_pt$data, 'BULK_SuccessMsg', 'Sucesso! Suas carteiras foram geradas. '), _defineProperty(_pt$data, 'SEND_addr', 'Para o Endereço '), _defineProperty(_pt$data, 'SEND_amount', 'Valor a enviar '), _defineProperty(_pt$data, 'SEND_amount_short', 'Valor '), _defineProperty(_pt$data, 'SEND_custom', 'Adicionar token personalizado '), _defineProperty(_pt$data, 'SEND_gas', 'Gás '), _defineProperty(_pt$data, 'SEND_TransferTotal', 'Enviar o Salto Total '), _defineProperty(_pt$data, 'SEND_generate', 'Gerar Transação '), _defineProperty(_pt$data, 'SEND_raw', 'Transação Raw '), _defineProperty(_pt$data, 'SEND_signed', 'Transação Assinada '), _defineProperty(_pt$data, 'SEND_trans', 'Enviar Transação '), _defineProperty(_pt$data, 'SENDModal_Title', 'Cuidado! '), _defineProperty(_pt$data, 'SENDModal_Content_1', 'Você está prestes a enviar '), _defineProperty(_pt$data, 'SENDModal_Content_2', 'para o endereço '), _defineProperty(_pt$data, 'SENDModal_Content_3', 'Você tem certeza que quer fazer isso? '), _defineProperty(_pt$data, 'SENDModal_Content_4', 'NOTA: Se você encontrar um erro, você provavelmente precisará adicionar ether a sua conta para cobrir o custo do gás para o envio de tokens. Gás é pago em ether. '), _defineProperty(_pt$data, 'SENDModal_No', 'Não, me tire daqui! '), _defineProperty(_pt$data, 'SENDModal_Yes', 'Sim, eu tenho certeza! Faça a transação. '), _defineProperty(_pt$data, 'TOKEN_Addr', 'Endereço do Token Contract '), _defineProperty(_pt$data, 'TOKEN_Symbol', 'Símbolo do Token '), _defineProperty(_pt$data, 'TOKEN_Dec', 'Decimais '), _defineProperty(_pt$data, 'TOKEN_show', 'Mostre todos os Tokens '), _defineProperty(_pt$data, 'TOKEN_hide', 'Esconder Tokens '), _defineProperty(_pt$data, 'TRANS_desc', ''), _defineProperty(_pt$data, 'TRANS_warning', 'Se você estiver usando somente "ETH" ou "ETC" Funções que você está enviando através de um contrato. Alguns serviços têm problemas para aceitar essas transações. Leia mais. '), _defineProperty(_pt$data, 'TRANS_advanced', '+Avançado: Adicionar dados '), _defineProperty(_pt$data, 'TRANS_data', 'Dados '), _defineProperty(_pt$data, 'TRANS_gas', 'Gás Limit '), _defineProperty(_pt$data, 'TRANS_sendInfo', 'Uma transação padrão usando 21000 gás irá custar 0.000441 ETH. Nós usamos um preço ligeiramente acima do mínima de gás de 0,000000021 ETH para garantir que ele seja minado rapidamente. Nós não recebemos nenhuma taxa de transação. '), _defineProperty(_pt$data, 'TRANSModal_Title', '"Só ETH" e "Só ETC" Transações '), _defineProperty(_pt$data, 'TRANSModal_Content_0', 'Uma nota sobre diferentes transações e diferentes serviços: '), _defineProperty(_pt$data, 'TRANSModal_Content_1', '**ETH (Transação Padrão): ** Isso gera uma transação padrão diretamente de um endereço para outro. Tem um gás padrão de 21000. É provável que qualquer ETH enviados através deste método serão repetidos para a cadeia ETC.. '), _defineProperty(_pt$data, 'TRANSModal_Content_2', '**Só ETH: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETH**. '), _defineProperty(_pt$data, 'TRANSModal_Content_3', '**Só ETC: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETC**. '), _defineProperty(_pt$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Envia somente via Transação Padrão. Se você enviar via contrato "único", você vai precisar contatar a equipe de suporte para adicionar manualmente o seu balanço ou reembolsá-lo. [Pode tentar Shapeshift\'s ferramenta de "mistura".](https://split.shapeshift.io/) '), _defineProperty(_pt$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Sem problemas conhecidos. Use qualquer um. '), _defineProperty(_pt$data, 'TRANSModal_Yes', 'Legal, agora eu entendi. '), _defineProperty(_pt$data, 'TRANSModal_No', 'Oh Deus, eu fiquei mais confuso. Ajude-me. '), _defineProperty(_pt$data, 'OFFLINE_Title', 'Gere & Envie Transações Offline '), _defineProperty(_pt$data, 'OFFLINE_Desc', 'Gerar transações offline pode ser feita em três passos. Você vai completar os passos 1 e 3 em um computador online, e o passo 2 em um computador offline/airgapped. Isto garante que suas chaves privadas não sejam utilizadas em um dispositivo conectado à internet. '), _defineProperty(_pt$data, 'OFFLLINE_Step1_Title', 'Passo 1: Gerar a Informação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step1_Button', 'Gerar Informaçoes '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_1', 'Do Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_2', 'Nota: Este é o endereço de partina, não o endereço de destino. O valor aleatório é gerado a partir da conta de origem. Se estiver usando um computador airgapped, seria o endereço da conta de armazenagem a frio. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer) '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_1', 'Para o Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantia para Enviar '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3', 'Preço do Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4', 'Limite de Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4b', '21000 é o limite de gás padrão. Quando você envia contratos ou adiciona os dados, isso pode ter de ser diferente. Qualquer gás não utilizado será devolvido a você. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6', 'Dados '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6b', 'Isto é opcional. Os dados são frequentemente utilizados quando se envia transações com contratos. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_7', 'Insira / Selecione sua Chave Privada / JSON. '), _defineProperty(_pt$data, 'OFFLINE_Step3_Title', 'Passo 3: Envia / Publica a Transação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step3_Label_1', 'Cole a transação assinada do Passo 2 e aperte o botão "ENVIAR TRANSAÇÃO". '), _defineProperty(_pt$data, 'MYWAL_Nick', 'Apelido da Carteira '), _defineProperty(_pt$data, 'MYWAL_Address', 'Endereço da Carteira '), _defineProperty(_pt$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_pt$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_pt$data, 'MYWAL_View', 'Ver '), _defineProperty(_pt$data, 'MYWAL_Remove', 'Remover '), _defineProperty(_pt$data, 'MYWAL_RemoveWal', 'Remover Carteira: '), _defineProperty(_pt$data, 'MYWAL_WatchOnly', 'Suas contas somente de exibição '), _defineProperty(_pt$data, 'MYWAL_Viewing', 'Exibindo Carteira '), _defineProperty(_pt$data, 'MYWAL_Hide', 'Esconder Info da Carteira '), _defineProperty(_pt$data, 'MYWAL_Edit_2', 'Editar Carteira '), _defineProperty(_pt$data, 'MYWAL_Name', 'Nome da Carteira '), _defineProperty(_pt$data, 'MYWAL_Content_1', 'Cuidado! Você está prestes a remover sua carteira '), _defineProperty(_pt$data, 'MYWAL_Content_2', 'Certifique-se de que **salvou a chave privada e / ou o Arquivo do Keystore e a senha** antes de removê-la. '), _defineProperty(_pt$data, 'MYWAL_Content_3', 'Se pretender utilizar esta carteira com o MyEtherWallet CX no futuro, terá de voltar a adicioná-la manualmente utilizando a chave privada/JSON e a palavra-passe. '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_pt$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_pt$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pt$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pt$data, 'MNEM_1', 'Por favor, selecione o endereço com o qual você gostaria de interagir. '), _defineProperty(_pt$data, 'MNEM_2', 'Sua frase HD mnemônica única pode acessar uma série de carteiras/endereços. Por favor, selecione o endereço com o qual você gostaria interagir neste momento. '), _defineProperty(_pt$data, 'MNEM_more', 'Mais Endereços '), _defineProperty(_pt$data, 'MNEM_prev', 'Endereço Anterior '), _defineProperty(_pt$data, 'x_Ledger', 'Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_1', 'Conectar-se a Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_2', 'Abra a aplicação Ethereum (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Exp', 'Abra a aplicação Expanse (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Ubq', 'Abra a aplicação Ubiq (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_3', 'Verifique se o Suporte do Navegador está habilitado em Configurações '), _defineProperty(_pt$data, 'ADD_Ledger_scan', 'Conectar-se a Ledger Wallet '), _defineProperty(_pt$data, 'ADD_Ledger_4', 'Se nenhum suporte de navegador for encontrado nas configurações, verifique se [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pt$data, 'ADD_Ledger_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_Ledger_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'WARN_Send_Link', 'Você chegou através de um link que tem o endereço, quantidade de gás, ou campos de dados preenchidos para você. Você pode alterar qualquer informação antes de enviar. Desbloqueie sua carteira para começar. '), _defineProperty(_pt$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_pt$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_scan', 'Conectar-se a Digital Bitbox '), _defineProperty(_pt$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_pt$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_pt$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_pt$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pt$data, 'NODE_Name', 'Node Name'), _defineProperty(_pt$data, 'NODE_Port', 'Node Port'), _defineProperty(_pt$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_pt$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_pt$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_pt$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_pt$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_pt$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_pt$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_pt$data, 'CONTRACT_Read', 'READ '), _defineProperty(_pt$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_pt$data, 'DEP_generate', 'Gerar Bytecode '), _defineProperty(_pt$data, 'DEP_generated', 'Bytecode Gerado '), _defineProperty(_pt$data, 'DEP_signtx', 'Transação Assinada '), _defineProperty(_pt$data, 'DEP_interface', 'Interface Gerada '), _defineProperty(_pt$data, 'SWAP_rates', "Current Rates "), _defineProperty(_pt$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_pt$data, 'SWAP_init_2', " for "), _defineProperty(_pt$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_pt$data, 'SWAP_information', "Your Information "), _defineProperty(_pt$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_pt$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_pt$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_pt$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_pt$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_pt$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_pt$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_pt$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pt$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_pt$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_pt$data, 'SWAP_progress_3', "Received! "), _defineProperty(_pt$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_pt$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_pt$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_pt$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_pt$data, 'MSG_message', 'Message '), _defineProperty(_pt$data, 'MSG_date', 'Date '), _defineProperty(_pt$data, 'MSG_signature', 'Signature '), _defineProperty(_pt$data, 'MSG_verify', 'Verify Message '), _defineProperty(_pt$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_pt$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_pt$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_pt$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_pt$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_pt$data, 'ERROR_0', 'Please enter a valid amount.'), _defineProperty(_pt$data, 'ERROR_1', 'Your password must be at least 9 characters. Please ensure it is a strong password. '), _defineProperty(_pt$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_pt$data, 'ERROR_3', 'This is not a valid wallet file. '), _defineProperty(_pt$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units '), _defineProperty(_pt$data, 'ERROR_5', 'Please enter a valid address. '), _defineProperty(_pt$data, 'ERROR_6', 'Please enter a valid password. '), _defineProperty(_pt$data, 'ERROR_7', 'Please enter valid decimals (Must be integer, 0-18). '), _defineProperty(_pt$data, 'ERROR_8', 'Please enter a valid gas limit (Must be integer. Try 21000-4000000). '), _defineProperty(_pt$data, 'ERROR_9', 'Please enter a valid data value (Must be hex). '), _defineProperty(_pt$data, 'ERROR_10', 'Please enter a valid gas price. (Must be integer. Try 20 GWEI (20000000000 WEI)'), _defineProperty(_pt$data, 'ERROR_11', 'Please enter a valid nonce (Must be integer).'), _defineProperty(_pt$data, 'ERROR_12', 'Invalid signed transaction. '), _defineProperty(_pt$data, 'ERROR_13', 'A wallet with this nickname already exists. '), _defineProperty(_pt$data, 'ERROR_14', 'Wallet not found. '), _defineProperty(_pt$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_pt$data, 'ERROR_16', 'A wallet with this address already exists in storage. Please check your wallets page. '), _defineProperty(_pt$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_pt$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_pt$data, 'ERROR_19', 'Please enter a valid symbol'), _defineProperty(_pt$data, 'ERROR_20', 'Não é um token ERC-20 válido '), _defineProperty(_pt$data, 'ERROR_21', 'Não foi possível estimar o gás. Não há fundos suficientes na conta, ou o endereço do contrato de recebimento iria lançar um erro. Sinta-se livre para definir manualmente o gás e prossiga. A mensagem de erro ao enviar pode ser mais informativa. '), _defineProperty(_pt$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_pt$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_pt$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_pt$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_pt$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_pt$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_pt$data, 'ERROR_28', '**Você precisa do seu arquivo de armazenamento de chaves & senha** (ou Chave Privada) para acessar essa carteira no futuro. Por favor, salve e armazene ela externamente! Não há como recuperar uma carteira se você não salvar isso. Leia a [página de ajuda](https://www.myetherwallet.com/#help) para instruções. '), _defineProperty(_pt$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_pt$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_pt$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_pt$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_pt$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_pt$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pt$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_pt$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_pt$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_pt$data, 'SUCCESS_1', 'Valid address '), _defineProperty(_pt$data, 'SUCCESS_2', 'Wallet successfully decrypted '), _defineProperty(_pt$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_pt$data, 'SUCCESS_4', 'Your wallet was successfully added '), _defineProperty(_pt$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_pt$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_pt$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_pt$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_pt$data, 'GETH_InvalidSender', 'Invalid sender '), _defineProperty(_pt$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_pt$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_pt$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_pt$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_pt$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_pt$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_pt$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_pt$data, 'GETH_NegativeValue', 'Negative value '), _defineProperty(_pt$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_pt$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_pt$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_pt$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_pt$data, 'translate_version', '0.3 '), _defineProperty(_pt$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_pt$data, 'TranslatorName_1', '[ Pedro "ShooterXD" Vieira ](https://www.myetherwallet.com/?gaslimit=21000&to=0x24eB7d82166361A8B69adE6FEA187Cb00FD7c7E1&value=1.0#send-transaction) '), _defineProperty(_pt$data, 'TranslatorAddr_1', ''), _defineProperty(_pt$data, 'TranslatorName_2', '[ Marcos Faria Arruda ](https://www.jusadvisor.com)'), _defineProperty(_pt$data, 'TranslatorAddr_2', 'https://www.jusadvisor.com'), _defineProperty(_pt$data, 'TranslatorName_3', ''), _defineProperty(_pt$data, 'TranslatorAddr_3', ''), _defineProperty(_pt$data, 'TranslatorName_4', ''), _defineProperty(_pt$data, 'TranslatorAddr_4', ''), _defineProperty(_pt$data, 'TranslatorName_5', ''), _defineProperty(_pt$data, 'TranslatorAddr_5', ''), _defineProperty(_pt$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_pt$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_pt$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_pt$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_pt$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_pt$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_pt$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_pt$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_pt$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_pt$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_pt$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_pt$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_pt$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_pt$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_pt$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_pt$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_pt$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_pt$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_pt$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_pt$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_pt$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_pt$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pt$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_pt$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_pt$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_pt$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_pt$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_pt$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_pt$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_pt$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_pt$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_pt$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_pt$data, 'HELP_4_Desc_2', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_pt$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_pt$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_pt$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_pt$data, 'HELP_4CX_Desc_12', 'Using "Enviar Ether & Tokens" Page '), _defineProperty(_pt$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_pt$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_pt$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_pt$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_pt$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_pt$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_pt$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_pt$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_pt$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_pt$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_pt$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_pt$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_pt$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_pt$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_pt$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_pt$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_pt$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_pt$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_pt$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_pt$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_pt$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_pt$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_pt$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_pt$data, 'HELP_9_Title', '9) Is the "Enviar Ether & Tokens" page offline? '), _defineProperty(_pt$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_pt$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_pt$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_pt$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_pt$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_pt$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_pt$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_pt$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_pt$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_pt$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_pt$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_pt$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_pt$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_pt$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pt$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_pt$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_pt$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_pt$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_pt$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_pt$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_pt$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_pt$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_pt$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_pt$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_pt$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_pt$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pt$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_pt$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_pt$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pt$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_pt$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_pt$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_pt$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_pt$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_pt$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_pt$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_pt$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_pt$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_pt$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_pt$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_pt$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_pt$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_pt$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_pt$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_pt$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_pt$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_pt$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_pt$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_pt$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_pt$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_pt$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_pt$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pt$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_pt$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_pt$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _pt$data); +}, _defineProperty(_pt$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pt$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pt$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pt$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pt$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pt$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pt$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pt$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pt$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pt$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pt$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pt$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pt$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_pt$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_pt$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_pt$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_pt$data, 'x_ReadMore', 'Read More'), _defineProperty(_pt$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_pt$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_pt$data, 'x_TXFee', 'TX Fee'), _defineProperty(_pt$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pt$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_pt$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_pt$data, 'tx_Details', 'Transaction Details'), _defineProperty(_pt$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pt$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_pt$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_pt$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_pt$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_pt$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_pt$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_pt$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_pt$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_pt$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_pt$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_pt$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_pt$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_pt$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_pt$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pt$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pt$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pt$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pt$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pt$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pt$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pt$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pt$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pt$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pt$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pt$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pt$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pt$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pt$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pt$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pt$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pt$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pt$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pt$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pt$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pt$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pt$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pt$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pt$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pt$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pt$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pt$data, 'NAV_AddWallet', 'Adicionar Carteira '), _defineProperty(_pt$data, 'NAV_BulkGenerate', 'Gerar Bulk '), _defineProperty(_pt$data, 'NAV_Contact', 'Contato '), _defineProperty(_pt$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_pt$data, 'NAV_DeployContract', 'Implantar Contrato '), _defineProperty(_pt$data, 'NAV_ENS', 'ENS'), _defineProperty(_pt$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_pt$data, 'NAV_GenerateWallet', 'Gerar Carteira '), _defineProperty(_pt$data, 'NAV_Help', 'Ajuda '), _defineProperty(_pt$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_pt$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_pt$data, 'NAV_MyWallets', 'Minhas Carteiras '), _defineProperty(_pt$data, 'NAV_Offline', 'Enviar Offline '), _defineProperty(_pt$data, 'NAV_SendEther', 'Enviar Ether & Tokens '), _defineProperty(_pt$data, 'NAV_SendTokens', 'Enviar Tokens '), _defineProperty(_pt$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_pt$data, 'NAV_Swap', 'Exchange '), _defineProperty(_pt$data, 'NAV_ViewWallet', 'Ver Informação da Carteira '), _defineProperty(_pt$data, 'NAV_YourWallets', 'Suas Carteiras '), _defineProperty(_pt$data, 'x_Access', 'Access '), _defineProperty(_pt$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Você deve saber sua "Conta #" ou sua "Chave Pública". É o que você enviar para que as pessoas possam enviar-lhe ether. Esse ícone é uma maneira fácil de reconhecer o seu endereço. '), _defineProperty(_pt$data, 'x_Address', 'Seu Endereço '), _defineProperty(_pt$data, 'x_Cancel', 'Cancelar '), _defineProperty(_pt$data, 'x_CSV', 'Arquivo CSV (não criptografado) '), _defineProperty(_pt$data, 'x_Download', 'Download '), _defineProperty(_pt$data, 'x_Json', 'Arquivo JSON (não criptografada) '), _defineProperty(_pt$data, 'x_JsonDesc', 'Este é o descriptografado, formato JSON da sua chave privada. Isto significa que você não precisa da senha, mas qualquer um que encontrar o seu JSON pode acessar sua carteira & Éter sem a senha. '), _defineProperty(_pt$data, 'x_Keystore', 'Arquivo de armazenamento de chaves (UTC / JSON · Recomendado · Criptografado) '), _defineProperty(_pt$data, 'x_Keystore2', 'Arquivo de armazenamento de chaves (UTC / JSON) '), _defineProperty(_pt$data, 'x_KeystoreDesc', 'Este arquivo de armazenamento de chaves corresponde ao formato usado pela Mist para que você possa facilmente importá-lo no futuro. É recomendado que o arquivo seja transferido e feito seu backup. '), _defineProperty(_pt$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pt$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_pt$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_pt$data, 'x_Password', 'Senha '), _defineProperty(_pt$data, 'x_Print', 'Imprimir Carteira de Papel '), _defineProperty(_pt$data, 'x_PrintDesc', 'Dica: Clique impressão e salve como PDF, mesmo se você não possui uma impressora! '), _defineProperty(_pt$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_pt$data, 'x_PrivKey', 'Chave Privada (não criptografada) '), _defineProperty(_pt$data, 'x_PrivKey2', 'Chave Privada '), _defineProperty(_pt$data, 'x_PrivKeyDesc', 'Essa é a versão de texto não criptografada da sua chave privada, o que significa que nenhuma senha é necessária. Se alguém encontrar a sua chave privada sem criptografia, eles podem acessar sua carteira sem a senha. Por esta razão, as versões codificadas são tipicamente recomendadas. '), _defineProperty(_pt$data, 'x_Save', 'Salvar '), _defineProperty(_pt$data, 'x_TXT', 'Arquivo TXT (não criptografado) '), _defineProperty(_pt$data, 'x_Wallet', 'Carteira '), _defineProperty(_pt$data, 'MEW_Warning_1', 'Sempre verifique a URL antes de acessar sua carteira ou criar uma nova carteira. Cuidado com os sites de phishing! '), _defineProperty(_pt$data, 'CX_Warning_1', 'Certifique-se de que você tem ** backups externos ** de quaisquer carteiras armazenadas aqui. Muitas coisas podem acontecer que faria com que você perdesse os dados nesta extensão Chrome, incluindo desinstalar e reinstalar a extensão. Esta extensão é uma maneira de acessar facilmente as suas carteiras, ** não ** uma forma de apoiá-los. '), _defineProperty(_pt$data, 'MEW_Tagline', 'Fonte aberta JavaScript para o client-side da Carteira Ether '), _defineProperty(_pt$data, 'CX_Tagline', 'Fonte Aberta JavaScript para o client-side da Carteira Ether para extensão do Chrome '), _defineProperty(_pt$data, 'FOOTER_1', 'Uma fonte aberta, javascript, ferramenta do client-side para gerar Carteiras Ethereum & envio de transações. '), _defineProperty(_pt$data, 'FOOTER_1b', 'Criado por '), _defineProperty(_pt$data, 'FOOTER_2', 'Doações serão muito apreciadas: '), _defineProperty(_pt$data, 'FOOTER_3', 'Carteira Client-side gerada por '), _defineProperty(_pt$data, 'FOOTER_4', 'Aviso Legal '), _defineProperty(_pt$data, 'sidebar_AccountInfo', 'Informações da Conta '), _defineProperty(_pt$data, 'sidebar_AccountAddr', 'Endereço da Conta '), _defineProperty(_pt$data, 'sidebar_AccountBal', 'Saldo da Conta '), _defineProperty(_pt$data, 'sidebar_TokenBal', 'Saldo de Tokens '), _defineProperty(_pt$data, 'sidebar_Equiv', 'Valor Equivalente '), _defineProperty(_pt$data, 'sidebar_TransHistory', 'Histórico de Transações '), _defineProperty(_pt$data, 'sidebar_donation', 'MyEtherWallet é grátis, um serviço de fonte aberta dedicado a sua privacidade e segurança. Quanto mais doações nós recebermos, mais podemos gastar criando novidade, ouvindo seu feedback, e entregando o que você deseja. Somos apenas duas pessoas tentando mudar o mundo. Ajude-nos? '), _defineProperty(_pt$data, 'sidebar_donate', 'De '), _defineProperty(_pt$data, 'sidebar_thanks', 'OBRIGADO!!! '), _defineProperty(_pt$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_pt$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_pt$data, 'decrypt_Access', 'Como você gostaria de acessar sua carteira? '), _defineProperty(_pt$data, 'decrypt_Title', 'Selecione o formato da sua chave privada: '), _defineProperty(_pt$data, 'decrypt_Select', 'Selecione uma Carteira: '), _defineProperty(_pt$data, 'ADD_Label_1', 'O que você gostaria de fazer? '), _defineProperty(_pt$data, 'ADD_Radio_1', 'Gerar Nova Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2', 'Selecione seu arquivo da Carteira (Keystore / JSON) '), _defineProperty(_pt$data, 'ADD_Radio_2_alt', 'Selecione seu arquivo da Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2_short', 'SELECIONE O ARQUIVO DA CARTEIRA... '), _defineProperty(_pt$data, 'ADD_Radio_3', 'Cole/Digite sua Chave Privada '), _defineProperty(_pt$data, 'ADD_Radio_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Radio_5', 'Cole/Digite sua Mnemonic '), _defineProperty(_pt$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_pt$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pt$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_pt$data, 'ADD_Label_2', 'Crie um Apelido: '), _defineProperty(_pt$data, 'ADD_Label_3', 'Sua carteira é criptografada. Por favor, insira a senha '), _defineProperty(_pt$data, 'ADD_Label_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Warning_1', 'Você pode adicionar qualquer conta para "ver" na tab de carteiras sem fazer o upload da chave privada. Isso significa que você ** não ** tem acesso a essa carteira, nem pode transferir Ether a partir dela. '), _defineProperty(_pt$data, 'ADD_Label_5', 'Insira o Endereço '), _defineProperty(_pt$data, 'ADD_Label_6', 'Desbloqueie sua Carteira '), _defineProperty(_pt$data, 'ADD_Label_6_short', 'Desbloqueie '), _defineProperty(_pt$data, 'ADD_Label_7', 'Adicionar Conta '), _defineProperty(_pt$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pt$data, 'GEN_desc', 'Se você quer gerar multiplas carteiras. você pode fazer isso aqui '), _defineProperty(_pt$data, 'GEN_Label_1', 'Insira uma senha forte (pelo menos 9 dígitos) '), _defineProperty(_pt$data, 'GEN_Placeholder_1', 'NÃO esqueça de salvar isso! '), _defineProperty(_pt$data, 'GEN_SuccessMsg', 'Sucesso! Sua carteira foi gerada. '), _defineProperty(_pt$data, 'GEN_Label_2', 'Salve seu arquivo de armazenamento de chaves. Não esqueça da sua senha acima. '), _defineProperty(_pt$data, 'GEN_Label_3', 'Salve Seu Enderço. '), _defineProperty(_pt$data, 'GEN_Label_4', 'Opcional: Imprima sua carteira de papel, ou guarde a versão do código QR. '), _defineProperty(_pt$data, 'BULK_Label_1', 'Número de Carteiras a gerar '), _defineProperty(_pt$data, 'BULK_Label_2', 'Gerar Carteiras '), _defineProperty(_pt$data, 'BULK_SuccessMsg', 'Sucesso! Suas carteiras foram geradas. '), _defineProperty(_pt$data, 'SEND_addr', 'Para o Endereço '), _defineProperty(_pt$data, 'SEND_amount', 'Valor a enviar '), _defineProperty(_pt$data, 'SEND_amount_short', 'Valor '), _defineProperty(_pt$data, 'SEND_custom', 'Adicionar token personalizado '), _defineProperty(_pt$data, 'SEND_gas', 'Gás '), _defineProperty(_pt$data, 'SEND_TransferTotal', 'Enviar o Salto Total '), _defineProperty(_pt$data, 'SEND_generate', 'Gerar Transação '), _defineProperty(_pt$data, 'SEND_raw', 'Transação Raw '), _defineProperty(_pt$data, 'SEND_signed', 'Transação Assinada '), _defineProperty(_pt$data, 'SEND_trans', 'Enviar Transação '), _defineProperty(_pt$data, 'SENDModal_Title', 'Cuidado! '), _defineProperty(_pt$data, 'SENDModal_Content_1', 'Você está prestes a enviar '), _defineProperty(_pt$data, 'SENDModal_Content_2', 'para o endereço '), _defineProperty(_pt$data, 'SENDModal_Content_3', 'Você tem certeza que quer fazer isso? '), _defineProperty(_pt$data, 'SENDModal_Content_4', 'NOTA: Se você encontrar um erro, você provavelmente precisará adicionar ether a sua conta para cobrir o custo do gás para o envio de tokens. Gás é pago em ether. '), _defineProperty(_pt$data, 'SENDModal_No', 'Não, me tire daqui! '), _defineProperty(_pt$data, 'SENDModal_Yes', 'Sim, eu tenho certeza! Faça a transação. '), _defineProperty(_pt$data, 'TOKEN_Addr', 'Endereço do Token Contract '), _defineProperty(_pt$data, 'TOKEN_Symbol', 'Símbolo do Token '), _defineProperty(_pt$data, 'TOKEN_Dec', 'Decimais '), _defineProperty(_pt$data, 'TOKEN_show', 'Mostre todos os Tokens '), _defineProperty(_pt$data, 'TOKEN_hide', 'Esconder Tokens '), _defineProperty(_pt$data, 'TRANS_desc', ''), _defineProperty(_pt$data, 'TRANS_warning', 'Se você estiver usando somente "ETH" ou "ETC" Funções que você está enviando através de um contrato. Alguns serviços têm problemas para aceitar essas transações. Leia mais. '), _defineProperty(_pt$data, 'TRANS_advanced', '+Avançado: Adicionar dados '), _defineProperty(_pt$data, 'TRANS_data', 'Dados '), _defineProperty(_pt$data, 'TRANS_gas', 'Gás Limit '), _defineProperty(_pt$data, 'TRANS_sendInfo', 'Uma transação padrão usando 21000 gás irá custar 0.000441 ETH. Nós usamos um preço ligeiramente acima do mínima de gás de 0,000000021 ETH para garantir que ele seja minado rapidamente. Nós não recebemos nenhuma taxa de transação. '), _defineProperty(_pt$data, 'TRANSModal_Title', '"Só ETH" e "Só ETC" Transações '), _defineProperty(_pt$data, 'TRANSModal_Content_0', 'Uma nota sobre diferentes transações e diferentes serviços: '), _defineProperty(_pt$data, 'TRANSModal_Content_1', '**ETH (Transação Padrão): ** Isso gera uma transação padrão diretamente de um endereço para outro. Tem um gás padrão de 21000. É provável que qualquer ETH enviados através deste método serão repetidos para a cadeia ETC.. '), _defineProperty(_pt$data, 'TRANSModal_Content_2', '**Só ETH: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETH**. '), _defineProperty(_pt$data, 'TRANSModal_Content_3', '**Só ETC: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETC**. '), _defineProperty(_pt$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Envia somente via Transação Padrão. Se você enviar via contrato "único", você vai precisar contatar a equipe de suporte para adicionar manualmente o seu balanço ou reembolsá-lo. [Pode tentar Shapeshift\'s ferramenta de "mistura".](https://split.shapeshift.io/) '), _defineProperty(_pt$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Sem problemas conhecidos. Use qualquer um. '), _defineProperty(_pt$data, 'TRANSModal_Yes', 'Legal, agora eu entendi. '), _defineProperty(_pt$data, 'TRANSModal_No', 'Oh Deus, eu fiquei mais confuso. Ajude-me. '), _defineProperty(_pt$data, 'OFFLINE_Title', 'Gere & Envie Transações Offline '), _defineProperty(_pt$data, 'OFFLINE_Desc', 'Gerar transações offline pode ser feita em três passos. Você vai completar os passos 1 e 3 em um computador online, e o passo 2 em um computador offline/airgapped. Isto garante que suas chaves privadas não sejam utilizadas em um dispositivo conectado à internet. '), _defineProperty(_pt$data, 'OFFLLINE_Step1_Title', 'Passo 1: Gerar a Informação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step1_Button', 'Gerar Informaçoes '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_1', 'Do Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_2', 'Nota: Este é o endereço de partina, não o endereço de destino. O valor aleatório é gerado a partir da conta de origem. Se estiver usando um computador airgapped, seria o endereço da conta de armazenagem a frio. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer) '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_1', 'Para o Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantia para Enviar '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3', 'Preço do Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4', 'Limite de Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4b', '21000 é o limite de gás padrão. Quando você envia contratos ou adiciona os dados, isso pode ter de ser diferente. Qualquer gás não utilizado será devolvido a você. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6', 'Dados '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6b', 'Isto é opcional. Os dados são frequentemente utilizados quando se envia transações com contratos. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_7', 'Insira / Selecione sua Chave Privada / JSON. '), _defineProperty(_pt$data, 'OFFLINE_Step3_Title', 'Passo 3: Envia / Publica a Transação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step3_Label_1', 'Cole a transação assinada do Passo 2 e aperte o botão "ENVIAR TRANSAÇÃO". '), _defineProperty(_pt$data, 'MYWAL_Nick', 'Apelido da Carteira '), _defineProperty(_pt$data, 'MYWAL_Address', 'Endereço da Carteira '), _defineProperty(_pt$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_pt$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_pt$data, 'MYWAL_View', 'Ver '), _defineProperty(_pt$data, 'MYWAL_Remove', 'Remover '), _defineProperty(_pt$data, 'MYWAL_RemoveWal', 'Remover Carteira: '), _defineProperty(_pt$data, 'MYWAL_WatchOnly', 'Suas contas somente de exibição '), _defineProperty(_pt$data, 'MYWAL_Viewing', 'Exibindo Carteira '), _defineProperty(_pt$data, 'MYWAL_Hide', 'Esconder Info da Carteira '), _defineProperty(_pt$data, 'MYWAL_Edit_2', 'Editar Carteira '), _defineProperty(_pt$data, 'MYWAL_Name', 'Nome da Carteira '), _defineProperty(_pt$data, 'MYWAL_Content_1', 'Cuidado! Você está prestes a remover sua carteira '), _defineProperty(_pt$data, 'MYWAL_Content_2', 'Certifique-se de que **salvou a chave privada e / ou o Arquivo do Keystore e a senha** antes de removê-la. '), _defineProperty(_pt$data, 'MYWAL_Content_3', 'Se pretender utilizar esta carteira com o MyEtherWallet CX no futuro, terá de voltar a adicioná-la manualmente utilizando a chave privada/JSON e a palavra-passe. '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_pt$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_pt$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pt$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pt$data, 'MNEM_1', 'Por favor, selecione o endereço com o qual você gostaria de interagir. '), _defineProperty(_pt$data, 'MNEM_2', 'Sua frase HD mnemônica única pode acessar uma série de carteiras/endereços. Por favor, selecione o endereço com o qual você gostaria interagir neste momento. '), _defineProperty(_pt$data, 'MNEM_more', 'Mais Endereços '), _defineProperty(_pt$data, 'MNEM_prev', 'Endereço Anterior '), _defineProperty(_pt$data, 'x_Ledger', 'Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_1', 'Conectar-se a Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_2', 'Abra a aplicação Ethereum (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Exp', 'Abra a aplicação Expanse (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Ubq', 'Abra a aplicação Ubiq (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_3', 'Verifique se o Suporte do Navegador está habilitado em Configurações '), _defineProperty(_pt$data, 'ADD_Ledger_scan', 'Conectar-se a Ledger Wallet '), _defineProperty(_pt$data, 'ADD_Ledger_4', 'Se nenhum suporte de navegador for encontrado nas configurações, verifique se [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pt$data, 'ADD_Ledger_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_Ledger_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'WARN_Send_Link', 'Você chegou através de um link que tem o endereço, quantidade de gás, ou campos de dados preenchidos para você. Você pode alterar qualquer informação antes de enviar. Desbloqueie sua carteira para começar. '), _defineProperty(_pt$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_pt$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_scan', 'Conectar-se a Digital Bitbox '), _defineProperty(_pt$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_pt$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_pt$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_pt$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pt$data, 'NODE_Name', 'Node Name'), _defineProperty(_pt$data, 'NODE_Port', 'Node Port'), _defineProperty(_pt$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_pt$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_pt$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_pt$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_pt$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_pt$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_pt$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_pt$data, 'CONTRACT_Read', 'READ '), _defineProperty(_pt$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_pt$data, 'DEP_generate', 'Gerar Bytecode '), _defineProperty(_pt$data, 'DEP_generated', 'Bytecode Gerado '), _defineProperty(_pt$data, 'DEP_signtx', 'Transação Assinada '), _defineProperty(_pt$data, 'DEP_interface', 'Interface Gerada '), _defineProperty(_pt$data, 'SWAP_rates', "Current Rates "), _defineProperty(_pt$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_pt$data, 'SWAP_init_2', " for "), _defineProperty(_pt$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_pt$data, 'SWAP_information', "Your Information "), _defineProperty(_pt$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_pt$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_pt$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_pt$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_pt$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_pt$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_pt$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_pt$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pt$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_pt$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_pt$data, 'SWAP_progress_3', "Received! "), _defineProperty(_pt$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_pt$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_pt$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_pt$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_pt$data, 'MSG_message', 'Message '), _defineProperty(_pt$data, 'MSG_date', 'Date '), _defineProperty(_pt$data, 'MSG_signature', 'Signature '), _defineProperty(_pt$data, 'MSG_verify', 'Verify Message '), _defineProperty(_pt$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_pt$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_pt$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_pt$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_pt$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_pt$data, 'ERROR_0', 'Please enter a valid amount.'), _defineProperty(_pt$data, 'ERROR_1', 'Your password must be at least 9 characters. Please ensure it is a strong password. '), _defineProperty(_pt$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_pt$data, 'ERROR_3', 'This is not a valid wallet file. '), _defineProperty(_pt$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units '), _defineProperty(_pt$data, 'ERROR_5', 'Please enter a valid address. '), _defineProperty(_pt$data, 'ERROR_6', 'Please enter a valid password. '), _defineProperty(_pt$data, 'ERROR_7', 'Please enter valid decimals (Must be integer, 0-18). '), _defineProperty(_pt$data, 'ERROR_8', 'Please enter a valid gas limit (Must be integer. Try 21000-4000000). '), _defineProperty(_pt$data, 'ERROR_9', 'Please enter a valid data value (Must be hex). '), _defineProperty(_pt$data, 'ERROR_10', 'Please enter a valid gas price. (Must be integer. Try 20 GWEI (20000000000 WEI)'), _defineProperty(_pt$data, 'ERROR_11', 'Please enter a valid nonce (Must be integer).'), _defineProperty(_pt$data, 'ERROR_12', 'Invalid signed transaction. '), _defineProperty(_pt$data, 'ERROR_13', 'A wallet with this nickname already exists. '), _defineProperty(_pt$data, 'ERROR_14', 'Wallet not found. '), _defineProperty(_pt$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_pt$data, 'ERROR_16', 'A wallet with this address already exists in storage. Please check your wallets page. '), _defineProperty(_pt$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_pt$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_pt$data, 'ERROR_19', 'Please enter a valid symbol'), _defineProperty(_pt$data, 'ERROR_20', 'Não é um token ERC-20 válido '), _defineProperty(_pt$data, 'ERROR_21', 'Não foi possível estimar o gás. Não há fundos suficientes na conta, ou o endereço do contrato de recebimento iria lançar um erro. Sinta-se livre para definir manualmente o gás e prossiga. A mensagem de erro ao enviar pode ser mais informativa. '), _defineProperty(_pt$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_pt$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_pt$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_pt$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_pt$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_pt$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_pt$data, 'ERROR_28', '**Você precisa do seu arquivo de armazenamento de chaves & senha** (ou Chave Privada) para acessar essa carteira no futuro. Por favor, salve e armazene ela externamente! Não há como recuperar uma carteira se você não salvar isso. Leia a [página de ajuda](https://www.myetherwallet.com/#help) para instruções. '), _defineProperty(_pt$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_pt$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_pt$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_pt$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_pt$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_pt$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pt$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_pt$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_pt$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_pt$data, 'SUCCESS_1', 'Valid address '), _defineProperty(_pt$data, 'SUCCESS_2', 'Wallet successfully decrypted '), _defineProperty(_pt$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_pt$data, 'SUCCESS_4', 'Your wallet was successfully added '), _defineProperty(_pt$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_pt$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_pt$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_pt$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_pt$data, 'GETH_InvalidSender', 'Invalid sender '), _defineProperty(_pt$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_pt$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_pt$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_pt$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_pt$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_pt$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_pt$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_pt$data, 'GETH_NegativeValue', 'Negative value '), _defineProperty(_pt$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_pt$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_pt$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_pt$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_pt$data, 'translate_version', '0.3 '), _defineProperty(_pt$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_pt$data, 'TranslatorName_1', '[ Pedro "ShooterXD" Vieira ](https://www.myetherwallet.com/?gaslimit=21000&to=0x24eB7d82166361A8B69adE6FEA187Cb00FD7c7E1&value=1.0#send-transaction) '), _defineProperty(_pt$data, 'TranslatorAddr_1', ''), _defineProperty(_pt$data, 'TranslatorName_2', '[ Marcos Faria Arruda ](https://www.jusadvisor.com)'), _defineProperty(_pt$data, 'TranslatorAddr_2', 'https://www.jusadvisor.com'), _defineProperty(_pt$data, 'TranslatorName_3', ''), _defineProperty(_pt$data, 'TranslatorAddr_3', ''), _defineProperty(_pt$data, 'TranslatorName_4', ''), _defineProperty(_pt$data, 'TranslatorAddr_4', ''), _defineProperty(_pt$data, 'TranslatorName_5', ''), _defineProperty(_pt$data, 'TranslatorAddr_5', ''), _defineProperty(_pt$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_pt$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_pt$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_pt$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_pt$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_pt$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_pt$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_pt$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_pt$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_pt$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_pt$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_pt$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_pt$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_pt$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_pt$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_pt$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_pt$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_pt$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_pt$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_pt$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_pt$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_pt$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pt$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_pt$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_pt$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_pt$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_pt$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_pt$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_pt$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_pt$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_pt$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_pt$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_pt$data, 'HELP_4_Desc_2', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_pt$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_pt$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_pt$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_pt$data, 'HELP_4CX_Desc_12', 'Using "Enviar Ether & Tokens" Page '), _defineProperty(_pt$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_pt$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_pt$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_pt$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_pt$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_pt$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_pt$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_pt$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_pt$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_pt$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_pt$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_pt$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_pt$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_pt$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_pt$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_pt$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_pt$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_pt$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_pt$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_pt$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_pt$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_pt$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_pt$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_pt$data, 'HELP_9_Title', '9) Is the "Enviar Ether & Tokens" page offline? '), _defineProperty(_pt$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_pt$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_pt$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_pt$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_pt$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_pt$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_pt$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_pt$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_pt$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_pt$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_pt$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_pt$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_pt$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_pt$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pt$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_pt$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_pt$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_pt$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_pt$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_pt$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_pt$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_pt$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_pt$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_pt$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_pt$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_pt$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pt$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_pt$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_pt$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pt$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_pt$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_pt$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_pt$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_pt$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_pt$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_pt$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_pt$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_pt$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_pt$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_pt$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_pt$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_pt$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_pt$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_pt$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_pt$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_pt$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_pt$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_pt$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_pt$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_pt$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_pt$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_pt$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pt$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_pt$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_pt$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _pt$data); module.exports = pt; @@ -17677,7 +17674,7 @@ ru.data = (_ru$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ru$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ru$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ru$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ru$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ru$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ru$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ru$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ru$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ru$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ru$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ru$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ru$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ru$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ru$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ru$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ru$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ru$data, 'x_ReadMore', 'Read More'), _defineProperty(_ru$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ru$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ru$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ru$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ru$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ru$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ru$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ru$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ru$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ru$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ru$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ru$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ru$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ru$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ru$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ru$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ru$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ru$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ru$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ru$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ru$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ru$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ru$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ru$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ru$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ru$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ru$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ru$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ru$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ru$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ru$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ru$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ru$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ru$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ru$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ru$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ru$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ru$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ru$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ru$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ru$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ru$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ru$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ru$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ru$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ru$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ru$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ru$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ru$data, 'NAV_AddWallet', 'Добавить кошелёк '), _defineProperty(_ru$data, 'NAV_BulkGenerate', 'Создать несколько кошельков '), _defineProperty(_ru$data, 'NAV_Contact', 'Контакты '), _defineProperty(_ru$data, 'NAV_Contracts', 'контракт '), _defineProperty(_ru$data, 'NAV_DeployContract', 'Опубликовать контракт '), _defineProperty(_ru$data, 'NAV_ENS', 'ENS'), _defineProperty(_ru$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ru$data, 'NAV_GenerateWallet', 'Создать кошелёк '), _defineProperty(_ru$data, 'NAV_Help', 'Справка '), _defineProperty(_ru$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_ru$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ru$data, 'NAV_MyWallets', 'Мои кошельки '), _defineProperty(_ru$data, 'NAV_Offline', 'Оффлайн-перевод '), _defineProperty(_ru$data, 'NAV_SendEther', 'Перевести эфир (ether) и токены '), _defineProperty(_ru$data, 'NAV_SendTokens', 'Перевести токены '), _defineProperty(_ru$data, 'NAV_SignMsg', 'Подписать сообщение '), _defineProperty(_ru$data, 'NAV_Swap', 'Обмен '), _defineProperty(_ru$data, 'NAV_ViewWallet', 'Информация о кошельке '), _defineProperty(_ru$data, 'NAV_YourWallets', 'Ваши кошельки '), _defineProperty(_ru$data, 'x_Access', 'Подключиться '), _defineProperty(_ru$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Это можно назвать "номер Вашего счёта" или "Ваш открытый ключ". Вы сообщаете этот адрес людям, чтобы они могли отправлять Вам эфир (ether). Картинка позволяет легко опознать Ваш адрес среди других адресов. '), _defineProperty(_ru$data, 'x_Address', 'Ваш адрес '), _defineProperty(_ru$data, 'x_Cancel', 'Отменить '), _defineProperty(_ru$data, 'x_CSV', 'Файл CSV (не зашифрован) '), _defineProperty(_ru$data, 'x_Download', 'Скачать '), _defineProperty(_ru$data, 'x_Json', 'Файл JSON (не зашифрован) '), _defineProperty(_ru$data, 'x_JsonDesc', 'Это Ваш незашифрованный закрытый ключ в формате JSON, для использования которого не требуется воодить пароль. Любой, у кого есть этот файл, может распоряжаться вашим кошельком и эфиром (ether) без ввода пароля. '), _defineProperty(_ru$data, 'x_Keystore', 'Файл Keystore (UTC / JSON · рекомендуется · зашифрован) '), _defineProperty(_ru$data, 'x_Keystore2', 'Файл Keystore (UTC / JSON) '), _defineProperty(_ru$data, 'x_KeystoreDesc', 'Этот файл Keystore использует формат совместимый с Mist. Вы сможете в будущем импортировать его. Рекомендуется скачать этот файл и сделать резервную копию. '), _defineProperty(_ru$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ru$data, 'x_Mnemonic', 'Кодовая фраза '), _defineProperty(_ru$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_ru$data, 'x_Password', 'Пароль '), _defineProperty(_ru$data, 'x_Print', 'Напечатать бумажный кошелёк '), _defineProperty(_ru$data, 'x_PrintDesc', 'Для профи: Нажмите "Печать" и сохраните это в формате PDF, если у Вас нет принтера! '), _defineProperty(_ru$data, 'x_PrintShort', 'Печать '), _defineProperty(_ru$data, 'x_PrivKey', 'Закрытый ключ (не зашифрован) '), _defineProperty(_ru$data, 'x_PrivKey2', 'Закрытый ключ '), _defineProperty(_ru$data, 'x_PrivKeyDesc', 'Это незашифрованное текстовое представление Вашего закрытого ключа, для использования которого не требуется вводить пароль. Если посторонние узнают Ваш закрытый ключ, они смогут распоряжаться Вашим кошельком без ввода пароля. По этой причине, обычно рекомендуют использовать зашифрованную версию закрытого ключа. '), _defineProperty(_ru$data, 'x_Save', 'Сохранить '), _defineProperty(_ru$data, 'x_TXT', 'Файл TXT (не зашифрован) '), _defineProperty(_ru$data, 'x_Wallet', 'кошелёк '), _defineProperty(_ru$data, 'MEW_Warning_1', 'Всегда проверяйте URL перед тем, как воспользоваться существующим кошельком или создать новый. Опасайтесь поддельных (фишинговых) сайтов! '), _defineProperty(_ru$data, 'CX_Warning_1', 'Всегда имейте **резервную копию** всех кошельков, которые Вы храните здесь. Различные обстоятельства могут привести к тому, что данные, хранимые в этом расширении браузера Chrome, могут быть потеряны, например если Вы удалите или переустановите расширение. Это расширение облегчает использование Ваших кошельков, но оно **не является** надежным местом для их хранения. '), _defineProperty(_ru$data, 'MEW_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом '), _defineProperty(_ru$data, 'CX_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом в виде расширения для браузера Chrome '), _defineProperty(_ru$data, 'FOOTER_1', 'Написанный на javascript инструмент с открытым исходным кодом для создания Ethereum кошельков и выполнения транзакций. '), _defineProperty(_ru$data, 'FOOTER_1b', 'Авторы: '), _defineProperty(_ru$data, 'FOOTER_2', 'Пожертвования приветствуются: '), _defineProperty(_ru$data, 'FOOTER_3', 'Создание кошелька на стороне клиента от '), _defineProperty(_ru$data, 'FOOTER_4', 'Отказ от ответственности '), _defineProperty(_ru$data, 'sidebar_AccountInfo', 'Информация о счёте '), _defineProperty(_ru$data, 'sidebar_AccountAddr', 'Адрес (номер) счёта '), _defineProperty(_ru$data, 'sidebar_AccountBal', 'Баланс счёта '), _defineProperty(_ru$data, 'sidebar_TokenBal', 'Балансы токенов '), _defineProperty(_ru$data, 'sidebar_Equiv', 'Эквивалентные значения '), _defineProperty(_ru$data, 'sidebar_TransHistory', 'История транзакций '), _defineProperty(_ru$data, 'sidebar_donation', 'MyEtherWallet — это бесплатный сервис с открытым исходным кодом, заботящийся о Вашей безопасности и неприкосновенности Вашей частной жизни. Чем больше пожертвований мы получаем, тем больше времени мы проводим, добавляя новые возможности, прислушиваясь к Вашим пожеланиям и предоставляя Вам то, что Вам необходимо. Мы — всего лишь два человека, пытающиеся изменить Мир. Вы поможете нам? '), _defineProperty(_ru$data, 'sidebar_donate', 'Пожертвовать '), _defineProperty(_ru$data, 'sidebar_thanks', 'СПАСИБО!!! '), _defineProperty(_ru$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ru$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ru$data, 'decrypt_Access', 'Каким способом Вы хотите получать доступ к своему кошельку? '), _defineProperty(_ru$data, 'decrypt_Title', 'Выберите формат Вашего закрытого ключа: '), _defineProperty(_ru$data, 'decrypt_Select', 'Выберите кошелёк: '), _defineProperty(_ru$data, 'ADD_Label_1', 'Что Вы хотите сделать? '), _defineProperty(_ru$data, 'ADD_Radio_1', 'Создать новый кошелёк '), _defineProperty(_ru$data, 'ADD_Radio_2', 'Выбрать файл с кошельком (Keystore/JSON) '), _defineProperty(_ru$data, 'ADD_Radio_2_alt', 'Выбрать файл с кошельком '), _defineProperty(_ru$data, 'ADD_Radio_2_short', 'ВЫБРАТЬ ФАЙЛ С КОШЕЛЬКОМ... '), _defineProperty(_ru$data, 'ADD_Radio_3', 'Вставить или ввести Ваш закрытый ключ '), _defineProperty(_ru$data, 'ADD_Radio_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Radio_5', 'Скопируйте или введите кодовую фразу '), _defineProperty(_ru$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ru$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ru$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_ru$data, 'ADD_Label_2', 'Присвоить название: '), _defineProperty(_ru$data, 'ADD_Label_3', 'Ваш кошелёк зашифрован. Пожалуйста, введите пароль '), _defineProperty(_ru$data, 'ADD_Label_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Warning_1', 'Вы можете добавить счёт в "список слежения" на вкладке "кошельки", не загружая закрытый ключ. Добавление счёта в список слежения не означает, что вы имеете доступ к этому счёту, или можете распоряжаться эфиром (ether), лежащим на нём. '), _defineProperty(_ru$data, 'ADD_Label_5', 'Введите адрес '), _defineProperty(_ru$data, 'ADD_Label_6', 'Отпереть кошелёк '), _defineProperty(_ru$data, 'ADD_Label_6_short', 'Отпереть '), _defineProperty(_ru$data, 'ADD_Label_7', 'Добавить счёт '), _defineProperty(_ru$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ru$data, 'GEN_desc', 'Если Вы хотите создать несколько кошельков, Вы можете сделать это здесь '), _defineProperty(_ru$data, 'GEN_Label_1', 'Введите сложный пароль (не менее 9 символов) '), _defineProperty(_ru$data, 'GEN_Placeholder_1', 'Не забудьте сохранить это! '), _defineProperty(_ru$data, 'GEN_SuccessMsg', 'Поздравляем! Ваш кошелёк успешно создан. '), _defineProperty(_ru$data, 'GEN_Label_2', 'Сохраните Ваш файл Keystore/JSON или закрытый ключ. Не забывайте Ваш пароль! '), _defineProperty(_ru$data, 'GEN_Label_3', 'Сохраните Ваш адрес. '), _defineProperty(_ru$data, 'GEN_Label_4', 'Напечатайте бумажный кошелёк или сохраните QR код. (по желанию) '), _defineProperty(_ru$data, 'BULK_Label_1', 'Сколько кошельков создать '), _defineProperty(_ru$data, 'BULK_Label_2', 'Создать кошельки '), _defineProperty(_ru$data, 'BULK_SuccessMsg', 'Поздравляем! Ваши кошельки успешно созданы. '), _defineProperty(_ru$data, 'SEND_addr', 'Адрес получателя '), _defineProperty(_ru$data, 'SEND_amount', 'Сумма перевода '), _defineProperty(_ru$data, 'SEND_amount_short', 'Сумма '), _defineProperty(_ru$data, 'SEND_custom', 'Другое '), _defineProperty(_ru$data, 'SEND_gas', 'Газ '), _defineProperty(_ru$data, 'SEND_TransferTotal', 'Перевести весь доступный баланс '), _defineProperty(_ru$data, 'SEND_generate', 'Сформировать транзакцию '), _defineProperty(_ru$data, 'SEND_raw', 'Готовая транзакция '), _defineProperty(_ru$data, 'SEND_signed', 'Подписанная транзакция '), _defineProperty(_ru$data, 'SEND_trans', 'Отправить транзакцию '), _defineProperty(_ru$data, 'SENDModal_Title', 'Внимание! '), _defineProperty(_ru$data, 'SENDModal_Content_1', 'Вы собираетесь перевести '), _defineProperty(_ru$data, 'SENDModal_Content_2', 'на адрес '), _defineProperty(_ru$data, 'SENDModal_Content_3', 'Вы уверены, что хотите сделать это? '), _defineProperty(_ru$data, 'SENDModal_Content_4', 'К СВЕДЕНИЮ: Если произошла ошибка, Вам скорее всего надо положить ещё немного эфира (ether) на Ваш счёт, чтобы покрыть расходы на газ при пре переводе токенов. Расходы на газ оплачиваются эфиром (ether). '), _defineProperty(_ru$data, 'SENDModal_No', 'Нет, отменить транзакцию! '), _defineProperty(_ru$data, 'SENDModal_Yes', 'Да, я уверен! Выполнить транзакцию. '), _defineProperty(_ru$data, 'TOKEN_Addr', 'Адрес токена'), _defineProperty(_ru$data, 'TOKEN_Symbol', 'Символ токена '), _defineProperty(_ru$data, 'TOKEN_Dec', 'Дробность (знаков после запятой) '), _defineProperty(_ru$data, 'TRANS_desc', 'Если Вы хотите перевести токены, используйте страницу "Отправить токены". '), _defineProperty(_ru$data, 'TRANS_warning', 'Если Вы используете функции "только ETH" или "только ETC", перевод будет выполнен с помощью контракта. У некоторых сервисов могут возникнуть проблемы с приёмом таких переводов. Уточните этот вопрос. '), _defineProperty(_ru$data, 'TRANS_advanced', '+Дополнительно: добавить данные '), _defineProperty(_ru$data, 'TRANS_data', 'Данные '), _defineProperty(_ru$data, 'TRANS_sendInfo', 'Стандартная транзакция, использующая 21000 газа, будет стоить 0,000441 эфира (ether). Мы указываем цену газа немного выше минимально возможной: 0,000000021 эфира (ether), для того, чтобы ускорить выполнение танзакций. Мы не берём комиссию за выполнение транзакций. '), _defineProperty(_ru$data, 'TRANSModal_Title', 'Транзакции вида "только ETH" и "только ETC" '), _defineProperty(_ru$data, 'TRANSModal_Content_0', 'О видах транзакций и сервисах: '), _defineProperty(_ru$data, 'TRANSModal_Content_1', '**Эфир (ether, обычная транзакция): ** Выполняет обычный перевод напрямую с одного адреса на другой. Используется стандартное количесвто газа: 21000. В большинстве случаев, перевод ETH, выполненный этим способом, можно будет продублировать для ETC. '), _defineProperty(_ru$data, 'TRANSModal_Content_2', '**Только ETH: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETH**. '), _defineProperty(_ru$data, 'TRANSModal_Content_3', '**Только ETC: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETC**. '), _defineProperty(_ru$data, 'TRANSModal_Content_4', '**Coinbase и ShapeShift: ** Отправляйте им только обычные транзакции. Если Вы отправите им транзакцию вида "только ...", то Вам придётся обращаться к их службе поддержки, чтобы они вручную пополнили Ваш баланс или вернули бы Вам Ваш эфир (ether). [Вы также можете попробовать использовать инструмент "split" от Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_ru$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Проблем не выявлено. Можно использовать транзакции любого вида. '), _defineProperty(_ru$data, 'TRANSModal_Yes', 'Спасибо, я всё понял. '), _defineProperty(_ru$data, 'TRANSModal_No', 'Чёрт, теперь я окончательно запутался. Помогите мне. '), _defineProperty(_ru$data, 'OFFLINE_Title', 'Сформировать и отправить оффлайн транзакцию '), _defineProperty(_ru$data, 'OFFLINE_Desc', 'Оффлайн транзакция формируется за тра шага. Вы должны выполнить шаги №1 и №3 на компьютере, подключённом к интернету (на онлайн компьютере), а шаг №2 на компьютере, отсоединённом от сети (на оффлайн компьютере). Это гарантирует, что подключённые к интернет устройства не получат доступа к Вашим закрытым ключам. '), _defineProperty(_ru$data, 'OFFLLINE_Step1_Title', 'Шаг №1: Подготовка информации (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step1_Button', 'Подготовка информации '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_1', 'Адрес отправителя '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_2', 'Внимание: Это адрес ОТПРАВИТЕЛЯ, а не адрес получателя. № перевода (nonce) определяется для адреса отправителя. При использовании оффлайн компьютера, физически изолированного от сети, это будет адрес счёта "холодного хранения" (cold-storage). '), _defineProperty(_ru$data, 'OFFLINE_Step2_Title', 'Шаг №2: Формирование транзакции (оффлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_1', 'Адрес получателя '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_2', 'Сумма перевода '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3', 'Цена газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4', 'Лимит газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4b', 'Лимит газа по умолчанию: 21000. При использовании контрактов или передаче дополнительных данных может быть необходимо указать другое значение. Неистраченный газ будет Вам возвращён. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5', '№ перевода (nonce) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6', 'Данные '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6b', 'Это необязательный параметр. Данные обычно указывают при использовании контрактов. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_7', 'Выберите или введите ваш закрытый ключ или JSON. '), _defineProperty(_ru$data, 'OFFLINE_Step3_Title', 'Шаг №3: Выполнить транзакцию (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step3_Label_1', 'Вставьте подписанную транзакцию с шага №2 и нажмите кнопку "ВЫПОЛНИТЬ ТРАНЗАКЦИЮ". '), _defineProperty(_ru$data, 'DEP_generate', 'Сформировать байткод '), _defineProperty(_ru$data, 'DEP_generated', 'Сформированный байткод '), _defineProperty(_ru$data, 'DEP_signtx', 'Подписать транзакцию '), _defineProperty(_ru$data, 'DEP_interface', 'Сформированный интерфейс '), _defineProperty(_ru$data, 'MYWAL_Nick', 'Название кошелька '), _defineProperty(_ru$data, 'MYWAL_Address', 'Адрес кошелька '), _defineProperty(_ru$data, 'MYWAL_Bal', 'Баланс '), _defineProperty(_ru$data, 'MYWAL_Edit', 'Редактировать '), _defineProperty(_ru$data, 'MYWAL_View', 'Просмотреть '), _defineProperty(_ru$data, 'MYWAL_Remove', 'Удалить '), _defineProperty(_ru$data, 'MYWAL_RemoveWal', 'Удалить кошелёк: '), _defineProperty(_ru$data, 'MYWAL_WatchOnly', 'Список слежения '), _defineProperty(_ru$data, 'MYWAL_Viewing', 'Просматриваемый кошелёк '), _defineProperty(_ru$data, 'MYWAL_Hide', 'Скрыть информацию о кошельке '), _defineProperty(_ru$data, 'MYWAL_Edit_2', 'Редактировать кошелёк '), _defineProperty(_ru$data, 'MYWAL_Name', 'Имя кошелька '), _defineProperty(_ru$data, 'MYWAL_Content_1', 'Внимание! Вы собираетесь удалить кошелёк '), _defineProperty(_ru$data, 'MYWAL_Content_2', 'Убедитесь, что Вы **сохранили закрытый ключ или файл Keystore / JSON и пароль** от этого кошелька, прежде чем Вы удалите этот кошелёк. '), _defineProperty(_ru$data, 'MYWAL_Content_3', 'Если Вы планируете в будущем использовать этот кошелёк в MyEtherWallet CX, Вам надо будет вручную заново добавить его, указав закрытый ключ или файл JSON и пароль. '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle', 'Позволяет скачать закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. Вам это понадобится, когда Вы захотите [импортировать Ваши счета в geth или Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Для проверки баланса Ваших счетов мы рекомендуем использовать браузер блокчейна, например [etherscan.io](https://etherscan.io/). '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle_Short', 'Позволяет Вам скачать Ваши закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. '), _defineProperty(_ru$data, 'VIEWWALLET_SuccessMsg', 'Поздравляем! Вот информация о Вашем кошельке. '), _defineProperty(_ru$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ru$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ru$data, 'CX_error_1', 'У Вас нет сохранённых кошельков. Чтобы создать кошелёк, нажмите ["Создать кошелёк"](/cx-wallet.html#add-wallet)! '), _defineProperty(_ru$data, 'CX_quicksend', 'Моментальный перевод '), _defineProperty(_ru$data, 'NODE_Title', 'Настроить собственный узел'), _defineProperty(_ru$data, 'NODE_Subtitle', 'Для подключения к локальному узлу...'), _defineProperty(_ru$data, 'NODE_Warning', 'Ваш узел должен использовать протокол HTTPS, чтобы MyEtherWallet.com мог с ним работать. Вы можете [скачать репозиторий MyEtherWallet & и запустить его локально](https://github.com/kvhnuke/etherwallet/releases/latest) чтобы иметь возможность работать с любыми узлами, или получите бесплатный SSL сертификат на [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ru$data, 'NODE_Name', 'Имя узла'), _defineProperty(_ru$data, 'NODE_Port', 'Порт узла'), _defineProperty(_ru$data, 'NODE_CTA', 'Сохранить и подключиться к собственному узлу'), _defineProperty(_ru$data, 'CONTRACT_Title', 'Адрес контракта '), _defineProperty(_ru$data, 'CONTRACT_Title_2', 'Выбрать имеющийся контракт '), _defineProperty(_ru$data, 'CONTRACT_Json', 'ABI / JSON интерфейс '), _defineProperty(_ru$data, 'CONTRACT_Interact_Title', 'Прочитать / записать контракт '), _defineProperty(_ru$data, 'CONTRACT_Interact_CTA', 'Выбрать функцию '), _defineProperty(_ru$data, 'CONTRACT_ByteCode', 'Байткод '), _defineProperty(_ru$data, 'CONTRACT_Read', 'ПРОЧИТАТь '), _defineProperty(_ru$data, 'CONTRACT_Write', 'ЗАПИСАТЬ '), _defineProperty(_ru$data, 'SWAP_rates', "Текущие котировки "), _defineProperty(_ru$data, 'SWAP_init_1', "Я хочу обменять мои "), _defineProperty(_ru$data, 'SWAP_init_2', " на "), _defineProperty(_ru$data, 'SWAP_init_CTA', "Поехали! "), _defineProperty(_ru$data, 'SWAP_information', "Информация об операции"), _defineProperty(_ru$data, 'SWAP_send_amt', "Сумма для отправки "), _defineProperty(_ru$data, 'SWAP_rec_amt', "Сумма к получению "), _defineProperty(_ru$data, 'SWAP_your_rate', "Ваш курс "), _defineProperty(_ru$data, 'SWAP_rec_add', "Адрес получателя "), _defineProperty(_ru$data, 'SWAP_start_CTA', "Начать обмен "), _defineProperty(_ru$data, 'SWAP_ref_num', "Идентификатор операции "), _defineProperty(_ru$data, 'SWAP_time', "Время до отправки "), _defineProperty(_ru$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ru$data, 'SWAP_progress_1', "Заявка выставлена "), _defineProperty(_ru$data, 'SWAP_progress_2', "Ждём получения ваших "), _defineProperty(_ru$data, 'SWAP_progress_3', "Получено! "), _defineProperty(_ru$data, 'SWAP_progress_4', "Отправляем ваши {{orderResult.output.currency}} "), _defineProperty(_ru$data, 'SWAP_progress_5', "Заявка выполнена "), _defineProperty(_ru$data, 'SWAP_order_CTA', "Пожалуйста, отправьте "), _defineProperty(_ru$data, 'SWAP_unlock', "Отоприте ваш кошелёк для отправки ETH или Tokens непосредственно с этой страницы. "), _defineProperty(_ru$data, 'MSG_message', 'Сообщение '), _defineProperty(_ru$data, 'MSG_date', 'Дата '), _defineProperty(_ru$data, 'MSG_signature', 'Подпись '), _defineProperty(_ru$data, 'MSG_verify', 'Проверить сообщение '), _defineProperty(_ru$data, 'MSG_info1', 'Укажите сегдоняшную дату, чтобы подпись не могла быть повторно использована в другой день. '), _defineProperty(_ru$data, 'MSG_info2', 'Укажите ваш псевдоним и то, где вы этот псевдоним используете, чтобы никто другой не смог его использовать. '), _defineProperty(_ru$data, 'MSG_info3', 'Укажите цель отправки сообщения, чтобы оно не могло быть использовно с другой целью. '), _defineProperty(_ru$data, 'MNEM_1', 'Пожалуйста, выберите адрес для выполнения операции. '), _defineProperty(_ru$data, 'MNEM_2', 'Одна кодовая фраза может использоваться для получения доступа к нескольким кошелькам или адресам. Пожалуйста, выберите адрес, который вы хотите использовать в этот раз. '), _defineProperty(_ru$data, 'MNEM_more', 'Следующие адреса '), _defineProperty(_ru$data, 'MNEM_prev', 'Предыдущие адреса '), _defineProperty(_ru$data, 'SEND_custom', 'Добавить свой токен '), _defineProperty(_ru$data, 'TOKEN_hide', 'Спрятать токены '), _defineProperty(_ru$data, 'TOKEN_show', 'Отправить все токены '), _defineProperty(_ru$data, 'TRANS_gas', 'Лимит газа '), _defineProperty(_ru$data, 'WARN_Send_Link', 'Вы попали сюда по ссылке, которая уже содержит в себе адрес, сумму, лимит газа и дополнительные параметры транзакции. ВЫ можете изменить эти данные перед отправкой транзакции. Для начала отоприте ваш кошелёк. '), _defineProperty(_ru$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_1', 'Присоедините ваш Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_2', 'Запустите приложение Ethereum (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Exp', 'Запустите приложение Expanse (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Ubq', 'Запустите приложение Ubiq (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_3', 'Убедитесь, что использование из браузера разрешено в настройках '), _defineProperty(_ru$data, 'ADD_Ledger_4', 'Если в настройках нет использования из браузера, убедитесь, что у вас [прошивка версии >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ru$data, 'ADD_Ledger_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_Ledger_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Ledger_scan', 'Подключиться к Ledger Wallet '), _defineProperty(_ru$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ru$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_scan', 'Подключиться к TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_select', 'Это код восстановления TREZOR '), _defineProperty(_ru$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_scan', 'Подключиться к Digital Bitbox '), _defineProperty(_ru$data, 'ERROR_0', 'Пожалуйста, введите сумму корректно. '), _defineProperty(_ru$data, 'ERROR_1', 'Пароль должен содержать не менее 9 символов. Пожалуйста, используйте сложный пароль. '), _defineProperty(_ru$data, 'ERROR_2', 'К сожалению, мы не смогли определить формат файла кошелька. '), _defineProperty(_ru$data, 'ERROR_3', 'Этот файл не является файлом кошелька. '), _defineProperty(_ru$data, 'ERROR_4', 'Такая единица измерения не существует. Пожалуйста, укажите одну из следующих единиц измерения '), _defineProperty(_ru$data, 'ERROR_5', 'Неправильный адрес. '), _defineProperty(_ru$data, 'ERROR_6', 'Неверный пароль. '), _defineProperty(_ru$data, 'ERROR_7', 'Некорректная сумма. (Must be integer. Try 0-18.) '), _defineProperty(_ru$data, 'ERROR_8', 'Некорректно указан лимит газа. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ru$data, 'ERROR_9', 'Недопустимые данные. (Must be hex.) '), _defineProperty(_ru$data, 'ERROR_10', 'Некорректно указано количество газа. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ru$data, 'ERROR_11', 'Неверный номер перевода (nonce). (Must be integer.) '), _defineProperty(_ru$data, 'ERROR_12', 'Подписанная транзакция некорректна. '), _defineProperty(_ru$data, 'ERROR_13', 'Кошелёк с таким названием уже существует. '), _defineProperty(_ru$data, 'ERROR_14', 'Кошелёк не найден. '), _defineProperty(_ru$data, 'ERROR_15', 'Предложение с таким идентификатором не существует или при чтении предложения произошла ошибка. '), _defineProperty(_ru$data, 'ERROR_16', 'Кошелёк с таким адресом уже находится в хранилище. Просмотрите в списке кошельков. '), _defineProperty(_ru$data, 'ERROR_17', 'Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Вам необходимо иметь не менее 0.01 эфира (ether) на Вашем счету, чтобы покрыть расходы на газ. Пожалуйста, пложите немного эфира (ether) на счёт и попробуйте снова. '), _defineProperty(_ru$data, 'ERROR_18', 'Транзакция могла бы истратить весь газ. Это значит, что Вы уже голосовали по данному предложению, или период обсуждения данного предложения закончился. '), _defineProperty(_ru$data, 'ERROR_19', 'Неправильный символ '), _defineProperty(_ru$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_ru$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_ru$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_ru$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_ru$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_ru$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_ru$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_ru$data, 'ERROR_27', 'Minimum amount: 0.01. Maximum Amount: '), _defineProperty(_ru$data, 'ERROR_28', 'В будущем, для доступа к этому кошельку **Вам понадобится либо файл Keystore/JSON вместе с паролем, либо закрытый ключ**. Пожалуйста, сохраните их и сделайте резервную копию! Если Вы потеряете их, то не сможете восстановить доступ к Вашему кошельку. Обратитесь к [справке](https://www.myetherwallet.com/#help) за инструкциями. '), _defineProperty(_ru$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_ru$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_ru$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_ru$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_ru$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_ru$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_ru$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ru$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ru$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ru$data, 'SUCCESS_1', 'Адрес указан верно '), _defineProperty(_ru$data, 'SUCCESS_2', 'Кошелёк успешно расшифрован '), _defineProperty(_ru$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_ru$data, 'SUCCESS_4', 'Ваш кошелёк успешно добавлен '), _defineProperty(_ru$data, 'SUCCESS_5', 'Выбранный файл '), _defineProperty(_ru$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_ru$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_ru$data, 'GETH_InvalidSender', 'Неверный адрес отправителя '), _defineProperty(_ru$data, 'GETH_Nonce', 'Номер перевода (nonce) слишком мал '), _defineProperty(_ru$data, 'GETH_Cheap', 'Цена газа слишком низкая '), _defineProperty(_ru$data, 'GETH_Balance', 'Баланс недостаточен '), _defineProperty(_ru$data, 'GETH_NonExistentAccount', 'Счёт не существует или баланс счёта слишком мал '), _defineProperty(_ru$data, 'GETH_InsufficientFunds', 'Недостаточно средств для ГАЗ * ЦЕНА + СУММА '), _defineProperty(_ru$data, 'GETH_IntrinsicGas', 'Недостаточно газа для выполнения транзакции '), _defineProperty(_ru$data, 'GETH_GasLimit', 'Превышен лимит газа на блок '), _defineProperty(_ru$data, 'GETH_NegativeValue', 'Отрицательная сумма '), _defineProperty(_ru$data, 'PARITY_AlreadyImported', "Транзакция с данным хэшем уже импортирована."), _defineProperty(_ru$data, 'PARITY_Old', "Номер перевода (nonce) слишком маленький. Попробуйте увеличить номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_TooCheapToReplace', "Комиссия транзакции слишком низкая. В очереди уже есть другая транзакция с таким же номером перевода (nonce). Попробуйте увеличитьразмер комиссии или номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_LimitReached', "Слишком много транзакций в очереди. Ваша транзакция была удалена из-за превышения лимита. Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientGasPrice', "Комиссия транзакции слишком низкая. Она не соответствует минимальному размеру комиссии для вашего узла (минимальная комиссия: {}, ваша комиссия: {}). Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientBalance', "Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Требуется {}, а имеется только: {}."), _defineProperty(_ru$data, 'PARITY_GasLimitExceeded', "Цена транзакции превышает текущий лимит газа. Лимит: {}, цена: {}. Поробуйте уменьшить отведённое количество газа."), _defineProperty(_ru$data, 'PARITY_InvalidGasLimit', "Отведённое количество газа меньше лимита."), _defineProperty(_ru$data, 'translate_version', '0.3 '), _defineProperty(_ru$data, 'Translator_Desc', 'Спасибо нашим переводчикам '), _defineProperty(_ru$data, 'TranslatorName_1', '[Михаил Владимиров](https://www.myetherwallet.com/?gaslimit=21000&to=0x6ff323e36bfdb20502b23780695f4e77e36cde95&value=1.0#send-transaction) '), _defineProperty(_ru$data, 'TranslatorAddr_1', '0x6ff323e36bfdb20502b23780695f4e77e36cde95 '), _defineProperty(_ru$data, 'TranslatorName_2', ''), _defineProperty(_ru$data, 'TranslatorAddr_2', ''), _defineProperty(_ru$data, 'TranslatorName_3', ''), _defineProperty(_ru$data, 'TranslatorAddr_3', ''), _defineProperty(_ru$data, 'TranslatorName_4', ''), _defineProperty(_ru$data, 'TranslatorAddr_4', ''), _defineProperty(_ru$data, 'TranslatorName_5', ''), _defineProperty(_ru$data, 'TranslatorAddr_5', ''), _defineProperty(_ru$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ru$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ru$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ru$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ru$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ru$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ru$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ru$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ru$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ru$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ru$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ru$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ru$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ru$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ru$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ru$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ru$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ru$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ru$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ru$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ru$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ru$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ru$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ru$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ru$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ru$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ru$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ru$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ru$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ru$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ru$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ru$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ru$data, 'HELP_4_Desc_2', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ru$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ru$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ru$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ru$data, 'HELP_4CX_Desc_12', 'Using "Перевести эфир (ether) и токены" Page '), _defineProperty(_ru$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ru$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ru$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ru$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ru$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ru$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ru$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ru$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ru$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ru$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ru$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ru$data, 'HELP_7_Desc_1', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ru$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ru$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ru$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ru$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ru$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ru$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ru$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ru$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ru$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ru$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ru$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ru$data, 'HELP_9_Title', '9) Is the "Перевести эфир (ether) и токены" page offline? '), _defineProperty(_ru$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ru$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ru$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ru$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ru$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ru$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ru$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ru$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ru$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ru$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ru$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ru$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ru$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ru$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ru$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ru$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ru$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ru$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ru$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ru$data, 'HELP_12_Desc_15b', 'Если вы используете ПК: '), _defineProperty(_ru$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ru$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ru$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ru$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ru$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ru$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ru$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ru$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ru$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ru$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ru$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ru$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ru$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ru$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ru$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ru$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ru$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ru$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ru$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ru$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ru$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ru$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ru$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ru$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ru$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ru$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ru$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ru$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ru$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ru$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ru$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ru$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ru$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ru$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ru$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ru$data); +}, _defineProperty(_ru$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ru$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ru$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ru$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ru$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ru$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ru$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ru$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ru$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ru$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ru$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ru$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ru$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ru$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ru$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ru$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ru$data, 'x_ReadMore', 'Read More'), _defineProperty(_ru$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ru$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ru$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ru$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ru$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ru$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ru$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ru$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ru$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ru$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ru$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ru$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ru$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ru$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ru$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ru$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ru$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ru$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ru$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ru$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ru$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ru$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ru$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ru$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ru$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ru$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ru$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ru$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ru$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ru$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ru$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ru$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ru$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ru$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ru$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ru$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ru$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ru$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ru$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ru$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ru$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ru$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ru$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ru$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ru$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ru$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ru$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ru$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ru$data, 'NAV_AddWallet', 'Добавить кошелёк '), _defineProperty(_ru$data, 'NAV_BulkGenerate', 'Создать несколько кошельков '), _defineProperty(_ru$data, 'NAV_Contact', 'Контакты '), _defineProperty(_ru$data, 'NAV_Contracts', 'контракт '), _defineProperty(_ru$data, 'NAV_DeployContract', 'Опубликовать контракт '), _defineProperty(_ru$data, 'NAV_ENS', 'ENS'), _defineProperty(_ru$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ru$data, 'NAV_GenerateWallet', 'Создать кошелёк '), _defineProperty(_ru$data, 'NAV_Help', 'Справка '), _defineProperty(_ru$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_ru$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ru$data, 'NAV_MyWallets', 'Мои кошельки '), _defineProperty(_ru$data, 'NAV_Offline', 'Оффлайн-перевод '), _defineProperty(_ru$data, 'NAV_SendEther', 'Перевести эфир (ether) и токены '), _defineProperty(_ru$data, 'NAV_SendTokens', 'Перевести токены '), _defineProperty(_ru$data, 'NAV_SignMsg', 'Подписать сообщение '), _defineProperty(_ru$data, 'NAV_Swap', 'Обмен '), _defineProperty(_ru$data, 'NAV_ViewWallet', 'Информация о кошельке '), _defineProperty(_ru$data, 'NAV_YourWallets', 'Ваши кошельки '), _defineProperty(_ru$data, 'x_Access', 'Подключиться '), _defineProperty(_ru$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Это можно назвать "номер Вашего счёта" или "Ваш открытый ключ". Вы сообщаете этот адрес людям, чтобы они могли отправлять Вам эфир (ether). Картинка позволяет легко опознать Ваш адрес среди других адресов. '), _defineProperty(_ru$data, 'x_Address', 'Ваш адрес '), _defineProperty(_ru$data, 'x_Cancel', 'Отменить '), _defineProperty(_ru$data, 'x_CSV', 'Файл CSV (не зашифрован) '), _defineProperty(_ru$data, 'x_Download', 'Скачать '), _defineProperty(_ru$data, 'x_Json', 'Файл JSON (не зашифрован) '), _defineProperty(_ru$data, 'x_JsonDesc', 'Это Ваш незашифрованный закрытый ключ в формате JSON, для использования которого не требуется воодить пароль. Любой, у кого есть этот файл, может распоряжаться вашим кошельком и эфиром (ether) без ввода пароля. '), _defineProperty(_ru$data, 'x_Keystore', 'Файл Keystore (UTC / JSON · рекомендуется · зашифрован) '), _defineProperty(_ru$data, 'x_Keystore2', 'Файл Keystore (UTC / JSON) '), _defineProperty(_ru$data, 'x_KeystoreDesc', 'Этот файл Keystore использует формат совместимый с Mist. Вы сможете в будущем импортировать его. Рекомендуется скачать этот файл и сделать резервную копию. '), _defineProperty(_ru$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ru$data, 'x_Mnemonic', 'Кодовая фраза '), _defineProperty(_ru$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_ru$data, 'x_Password', 'Пароль '), _defineProperty(_ru$data, 'x_Print', 'Напечатать бумажный кошелёк '), _defineProperty(_ru$data, 'x_PrintDesc', 'Для профи: Нажмите "Печать" и сохраните это в формате PDF, если у Вас нет принтера! '), _defineProperty(_ru$data, 'x_PrintShort', 'Печать '), _defineProperty(_ru$data, 'x_PrivKey', 'Закрытый ключ (не зашифрован) '), _defineProperty(_ru$data, 'x_PrivKey2', 'Закрытый ключ '), _defineProperty(_ru$data, 'x_PrivKeyDesc', 'Это незашифрованное текстовое представление Вашего закрытого ключа, для использования которого не требуется вводить пароль. Если посторонние узнают Ваш закрытый ключ, они смогут распоряжаться Вашим кошельком без ввода пароля. По этой причине, обычно рекомендуют использовать зашифрованную версию закрытого ключа. '), _defineProperty(_ru$data, 'x_Save', 'Сохранить '), _defineProperty(_ru$data, 'x_TXT', 'Файл TXT (не зашифрован) '), _defineProperty(_ru$data, 'x_Wallet', 'кошелёк '), _defineProperty(_ru$data, 'MEW_Warning_1', 'Всегда проверяйте URL перед тем, как воспользоваться существующим кошельком или создать новый. Опасайтесь поддельных (фишинговых) сайтов! '), _defineProperty(_ru$data, 'CX_Warning_1', 'Всегда имейте **резервную копию** всех кошельков, которые Вы храните здесь. Различные обстоятельства могут привести к тому, что данные, хранимые в этом расширении браузера Chrome, могут быть потеряны, например если Вы удалите или переустановите расширение. Это расширение облегчает использование Ваших кошельков, но оно **не является** надежным местом для их хранения. '), _defineProperty(_ru$data, 'MEW_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом '), _defineProperty(_ru$data, 'CX_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом в виде расширения для браузера Chrome '), _defineProperty(_ru$data, 'FOOTER_1', 'Написанный на javascript инструмент с открытым исходным кодом для создания Ethereum кошельков и выполнения транзакций. '), _defineProperty(_ru$data, 'FOOTER_1b', 'Авторы: '), _defineProperty(_ru$data, 'FOOTER_2', 'Пожертвования приветствуются: '), _defineProperty(_ru$data, 'FOOTER_3', 'Создание кошелька на стороне клиента от '), _defineProperty(_ru$data, 'FOOTER_4', 'Отказ от ответственности '), _defineProperty(_ru$data, 'sidebar_AccountInfo', 'Информация о счёте '), _defineProperty(_ru$data, 'sidebar_AccountAddr', 'Адрес (номер) счёта '), _defineProperty(_ru$data, 'sidebar_AccountBal', 'Баланс счёта '), _defineProperty(_ru$data, 'sidebar_TokenBal', 'Балансы токенов '), _defineProperty(_ru$data, 'sidebar_Equiv', 'Эквивалентные значения '), _defineProperty(_ru$data, 'sidebar_TransHistory', 'История транзакций '), _defineProperty(_ru$data, 'sidebar_donation', 'MyEtherWallet — это бесплатный сервис с открытым исходным кодом, заботящийся о Вашей безопасности и неприкосновенности Вашей частной жизни. Чем больше пожертвований мы получаем, тем больше времени мы проводим, добавляя новые возможности, прислушиваясь к Вашим пожеланиям и предоставляя Вам то, что Вам необходимо. Мы — всего лишь два человека, пытающиеся изменить Мир. Вы поможете нам? '), _defineProperty(_ru$data, 'sidebar_donate', 'Пожертвовать '), _defineProperty(_ru$data, 'sidebar_thanks', 'СПАСИБО!!! '), _defineProperty(_ru$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ru$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ru$data, 'decrypt_Access', 'Каким способом Вы хотите получать доступ к своему кошельку? '), _defineProperty(_ru$data, 'decrypt_Title', 'Выберите формат Вашего закрытого ключа: '), _defineProperty(_ru$data, 'decrypt_Select', 'Выберите кошелёк: '), _defineProperty(_ru$data, 'ADD_Label_1', 'Что Вы хотите сделать? '), _defineProperty(_ru$data, 'ADD_Radio_1', 'Создать новый кошелёк '), _defineProperty(_ru$data, 'ADD_Radio_2', 'Выбрать файл с кошельком (Keystore/JSON) '), _defineProperty(_ru$data, 'ADD_Radio_2_alt', 'Выбрать файл с кошельком '), _defineProperty(_ru$data, 'ADD_Radio_2_short', 'ВЫБРАТЬ ФАЙЛ С КОШЕЛЬКОМ... '), _defineProperty(_ru$data, 'ADD_Radio_3', 'Вставить или ввести Ваш закрытый ключ '), _defineProperty(_ru$data, 'ADD_Radio_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Radio_5', 'Скопируйте или введите кодовую фразу '), _defineProperty(_ru$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ru$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ru$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_ru$data, 'ADD_Label_2', 'Присвоить название: '), _defineProperty(_ru$data, 'ADD_Label_3', 'Ваш кошелёк зашифрован. Пожалуйста, введите пароль '), _defineProperty(_ru$data, 'ADD_Label_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Warning_1', 'Вы можете добавить счёт в "список слежения" на вкладке "кошельки", не загружая закрытый ключ. Добавление счёта в список слежения не означает, что вы имеете доступ к этому счёту, или можете распоряжаться эфиром (ether), лежащим на нём. '), _defineProperty(_ru$data, 'ADD_Label_5', 'Введите адрес '), _defineProperty(_ru$data, 'ADD_Label_6', 'Отпереть кошелёк '), _defineProperty(_ru$data, 'ADD_Label_6_short', 'Отпереть '), _defineProperty(_ru$data, 'ADD_Label_7', 'Добавить счёт '), _defineProperty(_ru$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ru$data, 'GEN_desc', 'Если Вы хотите создать несколько кошельков, Вы можете сделать это здесь '), _defineProperty(_ru$data, 'GEN_Label_1', 'Введите сложный пароль (не менее 9 символов) '), _defineProperty(_ru$data, 'GEN_Placeholder_1', 'Не забудьте сохранить это! '), _defineProperty(_ru$data, 'GEN_SuccessMsg', 'Поздравляем! Ваш кошелёк успешно создан. '), _defineProperty(_ru$data, 'GEN_Label_2', 'Сохраните Ваш файл Keystore/JSON или закрытый ключ. Не забывайте Ваш пароль! '), _defineProperty(_ru$data, 'GEN_Label_3', 'Сохраните Ваш адрес. '), _defineProperty(_ru$data, 'GEN_Label_4', 'Напечатайте бумажный кошелёк или сохраните QR код. (по желанию) '), _defineProperty(_ru$data, 'BULK_Label_1', 'Сколько кошельков создать '), _defineProperty(_ru$data, 'BULK_Label_2', 'Создать кошельки '), _defineProperty(_ru$data, 'BULK_SuccessMsg', 'Поздравляем! Ваши кошельки успешно созданы. '), _defineProperty(_ru$data, 'SEND_addr', 'Адрес получателя '), _defineProperty(_ru$data, 'SEND_amount', 'Сумма перевода '), _defineProperty(_ru$data, 'SEND_amount_short', 'Сумма '), _defineProperty(_ru$data, 'SEND_custom', 'Другое '), _defineProperty(_ru$data, 'SEND_gas', 'Газ '), _defineProperty(_ru$data, 'SEND_TransferTotal', 'Перевести весь доступный баланс '), _defineProperty(_ru$data, 'SEND_generate', 'Сформировать транзакцию '), _defineProperty(_ru$data, 'SEND_raw', 'Готовая транзакция '), _defineProperty(_ru$data, 'SEND_signed', 'Подписанная транзакция '), _defineProperty(_ru$data, 'SEND_trans', 'Отправить транзакцию '), _defineProperty(_ru$data, 'SENDModal_Title', 'Внимание! '), _defineProperty(_ru$data, 'SENDModal_Content_1', 'Вы собираетесь перевести '), _defineProperty(_ru$data, 'SENDModal_Content_2', 'на адрес '), _defineProperty(_ru$data, 'SENDModal_Content_3', 'Вы уверены, что хотите сделать это? '), _defineProperty(_ru$data, 'SENDModal_Content_4', 'К СВЕДЕНИЮ: Если произошла ошибка, Вам скорее всего надо положить ещё немного эфира (ether) на Ваш счёт, чтобы покрыть расходы на газ при пре переводе токенов. Расходы на газ оплачиваются эфиром (ether). '), _defineProperty(_ru$data, 'SENDModal_No', 'Нет, отменить транзакцию! '), _defineProperty(_ru$data, 'SENDModal_Yes', 'Да, я уверен! Выполнить транзакцию. '), _defineProperty(_ru$data, 'TOKEN_Addr', 'Адрес токена'), _defineProperty(_ru$data, 'TOKEN_Symbol', 'Символ токена '), _defineProperty(_ru$data, 'TOKEN_Dec', 'Дробность (знаков после запятой) '), _defineProperty(_ru$data, 'TRANS_desc', 'Если Вы хотите перевести токены, используйте страницу "Отправить токены". '), _defineProperty(_ru$data, 'TRANS_warning', 'Если Вы используете функции "только ETH" или "только ETC", перевод будет выполнен с помощью контракта. У некоторых сервисов могут возникнуть проблемы с приёмом таких переводов. Уточните этот вопрос. '), _defineProperty(_ru$data, 'TRANS_advanced', '+Дополнительно: добавить данные '), _defineProperty(_ru$data, 'TRANS_data', 'Данные '), _defineProperty(_ru$data, 'TRANS_sendInfo', 'Стандартная транзакция, использующая 21000 газа, будет стоить 0,000441 эфира (ether). Мы указываем цену газа немного выше минимально возможной: 0,000000021 эфира (ether), для того, чтобы ускорить выполнение танзакций. Мы не берём комиссию за выполнение транзакций. '), _defineProperty(_ru$data, 'TRANSModal_Title', 'Транзакции вида "только ETH" и "только ETC" '), _defineProperty(_ru$data, 'TRANSModal_Content_0', 'О видах транзакций и сервисах: '), _defineProperty(_ru$data, 'TRANSModal_Content_1', '**Эфир (ether, обычная транзакция): ** Выполняет обычный перевод напрямую с одного адреса на другой. Используется стандартное количесвто газа: 21000. В большинстве случаев, перевод ETH, выполненный этим способом, можно будет продублировать для ETC. '), _defineProperty(_ru$data, 'TRANSModal_Content_2', '**Только ETH: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETH**. '), _defineProperty(_ru$data, 'TRANSModal_Content_3', '**Только ETC: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETC**. '), _defineProperty(_ru$data, 'TRANSModal_Content_4', '**Coinbase и ShapeShift: ** Отправляйте им только обычные транзакции. Если Вы отправите им транзакцию вида "только ...", то Вам придётся обращаться к их службе поддержки, чтобы они вручную пополнили Ваш баланс или вернули бы Вам Ваш эфир (ether). [Вы также можете попробовать использовать инструмент "split" от Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_ru$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Проблем не выявлено. Можно использовать транзакции любого вида. '), _defineProperty(_ru$data, 'TRANSModal_Yes', 'Спасибо, я всё понял. '), _defineProperty(_ru$data, 'TRANSModal_No', 'Чёрт, теперь я окончательно запутался. Помогите мне. '), _defineProperty(_ru$data, 'OFFLINE_Title', 'Сформировать и отправить оффлайн транзакцию '), _defineProperty(_ru$data, 'OFFLINE_Desc', 'Оффлайн транзакция формируется за тра шага. Вы должны выполнить шаги №1 и №3 на компьютере, подключённом к интернету (на онлайн компьютере), а шаг №2 на компьютере, отсоединённом от сети (на оффлайн компьютере). Это гарантирует, что подключённые к интернет устройства не получат доступа к Вашим закрытым ключам. '), _defineProperty(_ru$data, 'OFFLLINE_Step1_Title', 'Шаг №1: Подготовка информации (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step1_Button', 'Подготовка информации '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_1', 'Адрес отправителя '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_2', 'Внимание: Это адрес ОТПРАВИТЕЛЯ, а не адрес получателя. № перевода (nonce) определяется для адреса отправителя. При использовании оффлайн компьютера, физически изолированного от сети, это будет адрес счёта "холодного хранения" (cold-storage). '), _defineProperty(_ru$data, 'OFFLINE_Step2_Title', 'Шаг №2: Формирование транзакции (оффлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_1', 'Адрес получателя '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_2', 'Сумма перевода '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3', 'Цена газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4', 'Лимит газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4b', 'Лимит газа по умолчанию: 21000. При использовании контрактов или передаче дополнительных данных может быть необходимо указать другое значение. Неистраченный газ будет Вам возвращён. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5', '№ перевода (nonce) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6', 'Данные '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6b', 'Это необязательный параметр. Данные обычно указывают при использовании контрактов. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_7', 'Выберите или введите ваш закрытый ключ или JSON. '), _defineProperty(_ru$data, 'OFFLINE_Step3_Title', 'Шаг №3: Выполнить транзакцию (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step3_Label_1', 'Вставьте подписанную транзакцию с шага №2 и нажмите кнопку "ВЫПОЛНИТЬ ТРАНЗАКЦИЮ". '), _defineProperty(_ru$data, 'DEP_generate', 'Сформировать байткод '), _defineProperty(_ru$data, 'DEP_generated', 'Сформированный байткод '), _defineProperty(_ru$data, 'DEP_signtx', 'Подписать транзакцию '), _defineProperty(_ru$data, 'DEP_interface', 'Сформированный интерфейс '), _defineProperty(_ru$data, 'MYWAL_Nick', 'Название кошелька '), _defineProperty(_ru$data, 'MYWAL_Address', 'Адрес кошелька '), _defineProperty(_ru$data, 'MYWAL_Bal', 'Баланс '), _defineProperty(_ru$data, 'MYWAL_Edit', 'Редактировать '), _defineProperty(_ru$data, 'MYWAL_View', 'Просмотреть '), _defineProperty(_ru$data, 'MYWAL_Remove', 'Удалить '), _defineProperty(_ru$data, 'MYWAL_RemoveWal', 'Удалить кошелёк: '), _defineProperty(_ru$data, 'MYWAL_WatchOnly', 'Список слежения '), _defineProperty(_ru$data, 'MYWAL_Viewing', 'Просматриваемый кошелёк '), _defineProperty(_ru$data, 'MYWAL_Hide', 'Скрыть информацию о кошельке '), _defineProperty(_ru$data, 'MYWAL_Edit_2', 'Редактировать кошелёк '), _defineProperty(_ru$data, 'MYWAL_Name', 'Имя кошелька '), _defineProperty(_ru$data, 'MYWAL_Content_1', 'Внимание! Вы собираетесь удалить кошелёк '), _defineProperty(_ru$data, 'MYWAL_Content_2', 'Убедитесь, что Вы **сохранили закрытый ключ или файл Keystore / JSON и пароль** от этого кошелька, прежде чем Вы удалите этот кошелёк. '), _defineProperty(_ru$data, 'MYWAL_Content_3', 'Если Вы планируете в будущем использовать этот кошелёк в MyEtherWallet CX, Вам надо будет вручную заново добавить его, указав закрытый ключ или файл JSON и пароль. '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle', 'Позволяет скачать закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. Вам это понадобится, когда Вы захотите [импортировать Ваши счета в geth или Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Для проверки баланса Ваших счетов мы рекомендуем использовать браузер блокчейна, например [etherscan.io](https://etherscan.io/). '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle_Short', 'Позволяет Вам скачать Ваши закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. '), _defineProperty(_ru$data, 'VIEWWALLET_SuccessMsg', 'Поздравляем! Вот информация о Вашем кошельке. '), _defineProperty(_ru$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ru$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ru$data, 'CX_error_1', 'У Вас нет сохранённых кошельков. Чтобы создать кошелёк, нажмите ["Создать кошелёк"](/cx-wallet.html#add-wallet)! '), _defineProperty(_ru$data, 'CX_quicksend', 'Моментальный перевод '), _defineProperty(_ru$data, 'NODE_Title', 'Настроить собственный узел'), _defineProperty(_ru$data, 'NODE_Subtitle', 'Для подключения к локальному узлу...'), _defineProperty(_ru$data, 'NODE_Warning', 'Ваш узел должен использовать протокол HTTPS, чтобы MyEtherWallet.com мог с ним работать. Вы можете [скачать репозиторий MyEtherWallet & и запустить его локально](https://github.com/kvhnuke/etherwallet/releases/latest) чтобы иметь возможность работать с любыми узлами, или получите бесплатный SSL сертификат на [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ru$data, 'NODE_Name', 'Имя узла'), _defineProperty(_ru$data, 'NODE_Port', 'Порт узла'), _defineProperty(_ru$data, 'NODE_CTA', 'Сохранить и подключиться к собственному узлу'), _defineProperty(_ru$data, 'CONTRACT_Title', 'Адрес контракта '), _defineProperty(_ru$data, 'CONTRACT_Title_2', 'Выбрать имеющийся контракт '), _defineProperty(_ru$data, 'CONTRACT_Json', 'ABI / JSON интерфейс '), _defineProperty(_ru$data, 'CONTRACT_Interact_Title', 'Прочитать / записать контракт '), _defineProperty(_ru$data, 'CONTRACT_Interact_CTA', 'Выбрать функцию '), _defineProperty(_ru$data, 'CONTRACT_ByteCode', 'Байткод '), _defineProperty(_ru$data, 'CONTRACT_Read', 'ПРОЧИТАТь '), _defineProperty(_ru$data, 'CONTRACT_Write', 'ЗАПИСАТЬ '), _defineProperty(_ru$data, 'SWAP_rates', "Текущие котировки "), _defineProperty(_ru$data, 'SWAP_init_1', "Я хочу обменять мои "), _defineProperty(_ru$data, 'SWAP_init_2', " на "), _defineProperty(_ru$data, 'SWAP_init_CTA', "Поехали! "), _defineProperty(_ru$data, 'SWAP_information', "Информация об операции"), _defineProperty(_ru$data, 'SWAP_send_amt', "Сумма для отправки "), _defineProperty(_ru$data, 'SWAP_rec_amt', "Сумма к получению "), _defineProperty(_ru$data, 'SWAP_your_rate', "Ваш курс "), _defineProperty(_ru$data, 'SWAP_rec_add', "Адрес получателя "), _defineProperty(_ru$data, 'SWAP_start_CTA', "Начать обмен "), _defineProperty(_ru$data, 'SWAP_ref_num', "Идентификатор операции "), _defineProperty(_ru$data, 'SWAP_time', "Время до отправки "), _defineProperty(_ru$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ru$data, 'SWAP_progress_1', "Заявка выставлена "), _defineProperty(_ru$data, 'SWAP_progress_2', "Ждём получения ваших "), _defineProperty(_ru$data, 'SWAP_progress_3', "Получено! "), _defineProperty(_ru$data, 'SWAP_progress_4', "Отправляем ваши {{orderResult.output.currency}} "), _defineProperty(_ru$data, 'SWAP_progress_5', "Заявка выполнена "), _defineProperty(_ru$data, 'SWAP_order_CTA', "Пожалуйста, отправьте "), _defineProperty(_ru$data, 'SWAP_unlock', "Отоприте ваш кошелёк для отправки ETH или Tokens непосредственно с этой страницы. "), _defineProperty(_ru$data, 'MSG_message', 'Сообщение '), _defineProperty(_ru$data, 'MSG_date', 'Дата '), _defineProperty(_ru$data, 'MSG_signature', 'Подпись '), _defineProperty(_ru$data, 'MSG_verify', 'Проверить сообщение '), _defineProperty(_ru$data, 'MSG_info1', 'Укажите сегдоняшную дату, чтобы подпись не могла быть повторно использована в другой день. '), _defineProperty(_ru$data, 'MSG_info2', 'Укажите ваш псевдоним и то, где вы этот псевдоним используете, чтобы никто другой не смог его использовать. '), _defineProperty(_ru$data, 'MSG_info3', 'Укажите цель отправки сообщения, чтобы оно не могло быть использовно с другой целью. '), _defineProperty(_ru$data, 'MNEM_1', 'Пожалуйста, выберите адрес для выполнения операции. '), _defineProperty(_ru$data, 'MNEM_2', 'Одна кодовая фраза может использоваться для получения доступа к нескольким кошелькам или адресам. Пожалуйста, выберите адрес, который вы хотите использовать в этот раз. '), _defineProperty(_ru$data, 'MNEM_more', 'Следующие адреса '), _defineProperty(_ru$data, 'MNEM_prev', 'Предыдущие адреса '), _defineProperty(_ru$data, 'SEND_custom', 'Добавить свой токен '), _defineProperty(_ru$data, 'TOKEN_hide', 'Спрятать токены '), _defineProperty(_ru$data, 'TOKEN_show', 'Отправить все токены '), _defineProperty(_ru$data, 'TRANS_gas', 'Лимит газа '), _defineProperty(_ru$data, 'WARN_Send_Link', 'Вы попали сюда по ссылке, которая уже содержит в себе адрес, сумму, лимит газа и дополнительные параметры транзакции. ВЫ можете изменить эти данные перед отправкой транзакции. Для начала отоприте ваш кошелёк. '), _defineProperty(_ru$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_1', 'Присоедините ваш Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_2', 'Запустите приложение Ethereum (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Exp', 'Запустите приложение Expanse (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Ubq', 'Запустите приложение Ubiq (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_3', 'Убедитесь, что использование из браузера разрешено в настройках '), _defineProperty(_ru$data, 'ADD_Ledger_4', 'Если в настройках нет использования из браузера, убедитесь, что у вас [прошивка версии >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ru$data, 'ADD_Ledger_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_Ledger_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Ledger_scan', 'Подключиться к Ledger Wallet '), _defineProperty(_ru$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ru$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_scan', 'Подключиться к TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_select', 'Это код восстановления TREZOR '), _defineProperty(_ru$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_scan', 'Подключиться к Digital Bitbox '), _defineProperty(_ru$data, 'ERROR_0', 'Пожалуйста, введите сумму корректно. '), _defineProperty(_ru$data, 'ERROR_1', 'Пароль должен содержать не менее 9 символов. Пожалуйста, используйте сложный пароль. '), _defineProperty(_ru$data, 'ERROR_2', 'К сожалению, мы не смогли определить формат файла кошелька. '), _defineProperty(_ru$data, 'ERROR_3', 'Этот файл не является файлом кошелька. '), _defineProperty(_ru$data, 'ERROR_4', 'Такая единица измерения не существует. Пожалуйста, укажите одну из следующих единиц измерения '), _defineProperty(_ru$data, 'ERROR_5', 'Неправильный адрес. '), _defineProperty(_ru$data, 'ERROR_6', 'Неверный пароль. '), _defineProperty(_ru$data, 'ERROR_7', 'Некорректная сумма. (Must be integer. Try 0-18.) '), _defineProperty(_ru$data, 'ERROR_8', 'Некорректно указан лимит газа. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ru$data, 'ERROR_9', 'Недопустимые данные. (Must be hex.) '), _defineProperty(_ru$data, 'ERROR_10', 'Некорректно указано количество газа. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ru$data, 'ERROR_11', 'Неверный номер перевода (nonce). (Must be integer.) '), _defineProperty(_ru$data, 'ERROR_12', 'Подписанная транзакция некорректна. '), _defineProperty(_ru$data, 'ERROR_13', 'Кошелёк с таким названием уже существует. '), _defineProperty(_ru$data, 'ERROR_14', 'Кошелёк не найден. '), _defineProperty(_ru$data, 'ERROR_15', 'Предложение с таким идентификатором не существует или при чтении предложения произошла ошибка. '), _defineProperty(_ru$data, 'ERROR_16', 'Кошелёк с таким адресом уже находится в хранилище. Просмотрите в списке кошельков. '), _defineProperty(_ru$data, 'ERROR_17', 'Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Вам необходимо иметь не менее 0.01 эфира (ether) на Вашем счету, чтобы покрыть расходы на газ. Пожалуйста, пложите немного эфира (ether) на счёт и попробуйте снова. '), _defineProperty(_ru$data, 'ERROR_18', 'Транзакция могла бы истратить весь газ. Это значит, что Вы уже голосовали по данному предложению, или период обсуждения данного предложения закончился. '), _defineProperty(_ru$data, 'ERROR_19', 'Неправильный символ '), _defineProperty(_ru$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_ru$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_ru$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_ru$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_ru$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_ru$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_ru$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_ru$data, 'ERROR_27', 'Minimum amount: 0.01. Maximum Amount: '), _defineProperty(_ru$data, 'ERROR_28', 'В будущем, для доступа к этому кошельку **Вам понадобится либо файл Keystore/JSON вместе с паролем, либо закрытый ключ**. Пожалуйста, сохраните их и сделайте резервную копию! Если Вы потеряете их, то не сможете восстановить доступ к Вашему кошельку. Обратитесь к [справке](https://www.myetherwallet.com/#help) за инструкциями. '), _defineProperty(_ru$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_ru$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_ru$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_ru$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_ru$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_ru$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_ru$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ru$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ru$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ru$data, 'SUCCESS_1', 'Адрес указан верно '), _defineProperty(_ru$data, 'SUCCESS_2', 'Кошелёк успешно расшифрован '), _defineProperty(_ru$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_ru$data, 'SUCCESS_4', 'Ваш кошелёк успешно добавлен '), _defineProperty(_ru$data, 'SUCCESS_5', 'Выбранный файл '), _defineProperty(_ru$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_ru$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_ru$data, 'GETH_InvalidSender', 'Неверный адрес отправителя '), _defineProperty(_ru$data, 'GETH_Nonce', 'Номер перевода (nonce) слишком мал '), _defineProperty(_ru$data, 'GETH_Cheap', 'Цена газа слишком низкая '), _defineProperty(_ru$data, 'GETH_Balance', 'Баланс недостаточен '), _defineProperty(_ru$data, 'GETH_NonExistentAccount', 'Счёт не существует или баланс счёта слишком мал '), _defineProperty(_ru$data, 'GETH_InsufficientFunds', 'Недостаточно средств для ГАЗ * ЦЕНА + СУММА '), _defineProperty(_ru$data, 'GETH_IntrinsicGas', 'Недостаточно газа для выполнения транзакции '), _defineProperty(_ru$data, 'GETH_GasLimit', 'Превышен лимит газа на блок '), _defineProperty(_ru$data, 'GETH_NegativeValue', 'Отрицательная сумма '), _defineProperty(_ru$data, 'PARITY_AlreadyImported', "Транзакция с данным хэшем уже импортирована."), _defineProperty(_ru$data, 'PARITY_Old', "Номер перевода (nonce) слишком маленький. Попробуйте увеличить номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_TooCheapToReplace', "Комиссия транзакции слишком низкая. В очереди уже есть другая транзакция с таким же номером перевода (nonce). Попробуйте увеличитьразмер комиссии или номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_LimitReached', "Слишком много транзакций в очереди. Ваша транзакция была удалена из-за превышения лимита. Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientGasPrice', "Комиссия транзакции слишком низкая. Она не соответствует минимальному размеру комиссии для вашего узла (минимальная комиссия: {}, ваша комиссия: {}). Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientBalance', "Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Требуется {}, а имеется только: {}."), _defineProperty(_ru$data, 'PARITY_GasLimitExceeded', "Цена транзакции превышает текущий лимит газа. Лимит: {}, цена: {}. Поробуйте уменьшить отведённое количество газа."), _defineProperty(_ru$data, 'PARITY_InvalidGasLimit', "Отведённое количество газа меньше лимита."), _defineProperty(_ru$data, 'translate_version', '0.3 '), _defineProperty(_ru$data, 'Translator_Desc', 'Спасибо нашим переводчикам '), _defineProperty(_ru$data, 'TranslatorName_1', '[Михаил Владимиров](https://www.myetherwallet.com/?gaslimit=21000&to=0x6ff323e36bfdb20502b23780695f4e77e36cde95&value=1.0#send-transaction) '), _defineProperty(_ru$data, 'TranslatorAddr_1', '0x6ff323e36bfdb20502b23780695f4e77e36cde95 '), _defineProperty(_ru$data, 'TranslatorName_2', ''), _defineProperty(_ru$data, 'TranslatorAddr_2', ''), _defineProperty(_ru$data, 'TranslatorName_3', ''), _defineProperty(_ru$data, 'TranslatorAddr_3', ''), _defineProperty(_ru$data, 'TranslatorName_4', ''), _defineProperty(_ru$data, 'TranslatorAddr_4', ''), _defineProperty(_ru$data, 'TranslatorName_5', ''), _defineProperty(_ru$data, 'TranslatorAddr_5', ''), _defineProperty(_ru$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ru$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ru$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ru$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ru$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ru$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ru$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ru$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ru$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ru$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ru$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ru$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ru$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ru$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ru$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ru$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ru$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ru$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ru$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ru$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ru$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ru$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ru$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ru$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ru$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ru$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ru$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ru$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ru$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ru$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ru$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ru$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ru$data, 'HELP_4_Desc_2', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ru$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ru$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ru$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ru$data, 'HELP_4CX_Desc_12', 'Using "Перевести эфир (ether) и токены" Page '), _defineProperty(_ru$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ru$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ru$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ru$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ru$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ru$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ru$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ru$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ru$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ru$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ru$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ru$data, 'HELP_7_Desc_1', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ru$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ru$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ru$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ru$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ru$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ru$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ru$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ru$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ru$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ru$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ru$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ru$data, 'HELP_9_Title', '9) Is the "Перевести эфир (ether) и токены" page offline? '), _defineProperty(_ru$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ru$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ru$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ru$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ru$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ru$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ru$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ru$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ru$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ru$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ru$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ru$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ru$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ru$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ru$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ru$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ru$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ru$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ru$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ru$data, 'HELP_12_Desc_15b', 'Если вы используете ПК: '), _defineProperty(_ru$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ru$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ru$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ru$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ru$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ru$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ru$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ru$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ru$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ru$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ru$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ru$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ru$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ru$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ru$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ru$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ru$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ru$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ru$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ru$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ru$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ru$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ru$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ru$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ru$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ru$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ru$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ru$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ru$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ru$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ru$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ru$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ru$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ru$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ru$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ru$data); module.exports = ru; @@ -17842,7 +17839,7 @@ th.data = (_th$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_th$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_th$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_th$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_th$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_th$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_th$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_th$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_th$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_th$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_th$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_th$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_th$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_th$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_th$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_th$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_th$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_th$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_th$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_th$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_th$data, 'x_CancelReplaceTx', 'ยกเลิกหรือเปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_CancelTx', 'ยกเลิกธุรกรรม'), _defineProperty(_th$data, 'x_PasswordDesc', 'รหัสผ่านนี้ใช้เพื่อ * เข้ารหัส * กุญแจส่วนตัว (Private Key) ของคุณ และไม่ได้ถูกใช้เพื่อเป็นตัวตั้งต้น (Seed) สำหรับสร้างกุญแจส่วนตัวของคุณ **คุณจะต้องใช้รหัสผ่านนี้ + กุญแจส่วนตัว (Private Key) เพื่อปลดล็อกกระเป๋าของคุณ**'), _defineProperty(_th$data, 'x_ReadMore', 'อ่านต่อ'), _defineProperty(_th$data, 'x_ReplaceTx', 'เปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_TransHash', 'ค่าแฮชของธุรกรรม'), _defineProperty(_th$data, 'x_TXFee', 'ค่าธรรมเนียมของ TX'), _defineProperty(_th$data, 'x_TxHash', 'ค่าแฮชของ TX'), _defineProperty(_th$data, 'NAV_CheckTxStatus', 'ตรวจสอบสถานะของ TX'), _defineProperty(_th$data, 'NAV_TxStatus', 'สถานะ TX'), _defineProperty(_th$data, 'tx_Details', 'ข้อมูลการทำธุรกรรม'), _defineProperty(_th$data, 'tx_Summary', 'ในขณะที่มีปริมาณการซื้อขายเป็นจำนวนมาก (เช่นช่วง ICO) ธุรกรรมอาจจะอยู่ในระหว่างรอและล่าช้าเป็นชั่วโมงหรือเป็นวัน ดังนั้นคุณสามารถค้นหา และ "ยกเลิก" / เปลี่ยนแปลงธุรกรรม (TX) เหล่านั้นผ่านเครื่องมือนี้ ** โดยปกติแล้วคุณไม่จำเป็นต้องทำหรือเพิ่งพาสิ่งนี้ และมันจะสำเร็จก็ต่อเมื่อ TX Pool นั้นเต็มเท่านั้น [กรุณาอ่านเกี่ยวกับเครื่องมือนี้ได้ที่นี่](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_th$data, 'tx_notFound', 'ไม่พบการทำธุรกรรม'), _defineProperty(_th$data, 'tx_notFound_1', 'ไม่พบธุรกรรม (TX) นี้จากใน TX Pool ของ Node คุณเชื่อมต่ออยู่'), _defineProperty(_th$data, 'tx_notFound_2', 'หากคุณเพิ่งทำธุรกรรมการส่ง, กรุณารอ 15 วินาที และกดปุ่ม "ตรวจสอบสถานะของ TX" อีกครั้ง '), _defineProperty(_th$data, 'tx_notFound_3', 'มันอาจจะอยู่ใน TX Pool ของ Node อื่น ซึ่งกำลังรอการขุด'), _defineProperty(_th$data, 'tx_notFound_4', 'กรุณาใช้กล่อง dropdown ที่มุมขวาบน & เลือก ETH Node อื่น (เช่น `ETH (Etherscan.io)` หรือ `ETH (Infura.io)` หรือ `ETH (MyEtherWallet)`) และตรวจสอบอีกครั้ง'), _defineProperty(_th$data, 'tx_foundInPending', 'ค้นพบธุรกรรมที่อยู่ในระหว่างรอ'), _defineProperty(_th$data, 'tx_foundInPending_1', 'ธุรกรรมของคุณถูกระบุอยู่ใน TX Pool ของ Node เดียวกันกับที่คุณเชื่อมต่ออยู่ '), _defineProperty(_th$data, 'tx_foundInPending_2', 'อยู่ในระหว่างรอ (กำลังรอการขุด) '), _defineProperty(_th$data, 'tx_foundInPending_3', 'มีโอกาสที่คุณสามารถ "ยกเลิก" หรือเปลี่ยนแปลงการทำธุรกรรมนี้ ปลดล็อกกระเป๋าขอบคุณด้านล่าง'), _defineProperty(_th$data, 'tx_FoundOnChain', 'ค้นพบธุรกรรม'), _defineProperty(_th$data, 'tx_FoundOnChain_1', 'ธุรกรรมของคุณได้รับการขุดสำเร็จแล้ว และอยู่ในบล็อคเชน'), _defineProperty(_th$data, 'tx_FoundOnChain_2', '**ถ้าหากพบข้อความผิดพลาด `( ! )` สีแดง, `BAD INSTRUCTION` หรือ `OUT OF GAS`** หมายความว่าการทำธุรกรรม *ส่ง* ไม่สำเร็จ และคุณไม่สามารถยกเลิกหรือเปลี่ยนแปลงธุรกรรมนี้ ให้คุณทำธุรกรรมส่งใหม่ แต่ถ้าหากพบข้อความผิดพลาด "Out of Gas" คุณควรจะเพิ่มแก๊สเป็นสองเท่าจากเดิมที่ระบุตอนแรก'), _defineProperty(_th$data, 'tx_FoundOnChain_3', '**ถ้าหากไม่พบข้อความผิดพลาดใดๆ หมายความว่าการทำธุรกรรมของคุณถูกส่งสำเร็จ** ETH หรือ Token ของคุณถูกส่งถึงผู้รับแล้ว ถ้าหากเกิน 24+ ชั่วโมงแล้วคุณยังไม่เห็นจำนวน ETH หรือ Token ถูกโอนเข้ากระเป๋าหรือบัญชีบนเว็บแลกเปลี่ยนปลายทาง, กรุณา [ติดต่อที่นี่](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html) ให้แนบ *ลิงก์* ของการทำธุรกรรมคุณเพื่อสอบถามขอความช่วยเหลือ'), _defineProperty(_th$data, 'GEN_Help_1', 'ใช้'), _defineProperty(_th$data, 'GEN_Help_2', 'ของคุณเพื่อเข้าถึงบัญชี'), _defineProperty(_th$data, 'GEN_Help_3', 'ใช้อุปกรณ์ * เป็น * กระเป๋าของคุณ'), _defineProperty(_th$data, 'GEN_Help_4', 'คำแนะนำ & คำถามที่พบบ่อย'), _defineProperty(_th$data, 'GEN_Help_5', 'วิธีการสร้างกระเป๋า'), _defineProperty(_th$data, 'GEN_Help_6', 'เริ่มต้น'), _defineProperty(_th$data, 'GEN_Help_7', 'เก็บไว้ให้ปลอดภัย · สำรองข้อมูล · ไม่แชร์ให้กับผู้อื่น · อย่าทำหาย · ถ้าหากคุณทำหาย มันไม่สามารถถูกกู้คืนกลับมาได้ '), _defineProperty(_th$data, 'GEN_Help_8', 'ไฟล์ไม่เริ่มดาวน์โหลด? '), _defineProperty(_th$data, 'GEN_Help_9', 'ลองใช้ Google Chrome '), _defineProperty(_th$data, 'GEN_Help_10', 'คลิกขวา & บันทึกไฟล์ด้วยชื่อ: '), _defineProperty(_th$data, 'GEN_Help_11', 'ห้ามเปิดไฟล์นี้บนเครื่องคอมพิวเตอร์ของคุณ '), _defineProperty(_th$data, 'GEN_Help_12', 'ใช้เพื่อปลดล็อกกระเป๋าของคุณผ่าน MyEtherWallet (หรือ Mist, Geth, Parity หรือโปรแกรมกระเป๋าอื่นๆ) '), _defineProperty(_th$data, 'GEN_Help_13', 'วิธีการสำรองข้อมูลไฟล์ Keystore '), _defineProperty(_th$data, 'GEN_Help_14', 'ชนิดของไฟล์แบบต่างๆ คืออะไร? '), _defineProperty(_th$data, 'GEN_Help_15', 'ป้องกันการสูญเสีย & การโจรกรรมเงินของคุณ'), _defineProperty(_th$data, 'GEN_Help_16', 'ชนิดของไฟล์แบบต่างๆ คืออะไร?'), _defineProperty(_th$data, 'GEN_Help_17', 'ทำไมฉันควรจะทำ?'), _defineProperty(_th$data, 'GEN_Help_18', 'เพื่อมีแบ็คอัพสำรองข้อมูล'), _defineProperty(_th$data, 'GEN_Help_19', 'ในกรณีที่คุณลืมรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_th$data, 'GET_ConfButton', 'ฉันเข้าใจ ดำเนินการต่อ'), _defineProperty(_th$data, 'GEN_Label_5', 'บันทึก `กุญแจส่วนตัว (Private Key)` ของคุณ '), _defineProperty(_th$data, 'GEN_Unlock', 'ปลดล็อกกระเป๋าเพื่อดูที่อยู่ของคุณ'), _defineProperty(_th$data, 'GAS_PRICE_Desc', 'ราคาแก๊สคือจำนวนที่คุณจ่ายต่อหนึ่งหน่วยของจำนวนแก๊ส `ค่าธรรมเนียมของ ธุรกรรม (TX) = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค ยิ่งราคาแก๊สสูง = ธุรกรรมก็จะสำเร็จเร็วขึ้น แต่ค่าธรรมเนียมก็จะแพงขึ้นเช่นกัน ค่าเริ่มต้นคือ `41 GWEI`'), _defineProperty(_th$data, 'GAS_LIMIT_Desc', 'จำนวนจำกัดแก๊ส คือปริมาณของแก๊สที่จะส่งไปกับธุรกรรม (TX) ของคุณ `ค่าธรรมเนียม TX = ราคาแก๊ส * จำนวนจำกัดแก๊ส และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค การเพิ่มจำนวนนี้จะไม่ทำให้ TX ของคุณถูกขุดสำเร็จไวขึ้น การส่ง ETH = `21000` หากส่ง Token = ~`200000`'), _defineProperty(_th$data, 'NONCE_Desc', 'ค่า nonce คือตัวเลขของธุรกรรมที่ถูกส่งไปยังที่อยู่ที่ระบุ เพื่อเป็นการยืนยันให้ธุรกรรมถูกส่งได้อย่างถูกต้องตามลำดับ และไม่ซ้ำกัน'), _defineProperty(_th$data, 'TXFEE_Desc', 'ค่าธรรมเนียมธุรกรรม (TX) จะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค มีค่าเท่ากับ `จำนวนจำกัดแก๊ส` * `ราคาแก๊ส` [คุณสามารถแปลง GWEI -> ETH ได้ที่นี่](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_th$data, 'NAV_AddWallet', 'เพิ่มกระเป๋า '), _defineProperty(_th$data, 'NAV_BulkGenerate', 'สร้างเป็นจำนวนมาก '), _defineProperty(_th$data, 'NAV_Contact', 'ติดต่อ '), _defineProperty(_th$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_th$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_th$data, 'NAV_ENS', 'ENS'), _defineProperty(_th$data, 'NAV_GenerateWallet_alt', 'กระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_GenerateWallet', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_Help', 'ช่วยเหลือ '), _defineProperty(_th$data, 'NAV_InteractContract', 'จัดการกับ Contract '), _defineProperty(_th$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_th$data, 'NAV_MyWallets', 'กระเป๋าของฉัน '), _defineProperty(_th$data, 'NAV_Offline', 'ส่งแบบออฟไลน์ '), _defineProperty(_th$data, 'NAV_SendEther', 'ส่ง Ether & Token '), _defineProperty(_th$data, 'NAV_SendTokens', 'ส่ง Token '), _defineProperty(_th$data, 'NAV_SignMsg', 'เซ็นข้อความ '), _defineProperty(_th$data, 'NAV_Swap', 'แลกเปลี่ยน '), _defineProperty(_th$data, 'NAV_ViewWallet', 'ดูข้อมูลกระเป๋า '), _defineProperty(_th$data, 'NAV_YourWallets', 'กระเป๋าของคุณ '), _defineProperty(_th$data, 'x_Access', 'เข้าใช้ '), _defineProperty(_th$data, 'x_AddessDesc', 'ที่อยู่ของคุณ หรือสามารถเรียกอีกอย่างว่า `Account #` หรือ `กุญแจสาธารณะ (Public Key)` คือสิ่งที่คุณสามารถแชร์ให้ผู้อื่น เพื่อรอรับ Ether หรือ Token ได้ เพียงมองหาไอคอนของที่อยู่และตรวจสอบให้แน่ใจว่ามันตรงกับกระเป๋ากระดาษของคุณ หรือเมื่อใดก็ตามที่คุณป้อนที่อยู่ของคุณ'), _defineProperty(_th$data, 'x_Address', 'ที่อยู่ของคุณ '), _defineProperty(_th$data, 'x_Cancel', 'ยกเลิก '), _defineProperty(_th$data, 'x_CSV', 'ไฟล์ CSV (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Download', 'ดาวน์โหลด '), _defineProperty(_th$data, 'x_Json', 'ไฟล์ JSON (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_JsonDesc', 'เนื้่อหานี้ไม่ถูกเข้ารหัส ซึ่งเป็น กุญแจส่วนตัว (Private Key) ของคุณที่อยู่รูปแบบ JSON ซึ่งหมายความว่าผู้อื่นที่เข้าถึง JSON นี้ จะสามารถเข้าถึงกระเป๋า & Ether ของคุณได้โดยไม่จำเป็นต้องรู้รหัสผ่านเลย '), _defineProperty(_th$data, 'x_Keystore', 'ไฟล์ Keystore (UTC / JSON · แนะนำ · เข้ารหัส) '), _defineProperty(_th$data, 'x_Keystore2', 'ไฟล์ Keystore (UTC / JSON) '), _defineProperty(_th$data, 'x_KeystoreDesc', 'ไฟล์ Keystore นี้เข้ากันได้กับรูปแบบที่ใช้โดย Mist ทำให้คุณสามารถอิมพอร์ตมันได้อย่างง่ายดายในภายหลัง แนะนำให้ใช้ไฟล์ชนิดนี้เพื่อดาวน์โหลดและแบคอัพ '), _defineProperty(_th$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_th$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_th$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_th$data, 'x_Password', 'รหัสผ่าน '), _defineProperty(_th$data, 'x_Print', 'พิมพ์กระเป๋ากระดาษ '), _defineProperty(_th$data, 'x_PrintDesc', 'คำแนะนำจากโปร: คลิกพิมพ์ และบันทึกได้ในรูปแบบ PDF ไฟล์ ถึงแม้ว่าคุณจะไม่มีปริ้นเตอร์ '), _defineProperty(_th$data, 'x_PrintShort', 'พิมพ์ '), _defineProperty(_th$data, 'x_PrivKey', 'กุญแจส่วนตัว (Private Key) (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_PrivKey2', 'กุญแจส่วนตัว (Private Key) '), _defineProperty(_th$data, 'x_PrivKeyDesc', 'นี่คือข้อความแบบไม่เข้ารหัสของกุญแจส่วนตัว (Private Key) ของคุณ โดยไม่จำเป็นต้องมีรหัสผ่าน ดังนั้นถ้าหากผู้อื่นรู้กุญแจส่วนตัว (Private key) ที่ไม่ถูกเข้ารหัสของคุณนี้ ผู้นั้นสามารถเข้าถึงกระเป๋าของคุณโดยไม่จำเป็นต้องมีรหัสผ่าน และด้วยเหตุนี้ จึงแนะนำให้ใช้กุญแจแบบเข้ารหัสซึ่งเป็นที่นิยมกว่า '), _defineProperty(_th$data, 'x_Save', 'บันทึก '), _defineProperty(_th$data, 'x_TXT', 'ไฟล์ TXT (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Wallet', 'กระเป๋า '), _defineProperty(_th$data, 'CX_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether ผ่าน Chrome Extension '), _defineProperty(_th$data, 'CX_Warning_1', 'ยืนยันให้แน่ใจว่าคุณมี **การสำรองข้อมูลจากภายนอก** ของกระเป๋าใดก็ตามที่คุณเก็บไว้ที่นี่ อะไรก็อาจเกิดขึ้นได้ที่ทำให้คุณสูญเสียข้อมูลบน Chrome Extension นี้ รวมถึงการถอดการติดตั้ง และติดตั้ง Extension ใหม่ ซึ่ง Extension นี้ทำให้คุณเข้าถึงกระเป๋าของคุณได้อย่างง่ายดาย **ไม่ใช่** เพื่อการสำรองข้อมูล '), _defineProperty(_th$data, 'MEW_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether '), _defineProperty(_th$data, 'MEW_Warning_1', 'ตรวจสอบ URL ทุกครั้ง ก่อนเข้าใช้กระเป๋าของคุณหรือสร้างกระเป๋าใหม่ ระวังเว็บไซต์ลอกเลียนแบบประสงค์ร้าย! '), _defineProperty(_th$data, 'FOOTER_1', 'ฟรี, โอเพ่นซอร์ส, อินเตอร์เฟสฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ethereum & อื่นๆอีกมากมาย และทำธุรกรรมผ่านบล็อคเชนของ Ethereum ได้อย่างง่ายดาย & ปลอดภัย อย่าลืมตรวจสอบ URL ( myetherwallet.com ) ทุกครั้งก่อนเข้าใช้กระเป๋าของคุณ'), _defineProperty(_th$data, 'FOOTER_1b', 'สร้างขึ้นโดย '), _defineProperty(_th$data, 'FOOTER_2', 'ยินดีรับบริจาค '), _defineProperty(_th$data, 'FOOTER_3', 'บริการสร้างกระเป๋าโดย '), _defineProperty(_th$data, 'FOOTER_4', 'คำปฎิเสธความรับผิดชอบ '), _defineProperty(_th$data, 'sidebar_AccountInfo', 'ข้อมูลบัญชี '), _defineProperty(_th$data, 'sidebar_AccountAddr', 'ที่อยู่บัญชี '), _defineProperty(_th$data, 'sidebar_AccountBal', 'ยอดคงเหลือบัญชี '), _defineProperty(_th$data, 'sidebar_TokenBal', 'ยอดคงเหลือ Token '), _defineProperty(_th$data, 'sidebar_Equiv', 'มูลค่าเทียบเท่า '), _defineProperty(_th$data, 'sidebar_TransHistory', 'ประวัติการทำธุรกรรม '), _defineProperty(_th$data, 'sidebar_donation', 'MyEtherWallet ให้บริการฟรี, และเป็นโอเพ่นซอร์สเพื่อความเป็นส่วนตัว และความปลอดภัยของคุณ ยิ่งเราได้รับการบริจาคมากเท่าไหร่เราก็ยิ่งมีเวลาเพื่อสร้างฟีเจอร์ใหม่ๆ มากขึ้นเท่านั้น, พร้อมรับฟังข้อเสนอแนะ, และตอบสนองตามความต้องการของผู้ใช้ ซึ่งเราเป็นแค่ทีมสองคนที่อยากจะเปลี่ยนแปลงโลกใบนี้ สนใจช่วยเราไหม? '), _defineProperty(_th$data, 'sidebar_donate', 'บริจาค '), _defineProperty(_th$data, 'sidebar_thanks', 'ขอบคุณ!!! '), _defineProperty(_th$data, 'sidebar_DisplayOnTrezor', 'แสดงที่อยู่บน TREZOR'), _defineProperty(_th$data, 'sidebar_DisplayOnLedger', 'แสดงที่อยู่บน Ledger'), _defineProperty(_th$data, 'decrypt_Access', 'คุณต้องการเข้าถึงกระเป๋าของคุณด้วยวิธีใด? '), _defineProperty(_th$data, 'decrypt_Title', 'เลือกชนิดรูปแบบของกุญแจส่วนตัวของคุณ (Private Key) '), _defineProperty(_th$data, 'decrypt_Select', 'เลือกกระเป๋า '), _defineProperty(_th$data, 'MNEM_1', 'โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งาน '), _defineProperty(_th$data, 'MNEM_2', 'HD mnemonic phrase ของคุณสามารถเข้าถึง กระเป๋าหลายใบ / ที่อยู่หลายที่อยู่ ได้ โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งานในขณะนี้ '), _defineProperty(_th$data, 'MNEM_more', 'ที่อยู่อื่นๆ '), _defineProperty(_th$data, 'MNEM_prev', 'ที่อยู่ที่แล้ว '), _defineProperty(_th$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_1', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_2', 'เปิด Ethereum application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Exp', 'เปิด Expanse application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Ubq', 'เปิด Ubiq application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_3', 'ยืนยันว่า Browser Support ได้ถูกเปิดใช้งานผ่านหน้า Settings '), _defineProperty(_th$data, 'ADD_Ledger_4', 'ถ้าหากไม่พบ Browser Support ในหน้า settings โปรดทำให้แน่ใจว่าคุณกำลังใช้งาน Ledger Wallet [เฟิร์มแวร์เวอร์ชั่น > 1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_th$data, 'ADD_Ledger_0a', 'คุณต้องเข้าใช้ MyEtherWallet ผ่านทางการเชื่อมต่อที่ปลอดภัย (SSL / HTTPS) ถึงจะสามารถเชื่อมต่อได้ '), _defineProperty(_th$data, 'ADD_Ledger_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Ledger_scan', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_MetaMask', 'เชื่อมต่อไปยัง MetaMask '), _defineProperty(_th$data, 'x_Trezor', 'TREZOR '), _defineProperty(_th$data, 'ADD_Trezor_scan', 'เชื่อมต่อไปยัง TREZOR '), _defineProperty(_th$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0a', 'เปิด MyEtherWallet อีกครั้งผ่านการเชื่อมต่อที่ปลอดภัย (SSL) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_scan', 'เชื่อมต่อไปยัง Digital Bitbox '), _defineProperty(_th$data, 'ADD_Label_1', 'คุณต้องการจะทำอะไร? '), _defineProperty(_th$data, 'ADD_Radio_1', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'ADD_Radio_2', 'เลือกไฟล์กระเป๋า (Keystore / JSON) '), _defineProperty(_th$data, 'ADD_Radio_2_alt', 'เลือกไฟล์กระเป๋า '), _defineProperty(_th$data, 'ADD_Radio_2_short', 'เลือกไฟล์กระเป๋า... '), _defineProperty(_th$data, 'ADD_Radio_3', 'แปะวาง/พิมพ์ Private Key ของคุณ '), _defineProperty(_th$data, 'ADD_Radio_4', 'เพิ่มบัญชีใหม่เข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Radio_5', 'แปะวาง/พิมพ์ Mnemonic (รหัสช่วยจำ) '), _defineProperty(_th$data, 'ADD_Radio_5_Path', 'เลือก HD derivation path '), _defineProperty(_th$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_th$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_th$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathCustom', 'กำหนดเอง'), _defineProperty(_th$data, 'ADD_Label_2', 'ตั้งชื่อเล่น '), _defineProperty(_th$data, 'ADD_Label_3', 'กระเป๋าของคุณถูกเข้ารหัส เยี่ยม! โปรดป้อนรหัสผ่าน '), _defineProperty(_th$data, 'ADD_Label_4', 'เพิ่มบัญชีเข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Warning_1', 'คุณสามารถเพิ่มบัญชีเข้า "รายการติดตาม" จากแท็บของกระเป๋าโดยไม่ต้องอัพโหลด private key ซึ่งการกระทำนี้ ** ไม่ได้ ** หมายความว่าคุณสามารถเข้าถึงกระเป๋านี้ได้ หรือสามารถส่ง Ether ออกจากกระเป๋าได้ '), _defineProperty(_th$data, 'ADD_Label_5', 'ป้อนที่อยู่ '), _defineProperty(_th$data, 'ADD_Label_6', 'ปลดล็อกกระเป๋าของคุณ '), _defineProperty(_th$data, 'ADD_Label_6_short', 'ปลดล็อก '), _defineProperty(_th$data, 'ADD_Label_7', 'เพิ่มบัญชี '), _defineProperty(_th$data, 'ADD_Label_8', 'รหัสผ่าน (ทางเลือก): '), _defineProperty(_th$data, 'MYWAL_Nick', 'ชื่อเล่นของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Address', 'ที่อยู่ของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Bal', 'ยอดคงเหลือ '), _defineProperty(_th$data, 'MYWAL_Edit', 'แก้ไข '), _defineProperty(_th$data, 'MYWAL_View', 'ดู '), _defineProperty(_th$data, 'MYWAL_Remove', 'ลบออก '), _defineProperty(_th$data, 'MYWAL_RemoveWal', 'ลบกระเป๋าออก '), _defineProperty(_th$data, 'MYWAL_WatchOnly', 'บัญชีในรายการติดตาม '), _defineProperty(_th$data, 'MYWAL_Viewing', 'กำลังดูกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Hide', 'ซ่อนข้อมูลกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Edit_2', 'แก่ไขกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Name', 'ชื่อของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Content_1', 'คำเตือน! คุณกำลังจะลบกระเป๋าของคุณ '), _defineProperty(_th$data, 'MYWAL_Content_2', 'ยืนยันให้แน่ใจว่าคุณได้ **จดบันทึก private key และ/หรือไฟล์ Keystore และรหัสผ่าน** ก่อนที่คุณจำลบมัน '), _defineProperty(_th$data, 'MYWAL_Content_3', 'ถ้าหากคุณต้องการจะใช้กระเป๋านี้ร่วมกับ MyEtherWallet CX ในอนาคต คุณจำเป็นจะต้องเพิ่มกระเป๋าใหม่อีกครั้งด้วย private key/JSON และรหัสผ่าน '), _defineProperty(_th$data, 'GEN_desc', 'หากคุณต้องการสร้างกระเป๋าหลายใบ, คุณสามารถทำได้ที่นี่ '), _defineProperty(_th$data, 'GEN_Label_1', 'ป้อนรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Placeholder_1', 'ควรจดจำรหัสผ่านไว้ และห้ามลืม! '), _defineProperty(_th$data, 'GEN_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'GEN_Label_2', 'บันทึกไฟล์ `Keystore` ของคุณ '), _defineProperty(_th$data, 'GEN_Label_3', 'บันทึกที่อยู่ของคุณ '), _defineProperty(_th$data, 'GEN_Label_4', 'สั่งพิมพ์กระเป๋ากระดาษ หรือ QR โค้ด '), _defineProperty(_th$data, 'BULK_Label_1', 'จำนวนกระเป๋าที่จะสร้าง '), _defineProperty(_th$data, 'BULK_Label_2', 'สร้างกระเป๋า '), _defineProperty(_th$data, 'BULK_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'SEND_addr', 'ส่งไปยังที่อยู่ '), _defineProperty(_th$data, 'SEND_amount', 'จำนวนที่จะส่ง '), _defineProperty(_th$data, 'SEND_amount_short', 'จำนวน '), _defineProperty(_th$data, 'SEND_custom', 'เพิ่ม Custom Token '), _defineProperty(_th$data, 'SEND_gas', 'แก๊ส '), _defineProperty(_th$data, 'SEND_TransferTotal', 'ส่งด้วยจำนวนทั้งหมด '), _defineProperty(_th$data, 'SEND_generate', 'ทำธุรกรรม '), _defineProperty(_th$data, 'SEND_raw', 'Raw Transaction '), _defineProperty(_th$data, 'SEND_signed', 'เซ็นธุรกรรม '), _defineProperty(_th$data, 'SEND_trans', 'ส่งธุรกรรม '), _defineProperty(_th$data, 'SENDModal_Title', 'คำเตือน! '), _defineProperty(_th$data, 'SENDModal_Content_1', 'คุณกำลังจะส่ง '), _defineProperty(_th$data, 'SENDModal_Content_2', 'ไปยังที่อยู่ '), _defineProperty(_th$data, 'SENDModal_Content_3', 'ยืนยันที่จะดำเนินการต่อ? '), _defineProperty(_th$data, 'SENDModal_Content_4', 'หมายเหตุ: หากคุณพบข้อผิดพลาด โดยส่วนใหญ่แล้วคุณจำเป็นที่จะต้องเพิ่ม Ether เข้าบัญชีเพื่อใช้เป็นค่าแก๊สในการส่ง Token และค่าแก๊สจะถูกจ่ายด้วย Ether '), _defineProperty(_th$data, 'SENDModal_No', 'ไม่, ฉันต้องการออกไปจากที่นี่! '), _defineProperty(_th$data, 'SENDModal_Yes', 'ใช่, ฉันแน่ใจ! ดำเนินการทำธุรกรรมต่อ '), _defineProperty(_th$data, 'TOKEN_Addr', 'ที่อยู่ Token Contract'), _defineProperty(_th$data, 'TOKEN_Symbol', 'สัญลักษณ์ Token '), _defineProperty(_th$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_th$data, 'TOKEN_show', 'แสดง Token ทั้งหมด '), _defineProperty(_th$data, 'TOKEN_hide', 'ซ่อน Token '), _defineProperty(_th$data, 'TRANS_desc', 'ถ้าหากคุณต้องการจะส่ง Token โปรดเข้าใช้ผ่านหน้า "ส่ง Token" แทน '), _defineProperty(_th$data, 'TRANS_advanced', '+ขั้นสูง: เพิ่มข้อมูล '), _defineProperty(_th$data, 'TRANS_data', 'ข้อมูล '), _defineProperty(_th$data, 'TRANS_gas', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'TRANS_sendInfo', 'ธุรกรรมโดยทั่วไปจะใช้ค่าแก๊สจำนวน 21000 แก๊ส ซึ่งมีมูลค่าเท่ากับ 0.000441 ETH เราจะใช้ค่าแก๊สที่สูงกว่าทั่วไปอีก 0.000000021 ETH เพื่อทำให้แน่ใจว่าธุกรรมถูกขุดอย่างรวดเร็ว เราไม่ได้เป็นผู้รับค่าธรรมเนียมในการทำธุรกรรม '), _defineProperty(_th$data, 'OFFLINE_Title', 'สร้าง & ทำธุรกรรมการส่ง แบบออฟไลน์ '), _defineProperty(_th$data, 'OFFLINE_Desc', 'การทำธุรกรรมแบบออฟไลน์ สามารถทำได้ในสามขั้นตอน คุณจะทำขั้นตอนที่ 1 และ 3 ออนไลน์ผ่านคอมพิวเตอร์ ยกเว้นขั้นตอนที่ 2 ซึ่งทำแบบออฟไลน์หรือ airgapped computer ได้ ซึ่งเป็นการยืนยันให้แน่ใจว่ากุญแจส่วนตัวของคุณ (Private Key) ไม่ถูกเข้าถึงโดยอุปกรณ์ใดๆ ที่เชื่อมต่ออินเตอร์เน็ต '), _defineProperty(_th$data, 'OFFLLINE_Step1_Title', 'ขั้นตอนที่ 1: สร้างข้อมูล (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step1_Button', 'สร้างข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_1', 'ที่อยู่ต้นทาง '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_2', 'หมายเหตุ: นี่คือ ที่อยู่ต้นทาง ไม่ใช่ ที่อยู่ปลายทาง ซึ่ง Nonce จะถูกคำนวนจากบัญชีต้นทาง และหากคุณใช้งานจาก airgapped computer มันจะเป็นที่อยู่ของบัญชีแบบ cold-storage '), _defineProperty(_th$data, 'OFFLINE_Step2_Title', 'ขั้นตอนที่ 2: สร้างธุรกรรม (ออฟไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_1', 'ที่อยู่ปลายทาง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_2', 'มูลค่า / จำนวนที่จะส่ง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3', 'ราคาแก๊ส '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4b', 'ค่าแก๊สถูกจำกัดไว้ที่ 21000 เป็นค่าเริ่มต้น นอกเสียจากว่าคุณทำการส่ง Contract หรือข้อมูลอื่นเพิ่มเติม อาจจะต้องมีการเปลี่ยนแปลงค่านี้ และค่าแก๊สที่ไม่ได้ใช้จะถูกคืนให้คุณ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6', 'ข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6b', 'นี่คือตัวเลือกเพิ่มเติม โดยส่วนใหญ่ ข้อมูลจะถูกใช้ก็ต่อเมื่อคุณทำธุรกรรมส่งไปยัง Contract '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_7', 'ป้อน / เลือกกุญแจส่วนตัวของคุณ (Private Key) / JSON '), _defineProperty(_th$data, 'OFFLINE_Step3_Title', 'ขั้นตอนที่ 3: ส่ง / ทำธุรกรรม (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step3_Label_1', 'แปะวางธุรกรรมที่ถูกเซ็นต์กำกับแล้วจากขั้นตอนที่ 2 ลงที่นี่ และกดปุ่ม "ส่งธุรกรรม" '), _defineProperty(_th$data, 'CONTRACT_Title', 'ที่อยู่ Contract '), _defineProperty(_th$data, 'CONTRACT_Title_2', 'เลือก Contract ที่มีอยู่แล้ว '), _defineProperty(_th$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_th$data, 'CONTRACT_Interact_Title', 'อ่าน / เขียน Contract '), _defineProperty(_th$data, 'CONTRACT_Interact_CTA', 'เลือก function '), _defineProperty(_th$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_th$data, 'CONTRACT_Read', 'อ่าน '), _defineProperty(_th$data, 'CONTRACT_Write', 'เขียน '), _defineProperty(_th$data, 'DEP_generate', 'สร้าง Bytecode '), _defineProperty(_th$data, 'DEP_generated', 'Bytecode ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'DEP_signtx', 'เซ็นกำกับธุรกรรม '), _defineProperty(_th$data, 'DEP_interface', 'Interface ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'NODE_Title', 'ติดตั้ง Node แบบกำหนดเอง'), _defineProperty(_th$data, 'NODE_Subtitle', 'เชื่อมต่อไปยัง local node...'), _defineProperty(_th$data, 'NODE_Warning', 'Node ของคุณจะต้องเป็น HTTPS เพื่อที่จะเชื่อมต่อกับ MyEtherWallet.com คุณสามารถ [ดาวน์โหลดซอร์สโค้ดจาก MyEtherWallet repo & รันบนเครื่องคอมพิวเตอร์ของคุณ](https://github.com/kvhnuke/etherwallet/releases/latest) เพื่อเชื่อมต่อกับ Node ใดๆ หรือสร้างใบรับรอง SSL ผ่าน [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_th$data, 'NODE_Name', 'ชื่อ Node'), _defineProperty(_th$data, 'NODE_Port', 'พอร์ตของ Node'), _defineProperty(_th$data, 'NODE_CTA', 'บันทึก & ใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'SWAP_rates', "อัตราแลกเปลี่ยนปัจจุบัน "), _defineProperty(_th$data, 'SWAP_init_1', "ฉันต้องการจะแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_init_2', " ของฉันด้วย "), _defineProperty(_th$data, 'SWAP_init_CTA', "ดำเนินการต่อ! "), _defineProperty(_th$data, 'SWAP_information', "ข้อมูลของคุณ "), _defineProperty(_th$data, 'SWAP_send_amt', "จำนวนที่ต้องการส่ง "), _defineProperty(_th$data, 'SWAP_rec_amt', "จำนวนที่ต้องการรับ "), _defineProperty(_th$data, 'SWAP_your_rate', "อัตราแลกเปลี่ยนของคุณ "), _defineProperty(_th$data, 'SWAP_rec_add', "ที่อยู่ที่สำหรับรับ "), _defineProperty(_th$data, 'SWAP_start_CTA', "เริ่มแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_ref_num', "หมายเลขอ้างอิง "), _defineProperty(_th$data, 'SWAP_time', "เวลาที่เหลือสำหรับส่ง "), _defineProperty(_th$data, 'SWAP_elapsed', "เวลาที่ผ่านไปตั้งแต่เริ่มส่ง "), _defineProperty(_th$data, 'SWAP_progress_1', "คำสั่งถูกเริ่มดำเนินการ "), _defineProperty(_th$data, 'SWAP_progress_2', "กำลังรอ "), _defineProperty(_th$data, 'SWAP_progress_3', "ได้รับแล้ว! "), _defineProperty(_th$data, 'SWAP_progress_4', "กำลังส่ง {{orderResult.output.currency}} "), _defineProperty(_th$data, 'SWAP_progress_5', "คำสั่งสำเร็จ "), _defineProperty(_th$data, 'SWAP_order_CTA', "กรุณาส่ง "), _defineProperty(_th$data, 'SWAP_unlock', "ปลดล็อกกระเป๋าของคุณเพื่อส่ง ETH หรือ Token ได้โดยตรงจากหน้านี้ "), _defineProperty(_th$data, 'MSG_message', 'ข้อความ '), _defineProperty(_th$data, 'MSG_date', 'วันที่ '), _defineProperty(_th$data, 'MSG_signature', 'ลายเซ็นต์ '), _defineProperty(_th$data, 'MSG_verify', 'ข้อความยืนยัน '), _defineProperty(_th$data, 'MSG_info1', 'ใส่วันที่ปัจจุบัน เพื่อทำให้ลายเซ็นต์ไม่สามารถถูกนำกลับมาใช้ซ้ำได้อีกในวันอื่นๆ '), _defineProperty(_th$data, 'MSG_info2', 'ใส่ชื่อเล่นลงบนตำแหน่งที่ระบุเอง เพื่อป้องกันไม่ให้คนอื่นสามารถใช้มันได้ '), _defineProperty(_th$data, 'MSG_info3', 'ใส่ข้อความแสดงเจตจำนงที่เฉพาะเจาะจง เพื่อป้องกันไม่ให้มันถูกใช้เพื่อเหตุผลอื่น '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ ซึ่งคุณอาจจะต้องใช้มันเพื่อ [นำเข้าบัญชีของคุณไปยัง Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) แต่หากคุณแค่ต้องการจะตรวจสอบยอดคงเหลือของคุณ เราแนะนำให้ใชัเว็บ blockchain explorer เช่น [etherscan.io](https://etherscan.io/) '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle_Short', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ '), _defineProperty(_th$data, 'VIEWWALLET_SuccessMsg', 'สำเร็จ! นี่คือข้อมูลกระเป๋าของคุณ '), _defineProperty(_th$data, 'VIEWWALLET_ShowPrivKey', '(แสดง)'), _defineProperty(_th$data, 'VIEWWALLET_HidePrivKey', '(ซ่อน)'), _defineProperty(_th$data, 'CX_error_1', 'คุณไม่มีกระเป๋าที่บันทึกไว้ คลิก ["เพิ่มกระเป๋า"](/cx-wallet.html#add-wallet) เพื่อเพิ่ม! '), _defineProperty(_th$data, 'CX_quicksend', 'ส่ง '), _defineProperty(_th$data, 'ERROR_0', 'กรุณาใส่จำนวนที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_1', 'รหัสผ่านของคุณต้องมีอย่างน้อย 9 ตัวอักษร และควรจะเป็นรหัสผ่านที่คาดเดาได้ยาก '), _defineProperty(_th$data, 'ERROR_2', 'ขออภัย! เราไม่รู้จักไฟล์กระเป๋ารูปแบบนี้ '), _defineProperty(_th$data, 'ERROR_3', 'นี่ไม่ใช่ไฟล์กระเป๋าที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_4', 'หน่วยที่ระบุไม่มีอยู่จริง โปรดใช้หน่วยที่อยู่ในรายการต่อไปนี้ '), _defineProperty(_th$data, 'ERROR_5', 'กรุณาใส่ที่อยู่ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_6', 'กรุณาใส่รหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_7', 'กรุณาใส่หน่วยทศนิยมให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 0-18) '), _defineProperty(_th$data, 'ERROR_8', 'กรุณาใส่ค่าจำกัดแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 21000-4000000) '), _defineProperty(_th$data, 'ERROR_9', 'กรุณาใส่ข้อมูลให้ถูกต้อง (ต้องเป็นเลขฐาน 16) '), _defineProperty(_th$data, 'ERROR_10', 'กรุณาใส่ราคาแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 20 GWEI / 20000000000 WEI) '), _defineProperty(_th$data, 'ERROR_11', 'กรุณาใส่ค่า Nonce ให้ถูกต้อง (ต้องเป็นตัวเลข) '), _defineProperty(_th$data, 'ERROR_12', 'ลายเซ็นต์ของธุรกรรมไม่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_13', 'มีกระเป๋าที่ใช้ชื่อเล่นนี้อยู่แล้ว '), _defineProperty(_th$data, 'ERROR_14', 'ไม่พบกระเป๋า '), _defineProperty(_th$data, 'ERROR_15', 'อุ๊บส์ ดูเหมือนจะไม่มีคำร้องขอที่มี ID นี้ หรือมีข้อผิดพลาดในการอ่านคำร้อง '), _defineProperty(_th$data, 'ERROR_16', 'กระเป๋าของที่อยู่นี้มีอยู่แล้วในฐานข้อมูล กรุณาตรวจสอบจากหน้ากระเป๋าของคุณ '), _defineProperty(_th$data, 'ERROR_17', 'มียอดคงเหลือไม่พอในบัญชีที่คุณกำลังจะส่งออก ถ้าหากคุณกำลังจะส่ง Token คุณจะต้องมีอย่างน้อย 0.01 ETH อยู่ในบัญชีของคุณ เพื่อใช้เป็นค่าแก๊ส '), _defineProperty(_th$data, 'ERROR_18', 'แก๊สทั้งหมดจะถูกใช้ในธุรกรรมนี้ ซึ่งหมายความว่าคุณได้ทำการโหวตให้กับคำร้องขอนี้แล้ว หรือช่วงการโหวตได้จบลงแล้ว'), _defineProperty(_th$data, 'ERROR_19', 'กรุณาใส่สัญลักษณ์ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_20', 'ไม่ใช่ ERC-20 Token ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_21', 'ไม่สามารถประเมินแก๊สได้ เนื่องจากยอดคงเหลือในบัญชีไม่พอหรืออาจมีข้อผิดพลาดจากที่อยู่ของสัญญา (Contract Address) ให้ใส่ค่าแก๊สด้วยตัวคุณเองและดำเนินการต่อ ข้อความที่เกิดจากความผิดพลาดระหว่างการส่งอาจจะมีเนื้อหาละเอียดกว่า'), _defineProperty(_th$data, 'ERROR_22', 'กรุณาใส่ชื่อ Node ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_23', 'กรุณาใส่ URL ให้ถูกต้อง ถ้าหากคุณใช้ https อยู่ URL ของคุณควรจะเป็นแบบ https'), _defineProperty(_th$data, 'ERROR_24', 'กรุณาใส่หมายเลขพอร์ตที่ถูกต้อง. '), _defineProperty(_th$data, 'ERROR_25', 'กรุณาใส่ chain ID ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_26', 'กรุณาใส่ ABI ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_27', 'จำนวนขั้นต่ำ: 0.01. จำนวนขั้นสูงสุด: '), _defineProperty(_th$data, 'ERROR_28', 'คุณต้องใช้ `ไฟล์ Keystore + รหัสผ่าน` หรือ `กุญแจส่วนตัว (Private Key)` (ในหน้าถัดไป) เพื่อเข้าถึงกระเป๋าของคุณในภายหลัง '), _defineProperty(_th$data, 'ERROR_29', 'กรุณาใส่ชื่อผู้ใช้ และรหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_30', 'กรุณาใส่ชื่อที่ถูกต้อง (จำนวน 7+ ตัวอักษร, จำกัดเครื่องหมายวรรคตอน) '), _defineProperty(_th$data, 'ERROR_31', 'กรุณาใส่ secret phrase ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_32', 'ไม่สามารถเชื่อมต่อไปยัง Node ลองรีเฟรชหน้าใหม่อีกครั้ง, ลองใช้ Node อื่น (มุมขวาบน), หรือตรวจสอบการตั้งค่าไฟวอลล์ของคุณ หรือเช็คค่าการตั้งค่าใน Config ของคุณถ้าหากใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'ERROR_33', 'กระเป๋าที่คุณปลดล็อก มีที่อยู่ไม่ตรงกับที่อยู่ของเจ้าของ '), _defineProperty(_th$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_th$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_th$data, 'ERROR_36', 'กรุณาใส่ TX hash ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_37', 'กรุณาใส่เลขฐานสิบหก (0-9, a-f)'), _defineProperty(_th$data, 'SUCCESS_1', 'ที่อยู่ถูกต้อง '), _defineProperty(_th$data, 'SUCCESS_2', 'กระเป๋าถูกถอดรหัสสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_3', 'TX ของคุณได้ถูกเผยแพร่ไปยังเครือข่ายแล้ว และกำลังรอที่จะถูกขุดและรับการยืนยัน ซึ่งถ้าในช่วง ICOs การยืนยันอาจจะล่าช้าได้ถึง 3+ ชั่วโมง ให้ใช้ปุ่ม ยืนยัน & ตรวจสอบ ด้านล่างนี้ได้, TX Hash: '), _defineProperty(_th$data, 'SUCCESS_4', 'กระเป๋าของคุณถูกเพิ่มเรียบร้อยแล้ว '), _defineProperty(_th$data, 'SUCCESS_5', 'ไฟล์ถูกเลือก '), _defineProperty(_th$data, 'SUCCESS_6', 'การเชื่อมต่อสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_7', 'ยืนยันลายเซ็นต์ของข้อความแล้ว'), _defineProperty(_th$data, 'WARN_Send_Link', 'คุณเข้าใช้จากลิงก์ที่มีการระบุ ที่อยู่, จำนวนมูลค่า, แก๊ส, รายการข้อมูล, หรือชนิดของการทำธุรกรรม (send mode) ให้คุณล่วงหน้า ซึ่งคุณสามารถเปลี่ยนแปลงข้อมูลได้ก่อนที่จะทำการส่ง ปลดล็อกกระเป๋าของคุณเพื่อเริ่มต้น '), _defineProperty(_th$data, 'GETH_InvalidSender', 'ผู้ส่งไม่ถูกต้อง '), _defineProperty(_th$data, 'GETH_Nonce', 'ค่า Nonce ต่ำเกินไป '), _defineProperty(_th$data, 'GETH_Cheap', 'ราคาแก๊สต่ำเกินกว่าจะรับได้ '), _defineProperty(_th$data, 'GETH_Balance', 'ยอดคงเหลือไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_NonExistentAccount', 'บัญชีนี้ไม่มีอยู่จริง หรือยอดคงเหลือในบัญชีไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_InsufficientFunds', 'ยอดมูลค่าไม่เพียงพอสำหรับ จำนวนแก๊ส * ราคาแก๊ส + จำนวนมูลค่า '), _defineProperty(_th$data, 'GETH_IntrinsicGas', 'จำนวนแก๊สต่ำเกินไป '), _defineProperty(_th$data, 'GETH_GasLimit', 'เกินจำนวนจำกัดของแก๊ส '), _defineProperty(_th$data, 'GETH_NegativeValue', 'จำนวนติดลบ '), _defineProperty(_th$data, 'PARITY_AlreadyImported', "ธุรกรรมที่มีค่าแฮชเดียวกันนี้ได้ถูกนำเข้ามาแล้ว"), _defineProperty(_th$data, 'PARITY_Old', "ค่า nonce ของธุรกรรมต่ำเกินไป ลองเพิ่มค่า nonce"), _defineProperty(_th$data, 'PARITY_TooCheapToReplace', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป หรือมีธุรกรรมอื่นที่มีค่า nonce เท่ากันนี้อยู่ในคิว ให้ลองเพิ่มค่าธรรมเนียม หรือเพิ่มค่า nonce."), _defineProperty(_th$data, 'PARITY_LimitReached', "มีจำนวนธุรกรรมเยอะเกินไปรออยู่ในคิว ธุรกรรมของคุณถูกละทิ้งเนื่องจากมีจำนวนจำกัด ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientGasPrice', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป ไม่เพียงพอสำหรับค่าธรรมเนียมขั้นต่ำของ Node ของคุณ (ขั้นต่ำ: {}, ค่าที่ใช้: {}) ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientBalance', "ยอดคงเหลือในบัญชีไม่เพียงพอ ต้องการ {} wei แต่มีเพียง: {} wei"), _defineProperty(_th$data, 'PARITY_GasLimitExceeded', "ค่าธรรมเนียมของธุรกรรมเกินจากค่าจำนวนจำกัดของแก๊ส จำนวนจำกัดแก๊ส: {}, ค่าที่ใช้: {} ลองลดจำนวนแก๊สลง"), _defineProperty(_th$data, 'PARITY_InvalidGasLimit', "จำนวนแก๊สที่ใช้เกินจำนวนจำกัด"), _defineProperty(_th$data, 'translate_version', '0.1 '), _defineProperty(_th$data, 'Translator_Desc', 'ขอบคุณผู้แปลภาษา '), _defineProperty(_th$data, 'TranslatorName_1', '[Tianissimo (Suteepat)](https://www.myetherwallet.com/?gaslimit=21000&to=0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e&value=1.0#send-transaction) '), _defineProperty(_th$data, 'TranslatorAddr_1', '0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e '), _defineProperty(_th$data, 'TranslatorName_2', ' '), _defineProperty(_th$data, 'TranslatorAddr_2', ' '), _defineProperty(_th$data, 'TranslatorName_3', ' '), _defineProperty(_th$data, 'TranslatorAddr_3', ' '), _defineProperty(_th$data, 'TranslatorName_4', ' '), _defineProperty(_th$data, 'TranslatorAddr_4', ' '), _defineProperty(_th$data, 'TranslatorName_5', ' '), _defineProperty(_th$data, 'TranslatorAddr_5', ' '), _defineProperty(_th$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_th$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_th$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_th$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_th$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_th$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_th$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_th$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_th$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_th$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_th$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_th$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_th$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_th$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_th$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_th$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_th$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_th$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_th$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_th$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_th$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_th$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_th$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_th$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_th$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_th$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_th$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_th$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_th$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_th$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_th$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_th$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_th$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_th$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_th$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_th$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_th$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_th$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_th$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_th$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_th$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_th$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_th$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_th$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_th$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_th$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_th$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_th$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_th$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_th$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_th$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_th$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_th$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_th$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_th$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_th$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_th$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_th$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_th$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_th$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_th$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_th$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_th$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_th$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_th$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_th$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_th$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_th$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_th$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_th$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_th$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_th$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_th$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_th$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_th$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_th$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_th$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_th$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_th$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_th$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_th$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_th$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_th$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_th$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_th$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_th$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_th$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_th$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_th$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_th$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_th$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_th$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_th$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_th$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_th$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_th$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_th$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_th$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_th$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_th$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_th$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_th$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_th$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_th$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_th$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_th$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_th$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_th$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_th$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_th$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_th$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_th$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_th$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_th$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_th$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_th$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_th$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_th$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_th$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_th$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_th$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_th$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_th$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_th$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_th$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_th$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_th$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_th$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_th$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_th$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_th$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_th$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_th$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_th$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_th$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_th$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_th$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_th$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_th$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_th$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_th$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _th$data); +}, _defineProperty(_th$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_th$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_th$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_th$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_th$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_th$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_th$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_th$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_th$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_th$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_th$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_th$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_th$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_th$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_th$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_th$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_th$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_th$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_th$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_th$data, 'x_CancelReplaceTx', 'ยกเลิกหรือเปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_CancelTx', 'ยกเลิกธุรกรรม'), _defineProperty(_th$data, 'x_PasswordDesc', 'รหัสผ่านนี้ใช้เพื่อ * เข้ารหัส * กุญแจส่วนตัว (Private Key) ของคุณ และไม่ได้ถูกใช้เพื่อเป็นตัวตั้งต้น (Seed) สำหรับสร้างกุญแจส่วนตัวของคุณ **คุณจะต้องใช้รหัสผ่านนี้ + กุญแจส่วนตัว (Private Key) เพื่อปลดล็อกกระเป๋าของคุณ**'), _defineProperty(_th$data, 'x_ReadMore', 'อ่านต่อ'), _defineProperty(_th$data, 'x_ReplaceTx', 'เปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_TransHash', 'ค่าแฮชของธุรกรรม'), _defineProperty(_th$data, 'x_TXFee', 'ค่าธรรมเนียมของ TX'), _defineProperty(_th$data, 'x_TxHash', 'ค่าแฮชของ TX'), _defineProperty(_th$data, 'NAV_CheckTxStatus', 'ตรวจสอบสถานะของ TX'), _defineProperty(_th$data, 'NAV_TxStatus', 'สถานะ TX'), _defineProperty(_th$data, 'tx_Details', 'ข้อมูลการทำธุรกรรม'), _defineProperty(_th$data, 'tx_Summary', 'ในขณะที่มีปริมาณการซื้อขายเป็นจำนวนมาก (เช่นช่วง ICO) ธุรกรรมอาจจะอยู่ในระหว่างรอและล่าช้าเป็นชั่วโมงหรือเป็นวัน ดังนั้นคุณสามารถค้นหา และ "ยกเลิก" / เปลี่ยนแปลงธุรกรรม (TX) เหล่านั้นผ่านเครื่องมือนี้ ** โดยปกติแล้วคุณไม่จำเป็นต้องทำหรือเพิ่งพาสิ่งนี้ และมันจะสำเร็จก็ต่อเมื่อ TX Pool นั้นเต็มเท่านั้น [กรุณาอ่านเกี่ยวกับเครื่องมือนี้ได้ที่นี่](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_th$data, 'tx_notFound', 'ไม่พบการทำธุรกรรม'), _defineProperty(_th$data, 'tx_notFound_1', 'ไม่พบธุรกรรม (TX) นี้จากใน TX Pool ของ Node คุณเชื่อมต่ออยู่'), _defineProperty(_th$data, 'tx_notFound_2', 'หากคุณเพิ่งทำธุรกรรมการส่ง, กรุณารอ 15 วินาที และกดปุ่ม "ตรวจสอบสถานะของ TX" อีกครั้ง '), _defineProperty(_th$data, 'tx_notFound_3', 'มันอาจจะอยู่ใน TX Pool ของ Node อื่น ซึ่งกำลังรอการขุด'), _defineProperty(_th$data, 'tx_notFound_4', 'กรุณาใช้กล่อง dropdown ที่มุมขวาบน & เลือก ETH Node อื่น (เช่น `ETH (Etherscan.io)` หรือ `ETH (Infura.io)` หรือ `ETH (MyEtherWallet)`) และตรวจสอบอีกครั้ง'), _defineProperty(_th$data, 'tx_foundInPending', 'ค้นพบธุรกรรมที่อยู่ในระหว่างรอ'), _defineProperty(_th$data, 'tx_foundInPending_1', 'ธุรกรรมของคุณถูกระบุอยู่ใน TX Pool ของ Node เดียวกันกับที่คุณเชื่อมต่ออยู่ '), _defineProperty(_th$data, 'tx_foundInPending_2', 'อยู่ในระหว่างรอ (กำลังรอการขุด) '), _defineProperty(_th$data, 'tx_foundInPending_3', 'มีโอกาสที่คุณสามารถ "ยกเลิก" หรือเปลี่ยนแปลงการทำธุรกรรมนี้ ปลดล็อกกระเป๋าขอบคุณด้านล่าง'), _defineProperty(_th$data, 'tx_FoundOnChain', 'ค้นพบธุรกรรม'), _defineProperty(_th$data, 'tx_FoundOnChain_1', 'ธุรกรรมของคุณได้รับการขุดสำเร็จแล้ว และอยู่ในบล็อคเชน'), _defineProperty(_th$data, 'tx_FoundOnChain_2', '**ถ้าหากพบข้อความผิดพลาด `( ! )` สีแดง, `BAD INSTRUCTION` หรือ `OUT OF GAS`** หมายความว่าการทำธุรกรรม *ส่ง* ไม่สำเร็จ และคุณไม่สามารถยกเลิกหรือเปลี่ยนแปลงธุรกรรมนี้ ให้คุณทำธุรกรรมส่งใหม่ แต่ถ้าหากพบข้อความผิดพลาด "Out of Gas" คุณควรจะเพิ่มแก๊สเป็นสองเท่าจากเดิมที่ระบุตอนแรก'), _defineProperty(_th$data, 'tx_FoundOnChain_3', '**ถ้าหากไม่พบข้อความผิดพลาดใดๆ หมายความว่าการทำธุรกรรมของคุณถูกส่งสำเร็จ** ETH หรือ Token ของคุณถูกส่งถึงผู้รับแล้ว ถ้าหากเกิน 24+ ชั่วโมงแล้วคุณยังไม่เห็นจำนวน ETH หรือ Token ถูกโอนเข้ากระเป๋าหรือบัญชีบนเว็บแลกเปลี่ยนปลายทาง, กรุณา [ติดต่อที่นี่](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html) ให้แนบ *ลิงก์* ของการทำธุรกรรมคุณเพื่อสอบถามขอความช่วยเหลือ'), _defineProperty(_th$data, 'GEN_Help_1', 'ใช้'), _defineProperty(_th$data, 'GEN_Help_2', 'ของคุณเพื่อเข้าถึงบัญชี'), _defineProperty(_th$data, 'GEN_Help_3', 'ใช้อุปกรณ์ * เป็น * กระเป๋าของคุณ'), _defineProperty(_th$data, 'GEN_Help_4', 'คำแนะนำ & คำถามที่พบบ่อย'), _defineProperty(_th$data, 'GEN_Help_5', 'วิธีการสร้างกระเป๋า'), _defineProperty(_th$data, 'GEN_Help_6', 'เริ่มต้น'), _defineProperty(_th$data, 'GEN_Help_7', 'เก็บไว้ให้ปลอดภัย · สำรองข้อมูล · ไม่แชร์ให้กับผู้อื่น · อย่าทำหาย · ถ้าหากคุณทำหาย มันไม่สามารถถูกกู้คืนกลับมาได้ '), _defineProperty(_th$data, 'GEN_Help_8', 'ไฟล์ไม่เริ่มดาวน์โหลด? '), _defineProperty(_th$data, 'GEN_Help_9', 'ลองใช้ Google Chrome '), _defineProperty(_th$data, 'GEN_Help_10', 'คลิกขวา & บันทึกไฟล์ด้วยชื่อ: '), _defineProperty(_th$data, 'GEN_Help_11', 'ห้ามเปิดไฟล์นี้บนเครื่องคอมพิวเตอร์ของคุณ '), _defineProperty(_th$data, 'GEN_Help_12', 'ใช้เพื่อปลดล็อกกระเป๋าของคุณผ่าน MyEtherWallet (หรือ Mist, Geth, Parity หรือโปรแกรมกระเป๋าอื่นๆ) '), _defineProperty(_th$data, 'GEN_Help_13', 'วิธีการสำรองข้อมูลไฟล์ Keystore '), _defineProperty(_th$data, 'GEN_Help_14', 'ชนิดของไฟล์แบบต่างๆ คืออะไร? '), _defineProperty(_th$data, 'GEN_Help_15', 'ป้องกันการสูญเสีย & การโจรกรรมเงินของคุณ'), _defineProperty(_th$data, 'GEN_Help_16', 'ชนิดของไฟล์แบบต่างๆ คืออะไร?'), _defineProperty(_th$data, 'GEN_Help_17', 'ทำไมฉันควรจะทำ?'), _defineProperty(_th$data, 'GEN_Help_18', 'เพื่อมีแบ็คอัพสำรองข้อมูล'), _defineProperty(_th$data, 'GEN_Help_19', 'ในกรณีที่คุณลืมรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_th$data, 'GET_ConfButton', 'ฉันเข้าใจ ดำเนินการต่อ'), _defineProperty(_th$data, 'GEN_Label_5', 'บันทึก `กุญแจส่วนตัว (Private Key)` ของคุณ '), _defineProperty(_th$data, 'GEN_Unlock', 'ปลดล็อกกระเป๋าเพื่อดูที่อยู่ของคุณ'), _defineProperty(_th$data, 'GAS_PRICE_Desc', 'ราคาแก๊สคือจำนวนที่คุณจ่ายต่อหนึ่งหน่วยของจำนวนแก๊ส `ค่าธรรมเนียมของ ธุรกรรม (TX) = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค ยิ่งราคาแก๊สสูง = ธุรกรรมก็จะสำเร็จเร็วขึ้น แต่ค่าธรรมเนียมก็จะแพงขึ้นเช่นกัน ค่าเริ่มต้นคือ `41 GWEI`'), _defineProperty(_th$data, 'GAS_LIMIT_Desc', 'จำนวนจำกัดแก๊ส คือปริมาณของแก๊สที่จะส่งไปกับธุรกรรม (TX) ของคุณ `ค่าธรรมเนียม TX = ราคาแก๊ส * จำนวนจำกัดแก๊ส และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค การเพิ่มจำนวนนี้จะไม่ทำให้ TX ของคุณถูกขุดสำเร็จไวขึ้น การส่ง ETH = `21000` หากส่ง Token = ~`200000`'), _defineProperty(_th$data, 'NONCE_Desc', 'ค่า nonce คือตัวเลขของธุรกรรมที่ถูกส่งไปยังที่อยู่ที่ระบุ เพื่อเป็นการยืนยันให้ธุรกรรมถูกส่งได้อย่างถูกต้องตามลำดับ และไม่ซ้ำกัน'), _defineProperty(_th$data, 'TXFEE_Desc', 'ค่าธรรมเนียมธุรกรรม (TX) จะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค มีค่าเท่ากับ `จำนวนจำกัดแก๊ส` * `ราคาแก๊ส` [คุณสามารถแปลง GWEI -> ETH ได้ที่นี่](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_th$data, 'NAV_AddWallet', 'เพิ่มกระเป๋า '), _defineProperty(_th$data, 'NAV_BulkGenerate', 'สร้างเป็นจำนวนมาก '), _defineProperty(_th$data, 'NAV_Contact', 'ติดต่อ '), _defineProperty(_th$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_th$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_th$data, 'NAV_ENS', 'ENS'), _defineProperty(_th$data, 'NAV_GenerateWallet_alt', 'กระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_GenerateWallet', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_Help', 'ช่วยเหลือ '), _defineProperty(_th$data, 'NAV_InteractContract', 'จัดการกับ Contract '), _defineProperty(_th$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_th$data, 'NAV_MyWallets', 'กระเป๋าของฉัน '), _defineProperty(_th$data, 'NAV_Offline', 'ส่งแบบออฟไลน์ '), _defineProperty(_th$data, 'NAV_SendEther', 'ส่ง Ether & Token '), _defineProperty(_th$data, 'NAV_SendTokens', 'ส่ง Token '), _defineProperty(_th$data, 'NAV_SignMsg', 'เซ็นข้อความ '), _defineProperty(_th$data, 'NAV_Swap', 'แลกเปลี่ยน '), _defineProperty(_th$data, 'NAV_ViewWallet', 'ดูข้อมูลกระเป๋า '), _defineProperty(_th$data, 'NAV_YourWallets', 'กระเป๋าของคุณ '), _defineProperty(_th$data, 'x_Access', 'เข้าใช้ '), _defineProperty(_th$data, 'x_AddessDesc', 'ที่อยู่ของคุณ หรือสามารถเรียกอีกอย่างว่า `Account #` หรือ `กุญแจสาธารณะ (Public Key)` คือสิ่งที่คุณสามารถแชร์ให้ผู้อื่น เพื่อรอรับ Ether หรือ Token ได้ เพียงมองหาไอคอนของที่อยู่และตรวจสอบให้แน่ใจว่ามันตรงกับกระเป๋ากระดาษของคุณ หรือเมื่อใดก็ตามที่คุณป้อนที่อยู่ของคุณ'), _defineProperty(_th$data, 'x_Address', 'ที่อยู่ของคุณ '), _defineProperty(_th$data, 'x_Cancel', 'ยกเลิก '), _defineProperty(_th$data, 'x_CSV', 'ไฟล์ CSV (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Download', 'ดาวน์โหลด '), _defineProperty(_th$data, 'x_Json', 'ไฟล์ JSON (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_JsonDesc', 'เนื้่อหานี้ไม่ถูกเข้ารหัส ซึ่งเป็น กุญแจส่วนตัว (Private Key) ของคุณที่อยู่รูปแบบ JSON ซึ่งหมายความว่าผู้อื่นที่เข้าถึง JSON นี้ จะสามารถเข้าถึงกระเป๋า & Ether ของคุณได้โดยไม่จำเป็นต้องรู้รหัสผ่านเลย '), _defineProperty(_th$data, 'x_Keystore', 'ไฟล์ Keystore (UTC / JSON · แนะนำ · เข้ารหัส) '), _defineProperty(_th$data, 'x_Keystore2', 'ไฟล์ Keystore (UTC / JSON) '), _defineProperty(_th$data, 'x_KeystoreDesc', 'ไฟล์ Keystore นี้เข้ากันได้กับรูปแบบที่ใช้โดย Mist ทำให้คุณสามารถอิมพอร์ตมันได้อย่างง่ายดายในภายหลัง แนะนำให้ใช้ไฟล์ชนิดนี้เพื่อดาวน์โหลดและแบคอัพ '), _defineProperty(_th$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_th$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_th$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_th$data, 'x_Password', 'รหัสผ่าน '), _defineProperty(_th$data, 'x_Print', 'พิมพ์กระเป๋ากระดาษ '), _defineProperty(_th$data, 'x_PrintDesc', 'คำแนะนำจากโปร: คลิกพิมพ์ และบันทึกได้ในรูปแบบ PDF ไฟล์ ถึงแม้ว่าคุณจะไม่มีปริ้นเตอร์ '), _defineProperty(_th$data, 'x_PrintShort', 'พิมพ์ '), _defineProperty(_th$data, 'x_PrivKey', 'กุญแจส่วนตัว (Private Key) (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_PrivKey2', 'กุญแจส่วนตัว (Private Key) '), _defineProperty(_th$data, 'x_PrivKeyDesc', 'นี่คือข้อความแบบไม่เข้ารหัสของกุญแจส่วนตัว (Private Key) ของคุณ โดยไม่จำเป็นต้องมีรหัสผ่าน ดังนั้นถ้าหากผู้อื่นรู้กุญแจส่วนตัว (Private key) ที่ไม่ถูกเข้ารหัสของคุณนี้ ผู้นั้นสามารถเข้าถึงกระเป๋าของคุณโดยไม่จำเป็นต้องมีรหัสผ่าน และด้วยเหตุนี้ จึงแนะนำให้ใช้กุญแจแบบเข้ารหัสซึ่งเป็นที่นิยมกว่า '), _defineProperty(_th$data, 'x_Save', 'บันทึก '), _defineProperty(_th$data, 'x_TXT', 'ไฟล์ TXT (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Wallet', 'กระเป๋า '), _defineProperty(_th$data, 'CX_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether ผ่าน Chrome Extension '), _defineProperty(_th$data, 'CX_Warning_1', 'ยืนยันให้แน่ใจว่าคุณมี **การสำรองข้อมูลจากภายนอก** ของกระเป๋าใดก็ตามที่คุณเก็บไว้ที่นี่ อะไรก็อาจเกิดขึ้นได้ที่ทำให้คุณสูญเสียข้อมูลบน Chrome Extension นี้ รวมถึงการถอดการติดตั้ง และติดตั้ง Extension ใหม่ ซึ่ง Extension นี้ทำให้คุณเข้าถึงกระเป๋าของคุณได้อย่างง่ายดาย **ไม่ใช่** เพื่อการสำรองข้อมูล '), _defineProperty(_th$data, 'MEW_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether '), _defineProperty(_th$data, 'MEW_Warning_1', 'ตรวจสอบ URL ทุกครั้ง ก่อนเข้าใช้กระเป๋าของคุณหรือสร้างกระเป๋าใหม่ ระวังเว็บไซต์ลอกเลียนแบบประสงค์ร้าย! '), _defineProperty(_th$data, 'FOOTER_1', 'ฟรี, โอเพ่นซอร์ส, อินเตอร์เฟสฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ethereum & อื่นๆอีกมากมาย และทำธุรกรรมผ่านบล็อคเชนของ Ethereum ได้อย่างง่ายดาย & ปลอดภัย อย่าลืมตรวจสอบ URL ( myetherwallet.com ) ทุกครั้งก่อนเข้าใช้กระเป๋าของคุณ'), _defineProperty(_th$data, 'FOOTER_1b', 'สร้างขึ้นโดย '), _defineProperty(_th$data, 'FOOTER_2', 'ยินดีรับบริจาค '), _defineProperty(_th$data, 'FOOTER_3', 'บริการสร้างกระเป๋าโดย '), _defineProperty(_th$data, 'FOOTER_4', 'คำปฎิเสธความรับผิดชอบ '), _defineProperty(_th$data, 'sidebar_AccountInfo', 'ข้อมูลบัญชี '), _defineProperty(_th$data, 'sidebar_AccountAddr', 'ที่อยู่บัญชี '), _defineProperty(_th$data, 'sidebar_AccountBal', 'ยอดคงเหลือบัญชี '), _defineProperty(_th$data, 'sidebar_TokenBal', 'ยอดคงเหลือ Token '), _defineProperty(_th$data, 'sidebar_Equiv', 'มูลค่าเทียบเท่า '), _defineProperty(_th$data, 'sidebar_TransHistory', 'ประวัติการทำธุรกรรม '), _defineProperty(_th$data, 'sidebar_donation', 'MyEtherWallet ให้บริการฟรี, และเป็นโอเพ่นซอร์สเพื่อความเป็นส่วนตัว และความปลอดภัยของคุณ ยิ่งเราได้รับการบริจาคมากเท่าไหร่เราก็ยิ่งมีเวลาเพื่อสร้างฟีเจอร์ใหม่ๆ มากขึ้นเท่านั้น, พร้อมรับฟังข้อเสนอแนะ, และตอบสนองตามความต้องการของผู้ใช้ ซึ่งเราเป็นแค่ทีมสองคนที่อยากจะเปลี่ยนแปลงโลกใบนี้ สนใจช่วยเราไหม? '), _defineProperty(_th$data, 'sidebar_donate', 'บริจาค '), _defineProperty(_th$data, 'sidebar_thanks', 'ขอบคุณ!!! '), _defineProperty(_th$data, 'sidebar_DisplayOnTrezor', 'แสดงที่อยู่บน TREZOR'), _defineProperty(_th$data, 'sidebar_DisplayOnLedger', 'แสดงที่อยู่บน Ledger'), _defineProperty(_th$data, 'decrypt_Access', 'คุณต้องการเข้าถึงกระเป๋าของคุณด้วยวิธีใด? '), _defineProperty(_th$data, 'decrypt_Title', 'เลือกชนิดรูปแบบของกุญแจส่วนตัวของคุณ (Private Key) '), _defineProperty(_th$data, 'decrypt_Select', 'เลือกกระเป๋า '), _defineProperty(_th$data, 'MNEM_1', 'โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งาน '), _defineProperty(_th$data, 'MNEM_2', 'HD mnemonic phrase ของคุณสามารถเข้าถึง กระเป๋าหลายใบ / ที่อยู่หลายที่อยู่ ได้ โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งานในขณะนี้ '), _defineProperty(_th$data, 'MNEM_more', 'ที่อยู่อื่นๆ '), _defineProperty(_th$data, 'MNEM_prev', 'ที่อยู่ที่แล้ว '), _defineProperty(_th$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_1', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_2', 'เปิด Ethereum application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Exp', 'เปิด Expanse application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Ubq', 'เปิด Ubiq application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_3', 'ยืนยันว่า Browser Support ได้ถูกเปิดใช้งานผ่านหน้า Settings '), _defineProperty(_th$data, 'ADD_Ledger_4', 'ถ้าหากไม่พบ Browser Support ในหน้า settings โปรดทำให้แน่ใจว่าคุณกำลังใช้งาน Ledger Wallet [เฟิร์มแวร์เวอร์ชั่น > 1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_th$data, 'ADD_Ledger_0a', 'คุณต้องเข้าใช้ MyEtherWallet ผ่านทางการเชื่อมต่อที่ปลอดภัย (SSL / HTTPS) ถึงจะสามารถเชื่อมต่อได้ '), _defineProperty(_th$data, 'ADD_Ledger_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Ledger_scan', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_MetaMask', 'เชื่อมต่อไปยัง MetaMask '), _defineProperty(_th$data, 'x_Trezor', 'TREZOR '), _defineProperty(_th$data, 'ADD_Trezor_scan', 'เชื่อมต่อไปยัง TREZOR '), _defineProperty(_th$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0a', 'เปิด MyEtherWallet อีกครั้งผ่านการเชื่อมต่อที่ปลอดภัย (SSL) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_scan', 'เชื่อมต่อไปยัง Digital Bitbox '), _defineProperty(_th$data, 'ADD_Label_1', 'คุณต้องการจะทำอะไร? '), _defineProperty(_th$data, 'ADD_Radio_1', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'ADD_Radio_2', 'เลือกไฟล์กระเป๋า (Keystore / JSON) '), _defineProperty(_th$data, 'ADD_Radio_2_alt', 'เลือกไฟล์กระเป๋า '), _defineProperty(_th$data, 'ADD_Radio_2_short', 'เลือกไฟล์กระเป๋า... '), _defineProperty(_th$data, 'ADD_Radio_3', 'แปะวาง/พิมพ์ Private Key ของคุณ '), _defineProperty(_th$data, 'ADD_Radio_4', 'เพิ่มบัญชีใหม่เข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Radio_5', 'แปะวาง/พิมพ์ Mnemonic (รหัสช่วยจำ) '), _defineProperty(_th$data, 'ADD_Radio_5_Path', 'เลือก HD derivation path '), _defineProperty(_th$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_th$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_th$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathCustom', 'กำหนดเอง'), _defineProperty(_th$data, 'ADD_Label_2', 'ตั้งชื่อเล่น '), _defineProperty(_th$data, 'ADD_Label_3', 'กระเป๋าของคุณถูกเข้ารหัส เยี่ยม! โปรดป้อนรหัสผ่าน '), _defineProperty(_th$data, 'ADD_Label_4', 'เพิ่มบัญชีเข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Warning_1', 'คุณสามารถเพิ่มบัญชีเข้า "รายการติดตาม" จากแท็บของกระเป๋าโดยไม่ต้องอัพโหลด private key ซึ่งการกระทำนี้ ** ไม่ได้ ** หมายความว่าคุณสามารถเข้าถึงกระเป๋านี้ได้ หรือสามารถส่ง Ether ออกจากกระเป๋าได้ '), _defineProperty(_th$data, 'ADD_Label_5', 'ป้อนที่อยู่ '), _defineProperty(_th$data, 'ADD_Label_6', 'ปลดล็อกกระเป๋าของคุณ '), _defineProperty(_th$data, 'ADD_Label_6_short', 'ปลดล็อก '), _defineProperty(_th$data, 'ADD_Label_7', 'เพิ่มบัญชี '), _defineProperty(_th$data, 'ADD_Label_8', 'รหัสผ่าน (ทางเลือก): '), _defineProperty(_th$data, 'MYWAL_Nick', 'ชื่อเล่นของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Address', 'ที่อยู่ของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Bal', 'ยอดคงเหลือ '), _defineProperty(_th$data, 'MYWAL_Edit', 'แก้ไข '), _defineProperty(_th$data, 'MYWAL_View', 'ดู '), _defineProperty(_th$data, 'MYWAL_Remove', 'ลบออก '), _defineProperty(_th$data, 'MYWAL_RemoveWal', 'ลบกระเป๋าออก '), _defineProperty(_th$data, 'MYWAL_WatchOnly', 'บัญชีในรายการติดตาม '), _defineProperty(_th$data, 'MYWAL_Viewing', 'กำลังดูกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Hide', 'ซ่อนข้อมูลกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Edit_2', 'แก่ไขกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Name', 'ชื่อของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Content_1', 'คำเตือน! คุณกำลังจะลบกระเป๋าของคุณ '), _defineProperty(_th$data, 'MYWAL_Content_2', 'ยืนยันให้แน่ใจว่าคุณได้ **จดบันทึก private key และ/หรือไฟล์ Keystore และรหัสผ่าน** ก่อนที่คุณจำลบมัน '), _defineProperty(_th$data, 'MYWAL_Content_3', 'ถ้าหากคุณต้องการจะใช้กระเป๋านี้ร่วมกับ MyEtherWallet CX ในอนาคต คุณจำเป็นจะต้องเพิ่มกระเป๋าใหม่อีกครั้งด้วย private key/JSON และรหัสผ่าน '), _defineProperty(_th$data, 'GEN_desc', 'หากคุณต้องการสร้างกระเป๋าหลายใบ, คุณสามารถทำได้ที่นี่ '), _defineProperty(_th$data, 'GEN_Label_1', 'ป้อนรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Placeholder_1', 'ควรจดจำรหัสผ่านไว้ และห้ามลืม! '), _defineProperty(_th$data, 'GEN_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'GEN_Label_2', 'บันทึกไฟล์ `Keystore` ของคุณ '), _defineProperty(_th$data, 'GEN_Label_3', 'บันทึกที่อยู่ของคุณ '), _defineProperty(_th$data, 'GEN_Label_4', 'สั่งพิมพ์กระเป๋ากระดาษ หรือ QR โค้ด '), _defineProperty(_th$data, 'BULK_Label_1', 'จำนวนกระเป๋าที่จะสร้าง '), _defineProperty(_th$data, 'BULK_Label_2', 'สร้างกระเป๋า '), _defineProperty(_th$data, 'BULK_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'SEND_addr', 'ส่งไปยังที่อยู่ '), _defineProperty(_th$data, 'SEND_amount', 'จำนวนที่จะส่ง '), _defineProperty(_th$data, 'SEND_amount_short', 'จำนวน '), _defineProperty(_th$data, 'SEND_custom', 'เพิ่ม Custom Token '), _defineProperty(_th$data, 'SEND_gas', 'แก๊ส '), _defineProperty(_th$data, 'SEND_TransferTotal', 'ส่งด้วยจำนวนทั้งหมด '), _defineProperty(_th$data, 'SEND_generate', 'ทำธุรกรรม '), _defineProperty(_th$data, 'SEND_raw', 'Raw Transaction '), _defineProperty(_th$data, 'SEND_signed', 'เซ็นธุรกรรม '), _defineProperty(_th$data, 'SEND_trans', 'ส่งธุรกรรม '), _defineProperty(_th$data, 'SENDModal_Title', 'คำเตือน! '), _defineProperty(_th$data, 'SENDModal_Content_1', 'คุณกำลังจะส่ง '), _defineProperty(_th$data, 'SENDModal_Content_2', 'ไปยังที่อยู่ '), _defineProperty(_th$data, 'SENDModal_Content_3', 'ยืนยันที่จะดำเนินการต่อ? '), _defineProperty(_th$data, 'SENDModal_Content_4', 'หมายเหตุ: หากคุณพบข้อผิดพลาด โดยส่วนใหญ่แล้วคุณจำเป็นที่จะต้องเพิ่ม Ether เข้าบัญชีเพื่อใช้เป็นค่าแก๊สในการส่ง Token และค่าแก๊สจะถูกจ่ายด้วย Ether '), _defineProperty(_th$data, 'SENDModal_No', 'ไม่, ฉันต้องการออกไปจากที่นี่! '), _defineProperty(_th$data, 'SENDModal_Yes', 'ใช่, ฉันแน่ใจ! ดำเนินการทำธุรกรรมต่อ '), _defineProperty(_th$data, 'TOKEN_Addr', 'ที่อยู่ Token Contract'), _defineProperty(_th$data, 'TOKEN_Symbol', 'สัญลักษณ์ Token '), _defineProperty(_th$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_th$data, 'TOKEN_show', 'แสดง Token ทั้งหมด '), _defineProperty(_th$data, 'TOKEN_hide', 'ซ่อน Token '), _defineProperty(_th$data, 'TRANS_desc', 'ถ้าหากคุณต้องการจะส่ง Token โปรดเข้าใช้ผ่านหน้า "ส่ง Token" แทน '), _defineProperty(_th$data, 'TRANS_advanced', '+ขั้นสูง: เพิ่มข้อมูล '), _defineProperty(_th$data, 'TRANS_data', 'ข้อมูล '), _defineProperty(_th$data, 'TRANS_gas', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'TRANS_sendInfo', 'ธุรกรรมโดยทั่วไปจะใช้ค่าแก๊สจำนวน 21000 แก๊ส ซึ่งมีมูลค่าเท่ากับ 0.000441 ETH เราจะใช้ค่าแก๊สที่สูงกว่าทั่วไปอีก 0.000000021 ETH เพื่อทำให้แน่ใจว่าธุกรรมถูกขุดอย่างรวดเร็ว เราไม่ได้เป็นผู้รับค่าธรรมเนียมในการทำธุรกรรม '), _defineProperty(_th$data, 'OFFLINE_Title', 'สร้าง & ทำธุรกรรมการส่ง แบบออฟไลน์ '), _defineProperty(_th$data, 'OFFLINE_Desc', 'การทำธุรกรรมแบบออฟไลน์ สามารถทำได้ในสามขั้นตอน คุณจะทำขั้นตอนที่ 1 และ 3 ออนไลน์ผ่านคอมพิวเตอร์ ยกเว้นขั้นตอนที่ 2 ซึ่งทำแบบออฟไลน์หรือ airgapped computer ได้ ซึ่งเป็นการยืนยันให้แน่ใจว่ากุญแจส่วนตัวของคุณ (Private Key) ไม่ถูกเข้าถึงโดยอุปกรณ์ใดๆ ที่เชื่อมต่ออินเตอร์เน็ต '), _defineProperty(_th$data, 'OFFLLINE_Step1_Title', 'ขั้นตอนที่ 1: สร้างข้อมูล (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step1_Button', 'สร้างข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_1', 'ที่อยู่ต้นทาง '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_2', 'หมายเหตุ: นี่คือ ที่อยู่ต้นทาง ไม่ใช่ ที่อยู่ปลายทาง ซึ่ง Nonce จะถูกคำนวนจากบัญชีต้นทาง และหากคุณใช้งานจาก airgapped computer มันจะเป็นที่อยู่ของบัญชีแบบ cold-storage '), _defineProperty(_th$data, 'OFFLINE_Step2_Title', 'ขั้นตอนที่ 2: สร้างธุรกรรม (ออฟไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_1', 'ที่อยู่ปลายทาง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_2', 'มูลค่า / จำนวนที่จะส่ง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3', 'ราคาแก๊ส '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4b', 'ค่าแก๊สถูกจำกัดไว้ที่ 21000 เป็นค่าเริ่มต้น นอกเสียจากว่าคุณทำการส่ง Contract หรือข้อมูลอื่นเพิ่มเติม อาจจะต้องมีการเปลี่ยนแปลงค่านี้ และค่าแก๊สที่ไม่ได้ใช้จะถูกคืนให้คุณ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6', 'ข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6b', 'นี่คือตัวเลือกเพิ่มเติม โดยส่วนใหญ่ ข้อมูลจะถูกใช้ก็ต่อเมื่อคุณทำธุรกรรมส่งไปยัง Contract '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_7', 'ป้อน / เลือกกุญแจส่วนตัวของคุณ (Private Key) / JSON '), _defineProperty(_th$data, 'OFFLINE_Step3_Title', 'ขั้นตอนที่ 3: ส่ง / ทำธุรกรรม (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step3_Label_1', 'แปะวางธุรกรรมที่ถูกเซ็นต์กำกับแล้วจากขั้นตอนที่ 2 ลงที่นี่ และกดปุ่ม "ส่งธุรกรรม" '), _defineProperty(_th$data, 'CONTRACT_Title', 'ที่อยู่ Contract '), _defineProperty(_th$data, 'CONTRACT_Title_2', 'เลือก Contract ที่มีอยู่แล้ว '), _defineProperty(_th$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_th$data, 'CONTRACT_Interact_Title', 'อ่าน / เขียน Contract '), _defineProperty(_th$data, 'CONTRACT_Interact_CTA', 'เลือก function '), _defineProperty(_th$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_th$data, 'CONTRACT_Read', 'อ่าน '), _defineProperty(_th$data, 'CONTRACT_Write', 'เขียน '), _defineProperty(_th$data, 'DEP_generate', 'สร้าง Bytecode '), _defineProperty(_th$data, 'DEP_generated', 'Bytecode ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'DEP_signtx', 'เซ็นกำกับธุรกรรม '), _defineProperty(_th$data, 'DEP_interface', 'Interface ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'NODE_Title', 'ติดตั้ง Node แบบกำหนดเอง'), _defineProperty(_th$data, 'NODE_Subtitle', 'เชื่อมต่อไปยัง local node...'), _defineProperty(_th$data, 'NODE_Warning', 'Node ของคุณจะต้องเป็น HTTPS เพื่อที่จะเชื่อมต่อกับ MyEtherWallet.com คุณสามารถ [ดาวน์โหลดซอร์สโค้ดจาก MyEtherWallet repo & รันบนเครื่องคอมพิวเตอร์ของคุณ](https://github.com/kvhnuke/etherwallet/releases/latest) เพื่อเชื่อมต่อกับ Node ใดๆ หรือสร้างใบรับรอง SSL ผ่าน [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_th$data, 'NODE_Name', 'ชื่อ Node'), _defineProperty(_th$data, 'NODE_Port', 'พอร์ตของ Node'), _defineProperty(_th$data, 'NODE_CTA', 'บันทึก & ใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'SWAP_rates', "อัตราแลกเปลี่ยนปัจจุบัน "), _defineProperty(_th$data, 'SWAP_init_1', "ฉันต้องการจะแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_init_2', " ของฉันด้วย "), _defineProperty(_th$data, 'SWAP_init_CTA', "ดำเนินการต่อ! "), _defineProperty(_th$data, 'SWAP_information', "ข้อมูลของคุณ "), _defineProperty(_th$data, 'SWAP_send_amt', "จำนวนที่ต้องการส่ง "), _defineProperty(_th$data, 'SWAP_rec_amt', "จำนวนที่ต้องการรับ "), _defineProperty(_th$data, 'SWAP_your_rate', "อัตราแลกเปลี่ยนของคุณ "), _defineProperty(_th$data, 'SWAP_rec_add', "ที่อยู่ที่สำหรับรับ "), _defineProperty(_th$data, 'SWAP_start_CTA', "เริ่มแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_ref_num', "หมายเลขอ้างอิง "), _defineProperty(_th$data, 'SWAP_time', "เวลาที่เหลือสำหรับส่ง "), _defineProperty(_th$data, 'SWAP_elapsed', "เวลาที่ผ่านไปตั้งแต่เริ่มส่ง "), _defineProperty(_th$data, 'SWAP_progress_1', "คำสั่งถูกเริ่มดำเนินการ "), _defineProperty(_th$data, 'SWAP_progress_2', "กำลังรอ "), _defineProperty(_th$data, 'SWAP_progress_3', "ได้รับแล้ว! "), _defineProperty(_th$data, 'SWAP_progress_4', "กำลังส่ง {{orderResult.output.currency}} "), _defineProperty(_th$data, 'SWAP_progress_5', "คำสั่งสำเร็จ "), _defineProperty(_th$data, 'SWAP_order_CTA', "กรุณาส่ง "), _defineProperty(_th$data, 'SWAP_unlock', "ปลดล็อกกระเป๋าของคุณเพื่อส่ง ETH หรือ Token ได้โดยตรงจากหน้านี้ "), _defineProperty(_th$data, 'MSG_message', 'ข้อความ '), _defineProperty(_th$data, 'MSG_date', 'วันที่ '), _defineProperty(_th$data, 'MSG_signature', 'ลายเซ็นต์ '), _defineProperty(_th$data, 'MSG_verify', 'ข้อความยืนยัน '), _defineProperty(_th$data, 'MSG_info1', 'ใส่วันที่ปัจจุบัน เพื่อทำให้ลายเซ็นต์ไม่สามารถถูกนำกลับมาใช้ซ้ำได้อีกในวันอื่นๆ '), _defineProperty(_th$data, 'MSG_info2', 'ใส่ชื่อเล่นลงบนตำแหน่งที่ระบุเอง เพื่อป้องกันไม่ให้คนอื่นสามารถใช้มันได้ '), _defineProperty(_th$data, 'MSG_info3', 'ใส่ข้อความแสดงเจตจำนงที่เฉพาะเจาะจง เพื่อป้องกันไม่ให้มันถูกใช้เพื่อเหตุผลอื่น '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ ซึ่งคุณอาจจะต้องใช้มันเพื่อ [นำเข้าบัญชีของคุณไปยัง Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) แต่หากคุณแค่ต้องการจะตรวจสอบยอดคงเหลือของคุณ เราแนะนำให้ใชัเว็บ blockchain explorer เช่น [etherscan.io](https://etherscan.io/) '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle_Short', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ '), _defineProperty(_th$data, 'VIEWWALLET_SuccessMsg', 'สำเร็จ! นี่คือข้อมูลกระเป๋าของคุณ '), _defineProperty(_th$data, 'VIEWWALLET_ShowPrivKey', '(แสดง)'), _defineProperty(_th$data, 'VIEWWALLET_HidePrivKey', '(ซ่อน)'), _defineProperty(_th$data, 'CX_error_1', 'คุณไม่มีกระเป๋าที่บันทึกไว้ คลิก ["เพิ่มกระเป๋า"](/cx-wallet.html#add-wallet) เพื่อเพิ่ม! '), _defineProperty(_th$data, 'CX_quicksend', 'ส่ง '), _defineProperty(_th$data, 'ERROR_0', 'กรุณาใส่จำนวนที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_1', 'รหัสผ่านของคุณต้องมีอย่างน้อย 9 ตัวอักษร และควรจะเป็นรหัสผ่านที่คาดเดาได้ยาก '), _defineProperty(_th$data, 'ERROR_2', 'ขออภัย! เราไม่รู้จักไฟล์กระเป๋ารูปแบบนี้ '), _defineProperty(_th$data, 'ERROR_3', 'นี่ไม่ใช่ไฟล์กระเป๋าที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_4', 'หน่วยที่ระบุไม่มีอยู่จริง โปรดใช้หน่วยที่อยู่ในรายการต่อไปนี้ '), _defineProperty(_th$data, 'ERROR_5', 'กรุณาใส่ที่อยู่ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_6', 'กรุณาใส่รหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_7', 'กรุณาใส่หน่วยทศนิยมให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 0-18) '), _defineProperty(_th$data, 'ERROR_8', 'กรุณาใส่ค่าจำกัดแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 21000-4000000) '), _defineProperty(_th$data, 'ERROR_9', 'กรุณาใส่ข้อมูลให้ถูกต้อง (ต้องเป็นเลขฐาน 16) '), _defineProperty(_th$data, 'ERROR_10', 'กรุณาใส่ราคาแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 20 GWEI / 20000000000 WEI) '), _defineProperty(_th$data, 'ERROR_11', 'กรุณาใส่ค่า Nonce ให้ถูกต้อง (ต้องเป็นตัวเลข) '), _defineProperty(_th$data, 'ERROR_12', 'ลายเซ็นต์ของธุรกรรมไม่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_13', 'มีกระเป๋าที่ใช้ชื่อเล่นนี้อยู่แล้ว '), _defineProperty(_th$data, 'ERROR_14', 'ไม่พบกระเป๋า '), _defineProperty(_th$data, 'ERROR_15', 'อุ๊บส์ ดูเหมือนจะไม่มีคำร้องขอที่มี ID นี้ หรือมีข้อผิดพลาดในการอ่านคำร้อง '), _defineProperty(_th$data, 'ERROR_16', 'กระเป๋าของที่อยู่นี้มีอยู่แล้วในฐานข้อมูล กรุณาตรวจสอบจากหน้ากระเป๋าของคุณ '), _defineProperty(_th$data, 'ERROR_17', 'มียอดคงเหลือไม่พอในบัญชีที่คุณกำลังจะส่งออก ถ้าหากคุณกำลังจะส่ง Token คุณจะต้องมีอย่างน้อย 0.01 ETH อยู่ในบัญชีของคุณ เพื่อใช้เป็นค่าแก๊ส '), _defineProperty(_th$data, 'ERROR_18', 'แก๊สทั้งหมดจะถูกใช้ในธุรกรรมนี้ ซึ่งหมายความว่าคุณได้ทำการโหวตให้กับคำร้องขอนี้แล้ว หรือช่วงการโหวตได้จบลงแล้ว'), _defineProperty(_th$data, 'ERROR_19', 'กรุณาใส่สัญลักษณ์ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_20', 'ไม่ใช่ ERC-20 Token ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_21', 'ไม่สามารถประเมินแก๊สได้ เนื่องจากยอดคงเหลือในบัญชีไม่พอหรืออาจมีข้อผิดพลาดจากที่อยู่ของสัญญา (Contract Address) ให้ใส่ค่าแก๊สด้วยตัวคุณเองและดำเนินการต่อ ข้อความที่เกิดจากความผิดพลาดระหว่างการส่งอาจจะมีเนื้อหาละเอียดกว่า'), _defineProperty(_th$data, 'ERROR_22', 'กรุณาใส่ชื่อ Node ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_23', 'กรุณาใส่ URL ให้ถูกต้อง ถ้าหากคุณใช้ https อยู่ URL ของคุณควรจะเป็นแบบ https'), _defineProperty(_th$data, 'ERROR_24', 'กรุณาใส่หมายเลขพอร์ตที่ถูกต้อง. '), _defineProperty(_th$data, 'ERROR_25', 'กรุณาใส่ chain ID ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_26', 'กรุณาใส่ ABI ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_27', 'จำนวนขั้นต่ำ: 0.01. จำนวนขั้นสูงสุด: '), _defineProperty(_th$data, 'ERROR_28', 'คุณต้องใช้ `ไฟล์ Keystore + รหัสผ่าน` หรือ `กุญแจส่วนตัว (Private Key)` (ในหน้าถัดไป) เพื่อเข้าถึงกระเป๋าของคุณในภายหลัง '), _defineProperty(_th$data, 'ERROR_29', 'กรุณาใส่ชื่อผู้ใช้ และรหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_30', 'กรุณาใส่ชื่อที่ถูกต้อง (จำนวน 7+ ตัวอักษร, จำกัดเครื่องหมายวรรคตอน) '), _defineProperty(_th$data, 'ERROR_31', 'กรุณาใส่ secret phrase ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_32', 'ไม่สามารถเชื่อมต่อไปยัง Node ลองรีเฟรชหน้าใหม่อีกครั้ง, ลองใช้ Node อื่น (มุมขวาบน), หรือตรวจสอบการตั้งค่าไฟวอลล์ของคุณ หรือเช็คค่าการตั้งค่าใน Config ของคุณถ้าหากใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'ERROR_33', 'กระเป๋าที่คุณปลดล็อก มีที่อยู่ไม่ตรงกับที่อยู่ของเจ้าของ '), _defineProperty(_th$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_th$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_th$data, 'ERROR_36', 'กรุณาใส่ TX hash ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_37', 'กรุณาใส่เลขฐานสิบหก (0-9, a-f)'), _defineProperty(_th$data, 'SUCCESS_1', 'ที่อยู่ถูกต้อง '), _defineProperty(_th$data, 'SUCCESS_2', 'กระเป๋าถูกถอดรหัสสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_3', 'TX ของคุณได้ถูกเผยแพร่ไปยังเครือข่ายแล้ว และกำลังรอที่จะถูกขุดและรับการยืนยัน ซึ่งถ้าในช่วง ICOs การยืนยันอาจจะล่าช้าได้ถึง 3+ ชั่วโมง ให้ใช้ปุ่ม ยืนยัน & ตรวจสอบ ด้านล่างนี้ได้, TX Hash: '), _defineProperty(_th$data, 'SUCCESS_4', 'กระเป๋าของคุณถูกเพิ่มเรียบร้อยแล้ว '), _defineProperty(_th$data, 'SUCCESS_5', 'ไฟล์ถูกเลือก '), _defineProperty(_th$data, 'SUCCESS_6', 'การเชื่อมต่อสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_7', 'ยืนยันลายเซ็นต์ของข้อความแล้ว'), _defineProperty(_th$data, 'WARN_Send_Link', 'คุณเข้าใช้จากลิงก์ที่มีการระบุ ที่อยู่, จำนวนมูลค่า, แก๊ส, รายการข้อมูล, หรือชนิดของการทำธุรกรรม (send mode) ให้คุณล่วงหน้า ซึ่งคุณสามารถเปลี่ยนแปลงข้อมูลได้ก่อนที่จะทำการส่ง ปลดล็อกกระเป๋าของคุณเพื่อเริ่มต้น '), _defineProperty(_th$data, 'GETH_InvalidSender', 'ผู้ส่งไม่ถูกต้อง '), _defineProperty(_th$data, 'GETH_Nonce', 'ค่า Nonce ต่ำเกินไป '), _defineProperty(_th$data, 'GETH_Cheap', 'ราคาแก๊สต่ำเกินกว่าจะรับได้ '), _defineProperty(_th$data, 'GETH_Balance', 'ยอดคงเหลือไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_NonExistentAccount', 'บัญชีนี้ไม่มีอยู่จริง หรือยอดคงเหลือในบัญชีไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_InsufficientFunds', 'ยอดมูลค่าไม่เพียงพอสำหรับ จำนวนแก๊ส * ราคาแก๊ส + จำนวนมูลค่า '), _defineProperty(_th$data, 'GETH_IntrinsicGas', 'จำนวนแก๊สต่ำเกินไป '), _defineProperty(_th$data, 'GETH_GasLimit', 'เกินจำนวนจำกัดของแก๊ส '), _defineProperty(_th$data, 'GETH_NegativeValue', 'จำนวนติดลบ '), _defineProperty(_th$data, 'PARITY_AlreadyImported', "ธุรกรรมที่มีค่าแฮชเดียวกันนี้ได้ถูกนำเข้ามาแล้ว"), _defineProperty(_th$data, 'PARITY_Old', "ค่า nonce ของธุรกรรมต่ำเกินไป ลองเพิ่มค่า nonce"), _defineProperty(_th$data, 'PARITY_TooCheapToReplace', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป หรือมีธุรกรรมอื่นที่มีค่า nonce เท่ากันนี้อยู่ในคิว ให้ลองเพิ่มค่าธรรมเนียม หรือเพิ่มค่า nonce."), _defineProperty(_th$data, 'PARITY_LimitReached', "มีจำนวนธุรกรรมเยอะเกินไปรออยู่ในคิว ธุรกรรมของคุณถูกละทิ้งเนื่องจากมีจำนวนจำกัด ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientGasPrice', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป ไม่เพียงพอสำหรับค่าธรรมเนียมขั้นต่ำของ Node ของคุณ (ขั้นต่ำ: {}, ค่าที่ใช้: {}) ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientBalance', "ยอดคงเหลือในบัญชีไม่เพียงพอ ต้องการ {} wei แต่มีเพียง: {} wei"), _defineProperty(_th$data, 'PARITY_GasLimitExceeded', "ค่าธรรมเนียมของธุรกรรมเกินจากค่าจำนวนจำกัดของแก๊ส จำนวนจำกัดแก๊ส: {}, ค่าที่ใช้: {} ลองลดจำนวนแก๊สลง"), _defineProperty(_th$data, 'PARITY_InvalidGasLimit', "จำนวนแก๊สที่ใช้เกินจำนวนจำกัด"), _defineProperty(_th$data, 'translate_version', '0.1 '), _defineProperty(_th$data, 'Translator_Desc', 'ขอบคุณผู้แปลภาษา '), _defineProperty(_th$data, 'TranslatorName_1', '[Tianissimo (Suteepat)](https://www.myetherwallet.com/?gaslimit=21000&to=0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e&value=1.0#send-transaction) '), _defineProperty(_th$data, 'TranslatorAddr_1', '0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e '), _defineProperty(_th$data, 'TranslatorName_2', ' '), _defineProperty(_th$data, 'TranslatorAddr_2', ' '), _defineProperty(_th$data, 'TranslatorName_3', ' '), _defineProperty(_th$data, 'TranslatorAddr_3', ' '), _defineProperty(_th$data, 'TranslatorName_4', ' '), _defineProperty(_th$data, 'TranslatorAddr_4', ' '), _defineProperty(_th$data, 'TranslatorName_5', ' '), _defineProperty(_th$data, 'TranslatorAddr_5', ' '), _defineProperty(_th$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_th$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_th$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_th$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_th$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_th$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_th$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_th$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_th$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_th$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_th$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_th$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_th$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_th$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_th$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_th$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_th$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_th$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_th$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_th$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_th$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_th$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_th$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_th$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_th$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_th$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_th$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_th$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_th$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_th$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_th$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_th$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_th$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_th$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_th$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_th$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_th$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_th$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_th$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_th$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_th$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_th$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_th$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_th$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_th$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_th$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_th$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_th$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_th$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_th$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_th$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_th$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_th$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_th$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_th$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_th$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_th$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_th$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_th$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_th$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_th$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_th$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_th$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_th$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_th$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_th$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_th$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_th$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_th$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_th$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_th$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_th$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_th$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_th$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_th$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_th$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_th$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_th$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_th$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_th$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_th$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_th$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_th$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_th$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_th$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_th$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_th$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_th$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_th$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_th$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_th$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_th$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_th$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_th$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_th$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_th$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_th$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_th$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_th$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_th$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_th$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_th$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_th$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_th$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_th$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_th$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_th$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_th$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_th$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_th$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_th$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_th$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_th$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_th$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_th$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_th$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_th$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_th$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_th$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_th$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_th$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_th$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_th$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_th$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_th$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_th$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_th$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_th$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_th$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_th$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_th$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_th$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_th$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_th$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_th$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_th$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_th$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_th$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_th$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_th$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_th$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _th$data); module.exports = th; @@ -18007,7 +18004,7 @@ tr.data = (_tr$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_tr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_tr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_tr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_tr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_tr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_tr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_tr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_tr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_tr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_tr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_tr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_tr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_tr$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_tr$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_tr$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_tr$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_tr$data, 'x_ReadMore', 'Read More'), _defineProperty(_tr$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_tr$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_tr$data, 'x_TXFee', 'TX Fee'), _defineProperty(_tr$data, 'x_TxHash', 'TX Hash'), _defineProperty(_tr$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_tr$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_tr$data, 'tx_Details', 'Transaction Details'), _defineProperty(_tr$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_tr$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_tr$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_tr$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_tr$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_tr$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_tr$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_tr$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_tr$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_tr$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_tr$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_tr$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_tr$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_tr$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_tr$data, 'GEN_Help_1', 'Use your'), _defineProperty(_tr$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_tr$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_tr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_tr$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_tr$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_tr$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_tr$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_tr$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_tr$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_tr$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_tr$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_tr$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_tr$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_tr$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_tr$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_tr$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_tr$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_tr$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_tr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_tr$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_tr$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_tr$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_tr$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_tr$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_tr$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_tr$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_tr$data, 'NAV_AddWallet', 'Cüzdan ekle '), _defineProperty(_tr$data, 'NAV_BulkGenerate', 'Birkaç Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Contact', 'Iletişime geç '), _defineProperty(_tr$data, 'NAV_Contracts', 'Sözleşmeler '), _defineProperty(_tr$data, 'NAV_DeployContract', 'Sözleşme kur '), _defineProperty(_tr$data, 'NAV_ENS', 'ENS'), _defineProperty(_tr$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_tr$data, 'NAV_GenerateWallet', 'Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Help', 'Yardim et '), _defineProperty(_tr$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_tr$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_tr$data, 'NAV_MyWallets', 'Cüzdanim '), _defineProperty(_tr$data, 'NAV_Offline', 'Offline gönder '), _defineProperty(_tr$data, 'NAV_SendEther', 'Ether ve Tokens gönder '), _defineProperty(_tr$data, 'NAV_SendTokens', 'Tokens gönder '), _defineProperty(_tr$data, 'NAV_SignMsg', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'NAV_Swap', 'Çevir '), _defineProperty(_tr$data, 'NAV_ViewWallet', 'Cüzdan bilgilerni göster '), _defineProperty(_tr$data, 'NAV_YourWallets', 'Cüzdanin '), _defineProperty(_tr$data, 'x_Access', 'Erişim '), _defineProperty(_tr$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bu "hesap numarası" veya "genel anahtar" dir. Birisi ether göndermek istiyorsa bu adresi kullanmasi gerekir. Ikon adresini kontrol etmek kolay bir yoldur '), _defineProperty(_tr$data, 'x_Address', 'Adresin '), _defineProperty(_tr$data, 'x_Cancel', 'Iptal et '), _defineProperty(_tr$data, 'x_CSV', 'CSV dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Download', 'Indir '), _defineProperty(_tr$data, 'x_Json', 'JSON dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_JsonDesc', 'Bu özel anahtarinin sifresiz, JSON formatidir. Demekki parolasiz cüzdanini acabilirsin. Özel anahatarina sahip olan herkez sifresiz cüzdani aca bilir. '), _defineProperty(_tr$data, 'x_Keystore', 'Keystore dosya (UTC / JSON · Tavsiye edilen · şifrelenmiş) '), _defineProperty(_tr$data, 'x_Keystore2', 'Keystore dosya (UTC / JSON) '), _defineProperty(_tr$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up. '), _defineProperty(_tr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_tr$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_tr$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_tr$data, 'x_Password', 'Parola '), _defineProperty(_tr$data, 'x_Print', 'Cüzdanin kağıt versiyonunu yazdir '), _defineProperty(_tr$data, 'x_PrintDesc', 'ProTavsiye: Eğer yazıcınız olmasa bile, "Yazdır" seçeneğini tıklayın ve PDF dosyası olarak kaydedin! '), _defineProperty(_tr$data, 'x_PrintShort', 'Yazdir '), _defineProperty(_tr$data, 'x_PrivKey', 'Özel anahtar (şifrelenmemis) '), _defineProperty(_tr$data, 'x_PrivKey2', 'Özel anahtar '), _defineProperty(_tr$data, 'x_PrivKeyDesc', 'Bu özel anahtarinin şifrelenmemiş metin sürümüdür. Birisi şifrelenmemiş özel anahtarı bulduysa, şifre olmadan cüzdani acabilir. Bu nedenle, şifrelenmiş sürümlerini genellikle tavsiye edilir. '), _defineProperty(_tr$data, 'x_Save', 'Indir '), _defineProperty(_tr$data, 'x_TXT', 'TXT dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Wallet', 'Cüzdan '), _defineProperty(_tr$data, 'MEW_Warning_1', 'Cüzdani acmadan veya yeni bir cüzdan olusturmadan önce her zaman URL\'yi gözden geçirin. Phishing sitelerinden dikkat! '), _defineProperty(_tr$data, 'CX_Warning_1', 'Burda kaydetdigin tüm cüzdanlari **yedeklediginden** emin ol. Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up. '), _defineProperty(_tr$data, 'MEW_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani '), _defineProperty(_tr$data, 'CX_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani Chrome Extension '), _defineProperty(_tr$data, 'FOOTER_1', 'Acik kaynak, javascript Client-Side Ethererum cüzdani ve Ether islemleri '), _defineProperty(_tr$data, 'FOOTER_1b', 'tarafından yaratıldı '), _defineProperty(_tr$data, 'FOOTER_2', 'Bağışlar büyük takdirle kabuledilir: '), _defineProperty(_tr$data, 'FOOTER_3', 'Client-side cüzdan olusturma '), _defineProperty(_tr$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_tr$data, 'sidebar_AccountInfo', 'Hesap bilgiler '), _defineProperty(_tr$data, 'sidebar_AccountAddr', 'Hesap adres '), _defineProperty(_tr$data, 'sidebar_AccountBal', 'Bakiye '), _defineProperty(_tr$data, 'sidebar_TokenBal', 'Token bakiye '), _defineProperty(_tr$data, 'sidebar_Equiv', 'Eşdeğer Değerler '), _defineProperty(_tr$data, 'sidebar_TransHistory', 'Işlem geçmişi '), _defineProperty(_tr$data, 'sidebar_donation', 'MyEtherWallet gizlilik ve güvenlike adanmış ücretsiz ve açık kaynak kodlu bir hizmettir. Ne kadar cok bagis edilirse o kadar cok yeni özellik programlamaya, görüşlerinizi işlemeye yatitim yapabiliriz. Biz sadece dünyayı değiştirmek isteyen iki kişiyiz. Bize yardım edermisin? '), _defineProperty(_tr$data, 'sidebar_donate', 'Bağışta bulun '), _defineProperty(_tr$data, 'sidebar_thanks', 'TEŞEKKÜRLER!!! '), _defineProperty(_tr$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_tr$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_tr$data, 'decrypt_Access', 'Cüzdanını nasıl acmak istersin? '), _defineProperty(_tr$data, 'decrypt_Title', 'Özel anahtarinin formatini sec: '), _defineProperty(_tr$data, 'decrypt_Select', 'Bir cüzdan sec: '), _defineProperty(_tr$data, 'ADD_Label_1', 'Ne yapmak istiyorsunuz? '), _defineProperty(_tr$data, 'ADD_Radio_1', 'Yeni cüzdan olusturun '), _defineProperty(_tr$data, 'ADD_Radio_2', 'Cüzdan dosyayi sec (Keystore / JSON) '), _defineProperty(_tr$data, 'ADD_Radio_2_alt', 'Cüzdan dosyayi sec '), _defineProperty(_tr$data, 'ADD_Radio_2_short', 'CÜZDAN DOSYAYI SEC... '), _defineProperty(_tr$data, 'ADD_Radio_3', 'Özel anahatarini Yaspistir/Yaz '), _defineProperty(_tr$data, 'ADD_Radio_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_tr$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_tr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_tr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_tr$data, 'ADD_Label_2', 'Bir takma isim oluştur '), _defineProperty(_tr$data, 'ADD_Label_3', 'Cüzdan şifrelidir. Parolayi yaz: '), _defineProperty(_tr$data, 'ADD_Label_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Warning_1', 'Özel anahtar yazmadan cüzdan sekmesinde "izlemek" için herhangi bir hesap ekleyebilirsin. Bu demek ** degilki ** cüzdani acabilirsin, veya ondan Ether aktarabilirsin. '), _defineProperty(_tr$data, 'ADD_Label_5', 'Adresi ekle '), _defineProperty(_tr$data, 'ADD_Label_6', 'Cüzdani ac '), _defineProperty(_tr$data, 'ADD_Label_6_short', 'Ac '), _defineProperty(_tr$data, 'ADD_Label_7', 'Hesap ekle '), _defineProperty(_tr$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_tr$data, 'GEN_desc', 'Birden birkac cüzdan olusturmak istiryorsan burdan yapabilirsin '), _defineProperty(_tr$data, 'GEN_Label_1', 'Güçlü bir şifre sec (en az 9 sembol) '), _defineProperty(_tr$data, 'GEN_Placeholder_1', 'Bunu kaydetmeyi unutma! '), _defineProperty(_tr$data, 'GEN_SuccessMsg', 'Başarı! Cüzdan oluşturuldu. '), _defineProperty(_tr$data, 'GEN_Label_2', 'Keystore dosyayi veya özel anahtranini kaydet. Yukarıdaki şifreni unutma. '), _defineProperty(_tr$data, 'GEN_Label_3', 'Adresini kaydet. '), _defineProperty(_tr$data, 'GEN_Label_4', 'Isteye bagli: Cüzdanin kağıt versiyonunu yazdir veya QR code versiyonunu sakla.'), _defineProperty(_tr$data, 'BULK_Label_1', 'Oluşturulacak cüzdan sayısı '), _defineProperty(_tr$data, 'BULK_Label_2', 'Cüzdanlari olustur '), _defineProperty(_tr$data, 'BULK_SuccessMsg', 'Başarı! Cüzdanlarin olusturuldu. '), _defineProperty(_tr$data, 'SEND_addr', 'Bu Adrese gönder '), _defineProperty(_tr$data, 'SEND_amount', 'Gönderilecek miktar '), _defineProperty(_tr$data, 'SEND_amount_short', 'Miktar '), _defineProperty(_tr$data, 'SEND_custom', 'Kullaniciya özel '), _defineProperty(_tr$data, 'SEND_gas', 'Gas '), _defineProperty(_tr$data, 'SEND_TransferTotal', 'Tüm dengeyi gönder '), _defineProperty(_tr$data, 'SEND_generate', 'Generate Transaction '), _defineProperty(_tr$data, 'SEND_raw', 'İşlem oluştur ikili sistem '), _defineProperty(_tr$data, 'SEND_signed', 'Imzali İşlem '), _defineProperty(_tr$data, 'SEND_trans', 'Islemi gönder '), _defineProperty(_tr$data, 'SENDModal_Title', 'Uyarı! '), _defineProperty(_tr$data, 'SEND_custom', 'Özel Token Ekle '), _defineProperty(_tr$data, 'SENDModal_Content_1', 'şu an '), _defineProperty(_tr$data, 'SENDModal_Content_2', 'bu adresse '), _defineProperty(_tr$data, 'SENDModal_Content_3', 'Göndermek üzeresin. Emin misin? '), _defineProperty(_tr$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether. '), _defineProperty(_tr$data, 'SENDModal_No', 'Hayir, cikar beni burdan! '), _defineProperty(_tr$data, 'SENDModal_Yes', 'Evet, eminim! Islemi tamamla. '), _defineProperty(_tr$data, 'TOKEN_Addr', 'Token Adres '), _defineProperty(_tr$data, 'TOKEN_Symbol', 'Token symbolu '), _defineProperty(_tr$data, 'TOKEN_Dec', 'Ondalık '), _defineProperty(_tr$data, 'TOKEN_show', 'Tüm tokenleri göster '), _defineProperty(_tr$data, 'TOKEN_hide', 'Tokenleri gizle '), _defineProperty(_tr$data, 'TRANS_desc', 'Eğer Token göndermek istiyorsan, bunun yerine "Token Gönder" sayfasını kullan. '), _defineProperty(_tr$data, 'TRANS_warning', '"Yalnızca ETH" ya da "Yalnızca ETC" fonksiyonu kullanıyorsan, bir sözleşme yoluyla gönderiyorsun. Bazı servisler bu işlemleri kabul etmekde sorunları var. Daha fazla oku. '), _defineProperty(_tr$data, 'TRANS_advanced', '+Gelişmiş: Veri ekle '), _defineProperty(_tr$data, 'TRANS_data', 'Veri '), _defineProperty(_tr$data, 'TRANS_gas', 'Gas Limiti '), _defineProperty(_tr$data, 'TRANS_sendInfo', '21000 gaz kullanan standart bir islem 0.000441 ETH ile mal olur. Biz hizli bir sekilde mayinlanmasi için, 0.000000021 ETH\'dan biraz daha yüksek gaz fiyatini kullaniyoruz. Biz herhangi bir islem ücreti almiyoruz. '), _defineProperty(_tr$data, 'TRANSModal_Title', '"Yalnızca ETH" and "Yalnızca ETC" islemler '), _defineProperty(_tr$data, 'TRANSModal_Content_0', 'Farklı işlemler ve farklı hizmetleri hakkında bir not: '), _defineProperty(_tr$data, 'TRANSModal_Content_1', '**ETH (Standart islem): ** Bu standart bir islem baslatir bir hesapten direkt baska bir hesapa. Standart gas 21000\'dir. Bu islemlen gönderileren islem ETC zincirinde\'de yer bulabilir. '), _defineProperty(_tr$data, 'TRANSModal_Content_2', '**Only ETH: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETH** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_3', '**Only ETC: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETC** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Only send via Standard Transaction. If you send via the "Only" contracts, you will need to reach out to their support staff to manually add your balance or refund you. [You can try Shapeshift\'s "split" tool as well.](https://split.shapeshift.io/) '), _defineProperty(_tr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Bilinen sorun yok, ikisinden birini sec '), _defineProperty(_tr$data, 'TRANSModal_Yes', 'Güzel, şimdi anladım. '), _defineProperty(_tr$data, 'TRANSModal_No', 'Aman, kafam daha cok karıştı. Yardım et. '), _defineProperty(_tr$data, 'OFFLINE_Title', 'Olustur & offline islem '), _defineProperty(_tr$data, 'OFFLINE_Desc', 'Offline islemler 3. adimda gerçeklestirir. 1. ve 3. adimi internete bagli olan bir bilgisayarda, 2. adimi offline olan bir bilgisayarda tamamliyorsun. Böyle özel anahtarinin internete bagli olan bir bilgisayara ulasmasini engelnenir. '), _defineProperty(_tr$data, 'OFFLLINE_Step1_Title', 'Adim 1: Bilgileri olustur (Online Bilgisayar) '), _defineProperty(_tr$data, 'OFFLINE_Step1_Button', 'Bilgileri olustur '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_1', 'Adres\'den '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_2', 'Nota: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Title', 'Adim 2: Generate Transaction (Offline Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_1', 'Adrese '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_2', 'Gönderilen miktar '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3', 'Gas fiyati '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3b', 'Bu online bilgisayarınızda adım 1\'de gösterilirdi. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4', 'Gas limiti '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5b', 'Bu online bilgisayarınızda adım 1\'de gösterilir. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6b', 'Bu istege bagli. Data is often used when you send transactions to contracts. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON. '), _defineProperty(_tr$data, 'OFFLINE_Step3_Title', 'Adim 3: Gönder / Islemi duyur (Online Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button. '), _defineProperty(_tr$data, 'DEP_generate', 'Bytecode oluştur '), _defineProperty(_tr$data, 'DEP_generated', 'Oluşturulan Bytecode '), _defineProperty(_tr$data, 'DEP_signtx', 'Islmemi Imzala '), _defineProperty(_tr$data, 'DEP_interface', 'Interface oluştur '), _defineProperty(_tr$data, 'MYWAL_Nick', 'Cüzdan nickname '), _defineProperty(_tr$data, 'MYWAL_Address', 'Cüzdan adres '), _defineProperty(_tr$data, 'MYWAL_Bal', 'Bakiye '), _defineProperty(_tr$data, 'MYWAL_Edit', 'Düzenle '), _defineProperty(_tr$data, 'MYWAL_View', 'Göster '), _defineProperty(_tr$data, 'MYWAL_Remove', 'Kaldir '), _defineProperty(_tr$data, 'MYWAL_RemoveWal', 'Cüzdani kaldir: '), _defineProperty(_tr$data, 'MYWAL_WatchOnly', 'Sadece izlenen hesaplar '), _defineProperty(_tr$data, 'MYWAL_Viewing', 'Izlenen Cüzdan '), _defineProperty(_tr$data, 'MYWAL_Hide', 'Cüzdan bilgilerini gizle '), _defineProperty(_tr$data, 'MYWAL_Edit_2', 'Cüzdani düzenle '), _defineProperty(_tr$data, 'MYWAL_Name', 'Cüzdan Ismi '), _defineProperty(_tr$data, 'MYWAL_Content_1', 'Uyarı! Cüzdanını silmek üzeresin '), _defineProperty(_tr$data, 'MYWAL_Content_2', 'Bunu kaldırmadan önce ** özel anahtarıni ve / veya Keystore Dosya ve şifreni ** kaydettiğinden emin ol. '), _defineProperty(_tr$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password. '), _defineProperty(_tr$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_tr$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_tr$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_tr$data, 'NODE_Name', 'Node Name'), _defineProperty(_tr$data, 'NODE_Port', 'Node Port'), _defineProperty(_tr$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_tr$data, 'CONTRACT_Title', 'Sözleşme adresi '), _defineProperty(_tr$data, 'CONTRACT_Title_2', 'Mevcut sözleşmeyi seç '), _defineProperty(_tr$data, 'CONTRACT_Json', 'ABI / JSON arabirimi '), _defineProperty(_tr$data, 'CONTRACT_Interact_Title', 'Sözleşmesi oku / yaz '), _defineProperty(_tr$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_tr$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_tr$data, 'CONTRACT_Read', 'OKU '), _defineProperty(_tr$data, 'CONTRACT_Write', 'YAZ '), _defineProperty(_tr$data, 'SWAP_rates', "Güncel Fiyatlar "), _defineProperty(_tr$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_tr$data, 'SWAP_init_2', " for "), _defineProperty(_tr$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_tr$data, 'SWAP_information', "Bilgilerin "), _defineProperty(_tr$data, 'SWAP_send_amt', "Gönderilecek miktar "), _defineProperty(_tr$data, 'SWAP_rec_amt', "Alınacak miktar "), _defineProperty(_tr$data, 'SWAP_your_rate', "Oran "), _defineProperty(_tr$data, 'SWAP_rec_add', "Alınan Adres "), _defineProperty(_tr$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_tr$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_tr$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_tr$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_tr$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_tr$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_tr$data, 'SWAP_progress_3', "Received! "), _defineProperty(_tr$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_tr$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_tr$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_tr$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_tr$data, 'MSG_message', 'Mesaj '), _defineProperty(_tr$data, 'MSG_date', 'Tarih '), _defineProperty(_tr$data, 'MSG_signature', 'İmza '), _defineProperty(_tr$data, 'MSG_verify', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_tr$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_tr$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_tr$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_tr$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_tr$data, 'MNEM_more', 'Daha Fazla Adres '), _defineProperty(_tr$data, 'MNEM_prev', 'Önceki Adresler '), _defineProperty(_tr$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_tr$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_tr$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_tr$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Ledger_scan', 'Ledger Wallet\'e bağlan '), _defineProperty(_tr$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_tr$data, 'x_Trezor', 'TREZOR '), _defineProperty(_tr$data, 'ADD_Trezor_scan', 'TREZOR\'a bağlan '), _defineProperty(_tr$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_tr$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_tr$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_tr$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_tr$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_tr$data, 'CX_error_1', 'Su an cüzdan eklenmemis. Cüzdan ekle tikla ["Add Wallet"](/cx-wallet.html#add-wallet) ve bir cüzdan ekle! '), _defineProperty(_tr$data, 'CX_quicksend', 'Gönder '), _defineProperty(_tr$data, 'ERROR_0', 'Geçerli tutar yaz. '), _defineProperty(_tr$data, 'ERROR_1', 'Sifren en az 9 sembol\'dan olusmasi lazim. Güçlü bir parola sectiginden emin ol. '), _defineProperty(_tr$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_tr$data, 'ERROR_3', 'Geçerli bir cüzdan dosyası değil. '), _defineProperty(_tr$data, 'ERROR_4', 'Var olmayan bir birim, bu birimlerden birini kullan lütfen '), _defineProperty(_tr$data, 'ERROR_5', 'Geçersiz adres. '), _defineProperty(_tr$data, 'ERROR_6', 'Geçersiz parola. '), _defineProperty(_tr$data, 'ERROR_7', 'Yetersiz bakiye. (Must be integer. Try 0-18.) '), _defineProperty(_tr$data, 'ERROR_8', 'Geçersiz gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_tr$data, 'ERROR_9', 'Geçersiz data value. (Must be hex.) '), _defineProperty(_tr$data, 'ERROR_10', 'Yetersiz gas. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_tr$data, 'ERROR_11', 'Geçersiz veri. (Must be integer.) '), _defineProperty(_tr$data, 'ERROR_12', 'Geçersiz imzali isleme. '), _defineProperty(_tr$data, 'ERROR_13', 'Secdigin Nickname baska bir cüzdanda kullaniliyor. '), _defineProperty(_tr$data, 'ERROR_14', 'Cüzdan bulunmadi. '), _defineProperty(_tr$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_tr$data, 'ERROR_16', 'Bu adrese sahip bir cüzdan zaten depolama alanında mevcut. Lütfen cüzdan sayfanızı kontrol edin. '), _defineProperty(_tr$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_tr$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_tr$data, 'ERROR_19', 'Geçersiz sembol '), _defineProperty(_tr$data, 'ERROR_20', 'Geçersiz ERC-20 token\'i '), _defineProperty(_tr$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_tr$data, 'ERROR_22', 'Please enter valid node name '), _defineProperty(_tr$data, 'ERROR_23', 'Lütfen geçerli URL yaz. If you are connecting via HTTPS, your node must be over HTTPS '), _defineProperty(_tr$data, 'ERROR_24', 'Lütfen geçerli port numarası yaz '), _defineProperty(_tr$data, 'ERROR_25', 'Lütfen geçerli zincir kimliği (ID) yaz '), _defineProperty(_tr$data, 'ERROR_26', 'Lütfen geçerli bir ABI yaz '), _defineProperty(_tr$data, 'ERROR_27', 'Minimum miktar: 0.01. Maximum miktar: '), _defineProperty(_tr$data, 'ERROR_28', 'Ilerde cüzdanini acmak icin **Keystore dosyan ve parolan veya özel anahtarin** lazim olacak. Lütfen kaydet ve dista yedekle! Kaydedilmemiş cüzdanini kurtarmanin hiçbir yolu yoktur. Talimatlar icin yardim [help page](https://www.myetherwallet.com/#help) sayfasini oku '), _defineProperty(_tr$data, 'ERROR_29', 'Lütfen geçerli kullanıcı ve şifreyi yaz '), _defineProperty(_tr$data, 'ERROR_30', 'Lütfen geçerli ENS isim yaz '), _defineProperty(_tr$data, 'ERROR_31', 'Geçersiz gizli cümle (phrase) '), _defineProperty(_tr$data, 'ERROR_32', 'Düğüme bağlanılamadı. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_tr$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_tr$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_tr$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_tr$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_tr$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_tr$data, 'SUCCESS_1', 'Geçerli adres '), _defineProperty(_tr$data, 'SUCCESS_2', 'Cüzdan basariyla desifre edildi '), _defineProperty(_tr$data, 'SUCCESS_3', 'TX blockchain\'e yayınlandı. İşleminizi görmek ve mayınlandığını doğrulamak veya herhangi bir gaz veya sözleşme yürütme hatası bulunmadığını görmek için tıklayın. TX Kimliği: '), _defineProperty(_tr$data, 'SUCCESS_4', 'Cüzdanın başarıyla eklendi '), _defineProperty(_tr$data, 'SUCCESS_5', 'Dosya secildi '), _defineProperty(_tr$data, 'SUCCESS_6', 'Başarıyla bağlandı '), _defineProperty(_tr$data, 'SUCCESS_7', 'Mesaj imzası doğrulandi '), _defineProperty(_tr$data, 'WARN_Send_Link', 'Işlem türü (gönderme modu), adres, miktar, gaz ve veri alanları sizin için doldurulmus olan bir bağlantı\'ile geldiniz. Göndermeden önce herhangi bir bilgiyi değiştirebilirsiniz. Başlamak için cüzdanınızı açın. '), _defineProperty(_tr$data, 'GETH_InvalidSender', 'Geçersiz gönderici '), _defineProperty(_tr$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_tr$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_tr$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_tr$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_tr$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_tr$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_tr$data, 'GETH_GasLimit', 'Gaz block sınırını aşıyor '), _defineProperty(_tr$data, 'GETH_NegativeValue', 'Negatif değer '), _defineProperty(_tr$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_tr$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_tr$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_tr$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_tr$data, 'translate_version', '0.3 '), _defineProperty(_tr$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_tr$data, 'TranslatorName_1', '[ffidan61](https://www.myetherwallet.com/?gaslimit=21000&to=0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21&value=1.0#send-transaction) '), _defineProperty(_tr$data, 'TranslatorAddr_1', '0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21 '), _defineProperty(_tr$data, 'TranslatorName_2', ''), _defineProperty(_tr$data, 'TranslatorAddr_2', ''), _defineProperty(_tr$data, 'TranslatorName_3', ''), _defineProperty(_tr$data, 'TranslatorAddr_3', ''), _defineProperty(_tr$data, 'TranslatorName_4', ''), _defineProperty(_tr$data, 'TranslatorAddr_4', ''), _defineProperty(_tr$data, 'TranslatorName_5', ''), _defineProperty(_tr$data, 'TranslatorAddr_5', ''), _defineProperty(_tr$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_tr$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_tr$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_tr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_tr$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_tr$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_tr$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_tr$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_tr$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_tr$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_tr$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_tr$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_tr$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_tr$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_tr$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_tr$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_tr$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_tr$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_tr$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_tr$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_tr$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_tr$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_tr$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_tr$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_tr$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_tr$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_tr$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_tr$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_tr$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_tr$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositting a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_tr$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_tr$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_tr$data, 'HELP_4_Desc_2', 'Navigate to the "Ether ve Tokens göndermek" page. '), _defineProperty(_tr$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_tr$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether" page. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_tr$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_tr$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_tr$data, 'HELP_4CX_Desc_12', 'Using "Send Ether" Page '), _defineProperty(_tr$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_tr$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generatea a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_tr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_tr$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_tr$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_tr$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_tr$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_tr$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_tr$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_tr$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_tr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_tr$data, 'HELP_7_Desc_1', 'Navigate to the "Ether ve Tokens göndermeks" page. '), _defineProperty(_tr$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_tr$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_tr$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_tr$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_tr$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_tr$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_tr$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_tr$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_tr$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_tr$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_tr$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_tr$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_tr$data, 'HELP_9_Title', '9) Is the "Send Ether" page offline? '), _defineProperty(_tr$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_tr$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_tr$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_tr$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_tr$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_tr$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_tr$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_tr$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "SEND Ether". This will broadcast your transaction. '), _defineProperty(_tr$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_tr$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_tr$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_tr$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_tr$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_tr$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_tr$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_tr$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_tr$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_tr$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_tr$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_tr$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_tr$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_tr$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_tr$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_tr$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_tr$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_tr$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_tr$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_tr$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_tr$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_tr$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_tr$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_tr$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_tr$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_tr$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_tr$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_tr$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_tr$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_tr$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_tr$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_tr$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_tr$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_tr$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_tr$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_tr$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_tr$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_tr$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_tr$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_tr$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_tr$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_tr$data, 'HELP_SecCX_Title', 'Güvenlik - MyEtherWallet CX '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_tr$data, 'HELP_Sec_Title', 'Güvenlik '), _defineProperty(_tr$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_tr$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_tr$data, 'HELP_FAQ_Title', 'Sık Sorulan Sorulara DaWays to Get in Touchha Yararlı Yanıtlar '), _defineProperty(_tr$data, 'HELP_Contact_Title', 'İletişim Kurma Yolları'), _tr$data); +}, _defineProperty(_tr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_tr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_tr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_tr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_tr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_tr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_tr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_tr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_tr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_tr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_tr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_tr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_tr$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_tr$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_tr$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_tr$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_tr$data, 'x_ReadMore', 'Read More'), _defineProperty(_tr$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_tr$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_tr$data, 'x_TXFee', 'TX Fee'), _defineProperty(_tr$data, 'x_TxHash', 'TX Hash'), _defineProperty(_tr$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_tr$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_tr$data, 'tx_Details', 'Transaction Details'), _defineProperty(_tr$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_tr$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_tr$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_tr$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_tr$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_tr$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_tr$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_tr$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_tr$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_tr$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_tr$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_tr$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_tr$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_tr$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_tr$data, 'GEN_Help_1', 'Use your'), _defineProperty(_tr$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_tr$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_tr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_tr$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_tr$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_tr$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_tr$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_tr$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_tr$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_tr$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_tr$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_tr$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_tr$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_tr$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_tr$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_tr$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_tr$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_tr$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_tr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_tr$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_tr$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_tr$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_tr$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_tr$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_tr$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_tr$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_tr$data, 'NAV_AddWallet', 'Cüzdan ekle '), _defineProperty(_tr$data, 'NAV_BulkGenerate', 'Birkaç Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Contact', 'Iletişime geç '), _defineProperty(_tr$data, 'NAV_Contracts', 'Sözleşmeler '), _defineProperty(_tr$data, 'NAV_DeployContract', 'Sözleşme kur '), _defineProperty(_tr$data, 'NAV_ENS', 'ENS'), _defineProperty(_tr$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_tr$data, 'NAV_GenerateWallet', 'Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Help', 'Yardim et '), _defineProperty(_tr$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_tr$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_tr$data, 'NAV_MyWallets', 'Cüzdanim '), _defineProperty(_tr$data, 'NAV_Offline', 'Offline gönder '), _defineProperty(_tr$data, 'NAV_SendEther', 'Ether ve Tokens gönder '), _defineProperty(_tr$data, 'NAV_SendTokens', 'Tokens gönder '), _defineProperty(_tr$data, 'NAV_SignMsg', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'NAV_Swap', 'Çevir '), _defineProperty(_tr$data, 'NAV_ViewWallet', 'Cüzdan bilgilerni göster '), _defineProperty(_tr$data, 'NAV_YourWallets', 'Cüzdanin '), _defineProperty(_tr$data, 'x_Access', 'Erişim '), _defineProperty(_tr$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bu "hesap numarası" veya "genel anahtar" dir. Birisi ether göndermek istiyorsa bu adresi kullanmasi gerekir. Ikon adresini kontrol etmek kolay bir yoldur '), _defineProperty(_tr$data, 'x_Address', 'Adresin '), _defineProperty(_tr$data, 'x_Cancel', 'Iptal et '), _defineProperty(_tr$data, 'x_CSV', 'CSV dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Download', 'Indir '), _defineProperty(_tr$data, 'x_Json', 'JSON dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_JsonDesc', 'Bu özel anahtarinin sifresiz, JSON formatidir. Demekki parolasiz cüzdanini acabilirsin. Özel anahatarina sahip olan herkez sifresiz cüzdani aca bilir. '), _defineProperty(_tr$data, 'x_Keystore', 'Keystore dosya (UTC / JSON · Tavsiye edilen · şifrelenmiş) '), _defineProperty(_tr$data, 'x_Keystore2', 'Keystore dosya (UTC / JSON) '), _defineProperty(_tr$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up. '), _defineProperty(_tr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_tr$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_tr$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_tr$data, 'x_Password', 'Parola '), _defineProperty(_tr$data, 'x_Print', 'Cüzdanin kağıt versiyonunu yazdir '), _defineProperty(_tr$data, 'x_PrintDesc', 'ProTavsiye: Eğer yazıcınız olmasa bile, "Yazdır" seçeneğini tıklayın ve PDF dosyası olarak kaydedin! '), _defineProperty(_tr$data, 'x_PrintShort', 'Yazdir '), _defineProperty(_tr$data, 'x_PrivKey', 'Özel anahtar (şifrelenmemis) '), _defineProperty(_tr$data, 'x_PrivKey2', 'Özel anahtar '), _defineProperty(_tr$data, 'x_PrivKeyDesc', 'Bu özel anahtarinin şifrelenmemiş metin sürümüdür. Birisi şifrelenmemiş özel anahtarı bulduysa, şifre olmadan cüzdani acabilir. Bu nedenle, şifrelenmiş sürümlerini genellikle tavsiye edilir. '), _defineProperty(_tr$data, 'x_Save', 'Indir '), _defineProperty(_tr$data, 'x_TXT', 'TXT dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Wallet', 'Cüzdan '), _defineProperty(_tr$data, 'MEW_Warning_1', 'Cüzdani acmadan veya yeni bir cüzdan olusturmadan önce her zaman URL\'yi gözden geçirin. Phishing sitelerinden dikkat! '), _defineProperty(_tr$data, 'CX_Warning_1', 'Burda kaydetdigin tüm cüzdanlari **yedeklediginden** emin ol. Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up. '), _defineProperty(_tr$data, 'MEW_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani '), _defineProperty(_tr$data, 'CX_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani Chrome Extension '), _defineProperty(_tr$data, 'FOOTER_1', 'Acik kaynak, javascript Client-Side Ethererum cüzdani ve Ether islemleri '), _defineProperty(_tr$data, 'FOOTER_1b', 'tarafından yaratıldı '), _defineProperty(_tr$data, 'FOOTER_2', 'Bağışlar büyük takdirle kabuledilir: '), _defineProperty(_tr$data, 'FOOTER_3', 'Client-side cüzdan olusturma '), _defineProperty(_tr$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_tr$data, 'sidebar_AccountInfo', 'Hesap bilgiler '), _defineProperty(_tr$data, 'sidebar_AccountAddr', 'Hesap adres '), _defineProperty(_tr$data, 'sidebar_AccountBal', 'Bakiye '), _defineProperty(_tr$data, 'sidebar_TokenBal', 'Token bakiye '), _defineProperty(_tr$data, 'sidebar_Equiv', 'Eşdeğer Değerler '), _defineProperty(_tr$data, 'sidebar_TransHistory', 'Işlem geçmişi '), _defineProperty(_tr$data, 'sidebar_donation', 'MyEtherWallet gizlilik ve güvenlike adanmış ücretsiz ve açık kaynak kodlu bir hizmettir. Ne kadar cok bagis edilirse o kadar cok yeni özellik programlamaya, görüşlerinizi işlemeye yatitim yapabiliriz. Biz sadece dünyayı değiştirmek isteyen iki kişiyiz. Bize yardım edermisin? '), _defineProperty(_tr$data, 'sidebar_donate', 'Bağışta bulun '), _defineProperty(_tr$data, 'sidebar_thanks', 'TEŞEKKÜRLER!!! '), _defineProperty(_tr$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_tr$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_tr$data, 'decrypt_Access', 'Cüzdanını nasıl acmak istersin? '), _defineProperty(_tr$data, 'decrypt_Title', 'Özel anahtarinin formatini sec: '), _defineProperty(_tr$data, 'decrypt_Select', 'Bir cüzdan sec: '), _defineProperty(_tr$data, 'ADD_Label_1', 'Ne yapmak istiyorsunuz? '), _defineProperty(_tr$data, 'ADD_Radio_1', 'Yeni cüzdan olusturun '), _defineProperty(_tr$data, 'ADD_Radio_2', 'Cüzdan dosyayi sec (Keystore / JSON) '), _defineProperty(_tr$data, 'ADD_Radio_2_alt', 'Cüzdan dosyayi sec '), _defineProperty(_tr$data, 'ADD_Radio_2_short', 'CÜZDAN DOSYAYI SEC... '), _defineProperty(_tr$data, 'ADD_Radio_3', 'Özel anahatarini Yaspistir/Yaz '), _defineProperty(_tr$data, 'ADD_Radio_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_tr$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_tr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_tr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_tr$data, 'ADD_Label_2', 'Bir takma isim oluştur '), _defineProperty(_tr$data, 'ADD_Label_3', 'Cüzdan şifrelidir. Parolayi yaz: '), _defineProperty(_tr$data, 'ADD_Label_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Warning_1', 'Özel anahtar yazmadan cüzdan sekmesinde "izlemek" için herhangi bir hesap ekleyebilirsin. Bu demek ** degilki ** cüzdani acabilirsin, veya ondan Ether aktarabilirsin. '), _defineProperty(_tr$data, 'ADD_Label_5', 'Adresi ekle '), _defineProperty(_tr$data, 'ADD_Label_6', 'Cüzdani ac '), _defineProperty(_tr$data, 'ADD_Label_6_short', 'Ac '), _defineProperty(_tr$data, 'ADD_Label_7', 'Hesap ekle '), _defineProperty(_tr$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_tr$data, 'GEN_desc', 'Birden birkac cüzdan olusturmak istiryorsan burdan yapabilirsin '), _defineProperty(_tr$data, 'GEN_Label_1', 'Güçlü bir şifre sec (en az 9 sembol) '), _defineProperty(_tr$data, 'GEN_Placeholder_1', 'Bunu kaydetmeyi unutma! '), _defineProperty(_tr$data, 'GEN_SuccessMsg', 'Başarı! Cüzdan oluşturuldu. '), _defineProperty(_tr$data, 'GEN_Label_2', 'Keystore dosyayi veya özel anahtranini kaydet. Yukarıdaki şifreni unutma. '), _defineProperty(_tr$data, 'GEN_Label_3', 'Adresini kaydet. '), _defineProperty(_tr$data, 'GEN_Label_4', 'Isteye bagli: Cüzdanin kağıt versiyonunu yazdir veya QR code versiyonunu sakla.'), _defineProperty(_tr$data, 'BULK_Label_1', 'Oluşturulacak cüzdan sayısı '), _defineProperty(_tr$data, 'BULK_Label_2', 'Cüzdanlari olustur '), _defineProperty(_tr$data, 'BULK_SuccessMsg', 'Başarı! Cüzdanlarin olusturuldu. '), _defineProperty(_tr$data, 'SEND_addr', 'Bu Adrese gönder '), _defineProperty(_tr$data, 'SEND_amount', 'Gönderilecek miktar '), _defineProperty(_tr$data, 'SEND_amount_short', 'Miktar '), _defineProperty(_tr$data, 'SEND_custom', 'Kullaniciya özel '), _defineProperty(_tr$data, 'SEND_gas', 'Gas '), _defineProperty(_tr$data, 'SEND_TransferTotal', 'Tüm dengeyi gönder '), _defineProperty(_tr$data, 'SEND_generate', 'Generate Transaction '), _defineProperty(_tr$data, 'SEND_raw', 'İşlem oluştur ikili sistem '), _defineProperty(_tr$data, 'SEND_signed', 'Imzali İşlem '), _defineProperty(_tr$data, 'SEND_trans', 'Islemi gönder '), _defineProperty(_tr$data, 'SENDModal_Title', 'Uyarı! '), _defineProperty(_tr$data, 'SEND_custom', 'Özel Token Ekle '), _defineProperty(_tr$data, 'SENDModal_Content_1', 'şu an '), _defineProperty(_tr$data, 'SENDModal_Content_2', 'bu adresse '), _defineProperty(_tr$data, 'SENDModal_Content_3', 'Göndermek üzeresin. Emin misin? '), _defineProperty(_tr$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether. '), _defineProperty(_tr$data, 'SENDModal_No', 'Hayir, cikar beni burdan! '), _defineProperty(_tr$data, 'SENDModal_Yes', 'Evet, eminim! Islemi tamamla. '), _defineProperty(_tr$data, 'TOKEN_Addr', 'Token Adres '), _defineProperty(_tr$data, 'TOKEN_Symbol', 'Token symbolu '), _defineProperty(_tr$data, 'TOKEN_Dec', 'Ondalık '), _defineProperty(_tr$data, 'TOKEN_show', 'Tüm tokenleri göster '), _defineProperty(_tr$data, 'TOKEN_hide', 'Tokenleri gizle '), _defineProperty(_tr$data, 'TRANS_desc', 'Eğer Token göndermek istiyorsan, bunun yerine "Token Gönder" sayfasını kullan. '), _defineProperty(_tr$data, 'TRANS_warning', '"Yalnızca ETH" ya da "Yalnızca ETC" fonksiyonu kullanıyorsan, bir sözleşme yoluyla gönderiyorsun. Bazı servisler bu işlemleri kabul etmekde sorunları var. Daha fazla oku. '), _defineProperty(_tr$data, 'TRANS_advanced', '+Gelişmiş: Veri ekle '), _defineProperty(_tr$data, 'TRANS_data', 'Veri '), _defineProperty(_tr$data, 'TRANS_gas', 'Gas Limiti '), _defineProperty(_tr$data, 'TRANS_sendInfo', '21000 gaz kullanan standart bir islem 0.000441 ETH ile mal olur. Biz hizli bir sekilde mayinlanmasi için, 0.000000021 ETH\'dan biraz daha yüksek gaz fiyatini kullaniyoruz. Biz herhangi bir islem ücreti almiyoruz. '), _defineProperty(_tr$data, 'TRANSModal_Title', '"Yalnızca ETH" and "Yalnızca ETC" islemler '), _defineProperty(_tr$data, 'TRANSModal_Content_0', 'Farklı işlemler ve farklı hizmetleri hakkında bir not: '), _defineProperty(_tr$data, 'TRANSModal_Content_1', '**ETH (Standart islem): ** Bu standart bir islem baslatir bir hesapten direkt baska bir hesapa. Standart gas 21000\'dir. Bu islemlen gönderileren islem ETC zincirinde\'de yer bulabilir. '), _defineProperty(_tr$data, 'TRANSModal_Content_2', '**Only ETH: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETH** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_3', '**Only ETC: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETC** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Only send via Standard Transaction. If you send via the "Only" contracts, you will need to reach out to their support staff to manually add your balance or refund you. [You can try Shapeshift\'s "split" tool as well.](https://split.shapeshift.io/) '), _defineProperty(_tr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Bilinen sorun yok, ikisinden birini sec '), _defineProperty(_tr$data, 'TRANSModal_Yes', 'Güzel, şimdi anladım. '), _defineProperty(_tr$data, 'TRANSModal_No', 'Aman, kafam daha cok karıştı. Yardım et. '), _defineProperty(_tr$data, 'OFFLINE_Title', 'Olustur & offline islem '), _defineProperty(_tr$data, 'OFFLINE_Desc', 'Offline islemler 3. adimda gerçeklestirir. 1. ve 3. adimi internete bagli olan bir bilgisayarda, 2. adimi offline olan bir bilgisayarda tamamliyorsun. Böyle özel anahtarinin internete bagli olan bir bilgisayara ulasmasini engelnenir. '), _defineProperty(_tr$data, 'OFFLLINE_Step1_Title', 'Adim 1: Bilgileri olustur (Online Bilgisayar) '), _defineProperty(_tr$data, 'OFFLINE_Step1_Button', 'Bilgileri olustur '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_1', 'Adres\'den '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_2', 'Nota: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Title', 'Adim 2: Generate Transaction (Offline Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_1', 'Adrese '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_2', 'Gönderilen miktar '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3', 'Gas fiyati '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3b', 'Bu online bilgisayarınızda adım 1\'de gösterilirdi. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4', 'Gas limiti '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5b', 'Bu online bilgisayarınızda adım 1\'de gösterilir. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6b', 'Bu istege bagli. Data is often used when you send transactions to contracts. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON. '), _defineProperty(_tr$data, 'OFFLINE_Step3_Title', 'Adim 3: Gönder / Islemi duyur (Online Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button. '), _defineProperty(_tr$data, 'DEP_generate', 'Bytecode oluştur '), _defineProperty(_tr$data, 'DEP_generated', 'Oluşturulan Bytecode '), _defineProperty(_tr$data, 'DEP_signtx', 'Islmemi Imzala '), _defineProperty(_tr$data, 'DEP_interface', 'Interface oluştur '), _defineProperty(_tr$data, 'MYWAL_Nick', 'Cüzdan nickname '), _defineProperty(_tr$data, 'MYWAL_Address', 'Cüzdan adres '), _defineProperty(_tr$data, 'MYWAL_Bal', 'Bakiye '), _defineProperty(_tr$data, 'MYWAL_Edit', 'Düzenle '), _defineProperty(_tr$data, 'MYWAL_View', 'Göster '), _defineProperty(_tr$data, 'MYWAL_Remove', 'Kaldir '), _defineProperty(_tr$data, 'MYWAL_RemoveWal', 'Cüzdani kaldir: '), _defineProperty(_tr$data, 'MYWAL_WatchOnly', 'Sadece izlenen hesaplar '), _defineProperty(_tr$data, 'MYWAL_Viewing', 'Izlenen Cüzdan '), _defineProperty(_tr$data, 'MYWAL_Hide', 'Cüzdan bilgilerini gizle '), _defineProperty(_tr$data, 'MYWAL_Edit_2', 'Cüzdani düzenle '), _defineProperty(_tr$data, 'MYWAL_Name', 'Cüzdan Ismi '), _defineProperty(_tr$data, 'MYWAL_Content_1', 'Uyarı! Cüzdanını silmek üzeresin '), _defineProperty(_tr$data, 'MYWAL_Content_2', 'Bunu kaldırmadan önce ** özel anahtarıni ve / veya Keystore Dosya ve şifreni ** kaydettiğinden emin ol. '), _defineProperty(_tr$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password. '), _defineProperty(_tr$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_tr$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_tr$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_tr$data, 'NODE_Name', 'Node Name'), _defineProperty(_tr$data, 'NODE_Port', 'Node Port'), _defineProperty(_tr$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_tr$data, 'CONTRACT_Title', 'Sözleşme adresi '), _defineProperty(_tr$data, 'CONTRACT_Title_2', 'Mevcut sözleşmeyi seç '), _defineProperty(_tr$data, 'CONTRACT_Json', 'ABI / JSON arabirimi '), _defineProperty(_tr$data, 'CONTRACT_Interact_Title', 'Sözleşmesi oku / yaz '), _defineProperty(_tr$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_tr$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_tr$data, 'CONTRACT_Read', 'OKU '), _defineProperty(_tr$data, 'CONTRACT_Write', 'YAZ '), _defineProperty(_tr$data, 'SWAP_rates', "Güncel Fiyatlar "), _defineProperty(_tr$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_tr$data, 'SWAP_init_2', " for "), _defineProperty(_tr$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_tr$data, 'SWAP_information', "Bilgilerin "), _defineProperty(_tr$data, 'SWAP_send_amt', "Gönderilecek miktar "), _defineProperty(_tr$data, 'SWAP_rec_amt', "Alınacak miktar "), _defineProperty(_tr$data, 'SWAP_your_rate', "Oran "), _defineProperty(_tr$data, 'SWAP_rec_add', "Alınan Adres "), _defineProperty(_tr$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_tr$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_tr$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_tr$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_tr$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_tr$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_tr$data, 'SWAP_progress_3', "Received! "), _defineProperty(_tr$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_tr$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_tr$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_tr$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_tr$data, 'MSG_message', 'Mesaj '), _defineProperty(_tr$data, 'MSG_date', 'Tarih '), _defineProperty(_tr$data, 'MSG_signature', 'İmza '), _defineProperty(_tr$data, 'MSG_verify', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_tr$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_tr$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_tr$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_tr$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_tr$data, 'MNEM_more', 'Daha Fazla Adres '), _defineProperty(_tr$data, 'MNEM_prev', 'Önceki Adresler '), _defineProperty(_tr$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_tr$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_tr$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_tr$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Ledger_scan', 'Ledger Wallet\'e bağlan '), _defineProperty(_tr$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_tr$data, 'x_Trezor', 'TREZOR '), _defineProperty(_tr$data, 'ADD_Trezor_scan', 'TREZOR\'a bağlan '), _defineProperty(_tr$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_tr$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_tr$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_tr$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_tr$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_tr$data, 'CX_error_1', 'Su an cüzdan eklenmemis. Cüzdan ekle tikla ["Add Wallet"](/cx-wallet.html#add-wallet) ve bir cüzdan ekle! '), _defineProperty(_tr$data, 'CX_quicksend', 'Gönder '), _defineProperty(_tr$data, 'ERROR_0', 'Geçerli tutar yaz. '), _defineProperty(_tr$data, 'ERROR_1', 'Sifren en az 9 sembol\'dan olusmasi lazim. Güçlü bir parola sectiginden emin ol. '), _defineProperty(_tr$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_tr$data, 'ERROR_3', 'Geçerli bir cüzdan dosyası değil. '), _defineProperty(_tr$data, 'ERROR_4', 'Var olmayan bir birim, bu birimlerden birini kullan lütfen '), _defineProperty(_tr$data, 'ERROR_5', 'Geçersiz adres. '), _defineProperty(_tr$data, 'ERROR_6', 'Geçersiz parola. '), _defineProperty(_tr$data, 'ERROR_7', 'Yetersiz bakiye. (Must be integer. Try 0-18.) '), _defineProperty(_tr$data, 'ERROR_8', 'Geçersiz gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_tr$data, 'ERROR_9', 'Geçersiz data value. (Must be hex.) '), _defineProperty(_tr$data, 'ERROR_10', 'Yetersiz gas. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_tr$data, 'ERROR_11', 'Geçersiz veri. (Must be integer.) '), _defineProperty(_tr$data, 'ERROR_12', 'Geçersiz imzali isleme. '), _defineProperty(_tr$data, 'ERROR_13', 'Secdigin Nickname baska bir cüzdanda kullaniliyor. '), _defineProperty(_tr$data, 'ERROR_14', 'Cüzdan bulunmadi. '), _defineProperty(_tr$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_tr$data, 'ERROR_16', 'Bu adrese sahip bir cüzdan zaten depolama alanında mevcut. Lütfen cüzdan sayfanızı kontrol edin. '), _defineProperty(_tr$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_tr$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_tr$data, 'ERROR_19', 'Geçersiz sembol '), _defineProperty(_tr$data, 'ERROR_20', 'Geçersiz ERC-20 token\'i '), _defineProperty(_tr$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_tr$data, 'ERROR_22', 'Please enter valid node name '), _defineProperty(_tr$data, 'ERROR_23', 'Lütfen geçerli URL yaz. If you are connecting via HTTPS, your node must be over HTTPS '), _defineProperty(_tr$data, 'ERROR_24', 'Lütfen geçerli port numarası yaz '), _defineProperty(_tr$data, 'ERROR_25', 'Lütfen geçerli zincir kimliği (ID) yaz '), _defineProperty(_tr$data, 'ERROR_26', 'Lütfen geçerli bir ABI yaz '), _defineProperty(_tr$data, 'ERROR_27', 'Minimum miktar: 0.01. Maximum miktar: '), _defineProperty(_tr$data, 'ERROR_28', 'Ilerde cüzdanini acmak icin **Keystore dosyan ve parolan veya özel anahtarin** lazim olacak. Lütfen kaydet ve dista yedekle! Kaydedilmemiş cüzdanini kurtarmanin hiçbir yolu yoktur. Talimatlar icin yardim [help page](https://www.myetherwallet.com/#help) sayfasini oku '), _defineProperty(_tr$data, 'ERROR_29', 'Lütfen geçerli kullanıcı ve şifreyi yaz '), _defineProperty(_tr$data, 'ERROR_30', 'Lütfen geçerli ENS isim yaz '), _defineProperty(_tr$data, 'ERROR_31', 'Geçersiz gizli cümle (phrase) '), _defineProperty(_tr$data, 'ERROR_32', 'Düğüme bağlanılamadı. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_tr$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_tr$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_tr$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_tr$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_tr$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_tr$data, 'SUCCESS_1', 'Geçerli adres '), _defineProperty(_tr$data, 'SUCCESS_2', 'Cüzdan basariyla desifre edildi '), _defineProperty(_tr$data, 'SUCCESS_3', 'TX blockchain\'e yayınlandı. İşleminizi görmek ve mayınlandığını doğrulamak veya herhangi bir gaz veya sözleşme yürütme hatası bulunmadığını görmek için tıklayın. TX Kimliği: '), _defineProperty(_tr$data, 'SUCCESS_4', 'Cüzdanın başarıyla eklendi '), _defineProperty(_tr$data, 'SUCCESS_5', 'Dosya secildi '), _defineProperty(_tr$data, 'SUCCESS_6', 'Başarıyla bağlandı '), _defineProperty(_tr$data, 'SUCCESS_7', 'Mesaj imzası doğrulandi '), _defineProperty(_tr$data, 'WARN_Send_Link', 'Işlem türü (gönderme modu), adres, miktar, gaz ve veri alanları sizin için doldurulmus olan bir bağlantı\'ile geldiniz. Göndermeden önce herhangi bir bilgiyi değiştirebilirsiniz. Başlamak için cüzdanınızı açın. '), _defineProperty(_tr$data, 'GETH_InvalidSender', 'Geçersiz gönderici '), _defineProperty(_tr$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_tr$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_tr$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_tr$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_tr$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_tr$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_tr$data, 'GETH_GasLimit', 'Gaz block sınırını aşıyor '), _defineProperty(_tr$data, 'GETH_NegativeValue', 'Negatif değer '), _defineProperty(_tr$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_tr$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_tr$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_tr$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_tr$data, 'translate_version', '0.3 '), _defineProperty(_tr$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_tr$data, 'TranslatorName_1', '[ffidan61](https://www.myetherwallet.com/?gaslimit=21000&to=0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21&value=1.0#send-transaction) '), _defineProperty(_tr$data, 'TranslatorAddr_1', '0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21 '), _defineProperty(_tr$data, 'TranslatorName_2', ''), _defineProperty(_tr$data, 'TranslatorAddr_2', ''), _defineProperty(_tr$data, 'TranslatorName_3', ''), _defineProperty(_tr$data, 'TranslatorAddr_3', ''), _defineProperty(_tr$data, 'TranslatorName_4', ''), _defineProperty(_tr$data, 'TranslatorAddr_4', ''), _defineProperty(_tr$data, 'TranslatorName_5', ''), _defineProperty(_tr$data, 'TranslatorAddr_5', ''), _defineProperty(_tr$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_tr$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_tr$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_tr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_tr$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_tr$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_tr$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_tr$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_tr$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_tr$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_tr$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_tr$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_tr$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_tr$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_tr$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_tr$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_tr$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_tr$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_tr$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_tr$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_tr$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_tr$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_tr$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_tr$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_tr$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_tr$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_tr$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_tr$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_tr$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_tr$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositting a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_tr$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_tr$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_tr$data, 'HELP_4_Desc_2', 'Navigate to the "Ether ve Tokens göndermek" page. '), _defineProperty(_tr$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_tr$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether" page. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_tr$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_tr$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_tr$data, 'HELP_4CX_Desc_12', 'Using "Send Ether" Page '), _defineProperty(_tr$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_tr$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generatea a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_tr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_tr$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_tr$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_tr$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_tr$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_tr$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_tr$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_tr$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_tr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_tr$data, 'HELP_7_Desc_1', 'Navigate to the "Ether ve Tokens göndermeks" page. '), _defineProperty(_tr$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_tr$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_tr$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_tr$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_tr$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_tr$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_tr$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_tr$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_tr$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_tr$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_tr$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_tr$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_tr$data, 'HELP_9_Title', '9) Is the "Send Ether" page offline? '), _defineProperty(_tr$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_tr$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_tr$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_tr$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_tr$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_tr$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_tr$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_tr$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "SEND Ether". This will broadcast your transaction. '), _defineProperty(_tr$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_tr$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_tr$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_tr$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_tr$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_tr$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_tr$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_tr$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_tr$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_tr$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_tr$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_tr$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_tr$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_tr$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_tr$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_tr$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_tr$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_tr$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_tr$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_tr$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_tr$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_tr$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_tr$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_tr$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_tr$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_tr$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_tr$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_tr$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_tr$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_tr$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_tr$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_tr$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_tr$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_tr$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_tr$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_tr$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_tr$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_tr$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_tr$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_tr$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_tr$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_tr$data, 'HELP_SecCX_Title', 'Güvenlik - MyEtherWallet CX '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_tr$data, 'HELP_Sec_Title', 'Güvenlik '), _defineProperty(_tr$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_tr$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_tr$data, 'HELP_FAQ_Title', 'Sık Sorulan Sorulara DaWays to Get in Touchha Yararlı Yanıtlar '), _defineProperty(_tr$data, 'HELP_Contact_Title', 'İletişim Kurma Yolları'), _tr$data); module.exports = tr; @@ -18238,7 +18235,7 @@ vi.data = (_vi$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_vi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_vi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_vi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_vi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_vi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_vi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_vi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_vi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_vi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_vi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_vi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_vi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_vi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_vi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_vi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_vi$data, 'x_ReadMore', 'Read More'), _defineProperty(_vi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_vi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_vi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_vi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_vi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_vi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_vi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_vi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_vi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_vi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_vi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_vi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_vi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_vi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_vi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_vi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_vi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_vi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_vi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_vi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_vi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_vi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_vi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_vi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_vi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_vi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_vi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_vi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_vi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_vi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_vi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_vi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_vi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_vi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_vi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_vi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_vi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_vi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_vi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_vi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_vi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_vi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_vi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_vi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_vi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_vi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_vi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_vi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_vi$data, 'NAV_AddWallet', 'Thêm Ví '), _defineProperty(_vi$data, 'NAV_BulkGenerate', 'Tạo Nhiều Ví '), _defineProperty(_vi$data, 'NAV_Contact', 'Liên Hệ '), _defineProperty(_vi$data, 'NAV_Contracts', 'Hợp Đồng '), _defineProperty(_vi$data, 'NAV_DeployContract', 'Phát Triển Hợp Đồng '), _defineProperty(_vi$data, 'NAV_ENS', 'ENS'), _defineProperty(_vi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_vi$data, 'NAV_GenerateWallet', 'Tạo Ví '), _defineProperty(_vi$data, 'NAV_Help', 'Trợ Giúp '), _defineProperty(_vi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_vi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_vi$data, 'NAV_MyWallets', 'Ví Của Tôi '), _defineProperty(_vi$data, 'NAV_Offline', 'Giao Dịch Offline '), _defineProperty(_vi$data, 'NAV_SendEther', 'Gửi Ether và Tokens '), _defineProperty(_vi$data, 'NAV_SendTokens', 'Gửi Token '), _defineProperty(_vi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_vi$data, 'NAV_Swap', 'Swap '), _defineProperty(_vi$data, 'NAV_ViewWallet', 'Thông Tin Ví '), _defineProperty(_vi$data, 'NAV_YourWallets', 'Ví Của Bạn '), _defineProperty(_vi$data, 'x_Access', 'Access '), _defineProperty(_vi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bạn có thể xem đây là Địa chỉ ví cá nhân của bạn. Bạn có thể gửi "Địa chỉ ví" này đến người mà bạn muốn nhận ETH từ họ. Biểu tượng bên cạnh giúp việc nhận dạng "Địa chỉ ví" của bạn dễ dàng hơn. '), _defineProperty(_vi$data, 'x_Address', 'Địa Chỉ Của Bạn '), _defineProperty(_vi$data, 'x_Cancel', 'Huỷ '), _defineProperty(_vi$data, 'x_CSV', 'Định Dạng CSV (Không mã hoá) '), _defineProperty(_vi$data, 'x_Download', 'Tải Về Máy '), _defineProperty(_vi$data, 'x_Json', 'Định Dạng JSON (Không mã hoá) '), _defineProperty(_vi$data, 'x_JsonDesc', 'Định Dạng JSON là một tập tin chứa dữ liệu ví chưa được mã hoá của Private Key. Bạn có thể đăng nhập vào ví của bạn bằng việc sử dụng định dạng JSON mà không cần đến mật khẩu. Vì vậy, bất kỳ người nào sở hữu định dạng JSON của bạn thì họ đều có khả năng đăng nhập vào ví của bạn mà không cần đến mật khẩu. '), _defineProperty(_vi$data, 'x_Keystore', 'Định Dạng Keystore (UTC / JSON) (Đã mã hoá. Định Dạng này sử dụng cho Mist) '), _defineProperty(_vi$data, 'x_Keystore2', 'Định Dạng Keystore (UTC / JSON) '), _defineProperty(_vi$data, 'x_KeystoreDesc', 'Định dạng Keystore là tập một tin chứa dữ liệu ví đã được mã hoá của Private Key và sử dụng cho Mist. Do đó bạn có thể dễ dàng bỏ nó vào bên trong Mist và tiếp tục sử dụng ví của bạn. Đây là một tập tin được đề xuất nhằm sao lưu dữ liệu ví cá nhân. '), _defineProperty(_vi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_vi$data, 'x_Mnemonic', 'Cụm từ dễ nhớ '), _defineProperty(_vi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_vi$data, 'x_Password', 'Mật Khẩu '), _defineProperty(_vi$data, 'x_Print', 'Tạo Ví Giấy '), _defineProperty(_vi$data, 'x_PrintDesc', 'Mẹo: kích chuột trái vào nút "In Ví" sau đó chọn "Save this as a PDF" đễ lưu nó thành định dạng PDF trên máy tính của bạn nếu bạn không sở hữu máy in cá nhân! '), _defineProperty(_vi$data, 'x_PrintShort', 'In Ví '), _defineProperty(_vi$data, 'x_PrivKey', 'Private Key (Không mã hoá) '), _defineProperty(_vi$data, 'x_PrivKey2', 'Private Key '), _defineProperty(_vi$data, 'x_PrivKeyDesc', 'Đây là một đoạn dữ liệu có định dạng bằng văn bản không bị mã hoá và nó chính là private key của bạn. Nếu người nào sở hữu Private Key của bạn thì họ có thể truy cập vào ví của bạn mà không cần đến mật khẩu. Vì vậy, Chúng tôi khuyên bạn nên dùng phiên bản có định dạng đã được mã hoá. '), _defineProperty(_vi$data, 'x_Save', 'Lưu '), _defineProperty(_vi$data, 'x_TXT', 'Định Dạng TXT (Không mã Hoá) '), _defineProperty(_vi$data, 'x_Wallet', 'Ví '), _defineProperty(_vi$data, 'MEW_Warning_1', 'Chú Ý! kiễm tra cẩn thận URL trước khi bạn muốn đăng nhập vào ví hoặc tạo một ví mới. Cảnh giác cao đối với những trang web lừa đảo! '), _defineProperty(_vi$data, 'CX_Warning_1', 'Hãy chắc chắn rằng bạn đã thực hiện việc sao lưu dữ liệu cho những ví bạn đang sử dụng tại đây. Nhiều khả năng có thể xảy ra sẽ dẩn đến việc mất đi dữ liệu mà bạn lưu tại phần mở rộng của Chrome (bao gồm việc gỡ bỏ cài đặt và cài đặt lại các phần mở rộng). Phần mở rộng này là cách dễ dàng đễ truy cập vào ví của bạn, nhưng nó không phải là nơi đễ bạn sao lưu dữ liệu. '), _defineProperty(_vi$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_vi$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_vi$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_vi$data, 'FOOTER_1b', 'Nhà Phát Triển: '), _defineProperty(_vi$data, 'FOOTER_2', 'Quyên Góp & Ủng Hộ Vào "Quỹ Phát Triển" Từ Bạn Là Một Hành Động Đáng Trân Trọng: '), _defineProperty(_vi$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_vi$data, 'FOOTER_4', 'Những Điều Cần Lưu Ý '), _defineProperty(_vi$data, 'sidebar_AccountInfo', 'Thông Tin Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountAddr', 'Địa Chỉ Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountBal', 'Số Dư Tài Khoản '), _defineProperty(_vi$data, 'sidebar_TokenBal', 'Số Dư Token '), _defineProperty(_vi$data, 'sidebar_Equiv', 'Giá Trị Tương Đương '), _defineProperty(_vi$data, 'sidebar_TransHistory', 'Lịch Sử Giao Dịch '), _defineProperty(_vi$data, 'sidebar_donation', 'MyEtherWallet là một ứng dụng miễn phí được xây dựng trên mã nguồn mở nhằm bảo vệ quyền riêng tư và sự bảo mật của người sử dụng. các khoản quyên góp mà chúng tôi nhận được sẽ giúp chúng tôi có cơ hội dành nhiều thơi gian hơn cho việc lắng nghe những phản hồi từ người sử dụng nhằm tạo ra những ứng dụng mới nhằm đáp ứng những mong muốn từ người sử dụng. Chúng tôi hiện tại là hai cá nhân đang cố gắng làm cho thế giới ngày một tốt hơn. Hãy cùng chung giúp chúng tôi '), _defineProperty(_vi$data, 'sidebar_donate', 'Quyên Góp '), _defineProperty(_vi$data, 'sidebar_thanks', 'Xin Chân Thành Cảm Ơn!!! '), _defineProperty(_vi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_vi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_vi$data, 'decrypt_Access', 'Làm thế nào đễ truy cập vào ví của bạn? '), _defineProperty(_vi$data, 'decrypt_Title', 'Chọn Loại Định Dạng Private Key Thích Hợp: '), _defineProperty(_vi$data, 'decrypt_Select', 'Chọn ví: '), _defineProperty(_vi$data, 'ADD_Label_1', 'Bạn đang cần làm gì? '), _defineProperty(_vi$data, 'ADD_Radio_1', 'Tạo Ví Mới '), _defineProperty(_vi$data, 'ADD_Radio_2', 'Chọn Tập Tin Ví Của Bạn (Keystore / JSON) '), _defineProperty(_vi$data, 'ADD_Radio_2_alt', 'Chọn Tập Tin Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_2_short', 'CHỌN TẬP TIN VÍ... '), _defineProperty(_vi$data, 'ADD_Radio_3', 'Dán/Gõ Private Key Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Radio_5', 'Dán/Điền ký tự dễ nhớ của bạn '), _defineProperty(_vi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_vi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_vi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_vi$data, 'ADD_Label_2', 'Tạo Tên Gọi: '), _defineProperty(_vi$data, 'ADD_Label_3', 'Ví của bạn sẽ được giải mã. Xin vui lòng điền mật khẩu '), _defineProperty(_vi$data, 'ADD_Label_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Warning_1', 'Bạn có thể thêm bất kỳ tài khoản nào bạn muốn theo dõi trên ví mà không cần đến Mật khẩu bảo mật. Việc này không có nghĩa là bạn đã truy cập vào bên trong ví. Do đó bạn sẽ không thực hiện được giao dịch tại chức năng này. '), _defineProperty(_vi$data, 'ADD_Label_5', 'Điền Địa Chỉ Ví '), _defineProperty(_vi$data, 'ADD_Label_6', 'Mở Khoá Cho Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Label_6_short', 'Mở Khoá '), _defineProperty(_vi$data, 'ADD_Label_7', 'Thêm Tài Khoản '), _defineProperty(_vi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_vi$data, 'GEN_desc', 'Nếu bạn muốn tạo nhiều ví cùng một lúc, bạn có thể thực hiện tại đây '), _defineProperty(_vi$data, 'GEN_Label_1', 'Tạo mật khẩu thật mạnh nhằm bảo mật tài khoản (ít nhất 9 ký tự) '), _defineProperty(_vi$data, 'GEN_Placeholder_1', 'Lưu nó lại một cách cẩn thận! '), _defineProperty(_vi$data, 'GEN_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'GEN_Label_2', 'Lưu lại tập tin chứa định dạng Keystore/JSON hoặc Private Key. Đừng quên mật khẩu mà bạn đã tạo phía trên. '), _defineProperty(_vi$data, 'GEN_Label_3', 'Địa Chỉ Ví (bạn cần lưu lại cho việc sử dụng). '), _defineProperty(_vi$data, 'GEN_Label_4', 'Bạn có thể in ví giấy hoặc lưu giữ mã QR một cách cẩn thận. '), _defineProperty(_vi$data, 'BULK_Label_1', 'Số Lượng Ví Cần Tạo '), _defineProperty(_vi$data, 'BULK_Label_2', 'Tạo Ví '), _defineProperty(_vi$data, 'BULK_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'SEND_addr', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'SEND_amount', 'Số Lượng Cần Gửi '), _defineProperty(_vi$data, 'SEND_amount_short', 'Số Lượng '), _defineProperty(_vi$data, 'SEND_custom', 'Token được yêu cầu! '), _defineProperty(_vi$data, 'SEND_gas', 'Gas '), _defineProperty(_vi$data, 'SEND_TransferTotal', 'Gửi Hết Số Dư Hiện Có '), _defineProperty(_vi$data, 'SEND_generate', 'Tạo Giao Dịch '), _defineProperty(_vi$data, 'SEND_raw', 'Định Dạng Giao Dịch '), _defineProperty(_vi$data, 'SEND_signed', 'Chữ Ký Giao Dich '), _defineProperty(_vi$data, 'SEND_trans', 'Gửi Đi '), _defineProperty(_vi$data, 'SENDModal_Title', 'Cảnh Báo! '), _defineProperty(_vi$data, 'SENDModal_Content_1', 'Bạn muốn gửi đi '), _defineProperty(_vi$data, 'SENDModal_Content_2', 'Địa chỉ đến '), _defineProperty(_vi$data, 'SENDModal_Content_3', 'Bạn đã chắc chắn muốn thực hiện giao dịch này '), _defineProperty(_vi$data, 'SENDModal_Content_4', 'Lưu Ý: Nếu bạn gặp lỗi, bạn cần phải thêm ether vào tài khoản của bạn để thanh toán chi phí gas của việc gửi Token. Gas được thanh toán bằng ether. '), _defineProperty(_vi$data, 'SENDModal_No', 'Không, Đưa tôi ra khỏi đây! '), _defineProperty(_vi$data, 'SENDModal_Yes', 'Có, Tôi chắc chắn! Hãy thực hiện giao dịch. '), _defineProperty(_vi$data, 'TOKEN_Addr', 'Địa Chỉ Token Contract'), _defineProperty(_vi$data, 'TOKEN_Symbol', 'Ký Hiệu Token '), _defineProperty(_vi$data, 'TOKEN_Dec', 'Phân Số Thập Phân '), _defineProperty(_vi$data, 'TOKEN_show', 'Hiển thị tất cả các loại Tokens '), _defineProperty(_vi$data, 'TOKEN_hide', 'Ẩn Tokens '), _defineProperty(_vi$data, 'TRANS_desc', 'Nếu bạn muốn gửi Token, xin vui lòng sử dụng danh mục "Gửi Token". '), _defineProperty(_vi$data, 'TRANS_warning', 'Nếu bạn sử dụng chức năng "Chỉ ETH" hoặc "Chỉ ETC" trong việc gửi đi thông qua một hợp đồng thông minh. Những dịch vụ có chức năng chấp nhận các giao dịch. Đọc Thêm. '), _defineProperty(_vi$data, 'TRANS_advanced', 'Nâng Cao: Thêm Dữ Liệu '), _defineProperty(_vi$data, 'TRANS_data', 'Dữ Liệu: '), _defineProperty(_vi$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_vi$data, 'TRANS_sendInfo', 'Mỗi Giao dịch Phổ Thông sử dụng hết 21000 gas có giá tương đương 0.000441 ETH. Chúng tôi áp dụng giá Gas dành cho một giao dịch cao hơn so với mức tối thiểu là 0.000000021 ETH nhằm đảm bảo một giao dịch được diễn ra nhanh. Chúng tôi hoàn toàn không nhận được khoản tiền phát sinh nào từ phí giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Title', 'Giao Dịch "Chỉ ETH" Và "Chỉ ETC" '), _defineProperty(_vi$data, 'TRANSModal_Content_0', 'Một số lưu ý về sự khác biệt của từng loại giao dịch và sự khác biệt của từng dịch vụ: '), _defineProperty(_vi$data, 'TRANSModal_Content_1', '**ETH (Giao Dịch Phổ Thông): ** Phương pháp này mặc định rằng nó sẽ tạo giao dịch từ một địa chỉ gửi đến địa chỉ nhận khác và nó sẽ tiêu thụ hết 21000 gas. Theo giả thuyết thì bất kì số ETH gửi đi thông qua phương pháp này sẽ được thực hiện lại tương tự trên chuổi ETC. '), _defineProperty(_vi$data, 'TRANSModal_Content_2', '**Chỉ ETH: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETH**. '), _defineProperty(_vi$data, 'TRANSModal_Content_3', '**Chỉ ETC: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETC**. '), _defineProperty(_vi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Giao Dịch chỉ được thực hiện thông qua giao dịch phổ thông. Nếu bạn thực hiện thông qua hợp đồng "Chỉ", thì bạn cần phải liên hệ trực tiếp với nhân viên hỗ trợ của họ để họ tự thêm vào hoặc hoàn lại tiền cho bạn. [bạn cũng có thể thử với công cụ "chia tách" của Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_vi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** không có sự cố nào xảy ra khi thực hiện giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Yes', 'Tuyệt vời, Tôi dã hiểu. '), _defineProperty(_vi$data, 'TRANSModal_No', 'Tôi gặp gặp phải một vài vấn đề khó hiểu.Làm ơn giúp tôi hiểu rõ hơn. '), _defineProperty(_vi$data, 'OFFLINE_Title', 'Tạo và Gửi đối với giao dịch offline '), _defineProperty(_vi$data, 'OFFLINE_Desc', 'Tạo một giao dịch Offline sẽ được thực hiện với 3 bước. bạn sẽ hoàn thành bước 1 và 3 trên cùng 1 máy tính đang trong tình trạng online và thực hiện bước 2 trên một máy tính đang trong tình trạng offline/airgapped. Việc này sẽ đảm bảo Private Key của bạn không có bất cứ một liên kết nào với một thiết bị đang kết nối internet nào khác. '), _defineProperty(_vi$data, 'OFFLLINE_Step1_Title', 'Bước 1: Tạo Thông Tin (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step1_Button', 'Tạo Thông Tin '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_1', 'Địa Chỉ Gửi '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_2', 'Lưu ý: Đây phải là tài khoản gửi, không phải tài khoản đến. Nonce sẽ được tạo ra từ tài khoản có nguồn gốc. Nếu sử dụng máy tính có tình trạng airgapped, thì nó sẽ trở thành địa chỉ của tài khoản lưu trữ lạnh. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Title', 'Bước 2: Tạo Giao Dịch (Máy Tính Đang Offline) '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_1', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_2', 'Đơn vị / Tổng số gửi: '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3', 'Giá Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4', 'Giới hạn Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4b', '21000 măc định sẽ là số gas giới hạn. khi bạn gửi đi một hợp đồng hoặc thêm dữ liệu, việc này sẽ cần phải làm khác đi. Lượng Gas không được sử dụng sẽ hoàn trả cho bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6', 'Dữ Liệu '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6b', 'Đây là phần tùy chọn. Dữ liệu thường được sử dụng khi bạn gửi các giao dịch hợp đồng. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_7', 'Nhập / Chọn Private Key / JSON của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step3_Title', 'Bước 3: Gửi / Làm rõ Giao Dịch (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step3_Label_1', 'Dán chữ ký Giao Dịch được tạo từ Bước 2 vào đây và chọn nút "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_vi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_vi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_vi$data, 'NODE_Name', 'Node Name'), _defineProperty(_vi$data, 'NODE_Port', 'Node Port'), _defineProperty(_vi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_vi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_vi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_vi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_vi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_vi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_vi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_vi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_vi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_vi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_vi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_vi$data, 'SWAP_init_2', " for "), _defineProperty(_vi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_vi$data, 'SWAP_information', "Your Information "), _defineProperty(_vi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_vi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_vi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_vi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_vi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_vi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_vi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_vi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_vi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_vi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_vi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_vi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_vi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_vi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_vi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_vi$data, 'MSG_date', 'Date '), _defineProperty(_vi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_vi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_vi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_vi$data, 'MSG_message', 'Message '), _defineProperty(_vi$data, 'MSG_signature', 'Signature '), _defineProperty(_vi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_vi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_vi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_vi$data, 'ADD_Ledger_1', 'Kết Nối Với Ledger Wallet Của Bạn '), _defineProperty(_vi$data, 'ADD_Ledger_2', 'Mở Lên Ứng Dụng Của Ethereum (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Exp', 'Mở Lên Ứng Dụng Của Expanse (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Ubq', 'Mở Lên Ứng Dụng Của Ubiq (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_3', 'Xác nhận lại phần Hổ Trợ dành cho Trình Duyệt đã được kích hoạt trong mục Cài Đặt '), _defineProperty(_vi$data, 'ADD_Ledger_4', 'Nếu mục Hổ Trợ dành cho Trình duyệt không tìm thấy trong mục Cài Đặt, Xác nhận lại bạn đã có [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) hay chưa '), _defineProperty(_vi$data, 'ADD_Ledger_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_Ledger_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Wallet '), _defineProperty(_vi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Nano S '), _defineProperty(_vi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_scan', 'Kết nối với Digital Bitbox '), _defineProperty(_vi$data, 'DEP_generate', 'Tạo Bytecode '), _defineProperty(_vi$data, 'DEP_generated', 'Bytecode Đã Được Tạo '), _defineProperty(_vi$data, 'DEP_signtx', 'Chữ Ký Giao Dịch '), _defineProperty(_vi$data, 'DEP_interface', 'Đã Tạo Giao Diện '), _defineProperty(_vi$data, 'MYWAL_Nick', 'Tên Gọi Của Ví '), _defineProperty(_vi$data, 'MYWAL_Address', 'Địa Chỉ Ví '), _defineProperty(_vi$data, 'MYWAL_Bal', 'Số Dư '), _defineProperty(_vi$data, 'MYWAL_Edit', 'Chỉnh Sửa '), _defineProperty(_vi$data, 'MYWAL_View', 'Xem '), _defineProperty(_vi$data, 'MYWAL_Remove', 'Gỡ Bỏ '), _defineProperty(_vi$data, 'MYWAL_RemoveWal', 'Gỡ Bỏ Ví: '), _defineProperty(_vi$data, 'MYWAL_WatchOnly', 'Tài khoản theo dõi của bạn '), _defineProperty(_vi$data, 'MYWAL_Viewing', 'Xem Ví '), _defineProperty(_vi$data, 'MYWAL_Hide', 'Ẩn Thông Tin Ví '), _defineProperty(_vi$data, 'MYWAL_Edit_2', 'Chỉnh Sửa Ví '), _defineProperty(_vi$data, 'MYWAL_Name', 'Tên Ví '), _defineProperty(_vi$data, 'MYWAL_Content_1', 'Cảnh Báo! Bạn Muốn gỡ bỏ Ví của bạn '), _defineProperty(_vi$data, 'MYWAL_Content_2', 'Hãy chắc chắn bạn đã **Lưu giữ Private Key hoặc Tập Tin chứa định dạng Keystore và mật khẩu** Trước khi bạn gỡ bỏ nó. '), _defineProperty(_vi$data, 'MYWAL_Content_3', 'Nếu bạn muốn sử dụng địa chỉ Ví này với MyEtherWallet CX trong tương lai, bạn sẽ cần phải tự thêm vào lại bằng cách sử dụng tập tin Private Key / JSON và mật khẩu. '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. Bạn có thể muốn làm điều này để [nhập tài khoản của bạn vào Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Nếu bạn muốn kiễm tra số dư của bạn, chúng tôi khuyên bạn sử dụng một blockchain explorer như [etherscan.io] (https://etherscan.io/). '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle_Short', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_SuccessMsg', 'Đã Thành Công! Đây là thông tin chi tiết về Ví của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_vi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_vi$data, 'MNEM_1', 'Xin vui lòng, Chọn địa chỉ mà bạn muốn tương tác. '), _defineProperty(_vi$data, 'MNEM_2', 'Cụm từ dễ nhớ đó có thể truy nhập vào số địa chỉ Ví của bạn. Vui lòng chọn địa chỉ mà bạn muốn tương tác tại thời điểm này. '), _defineProperty(_vi$data, 'MNEM_more', 'Nhiều địa chỉ '), _defineProperty(_vi$data, 'MNEM_prev', 'Địa chỉ trước đó '), _defineProperty(_vi$data, 'CX_error_1', 'Bạn không có bất kỳ ví nào được lưu lại. Chọn Nút ["Thêm Ví"](/cx-wallet.html#add-wallet) để thêm ví! '), _defineProperty(_vi$data, 'CX_quicksend', 'Gửi Nhanh '), _defineProperty(_vi$data, 'ERROR_0', 'Vui lòng nhập số dư hợp lệ. '), _defineProperty(_vi$data, 'ERROR_1', 'Mật khẩu của bạn phải có ít nhất 9 ký tự. Hãy đảm bảo rằng nó là một mật khẩu mạnh. '), _defineProperty(_vi$data, 'ERROR_2', 'Lấy làm tiếc! Chúng tôi không nhận ra loại Định Dạng từ tập tin ví. '), _defineProperty(_vi$data, 'ERROR_3', 'Đây không phải là một tập tin ví hợp lệ. '), _defineProperty(_vi$data, 'ERROR_4', 'Đơn vị này không tồn tại, xin vui lòng sử dụng một trong những đơn vị sau đây '), _defineProperty(_vi$data, 'ERROR_5', 'Địa chỉ không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_6', 'Mật khẩu không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_7', 'Tổng số không hợp lệ. (Must be integer. Try 0-18.) '), _defineProperty(_vi$data, 'ERROR_8', 'Giới hạn gas không hợp lệ. (Must be integer. Try 21000-4000000.) '), _defineProperty(_vi$data, 'ERROR_9', 'Dữ liệu không hợp lệ. (Must be hex.) '), _defineProperty(_vi$data, 'ERROR_10', 'Tổng số gas không hợp lệ. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_vi$data, 'ERROR_11', 'Nonce không hợp lệ. (Must be integer.) '), _defineProperty(_vi$data, 'ERROR_12', 'Chữ ký giao dịch không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_13', 'Tên gọi này đã được sữ dụng. '), _defineProperty(_vi$data, 'ERROR_14', 'Không tìm thấy Ví. '), _defineProperty(_vi$data, 'ERROR_15', 'Trông có vẻ như một proposal ới số ID này chưa kết thúc hoặc đang có một lỗi xảy ra để đọc được proposal này. '), _defineProperty(_vi$data, 'ERROR_16', 'Đã có một ví với địa chỉ này đang tồn tại trong mục lưu trữ. Vui lòng kiễm tra trang ví của bạn. '), _defineProperty(_vi$data, 'ERROR_17', 'Bạn cần có ít nhất **0.01 ETH** trong tài khoản để thanh toán chi phí gas. Hãy thêm một số ether và thực hiện lại. '), _defineProperty(_vi$data, 'ERROR_18', 'Toàn bộ gas sẽ được sử dụng trong giao dịch này. Việc làm này có nghĩa là bạn đã bỏ phiếu cho đề xuất này hoặc kỳ hạn của cuộc tranh luận đã kết thúc. '), _defineProperty(_vi$data, 'ERROR_19', 'Biểu tượng không hợp lệ '), _defineProperty(_vi$data, 'ERROR_20', 'Không tồn tại trên hệ thống ERC-20 token. Nếu bạn phải chờ lâu. Xin vui lòng thử lại lần nữa!. '), _defineProperty(_vi$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_vi$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_vi$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_vi$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_vi$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_vi$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_vi$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_vi$data, 'ERROR_28', '**Bạn cần sử dụng tập tin chứa định dạng Keystore/JSON cùng với Mật khẩu hoặc Private Key của bạn** cho việc đăng nhập vào ví này trong tương lai. Hãy sao lưu và cất giữ nó cẩn thận tại kho lưu trữ của bạn! Không có cách nào đễ khôi phục Ví của bạn nếu bạn không sao lưu dữ liệu ví lại. Đọc Thêm [trang trợ giúp] (https://www.myetherwallet.com/#help) đễ được hướng dẫn cụ thể. '), _defineProperty(_vi$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_vi$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_vi$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_vi$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_vi$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_vi$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_vi$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_vi$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_vi$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_vi$data, 'SUCCESS_1', 'Địa Chỉ Hợp Lệ '), _defineProperty(_vi$data, 'SUCCESS_2', 'Ví đã được giải mã thành công '), _defineProperty(_vi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_vi$data, 'SUCCESS_4', 'Ví của bạn đã được thêm thành công: '), _defineProperty(_vi$data, 'SUCCESS_5', 'Tập Tin Được Chọn '), _defineProperty(_vi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_vi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_vi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_vi$data, 'GETH_InvalidSender', 'Sai người nhận '), _defineProperty(_vi$data, 'GETH_Nonce', 'Nonce quá thấp '), _defineProperty(_vi$data, 'GETH_Cheap', 'Gas quá thấp '), _defineProperty(_vi$data, 'GETH_Balance', 'Số dư tài khoản không đủ '), _defineProperty(_vi$data, 'GETH_NonExistentAccount', 'Tài khoản không tồn tại hoặc số dư không đủ '), _defineProperty(_vi$data, 'GETH_InsufficientFunds', 'Số dư không đủ thanh toán cho gas * Giá + Giá trị '), _defineProperty(_vi$data, 'GETH_IntrinsicGas', 'Số gas quá thấp '), _defineProperty(_vi$data, 'GETH_GasLimit', 'Số gas vượt mức giới hạn đối với một Block '), _defineProperty(_vi$data, 'GETH_NegativeValue', 'Cảnh báo xấu về lượng gas '), _defineProperty(_vi$data, 'PARITY_AlreadyImported', "Giao dịch có cùng đoạn hash đã được ghi nhận."), _defineProperty(_vi$data, 'PARITY_Old', "Nonce quá thấp để tạo một giao dịch, hãy thử lại bằng cách tăng số nonce."), _defineProperty(_vi$data, 'PARITY_TooCheapToReplace', "Phí giao dịch quá thấp. Đang có một giao dịch khác có cùng số nonce đang bị gián đoạn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_LimitReached', "Có quá nhiều giao dịch đang bị gián đoạn. Giao dịch của bạn sẽ bị ngắt nhằm đảm bảo mức giới hạn an toàn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientGasPrice', "Phí giao dịch quá thấp. Nó không đáp ứng được mức phí tối thiểu dành cho node của bạn (Tối thiểu: {}, bạn có: {}). Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientBalance', "Không đủ số dư. Bạn đang cố gắng gửi đi một giao dịch vs số dư bị thiếu. Số dư cần thiết {} và bạn có: {}."), _defineProperty(_vi$data, 'PARITY_GasLimitExceeded', "Phí giao dịch đang vượt quá mức giới hạn gas hiện tại. Giới hạn: {}, bạn có: {}. Hãy thử lại bằng cách giảm bớt số gas."), _defineProperty(_vi$data, 'PARITY_InvalidGasLimit', "Tổng số gas mà bạn sử dụng đang vượt mức giới hạn cho phép."), _defineProperty(_vi$data, 'translate_version', '0.3 '), _defineProperty(_vi$data, 'Translator_Desc', 'Chân Thành Cảm Ơn '), _defineProperty(_vi$data, 'TranslatorName_1', '[Phạm Thế Vũ](https://twitter.com/PhamTheVu3) · '), _defineProperty(_vi$data, 'TranslatorAddr_1', 'https://twitter.com/PhamTheVu3 '), _defineProperty(_vi$data, 'TranslatorName_2', '[và Ethereum Vietnam](https://www.ethereumvn.com) '), _defineProperty(_vi$data, 'TranslatorAddr_2', 'https://www.facebook.com/ethereumvietnam https://www.ethereumvn.com '), _defineProperty(_vi$data, 'TranslatorName_3', ''), _defineProperty(_vi$data, 'TranslatorAddr_3', ''), _defineProperty(_vi$data, 'TranslatorName_4', ''), _defineProperty(_vi$data, 'TranslatorAddr_4', ''), _defineProperty(_vi$data, 'TranslatorName_5', ''), _defineProperty(_vi$data, 'TranslatorAddr_5', ''), _defineProperty(_vi$data, 'HELP_Warning', 'Nếu bạn đã khởi tạo Ví -hoặc- đã tải về máy tập tin có chứa dữ liệu ví trước **Ngày 31 Tháng 12 năm 2015**, xin vui lòng kiễm tra lại dữ liệu Ví; dễ tải về phiên bản mới của tập tin Ví. Chi tiết xem tại. '), _defineProperty(_vi$data, 'HELP_Desc', 'Nếu bạn thấy có gì sai sót và có những câu hỏi nào khác cần được giải đáp. [Xin Liên Lạc Với Chúng Tôi](mailto:support@myetherwallet.com), và chúng tôi sẽ giải đáp những thắc mắc từ bạn, ngoài ra chúng tôi sẽ cập nhật lại trang web nhằm đem lại nhiều tiện lợi nhất có thể cho người sử dụng trong tương lai! '), _defineProperty(_vi$data, 'HELP_Remind_Title', 'Một số lưu ý! '), _defineProperty(_vi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, và các nền tảng khác từ Javascript libraries mà chúng tôi sử dụng đang được phát triển một cách tích cực.** Mặc dù toàn bộ đã được chúng tôi kiễm tra rất kỹ lưỡng và hàng chục nghìn địa chỉ Ví đã được tạo thành công từ người sử dụng trên toàn cầu, nhưng vẫn có những vấn đề có thể xảy ra làm cho ETH của bạn bị mất đi. Xin vui lòng không nên đầu tư với số tiền nhiều hơn khả năng mà bạn đã cho rằng nó sẽ mất và hãy luôn cẩn thận. Trong trường hợp rủi ro xảy ra, chung tôi rất chân thành xin lỗi. Tuy nhiên **Chúng tôi sẽ không chịu bất cứ một trách nhiệm nào đối với số lượng Ether mà bạn đã bị mất!**. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX không phải "Ví Web". Vì vậy bạn không tạo tài khoản sau đó gửi số Ether của bạn cho chúng tôi dễ giữ hộ. Toàn bộ Dữ liệu sẽ không bao giờ bị rò rỉ ra khỏi máy tính/trình duyệt của bạn. Chúng tôi xây dựng nó nhằm giúp người sử dụng có thể đễ dàng tạo mới, lưu trữ và truy cập thông tin Ví của bạn và tương tác với Blockchain. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_3', 'Nếu bạn không lưu lại Private key và mật khẩu của bạn, thì sẽ không có bất cứ một cách nào có thể khôi phục lại Ví và tài sản hiện đang chứa trong Ví. Bạn nên sao lưu dữ liệu Ví tại nhiều nơi và những thiết bị lưu trữ khác nhau! '), _defineProperty(_vi$data, 'HELP_0_Title', '0) Tôi mới sử dụng lần đầu tiên. Tôi phải làm gì? '), _defineProperty(_vi$data, 'HELP_0_Desc_1', 'MyEtherWallet giúp bạn có khả năng tạo Ví mới dùng dễ lưu trữ số lượng Ether của ban bởi chính mình, Ví được tạo ra không nằm trên bất cứ một sàn giao dịch nào. Quá trình tạo Ví điễn ra hoàn toàn trên máy tính cá nhân của bạn chứ không phải trên hệ thống máy chủ của chúng tôi. Do đó, khi bạn khởi tạo một Ví mới, **bạn chịu trách nhiệm hoàn toàn về vấn đề sao lưu dữ liệu đối với Ví được tạo**. '), _defineProperty(_vi$data, 'HELP_0_Desc_2', 'Khởi Tạo Một Ví Mới. '), _defineProperty(_vi$data, 'HELP_0_Desc_3', 'Sao Lưu Dữ Liệu Ví. '), _defineProperty(_vi$data, 'HELP_0_Desc_4', 'Xác thực rằng bạn có quyền truy cập vào ví mới này và hãy chắc chắn đã sao lưu tất cả các thông tin cần thiết. '), _defineProperty(_vi$data, 'HELP_0_Desc_5', 'Gửi Ether đến Ví mới này. '), _defineProperty(_vi$data, 'HELP_1_Title', '1) Làm thế nào dễ khởi tạo một Ví mới? '), _defineProperty(_vi$data, 'HELP_1_Desc_1', 'Đi đến trang "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_2', 'Đi đến trang "Thêm Ví" và chọn "Tạo Ví Mới" '), _defineProperty(_vi$data, 'HELP_1_Desc_3', 'Nhập một mật khẩu mạnh. Nếu bạn nghĩ có thể quên mật khẩu thì bạn nên lưu nó lại một nơi nào đó thật an toàn. bạn sẽ cần đến mật khẩu này dễ gửi đi một giao dịch. '), _defineProperty(_vi$data, 'HELP_1_Desc_4', 'Chọn "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_5', 'Ví của bạn sẽ được tạo ngay bây giờ. '), _defineProperty(_vi$data, 'HELP_2a_Title', 'Làm thế nào dễ sao lưu Ví? '), _defineProperty(_vi$data, 'HELP_2a_Desc_1', 'Bạn nên sao lưu tập tin Ví của bạn bên ngoài máy tính và tại nhiều nơi khác nhau - như trên USB hoặc/và một tờ giấy. '), _defineProperty(_vi$data, 'HELP_2a_Desc_2', 'Lưu lại địa chỉ Ví. Bạn có thể giữ nó cho chính mình hoặc chia sẽ nó cho bất cứ ai. Người khác có thể gửi Ether cho bạn thông qua địa chỉ Ví của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_3', 'Private key. Không được chia sẽ Private key cho bất cứ ai. Private key rất cần thiết khi bạn muốn truy cập vào Ví và Gửi đi một lượng Ether! hiện tại có 3 phiên bản lưu trữ dành cho Private Key: '), _defineProperty(_vi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_vi$data, 'HELP_2a_Desc_5', 'Bạn Có thể in Ví giấy nếu bạn sở hữu máy in. Ngoài ra, bạn có thể ghi lại Private key và địa chỉ Ví của bạn lên một tờ giấy. Hãy Cất giữ chúng tại một nơi an toàn, hãy ngắt kết nối hoàn toàn giữa máy tính và USB của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_vi$data, 'HELP_2b_Title', '2b) Làm thế nào dễ bảo mật Ví / offline / lưu trữ lạnh cùng với MyEtherWallet? '), _defineProperty(_vi$data, 'HELP_2b_Desc_1', 'Đến trang github của chúng tôi: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_vi$data, 'HELP_2b_Desc_2', 'Chọn vào ô `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_3', 'Chuyển tiếp tập tin zip đi đến máy tính airgapped. '), _defineProperty(_vi$data, 'HELP_2b_Desc_4', 'Giải nén tập tin Zip và nhấn kép chuột vào tập tin `index.html`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_5', 'Khởi tạo một Ví cá nhân mới cùng với một mật khẩu mạnh. '), _defineProperty(_vi$data, 'HELP_2b_Desc_6', 'Lưu giữ lại địa chỉ Ví vừa tạo. Lưu giữ lại các định dạng của Private key. Lưu giữ lại mật khẩu của bạn nếu bạn không hoàn toàn nhớ nó mãi mãi. '), _defineProperty(_vi$data, 'HELP_2b_Desc_7', 'Cất giữ tờ giáy mà bạn đã ghi lên / USB tại nhiều nơi riêng biệt. '), _defineProperty(_vi$data, 'HELP_2b_Desc_8', 'đi đến trang "Xem thông tin Ví" và gõ vào Private key của bạn / mật khẩu nhằm đảm bảo rằng nó hoàn toàn chính xác và truy cập vào Ví. kiễm tra lại mật khẩu mà bạn ghi lại trên giấy có giống nhau hay chưa. '), _defineProperty(_vi$data, 'HELP_3_Title', '3) Làm thế nào dễ xác minh và truy cập vào Ví mới được khởi tạo? '), _defineProperty(_vi$data, 'HELP_3_Desc_1', '**Trước khi bạn gửi số lượng Ether vô Ví mới của bạn**, bạn nên chắc chắn rằng bạn đã truy cập vào Ví thành công. '), _defineProperty(_vi$data, 'HELP_3_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_3', 'Bạn hãy đi đến trang MyEtherWallet.com "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_4', 'Chọn tập tin định dạng Ví của bạn -hoặc- sử dụng Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_3_Desc_5', 'Nếu Ví của bạn được mã hoá, ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_3_Desc_6', 'Chọn vào ô "Mở khoá Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_vi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_vi$data, 'HELP_4_Title', '4) Làm thế nào dễ gửi Ether từ Ví này sang Ví khác ? '), _defineProperty(_vi$data, 'HELP_4_Desc_1', 'Nếu như bạn dự định dễ chuyển một số lượng lớn Ether, bạn nên gửi đi một lượng nhỏ đến Ví của bạn dễ thử nghiệm, nhằm xác định chắc chắn tất cả chức năng đều hoạt động đúng như dự định. '), _defineProperty(_vi$data, 'HELP_4_Desc_2', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_4_Desc_3', 'Chọn tập tin Ví -hoặc- Private key của bạn dễ mở khoá cho Ví. '), _defineProperty(_vi$data, 'HELP_4_Desc_4', 'Nếu Ví của bạn đang trong tình trạng mã hoá,ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_4_Desc_5', 'Chọn vào nút "Mở Khoá Ví". '), _defineProperty(_vi$data, 'HELP_4_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4_Desc_9', 'Chọn vào "Khởi tạo Giao dịch". '), _defineProperty(_vi$data, 'HELP_4_Desc_10', 'Một cửa sổ thông báo sẽ hiện ra. Việc khởi tạo giao dịch này được thực hiện từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_4_Desc_11', 'Chọn vào nút màu xanh "Gửi giao dịch đi" phía dưới. '), _defineProperty(_vi$data, 'HELP_4_Desc_12', 'Một cửa sổ yêu cầu sẽ xuất hiện. Xác nhận lại số lượng cần gửi và địa chỉ đến. Sau đó chọn vào ô "Có, tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_4_Desc_13', 'Giao dịch của bạn sẽ được gửi đi. TX Hash sẽ xuất hiện trên màn hình. Bạn có thể chọn vào TX Hash dễ xem nó trên blockchain. '), _defineProperty(_vi$data, 'HELP_4CX_Title', '4) Làm thế nào dễ gửi đi Ether bằng cách sử dụng MyEtherWallet CX? '), _defineProperty(_vi$data, 'HELP_4CX_Desc_1', 'Trước tiên, bạn cần phải thêm Ví của bạn vào. Sau khi thực hiện xong, Bạn sẽ có 2 lựa chọn: Chức năng "Gửi Nhanh" từ biểu tượng nằm trên thanh công cụ tiện ích của Google Chrome hoặc chọn vào "Gửi Ether và Tokens" dễ đi đến trang trình duyệt. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_2', 'Gửi Nhanh '), _defineProperty(_vi$data, 'HELP_4CX_Desc_3', 'Chọn vào biểu tượng trên thanh tiẹn ích của Google Chrome. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_4', 'Chọn vào ô "Gửi Nhanh". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_5', 'Chọn vào Ví mà bạn muốn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_8', 'Chọn vào ô "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_9', 'Xác nhận lại số lượng cần gửi và địa chỉ đến. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_10', 'Điền vào mật khẩu của Ví bạn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_11', 'Chọn vào ô "Gửi giao dịch đi." '), _defineProperty(_vi$data, 'HELP_4CX_Desc_12', 'Sử dụng trang "Gửi Ether và Tokens" '), _defineProperty(_vi$data, 'HELP_5_Title', '5) Làm thế nào dễ kích hoạt MyEtherWallet.com với tính năng offline? '), _defineProperty(_vi$data, 'HELP_5_Desc_1', 'Bạn hãy kích hoạt MyEtherWallet.com trên máy tính của bạn thay thế cho việc chạy trên máy chủ của Github. Bạn có thể khởi tạo Ví mới hoàn toàn trong tình trạng offline và gửi giao dịch đi từ trang "Giao dịch Offline". '), _defineProperty(_vi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sẽ được chạy hoàn toàn trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_5_Desc_8', 'Trong trường hợp bạn chưa quen với việc sử dụng này, bạn cần nên giữ nguyên toàn bộ thư mục và chừa một phần dung lượng vừa đủ để chạy trang web, không chỉ riêng tập tin `index.html`. Không nên thử mở lên hoặc di chuyển bất cứ một tập tin nào trong thư mục. Nếu bạn lưu trữ một bản sao tập tin repo của MyEtherWallet, chúng tôi khuyên bạn nên lưu trữ tập tin nén nhằm chắc chắn các nội dung của thư mục được giữ nguyên. '), _defineProperty(_vi$data, 'HELP_5_Desc_9', 'Cũng như việc chúng tôi liên tục cập nhật MyEtherWallet.com, vì vậy chúng tôi khuyên bạn nên cập nhận định kì cho các tập tin đã Lưu của định dạng repo. '), _defineProperty(_vi$data, 'HELP_5CX_Title', '5) Làm sao dễ chúng tôi có thể cài đặt phần mở rộng từ repo thay vì từ cửa hàng ứng dụng của Chrome? '), _defineProperty(_vi$data, 'HELP_5CX_Desc_2', 'Chọn vào ô `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_3', 'Tại trình duyệt Google Chrome và tìm phần cài đặt của nó (Trong mục menu nằm trên góc phải cửa sổ). '), _defineProperty(_vi$data, 'HELP_5CX_Desc_4', 'chọn phần "Extensions" nằm bên trái. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_5', 'kiễm tra lại nút "Developer Mode" nằm trên cùng của trang. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_6', 'Chọn vào ô "Load unpacked extension...". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_7', 'Đưa chuột và chọn vào tập tin mà bạn vừa tải về và giải nén nó trước đó, nhấp vào nút "Select". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_8', 'Ứng dụng mở rộng không nên cho xuất hiện tại mục mở rộng và thanh ứng dụng mở rộng tại Google Chrome. '), _defineProperty(_vi$data, 'HELP_7_Title', '7) Làm thế nào dễ gửi token và thêm Token vào Ví? '), _defineProperty(_vi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) là cách tốt nhất dễ kiễm tra Token và số Token. '), _defineProperty(_vi$data, 'HELP_7_Desc_1', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_7_Desc_2', 'mở khoá Ví của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_3', 'Điền địa chỉ mà bạn cần gửi đến tại ô trống "Địa chỉ đến:" . '), _defineProperty(_vi$data, 'HELP_7_Desc_4', 'Điền số lượng Token mà bạn muốn gửi. '), _defineProperty(_vi$data, 'HELP_7_Desc_5', 'Chọn loại Token mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_7_Desc_6', 'Nếu bạn không thấy Token của bạn hiển thị trên trang chúng tôi: '), _defineProperty(_vi$data, 'HELP_7_Desc_7', 'Chọn vào "Custom". '), _defineProperty(_vi$data, 'HELP_7_Desc_8', 'Điền địa chỉ, tên, đơn vị số thập phân của loại Token mà bạn muốn. Chúng được cung cấp bởi các nhà phát triển Token và nó cũng cần thiết khi bạn "thêm vào dễ xem Token" trên Mist. '), _defineProperty(_vi$data, 'HELP_7_Desc_9', 'Chọn "Lưu". '), _defineProperty(_vi$data, 'HELP_7_Desc_10', 'Bạn có thể gửi token cũng như bạn sẽ nhìn thấy số dư của nó nằm ở khung bên cạnh. '), _defineProperty(_vi$data, 'HELP_7_Desc_11', 'Chọn "Khởi tạo giao dịch". '), _defineProperty(_vi$data, 'HELP_7_Desc_12', 'Một thông báo sẽ xuất hiện và xác thực rằng đây là việc khởi tạo giao dịch từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_13', 'Chọn vào nút màu xanh phía dưới "Gửi giao dịch đi". '), _defineProperty(_vi$data, 'HELP_7_Desc_14', 'Sau đó một thông báo sẽ xuất hiện. Xác thực lại số lượng Ether và địa chỉ đến. sau đó nhấn vào nút "Có, Tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_7_Desc_15', 'Giao dịch của bạn sẽ được Thực hiện. TXid sẽ hiển thị cho bạn. Bạn có thể chọn vào TXid và nhìn ấy giao dịch của bạn trên blockchain. '), _defineProperty(_vi$data, 'HELP_8_Title', '8) Những gì sẽ xảy ra nếu trang của chúng tôi bị sập? '), _defineProperty(_vi$data, 'HELP_8_Desc_1', 'MyEtherWallet không phải là Ví online. Bạn không cần phải đăng nhập và không có bất cứ gì được lưu lại trên máy chủ của chúng tôi. Đây chỉ đơn giản là một giao diện cho phép bạn tương tác với blockchain. '), _defineProperty(_vi$data, 'HELP_8_Desc_2', 'Nếu MyEtherWallet.com bị sập, bạn sẽ phải tìm một giải pháp khác (như là geth hoặc Ví Ethereum / Mist) dễ tiếp tục thực hiện giao dịch. Nhưng bạn không cần thiết phải "Mang" Ether của bạn ra khỏi MyEtherWallet bởi vì số Ether đó không nằm trong MyEtherWallet. Bởi vì số Ether đó đang nằm trong Ví Ethereum được khởi tạo thông qua trang của chúng tôi. '), _defineProperty(_vi$data, 'HELP_8_Desc_3', 'Bạn chỉ cần bỏ tập tin chứa định dạng mã hoá Private key của bạn vào và Geth/Mist sẽ tự động giải mã tập tin (mã hoá) trực tiếp bên trong geth / Ví Ethereum / Mist một cách dễ dàng. Xem câu hỏi #12. '), _defineProperty(_vi$data, 'HELP_8_Desc_4', 'Ngoài ra, Khả năng xảy ra vấn đề trang MyEtherWallet bị sập là rất khó. Cũng như việc chúng tôi không lưu trữ lại bất cứ dữ liệu gì vì vậy giá trị của nó sở hữu hoàn toàn bằng không. Nếu chúng tôi buộc phải tháo tên miền này xuống, thì toàn bộ sẽ vẫn còn, tồn tại và công khai trên trang [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Bạn có thể tải tập tin nén của nó và chạy nó trực tiếp trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Title', '8) Những gì sẽ xảy ra néu MyEtherWallet CX hoàn toàn biến mất? '), _defineProperty(_vi$data, 'HELP_8CX_Desc_1', 'Trước tiên, Toàn bộ dữ liệu đã được lưu trên máy tính của bạn, Chứ không phải ở máy chủ của chúng tôi. Chúng tôi biết rằng bạn sẽ dễ nhầm lẫn, nhưng khi bạn nhìn vào kho tiện ích của Chrome, bạn sẽ không tìm thấy được những gì hiện đang được lưu trên máy chủ của chúng tôi - Bởi vì toàn bộ đều được lưu trên chính máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_2', 'Điều đó cho thấy tầm **quan trọng** đối với việc sao lưu toàn bộ thông tin và dữ liệu Ví mới được khởi tạo từ bạn tại trang MyEtherWallet CX. Và việc sao lưu dữ liệu là cách dự phòng tốt khi những vấn đề xấu có thể xảy ra đối với MyEtherWallet CX hoặc máy tính của bạn, và nó giúp bạn có toàn bộ thông tin cần thiết dễ bạn có thể truy cập vào Ví và quản lý được số Ether của bạn. xem lại phần #2a dễ rõ hơn về cách sao lưu dữ liệu. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_3', 'Nếu vì một lý do bất kì buộc MyEtherWallet CX không tồn tại trên kho tiện ích của Chrome, bạn có thể tìm thấy mã nguồn trên Github và tải về máy của bạn. Xem phần #5 ở trên. '), _defineProperty(_vi$data, 'HELP_9_Title', '9) Có phải trang "Gửi Ether" là trang offline? '), _defineProperty(_vi$data, 'HELP_9_Desc_1', 'Không. Nó cần kết nối internet dễ xác định được giá Gas hiện tại, nonce của tài khoản, và phát tán các dữ liệu dễ xác thực các giao dịch (không "gửi" nó đi). Tuy nhiên, nó chỉ gửi đi khi giao dịch của bạn được ký từ chính bạn. Private key của bạn hoàn toàn an toàn từ bạn. hiện nay, chúng tôi có hỗ trợ thêm chức năng "Giao dịch Offline" dễ bạn có thể đảm bảo Private key của bạn đang trong tình trạng offline/airgapped của máy tính trong bất cứ lúc nào. '), _defineProperty(_vi$data, 'HELP_10_Title', '10) Làm thế nào dễ tạo giao dịch Offline? '), _defineProperty(_vi$data, 'HELP_10_Desc_1', 'Đi đến trang "Giao dịch Offline" thông qua máy tính đang online. '), _defineProperty(_vi$data, 'HELP_10_Desc_2', 'Điền vào "Địa chỉ gửi". Lưu ý, đây là địa chỉ mà bạn dùng dễ gửi, không phải là địa chỉ đến. và nó sẽ khởi tạo nonce và xác định giá Gas hiện tại. '), _defineProperty(_vi$data, 'HELP_10_Desc_3', 'Sau đó, chuyển đến máy tính Offline của bạn. Điền vào "Địa chỉ đến" và "Số cần gửi" mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_10_Desc_4', 'Điền vào "Giá Gas" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_5', 'Điền vào "NONCE" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_6', 'Sau đó "Giới hạn GAS" sẽ được mặc định với số gas là 21000. Điều này sẽ khởi tạo một giao dịch thông thường. Nếu bạn gửi đi một hợp đồng hoặc bổ sung thêm dữ liệu vối với giao dịch của bạn, bạn cần phải tăng lên số Giới hạn gas và bất kì gas dư thừa sẽ được hoàn trả lại cho bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_7', 'Nếu bạn muốn, Thêm vào một số dữ liệu. Nếu bạn điền dữ liệu vào, bạn sẽ cần số Giới hạn gas nhiều hơn số 21000 được mạc định ban đầu. Tất cả dữ liệu đều ở định dạng HEX . '), _defineProperty(_vi$data, 'HELP_10_Desc_8', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_10_Desc_9', 'nhấn vào nút "Khởi tạo Chữ Ký cho giao dịch". '), _defineProperty(_vi$data, 'HELP_10_Desc_10', 'Các trường dữ liệu phía dưới nút này sẽ dùng dễ chứng thực chữ ký cho giao dịch của bạn. Cóp hết đoạn dữ liệu này và chuyển đến máy tính online của bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_11', 'Trên máy tính online của bạn, bạn hãy dán chữ ký giao dịch vào khung điền văn bản tại bước #3 và chọn nút "Gửi Ether". Việc làm này sẽ phát sóng đi giao dịch của bạn. '), _defineProperty(_vi$data, 'HELP_12_Title', '12) Làm thế nào dễ tôi sử dụng Ví được khởi tạo từ MyEtherWallet trên geth / Ví Ethereum / Mist? '), _defineProperty(_vi$data, 'HELP_12_Desc_1', 'Bạn phải sử dụng tập tin chứa định dạng JSON dành cho Geth/Mist từ MyEtherWallet v2+.... '), _defineProperty(_vi$data, 'HELP_12_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_3', 'Mở khoá Ví và sử dụng định dạng **mã hoá** private key của bạn hoặc tập tin chứa định dạng JSON. '), _defineProperty(_vi$data, 'HELP_12_Desc_4', 'Đi đến trang "Ví Của Tôi". '), _defineProperty(_vi$data, 'HELP_12_Desc_5', 'Chọn Ví mà bạn muốn dùng dễ sử dụng trên Mist, chon vào biểu tượng "Xem", Điền mật khẩu của bạn, và đăng nhập vào Ví của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_6', 'Tìm phần "Tải về định dạng JSON - định dạng Geth/Mist (Mã hoá)". Nhấn vào nút "Tải về máy" nằm phía dưới. Bây giờ bạn đã sở hữu định dạng Keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_7', 'Truy cập Ví trên ứng dụng Ví Ethereum. '), _defineProperty(_vi$data, 'HELP_12_Desc_8', 'Tại thanh Menu, bạn chọn như sau "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_vi$data, 'HELP_12_Desc_9', 'Bạn sẽ mở thư mục keystore của bạn ra. Sao chép tập tin mà bạn đã tải về máy (`UTC--2016-04-14......../`) vào trong thư mục keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_10', 'Tài khoản của bạn sẽ hiển thị ngay dưới phần "Accounts." '), _defineProperty(_vi$data, 'HELP_12_Desc_11', 'Sử dụng Private key không mã hóa của bạn... '), _defineProperty(_vi$data, 'HELP_12_Desc_12', 'Nếu bạn chưa sở hữu private key không mã hoá , hãy đi đến trang "Xem thông tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_13', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_12_Desc_14', 'Sao chép Private Key (không mã hoá) của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_15', 'Nếu bạn sử dụng máy MAC: '), _defineProperty(_vi$data, 'HELP_12_Desc_15b', 'Nếu bạn sử dụng máy PC: '), _defineProperty(_vi$data, 'HELP_12_Desc_16', 'Mở phần Text Edit và dán private key này vào. '), _defineProperty(_vi$data, 'HELP_12_Desc_17', 'Tại thanh menu bạn hãy chọn "Format" -> "Make Plain Text". '), _defineProperty(_vi$data, 'HELP_12_Desc_18', 'Lưu tập tin này trên `desktop/` của bạn như `nothing_special_delete_me.txt`. chắc chắn rằng nó được khai báo "UTF-8" và " Nếu không có phần mở rộng được cung cấp sử dụng .text" và lưu vào dialog. '), _defineProperty(_vi$data, 'HELP_12_Desc_19', 'Mở terminal và dùng câu lệnh như sau: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_20', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_21', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_22', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_12_Desc_23', 'Mở mục Notepad & dán private key vào '), _defineProperty(_vi$data, 'HELP_12_Desc_24', 'Lưu tập tin lại với tên như sau `nothing_special_delete_me.txt` tại ổ đĩa `C:` '), _defineProperty(_vi$data, 'HELP_12_Desc_25', 'Sử dụng câu lệnh, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_26', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_27', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_28', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_vi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_vi$data, 'HELP_14_Title', '14) Một số trang khi khởi tạo Private key thông qua việc di chuyển con trỏ chuột máy tính trên màn hình. MyEtherWallet.com không làm theo cách này. Các ký tự Private key được tạo ra trên trang MyEtherWallet một cách an toàn nhất? '), _defineProperty(_vi$data, 'HELP_14_Desc_1', 'Mặc dù chúng tôi hiểu với việc di chuyển chuột xung quanh màn hình như vậy sẽ khá thú vị, nhưng thực tế window.crypto sẽ đảm bảo việc tạo ra những "dữ liệu ngẫu nhiên" hơn đối với việc di chuyển chuột. Việc di chuyển chuột như vậy không phải là không an toàn, nhưng thông qua rất nhiều những thử nghiệm về mật mã khác thì chúng tôi hoàn toàn tin tưởng vào window.crypto. Ngoài ra, MyEtherWallet.com còn được sử dụng trên những thiết bị cảm ứng. Đây là [Cuộc tranh cải tức giận giữa một redditor và Vitalik Buterin Liên quan đến vấn đề Di chuyển con chuột với window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_vi$data, 'HELP_15_Title', '15) Vì sao tài khoản của tôi vừa tạo lại không tồn tại trên Blockchain Explorer? (bao gồm: etherchain, etherscan) '), _defineProperty(_vi$data, 'HELP_15_Desc_1', 'Tài khoản của bạn chỉ tồn tại duy nhất trên một Blockchain Explorer và tài khoản được kích hoạt khi bởi chính nó khi bạn dùng tài khoản đó và chuyển Ether vào tức khắc tài khoản sử dụng sẽ hiển thị trên hệ thống Blockchain Explorer thích hợp. '), _defineProperty(_vi$data, 'HELP_16_Title', '16) Làm thế nào dễ kiễm tra số dư hiện tại của tài khoản? '), _defineProperty(_vi$data, 'HELP_16_Desc_1', 'Bạn có thể sử dụng Blockchain Explorer dễ kiễm tra, Ví dụ: [etherscan.io](https://etherscan.io/). Dán địa chỉ của bạn vào khung tìm kiếm và nó sẽ hiển thị tài khoản của bạn và toạn bộ lịch sữ giao dịch đã thực hiện đối với địa chỉ này. Ví Dụ: Đây là địa chỉ của chúng tôi [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) được trông thấy trên etherscan.io '), _defineProperty(_vi$data, 'HELP_17_Title', '17) Tại sao số dư tài khoản của tôi không hiển thị khi tôi truy cập vào tài khoản? '), _defineProperty(_vi$data, 'HELP_17_Desc_1', 'Vấn đề này rất có thể xảy ra nếu như máy tính của bạn đang kích hoạt tường lửa. Các API mà chúng tôi sử dụng nhằm tải xuống số Dư của hiện có của tài khoản và chuyển đổi số dư thường bị chặn bởi tường lửa bởi bất kì lý do nào. Nhưng bạn vẫn có thể gửi đi các giao dịch và bạn chỉ cần sử dụng một phương pháp khác dễ kiễm tra số dư của bạn hiện tại trước và sau khi giao dịch được thực hiện, ví dụ: etherscan.io '), _defineProperty(_vi$data, 'HELP_18_Title', '18) Tập tin chứa định dạng Geth của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Title', '19) Tập tin chứa dịnh dạng Mist của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Desc_1', 'Tập tin chứa định dạng dành cho Ví mist nằm ở mục the file locations phía trên, nó rất đễ dàng dễ mở Mist, Chọn "Accounts" hàng đầu tiên của thanh công cụ, chọn "Backup", và chọn "Accounts". Nó sẽ mở ra thư mục hiện tại đang lưu trữ tập tin định dạng Ví của bạn. '), _defineProperty(_vi$data, 'HELP_20_Title', '20) Tập tin Pre-sale cho Ví của tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_20_Desc_1', 'Cho dù bạn lưu trữ nó ở đâu. ;) nó cũng đều được gửi đến email của bạn, vì vậy hãy kiễm tra email. Kiếm tập tin mang tên `"ethereum_wallet_backup.json"` và sau đó chọn tập tin này. Tập tin Ví này thường đc mã hoá bởi một mật khẩu khi bạn khởi tạo nó trong lúc bạn thanh toán trong thời gian pre-sale. '), _defineProperty(_vi$data, 'HELP_21_Title', '21) có thể xảy ra trường hợp có một cá nhân nào đó sử dụng ngẫu nhiên một Private key dễ thấy được số dư tài khoản của một người khác và chuyển số Ether đó vào địa chỉ mà cá nhân dó sở hữu hay không? '), _defineProperty(_vi$data, 'HELP_21_Desc_1', 'Đối với phiên bản ngắn: Điều đó có thể xảy ra, nhưng việc chọn ngẫu nhiên dễ nhằm tìm kiếm một tài khoản chứa Ether là một việc làm mất rất nhiều thời gian và cũng có thể mất cả vài chục năm dễ đạt được mục đích đó. bởi vậy trường hợp này được coi là rất khó dễ xảy ra. '), _defineProperty(_vi$data, 'HELP_21_Desc_2', 'Phiên bản dài ELI5: Bởi vậy Ethereum được dựa trên [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), Đặc biệt là [Mật mã đường cong Elliptic](https://eprint.iacr.org/2013/734.pdf) Được sử dụng rất rộng rãi, không chỉ duy nhất ở Ethereum. Hầu hết các Server được bảo vệ thông qua ECC. Bitcoin cũng tương tự, cũng giống như SSH và TLS và rất nhiều thứ khác. Mã khoá của Ethereum cụ thể bao gồm 256-bit ký tự, Đoạn mã đó dài và khó đoán hơn đoạn mã 128-bit và 192-bit, mặc dù 128-bit và 192-bit hiện cũng được dùng khá rộng rãi và vẫn được nhận định là rất bảo mật từ các chuyên gia. '), _defineProperty(_vi$data, 'HELP_21_Desc_3', 'Tại đây bạn đang sở hữu private key và public key. private key có thể dùng thay thế cho public key, nhưng public key không thể dùng nhằm thay thế và dùng dễ phục hồi lại private key. Thực tế trên internet và các dữ liệu cần được bảo mật của thế giới đang sử dụng loại mật mã học này, có nghĩa nếu một cách nào đó nhằm dùng public key dễ phục hồi lại private key, Thì lượng Ether mà bạn bị đánh cắp nó không phải là vấn đề lớn so với nhiều vấn đề mang tính quan trọng rất lớn của những tổ chức tài chính và chính phủ trên toàn cầu. '), _defineProperty(_vi$data, 'HELP_21_Desc_4', 'Hiện tại chỉ khẳng định rằng nếu ai đó sở hữu được Private key của bạn thì thực sự họ mới có khả năng chuyển số Ether trong tài khoản của bạn đi được. Giống như nếu ai đó có được mật khẩu email của bạn, họ có thể đọc và gửi email, hoặc mật khẩu tài khoản ngân hàng của bạn, họ mới có thể đánh cắp tiền của bạn đi được. Bạn có thể tải về định dạng Keystore bởi vì nó là định dạng đã mã hoá dữ liệu từ Private key của bạn cùng với mật khẩu giải mã khác. Trường hợp này giống như hiện tại bạn đang có một mật khẩu A nhưng được bảo vệ bởi một mật khẩu B khác và nó giúp tài khoản của bạn càng khó bị đánh mất hơn. '), _defineProperty(_vi$data, 'HELP_21_Desc_5', 'Vẫn có thẻ xảy ra, theo lý thuyết thì bạn sẽ sử dụng một chuỗi gồn 64 ký tự cho đến khi bạn nhận được một kết quả đúng. Thực tế, một cá nhân thông minh có thể lập trình lên một chương trình rà kết quả đúng với Private key của bạn một cách nhanh chóng. Trường hợp này giống như "brute-forcing" hoặc "mining" private keys. Nhưng viêc làm này vẫn mất rất nhièu thời gian và rất khó. Cùng với một hệ thống Server công nghệ cao, họ có khả năng dò ngẫu nhiên 1 triệu ký tự / giây. Tuy nhiên, Việc kiễm tra ngẩu nghiên này nhằm mang lại quyền đột nhập vào tài khoản của bạn sẽ phải mất một lượng chi phí rất cao đễ duy trì hệ thống Server của họ - và dễ rà soát cho đến khi hoàn toàn chính xác được Private key của bạn thì có lẽ cá nhân đó đã già vì phải mất cả gần trăm năm dễ cho ra kết quả chính xác. '), _defineProperty(_vi$data, 'HELP_21_Desc_6', 'Nếu bạn hiểu toàn bộ về Bitcoin, [Điều này có thể xem qua tại:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Nhằm làm rõ cho việc: Cho rằng mỗi satoshi của mỗi bitcoin từng được tạo ra đã gửi đến nó những private key được nó sở hữu mà không có trường hợp khác thay thế. Xác xuất dễ có một mã khoá bị trùng lặp tại hai địa chỉ khác nhau là một trong 100 quintillion, bởi vậy được coi là hoàn toàn không thể. '), _defineProperty(_vi$data, 'HELP_21_Desc_7', '[Nếu bạn cần một phương pháp bảo mật cao hơn có thể tham khảo:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Đối với đoạn mã của Private thì hầu như những công nghệ tiên tiến trên máy tính của bạn chỉ là vô nghĩa, vì khi người nào đó muốn dò ngẫu nhiên nó thì họ không cần thiết phải tấn công vào thiết bị của bạn. Nhưng đối với một mã khoá 265-bit sẽ bất khả thi đối với việc làm trên trừ khi máy tính của họ được xây dựng bởi một cái gì đó khác biệt và cực kì tiên tiến thì mới rà được và cho ra kết quả tốt nhất và trường hợp này sẽ cần rất rất nhiều thời gian và những công nghệ đó có lẽ còn phải mất rất nhiều thời gian trong tương lai dễ nghiên cứu . '), _defineProperty(_vi$data, 'HELP_21_Desc_8', 'Tất cả những giả đinh trên nhằm xác định rõ đoạn mã được tạo ra một cách hoàn toàn ngẫu nhiên. các mã khoá được tạo ra ở đây đáp ứng các tiêu chí, mà có thể tương tích đc với Jaxx và Mist/Geth. Ví Ethereum là tất cả những gì tuyệt vời nhất. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_vi$data, 'HELP_SecCX_Title', 'Bảo mật - MyEtherWallet CX '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_1', 'Những thông tin dữ liệu được kho tiện ích lưu trữ ở đâu? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_2', 'Các thông tin dữ liệu được lưu trữ tại kho tiện ích của trình duyệt Chrome thông qua [chrome.storage](http://chrome.storage/). - Đây cũng là nơi mà mật khẩu của bạn được lưu trữ khi bạn chọn cài đặt lưu lại mật khẩu ở trình duyệt Chrome. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_3', 'Những loại thông tin nào sẽ được lưu trữ? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_4', 'Địa chỉ, tên gọi và Private key sẽ được lưu trữ tại chrome.storage. Private key sẽ được mã hoá và sử dụng mật khẩu mà bạn thiết lập trong lúc bạn đang thực hiện thêm Ví nhưng địa chỉ Ví và tên Ví thì không bị mã hoá. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_5', 'Vì sao địa chỉ và tên gọi lại không cần thiết mã hoá? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_6', 'Nếu chúng tôi mã hoá chúng, thì bạn phải điền mật khẩu khi bạn muốn xem số dư hiện tại của tài khoản bạn và xem tên gọi của tài khoản đó. Nếu như bạn cảm thấy đáp ứng nhu cầu bạn đã nêu, Chúng tôi cung cấp thêm lựa chọn khác dành cho bạn đó là MyEtherWallet.com thay vì phải sử dụng Chrome Extension. '), _defineProperty(_vi$data, 'HELP_Sec_Title', 'Bảo Mật '), _defineProperty(_vi$data, 'HELP_Sec_Desc_1', 'Nếu câu hỏi đầu tiên mà bạn đặt ra đó là "Vì sao tôi phải tin vào những người tạo ra trang này?", thì đó là một câu hỏi tốt. Hi vọng rằng những thông tin sau đây sẽ làm giảm bớt sự lo ngại từ phía bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_2', 'Chúng tôi đã bất đầu đưa trang của chúng tôi ra thị trường vào tháng 8 năm 2015. Nếu bạn tìm kiếm trên nguồn ["myetherwallet" tại reddit](https://www.reddit.com/search?q=myetherwallet), bạn sẽ thấy được lượng người hiện tại đang sử dụng và sự thành công của trang myetherwallet. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_3', 'Chúng tôi không dùng trang này nhằm mục đích sử dụng tiền của bạn hoặc đánh cắp các Private key của bạn. Và trên trang của chúng tôi hoàn toàn không xuất hiện mã độc. Trong thực tế tại trang "Tạo Ví" là hoàn toàn được thực hiện từ người sử dụng. Việc này có nghĩa tất cả các đoạn mã và mật khẩu sẽ được thực hiện hoàn toàn trên **Máy tính cá nhân của bạn** và nó hoàn toàn không lưu lại hoặc chuyển đi bất cứ một dữ liệu nào ra khỏi máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_4', 'Hãy kiễm tra URL -- Trang của chúng tôi được cung cấp thông qua Github và bạn có thể kiễm tra lại toàn bộ mã nguồn ở đây: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) đến các tên miền: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_vi$data, 'HELP_Sec_Desc_5', 'Đối với việc khởi tạo Ví, bạn có thể tải về [Mã nguồn](https://github.com/kvhnuke/etherwallet/releases/latest). Xem phần #5 phía trên. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_6', 'Bạn hãy cho chạy thử đễ kiễm tra lại toàn bộ hoạt động của nó. Cách đơn giản nhất đễ bạn kiễm tra là nhấn chuột phải vào trang của chúng tôi vào chọn mục "inspect element". đi đến mục "Network". Khởi tạo thử một Ví. Lúc này bạn sẽ thấy được các hoạt động của hệ thống sẽ diễn ra như thế nào. Bạn sẽ thấy được dữ liệu sau: image/gif và image/png. Nó chính là mã QR đã được khởi tạo...trên máy tính của bạn. Và không có một dung lượng dữ liệu nào được chuyển ra khỏi máy của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_8', 'Nếu bạn cảm thấy không an tâm khi sử dụng công cụ của chúng tôi, bạn có quyền không sử dụng nó. Chúng tôi tạo ra ứng dụng này nhằm giúp người sử dụng dễ dàng tạo Ví mới và lập giao dịch mà không cần dùng đến những câu lệnh trên Terminal hoặc tải về đầy đủ các node. Một lần nữa xin nhắc lại, bạn hoàn toàn có thể ngưng sử dụng và báo lại với chúng tôi nếu bạn có một mối quan ngại nào đó, chúng tôi sẽ chịu trách nhiệm chỉnh sửa hoặc giải đáp thắc mắc từ nơi bạn một cách sớm nhất có thể. Xin Chân Thành Cảm Ơn! '), _defineProperty(_vi$data, 'HELP_FAQ_Title', 'Lời giãi đáp cho những câu hỏi thường gặp: '), _defineProperty(_vi$data, 'HELP_Contact_Title', 'Những cách đễ liên lạc với chúng tôi:'), _vi$data); +}, _defineProperty(_vi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_vi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_vi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_vi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_vi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_vi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_vi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_vi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_vi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_vi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_vi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_vi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_vi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_vi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_vi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_vi$data, 'x_ReadMore', 'Read More'), _defineProperty(_vi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_vi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_vi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_vi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_vi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_vi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_vi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_vi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_vi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_vi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_vi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_vi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_vi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_vi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_vi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_vi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_vi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_vi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_vi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_vi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_vi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_vi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_vi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_vi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_vi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_vi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_vi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_vi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_vi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_vi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_vi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_vi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_vi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_vi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_vi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_vi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_vi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_vi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_vi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_vi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_vi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_vi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_vi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_vi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_vi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_vi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_vi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_vi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_vi$data, 'NAV_AddWallet', 'Thêm Ví '), _defineProperty(_vi$data, 'NAV_BulkGenerate', 'Tạo Nhiều Ví '), _defineProperty(_vi$data, 'NAV_Contact', 'Liên Hệ '), _defineProperty(_vi$data, 'NAV_Contracts', 'Hợp Đồng '), _defineProperty(_vi$data, 'NAV_DeployContract', 'Phát Triển Hợp Đồng '), _defineProperty(_vi$data, 'NAV_ENS', 'ENS'), _defineProperty(_vi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_vi$data, 'NAV_GenerateWallet', 'Tạo Ví '), _defineProperty(_vi$data, 'NAV_Help', 'Trợ Giúp '), _defineProperty(_vi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_vi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_vi$data, 'NAV_MyWallets', 'Ví Của Tôi '), _defineProperty(_vi$data, 'NAV_Offline', 'Giao Dịch Offline '), _defineProperty(_vi$data, 'NAV_SendEther', 'Gửi Ether và Tokens '), _defineProperty(_vi$data, 'NAV_SendTokens', 'Gửi Token '), _defineProperty(_vi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_vi$data, 'NAV_Swap', 'Swap '), _defineProperty(_vi$data, 'NAV_ViewWallet', 'Thông Tin Ví '), _defineProperty(_vi$data, 'NAV_YourWallets', 'Ví Của Bạn '), _defineProperty(_vi$data, 'x_Access', 'Access '), _defineProperty(_vi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bạn có thể xem đây là Địa chỉ ví cá nhân của bạn. Bạn có thể gửi "Địa chỉ ví" này đến người mà bạn muốn nhận ETH từ họ. Biểu tượng bên cạnh giúp việc nhận dạng "Địa chỉ ví" của bạn dễ dàng hơn. '), _defineProperty(_vi$data, 'x_Address', 'Địa Chỉ Của Bạn '), _defineProperty(_vi$data, 'x_Cancel', 'Huỷ '), _defineProperty(_vi$data, 'x_CSV', 'Định Dạng CSV (Không mã hoá) '), _defineProperty(_vi$data, 'x_Download', 'Tải Về Máy '), _defineProperty(_vi$data, 'x_Json', 'Định Dạng JSON (Không mã hoá) '), _defineProperty(_vi$data, 'x_JsonDesc', 'Định Dạng JSON là một tập tin chứa dữ liệu ví chưa được mã hoá của Private Key. Bạn có thể đăng nhập vào ví của bạn bằng việc sử dụng định dạng JSON mà không cần đến mật khẩu. Vì vậy, bất kỳ người nào sở hữu định dạng JSON của bạn thì họ đều có khả năng đăng nhập vào ví của bạn mà không cần đến mật khẩu. '), _defineProperty(_vi$data, 'x_Keystore', 'Định Dạng Keystore (UTC / JSON) (Đã mã hoá. Định Dạng này sử dụng cho Mist) '), _defineProperty(_vi$data, 'x_Keystore2', 'Định Dạng Keystore (UTC / JSON) '), _defineProperty(_vi$data, 'x_KeystoreDesc', 'Định dạng Keystore là tập một tin chứa dữ liệu ví đã được mã hoá của Private Key và sử dụng cho Mist. Do đó bạn có thể dễ dàng bỏ nó vào bên trong Mist và tiếp tục sử dụng ví của bạn. Đây là một tập tin được đề xuất nhằm sao lưu dữ liệu ví cá nhân. '), _defineProperty(_vi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_vi$data, 'x_Mnemonic', 'Cụm từ dễ nhớ '), _defineProperty(_vi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_vi$data, 'x_Password', 'Mật Khẩu '), _defineProperty(_vi$data, 'x_Print', 'Tạo Ví Giấy '), _defineProperty(_vi$data, 'x_PrintDesc', 'Mẹo: kích chuột trái vào nút "In Ví" sau đó chọn "Save this as a PDF" đễ lưu nó thành định dạng PDF trên máy tính của bạn nếu bạn không sở hữu máy in cá nhân! '), _defineProperty(_vi$data, 'x_PrintShort', 'In Ví '), _defineProperty(_vi$data, 'x_PrivKey', 'Private Key (Không mã hoá) '), _defineProperty(_vi$data, 'x_PrivKey2', 'Private Key '), _defineProperty(_vi$data, 'x_PrivKeyDesc', 'Đây là một đoạn dữ liệu có định dạng bằng văn bản không bị mã hoá và nó chính là private key của bạn. Nếu người nào sở hữu Private Key của bạn thì họ có thể truy cập vào ví của bạn mà không cần đến mật khẩu. Vì vậy, Chúng tôi khuyên bạn nên dùng phiên bản có định dạng đã được mã hoá. '), _defineProperty(_vi$data, 'x_Save', 'Lưu '), _defineProperty(_vi$data, 'x_TXT', 'Định Dạng TXT (Không mã Hoá) '), _defineProperty(_vi$data, 'x_Wallet', 'Ví '), _defineProperty(_vi$data, 'MEW_Warning_1', 'Chú Ý! kiễm tra cẩn thận URL trước khi bạn muốn đăng nhập vào ví hoặc tạo một ví mới. Cảnh giác cao đối với những trang web lừa đảo! '), _defineProperty(_vi$data, 'CX_Warning_1', 'Hãy chắc chắn rằng bạn đã thực hiện việc sao lưu dữ liệu cho những ví bạn đang sử dụng tại đây. Nhiều khả năng có thể xảy ra sẽ dẩn đến việc mất đi dữ liệu mà bạn lưu tại phần mở rộng của Chrome (bao gồm việc gỡ bỏ cài đặt và cài đặt lại các phần mở rộng). Phần mở rộng này là cách dễ dàng đễ truy cập vào ví của bạn, nhưng nó không phải là nơi đễ bạn sao lưu dữ liệu. '), _defineProperty(_vi$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_vi$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_vi$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_vi$data, 'FOOTER_1b', 'Nhà Phát Triển: '), _defineProperty(_vi$data, 'FOOTER_2', 'Quyên Góp & Ủng Hộ Vào "Quỹ Phát Triển" Từ Bạn Là Một Hành Động Đáng Trân Trọng: '), _defineProperty(_vi$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_vi$data, 'FOOTER_4', 'Những Điều Cần Lưu Ý '), _defineProperty(_vi$data, 'sidebar_AccountInfo', 'Thông Tin Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountAddr', 'Địa Chỉ Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountBal', 'Số Dư Tài Khoản '), _defineProperty(_vi$data, 'sidebar_TokenBal', 'Số Dư Token '), _defineProperty(_vi$data, 'sidebar_Equiv', 'Giá Trị Tương Đương '), _defineProperty(_vi$data, 'sidebar_TransHistory', 'Lịch Sử Giao Dịch '), _defineProperty(_vi$data, 'sidebar_donation', 'MyEtherWallet là một ứng dụng miễn phí được xây dựng trên mã nguồn mở nhằm bảo vệ quyền riêng tư và sự bảo mật của người sử dụng. các khoản quyên góp mà chúng tôi nhận được sẽ giúp chúng tôi có cơ hội dành nhiều thơi gian hơn cho việc lắng nghe những phản hồi từ người sử dụng nhằm tạo ra những ứng dụng mới nhằm đáp ứng những mong muốn từ người sử dụng. Chúng tôi hiện tại là hai cá nhân đang cố gắng làm cho thế giới ngày một tốt hơn. Hãy cùng chung giúp chúng tôi '), _defineProperty(_vi$data, 'sidebar_donate', 'Quyên Góp '), _defineProperty(_vi$data, 'sidebar_thanks', 'Xin Chân Thành Cảm Ơn!!! '), _defineProperty(_vi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_vi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_vi$data, 'decrypt_Access', 'Làm thế nào đễ truy cập vào ví của bạn? '), _defineProperty(_vi$data, 'decrypt_Title', 'Chọn Loại Định Dạng Private Key Thích Hợp: '), _defineProperty(_vi$data, 'decrypt_Select', 'Chọn ví: '), _defineProperty(_vi$data, 'ADD_Label_1', 'Bạn đang cần làm gì? '), _defineProperty(_vi$data, 'ADD_Radio_1', 'Tạo Ví Mới '), _defineProperty(_vi$data, 'ADD_Radio_2', 'Chọn Tập Tin Ví Của Bạn (Keystore / JSON) '), _defineProperty(_vi$data, 'ADD_Radio_2_alt', 'Chọn Tập Tin Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_2_short', 'CHỌN TẬP TIN VÍ... '), _defineProperty(_vi$data, 'ADD_Radio_3', 'Dán/Gõ Private Key Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Radio_5', 'Dán/Điền ký tự dễ nhớ của bạn '), _defineProperty(_vi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_vi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_vi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_vi$data, 'ADD_Label_2', 'Tạo Tên Gọi: '), _defineProperty(_vi$data, 'ADD_Label_3', 'Ví của bạn sẽ được giải mã. Xin vui lòng điền mật khẩu '), _defineProperty(_vi$data, 'ADD_Label_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Warning_1', 'Bạn có thể thêm bất kỳ tài khoản nào bạn muốn theo dõi trên ví mà không cần đến Mật khẩu bảo mật. Việc này không có nghĩa là bạn đã truy cập vào bên trong ví. Do đó bạn sẽ không thực hiện được giao dịch tại chức năng này. '), _defineProperty(_vi$data, 'ADD_Label_5', 'Điền Địa Chỉ Ví '), _defineProperty(_vi$data, 'ADD_Label_6', 'Mở Khoá Cho Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Label_6_short', 'Mở Khoá '), _defineProperty(_vi$data, 'ADD_Label_7', 'Thêm Tài Khoản '), _defineProperty(_vi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_vi$data, 'GEN_desc', 'Nếu bạn muốn tạo nhiều ví cùng một lúc, bạn có thể thực hiện tại đây '), _defineProperty(_vi$data, 'GEN_Label_1', 'Tạo mật khẩu thật mạnh nhằm bảo mật tài khoản (ít nhất 9 ký tự) '), _defineProperty(_vi$data, 'GEN_Placeholder_1', 'Lưu nó lại một cách cẩn thận! '), _defineProperty(_vi$data, 'GEN_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'GEN_Label_2', 'Lưu lại tập tin chứa định dạng Keystore/JSON hoặc Private Key. Đừng quên mật khẩu mà bạn đã tạo phía trên. '), _defineProperty(_vi$data, 'GEN_Label_3', 'Địa Chỉ Ví (bạn cần lưu lại cho việc sử dụng). '), _defineProperty(_vi$data, 'GEN_Label_4', 'Bạn có thể in ví giấy hoặc lưu giữ mã QR một cách cẩn thận. '), _defineProperty(_vi$data, 'BULK_Label_1', 'Số Lượng Ví Cần Tạo '), _defineProperty(_vi$data, 'BULK_Label_2', 'Tạo Ví '), _defineProperty(_vi$data, 'BULK_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'SEND_addr', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'SEND_amount', 'Số Lượng Cần Gửi '), _defineProperty(_vi$data, 'SEND_amount_short', 'Số Lượng '), _defineProperty(_vi$data, 'SEND_custom', 'Token được yêu cầu! '), _defineProperty(_vi$data, 'SEND_gas', 'Gas '), _defineProperty(_vi$data, 'SEND_TransferTotal', 'Gửi Hết Số Dư Hiện Có '), _defineProperty(_vi$data, 'SEND_generate', 'Tạo Giao Dịch '), _defineProperty(_vi$data, 'SEND_raw', 'Định Dạng Giao Dịch '), _defineProperty(_vi$data, 'SEND_signed', 'Chữ Ký Giao Dich '), _defineProperty(_vi$data, 'SEND_trans', 'Gửi Đi '), _defineProperty(_vi$data, 'SENDModal_Title', 'Cảnh Báo! '), _defineProperty(_vi$data, 'SENDModal_Content_1', 'Bạn muốn gửi đi '), _defineProperty(_vi$data, 'SENDModal_Content_2', 'Địa chỉ đến '), _defineProperty(_vi$data, 'SENDModal_Content_3', 'Bạn đã chắc chắn muốn thực hiện giao dịch này '), _defineProperty(_vi$data, 'SENDModal_Content_4', 'Lưu Ý: Nếu bạn gặp lỗi, bạn cần phải thêm ether vào tài khoản của bạn để thanh toán chi phí gas của việc gửi Token. Gas được thanh toán bằng ether. '), _defineProperty(_vi$data, 'SENDModal_No', 'Không, Đưa tôi ra khỏi đây! '), _defineProperty(_vi$data, 'SENDModal_Yes', 'Có, Tôi chắc chắn! Hãy thực hiện giao dịch. '), _defineProperty(_vi$data, 'TOKEN_Addr', 'Địa Chỉ Token Contract'), _defineProperty(_vi$data, 'TOKEN_Symbol', 'Ký Hiệu Token '), _defineProperty(_vi$data, 'TOKEN_Dec', 'Phân Số Thập Phân '), _defineProperty(_vi$data, 'TOKEN_show', 'Hiển thị tất cả các loại Tokens '), _defineProperty(_vi$data, 'TOKEN_hide', 'Ẩn Tokens '), _defineProperty(_vi$data, 'TRANS_desc', 'Nếu bạn muốn gửi Token, xin vui lòng sử dụng danh mục "Gửi Token". '), _defineProperty(_vi$data, 'TRANS_warning', 'Nếu bạn sử dụng chức năng "Chỉ ETH" hoặc "Chỉ ETC" trong việc gửi đi thông qua một hợp đồng thông minh. Những dịch vụ có chức năng chấp nhận các giao dịch. Đọc Thêm. '), _defineProperty(_vi$data, 'TRANS_advanced', 'Nâng Cao: Thêm Dữ Liệu '), _defineProperty(_vi$data, 'TRANS_data', 'Dữ Liệu: '), _defineProperty(_vi$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_vi$data, 'TRANS_sendInfo', 'Mỗi Giao dịch Phổ Thông sử dụng hết 21000 gas có giá tương đương 0.000441 ETH. Chúng tôi áp dụng giá Gas dành cho một giao dịch cao hơn so với mức tối thiểu là 0.000000021 ETH nhằm đảm bảo một giao dịch được diễn ra nhanh. Chúng tôi hoàn toàn không nhận được khoản tiền phát sinh nào từ phí giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Title', 'Giao Dịch "Chỉ ETH" Và "Chỉ ETC" '), _defineProperty(_vi$data, 'TRANSModal_Content_0', 'Một số lưu ý về sự khác biệt của từng loại giao dịch và sự khác biệt của từng dịch vụ: '), _defineProperty(_vi$data, 'TRANSModal_Content_1', '**ETH (Giao Dịch Phổ Thông): ** Phương pháp này mặc định rằng nó sẽ tạo giao dịch từ một địa chỉ gửi đến địa chỉ nhận khác và nó sẽ tiêu thụ hết 21000 gas. Theo giả thuyết thì bất kì số ETH gửi đi thông qua phương pháp này sẽ được thực hiện lại tương tự trên chuổi ETC. '), _defineProperty(_vi$data, 'TRANSModal_Content_2', '**Chỉ ETH: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETH**. '), _defineProperty(_vi$data, 'TRANSModal_Content_3', '**Chỉ ETC: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETC**. '), _defineProperty(_vi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Giao Dịch chỉ được thực hiện thông qua giao dịch phổ thông. Nếu bạn thực hiện thông qua hợp đồng "Chỉ", thì bạn cần phải liên hệ trực tiếp với nhân viên hỗ trợ của họ để họ tự thêm vào hoặc hoàn lại tiền cho bạn. [bạn cũng có thể thử với công cụ "chia tách" của Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_vi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** không có sự cố nào xảy ra khi thực hiện giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Yes', 'Tuyệt vời, Tôi dã hiểu. '), _defineProperty(_vi$data, 'TRANSModal_No', 'Tôi gặp gặp phải một vài vấn đề khó hiểu.Làm ơn giúp tôi hiểu rõ hơn. '), _defineProperty(_vi$data, 'OFFLINE_Title', 'Tạo và Gửi đối với giao dịch offline '), _defineProperty(_vi$data, 'OFFLINE_Desc', 'Tạo một giao dịch Offline sẽ được thực hiện với 3 bước. bạn sẽ hoàn thành bước 1 và 3 trên cùng 1 máy tính đang trong tình trạng online và thực hiện bước 2 trên một máy tính đang trong tình trạng offline/airgapped. Việc này sẽ đảm bảo Private Key của bạn không có bất cứ một liên kết nào với một thiết bị đang kết nối internet nào khác. '), _defineProperty(_vi$data, 'OFFLLINE_Step1_Title', 'Bước 1: Tạo Thông Tin (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step1_Button', 'Tạo Thông Tin '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_1', 'Địa Chỉ Gửi '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_2', 'Lưu ý: Đây phải là tài khoản gửi, không phải tài khoản đến. Nonce sẽ được tạo ra từ tài khoản có nguồn gốc. Nếu sử dụng máy tính có tình trạng airgapped, thì nó sẽ trở thành địa chỉ của tài khoản lưu trữ lạnh. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Title', 'Bước 2: Tạo Giao Dịch (Máy Tính Đang Offline) '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_1', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_2', 'Đơn vị / Tổng số gửi: '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3', 'Giá Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4', 'Giới hạn Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4b', '21000 măc định sẽ là số gas giới hạn. khi bạn gửi đi một hợp đồng hoặc thêm dữ liệu, việc này sẽ cần phải làm khác đi. Lượng Gas không được sử dụng sẽ hoàn trả cho bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6', 'Dữ Liệu '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6b', 'Đây là phần tùy chọn. Dữ liệu thường được sử dụng khi bạn gửi các giao dịch hợp đồng. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_7', 'Nhập / Chọn Private Key / JSON của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step3_Title', 'Bước 3: Gửi / Làm rõ Giao Dịch (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step3_Label_1', 'Dán chữ ký Giao Dịch được tạo từ Bước 2 vào đây và chọn nút "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_vi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_vi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_vi$data, 'NODE_Name', 'Node Name'), _defineProperty(_vi$data, 'NODE_Port', 'Node Port'), _defineProperty(_vi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_vi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_vi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_vi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_vi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_vi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_vi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_vi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_vi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_vi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_vi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_vi$data, 'SWAP_init_2', " for "), _defineProperty(_vi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_vi$data, 'SWAP_information', "Your Information "), _defineProperty(_vi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_vi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_vi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_vi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_vi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_vi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_vi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_vi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_vi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_vi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_vi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_vi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_vi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_vi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_vi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_vi$data, 'MSG_date', 'Date '), _defineProperty(_vi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_vi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_vi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_vi$data, 'MSG_message', 'Message '), _defineProperty(_vi$data, 'MSG_signature', 'Signature '), _defineProperty(_vi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_vi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_vi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_vi$data, 'ADD_Ledger_1', 'Kết Nối Với Ledger Wallet Của Bạn '), _defineProperty(_vi$data, 'ADD_Ledger_2', 'Mở Lên Ứng Dụng Của Ethereum (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Exp', 'Mở Lên Ứng Dụng Của Expanse (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Ubq', 'Mở Lên Ứng Dụng Của Ubiq (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_3', 'Xác nhận lại phần Hổ Trợ dành cho Trình Duyệt đã được kích hoạt trong mục Cài Đặt '), _defineProperty(_vi$data, 'ADD_Ledger_4', 'Nếu mục Hổ Trợ dành cho Trình duyệt không tìm thấy trong mục Cài Đặt, Xác nhận lại bạn đã có [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) hay chưa '), _defineProperty(_vi$data, 'ADD_Ledger_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_Ledger_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Wallet '), _defineProperty(_vi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Nano S '), _defineProperty(_vi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_scan', 'Kết nối với Digital Bitbox '), _defineProperty(_vi$data, 'DEP_generate', 'Tạo Bytecode '), _defineProperty(_vi$data, 'DEP_generated', 'Bytecode Đã Được Tạo '), _defineProperty(_vi$data, 'DEP_signtx', 'Chữ Ký Giao Dịch '), _defineProperty(_vi$data, 'DEP_interface', 'Đã Tạo Giao Diện '), _defineProperty(_vi$data, 'MYWAL_Nick', 'Tên Gọi Của Ví '), _defineProperty(_vi$data, 'MYWAL_Address', 'Địa Chỉ Ví '), _defineProperty(_vi$data, 'MYWAL_Bal', 'Số Dư '), _defineProperty(_vi$data, 'MYWAL_Edit', 'Chỉnh Sửa '), _defineProperty(_vi$data, 'MYWAL_View', 'Xem '), _defineProperty(_vi$data, 'MYWAL_Remove', 'Gỡ Bỏ '), _defineProperty(_vi$data, 'MYWAL_RemoveWal', 'Gỡ Bỏ Ví: '), _defineProperty(_vi$data, 'MYWAL_WatchOnly', 'Tài khoản theo dõi của bạn '), _defineProperty(_vi$data, 'MYWAL_Viewing', 'Xem Ví '), _defineProperty(_vi$data, 'MYWAL_Hide', 'Ẩn Thông Tin Ví '), _defineProperty(_vi$data, 'MYWAL_Edit_2', 'Chỉnh Sửa Ví '), _defineProperty(_vi$data, 'MYWAL_Name', 'Tên Ví '), _defineProperty(_vi$data, 'MYWAL_Content_1', 'Cảnh Báo! Bạn Muốn gỡ bỏ Ví của bạn '), _defineProperty(_vi$data, 'MYWAL_Content_2', 'Hãy chắc chắn bạn đã **Lưu giữ Private Key hoặc Tập Tin chứa định dạng Keystore và mật khẩu** Trước khi bạn gỡ bỏ nó. '), _defineProperty(_vi$data, 'MYWAL_Content_3', 'Nếu bạn muốn sử dụng địa chỉ Ví này với MyEtherWallet CX trong tương lai, bạn sẽ cần phải tự thêm vào lại bằng cách sử dụng tập tin Private Key / JSON và mật khẩu. '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. Bạn có thể muốn làm điều này để [nhập tài khoản của bạn vào Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Nếu bạn muốn kiễm tra số dư của bạn, chúng tôi khuyên bạn sử dụng một blockchain explorer như [etherscan.io] (https://etherscan.io/). '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle_Short', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_SuccessMsg', 'Đã Thành Công! Đây là thông tin chi tiết về Ví của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_vi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_vi$data, 'MNEM_1', 'Xin vui lòng, Chọn địa chỉ mà bạn muốn tương tác. '), _defineProperty(_vi$data, 'MNEM_2', 'Cụm từ dễ nhớ đó có thể truy nhập vào số địa chỉ Ví của bạn. Vui lòng chọn địa chỉ mà bạn muốn tương tác tại thời điểm này. '), _defineProperty(_vi$data, 'MNEM_more', 'Nhiều địa chỉ '), _defineProperty(_vi$data, 'MNEM_prev', 'Địa chỉ trước đó '), _defineProperty(_vi$data, 'CX_error_1', 'Bạn không có bất kỳ ví nào được lưu lại. Chọn Nút ["Thêm Ví"](/cx-wallet.html#add-wallet) để thêm ví! '), _defineProperty(_vi$data, 'CX_quicksend', 'Gửi Nhanh '), _defineProperty(_vi$data, 'ERROR_0', 'Vui lòng nhập số dư hợp lệ. '), _defineProperty(_vi$data, 'ERROR_1', 'Mật khẩu của bạn phải có ít nhất 9 ký tự. Hãy đảm bảo rằng nó là một mật khẩu mạnh. '), _defineProperty(_vi$data, 'ERROR_2', 'Lấy làm tiếc! Chúng tôi không nhận ra loại Định Dạng từ tập tin ví. '), _defineProperty(_vi$data, 'ERROR_3', 'Đây không phải là một tập tin ví hợp lệ. '), _defineProperty(_vi$data, 'ERROR_4', 'Đơn vị này không tồn tại, xin vui lòng sử dụng một trong những đơn vị sau đây '), _defineProperty(_vi$data, 'ERROR_5', 'Địa chỉ không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_6', 'Mật khẩu không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_7', 'Tổng số không hợp lệ. (Must be integer. Try 0-18.) '), _defineProperty(_vi$data, 'ERROR_8', 'Giới hạn gas không hợp lệ. (Must be integer. Try 21000-4000000.) '), _defineProperty(_vi$data, 'ERROR_9', 'Dữ liệu không hợp lệ. (Must be hex.) '), _defineProperty(_vi$data, 'ERROR_10', 'Tổng số gas không hợp lệ. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_vi$data, 'ERROR_11', 'Nonce không hợp lệ. (Must be integer.) '), _defineProperty(_vi$data, 'ERROR_12', 'Chữ ký giao dịch không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_13', 'Tên gọi này đã được sữ dụng. '), _defineProperty(_vi$data, 'ERROR_14', 'Không tìm thấy Ví. '), _defineProperty(_vi$data, 'ERROR_15', 'Trông có vẻ như một proposal ới số ID này chưa kết thúc hoặc đang có một lỗi xảy ra để đọc được proposal này. '), _defineProperty(_vi$data, 'ERROR_16', 'Đã có một ví với địa chỉ này đang tồn tại trong mục lưu trữ. Vui lòng kiễm tra trang ví của bạn. '), _defineProperty(_vi$data, 'ERROR_17', 'Bạn cần có ít nhất **0.01 ETH** trong tài khoản để thanh toán chi phí gas. Hãy thêm một số ether và thực hiện lại. '), _defineProperty(_vi$data, 'ERROR_18', 'Toàn bộ gas sẽ được sử dụng trong giao dịch này. Việc làm này có nghĩa là bạn đã bỏ phiếu cho đề xuất này hoặc kỳ hạn của cuộc tranh luận đã kết thúc. '), _defineProperty(_vi$data, 'ERROR_19', 'Biểu tượng không hợp lệ '), _defineProperty(_vi$data, 'ERROR_20', 'Không tồn tại trên hệ thống ERC-20 token. Nếu bạn phải chờ lâu. Xin vui lòng thử lại lần nữa!. '), _defineProperty(_vi$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_vi$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_vi$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_vi$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_vi$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_vi$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_vi$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_vi$data, 'ERROR_28', '**Bạn cần sử dụng tập tin chứa định dạng Keystore/JSON cùng với Mật khẩu hoặc Private Key của bạn** cho việc đăng nhập vào ví này trong tương lai. Hãy sao lưu và cất giữ nó cẩn thận tại kho lưu trữ của bạn! Không có cách nào đễ khôi phục Ví của bạn nếu bạn không sao lưu dữ liệu ví lại. Đọc Thêm [trang trợ giúp] (https://www.myetherwallet.com/#help) đễ được hướng dẫn cụ thể. '), _defineProperty(_vi$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_vi$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_vi$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_vi$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_vi$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_vi$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_vi$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_vi$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_vi$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_vi$data, 'SUCCESS_1', 'Địa Chỉ Hợp Lệ '), _defineProperty(_vi$data, 'SUCCESS_2', 'Ví đã được giải mã thành công '), _defineProperty(_vi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_vi$data, 'SUCCESS_4', 'Ví của bạn đã được thêm thành công: '), _defineProperty(_vi$data, 'SUCCESS_5', 'Tập Tin Được Chọn '), _defineProperty(_vi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_vi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_vi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_vi$data, 'GETH_InvalidSender', 'Sai người nhận '), _defineProperty(_vi$data, 'GETH_Nonce', 'Nonce quá thấp '), _defineProperty(_vi$data, 'GETH_Cheap', 'Gas quá thấp '), _defineProperty(_vi$data, 'GETH_Balance', 'Số dư tài khoản không đủ '), _defineProperty(_vi$data, 'GETH_NonExistentAccount', 'Tài khoản không tồn tại hoặc số dư không đủ '), _defineProperty(_vi$data, 'GETH_InsufficientFunds', 'Số dư không đủ thanh toán cho gas * Giá + Giá trị '), _defineProperty(_vi$data, 'GETH_IntrinsicGas', 'Số gas quá thấp '), _defineProperty(_vi$data, 'GETH_GasLimit', 'Số gas vượt mức giới hạn đối với một Block '), _defineProperty(_vi$data, 'GETH_NegativeValue', 'Cảnh báo xấu về lượng gas '), _defineProperty(_vi$data, 'PARITY_AlreadyImported', "Giao dịch có cùng đoạn hash đã được ghi nhận."), _defineProperty(_vi$data, 'PARITY_Old', "Nonce quá thấp để tạo một giao dịch, hãy thử lại bằng cách tăng số nonce."), _defineProperty(_vi$data, 'PARITY_TooCheapToReplace', "Phí giao dịch quá thấp. Đang có một giao dịch khác có cùng số nonce đang bị gián đoạn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_LimitReached', "Có quá nhiều giao dịch đang bị gián đoạn. Giao dịch của bạn sẽ bị ngắt nhằm đảm bảo mức giới hạn an toàn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientGasPrice', "Phí giao dịch quá thấp. Nó không đáp ứng được mức phí tối thiểu dành cho node của bạn (Tối thiểu: {}, bạn có: {}). Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientBalance', "Không đủ số dư. Bạn đang cố gắng gửi đi một giao dịch vs số dư bị thiếu. Số dư cần thiết {} và bạn có: {}."), _defineProperty(_vi$data, 'PARITY_GasLimitExceeded', "Phí giao dịch đang vượt quá mức giới hạn gas hiện tại. Giới hạn: {}, bạn có: {}. Hãy thử lại bằng cách giảm bớt số gas."), _defineProperty(_vi$data, 'PARITY_InvalidGasLimit', "Tổng số gas mà bạn sử dụng đang vượt mức giới hạn cho phép."), _defineProperty(_vi$data, 'translate_version', '0.3 '), _defineProperty(_vi$data, 'Translator_Desc', 'Chân Thành Cảm Ơn '), _defineProperty(_vi$data, 'TranslatorName_1', '[Phạm Thế Vũ](https://twitter.com/PhamTheVu3) · '), _defineProperty(_vi$data, 'TranslatorAddr_1', 'https://twitter.com/PhamTheVu3 '), _defineProperty(_vi$data, 'TranslatorName_2', '[và Ethereum Vietnam](https://www.ethereumvn.com) '), _defineProperty(_vi$data, 'TranslatorAddr_2', 'https://www.facebook.com/ethereumvietnam https://www.ethereumvn.com '), _defineProperty(_vi$data, 'TranslatorName_3', ''), _defineProperty(_vi$data, 'TranslatorAddr_3', ''), _defineProperty(_vi$data, 'TranslatorName_4', ''), _defineProperty(_vi$data, 'TranslatorAddr_4', ''), _defineProperty(_vi$data, 'TranslatorName_5', ''), _defineProperty(_vi$data, 'TranslatorAddr_5', ''), _defineProperty(_vi$data, 'HELP_Warning', 'Nếu bạn đã khởi tạo Ví -hoặc- đã tải về máy tập tin có chứa dữ liệu ví trước **Ngày 31 Tháng 12 năm 2015**, xin vui lòng kiễm tra lại dữ liệu Ví; dễ tải về phiên bản mới của tập tin Ví. Chi tiết xem tại. '), _defineProperty(_vi$data, 'HELP_Desc', 'Nếu bạn thấy có gì sai sót và có những câu hỏi nào khác cần được giải đáp. [Xin Liên Lạc Với Chúng Tôi](mailto:support@myetherwallet.com), và chúng tôi sẽ giải đáp những thắc mắc từ bạn, ngoài ra chúng tôi sẽ cập nhật lại trang web nhằm đem lại nhiều tiện lợi nhất có thể cho người sử dụng trong tương lai! '), _defineProperty(_vi$data, 'HELP_Remind_Title', 'Một số lưu ý! '), _defineProperty(_vi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, và các nền tảng khác từ Javascript libraries mà chúng tôi sử dụng đang được phát triển một cách tích cực.** Mặc dù toàn bộ đã được chúng tôi kiễm tra rất kỹ lưỡng và hàng chục nghìn địa chỉ Ví đã được tạo thành công từ người sử dụng trên toàn cầu, nhưng vẫn có những vấn đề có thể xảy ra làm cho ETH của bạn bị mất đi. Xin vui lòng không nên đầu tư với số tiền nhiều hơn khả năng mà bạn đã cho rằng nó sẽ mất và hãy luôn cẩn thận. Trong trường hợp rủi ro xảy ra, chung tôi rất chân thành xin lỗi. Tuy nhiên **Chúng tôi sẽ không chịu bất cứ một trách nhiệm nào đối với số lượng Ether mà bạn đã bị mất!**. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX không phải "Ví Web". Vì vậy bạn không tạo tài khoản sau đó gửi số Ether của bạn cho chúng tôi dễ giữ hộ. Toàn bộ Dữ liệu sẽ không bao giờ bị rò rỉ ra khỏi máy tính/trình duyệt của bạn. Chúng tôi xây dựng nó nhằm giúp người sử dụng có thể đễ dàng tạo mới, lưu trữ và truy cập thông tin Ví của bạn và tương tác với Blockchain. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_3', 'Nếu bạn không lưu lại Private key và mật khẩu của bạn, thì sẽ không có bất cứ một cách nào có thể khôi phục lại Ví và tài sản hiện đang chứa trong Ví. Bạn nên sao lưu dữ liệu Ví tại nhiều nơi và những thiết bị lưu trữ khác nhau! '), _defineProperty(_vi$data, 'HELP_0_Title', '0) Tôi mới sử dụng lần đầu tiên. Tôi phải làm gì? '), _defineProperty(_vi$data, 'HELP_0_Desc_1', 'MyEtherWallet giúp bạn có khả năng tạo Ví mới dùng dễ lưu trữ số lượng Ether của ban bởi chính mình, Ví được tạo ra không nằm trên bất cứ một sàn giao dịch nào. Quá trình tạo Ví điễn ra hoàn toàn trên máy tính cá nhân của bạn chứ không phải trên hệ thống máy chủ của chúng tôi. Do đó, khi bạn khởi tạo một Ví mới, **bạn chịu trách nhiệm hoàn toàn về vấn đề sao lưu dữ liệu đối với Ví được tạo**. '), _defineProperty(_vi$data, 'HELP_0_Desc_2', 'Khởi Tạo Một Ví Mới. '), _defineProperty(_vi$data, 'HELP_0_Desc_3', 'Sao Lưu Dữ Liệu Ví. '), _defineProperty(_vi$data, 'HELP_0_Desc_4', 'Xác thực rằng bạn có quyền truy cập vào ví mới này và hãy chắc chắn đã sao lưu tất cả các thông tin cần thiết. '), _defineProperty(_vi$data, 'HELP_0_Desc_5', 'Gửi Ether đến Ví mới này. '), _defineProperty(_vi$data, 'HELP_1_Title', '1) Làm thế nào dễ khởi tạo một Ví mới? '), _defineProperty(_vi$data, 'HELP_1_Desc_1', 'Đi đến trang "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_2', 'Đi đến trang "Thêm Ví" và chọn "Tạo Ví Mới" '), _defineProperty(_vi$data, 'HELP_1_Desc_3', 'Nhập một mật khẩu mạnh. Nếu bạn nghĩ có thể quên mật khẩu thì bạn nên lưu nó lại một nơi nào đó thật an toàn. bạn sẽ cần đến mật khẩu này dễ gửi đi một giao dịch. '), _defineProperty(_vi$data, 'HELP_1_Desc_4', 'Chọn "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_5', 'Ví của bạn sẽ được tạo ngay bây giờ. '), _defineProperty(_vi$data, 'HELP_2a_Title', 'Làm thế nào dễ sao lưu Ví? '), _defineProperty(_vi$data, 'HELP_2a_Desc_1', 'Bạn nên sao lưu tập tin Ví của bạn bên ngoài máy tính và tại nhiều nơi khác nhau - như trên USB hoặc/và một tờ giấy. '), _defineProperty(_vi$data, 'HELP_2a_Desc_2', 'Lưu lại địa chỉ Ví. Bạn có thể giữ nó cho chính mình hoặc chia sẽ nó cho bất cứ ai. Người khác có thể gửi Ether cho bạn thông qua địa chỉ Ví của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_3', 'Private key. Không được chia sẽ Private key cho bất cứ ai. Private key rất cần thiết khi bạn muốn truy cập vào Ví và Gửi đi một lượng Ether! hiện tại có 3 phiên bản lưu trữ dành cho Private Key: '), _defineProperty(_vi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_vi$data, 'HELP_2a_Desc_5', 'Bạn Có thể in Ví giấy nếu bạn sở hữu máy in. Ngoài ra, bạn có thể ghi lại Private key và địa chỉ Ví của bạn lên một tờ giấy. Hãy Cất giữ chúng tại một nơi an toàn, hãy ngắt kết nối hoàn toàn giữa máy tính và USB của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_vi$data, 'HELP_2b_Title', '2b) Làm thế nào dễ bảo mật Ví / offline / lưu trữ lạnh cùng với MyEtherWallet? '), _defineProperty(_vi$data, 'HELP_2b_Desc_1', 'Đến trang github của chúng tôi: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_vi$data, 'HELP_2b_Desc_2', 'Chọn vào ô `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_3', 'Chuyển tiếp tập tin zip đi đến máy tính airgapped. '), _defineProperty(_vi$data, 'HELP_2b_Desc_4', 'Giải nén tập tin Zip và nhấn kép chuột vào tập tin `index.html`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_5', 'Khởi tạo một Ví cá nhân mới cùng với một mật khẩu mạnh. '), _defineProperty(_vi$data, 'HELP_2b_Desc_6', 'Lưu giữ lại địa chỉ Ví vừa tạo. Lưu giữ lại các định dạng của Private key. Lưu giữ lại mật khẩu của bạn nếu bạn không hoàn toàn nhớ nó mãi mãi. '), _defineProperty(_vi$data, 'HELP_2b_Desc_7', 'Cất giữ tờ giáy mà bạn đã ghi lên / USB tại nhiều nơi riêng biệt. '), _defineProperty(_vi$data, 'HELP_2b_Desc_8', 'đi đến trang "Xem thông tin Ví" và gõ vào Private key của bạn / mật khẩu nhằm đảm bảo rằng nó hoàn toàn chính xác và truy cập vào Ví. kiễm tra lại mật khẩu mà bạn ghi lại trên giấy có giống nhau hay chưa. '), _defineProperty(_vi$data, 'HELP_3_Title', '3) Làm thế nào dễ xác minh và truy cập vào Ví mới được khởi tạo? '), _defineProperty(_vi$data, 'HELP_3_Desc_1', '**Trước khi bạn gửi số lượng Ether vô Ví mới của bạn**, bạn nên chắc chắn rằng bạn đã truy cập vào Ví thành công. '), _defineProperty(_vi$data, 'HELP_3_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_3', 'Bạn hãy đi đến trang MyEtherWallet.com "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_4', 'Chọn tập tin định dạng Ví của bạn -hoặc- sử dụng Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_3_Desc_5', 'Nếu Ví của bạn được mã hoá, ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_3_Desc_6', 'Chọn vào ô "Mở khoá Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_vi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_vi$data, 'HELP_4_Title', '4) Làm thế nào dễ gửi Ether từ Ví này sang Ví khác ? '), _defineProperty(_vi$data, 'HELP_4_Desc_1', 'Nếu như bạn dự định dễ chuyển một số lượng lớn Ether, bạn nên gửi đi một lượng nhỏ đến Ví của bạn dễ thử nghiệm, nhằm xác định chắc chắn tất cả chức năng đều hoạt động đúng như dự định. '), _defineProperty(_vi$data, 'HELP_4_Desc_2', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_4_Desc_3', 'Chọn tập tin Ví -hoặc- Private key của bạn dễ mở khoá cho Ví. '), _defineProperty(_vi$data, 'HELP_4_Desc_4', 'Nếu Ví của bạn đang trong tình trạng mã hoá,ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_4_Desc_5', 'Chọn vào nút "Mở Khoá Ví". '), _defineProperty(_vi$data, 'HELP_4_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4_Desc_9', 'Chọn vào "Khởi tạo Giao dịch". '), _defineProperty(_vi$data, 'HELP_4_Desc_10', 'Một cửa sổ thông báo sẽ hiện ra. Việc khởi tạo giao dịch này được thực hiện từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_4_Desc_11', 'Chọn vào nút màu xanh "Gửi giao dịch đi" phía dưới. '), _defineProperty(_vi$data, 'HELP_4_Desc_12', 'Một cửa sổ yêu cầu sẽ xuất hiện. Xác nhận lại số lượng cần gửi và địa chỉ đến. Sau đó chọn vào ô "Có, tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_4_Desc_13', 'Giao dịch của bạn sẽ được gửi đi. TX Hash sẽ xuất hiện trên màn hình. Bạn có thể chọn vào TX Hash dễ xem nó trên blockchain. '), _defineProperty(_vi$data, 'HELP_4CX_Title', '4) Làm thế nào dễ gửi đi Ether bằng cách sử dụng MyEtherWallet CX? '), _defineProperty(_vi$data, 'HELP_4CX_Desc_1', 'Trước tiên, bạn cần phải thêm Ví của bạn vào. Sau khi thực hiện xong, Bạn sẽ có 2 lựa chọn: Chức năng "Gửi Nhanh" từ biểu tượng nằm trên thanh công cụ tiện ích của Google Chrome hoặc chọn vào "Gửi Ether và Tokens" dễ đi đến trang trình duyệt. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_2', 'Gửi Nhanh '), _defineProperty(_vi$data, 'HELP_4CX_Desc_3', 'Chọn vào biểu tượng trên thanh tiẹn ích của Google Chrome. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_4', 'Chọn vào ô "Gửi Nhanh". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_5', 'Chọn vào Ví mà bạn muốn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_8', 'Chọn vào ô "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_9', 'Xác nhận lại số lượng cần gửi và địa chỉ đến. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_10', 'Điền vào mật khẩu của Ví bạn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_11', 'Chọn vào ô "Gửi giao dịch đi." '), _defineProperty(_vi$data, 'HELP_4CX_Desc_12', 'Sử dụng trang "Gửi Ether và Tokens" '), _defineProperty(_vi$data, 'HELP_5_Title', '5) Làm thế nào dễ kích hoạt MyEtherWallet.com với tính năng offline? '), _defineProperty(_vi$data, 'HELP_5_Desc_1', 'Bạn hãy kích hoạt MyEtherWallet.com trên máy tính của bạn thay thế cho việc chạy trên máy chủ của Github. Bạn có thể khởi tạo Ví mới hoàn toàn trong tình trạng offline và gửi giao dịch đi từ trang "Giao dịch Offline". '), _defineProperty(_vi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sẽ được chạy hoàn toàn trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_5_Desc_8', 'Trong trường hợp bạn chưa quen với việc sử dụng này, bạn cần nên giữ nguyên toàn bộ thư mục và chừa một phần dung lượng vừa đủ để chạy trang web, không chỉ riêng tập tin `index.html`. Không nên thử mở lên hoặc di chuyển bất cứ một tập tin nào trong thư mục. Nếu bạn lưu trữ một bản sao tập tin repo của MyEtherWallet, chúng tôi khuyên bạn nên lưu trữ tập tin nén nhằm chắc chắn các nội dung của thư mục được giữ nguyên. '), _defineProperty(_vi$data, 'HELP_5_Desc_9', 'Cũng như việc chúng tôi liên tục cập nhật MyEtherWallet.com, vì vậy chúng tôi khuyên bạn nên cập nhận định kì cho các tập tin đã Lưu của định dạng repo. '), _defineProperty(_vi$data, 'HELP_5CX_Title', '5) Làm sao dễ chúng tôi có thể cài đặt phần mở rộng từ repo thay vì từ cửa hàng ứng dụng của Chrome? '), _defineProperty(_vi$data, 'HELP_5CX_Desc_2', 'Chọn vào ô `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_3', 'Tại trình duyệt Google Chrome và tìm phần cài đặt của nó (Trong mục menu nằm trên góc phải cửa sổ). '), _defineProperty(_vi$data, 'HELP_5CX_Desc_4', 'chọn phần "Extensions" nằm bên trái. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_5', 'kiễm tra lại nút "Developer Mode" nằm trên cùng của trang. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_6', 'Chọn vào ô "Load unpacked extension...". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_7', 'Đưa chuột và chọn vào tập tin mà bạn vừa tải về và giải nén nó trước đó, nhấp vào nút "Select". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_8', 'Ứng dụng mở rộng không nên cho xuất hiện tại mục mở rộng và thanh ứng dụng mở rộng tại Google Chrome. '), _defineProperty(_vi$data, 'HELP_7_Title', '7) Làm thế nào dễ gửi token và thêm Token vào Ví? '), _defineProperty(_vi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) là cách tốt nhất dễ kiễm tra Token và số Token. '), _defineProperty(_vi$data, 'HELP_7_Desc_1', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_7_Desc_2', 'mở khoá Ví của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_3', 'Điền địa chỉ mà bạn cần gửi đến tại ô trống "Địa chỉ đến:" . '), _defineProperty(_vi$data, 'HELP_7_Desc_4', 'Điền số lượng Token mà bạn muốn gửi. '), _defineProperty(_vi$data, 'HELP_7_Desc_5', 'Chọn loại Token mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_7_Desc_6', 'Nếu bạn không thấy Token của bạn hiển thị trên trang chúng tôi: '), _defineProperty(_vi$data, 'HELP_7_Desc_7', 'Chọn vào "Custom". '), _defineProperty(_vi$data, 'HELP_7_Desc_8', 'Điền địa chỉ, tên, đơn vị số thập phân của loại Token mà bạn muốn. Chúng được cung cấp bởi các nhà phát triển Token và nó cũng cần thiết khi bạn "thêm vào dễ xem Token" trên Mist. '), _defineProperty(_vi$data, 'HELP_7_Desc_9', 'Chọn "Lưu". '), _defineProperty(_vi$data, 'HELP_7_Desc_10', 'Bạn có thể gửi token cũng như bạn sẽ nhìn thấy số dư của nó nằm ở khung bên cạnh. '), _defineProperty(_vi$data, 'HELP_7_Desc_11', 'Chọn "Khởi tạo giao dịch". '), _defineProperty(_vi$data, 'HELP_7_Desc_12', 'Một thông báo sẽ xuất hiện và xác thực rằng đây là việc khởi tạo giao dịch từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_13', 'Chọn vào nút màu xanh phía dưới "Gửi giao dịch đi". '), _defineProperty(_vi$data, 'HELP_7_Desc_14', 'Sau đó một thông báo sẽ xuất hiện. Xác thực lại số lượng Ether và địa chỉ đến. sau đó nhấn vào nút "Có, Tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_7_Desc_15', 'Giao dịch của bạn sẽ được Thực hiện. TXid sẽ hiển thị cho bạn. Bạn có thể chọn vào TXid và nhìn ấy giao dịch của bạn trên blockchain. '), _defineProperty(_vi$data, 'HELP_8_Title', '8) Những gì sẽ xảy ra nếu trang của chúng tôi bị sập? '), _defineProperty(_vi$data, 'HELP_8_Desc_1', 'MyEtherWallet không phải là Ví online. Bạn không cần phải đăng nhập và không có bất cứ gì được lưu lại trên máy chủ của chúng tôi. Đây chỉ đơn giản là một giao diện cho phép bạn tương tác với blockchain. '), _defineProperty(_vi$data, 'HELP_8_Desc_2', 'Nếu MyEtherWallet.com bị sập, bạn sẽ phải tìm một giải pháp khác (như là geth hoặc Ví Ethereum / Mist) dễ tiếp tục thực hiện giao dịch. Nhưng bạn không cần thiết phải "Mang" Ether của bạn ra khỏi MyEtherWallet bởi vì số Ether đó không nằm trong MyEtherWallet. Bởi vì số Ether đó đang nằm trong Ví Ethereum được khởi tạo thông qua trang của chúng tôi. '), _defineProperty(_vi$data, 'HELP_8_Desc_3', 'Bạn chỉ cần bỏ tập tin chứa định dạng mã hoá Private key của bạn vào và Geth/Mist sẽ tự động giải mã tập tin (mã hoá) trực tiếp bên trong geth / Ví Ethereum / Mist một cách dễ dàng. Xem câu hỏi #12. '), _defineProperty(_vi$data, 'HELP_8_Desc_4', 'Ngoài ra, Khả năng xảy ra vấn đề trang MyEtherWallet bị sập là rất khó. Cũng như việc chúng tôi không lưu trữ lại bất cứ dữ liệu gì vì vậy giá trị của nó sở hữu hoàn toàn bằng không. Nếu chúng tôi buộc phải tháo tên miền này xuống, thì toàn bộ sẽ vẫn còn, tồn tại và công khai trên trang [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Bạn có thể tải tập tin nén của nó và chạy nó trực tiếp trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Title', '8) Những gì sẽ xảy ra néu MyEtherWallet CX hoàn toàn biến mất? '), _defineProperty(_vi$data, 'HELP_8CX_Desc_1', 'Trước tiên, Toàn bộ dữ liệu đã được lưu trên máy tính của bạn, Chứ không phải ở máy chủ của chúng tôi. Chúng tôi biết rằng bạn sẽ dễ nhầm lẫn, nhưng khi bạn nhìn vào kho tiện ích của Chrome, bạn sẽ không tìm thấy được những gì hiện đang được lưu trên máy chủ của chúng tôi - Bởi vì toàn bộ đều được lưu trên chính máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_2', 'Điều đó cho thấy tầm **quan trọng** đối với việc sao lưu toàn bộ thông tin và dữ liệu Ví mới được khởi tạo từ bạn tại trang MyEtherWallet CX. Và việc sao lưu dữ liệu là cách dự phòng tốt khi những vấn đề xấu có thể xảy ra đối với MyEtherWallet CX hoặc máy tính của bạn, và nó giúp bạn có toàn bộ thông tin cần thiết dễ bạn có thể truy cập vào Ví và quản lý được số Ether của bạn. xem lại phần #2a dễ rõ hơn về cách sao lưu dữ liệu. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_3', 'Nếu vì một lý do bất kì buộc MyEtherWallet CX không tồn tại trên kho tiện ích của Chrome, bạn có thể tìm thấy mã nguồn trên Github và tải về máy của bạn. Xem phần #5 ở trên. '), _defineProperty(_vi$data, 'HELP_9_Title', '9) Có phải trang "Gửi Ether" là trang offline? '), _defineProperty(_vi$data, 'HELP_9_Desc_1', 'Không. Nó cần kết nối internet dễ xác định được giá Gas hiện tại, nonce của tài khoản, và phát tán các dữ liệu dễ xác thực các giao dịch (không "gửi" nó đi). Tuy nhiên, nó chỉ gửi đi khi giao dịch của bạn được ký từ chính bạn. Private key của bạn hoàn toàn an toàn từ bạn. hiện nay, chúng tôi có hỗ trợ thêm chức năng "Giao dịch Offline" dễ bạn có thể đảm bảo Private key của bạn đang trong tình trạng offline/airgapped của máy tính trong bất cứ lúc nào. '), _defineProperty(_vi$data, 'HELP_10_Title', '10) Làm thế nào dễ tạo giao dịch Offline? '), _defineProperty(_vi$data, 'HELP_10_Desc_1', 'Đi đến trang "Giao dịch Offline" thông qua máy tính đang online. '), _defineProperty(_vi$data, 'HELP_10_Desc_2', 'Điền vào "Địa chỉ gửi". Lưu ý, đây là địa chỉ mà bạn dùng dễ gửi, không phải là địa chỉ đến. và nó sẽ khởi tạo nonce và xác định giá Gas hiện tại. '), _defineProperty(_vi$data, 'HELP_10_Desc_3', 'Sau đó, chuyển đến máy tính Offline của bạn. Điền vào "Địa chỉ đến" và "Số cần gửi" mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_10_Desc_4', 'Điền vào "Giá Gas" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_5', 'Điền vào "NONCE" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_6', 'Sau đó "Giới hạn GAS" sẽ được mặc định với số gas là 21000. Điều này sẽ khởi tạo một giao dịch thông thường. Nếu bạn gửi đi một hợp đồng hoặc bổ sung thêm dữ liệu vối với giao dịch của bạn, bạn cần phải tăng lên số Giới hạn gas và bất kì gas dư thừa sẽ được hoàn trả lại cho bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_7', 'Nếu bạn muốn, Thêm vào một số dữ liệu. Nếu bạn điền dữ liệu vào, bạn sẽ cần số Giới hạn gas nhiều hơn số 21000 được mạc định ban đầu. Tất cả dữ liệu đều ở định dạng HEX . '), _defineProperty(_vi$data, 'HELP_10_Desc_8', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_10_Desc_9', 'nhấn vào nút "Khởi tạo Chữ Ký cho giao dịch". '), _defineProperty(_vi$data, 'HELP_10_Desc_10', 'Các trường dữ liệu phía dưới nút này sẽ dùng dễ chứng thực chữ ký cho giao dịch của bạn. Cóp hết đoạn dữ liệu này và chuyển đến máy tính online của bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_11', 'Trên máy tính online của bạn, bạn hãy dán chữ ký giao dịch vào khung điền văn bản tại bước #3 và chọn nút "Gửi Ether". Việc làm này sẽ phát sóng đi giao dịch của bạn. '), _defineProperty(_vi$data, 'HELP_12_Title', '12) Làm thế nào dễ tôi sử dụng Ví được khởi tạo từ MyEtherWallet trên geth / Ví Ethereum / Mist? '), _defineProperty(_vi$data, 'HELP_12_Desc_1', 'Bạn phải sử dụng tập tin chứa định dạng JSON dành cho Geth/Mist từ MyEtherWallet v2+.... '), _defineProperty(_vi$data, 'HELP_12_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_3', 'Mở khoá Ví và sử dụng định dạng **mã hoá** private key của bạn hoặc tập tin chứa định dạng JSON. '), _defineProperty(_vi$data, 'HELP_12_Desc_4', 'Đi đến trang "Ví Của Tôi". '), _defineProperty(_vi$data, 'HELP_12_Desc_5', 'Chọn Ví mà bạn muốn dùng dễ sử dụng trên Mist, chon vào biểu tượng "Xem", Điền mật khẩu của bạn, và đăng nhập vào Ví của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_6', 'Tìm phần "Tải về định dạng JSON - định dạng Geth/Mist (Mã hoá)". Nhấn vào nút "Tải về máy" nằm phía dưới. Bây giờ bạn đã sở hữu định dạng Keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_7', 'Truy cập Ví trên ứng dụng Ví Ethereum. '), _defineProperty(_vi$data, 'HELP_12_Desc_8', 'Tại thanh Menu, bạn chọn như sau "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_vi$data, 'HELP_12_Desc_9', 'Bạn sẽ mở thư mục keystore của bạn ra. Sao chép tập tin mà bạn đã tải về máy (`UTC--2016-04-14......../`) vào trong thư mục keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_10', 'Tài khoản của bạn sẽ hiển thị ngay dưới phần "Accounts." '), _defineProperty(_vi$data, 'HELP_12_Desc_11', 'Sử dụng Private key không mã hóa của bạn... '), _defineProperty(_vi$data, 'HELP_12_Desc_12', 'Nếu bạn chưa sở hữu private key không mã hoá , hãy đi đến trang "Xem thông tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_13', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_12_Desc_14', 'Sao chép Private Key (không mã hoá) của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_15', 'Nếu bạn sử dụng máy MAC: '), _defineProperty(_vi$data, 'HELP_12_Desc_15b', 'Nếu bạn sử dụng máy PC: '), _defineProperty(_vi$data, 'HELP_12_Desc_16', 'Mở phần Text Edit và dán private key này vào. '), _defineProperty(_vi$data, 'HELP_12_Desc_17', 'Tại thanh menu bạn hãy chọn "Format" -> "Make Plain Text". '), _defineProperty(_vi$data, 'HELP_12_Desc_18', 'Lưu tập tin này trên `desktop/` của bạn như `nothing_special_delete_me.txt`. chắc chắn rằng nó được khai báo "UTF-8" và " Nếu không có phần mở rộng được cung cấp sử dụng .text" và lưu vào dialog. '), _defineProperty(_vi$data, 'HELP_12_Desc_19', 'Mở terminal và dùng câu lệnh như sau: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_20', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_21', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_22', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_12_Desc_23', 'Mở mục Notepad & dán private key vào '), _defineProperty(_vi$data, 'HELP_12_Desc_24', 'Lưu tập tin lại với tên như sau `nothing_special_delete_me.txt` tại ổ đĩa `C:` '), _defineProperty(_vi$data, 'HELP_12_Desc_25', 'Sử dụng câu lệnh, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_26', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_27', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_28', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_vi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_vi$data, 'HELP_14_Title', '14) Một số trang khi khởi tạo Private key thông qua việc di chuyển con trỏ chuột máy tính trên màn hình. MyEtherWallet.com không làm theo cách này. Các ký tự Private key được tạo ra trên trang MyEtherWallet một cách an toàn nhất? '), _defineProperty(_vi$data, 'HELP_14_Desc_1', 'Mặc dù chúng tôi hiểu với việc di chuyển chuột xung quanh màn hình như vậy sẽ khá thú vị, nhưng thực tế window.crypto sẽ đảm bảo việc tạo ra những "dữ liệu ngẫu nhiên" hơn đối với việc di chuyển chuột. Việc di chuyển chuột như vậy không phải là không an toàn, nhưng thông qua rất nhiều những thử nghiệm về mật mã khác thì chúng tôi hoàn toàn tin tưởng vào window.crypto. Ngoài ra, MyEtherWallet.com còn được sử dụng trên những thiết bị cảm ứng. Đây là [Cuộc tranh cải tức giận giữa một redditor và Vitalik Buterin Liên quan đến vấn đề Di chuyển con chuột với window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_vi$data, 'HELP_15_Title', '15) Vì sao tài khoản của tôi vừa tạo lại không tồn tại trên Blockchain Explorer? (bao gồm: etherchain, etherscan) '), _defineProperty(_vi$data, 'HELP_15_Desc_1', 'Tài khoản của bạn chỉ tồn tại duy nhất trên một Blockchain Explorer và tài khoản được kích hoạt khi bởi chính nó khi bạn dùng tài khoản đó và chuyển Ether vào tức khắc tài khoản sử dụng sẽ hiển thị trên hệ thống Blockchain Explorer thích hợp. '), _defineProperty(_vi$data, 'HELP_16_Title', '16) Làm thế nào dễ kiễm tra số dư hiện tại của tài khoản? '), _defineProperty(_vi$data, 'HELP_16_Desc_1', 'Bạn có thể sử dụng Blockchain Explorer dễ kiễm tra, Ví dụ: [etherscan.io](https://etherscan.io/). Dán địa chỉ của bạn vào khung tìm kiếm và nó sẽ hiển thị tài khoản của bạn và toạn bộ lịch sữ giao dịch đã thực hiện đối với địa chỉ này. Ví Dụ: Đây là địa chỉ của chúng tôi [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) được trông thấy trên etherscan.io '), _defineProperty(_vi$data, 'HELP_17_Title', '17) Tại sao số dư tài khoản của tôi không hiển thị khi tôi truy cập vào tài khoản? '), _defineProperty(_vi$data, 'HELP_17_Desc_1', 'Vấn đề này rất có thể xảy ra nếu như máy tính của bạn đang kích hoạt tường lửa. Các API mà chúng tôi sử dụng nhằm tải xuống số Dư của hiện có của tài khoản và chuyển đổi số dư thường bị chặn bởi tường lửa bởi bất kì lý do nào. Nhưng bạn vẫn có thể gửi đi các giao dịch và bạn chỉ cần sử dụng một phương pháp khác dễ kiễm tra số dư của bạn hiện tại trước và sau khi giao dịch được thực hiện, ví dụ: etherscan.io '), _defineProperty(_vi$data, 'HELP_18_Title', '18) Tập tin chứa định dạng Geth của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Title', '19) Tập tin chứa dịnh dạng Mist của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Desc_1', 'Tập tin chứa định dạng dành cho Ví mist nằm ở mục the file locations phía trên, nó rất đễ dàng dễ mở Mist, Chọn "Accounts" hàng đầu tiên của thanh công cụ, chọn "Backup", và chọn "Accounts". Nó sẽ mở ra thư mục hiện tại đang lưu trữ tập tin định dạng Ví của bạn. '), _defineProperty(_vi$data, 'HELP_20_Title', '20) Tập tin Pre-sale cho Ví của tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_20_Desc_1', 'Cho dù bạn lưu trữ nó ở đâu. ;) nó cũng đều được gửi đến email của bạn, vì vậy hãy kiễm tra email. Kiếm tập tin mang tên `"ethereum_wallet_backup.json"` và sau đó chọn tập tin này. Tập tin Ví này thường đc mã hoá bởi một mật khẩu khi bạn khởi tạo nó trong lúc bạn thanh toán trong thời gian pre-sale. '), _defineProperty(_vi$data, 'HELP_21_Title', '21) có thể xảy ra trường hợp có một cá nhân nào đó sử dụng ngẫu nhiên một Private key dễ thấy được số dư tài khoản của một người khác và chuyển số Ether đó vào địa chỉ mà cá nhân dó sở hữu hay không? '), _defineProperty(_vi$data, 'HELP_21_Desc_1', 'Đối với phiên bản ngắn: Điều đó có thể xảy ra, nhưng việc chọn ngẫu nhiên dễ nhằm tìm kiếm một tài khoản chứa Ether là một việc làm mất rất nhiều thời gian và cũng có thể mất cả vài chục năm dễ đạt được mục đích đó. bởi vậy trường hợp này được coi là rất khó dễ xảy ra. '), _defineProperty(_vi$data, 'HELP_21_Desc_2', 'Phiên bản dài ELI5: Bởi vậy Ethereum được dựa trên [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), Đặc biệt là [Mật mã đường cong Elliptic](https://eprint.iacr.org/2013/734.pdf) Được sử dụng rất rộng rãi, không chỉ duy nhất ở Ethereum. Hầu hết các Server được bảo vệ thông qua ECC. Bitcoin cũng tương tự, cũng giống như SSH và TLS và rất nhiều thứ khác. Mã khoá của Ethereum cụ thể bao gồm 256-bit ký tự, Đoạn mã đó dài và khó đoán hơn đoạn mã 128-bit và 192-bit, mặc dù 128-bit và 192-bit hiện cũng được dùng khá rộng rãi và vẫn được nhận định là rất bảo mật từ các chuyên gia. '), _defineProperty(_vi$data, 'HELP_21_Desc_3', 'Tại đây bạn đang sở hữu private key và public key. private key có thể dùng thay thế cho public key, nhưng public key không thể dùng nhằm thay thế và dùng dễ phục hồi lại private key. Thực tế trên internet và các dữ liệu cần được bảo mật của thế giới đang sử dụng loại mật mã học này, có nghĩa nếu một cách nào đó nhằm dùng public key dễ phục hồi lại private key, Thì lượng Ether mà bạn bị đánh cắp nó không phải là vấn đề lớn so với nhiều vấn đề mang tính quan trọng rất lớn của những tổ chức tài chính và chính phủ trên toàn cầu. '), _defineProperty(_vi$data, 'HELP_21_Desc_4', 'Hiện tại chỉ khẳng định rằng nếu ai đó sở hữu được Private key của bạn thì thực sự họ mới có khả năng chuyển số Ether trong tài khoản của bạn đi được. Giống như nếu ai đó có được mật khẩu email của bạn, họ có thể đọc và gửi email, hoặc mật khẩu tài khoản ngân hàng của bạn, họ mới có thể đánh cắp tiền của bạn đi được. Bạn có thể tải về định dạng Keystore bởi vì nó là định dạng đã mã hoá dữ liệu từ Private key của bạn cùng với mật khẩu giải mã khác. Trường hợp này giống như hiện tại bạn đang có một mật khẩu A nhưng được bảo vệ bởi một mật khẩu B khác và nó giúp tài khoản của bạn càng khó bị đánh mất hơn. '), _defineProperty(_vi$data, 'HELP_21_Desc_5', 'Vẫn có thẻ xảy ra, theo lý thuyết thì bạn sẽ sử dụng một chuỗi gồn 64 ký tự cho đến khi bạn nhận được một kết quả đúng. Thực tế, một cá nhân thông minh có thể lập trình lên một chương trình rà kết quả đúng với Private key của bạn một cách nhanh chóng. Trường hợp này giống như "brute-forcing" hoặc "mining" private keys. Nhưng viêc làm này vẫn mất rất nhièu thời gian và rất khó. Cùng với một hệ thống Server công nghệ cao, họ có khả năng dò ngẫu nhiên 1 triệu ký tự / giây. Tuy nhiên, Việc kiễm tra ngẩu nghiên này nhằm mang lại quyền đột nhập vào tài khoản của bạn sẽ phải mất một lượng chi phí rất cao đễ duy trì hệ thống Server của họ - và dễ rà soát cho đến khi hoàn toàn chính xác được Private key của bạn thì có lẽ cá nhân đó đã già vì phải mất cả gần trăm năm dễ cho ra kết quả chính xác. '), _defineProperty(_vi$data, 'HELP_21_Desc_6', 'Nếu bạn hiểu toàn bộ về Bitcoin, [Điều này có thể xem qua tại:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Nhằm làm rõ cho việc: Cho rằng mỗi satoshi của mỗi bitcoin từng được tạo ra đã gửi đến nó những private key được nó sở hữu mà không có trường hợp khác thay thế. Xác xuất dễ có một mã khoá bị trùng lặp tại hai địa chỉ khác nhau là một trong 100 quintillion, bởi vậy được coi là hoàn toàn không thể. '), _defineProperty(_vi$data, 'HELP_21_Desc_7', '[Nếu bạn cần một phương pháp bảo mật cao hơn có thể tham khảo:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Đối với đoạn mã của Private thì hầu như những công nghệ tiên tiến trên máy tính của bạn chỉ là vô nghĩa, vì khi người nào đó muốn dò ngẫu nhiên nó thì họ không cần thiết phải tấn công vào thiết bị của bạn. Nhưng đối với một mã khoá 265-bit sẽ bất khả thi đối với việc làm trên trừ khi máy tính của họ được xây dựng bởi một cái gì đó khác biệt và cực kì tiên tiến thì mới rà được và cho ra kết quả tốt nhất và trường hợp này sẽ cần rất rất nhiều thời gian và những công nghệ đó có lẽ còn phải mất rất nhiều thời gian trong tương lai dễ nghiên cứu . '), _defineProperty(_vi$data, 'HELP_21_Desc_8', 'Tất cả những giả đinh trên nhằm xác định rõ đoạn mã được tạo ra một cách hoàn toàn ngẫu nhiên. các mã khoá được tạo ra ở đây đáp ứng các tiêu chí, mà có thể tương tích đc với Jaxx và Mist/Geth. Ví Ethereum là tất cả những gì tuyệt vời nhất. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_vi$data, 'HELP_SecCX_Title', 'Bảo mật - MyEtherWallet CX '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_1', 'Những thông tin dữ liệu được kho tiện ích lưu trữ ở đâu? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_2', 'Các thông tin dữ liệu được lưu trữ tại kho tiện ích của trình duyệt Chrome thông qua [chrome.storage](http://chrome.storage/). - Đây cũng là nơi mà mật khẩu của bạn được lưu trữ khi bạn chọn cài đặt lưu lại mật khẩu ở trình duyệt Chrome. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_3', 'Những loại thông tin nào sẽ được lưu trữ? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_4', 'Địa chỉ, tên gọi và Private key sẽ được lưu trữ tại chrome.storage. Private key sẽ được mã hoá và sử dụng mật khẩu mà bạn thiết lập trong lúc bạn đang thực hiện thêm Ví nhưng địa chỉ Ví và tên Ví thì không bị mã hoá. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_5', 'Vì sao địa chỉ và tên gọi lại không cần thiết mã hoá? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_6', 'Nếu chúng tôi mã hoá chúng, thì bạn phải điền mật khẩu khi bạn muốn xem số dư hiện tại của tài khoản bạn và xem tên gọi của tài khoản đó. Nếu như bạn cảm thấy đáp ứng nhu cầu bạn đã nêu, Chúng tôi cung cấp thêm lựa chọn khác dành cho bạn đó là MyEtherWallet.com thay vì phải sử dụng Chrome Extension. '), _defineProperty(_vi$data, 'HELP_Sec_Title', 'Bảo Mật '), _defineProperty(_vi$data, 'HELP_Sec_Desc_1', 'Nếu câu hỏi đầu tiên mà bạn đặt ra đó là "Vì sao tôi phải tin vào những người tạo ra trang này?", thì đó là một câu hỏi tốt. Hi vọng rằng những thông tin sau đây sẽ làm giảm bớt sự lo ngại từ phía bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_2', 'Chúng tôi đã bất đầu đưa trang của chúng tôi ra thị trường vào tháng 8 năm 2015. Nếu bạn tìm kiếm trên nguồn ["myetherwallet" tại reddit](https://www.reddit.com/search?q=myetherwallet), bạn sẽ thấy được lượng người hiện tại đang sử dụng và sự thành công của trang myetherwallet. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_3', 'Chúng tôi không dùng trang này nhằm mục đích sử dụng tiền của bạn hoặc đánh cắp các Private key của bạn. Và trên trang của chúng tôi hoàn toàn không xuất hiện mã độc. Trong thực tế tại trang "Tạo Ví" là hoàn toàn được thực hiện từ người sử dụng. Việc này có nghĩa tất cả các đoạn mã và mật khẩu sẽ được thực hiện hoàn toàn trên **Máy tính cá nhân của bạn** và nó hoàn toàn không lưu lại hoặc chuyển đi bất cứ một dữ liệu nào ra khỏi máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_4', 'Hãy kiễm tra URL -- Trang của chúng tôi được cung cấp thông qua Github và bạn có thể kiễm tra lại toàn bộ mã nguồn ở đây: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) đến các tên miền: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_vi$data, 'HELP_Sec_Desc_5', 'Đối với việc khởi tạo Ví, bạn có thể tải về [Mã nguồn](https://github.com/kvhnuke/etherwallet/releases/latest). Xem phần #5 phía trên. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_6', 'Bạn hãy cho chạy thử đễ kiễm tra lại toàn bộ hoạt động của nó. Cách đơn giản nhất đễ bạn kiễm tra là nhấn chuột phải vào trang của chúng tôi vào chọn mục "inspect element". đi đến mục "Network". Khởi tạo thử một Ví. Lúc này bạn sẽ thấy được các hoạt động của hệ thống sẽ diễn ra như thế nào. Bạn sẽ thấy được dữ liệu sau: image/gif và image/png. Nó chính là mã QR đã được khởi tạo...trên máy tính của bạn. Và không có một dung lượng dữ liệu nào được chuyển ra khỏi máy của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_8', 'Nếu bạn cảm thấy không an tâm khi sử dụng công cụ của chúng tôi, bạn có quyền không sử dụng nó. Chúng tôi tạo ra ứng dụng này nhằm giúp người sử dụng dễ dàng tạo Ví mới và lập giao dịch mà không cần dùng đến những câu lệnh trên Terminal hoặc tải về đầy đủ các node. Một lần nữa xin nhắc lại, bạn hoàn toàn có thể ngưng sử dụng và báo lại với chúng tôi nếu bạn có một mối quan ngại nào đó, chúng tôi sẽ chịu trách nhiệm chỉnh sửa hoặc giải đáp thắc mắc từ nơi bạn một cách sớm nhất có thể. Xin Chân Thành Cảm Ơn! '), _defineProperty(_vi$data, 'HELP_FAQ_Title', 'Lời giãi đáp cho những câu hỏi thường gặp: '), _defineProperty(_vi$data, 'HELP_Contact_Title', 'Những cách đễ liên lạc với chúng tôi:'), _vi$data); module.exports = vi; @@ -18403,7 +18400,7 @@ zhcn.data = (_zhcn$data = { ONBOARD_why_content__8: '请积极地关注你账户私钥和密码的安全, 你的私钥有时也会以助记词(mnemonic phrase), keystore文件, UTC文件, JSON文件, 钱包文件等形式存在.', ONBOARD_why_content__9: '请记住如果你不慎丢失了你的私钥或者密码, 没有任何人可以恢复它们.', ONBOARD_why_content__10: '如果你在钓鱼网站录入了你的私钥 ,那么它们会**盗取你所有的资金**.' -}, _defineProperty(_zhcn$data, 'ONBOARD_blockchain_title__alt', '什么是区块链?'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_title', '如果MyEtherWallet都不能做前面说的那些事, 那我为啥还要用它?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__1', '因为匿名才是去中心化和区块链的重点.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__2', '你的资金交易不再依赖银行或者政府机构.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__3', '你资金的安全也不再依赖交易所或者银行的安全系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__4', '如果你认为上面的几点不重要, 那你可能需要重新思考下区块链以及加密货币是如何产生价值的. 😉'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__5', '如果你还是觉得用MEW太麻烦, 那你可以考虑用 [Coinbase](https://www.coinbase.com/) 或者 [Blockchain.info](https://blockchain.info/wallet/#/signup). 它们提供类似的使用用户名和密码来登录管理的账户系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__6', '如果你担心 MEW 还不够安全, [那就赶紧买个硬件钱包吧](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! 它们能保证你密钥的安全.'), _defineProperty(_zhcn$data, 'ONBOARD_why_title__alt', '但是为啥呢?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_title', '如何保护你的隐私和资金安全'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_title', '如何防范钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__1', '钓鱼网站的常用伎俩是向你发送一条包含网站链接的信息, 并将这个链接伪装成很像MyEtherWallet, EtherDelta, Paypal或者银行的网站.当用户访问这些钓鱼网站并不慎填写自己的账户信息后, 黑客就能窃取这些信息进而窃取你的资金.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__2', '可以安装 [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) 或者 [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) 或者 [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) 或者 [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) 这几个可以防范钓鱼网站的插件.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__3', '记得每次都要检查 URL 地址: `https://www.myetherwallet.com`.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__4', '正常情况下地址栏左侧会始终显示 `MYETHERWALLET LLC [US]` 字样的绿色字体.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__5', '不要相信或者点击那些在电子邮件, Slack, Reddit, Twitter等地方看到的网页链接.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__6', '养成手动输入地址打开网站的好习惯, 不要通过邮件或者其它途径里链接来打开网站.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__7', '[安装AdBlocker(广告拦截器)](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) 并且不要点击搜索引擎页面里的广告 (比如 百度).'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt_2', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title', '如何防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__1', '总有人会设法骗走你的钱.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__2', '看上去很美好的事物, 事实却有可能相反.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__3', '在决定投资之前充分的做好调查研究, 多查询来自网站或讨论区的多方面信息, 不要轻信.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__4', '当遇到问题或者感觉不对劲的时候, 一定要多提问咨询.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__5', '不要被急功近利的思维占据了理智, 越是紧急的行情越是要保持冷静的问自己为什么, 因为这很有可能是人为制造的恐慌.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title__alt', '远离钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title', '如何防范自己的资金遭受损失'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__1', '如果你丢失了你的私钥或者密码, 是没有任何方法可以找回来的, 千万不要丢掉它们.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__2', '将你的私钥或者密码做好备份, 最好不要将它们保存在电脑上, 手写或者打印到纸上保存.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__3', '将私钥或密码的备份单独保存到安全的离线环境, 如果它们跟你电脑放在一起的话那么一场大火或者洪水就能轻易的将它们一并摧毁.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__4', '千万不要将私钥存放到在线网盘, 带云同步的相册等在线环境中.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__5', '如果你真正重视你的数字货币, 那你就应该买一个硬件钱包, 你的资产值得用更专业的设备来保护.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__6', '[点我查看更多安全技巧!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title__alt_2', '防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_final_title__alt', '还有一步! 🤘'), _defineProperty(_zhcn$data, 'ONBOARD_final_title', '教程到此完毕!'), _defineProperty(_zhcn$data, 'ONBOARD_final_subtitle', '感谢你认真阅读教程, 你还可以查看更多:'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__1', '创建新钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__2', '购买硬件钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__3', '如何安装 MEW + MetaMask'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__4', '如何离线在本地使用 MEW'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__5', '如何配合 Ledger 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__6', '如何配合 TREZOR 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__7', '如何配合 MetaMask 使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__8', '了解更多或联系我们'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__9', '立刻允许我开始操作账户吧.'), _defineProperty(_zhcn$data, 'ONBOARD_resume', '好像你上次还没有读完整个教程. 请仔细阅读每一张卡片上的提示噢 😉'), _defineProperty(_zhcn$data, 'HELP_2a_Title', '如何保存/备份我的钱包? '), _defineProperty(_zhcn$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_zhcn$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_zhcn$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_zhcn$data, 'x_ReadMore', 'Read More'), _defineProperty(_zhcn$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_zhcn$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_zhcn$data, 'x_TXFee', 'TX Fee'), _defineProperty(_zhcn$data, 'x_TxHash', 'TX Hash'), _defineProperty(_zhcn$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_zhcn$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_zhcn$data, 'tx_Details', 'Transaction Details'), _defineProperty(_zhcn$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhcn$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_zhcn$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_zhcn$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_zhcn$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_zhcn$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_zhcn$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_zhcn$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_zhcn$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_zhcn$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_zhcn$data, 'GEN_Help_1', 'Use your'), _defineProperty(_zhcn$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_zhcn$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_zhcn$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_zhcn$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_zhcn$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_zhcn$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_zhcn$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_zhcn$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_zhcn$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_zhcn$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_zhcn$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_zhcn$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhcn$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhcn$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhcn$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhcn$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhcn$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhcn$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhcn$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhcn$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_zhcn$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_zhcn$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_zhcn$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_zhcn$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhcn$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhcn$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhcn$data, 'NAV_AddWallet', '添加钱包 '), _defineProperty(_zhcn$data, 'NAV_BulkGenerate', '批量生成 '), _defineProperty(_zhcn$data, 'NAV_Contact', '联系我们 '), _defineProperty(_zhcn$data, 'NAV_Contracts', '合同 '), _defineProperty(_zhcn$data, 'NAV_DeployContract', '部署合约 '), _defineProperty(_zhcn$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhcn$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_zhcn$data, 'NAV_GenerateWallet', '生成钱包 '), _defineProperty(_zhcn$data, 'NAV_Help', '帮助 '), _defineProperty(_zhcn$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_zhcn$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_zhcn$data, 'NAV_MyWallets', '我的钱包 '), _defineProperty(_zhcn$data, 'NAV_Offline', '离线发送 '), _defineProperty(_zhcn$data, 'NAV_SendEther', '发送以太币 / 发送代币 '), _defineProperty(_zhcn$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_zhcn$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_zhcn$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhcn$data, 'NAV_ViewWallet', '查看钱包信息 '), _defineProperty(_zhcn$data, 'NAV_YourWallets', '你的钱包 '), _defineProperty(_zhcn$data, 'x_Access', 'Access '), _defineProperty(_zhcn$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 你可以把地址理解为你的“账户”或者“公钥”。你将地址告诉别人,他们就可以向你发送以太币。那个图标有助于判别你的地址。 '), _defineProperty(_zhcn$data, 'x_Address', '你的地址 '), _defineProperty(_zhcn$data, 'x_Cancel', '拒绝 '), _defineProperty(_zhcn$data, 'x_CSV', 'CSV文件(未加密) '), _defineProperty(_zhcn$data, 'x_Download', '下载 '), _defineProperty(_zhcn$data, 'x_Json', 'JSON文件(未加密) '), _defineProperty(_zhcn$data, 'x_JsonDesc', '这是你的未加密JSON格式的私钥文件。 这意味着你发送交易时不需要密码,也意味着拿到你的JSON文件的可以无需密码就可以控制你的钱包和以太币。 '), _defineProperty(_zhcn$data, 'x_Keystore', 'Keystore File (UTC / JSON · 推荐加密的) '), _defineProperty(_zhcn$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_zhcn$data, 'x_KeystoreDesc', '这个Keystore/JSON文件和Mist、Geth使用的钱包文件是一样的,所以将来你可以非常容易地导入。 It is the recommended file to download and back up.推荐下载和备份这个文件。 '), _defineProperty(_zhcn$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhcn$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_zhcn$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_zhcn$data, 'x_Password', '密码 '), _defineProperty(_zhcn$data, 'x_Print', '打印纸钱包 '), _defineProperty(_zhcn$data, 'x_PrintDesc', '小技巧:点击打印,并保存为PDF格式,即使你没有打印机。 '), _defineProperty(_zhcn$data, 'x_PrintShort', '打印 '), _defineProperty(_zhcn$data, 'x_PrivKey', '私钥(未加密) '), _defineProperty(_zhcn$data, 'x_PrivKey2', '私钥 '), _defineProperty(_zhcn$data, 'x_PrivKeyDesc', '这是未加密的文本格式私钥文件,这意味发送交易不需要密码。 如果某个人拿到了你的未加密的私钥,他们无需密码就能够控制你的钱包。 出于这个考虑,我们推荐你使用加密的私钥文件。 '), _defineProperty(_zhcn$data, 'x_Save', '保存 '), _defineProperty(_zhcn$data, 'x_TXT', 'TXT文件(未加密) '), _defineProperty(_zhcn$data, 'x_Wallet', '钱包 '), _defineProperty(_zhcn$data, 'MEW_Warning_1', '使用或者创建新钱包之前,一定要检查下网址是否正确。小心钓鱼网址! '), _defineProperty(_zhcn$data, 'CX_Warning_1', '确保你备份了保存在这里的所有钱包。 许多事情包括卸载和重装扩展,都将使你丢失Chrome扩展中的数据。这个扩展是一种使用钱包的简单方式,但不是备份钱包的方式。 '), _defineProperty(_zhcn$data, 'MEW_Tagline', '开源JavaScript客户端以太币钱包 '), _defineProperty(_zhcn$data, 'CX_Tagline', '开源JavaScript客户端以太币钱包Chrome扩展 '), _defineProperty(_zhcn$data, 'FOOTER_1', '一个开源的生成以太坊钱包和发送交易的JavaScript客户端工具 '), _defineProperty(_zhcn$data, 'FOOTER_1b', '创建者 '), _defineProperty(_zhcn$data, 'FOOTER_2', '欢迎捐赠我们: '), _defineProperty(_zhcn$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhcn$data, 'FOOTER_4', '声明 '), _defineProperty(_zhcn$data, 'sidebar_AccountInfo', '账户信息: '), _defineProperty(_zhcn$data, 'sidebar_AccountAddr', '账户地址: '), _defineProperty(_zhcn$data, 'sidebar_AccountBal', '账户余额: '), _defineProperty(_zhcn$data, 'sidebar_TokenBal', '代币余额: '), _defineProperty(_zhcn$data, 'sidebar_Equiv', '价值: '), _defineProperty(_zhcn$data, 'sidebar_TransHistory', '交易历史: '), _defineProperty(_zhcn$data, 'sidebar_donation', 'MyEtherWallet是保护你的隐私和安全的免费、开源服务。 我们收到的捐赠越多,我们开发新特性、听取你的反馈的时间就越多。我们只是两个尝试改变世界的两个开发者。您能帮助我们吗? '), _defineProperty(_zhcn$data, 'sidebar_donate', '捐赠 '), _defineProperty(_zhcn$data, 'sidebar_thanks', '感谢你!!! '), _defineProperty(_zhcn$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_zhcn$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_zhcn$data, 'decrypt_Access', '你将怎样使用钱包? '), _defineProperty(_zhcn$data, 'decrypt_Title', '选择你的私钥文件格式: '), _defineProperty(_zhcn$data, 'decrypt_Select', '选择一个钱包: '), _defineProperty(_zhcn$data, 'ADD_Label_1', '你想执行什么操作? '), _defineProperty(_zhcn$data, 'ADD_Radio_1', '生成新钱包 '), _defineProperty(_zhcn$data, 'ADD_Radio_2', '选择你的钱包文件(Keystore/JSON) '), _defineProperty(_zhcn$data, 'ADD_Radio_2_alt', '选择你的钱包文件: '), _defineProperty(_zhcn$data, 'ADD_Radio_2_short', '选择钱包文件... '), _defineProperty(_zhcn$data, 'ADD_Radio_3', '粘贴/输入你的私钥 '), _defineProperty(_zhcn$data, 'ADD_Radio_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_zhcn$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhcn$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhcn$data, 'ADD_Label_2', '生成一个钱包昵称: '), _defineProperty(_zhcn$data, 'ADD_Label_3', '你的钱包被加密,请输入密码: '), _defineProperty(_zhcn$data, 'ADD_Label_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Warning_1', '你可以钱包标签页面添加任何要查看的账户,不需要上传私钥。这不意味着你可以使用钱包和发送以太币。 '), _defineProperty(_zhcn$data, 'ADD_Label_5', '输入地址: '), _defineProperty(_zhcn$data, 'ADD_Label_6', '解锁钱包 '), _defineProperty(_zhcn$data, 'ADD_Label_6_short', '解锁 '), _defineProperty(_zhcn$data, 'ADD_Label_7', '增加账户 '), _defineProperty(_zhcn$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhcn$data, 'GEN_desc', '如果你想生成多个钱包,你可以在这里进行: '), _defineProperty(_zhcn$data, 'GEN_Label_1', '输入一个强密码(至少9位) '), _defineProperty(_zhcn$data, 'GEN_Placeholder_1', '不要忘记保存! '), _defineProperty(_zhcn$data, 'GEN_SuccessMsg', '成功!你的钱包已经生成。 '), _defineProperty(_zhcn$data, 'GEN_Label_2', '保存你的Keystore或者私钥。不要忘记你的密码。 '), _defineProperty(_zhcn$data, 'GEN_Label_3', '保存你的地址。 '), _defineProperty(_zhcn$data, 'GEN_Label_4', '打印你的纸钱包,或者存储二维码。(可选) '), _defineProperty(_zhcn$data, 'BULK_Label_1', '打算生成的钱包数量 '), _defineProperty(_zhcn$data, 'BULK_Label_2', '生成钱包 '), _defineProperty(_zhcn$data, 'BULK_SuccessMsg', '成功!你的钱包生成好了。 '), _defineProperty(_zhcn$data, 'SEND_addr', '发送至地址: '), _defineProperty(_zhcn$data, 'SEND_amount', '转账数额: '), _defineProperty(_zhcn$data, 'SEND_amount_short', '数额 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Custom '), _defineProperty(_zhcn$data, 'SEND_gas', 'Gas '), _defineProperty(_zhcn$data, 'SEND_TransferTotal', '发送所有余额 '), _defineProperty(_zhcn$data, 'SEND_generate', '生成交易 '), _defineProperty(_zhcn$data, 'SEND_raw', '未生效交易 '), _defineProperty(_zhcn$data, 'SEND_signed', '签名交易 '), _defineProperty(_zhcn$data, 'SEND_trans', '发送交易 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_zhcn$data, 'SENDModal_Title', '警告! '), _defineProperty(_zhcn$data, 'SENDModal_Content_1', '你将发送 '), _defineProperty(_zhcn$data, 'SENDModal_Content_2', '到地址 '), _defineProperty(_zhcn$data, 'SENDModal_Content_3', '你确定这样做吗? '), _defineProperty(_zhcn$data, 'SENDModal_Content_4', '注意:如果你遇到错误,你最有可能向你的账户添加以太币,用以支付发送代币所需的gas。 Gas is paid in ether.Gas用以太币支付。 '), _defineProperty(_zhcn$data, 'SENDModal_No', '不,离开这里。 '), _defineProperty(_zhcn$data, 'SENDModal_Yes', '是的,我确定!发送交易。 '), _defineProperty(_zhcn$data, 'TOKEN_Addr', '地址 Token Contract '), _defineProperty(_zhcn$data, 'TOKEN_Symbol', '代币符号 '), _defineProperty(_zhcn$data, 'TOKEN_Dec', '小数点位数 '), _defineProperty(_zhcn$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_zhcn$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_zhcn$data, 'TRANS_desc', '如果你想发送代币,请使用“发送代币”页面。 '), _defineProperty(_zhcn$data, 'TRANS_warning', '如果你使用“只发送ETH”或则“只发送ETC”功能,那么你是通过合约发送交易。 一些服务(例如交易所充值)接收这些交易时会遇到问题。阅读更多内容。 '), _defineProperty(_zhcn$data, 'TRANS_advanced', '高级功能:增加更多Gas或者数据 '), _defineProperty(_zhcn$data, 'TRANS_data', '数据: '), _defineProperty(_zhcn$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_zhcn$data, 'TRANS_sendInfo', '一笔标准交易需要21000gas,花费0.000441以太币。我们将gas价格设为0.000000021以太币,略高于最低价格,以保证交易被快速打包。我们不收取交易费用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Title', '“只发送ETH”和“只发送ETC”交易 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_0', '注意不同的交易和不同的服务: '), _defineProperty(_zhcn$data, 'TRANSModal_Content_1', '**发送ETH(标准交易):** 这将生成一个默认交易,直接从一个地址发送到另一个地址。它的默认gas是21000。 用这种方式发送ETH可能会在ETC链上重放。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_2', '**只发送:ETH:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_3', '**只发送:ETC:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** 通过标准交易只发送ETH或者ETC。如果你通过“只发送ETH或者ETC”合约发送交易,你需要联系他们的客服,让他们手动增加你的余额或者返币给你。 [你也可以尝试Shapeshift的”分割“工具。](https://split.shapeshift.io/) '), _defineProperty(_zhcn$data, 'TRANSModal_Content_5', '**Kraken、Poloniex交易所:**向这两个交易所地址发送没币有遇到问题。可以使用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Yes', '我理解了。 '), _defineProperty(_zhcn$data, 'TRANSModal_No', '我更加糊涂了,请帮助我。 '), _defineProperty(_zhcn$data, 'OFFLINE_Title', '生成、发送离线交易 '), _defineProperty(_zhcn$data, 'OFFLINE_Desc', '生成离线交易需要3个步骤。步骤1和步骤3在连网的电脑上完成,步骤2在离线电脑上完成。这确保了你的私钥不会接触到联网设备。 '), _defineProperty(_zhcn$data, 'OFFLLINE_Step1_Title', '步骤1:生成信息(联网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Button', '生成信息 '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_1', '发自地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_2', '注意:这是发自地址,不是发往地址。 Nonce是从起始账户生成的。如果使用一台隔离电脑,它就是冷存储的账户地址。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Title', '步骤2:生成交易(离线电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_1', '发往地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_2', '发送数额 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3', 'Gas价格 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3b', '在你的连网电脑的第1步骤中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4', 'Gas限制 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4b', '21000是默认的gas限制。当你发送合约或者添加数据时,gas限制可能会不同。没使用的gas将返回给你。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5b', '在你的连网电脑的第1步中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6', '数据 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6b', '这是可选项。当你向合约发送交易时,往往需要用到数据。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_7', '输入/选择你的私钥文件/JSON '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Title', '步骤3:发送/公开交易(连网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Label_1', '将步骤2的签名交易粘贴到这里,点击“发送交易”按钮。 '), _defineProperty(_zhcn$data, 'DEP_generate', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_generated', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_signtx', '签名交易 '), _defineProperty(_zhcn$data, 'DEP_interface', '生成界面 '), _defineProperty(_zhcn$data, 'MYWAL_Nick', '钱包昵称 '), _defineProperty(_zhcn$data, 'MYWAL_Address', '钱包地址 '), _defineProperty(_zhcn$data, 'MYWAL_Bal', '余额 '), _defineProperty(_zhcn$data, 'MYWAL_Edit', '编辑 '), _defineProperty(_zhcn$data, 'MYWAL_View', '查看 '), _defineProperty(_zhcn$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhcn$data, 'MYWAL_RemoveWal', '移除钱包: '), _defineProperty(_zhcn$data, 'MYWAL_WatchOnly', '你的只可查看账户 '), _defineProperty(_zhcn$data, 'MYWAL_Viewing', '查看钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Hide', '隐藏钱包信息 '), _defineProperty(_zhcn$data, 'MYWAL_Edit_2', '编辑钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Name', '钱包名字 '), _defineProperty(_zhcn$data, 'MYWAL_Content_1', '警告!你将移除你的钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Content_2', '确保在移除以前你已经保存了私钥和Keystore文件,并记住了密码。 '), _defineProperty(_zhcn$data, 'MYWAL_Content_3', '如果你想将来在MyEtherWallet插件中使用该钱包,你需要手动添加私钥/JSON文件和密码。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle', '这允许你下载不同格式的私钥和重新打印你的纸钱包。为了将[你的账户导入到Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/),你可能需要这个操作。如果你想查看你的余额,我们推荐使用区块浏览器,例如[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle_Short', '这允许你下载不同格式的私钥和重新打印你的纸钱包。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_SuccessMsg', '成功!这是你的钱包细节! '), _defineProperty(_zhcn$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_zhcn$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_zhcn$data, 'CX_error_1', '你没有已保存的钱包。点击["添加钱包"](/cx-wallet.html#add-wallet),添加一个钱包。 '), _defineProperty(_zhcn$data, 'CX_quicksend', '快速发送 '), _defineProperty(_zhcn$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_zhcn$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_zhcn$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_zhcn$data, 'NODE_Name', 'Node Name'), _defineProperty(_zhcn$data, 'NODE_Port', 'Node Port'), _defineProperty(_zhcn$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_zhcn$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_zhcn$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_zhcn$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_zhcn$data, 'CONTRACT_Read', 'READ '), _defineProperty(_zhcn$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_zhcn$data, 'SWAP_rates', "Current Rates "), _defineProperty(_zhcn$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_zhcn$data, 'SWAP_init_2', " for "), _defineProperty(_zhcn$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_zhcn$data, 'SWAP_information', "Your Information "), _defineProperty(_zhcn$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_zhcn$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_zhcn$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_zhcn$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_zhcn$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_zhcn$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_zhcn$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_zhcn$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_zhcn$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_zhcn$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_zhcn$data, 'SWAP_progress_3', "Received! "), _defineProperty(_zhcn$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_zhcn$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_zhcn$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_zhcn$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_zhcn$data, 'MSG_message', 'Message '), _defineProperty(_zhcn$data, 'MSG_date', 'Date '), _defineProperty(_zhcn$data, 'MSG_signature', 'Signature '), _defineProperty(_zhcn$data, 'MSG_verify', 'Verify Message '), _defineProperty(_zhcn$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_zhcn$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_zhcn$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_zhcn$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_zhcn$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhcn$data, 'MNEM_more', 'More Addresses '), _defineProperty(_zhcn$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_zhcn$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_zhcn$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_zhcn$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhcn$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhcn$data, 'x_Trezor', 'TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_zhcn$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_zhcn$data, 'ERROR_0', '请输入有效数额。 '), _defineProperty(_zhcn$data, 'ERROR_1', '你的密码至少需要设置为9位。请确保密码足够强。 '), _defineProperty(_zhcn$data, 'ERROR_2', '抱歉!我们不能识别这种类型的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_3', '这不是一个有效的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units 这个单位不存在,请用下面给出的单位 '), _defineProperty(_zhcn$data, 'ERROR_5', '无效地址。 '), _defineProperty(_zhcn$data, 'ERROR_6', '无效密码。 '), _defineProperty(_zhcn$data, 'ERROR_7', '无效数额。(Must be integer. Try 0-18.) '), _defineProperty(_zhcn$data, 'ERROR_8', '无效gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhcn$data, 'ERROR_9', '无效数据值。(Must be hex.) '), _defineProperty(_zhcn$data, 'ERROR_10', '无效gas数额。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhcn$data, 'ERROR_11', '无效nonce。(Must be integer.)'), _defineProperty(_zhcn$data, 'ERROR_12', '无效签名交易。 '), _defineProperty(_zhcn$data, 'ERROR_13', '已经有一个钱包使用该昵称。 '), _defineProperty(_zhcn$data, 'ERROR_14', '找不到钱包。 '), _defineProperty(_zhcn$data, 'ERROR_15', '看起来这个提议不存在或者读取这个提议时出现错误。 '), _defineProperty(_zhcn$data, 'ERROR_16', '这个地址钱包已经存在于存储中。请查看你的钱包页面。 '), _defineProperty(_zhcn$data, 'ERROR_17', '你的账户需要至少0.01以太币,已支付gas费用。请添加一些以太币,再次尝试。 '), _defineProperty(_zhcn$data, 'ERROR_18', '所有的gas将用于这笔交易。 这意味着你已经对这个提议进行投票或者辩论期已经结束。 '), _defineProperty(_zhcn$data, 'ERROR_19', '无效符号 '), _defineProperty(_zhcn$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_zhcn$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_zhcn$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_zhcn$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_zhcn$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_zhcn$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_zhcn$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_zhcn$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_zhcn$data, 'ERROR_28', '将来使用钱包时,你需要Keystore文件或者私钥。 请做好保存和备份。 如果你没有保存,没有办法恢复钱包。 请阅读[帮助页面](https://www.myetherwallet.com/#help),获得更多信息。 '), _defineProperty(_zhcn$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_zhcn$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhcn$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhcn$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhcn$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhcn$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhcn$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhcn$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhcn$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhcn$data, 'SUCCESS_1', '有效地址 '), _defineProperty(_zhcn$data, 'SUCCESS_2', '钱包解密成功 '), _defineProperty(_zhcn$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_zhcn$data, 'SUCCESS_4', '成功添加你的钱包: '), _defineProperty(_zhcn$data, 'SUCCESS_5', '选择的文件: '), _defineProperty(_zhcn$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_zhcn$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_zhcn$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_zhcn$data, 'GETH_InvalidSender', '无效发送者 '), _defineProperty(_zhcn$data, 'GETH_Nonce', 'Nonce太低 '), _defineProperty(_zhcn$data, 'GETH_Cheap', 'Gas价格太低,不被接受 '), _defineProperty(_zhcn$data, 'GETH_Balance', '余额不足 '), _defineProperty(_zhcn$data, 'GETH_NonExistentAccount', '账户不存在或者账户余额太低 '), _defineProperty(_zhcn$data, 'GETH_InsufficientFunds', '余额不足,余额低于 gas * price + 发送数额 '), _defineProperty(_zhcn$data, 'GETH_IntrinsicGas', '固有gas太低 '), _defineProperty(_zhcn$data, 'GETH_GasLimit', '超过区块gas上限 '), _defineProperty(_zhcn$data, 'GETH_NegativeValue', '负值 '), _defineProperty(_zhcn$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_zhcn$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_zhcn$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_zhcn$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_zhcn$data, 'translate_version', '0.3 '), _defineProperty(_zhcn$data, 'Translator_Desc', '感谢中文译者: '), _defineProperty(_zhcn$data, 'TranslatorName_1', '[ Shaoping@ethfans.org (少平)]((https://www.myetherwallet.com/?gaslimit=21000&to=0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740&value=1.0#send-transaction)) '), _defineProperty(_zhcn$data, 'TranslatorAddr_1', '0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740 '), _defineProperty(_zhcn$data, 'TranslatorName_2', '[ Wenham@coinwallet.shop (文翰) ]((https://www.myetherwallet.com/?gaslimit=21000&to=0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127&value=0.1#send-transaction))'), _defineProperty(_zhcn$data, 'TranslatorAddr_2', '0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127'), _defineProperty(_zhcn$data, 'TranslatorName_3', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_3', ''), _defineProperty(_zhcn$data, 'TranslatorName_4', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_4', ''), _defineProperty(_zhcn$data, 'TranslatorName_5', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_5', ''), _defineProperty(_zhcn$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhcn$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhcn$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhcn$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhcn$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhcn$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhcn$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhcn$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhcn$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhcn$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhcn$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhcn$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.01 ether to your new wallet, access that wallet, send that 0.01 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhcn$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhcn$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_2', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_12', 'Using "发送以太币 / 发送代币" Page '), _defineProperty(_zhcn$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhcn$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhcn$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhcn$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_zhcn$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_1', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_zhcn$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhcn$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhcn$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhcn$data, 'HELP_9_Title', '9) Is the "发送以太币 / 发送代币" page offline? '), _defineProperty(_zhcn$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhcn$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhcn$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhcn$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhcn$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhcn$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhcn$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhcn$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhcn$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhcn$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhcn$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhcn$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhcn$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhcn$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhcn$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_zhcn$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhcn$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhcn$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhcn$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhcn$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhcn$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhcn$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhcn$data, 'HELP_Sec_Title', 'Security安全 '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhcn$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions 常见问题的更多有用回答 '), _defineProperty(_zhcn$data, 'HELP_Contact_Title', 'Ways to Get in Touch 联系方式'), _zhcn$data); +}, _defineProperty(_zhcn$data, 'ONBOARD_blockchain_title__alt', '什么是区块链?'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_title', '如果MyEtherWallet都不能做前面说的那些事, 那我为啥还要用它?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__1', '因为匿名才是去中心化和区块链的重点.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__2', '你的资金交易不再依赖银行或者政府机构.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__3', '你资金的安全也不再依赖交易所或者银行的安全系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__4', '如果你认为上面的几点不重要, 那你可能需要重新思考下区块链以及加密货币是如何产生价值的. 😉'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__5', '如果你还是觉得用MEW太麻烦, 那你可以考虑用 [Coinbase](https://www.coinbase.com/) 或者 [Blockchain.info](https://blockchain.info/wallet/#/signup). 它们提供类似的使用用户名和密码来登录管理的账户系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__6', '如果你担心 MEW 还不够安全, [那就赶紧买个硬件钱包吧](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! 它们能保证你密钥的安全.'), _defineProperty(_zhcn$data, 'ONBOARD_why_title__alt', '但是为啥呢?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_title', '如何保护你的隐私和资金安全'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_title', '如何防范钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__1', '钓鱼网站的常用伎俩是向你发送一条包含网站链接的信息, 并将这个链接伪装成很像MyEtherWallet, EtherDelta, Paypal或者银行的网站.当用户访问这些钓鱼网站并不慎填写自己的账户信息后, 黑客就能窃取这些信息进而窃取你的资金.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__2', '可以安装 [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) 或者 [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) 或者 [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) 或者 [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) 这几个可以防范钓鱼网站的插件.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__3', '记得每次都要检查 URL 地址: `https://www.myetherwallet.com`.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__4', '正常情况下地址栏左侧会始终显示 `MYETHERWALLET LLC` 字样的绿色字体.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__5', '不要相信或者点击那些在电子邮件, Slack, Reddit, Twitter等地方看到的网页链接.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__6', '养成手动输入地址打开网站的好习惯, 不要通过邮件或者其它途径里链接来打开网站.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__7', '[安装AdBlocker(广告拦截器)](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) 并且不要点击搜索引擎页面里的广告 (比如 百度).'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt_2', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title', '如何防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__1', '总有人会设法骗走你的钱.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__2', '看上去很美好的事物, 事实却有可能相反.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__3', '在决定投资之前充分的做好调查研究, 多查询来自网站或讨论区的多方面信息, 不要轻信.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__4', '当遇到问题或者感觉不对劲的时候, 一定要多提问咨询.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__5', '不要被急功近利的思维占据了理智, 越是紧急的行情越是要保持冷静的问自己为什么, 因为这很有可能是人为制造的恐慌.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title__alt', '远离钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title', '如何防范自己的资金遭受损失'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__1', '如果你丢失了你的私钥或者密码, 是没有任何方法可以找回来的, 千万不要丢掉它们.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__2', '将你的私钥或者密码做好备份, 最好不要将它们保存在电脑上, 手写或者打印到纸上保存.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__3', '将私钥或密码的备份单独保存到安全的离线环境, 如果它们跟你电脑放在一起的话那么一场大火或者洪水就能轻易的将它们一并摧毁.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__4', '千万不要将私钥存放到在线网盘, 带云同步的相册等在线环境中.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__5', '如果你真正重视你的数字货币, 那你就应该买一个硬件钱包, 你的资产值得用更专业的设备来保护.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__6', '[点我查看更多安全技巧!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title__alt_2', '防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_final_title__alt', '还有一步! 🤘'), _defineProperty(_zhcn$data, 'ONBOARD_final_title', '教程到此完毕!'), _defineProperty(_zhcn$data, 'ONBOARD_final_subtitle', '感谢你认真阅读教程, 你还可以查看更多:'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__1', '创建新钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__2', '购买硬件钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__3', '如何安装 MEW + MetaMask'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__4', '如何离线在本地使用 MEW'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__5', '如何配合 Ledger 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__6', '如何配合 TREZOR 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__7', '如何配合 MetaMask 使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__8', '了解更多或联系我们'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__9', '立刻允许我开始操作账户吧.'), _defineProperty(_zhcn$data, 'ONBOARD_resume', '好像你上次还没有读完整个教程. 请仔细阅读每一张卡片上的提示噢 😉'), _defineProperty(_zhcn$data, 'HELP_2a_Title', '如何保存/备份我的钱包? '), _defineProperty(_zhcn$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_zhcn$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_zhcn$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_zhcn$data, 'x_ReadMore', 'Read More'), _defineProperty(_zhcn$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_zhcn$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_zhcn$data, 'x_TXFee', 'TX Fee'), _defineProperty(_zhcn$data, 'x_TxHash', 'TX Hash'), _defineProperty(_zhcn$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_zhcn$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_zhcn$data, 'tx_Details', 'Transaction Details'), _defineProperty(_zhcn$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhcn$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_zhcn$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_zhcn$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_zhcn$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_zhcn$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_zhcn$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_zhcn$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_zhcn$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_zhcn$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_zhcn$data, 'GEN_Help_1', 'Use your'), _defineProperty(_zhcn$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_zhcn$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_zhcn$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_zhcn$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_zhcn$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_zhcn$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_zhcn$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_zhcn$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_zhcn$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_zhcn$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_zhcn$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_zhcn$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhcn$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhcn$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhcn$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhcn$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhcn$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhcn$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhcn$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhcn$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_zhcn$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_zhcn$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_zhcn$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_zhcn$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhcn$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhcn$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhcn$data, 'NAV_AddWallet', '添加钱包 '), _defineProperty(_zhcn$data, 'NAV_BulkGenerate', '批量生成 '), _defineProperty(_zhcn$data, 'NAV_Contact', '联系我们 '), _defineProperty(_zhcn$data, 'NAV_Contracts', '合同 '), _defineProperty(_zhcn$data, 'NAV_DeployContract', '部署合约 '), _defineProperty(_zhcn$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhcn$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_zhcn$data, 'NAV_GenerateWallet', '生成钱包 '), _defineProperty(_zhcn$data, 'NAV_Help', '帮助 '), _defineProperty(_zhcn$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_zhcn$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_zhcn$data, 'NAV_MyWallets', '我的钱包 '), _defineProperty(_zhcn$data, 'NAV_Offline', '离线发送 '), _defineProperty(_zhcn$data, 'NAV_SendEther', '发送以太币 / 发送代币 '), _defineProperty(_zhcn$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_zhcn$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_zhcn$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhcn$data, 'NAV_ViewWallet', '查看钱包信息 '), _defineProperty(_zhcn$data, 'NAV_YourWallets', '你的钱包 '), _defineProperty(_zhcn$data, 'x_Access', 'Access '), _defineProperty(_zhcn$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 你可以把地址理解为你的“账户”或者“公钥”。你将地址告诉别人,他们就可以向你发送以太币。那个图标有助于判别你的地址。 '), _defineProperty(_zhcn$data, 'x_Address', '你的地址 '), _defineProperty(_zhcn$data, 'x_Cancel', '拒绝 '), _defineProperty(_zhcn$data, 'x_CSV', 'CSV文件(未加密) '), _defineProperty(_zhcn$data, 'x_Download', '下载 '), _defineProperty(_zhcn$data, 'x_Json', 'JSON文件(未加密) '), _defineProperty(_zhcn$data, 'x_JsonDesc', '这是你的未加密JSON格式的私钥文件。 这意味着你发送交易时不需要密码,也意味着拿到你的JSON文件的可以无需密码就可以控制你的钱包和以太币。 '), _defineProperty(_zhcn$data, 'x_Keystore', 'Keystore File (UTC / JSON · 推荐加密的) '), _defineProperty(_zhcn$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_zhcn$data, 'x_KeystoreDesc', '这个Keystore/JSON文件和Mist、Geth使用的钱包文件是一样的,所以将来你可以非常容易地导入。 It is the recommended file to download and back up.推荐下载和备份这个文件。 '), _defineProperty(_zhcn$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhcn$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_zhcn$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_zhcn$data, 'x_Password', '密码 '), _defineProperty(_zhcn$data, 'x_Print', '打印纸钱包 '), _defineProperty(_zhcn$data, 'x_PrintDesc', '小技巧:点击打印,并保存为PDF格式,即使你没有打印机。 '), _defineProperty(_zhcn$data, 'x_PrintShort', '打印 '), _defineProperty(_zhcn$data, 'x_PrivKey', '私钥(未加密) '), _defineProperty(_zhcn$data, 'x_PrivKey2', '私钥 '), _defineProperty(_zhcn$data, 'x_PrivKeyDesc', '这是未加密的文本格式私钥文件,这意味发送交易不需要密码。 如果某个人拿到了你的未加密的私钥,他们无需密码就能够控制你的钱包。 出于这个考虑,我们推荐你使用加密的私钥文件。 '), _defineProperty(_zhcn$data, 'x_Save', '保存 '), _defineProperty(_zhcn$data, 'x_TXT', 'TXT文件(未加密) '), _defineProperty(_zhcn$data, 'x_Wallet', '钱包 '), _defineProperty(_zhcn$data, 'MEW_Warning_1', '使用或者创建新钱包之前,一定要检查下网址是否正确。小心钓鱼网址! '), _defineProperty(_zhcn$data, 'CX_Warning_1', '确保你备份了保存在这里的所有钱包。 许多事情包括卸载和重装扩展,都将使你丢失Chrome扩展中的数据。这个扩展是一种使用钱包的简单方式,但不是备份钱包的方式。 '), _defineProperty(_zhcn$data, 'MEW_Tagline', '开源JavaScript客户端以太币钱包 '), _defineProperty(_zhcn$data, 'CX_Tagline', '开源JavaScript客户端以太币钱包Chrome扩展 '), _defineProperty(_zhcn$data, 'FOOTER_1', '一个开源的生成以太坊钱包和发送交易的JavaScript客户端工具 '), _defineProperty(_zhcn$data, 'FOOTER_1b', '创建者 '), _defineProperty(_zhcn$data, 'FOOTER_2', '欢迎捐赠我们: '), _defineProperty(_zhcn$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhcn$data, 'FOOTER_4', '声明 '), _defineProperty(_zhcn$data, 'sidebar_AccountInfo', '账户信息: '), _defineProperty(_zhcn$data, 'sidebar_AccountAddr', '账户地址: '), _defineProperty(_zhcn$data, 'sidebar_AccountBal', '账户余额: '), _defineProperty(_zhcn$data, 'sidebar_TokenBal', '代币余额: '), _defineProperty(_zhcn$data, 'sidebar_Equiv', '价值: '), _defineProperty(_zhcn$data, 'sidebar_TransHistory', '交易历史: '), _defineProperty(_zhcn$data, 'sidebar_donation', 'MyEtherWallet是保护你的隐私和安全的免费、开源服务。 我们收到的捐赠越多,我们开发新特性、听取你的反馈的时间就越多。我们只是两个尝试改变世界的两个开发者。您能帮助我们吗? '), _defineProperty(_zhcn$data, 'sidebar_donate', '捐赠 '), _defineProperty(_zhcn$data, 'sidebar_thanks', '感谢你!!! '), _defineProperty(_zhcn$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_zhcn$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_zhcn$data, 'decrypt_Access', '你将怎样使用钱包? '), _defineProperty(_zhcn$data, 'decrypt_Title', '选择你的私钥文件格式: '), _defineProperty(_zhcn$data, 'decrypt_Select', '选择一个钱包: '), _defineProperty(_zhcn$data, 'ADD_Label_1', '你想执行什么操作? '), _defineProperty(_zhcn$data, 'ADD_Radio_1', '生成新钱包 '), _defineProperty(_zhcn$data, 'ADD_Radio_2', '选择你的钱包文件(Keystore/JSON) '), _defineProperty(_zhcn$data, 'ADD_Radio_2_alt', '选择你的钱包文件: '), _defineProperty(_zhcn$data, 'ADD_Radio_2_short', '选择钱包文件... '), _defineProperty(_zhcn$data, 'ADD_Radio_3', '粘贴/输入你的私钥 '), _defineProperty(_zhcn$data, 'ADD_Radio_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_zhcn$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhcn$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhcn$data, 'ADD_Label_2', '生成一个钱包昵称: '), _defineProperty(_zhcn$data, 'ADD_Label_3', '你的钱包被加密,请输入密码: '), _defineProperty(_zhcn$data, 'ADD_Label_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Warning_1', '你可以钱包标签页面添加任何要查看的账户,不需要上传私钥。这不意味着你可以使用钱包和发送以太币。 '), _defineProperty(_zhcn$data, 'ADD_Label_5', '输入地址: '), _defineProperty(_zhcn$data, 'ADD_Label_6', '解锁钱包 '), _defineProperty(_zhcn$data, 'ADD_Label_6_short', '解锁 '), _defineProperty(_zhcn$data, 'ADD_Label_7', '增加账户 '), _defineProperty(_zhcn$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhcn$data, 'GEN_desc', '如果你想生成多个钱包,你可以在这里进行: '), _defineProperty(_zhcn$data, 'GEN_Label_1', '输入一个强密码(至少9位) '), _defineProperty(_zhcn$data, 'GEN_Placeholder_1', '不要忘记保存! '), _defineProperty(_zhcn$data, 'GEN_SuccessMsg', '成功!你的钱包已经生成。 '), _defineProperty(_zhcn$data, 'GEN_Label_2', '保存你的Keystore或者私钥。不要忘记你的密码。 '), _defineProperty(_zhcn$data, 'GEN_Label_3', '保存你的地址。 '), _defineProperty(_zhcn$data, 'GEN_Label_4', '打印你的纸钱包,或者存储二维码。(可选) '), _defineProperty(_zhcn$data, 'BULK_Label_1', '打算生成的钱包数量 '), _defineProperty(_zhcn$data, 'BULK_Label_2', '生成钱包 '), _defineProperty(_zhcn$data, 'BULK_SuccessMsg', '成功!你的钱包生成好了。 '), _defineProperty(_zhcn$data, 'SEND_addr', '发送至地址: '), _defineProperty(_zhcn$data, 'SEND_amount', '转账数额: '), _defineProperty(_zhcn$data, 'SEND_amount_short', '数额 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Custom '), _defineProperty(_zhcn$data, 'SEND_gas', 'Gas '), _defineProperty(_zhcn$data, 'SEND_TransferTotal', '发送所有余额 '), _defineProperty(_zhcn$data, 'SEND_generate', '生成交易 '), _defineProperty(_zhcn$data, 'SEND_raw', '未生效交易 '), _defineProperty(_zhcn$data, 'SEND_signed', '签名交易 '), _defineProperty(_zhcn$data, 'SEND_trans', '发送交易 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_zhcn$data, 'SENDModal_Title', '警告! '), _defineProperty(_zhcn$data, 'SENDModal_Content_1', '你将发送 '), _defineProperty(_zhcn$data, 'SENDModal_Content_2', '到地址 '), _defineProperty(_zhcn$data, 'SENDModal_Content_3', '你确定这样做吗? '), _defineProperty(_zhcn$data, 'SENDModal_Content_4', '注意:如果你遇到错误,你最有可能向你的账户添加以太币,用以支付发送代币所需的gas。 Gas is paid in ether.Gas用以太币支付。 '), _defineProperty(_zhcn$data, 'SENDModal_No', '不,离开这里。 '), _defineProperty(_zhcn$data, 'SENDModal_Yes', '是的,我确定!发送交易。 '), _defineProperty(_zhcn$data, 'TOKEN_Addr', '地址 Token Contract '), _defineProperty(_zhcn$data, 'TOKEN_Symbol', '代币符号 '), _defineProperty(_zhcn$data, 'TOKEN_Dec', '小数点位数 '), _defineProperty(_zhcn$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_zhcn$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_zhcn$data, 'TRANS_desc', '如果你想发送代币,请使用“发送代币”页面。 '), _defineProperty(_zhcn$data, 'TRANS_warning', '如果你使用“只发送ETH”或则“只发送ETC”功能,那么你是通过合约发送交易。 一些服务(例如交易所充值)接收这些交易时会遇到问题。阅读更多内容。 '), _defineProperty(_zhcn$data, 'TRANS_advanced', '高级功能:增加更多Gas或者数据 '), _defineProperty(_zhcn$data, 'TRANS_data', '数据: '), _defineProperty(_zhcn$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_zhcn$data, 'TRANS_sendInfo', '一笔标准交易需要21000gas,花费0.000441以太币。我们将gas价格设为0.000000021以太币,略高于最低价格,以保证交易被快速打包。我们不收取交易费用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Title', '“只发送ETH”和“只发送ETC”交易 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_0', '注意不同的交易和不同的服务: '), _defineProperty(_zhcn$data, 'TRANSModal_Content_1', '**发送ETH(标准交易):** 这将生成一个默认交易,直接从一个地址发送到另一个地址。它的默认gas是21000。 用这种方式发送ETH可能会在ETC链上重放。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_2', '**只发送:ETH:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_3', '**只发送:ETC:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** 通过标准交易只发送ETH或者ETC。如果你通过“只发送ETH或者ETC”合约发送交易,你需要联系他们的客服,让他们手动增加你的余额或者返币给你。 [你也可以尝试Shapeshift的”分割“工具。](https://split.shapeshift.io/) '), _defineProperty(_zhcn$data, 'TRANSModal_Content_5', '**Kraken、Poloniex交易所:**向这两个交易所地址发送没币有遇到问题。可以使用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Yes', '我理解了。 '), _defineProperty(_zhcn$data, 'TRANSModal_No', '我更加糊涂了,请帮助我。 '), _defineProperty(_zhcn$data, 'OFFLINE_Title', '生成、发送离线交易 '), _defineProperty(_zhcn$data, 'OFFLINE_Desc', '生成离线交易需要3个步骤。步骤1和步骤3在连网的电脑上完成,步骤2在离线电脑上完成。这确保了你的私钥不会接触到联网设备。 '), _defineProperty(_zhcn$data, 'OFFLLINE_Step1_Title', '步骤1:生成信息(联网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Button', '生成信息 '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_1', '发自地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_2', '注意:这是发自地址,不是发往地址。 Nonce是从起始账户生成的。如果使用一台隔离电脑,它就是冷存储的账户地址。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Title', '步骤2:生成交易(离线电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_1', '发往地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_2', '发送数额 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3', 'Gas价格 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3b', '在你的连网电脑的第1步骤中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4', 'Gas限制 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4b', '21000是默认的gas限制。当你发送合约或者添加数据时,gas限制可能会不同。没使用的gas将返回给你。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5b', '在你的连网电脑的第1步中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6', '数据 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6b', '这是可选项。当你向合约发送交易时,往往需要用到数据。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_7', '输入/选择你的私钥文件/JSON '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Title', '步骤3:发送/公开交易(连网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Label_1', '将步骤2的签名交易粘贴到这里,点击“发送交易”按钮。 '), _defineProperty(_zhcn$data, 'DEP_generate', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_generated', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_signtx', '签名交易 '), _defineProperty(_zhcn$data, 'DEP_interface', '生成界面 '), _defineProperty(_zhcn$data, 'MYWAL_Nick', '钱包昵称 '), _defineProperty(_zhcn$data, 'MYWAL_Address', '钱包地址 '), _defineProperty(_zhcn$data, 'MYWAL_Bal', '余额 '), _defineProperty(_zhcn$data, 'MYWAL_Edit', '编辑 '), _defineProperty(_zhcn$data, 'MYWAL_View', '查看 '), _defineProperty(_zhcn$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhcn$data, 'MYWAL_RemoveWal', '移除钱包: '), _defineProperty(_zhcn$data, 'MYWAL_WatchOnly', '你的只可查看账户 '), _defineProperty(_zhcn$data, 'MYWAL_Viewing', '查看钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Hide', '隐藏钱包信息 '), _defineProperty(_zhcn$data, 'MYWAL_Edit_2', '编辑钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Name', '钱包名字 '), _defineProperty(_zhcn$data, 'MYWAL_Content_1', '警告!你将移除你的钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Content_2', '确保在移除以前你已经保存了私钥和Keystore文件,并记住了密码。 '), _defineProperty(_zhcn$data, 'MYWAL_Content_3', '如果你想将来在MyEtherWallet插件中使用该钱包,你需要手动添加私钥/JSON文件和密码。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle', '这允许你下载不同格式的私钥和重新打印你的纸钱包。为了将[你的账户导入到Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/),你可能需要这个操作。如果你想查看你的余额,我们推荐使用区块浏览器,例如[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle_Short', '这允许你下载不同格式的私钥和重新打印你的纸钱包。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_SuccessMsg', '成功!这是你的钱包细节! '), _defineProperty(_zhcn$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_zhcn$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_zhcn$data, 'CX_error_1', '你没有已保存的钱包。点击["添加钱包"](/cx-wallet.html#add-wallet),添加一个钱包。 '), _defineProperty(_zhcn$data, 'CX_quicksend', '快速发送 '), _defineProperty(_zhcn$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_zhcn$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_zhcn$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_zhcn$data, 'NODE_Name', 'Node Name'), _defineProperty(_zhcn$data, 'NODE_Port', 'Node Port'), _defineProperty(_zhcn$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_zhcn$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_zhcn$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_zhcn$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_zhcn$data, 'CONTRACT_Read', 'READ '), _defineProperty(_zhcn$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_zhcn$data, 'SWAP_rates', "Current Rates "), _defineProperty(_zhcn$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_zhcn$data, 'SWAP_init_2', " for "), _defineProperty(_zhcn$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_zhcn$data, 'SWAP_information', "Your Information "), _defineProperty(_zhcn$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_zhcn$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_zhcn$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_zhcn$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_zhcn$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_zhcn$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_zhcn$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_zhcn$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_zhcn$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_zhcn$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_zhcn$data, 'SWAP_progress_3', "Received! "), _defineProperty(_zhcn$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_zhcn$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_zhcn$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_zhcn$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_zhcn$data, 'MSG_message', 'Message '), _defineProperty(_zhcn$data, 'MSG_date', 'Date '), _defineProperty(_zhcn$data, 'MSG_signature', 'Signature '), _defineProperty(_zhcn$data, 'MSG_verify', 'Verify Message '), _defineProperty(_zhcn$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_zhcn$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_zhcn$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_zhcn$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_zhcn$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhcn$data, 'MNEM_more', 'More Addresses '), _defineProperty(_zhcn$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_zhcn$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_zhcn$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_zhcn$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhcn$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhcn$data, 'x_Trezor', 'TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_zhcn$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_zhcn$data, 'ERROR_0', '请输入有效数额。 '), _defineProperty(_zhcn$data, 'ERROR_1', '你的密码至少需要设置为9位。请确保密码足够强。 '), _defineProperty(_zhcn$data, 'ERROR_2', '抱歉!我们不能识别这种类型的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_3', '这不是一个有效的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units 这个单位不存在,请用下面给出的单位 '), _defineProperty(_zhcn$data, 'ERROR_5', '无效地址。 '), _defineProperty(_zhcn$data, 'ERROR_6', '无效密码。 '), _defineProperty(_zhcn$data, 'ERROR_7', '无效数额。(Must be integer. Try 0-18.) '), _defineProperty(_zhcn$data, 'ERROR_8', '无效gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhcn$data, 'ERROR_9', '无效数据值。(Must be hex.) '), _defineProperty(_zhcn$data, 'ERROR_10', '无效gas数额。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhcn$data, 'ERROR_11', '无效nonce。(Must be integer.)'), _defineProperty(_zhcn$data, 'ERROR_12', '无效签名交易。 '), _defineProperty(_zhcn$data, 'ERROR_13', '已经有一个钱包使用该昵称。 '), _defineProperty(_zhcn$data, 'ERROR_14', '找不到钱包。 '), _defineProperty(_zhcn$data, 'ERROR_15', '看起来这个提议不存在或者读取这个提议时出现错误。 '), _defineProperty(_zhcn$data, 'ERROR_16', '这个地址钱包已经存在于存储中。请查看你的钱包页面。 '), _defineProperty(_zhcn$data, 'ERROR_17', '你的账户需要至少0.01以太币,已支付gas费用。请添加一些以太币,再次尝试。 '), _defineProperty(_zhcn$data, 'ERROR_18', '所有的gas将用于这笔交易。 这意味着你已经对这个提议进行投票或者辩论期已经结束。 '), _defineProperty(_zhcn$data, 'ERROR_19', '无效符号 '), _defineProperty(_zhcn$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_zhcn$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_zhcn$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_zhcn$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_zhcn$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_zhcn$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_zhcn$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_zhcn$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_zhcn$data, 'ERROR_28', '将来使用钱包时,你需要Keystore文件或者私钥。 请做好保存和备份。 如果你没有保存,没有办法恢复钱包。 请阅读[帮助页面](https://www.myetherwallet.com/#help),获得更多信息。 '), _defineProperty(_zhcn$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_zhcn$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhcn$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhcn$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhcn$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhcn$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhcn$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhcn$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhcn$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhcn$data, 'SUCCESS_1', '有效地址 '), _defineProperty(_zhcn$data, 'SUCCESS_2', '钱包解密成功 '), _defineProperty(_zhcn$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_zhcn$data, 'SUCCESS_4', '成功添加你的钱包: '), _defineProperty(_zhcn$data, 'SUCCESS_5', '选择的文件: '), _defineProperty(_zhcn$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_zhcn$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_zhcn$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_zhcn$data, 'GETH_InvalidSender', '无效发送者 '), _defineProperty(_zhcn$data, 'GETH_Nonce', 'Nonce太低 '), _defineProperty(_zhcn$data, 'GETH_Cheap', 'Gas价格太低,不被接受 '), _defineProperty(_zhcn$data, 'GETH_Balance', '余额不足 '), _defineProperty(_zhcn$data, 'GETH_NonExistentAccount', '账户不存在或者账户余额太低 '), _defineProperty(_zhcn$data, 'GETH_InsufficientFunds', '余额不足,余额低于 gas * price + 发送数额 '), _defineProperty(_zhcn$data, 'GETH_IntrinsicGas', '固有gas太低 '), _defineProperty(_zhcn$data, 'GETH_GasLimit', '超过区块gas上限 '), _defineProperty(_zhcn$data, 'GETH_NegativeValue', '负值 '), _defineProperty(_zhcn$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_zhcn$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_zhcn$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_zhcn$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_zhcn$data, 'translate_version', '0.3 '), _defineProperty(_zhcn$data, 'Translator_Desc', '感谢中文译者: '), _defineProperty(_zhcn$data, 'TranslatorName_1', '[ Shaoping@ethfans.org (少平)]((https://www.myetherwallet.com/?gaslimit=21000&to=0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740&value=1.0#send-transaction)) '), _defineProperty(_zhcn$data, 'TranslatorAddr_1', '0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740 '), _defineProperty(_zhcn$data, 'TranslatorName_2', '[ Wenham@coinwallet.shop (文翰) ]((https://www.myetherwallet.com/?gaslimit=21000&to=0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127&value=0.1#send-transaction))'), _defineProperty(_zhcn$data, 'TranslatorAddr_2', '0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127'), _defineProperty(_zhcn$data, 'TranslatorName_3', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_3', ''), _defineProperty(_zhcn$data, 'TranslatorName_4', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_4', ''), _defineProperty(_zhcn$data, 'TranslatorName_5', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_5', ''), _defineProperty(_zhcn$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhcn$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhcn$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhcn$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhcn$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhcn$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhcn$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhcn$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhcn$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhcn$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhcn$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhcn$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.01 ether to your new wallet, access that wallet, send that 0.01 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhcn$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhcn$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_2', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_12', 'Using "发送以太币 / 发送代币" Page '), _defineProperty(_zhcn$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhcn$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhcn$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhcn$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_zhcn$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_1', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_zhcn$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhcn$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhcn$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhcn$data, 'HELP_9_Title', '9) Is the "发送以太币 / 发送代币" page offline? '), _defineProperty(_zhcn$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhcn$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhcn$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhcn$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhcn$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhcn$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhcn$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhcn$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhcn$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhcn$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhcn$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhcn$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhcn$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhcn$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhcn$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_zhcn$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhcn$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhcn$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhcn$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhcn$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhcn$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhcn$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhcn$data, 'HELP_Sec_Title', 'Security安全 '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhcn$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions 常见问题的更多有用回答 '), _defineProperty(_zhcn$data, 'HELP_Contact_Title', 'Ways to Get in Touch 联系方式'), _zhcn$data); module.exports = zhcn; @@ -18568,7 +18565,7 @@ zhtw.data = (_zhtw$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_zhtw$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_zhtw$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_zhtw$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_zhtw$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_zhtw$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_zhtw$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_zhtw$data, 'HELP_2a_Title', '我要怎麼儲存/備份錢包? '), _defineProperty(_zhtw$data, 'x_CancelReplaceTx', '取消或取代交易'), _defineProperty(_zhtw$data, 'x_CancelTx', '取消交易'), _defineProperty(_zhtw$data, 'x_PasswordDesc', '這組密碼用來 * 加密 * 你的錢包。 並非用來作為產生金鑰的種子。 **你需要這組密碼以及你的金鑰才能解鎖錢包。**'), _defineProperty(_zhtw$data, 'x_ReadMore', '繼續閱讀'), _defineProperty(_zhtw$data, 'x_ReplaceTx', '取代交易'), _defineProperty(_zhtw$data, 'x_TransHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'x_TXFee', '交易手續費'), _defineProperty(_zhtw$data, 'x_TxHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'NAV_CheckTxStatus', '檢查交易狀態'), _defineProperty(_zhtw$data, 'NAV_TxStatus', '交易狀態'), _defineProperty(_zhtw$data, 'tx_Details', '交易細節'), _defineProperty(_zhtw$data, 'tx_Summary', '當乙太網路流量大時(例如有ICO進行中),你的交易可能需要等待數小時甚至數天。 此工具將讓你 "取消" 或替換等待中的交易。 ** 這通常是不被允許的。 請不要過度依賴此工具,因為這些操作只有在交易池滿載時有用. [請閱讀關於此工具的說明。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhtw$data, 'tx_notFound', '查無交易'), _defineProperty(_zhtw$data, 'tx_notFound_1', '無法在你所連接的節點之交易池找到這筆交易。'), _defineProperty(_zhtw$data, 'tx_notFound_2', '如果你才剛送出交易,請等待 15 秒鐘後再按下 "檢查交易狀態" 按鈕。 '), _defineProperty(_zhtw$data, 'tx_notFound_3', '這筆交易可能仍在在其他節點的交易池中等待被確認。'), _defineProperty(_zhtw$data, 'tx_notFound_4', '請用右上角的下拉式選單來選取其他 ETH 節點 (例如: `ETH (Etherscan.io)` 、 `ETH (Infura.io)` 或 `ETH (MyEtherWallet)`) 並再檢查一次。'), _defineProperty(_zhtw$data, 'tx_foundInPending', '找到等待中的交易'), _defineProperty(_zhtw$data, 'tx_foundInPending_1', '你的交易存在於你所連接的節點交易池中。 '), _defineProperty(_zhtw$data, 'tx_foundInPending_2', '此筆交易正在等待中 (等待確認). '), _defineProperty(_zhtw$data, 'tx_foundInPending_3', '你有機會 "取消" 或取代這筆交易。 請在底下解鎖錢包。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain', '找到交易'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_1', '你的交易已經成功被確認且存在於區塊鏈上。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_2', '**你如果看到紅色的 `( ! )` 、 `BAD INSTRUCTION` 或 `OUT OF GAS` 的錯誤訊息**,這表示該筆交易並沒有被成功的 *送出*。你不能取消或替換這筆交易,你必須重新送出一筆交易。如果你看到 "Out of Gas" 錯誤,你得使用之前gas總量的兩倍。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_3', '**如果你沒有看到任何錯誤,你的交易已被成功送出。** 你的乙太幣或代幣已經在目的地錢包。如果你沒有看到你的乙太幣或代幣出現在目的地錢包 / 交易所帳戶,而且你已經等待超過24小時,[請連絡該服務提供者](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). 給他們你的交易紀錄 *連結* ,並且友善地請他們處裡你遇到的問題。'), _defineProperty(_zhtw$data, 'GEN_Help_1', '使用你的'), _defineProperty(_zhtw$data, 'GEN_Help_2', '來存取你的帳戶。 '), _defineProperty(_zhtw$data, 'GEN_Help_3', '你的裝置 * 就是 * 你的錢包。'), _defineProperty(_zhtw$data, 'GEN_Help_4', '指南 & 問與答'), _defineProperty(_zhtw$data, 'GEN_Help_5', '如何建立錢包'), _defineProperty(_zhtw$data, 'GEN_Help_6', '入門'), _defineProperty(_zhtw$data, 'GEN_Help_7', '保管好 · 備份它 · 不要分享給任何人 · 不要遺失 · 遺失後將無法找回。'), _defineProperty(_zhtw$data, 'GEN_Help_8', '不要下載檔案嗎? '), _defineProperty(_zhtw$data, 'GEN_Help_9', '改用 Google Chrome 看看 '), _defineProperty(_zhtw$data, 'GEN_Help_10', '按下右鍵並另存為 檔案名稱: '), _defineProperty(_zhtw$data, 'GEN_Help_11', '不要在你的電腦上開啟此檔案 '), _defineProperty(_zhtw$data, 'GEN_Help_12', '用它在 MyEtherWallet (或Mist、Geth、Parity和其他錢包) 來解鎖你的錢包 '), _defineProperty(_zhtw$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhtw$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhtw$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhtw$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhtw$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhtw$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhtw$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhtw$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhtw$data, 'GET_ConfButton', '我了解,請繼續。'), _defineProperty(_zhtw$data, 'GEN_Label_5', '保存 `私鑰`. '), _defineProperty(_zhtw$data, 'GEN_Unlock', '解鎖你的錢包來查看地址'), _defineProperty(_zhtw$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `10 GWEI`.'), _defineProperty(_zhtw$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhtw$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhtw$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhtw$data, 'NAV_AddWallet', '新增錢包 '), _defineProperty(_zhtw$data, 'NAV_BulkGenerate', '批量產生 '), _defineProperty(_zhtw$data, 'NAV_Contact', '聯繫我們 '), _defineProperty(_zhtw$data, 'NAV_Contracts', '合約 '), _defineProperty(_zhtw$data, 'NAV_DeployContract', '部署合約 '), _defineProperty(_zhtw$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhtw$data, 'NAV_GenerateWallet_alt', '建立新錢包 '), _defineProperty(_zhtw$data, 'NAV_GenerateWallet', '產生錢包 '), _defineProperty(_zhtw$data, 'NAV_Help', '求助 '), _defineProperty(_zhtw$data, 'NAV_InteractContract', '和合約互動 '), _defineProperty(_zhtw$data, 'NAV_Multisig', '多重簽署 '), _defineProperty(_zhtw$data, 'NAV_MyWallets', '我的錢包 '), _defineProperty(_zhtw$data, 'NAV_Offline', '離線發送 '), _defineProperty(_zhtw$data, 'NAV_SendEther', '發送乙太幣 / 代幣 '), _defineProperty(_zhtw$data, 'NAV_SendTokens', '發送代幣 '), _defineProperty(_zhtw$data, 'NAV_SignMsg', '對訊息做簽名 '), _defineProperty(_zhtw$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhtw$data, 'NAV_ViewWallet', '查看錢包 '), _defineProperty(_zhtw$data, 'NAV_YourWallets', '你的錢包 '), _defineProperty(_zhtw$data, 'x_Access', '存取合約 '), _defineProperty(_zhtw$data, 'x_AddessDesc', '你可以把地址當作是你的"帳號"或者"公鑰"。將地址告訴他人,他人就能發送乙太幣或代幣給你。找到漂亮的地址圖標,確定該圖標符合你的紙錢包和所有你輸入地址的地方。 '), _defineProperty(_zhtw$data, 'x_Address', '你的地址 '), _defineProperty(_zhtw$data, 'x_Cancel', '取消 '), _defineProperty(_zhtw$data, 'x_CSV', 'CSV 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Download', '下載 '), _defineProperty(_zhtw$data, 'x_Json', 'JSON 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_JsonDesc', '這是未加密的JSON格式私鑰檔。這表示你不需要密碼就可以控制錢包,但任何持有此JSON文件的人也都無須密碼便能控制你的錢包和乙太幣。 '), _defineProperty(_zhtw$data, 'x_Keystore', 'Keystore 檔 (UTC / JSON · 推薦 · 經過加密) '), _defineProperty(_zhtw$data, 'x_Keystore2', 'Keystore 檔 (UTC / JSON) '), _defineProperty(_zhtw$data, 'x_KeystoreDesc', '此Keystore檔和Mist錢包相容,因此你可以輕鬆地匯入錢包。我們推薦你下載並備份此檔案。 '), _defineProperty(_zhtw$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhtw$data, 'x_Mnemonic', '助憶口令 '), _defineProperty(_zhtw$data, 'x_ParityPhrase', 'Parity口令 '), _defineProperty(_zhtw$data, 'x_Password', '密碼 '), _defineProperty(_zhtw$data, 'x_Print', '列印紙錢包 '), _defineProperty(_zhtw$data, 'x_PrintDesc', '小技巧: 按下列印並保存為PDF檔,儘管你沒有印表機! '), _defineProperty(_zhtw$data, 'x_PrintShort', '列印 '), _defineProperty(_zhtw$data, 'x_PrivKey', '私鑰 (未加密) '), _defineProperty(_zhtw$data, 'x_PrivKey2', '私鑰 '), _defineProperty(_zhtw$data, 'x_PrivKeyDesc', '這是你未加密的私鑰,這表示你不需要密碼就可以控制錢包。如果有人取得此私鑰,他們也無須密碼便能可以控制你的錢包。因此,我們推薦加密過的私鑰檔。 '), _defineProperty(_zhtw$data, 'x_Save', '保存 '), _defineProperty(_zhtw$data, 'x_TXT', 'TXT 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Wallet', '錢包 '), _defineProperty(_zhtw$data, 'CX_Tagline', '開源的JavaScript客戶端乙太錢包Chrome擴充功能 '), _defineProperty(_zhtw$data, 'CX_Warning_1', '確保你存在這裡的所有錢包皆有**額外的備份**。導致此擴充功能資料喪失的可能很多,這包括移除和重新安裝此擴充功能。此擴充功能讓你輕鬆操作錢包,而**不是**備份錢包。 '), _defineProperty(_zhtw$data, 'MEW_Tagline', '開源的JavaScript客戶端乙太錢包 '), _defineProperty(_zhtw$data, 'MEW_Warning_1', '每次存取和產生錢包時都要檢查上方的網址。小心釣魚網站! '), _defineProperty(_zhtw$data, 'FOOTER_1', '讓你輕鬆、安全地和乙太坊互動的開源客戶端工具。 '), _defineProperty(_zhtw$data, 'FOOTER_1b', '開發者 '), _defineProperty(_zhtw$data, 'FOOTER_2', '歡迎捐贈給我們 '), _defineProperty(_zhtw$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhtw$data, 'FOOTER_4', '免責聲明 '), _defineProperty(_zhtw$data, 'sidebar_AccountInfo', '帳戶資訊 '), _defineProperty(_zhtw$data, 'sidebar_AccountAddr', '帳戶地址 '), _defineProperty(_zhtw$data, 'sidebar_AccountBal', '帳戶餘額 '), _defineProperty(_zhtw$data, 'sidebar_TokenBal', '代幣餘額 '), _defineProperty(_zhtw$data, 'sidebar_Equiv', '價值 '), _defineProperty(_zhtw$data, 'sidebar_TransHistory', '交易歷史 '), _defineProperty(_zhtw$data, 'sidebar_donation', 'MyEtherWallet是注重你的隱私和安全的免費、開源服務。如果有更多捐贈,我們就能花更多時間開發新功能、聽取你的建議並且滿足你的需要。我們只是兩個想要改變世界的人。幫助我們? '), _defineProperty(_zhtw$data, 'sidebar_donate', '捐贈 '), _defineProperty(_zhtw$data, 'sidebar_thanks', '謝謝你!!! '), _defineProperty(_zhtw$data, 'sidebar_DisplayOnTrezor', '顯示 TREZOR 上的地址'), _defineProperty(_zhtw$data, 'sidebar_DisplayOnLedger', '顯示 Ledger 上的地址'), _defineProperty(_zhtw$data, 'decrypt_Access', '你想要如何存取你的錢包? '), _defineProperty(_zhtw$data, 'decrypt_Title', '選擇你的私鑰格式 '), _defineProperty(_zhtw$data, 'decrypt_Select', '選擇一個錢包 '), _defineProperty(_zhtw$data, 'MNEM_1', '選擇你要互動的地址。 '), _defineProperty(_zhtw$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhtw$data, 'MNEM_more', '更多地址 '), _defineProperty(_zhtw$data, 'MNEM_prev', '之前的地址 '), _defineProperty(_zhtw$data, 'x_Ledger', 'Ledger Wallet 錢包'), _defineProperty(_zhtw$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhtw$data, 'ADD_Ledger_1', '連接至你的 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_Ledger_2', '開啟基於以太坊開發的應用程式(或一個寫成合約的應用程式) '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Exp', '開打開基於Expanse(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Ubq', '開打開基於Ubiq(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_3', '確認已經開啟設定選項中的瀏覽器支援選項'), _defineProperty(_zhtw$data, 'ADD_Ledger_4', '如果在設定選項中找不到瀏覽器支援選項,請確認你的韌體版本新於[1.2版](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_zhtw$data, 'ADD_Ledger_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_Ledger_scan', '連接至 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhtw$data, 'x_Trezor', 'TREZOR 錢包 '), _defineProperty(_zhtw$data, 'ADD_Trezor_scan', '連接至 TREZOR '), _defineProperty(_zhtw$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_scan', '連接至 Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_Label_1', '你想要做什麼? '), _defineProperty(_zhtw$data, 'ADD_Radio_1', '產生新錢包 '), _defineProperty(_zhtw$data, 'ADD_Radio_2', '選擇你的錢包檔 (Keystore / JSON) '), _defineProperty(_zhtw$data, 'ADD_Radio_2_alt', '選擇你的錢包檔 '), _defineProperty(_zhtw$data, 'ADD_Radio_2_short', '選擇錢包檔... '), _defineProperty(_zhtw$data, 'ADD_Radio_3', '貼上/輸入 你的私鑰 '), _defineProperty(_zhtw$data, 'ADD_Radio_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Radio_5', '貼上/輸入 你的助憶口令 '), _defineProperty(_zhtw$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhtw$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhtw$data, 'ADD_Label_2', '新增一個暱稱 '), _defineProperty(_zhtw$data, 'ADD_Label_3', '你的錢包經過加密。請輸入密碼。 '), _defineProperty(_zhtw$data, 'ADD_Label_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Warning_1', '你可以在錢包頁面監視任何帳戶,而且不需要匯入該帳戶的私鑰。這並不表示你能存取該帳戶或透過該帳戶傳送乙太幣。 '), _defineProperty(_zhtw$data, 'ADD_Label_5', '輸入地址 '), _defineProperty(_zhtw$data, 'ADD_Label_6', '解鎖你的錢包 '), _defineProperty(_zhtw$data, 'ADD_Label_6_short', '解鎖 '), _defineProperty(_zhtw$data, 'ADD_Label_7', '新增帳戶 '), _defineProperty(_zhtw$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhtw$data, 'MYWAL_Nick', '錢包暱稱 '), _defineProperty(_zhtw$data, 'MYWAL_Address', '錢包地址 '), _defineProperty(_zhtw$data, 'MYWAL_Bal', '餘額 '), _defineProperty(_zhtw$data, 'MYWAL_Edit', '編輯 '), _defineProperty(_zhtw$data, 'MYWAL_View', '檢視 '), _defineProperty(_zhtw$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhtw$data, 'MYWAL_RemoveWal', '移除錢包 '), _defineProperty(_zhtw$data, 'MYWAL_WatchOnly', '你正在監視的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Viewing', '查看錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Hide', '隱藏錢包資訊 '), _defineProperty(_zhtw$data, 'MYWAL_Edit_2', '編輯錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Name', '錢包名字 '), _defineProperty(_zhtw$data, 'MYWAL_Content_1', '警告! 你即將移除你的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Content_2', '確保你在移除錢包前,已經**保存了私鑰和Keystore檔,並記住了密碼**。 '), _defineProperty(_zhtw$data, 'MYWAL_Content_3', '如果你在未來還想在MyEtherWallet擴充功能上操作此錢包,你必須使用私鑰或JSON檔和密碼來重新新增它。 '), _defineProperty(_zhtw$data, 'GEN_desc', '你可以在這裡新增多個錢包 '), _defineProperty(_zhtw$data, 'GEN_Label_1', '輸入一個夠安全的密碼(至少九個字元) '), _defineProperty(_zhtw$data, 'GEN_Placeholder_1', '別忘記將密碼記下! '), _defineProperty(_zhtw$data, 'GEN_SuccessMsg', '成功! 你的錢包已被產生。 '), _defineProperty(_zhtw$data, 'GEN_Label_2', '存下你的Keystore檔。 別忘記上方的密碼。 '), _defineProperty(_zhtw$data, 'GEN_Label_3', '記下你的地址。 '), _defineProperty(_zhtw$data, 'GEN_Label_4', '印出你的紙錢包,或存下QR碼版本的資料。(可選的) '), _defineProperty(_zhtw$data, 'BULK_Label_1', '要產生的錢包數量 '), _defineProperty(_zhtw$data, 'BULK_Label_2', '產生多個錢包 '), _defineProperty(_zhtw$data, 'BULK_SuccessMsg', '成功! 你的所有錢包皆已被產生。 '), _defineProperty(_zhtw$data, 'SEND_addr', '給地址 '), _defineProperty(_zhtw$data, 'SEND_amount', '要發送的數量 '), _defineProperty(_zhtw$data, 'SEND_amount_short', '數量 '), _defineProperty(_zhtw$data, 'SEND_custom', '新增其他代幣 '), _defineProperty(_zhtw$data, 'SEND_gas', 'Gas '), _defineProperty(_zhtw$data, 'SEND_TransferTotal', '送出所有餘額 '), _defineProperty(_zhtw$data, 'SEND_generate', '產生交易訊息 '), _defineProperty(_zhtw$data, 'SEND_raw', '交易訊息 '), _defineProperty(_zhtw$data, 'SEND_signed', '已簽署的交易訊息 '), _defineProperty(_zhtw$data, 'SEND_trans', '送出交易 '), _defineProperty(_zhtw$data, 'SENDModal_Title', '注意! '), _defineProperty(_zhtw$data, 'SENDModal_Content_1', '你將要送出 '), _defineProperty(_zhtw$data, 'SENDModal_Content_2', '到 '), _defineProperty(_zhtw$data, 'SENDModal_Content_3', '確定要繼續嗎? '), _defineProperty(_zhtw$data, 'SENDModal_Content_4', '提醒:如果你遇到了問題,解決方法通常是傳入乙太幣到帳戶中來支付交易所需的gas。Gas由乙太幣支付。 '), _defineProperty(_zhtw$data, 'SENDModal_No', '不,帶我離開這裡! '), _defineProperty(_zhtw$data, 'SENDModal_Yes', '好,我確定!進行交易。 '), _defineProperty(_zhtw$data, 'TOKEN_Addr', '地址 Token '), _defineProperty(_zhtw$data, 'TOKEN_Symbol', '代幣縮寫 '), _defineProperty(_zhtw$data, 'TOKEN_Dec', '小數點 '), _defineProperty(_zhtw$data, 'TOKEN_show', '顯示所有代幣 '), _defineProperty(_zhtw$data, 'TOKEN_hide', '隱藏代幣 '), _defineProperty(_zhtw$data, 'TRANS_desc', '如果你是要傳送代幣(Token),請使用“傳送代幣”功能'), _defineProperty(_zhtw$data, 'TRANS_warning', '"Only ETH" 或 "Only ETC" 功能是透過一個合約來傳送,並非單純的轉錢。有些服務可能沒辦法接受這兩種功能。 了解更多。Functions you are sending via a contract. Some services have issues accepting these transactions. Read more. '), _defineProperty(_zhtw$data, 'TRANS_advanced', '進階功能:為交易新增Data'), _defineProperty(_zhtw$data, 'TRANS_data', '交易的Data '), _defineProperty(_zhtw$data, 'TRANS_gas', 'Gas 總量 '), _defineProperty(_zhtw$data, 'TRANS_sendInfo', '我們使用比平均手續費略高的gas價格(每單位0.000000021 ETH)確保交易能快速被確認。我們並不收取任何手續費。'), _defineProperty(_zhtw$data, 'OFFLINE_Title', '以離線的方式製作交易'), _defineProperty(_zhtw$data, 'OFFLINE_Desc', '離線製作交易的方式包含三步驟。步驟一及三需要使用連網裝置,步驟二則使用離線的電腦以確保你的私鑰不會被連網裝置存取。'), _defineProperty(_zhtw$data, 'OFFLLINE_Step1_Title', '步驟一: 產生交易相關訊息(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Button', '產生交易相關訊息 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_1', '交易發起方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_2', '注意: 這是交易發起方的地址,不是交易接受方的地址。Nonce值是看交易發起方來決定。如果是使用離線裝置,則這個地址是離線儲存裝置的帳號地址。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Title', '步驟二: 製作交易(在離線裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_1', '交易接收方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_2', '送給交易接收方的金額'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3', '每單位gas的費用'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4', 'Gas 總量 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4b', '21000 是預設的gas總量(單純轉錢)。如果你是要執行合約,則會不一樣。多給的gas如果沒有用完會退還給你。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6', '交易的Data '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6b', '並非必需的,Data通常只有在你執行合約的時候才需要。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_7', '輸入/選擇 你的私鑰/JSON檔。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Title', '步驟三: 送出交易(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Label_1', '將步驟二經過簽名的交易複製並貼上到這,最後按下送出交易的按鈕。'), _defineProperty(_zhtw$data, 'CONTRACT_Title', '合約地址 '), _defineProperty(_zhtw$data, 'CONTRACT_Title_2', '選擇已經存在的合約 '), _defineProperty(_zhtw$data, 'CONTRACT_Json', '合約的 ABI / JSON 介面 '), _defineProperty(_zhtw$data, 'CONTRACT_Interact_Title', '讀取/寫入 合約'), _defineProperty(_zhtw$data, 'CONTRACT_Interact_CTA', '選擇一個動作'), _defineProperty(_zhtw$data, 'CONTRACT_ByteCode', '合約的程式碼 '), _defineProperty(_zhtw$data, 'CONTRACT_Read', '讀取 '), _defineProperty(_zhtw$data, 'CONTRACT_Write', '寫入 '), _defineProperty(_zhtw$data, 'DEP_generate', '產生程式碼 '), _defineProperty(_zhtw$data, 'DEP_generated', '已產生的程式碼 '), _defineProperty(_zhtw$data, 'DEP_signtx', '對交易做簽名 '), _defineProperty(_zhtw$data, 'DEP_interface', '已產生的合約介面 '), _defineProperty(_zhtw$data, 'NODE_Title', '設定你的客製節點'), _defineProperty(_zhtw$data, 'NODE_Subtitle', '連線至一個區域/私人節點...'), _defineProperty(_zhtw$data, 'NODE_Warning', '你的節點必須使用HTTPS安全連線的方式才能夠由 MyEtherWallet.com 連接到它。 你可以下載 [MyEtherWallet repo](https://github.com/kvhnuke/etherwallet/releases/latest) 並建立起一個你的節點來連接至其他的節點。或著從 [LetsEncrypt](https://letsencrypt.org/) 獲取免費的SSL憑證'), _defineProperty(_zhtw$data, 'NODE_Name', '節點名稱'), _defineProperty(_zhtw$data, 'NODE_Port', '節點連線的端口號碼'), _defineProperty(_zhtw$data, 'NODE_CTA', '儲存設定並使用客製節點'), _defineProperty(_zhtw$data, 'SWAP_rates', "目前的匯率 "), _defineProperty(_zhtw$data, 'SWAP_init_1', "我想要用我的 "), _defineProperty(_zhtw$data, 'SWAP_init_2', " 換 "), _defineProperty(_zhtw$data, 'SWAP_init_CTA', "下一步 "), _defineProperty(_zhtw$data, 'SWAP_information', "你的相關資料 "), _defineProperty(_zhtw$data, 'SWAP_send_amt', "送出多少金額 "), _defineProperty(_zhtw$data, 'SWAP_rec_amt', "收入多少金額 "), _defineProperty(_zhtw$data, 'SWAP_your_rate', "你的匯率 "), _defineProperty(_zhtw$data, 'SWAP_rec_add', "你收錢的地址 "), _defineProperty(_zhtw$data, 'SWAP_start_CTA', "開始交換 "), _defineProperty(_zhtw$data, 'SWAP_ref_num', "你的交易編號 "), _defineProperty(_zhtw$data, 'SWAP_time', "剩餘多少時間可送出交易 "), _defineProperty(_zhtw$data, 'SWAP_elapsed', "送出交易後已經經過了 "), _defineProperty(_zhtw$data, 'SWAP_progress_1', "訂單已產生 "), _defineProperty(_zhtw$data, 'SWAP_progress_2', "正在等待你的 "), _defineProperty(_zhtw$data, 'SWAP_progress_3', "收到了! "), _defineProperty(_zhtw$data, 'SWAP_progress_4', "正在傳送你的 {{orderResult.output.currency}} "), _defineProperty(_zhtw$data, 'SWAP_progress_5', "訂單完成 "), _defineProperty(_zhtw$data, 'SWAP_order_CTA', "請傳送 "), _defineProperty(_zhtw$data, 'SWAP_unlock', "解鎖你的錢包來從這個頁面轉錢或轉代幣 "), _defineProperty(_zhtw$data, 'MSG_message', '訊息 '), _defineProperty(_zhtw$data, 'MSG_date', '日期 '), _defineProperty(_zhtw$data, 'MSG_signature', '簽名 '), _defineProperty(_zhtw$data, 'MSG_verify', '驗證訊息 '), _defineProperty(_zhtw$data, 'MSG_info1', '填入當前時間來避免簽名在其他不同時間被重複利用。 '), _defineProperty(_zhtw$data, 'MSG_info2', '填入你的暱稱及你使用該暱稱的場合來避免其他人使用'), _defineProperty(_zhtw$data, 'MSG_info3', '填入這個訊息的源由來避免被用在其他目的。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。你可能會需要這個功能來將你的帳戶[讀入Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)。 如果你想要檢查你的帳號餘額,我們建議你使用區塊鏈瀏覽網頁像是[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle_Short', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_SuccessMsg', '成功!這些是你的錢包內容。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_ShowPrivKey', '(顯示)'), _defineProperty(_zhtw$data, 'VIEWWALLET_HidePrivKey', '(隱藏)'), _defineProperty(_zhtw$data, 'CX_error_1', '你沒有儲存過任何錢包。點擊 ["新增錢包"](/cx-wallet.html#add-wallet) 來新增一個錢包! '), _defineProperty(_zhtw$data, 'CX_quicksend', '傳送 '), _defineProperty(_zhtw$data, 'ERROR_0', '請輸入有效的數量。 '), _defineProperty(_zhtw$data, 'ERROR_1', '你的密碼至少需要9個字元。請確保你的密碼強度夠強。 '), _defineProperty(_zhtw$data, 'ERROR_2', '抱歉,我們無法識別這個錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_3', '這不是一個有效的錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_4', '這個單位並不存在,請使用以下的單位 '), _defineProperty(_zhtw$data, 'ERROR_5', '無效的地址。 '), _defineProperty(_zhtw$data, 'ERROR_6', '無效的密碼。 '), _defineProperty(_zhtw$data, 'ERROR_7', '無效的數量。(Must be integer. Try 0-18.) '), _defineProperty(_zhtw$data, 'ERROR_8', '無效的gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhtw$data, 'ERROR_9', '無效的data。(Must be hex.) '), _defineProperty(_zhtw$data, 'ERROR_10', '無效的gas數量。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhtw$data, 'ERROR_11', '無效的nonce值。(Must be integer.)'), _defineProperty(_zhtw$data, 'ERROR_12', '無效的已簽名交易。 '), _defineProperty(_zhtw$data, 'ERROR_13', '已經有一個使用相同暱稱的錢包存在。 '), _defineProperty(_zhtw$data, 'ERROR_14', '找不到錢包。 '), _defineProperty(_zhtw$data, 'ERROR_15', 'It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_zhtw$data, 'ERROR_16', '儲存裝置中已經有一個包含這個地址的錢包存在。 請見錢包頁面。 '), _defineProperty(_zhtw$data, 'ERROR_17', '你帳戶中必須有至少 **0.01 ETH** 來支付gas的成本。 請增加一些 ETH 並重試。 '), _defineProperty(_zhtw$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_zhtw$data, 'ERROR_19', '無效的符號 '), _defineProperty(_zhtw$data, 'ERROR_20', '並不是一個有效的 ERC-20 代幣 '), _defineProperty(_zhtw$data, 'ERROR_21', '無法估計花費的gas。 這個帳戶沒有足夠餘額,或是接收的合約丟出錯誤訊息。 你可以自己手動設定gas並執行。 傳送後的錯誤訊息可能會提供更多訊息。 '), _defineProperty(_zhtw$data, 'ERROR_22', '請輸入有效的節點名稱'), _defineProperty(_zhtw$data, 'ERROR_23', '輸入有效的url,如果你使用https請確保url也是使用https。 '), _defineProperty(_zhtw$data, 'ERROR_24', '請輸入有效的連線端口號碼 '), _defineProperty(_zhtw$data, 'ERROR_25', '請輸入有效的鏈ID'), _defineProperty(_zhtw$data, 'ERROR_26', '請輸入有效的ABI '), _defineProperty(_zhtw$data, 'ERROR_27', '最少數量 0.01 及最大'), _defineProperty(_zhtw$data, 'ERROR_28', '**以後你會需要密碼和Keystore檔案** (或私鑰)來存取你的錢包。請儲存並備份在額外的地方!如果沒有儲存你是沒有機會找回這個錢包的。 詳見[幫助頁面](https://www.myetherwallet.com/#help)來獲取更多資訊。 '), _defineProperty(_zhtw$data, 'ERROR_29', '請輸入有效的使用者及密碼 '), _defineProperty(_zhtw$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhtw$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhtw$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhtw$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhtw$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhtw$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhtw$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhtw$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhtw$data, 'SUCCESS_1', '有效的地址 '), _defineProperty(_zhtw$data, 'SUCCESS_2', '成功解密錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_3', '你的交易已被發布到網路上。這並不表示該交易已被確認或完成。遇到區塊鏈網路流量極大時,你可能需要超過三個小時才能完成交易 1) 在下面確認你的交易狀態。 2) 如果該交易已經等待(pending)數小時或消失,使用 檢查交易狀態 頁面來替換它。 3) 使用 [ETH加油站](https://ethgasstation.info/) 來確認最佳的Gas價格。 4) 存下該筆交易的雜湊值,你可能需要它: '), _defineProperty(_zhtw$data, 'SUCCESS_4', '成功新增你的錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_5', '已選擇檔案 '), _defineProperty(_zhtw$data, 'SUCCESS_6', '你已經成功連上 '), _defineProperty(_zhtw$data, 'SUCCESS_7', '訊息簽章驗證成功'), _defineProperty(_zhtw$data, 'WARN_Send_Link', '你藉由一條連結到達此頁面,且該連結已幫你將地址、金額、gas和data欄位或交易類別(傳送模式)填好。 送出前你可以自由更改其中的值。 首先先解鎖你的錢包。 '), _defineProperty(_zhtw$data, 'GETH_InvalidSender', '無效的傳送者 '), _defineProperty(_zhtw$data, 'GETH_Nonce', 'Nonce值太低 '), _defineProperty(_zhtw$data, 'GETH_Cheap', 'Gas價格太低以致不會被礦工接受 '), _defineProperty(_zhtw$data, 'GETH_Balance', '餘額不足 '), _defineProperty(_zhtw$data, 'GETH_NonExistentAccount', '帳戶不存在或是帳戶餘額不足 '), _defineProperty(_zhtw$data, 'GETH_InsufficientFunds', '提供的金額不足以支付gas成本的錢加上你要轉的錢 '), _defineProperty(_zhtw$data, 'GETH_IntrinsicGas', '提供的gas量不足 '), _defineProperty(_zhtw$data, 'GETH_GasLimit', 'gas量超過每單位區塊的gas上限 '), _defineProperty(_zhtw$data, 'GETH_NegativeValue', '負數的值 '), _defineProperty(_zhtw$data, 'PARITY_AlreadyImported', "已經有輸入一筆有同樣雜湊值的交易了。"), _defineProperty(_zhtw$data, 'PARITY_Old', "交易的nonce值太低。請增加nonce值。"), _defineProperty(_zhtw$data, 'PARITY_TooCheapToReplace', "交易手續費太低。已經有另外一筆有同樣nonce值的交易被加入排程。 請增加交易費用來取代該筆交易或增加nonce值來接續在該筆交易之後。"), _defineProperty(_zhtw$data, 'PARITY_LimitReached', "目前排程中有太多交易。你的交易因為超過排程容量上限而被拒絕。請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientGasPrice', "交易手續費太低。達不到你節點所要求的最低手續費(最低: {}, 收到: {}). 請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientBalance', "提供金額不足。你嘗試送出交易的帳戶並沒有足夠的金額。 需要 {} wei 但只有: {} wei."), _defineProperty(_zhtw$data, 'PARITY_GasLimitExceeded', "交易提供的gas量超過每單位的區塊gas上限 上限: {}, 收到: {}. 請減少提供的gas量。"), _defineProperty(_zhtw$data, 'PARITY_InvalidGasLimit', "提供的gas量超過上限。"), _defineProperty(_zhtw$data, 'translate_version', '0.5 '), _defineProperty(_zhtw$data, 'Translator_Desc', '譯者: '), _defineProperty(_zhtw$data, 'TranslatorName_1', 'Dymnz '), _defineProperty(_zhtw$data, 'TranslatorAddr_1', '0x0065F744bCb5393aA538cfb0688CBb0Ae0bFa741 '), _defineProperty(_zhtw$data, 'TranslatorName_2', 'NIC'), _defineProperty(_zhtw$data, 'TranslatorAddr_2', ' '), _defineProperty(_zhtw$data, 'TranslatorName_3', 'frankurcrazy '), _defineProperty(_zhtw$data, 'TranslatorAddr_3', '0xaf7c8edca9c241faf8f3f4a496da9479310e5fe9 '), _defineProperty(_zhtw$data, 'TranslatorName_4', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_4', ' '), _defineProperty(_zhtw$data, 'TranslatorName_5', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_5', ' '), _defineProperty(_zhtw$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhtw$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhtw$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhtw$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhtw$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhtw$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhtw$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhtw$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhtw$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhtw$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhtw$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhtw$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhtw$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhtw$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_zhtw$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhtw$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhtw$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhtw$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_zhtw$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_zhtw$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhtw$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhtw$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhtw$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_zhtw$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhtw$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhtw$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhtw$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhtw$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhtw$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhtw$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_zhtw$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhtw$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhtw$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhtw$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhtw$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhtw$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhtw$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhtw$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhtw$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_zhtw$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhtw$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhtw$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhtw$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhtw$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhtw$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhtw$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhtw$data, 'HELP_Sec_Title', '安全性 '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhtw$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_zhtw$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _zhtw$data); +}, _defineProperty(_zhtw$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_zhtw$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_zhtw$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_zhtw$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_zhtw$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_zhtw$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_zhtw$data, 'HELP_2a_Title', '我要怎麼儲存/備份錢包? '), _defineProperty(_zhtw$data, 'x_CancelReplaceTx', '取消或取代交易'), _defineProperty(_zhtw$data, 'x_CancelTx', '取消交易'), _defineProperty(_zhtw$data, 'x_PasswordDesc', '這組密碼用來 * 加密 * 你的錢包。 並非用來作為產生金鑰的種子。 **你需要這組密碼以及你的金鑰才能解鎖錢包。**'), _defineProperty(_zhtw$data, 'x_ReadMore', '繼續閱讀'), _defineProperty(_zhtw$data, 'x_ReplaceTx', '取代交易'), _defineProperty(_zhtw$data, 'x_TransHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'x_TXFee', '交易手續費'), _defineProperty(_zhtw$data, 'x_TxHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'NAV_CheckTxStatus', '檢查交易狀態'), _defineProperty(_zhtw$data, 'NAV_TxStatus', '交易狀態'), _defineProperty(_zhtw$data, 'tx_Details', '交易細節'), _defineProperty(_zhtw$data, 'tx_Summary', '當乙太網路流量大時(例如有ICO進行中),你的交易可能需要等待數小時甚至數天。 此工具將讓你 "取消" 或替換等待中的交易。 ** 這通常是不被允許的。 請不要過度依賴此工具,因為這些操作只有在交易池滿載時有用. [請閱讀關於此工具的說明。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhtw$data, 'tx_notFound', '查無交易'), _defineProperty(_zhtw$data, 'tx_notFound_1', '無法在你所連接的節點之交易池找到這筆交易。'), _defineProperty(_zhtw$data, 'tx_notFound_2', '如果你才剛送出交易,請等待 15 秒鐘後再按下 "檢查交易狀態" 按鈕。 '), _defineProperty(_zhtw$data, 'tx_notFound_3', '這筆交易可能仍在在其他節點的交易池中等待被確認。'), _defineProperty(_zhtw$data, 'tx_notFound_4', '請用右上角的下拉式選單來選取其他 ETH 節點 (例如: `ETH (Etherscan.io)` 、 `ETH (Infura.io)` 或 `ETH (MyEtherWallet)`) 並再檢查一次。'), _defineProperty(_zhtw$data, 'tx_foundInPending', '找到等待中的交易'), _defineProperty(_zhtw$data, 'tx_foundInPending_1', '你的交易存在於你所連接的節點交易池中。 '), _defineProperty(_zhtw$data, 'tx_foundInPending_2', '此筆交易正在等待中 (等待確認). '), _defineProperty(_zhtw$data, 'tx_foundInPending_3', '你有機會 "取消" 或取代這筆交易。 請在底下解鎖錢包。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain', '找到交易'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_1', '你的交易已經成功被確認且存在於區塊鏈上。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_2', '**你如果看到紅色的 `( ! )` 、 `BAD INSTRUCTION` 或 `OUT OF GAS` 的錯誤訊息**,這表示該筆交易並沒有被成功的 *送出*。你不能取消或替換這筆交易,你必須重新送出一筆交易。如果你看到 "Out of Gas" 錯誤,你得使用之前gas總量的兩倍。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_3', '**如果你沒有看到任何錯誤,你的交易已被成功送出。** 你的乙太幣或代幣已經在目的地錢包。如果你沒有看到你的乙太幣或代幣出現在目的地錢包 / 交易所帳戶,而且你已經等待超過24小時,[請連絡該服務提供者](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). 給他們你的交易紀錄 *連結* ,並且友善地請他們處裡你遇到的問題。'), _defineProperty(_zhtw$data, 'GEN_Help_1', '使用你的'), _defineProperty(_zhtw$data, 'GEN_Help_2', '來存取你的帳戶。 '), _defineProperty(_zhtw$data, 'GEN_Help_3', '你的裝置 * 就是 * 你的錢包。'), _defineProperty(_zhtw$data, 'GEN_Help_4', '指南 & 問與答'), _defineProperty(_zhtw$data, 'GEN_Help_5', '如何建立錢包'), _defineProperty(_zhtw$data, 'GEN_Help_6', '入門'), _defineProperty(_zhtw$data, 'GEN_Help_7', '保管好 · 備份它 · 不要分享給任何人 · 不要遺失 · 遺失後將無法找回。'), _defineProperty(_zhtw$data, 'GEN_Help_8', '不要下載檔案嗎? '), _defineProperty(_zhtw$data, 'GEN_Help_9', '改用 Google Chrome 看看 '), _defineProperty(_zhtw$data, 'GEN_Help_10', '按下右鍵並另存為 檔案名稱: '), _defineProperty(_zhtw$data, 'GEN_Help_11', '不要在你的電腦上開啟此檔案 '), _defineProperty(_zhtw$data, 'GEN_Help_12', '用它在 MyEtherWallet (或Mist、Geth、Parity和其他錢包) 來解鎖你的錢包 '), _defineProperty(_zhtw$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhtw$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhtw$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhtw$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhtw$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhtw$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhtw$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhtw$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhtw$data, 'GET_ConfButton', '我了解,請繼續。'), _defineProperty(_zhtw$data, 'GEN_Label_5', '保存 `私鑰`. '), _defineProperty(_zhtw$data, 'GEN_Unlock', '解鎖你的錢包來查看地址'), _defineProperty(_zhtw$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `10 GWEI`.'), _defineProperty(_zhtw$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhtw$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhtw$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhtw$data, 'NAV_AddWallet', '新增錢包 '), _defineProperty(_zhtw$data, 'NAV_BulkGenerate', '批量產生 '), _defineProperty(_zhtw$data, 'NAV_Contact', '聯繫我們 '), _defineProperty(_zhtw$data, 'NAV_Contracts', '合約 '), _defineProperty(_zhtw$data, 'NAV_DeployContract', '部署合約 '), _defineProperty(_zhtw$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhtw$data, 'NAV_GenerateWallet_alt', '建立新錢包 '), _defineProperty(_zhtw$data, 'NAV_GenerateWallet', '產生錢包 '), _defineProperty(_zhtw$data, 'NAV_Help', '求助 '), _defineProperty(_zhtw$data, 'NAV_InteractContract', '和合約互動 '), _defineProperty(_zhtw$data, 'NAV_Multisig', '多重簽署 '), _defineProperty(_zhtw$data, 'NAV_MyWallets', '我的錢包 '), _defineProperty(_zhtw$data, 'NAV_Offline', '離線發送 '), _defineProperty(_zhtw$data, 'NAV_SendEther', '發送乙太幣 / 代幣 '), _defineProperty(_zhtw$data, 'NAV_SendTokens', '發送代幣 '), _defineProperty(_zhtw$data, 'NAV_SignMsg', '對訊息做簽名 '), _defineProperty(_zhtw$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhtw$data, 'NAV_ViewWallet', '查看錢包 '), _defineProperty(_zhtw$data, 'NAV_YourWallets', '你的錢包 '), _defineProperty(_zhtw$data, 'x_Access', '存取合約 '), _defineProperty(_zhtw$data, 'x_AddessDesc', '你可以把地址當作是你的"帳號"或者"公鑰"。將地址告訴他人,他人就能發送乙太幣或代幣給你。找到漂亮的地址圖標,確定該圖標符合你的紙錢包和所有你輸入地址的地方。 '), _defineProperty(_zhtw$data, 'x_Address', '你的地址 '), _defineProperty(_zhtw$data, 'x_Cancel', '取消 '), _defineProperty(_zhtw$data, 'x_CSV', 'CSV 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Download', '下載 '), _defineProperty(_zhtw$data, 'x_Json', 'JSON 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_JsonDesc', '這是未加密的JSON格式私鑰檔。這表示你不需要密碼就可以控制錢包,但任何持有此JSON文件的人也都無須密碼便能控制你的錢包和乙太幣。 '), _defineProperty(_zhtw$data, 'x_Keystore', 'Keystore 檔 (UTC / JSON · 推薦 · 經過加密) '), _defineProperty(_zhtw$data, 'x_Keystore2', 'Keystore 檔 (UTC / JSON) '), _defineProperty(_zhtw$data, 'x_KeystoreDesc', '此Keystore檔和Mist錢包相容,因此你可以輕鬆地匯入錢包。我們推薦你下載並備份此檔案。 '), _defineProperty(_zhtw$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhtw$data, 'x_Mnemonic', '助憶口令 '), _defineProperty(_zhtw$data, 'x_ParityPhrase', 'Parity口令 '), _defineProperty(_zhtw$data, 'x_Password', '密碼 '), _defineProperty(_zhtw$data, 'x_Print', '列印紙錢包 '), _defineProperty(_zhtw$data, 'x_PrintDesc', '小技巧: 按下列印並保存為PDF檔,儘管你沒有印表機! '), _defineProperty(_zhtw$data, 'x_PrintShort', '列印 '), _defineProperty(_zhtw$data, 'x_PrivKey', '私鑰 (未加密) '), _defineProperty(_zhtw$data, 'x_PrivKey2', '私鑰 '), _defineProperty(_zhtw$data, 'x_PrivKeyDesc', '這是你未加密的私鑰,這表示你不需要密碼就可以控制錢包。如果有人取得此私鑰,他們也無須密碼便能可以控制你的錢包。因此,我們推薦加密過的私鑰檔。 '), _defineProperty(_zhtw$data, 'x_Save', '保存 '), _defineProperty(_zhtw$data, 'x_TXT', 'TXT 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Wallet', '錢包 '), _defineProperty(_zhtw$data, 'CX_Tagline', '開源的JavaScript客戶端乙太錢包Chrome擴充功能 '), _defineProperty(_zhtw$data, 'CX_Warning_1', '確保你存在這裡的所有錢包皆有**額外的備份**。導致此擴充功能資料喪失的可能很多,這包括移除和重新安裝此擴充功能。此擴充功能讓你輕鬆操作錢包,而**不是**備份錢包。 '), _defineProperty(_zhtw$data, 'MEW_Tagline', '開源的JavaScript客戶端乙太錢包 '), _defineProperty(_zhtw$data, 'MEW_Warning_1', '每次存取和產生錢包時都要檢查上方的網址。小心釣魚網站! '), _defineProperty(_zhtw$data, 'FOOTER_1', '讓你輕鬆、安全地和乙太坊互動的開源客戶端工具。 '), _defineProperty(_zhtw$data, 'FOOTER_1b', '開發者 '), _defineProperty(_zhtw$data, 'FOOTER_2', '歡迎捐贈給我們 '), _defineProperty(_zhtw$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhtw$data, 'FOOTER_4', '免責聲明 '), _defineProperty(_zhtw$data, 'sidebar_AccountInfo', '帳戶資訊 '), _defineProperty(_zhtw$data, 'sidebar_AccountAddr', '帳戶地址 '), _defineProperty(_zhtw$data, 'sidebar_AccountBal', '帳戶餘額 '), _defineProperty(_zhtw$data, 'sidebar_TokenBal', '代幣餘額 '), _defineProperty(_zhtw$data, 'sidebar_Equiv', '價值 '), _defineProperty(_zhtw$data, 'sidebar_TransHistory', '交易歷史 '), _defineProperty(_zhtw$data, 'sidebar_donation', 'MyEtherWallet是注重你的隱私和安全的免費、開源服務。如果有更多捐贈,我們就能花更多時間開發新功能、聽取你的建議並且滿足你的需要。我們只是兩個想要改變世界的人。幫助我們? '), _defineProperty(_zhtw$data, 'sidebar_donate', '捐贈 '), _defineProperty(_zhtw$data, 'sidebar_thanks', '謝謝你!!! '), _defineProperty(_zhtw$data, 'sidebar_DisplayOnTrezor', '顯示 TREZOR 上的地址'), _defineProperty(_zhtw$data, 'sidebar_DisplayOnLedger', '顯示 Ledger 上的地址'), _defineProperty(_zhtw$data, 'decrypt_Access', '你想要如何存取你的錢包? '), _defineProperty(_zhtw$data, 'decrypt_Title', '選擇你的私鑰格式 '), _defineProperty(_zhtw$data, 'decrypt_Select', '選擇一個錢包 '), _defineProperty(_zhtw$data, 'MNEM_1', '選擇你要互動的地址。 '), _defineProperty(_zhtw$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhtw$data, 'MNEM_more', '更多地址 '), _defineProperty(_zhtw$data, 'MNEM_prev', '之前的地址 '), _defineProperty(_zhtw$data, 'x_Ledger', 'Ledger Wallet 錢包'), _defineProperty(_zhtw$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhtw$data, 'ADD_Ledger_1', '連接至你的 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_Ledger_2', '開啟基於以太坊開發的應用程式(或一個寫成合約的應用程式) '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Exp', '開打開基於Expanse(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Ubq', '開打開基於Ubiq(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_3', '確認已經開啟設定選項中的瀏覽器支援選項'), _defineProperty(_zhtw$data, 'ADD_Ledger_4', '如果在設定選項中找不到瀏覽器支援選項,請確認你的韌體版本新於[1.2版](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_zhtw$data, 'ADD_Ledger_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_Ledger_scan', '連接至 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhtw$data, 'x_Trezor', 'TREZOR 錢包 '), _defineProperty(_zhtw$data, 'ADD_Trezor_scan', '連接至 TREZOR '), _defineProperty(_zhtw$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_scan', '連接至 Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_Label_1', '你想要做什麼? '), _defineProperty(_zhtw$data, 'ADD_Radio_1', '產生新錢包 '), _defineProperty(_zhtw$data, 'ADD_Radio_2', '選擇你的錢包檔 (Keystore / JSON) '), _defineProperty(_zhtw$data, 'ADD_Radio_2_alt', '選擇你的錢包檔 '), _defineProperty(_zhtw$data, 'ADD_Radio_2_short', '選擇錢包檔... '), _defineProperty(_zhtw$data, 'ADD_Radio_3', '貼上/輸入 你的私鑰 '), _defineProperty(_zhtw$data, 'ADD_Radio_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Radio_5', '貼上/輸入 你的助憶口令 '), _defineProperty(_zhtw$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhtw$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhtw$data, 'ADD_Label_2', '新增一個暱稱 '), _defineProperty(_zhtw$data, 'ADD_Label_3', '你的錢包經過加密。請輸入密碼。 '), _defineProperty(_zhtw$data, 'ADD_Label_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Warning_1', '你可以在錢包頁面監視任何帳戶,而且不需要匯入該帳戶的私鑰。這並不表示你能存取該帳戶或透過該帳戶傳送乙太幣。 '), _defineProperty(_zhtw$data, 'ADD_Label_5', '輸入地址 '), _defineProperty(_zhtw$data, 'ADD_Label_6', '解鎖你的錢包 '), _defineProperty(_zhtw$data, 'ADD_Label_6_short', '解鎖 '), _defineProperty(_zhtw$data, 'ADD_Label_7', '新增帳戶 '), _defineProperty(_zhtw$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhtw$data, 'MYWAL_Nick', '錢包暱稱 '), _defineProperty(_zhtw$data, 'MYWAL_Address', '錢包地址 '), _defineProperty(_zhtw$data, 'MYWAL_Bal', '餘額 '), _defineProperty(_zhtw$data, 'MYWAL_Edit', '編輯 '), _defineProperty(_zhtw$data, 'MYWAL_View', '檢視 '), _defineProperty(_zhtw$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhtw$data, 'MYWAL_RemoveWal', '移除錢包 '), _defineProperty(_zhtw$data, 'MYWAL_WatchOnly', '你正在監視的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Viewing', '查看錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Hide', '隱藏錢包資訊 '), _defineProperty(_zhtw$data, 'MYWAL_Edit_2', '編輯錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Name', '錢包名字 '), _defineProperty(_zhtw$data, 'MYWAL_Content_1', '警告! 你即將移除你的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Content_2', '確保你在移除錢包前,已經**保存了私鑰和Keystore檔,並記住了密碼**。 '), _defineProperty(_zhtw$data, 'MYWAL_Content_3', '如果你在未來還想在MyEtherWallet擴充功能上操作此錢包,你必須使用私鑰或JSON檔和密碼來重新新增它。 '), _defineProperty(_zhtw$data, 'GEN_desc', '你可以在這裡新增多個錢包 '), _defineProperty(_zhtw$data, 'GEN_Label_1', '輸入一個夠安全的密碼(至少九個字元) '), _defineProperty(_zhtw$data, 'GEN_Placeholder_1', '別忘記將密碼記下! '), _defineProperty(_zhtw$data, 'GEN_SuccessMsg', '成功! 你的錢包已被產生。 '), _defineProperty(_zhtw$data, 'GEN_Label_2', '存下你的Keystore檔。 別忘記上方的密碼。 '), _defineProperty(_zhtw$data, 'GEN_Label_3', '記下你的地址。 '), _defineProperty(_zhtw$data, 'GEN_Label_4', '印出你的紙錢包,或存下QR碼版本的資料。(可選的) '), _defineProperty(_zhtw$data, 'BULK_Label_1', '要產生的錢包數量 '), _defineProperty(_zhtw$data, 'BULK_Label_2', '產生多個錢包 '), _defineProperty(_zhtw$data, 'BULK_SuccessMsg', '成功! 你的所有錢包皆已被產生。 '), _defineProperty(_zhtw$data, 'SEND_addr', '給地址 '), _defineProperty(_zhtw$data, 'SEND_amount', '要發送的數量 '), _defineProperty(_zhtw$data, 'SEND_amount_short', '數量 '), _defineProperty(_zhtw$data, 'SEND_custom', '新增其他代幣 '), _defineProperty(_zhtw$data, 'SEND_gas', 'Gas '), _defineProperty(_zhtw$data, 'SEND_TransferTotal', '送出所有餘額 '), _defineProperty(_zhtw$data, 'SEND_generate', '產生交易訊息 '), _defineProperty(_zhtw$data, 'SEND_raw', '交易訊息 '), _defineProperty(_zhtw$data, 'SEND_signed', '已簽署的交易訊息 '), _defineProperty(_zhtw$data, 'SEND_trans', '送出交易 '), _defineProperty(_zhtw$data, 'SENDModal_Title', '注意! '), _defineProperty(_zhtw$data, 'SENDModal_Content_1', '你將要送出 '), _defineProperty(_zhtw$data, 'SENDModal_Content_2', '到 '), _defineProperty(_zhtw$data, 'SENDModal_Content_3', '確定要繼續嗎? '), _defineProperty(_zhtw$data, 'SENDModal_Content_4', '提醒:如果你遇到了問題,解決方法通常是傳入乙太幣到帳戶中來支付交易所需的gas。Gas由乙太幣支付。 '), _defineProperty(_zhtw$data, 'SENDModal_No', '不,帶我離開這裡! '), _defineProperty(_zhtw$data, 'SENDModal_Yes', '好,我確定!進行交易。 '), _defineProperty(_zhtw$data, 'TOKEN_Addr', '地址 Token '), _defineProperty(_zhtw$data, 'TOKEN_Symbol', '代幣縮寫 '), _defineProperty(_zhtw$data, 'TOKEN_Dec', '小數點 '), _defineProperty(_zhtw$data, 'TOKEN_show', '顯示所有代幣 '), _defineProperty(_zhtw$data, 'TOKEN_hide', '隱藏代幣 '), _defineProperty(_zhtw$data, 'TRANS_desc', '如果你是要傳送代幣(Token),請使用“傳送代幣”功能'), _defineProperty(_zhtw$data, 'TRANS_warning', '"Only ETH" 或 "Only ETC" 功能是透過一個合約來傳送,並非單純的轉錢。有些服務可能沒辦法接受這兩種功能。 了解更多。Functions you are sending via a contract. Some services have issues accepting these transactions. Read more. '), _defineProperty(_zhtw$data, 'TRANS_advanced', '進階功能:為交易新增Data'), _defineProperty(_zhtw$data, 'TRANS_data', '交易的Data '), _defineProperty(_zhtw$data, 'TRANS_gas', 'Gas 總量 '), _defineProperty(_zhtw$data, 'TRANS_sendInfo', '我們使用比平均手續費略高的gas價格(每單位0.000000021 ETH)確保交易能快速被確認。我們並不收取任何手續費。'), _defineProperty(_zhtw$data, 'OFFLINE_Title', '以離線的方式製作交易'), _defineProperty(_zhtw$data, 'OFFLINE_Desc', '離線製作交易的方式包含三步驟。步驟一及三需要使用連網裝置,步驟二則使用離線的電腦以確保你的私鑰不會被連網裝置存取。'), _defineProperty(_zhtw$data, 'OFFLLINE_Step1_Title', '步驟一: 產生交易相關訊息(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Button', '產生交易相關訊息 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_1', '交易發起方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_2', '注意: 這是交易發起方的地址,不是交易接受方的地址。Nonce值是看交易發起方來決定。如果是使用離線裝置,則這個地址是離線儲存裝置的帳號地址。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Title', '步驟二: 製作交易(在離線裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_1', '交易接收方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_2', '送給交易接收方的金額'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3', '每單位gas的費用'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4', 'Gas 總量 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4b', '21000 是預設的gas總量(單純轉錢)。如果你是要執行合約,則會不一樣。多給的gas如果沒有用完會退還給你。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6', '交易的Data '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6b', '並非必需的,Data通常只有在你執行合約的時候才需要。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_7', '輸入/選擇 你的私鑰/JSON檔。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Title', '步驟三: 送出交易(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Label_1', '將步驟二經過簽名的交易複製並貼上到這,最後按下送出交易的按鈕。'), _defineProperty(_zhtw$data, 'CONTRACT_Title', '合約地址 '), _defineProperty(_zhtw$data, 'CONTRACT_Title_2', '選擇已經存在的合約 '), _defineProperty(_zhtw$data, 'CONTRACT_Json', '合約的 ABI / JSON 介面 '), _defineProperty(_zhtw$data, 'CONTRACT_Interact_Title', '讀取/寫入 合約'), _defineProperty(_zhtw$data, 'CONTRACT_Interact_CTA', '選擇一個動作'), _defineProperty(_zhtw$data, 'CONTRACT_ByteCode', '合約的程式碼 '), _defineProperty(_zhtw$data, 'CONTRACT_Read', '讀取 '), _defineProperty(_zhtw$data, 'CONTRACT_Write', '寫入 '), _defineProperty(_zhtw$data, 'DEP_generate', '產生程式碼 '), _defineProperty(_zhtw$data, 'DEP_generated', '已產生的程式碼 '), _defineProperty(_zhtw$data, 'DEP_signtx', '對交易做簽名 '), _defineProperty(_zhtw$data, 'DEP_interface', '已產生的合約介面 '), _defineProperty(_zhtw$data, 'NODE_Title', '設定你的客製節點'), _defineProperty(_zhtw$data, 'NODE_Subtitle', '連線至一個區域/私人節點...'), _defineProperty(_zhtw$data, 'NODE_Warning', '你的節點必須使用HTTPS安全連線的方式才能夠由 MyEtherWallet.com 連接到它。 你可以下載 [MyEtherWallet repo](https://github.com/kvhnuke/etherwallet/releases/latest) 並建立起一個你的節點來連接至其他的節點。或著從 [LetsEncrypt](https://letsencrypt.org/) 獲取免費的SSL憑證'), _defineProperty(_zhtw$data, 'NODE_Name', '節點名稱'), _defineProperty(_zhtw$data, 'NODE_Port', '節點連線的端口號碼'), _defineProperty(_zhtw$data, 'NODE_CTA', '儲存設定並使用客製節點'), _defineProperty(_zhtw$data, 'SWAP_rates', "目前的匯率 "), _defineProperty(_zhtw$data, 'SWAP_init_1', "我想要用我的 "), _defineProperty(_zhtw$data, 'SWAP_init_2', " 換 "), _defineProperty(_zhtw$data, 'SWAP_init_CTA', "下一步 "), _defineProperty(_zhtw$data, 'SWAP_information', "你的相關資料 "), _defineProperty(_zhtw$data, 'SWAP_send_amt', "送出多少金額 "), _defineProperty(_zhtw$data, 'SWAP_rec_amt', "收入多少金額 "), _defineProperty(_zhtw$data, 'SWAP_your_rate', "你的匯率 "), _defineProperty(_zhtw$data, 'SWAP_rec_add', "你收錢的地址 "), _defineProperty(_zhtw$data, 'SWAP_start_CTA', "開始交換 "), _defineProperty(_zhtw$data, 'SWAP_ref_num', "你的交易編號 "), _defineProperty(_zhtw$data, 'SWAP_time', "剩餘多少時間可送出交易 "), _defineProperty(_zhtw$data, 'SWAP_elapsed', "送出交易後已經經過了 "), _defineProperty(_zhtw$data, 'SWAP_progress_1', "訂單已產生 "), _defineProperty(_zhtw$data, 'SWAP_progress_2', "正在等待你的 "), _defineProperty(_zhtw$data, 'SWAP_progress_3', "收到了! "), _defineProperty(_zhtw$data, 'SWAP_progress_4', "正在傳送你的 {{orderResult.output.currency}} "), _defineProperty(_zhtw$data, 'SWAP_progress_5', "訂單完成 "), _defineProperty(_zhtw$data, 'SWAP_order_CTA', "請傳送 "), _defineProperty(_zhtw$data, 'SWAP_unlock', "解鎖你的錢包來從這個頁面轉錢或轉代幣 "), _defineProperty(_zhtw$data, 'MSG_message', '訊息 '), _defineProperty(_zhtw$data, 'MSG_date', '日期 '), _defineProperty(_zhtw$data, 'MSG_signature', '簽名 '), _defineProperty(_zhtw$data, 'MSG_verify', '驗證訊息 '), _defineProperty(_zhtw$data, 'MSG_info1', '填入當前時間來避免簽名在其他不同時間被重複利用。 '), _defineProperty(_zhtw$data, 'MSG_info2', '填入你的暱稱及你使用該暱稱的場合來避免其他人使用'), _defineProperty(_zhtw$data, 'MSG_info3', '填入這個訊息的源由來避免被用在其他目的。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。你可能會需要這個功能來將你的帳戶[讀入Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)。 如果你想要檢查你的帳號餘額,我們建議你使用區塊鏈瀏覽網頁像是[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle_Short', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_SuccessMsg', '成功!這些是你的錢包內容。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_ShowPrivKey', '(顯示)'), _defineProperty(_zhtw$data, 'VIEWWALLET_HidePrivKey', '(隱藏)'), _defineProperty(_zhtw$data, 'CX_error_1', '你沒有儲存過任何錢包。點擊 ["新增錢包"](/cx-wallet.html#add-wallet) 來新增一個錢包! '), _defineProperty(_zhtw$data, 'CX_quicksend', '傳送 '), _defineProperty(_zhtw$data, 'ERROR_0', '請輸入有效的數量。 '), _defineProperty(_zhtw$data, 'ERROR_1', '你的密碼至少需要9個字元。請確保你的密碼強度夠強。 '), _defineProperty(_zhtw$data, 'ERROR_2', '抱歉,我們無法識別這個錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_3', '這不是一個有效的錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_4', '這個單位並不存在,請使用以下的單位 '), _defineProperty(_zhtw$data, 'ERROR_5', '無效的地址。 '), _defineProperty(_zhtw$data, 'ERROR_6', '無效的密碼。 '), _defineProperty(_zhtw$data, 'ERROR_7', '無效的數量。(Must be integer. Try 0-18.) '), _defineProperty(_zhtw$data, 'ERROR_8', '無效的gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhtw$data, 'ERROR_9', '無效的data。(Must be hex.) '), _defineProperty(_zhtw$data, 'ERROR_10', '無效的gas數量。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhtw$data, 'ERROR_11', '無效的nonce值。(Must be integer.)'), _defineProperty(_zhtw$data, 'ERROR_12', '無效的已簽名交易。 '), _defineProperty(_zhtw$data, 'ERROR_13', '已經有一個使用相同暱稱的錢包存在。 '), _defineProperty(_zhtw$data, 'ERROR_14', '找不到錢包。 '), _defineProperty(_zhtw$data, 'ERROR_15', 'It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_zhtw$data, 'ERROR_16', '儲存裝置中已經有一個包含這個地址的錢包存在。 請見錢包頁面。 '), _defineProperty(_zhtw$data, 'ERROR_17', '你帳戶中必須有至少 **0.01 ETH** 來支付gas的成本。 請增加一些 ETH 並重試。 '), _defineProperty(_zhtw$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_zhtw$data, 'ERROR_19', '無效的符號 '), _defineProperty(_zhtw$data, 'ERROR_20', '並不是一個有效的 ERC-20 代幣 '), _defineProperty(_zhtw$data, 'ERROR_21', '無法估計花費的gas。 這個帳戶沒有足夠餘額,或是接收的合約丟出錯誤訊息。 你可以自己手動設定gas並執行。 傳送後的錯誤訊息可能會提供更多訊息。 '), _defineProperty(_zhtw$data, 'ERROR_22', '請輸入有效的節點名稱'), _defineProperty(_zhtw$data, 'ERROR_23', '輸入有效的url,如果你使用https請確保url也是使用https。 '), _defineProperty(_zhtw$data, 'ERROR_24', '請輸入有效的連線端口號碼 '), _defineProperty(_zhtw$data, 'ERROR_25', '請輸入有效的鏈ID'), _defineProperty(_zhtw$data, 'ERROR_26', '請輸入有效的ABI '), _defineProperty(_zhtw$data, 'ERROR_27', '最少數量 0.01 及最大'), _defineProperty(_zhtw$data, 'ERROR_28', '**以後你會需要密碼和Keystore檔案** (或私鑰)來存取你的錢包。請儲存並備份在額外的地方!如果沒有儲存你是沒有機會找回這個錢包的。 詳見[幫助頁面](https://www.myetherwallet.com/#help)來獲取更多資訊。 '), _defineProperty(_zhtw$data, 'ERROR_29', '請輸入有效的使用者及密碼 '), _defineProperty(_zhtw$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhtw$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhtw$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhtw$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhtw$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhtw$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhtw$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhtw$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhtw$data, 'SUCCESS_1', '有效的地址 '), _defineProperty(_zhtw$data, 'SUCCESS_2', '成功解密錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_3', '你的交易已被發布到網路上。這並不表示該交易已被確認或完成。遇到區塊鏈網路流量極大時,你可能需要超過三個小時才能完成交易 1) 在下面確認你的交易狀態。 2) 如果該交易已經等待(pending)數小時或消失,使用 檢查交易狀態 頁面來替換它。 3) 使用 [ETH加油站](https://ethgasstation.info/) 來確認最佳的Gas價格。 4) 存下該筆交易的雜湊值,你可能需要它: '), _defineProperty(_zhtw$data, 'SUCCESS_4', '成功新增你的錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_5', '已選擇檔案 '), _defineProperty(_zhtw$data, 'SUCCESS_6', '你已經成功連上 '), _defineProperty(_zhtw$data, 'SUCCESS_7', '訊息簽章驗證成功'), _defineProperty(_zhtw$data, 'WARN_Send_Link', '你藉由一條連結到達此頁面,且該連結已幫你將地址、金額、gas和data欄位或交易類別(傳送模式)填好。 送出前你可以自由更改其中的值。 首先先解鎖你的錢包。 '), _defineProperty(_zhtw$data, 'GETH_InvalidSender', '無效的傳送者 '), _defineProperty(_zhtw$data, 'GETH_Nonce', 'Nonce值太低 '), _defineProperty(_zhtw$data, 'GETH_Cheap', 'Gas價格太低以致不會被礦工接受 '), _defineProperty(_zhtw$data, 'GETH_Balance', '餘額不足 '), _defineProperty(_zhtw$data, 'GETH_NonExistentAccount', '帳戶不存在或是帳戶餘額不足 '), _defineProperty(_zhtw$data, 'GETH_InsufficientFunds', '提供的金額不足以支付gas成本的錢加上你要轉的錢 '), _defineProperty(_zhtw$data, 'GETH_IntrinsicGas', '提供的gas量不足 '), _defineProperty(_zhtw$data, 'GETH_GasLimit', 'gas量超過每單位區塊的gas上限 '), _defineProperty(_zhtw$data, 'GETH_NegativeValue', '負數的值 '), _defineProperty(_zhtw$data, 'PARITY_AlreadyImported', "已經有輸入一筆有同樣雜湊值的交易了。"), _defineProperty(_zhtw$data, 'PARITY_Old', "交易的nonce值太低。請增加nonce值。"), _defineProperty(_zhtw$data, 'PARITY_TooCheapToReplace', "交易手續費太低。已經有另外一筆有同樣nonce值的交易被加入排程。 請增加交易費用來取代該筆交易或增加nonce值來接續在該筆交易之後。"), _defineProperty(_zhtw$data, 'PARITY_LimitReached', "目前排程中有太多交易。你的交易因為超過排程容量上限而被拒絕。請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientGasPrice', "交易手續費太低。達不到你節點所要求的最低手續費(最低: {}, 收到: {}). 請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientBalance', "提供金額不足。你嘗試送出交易的帳戶並沒有足夠的金額。 需要 {} wei 但只有: {} wei."), _defineProperty(_zhtw$data, 'PARITY_GasLimitExceeded', "交易提供的gas量超過每單位的區塊gas上限 上限: {}, 收到: {}. 請減少提供的gas量。"), _defineProperty(_zhtw$data, 'PARITY_InvalidGasLimit', "提供的gas量超過上限。"), _defineProperty(_zhtw$data, 'translate_version', '0.5 '), _defineProperty(_zhtw$data, 'Translator_Desc', '譯者: '), _defineProperty(_zhtw$data, 'TranslatorName_1', 'Dymnz '), _defineProperty(_zhtw$data, 'TranslatorAddr_1', '0x0065F744bCb5393aA538cfb0688CBb0Ae0bFa741 '), _defineProperty(_zhtw$data, 'TranslatorName_2', 'NIC'), _defineProperty(_zhtw$data, 'TranslatorAddr_2', ' '), _defineProperty(_zhtw$data, 'TranslatorName_3', 'frankurcrazy '), _defineProperty(_zhtw$data, 'TranslatorAddr_3', '0xaf7c8edca9c241faf8f3f4a496da9479310e5fe9 '), _defineProperty(_zhtw$data, 'TranslatorName_4', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_4', ' '), _defineProperty(_zhtw$data, 'TranslatorName_5', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_5', ' '), _defineProperty(_zhtw$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhtw$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhtw$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhtw$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhtw$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhtw$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhtw$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhtw$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhtw$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhtw$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhtw$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhtw$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhtw$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhtw$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_zhtw$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhtw$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhtw$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhtw$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_zhtw$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_zhtw$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhtw$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhtw$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhtw$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_zhtw$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhtw$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhtw$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhtw$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhtw$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhtw$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhtw$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_zhtw$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhtw$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhtw$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhtw$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhtw$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhtw$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhtw$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhtw$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhtw$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_zhtw$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhtw$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhtw$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhtw$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhtw$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhtw$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhtw$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhtw$data, 'HELP_Sec_Title', '安全性 '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhtw$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_zhtw$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _zhtw$data); module.exports = zhtw; diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index 14ac9b758f..a103e1968a 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.11.3.0", + "version": "3.11.3.1", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://www.myetherwallet.com/", diff --git a/dist/css/etherwallet-master.min.css b/dist/css/etherwallet-master.min.css index 56d14d84ab..79b9f5e284 100644 --- a/dist/css/etherwallet-master.min.css +++ b/dist/css/etherwallet-master.min.css @@ -1,3 +1,3 @@ @font-face{font-family:Lato;src:url(../fonts/Lato-Light.woff) format("woff");font-style:normal;font-weight:300}@font-face{font-family:Lato;src:url(../fonts/Lato-Regular.woff) format("woff");font-style:normal;font-weight:400}@font-face{font-family:Lato;src:url(../fonts/Lato-Bold.woff) format("woff");font-style:normal;font-weight:700} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} -/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline;color:#000}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #000;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}.print-text{color:#0b7290!important}footer{border-top:1px solid #000}header{border-bottom:1px solid #000;border-top:0 solid #fff!important}.btn{border:1px solid #000;color:1px solid #000;background:transparent!important}.nav-container{display:none!important}.footer-1 img{width:40px!important}.footer-1 *,.footer-2 *,.footer-3 *{font-size:8px!important;line-height:1.1!important}.footer-1 .footer-2,.footer-1 .footer-3,.footer-2 .footer-2,.footer-2 .footer-3,.footer-3 .footer-2,.footer-3 .footer-3{float:left!important}.h1,h1{font-size:18px}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:17px}.h3,h3{font-size:16px}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:15px}.h5,h5{font-size:14px}.h5,.h6,h5,h6{font-weight:700}.h6,h6{font-size:13px}.modal{position:inherit!important;page-break-inside:avoid;page-break-before:always}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:15 px;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%}@media screen and (min-width:94rem){html{font-size:16px}}@media screen and (max-width:50.2rem){html{font-size:15 px}}body{font-family:Lato,sans-serif;font-size:1rem;line-height:1.4;color:#333;background-color:#fbfbfb;height:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-thumbnail{padding:.2rem;line-height:1.4;background-color:#fbfbfb;border:1px solid #ddd;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #ececec}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit;letter-spacing:.02em}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:inherit}.h1,.h2,.h3,h1,h2,h3{margin-top:1rem;margin-bottom:.5rem}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:1rem;margin-bottom:.5rem}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:2.25rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:1.9rem}.h3,h3{font-size:1.5rem}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:1.3rem}.h5,h5{font-size:1.15rem}.h5,.h6,h5,h6{font-weight:400}.h6,h6{font-size:1.07rem}p{margin:0 0 .5rem;font-weight:300}p.strong,p .strong,p strong{font-weight:400}i{font-style:normal}.strong,strong{font-weight:600}.lead{margin-bottom:1.4;font-size:1rem}a{color:#0e97c0;text-decoration:none;cursor:pointer}a,a:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:hover{opacity:.8;color:#0c84a8}a:active,a:focus{opacity:1;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:focus{outline:thin dotted;outline-offset:3px}.point{cursor:pointer}.strike{text-decoration:line-through}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#9a9a9a}.text-primary{color:#0e97c0}a.text-primary:focus,a.text-primary:hover{color:#0c84a8}.text-success{color:#459f42}a.text-success:focus,a.text-success:hover{color:#3d8d3b}.text-info{color:#0b1929}a.text-info:focus,a.text-info:hover{color:#060d15}.text-warning{color:#cc7a00}a.text-warning:focus,a.text-warning:hover{color:#b36a00}.text-danger{color:#df2518}a.text-danger:focus,a.text-danger:hover{color:#c82116}.text-underline{text-decoration:underline}.text-light{font-weight:200}.bg-primary{color:#fff;background-color:#0e97c0}a.bg-primary:focus,a.bg-primary:hover{background-color:#0b7290}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:-.5rem;margin:2.8 0 1.4;border-bottom:1px solid #ececec}ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}li{margin-bottom:.5em;font-weight:300}li strong{font-weight:400}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1.4}dd,dt{line-height:1.4}dt{font-weight:700}dd{margin-left:0}@media (min-width:51.2rem){.dl-horizontal dt{float:left;width:-8rem;clear:left;text-align:right;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:12rem}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #9a9a9a}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:.5rem 1.4;margin:0 0 1.4;font-size:1.25rem;border-left:5px solid #ececec}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.4;color:#9a9a9a}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #ececec;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:1.4;font-style:normal;line-height:1.4}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4}code,kbd{padding:2px 4px;font-size:90%;border-radius:0}kbd{color:#fff;background-color:#333;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:.2;margin:0 0 .7;font-size:0;line-height:1.4;word-break:break-all;word-wrap:break-word;color:#333;background-color:#fafafa;border:1px solid #ececec;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:23rem;overflow-y:scroll}.container{width:100%;margin-right:auto;margin-left:auto;max-width:113rem;padding:0 5rem}@media screen and (max-width:80rem){.container{padding:0 3%}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:1rem;padding-right:1rem}.row{margin-left:-1rem;margin-right:-1rem}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:1rem;padding-right:1rem}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:51.2rem){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:66.13333333rem){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:80rem){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent;margin-bottom:10px;border-bottom:1px solid #ddd}caption{padding-top:.5rem;padding-bottom:.5rem;color:#9a9a9a}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:1.4}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:.5rem;line-height:1.4;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fbfbfb}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:.25rem}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f5f5f5}.table-striped>tbody>tr>td,.table-striped>tbody>tr>th,.table-striped>tfoot>tr>td,.table-striped>tfoot>tr>th,.table-striped>thead>tr>td,.table-striped>thead>tr>th{border-top:0}.table-mnemonic{border-bottom:0;font-weight:400}.table-mnemonic th{border-bottom:1px solid #ececec;vertical-align:bottom}.table-mnemonic td:first-child{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.table-mnemonic tr:last-child td:first-child{text-align:left}.table-mnemonic tr:first-child,.table-mnemonic tr:last-child:not(.mnemonic-custom-row){background-color:#fff!important}.table-mnemonic.table>tbody>tr>td,.table-mnemonic.table>tbody>tr>th,.table-mnemonic.table>tfoot>tr>td,.table-mnemonic.table>tfoot>tr>th,.table-mnemonic.table>thead>tr>td,.table-mnemonic.table>thead>tr>th{padding:.25rem}.table-mnemonic .mnemonic-custom-row input[type=text]{margin:-5px;display:inline;width:70%;max-width:15rem}.table-mnemonic label{margin:.15rem}.table-hover,.table-hover>tbody>tr>td,.table-hover>tbody>tr>th,.table-hover>tfoot>tr>td,.table-hover>tfoot>tr>th,.table-hover>thead>tr>td,.table-hover>thead>tr>th,.table-hover td,.table-hover th,.table-hover tr{border:0 solid #fff}.table-hover>tbody>tr:hover{background-color:#fafafa}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#fafafa}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#ededed}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:50.2rem){.table-responsive{width:100%;margin-bottom:1.05;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.table-domainsale-modal .table-ens-modal{font-weight:400;font-size:16px}.table-domainsale-modal .table-ens-modal textarea{font-size:11px;word-break:break-all;padding:.5rem}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:1.4;font-size:1.5rem;line-height:inherit;color:#333;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-top:.5rem;margin-bottom:.25rem;font-weight:600;font-size:1.15rem}label small{font-weight:300;font-size:1em}td label{font-weight:400}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:3px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline-offset:3px}output{display:block;padding-top:1.75rem;font-size:1rem;line-height:1.4;color:#333}.account-help-icon+.btn,.account-help-icon+input,.account-help-icon+textarea,label+.form-control,label+input,label+textarea{margin-top:0}.form-control{display:block;width:100%;height:2.55rem;padding:.25rem 1rem;font-size:1rem;line-height:2;color:#333;background-color:#fff;background-image:none;border:1px solid #ececec;margin-top:.5rem;margin-bottom:.5rem;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.form-control:focus{border-color:#0e97c0;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5)}.form-control::-moz-placeholder{color:#d3d3d3;opacity:1}.form-control:-ms-input-placeholder{color:#d3d3d3}.form-control::-webkit-input-placeholder{color:#d3d3d3}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ececec;opacity:1;cursor:text!important;-webkit-box-shadow:none!important;box-shadow:none!important}.form-control[disabled],fieldset[disabled] .form-control{cursor:default}textarea.form-control{height:auto;line-height:1.4}input[readonly]{background-color:#fafafa;cursor:text!important}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:2.55rem}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:2rem}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:4rem}}.form-group{margin-top:.5rem;margin-bottom:.5rem;display:block}.checkbox,.radio{position:relative;display:block;margin:15px 0;font-weight:500}.checkbox label,.radio label{min-height:1.4;padding-left:20px;padding-right:15px;margin-bottom:0;font-weight:500;cursor:pointer}.checkbox.small,.radio.small{margin:.2rem 0}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{margin-left:-20px}input[type=radio]{margin-right:5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:default}.form-control-static{padding-top:1.75rem;padding-bottom:1.75rem;margin-bottom:0;min-height:2.4rem}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-sm{height:2rem;line-height:2rem}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5}.form-group-sm select.form-control{height:2rem;line-height:2rem}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:2rem;min-height:2.3rem;padding:1.5rem 1rem;font-size:.9rem;line-height:1.5}.input-lg{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-lg{height:4rem;line-height:4rem}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2}.form-group-lg select.form-control{height:4rem;line-height:4rem}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:4rem;min-height:3.3rem;padding:2rem;font-size:1.9rem;line-height:1.2}.form-control.is-valid{border-color:#b5e0b4;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5)}.form-control.is-valid:focus{border-color:#92d190;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5)}.form-control.is-invalid{border-color:#f7b7b3;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5)}.form-control.is-invalid:focus{border-color:#f28c85;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5)}.form-control.is-semivalid{border-color:#ffcc80;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5)}.form-control.is-semivalid:focus{border-color:#ffb74d;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5)}.btn{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline-offset:3px}.btn.focus,.btn:focus,.btn:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.alert .btn-info{background-color:#fff;text-decoration:none;color:#163151}.alert .btn-info.focus,.alert .btn-info:focus,.alert .btn-info:hover{color:#fff;text-decoration:none;opacity:1}.alert .btn-info.disabled{background-color:#fff;text-decoration:none;color:#163151;opacity:.6}.btn-default{color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-default .badge{color:#c3c3c3;background-color:#222}.btn-primary{color:#fff;background-color:#0e97c0;border-color:#0e97c0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0c84a8;border-color:#0c84a8;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#095f79;border-color:#095f79;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#0e97c0;border-color:#0e97c0}.btn-primary .badge{color:#0e97c0;background-color:#fff}.btn-success{color:#fff;background-color:#5dba5a;border-color:#5dba5a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#4db14a;border-color:#4db14a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#3d8d3b;border-color:#3d8d3b;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5dba5a;border-color:#5dba5a}.btn-success .badge{color:#5dba5a;background-color:#fff}.btn-info{color:#fff;background-color:#163151;border-color:#163151;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#11253d;border-color:#11253d;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#060d15;border-color:#060d15;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#163151;border-color:#163151}.btn-info .badge{color:#163151;background-color:#fff}.btn-warning{color:#fff;background-color:#ff9800;border-color:#ff9800;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#e68900;border-color:#e68900;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#b36a00;border-color:#b36a00;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#ff9800;border-color:#ff9800}.btn-warning .badge{color:#ff9800;background-color:#fff}.btn-danger{color:#fff;background-color:#ea4b40;border-color:#ea4b40;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#e73529;border-color:#e73529;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#c82116;border-color:#c82116;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#ea4b40;border-color:#ea4b40}.btn-danger .badge{color:#ea4b40;background-color:#fff}.btn-white{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;color:#163151}.btn-white.active,.btn-white.focus,.btn-white:active,.btn-white:focus,.btn-white:hover,.open>.dropdown-toggle.btn-white{color:#163151;background-color:hsla(0,0%,95%,.8);border-color:hsla(0,0%,95%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active.focus,.btn-white.active:focus,.btn-white.active:hover,.btn-white:active.focus,.btn-white:active:focus,.btn-white:active:hover,.open>.dropdown-toggle.btn-white.focus,.open>.dropdown-toggle.btn-white:focus,.open>.dropdown-toggle.btn-white:hover{color:#163151;background-color:hsla(0,0%,85%,.8);border-color:hsla(0,0%,85%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active,.btn-white:active,.open>.dropdown-toggle.btn-white{background-image:none}.btn-white.disabled,.btn-white.disabled.active,.btn-white.disabled.focus,.btn-white.disabled:active,.btn-white.disabled:focus,.btn-white.disabled:hover,.btn-white[disabled],.btn-white[disabled].active,.btn-white[disabled].focus,.btn-white[disabled]:active,.btn-white[disabled]:focus,.btn-white[disabled]:hover,fieldset[disabled] .btn-white,fieldset[disabled] .btn-white.active,fieldset[disabled] .btn-white.focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:hover{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8)}.btn-white .badge{color:hsla(0,0%,100%,.8);background-color:#163151}.header-branding a.btn-white{color:#163151}.header-branding a.btn-white:focus,.header-branding a.btn-white:hover{background:#fff;opacity:1;color:#163151}.btn-group .btn-default{border-bottom-width:1px}.btn-group .btn-default.active{border:1px solid #0e97c0;color:#0e97c0;background:#f5f5f5}.btn-link{color:#0e97c0;font-weight:400}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0c84a8;text-decoration:none;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#9a9a9a;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:1rem 2rem;font-size:1.15rem;line-height:1.2;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:0}.btn-group-xs>.btn,.btn-xs{font-size:.75rem;line-height:1.5;border-radius:0;padding:.1rem .6rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}.btn-file,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-file{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;position:relative;overflow:hidden}.btn-file.active.focus,.btn-file.active:focus,.btn-file.focus,.btn-file:active.focus,.btn-file:active:focus,.btn-file:focus{outline:thin dotted;outline-offset:3px}.btn-file.focus,.btn-file:focus,.btn-file:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn-file.active,.btn-file:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-file.disabled,.btn-file[disabled],fieldset[disabled] .btn-file{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn-file.disabled,fieldset[disabled] a.btn-file{pointer-events:none}.btn-file.active,.btn-file.focus,.btn-file:active,.btn-file:focus,.btn-file:hover,.open>.dropdown-toggle.btn-file{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active.focus,.btn-file.active:focus,.btn-file.active:hover,.btn-file:active.focus,.btn-file:active:focus,.btn-file:active:hover,.open>.dropdown-toggle.btn-file.focus,.open>.dropdown-toggle.btn-file:focus,.open>.dropdown-toggle.btn-file:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active,.btn-file:active,.open>.dropdown-toggle.btn-file{background-image:none}.btn-file.disabled,.btn-file.disabled.active,.btn-file.disabled.focus,.btn-file.disabled:active,.btn-file.disabled:focus,.btn-file.disabled:hover,.btn-file[disabled],.btn-file[disabled].active,.btn-file[disabled].focus,.btn-file[disabled]:active,.btn-file[disabled]:focus,.btn-file[disabled]:hover,fieldset[disabled] .btn-file,fieldset[disabled] .btn-file.active,fieldset[disabled] .btn-file.focus,fieldset[disabled] .btn-file:active,fieldset[disabled] .btn-file:focus,fieldset[disabled] .btn-file:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-file .badge{color:#c3c3c3;background-color:#222}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block}.caret{display:inline-block;width:0;height:0;margin-left:.5rem;vertical-align:middle;border-top:.25rem dashed;border-right:.25rem solid transparent;border-left:.25rem solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle{margin-top:0;font-size:1rem;padding:.5rem 1rem}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;min-width:160px;max-width:100vw;max-height:75vh;overflow:scroll;padding:0;margin:2px 0 0;list-style:none;font-size:1rem;text-align:left;background-color:#fff;border-radius:0;-webkit-box-shadow:0 6px 10px rgba(0,0,0,.175);box-shadow:0 6px 10px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:2px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li{margin:0}.dropdown-menu>li:first-child{padding-top:4px}.dropdown-menu>li:last-child{padding-bottom:4px}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:300;line-height:1.4;color:#163151;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#0e97c0;background-color:#fafafa}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#0e97c0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#9a9a9a}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:.9rem;line-height:1.4;color:#9a9a9a;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:.25rem solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:51.2rem){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;margin-bottom:5px}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group{float:left}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:.25rem .25rem 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 .25rem .25rem}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group>*{margin-bottom:0;margin-top:0}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%}.input-group .dropdown-toggle{padding-right:.75rem;padding-left:.75rem}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:4rem;line-height:4rem}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:2rem;line-height:2rem}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding-left:2rem;padding-right:2rem;font-size:1rem;font-weight:400;line-height:1;color:#333;text-align:center;background-color:#ececec;border:1px solid #dfdfdf;outline:0;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5);box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5)}.input-group-addon.input-sm{padding:.5rem 1rem;font-size:.9rem}.input-group-addon.input-lg{padding:1rem 2rem;font-size:1.9rem}.input-group-addon:focus{border:1px solid #dadada;outline:0;-webkit-box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9);box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9)}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative;margin-bottom:0;margin-top:0;font-size:1rem;padding:.55rem 2rem}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.alert{padding:.75rem 2rem;margin:1rem auto;font-weight:300;font-size:1.07rem}.alert h4{color:inherit}.alert>:first-child,.alert h4{margin-top:0}.alert>:last-child{margin-bottom:0}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert a{color:#fff;text-decoration:underline}.alert a:hover{opacity:.8}.alert a:active,.alert a:focus{opacity:1}.alert svg{vertical-align:bottom}.alert-danger--outline{padding:.5em .6em .6em .3em;margin:0 0 1em;border-top:2px solid #ea4b40;-webkit-box-shadow:0 1px 5px 1px rgba(63,63,63,.13);box-shadow:0 1px 5px 1px rgba(63,63,63,.13);font-size:.9em;font-weight:500}.alert-danger--outline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23ea4b40'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23ea4b40'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.75em;float:left;width:2em;height:4em;margin-right:.75em}.alert.popup{position:fixed;bottom:0;left:0;right:0;padding:1rem 0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.33);box-shadow:0 0 20px 0 rgba(0,0,0,.33);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;z-index:1060;margin:0}.alert.popup .container{position:relative;padding:0 10rem 0 5rem}@media screen and (max-width:51.2rem){.alert.popup .container{padding:1rem 8rem 1rem 4rem}}@media screen and (max-width:32rem){.alert.popup .container{padding:3rem 1rem 0 4rem}}.alert.popup .container:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;color:#fff;position:absolute;top:0;bottom:0;left:1%;width:2.25rem}@media screen and (max-width:32rem){.alert.popup .container:after{top:2.5rem;left:.5rem}}.alert.popup .icon-close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 348.333 348.334'%3E%3Cpath d='M336.559 68.611L231.016 174.165l105.543 105.549c15.699 15.705 15.699 41.145 0 56.85-7.844 7.844-18.128 11.769-28.407 11.769-10.296 0-20.581-3.919-28.419-11.769L174.167 231.003 68.609 336.563c-7.843 7.844-18.128 11.769-28.416 11.769-10.285 0-20.563-3.919-28.413-11.769-15.699-15.698-15.699-41.139 0-56.85l105.54-105.549L11.774 68.611c-15.699-15.699-15.699-41.145 0-56.844 15.696-15.687 41.127-15.687 56.829 0l105.563 105.554L279.721 11.767c15.705-15.687 41.139-15.687 56.832 0 15.705 15.699 15.705 41.145.006 56.844z' fill='%23FFF'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;cursor:pointer;opacity:.7;position:absolute;top:0;right:0;width:9rem;bottom:0;border-left:1px solid hsla(0,0%,100%,.7);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}@media screen and (max-width:51.2rem){.alert.popup .icon-close{width:7rem}}@media screen and (max-width:32rem){.alert.popup .icon-close{width:100%;height:3rem;left:0;right:0;top:0;bottom:auto;border-left:0;border-bottom:1px solid hsla(0,0%,100%,.7)}}.alert.popup .icon-close:hover{border-color:hsla(0,0%,100%,.5)}.alert.popup .icon-close:active,.alert.popup .icon-close:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;background-color:rgba(0,0,0,.1)}.alert.popup .icon-close:active{border-color:hsla(0,0%,100%,.7);opacity:1}.alert.popup.ng-hide{bottom:-20%;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.alert,.alert-info{background-color:#0e97c0;border-color:#0e97c0;color:#fff}.alert-info hr,.alert hr{border-top-color:#0c84a8}.alert-info .alert-link,.alert .alert-link{color:#e6e6e6}.alert-info .container:after,.alert .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='30' y='30' viewBox='0 0 65 65' width='512' height='512'%3E%3Cpath d='M32.5 0C14.58 0 0 14.579 0 32.5S14.58 65 32.5 65 65 50.421 65 32.5 50.42 0 32.5 0zm0 61C16.785 61 4 48.215 4 32.5S16.785 4 32.5 4 61 16.785 61 32.5 48.215 61 32.5 61z' fill='%23FFF'/%3E%3Ccircle cx='33.018' cy='19.541' r='3.345' fill='%23FFF'/%3E%3Cpath d='M32.137 28.342a2 2 0 0 0-2 2v17a2 2 0 0 0 4 0v-17a2 2 0 0 0-2-2z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-success{background-color:#5dba5a;border-color:#5dba5a;color:#fff}.alert-success hr{border-top-color:#4db14a}.alert-success .alert-link{color:#e6e6e6}.alert-success .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.2 478.2' width='32' height='32'%3E%3Cpath d='M457.575 325.1c9.8-12.5 14.5-25.9 13.9-39.7-.6-15.2-7.4-27.1-13-34.4 6.5-16.2 9-41.7-12.7-61.5-15.9-14.5-42.9-21-80.3-19.2-26.3 1.2-48.3 6.1-49.2 6.3h-.1c-5 .9-10.3 2-15.7 3.2-.4-6.4.7-22.3 12.5-58.1 14-42.6 13.2-75.2-2.6-97-16.6-22.9-43.1-24.7-50.9-24.7-7.5 0-14.4 3.1-19.3 8.8-11.1 12.9-9.8 36.7-8.4 47.7-13.2 35.4-50.2 122.2-81.5 146.3-.6.4-1.1.9-1.6 1.4-9.2 9.7-15.4 20.2-19.6 29.4-5.9-3.2-12.6-5-19.8-5h-61c-23 0-41.6 18.7-41.6 41.6v162.5c0 23 18.7 41.6 41.6 41.6h61c8.9 0 17.2-2.8 24-7.6l23.5 2.8c3.6.5 67.6 8.6 133.3 7.3 11.9.9 23.1 1.4 33.5 1.4 17.9 0 33.5-1.4 46.5-4.2 30.6-6.5 51.5-19.5 62.1-38.6 8.1-14.6 8.1-29.1 6.8-38.3 19.9-18 23.4-37.9 22.7-51.9-.4-8.1-2.2-15-4.1-20.1zm-409.3 122.2c-8.1 0-14.6-6.6-14.6-14.6V270.1c0-8.1 6.6-14.6 14.6-14.6h61c8.1 0 14.6 6.6 14.6 14.6v162.5c0 8.1-6.6 14.6-14.6 14.6h-61v.1zm383.7-133.9c-4.2 4.4-5 11.1-1.8 16.3 0 .1 4.1 7.1 4.6 16.7.7 13.1-5.6 24.7-18.8 34.6-4.7 3.6-6.6 9.8-4.6 15.4 0 .1 4.3 13.3-2.7 25.8-6.7 12-21.6 20.6-44.2 25.4-18.1 3.9-42.7 4.6-72.9 2.2h-1.4c-64.3 1.4-129.3-7-130-7.1h-.1l-10.1-1.2c.6-2.8.9-5.8.9-8.8V270.1c0-4.3-.7-8.5-1.9-12.4 1.8-6.7 6.8-21.6 18.6-34.3 44.9-35.6 88.8-155.7 90.7-160.9.8-2.1 1-4.4.6-6.7-1.7-11.2-1.1-24.9 1.3-29 5.3.1 19.6 1.6 28.2 13.5 10.2 14.1 9.8 39.3-1.2 72.7-16.8 50.9-18.2 77.7-4.9 89.5 6.6 5.9 15.4 6.2 21.8 3.9 6.1-1.4 11.9-2.6 17.4-3.5.4-.1.9-.2 1.3-.3 30.7-6.7 85.7-10.8 104.8 6.6 16.2 14.8 4.7 34.4 3.4 36.5-3.7 5.6-2.6 12.9 2.4 17.4.1.1 10.6 10 11.1 23.3.4 8.9-3.8 18-12.5 27z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-warning{background-color:#ff9800;border-color:#ff9800;color:#fff}.alert-warning hr{border-top-color:#e68900}.alert-warning .alert-link{color:#e6e6e6}.alert-warning .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-danger{background-color:#ea4b40;border-color:#ea4b40;color:#fff}.alert-danger hr{border-top-color:#e73529}.alert-danger .alert-link{color:#e6e6e6}.alert-danger .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.well{min-height:20px;padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#fafafa;border:1px solid #e8e8e8;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well :first-child{margin-top:0}.well :last-child{margin-bottom:0}.well.lg{padding:2rem}.well.sm{padding:.5rem}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border-radius:0;-webkit-box-shadow:1px 1px 60px rgba(0,0,0,.32);box-shadow:1px 1px 60px rgba(0,0,0,.32);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:.75rem 1.5rem}.modal-header .close{margin-top:-2px}.modal-title{margin:0 0 1rem;line-height:1.4}.modal-body{position:relative;padding:.75rem;font-size:1.15rem}.modal-body .table>tbody>tr>td{vertical-align:middle}.modal-body .addressIdenticon{margin:auto}.modal-footer{padding:1rem 1.5rem;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn{margin-top:0}.modal-footer .btn+.btn{margin-left:.5rem;margin-bottom:0;margin-top:0}#sendTransaction .modal-footer{text-align:center}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:51.2rem){.modal-dialog{width:800px;margin:30px auto}.modal-sm{width:30rem}}@media (min-width:66.13333333rem){.modal-lg{width:70rem}}.bity-contact:after,.bity-contact:before,.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}.bity-contact:after,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.modal-footer:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:50.2rem){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:50.2rem){.visible-xs-block{display:block!important}}@media (max-width:50.2rem){.visible-xs-inline{display:inline!important}}@media (max-width:50.2rem){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-block{display:block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline{display:inline!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-block{display:block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline{display:inline!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline-block{display:inline-block!important}}@media (min-width:80rem){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:80rem){.visible-lg-block{display:block!important}}@media (min-width:80rem){.visible-lg-inline{display:inline!important}}@media (min-width:80rem){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:50.2rem){.hidden-xs{display:none!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.hidden-sm{display:none!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.hidden-md{display:none!important}}@media (min-width:80rem){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}img{max-width:100%;height:auto}textarea{resize:vertical}.announcement{padding:3px 10px;text-align:center;font-weight:300;color:#fff;display:block;background-color:#0e97c0}.announcement a{text-decoration:underline;color:#fff}.announcement:focus,.announcement:hover,.announcement a{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.announcement:focus,.announcement:hover{color:#f2f2f2;text-decoration:none;background-color:#0c84a8}.announcement strong{font-weight:400}.annoucement-warning{background-color:#ff5722}.annoucement-warning:focus,.annoucement-warning:hover{background-color:#ff4408}.annoucement-warning:focus a,.annoucement-warning:focus a:hover,.annoucement-warning:hover a,.annoucement-warning:hover a:hover{text-decoration:none}.annoucement-danger{background-color:#ea4b40}.annoucement-danger:hover{background-color:#ff4408}.annoucement-danger a:focus,.annoucement-danger a:hover{color:#f2f2f2}.annoucement-danger a:focus a,.annoucement-danger a:focus a:hover,.annoucement-danger a:hover a,.annoucement-danger a:hover a:hover{text-decoration:none}.address-identicon-container{padding:0;text-align:left;max-width:4.5rem;margin-left:-.5rem;margin-top:.5rem}.address-identicon-container-right{text-align:right}.address-identicon-container-right .addressIdenticon{float:right}.address-identicon-container-offline{padding:0;margin-left:-15px}.addressIdenticon{width:100%;height:auto;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:inset hsla(0,0%,100%,.5) 0 2px 2px,inset rgba(0,0,0,.6) 0 -1px 8px;box-shadow:inset 0 2px 2px hsla(0,0%,100%,.5),inset 0 -1px 8px rgba(0,0,0,.6)}.addressIdenticon.med{width:3rem;height:3rem;padding:0}.addressIdenticon.small{width:2rem;height:2rem;padding:0}.addressIdenticon.inline{display:inline-block}.addressIdenticon.float{float:left;margin-right:.5rem}.wrap{word-wrap:break-word}.bigger-on-mobile.form-control[readonly]{height:60px}@media screen and (max-width:767px){.bigger-on-mobile.form-control[readonly]{height:100px}}#paneHelp h3{margin-top:2em}.account-help-icon h3,.account-help-icon h4,.account-help-icon h5,.account-help-icon h6,.account-help-icon img{display:inline-block}.account-help-icon img:hover+.account-help-text{display:block;opacity:1;z-index:999}.account-help-icon img{margin-left:-30px;margin-right:3px}.account-help-icon:hover{opacity:1}.account-help-text{background:#fff;border-radius:0;border:1px solid #cdcdcd;-webkit-box-shadow:0 0 .5rem hsla(0,0%,39%,.2);box-shadow:0 0 .5rem hsla(0,0%,39%,.2);display:none;font-size:.75rem;font-weight:400;padding:.25rem;position:absolute;width:18rem;z-index:999;color:#333}ul.account-help-text{padding-left:1.6rem}.account-help-text li{font-size:.75rem;font-weight:400}@media screen and (max-width:767px){.account-help-icon img,.account-help-icon li,.account-help-icon p{display:none}}#accountAddress,#accountAddressMainTbl-1,#accountBalance,#accountBalanceBtc,#accountBalanceEur,#accountBalancePopMB-0,#accountBalancePopMB-2,#accountBalanceUsd,.form-control,.mono{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-weight:400;letter-spacing:.02em}.offline-qrcode{margin-top:-150px;max-width:300px}@media screen and (max-width:942px){.offline-qrcode{margin-top:-78px}}@media screen and (max-width:769px){.offline-qrcode{margin-top:0}}.account-info{padding-left:1em;margin:0}.account-info:after,.account-info:before{content:" ";display:table}.account-info:after{clear:both}.account-info li{margin-bottom:0;list-style-type:none;word-break:break-all}table.account-info{font-weight:200;border-bottom:0;min-width:200px;width:100%}table.account-info tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}table.account-info td{padding:.3rem;line-height:1}table.account-info td:first-child{word-wrap:break-word;padding-left:1em}table.account-info tr{border-bottom:1px solid #f3f3f3}table.account-info tr:last-child,table.account-info tr:nth-last-child(2){border-bottom:0 solid #f3f3f3}table.account-info tr.custom-token{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}input[type=text]+.eye{cursor:pointer}input[type=text]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye.svg)}input[type=password]+.eye{cursor:pointer}input[type=password]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye-closed.svg)}.collapse-container h1{margin:.25rem 0}.collapse-container .collapse-button{float:left;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.25rem;margin:.25rem -30px;font-size:1.6rem;line-height:1.6}.help .collapse-container{margin:40px 0}.help .collapse-container .collapse-button{margin:-10px -30px;font-size:20px;line-height:1}.token-remove{width:.9rem;height:.9rem;position:absolute;left:18px;cursor:pointer}.node-remove{width:16px;height:16px;position:absolute;right:6px;top:8px}.m-addresses td:first-child{max-width:50px;min-widht:50px}.m-addresses td:last-child{text-align:right}.token-balances{margin-bottom:15px;font-size:14px;max-height:60vh;overflow:scroll}h2 a.isActive,h2 a.isActive:active,h2 a.isActive:hover{color:#333;cursor:default}.item{margin:6px 0}.output{padding:.5rem 1rem;margin-top:-.5rem}.output p{margin:.75rem 0 0}label .small{font-size:.9rem}label small{color:#9a9a9a}.write-address .col-xs-1{padding:0}.write-address .col-xs-11{padding-right:10px}.write-boolean label{display:block}.decrypt-drtv{padding:1rem 0}.decrypt-drtv label.radio{padding:0 1.5rem;margin:.5rem 0}.decrypt-drtv h4{margin-top:0}.qr-code{max-width:17rem;margin:auto}.qr-pkey-container{position:relative}.qr-overlay{background-color:#000;position:absolute;top:0;left:0;right:0;bottom:0}.contracts a.isActive{color:#333;font-weight:400}.contracts .dropdown-toggle{display:block;text-align:left;white-space:normal}.contracts .dropdown-toggle .caret{position:absolute;right:1rem;top:1.25rem}.contracts .dropdown-menu-left{font-size:.9rem;left:auto;right:0;min-width:37rem}.contracts .dropdown-menu-left small{float:right}.dropdown-gas{padding-bottom:1rem}@media screen and (max-width:900px){.dropdown-gas{padding-bottom:2rem}}.dropdown-gas__msg{font-size:12px;font-weight:300;left:-100%;margin:0;position:absolute;right:-100%;white-space:normal}@media screen and (max-width:900px){.dropdown-gas__msg{left:-25%;right:0}}.view-wallet-content h5{margin-bottom:.25rem}.view-wallet-content a.isActive{color:#333}#selectedTypeLedger ol{padding-left:1rem}.loading-wrap{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:999;text-align:center}.loading-wrap .loading{position:absolute;text-align:center;top:40%;left:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.loading-wrap img{border-radius:50%}.loading-wrap h1{-webkit-animation:opacity 2s infinite ease-in-out;animation:opacity 2s infinite ease-in-out;color:#fff}@-webkit-keyframes opacity{0%,to{opacity:0}50%{opacity:1}}@keyframes opacity{0%,to{opacity:0}50%{opacity:1}}.embedded-logo{height:auto;width:100%;max-width:290px;padding:.5rem 0}.ens-response{color:#737373}.dropdown-node .dropdown-menu li{border-left:2px solid #b50085;position:relative}.dropdown-node .dropdown-menu li:last-child{border-top:1px solid #ececec;padding-top:5px}.dropdown-node .dropdown-menu li:first-child,.dropdown-node .dropdown-menu li:nth-child(2),.dropdown-node .dropdown-menu li:nth-child(3),.dropdown-node .dropdown-menu li:nth-child(4){border-left:2px solid #0e97c0}.dropdown-node .dropdown-menu li:nth-child(5){border-left:2px solid #009241}.dropdown-node .dropdown-menu li:nth-child(6),.dropdown-node .dropdown-menu li:nth-child(7),.dropdown-node .dropdown-menu li:nth-child(8),.dropdown-node .dropdown-menu li:nth-child(9),.dropdown-node .dropdown-menu li:nth-child(10),.dropdown-node .dropdown-menu li:nth-child(11){border-left:2px solid #adc101}.dropdown-node .dropdown-menu li:nth-child(12){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:nth-child(13){border-left:2px solid #00ad85}.dropdown-node .dropdown-menu li:nth-child(14){border-left:2px solid #4568bb}.dropdown-node .dropdown-menu li:nth-child(15){border-left:2px solid #6a488d}.dropdown-node .dropdown-menu li:nth-child(16){border-left:2px solid #046111}.dropdown-node .dropdown-menu li:last-child{border-left:2px solid #9a9a9a}.dropdown-node .dropdown-menu li:nth-child(4),.dropdown-node .dropdown-menu li:nth-child(5),.dropdown-node .dropdown-menu li:nth-child(11),.dropdown-node .dropdown-menu li:nth-child(12),.dropdown-node .dropdown-menu li:nth-child(13),.dropdown-node .dropdown-menu li:nth-child(14),.dropdown-node .dropdown-menu li:nth-child(15){border-bottom:1px solid #ececec}header{margin-bottom:1em}header.ETH+.container+.pre-footer+.footer,header.ETH .nav-container{border-top:.25rem solid #0e97c0}header.ETH+.container .modal-content{border:.25rem solid #0e97c0}header.ETH+.container .alert-info{background-color:#0e97c0}header.ETC+.container+.pre-footer+.footer,header.ETC .nav-container{border-top:.25rem solid #009241}header.ETC+.container .modal-content{border:.25rem solid #009241}header.ETC+.container .alert-info{background-color:#009241}header.Ropsten+.container+.pre-footer+.footer,header.Ropsten .nav-container{border-top:.25rem solid #adc101}header.Ropsten+.container .modal-content{border:.25rem solid #adc101}header.Ropsten+.container .alert-info{background-color:#adc101}header.Kovan+.container+.pre-footer+.footer,header.Kovan .nav-container{border-top:.25rem solid #adc101}header.Kovan+.container .modal-content{border:.25rem solid #adc101}header.Kovan+.container .alert-info{background-color:#adc101}header.Rinkeby+.container+.pre-footer+.footer,header.Rinkeby .nav-container{border-top:.25rem solid #adc101}header.Rinkeby+.container .modal-content{border:.25rem solid #adc101}header.Rinkeby+.container .alert-info{background-color:#adc101}header.RSK+.container+.pre-footer+.footer,header.RSK .nav-container{border-top:.25rem solid #ff794f}header.RSK+.container .modal-content{border:.25rem solid #ff794f}header.RSK+.container .alert-info{background-color:#ff794f}header.Custom+.container+.pre-footer+.footer,header.Custom .nav-container{border-top:.25rem solid #b50085}header.Custom+.container .modal-content{border:.25rem solid #b50085}header.Custom+.container .alert-info{background-color:#b50085}header.EXP+.container+.pre-footer+.footer,header.EXP .nav-container{border-top:.25rem solid #673ab7}header.EXP+.container .modal-content{border:.25rem solid #673ab7}header.EXP+.container .alert-info{background-color:#673ab7}header.UBQ+.container+.pre-footer+.footer,header.UBQ .nav-container{border-top:.25rem solid #00ad85}header.UBQ+.container .modal-content{border:.25rem solid #00ad85}header.UBQ+.container .alert-info{background-color:#00ad85}header.POA+.container+.pre-footer+.footer,header.POA .nav-container{border-top:.25rem solid #4568bb}header.POA+.container .modal-content{border:.25rem solid #4568bb}header.POA+.container .alert-info{background-color:#4568bb}header.TOMO+.container+.pre-footer+.footer,header.TOMO .nav-container{border-top:.25rem solid #6a488d}header.TOMO+.container .modal-content{border:.25rem solid #6a488d}header.TOMO+.container .alert-info{background-color:#6a488d}header.ELLA+.container+.pre-footer+.footer,header.ELLA .nav-container{border-top:.25rem solid #046111}header.ELLA+.container .modal-content{border:.25rem solid #046111}header.ELLA+.container .alert-info{background-color:#046111}.swap-tab a.link,.swap-tab a.link:hover{-webkit-transition:none;-o-transition:none;transition:none}.swap-tab .btn-lg{margin-top:3rem}.swap-tab .btn img,.swap-tab .btn svg{margin-right:.5rem;margin-left:-.25rem;vertical-align:middle}.swap-tab .swap-rates{text-align:center}.swap-tab .swap-rates .order-panel{background:-webkit-linear-gradient(300deg,#0e97c0,#163151);background:-o-linear-gradient(300deg,#0e97c0,#163151);background:linear-gradient(150deg,#0e97c0,#163151);position:relative}.swap-tab .swap-rates .order-panel .bity-logo{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:51.2rem){.swap-tab .swap-rates .order-panel{padding-top:1rem;padding-bottom:1rem}.swap-tab .swap-rates .order-panel .order-info{text-align:left;padding:0 0 0 22%}.swap-tab .swap-rates .order-panel .bity-logo{left:-1rem;top:40%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}.swap-tab .swap-rates .form-control.input-sm{width:16%;min-width:3.5rem;display:inline-block;margin-right:1rem;text-align:right;background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;border:0 solid #fff;border-bottom:2px solid #fff}.swap-tab .swap-rates p{margin:0}.swap-tab .swap-rates p span{opacity:.9}.swap-tab .swap-rates .order-info:nth-child(4n+1),.swap-tab .swap-rates .order-info:nth-child(4n+2),.swap-tab .swap-rates .order-info:nth-child(4n+3){background:transparent}.swap-tab .swap-panel{text-align:center;margin-top:3rem;padding:2rem .5rem}.swap-tab .swap-panel>*{display:inline-block;margin:1.5rem .5rem;vertical-align:middle}.swap-tab .swap-panel .form-control{width:10rem;margin-right:0}.swap-tab .swap-panel .dropdown{margin-left:0}.swap-tab .swap-address{text-align:center;padding:3rem 1rem}.swap-tab .swap-start{text-align:center}.swap-tab .swap-start .swap-info{text-align:left;margin-bottom:5rem}.swap-tab .swap-order{text-align:left}.swap-tab .swap-order .order-info-wrap{margin-bottom:0}.swap-tab .swap-order h1{margin-top:3rem;margin-bottom:3rem}.ens-tab .collapse-container h4,.ens-tab .collapse-container h5,.swap-tab .collapse-container h4,.swap-tab .collapse-container h5{display:inline-block}.ens-tab .collapse-container .collapse-button,.swap-tab .collapse-container .collapse-button{float:none;margin:0}.order-info-wrap{margin-bottom:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order-info-wrap .order-info{padding:1rem 0}.order-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;min-height:100px;text-align:center;padding:.5rem 0;color:#fff}.order-info:after,.order-info:before{content:" ";display:table}.order-info:after{clear:both}.order-info h3,.order-info h4,.order-info p{margin:0}.order-info:nth-child(4n+1){background-color:#175575}.order-info:nth-child(4n+2){background-color:#1e92ba}.order-info:nth-child(4n+3){background-color:#143955}.order-info:nth-child(4n+4){background-color:#19b3ae}.swap-progress{margin-top:2rem;margin-bottom:0;position:relative}.swap-progress .sep{position:absolute;top:3.5rem;left:3%;right:3%;height:.25rem;background-color:#ececec}@media screen and (max-width:675px){.swap-progress .sep{display:none}}.swap-progress:after,.swap-progress:before{content:" ";display:table}.swap-progress:after{clear:both}.swap-progress .progress-item{width:20%;float:left;text-align:center;margin:.25rem 0}@media screen and (max-width:675px){.swap-progress .progress-item{width:100%}}.swap-progress .progress-item:nth-child(4n+1) .progress-circle{border-color:rgba(30,146,186,.4);color:rgba(30,146,186,.4)}.swap-progress .progress-item:nth-child(4n+2) .progress-circle{border-color:rgba(23,85,117,.4);color:rgba(23,85,117,.4)}.swap-progress .progress-item:nth-child(4n+3) .progress-circle{border-color:rgba(25,179,174,.4);color:rgba(25,179,174,.4)}.swap-progress .progress-item:nth-child(4n+4) .progress-circle{border-color:rgba(20,57,85,.4);color:rgba(20,57,85,.4)}.swap-progress .progress-item .progress-circle{border-radius:50%;border-width:.25rem;border-style:solid;-webkit-box-sizing:content-box;box-sizing:content-box;margin:1rem auto;padding-bottom:4rem;position:relative;width:4rem;background:#fff}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle{margin:.25rem 1rem .25rem 2rem;padding-bottom:3rem;width:3rem;float:left}}.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.75rem;height:1.75rem;width:1.75rem;font-weight:900;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.5rem;height:1.5rem;width:1.5rem}}.swap-progress .progress-item p{font-size:.9rem;font-weight:600;text-transform:uppercase;color:hsla(0,0%,55%,.5);letter-spacing:.1em}@media screen and (max-width:675px){.swap-progress .progress-item p{line-height:4rem;margin:0;text-align:left}}.swap-progress .progress-item p small{letter-spacing:.03em;font-size:75%}.swap-progress .progress-item.progress-active p{color:#8d8d8d}.swap-progress .progress-item.progress-active:nth-child(4n+1) .progress-circle{border-color:#1e92ba;color:#1e92ba}.swap-progress .progress-item.progress-active:nth-child(4n+2) .progress-circle{border-color:#175575;color:#175575}.swap-progress .progress-item.progress-active:nth-child(4n+3) .progress-circle{border-color:#19b3ae;color:#19b3ae}.swap-progress .progress-item.progress-active:nth-child(4n+4) .progress-circle{border-color:#143955;color:#143955}.swap-progress .progress-item.progress-true .progress-circle{background-color:#5dba5a;border-color:#5dba5a;-webkit-box-shadow:inset 0 0 0 5px #fff;box-shadow:inset 0 0 0 5px #fff}.swap-progress .progress-item.progress-true .progress-circle i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.67 426.67' width='32' height='32'%3E%3Cpath d='M153.504 366.839c-8.657 0-17.323-3.302-23.927-9.911L9.914 237.265c-13.218-13.218-13.218-34.645 0-47.863 13.218-13.218 34.645-13.218 47.863 0l95.727 95.727 215.39-215.386c13.218-13.214 34.65-13.218 47.859 0 13.222 13.218 13.222 34.65 0 47.863L177.436 356.928c-6.609 6.605-15.271 9.911-23.932 9.911z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;font-size:0}.swap-progress .progress-item.progress-true p{color:#5dba5a}.ens-tab .order-info-wrap{margin-top:1rem;margin-bottom:1rem}.ens-tab h5+p{margin-top:-.5em}.bity-contact{margin:9rem -1rem -5rem}.cont-md{max-width:64rem;margin:auto}.txstatus__1 .form-control{max-width:64rem;margin:1rem auto}.txstatus__3 h4{display:inline-block}.txstatus__3 .collapse-button{float:none;margin:0}#etherWalletPopUp{padding:10px;position:relative;min-width:346px}#etherWalletPopUp .back-icon{position:absolute;left:5px;top:5px}#etherWalletPopUp .back-icon:active,#etherWalletPopUp .back-icon:hover{outline:0}.quicksend-address{font-family:Menlo,Monaco,Consolas,Courier New,monospace;max-width:170px;word-wrap:break-word;font-size:12px;font-weight:300;display:block}.chrome-tokens span{min-width:130px;display:inline-block}.mainWalletDelete,.mainWalletEdit,.mainWalletView{margin:.5em}.myWalletCtrl table:not(.account-info) h2{margin:0;font-size:1.6em}.myWalletCtrl table:not(.account-info) h3{font-weight:400;font-size:1.3em}.myWalletCtrl table:not(.account-info) td:nth-child(2){max-width:380px}.myWalletCtrl table:not(.account-info) td,.myWalletCtrl table:not(.account-info) th{vertical-align:middle;padding:.5em .75em}#secWatchOnlyMain .mainWalletDelete{width:60px;display:block}.text-navy{color:#163151}.text-gray-lighter{color:#ececec}.text-blue{color:#0e97c0}.text-white{color:#fff}.bg-navy{background:#163151}.bg-gradient{background:#163151;background:-webkit-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:-o-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:linear-gradient(149deg,#132a45,#143a56,#21a4ce,#19b4ad)}.bg-gray-lighter{background-color:#ececec}.bg-blue{background-color:#0e97c0}.bg-white{background-color:#fff}.text-serif{font-family:Georgia,Times New Roman,Times,serif}.text-sans-serif{font-family:Lato,sans-serif}.pad-v-sm{padding-top:.5em;padding-bottom:.5em}.pad-v-md{padding-top:1em;padding-bottom:1em}.pad-v-lg{padding-top:1.5em;padding-bottom:1.5em}.pad-v-xl{padding-top:2em;padding-bottom:2em}.marg-v-sm{margin-top:.5em;margin-bottom:.5em}.marg-v-md{margin-top:1em;margin-bottom:1em}.marg-v-lg{margin-top:1.5em;margin-bottom:1.5em}.marg-v-xl{margin-top:2em;margin-bottom:2em}.img-fill{width:100%;height:auto;max-width:100%}.header-branding{color:#fff;padding:0}@media screen and (max-width:900px){.header-branding{text-align:center}}.header-branding .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .container{padding-left:1%;padding-right:1%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.header-branding .brand img{padding:.25rem 0}@media screen and (max-width:900px){.header-branding .brand img{max-width:10rem}}.header-branding .tagline{font-weight:200;color:#fff;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;text-align:right;padding:.25rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .tagline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-align:right}}.header-branding a{cursor:pointer;font-weight:400;display:inline-block}.header-branding a,.header-branding a:active,.header-branding a:hover{color:#fff;-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.header-branding a:active,.header-branding a:hover{opacity:.8;text-decoration:none}.header-branding .dropdown{padding:.2rem}@media screen and (max-width:900px){.header-branding .dropdown{padding:.2rem 0;white-space:nowrap;display:inline-block;font-size:14px}.header-branding .dropdown .dropdown-menu{right:-10px;min-width:auto;left:auto;top:2.45rem;font-size:14px}.header-branding .dropdown .dropdown-menu>li>a{font-size:14px;padding:.25rem 30px .25rem 15px;position:relative}}.header-branding .dropdown-toggle{font-size:14px;padding:.3em .6rem}.header-branding .dropdown-gas{display:inline-block}@media screen and (max-width:900px){.header-branding .dropdown-gas{margin-bottom:1.8rem}}.header-branding .dropdown-gas .dropdown-toggle{min-width:200px}.header-branding .dropdown-gas .dropdown-menu{min-width:100%;padding:.5rem;margin:0;left:0;right:0}.header-branding .dropdown-gas .dropdown-menu p{padding:0}.dropdown-menu a.active{text-decoration:none;color:#0e97c0;background-color:#fafafa}.nav-container{position:relative;overflow-y:hidden}.nav-container .nav-scroll{-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;overflow-x:auto;margin-bottom:-20px;font-size:0;white-space:nowrap}@media screen and (max-width:51.2rem){.nav-container .nav-scroll{margin:0 -5% -20px}}.nav-container .nav-scroll .nav-inner{border-bottom:2px solid #fff;display:inline-block;font-size:0;margin-bottom:20px;min-width:100%;padding:5px 0 0;vertical-align:middle}.nav-container .nav-scroll .nav-inner .nav-item{display:inline-block;font-size:0}.nav-container .nav-scroll .nav-inner .nav-item.NAV_Swap a:before{content:"";display:inline-block;margin-top:-.1rem;width:1.3rem;height:1.3rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620.04 631.27'%3E%3Ctitle%3Eicon-swap%3C/title%3E%3Cpath d='M469.95 289.68c-77 0-139.59-62.62-139.59-139.59S392.98 10.5 469.95 10.5s139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M469.95 21a129.09 129.09 0 1 1-129.09 129.09A129.24 129.24 0 0 1 469.95 21m0-21c-82.76 0-150.09 67.33-150.09 150.09s67.29 150.09 150.09 150.09 150.09-67.33 150.09-150.09S552.71 0 469.95 0z' fill='%230f0f0f'/%3E%3Cpath d='M599.04 150.09A129.24 129.24 0 0 0 469.95 21v258.18a129.24 129.24 0 0 0 129.09-129.09z' fill='%23fc3'/%3E%3Cpath d='M469.95 44.94a105.12 105.12 0 1 0 105.12 105.15A105.24 105.24 0 0 0 469.95 44.94zm0 179c-49.27 0-74.85-24.6-74.85-73.87s25.58-74.85 74.85-74.85 75.82 25.58 75.82 74.85-26.55 73.87-75.82 73.87z' fill='%23ff9f19'/%3E%3Cpath d='M545.77 150.09c0 49.27-26.55 74.85-75.82 74.85v30.27a105.12 105.12 0 1 0 0-210.24v30.27c49.27 0 75.82 25.58 75.82 74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M100.66 277.37H26.9V114.06h240.72V50.84l131.7 100.1-131.7 100.09v-63.22H100.66v89.56z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M63.78 150.94h335.54l-131.7-100.1v63.22H26.9v163.31h36.88V150.94z'/%3E%3Cpath d='M259.71 34.94l152.67 116-152.67 116v-71.23H108.55v89.56H19V106.15h240.71zm126.55 116L275.52 66.77v55.17H34.8v147.53h57.95v-89.53h182.77v55.19z'/%3E%3Cpath fill='%23fff' d='M292.951 119.43l9.638-12.482 47.456 36.642-9.638 12.482z'/%3E%3Cpath d='M150.09 620.77c-77 0-139.59-62.62-139.59-139.59s62.65-139.59 139.59-139.59 139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M150.09 352.09A129.09 129.09 0 1 1 21 481.18a129.24 129.24 0 0 1 129.09-129.09m0-21C67.33 331.09 0 398.42 0 481.18s67.33 150.09 150.09 150.09 150.06-67.33 150.06-150.09-67.3-150.09-150.06-150.09z' fill='%230f0f0f'/%3E%3Cpath d='M21 481.18a129.24 129.24 0 0 0 129.09 129.09V352.09A129.24 129.24 0 0 0 21 481.18z' fill='%23fc3'/%3E%3Cpath d='M150.09 586.3A105.12 105.12 0 1 0 44.97 481.18 105.24 105.24 0 0 0 150.09 586.3zm0-179c49.27 0 74.85 24.6 74.85 73.87s-25.58 74.85-74.85 74.85-75.82-25.58-75.82-74.85 26.55-73.86 75.82-73.86z' fill='%23ff9f19'/%3E%3Cpath d='M74.26 481.18c0-49.27 26.55-74.85 75.82-74.85v-30.27a105.12 105.12 0 1 0 0 210.24v-30.27c-49.26 0-75.82-25.58-75.82-74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M519.39 353.9h73.75v163.31H352.43v63.22L220.72 480.34l131.71-100.1v63.22h166.96V353.9z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M556.26 480.34H220.72l131.71 100.09v-63.22h240.71V353.9h-36.88v126.44z'/%3E%3Cpath d='M360.32 596.36l-152.66-116 152.66-116v71.25h151.16V346h89.56v179.11H360.32zm-126.55-116l110.74 84.16v-55.21h240.73V361.8h-57.95v89.56H344.52v-55.19z'/%3E%3Cpath fill='%23fff' d='M268.572 486.574l9.7-12.473 47.419 36.875-9.7 12.473z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-right:.25rem}.nav-container .nav-scroll .nav-inner .nav-item a{color:#095f79;display:block;font-size:16px;font-weight:300;padding:10px;white-space:nowrap;position:relative;min-height:2.75rem}.nav-container .nav-scroll .nav-inner .nav-item a:after{content:"";background:#0e97c0;height:2px;width:100%;left:0;position:absolute;bottom:-1px;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.nav-container .nav-scroll .nav-inner .nav-item.active a,.nav-container .nav-scroll .nav-inner .nav-item a:focus,.nav-container .nav-scroll .nav-inner .nav-item a:hover{color:#0e97c0;text-decoration:none;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-scroll .nav-inner .nav-item.active a:after,.nav-container .nav-scroll .nav-inner .nav-item a:focus:after,.nav-container .nav-scroll .nav-inner .nav-item a:hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-arrow-left,.nav-container .nav-arrow-right{background-color:#fff;bottom:12px;color:#d6d6d6;font-size:33px;line-height:1.3;min-width:50px;position:absolute;top:0;vertical-align:middle;width:5%;z-index:999}.nav-container .nav-arrow-left:hover,.nav-container .nav-arrow-right:hover{text-decoration:none}.nav-container .nav-arrow-right{right:3%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-right:5px;text-align:right}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-right{right:0}}.nav-container .nav-arrow-left{left:3%;background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(right,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(right,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-left:5px;text-align:left}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-left{left:0}}.print-container{width:680px;height:280px;border:1px solid gray;margin-bottom:50px;position:relative}.print-container #identicon{-webkit-print-color-adjust:exact;position:absolute;right:7.5rem;bottom:3rem}.print-container #identicon:after{content:"Always look for this icon when sending to this wallet.";font-size:9px;width:120px;position:absolute;bottom:.75rem;text-align:center;right:-7.5rem}.print-title{float:left}.print-text{color:#0b7290;text-transform:uppercase;letter-spacing:.05em;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;right:0;bottom:0;font-size:13px;font-weight:600}.print-qr-code-1{width:28%;float:left;position:relative;padding:20px}.print-qr-code-1 .print-text{right:-35px;bottom:69px}.print-qr-code-2{width:28%;float:left;position:relative;padding:20px}.print-qr-code-2 .print-text{right:-45px;bottom:69px}.print-notes{width:28%;float:left;position:relative;padding:20px}.print-notes .print-text{right:-45px;bottom:69px}.print-address-container{float:left;width:85%;padding:0 25px}.print-address-container p{font-size:14px;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.ether-logo-1{position:absolute;left:100px}.ether-logo-2{position:absolute;right:32px;bottom:64px}.block--container{max-width:113rem;margin-left:-1%;margin-right:-1%}.block__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative}.block:after,.block:before{content:" ";display:table}.block:after{clear:both}@media screen and (max-width:32rem){.block{padding:1.25rem}}.block>:first-child{margin-top:0}.block>:last-child{margin-bottom:0}.block--text-white *,.block--text-white a{color:#fff}.block--text-white a:focus,.block--text-white a:hover{color:hsla(0,0%,100%,.9)}.block--danger{background-color:#ea4b40}.block--danger *,.block--danger a{color:#fff}.block--danger a:focus,.block--danger a:hover{color:hsla(0,0%,100%,.9)}.block--warning{background-color:#ff9800}.block--warning *,.block--warning a{color:#fff}.block--warning a:focus,.block--warning a:hover{color:hsla(0,0%,100%,.9)}.block--info{background-color:#163151}.block--info *,.block--info a{color:#fff}.block--info a:focus,.block--info a:hover{color:hsla(0,0%,100%,.9)}.block--primary{background-color:#0e97c0}.block--primary *,.block--primary a{color:#fff}.block--primary a:focus,.block--primary a:hover{color:hsla(0,0%,100%,.9)}.block--success{background-color:#5dba5a}.block--success *,.block--success a{color:#fff}.block--success a:focus,.block--success a:hover{color:hsla(0,0%,100%,.9)}.block__main{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;text-align:left;padding:.75rem;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%;margin:1rem .5%}.block__main:after,.block__main:before{content:" ";display:table}.block__main:after{clear:both}@media screen and (max-width:32rem){.block__main{padding:1.25rem}}.block__main>:first-child{margin-top:0}.block__main>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__main{-webkit-flex-basis:68%;-ms-flex-preferred-size:68%;flex-basis:68%}}@media screen and (min-width:66.13333333rem){.block__main{-webkit-flex-basis:73%;-ms-flex-preferred-size:73%;flex-basis:73%}}.block__help{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;background-image:url(../images/icon-help-2.svg);background-size:8rem;background-position:102% -5%;background-repeat:no-repeat;text-align:left;margin:1rem 1%;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%}.block__help:after,.block__help:before{content:" ";display:table}.block__help:after{clear:both}@media screen and (max-width:32rem){.block__help{padding:1.25rem}}.block__help>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__help{-webkit-flex-basis:28%;-ms-flex-preferred-size:28%;flex-basis:28%}}@media screen and (min-width:66.13333333rem){.block__help{-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}}.block__help a{color:#ff5722}.block__help a:hover{color:#ff4408}.block__help>:first-child{margin-top:0}.block__help ul{list-style:circle}.block__help ol,.block__help ul{padding-left:1rem}.block__help h2{font-size:1.15rem;font-weight:400}.equal-space>*{margin-top:1rem;margin-bottom:1rem}.u-center-h{text-align:center}.gen__1 .input-group{max-width:43rem;margin:1rem auto}.gen__1--inner{text-align:center}.gen__1--inner h1{margin:1rem auto 2rem}.gen__1--inner h4{margin:3rem auto 1rem}.gen__1--inner p{margin:0 0 2rem}.gen__1--inner .btn{margin:0 auto 3rem}.gen__2--inner{text-align:center}.gen__2--inner h1{margin:1rem auto}.gen__2--inner>.btn{margin:1rem auto 2rem}.gen__2--inner .warn{margin:2rem auto}.gen__3--inner{text-align:center}.gen__3--inner h1{margin:2rem auto 1rem}.gen__3--inner>.btn,.gen__3--inner>.form-control{margin:0 auto 3rem}.pre-footer{padding:1rem;-webkit-box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);margin-top:5rem;background-color:#fff;text-align:center}.pre-footer p{font-size:1.3rem}.footer{background-color:#102138;color:#fff;font-size:.8rem;margin-top:0}.footer h5{margin-top:.5rem;margin-bottom:.25rem}.footer h5 i{margin-left:-1.5em;margin-right:.25em}.footer h5:first-child{margin-top:0}.footer ul{list-style:none;padding-left:0;margin:0}.footer li,.footer p{font-size:.8rem;margin:.25em 0}.footer a{color:#7fe5ff;font-weight:400}.footer a:focus,.footer a:hover{color:#4cdbff}.footer small{font-size:.6rem}.footer--logo{width:100%;height:auto;max-width:16rem}.header--gas{max-width:26rem;color:#333}.header--gas p{font-weight:400;margin:.5rem 0 0}.header--gas a,.header--gas a:focus,.header--gas a:hover,.header--gas a:visited{color:#0e97c0}.footer--left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:22rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--left{max-width:100%}}.footer--cent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:34rem;-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}@media screen and (max-width:32rem){.footer--cent{max-width:100%}}.footer--cent li:last-child,.footer--cent ul{margin-bottom:0}.footer--righ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:28rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--righ{max-width:100%}}.footer__icon{display:inline-block;height:30px;width:30px;padding:5px}.footer__pill-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}a.footer__pill{display:inline;background:#0e97c0;padding:3px 12px;border-radius:30px;color:#fff}a.footer__pill:focus,a.footer__pill:hover{color:#0e97c0;background:#fff;opacity:1}.custom-token-fields label{font-weight:400;font-size:1rem}.custom-token-fields input{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.custom-token-fields input{height:2rem;line-height:2rem}select[multiple].custom-token-fields input,textarea.custom-token-fields input{height:auto}.custom-token-fields input .mono{font-size:.75rem}.custom-token-fields .address-identicon-container{margin-top:2rem}.swap--btc,.swap--hw,.swap--usd{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1rem .15rem}.swap--btc .col-sm-7,.swap--hw .col-sm-7,.swap--usd .col-sm-7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.swap--usd{background-color:#2b71b1}.swap--usd *,.swap--usd a{color:#fff}.swap--usd a:focus,.swap--usd a:hover{color:hsla(0,0%,100%,.9)}.swap--usd .swap-flag--bal,.swap--usd .swap-flag--price{background-color:#2e86d7}.swap--btc{background-color:#006e79}.swap--btc *,.swap--btc a{color:#fff}.swap--btc a:focus,.swap--btc a:hover{color:hsla(0,0%,100%,.9)}.swap--btc .swap-flag--bal,.swap--btc .swap-flag--price{background-color:#00a3b4}.swap--hw{background-color:#6e9a3e}.swap--hw *,.swap--hw a{color:#fff}.swap--hw a:focus,.swap--hw a:hover{color:hsla(0,0%,100%,.9)}.swap--hw .swap-flag--bal,.swap--hw .swap-flag--price{background-color:#81bc3f}.swap--hw .swap__logo{margin:.45rem 0}.swap-flag--bal,.swap-flag--price{background-color:#5dba5a;color:#fff;padding:.1rem .5rem;font-size:.7rem;border-radius:5rem;margin:.7rem 0 0;line-height:1.4;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.swap__subhead{font-size:.8rem;margin:.15rem 0}.swap__cta{font-size:1.25rem;margin:.15rem 0}.swap__logo{margin:0}.swap__nav{margin-top:-1.1rem;margin-bottom:.7rem;text-align:center}.swap__nav a{color:#9a9a9a;padding:0 .2rem .6rem}.send-modal__addr{font-size:12px}.u__protip{display:table}.u__protip:before{content:"";display:table-cell;width:2em;height:1em;background-image:url(../images/icon-protip.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.u__download{display:table;margin-left:.5em}.u__download:before{content:"";display:table-cell;width:1.25em;height:1em;background-image:url(../images/icon-external-link.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.send__load-tokens{padding:5px 2px;margin:0;background-color:#ff9800;text-align:center;color:#fff;font-size:9px}.send__load-tokens img{width:14px;height:14px}.send__load-tokens p{margin:4px 0 0;font-weight:500}.send__load-tokens:hover{color:#fff;opacity:.8}.onboarding__modal{padding:1rem}.onboarding__modal:after,.onboarding__modal:before{content:" ";display:table}.onboarding__modal:after{clear:both}.onboarding__modal .btn-primary{background-image:url(../images/icon-arrow-right.svg);background-size:contain;background-position:100%;background-repeat:no-repeat}.onboarding__modal .btn-default{background-image:url(../images/icon-arrow-left.svg);background-size:contain;background-position:0;background-repeat:no-repeat}.onboarding__modal .onboarding__title{text-align:center;margin-bottom:1.5rem}@media (max-width:50.2rem){.onboarding__modal .onboarding__title{margin:0 auto .5rem}}.onboarding__modal img{margin-top:1rem;margin-bottom:1rem}@media (max-width:50.2rem){.onboarding__modal img{max-height:200px}}.onboarding__modal .onboarding__buttons .btn{margin-top:.5rem;margin-bottom:.5rem}@media (min-width:51.2rem){.onboarding__modal .onboarding__buttons{margin-top:.5rem;margin-bottom:.5rem}.onboarding__modal .onboarding__buttons:after,.onboarding__modal .onboarding__buttons:before{content:" ";display:table}.onboarding__modal .onboarding__buttons:after{clear:both}.onboarding__modal .onboarding__buttons .btn+.btn{float:right}}@media (max-width:50.2rem){.onboarding__modal .onboarding__buttons .btn{display:block}.onboarding__modal .onboarding__buttons .btn+.btn{margin-top:1.5rem}}@media (max-width:50.2rem){.onboarding__modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.onboarding__modal .onboarding__content,.onboarding__modal .onboarding__image{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.onboarding__modal .onboarding__content+.onboarding__image{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.row.row--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:50.2rem){.row.row--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.onboarding__msg{text-align:center;font-size:.9rem} \ No newline at end of file +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline;color:#000}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #000;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}.print-text{color:#0b7290!important}footer{border-top:1px solid #000}header{border-bottom:1px solid #000;border-top:0 solid #fff!important}.btn{border:1px solid #000;color:1px solid #000;background:transparent!important}.nav-container{display:none!important}.footer-1 img{width:40px!important}.footer-1 *,.footer-2 *,.footer-3 *{font-size:8px!important;line-height:1.1!important}.footer-1 .footer-2,.footer-1 .footer-3,.footer-2 .footer-2,.footer-2 .footer-3,.footer-3 .footer-2,.footer-3 .footer-3{float:left!important}.h1,h1{font-size:18px}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:17px}.h3,h3{font-size:16px}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:15px}.h5,h5{font-size:14px}.h5,.h6,h5,h6{font-weight:700}.h6,h6{font-size:13px}.modal{position:inherit!important;page-break-inside:avoid;page-break-before:always}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:15 px;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%}@media screen and (min-width:94rem){html{font-size:16px}}@media screen and (max-width:50.2rem){html{font-size:15 px}}body{font-family:Lato,sans-serif;font-size:1rem;line-height:1.4;color:#333;background-color:#fbfbfb;height:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-thumbnail{padding:.2rem;line-height:1.4;background-color:#fbfbfb;border:1px solid #ddd;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #ececec}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit;letter-spacing:.02em}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:inherit}.h1,.h2,.h3,h1,h2,h3{margin-top:1rem;margin-bottom:.5rem}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:1rem;margin-bottom:.5rem}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:2.25rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:1.9rem}.h3,h3{font-size:1.5rem}.h3,.h4,h3,h4{font-weight:700}.h4,h4{font-size:1.3rem}.h5,h5{font-size:1.15rem}.h5,.h6,h5,h6{font-weight:400}.h6,h6{font-size:1.07rem}p{margin:0 0 .5rem;font-weight:300}p.strong,p .strong,p strong{font-weight:400}i{font-style:normal}.strong,strong{font-weight:600}.lead{margin-bottom:1.4;font-size:1rem}a{color:#0e97c0;text-decoration:none;cursor:pointer}a,a:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:hover{opacity:.8;color:#0c84a8}a:active,a:focus{opacity:1;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}a:focus{outline:thin dotted;outline-offset:3px}.point{cursor:pointer}.strike{text-decoration:line-through}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#9a9a9a}.text-primary{color:#0e97c0}a.text-primary:focus,a.text-primary:hover{color:#0c84a8}.text-success{color:#459f42}a.text-success:focus,a.text-success:hover{color:#3d8d3b}.text-info{color:#0b1929}a.text-info:focus,a.text-info:hover{color:#060d15}.text-warning{color:#cc7a00}a.text-warning:focus,a.text-warning:hover{color:#b36a00}.text-danger{color:#df2518}a.text-danger:focus,a.text-danger:hover{color:#c82116}.text-underline{text-decoration:underline}.text-light{font-weight:200}.bg-primary{color:#fff;background-color:#0e97c0}a.bg-primary:focus,a.bg-primary:hover{background-color:#0b7290}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:-.5rem;margin:2.8 0 1.4;border-bottom:1px solid #ececec}ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}li{margin-bottom:.5em;font-weight:300}li strong{font-weight:400}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1.4}dd,dt{line-height:1.4}dt{font-weight:700}dd{margin-left:0}@media (min-width:51.2rem){.dl-horizontal dt{float:left;width:-8rem;clear:left;text-align:right;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:12rem}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #9a9a9a}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:.5rem 1.4;margin:0 0 1.4;font-size:1.25rem;border-left:5px solid #ececec}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.4;color:#9a9a9a}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #ececec;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:1.4;font-style:normal;line-height:1.4}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4}code,kbd{padding:2px 4px;font-size:90%;border-radius:0}kbd{color:#fff;background-color:#333;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:.2;margin:0 0 .7;font-size:0;line-height:1.4;word-break:break-all;word-wrap:break-word;color:#333;background-color:#fafafa;border:1px solid #ececec;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:23rem;overflow-y:scroll}.container{width:100%;margin-right:auto;margin-left:auto;max-width:113rem;padding:0 5rem}@media screen and (max-width:80rem){.container{padding:0 3%}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:1rem;padding-right:1rem}.row{margin-left:-1rem;margin-right:-1rem}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:1rem;padding-right:1rem}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:51.2rem){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:66.13333333rem){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:80rem){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent;margin-bottom:10px;border-bottom:1px solid #ddd}caption{padding-top:.5rem;padding-bottom:.5rem;color:#9a9a9a}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:1.4}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:.5rem;line-height:1.4;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fbfbfb}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:.25rem}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f5f5f5}.table-striped>tbody>tr>td,.table-striped>tbody>tr>th,.table-striped>tfoot>tr>td,.table-striped>tfoot>tr>th,.table-striped>thead>tr>td,.table-striped>thead>tr>th{border-top:0}.table-mnemonic{border-bottom:0;font-weight:400}.table-mnemonic th{border-bottom:1px solid #ececec;vertical-align:bottom}.table-mnemonic td:first-child{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.table-mnemonic tr:last-child td:first-child{text-align:left}.table-mnemonic tr:first-child,.table-mnemonic tr:last-child:not(.mnemonic-custom-row){background-color:#fff!important}.table-mnemonic.table>tbody>tr>td,.table-mnemonic.table>tbody>tr>th,.table-mnemonic.table>tfoot>tr>td,.table-mnemonic.table>tfoot>tr>th,.table-mnemonic.table>thead>tr>td,.table-mnemonic.table>thead>tr>th{padding:.25rem}.table-mnemonic .mnemonic-custom-row input[type=text]{margin:-5px;display:inline;width:70%;max-width:15rem}.table-mnemonic label{margin:.15rem}.table-hover,.table-hover>tbody>tr>td,.table-hover>tbody>tr>th,.table-hover>tfoot>tr>td,.table-hover>tfoot>tr>th,.table-hover>thead>tr>td,.table-hover>thead>tr>th,.table-hover td,.table-hover th,.table-hover tr{border:0 solid #fff}.table-hover>tbody>tr:hover{background-color:#fafafa}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#fafafa}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#ededed}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:50.2rem){.table-responsive{width:100%;margin-bottom:1.05;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.table-domainsale-modal .table-ens-modal{font-weight:400;font-size:16px}.table-domainsale-modal .table-ens-modal textarea{font-size:11px;word-break:break-all;padding:.5rem}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:1.4;font-size:1.5rem;line-height:inherit;color:#333;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-top:.5rem;margin-bottom:.25rem;font-weight:600;font-size:1.15rem}label small{font-weight:300;font-size:1em}td label{font-weight:400}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:3px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline-offset:3px}output{display:block;padding-top:1.75rem;font-size:1rem;line-height:1.4;color:#333}.account-help-icon+.btn,.account-help-icon+input,.account-help-icon+textarea,label+.form-control,label+input,label+textarea{margin-top:0}.form-control{display:block;width:100%;height:2.55rem;padding:.25rem 1rem;font-size:1rem;line-height:2;color:#333;background-color:#fff;background-image:none;border:1px solid #ececec;margin-top:.5rem;margin-bottom:.5rem;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.form-control:focus{border-color:#0e97c0;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(14,151,192,.5)}.form-control::-moz-placeholder{color:#d3d3d3;opacity:1}.form-control:-ms-input-placeholder{color:#d3d3d3}.form-control::-webkit-input-placeholder{color:#d3d3d3}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ececec;opacity:1;cursor:text!important;-webkit-box-shadow:none!important;box-shadow:none!important}.form-control[disabled],fieldset[disabled] .form-control{cursor:default}textarea.form-control{height:auto;line-height:1.4}input[readonly]{background-color:#fafafa;cursor:text!important}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:2.55rem}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:2rem}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:4rem}}.form-group{margin-top:.5rem;margin-bottom:.5rem;display:block}.checkbox,.radio{position:relative;display:block;margin:15px 0;font-weight:500}.checkbox label,.radio label{min-height:1.4;padding-left:20px;padding-right:15px;margin-bottom:0;font-weight:500;cursor:pointer}.checkbox.small,.radio.small{margin:.2rem 0}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{margin-left:-20px}input[type=radio]{margin-right:5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:default}.form-control-static{padding-top:1.75rem;padding-bottom:1.75rem;margin-bottom:0;min-height:2.4rem}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-sm{height:2rem;line-height:2rem}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5}.form-group-sm select.form-control{height:2rem;line-height:2rem}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:2rem;min-height:2.3rem;padding:1.5rem 1rem;font-size:.9rem;line-height:1.5}.input-lg{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-lg{height:4rem;line-height:4rem}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2}.form-group-lg select.form-control{height:4rem;line-height:4rem}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:4rem;min-height:3.3rem;padding:2rem;font-size:1.9rem;line-height:1.2}.form-control.is-valid{border-color:#b5e0b4;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(93,186,90,.5)}.form-control.is-valid:focus{border-color:#92d190;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5)}.form-control.is-invalid{border-color:#f7b7b3;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5)}.form-control.is-invalid:focus{border-color:#f28c85;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(234,75,64,.5)}.form-control.is-semivalid{border-color:#ffcc80;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(255,152,0,.5)}.form-control.is-semivalid:focus{border-color:#ffb74d;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(255,152,0,.5)}.btn{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline-offset:3px}.btn.focus,.btn:focus,.btn:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.alert .btn-info{background-color:#fff;text-decoration:none;color:#163151}.alert .btn-info.focus,.alert .btn-info:focus,.alert .btn-info:hover{color:#fff;text-decoration:none;opacity:1}.alert .btn-info.disabled{background-color:#fff;text-decoration:none;color:#163151;opacity:.6}.btn-default{color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-default .badge{color:#c3c3c3;background-color:#222}.btn-primary{color:#fff;background-color:#0e97c0;border-color:#0e97c0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0c84a8;border-color:#0c84a8;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#095f79;border-color:#095f79;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#0e97c0;border-color:#0e97c0}.btn-primary .badge{color:#0e97c0;background-color:#fff}.btn-success{color:#fff;background-color:#5dba5a;border-color:#5dba5a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#4db14a;border-color:#4db14a;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#3d8d3b;border-color:#3d8d3b;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5dba5a;border-color:#5dba5a}.btn-success .badge{color:#5dba5a;background-color:#fff}.btn-info{color:#fff;background-color:#163151;border-color:#163151;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#11253d;border-color:#11253d;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#060d15;border-color:#060d15;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#163151;border-color:#163151}.btn-info .badge{color:#163151;background-color:#fff}.btn-warning{color:#fff;background-color:#ff9800;border-color:#ff9800;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#e68900;border-color:#e68900;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#b36a00;border-color:#b36a00;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#ff9800;border-color:#ff9800}.btn-warning .badge{color:#ff9800;background-color:#fff}.btn-danger{color:#fff;background-color:#ea4b40;border-color:#ea4b40;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#e73529;border-color:#e73529;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#c82116;border-color:#c82116;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#ea4b40;border-color:#ea4b40}.btn-danger .badge{color:#ea4b40;background-color:#fff}.btn-white{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;color:#163151}.btn-white.active,.btn-white.focus,.btn-white:active,.btn-white:focus,.btn-white:hover,.open>.dropdown-toggle.btn-white{color:#163151;background-color:hsla(0,0%,95%,.8);border-color:hsla(0,0%,95%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active.focus,.btn-white.active:focus,.btn-white.active:hover,.btn-white:active.focus,.btn-white:active:focus,.btn-white:active:hover,.open>.dropdown-toggle.btn-white.focus,.open>.dropdown-toggle.btn-white:focus,.open>.dropdown-toggle.btn-white:hover{color:#163151;background-color:hsla(0,0%,85%,.8);border-color:hsla(0,0%,85%,.8);-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-white.active,.btn-white:active,.open>.dropdown-toggle.btn-white{background-image:none}.btn-white.disabled,.btn-white.disabled.active,.btn-white.disabled.focus,.btn-white.disabled:active,.btn-white.disabled:focus,.btn-white.disabled:hover,.btn-white[disabled],.btn-white[disabled].active,.btn-white[disabled].focus,.btn-white[disabled]:active,.btn-white[disabled]:focus,.btn-white[disabled]:hover,fieldset[disabled] .btn-white,fieldset[disabled] .btn-white.active,fieldset[disabled] .btn-white.focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:hover{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.8)}.btn-white .badge{color:hsla(0,0%,100%,.8);background-color:#163151}.header-branding a.btn-white{color:#163151}.header-branding a.btn-white:focus,.header-branding a.btn-white:hover{background:#fff;opacity:1;color:#163151}.btn-group .btn-default{border-bottom-width:1px}.btn-group .btn-default.active{border:1px solid #0e97c0;color:#0e97c0;background:#f5f5f5}.btn-link{color:#0e97c0;font-weight:400}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0c84a8;text-decoration:none;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#9a9a9a;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:1rem 2rem;font-size:1.15rem;line-height:1.2;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:0}.btn-group-xs>.btn,.btn-xs{font-size:.75rem;line-height:1.5;border-radius:0;padding:.1rem .6rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}.btn-file,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-file{background-image:none;cursor:pointer;border:1px solid gray;display:inline-block;font-weight:400;letter-spacing:.05em;margin-top:.5rem;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;padding:.75rem 2rem;font-size:1.07rem;line-height:1.4;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;color:#222;background-color:#c3c3c3;border-color:#bdbdbd;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease;position:relative;overflow:hidden}.btn-file.active.focus,.btn-file.active:focus,.btn-file.focus,.btn-file:active.focus,.btn-file:active:focus,.btn-file:focus{outline:thin dotted;outline-offset:3px}.btn-file.focus,.btn-file:focus,.btn-file:hover{color:#222;text-decoration:none;border-bottom-color:transparent;-webkit-box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1);box-shadow:inset 3px 3px 3px hsla(0,0%,78%,.1)}.btn-file.active,.btn-file:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-file.disabled,.btn-file[disabled],fieldset[disabled] .btn-file{cursor:default;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn-file.disabled,fieldset[disabled] a.btn-file{pointer-events:none}.btn-file.active,.btn-file.focus,.btn-file:active,.btn-file:focus,.btn-file:hover,.open>.dropdown-toggle.btn-file{color:#222;background-color:#b6b6b6;border-color:#b0b0b0;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active.focus,.btn-file.active:focus,.btn-file.active:hover,.btn-file:active.focus,.btn-file:active:focus,.btn-file:active:hover,.open>.dropdown-toggle.btn-file.focus,.open>.dropdown-toggle.btn-file:focus,.open>.dropdown-toggle.btn-file:hover{color:#222;background-color:#9d9d9d;border-color:#979797;-webkit-transition:all .25s ease;-o-transition:all ease .25s;transition:all .25s ease}.btn-file.active,.btn-file:active,.open>.dropdown-toggle.btn-file{background-image:none}.btn-file.disabled,.btn-file.disabled.active,.btn-file.disabled.focus,.btn-file.disabled:active,.btn-file.disabled:focus,.btn-file.disabled:hover,.btn-file[disabled],.btn-file[disabled].active,.btn-file[disabled].focus,.btn-file[disabled]:active,.btn-file[disabled]:focus,.btn-file[disabled]:hover,fieldset[disabled] .btn-file,fieldset[disabled] .btn-file.active,fieldset[disabled] .btn-file.focus,fieldset[disabled] .btn-file:active,fieldset[disabled] .btn-file:focus,fieldset[disabled] .btn-file:hover{background-color:#c3c3c3;border-color:#bdbdbd}.btn-file .badge{color:#c3c3c3;background-color:#222}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block}.caret{display:inline-block;width:0;height:0;margin-left:.5rem;vertical-align:middle;border-top:.25rem dashed;border-right:.25rem solid transparent;border-left:.25rem solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle{margin-top:0;font-size:1rem;padding:.5rem 1rem}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;min-width:160px;max-width:100vw;max-height:75vh;overflow:scroll;padding:0;margin:2px 0 0;list-style:none;font-size:.9rem;text-align:left;background-color:#fff;border-radius:0;-webkit-box-shadow:0 6px 10px rgba(0,0,0,.175);box-shadow:0 6px 10px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:2px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li{margin:0}.dropdown-menu>li:first-child{padding-top:2px}.dropdown-menu>li:last-child{padding-bottom:2px}.dropdown-menu>li>a{display:block;padding:2px 1rem;clear:both;font-weight:300;line-height:1.4;color:#163151;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#0e97c0;background-color:#fafafa}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#0e97c0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#9a9a9a}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:.9rem;line-height:1.4;color:#9a9a9a;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:.25rem solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:51.2rem){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;margin-bottom:5px}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group{float:left}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:.25rem .25rem 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 .25rem .25rem}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group>*{margin-bottom:0;margin-top:0}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%}.input-group .dropdown-toggle{padding-right:.75rem;padding-left:.75rem}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:4rem;padding:1rem 2rem;font-size:1.9rem;line-height:1.2;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:4rem;line-height:4rem}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:2rem;line-height:2rem}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding-left:2rem;padding-right:2rem;font-size:1rem;font-weight:400;line-height:1;color:#333;text-align:center;background-color:#ececec;border:1px solid #dfdfdf;outline:0;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5);box-shadow:inset 0 1px 1px hsla(0,0%,93%,.5),0 0 1px hsla(0,0%,93%,.5)}.input-group-addon.input-sm{padding:.5rem 1rem;font-size:.9rem}.input-group-addon.input-lg{padding:1rem 2rem;font-size:1.9rem}.input-group-addon:focus{border:1px solid #dadada;outline:0;-webkit-box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9);box-shadow:inset 0 1px 1px #ececec,30%,0 0 1px hsla(0,0%,93%,.9)}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative;margin-bottom:0;margin-top:0;font-size:1rem;padding:.55rem 2rem}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.alert{padding:.75rem 2rem;margin:1rem auto;font-weight:300;font-size:1.07rem}.alert h4{color:inherit}.alert>:first-child,.alert h4{margin-top:0}.alert>:last-child{margin-bottom:0}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert a{color:#fff;text-decoration:underline}.alert a:hover{opacity:.8}.alert a:active,.alert a:focus{opacity:1}.alert svg{vertical-align:bottom}.alert-danger--outline{padding:.5em .6em .6em .3em;margin:0 0 1em;border-top:2px solid #ea4b40;-webkit-box-shadow:0 1px 5px 1px rgba(63,63,63,.13);box-shadow:0 1px 5px 1px rgba(63,63,63,.13);font-size:.9em;font-weight:500}.alert-danger--outline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23ea4b40'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23ea4b40'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.75em;float:left;width:2em;height:4em;margin-right:.75em}.alert.popup{position:fixed;bottom:0;left:0;right:0;padding:1rem 0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.33);box-shadow:0 0 20px 0 rgba(0,0,0,.33);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;z-index:1060;margin:0}.alert.popup .container{position:relative;padding:0 10rem 0 5rem}@media screen and (max-width:51.2rem){.alert.popup .container{padding:1rem 8rem 1rem 4rem}}@media screen and (max-width:32rem){.alert.popup .container{padding:3rem 1rem 0 4rem}}.alert.popup .container:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;color:#fff;position:absolute;top:0;bottom:0;left:1%;width:2.25rem}@media screen and (max-width:32rem){.alert.popup .container:after{top:2.5rem;left:.5rem}}.alert.popup .icon-close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 348.333 348.334'%3E%3Cpath d='M336.559 68.611L231.016 174.165l105.543 105.549c15.699 15.705 15.699 41.145 0 56.85-7.844 7.844-18.128 11.769-28.407 11.769-10.296 0-20.581-3.919-28.419-11.769L174.167 231.003 68.609 336.563c-7.843 7.844-18.128 11.769-28.416 11.769-10.285 0-20.563-3.919-28.413-11.769-15.699-15.698-15.699-41.139 0-56.85l105.54-105.549L11.774 68.611c-15.699-15.699-15.699-41.145 0-56.844 15.696-15.687 41.127-15.687 56.829 0l105.563 105.554L279.721 11.767c15.705-15.687 41.139-15.687 56.832 0 15.705 15.699 15.705 41.145.006 56.844z' fill='%23FFF'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;cursor:pointer;opacity:.7;position:absolute;top:0;right:0;width:9rem;bottom:0;border-left:1px solid hsla(0,0%,100%,.7);-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}@media screen and (max-width:51.2rem){.alert.popup .icon-close{width:7rem}}@media screen and (max-width:32rem){.alert.popup .icon-close{width:100%;height:3rem;left:0;right:0;top:0;bottom:auto;border-left:0;border-bottom:1px solid hsla(0,0%,100%,.7)}}.alert.popup .icon-close:hover{border-color:hsla(0,0%,100%,.5)}.alert.popup .icon-close:active,.alert.popup .icon-close:hover{-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out;background-color:rgba(0,0,0,.1)}.alert.popup .icon-close:active{border-color:hsla(0,0%,100%,.7);opacity:1}.alert.popup.ng-hide{bottom:-20%;-webkit-transition:all .15s ease-in-out;-o-transition:.15s all ease-in-out;transition:all .15s ease-in-out}.alert,.alert-info{background-color:#0e97c0;border-color:#0e97c0;color:#fff}.alert-info hr,.alert hr{border-top-color:#0c84a8}.alert-info .alert-link,.alert .alert-link{color:#e6e6e6}.alert-info .container:after,.alert .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='30' y='30' viewBox='0 0 65 65' width='512' height='512'%3E%3Cpath d='M32.5 0C14.58 0 0 14.579 0 32.5S14.58 65 32.5 65 65 50.421 65 32.5 50.42 0 32.5 0zm0 61C16.785 61 4 48.215 4 32.5S16.785 4 32.5 4 61 16.785 61 32.5 48.215 61 32.5 61z' fill='%23FFF'/%3E%3Ccircle cx='33.018' cy='19.541' r='3.345' fill='%23FFF'/%3E%3Cpath d='M32.137 28.342a2 2 0 0 0-2 2v17a2 2 0 0 0 4 0v-17a2 2 0 0 0-2-2z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-success{background-color:#5dba5a;border-color:#5dba5a;color:#fff}.alert-success hr{border-top-color:#4db14a}.alert-success .alert-link{color:#e6e6e6}.alert-success .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.2 478.2' width='32' height='32'%3E%3Cpath d='M457.575 325.1c9.8-12.5 14.5-25.9 13.9-39.7-.6-15.2-7.4-27.1-13-34.4 6.5-16.2 9-41.7-12.7-61.5-15.9-14.5-42.9-21-80.3-19.2-26.3 1.2-48.3 6.1-49.2 6.3h-.1c-5 .9-10.3 2-15.7 3.2-.4-6.4.7-22.3 12.5-58.1 14-42.6 13.2-75.2-2.6-97-16.6-22.9-43.1-24.7-50.9-24.7-7.5 0-14.4 3.1-19.3 8.8-11.1 12.9-9.8 36.7-8.4 47.7-13.2 35.4-50.2 122.2-81.5 146.3-.6.4-1.1.9-1.6 1.4-9.2 9.7-15.4 20.2-19.6 29.4-5.9-3.2-12.6-5-19.8-5h-61c-23 0-41.6 18.7-41.6 41.6v162.5c0 23 18.7 41.6 41.6 41.6h61c8.9 0 17.2-2.8 24-7.6l23.5 2.8c3.6.5 67.6 8.6 133.3 7.3 11.9.9 23.1 1.4 33.5 1.4 17.9 0 33.5-1.4 46.5-4.2 30.6-6.5 51.5-19.5 62.1-38.6 8.1-14.6 8.1-29.1 6.8-38.3 19.9-18 23.4-37.9 22.7-51.9-.4-8.1-2.2-15-4.1-20.1zm-409.3 122.2c-8.1 0-14.6-6.6-14.6-14.6V270.1c0-8.1 6.6-14.6 14.6-14.6h61c8.1 0 14.6 6.6 14.6 14.6v162.5c0 8.1-6.6 14.6-14.6 14.6h-61v.1zm383.7-133.9c-4.2 4.4-5 11.1-1.8 16.3 0 .1 4.1 7.1 4.6 16.7.7 13.1-5.6 24.7-18.8 34.6-4.7 3.6-6.6 9.8-4.6 15.4 0 .1 4.3 13.3-2.7 25.8-6.7 12-21.6 20.6-44.2 25.4-18.1 3.9-42.7 4.6-72.9 2.2h-1.4c-64.3 1.4-129.3-7-130-7.1h-.1l-10.1-1.2c.6-2.8.9-5.8.9-8.8V270.1c0-4.3-.7-8.5-1.9-12.4 1.8-6.7 6.8-21.6 18.6-34.3 44.9-35.6 88.8-155.7 90.7-160.9.8-2.1 1-4.4.6-6.7-1.7-11.2-1.1-24.9 1.3-29 5.3.1 19.6 1.6 28.2 13.5 10.2 14.1 9.8 39.3-1.2 72.7-16.8 50.9-18.2 77.7-4.9 89.5 6.6 5.9 15.4 6.2 21.8 3.9 6.1-1.4 11.9-2.6 17.4-3.5.4-.1.9-.2 1.3-.3 30.7-6.7 85.7-10.8 104.8 6.6 16.2 14.8 4.7 34.4 3.4 36.5-3.7 5.6-2.6 12.9 2.4 17.4.1.1 10.6 10 11.1 23.3.4 8.9-3.8 18-12.5 27z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-warning{background-color:#ff9800;border-color:#ff9800;color:#fff}.alert-warning hr{border-top-color:#e68900}.alert-warning .alert-link{color:#e6e6e6}.alert-warning .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.alert-danger{background-color:#ea4b40;border-color:#ea4b40;color:#fff}.alert-danger hr{border-top-color:#e73529}.alert-danger .alert-link{color:#e6e6e6}.alert-danger .container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='32' height='32'%3E%3Cpath d='M505.403 406.394L295.389 58.102c-8.274-13.721-23.367-22.245-39.39-22.245s-31.116 8.524-39.391 22.246L6.595 406.394c-8.551 14.182-8.804 31.95-.661 46.37 8.145 14.42 23.491 23.378 40.051 23.378h420.028c16.56 0 31.907-8.958 40.052-23.379 8.143-14.421 7.89-32.189-.662-46.369zm-28.364 29.978a12.684 12.684 0 0 1-11.026 6.436H45.985a12.68 12.68 0 0 1-11.025-6.435 12.683 12.683 0 0 1 .181-12.765L245.156 75.316A12.732 12.732 0 0 1 256 69.192c4.41 0 8.565 2.347 10.843 6.124l210.013 348.292a12.677 12.677 0 0 1 .183 12.764z' fill='%23FFF'/%3E%3Cpath d='M256.154 173.005c-12.68 0-22.576 6.804-22.576 18.866 0 36.802 4.329 89.686 4.329 126.489.001 9.587 8.352 13.607 18.248 13.607 7.422 0 17.937-4.02 17.937-13.607 0-36.802 4.329-89.686 4.329-126.489 0-12.061-10.205-18.866-22.267-18.866zm.311 180.301c-13.607 0-23.814 10.824-23.814 23.814 0 12.68 10.206 23.814 23.814 23.814 12.68 0 23.505-11.134 23.505-23.814 0-12.99-10.826-23.814-23.505-23.814z' fill='%23FFF'/%3E%3C/svg%3E")}.well{min-height:20px;padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#fafafa;border:1px solid #e8e8e8;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well :first-child{margin-top:0}.well :last-child{margin-bottom:0}.well.lg{padding:2rem}.well.sm{padding:.5rem}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border-radius:0;-webkit-box-shadow:1px 1px 60px rgba(0,0,0,.32);box-shadow:1px 1px 60px rgba(0,0,0,.32);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:.75rem 1.5rem}.modal-header .close{margin-top:-2px}.modal-title{margin:0 0 1rem;line-height:1.4}.modal-body{position:relative;padding:.75rem;font-size:1.15rem}.modal-body .table>tbody>tr>td{vertical-align:middle}.modal-body .addressIdenticon{margin:auto}.modal-footer{padding:1rem 1.5rem;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn{margin-top:0}.modal-footer .btn+.btn{margin-left:.5rem;margin-bottom:0;margin-top:0}#sendTransaction .modal-footer{text-align:center}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:51.2rem){.modal-dialog{width:800px;margin:30px auto}.modal-sm{width:30rem}}@media (min-width:66.13333333rem){.modal-lg{width:70rem}}.bity-contact:after,.bity-contact:before,.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}.bity-contact:after,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.modal-footer:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:50.2rem){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:50.2rem){.visible-xs-block{display:block!important}}@media (max-width:50.2rem){.visible-xs-inline{display:inline!important}}@media (max-width:50.2rem){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-block{display:block!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline{display:inline!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-block{display:block!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline{display:inline!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.visible-md-inline-block{display:inline-block!important}}@media (min-width:80rem){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:80rem){.visible-lg-block{display:block!important}}@media (min-width:80rem){.visible-lg-inline{display:inline!important}}@media (min-width:80rem){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:50.2rem){.hidden-xs{display:none!important}}@media (min-width:51.2rem) and (max-width:65.13333333rem){.hidden-sm{display:none!important}}@media (min-width:66.13333333rem) and (max-width:79rem){.hidden-md{display:none!important}}@media (min-width:80rem){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}img{max-width:100%;height:auto}textarea{resize:vertical}.announcement{padding:3px 10px;text-align:center;font-weight:300;color:#fff;display:block;background-color:#0e97c0}.announcement a{text-decoration:underline;color:#fff}.announcement:focus,.announcement:hover,.announcement a{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.announcement:focus,.announcement:hover{color:#f2f2f2;text-decoration:none;background-color:#0c84a8}.announcement strong{font-weight:400}.annoucement-warning{background-color:#ff5722}.annoucement-warning:focus,.annoucement-warning:hover{background-color:#ff4408}.annoucement-warning:focus a,.annoucement-warning:focus a:hover,.annoucement-warning:hover a,.annoucement-warning:hover a:hover{text-decoration:none}.annoucement-danger{background-color:#ea4b40}.annoucement-danger:hover{background-color:#ff4408}.annoucement-danger a:focus,.annoucement-danger a:hover{color:#f2f2f2}.annoucement-danger a:focus a,.annoucement-danger a:focus a:hover,.annoucement-danger a:hover a,.annoucement-danger a:hover a:hover{text-decoration:none}.address-identicon-container{padding:0;text-align:left;max-width:4.5rem;margin-left:-.5rem;margin-top:.5rem}.address-identicon-container-right{text-align:right}.address-identicon-container-right .addressIdenticon{float:right}.address-identicon-container-offline{padding:0;margin-left:-15px}.addressIdenticon{width:100%;height:auto;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:inset hsla(0,0%,100%,.5) 0 2px 2px,inset rgba(0,0,0,.6) 0 -1px 8px;box-shadow:inset 0 2px 2px hsla(0,0%,100%,.5),inset 0 -1px 8px rgba(0,0,0,.6)}.addressIdenticon.med{width:3rem;height:3rem;padding:0}.addressIdenticon.small{width:2rem;height:2rem;padding:0}.addressIdenticon.inline{display:inline-block}.addressIdenticon.float{float:left;margin-right:.5rem}.wrap{word-wrap:break-word}.bigger-on-mobile.form-control[readonly]{height:60px}@media screen and (max-width:767px){.bigger-on-mobile.form-control[readonly]{height:100px}}#paneHelp h3{margin-top:2em}.account-help-icon h3,.account-help-icon h4,.account-help-icon h5,.account-help-icon h6,.account-help-icon img{display:inline-block}.account-help-icon img:hover+.account-help-text{display:block;opacity:1;z-index:999}.account-help-icon img{margin-left:-30px;margin-right:3px}.account-help-icon:hover{opacity:1}.account-help-text{background:#fff;border-radius:0;border:1px solid #cdcdcd;-webkit-box-shadow:0 0 .5rem hsla(0,0%,39%,.2);box-shadow:0 0 .5rem hsla(0,0%,39%,.2);display:none;font-size:.75rem;font-weight:400;padding:.25rem;position:absolute;width:18rem;z-index:999;color:#333}ul.account-help-text{padding-left:1.6rem}.account-help-text li{font-size:.75rem;font-weight:400}@media screen and (max-width:767px){.account-help-icon img,.account-help-icon li,.account-help-icon p{display:none}}#accountAddress,#accountAddressMainTbl-1,#accountBalance,#accountBalanceBtc,#accountBalanceEur,#accountBalancePopMB-0,#accountBalancePopMB-2,#accountBalanceUsd,.form-control,.mono{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-weight:400;letter-spacing:.02em}.offline-qrcode{margin-top:-150px;max-width:300px}@media screen and (max-width:942px){.offline-qrcode{margin-top:-78px}}@media screen and (max-width:769px){.offline-qrcode{margin-top:0}}.account-info{padding-left:1em;margin:0}.account-info:after,.account-info:before{content:" ";display:table}.account-info:after{clear:both}.account-info li{margin-bottom:0;list-style-type:none;word-break:break-all}table.account-info{font-weight:200;border-bottom:0;min-width:200px;width:100%}table.account-info tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}table.account-info td{padding:.3rem;line-height:1}table.account-info td:first-child{word-wrap:break-word;padding-left:1em}table.account-info tr{border-bottom:1px solid #f3f3f3}table.account-info tr:last-child,table.account-info tr:nth-last-child(2){border-bottom:0 solid #f3f3f3}table.account-info tr.custom-token{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}input[type=text]+.eye{cursor:pointer}input[type=text]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye.svg)}input[type=password]+.eye{cursor:pointer}input[type=password]+.eye:before{content:"";width:20px;height:20px;margin-left:6px;margin-right:6px;display:inline-block;vertical-align:middle;background:url(../images/icon-eye-closed.svg)}.collapse-container h1{margin:.25rem 0}.collapse-container .collapse-button{float:left;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.25rem;margin:.25rem -30px;font-size:1.6rem;line-height:1.6}.help .collapse-container{margin:40px 0}.help .collapse-container .collapse-button{margin:-10px -30px;font-size:20px;line-height:1}.token-remove{width:.9rem;height:.9rem;position:absolute;left:18px;cursor:pointer}.node-remove{width:16px;height:16px;position:absolute;right:6px;top:8px}.m-addresses td:first-child{max-width:50px;min-widht:50px}.m-addresses td:last-child{text-align:right}.token-balances{margin-bottom:15px;font-size:14px;max-height:60vh;overflow:scroll}h2 a.isActive,h2 a.isActive:active,h2 a.isActive:hover{color:#333;cursor:default}.item{margin:6px 0}.output{padding:.5rem 1rem;margin-top:-.5rem}.output p{margin:.75rem 0 0}label .small{font-size:.9rem}label small{color:#9a9a9a}.write-address .col-xs-1{padding:0}.write-address .col-xs-11{padding-right:10px}.write-boolean label{display:block}.decrypt-drtv{padding:1rem 0}.decrypt-drtv label.radio{padding:0 1.5rem;margin:.5rem 0}.decrypt-drtv h4{margin-top:0}.qr-code{max-width:17rem;margin:auto}.qr-pkey-container{position:relative}.qr-overlay{background-color:#000;position:absolute;top:0;left:0;right:0;bottom:0}.contracts a.isActive{color:#333;font-weight:400}.contracts .dropdown-toggle{display:block;text-align:left;white-space:normal}.contracts .dropdown-toggle .caret{position:absolute;right:1rem;top:1.25rem}.contracts .dropdown-menu-left{font-size:.9rem;left:auto;right:0;min-width:37rem}.contracts .dropdown-menu-left small{float:right}.dropdown-gas{padding-bottom:1rem}@media screen and (max-width:900px){.dropdown-gas{padding-bottom:2rem}}.dropdown-gas__msg{font-size:12px;font-weight:300;left:-100%;margin:0;position:absolute;right:-100%;white-space:normal}@media screen and (max-width:900px){.dropdown-gas__msg{left:-25%;right:0}}.view-wallet-content h5{margin-bottom:.25rem}.view-wallet-content a.isActive{color:#333}#selectedTypeLedger ol{padding-left:1rem}.loading-wrap{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:999;text-align:center}.loading-wrap .loading{position:absolute;text-align:center;top:40%;left:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.loading-wrap img{border-radius:50%}.loading-wrap h1{-webkit-animation:opacity 2s infinite ease-in-out;animation:opacity 2s infinite ease-in-out;color:#fff}@-webkit-keyframes opacity{0%,to{opacity:0}50%{opacity:1}}@keyframes opacity{0%,to{opacity:0}50%{opacity:1}}.embedded-logo{height:auto;width:100%;max-width:290px;padding:.5rem 0}.ens-response{color:#737373}.dropdown-node .dropdown-menu li{border-left:2px solid #b50085;position:relative}.dropdown-node .dropdown-menu li:last-child{border-top:1px solid #ececec;padding-top:5px}.dropdown-node .dropdown-menu li:first-child,.dropdown-node .dropdown-menu li:nth-child(2),.dropdown-node .dropdown-menu li:nth-child(3),.dropdown-node .dropdown-menu li:nth-child(4),.dropdown-node .dropdown-menu li:nth-child(5){border-left:2px solid #0e97c0}.dropdown-node .dropdown-menu li:nth-child(6){border-left:2px solid #009241}.dropdown-node .dropdown-menu li:nth-child(7),.dropdown-node .dropdown-menu li:nth-child(8),.dropdown-node .dropdown-menu li:nth-child(9),.dropdown-node .dropdown-menu li:nth-child(10),.dropdown-node .dropdown-menu li:nth-child(11),.dropdown-node .dropdown-menu li:nth-child(12){border-left:2px solid #adc101}.dropdown-node .dropdown-menu li:nth-child(13){border-left:2px solid #673ab7}.dropdown-node .dropdown-menu li:nth-child(14){border-left:2px solid #00ad85}.dropdown-node .dropdown-menu li:nth-child(15){border-left:2px solid #4568bb}.dropdown-node .dropdown-menu li:nth-child(16){border-left:2px solid #6a488d}.dropdown-node .dropdown-menu li:nth-child(17){border-left:2px solid #046111}.dropdown-node .dropdown-menu li:last-child{border-left:2px solid #9a9a9a}.dropdown-node .dropdown-menu li:nth-child(5),.dropdown-node .dropdown-menu li:nth-child(6),.dropdown-node .dropdown-menu li:nth-child(12),.dropdown-node .dropdown-menu li:nth-child(13),.dropdown-node .dropdown-menu li:nth-child(14),.dropdown-node .dropdown-menu li:nth-child(15),.dropdown-node .dropdown-menu li:nth-child(16){border-bottom:1px solid #ececec}header{margin-bottom:1em}header.ETH+.container+.pre-footer+.footer,header.ETH .nav-container{border-top:.25rem solid #0e97c0}header.ETH+.container .modal-content{border:.25rem solid #0e97c0}header.ETH+.container .alert-info{background-color:#0e97c0}header.ETC+.container+.pre-footer+.footer,header.ETC .nav-container{border-top:.25rem solid #009241}header.ETC+.container .modal-content{border:.25rem solid #009241}header.ETC+.container .alert-info{background-color:#009241}header.Ropsten+.container+.pre-footer+.footer,header.Ropsten .nav-container{border-top:.25rem solid #adc101}header.Ropsten+.container .modal-content{border:.25rem solid #adc101}header.Ropsten+.container .alert-info{background-color:#adc101}header.Kovan+.container+.pre-footer+.footer,header.Kovan .nav-container{border-top:.25rem solid #adc101}header.Kovan+.container .modal-content{border:.25rem solid #adc101}header.Kovan+.container .alert-info{background-color:#adc101}header.Rinkeby+.container+.pre-footer+.footer,header.Rinkeby .nav-container{border-top:.25rem solid #adc101}header.Rinkeby+.container .modal-content{border:.25rem solid #adc101}header.Rinkeby+.container .alert-info{background-color:#adc101}header.RSK+.container+.pre-footer+.footer,header.RSK .nav-container{border-top:.25rem solid #ff794f}header.RSK+.container .modal-content{border:.25rem solid #ff794f}header.RSK+.container .alert-info{background-color:#ff794f}header.Custom+.container+.pre-footer+.footer,header.Custom .nav-container{border-top:.25rem solid #b50085}header.Custom+.container .modal-content{border:.25rem solid #b50085}header.Custom+.container .alert-info{background-color:#b50085}header.EXP+.container+.pre-footer+.footer,header.EXP .nav-container{border-top:.25rem solid #673ab7}header.EXP+.container .modal-content{border:.25rem solid #673ab7}header.EXP+.container .alert-info{background-color:#673ab7}header.UBQ+.container+.pre-footer+.footer,header.UBQ .nav-container{border-top:.25rem solid #00ad85}header.UBQ+.container .modal-content{border:.25rem solid #00ad85}header.UBQ+.container .alert-info{background-color:#00ad85}header.POA+.container+.pre-footer+.footer,header.POA .nav-container{border-top:.25rem solid #4568bb}header.POA+.container .modal-content{border:.25rem solid #4568bb}header.POA+.container .alert-info{background-color:#4568bb}header.TOMO+.container+.pre-footer+.footer,header.TOMO .nav-container{border-top:.25rem solid #6a488d}header.TOMO+.container .modal-content{border:.25rem solid #6a488d}header.TOMO+.container .alert-info{background-color:#6a488d}header.ELLA+.container+.pre-footer+.footer,header.ELLA .nav-container{border-top:.25rem solid #046111}header.ELLA+.container .modal-content{border:.25rem solid #046111}header.ELLA+.container .alert-info{background-color:#046111}.swap-tab a.link,.swap-tab a.link:hover{-webkit-transition:none;-o-transition:none;transition:none}.swap-tab .btn-lg{margin-top:3rem}.swap-tab .btn img,.swap-tab .btn svg{margin-right:.5rem;margin-left:-.25rem;vertical-align:middle}.swap-tab .swap-rates{text-align:center}.swap-tab .swap-rates .order-panel{background:-webkit-linear-gradient(300deg,#0e97c0,#163151);background:-o-linear-gradient(300deg,#0e97c0,#163151);background:linear-gradient(150deg,#0e97c0,#163151);position:relative}.swap-tab .swap-rates .order-panel .bity-logo{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:51.2rem){.swap-tab .swap-rates .order-panel{padding-top:1rem;padding-bottom:1rem}.swap-tab .swap-rates .order-panel .order-info{text-align:left;padding:0 0 0 22%}.swap-tab .swap-rates .order-panel .bity-logo{left:-1rem;top:40%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}.swap-tab .swap-rates .form-control.input-sm{width:16%;min-width:3.5rem;display:inline-block;margin-right:1rem;text-align:right;background-color:transparent;color:#fff;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;border:0 solid #fff;border-bottom:2px solid #fff}.swap-tab .swap-rates p{margin:0}.swap-tab .swap-rates p span{opacity:.9}.swap-tab .swap-rates .order-info:nth-child(4n+1),.swap-tab .swap-rates .order-info:nth-child(4n+2),.swap-tab .swap-rates .order-info:nth-child(4n+3){background:transparent}.swap-tab .swap-panel{text-align:center;margin-top:3rem;padding:2rem .5rem}.swap-tab .swap-panel>*{display:inline-block;margin:1.5rem .5rem;vertical-align:middle}.swap-tab .swap-panel .form-control{width:10rem;margin-right:0}.swap-tab .swap-panel .dropdown{margin-left:0}.swap-tab .swap-address{text-align:center;padding:3rem 1rem}.swap-tab .swap-start{text-align:center}.swap-tab .swap-start .swap-info{text-align:left;margin-bottom:5rem}.swap-tab .swap-order{text-align:left}.swap-tab .swap-order .order-info-wrap{margin-bottom:0}.swap-tab .swap-order h1{margin-top:3rem;margin-bottom:3rem}.ens-tab .collapse-container h4,.ens-tab .collapse-container h5,.swap-tab .collapse-container h4,.swap-tab .collapse-container h5{display:inline-block}.ens-tab .collapse-container .collapse-button,.swap-tab .collapse-container .collapse-button{float:none;margin:0}.order-info-wrap{margin-bottom:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.order-info-wrap .order-info{padding:1rem 0}.order-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;min-height:100px;text-align:center;padding:.5rem 0;color:#fff}.order-info:after,.order-info:before{content:" ";display:table}.order-info:after{clear:both}.order-info h3,.order-info h4,.order-info p{margin:0}.order-info:nth-child(4n+1){background-color:#175575}.order-info:nth-child(4n+2){background-color:#1e92ba}.order-info:nth-child(4n+3){background-color:#143955}.order-info:nth-child(4n+4){background-color:#19b3ae}.swap-progress{margin-top:2rem;margin-bottom:0;position:relative}.swap-progress .sep{position:absolute;top:3.5rem;left:3%;right:3%;height:.25rem;background-color:#ececec}@media screen and (max-width:675px){.swap-progress .sep{display:none}}.swap-progress:after,.swap-progress:before{content:" ";display:table}.swap-progress:after{clear:both}.swap-progress .progress-item{width:20%;float:left;text-align:center;margin:.25rem 0}@media screen and (max-width:675px){.swap-progress .progress-item{width:100%}}.swap-progress .progress-item:nth-child(4n+1) .progress-circle{border-color:rgba(30,146,186,.4);color:rgba(30,146,186,.4)}.swap-progress .progress-item:nth-child(4n+2) .progress-circle{border-color:rgba(23,85,117,.4);color:rgba(23,85,117,.4)}.swap-progress .progress-item:nth-child(4n+3) .progress-circle{border-color:rgba(25,179,174,.4);color:rgba(25,179,174,.4)}.swap-progress .progress-item:nth-child(4n+4) .progress-circle{border-color:rgba(20,57,85,.4);color:rgba(20,57,85,.4)}.swap-progress .progress-item .progress-circle{border-radius:50%;border-width:.25rem;border-style:solid;-webkit-box-sizing:content-box;box-sizing:content-box;margin:1rem auto;padding-bottom:4rem;position:relative;width:4rem;background:#fff}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle{margin:.25rem 1rem .25rem 2rem;padding-bottom:3rem;width:3rem;float:left}}.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.75rem;height:1.75rem;width:1.75rem;font-weight:900;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:675px){.swap-progress .progress-item .progress-circle i{font-size:1.5rem;line-height:1.5rem;height:1.5rem;width:1.5rem}}.swap-progress .progress-item p{font-size:.9rem;font-weight:600;text-transform:uppercase;color:hsla(0,0%,55%,.5);letter-spacing:.1em}@media screen and (max-width:675px){.swap-progress .progress-item p{line-height:4rem;margin:0;text-align:left}}.swap-progress .progress-item p small{letter-spacing:.03em;font-size:75%}.swap-progress .progress-item.progress-active p{color:#8d8d8d}.swap-progress .progress-item.progress-active:nth-child(4n+1) .progress-circle{border-color:#1e92ba;color:#1e92ba}.swap-progress .progress-item.progress-active:nth-child(4n+2) .progress-circle{border-color:#175575;color:#175575}.swap-progress .progress-item.progress-active:nth-child(4n+3) .progress-circle{border-color:#19b3ae;color:#19b3ae}.swap-progress .progress-item.progress-active:nth-child(4n+4) .progress-circle{border-color:#143955;color:#143955}.swap-progress .progress-item.progress-true .progress-circle{background-color:#5dba5a;border-color:#5dba5a;-webkit-box-shadow:inset 0 0 0 5px #fff;box-shadow:inset 0 0 0 5px #fff}.swap-progress .progress-item.progress-true .progress-circle i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.67 426.67' width='32' height='32'%3E%3Cpath d='M153.504 366.839c-8.657 0-17.323-3.302-23.927-9.911L9.914 237.265c-13.218-13.218-13.218-34.645 0-47.863 13.218-13.218 34.645-13.218 47.863 0l95.727 95.727 215.39-215.386c13.218-13.214 34.65-13.218 47.859 0 13.222 13.218 13.222 34.65 0 47.863L177.436 356.928c-6.609 6.605-15.271 9.911-23.932 9.911z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;font-size:0}.swap-progress .progress-item.progress-true p{color:#5dba5a}.ens-tab .order-info-wrap{margin-top:1rem;margin-bottom:1rem}.ens-tab h5+p{margin-top:-.5em}.bity-contact{margin:9rem -1rem -5rem}.cont-md{max-width:64rem;margin:auto}.txstatus__1 .form-control{max-width:64rem;margin:1rem auto}.txstatus__3 h4{display:inline-block}.txstatus__3 .collapse-button{float:none;margin:0}#etherWalletPopUp{padding:10px;position:relative;min-width:346px}#etherWalletPopUp .back-icon{position:absolute;left:5px;top:5px}#etherWalletPopUp .back-icon:active,#etherWalletPopUp .back-icon:hover{outline:0}.quicksend-address{font-family:Menlo,Monaco,Consolas,Courier New,monospace;max-width:170px;word-wrap:break-word;font-size:12px;font-weight:300;display:block}.chrome-tokens span{min-width:130px;display:inline-block}.mainWalletDelete,.mainWalletEdit,.mainWalletView{margin:.5em}.myWalletCtrl table:not(.account-info) h2{margin:0;font-size:1.6em}.myWalletCtrl table:not(.account-info) h3{font-weight:400;font-size:1.3em}.myWalletCtrl table:not(.account-info) td:nth-child(2){max-width:380px}.myWalletCtrl table:not(.account-info) td,.myWalletCtrl table:not(.account-info) th{vertical-align:middle;padding:.5em .75em}#secWatchOnlyMain .mainWalletDelete{width:60px;display:block}.text-navy{color:#163151}.text-gray-lighter{color:#ececec}.text-blue{color:#0e97c0}.text-white{color:#fff}.bg-navy{background:#163151}.bg-gradient{background:#163151;background:-webkit-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:-o-linear-gradient(301deg,#132a45,#143a56,#21a4ce,#19b4ad);background:linear-gradient(149deg,#132a45,#143a56,#21a4ce,#19b4ad)}.bg-gray-lighter{background-color:#ececec}.bg-blue{background-color:#0e97c0}.bg-white{background-color:#fff}.text-serif{font-family:Georgia,Times New Roman,Times,serif}.text-sans-serif{font-family:Lato,sans-serif}.pad-v-sm{padding-top:.5em;padding-bottom:.5em}.pad-v-md{padding-top:1em;padding-bottom:1em}.pad-v-lg{padding-top:1.5em;padding-bottom:1.5em}.pad-v-xl{padding-top:2em;padding-bottom:2em}.marg-v-sm{margin-top:.5em;margin-bottom:.5em}.marg-v-md{margin-top:1em;margin-bottom:1em}.marg-v-lg{margin-top:1.5em;margin-bottom:1.5em}.marg-v-xl{margin-top:2em;margin-bottom:2em}.img-fill{width:100%;height:auto;max-width:100%}.header-branding{color:#fff;padding:0}@media screen and (max-width:900px){.header-branding{text-align:center}}.header-branding .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .container{padding-left:1%;padding-right:1%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.header-branding .brand img{padding:.25rem 0}@media screen and (max-width:900px){.header-branding .brand img{max-width:10rem}}.header-branding .tagline{font-weight:200;color:#fff;-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;text-align:right;padding:.25rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.header-branding .tagline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-align:right}}.header-branding a{cursor:pointer;font-weight:400;display:inline-block}.header-branding a,.header-branding a:active,.header-branding a:hover{color:#fff;-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.header-branding a:active,.header-branding a:hover{opacity:.8;text-decoration:none}.header-branding .dropdown{padding:.2rem}@media screen and (max-width:900px){.header-branding .dropdown{padding:.2rem 0;white-space:nowrap;display:inline-block;font-size:14px}.header-branding .dropdown .dropdown-menu{right:-10px;min-width:auto;left:auto;top:2.45rem;font-size:14px}.header-branding .dropdown .dropdown-menu>li>a{font-size:14px;padding:.25rem 30px .25rem 15px;position:relative}}.header-branding .dropdown-toggle{font-size:14px;padding:.3em .6rem}.header-branding .dropdown-gas{display:inline-block}@media screen and (max-width:900px){.header-branding .dropdown-gas{margin-bottom:1.8rem}}.header-branding .dropdown-gas .dropdown-toggle{min-width:200px}.header-branding .dropdown-gas .dropdown-menu{min-width:100%;padding:.5rem;margin:0;left:0;right:0}.header-branding .dropdown-gas .dropdown-menu p{padding:0}.dropdown-menu a.active{text-decoration:none;color:#0e97c0;background-color:#fafafa}.nav-container{position:relative;overflow-y:hidden}.nav-container .nav-scroll{-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;overflow-x:auto;margin-bottom:-20px;font-size:0;white-space:nowrap}@media screen and (max-width:51.2rem){.nav-container .nav-scroll{margin:0 -5% -20px}}.nav-container .nav-scroll .nav-inner{border-bottom:2px solid #fff;display:inline-block;font-size:0;margin-bottom:20px;min-width:100%;padding:5px 0 0;vertical-align:middle}.nav-container .nav-scroll .nav-inner .nav-item{display:inline-block;font-size:0}.nav-container .nav-scroll .nav-inner .nav-item.NAV_Swap a:before{content:"";display:inline-block;margin-top:-.1rem;width:1.3rem;height:1.3rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620.04 631.27'%3E%3Ctitle%3Eicon-swap%3C/title%3E%3Cpath d='M469.95 289.68c-77 0-139.59-62.62-139.59-139.59S392.98 10.5 469.95 10.5s139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M469.95 21a129.09 129.09 0 1 1-129.09 129.09A129.24 129.24 0 0 1 469.95 21m0-21c-82.76 0-150.09 67.33-150.09 150.09s67.29 150.09 150.09 150.09 150.09-67.33 150.09-150.09S552.71 0 469.95 0z' fill='%230f0f0f'/%3E%3Cpath d='M599.04 150.09A129.24 129.24 0 0 0 469.95 21v258.18a129.24 129.24 0 0 0 129.09-129.09z' fill='%23fc3'/%3E%3Cpath d='M469.95 44.94a105.12 105.12 0 1 0 105.12 105.15A105.24 105.24 0 0 0 469.95 44.94zm0 179c-49.27 0-74.85-24.6-74.85-73.87s25.58-74.85 74.85-74.85 75.82 25.58 75.82 74.85-26.55 73.87-75.82 73.87z' fill='%23ff9f19'/%3E%3Cpath d='M545.77 150.09c0 49.27-26.55 74.85-75.82 74.85v30.27a105.12 105.12 0 1 0 0-210.24v30.27c49.27 0 75.82 25.58 75.82 74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M100.66 277.37H26.9V114.06h240.72V50.84l131.7 100.1-131.7 100.09v-63.22H100.66v89.56z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M63.78 150.94h335.54l-131.7-100.1v63.22H26.9v163.31h36.88V150.94z'/%3E%3Cpath d='M259.71 34.94l152.67 116-152.67 116v-71.23H108.55v89.56H19V106.15h240.71zm126.55 116L275.52 66.77v55.17H34.8v147.53h57.95v-89.53h182.77v55.19z'/%3E%3Cpath fill='%23fff' d='M292.951 119.43l9.638-12.482 47.456 36.642-9.638 12.482z'/%3E%3Cpath d='M150.09 620.77c-77 0-139.59-62.62-139.59-139.59s62.65-139.59 139.59-139.59 139.59 62.62 139.59 139.59-62.62 139.59-139.59 139.59z' fill='%23ffe14d'/%3E%3Cpath d='M150.09 352.09A129.09 129.09 0 1 1 21 481.18a129.24 129.24 0 0 1 129.09-129.09m0-21C67.33 331.09 0 398.42 0 481.18s67.33 150.09 150.09 150.09 150.06-67.33 150.06-150.09-67.3-150.09-150.06-150.09z' fill='%230f0f0f'/%3E%3Cpath d='M21 481.18a129.24 129.24 0 0 0 129.09 129.09V352.09A129.24 129.24 0 0 0 21 481.18z' fill='%23fc3'/%3E%3Cpath d='M150.09 586.3A105.12 105.12 0 1 0 44.97 481.18 105.24 105.24 0 0 0 150.09 586.3zm0-179c49.27 0 74.85 24.6 74.85 73.87s-25.58 74.85-74.85 74.85-75.82-25.58-75.82-74.85 26.55-73.86 75.82-73.86z' fill='%23ff9f19'/%3E%3Cpath d='M74.26 481.18c0-49.27 26.55-74.85 75.82-74.85v-30.27a105.12 105.12 0 1 0 0 210.24v-30.27c-49.26 0-75.82-25.58-75.82-74.85z' fill='%23f28618'/%3E%3Cpath fill='%230492be' d='M519.39 353.9h73.75v163.31H352.43v63.22L220.72 480.34l131.71-100.1v63.22h166.96V353.9z'/%3E%3Cpath fill='%23103957' opacity='.2' d='M556.26 480.34H220.72l131.71 100.09v-63.22h240.71V353.9h-36.88v126.44z'/%3E%3Cpath d='M360.32 596.36l-152.66-116 152.66-116v71.25h151.16V346h89.56v179.11H360.32zm-126.55-116l110.74 84.16v-55.21h240.73V361.8h-57.95v89.56H344.52v-55.19z'/%3E%3Cpath fill='%23fff' d='M268.572 486.574l9.7-12.473 47.419 36.875-9.7 12.473z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-right:.25rem}.nav-container .nav-scroll .nav-inner .nav-item a{color:#095f79;display:block;font-size:16px;font-weight:300;padding:10px;white-space:nowrap;position:relative;min-height:2.75rem}.nav-container .nav-scroll .nav-inner .nav-item a:after{content:"";background:#0e97c0;height:2px;width:100%;left:0;position:absolute;bottom:-1px;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.nav-container .nav-scroll .nav-inner .nav-item.active a,.nav-container .nav-scroll .nav-inner .nav-item a:focus,.nav-container .nav-scroll .nav-inner .nav-item a:hover{color:#0e97c0;text-decoration:none;-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-scroll .nav-inner .nav-item.active a:after,.nav-container .nav-scroll .nav-inner .nav-item a:focus:after,.nav-container .nav-scroll .nav-inner .nav-item a:hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .25s ease 0s;-o-transition:all .25s ease 0s;transition:all .25s ease 0s}.nav-container .nav-arrow-left,.nav-container .nav-arrow-right{background-color:#fff;bottom:12px;color:#d6d6d6;font-size:33px;line-height:1.3;min-width:50px;position:absolute;top:0;vertical-align:middle;width:5%;z-index:999}.nav-container .nav-arrow-left:hover,.nav-container .nav-arrow-right:hover{text-decoration:none}.nav-container .nav-arrow-right{right:3%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-right:5px;text-align:right}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-right{right:0}}.nav-container .nav-arrow-left{left:3%;background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(47%,#fff),to(#fff));background:-webkit-linear-gradient(right,hsla(0,0%,100%,0),#fff 47%,#fff);background:-o-linear-gradient(right,hsla(0,0%,100%,0) 0,#fff 47%,#fff 100%);background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 47%,#fff);padding-left:5px;text-align:left}@media screen and (max-width:51.2rem){.nav-container .nav-arrow-left{left:0}}.print-container{width:680px;height:280px;border:1px solid gray;margin-bottom:50px;position:relative}.print-container #identicon{-webkit-print-color-adjust:exact;position:absolute;right:7.5rem;bottom:3rem}.print-container #identicon:after{content:"Always look for this icon when sending to this wallet.";font-size:9px;width:120px;position:absolute;bottom:.75rem;text-align:center;right:-7.5rem}.print-title{float:left}.print-text{color:#0b7290;text-transform:uppercase;letter-spacing:.05em;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;right:0;bottom:0;font-size:13px;font-weight:600}.print-qr-code-1{width:28%;float:left;position:relative;padding:20px}.print-qr-code-1 .print-text{right:-35px;bottom:69px}.print-qr-code-2{width:28%;float:left;position:relative;padding:20px}.print-qr-code-2 .print-text{right:-45px;bottom:69px}.print-notes{width:28%;float:left;position:relative;padding:20px}.print-notes .print-text{right:-45px;bottom:69px}.print-address-container{float:left;width:85%;padding:0 25px}.print-address-container p{font-size:14px;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.ether-logo-1{position:absolute;left:100px}.ether-logo-2{position:absolute;right:32px;bottom:64px}.block--container{max-width:113rem;margin-left:-1%;margin-right:-1%}.block__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative}.block:after,.block:before{content:" ";display:table}.block:after{clear:both}@media screen and (max-width:32rem){.block{padding:1.25rem}}.block>:first-child{margin-top:0}.block>:last-child{margin-bottom:0}.block--text-white *,.block--text-white a{color:#fff}.block--text-white a:focus,.block--text-white a:hover{color:hsla(0,0%,100%,.9)}.block--danger{background-color:#ea4b40}.block--danger *,.block--danger a{color:#fff}.block--danger a:focus,.block--danger a:hover{color:hsla(0,0%,100%,.9)}.block--warning{background-color:#ff9800}.block--warning *,.block--warning a{color:#fff}.block--warning a:focus,.block--warning a:hover{color:hsla(0,0%,100%,.9)}.block--info{background-color:#163151}.block--info *,.block--info a{color:#fff}.block--info a:focus,.block--info a:hover{color:hsla(0,0%,100%,.9)}.block--primary{background-color:#0e97c0}.block--primary *,.block--primary a{color:#fff}.block--primary a:focus,.block--primary a:hover{color:hsla(0,0%,100%,.9)}.block--success{background-color:#5dba5a}.block--success *,.block--success a{color:#fff}.block--success a:focus,.block--success a:hover{color:hsla(0,0%,100%,.9)}.block__main{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;text-align:left;padding:.75rem;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%;margin:1rem .5%}.block__main:after,.block__main:before{content:" ";display:table}.block__main:after{clear:both}@media screen and (max-width:32rem){.block__main{padding:1.25rem}}.block__main>:first-child{margin-top:0}.block__main>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__main{-webkit-flex-basis:68%;-ms-flex-preferred-size:68%;flex-basis:68%}}@media screen and (min-width:66.13333333rem){.block__main{-webkit-flex-basis:73%;-ms-flex-preferred-size:73%;flex-basis:73%}}.block__help{background-color:#fff;-webkit-box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);box-shadow:16px 16px 47px 2px rgba(0,0,0,.07);padding:1.5rem 2rem;min-height:1.5rem;margin:1rem auto;position:relative;background-image:url(../images/icon-help-2.svg);background-size:8rem;background-position:102% -5%;background-repeat:no-repeat;text-align:left;margin:1rem 1%;-webkit-flex-basis:98%;-ms-flex-preferred-size:98%;flex-basis:98%}.block__help:after,.block__help:before{content:" ";display:table}.block__help:after{clear:both}@media screen and (max-width:32rem){.block__help{padding:1.25rem}}.block__help>:last-child{margin-bottom:0}@media screen and (min-width:51.2rem){.block__help{-webkit-flex-basis:28%;-ms-flex-preferred-size:28%;flex-basis:28%}}@media screen and (min-width:66.13333333rem){.block__help{-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}}.block__help a{color:#ff5722}.block__help a:hover{color:#ff4408}.block__help>:first-child{margin-top:0}.block__help ul{list-style:circle}.block__help ol,.block__help ul{padding-left:1rem}.block__help h2{font-size:1.15rem;font-weight:400}.equal-space>*{margin-top:1rem;margin-bottom:1rem}.u-center-h{text-align:center}.gen__1 .input-group{max-width:43rem;margin:1rem auto}.gen__1--inner{text-align:center}.gen__1--inner h1{margin:1rem auto 2rem}.gen__1--inner h4{margin:3rem auto 1rem}.gen__1--inner p{margin:0 0 2rem}.gen__1--inner .btn{margin:0 auto 3rem}.gen__2--inner{text-align:center}.gen__2--inner h1{margin:1rem auto}.gen__2--inner>.btn{margin:1rem auto 2rem}.gen__2--inner .warn{margin:2rem auto}.gen__3--inner{text-align:center}.gen__3--inner h1{margin:2rem auto 1rem}.gen__3--inner>.btn,.gen__3--inner>.form-control{margin:0 auto 3rem}.pre-footer{padding:1rem;-webkit-box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);box-shadow:16px 16px 47px 0 rgba(0,0,0,.07);margin-top:5rem;background-color:#fff;text-align:center}.pre-footer p{font-size:1.3rem}.footer{background-color:#102138;color:#fff;font-size:.8rem;margin-top:0}.footer h5{margin-top:.5rem;margin-bottom:.25rem}.footer h5 i{margin-left:-1.5em;margin-right:.25em}.footer h5:first-child{margin-top:0}.footer ul{list-style:none;padding-left:0;margin:0}.footer li,.footer p{font-size:.8rem;margin:.25em 0}.footer a{color:#7fe5ff;font-weight:400}.footer a:focus,.footer a:hover{color:#4cdbff}.footer small{font-size:.6rem}.footer--logo{width:100%;height:auto;max-width:16rem}.header--gas{max-width:26rem;color:#333}.header--gas p{font-weight:400;margin:.5rem 0 0}.header--gas a,.header--gas a:focus,.header--gas a:hover,.header--gas a:visited{color:#0e97c0}.footer--left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:22rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--left{max-width:100%}}.footer--cent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:34rem;-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}@media screen and (max-width:32rem){.footer--cent{max-width:100%}}.footer--cent li:last-child,.footer--cent ul{margin-bottom:0}.footer--righ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem;max-width:28rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:32rem){.footer--righ{max-width:100%}}.footer__icon{display:inline-block;height:30px;width:30px;padding:5px}.footer__pill-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}a.footer__pill{display:inline;background:#0e97c0;padding:3px 12px;border-radius:30px;color:#fff}a.footer__pill:focus,a.footer__pill:hover{color:#0e97c0;background:#fff;opacity:1}.custom-token-fields label{font-weight:400;font-size:1rem}.custom-token-fields input{height:2rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.5;border-radius:0}select.custom-token-fields input{height:2rem;line-height:2rem}select[multiple].custom-token-fields input,textarea.custom-token-fields input{height:auto}.custom-token-fields input .mono{font-size:.75rem}.custom-token-fields .address-identicon-container{margin-top:2rem}.swap--btc,.swap--hw,.swap--usd{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1rem .15rem}.swap--btc .col-sm-7,.swap--hw .col-sm-7,.swap--usd .col-sm-7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.swap--usd{background-color:#2b71b1}.swap--usd *,.swap--usd a{color:#fff}.swap--usd a:focus,.swap--usd a:hover{color:hsla(0,0%,100%,.9)}.swap--usd .swap-flag--bal,.swap--usd .swap-flag--price{background-color:#2e86d7}.swap--btc{background-color:#006e79}.swap--btc *,.swap--btc a{color:#fff}.swap--btc a:focus,.swap--btc a:hover{color:hsla(0,0%,100%,.9)}.swap--btc .swap-flag--bal,.swap--btc .swap-flag--price{background-color:#00a3b4}.swap--hw{background-color:#6e9a3e}.swap--hw *,.swap--hw a{color:#fff}.swap--hw a:focus,.swap--hw a:hover{color:hsla(0,0%,100%,.9)}.swap--hw .swap-flag--bal,.swap--hw .swap-flag--price{background-color:#81bc3f}.swap--hw .swap__logo{margin:.45rem 0}.swap-flag--bal,.swap-flag--price{background-color:#5dba5a;color:#fff;padding:.1rem .5rem;font-size:.7rem;border-radius:5rem;margin:.7rem 0 0;line-height:1.4;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.swap__subhead{font-size:.8rem;margin:.15rem 0}.swap__cta{font-size:1.25rem;margin:.15rem 0}.swap__logo{margin:0}.swap__nav{margin-top:-1.1rem;margin-bottom:.7rem;text-align:center}.swap__nav a{color:#9a9a9a;padding:0 .2rem .6rem}.send-modal__addr{font-size:12px}.u__protip{display:table}.u__protip:before{content:"";display:table-cell;width:2em;height:1em;background-image:url(../images/icon-protip.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.u__download{display:table;margin-left:.5em}.u__download:before{content:"";display:table-cell;width:1.25em;height:1em;background-image:url(../images/icon-external-link.svg);background-size:contain;vertical-align:middle;text-align:center;background-position:50%;background-repeat:no-repeat;border-right:.5em solid transparent}.send__load-tokens{padding:5px 2px;margin:0;background-color:#ff9800;text-align:center;color:#fff;font-size:9px}.send__load-tokens img{width:14px;height:14px}.send__load-tokens p{margin:4px 0 0;font-weight:500}.send__load-tokens:hover{color:#fff;opacity:.8}.onboarding__modal{padding:1rem}.onboarding__modal:after,.onboarding__modal:before{content:" ";display:table}.onboarding__modal:after{clear:both}.onboarding__modal .btn-primary{background-image:url(../images/icon-arrow-right.svg);background-size:contain;background-position:100%;background-repeat:no-repeat}.onboarding__modal .btn-default{background-image:url(../images/icon-arrow-left.svg);background-size:contain;background-position:0;background-repeat:no-repeat}.onboarding__modal .onboarding__title{text-align:center;margin-bottom:1.5rem}@media (max-width:50.2rem){.onboarding__modal .onboarding__title{margin:0 auto .5rem}}.onboarding__modal img{margin-top:1rem;margin-bottom:1rem}@media (max-width:50.2rem){.onboarding__modal img{max-height:200px}}.onboarding__modal .onboarding__buttons .btn{margin-top:.5rem;margin-bottom:.5rem}@media (min-width:51.2rem){.onboarding__modal .onboarding__buttons{margin-top:.5rem;margin-bottom:.5rem}.onboarding__modal .onboarding__buttons:after,.onboarding__modal .onboarding__buttons:before{content:" ";display:table}.onboarding__modal .onboarding__buttons:after{clear:both}.onboarding__modal .onboarding__buttons .btn+.btn{float:right}}@media (max-width:50.2rem){.onboarding__modal .onboarding__buttons .btn{display:block}.onboarding__modal .onboarding__buttons .btn+.btn{margin-top:1.5rem}}@media (max-width:50.2rem){.onboarding__modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.onboarding__modal .onboarding__content,.onboarding__modal .onboarding__image{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.onboarding__modal .onboarding__content+.onboarding__image{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.row.row--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:50.2rem){.row.row--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.onboarding__msg{text-align:center;font-size:.9rem} \ No newline at end of file diff --git a/dist/helpers.html b/dist/helpers.html index 22d3850629..d5b010b20a 100644 --- a/dist/helpers.html +++ b/dist/helpers.html @@ -99,13 +99,13 @@ MyEtherWallet -

    3.11.3.0

    +

    3.11.3.1

    - + @@ -1039,10 +1039,10 @@
    You can support us by supporting our blockch

    Buy a...

    Donations are always appreciated!
    @@ -1525,7 +1525,7 @@

    Always check the URL: `https://www.myetherwallet.com`.

  • - Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green. + Always make sure the URL bar has `MYETHERWALLET LLC` in green.
  • Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc. diff --git a/dist/index.html b/dist/index.html index f9f56715a8..71a40322ae 100644 --- a/dist/index.html +++ b/dist/index.html @@ -99,13 +99,13 @@ MyEtherWallet -

    3.11.3.0

    +

    3.11.3.1

    - + @@ -6210,10 +6210,10 @@
    You can support us by supporting our blockch

    Buy a...

    Donations are always appreciated!
    @@ -6696,7 +6696,7 @@

    Always check the URL: `https://www.myetherwallet.com`.

  • - Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green. + Always make sure the URL bar has `MYETHERWALLET LLC` in green.
  • Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc. diff --git a/dist/js/etherwallet-master.js b/dist/js/etherwallet-master.js index c8d42b442b..e993ba20a2 100644 --- a/dist/js/etherwallet-master.js +++ b/dist/js/etherwallet-master.js @@ -3565,7 +3565,7 @@ var tabsCtrl = function tabsCtrl($scope, globalService, $translate, $sce) { $scope.notifier.danger(globalFuncs.errorMsgs[32]); } else { $scope.nodeIsConnected = true; - $scope.notifier.info(globalFuncs.successMsgs[5] + '— Now, check the URL: ' + window.location.href + '.
    Network: ' + $scope.nodeType + ' provided by ' + $scope.nodeService + '.', 5000); + $scope.notifier.info(globalFuncs.successMsgs[5] + '
    URL: ' + window.location.href + '
    Network: ' + $scope.nodeType + ' provided by ' + $scope.nodeService + '', 10000); } }); networkHasChanged && window.setTimeout(function () { @@ -4605,7 +4605,7 @@ var fileReaderDrtv = function fileReaderDrtv($parse) { module.exports = fileReaderDrtv; },{}],45:[function(require,module,exports){ -module.exports = "
    \n\n \n
    \n\n

    \n How would you like to access your wallet?\n

    \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
    \n \n\n\n \n
    \n\n \n
    \n

    \n Your Address\n

    \n
    \n \n This is a recommended way to view your balance.\n
    \n

    \n You can only view your balance via this option.\n Please use another option in order to send.\n

    \n
    \n \n
    \n \n
    \n \n\n\n \n
    \n

    \n MetaMask / Mist\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n MetaMask is a browser extension that allows you to access your wallet quickly, safely & easily. It is more secure because you never enter your private key on a website. It protects you from phishing & malicious websites.\n
    \n \n
    \n \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n \n
    \n \n
    \n \n\n\n \n
    \n

    \n Ledger Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{ledgerErrorString}}\n

    \n
      \n
    • \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n
    • \n
    • \n \n Open the Ethereum application (or a contract application)\n \n \n Open the Expanse application (or a contract application)\n \n \n Open the Ubiq application (or a contract application)\n \n
    • \n
    • \n \n Still not working? More Troubleshooting Tips\n \n
    • \n
    \n
    \n
    \n \n\n\n \n
    \n

    \n TREZOR Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{trezorErrorString}}\n

    \n \n
    \n
    \n \n\n\n \n
    \n

    \n Digital Bitbox Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n\n\n \n
    \n

    Select your wallet file

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC [US] in your URL bar.\n
    \n
    \n \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC [US] in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Password (optional):\n

    \n
    \n \n
    \n
    \n \n
    \n \n\n\n \n
    \n

    \n Paste your private key:\n

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC [US] in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n
    \n \n
    \n \n\n
    \n \n\n\n \n
    \n\n
    \n\n
    \n\n
    \n\n \n\n \n

    \n Select HD derivation path:\n

    \n\n

    \n We do not know the correct path for this network.\n \n Please open a github issue\n \n so we can discuss / be enlightened.\n

    \n\n
    \n\n
    \n \n
    \n\n
    \n \n\n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n
    \n\n\n\n

    \n Please select the address you would like to interact with.\n

    \n\n \n \n \n \n \n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n
    \n Address\n \n Balance\n \n Token
    Balances\n
    \n \n \n \n {{wallet.getBalance()}} {{ajaxReq.type}}\n \n \n \n \n \n
    \n 5\"\n role=\"link\"\n tabindex=\"0\"\n translate=\"MNEM_prev\">\n Previous Addresses\n \n \n \n More Addresses\n \n
    \n\n
    \n \n\n \n
    \n\n
    \n\n
    \n\n
    \n\n
    \n\n
    \n"; +module.exports = "
    \n\n \n
    \n\n

    \n How would you like to access your wallet?\n

    \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
    \n \n\n\n \n
    \n\n \n
    \n

    \n Your Address\n

    \n
    \n \n This is a recommended way to view your balance.\n
    \n

    \n You can only view your balance via this option.\n Please use another option in order to send.\n

    \n
    \n \n
    \n \n
    \n \n\n\n \n
    \n

    \n MetaMask / Mist\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n MetaMask is a browser extension that allows you to access your wallet quickly, safely & easily. It is more secure because you never enter your private key on a website. It protects you from phishing & malicious websites.\n
    \n \n
    \n \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n \n
    \n \n
    \n \n\n\n \n
    \n

    \n Ledger Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{ledgerErrorString}}\n

    \n
      \n
    • \n Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.\n
    • \n
    • \n \n Open the Ethereum application (or a contract application)\n \n \n Open the Expanse application (or a contract application)\n \n \n Open the Ubiq application (or a contract application)\n \n
    • \n
    • \n \n Still not working? More Troubleshooting Tips\n \n
    • \n
    \n
    \n
    \n \n\n\n \n
    \n

    \n TREZOR Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n
    \n

    \n {{trezorErrorString}}\n

    \n \n
    \n
    \n \n\n\n \n
    \n

    \n Digital Bitbox Hardware Wallet\n

    \n
    \n \n This is a recommended way to access your wallet.\n
    \n
    \n A hardware wallet is a small USB device that allows you to access your wallet quickly, safely & easily. It is more secure because your private key never leaves the hardware wallet. It protects you from phishing, malware, and more.\n
    \n \n \n \n
    \n \n\n\n \n
    \n

    Select your wallet file

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Password (optional):\n

    \n
    \n \n
    \n
    \n \n
    \n \n\n\n \n
    \n

    \n Paste your private key:\n

    \n
    \n \n This is not a recommended way to access your wallet.\n
    \n
    \n Entering your private key on a website dangerous. If our website is compromised or you accidentally visit a different website, your funds will be stolen. Please consider:\n
    \n \n
    \n If you must, please double-check the URL & SSL cert. It should say https://www.myetherwallet.com & MYETHERWALLET LLC in your URL bar.\n
    \n
    \n
    \n \n
    \n
    \n

    \n Your file is encrypted. Please enter the password:\n

    \n \n
    \n \n
    \n \n\n\n \n
    \n

    Paste your mnemonic:

    \n
    \n \n
    \n \n
    \n \n\n
    \n \n\n\n \n
    \n\n
    \n\n
    \n\n
    \n\n \n\n \n

    \n Select HD derivation path:\n

    \n\n

    \n We do not know the correct path for this network.\n \n Please open a github issue\n \n so we can discuss / be enlightened.\n

    \n\n
    \n\n
    \n \n
    \n\n
    \n \n\n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n
    \n \n
    \n
    \n\n\n\n

    \n Please select the address you would like to interact with.\n

    \n\n \n \n \n \n \n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n
    \n Address\n \n Balance\n \n Token
    Balances\n
    \n \n \n \n {{wallet.getBalance()}} {{ajaxReq.type}}\n \n \n \n \n \n
    \n 5\"\n role=\"link\"\n tabindex=\"0\"\n translate=\"MNEM_prev\">\n Previous Addresses\n \n \n \n More Addresses\n \n
    \n\n
    \n \n\n \n
    \n\n
    \n\n
    \n\n
    \n\n
    \n\n
    \n"; },{}],46:[function(require,module,exports){ 'use strict'; @@ -6568,7 +6568,7 @@ globalFuncs.getEthNodeMsg = function (str) { if (ethNode == "geth") return this.getGethMsg(str);else return this.getParityMsg(str); }; globalFuncs.scrypt = { - n: 1024 + n: 8192 }; globalFuncs.postDelay = 300; globalFuncs.kdf = "scrypt"; @@ -7896,9 +7896,21 @@ nodes.nodeList = { 'chainId': 1, 'tokenList': require('./tokens/ethTokens.json'), 'abiList': require('./abiDefinitions/ethAbi.json'), - 'service': 'MyEtherWallet', + 'service': 'myetherapi.com', 'lib': new nodes.customNode('https://api.myetherapi.com/eth', '') }, + 'eth_mycrypto': { + 'name': 'ETH', + 'blockExplorerTX': 'https://etherscan.io/tx/[[txHash]]', + 'blockExplorerAddr': 'https://etherscan.io/address/[[address]]', + 'type': nodes.nodeTypes.ETH, + 'eip155': true, + 'chainId': 1, + 'tokenList': require('./tokens/ethTokens.json'), + 'abiList': require('./abiDefinitions/ethAbi.json'), + 'service': 'mycryptoapi.com', + 'lib': new nodes.customNode('https://api.mycryptoapi.com/eth', '') + }, 'eth_ethscan': { 'name': 'ETH', 'blockExplorerTX': 'https://etherscan.io/tx/[[txHash]]', @@ -7908,7 +7920,7 @@ nodes.nodeList = { 'chainId': 1, 'tokenList': require('./tokens/ethTokens.json'), 'abiList': require('./abiDefinitions/ethAbi.json'), - 'service': 'Etherscan.io', + 'service': 'etherscan.io', 'lib': require('./nodeHelpers/etherscan') }, 'eth_infura': { @@ -7932,7 +7944,7 @@ nodes.nodeList = { 'chainId': 1, 'tokenList': require('./tokens/ethTokens.json'), 'abiList': require('./abiDefinitions/ethAbi.json'), - 'service': 'Giveth.io', + 'service': 'giveth.io', 'lib': new nodes.customNode('https://mew.giveth.io', '') }, 'etc_epool': { @@ -7944,7 +7956,7 @@ nodes.nodeList = { 'chainId': 61, 'tokenList': require('./tokens/etcTokens.json'), 'abiList': require('./abiDefinitions/etcAbi.json'), - 'service': 'Epool.io', + 'service': 'epool.io', 'lib': new nodes.customNode('https://mewapi.epool.io', '') }, 'rop_mew': { @@ -7956,7 +7968,7 @@ nodes.nodeList = { 'chainId': 3, 'tokenList': require('./tokens/ropstenTokens.json'), 'abiList': require('./abiDefinitions/ropstenAbi.json'), - 'service': 'MyEtherWallet', + 'service': 'myetherapi.com', 'lib': new nodes.customNode('https://api.myetherapi.com/rop', '') }, 'rop_infura': { @@ -7980,7 +7992,7 @@ nodes.nodeList = { 'chainId': 42, 'tokenList': require('./tokens/kovanTokens.json'), 'abiList': require('./abiDefinitions/kovanAbi.json'), - 'service': 'Etherscan.io', + 'service': 'etherscan.io', 'lib': require('./nodeHelpers/etherscanKov') }, 'kov_infura': { @@ -8004,7 +8016,7 @@ nodes.nodeList = { 'chainId': 4, 'tokenList': require('./tokens/rinkebyTokens.json'), 'abiList': require('./abiDefinitions/rinkebyAbi.json'), - 'service': 'Etherscan.io', + 'service': 'etherscan.io', 'lib': require('./nodeHelpers/etherscanRin') }, 'rin_infura': { @@ -8029,7 +8041,7 @@ nodes.nodeList = { 'tokenList': require('./tokens/expTokens.json'), 'abiList': require('./abiDefinitions/expAbi.json'), 'estimateGas': true, - 'service': 'Expanse.tech', + 'service': 'expanse.tech', 'lib': new nodes.customNode('https://node.expanse.tech/', '') }, 'ubq': { @@ -12530,11 +12542,6 @@ module.exports=[{ "decimal":18, "type":"default" },{ -"address":"0x3A0181e8f2DD081ace83EaC027EEC2E0c2255Ed5", -"symbol":"BCV", -"decimal":2, -"type":"default" -},{ "address":"0x74C1E4b8caE59269ec1D85D3D4F324396048F4ac", "symbol":"BeerCoin", "decimal":0, @@ -13350,11 +13357,6 @@ module.exports=[{ "decimal":10, "type":"default" },{ -"address":"0x52903256dd18D85c2Dc4a6C999907c9793eA61E3", -"symbol":"INSP", -"decimal":0, -"type":"default" -},{ "address":"0xa8006c4ca56f24d6836727d106349320db7fef82", "symbol":"INXT", "decimal":8, @@ -13745,11 +13747,6 @@ module.exports=[{ "decimal":0, "type":"default" },{ -"address":"0x7e7DC49715816d1f5712A1d7dFf083e4F9E588B6", -"symbol":"PIXEL", -"decimal":14, -"type":"default" -},{ "address":"0x59416A25628A76b4730eC51486114c32E0B582A1", "symbol":"PLASMA", "decimal":6, @@ -14697,7 +14694,7 @@ ca.data = (_ca$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ca$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ca$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ca$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ca$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ca$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ca$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ca$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ca$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ca$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ca$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ca$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ca$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ca$data, 'x_CancelReplaceTx', 'Cancel·la o Reemplaça la transacció'), _defineProperty(_ca$data, 'x_CancelTx', 'Cancel·la la transacció'), _defineProperty(_ca$data, 'x_PasswordDesc', 'Aquesta contrasenya * xifra * la teva clau privada. Això no funciona com a llavor per generar les vostres claus. **Necessitaràs aquesta contrasenya + la teva clau privada per desbloquejar la teva cartera.**'), _defineProperty(_ca$data, 'x_ReadMore', 'Llegir-ne més'), _defineProperty(_ca$data, 'x_ReplaceTx', 'Reemplaça la transacció'), _defineProperty(_ca$data, 'x_TransHash', 'Hash de la transacció'), _defineProperty(_ca$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ca$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ca$data, 'NAV_CheckTxStatus', 'Comprova l\'estat d\'una TX'), _defineProperty(_ca$data, 'NAV_TxStatus', 'Estat de la TX'), _defineProperty(_ca$data, 'tx_Details', 'Detalls de transacció'), _defineProperty(_ca$data, 'tx_Summary', 'Durant períodes de molt volum (quan hi ha ICOs per exemple) les transaccions poder restar pendents durant hores, o dies. Aquesta eina té com a objectiu permetre\'t trobar i "cancel·lar" / reemplaçar aquestes TXs. ** Això no sol ser una cosa que puguis fer. No s\'hi hauria de confirmar i només funcionarà quan les TX Pools siguin plenes. [Si us plau, llegiu sobre aquesta eina aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ca$data, 'tx_notFound', 'Transacció no trobada'), _defineProperty(_ca$data, 'tx_notFound_1', 'Aquesta TX no es pot trobar al TX Pool del node amb el qual estàs connectat.'), _defineProperty(_ca$data, 'tx_notFound_2', 'Si acabes d\'enviar la transacció, espera 15 segons i prem el botó "Comprova l\'estat d\'una TX" de nou. '), _defineProperty(_ca$data, 'tx_notFound_3', 'Encara podria estar al TX Pool d\'un node diferent, esperant ser minat.'), _defineProperty(_ca$data, 'tx_notFound_4', 'Utilitza el menú desplegable a la part superior dreta i selecciona un node ETH diferent (p. Ex. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) i torna-ho a comprovar.'), _defineProperty(_ca$data, 'tx_foundInPending', 'Transacció pendent trobada'), _defineProperty(_ca$data, 'tx_foundInPending_1', 'La teva transacció s\'ha trobat a la TX Pool del node amb el qual estàs connectat. '), _defineProperty(_ca$data, 'tx_foundInPending_2', 'Actualment està pendent (esperant ser minada). '), _defineProperty(_ca$data, 'tx_foundInPending_3', 'Hi ha una oportunitat de "cancel·lar" or reemplaçar aquesta transacció. Desbloqueja la teva cartera a continuació.'), _defineProperty(_ca$data, 'tx_FoundOnChain', 'Transacció trobada'), _defineProperty(_ca$data, 'tx_FoundOnChain_1', 'La teva transacció s\'ha minat correctament i és a la blockchain.'), _defineProperty(_ca$data, 'tx_FoundOnChain_2', '**Si veus un `( ! )` vermell, un missatge d\'error `BAD INSTRUCTION` o `OUT OF GAS` **, vol dir que la transacció no s\'ha *enviat* correctament. No es pot cancel·lar o reemplaçar aquesta transacció. En lloc d\'això, envia una transacció nova. Si reps un error "Out of Gas", hauries de duplicar el límit de gas especificat originalment.'), _defineProperty(_ca$data, 'tx_FoundOnChain_3', '**Si no veus cap error, la teva transacció s\'ha enviat amb èxit.** El teu ETH o Tokens són on els has enviat. Si no pots veure aquest ETH o Tokens a la teva cartera / compte de bescanvi, i han passat més de 24 hores des de l\'enviament, si us plau [contacta amb aquest servei](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envia *l\'enllaç* de la teva transacció si demana amablement que investiguin.'), _defineProperty(_ca$data, 'GEN_Help_1', 'Utilitza la teva'), _defineProperty(_ca$data, 'GEN_Help_2', 'per accedir al teu compte.'), _defineProperty(_ca$data, 'GEN_Help_3', 'El teu dispositiu * és * la teva cartera.'), _defineProperty(_ca$data, 'GEN_Help_4', 'Guies & PMF'), _defineProperty(_ca$data, 'GEN_Help_5', 'Com Crear una cartera'), _defineProperty(_ca$data, 'GEN_Help_6', 'Començant'), _defineProperty(_ca$data, 'GEN_Help_7', 'Mantén-l\'ho segur · Fes-ne una còpia de seguretat · No el comparteixis amb ningú · No el perdis · No es pot recuperar si el perds.'), _defineProperty(_ca$data, 'GEN_Help_8', 'No es descarrega un fitxer? '), _defineProperty(_ca$data, 'GEN_Help_9', 'Intentar fer servir Google Chrome '), _defineProperty(_ca$data, 'GEN_Help_10', 'Fes clic amb el botó dret i deseu el fitxer com a. Nom del fitxer: '), _defineProperty(_ca$data, 'GEN_Help_11', 'No obris aquest fitxer al teu ordinador '), _defineProperty(_ca$data, 'GEN_Help_12', 'Utilitza\'l per desbloquejar la teva cartera amb MyEtherWallet (o Mist, Geth, Parity i altres clients de carteres.) '), _defineProperty(_ca$data, 'GEN_Help_13', 'Com fer una copia de seguretat del teu fitxer Keystore '), _defineProperty(_ca$data, 'GEN_Help_14', 'Que són aquests formats diferents? '), _defineProperty(_ca$data, 'GEN_Help_15', 'Evitant perdues i robatoris dels teus fons.'), _defineProperty(_ca$data, 'GEN_Help_16', 'Que són aquests formats diferents?'), _defineProperty(_ca$data, 'GEN_Help_17', 'Perquè hauria?'), _defineProperty(_ca$data, 'GEN_Help_18', 'Per tenir-ne una segona copia de seguretat.'), _defineProperty(_ca$data, 'GEN_Help_19', 'En cas que oblidis la teva contrasenya.'), _defineProperty(_ca$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ca$data, 'GET_ConfButton', 'Ho entenc. Continua.'), _defineProperty(_ca$data, 'GEN_Label_5', 'Desa la teva `Clau Privada`. '), _defineProperty(_ca$data, 'GEN_Unlock', 'Desbloqueja la teva cartera per veure\'n l\'adreça'), _defineProperty(_ca$data, 'GAS_PRICE_Desc', 'El preu del gas és la quantitat que pagues per unitat de gas. `TX fee = preu del gas * límit de gas` i es paga als miners per incloure la teva TX a un block. Preu de gas més elevat = transacció més ràpida, però més cara. Per defecte és `41 GWEI`.'), _defineProperty(_ca$data, 'GAS_LIMIT_Desc', 'El límit de gas és la quantitat de gas a enviar amb la teva TX. `TX fee` = preu del gas * límit de gas; i es paga als miners per incloure la teva TX a un block. Incrementat aquest nombre no farà que la teva TX sigui minada més ràpidament. Enviant ETH = `21000`. Enviant Tokens = ~`200000`.'), _defineProperty(_ca$data, 'NONCE_Desc', 'El nonce és el nombre de transaccions enviades des d\'una adreça determinada. Assegura que les transaccions s\'envien en ordre i no més d\'una vegada.'), _defineProperty(_ca$data, 'TXFEE_Desc', 'La comissió per la TX es paga als miners per incloure la teva TX en un block. És el `límit de gas` * `preu del gas`. [Pots convertir GWEI -> ETH aquí](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ca$data, 'NAV_AddWallet', 'Afegir Cartera '), _defineProperty(_ca$data, 'NAV_BulkGenerate', 'Generar en massa '), _defineProperty(_ca$data, 'NAV_Contact', 'Contacte '), _defineProperty(_ca$data, 'NAV_Contracts', 'Contracte '), _defineProperty(_ca$data, 'NAV_DeployContract', 'Desplegar contracte '), _defineProperty(_ca$data, 'NAV_ENS', 'ENS'), _defineProperty(_ca$data, 'NAV_GenerateWallet_alt', 'Nova cartera '), _defineProperty(_ca$data, 'NAV_GenerateWallet', 'Crear una nova cartera '), _defineProperty(_ca$data, 'NAV_Help', 'Ajuda '), _defineProperty(_ca$data, 'NAV_InteractContract', 'Interactua amb un contracte '), _defineProperty(_ca$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ca$data, 'NAV_MyWallets', 'Les meves carteres '), _defineProperty(_ca$data, 'NAV_Offline', 'Enviar sense connexió '), _defineProperty(_ca$data, 'NAV_SendEther', 'Envia Ether & Tokens '), _defineProperty(_ca$data, 'NAV_SendTokens', 'Envia Tokens '), _defineProperty(_ca$data, 'NAV_SignMsg', 'Firmar missatge '), _defineProperty(_ca$data, 'NAV_Swap', 'Intercanviar '), _defineProperty(_ca$data, 'NAV_ViewWallet', 'Veure informació d\'una cartera '), _defineProperty(_ca$data, 'NAV_YourWallets', 'Les teves carteres '), _defineProperty(_ca$data, 'x_Access', 'Accedir '), _defineProperty(_ca$data, 'x_AddessDesc', 'La teva adreça també pot ser anomenada `# de compte` o `Clau Pública`. És el que comparteixes amb la gent perquè puguin enviar-te Ether o Tokens. Cerqueu la icona d\'adreça de colors. Assegura\'t que coincideixi amb la vostra cartera de paper i quan introduïu la vostra adreça en algun lloc.'), _defineProperty(_ca$data, 'x_Address', 'La teva adreça '), _defineProperty(_ca$data, 'x_Cancel', 'Cancel·lar '), _defineProperty(_ca$data, 'x_CSV', 'Fitxer CSV (no xifrat) '), _defineProperty(_ca$data, 'x_Download', 'Descarregar '), _defineProperty(_ca$data, 'x_Json', 'Fitxer JSON(no xifrat) '), _defineProperty(_ca$data, 'x_JsonDesc', 'Aquesta és la teva clau privada no xifrada, en format JSON. Això significa que no necessites la contrasenya, però qualsevol que trobi el JSON pot accedir a la teva cartera i Ether sense la contrasenya. '), _defineProperty(_ca$data, 'x_Keystore', 'Fitxer Keystore (UTC / JSON · Recomanat · Xifrat) '), _defineProperty(_ca$data, 'x_Keystore2', 'Fitxer Keystore (UTC / JSON) '), _defineProperty(_ca$data, 'x_KeystoreDesc', 'Aquest fitxer Keystore coincideix amb el format que utilitza Mist perquè pugui importar-lo fàcilment en el futur. És el fitxer recomanat per descarregar i fer una còpia de seguretat. '), _defineProperty(_ca$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ca$data, 'x_Mnemonic', 'Frase Mnemònica'), _defineProperty(_ca$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_ca$data, 'x_Password', 'Contrasenya '), _defineProperty(_ca$data, 'x_Print', 'Imprimir cartera de paper '), _defineProperty(_ca$data, 'x_PrintDesc', 'ProTip: Fes clic a imprimir i desa\'l com a PDF, encara que no tinguis una impressora! '), _defineProperty(_ca$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_ca$data, 'x_PrivKey', 'Clau privada (no xifrada) '), _defineProperty(_ca$data, 'x_PrivKey2', 'Clau privada '), _defineProperty(_ca$data, 'x_PrivKeyDesc', 'Aquesta és la versió de text que no està xifrada de la teva clau privada, la qual cosa significa que no cal una contrasenya. Si algú trobés la teva clau privada sense xifrar, podrien accedir a la cartera sense cap contrasenya. Per aquest motiu, generalment es recomanen les versions xifrades. '), _defineProperty(_ca$data, 'x_Save', 'Desar '), _defineProperty(_ca$data, 'x_TXT', 'Fitxer TXT (no xifrat) '), _defineProperty(_ca$data, 'x_Wallet', 'Cartera '), _defineProperty(_ca$data, 'CX_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript executada en el client com a extensió de Chrome '), _defineProperty(_ca$data, 'CX_Warning_1', 'Assegura\'t que tens **còpies de seguretat externes** de les carteres que emmagatzemes aquí. Podrien passar moltes coses que farien que perdessis les dades d\'aquesta extensió de Chrome, inclosa la desinstal·lació i reinstal·lació de l\'extensió. Aquesta extensió és una forma d\'accedir fàcilment a les carteres, ** no ** una manera de fer-los una còpia de seguretat. '), _defineProperty(_ca$data, 'MEW_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript '), _defineProperty(_ca$data, 'MEW_Warning_1', 'Comprova sempre l\'URL abans d\'accedir a la vostra cartera o crear una cartera nova. Ves amb compte amb els llocs de phishing! '), _defineProperty(_ca$data, 'FOOTER_1', 'Eina gratuïta, de codi obert que s\'executa en el client per generar carteres d\'Ethereum i més. Interactua fàcilment amb la blockchain d\'Ethereum de manera fàcil i segura. Comprova l\'URL (.com) abans de desbloquejar la teva cartera.'), _defineProperty(_ca$data, 'FOOTER_1b', 'Creat per '), _defineProperty(_ca$data, 'FOOTER_2', 'Donacions molt agraïdes '), _defineProperty(_ca$data, 'FOOTER_3', 'Generació de carteres al client per '), _defineProperty(_ca$data, 'FOOTER_4', 'Descàrrec de responsabilitat '), _defineProperty(_ca$data, 'sidebar_AccountInfo', 'Informació del compte '), _defineProperty(_ca$data, 'sidebar_AccountAddr', 'Adreça del compte '), _defineProperty(_ca$data, 'sidebar_AccountBal', 'Saldo del compte '), _defineProperty(_ca$data, 'sidebar_TokenBal', 'Saldo dels tokens '), _defineProperty(_ca$data, 'sidebar_Equiv', 'Valors equivalents '), _defineProperty(_ca$data, 'sidebar_TransHistory', 'Historial de transaccions '), _defineProperty(_ca$data, 'sidebar_donation', 'MyEtherWallet és un servei lliure i de codi obert, dedicat a la teva privacitat i seguretat. Com més donacions rebem, més temps invertim creant noves funcions, escoltant els vostres comentaris i oferint-vos el que voleu. Només som dues persones que intentem canviar el món. Ens ajudes? '), _defineProperty(_ca$data, 'sidebar_donate', 'Dóna '), _defineProperty(_ca$data, 'sidebar_thanks', 'Moltes gràcies!!! '), _defineProperty(_ca$data, 'sidebar_DisplayOnTrezor', 'Mostrar l\'adreça al TREZOR'), _defineProperty(_ca$data, 'sidebar_DisplayOnLedger', 'Mostrar l\'adreça al Ledger'), _defineProperty(_ca$data, 'decrypt_Access', 'Com t\'agradaria accedir a la teva cartera? '), _defineProperty(_ca$data, 'decrypt_Title', 'Selecciona el format de la teva clau privada '), _defineProperty(_ca$data, 'decrypt_Select', 'Selecciona una cartera '), _defineProperty(_ca$data, 'MNEM_1', 'Si us plau selecciona l\'adreça amb la que vols interactuar. '), _defineProperty(_ca$data, 'MNEM_2', 'La teva frase mnemotècnica HD pot accedir a més d\'una cartera / adreça. Selecciona l\'adreça amb la que vols interactuar en aquest moment. '), _defineProperty(_ca$data, 'MNEM_more', 'Més adreces '), _defineProperty(_ca$data, 'MNEM_prev', 'Adreces anteriors '), _defineProperty(_ca$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_1', 'Connecta amb el teu Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_2', 'Obre l\'aplicació d\'Ethereum (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Exp', 'Obre l\'aplicació d\'Expanse (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Ubq', 'Obre l\'aplicació d\'Ubiq (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_3', 'Verifica que "Browser Support" està habilitat a "Settings" '), _defineProperty(_ca$data, 'ADD_Ledger_4', 'Si no trobes "Browser Support" a "Settings", verifica que tens instal·lat el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ca$data, 'ADD_Ledger_0a', 'Has d\'accedir a MyEtherWallet utilitzant una connexió segura (SSL / HTTPS). '), _defineProperty(_ca$data, 'ADD_Ledger_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Ledger_scan', 'Connecta a Ledger Wallet '), _defineProperty(_ca$data, 'ADD_MetaMask', 'Connecta to MetaMask '), _defineProperty(_ca$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ca$data, 'ADD_Trezor_scan', 'Connecta a TREZOR '), _defineProperty(_ca$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0a', 'Torna a obrir MyEtherWallet utilitzant una connexió segura (SSL) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_scan', 'Connecta el teu Digital Bitbox '), _defineProperty(_ca$data, 'ADD_Label_1', 'Que vols fer?? '), _defineProperty(_ca$data, 'ADD_Radio_1', 'Generar una nova cartera '), _defineProperty(_ca$data, 'ADD_Radio_2', 'Selecciona un fitxer de cartera (Keystore / JSON) '), _defineProperty(_ca$data, 'ADD_Radio_2_alt', 'Selecciona un fitxer de cartera '), _defineProperty(_ca$data, 'ADD_Radio_2_short', 'SELECCIONA UN FITXER DE CARTERA... '), _defineProperty(_ca$data, 'ADD_Radio_3', 'Enganxa/Escriu la teva clau privada '), _defineProperty(_ca$data, 'ADD_Radio_4', 'Afegir un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Radio_5', 'Enganxa/Escriu la teva frase mnemotècnica '), _defineProperty(_ca$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ca$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ca$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathCustom', 'Personalitzat'), _defineProperty(_ca$data, 'ADD_Label_2', 'Crea un àlies '), _defineProperty(_ca$data, 'ADD_Label_3', 'La teva cartera està xifrada. Si us plau, introdueix-ne la contrasenya. '), _defineProperty(_ca$data, 'ADD_Label_4', 'Afegeix un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Warning_1', 'Pots afegir qualsevol compte per "supervisar" a la pestanya de carteres sense pujar una clau privada. Això ** no ** vol dir que tinguis accés a aquesta cartera ni que puguis transferir-ne l\'Ether d\'aquesta. '), _defineProperty(_ca$data, 'ADD_Label_5', 'Introdueix l\'adreça '), _defineProperty(_ca$data, 'ADD_Label_6', 'Desbloqueja la teva cartera '), _defineProperty(_ca$data, 'ADD_Label_6_short', 'Desbloqueja '), _defineProperty(_ca$data, 'ADD_Label_7', 'Afegeix un compte '), _defineProperty(_ca$data, 'ADD_Label_8', 'Contrasenya (opcional): '), _defineProperty(_ca$data, 'MYWAL_Nick', 'Àlies de la cartera '), _defineProperty(_ca$data, 'MYWAL_Address', 'Adreça de la cartera '), _defineProperty(_ca$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_ca$data, 'MYWAL_Edit', 'Edita '), _defineProperty(_ca$data, 'MYWAL_View', 'Veure '), _defineProperty(_ca$data, 'MYWAL_Remove', 'Elimina '), _defineProperty(_ca$data, 'MYWAL_RemoveWal', 'Elimina una cartera '), _defineProperty(_ca$data, 'MYWAL_WatchOnly', 'Els teus comptes supervisats '), _defineProperty(_ca$data, 'MYWAL_Viewing', 'Veient cartera '), _defineProperty(_ca$data, 'MYWAL_Hide', 'Amagar informació de la cartera '), _defineProperty(_ca$data, 'MYWAL_Edit_2', 'Editar la cartera '), _defineProperty(_ca$data, 'MYWAL_Name', 'Nom de la cartera '), _defineProperty(_ca$data, 'MYWAL_Content_1', 'Atenció! Estàs a punt d\'eliminar la teva cartera '), _defineProperty(_ca$data, 'MYWAL_Content_2', 'Assegura\'t que has **desat la teva clau privada i/o el teu fitxer "Keystore" i la contrasenya** abans d\'eliminar-la. '), _defineProperty(_ca$data, 'MYWAL_Content_3', 'Si vols utilitzar aquesta cartera amb MyEtherWallet CX en el futur, hauràs de tornar a afegir-la manualment utilitzant la clau privada/JSON i contrasenya. '), _defineProperty(_ca$data, 'GEN_desc', 'Si vols crear múltiples carteres, pots fer-ho aquí '), _defineProperty(_ca$data, 'GEN_Label_1', 'Introdueix una contrasenya'), _defineProperty(_ca$data, 'GEN_Placeholder_1', 'NO oblidis desar això! '), _defineProperty(_ca$data, 'GEN_SuccessMsg', 'Enhorabona! S\'ha creat la teva cartera. '), _defineProperty(_ca$data, 'GEN_Label_2', 'Desa el teu fitxer `Keystore`. '), _defineProperty(_ca$data, 'GEN_Label_3', 'Desa la teva adreça. '), _defineProperty(_ca$data, 'GEN_Label_4', 'Imprimeix la teva cartera de paper o un codi QR. '), _defineProperty(_ca$data, 'BULK_Label_1', 'Quantitat de carteres a generar '), _defineProperty(_ca$data, 'BULK_Label_2', 'Quantitat de carteres '), _defineProperty(_ca$data, 'BULK_SuccessMsg', 'Enhorabona! S\'han creat les teves carteres. '), _defineProperty(_ca$data, 'SEND_addr', 'A l\'adreça '), _defineProperty(_ca$data, 'SEND_amount', 'Quantitat a enviar '), _defineProperty(_ca$data, 'SEND_amount_short', 'Quantitat '), _defineProperty(_ca$data, 'SEND_custom', 'Afegir un Token personalitzat '), _defineProperty(_ca$data, 'SEND_gas', 'Gas '), _defineProperty(_ca$data, 'SEND_TransferTotal', 'Enviar tot el saldo '), _defineProperty(_ca$data, 'SEND_generate', 'Generar la transacció '), _defineProperty(_ca$data, 'SEND_raw', 'Transacció en brut '), _defineProperty(_ca$data, 'SEND_signed', 'Transacció signada '), _defineProperty(_ca$data, 'SEND_trans', 'Enviar transacció '), _defineProperty(_ca$data, 'SENDModal_Title', 'Alerta! '), _defineProperty(_ca$data, 'SENDModal_Content_1', 'Estàs a punt d\'enviar '), _defineProperty(_ca$data, 'SENDModal_Content_2', 'a l\'adreça '), _defineProperty(_ca$data, 'SENDModal_Content_3', 'Estàs segur que vols fer-ho? '), _defineProperty(_ca$data, 'SENDModal_Content_4', 'NOTA: Si trobes un error, és molt probable que necessitis afegir ether al teu compte per cobrir el cost del gas d\'enviar tokens. El gas es paga amb ether. '), _defineProperty(_ca$data, 'SENDModal_No', 'No, treu-me d\'aquí! '), _defineProperty(_ca$data, 'SENDModal_Yes', 'Sí, n\'estic segur! Realitza la transacció. '), _defineProperty(_ca$data, 'TOKEN_Addr', 'Adreça del Token '), _defineProperty(_ca$data, 'TOKEN_Symbol', 'Símbol del Token '), _defineProperty(_ca$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_ca$data, 'TOKEN_show', 'Mostra tots els tokens '), _defineProperty(_ca$data, 'TOKEN_hide', 'Amaga els tokens '), _defineProperty(_ca$data, 'TRANS_desc', 'Si vols enviar tokens, si us plau utilitza la pàgina d\'"Enviar token". '), _defineProperty(_ca$data, 'TRANS_advanced', '+Avançat: Afegir dades '), _defineProperty(_ca$data, 'TRANS_data', 'Dades '), _defineProperty(_ca$data, 'TRANS_gas', 'Limit de gas '), _defineProperty(_ca$data, 'TRANS_sendInfo', 'Una transacció estàndard utilitzant 21000 gas costarà 0.000441 ETH. Utilitzem un preu una mica per sobre del mínim de 0.000000021 ETH per assegurar que es mina ràpidament. No ens quedem cap comissió per la transacció. '), _defineProperty(_ca$data, 'OFFLINE_Title', 'Crea i envia una transacció sense connexió '), _defineProperty(_ca$data, 'OFFLINE_Desc', 'Es poden crear transaccions sense connexió amb tres passos. Has de realitzar els passos 1 i 3 en un ordinador amb connexió, i el pas 2 en un ordinador sense connexió. Això assegura que les teves claus privades no toquen un dispositiu connectat a internet. '), _defineProperty(_ca$data, 'OFFLLINE_Step1_Title', 'Pas 1: Genera la informació (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step1_Button', 'Genera la informació '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_1', 'Des de l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_2', 'Nota: Aquesta és l\'adreça ORIGEN, no l\'adreça de destí. El Nonce es genera des de la compte origen. Si utilitzer un ordinador sense connexió, seria l\'adreça del compte del "cold-storage". '), _defineProperty(_ca$data, 'OFFLINE_Step2_Title', 'Pas 2: Genera la transacció (Ordinador sense connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_1', 'A l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantitat a enviar '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3', 'Preu del gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4', 'Límit de gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4b', '21000 és el límit de gas per defecte. Quan envies contractes o dades addicionals, pot ser que el que necessitis sigui diferent. El gas no utilitzat se\'t retornarà. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6', 'Dades '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6b', 'Això és opcional. Les dades normalment són utilitzades quan envies transaccions a contractes. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_7', 'Introdueix / Selecciona la teva clau privada / JSON. '), _defineProperty(_ca$data, 'OFFLINE_Step3_Title', 'Pas 3: Envia / Publica la transacció (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step3_Label_1', 'Enganxa la transacció signada del pas 2 aquí i prem el botó "ENVIAR TRANSACCIÓ". '), _defineProperty(_ca$data, 'CONTRACT_Title', 'Adreça del contracte '), _defineProperty(_ca$data, 'CONTRACT_Title_2', 'Selecciona un contracte existent '), _defineProperty(_ca$data, 'CONTRACT_Json', 'Interfície ABI / JSON '), _defineProperty(_ca$data, 'CONTRACT_Interact_Title', 'Llegeix / Escriu el contracte '), _defineProperty(_ca$data, 'CONTRACT_Interact_CTA', 'Selecciona una funció '), _defineProperty(_ca$data, 'CONTRACT_ByteCode', 'Codi de Bytes '), _defineProperty(_ca$data, 'CONTRACT_Read', 'LLEGIR '), _defineProperty(_ca$data, 'CONTRACT_Write', 'ESCRIURE '), _defineProperty(_ca$data, 'DEP_generate', 'Genera Bytecode '), _defineProperty(_ca$data, 'DEP_generated', 'Bytecode generat'), _defineProperty(_ca$data, 'DEP_signtx', 'Signa la transacció '), _defineProperty(_ca$data, 'DEP_interface', 'Interfície generada '), _defineProperty(_ca$data, 'NODE_Title', 'Configura el teu node personalitzar'), _defineProperty(_ca$data, 'NODE_Subtitle', 'Per connectar al teu node local...'), _defineProperty(_ca$data, 'NODE_Warning', 'El teu node ha de ser HTTPS per tal de poder-t\'hi connectar utilitzant MyEtherWallet.com. Pots [descarregar-te el repo de MyEtherWallet i executar-lo localment](https://github.com/kvhnuke/etherwallet/releases/latest) per connectar-te a qualsevol node. O, obtén un certificat SSSL gratuït amb [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ca$data, 'NODE_Name', 'Nom del node'), _defineProperty(_ca$data, 'NODE_Port', 'Port del node'), _defineProperty(_ca$data, 'NODE_CTA', 'Desa & utilitza el node personalitzat'), _defineProperty(_ca$data, 'SWAP_rates', "Tarifes actuals "), _defineProperty(_ca$data, 'SWAP_init_1', "Vull intercanviar els meus "), _defineProperty(_ca$data, 'SWAP_init_2', " per "), _defineProperty(_ca$data, 'SWAP_init_CTA', "Fes-ho! "), _defineProperty(_ca$data, 'SWAP_information', "Le teva informació "), _defineProperty(_ca$data, 'SWAP_send_amt', "Quantitat a enviar "), _defineProperty(_ca$data, 'SWAP_rec_amt', "Quantitat a rebre "), _defineProperty(_ca$data, 'SWAP_your_rate', "La teva tarifa "), _defineProperty(_ca$data, 'SWAP_rec_add', "La teva adreça de recepció "), _defineProperty(_ca$data, 'SWAP_start_CTA', "Inicia l\'intercanvi "), _defineProperty(_ca$data, 'SWAP_ref_num', "El teu número de referència "), _defineProperty(_ca$data, 'SWAP_time', "Temps restant per enviar "), _defineProperty(_ca$data, 'SWAP_elapsed', "Temps transcorregut des de l'enviament "), _defineProperty(_ca$data, 'SWAP_progress_1', "Comanda iniciada "), _defineProperty(_ca$data, 'SWAP_progress_2', "Esperant pels teus "), _defineProperty(_ca$data, 'SWAP_progress_3', "Rebut! "), _defineProperty(_ca$data, 'SWAP_progress_4', "Enviant el teu {{orderResult.output.currency}} "), _defineProperty(_ca$data, 'SWAP_progress_5', "Comanda completa "), _defineProperty(_ca$data, 'SWAP_order_CTA', "Si us plau envia "), _defineProperty(_ca$data, 'SWAP_unlock', "Desbloqueja la teva cartera per enviar ETH o Tokens directament des d\'aquesta pàgina "), _defineProperty(_ca$data, 'MSG_message', 'Missatge '), _defineProperty(_ca$data, 'MSG_date', 'Data '), _defineProperty(_ca$data, 'MSG_signature', 'Signatura '), _defineProperty(_ca$data, 'MSG_verify', 'Verifica el missatge '), _defineProperty(_ca$data, 'MSG_info1', 'Inclou la data actual per tal que la signatura no pugui ser reutilitzada en una data diferent. '), _defineProperty(_ca$data, 'MSG_info2', 'Inclou el teu àlies i on el fas servir per tal que ningú més pugui utilitzar-lo. '), _defineProperty(_ca$data, 'MSG_info3', 'Inclou una raó específica per tal que el missatge no pugui ser reutilitzat per un altre propòsit. '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. És possible que vulguis fer això per [importar el teu compte a Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vols comprovar el teu saldo, recomanem utilitzar un explorador de la blockchain com [etherscan.io](https://etherscan.io/). '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle_Short', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. '), _defineProperty(_ca$data, 'VIEWWALLET_SuccessMsg', 'Enhorabona! Aquests són els detalls de la teva cartera. '), _defineProperty(_ca$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_ca$data, 'VIEWWALLET_HidePrivKey', '(amaga)'), _defineProperty(_ca$data, 'CX_error_1', 'No tens cap cartera desada. Fes clic ["Afegeix cartera"](/cx-wallet.html#add-wallet) per afegir-ne una! '), _defineProperty(_ca$data, 'CX_quicksend', 'Envia '), _defineProperty(_ca$data, 'ERROR_0', '(error_01) Si us plau, introdueix una quantitat vàlida. (Please enter a valid amount.)'), _defineProperty(_ca$data, 'ERROR_1', '(error_02) La teva contrasenya ha de tenir 9 caràcters com a mínim. Si us plau, assegura\´t que és una contrasenya forta. (Your password must be at least 9 characters. Please ensure it is a strong password.)'), _defineProperty(_ca$data, 'ERROR_2', '(error_03) Perdó! No reconeixem aquest tipus de fitxer de cartera. (Sorry! We don\'t recognize this type of wallet file.)'), _defineProperty(_ca$data, 'ERROR_3', '(error_04) Aquest fitxer de cartera no és vàlid. (This is not a valid wallet file.)'), _defineProperty(_ca$data, 'ERROR_4', '(error_05) Aquesta unitat no existeix, si us plau utilitza\'n una de les següents (This unit doesn\'t exists, please use the one of the following units)'), _defineProperty(_ca$data, 'ERROR_5', '(error_06) Si us plau introdueix una adreça vàlida. (Please enter a valid address.)'), _defineProperty(_ca$data, 'ERROR_6', '(error_07) Si us plau introdueix una contrasenya vàlida. (Please enter a valid password.)'), _defineProperty(_ca$data, 'ERROR_7', '(error_08) Si us plau introdueix decimals vàlids Ha de ser enter. Prova 0-18. (Please enter valid decimals. Must be an integer. Try 0-18.)'), _defineProperty(_ca$data, 'ERROR_8', '(error_09) Si us plau introdueix un gas límit vàlid (Ha de ser enter. Prova 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.))'), _defineProperty(_ca$data, 'ERROR_9', '(error_10) Si us plau introdueix un valor per les dades vàlid Ha de ser hex. (Please enter a valid data value (Must be hex.))'), _defineProperty(_ca$data, 'ERROR_10', '(error_11) Si us plau introdueix un preu de gas vàlid. (Enter. Prova 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_ca$data, 'ERROR_11', '(error_12) Si us plau introdueix un nonce vàlid (Ha de ser enter.) (Please enter a valid nonce (Must be an integer.))'), _defineProperty(_ca$data, 'ERROR_12', '(error_13) Transacció signada no vàlida. (Invalid signed transaction.)'), _defineProperty(_ca$data, 'ERROR_13', '(error_14) Ja existeix una cartera amb aquest àlies. (A wallet with this nickname already exists.)'), _defineProperty(_ca$data, 'ERROR_14', '(error_15) Cartera no trobada. (Wallet not found.)'), _defineProperty(_ca$data, 'ERROR_15', '(error_16) No sembla que existeixi una proposta amb aquest ID o hi ha hagut un error llegint-la. (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.)'), _defineProperty(_ca$data, 'ERROR_16', '(error_17) Ja hi ha emmagatzemada una cartera amb aquesta adreça. Si us plau comprova la pàgina de carteres. (A wallet with this address already exists in storage. Please check your wallets page.)'), _defineProperty(_ca$data, 'ERROR_17', '(error_18) El compte d\'origen no té prou saldo. Si estàs enviant tokens, has de tenir 0.01 ETH al teu compte per cobrir el cost del gas. (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))'), _defineProperty(_ca$data, 'ERROR_18', '(error_19) Tot el gas seria utilitzat en aquesta transacció. Això vol dir que ja has votat aquesta proposta o que el període de debat ja ha acabat. (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.)'), _defineProperty(_ca$data, 'ERROR_19', '(error_20) Si us play introdueix un símbol vàlid (Please enter a valid symbol)'), _defineProperty(_ca$data, 'ERROR_20', '(error_21) No és un token ERC-20 vàlid (Not a valid ERC-20 token)'), _defineProperty(_ca$data, 'ERROR_21', '(error_22) No s\'ha pogut calcular el gas necessari. No hi ha prou saldo en el compte, o el contracte destí ha llençat un error. Pots ajustar el gas manualment i continuar. És possible que el missatge d\'error al enviar contingui més informació. (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.)'), _defineProperty(_ca$data, 'ERROR_22', '(error_23) Si us plau introdueix un nom de node vàlid (Please enter a valid node name)'), _defineProperty(_ca$data, 'ERROR_23', '(error_24) Si us plau introdueix una URL vàlida URL. Si estàs sota https, la teva URL ha de ser https (Please enter a valid URL. If you are on https, your URL must be https)'), _defineProperty(_ca$data, 'ERROR_24', '(error_25) Si us plau introdueix un port vàlid. (Please enter a valid port.)'), _defineProperty(_ca$data, 'ERROR_25', '(error_26) Si us plau introdueix un ID de cadena vàlid. (Please enter a valid chain ID.)'), _defineProperty(_ca$data, 'ERROR_26', '(error_27) PSi us plau introdueix un ABI vàlid. (Please enter a valid ABI.)'), _defineProperty(_ca$data, 'ERROR_27', '(error_28) Quantitat mínima: 0.01. Quantitat max.: (Minimum amount: 0.01. Max amount:)'), _defineProperty(_ca$data, 'ERROR_28', '(error_29) Necessites aquest `Fitxer Keystore + Contrasenya` o la `Clau Privada` (següent pàgina) per tal d\'accedir a aquesta cartera en el futur. (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. )'), _defineProperty(_ca$data, 'ERROR_29', '(error_30) Si us plau introdueix un usuari i contrasenya vàlids. (Please enter a valid user and password.)'), _defineProperty(_ca$data, 'ERROR_30', '(error_31) Si us plau introdueix un nom vàlid (+7 caràcters, puntuació límitada) (Please enter a valid name (7+ characters, limited punctuation))'), _defineProperty(_ca$data, 'ERROR_31', '(error_32) Introdueix una frase secreta vàlida. (Please enter a valid secret phrase.)'), _defineProperty(_ca$data, 'ERROR_32', '(error_33) No s\'ha pogut connectar al node. Refresca la teva pàgina, prova-ho amb un altre node (cantonada superior-dreta), comprova el teu firewall. En mode personalitzar, comprova les teves preferències. (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)'), _defineProperty(_ca$data, 'ERROR_33', '(error_34) La cartera que has desbloquejat no correspon amb l\'adreça del propietari. (The wallet you have unlocked does not match the owner\'s address.)'), _defineProperty(_ca$data, 'ERROR_34', '(error_35) El nom que estàs intentant mostrar no coincideix amb el nom que has introduït. (The name you are attempting to reveal does not match the name you have entered.)'), _defineProperty(_ca$data, 'ERROR_35', '(error_36) L\'adreça introduïda no s\'ha comprovat mitjantçant checksum. Més informació (Input address is not checksummed. What does that mean?)'), _defineProperty(_ca$data, 'ERROR_36', '(error_37) Introdueix un hash de TX vàlid (Please enter a valid TX hash)'), _defineProperty(_ca$data, 'ERROR_37', '(error_38) Introdueix una cadena hex (0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f) vàlida (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f)'), _defineProperty(_ca$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0)'), _defineProperty(_ca$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum)'), _defineProperty(_ca$data, 'GETH_Balance', '(geth-01) Saldo insuficient. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_Cheap', '(geth-02) El preu del gas és massa petit per ser acceptat. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ca$data, 'GETH_GasLimit', '(geth-03) Excedeix del block gas límit. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ca$data, 'GETH_InsufficientFunds', '(geth-04) Saldo insuficient per gas * preu + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínsec massa baix. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ca$data, 'GETH_InvalidSender', '(geth-06) Emissor no vàlid. Invalid sender.'), _defineProperty(_ca$data, 'GETH_NegativeValue', '(geth-07) Valor negatiu. Negative value.'), _defineProperty(_ca$data, 'GETH_Nonce', "(geth-08) Nonce massa baix. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ca$data, 'GETH_NonExistentAccount', '(geth-09) El compte no existeix o el saldo és massa baix. Account does not exist or account balance too low'), _defineProperty(_ca$data, 'PARITY_AlreadyImported', "(parity-01) Ja s'havia importat la transacció amb el mateix hash. (A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_GasLimitExceeded', "(parity-02) El cost de la transacció sobrepassa el límit actual de gas. Limit: {}, tens: {}. Intenta disminuir el gas proporcionat. (Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientBalance', "(parity-03) Saldo insuficient. El compte d\'origen que estàs utilitzant no té prou saldo. Obligatori {} wei i tens: {} wei. (Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientGasPrice', "(parity-04) La comissió de la transacció és massa baixa. No satisfà la comissió mínima dle node (minimal: {}, got: {}). Intenta augmentar la comissió. (There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ca$data, 'PARITY_InvalidGasLimit', "(parity-05) El gas proporcionat és més enllà del límit. (Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_LimitReached', "(parity-06) Hi ha massa transaccions a la cua. La teva transacció ha sigut eliminada degut al límit. Prova incrementant la comissió. (There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_Old', "(parity-07) El nonce de la transacció és massa baix. Proveu d'augmentar-lo. (There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).)"), _defineProperty(_ca$data, 'PARITY_TooCheapToReplace', "(parity-08) La comissió de la transacció és massa baixa. Hi ha una altra transacció amb el mateix nonce a la cua. Intenta augmentar la comissió o el nonce. (TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'SUCCESS_1', 'Adreça vàlida '), _defineProperty(_ca$data, 'SUCCESS_2', 'Cartera desxifrada amb èxit '), _defineProperty(_ca$data, 'SUCCESS_3', 'La teva TX s\'ha emès a la xarxa. Està esperant ha ser minada i confirmada. Durant ICOs, pot trigar més de 3 hores a ser confirmada. Utilitza els següents botons de Verificar & Comprovar per veur-ho. TX Hash: '), _defineProperty(_ca$data, 'SUCCESS_4', 'La teva cartera s\'ha afegit correctament '), _defineProperty(_ca$data, 'SUCCESS_5', 'Fitxer seleccionat '), _defineProperty(_ca$data, 'SUCCESS_6', 'Estàs connectat correctament '), _defineProperty(_ca$data, 'SUCCESS_7', 'Signatura del missatge verificada'), _defineProperty(_ca$data, 'WARN_Send_Link', 'Has arribat mitjançant un enllaç que conté una adreça, valor, gas, dades o tipus de transacció (mode enviar) omplerts. Pots canviar qualsevol informació abans d\'enviar. Desbloqueja la teva cartera per començar. '), _defineProperty(_ca$data, 'translate_version', '0.1 '), _defineProperty(_ca$data, 'Translator_Desc', 'Gràcies als nostres traductors '), _defineProperty(_ca$data, 'TranslatorName_1', 'Aleix Canal Oliver '), _defineProperty(_ca$data, 'TranslatorAddr_1', ' '), _defineProperty(_ca$data, 'TranslatorName_2', ' '), _defineProperty(_ca$data, 'TranslatorAddr_2', ' '), _defineProperty(_ca$data, 'TranslatorName_3', ' '), _defineProperty(_ca$data, 'TranslatorAddr_3', ' '), _defineProperty(_ca$data, 'TranslatorName_4', ' '), _defineProperty(_ca$data, 'TranslatorAddr_4', ' '), _defineProperty(_ca$data, 'TranslatorName_5', ' '), _defineProperty(_ca$data, 'TranslatorAddr_5', ' '), _defineProperty(_ca$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ca$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ca$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ca$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ca$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ca$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ca$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ca$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ca$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ca$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ca$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ca$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ca$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ca$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ca$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ca$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ca$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ca$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ca$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ca$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_ca$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ca$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ca$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ca$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ca$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ca$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ca$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ca$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ca$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ca$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ca$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ca$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ca$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ca$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ca$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_ca$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ca$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ca$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_ca$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ca$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ca$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ca$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ca$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ca$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ca$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ca$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ca$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ca$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_ca$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ca$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ca$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_ca$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ca$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ca$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ca$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ca$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ca$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ca$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ca$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ca$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ca$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ca$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_ca$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ca$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ca$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ca$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ca$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas límit. Any excess gas will be returned to you. '), _defineProperty(_ca$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas límit. All data is in HEX format. '), _defineProperty(_ca$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ca$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ca$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ca$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ca$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ca$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ca$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ca$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ca$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ca$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ca$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ca$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ca$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_ca$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_ca$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ca$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ca$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ca$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ca$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ca$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ca$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ca$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ca$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ca$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ca$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ca$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ca$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ca$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ca$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ca$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ca$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ca$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ca$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ca$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ca$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ca$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ca$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ca$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ca$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ca$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ca$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ca$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ca$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ca$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ca$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ca$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ca$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ca$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ca$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _ca$data); +}, _defineProperty(_ca$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ca$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ca$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ca$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ca$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ca$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ca$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ca$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ca$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ca$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ca$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ca$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ca$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ca$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ca$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ca$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ca$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ca$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ca$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ca$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ca$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ca$data, 'x_CancelReplaceTx', 'Cancel·la o Reemplaça la transacció'), _defineProperty(_ca$data, 'x_CancelTx', 'Cancel·la la transacció'), _defineProperty(_ca$data, 'x_PasswordDesc', 'Aquesta contrasenya * xifra * la teva clau privada. Això no funciona com a llavor per generar les vostres claus. **Necessitaràs aquesta contrasenya + la teva clau privada per desbloquejar la teva cartera.**'), _defineProperty(_ca$data, 'x_ReadMore', 'Llegir-ne més'), _defineProperty(_ca$data, 'x_ReplaceTx', 'Reemplaça la transacció'), _defineProperty(_ca$data, 'x_TransHash', 'Hash de la transacció'), _defineProperty(_ca$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ca$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ca$data, 'NAV_CheckTxStatus', 'Comprova l\'estat d\'una TX'), _defineProperty(_ca$data, 'NAV_TxStatus', 'Estat de la TX'), _defineProperty(_ca$data, 'tx_Details', 'Detalls de transacció'), _defineProperty(_ca$data, 'tx_Summary', 'Durant períodes de molt volum (quan hi ha ICOs per exemple) les transaccions poder restar pendents durant hores, o dies. Aquesta eina té com a objectiu permetre\'t trobar i "cancel·lar" / reemplaçar aquestes TXs. ** Això no sol ser una cosa que puguis fer. No s\'hi hauria de confirmar i només funcionarà quan les TX Pools siguin plenes. [Si us plau, llegiu sobre aquesta eina aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ca$data, 'tx_notFound', 'Transacció no trobada'), _defineProperty(_ca$data, 'tx_notFound_1', 'Aquesta TX no es pot trobar al TX Pool del node amb el qual estàs connectat.'), _defineProperty(_ca$data, 'tx_notFound_2', 'Si acabes d\'enviar la transacció, espera 15 segons i prem el botó "Comprova l\'estat d\'una TX" de nou. '), _defineProperty(_ca$data, 'tx_notFound_3', 'Encara podria estar al TX Pool d\'un node diferent, esperant ser minat.'), _defineProperty(_ca$data, 'tx_notFound_4', 'Utilitza el menú desplegable a la part superior dreta i selecciona un node ETH diferent (p. Ex. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) i torna-ho a comprovar.'), _defineProperty(_ca$data, 'tx_foundInPending', 'Transacció pendent trobada'), _defineProperty(_ca$data, 'tx_foundInPending_1', 'La teva transacció s\'ha trobat a la TX Pool del node amb el qual estàs connectat. '), _defineProperty(_ca$data, 'tx_foundInPending_2', 'Actualment està pendent (esperant ser minada). '), _defineProperty(_ca$data, 'tx_foundInPending_3', 'Hi ha una oportunitat de "cancel·lar" or reemplaçar aquesta transacció. Desbloqueja la teva cartera a continuació.'), _defineProperty(_ca$data, 'tx_FoundOnChain', 'Transacció trobada'), _defineProperty(_ca$data, 'tx_FoundOnChain_1', 'La teva transacció s\'ha minat correctament i és a la blockchain.'), _defineProperty(_ca$data, 'tx_FoundOnChain_2', '**Si veus un `( ! )` vermell, un missatge d\'error `BAD INSTRUCTION` o `OUT OF GAS` **, vol dir que la transacció no s\'ha *enviat* correctament. No es pot cancel·lar o reemplaçar aquesta transacció. En lloc d\'això, envia una transacció nova. Si reps un error "Out of Gas", hauries de duplicar el límit de gas especificat originalment.'), _defineProperty(_ca$data, 'tx_FoundOnChain_3', '**Si no veus cap error, la teva transacció s\'ha enviat amb èxit.** El teu ETH o Tokens són on els has enviat. Si no pots veure aquest ETH o Tokens a la teva cartera / compte de bescanvi, i han passat més de 24 hores des de l\'enviament, si us plau [contacta amb aquest servei](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envia *l\'enllaç* de la teva transacció si demana amablement que investiguin.'), _defineProperty(_ca$data, 'GEN_Help_1', 'Utilitza la teva'), _defineProperty(_ca$data, 'GEN_Help_2', 'per accedir al teu compte.'), _defineProperty(_ca$data, 'GEN_Help_3', 'El teu dispositiu * és * la teva cartera.'), _defineProperty(_ca$data, 'GEN_Help_4', 'Guies & PMF'), _defineProperty(_ca$data, 'GEN_Help_5', 'Com Crear una cartera'), _defineProperty(_ca$data, 'GEN_Help_6', 'Començant'), _defineProperty(_ca$data, 'GEN_Help_7', 'Mantén-l\'ho segur · Fes-ne una còpia de seguretat · No el comparteixis amb ningú · No el perdis · No es pot recuperar si el perds.'), _defineProperty(_ca$data, 'GEN_Help_8', 'No es descarrega un fitxer? '), _defineProperty(_ca$data, 'GEN_Help_9', 'Intentar fer servir Google Chrome '), _defineProperty(_ca$data, 'GEN_Help_10', 'Fes clic amb el botó dret i deseu el fitxer com a. Nom del fitxer: '), _defineProperty(_ca$data, 'GEN_Help_11', 'No obris aquest fitxer al teu ordinador '), _defineProperty(_ca$data, 'GEN_Help_12', 'Utilitza\'l per desbloquejar la teva cartera amb MyEtherWallet (o Mist, Geth, Parity i altres clients de carteres.) '), _defineProperty(_ca$data, 'GEN_Help_13', 'Com fer una copia de seguretat del teu fitxer Keystore '), _defineProperty(_ca$data, 'GEN_Help_14', 'Que són aquests formats diferents? '), _defineProperty(_ca$data, 'GEN_Help_15', 'Evitant perdues i robatoris dels teus fons.'), _defineProperty(_ca$data, 'GEN_Help_16', 'Que són aquests formats diferents?'), _defineProperty(_ca$data, 'GEN_Help_17', 'Perquè hauria?'), _defineProperty(_ca$data, 'GEN_Help_18', 'Per tenir-ne una segona copia de seguretat.'), _defineProperty(_ca$data, 'GEN_Help_19', 'En cas que oblidis la teva contrasenya.'), _defineProperty(_ca$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ca$data, 'GET_ConfButton', 'Ho entenc. Continua.'), _defineProperty(_ca$data, 'GEN_Label_5', 'Desa la teva `Clau Privada`. '), _defineProperty(_ca$data, 'GEN_Unlock', 'Desbloqueja la teva cartera per veure\'n l\'adreça'), _defineProperty(_ca$data, 'GAS_PRICE_Desc', 'El preu del gas és la quantitat que pagues per unitat de gas. `TX fee = preu del gas * límit de gas` i es paga als miners per incloure la teva TX a un block. Preu de gas més elevat = transacció més ràpida, però més cara. Per defecte és `41 GWEI`.'), _defineProperty(_ca$data, 'GAS_LIMIT_Desc', 'El límit de gas és la quantitat de gas a enviar amb la teva TX. `TX fee` = preu del gas * límit de gas; i es paga als miners per incloure la teva TX a un block. Incrementat aquest nombre no farà que la teva TX sigui minada més ràpidament. Enviant ETH = `21000`. Enviant Tokens = ~`200000`.'), _defineProperty(_ca$data, 'NONCE_Desc', 'El nonce és el nombre de transaccions enviades des d\'una adreça determinada. Assegura que les transaccions s\'envien en ordre i no més d\'una vegada.'), _defineProperty(_ca$data, 'TXFEE_Desc', 'La comissió per la TX es paga als miners per incloure la teva TX en un block. És el `límit de gas` * `preu del gas`. [Pots convertir GWEI -> ETH aquí](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ca$data, 'NAV_AddWallet', 'Afegir Cartera '), _defineProperty(_ca$data, 'NAV_BulkGenerate', 'Generar en massa '), _defineProperty(_ca$data, 'NAV_Contact', 'Contacte '), _defineProperty(_ca$data, 'NAV_Contracts', 'Contracte '), _defineProperty(_ca$data, 'NAV_DeployContract', 'Desplegar contracte '), _defineProperty(_ca$data, 'NAV_ENS', 'ENS'), _defineProperty(_ca$data, 'NAV_GenerateWallet_alt', 'Nova cartera '), _defineProperty(_ca$data, 'NAV_GenerateWallet', 'Crear una nova cartera '), _defineProperty(_ca$data, 'NAV_Help', 'Ajuda '), _defineProperty(_ca$data, 'NAV_InteractContract', 'Interactua amb un contracte '), _defineProperty(_ca$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ca$data, 'NAV_MyWallets', 'Les meves carteres '), _defineProperty(_ca$data, 'NAV_Offline', 'Enviar sense connexió '), _defineProperty(_ca$data, 'NAV_SendEther', 'Envia Ether & Tokens '), _defineProperty(_ca$data, 'NAV_SendTokens', 'Envia Tokens '), _defineProperty(_ca$data, 'NAV_SignMsg', 'Firmar missatge '), _defineProperty(_ca$data, 'NAV_Swap', 'Intercanviar '), _defineProperty(_ca$data, 'NAV_ViewWallet', 'Veure informació d\'una cartera '), _defineProperty(_ca$data, 'NAV_YourWallets', 'Les teves carteres '), _defineProperty(_ca$data, 'x_Access', 'Accedir '), _defineProperty(_ca$data, 'x_AddessDesc', 'La teva adreça també pot ser anomenada `# de compte` o `Clau Pública`. És el que comparteixes amb la gent perquè puguin enviar-te Ether o Tokens. Cerqueu la icona d\'adreça de colors. Assegura\'t que coincideixi amb la vostra cartera de paper i quan introduïu la vostra adreça en algun lloc.'), _defineProperty(_ca$data, 'x_Address', 'La teva adreça '), _defineProperty(_ca$data, 'x_Cancel', 'Cancel·lar '), _defineProperty(_ca$data, 'x_CSV', 'Fitxer CSV (no xifrat) '), _defineProperty(_ca$data, 'x_Download', 'Descarregar '), _defineProperty(_ca$data, 'x_Json', 'Fitxer JSON(no xifrat) '), _defineProperty(_ca$data, 'x_JsonDesc', 'Aquesta és la teva clau privada no xifrada, en format JSON. Això significa que no necessites la contrasenya, però qualsevol que trobi el JSON pot accedir a la teva cartera i Ether sense la contrasenya. '), _defineProperty(_ca$data, 'x_Keystore', 'Fitxer Keystore (UTC / JSON · Recomanat · Xifrat) '), _defineProperty(_ca$data, 'x_Keystore2', 'Fitxer Keystore (UTC / JSON) '), _defineProperty(_ca$data, 'x_KeystoreDesc', 'Aquest fitxer Keystore coincideix amb el format que utilitza Mist perquè pugui importar-lo fàcilment en el futur. És el fitxer recomanat per descarregar i fer una còpia de seguretat. '), _defineProperty(_ca$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ca$data, 'x_Mnemonic', 'Frase Mnemònica'), _defineProperty(_ca$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_ca$data, 'x_Password', 'Contrasenya '), _defineProperty(_ca$data, 'x_Print', 'Imprimir cartera de paper '), _defineProperty(_ca$data, 'x_PrintDesc', 'ProTip: Fes clic a imprimir i desa\'l com a PDF, encara que no tinguis una impressora! '), _defineProperty(_ca$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_ca$data, 'x_PrivKey', 'Clau privada (no xifrada) '), _defineProperty(_ca$data, 'x_PrivKey2', 'Clau privada '), _defineProperty(_ca$data, 'x_PrivKeyDesc', 'Aquesta és la versió de text que no està xifrada de la teva clau privada, la qual cosa significa que no cal una contrasenya. Si algú trobés la teva clau privada sense xifrar, podrien accedir a la cartera sense cap contrasenya. Per aquest motiu, generalment es recomanen les versions xifrades. '), _defineProperty(_ca$data, 'x_Save', 'Desar '), _defineProperty(_ca$data, 'x_TXT', 'Fitxer TXT (no xifrat) '), _defineProperty(_ca$data, 'x_Wallet', 'Cartera '), _defineProperty(_ca$data, 'CX_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript executada en el client com a extensió de Chrome '), _defineProperty(_ca$data, 'CX_Warning_1', 'Assegura\'t que tens **còpies de seguretat externes** de les carteres que emmagatzemes aquí. Podrien passar moltes coses que farien que perdessis les dades d\'aquesta extensió de Chrome, inclosa la desinstal·lació i reinstal·lació de l\'extensió. Aquesta extensió és una forma d\'accedir fàcilment a les carteres, ** no ** una manera de fer-los una còpia de seguretat. '), _defineProperty(_ca$data, 'MEW_Tagline', 'Cartera d\'Ether de codi obert programada amb JavaScript '), _defineProperty(_ca$data, 'MEW_Warning_1', 'Comprova sempre l\'URL abans d\'accedir a la vostra cartera o crear una cartera nova. Ves amb compte amb els llocs de phishing! '), _defineProperty(_ca$data, 'FOOTER_1', 'Eina gratuïta, de codi obert que s\'executa en el client per generar carteres d\'Ethereum i més. Interactua fàcilment amb la blockchain d\'Ethereum de manera fàcil i segura. Comprova l\'URL (.com) abans de desbloquejar la teva cartera.'), _defineProperty(_ca$data, 'FOOTER_1b', 'Creat per '), _defineProperty(_ca$data, 'FOOTER_2', 'Donacions molt agraïdes '), _defineProperty(_ca$data, 'FOOTER_3', 'Generació de carteres al client per '), _defineProperty(_ca$data, 'FOOTER_4', 'Descàrrec de responsabilitat '), _defineProperty(_ca$data, 'sidebar_AccountInfo', 'Informació del compte '), _defineProperty(_ca$data, 'sidebar_AccountAddr', 'Adreça del compte '), _defineProperty(_ca$data, 'sidebar_AccountBal', 'Saldo del compte '), _defineProperty(_ca$data, 'sidebar_TokenBal', 'Saldo dels tokens '), _defineProperty(_ca$data, 'sidebar_Equiv', 'Valors equivalents '), _defineProperty(_ca$data, 'sidebar_TransHistory', 'Historial de transaccions '), _defineProperty(_ca$data, 'sidebar_donation', 'MyEtherWallet és un servei lliure i de codi obert, dedicat a la teva privacitat i seguretat. Com més donacions rebem, més temps invertim creant noves funcions, escoltant els vostres comentaris i oferint-vos el que voleu. Només som dues persones que intentem canviar el món. Ens ajudes? '), _defineProperty(_ca$data, 'sidebar_donate', 'Dóna '), _defineProperty(_ca$data, 'sidebar_thanks', 'Moltes gràcies!!! '), _defineProperty(_ca$data, 'sidebar_DisplayOnTrezor', 'Mostrar l\'adreça al TREZOR'), _defineProperty(_ca$data, 'sidebar_DisplayOnLedger', 'Mostrar l\'adreça al Ledger'), _defineProperty(_ca$data, 'decrypt_Access', 'Com t\'agradaria accedir a la teva cartera? '), _defineProperty(_ca$data, 'decrypt_Title', 'Selecciona el format de la teva clau privada '), _defineProperty(_ca$data, 'decrypt_Select', 'Selecciona una cartera '), _defineProperty(_ca$data, 'MNEM_1', 'Si us plau selecciona l\'adreça amb la que vols interactuar. '), _defineProperty(_ca$data, 'MNEM_2', 'La teva frase mnemotècnica HD pot accedir a més d\'una cartera / adreça. Selecciona l\'adreça amb la que vols interactuar en aquest moment. '), _defineProperty(_ca$data, 'MNEM_more', 'Més adreces '), _defineProperty(_ca$data, 'MNEM_prev', 'Adreces anteriors '), _defineProperty(_ca$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_1', 'Connecta amb el teu Ledger Wallet '), _defineProperty(_ca$data, 'ADD_Ledger_2', 'Obre l\'aplicació d\'Ethereum (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Exp', 'Obre l\'aplicació d\'Expanse (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_2_Ubq', 'Obre l\'aplicació d\'Ubiq (o una aplicació de contracte) '), _defineProperty(_ca$data, 'ADD_Ledger_3', 'Verifica que "Browser Support" està habilitat a "Settings" '), _defineProperty(_ca$data, 'ADD_Ledger_4', 'Si no trobes "Browser Support" a "Settings", verifica que tens instal·lat el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ca$data, 'ADD_Ledger_0a', 'Has d\'accedir a MyEtherWallet utilitzant una connexió segura (SSL / HTTPS). '), _defineProperty(_ca$data, 'ADD_Ledger_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_Ledger_scan', 'Connecta a Ledger Wallet '), _defineProperty(_ca$data, 'ADD_MetaMask', 'Connecta to MetaMask '), _defineProperty(_ca$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ca$data, 'ADD_Trezor_scan', 'Connecta a TREZOR '), _defineProperty(_ca$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0a', 'Torna a obrir MyEtherWallet utilitzant una connexió segura (SSL) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_0b', 'Torna a obrir MyEtherWallet utilitzant [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_ca$data, 'ADD_DigitalBitbox_scan', 'Connecta el teu Digital Bitbox '), _defineProperty(_ca$data, 'ADD_Label_1', 'Que vols fer?? '), _defineProperty(_ca$data, 'ADD_Radio_1', 'Generar una nova cartera '), _defineProperty(_ca$data, 'ADD_Radio_2', 'Selecciona un fitxer de cartera (Keystore / JSON) '), _defineProperty(_ca$data, 'ADD_Radio_2_alt', 'Selecciona un fitxer de cartera '), _defineProperty(_ca$data, 'ADD_Radio_2_short', 'SELECCIONA UN FITXER DE CARTERA... '), _defineProperty(_ca$data, 'ADD_Radio_3', 'Enganxa/Escriu la teva clau privada '), _defineProperty(_ca$data, 'ADD_Radio_4', 'Afegir un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Radio_5', 'Enganxa/Escriu la teva frase mnemotècnica '), _defineProperty(_ca$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ca$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ca$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ca$data, 'ADD_Radio_5_PathCustom', 'Personalitzat'), _defineProperty(_ca$data, 'ADD_Label_2', 'Crea un àlies '), _defineProperty(_ca$data, 'ADD_Label_3', 'La teva cartera està xifrada. Si us plau, introdueix-ne la contrasenya. '), _defineProperty(_ca$data, 'ADD_Label_4', 'Afegeix un compte per supervisar '), _defineProperty(_ca$data, 'ADD_Warning_1', 'Pots afegir qualsevol compte per "supervisar" a la pestanya de carteres sense pujar una clau privada. Això ** no ** vol dir que tinguis accés a aquesta cartera ni que puguis transferir-ne l\'Ether d\'aquesta. '), _defineProperty(_ca$data, 'ADD_Label_5', 'Introdueix l\'adreça '), _defineProperty(_ca$data, 'ADD_Label_6', 'Desbloqueja la teva cartera '), _defineProperty(_ca$data, 'ADD_Label_6_short', 'Desbloqueja '), _defineProperty(_ca$data, 'ADD_Label_7', 'Afegeix un compte '), _defineProperty(_ca$data, 'ADD_Label_8', 'Contrasenya (opcional): '), _defineProperty(_ca$data, 'MYWAL_Nick', 'Àlies de la cartera '), _defineProperty(_ca$data, 'MYWAL_Address', 'Adreça de la cartera '), _defineProperty(_ca$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_ca$data, 'MYWAL_Edit', 'Edita '), _defineProperty(_ca$data, 'MYWAL_View', 'Veure '), _defineProperty(_ca$data, 'MYWAL_Remove', 'Elimina '), _defineProperty(_ca$data, 'MYWAL_RemoveWal', 'Elimina una cartera '), _defineProperty(_ca$data, 'MYWAL_WatchOnly', 'Els teus comptes supervisats '), _defineProperty(_ca$data, 'MYWAL_Viewing', 'Veient cartera '), _defineProperty(_ca$data, 'MYWAL_Hide', 'Amagar informació de la cartera '), _defineProperty(_ca$data, 'MYWAL_Edit_2', 'Editar la cartera '), _defineProperty(_ca$data, 'MYWAL_Name', 'Nom de la cartera '), _defineProperty(_ca$data, 'MYWAL_Content_1', 'Atenció! Estàs a punt d\'eliminar la teva cartera '), _defineProperty(_ca$data, 'MYWAL_Content_2', 'Assegura\'t que has **desat la teva clau privada i/o el teu fitxer "Keystore" i la contrasenya** abans d\'eliminar-la. '), _defineProperty(_ca$data, 'MYWAL_Content_3', 'Si vols utilitzar aquesta cartera amb MyEtherWallet CX en el futur, hauràs de tornar a afegir-la manualment utilitzant la clau privada/JSON i contrasenya. '), _defineProperty(_ca$data, 'GEN_desc', 'Si vols crear múltiples carteres, pots fer-ho aquí '), _defineProperty(_ca$data, 'GEN_Label_1', 'Introdueix una contrasenya'), _defineProperty(_ca$data, 'GEN_Placeholder_1', 'NO oblidis desar això! '), _defineProperty(_ca$data, 'GEN_SuccessMsg', 'Enhorabona! S\'ha creat la teva cartera. '), _defineProperty(_ca$data, 'GEN_Label_2', 'Desa el teu fitxer `Keystore`. '), _defineProperty(_ca$data, 'GEN_Label_3', 'Desa la teva adreça. '), _defineProperty(_ca$data, 'GEN_Label_4', 'Imprimeix la teva cartera de paper o un codi QR. '), _defineProperty(_ca$data, 'BULK_Label_1', 'Quantitat de carteres a generar '), _defineProperty(_ca$data, 'BULK_Label_2', 'Quantitat de carteres '), _defineProperty(_ca$data, 'BULK_SuccessMsg', 'Enhorabona! S\'han creat les teves carteres. '), _defineProperty(_ca$data, 'SEND_addr', 'A l\'adreça '), _defineProperty(_ca$data, 'SEND_amount', 'Quantitat a enviar '), _defineProperty(_ca$data, 'SEND_amount_short', 'Quantitat '), _defineProperty(_ca$data, 'SEND_custom', 'Afegir un Token personalitzat '), _defineProperty(_ca$data, 'SEND_gas', 'Gas '), _defineProperty(_ca$data, 'SEND_TransferTotal', 'Enviar tot el saldo '), _defineProperty(_ca$data, 'SEND_generate', 'Generar la transacció '), _defineProperty(_ca$data, 'SEND_raw', 'Transacció en brut '), _defineProperty(_ca$data, 'SEND_signed', 'Transacció signada '), _defineProperty(_ca$data, 'SEND_trans', 'Enviar transacció '), _defineProperty(_ca$data, 'SENDModal_Title', 'Alerta! '), _defineProperty(_ca$data, 'SENDModal_Content_1', 'Estàs a punt d\'enviar '), _defineProperty(_ca$data, 'SENDModal_Content_2', 'a l\'adreça '), _defineProperty(_ca$data, 'SENDModal_Content_3', 'Estàs segur que vols fer-ho? '), _defineProperty(_ca$data, 'SENDModal_Content_4', 'NOTA: Si trobes un error, és molt probable que necessitis afegir ether al teu compte per cobrir el cost del gas d\'enviar tokens. El gas es paga amb ether. '), _defineProperty(_ca$data, 'SENDModal_No', 'No, treu-me d\'aquí! '), _defineProperty(_ca$data, 'SENDModal_Yes', 'Sí, n\'estic segur! Realitza la transacció. '), _defineProperty(_ca$data, 'TOKEN_Addr', 'Adreça del Token '), _defineProperty(_ca$data, 'TOKEN_Symbol', 'Símbol del Token '), _defineProperty(_ca$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_ca$data, 'TOKEN_show', 'Mostra tots els tokens '), _defineProperty(_ca$data, 'TOKEN_hide', 'Amaga els tokens '), _defineProperty(_ca$data, 'TRANS_desc', 'Si vols enviar tokens, si us plau utilitza la pàgina d\'"Enviar token". '), _defineProperty(_ca$data, 'TRANS_advanced', '+Avançat: Afegir dades '), _defineProperty(_ca$data, 'TRANS_data', 'Dades '), _defineProperty(_ca$data, 'TRANS_gas', 'Limit de gas '), _defineProperty(_ca$data, 'TRANS_sendInfo', 'Una transacció estàndard utilitzant 21000 gas costarà 0.000441 ETH. Utilitzem un preu una mica per sobre del mínim de 0.000000021 ETH per assegurar que es mina ràpidament. No ens quedem cap comissió per la transacció. '), _defineProperty(_ca$data, 'OFFLINE_Title', 'Crea i envia una transacció sense connexió '), _defineProperty(_ca$data, 'OFFLINE_Desc', 'Es poden crear transaccions sense connexió amb tres passos. Has de realitzar els passos 1 i 3 en un ordinador amb connexió, i el pas 2 en un ordinador sense connexió. Això assegura que les teves claus privades no toquen un dispositiu connectat a internet. '), _defineProperty(_ca$data, 'OFFLLINE_Step1_Title', 'Pas 1: Genera la informació (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step1_Button', 'Genera la informació '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_1', 'Des de l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step1_Label_2', 'Nota: Aquesta és l\'adreça ORIGEN, no l\'adreça de destí. El Nonce es genera des de la compte origen. Si utilitzer un ordinador sense connexió, seria l\'adreça del compte del "cold-storage". '), _defineProperty(_ca$data, 'OFFLINE_Step2_Title', 'Pas 2: Genera la transacció (Ordinador sense connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_1', 'A l\'adreça '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantitat a enviar '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3', 'Preu del gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_3b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4', 'Límit de gas '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_4b', '21000 és el límit de gas per defecte. Quan envies contractes o dades addicionals, pot ser que el que necessitis sigui diferent. El gas no utilitzat se\'t retornarà. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_5b', 'Això s\'ha mostrat al pas 1 al teu ordinador amb connexió. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6', 'Dades '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_6b', 'Això és opcional. Les dades normalment són utilitzades quan envies transaccions a contractes. '), _defineProperty(_ca$data, 'OFFLINE_Step2_Label_7', 'Introdueix / Selecciona la teva clau privada / JSON. '), _defineProperty(_ca$data, 'OFFLINE_Step3_Title', 'Pas 3: Envia / Publica la transacció (Ordinador amb connexió) '), _defineProperty(_ca$data, 'OFFLINE_Step3_Label_1', 'Enganxa la transacció signada del pas 2 aquí i prem el botó "ENVIAR TRANSACCIÓ". '), _defineProperty(_ca$data, 'CONTRACT_Title', 'Adreça del contracte '), _defineProperty(_ca$data, 'CONTRACT_Title_2', 'Selecciona un contracte existent '), _defineProperty(_ca$data, 'CONTRACT_Json', 'Interfície ABI / JSON '), _defineProperty(_ca$data, 'CONTRACT_Interact_Title', 'Llegeix / Escriu el contracte '), _defineProperty(_ca$data, 'CONTRACT_Interact_CTA', 'Selecciona una funció '), _defineProperty(_ca$data, 'CONTRACT_ByteCode', 'Codi de Bytes '), _defineProperty(_ca$data, 'CONTRACT_Read', 'LLEGIR '), _defineProperty(_ca$data, 'CONTRACT_Write', 'ESCRIURE '), _defineProperty(_ca$data, 'DEP_generate', 'Genera Bytecode '), _defineProperty(_ca$data, 'DEP_generated', 'Bytecode generat'), _defineProperty(_ca$data, 'DEP_signtx', 'Signa la transacció '), _defineProperty(_ca$data, 'DEP_interface', 'Interfície generada '), _defineProperty(_ca$data, 'NODE_Title', 'Configura el teu node personalitzar'), _defineProperty(_ca$data, 'NODE_Subtitle', 'Per connectar al teu node local...'), _defineProperty(_ca$data, 'NODE_Warning', 'El teu node ha de ser HTTPS per tal de poder-t\'hi connectar utilitzant MyEtherWallet.com. Pots [descarregar-te el repo de MyEtherWallet i executar-lo localment](https://github.com/kvhnuke/etherwallet/releases/latest) per connectar-te a qualsevol node. O, obtén un certificat SSSL gratuït amb [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ca$data, 'NODE_Name', 'Nom del node'), _defineProperty(_ca$data, 'NODE_Port', 'Port del node'), _defineProperty(_ca$data, 'NODE_CTA', 'Desa & utilitza el node personalitzat'), _defineProperty(_ca$data, 'SWAP_rates', "Tarifes actuals "), _defineProperty(_ca$data, 'SWAP_init_1', "Vull intercanviar els meus "), _defineProperty(_ca$data, 'SWAP_init_2', " per "), _defineProperty(_ca$data, 'SWAP_init_CTA', "Fes-ho! "), _defineProperty(_ca$data, 'SWAP_information', "Le teva informació "), _defineProperty(_ca$data, 'SWAP_send_amt', "Quantitat a enviar "), _defineProperty(_ca$data, 'SWAP_rec_amt', "Quantitat a rebre "), _defineProperty(_ca$data, 'SWAP_your_rate', "La teva tarifa "), _defineProperty(_ca$data, 'SWAP_rec_add', "La teva adreça de recepció "), _defineProperty(_ca$data, 'SWAP_start_CTA', "Inicia l\'intercanvi "), _defineProperty(_ca$data, 'SWAP_ref_num', "El teu número de referència "), _defineProperty(_ca$data, 'SWAP_time', "Temps restant per enviar "), _defineProperty(_ca$data, 'SWAP_elapsed', "Temps transcorregut des de l'enviament "), _defineProperty(_ca$data, 'SWAP_progress_1', "Comanda iniciada "), _defineProperty(_ca$data, 'SWAP_progress_2', "Esperant pels teus "), _defineProperty(_ca$data, 'SWAP_progress_3', "Rebut! "), _defineProperty(_ca$data, 'SWAP_progress_4', "Enviant el teu {{orderResult.output.currency}} "), _defineProperty(_ca$data, 'SWAP_progress_5', "Comanda completa "), _defineProperty(_ca$data, 'SWAP_order_CTA', "Si us plau envia "), _defineProperty(_ca$data, 'SWAP_unlock', "Desbloqueja la teva cartera per enviar ETH o Tokens directament des d\'aquesta pàgina "), _defineProperty(_ca$data, 'MSG_message', 'Missatge '), _defineProperty(_ca$data, 'MSG_date', 'Data '), _defineProperty(_ca$data, 'MSG_signature', 'Signatura '), _defineProperty(_ca$data, 'MSG_verify', 'Verifica el missatge '), _defineProperty(_ca$data, 'MSG_info1', 'Inclou la data actual per tal que la signatura no pugui ser reutilitzada en una data diferent. '), _defineProperty(_ca$data, 'MSG_info2', 'Inclou el teu àlies i on el fas servir per tal que ningú més pugui utilitzar-lo. '), _defineProperty(_ca$data, 'MSG_info3', 'Inclou una raó específica per tal que el missatge no pugui ser reutilitzat per un altre propòsit. '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. És possible que vulguis fer això per [importar el teu compte a Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vols comprovar el teu saldo, recomanem utilitzar un explorador de la blockchain com [etherscan.io](https://etherscan.io/). '), _defineProperty(_ca$data, 'VIEWWALLET_Subtitle_Short', 'Això et permet descarregar diferents versions de les claus privades i tornar a imprimir la teva cartera de paper. '), _defineProperty(_ca$data, 'VIEWWALLET_SuccessMsg', 'Enhorabona! Aquests són els detalls de la teva cartera. '), _defineProperty(_ca$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_ca$data, 'VIEWWALLET_HidePrivKey', '(amaga)'), _defineProperty(_ca$data, 'CX_error_1', 'No tens cap cartera desada. Fes clic ["Afegeix cartera"](/cx-wallet.html#add-wallet) per afegir-ne una! '), _defineProperty(_ca$data, 'CX_quicksend', 'Envia '), _defineProperty(_ca$data, 'ERROR_0', '(error_01) Si us plau, introdueix una quantitat vàlida. (Please enter a valid amount.)'), _defineProperty(_ca$data, 'ERROR_1', '(error_02) La teva contrasenya ha de tenir 9 caràcters com a mínim. Si us plau, assegura\´t que és una contrasenya forta. (Your password must be at least 9 characters. Please ensure it is a strong password.)'), _defineProperty(_ca$data, 'ERROR_2', '(error_03) Perdó! No reconeixem aquest tipus de fitxer de cartera. (Sorry! We don\'t recognize this type of wallet file.)'), _defineProperty(_ca$data, 'ERROR_3', '(error_04) Aquest fitxer de cartera no és vàlid. (This is not a valid wallet file.)'), _defineProperty(_ca$data, 'ERROR_4', '(error_05) Aquesta unitat no existeix, si us plau utilitza\'n una de les següents (This unit doesn\'t exists, please use the one of the following units)'), _defineProperty(_ca$data, 'ERROR_5', '(error_06) Si us plau introdueix una adreça vàlida. (Please enter a valid address.)'), _defineProperty(_ca$data, 'ERROR_6', '(error_07) Si us plau introdueix una contrasenya vàlida. (Please enter a valid password.)'), _defineProperty(_ca$data, 'ERROR_7', '(error_08) Si us plau introdueix decimals vàlids Ha de ser enter. Prova 0-18. (Please enter valid decimals. Must be an integer. Try 0-18.)'), _defineProperty(_ca$data, 'ERROR_8', '(error_09) Si us plau introdueix un gas límit vàlid (Ha de ser enter. Prova 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.))'), _defineProperty(_ca$data, 'ERROR_9', '(error_10) Si us plau introdueix un valor per les dades vàlid Ha de ser hex. (Please enter a valid data value (Must be hex.))'), _defineProperty(_ca$data, 'ERROR_10', '(error_11) Si us plau introdueix un preu de gas vàlid. (Enter. Prova 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_ca$data, 'ERROR_11', '(error_12) Si us plau introdueix un nonce vàlid (Ha de ser enter.) (Please enter a valid nonce (Must be an integer.))'), _defineProperty(_ca$data, 'ERROR_12', '(error_13) Transacció signada no vàlida. (Invalid signed transaction.)'), _defineProperty(_ca$data, 'ERROR_13', '(error_14) Ja existeix una cartera amb aquest àlies. (A wallet with this nickname already exists.)'), _defineProperty(_ca$data, 'ERROR_14', '(error_15) Cartera no trobada. (Wallet not found.)'), _defineProperty(_ca$data, 'ERROR_15', '(error_16) No sembla que existeixi una proposta amb aquest ID o hi ha hagut un error llegint-la. (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.)'), _defineProperty(_ca$data, 'ERROR_16', '(error_17) Ja hi ha emmagatzemada una cartera amb aquesta adreça. Si us plau comprova la pàgina de carteres. (A wallet with this address already exists in storage. Please check your wallets page.)'), _defineProperty(_ca$data, 'ERROR_17', '(error_18) El compte d\'origen no té prou saldo. Si estàs enviant tokens, has de tenir 0.01 ETH al teu compte per cobrir el cost del gas. (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))'), _defineProperty(_ca$data, 'ERROR_18', '(error_19) Tot el gas seria utilitzat en aquesta transacció. Això vol dir que ja has votat aquesta proposta o que el període de debat ja ha acabat. (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.)'), _defineProperty(_ca$data, 'ERROR_19', '(error_20) Si us play introdueix un símbol vàlid (Please enter a valid symbol)'), _defineProperty(_ca$data, 'ERROR_20', '(error_21) No és un token ERC-20 vàlid (Not a valid ERC-20 token)'), _defineProperty(_ca$data, 'ERROR_21', '(error_22) No s\'ha pogut calcular el gas necessari. No hi ha prou saldo en el compte, o el contracte destí ha llençat un error. Pots ajustar el gas manualment i continuar. És possible que el missatge d\'error al enviar contingui més informació. (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.)'), _defineProperty(_ca$data, 'ERROR_22', '(error_23) Si us plau introdueix un nom de node vàlid (Please enter a valid node name)'), _defineProperty(_ca$data, 'ERROR_23', '(error_24) Si us plau introdueix una URL vàlida URL. Si estàs sota https, la teva URL ha de ser https (Please enter a valid URL. If you are on https, your URL must be https)'), _defineProperty(_ca$data, 'ERROR_24', '(error_25) Si us plau introdueix un port vàlid. (Please enter a valid port.)'), _defineProperty(_ca$data, 'ERROR_25', '(error_26) Si us plau introdueix un ID de cadena vàlid. (Please enter a valid chain ID.)'), _defineProperty(_ca$data, 'ERROR_26', '(error_27) PSi us plau introdueix un ABI vàlid. (Please enter a valid ABI.)'), _defineProperty(_ca$data, 'ERROR_27', '(error_28) Quantitat mínima: 0.01. Quantitat max.: (Minimum amount: 0.01. Max amount:)'), _defineProperty(_ca$data, 'ERROR_28', '(error_29) Necessites aquest `Fitxer Keystore + Contrasenya` o la `Clau Privada` (següent pàgina) per tal d\'accedir a aquesta cartera en el futur. (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. )'), _defineProperty(_ca$data, 'ERROR_29', '(error_30) Si us plau introdueix un usuari i contrasenya vàlids. (Please enter a valid user and password.)'), _defineProperty(_ca$data, 'ERROR_30', '(error_31) Si us plau introdueix un nom vàlid (+7 caràcters, puntuació límitada) (Please enter a valid name (7+ characters, limited punctuation))'), _defineProperty(_ca$data, 'ERROR_31', '(error_32) Introdueix una frase secreta vàlida. (Please enter a valid secret phrase.)'), _defineProperty(_ca$data, 'ERROR_32', '(error_33) No s\'ha pogut connectar al node. Refresca la teva pàgina, prova-ho amb un altre node (cantonada superior-dreta), comprova el teu firewall. En mode personalitzar, comprova les teves preferències. (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)'), _defineProperty(_ca$data, 'ERROR_33', '(error_34) La cartera que has desbloquejat no correspon amb l\'adreça del propietari. (The wallet you have unlocked does not match the owner\'s address.)'), _defineProperty(_ca$data, 'ERROR_34', '(error_35) El nom que estàs intentant mostrar no coincideix amb el nom que has introduït. (The name you are attempting to reveal does not match the name you have entered.)'), _defineProperty(_ca$data, 'ERROR_35', '(error_36) L\'adreça introduïda no s\'ha comprovat mitjantçant checksum. Més informació (Input address is not checksummed. What does that mean?)'), _defineProperty(_ca$data, 'ERROR_36', '(error_37) Introdueix un hash de TX vàlid (Please enter a valid TX hash)'), _defineProperty(_ca$data, 'ERROR_37', '(error_38) Introdueix una cadena hex (0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f) vàlida (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f)'), _defineProperty(_ca$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0)'), _defineProperty(_ca$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum)'), _defineProperty(_ca$data, 'GETH_Balance', '(geth-01) Saldo insuficient. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_Cheap', '(geth-02) El preu del gas és massa petit per ser acceptat. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ca$data, 'GETH_GasLimit', '(geth-03) Excedeix del block gas límit. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ca$data, 'GETH_InsufficientFunds', '(geth-04) Saldo insuficient per gas * preu + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ca$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínsec massa baix. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ca$data, 'GETH_InvalidSender', '(geth-06) Emissor no vàlid. Invalid sender.'), _defineProperty(_ca$data, 'GETH_NegativeValue', '(geth-07) Valor negatiu. Negative value.'), _defineProperty(_ca$data, 'GETH_Nonce', "(geth-08) Nonce massa baix. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ca$data, 'GETH_NonExistentAccount', '(geth-09) El compte no existeix o el saldo és massa baix. Account does not exist or account balance too low'), _defineProperty(_ca$data, 'PARITY_AlreadyImported', "(parity-01) Ja s'havia importat la transacció amb el mateix hash. (A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_GasLimitExceeded', "(parity-02) El cost de la transacció sobrepassa el límit actual de gas. Limit: {}, tens: {}. Intenta disminuir el gas proporcionat. (Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientBalance', "(parity-03) Saldo insuficient. El compte d\'origen que estàs utilitzant no té prou saldo. Obligatori {} wei i tens: {} wei. (Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_InsufficientGasPrice', "(parity-04) La comissió de la transacció és massa baixa. No satisfà la comissió mínima dle node (minimal: {}, got: {}). Intenta augmentar la comissió. (There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ca$data, 'PARITY_InvalidGasLimit', "(parity-05) El gas proporcionat és més enllà del límit. (Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html))"), _defineProperty(_ca$data, 'PARITY_LimitReached', "(parity-06) Hi ha massa transaccions a la cua. La teva transacció ha sigut eliminada degut al límit. Prova incrementant la comissió. (There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'PARITY_Old', "(parity-07) El nonce de la transacció és massa baix. Proveu d'augmentar-lo. (There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).)"), _defineProperty(_ca$data, 'PARITY_TooCheapToReplace', "(parity-08) La comissió de la transacció és massa baixa. Hi ha una altra transacció amb el mateix nonce a la cua. Intenta augmentar la comissió o el nonce. (TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html))"), _defineProperty(_ca$data, 'SUCCESS_1', 'Adreça vàlida '), _defineProperty(_ca$data, 'SUCCESS_2', 'Cartera desxifrada amb èxit '), _defineProperty(_ca$data, 'SUCCESS_3', 'La teva TX s\'ha emès a la xarxa. Està esperant ha ser minada i confirmada. Durant ICOs, pot trigar més de 3 hores a ser confirmada. Utilitza els següents botons de Verificar & Comprovar per veur-ho. TX Hash: '), _defineProperty(_ca$data, 'SUCCESS_4', 'La teva cartera s\'ha afegit correctament '), _defineProperty(_ca$data, 'SUCCESS_5', 'Fitxer seleccionat '), _defineProperty(_ca$data, 'SUCCESS_6', 'Estàs connectat correctament '), _defineProperty(_ca$data, 'SUCCESS_7', 'Signatura del missatge verificada'), _defineProperty(_ca$data, 'WARN_Send_Link', 'Has arribat mitjançant un enllaç que conté una adreça, valor, gas, dades o tipus de transacció (mode enviar) omplerts. Pots canviar qualsevol informació abans d\'enviar. Desbloqueja la teva cartera per començar. '), _defineProperty(_ca$data, 'translate_version', '0.1 '), _defineProperty(_ca$data, 'Translator_Desc', 'Gràcies als nostres traductors '), _defineProperty(_ca$data, 'TranslatorName_1', 'Aleix Canal Oliver '), _defineProperty(_ca$data, 'TranslatorAddr_1', ' '), _defineProperty(_ca$data, 'TranslatorName_2', ' '), _defineProperty(_ca$data, 'TranslatorAddr_2', ' '), _defineProperty(_ca$data, 'TranslatorName_3', ' '), _defineProperty(_ca$data, 'TranslatorAddr_3', ' '), _defineProperty(_ca$data, 'TranslatorName_4', ' '), _defineProperty(_ca$data, 'TranslatorAddr_4', ' '), _defineProperty(_ca$data, 'TranslatorName_5', ' '), _defineProperty(_ca$data, 'TranslatorAddr_5', ' '), _defineProperty(_ca$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ca$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ca$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ca$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ca$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ca$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ca$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ca$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ca$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ca$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ca$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ca$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ca$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ca$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ca$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ca$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ca$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ca$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ca$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ca$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_ca$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ca$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ca$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ca$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ca$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ca$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ca$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ca$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ca$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ca$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ca$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ca$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ca$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ca$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ca$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ca$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ca$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ca$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ca$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ca$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_ca$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ca$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ca$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ca$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_ca$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ca$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ca$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ca$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ca$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ca$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ca$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ca$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ca$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ca$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ca$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_ca$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ca$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_ca$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ca$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ca$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ca$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_ca$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ca$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ca$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ca$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ca$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ca$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ca$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ca$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ca$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ca$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ca$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ca$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ca$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ca$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ca$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ca$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ca$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_ca$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ca$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ca$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ca$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ca$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ca$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas límit. Any excess gas will be returned to you. '), _defineProperty(_ca$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas límit. All data is in HEX format. '), _defineProperty(_ca$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ca$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ca$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ca$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ca$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ca$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ca$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ca$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ca$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ca$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ca$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ca$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ca$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ca$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ca$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ca$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ca$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_ca$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_ca$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ca$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ca$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ca$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ca$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ca$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ca$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ca$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ca$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ca$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ca$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ca$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ca$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ca$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ca$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ca$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ca$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ca$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ca$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ca$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ca$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ca$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ca$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ca$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ca$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ca$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ca$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ca$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ca$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ca$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ca$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ca$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ca$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ca$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ca$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ca$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ca$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ca$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ca$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ca$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _ca$data); module.exports = ca; @@ -14862,7 +14859,7 @@ de.data = (_de$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_de$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_de$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_de$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_de$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_de$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_de$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_de$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_de$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_de$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_de$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_de$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_de$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_de$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_de$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_de$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_de$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_de$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_de$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_de$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_de$data, 'x_CancelReplaceTx', 'Transaktion ersetzen oder zurückziehen'), _defineProperty(_de$data, 'x_CancelTx', 'Transaktion zurückziehen'), _defineProperty(_de$data, 'x_PasswordDesc', 'Dieses Passwort * verschlüsselt * Ihren privaten Schlüssel. Es wird nicht verwendet, um den Schlüssel zu erzeugen. **Sie benötigen dieses Passwort und ihren privaten Schlüssel, um das Wallet zu entsperren.**'), _defineProperty(_de$data, 'x_ReadMore', 'Weiter lesen'), _defineProperty(_de$data, 'x_ReplaceTx', 'Transaktion ersetzen'), _defineProperty(_de$data, 'x_TransHash', 'Transaktions Hash'), _defineProperty(_de$data, 'x_TXFee', 'TX Gebühr'), _defineProperty(_de$data, 'x_TxHash', 'TX Hash'), _defineProperty(_de$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_de$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_de$data, 'tx_Details', 'Transaktionsdetails'), _defineProperty(_de$data, 'tx_Summary', 'Zu manchen Zeiten (z.B. während der Laufzeit mancher ICOs) können einzelne Transaktionen für Stunden, villeicht sogar Tage ausstehen. Dieses Tool gibt Ihnen die Fähigkeit ihre Transaktion zu finden und zu widerrufen / ersetzen. ** Dies können Sie normalerweise nicht machen. Man sollte sich darauf nicht verlassen und es funktioniert nur, wenn die TX Pools voll sind. [Lesen Sie mehr über das Tool hier](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_de$data, 'tx_notFound', 'Transaktion nicht gefunden'), _defineProperty(_de$data, 'tx_notFound_1', 'Die Transaktion kann nicht in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden werden.'), _defineProperty(_de$data, 'tx_notFound_2', 'Wenn Sie die Transaktion erst gesendet haben, warten Sie bitte 15 Sekunden und drücken dann den "Check TX Status" Button erneut. '), _defineProperty(_de$data, 'tx_notFound_3', 'Sie könnte noch in dem Transaktions-Pool eines anderen Node sein und wartet gemined zu werden.'), _defineProperty(_de$data, 'tx_notFound_4', 'Bitte benutzen Sie das DropDown Menü oben-rechts & wählen Sie eine andere Node aus (z.B. `ETH (Etherscan.io)` oder `ETH (Infura.io)` oder `ETH (MyEtherWallet)`) und prüfen es erneut.'), _defineProperty(_de$data, 'tx_foundInPending', 'Wartende Transaktion gefunden'), _defineProperty(_de$data, 'tx_foundInPending_1', 'Ihre Transaktion wurde in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden. '), _defineProperty(_de$data, 'tx_foundInPending_2', 'Sie steht derzeit aus (wartet gemined zu werden). '), _defineProperty(_de$data, 'tx_foundInPending_3', 'Es ist möglich Sie zu widerrufen oder diese Transaktion zu ersetzen. Entsperren Sie ihre Wallet darunter.'), _defineProperty(_de$data, 'tx_FoundOnChain', 'Transaktion gefunden'), _defineProperty(_de$data, 'tx_FoundOnChain_1', 'Ihre Transaktion wurde gemined und ist nun in der Blockchain.'), _defineProperty(_de$data, 'tx_FoundOnChain_2', '**Wenn Sie ein rotes`( ! )`, ein `BAD INSTRUCTION` oder `OUT OF GAS` Fehlernachricht bekommen**, heißt dass, dass die Transaktion nicht erfolgreich *gesendet* worden ist. Sie können die Transaktion nicht zurücknehmen oder ersetzen. Stattdessen, sende eine neue Transaktion. Wenn Sie einen "Out of Gas" Fehler bekommen, sollten Sie das GasLimit verdoppeln, dass Sie ursprünglich benutzt haben.'), _defineProperty(_de$data, 'tx_FoundOnChain_3', '**Wenn sie keine Fehlernachrichten bekommen, wurde ihre Transaktion erfolgreich versendet.** Ihre ETH oder Tokens sind dort, wohin sie versendet wurden. Wenn Sie die ETH or Tokens nicht im anderen Wallet / Exchange account sehen können, und es schon mehr als 24 Stunden her ist, seitdem Sie gesendet haben, bitte [Kontaktieren Sie den Service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Senden Sie den *link* zu ihrer Transaktion und fragen Sie höflich, die Situation anzuschauen.'), _defineProperty(_de$data, 'GEN_Help_1', 'Nutzen Sie Ihre'), _defineProperty(_de$data, 'GEN_Help_2', 'um auf Ihren Account zuzugreifen.'), _defineProperty(_de$data, 'GEN_Help_3', 'Ihr Gerät * ist * Ihr Wallet.'), _defineProperty(_de$data, 'GEN_Help_4', 'Anleitungen & FAQ'), _defineProperty(_de$data, 'GEN_Help_5', 'Wie erstellt man eine Wallet'), _defineProperty(_de$data, 'GEN_Help_6', 'Einstieg'), _defineProperty(_de$data, 'GEN_Help_7', 'Sicher aufbewahren · Machen Sie eine Sicherung · Zeigen Sie es keinem · Verlieren Sie es nicht · Es gibt * keinen * Weg diese Informationen wiederherzustellen, wenn Sie es verlieren.'), _defineProperty(_de$data, 'GEN_Help_8', 'Datei wird nicht heruntergeladen? '), _defineProperty(_de$data, 'GEN_Help_9', 'Versuche Google Chrome oder Chromium zu benutzen '), _defineProperty(_de$data, 'GEN_Help_10', 'Rechtsklick & Datei speichern als. Dateiname: '), _defineProperty(_de$data, 'GEN_Help_11', 'Diese Datei auf deinem Computer **nicht** öffnen '), _defineProperty(_de$data, 'GEN_Help_12', 'Nutze es um dein Wallet bei MyEtherWallet (oder Mist, Geth, Parity und andere Wallet Clients.) zu öffnen '), _defineProperty(_de$data, 'GEN_Help_13', 'Wie kann ich meine Keystore File sichern? '), _defineProperty(_de$data, 'GEN_Help_14', 'Was sind diese verschiedene Formate? '), _defineProperty(_de$data, 'GEN_Help_15', 'Verhüten Sie den Verlust & Diebstahl Ihres Geldes.'), _defineProperty(_de$data, 'GEN_Help_16', 'Was sind diese verschiedene Formate?'), _defineProperty(_de$data, 'GEN_Help_17', 'Warum sollte Ich?'), _defineProperty(_de$data, 'GEN_Help_18', 'Um ein zweites Backup zu haben.'), _defineProperty(_de$data, 'GEN_Help_19', 'Im Fall, dass Sie Ihr Passwort vergessen.'), _defineProperty(_de$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_de$data, 'GET_ConfButton', 'Ich verstehe. Weiter.'), _defineProperty(_de$data, 'GEN_Label_5', 'Sichern Sie Ihren `Privaten Schlüssel`. '), _defineProperty(_de$data, 'GEN_Unlock', 'Entsperren Sie Ihr Wallet um Ihre Adresse zu sehen.'), _defineProperty(_de$data, 'GAS_PRICE_Desc', 'Der `Gas Preis` ist der Betrag, den Sie für eine Einheit `Gas` bezahlen. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Je höher der Gas-Preis, desto schneller wird die Transaktion verarbeitet, aber desto teurer wird die Transaktionsgebühr. Der Standardwert ist `41 GWEI`.'), _defineProperty(_de$data, 'GAS_LIMIT_Desc', 'Das Gas-Limit ist der Betrag an Gas, der mit Ihrer Transaktion mitgeschickt wird. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Wenn Sie diese Zahl erhöhen, wird ihre Transaktion nicht schneller verarbeitet. Eine zu kleine Zahl kann jedoch bedeuten, dass die Transaktion nicht erfolgreich verarbeitet werden kann. Ein Anhaltspunkt: Eine einfache Überweisung benötigt ca. 21000 Gas, ein Token-Transfer etwa 200.000 Gas.'), _defineProperty(_de$data, 'NONCE_Desc', 'Der `Nonce` ist die Zahl der Transaktionen, die von einer bestimmten Adresse aus gesendet wurden. Er stellt sicher, dass Transaktionen der Reihe nach und nicht doppelt ausgeführt werden können.'), _defineProperty(_de$data, 'TXFEE_Desc', 'Die Transaktionsgebühr wird den Miner(n) bezahlt, die Ihre Transaktion in einen Block einschließen. Es wird durch `Gas-Limit` * `Gas-Preis` berechnet. [Du kannst GWEI -> ETH hier umwandeln](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_de$data, 'NAV_AddWallet', 'Wallet hinzufügen '), _defineProperty(_de$data, 'NAV_BulkGenerate', 'Mehrere Wallets erstellen '), _defineProperty(_de$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_de$data, 'NAV_Contracts', 'Verträge '), _defineProperty(_de$data, 'NAV_DeployContract', 'Vertrag aufstellen '), _defineProperty(_de$data, 'NAV_ENS', 'ENS'), _defineProperty(_de$data, 'NAV_GenerateWallet_alt', 'Neues Wallet '), _defineProperty(_de$data, 'NAV_GenerateWallet', 'Wallet erstellen '), _defineProperty(_de$data, 'NAV_Help', 'Hilfe '), _defineProperty(_de$data, 'NAV_InteractContract', 'Interagieren mit Vertrag '), _defineProperty(_de$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_de$data, 'NAV_MyWallets', 'Meine Wallets '), _defineProperty(_de$data, 'NAV_Offline', 'Sende offline '), _defineProperty(_de$data, 'NAV_SendEther', 'Sende Ether und Tokens '), _defineProperty(_de$data, 'NAV_SendTokens', 'Sende Tokens '), _defineProperty(_de$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_de$data, 'NAV_Swap', 'Wechseln '), _defineProperty(_de$data, 'NAV_ViewWallet', 'Wallet Infos anzeigen '), _defineProperty(_de$data, 'NAV_YourWallets', 'Deine Wallets '), _defineProperty(_de$data, 'x_Access', 'Zugriff '), _defineProperty(_de$data, 'x_AddessDesc', 'Dies ist Ihre "Kontonummer" oder Ihr "Öffentlicher Schlüssel". Sie benötigen diese Adresse, wenn Ihnen jemand Ether oder Tokens senden möchte. Das Icon ist eine einfache Möglichkeit, die Adresse zu überprüfen '), _defineProperty(_de$data, 'x_Address', 'Ihre Adresse '), _defineProperty(_de$data, 'x_Cancel', 'Abbrechen '), _defineProperty(_de$data, 'x_CSV', 'CSV-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Download', 'Herunterladen '), _defineProperty(_de$data, 'x_Json', 'JSON-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_JsonDesc', 'Dies ist die unverschlüsselte Version deines privaten Schlüssels im JSON-Format. Du benötigst daher kein Passwort, aber jeder, der über diese JSON-Datei verfügt, hat ohne Passwort Zugang zu deinem Wallet und dem darin enthaltenen Ether. '), _defineProperty(_de$data, 'x_Keystore', 'Keystore File (UTC / JSON · Empfohlen · Verschlüsselt) '), _defineProperty(_de$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_de$data, 'x_KeystoreDesc', 'Diese Keystore-Datei passt zu dem Format, das von Mist verwendet wird, sodass Sie diese Datei dort zukünftig einfach importieren kannst. Es ist empfehlenswert, diese Datei herunterzuladen und zu sichern. '), _defineProperty(_de$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_de$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_de$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_de$data, 'x_Password', 'Passwort '), _defineProperty(_de$data, 'x_Print', 'Papier-Version des Wallets drucken '), _defineProperty(_de$data, 'x_PrintDesc', 'ProTip: Klicke auf "Drucken" und sichere die Datei als PDF, auch wenn du keinen Drucker hast! '), _defineProperty(_de$data, 'x_PrintShort', 'Drucken '), _defineProperty(_de$data, 'x_PrivKey', 'Privater Schlüssel (unverschlüsselt) '), _defineProperty(_de$data, 'x_PrivKey2', 'Privater Schlüssel '), _defineProperty(_de$data, 'x_PrivKeyDesc', 'Dies ist die unverschlüsselte Textversion deines privaten Schlüssels, d. h. Sie benötigen kein Passwort. Wenn jemand über diesen unverschlüsselten privaten Schlüssel verfügt, hat er/sie ohne Passwort Zugang zu Ihrem Wallet. Es wird daher empfohlen, den privaten Schlüssel zu verschlüsseln. '), _defineProperty(_de$data, 'x_Save', 'Sichern '), _defineProperty(_de$data, 'x_TXT', 'TXT-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Wallet', 'Wallet '), _defineProperty(_de$data, 'MEW_Warning_1', 'Bitte prüfe stets die URL, bevor du auf dein Wallet zugreifst oder ein neues Wallet erzeugst. Vorsicht vor Phishing-Seiten! '), _defineProperty(_de$data, 'CX_Warning_1', 'Stelle sicher, dass du über eine **externe Sicherung** von allen Wallets verfügst, die du hier speicherst. Es gibt viele Möglichkeiten, die dazu führen können, dass deine in dieser Chrome-Extension gespeicherten Daten verloren gehen, z.B. Deinstallation oder Neu-Installation. Diese Extension erleichert den Zugang zu deinen Wallets, ist jedoch keine empfohlene Möglichkeit, diese zu sichern. '), _defineProperty(_de$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_de$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_de$data, 'FOOTER_1', 'Ein quelloffenes, browserseitiges Werkzeug zur Erzeugung von Ethereum-Wallets und Versenden von Transaktionen. '), _defineProperty(_de$data, 'FOOTER_1b', 'Erstellt von '), _defineProperty(_de$data, 'FOOTER_2', 'Spenden sind herzlich willkommen '), _defineProperty(_de$data, 'FOOTER_3', 'Browserseitige Wallet-Erzeugung durch '), _defineProperty(_de$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_de$data, 'sidebar_AccountInfo', 'Kontoinformation '), _defineProperty(_de$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_de$data, 'sidebar_AccountBal', 'Kontostand '), _defineProperty(_de$data, 'sidebar_TokenBal', 'Token Kontostand '), _defineProperty(_de$data, 'sidebar_Equiv', 'Währungs-Gegenwerte '), _defineProperty(_de$data, 'sidebar_TransHistory', 'Transaktions-Historie '), _defineProperty(_de$data, 'sidebar_donation', 'MyEtherWallet ist ein freier, quelloffener Service, der deiner Privatsphäre und Sicherheit gewidmet ist. Je mehr Spenden wir erhalten, desto mehr Zeit können wir investieren, um neue Funktionen zu programmieren, dein Feedback zu verarbeiten und dir zu geben, was du dir wünschst. Wir sind nur zwei Leute, die die Welt ändern möchten. Hilfst du uns dabei? '), _defineProperty(_de$data, 'sidebar_donate', 'Spenden '), _defineProperty(_de$data, 'sidebar_thanks', 'Dankeschön!!! '), _defineProperty(_de$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_de$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_de$data, 'decrypt_Access', 'Wie möchtst du auf dein Wallet zugreifen? '), _defineProperty(_de$data, 'decrypt_Title', 'Wähle das Format deines privaten Schlüssels '), _defineProperty(_de$data, 'decrypt_Select', 'Wallet auswählen '), _defineProperty(_de$data, 'ADD_Label_1', 'Was möchtest du tun? '), _defineProperty(_de$data, 'ADD_Radio_1', 'Neues Wallet erstellen '), _defineProperty(_de$data, 'ADD_Radio_2', 'Wallet-Datei auswählen (Keystore / JSON) '), _defineProperty(_de$data, 'ADD_Radio_2_alt', 'Wallet-Datei auswählen '), _defineProperty(_de$data, 'ADD_Radio_2_short', 'WALLET-DATEI AUSWÄHLEN... '), _defineProperty(_de$data, 'ADD_Radio_3', 'Kopiere/Tippe deinen privaten Schlüssel ein '), _defineProperty(_de$data, 'ADD_Radio_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Radio_5', 'Füge deinen Mnemonic ein '), _defineProperty(_de$data, 'ADD_Radio_5_Path', 'Wählen Sie den `HD derivation path` '), _defineProperty(_de$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_de$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_de$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathCustom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'ADD_Label_2', 'Wähle ein Kürzel '), _defineProperty(_de$data, 'ADD_Label_3', 'Deine Datei ist verschlüsselt. Bitte gib das Passwort ein '), _defineProperty(_de$data, 'ADD_Label_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Warning_1', 'Du kannst unter dem "Wallet-Tab" eine Kontoadresse "beobachten", ohne den privaten Schlüssel hochzuladen. Du hast damit **keinen** Zugang zu diesem Wallet und kannst auch keinen Ether daraus versenden. '), _defineProperty(_de$data, 'ADD_Label_5', 'Kontoadresse eingeben '), _defineProperty(_de$data, 'ADD_Label_6', 'Wallet entsperren '), _defineProperty(_de$data, 'ADD_Label_6_short', 'Entsperren '), _defineProperty(_de$data, 'ADD_Label_7', 'Kontoadresse hinzufügen '), _defineProperty(_de$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_de$data, 'GEN_desc', 'Wenn Sie mehrere Wallets auf einmal erstellen möchten, können Sie dies hier tun '), _defineProperty(_de$data, 'GEN_Label_1', 'Geben Sie ein starkes Passwort ein (mindestens 9 Zeichen) '), _defineProperty(_de$data, 'GEN_Placeholder_1', 'BITTE VERGESSEN SIE NICHT dieses Passwort an einem sicheren Ort zu notieren! '), _defineProperty(_de$data, 'GEN_SuccessMsg', 'Erfolgreich! Ìhr Wallet wurde erzeugt. '), _defineProperty(_de$data, 'GEN_Label_2', 'Sichern Sie Ihre Keystore-Datei oder deinen privaten Schlüssel. Sichere auch dein Passwort! '), _defineProperty(_de$data, 'GEN_Label_3', 'Sichern Sie Ihre Kontoadresse. '), _defineProperty(_de$data, 'GEN_Label_4', 'Optional: Drucken Sie ein Papier-Wallet oder speichern Sie einen QR-Code. '), _defineProperty(_de$data, 'BULK_Label_1', 'Anzahl zu generierender Wallets '), _defineProperty(_de$data, 'BULK_Label_2', 'Wallets erstellen '), _defineProperty(_de$data, 'BULK_SuccessMsg', 'Erfolgreich! Ihre Wallets wurden erstellt. '), _defineProperty(_de$data, 'SEND_addr', 'An Adresse '), _defineProperty(_de$data, 'SEND_amount', 'Zu sendender Betrag '), _defineProperty(_de$data, 'SEND_amount_short', 'Betrag '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'SEND_gas', 'Gas '), _defineProperty(_de$data, 'SEND_TransferTotal', 'Gesamten verfügbaren Saldo übertragen '), _defineProperty(_de$data, 'SEND_generate', 'Erzeuge Transaktion '), _defineProperty(_de$data, 'SEND_raw', 'Transaktion (Binärformat) '), _defineProperty(_de$data, 'SEND_signed', 'Signierte Transaktion '), _defineProperty(_de$data, 'SEND_trans', 'Sende Transaktion '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefinierten Token hinzufügen '), _defineProperty(_de$data, 'SENDModal_Title', 'Achtung! '), _defineProperty(_de$data, 'SENDModal_Content_1', 'Sie sind dabei, '), _defineProperty(_de$data, 'SENDModal_Content_2', 'an die Adresse '), _defineProperty(_de$data, 'SENDModal_Content_3', 'zu senden. Sind Sie sicher, dass Sie das wollen? '), _defineProperty(_de$data, 'SENDModal_Content_4', 'HINWEIS: Wenn Sie eine Fehlermeldung erhalten, müssen Sie vermutlich Ihren Ether-Saldo erhöhen, um die Gas-Kosten des Token-Versands zu bezahlen. Gas wird in Ether bezahlt. '), _defineProperty(_de$data, 'SENDModal_No', 'Nein, ich möchte diesen Vorgang abbrechen! '), _defineProperty(_de$data, 'SENDModal_Yes', 'Ja, ich bin mir sicher! Führe die Transaktion durch. '), _defineProperty(_de$data, 'TOKEN_Addr', 'Token Contract Adresse '), _defineProperty(_de$data, 'TOKEN_Symbol', 'Token-Symbol '), _defineProperty(_de$data, 'TOKEN_Dec', 'Dezimalstellen '), _defineProperty(_de$data, 'TOKEN_hide', 'Verstecke Token '), _defineProperty(_de$data, 'TOKEN_show', 'Zeige alle Tokens '), _defineProperty(_de$data, 'TRANS_desc', 'Wenn Sie Token senden wollen, nutzen Sie bitte die "Sende Tokens" Funktion '), _defineProperty(_de$data, 'TRANS_warning', 'Wenn Sie die "Nur ETH" oder "Nur ETC" Funktionen benutzen, erfolgt die Transaktion über einen Vertrag. Einige Dienste haben ein Problem damit diese Transaktionen zu empfangen. Mehr lesen. '), _defineProperty(_de$data, 'TRANS_advanced', '+Fortgeschritten: Daten hinzufügen '), _defineProperty(_de$data, 'TRANS_data', 'Daten '), _defineProperty(_de$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_de$data, 'TRANS_sendInfo', 'Eine Standard Transaktion mit 21000 Gas kostet 0.000441 ETH. Wir zahlen einen minimal höheren Gaspreis von 0.000000021 ETH um zu garantieren, dass die Transaktion schnell bearbeitet wird. Wir erheben keine Transaktionsgebühren. '), _defineProperty(_de$data, 'TRANSModal_Title', '"Nur ETH" und "Nur ETC" Transaktionen '), _defineProperty(_de$data, 'TRANSModal_Content_0', 'Ein Hinweis zu den verschiedenen Transaktionen und Angeboten '), _defineProperty(_de$data, 'TRANSModal_Content_1', '**ETH (Standard Transaktion): ** Dies erzeugt eine Standard Transaktion direkt von einer Adresse zu einer anderen. Diese nutzt standardmässig 21000 Gas. Es ist gut möglich, dass alle Transaktionen dieser Art auf der ETC Blockchain wiederholt werden (Replay Attacke). '), _defineProperty(_de$data, 'TRANSModal_Content_2', '**Nur ETH: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETH** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_3', '**Nur ETC: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETC** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Sende nur Standard Transaktionen. Wenn du die Transaktion über eine der "Nur" Funktionen versendest, musst du den Support kontaktieren um deinen Betrag oder eine Rückerstattung zu erhalten. [Du kannst auch Shapeshifts "split" Werkzeug ausprobieren.](https://split.shapeshift.io/) '), _defineProperty(_de$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Keine Probleme bekannt. Nutzen, was Ihnen lieber ist '), _defineProperty(_de$data, 'TRANSModal_Yes', 'Cool, jetzt hab ich\'s verstanden. '), _defineProperty(_de$data, 'TRANSModal_No', 'Bitte was? Ich bin noch verwirrter. Ich brauche Hilfe '), _defineProperty(_de$data, 'OFFLINE_Title', 'Erzeuge & sende Offline Transaktionen '), _defineProperty(_de$data, 'OFFLINE_Desc', 'Offline Transaktionen können in drei Schritten erzeugt werden. Schritt 1 und 3 erledigen Sie an einem Online Computer und Schritt 3 an einem Offline/abgeschirmten Computer. Dies stellt sicher, dass Ihre privaten Schlüssel nie ein mit dem Internet verbundenes Gerät berühren. '), _defineProperty(_de$data, 'OFFLLINE_Step1_Title', 'Schritt 1: Informationen sammeln (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step1_Button', 'Informationen sammeln '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_1', 'Von Adresse '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_2', 'Hinweis: Dies ist die VON Adresse, nicht die AN Adresse. Die Nonce wird basierend auf dem Ursprungsaccount berechnet. Wenn du einen abgeschirmten Computer nutzt, wäre dies die Adresse deines "cold-storage". '), _defineProperty(_de$data, 'OFFLINE_Step2_Title', 'Schritt 2: Transaktion generieren (Offline Computer) '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_1', 'An Adresse '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_2', 'Zu sendender Betrag '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3', 'Gaspreis '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4b', '21000 ist das Standard Gas Limit. Wenn Sie Verträge oder Daten senden, müssen Sie diesen Wert eventuell anpassen. Alles ungenutzte Gas wird Ihnen zurück gesendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6', 'Daten '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6b', 'Dies ist optional. Daten werden meist in Transaktionen an Verträge verwendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_7', 'Geben Sie Ihren privaten Schlüssel ein. '), _defineProperty(_de$data, 'OFFLINE_Step3_Title', 'Schritt 3: Transaktion senden/veröffentlichen (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step3_Label_1', 'Kopieren Sie die signierte Transaktion aus Schritt 2 hier hinein und drücken Sie "TRANSAKTION SENDEN". '), _defineProperty(_de$data, 'DEP_generate', 'Bytecode generieren '), _defineProperty(_de$data, 'DEP_generated', 'Generierter Bytecode '), _defineProperty(_de$data, 'DEP_signtx', 'Transaktion signieren '), _defineProperty(_de$data, 'DEP_interface', 'Generiertes Interface '), _defineProperty(_de$data, 'MYWAL_Nick', 'Wallet Spitzname '), _defineProperty(_de$data, 'MYWAL_Address', 'Wallet Addresse '), _defineProperty(_de$data, 'MYWAL_Bal', 'Guthaben '), _defineProperty(_de$data, 'MYWAL_Edit', 'Bearbeiten '), _defineProperty(_de$data, 'MYWAL_View', 'Ansehen '), _defineProperty(_de$data, 'MYWAL_Remove', 'Löschen '), _defineProperty(_de$data, 'MYWAL_RemoveWal', 'Wallet löschen '), _defineProperty(_de$data, 'MYWAL_WatchOnly', 'Ihre Watch-Only Konten '), _defineProperty(_de$data, 'MYWAL_Viewing', 'Wallet anzeigen '), _defineProperty(_de$data, 'MYWAL_Hide', 'Wallet Info verstecken '), _defineProperty(_de$data, 'MYWAL_Edit_2', 'Wallet bearbeiten '), _defineProperty(_de$data, 'MYWAL_Name', 'Wallet Name '), _defineProperty(_de$data, 'MYWAL_Content_1', 'Achtung! Sie sind gerade dabei, Ihr Wallet zu löschen '), _defineProperty(_de$data, 'MYWAL_Content_2', 'Stellen Sie sicher, dass Sie **die private Key/JSON Datei und das Passwort** Ihres Wallets gespeichert hast, bevor Sie es löschen. '), _defineProperty(_de$data, 'MYWAL_Content_3', 'Wenn Sie dieses Wallet in Zukunft mit MyEtherWallet CX verwenden wollen, müssen Sie es mittels des privaten Schlüssels/JSON Datei und Ihrem Passwort manuell wieder hinzufügen. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle', 'Dies erlaubt Ihnen, den Download verschiedener Versionen Ihres privaten Schlüssels sowie das erneute Drucken Ihres Papier-Wallets. Es wird empfohlen, dies zu tun um [Ihren Account in Geth/Mist zu importieren.](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Zum Überprüfen Ihres Kontostands empfehlen wir, einen Blockchain Explorer wie [etherscan.io](https://etherscan.io/) zu verwenden. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle_Short', 'Dies erlaubt Ihnen den Download verschiedener Versionen Ihres privaten Schlüssel sowie das erneute Drucken Ihres Papier-Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_SuccessMsg', 'Erfolgreich! Hier sind die Daten Ihres Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_ShowPrivKey', '(anzeigen)'), _defineProperty(_de$data, 'VIEWWALLET_HidePrivKey', '(verbergen)'), _defineProperty(_de$data, 'CX_error_1', 'Sie haben keine Wallets gespeichert. Klicken Sie ["Wallet hinzufügen"](/cx-wallet.html#add-wallet) um eines hinzuzufügen! '), _defineProperty(_de$data, 'CX_quicksend', 'Senden '), _defineProperty(_de$data, 'NODE_Title', 'Benutzerdefinierten Knoten einstellen'), _defineProperty(_de$data, 'NODE_Subtitle', 'Verbinde mit einem lokalem Knoten...'), _defineProperty(_de$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_de$data, 'NODE_Name', 'Knotenname'), _defineProperty(_de$data, 'NODE_Port', 'Knotenport'), _defineProperty(_de$data, 'NODE_CTA', 'Speicher & Benutze Knoten'), _defineProperty(_de$data, 'CONTRACT_Title', 'Vertragsadresse '), _defineProperty(_de$data, 'CONTRACT_Title_2', 'Existierenden Vertrag auswählen '), _defineProperty(_de$data, 'CONTRACT_Json', 'ABI / JSON Schnittstelle '), _defineProperty(_de$data, 'CONTRACT_Interact_Title', 'Vertrag lesen / schreiben '), _defineProperty(_de$data, 'CONTRACT_Interact_CTA', 'Wählen Sie eine Funktion '), _defineProperty(_de$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_de$data, 'CONTRACT_Read', 'LESEN '), _defineProperty(_de$data, 'CONTRACT_Write', 'SCHREIBEN '), _defineProperty(_de$data, 'SWAP_rates', "Aktueller Kurs "), _defineProperty(_de$data, 'SWAP_init_1', "Wechsel meine "), _defineProperty(_de$data, 'SWAP_init_2', " gegen "), _defineProperty(_de$data, 'SWAP_init_CTA', "Fortfahren! "), _defineProperty(_de$data, 'SWAP_information', "Ihre Informationen "), _defineProperty(_de$data, 'SWAP_send_amt', "Zusendender Betrag "), _defineProperty(_de$data, 'SWAP_rec_amt', "Empfangender Betrag "), _defineProperty(_de$data, 'SWAP_your_rate', "Ihr Kurs "), _defineProperty(_de$data, 'SWAP_rec_add', "Ihre Empfangsadresse "), _defineProperty(_de$data, 'SWAP_start_CTA', "Starte Wechsel "), _defineProperty(_de$data, 'SWAP_ref_num', "Ihre Referenznummer "), _defineProperty(_de$data, 'SWAP_time', "Zum Senden verbleibende Zeit "), _defineProperty(_de$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_de$data, 'SWAP_progress_1', "Auftrag initialisiert "), _defineProperty(_de$data, 'SWAP_progress_2', "Warte auf Ihre "), _defineProperty(_de$data, 'SWAP_progress_3', "Erhalten! "), _defineProperty(_de$data, 'SWAP_progress_4', "Sende Ihre {{orderResult.output.currency}} "), _defineProperty(_de$data, 'SWAP_progress_5', "Auftrag erfüllt "), _defineProperty(_de$data, 'SWAP_order_CTA', "Bitte sende "), _defineProperty(_de$data, 'SWAP_unlock', "Schalten Sie Ihr Wallet frei um ETH oder Tokens direkt von dieser Seite aus zu senden "), _defineProperty(_de$data, 'MSG_message', 'Nachricht '), _defineProperty(_de$data, 'MSG_date', 'Datum '), _defineProperty(_de$data, 'MSG_signature', 'Signatur '), _defineProperty(_de$data, 'MSG_verify', 'Nachricht verifizieren '), _defineProperty(_de$data, 'MSG_info1', 'Fügen Sie das aktuelle Datum ein, so dass die Signatur an einem anderem Datum nicht wiederbenutzt wird '), _defineProperty(_de$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_de$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_de$data, 'MNEM_1', 'Wählen Sie den Vertrag, mit dem Sie interagieren wollen. '), _defineProperty(_de$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_de$data, 'MNEM_more', 'Mehrere Adressen '), _defineProperty(_de$data, 'MNEM_prev', 'Letzte Adressen '), _defineProperty(_de$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_1', 'Verbinde deinen Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_2', 'Öffne das Ethereum Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Exp', 'Öffne das Expanse Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Ubq', 'Öffne das Ubiq Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_3', 'Gehe sicher, dass Browser Support aktiviert ist. '), _defineProperty(_de$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_de$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_de$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_de$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_de$data, 'x_Trezor', 'TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Zu TREZOR Verbinden '), _defineProperty(_de$data, 'ADD_Trezor_select', 'Dies ist ein TREZOR seed '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_de$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_de$data, 'ERROR_0', 'Bitte gebe einen gültigen Betrag ein '), _defineProperty(_de$data, 'ERROR_1', 'Dein Passwort muss mindestens 9 Zeichen lang sein. Bitte wähle ein sicheres Passwort. '), _defineProperty(_de$data, 'ERROR_2', 'Oh oh! Wir haben den Typ der Wallet-Datei nicht erkannt. '), _defineProperty(_de$data, 'ERROR_3', 'Dies ist keine gültige Wallet-Datei. '), _defineProperty(_de$data, 'ERROR_4', 'Diese Einheit existiert nicht, bitte wähle eine dieser Einheiten aus '), _defineProperty(_de$data, 'ERROR_5', 'Bitte gebe eine gültige Addresse ein. '), _defineProperty(_de$data, 'ERROR_6', 'Bitte gebe eine gültige Passwort ein. '), _defineProperty(_de$data, 'ERROR_7', 'Bitte gebe eine gültige Betrag ein. (Must be integer. Try 0-18.) '), _defineProperty(_de$data, 'ERROR_8', 'Bitte gebe eine gültige Gasverbrauch ein. (Must be integer. Try 21000-4000000.) '), _defineProperty(_de$data, 'ERROR_9', 'Bitte gebe eine gültige Datenwert ein. (Must be hex.) '), _defineProperty(_de$data, 'ERROR_10', 'Bitte gebe eine gültige Gasbetrag ein. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_de$data, 'ERROR_11', 'Bitte gebe eine gültige Nonce ein. (Must be integer.) '), _defineProperty(_de$data, 'ERROR_12', 'Ungültige unterzeichnete Transaktion. '), _defineProperty(_de$data, 'ERROR_13', 'Ein Wallet mit diesem Spitznamen existiert bereits. '), _defineProperty(_de$data, 'ERROR_14', 'Wallet nicht gefunden. '), _defineProperty(_de$data, 'ERROR_15', 'Es sieht nicht so aus als würde ein Proposal mit dieser ID existieren oder es gab einen Fehler beim Lesen des Proposal. '), _defineProperty(_de$data, 'ERROR_16', 'Es ist bereits ein Wallet mit dieser Adresse gespeichert. Bitte überprüfe die Seite deines Wallets. '), _defineProperty(_de$data, 'ERROR_17', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert. Du brauchst **0.01 ETH** in deinem Account um die Gaskosten zu decken. Bitte füge ETH hinzu und versuche es noch einmal. '), _defineProperty(_de$data, 'ERROR_18', 'Diese Transaktion würde dein gesamtes verbleibendes Gas verbrauchen. Das bedeutet, du hast bereits über dieses Proposal abgestimmt oder die Debattierphase ist zu Ende. '), _defineProperty(_de$data, 'ERROR_19', 'Ungültiges Symbol '), _defineProperty(_de$data, 'ERROR_20', 'Kein gültiger ERC-20 Token '), _defineProperty(_de$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_de$data, 'ERROR_22', 'Bitte gebe einen gültigen Knotennamen ein '), _defineProperty(_de$data, 'ERROR_23', 'Bitte gebe eine gültige URL ein. Falls du dich mit HTTPS verbindest, muss auch der Knoten mit HTTPS ausgestattet werden. '), _defineProperty(_de$data, 'ERROR_24', 'Bitte gebe eine gültige Portnummer ein '), _defineProperty(_de$data, 'ERROR_25', 'Bitte gebe eine gültige Chain-ID ein '), _defineProperty(_de$data, 'ERROR_26', 'Bitte gebe eine gültige ABI ein '), _defineProperty(_de$data, 'ERROR_27', 'Mindestbetrag: 0.01. Maximaler Betrag: '), _defineProperty(_de$data, 'ERROR_28', '**Du benötigst deine Keystore-Datei & das Passwort** (oder den privaten Schlüssel) um künftig auf dein Wallet zugreifen zu können. Bitte sichere diese Datei daher auf einem externen Medium! Es gibt KEINE Möglichkeit, ein Wallet wiederherzustellen, wenn du diese Datei und das Passwort nicht sicherst. Lies die [Hilfe-Seite](https://www.myetherwallet.com/#help) für weitere Informationen. '), _defineProperty(_de$data, 'ERROR_29', 'Bitte gebe einen gültigen Benutzer und Password ein '), _defineProperty(_de$data, 'ERROR_30', 'Bitte gebe einen gültigen ENS Namen ein '), _defineProperty(_de$data, 'ERROR_31', 'Bitte gebe einen gültigen Geheime Phasre ein '), _defineProperty(_de$data, 'ERROR_32', 'Verbindung zum Knoten nicht möglich. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_de$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_de$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_de$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_de$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_de$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_de$data, 'SUCCESS_1', 'Gültige Addresse '), _defineProperty(_de$data, 'SUCCESS_2', 'Wallet erfolgreich entschlüsselt '), _defineProperty(_de$data, 'SUCCESS_3', 'Deine Transaktion wurde **in das Netzwerk geschickt**. Sie muss noch gemined & validiert werden. (1) Drück auf den Link. Zähle bis 20. Lade die Seite neu. Schau dass dort keine roten ( ! ) Fehler kommen. Wenn keine Transaktionsdetails kommen, warte. Deine Transaktion wartet gemined zu werden. TX ID: '), _defineProperty(_de$data, 'SUCCESS_4', 'Dein Wallet wurde erfolgreich hinzugefügt '), _defineProperty(_de$data, 'SUCCESS_5', 'Ausgewählte Datei '), _defineProperty(_de$data, 'SUCCESS_6', 'Erfolgreich verbunden '), _defineProperty(_de$data, 'SUCCESS_7', 'Nachrichten Signatur verifiziert'), _defineProperty(_de$data, 'GETH_InvalidSender', 'Invalid sender Ungültiger Sender '), _defineProperty(_de$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_de$data, 'GETH_Cheap', 'Gaspreis zu niedrig! '), _defineProperty(_de$data, 'GETH_Balance', 'Nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_NonExistentAccount', 'Account existiert nicht oder besitzt nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_InsufficientFunds', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert '), _defineProperty(_de$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_de$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_de$data, 'GETH_NegativeValue', 'Negativer Wert '), _defineProperty(_de$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_de$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_de$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_de$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} and got: {}."), _defineProperty(_de$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_de$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_de$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_de$data, 'translate_version', '0.5 '), _defineProperty(_de$data, 'Translator_Desc', 'Vielen Dank an unsere ÜbersetzerInnen '), _defineProperty(_de$data, 'TranslatorName_1', 'christoph2806 · K · '), _defineProperty(_de$data, 'TranslatorAddr_1', ''), _defineProperty(_de$data, 'TranslatorName_2', '[mawalu](https://www.myetherwallet.com/?gaslimit=21000&to=0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_2', '0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3 '), _defineProperty(_de$data, 'TranslatorName_3', '[huhn_solo](https://www.myetherwallet.com/?gaslimit=21000&to=0x1DAd1765381460db9A44846cDfA6f74c65A06B77&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_3', '0x1DAd1765381460db9A44846cDfA6f74c65A06B77 '), _defineProperty(_de$data, 'TranslatorName_4', '[FelixA](https://www.myetherwallet.com/?gaslimit=21000&to=0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_4', '0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D '), _defineProperty(_de$data, 'TranslatorName_5', 'danielsun174 · ffidan61 · [u/Preisschild](https://www.myetherwallet.com/?gaslimit=21000&to=0x700Eb9142a0CC709fce80709cfbF5Ac25438c584&value=0.1#send-transaction) '), _defineProperty(_de$data, 'TranslatorAddr_5', ''), _defineProperty(_de$data, 'HELP_Warning', 'Falls du vor dem **31.12.2015** ein Wallet generiert, oder das Repository heruntergeladen hast, bitte überprüfe deine Wallets & lade eine neue Version des Repositories herunter. Klick für details. '), _defineProperty(_de$data, 'HELP_Desc', 'Hast du das Gefühl etwas fehlt? Hast du eine andere Frage? [Schreib uns](mailto:support@myetherwallet.com) und wir werden nicht nur deine Frage beantworten, wir werden auch die Seite updaten, damit diese in der Zukunft noch einfacher zu bedienen sein wird! '), _defineProperty(_de$data, 'HELP_Remind_Title', 'Ein paar Erinnerungshilfen '), _defineProperty(_de$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, sowie einige der verwendeten Javascript Bibliotheken, die wir verwenden, befinden sich noch in Entwicklung.** Zwar haben wir alles umfassend getestet und es wurden erfolgeich tausende Wallets von Menschen aus aller Welt kreiert, jedoch bestimmt immer eine gewisse Gefahr, dass etwas unerwartetes passiert und dein Ether verloren geht. Bitte investiere nicht mehr als du verlieren kannst, und sei immer vorsichtig. Sollte etwas schlimmes passieren, **können wir uns leider nicht verantwortlich für einen Verlust zeichnen**. '), _defineProperty(_de$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX sind keine "web wallets". Du erstellst keinen Account oder sendest uns Ether den wir halten. Alle Daten bleiben auf deinem Computer, bzw. Browser. Unser Auftrag ist es, dir das Erstellen, Speichern und Zugreifen auf deine Accounts zu vereinfachen, sowie dir eine simple Möglichkeit zur Interaktion mit der Blockchain zu bieten. '), _defineProperty(_de$data, 'HELP_Remind_Desc_3', 'Falls du deinen privaten Schlüssel und Passwort nicht speicherst, gibt es keine Möglichkeit den Zugriff auf das Konto und die darauf befindlichen Mittel wieder herzustellen. Bitte erstelle Back-ups und speichere deine Zugriffsdaten an verschiedenen Orten – nicht nur deinem Computer! '), _defineProperty(_de$data, 'HELP_0_Title', '0) Ich bin neu. Was soll ich machen? '), _defineProperty(_de$data, 'HELP_0_Desc_1', 'MyEtherWallet bietet dir die Möglichkeit neue Wallets zu generieren, damit du deinen Ether selbst speichern kannst, und keine Exchange nutzen musst. Dieser Prozess findet ausschließlich auf deinem Computer statt. Daher bist auch **du dafür Verantwortlich, Back-ups zu erstellen** wenn du ein Wallet verwenden möchtest. '), _defineProperty(_de$data, 'HELP_0_Desc_2', 'Erstelle ein neues Wallet. '), _defineProperty(_de$data, 'HELP_0_Desc_3', 'Erstelle ein Back-up deines Wallets. '), _defineProperty(_de$data, 'HELP_0_Desc_4', 'Verifiziere, dass du Zugriff auf dein neues Wallet hast und alle nötigen Informationen korrekt gespeichert sind. '), _defineProperty(_de$data, 'HELP_0_Desc_5', 'Überweise Ether auf das neue Wallet. '), _defineProperty(_de$data, 'HELP_1_Title', '1) Wie erstelle ich ein neues Wallet? '), _defineProperty(_de$data, 'HELP_1_Desc_1', 'Geh zur "Wallet hinzufügen" Seite. '), _defineProperty(_de$data, 'HELP_1_Desc_2', 'Geh zur "Wallet hinzufügen" Seite & wähle "Neues Wallet erstellen" aus. '), _defineProperty(_de$data, 'HELP_1_Desc_3', 'Wähle ein starkes Passwort aus. Falls du glaubst, dass du es vergessen könntest, speichere es an einem sicheren Ort ab. Du benötigst das Passwort um Transaktionen zu tätigen. '), _defineProperty(_de$data, 'HELP_1_Desc_4', 'Klicke auf "Wallet erstellen". '), _defineProperty(_de$data, 'HELP_1_Desc_5', 'Dein Wallet wurde nun erstellt. '), _defineProperty(_de$data, 'HELP_2a_Title', 'Wie speichere ich/erstelle Back-ups meines Wallets? '), _defineProperty(_de$data, 'HELP_2a_Desc_1', 'Du solltest dein Wallet immer an verschiedenen physischen Orten abspeichern - beispielsweise auf einem USB-Stick und/oder einem Stück Papier. '), _defineProperty(_de$data, 'HELP_2a_Desc_2', 'Speichere die Adresse. Du kannst sie für dich behalten oder mit anderen teilen. Auf diese Adresse können andere Ether an dich senden. '), _defineProperty(_de$data, 'HELP_2a_Desc_3', 'Speiche verschiedene Versionen deines privaten Schlüssels. Teile ihn nicht mit jemand anderem. Dein privater Schlüssel ist notwendig, wenn du auf deinen Ether zugreifen willst, um eine Überweisung zu tätigen! Es gibt 3 Arten des privaten Schlüssels '), _defineProperty(_de$data, 'HELP_2a_Desc_4', 'Speichere deine Adresse, die verschiedenen Versionen des privaten Schlüssels, sowie eine PDF deines Papier-Wallets in einem Ordner. Speichere diesen auf deinem Computer und einem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_5', 'Drucke das Wallet falls du einen Drucker hast. Andernfalls, schreibe deinen privaten Schlüssel und die Adresse auf ein Blatt Papier. Lagere dieses an einem sicheren Ort, abseits von deinem Computer und dem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_6', 'Bitte denk daran, dass du den Verlust des Schlüssels aufgrund des Verlusts oder Versagen deiner Festplatte, des USB-Sticks oder dem Papier, selbst verhindern musst. Erwäge daher auch Situationen wie ein Feuer oder eine Überflutung. '), _defineProperty(_de$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_de$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_de$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_de$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_de$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_de$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_de$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_de$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_de$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_de$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_de$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_de$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find you account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_de$data, 'HELP_4_Title', '4) Wie kann ich Ether von einer Wallet zur anderen senden? '), _defineProperty(_de$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_de$data, 'HELP_4_Desc_2', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4_Desc_9', 'Drücke auf "Generate Transaction". '), _defineProperty(_de$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_4CX_Title', '4) Wie kann ich Ether über MyEtherWallet CX senden? '), _defineProperty(_de$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_de$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_de$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_de$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_de$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_de$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_de$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_de$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_de$data, 'HELP_4CX_Desc_12', 'Using "Sende Ether und Tokens" Page '), _defineProperty(_de$data, 'HELP_5_Title', '5) Wie kann ich MyEtherWallet.com offline/lokal starten? '), _defineProperty(_de$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_de$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_de$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_de$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_de$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_de$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_de$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_de$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_de$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_de$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_de$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_de$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_de$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_de$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_de$data, 'HELP_7_Desc_1', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_de$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_de$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_de$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_de$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_de$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_de$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_de$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_de$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_de$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_de$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_de$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_de$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_de$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_de$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_de$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_de$data, 'HELP_9_Title', '9) Is the "Sende Ether und Tokens" page offline? '), _defineProperty(_de$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_de$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_de$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_de$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_de$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_de$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_de$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_de$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_de$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_de$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_de$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_de$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_de$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_de$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_de$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_de$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_de$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_de$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_de$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_de$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_de$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_de$data, 'HELP_12_Desc_15b', 'Wenn du an einem PC bist '), _defineProperty(_de$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_de$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_de$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_de$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_de$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_de$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_de$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_de$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_de$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_de$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_de$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_de$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_de$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_de$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_de$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_de$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_de$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_de$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_de$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_de$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_de$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_de$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_de$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_de$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_de$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_de$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_de$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_de$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_de$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_de$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_de$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_de$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_de$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_de$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_de$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_de$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_de$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_de$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_de$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_de$data, 'HELP_FAQ_Title', 'Mehr hilfreiche Antworten zu oft gefragten Fragen '), _defineProperty(_de$data, 'HELP_Contact_Title', 'Kontakt zu uns'), _de$data); +}, _defineProperty(_de$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_de$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_de$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_de$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_de$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_de$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_de$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_de$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_de$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_de$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_de$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_de$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_de$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_de$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_de$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_de$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_de$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_de$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_de$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_de$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_de$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_de$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_de$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_de$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_de$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_de$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_de$data, 'x_CancelReplaceTx', 'Transaktion ersetzen oder zurückziehen'), _defineProperty(_de$data, 'x_CancelTx', 'Transaktion zurückziehen'), _defineProperty(_de$data, 'x_PasswordDesc', 'Dieses Passwort * verschlüsselt * Ihren privaten Schlüssel. Es wird nicht verwendet, um den Schlüssel zu erzeugen. **Sie benötigen dieses Passwort und ihren privaten Schlüssel, um das Wallet zu entsperren.**'), _defineProperty(_de$data, 'x_ReadMore', 'Weiter lesen'), _defineProperty(_de$data, 'x_ReplaceTx', 'Transaktion ersetzen'), _defineProperty(_de$data, 'x_TransHash', 'Transaktions Hash'), _defineProperty(_de$data, 'x_TXFee', 'TX Gebühr'), _defineProperty(_de$data, 'x_TxHash', 'TX Hash'), _defineProperty(_de$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_de$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_de$data, 'tx_Details', 'Transaktionsdetails'), _defineProperty(_de$data, 'tx_Summary', 'Zu manchen Zeiten (z.B. während der Laufzeit mancher ICOs) können einzelne Transaktionen für Stunden, villeicht sogar Tage ausstehen. Dieses Tool gibt Ihnen die Fähigkeit ihre Transaktion zu finden und zu widerrufen / ersetzen. ** Dies können Sie normalerweise nicht machen. Man sollte sich darauf nicht verlassen und es funktioniert nur, wenn die TX Pools voll sind. [Lesen Sie mehr über das Tool hier](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_de$data, 'tx_notFound', 'Transaktion nicht gefunden'), _defineProperty(_de$data, 'tx_notFound_1', 'Die Transaktion kann nicht in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden werden.'), _defineProperty(_de$data, 'tx_notFound_2', 'Wenn Sie die Transaktion erst gesendet haben, warten Sie bitte 15 Sekunden und drücken dann den "Check TX Status" Button erneut. '), _defineProperty(_de$data, 'tx_notFound_3', 'Sie könnte noch in dem Transaktions-Pool eines anderen Node sein und wartet gemined zu werden.'), _defineProperty(_de$data, 'tx_notFound_4', 'Bitte benutzen Sie das DropDown Menü oben-rechts & wählen Sie eine andere Node aus (z.B. `ETH (Etherscan.io)` oder `ETH (Infura.io)` oder `ETH (MyEtherWallet)`) und prüfen es erneut.'), _defineProperty(_de$data, 'tx_foundInPending', 'Wartende Transaktion gefunden'), _defineProperty(_de$data, 'tx_foundInPending_1', 'Ihre Transaktion wurde in dem Transaktions-Pool des Nodes, mit dem Sie verbunden sind, gefunden. '), _defineProperty(_de$data, 'tx_foundInPending_2', 'Sie steht derzeit aus (wartet gemined zu werden). '), _defineProperty(_de$data, 'tx_foundInPending_3', 'Es ist möglich Sie zu widerrufen oder diese Transaktion zu ersetzen. Entsperren Sie ihre Wallet darunter.'), _defineProperty(_de$data, 'tx_FoundOnChain', 'Transaktion gefunden'), _defineProperty(_de$data, 'tx_FoundOnChain_1', 'Ihre Transaktion wurde gemined und ist nun in der Blockchain.'), _defineProperty(_de$data, 'tx_FoundOnChain_2', '**Wenn Sie ein rotes`( ! )`, ein `BAD INSTRUCTION` oder `OUT OF GAS` Fehlernachricht bekommen**, heißt dass, dass die Transaktion nicht erfolgreich *gesendet* worden ist. Sie können die Transaktion nicht zurücknehmen oder ersetzen. Stattdessen, sende eine neue Transaktion. Wenn Sie einen "Out of Gas" Fehler bekommen, sollten Sie das GasLimit verdoppeln, dass Sie ursprünglich benutzt haben.'), _defineProperty(_de$data, 'tx_FoundOnChain_3', '**Wenn sie keine Fehlernachrichten bekommen, wurde ihre Transaktion erfolgreich versendet.** Ihre ETH oder Tokens sind dort, wohin sie versendet wurden. Wenn Sie die ETH or Tokens nicht im anderen Wallet / Exchange account sehen können, und es schon mehr als 24 Stunden her ist, seitdem Sie gesendet haben, bitte [Kontaktieren Sie den Service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Senden Sie den *link* zu ihrer Transaktion und fragen Sie höflich, die Situation anzuschauen.'), _defineProperty(_de$data, 'GEN_Help_1', 'Nutzen Sie Ihre'), _defineProperty(_de$data, 'GEN_Help_2', 'um auf Ihren Account zuzugreifen.'), _defineProperty(_de$data, 'GEN_Help_3', 'Ihr Gerät * ist * Ihr Wallet.'), _defineProperty(_de$data, 'GEN_Help_4', 'Anleitungen & FAQ'), _defineProperty(_de$data, 'GEN_Help_5', 'Wie erstellt man eine Wallet'), _defineProperty(_de$data, 'GEN_Help_6', 'Einstieg'), _defineProperty(_de$data, 'GEN_Help_7', 'Sicher aufbewahren · Machen Sie eine Sicherung · Zeigen Sie es keinem · Verlieren Sie es nicht · Es gibt * keinen * Weg diese Informationen wiederherzustellen, wenn Sie es verlieren.'), _defineProperty(_de$data, 'GEN_Help_8', 'Datei wird nicht heruntergeladen? '), _defineProperty(_de$data, 'GEN_Help_9', 'Versuche Google Chrome oder Chromium zu benutzen '), _defineProperty(_de$data, 'GEN_Help_10', 'Rechtsklick & Datei speichern als. Dateiname: '), _defineProperty(_de$data, 'GEN_Help_11', 'Diese Datei auf deinem Computer **nicht** öffnen '), _defineProperty(_de$data, 'GEN_Help_12', 'Nutze es um dein Wallet bei MyEtherWallet (oder Mist, Geth, Parity und andere Wallet Clients.) zu öffnen '), _defineProperty(_de$data, 'GEN_Help_13', 'Wie kann ich meine Keystore File sichern? '), _defineProperty(_de$data, 'GEN_Help_14', 'Was sind diese verschiedene Formate? '), _defineProperty(_de$data, 'GEN_Help_15', 'Verhüten Sie den Verlust & Diebstahl Ihres Geldes.'), _defineProperty(_de$data, 'GEN_Help_16', 'Was sind diese verschiedene Formate?'), _defineProperty(_de$data, 'GEN_Help_17', 'Warum sollte Ich?'), _defineProperty(_de$data, 'GEN_Help_18', 'Um ein zweites Backup zu haben.'), _defineProperty(_de$data, 'GEN_Help_19', 'Im Fall, dass Sie Ihr Passwort vergessen.'), _defineProperty(_de$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_de$data, 'GET_ConfButton', 'Ich verstehe. Weiter.'), _defineProperty(_de$data, 'GEN_Label_5', 'Sichern Sie Ihren `Privaten Schlüssel`. '), _defineProperty(_de$data, 'GEN_Unlock', 'Entsperren Sie Ihr Wallet um Ihre Adresse zu sehen.'), _defineProperty(_de$data, 'GAS_PRICE_Desc', 'Der `Gas Preis` ist der Betrag, den Sie für eine Einheit `Gas` bezahlen. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Je höher der Gas-Preis, desto schneller wird die Transaktion verarbeitet, aber desto teurer wird die Transaktionsgebühr. Der Standardwert ist `41 GWEI`.'), _defineProperty(_de$data, 'GAS_LIMIT_Desc', 'Das Gas-Limit ist der Betrag an Gas, der mit Ihrer Transaktion mitgeschickt wird. `Transaktionsgebühr = Gas Preis * Gas Limit`. Dieser Betrag wird den Minern gezahlt, die Ihre Transaktion in einem Block einschließen. Wenn Sie diese Zahl erhöhen, wird ihre Transaktion nicht schneller verarbeitet. Eine zu kleine Zahl kann jedoch bedeuten, dass die Transaktion nicht erfolgreich verarbeitet werden kann. Ein Anhaltspunkt: Eine einfache Überweisung benötigt ca. 21000 Gas, ein Token-Transfer etwa 200.000 Gas.'), _defineProperty(_de$data, 'NONCE_Desc', 'Der `Nonce` ist die Zahl der Transaktionen, die von einer bestimmten Adresse aus gesendet wurden. Er stellt sicher, dass Transaktionen der Reihe nach und nicht doppelt ausgeführt werden können.'), _defineProperty(_de$data, 'TXFEE_Desc', 'Die Transaktionsgebühr wird den Miner(n) bezahlt, die Ihre Transaktion in einen Block einschließen. Es wird durch `Gas-Limit` * `Gas-Preis` berechnet. [Du kannst GWEI -> ETH hier umwandeln](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_de$data, 'NAV_AddWallet', 'Wallet hinzufügen '), _defineProperty(_de$data, 'NAV_BulkGenerate', 'Mehrere Wallets erstellen '), _defineProperty(_de$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_de$data, 'NAV_Contracts', 'Verträge '), _defineProperty(_de$data, 'NAV_DeployContract', 'Vertrag aufstellen '), _defineProperty(_de$data, 'NAV_ENS', 'ENS'), _defineProperty(_de$data, 'NAV_GenerateWallet_alt', 'Neues Wallet '), _defineProperty(_de$data, 'NAV_GenerateWallet', 'Wallet erstellen '), _defineProperty(_de$data, 'NAV_Help', 'Hilfe '), _defineProperty(_de$data, 'NAV_InteractContract', 'Interagieren mit Vertrag '), _defineProperty(_de$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_de$data, 'NAV_MyWallets', 'Meine Wallets '), _defineProperty(_de$data, 'NAV_Offline', 'Sende offline '), _defineProperty(_de$data, 'NAV_SendEther', 'Sende Ether und Tokens '), _defineProperty(_de$data, 'NAV_SendTokens', 'Sende Tokens '), _defineProperty(_de$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_de$data, 'NAV_Swap', 'Wechseln '), _defineProperty(_de$data, 'NAV_ViewWallet', 'Wallet Infos anzeigen '), _defineProperty(_de$data, 'NAV_YourWallets', 'Deine Wallets '), _defineProperty(_de$data, 'x_Access', 'Zugriff '), _defineProperty(_de$data, 'x_AddessDesc', 'Dies ist Ihre "Kontonummer" oder Ihr "Öffentlicher Schlüssel". Sie benötigen diese Adresse, wenn Ihnen jemand Ether oder Tokens senden möchte. Das Icon ist eine einfache Möglichkeit, die Adresse zu überprüfen '), _defineProperty(_de$data, 'x_Address', 'Ihre Adresse '), _defineProperty(_de$data, 'x_Cancel', 'Abbrechen '), _defineProperty(_de$data, 'x_CSV', 'CSV-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Download', 'Herunterladen '), _defineProperty(_de$data, 'x_Json', 'JSON-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_JsonDesc', 'Dies ist die unverschlüsselte Version deines privaten Schlüssels im JSON-Format. Du benötigst daher kein Passwort, aber jeder, der über diese JSON-Datei verfügt, hat ohne Passwort Zugang zu deinem Wallet und dem darin enthaltenen Ether. '), _defineProperty(_de$data, 'x_Keystore', 'Keystore File (UTC / JSON · Empfohlen · Verschlüsselt) '), _defineProperty(_de$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_de$data, 'x_KeystoreDesc', 'Diese Keystore-Datei passt zu dem Format, das von Mist verwendet wird, sodass Sie diese Datei dort zukünftig einfach importieren kannst. Es ist empfehlenswert, diese Datei herunterzuladen und zu sichern. '), _defineProperty(_de$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_de$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_de$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_de$data, 'x_Password', 'Passwort '), _defineProperty(_de$data, 'x_Print', 'Papier-Version des Wallets drucken '), _defineProperty(_de$data, 'x_PrintDesc', 'ProTip: Klicke auf "Drucken" und sichere die Datei als PDF, auch wenn du keinen Drucker hast! '), _defineProperty(_de$data, 'x_PrintShort', 'Drucken '), _defineProperty(_de$data, 'x_PrivKey', 'Privater Schlüssel (unverschlüsselt) '), _defineProperty(_de$data, 'x_PrivKey2', 'Privater Schlüssel '), _defineProperty(_de$data, 'x_PrivKeyDesc', 'Dies ist die unverschlüsselte Textversion deines privaten Schlüssels, d. h. Sie benötigen kein Passwort. Wenn jemand über diesen unverschlüsselten privaten Schlüssel verfügt, hat er/sie ohne Passwort Zugang zu Ihrem Wallet. Es wird daher empfohlen, den privaten Schlüssel zu verschlüsseln. '), _defineProperty(_de$data, 'x_Save', 'Sichern '), _defineProperty(_de$data, 'x_TXT', 'TXT-Datei (unverschlüsselt) '), _defineProperty(_de$data, 'x_Wallet', 'Wallet '), _defineProperty(_de$data, 'MEW_Warning_1', 'Bitte prüfe stets die URL, bevor du auf dein Wallet zugreifst oder ein neues Wallet erzeugst. Vorsicht vor Phishing-Seiten! '), _defineProperty(_de$data, 'CX_Warning_1', 'Stelle sicher, dass du über eine **externe Sicherung** von allen Wallets verfügst, die du hier speicherst. Es gibt viele Möglichkeiten, die dazu führen können, dass deine in dieser Chrome-Extension gespeicherten Daten verloren gehen, z.B. Deinstallation oder Neu-Installation. Diese Extension erleichert den Zugang zu deinen Wallets, ist jedoch keine empfohlene Möglichkeit, diese zu sichern. '), _defineProperty(_de$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_de$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_de$data, 'FOOTER_1', 'Ein quelloffenes, browserseitiges Werkzeug zur Erzeugung von Ethereum-Wallets und Versenden von Transaktionen. '), _defineProperty(_de$data, 'FOOTER_1b', 'Erstellt von '), _defineProperty(_de$data, 'FOOTER_2', 'Spenden sind herzlich willkommen '), _defineProperty(_de$data, 'FOOTER_3', 'Browserseitige Wallet-Erzeugung durch '), _defineProperty(_de$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_de$data, 'sidebar_AccountInfo', 'Kontoinformation '), _defineProperty(_de$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_de$data, 'sidebar_AccountBal', 'Kontostand '), _defineProperty(_de$data, 'sidebar_TokenBal', 'Token Kontostand '), _defineProperty(_de$data, 'sidebar_Equiv', 'Währungs-Gegenwerte '), _defineProperty(_de$data, 'sidebar_TransHistory', 'Transaktions-Historie '), _defineProperty(_de$data, 'sidebar_donation', 'MyEtherWallet ist ein freier, quelloffener Service, der deiner Privatsphäre und Sicherheit gewidmet ist. Je mehr Spenden wir erhalten, desto mehr Zeit können wir investieren, um neue Funktionen zu programmieren, dein Feedback zu verarbeiten und dir zu geben, was du dir wünschst. Wir sind nur zwei Leute, die die Welt ändern möchten. Hilfst du uns dabei? '), _defineProperty(_de$data, 'sidebar_donate', 'Spenden '), _defineProperty(_de$data, 'sidebar_thanks', 'Dankeschön!!! '), _defineProperty(_de$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_de$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_de$data, 'decrypt_Access', 'Wie möchtst du auf dein Wallet zugreifen? '), _defineProperty(_de$data, 'decrypt_Title', 'Wähle das Format deines privaten Schlüssels '), _defineProperty(_de$data, 'decrypt_Select', 'Wallet auswählen '), _defineProperty(_de$data, 'ADD_Label_1', 'Was möchtest du tun? '), _defineProperty(_de$data, 'ADD_Radio_1', 'Neues Wallet erstellen '), _defineProperty(_de$data, 'ADD_Radio_2', 'Wallet-Datei auswählen (Keystore / JSON) '), _defineProperty(_de$data, 'ADD_Radio_2_alt', 'Wallet-Datei auswählen '), _defineProperty(_de$data, 'ADD_Radio_2_short', 'WALLET-DATEI AUSWÄHLEN... '), _defineProperty(_de$data, 'ADD_Radio_3', 'Kopiere/Tippe deinen privaten Schlüssel ein '), _defineProperty(_de$data, 'ADD_Radio_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Radio_5', 'Füge deinen Mnemonic ein '), _defineProperty(_de$data, 'ADD_Radio_5_Path', 'Wählen Sie den `HD derivation path` '), _defineProperty(_de$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_de$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_de$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_de$data, 'ADD_Radio_5_PathCustom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'ADD_Label_2', 'Wähle ein Kürzel '), _defineProperty(_de$data, 'ADD_Label_3', 'Deine Datei ist verschlüsselt. Bitte gib das Passwort ein '), _defineProperty(_de$data, 'ADD_Label_4', 'Kontoadresse zur Beobachtung hinzufügen '), _defineProperty(_de$data, 'ADD_Warning_1', 'Du kannst unter dem "Wallet-Tab" eine Kontoadresse "beobachten", ohne den privaten Schlüssel hochzuladen. Du hast damit **keinen** Zugang zu diesem Wallet und kannst auch keinen Ether daraus versenden. '), _defineProperty(_de$data, 'ADD_Label_5', 'Kontoadresse eingeben '), _defineProperty(_de$data, 'ADD_Label_6', 'Wallet entsperren '), _defineProperty(_de$data, 'ADD_Label_6_short', 'Entsperren '), _defineProperty(_de$data, 'ADD_Label_7', 'Kontoadresse hinzufügen '), _defineProperty(_de$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_de$data, 'GEN_desc', 'Wenn Sie mehrere Wallets auf einmal erstellen möchten, können Sie dies hier tun '), _defineProperty(_de$data, 'GEN_Label_1', 'Geben Sie ein starkes Passwort ein (mindestens 9 Zeichen) '), _defineProperty(_de$data, 'GEN_Placeholder_1', 'BITTE VERGESSEN SIE NICHT dieses Passwort an einem sicheren Ort zu notieren! '), _defineProperty(_de$data, 'GEN_SuccessMsg', 'Erfolgreich! Ìhr Wallet wurde erzeugt. '), _defineProperty(_de$data, 'GEN_Label_2', 'Sichern Sie Ihre Keystore-Datei oder deinen privaten Schlüssel. Sichere auch dein Passwort! '), _defineProperty(_de$data, 'GEN_Label_3', 'Sichern Sie Ihre Kontoadresse. '), _defineProperty(_de$data, 'GEN_Label_4', 'Optional: Drucken Sie ein Papier-Wallet oder speichern Sie einen QR-Code. '), _defineProperty(_de$data, 'BULK_Label_1', 'Anzahl zu generierender Wallets '), _defineProperty(_de$data, 'BULK_Label_2', 'Wallets erstellen '), _defineProperty(_de$data, 'BULK_SuccessMsg', 'Erfolgreich! Ihre Wallets wurden erstellt. '), _defineProperty(_de$data, 'SEND_addr', 'An Adresse '), _defineProperty(_de$data, 'SEND_amount', 'Zu sendender Betrag '), _defineProperty(_de$data, 'SEND_amount_short', 'Betrag '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefiniert '), _defineProperty(_de$data, 'SEND_gas', 'Gas '), _defineProperty(_de$data, 'SEND_TransferTotal', 'Gesamten verfügbaren Saldo übertragen '), _defineProperty(_de$data, 'SEND_generate', 'Erzeuge Transaktion '), _defineProperty(_de$data, 'SEND_raw', 'Transaktion (Binärformat) '), _defineProperty(_de$data, 'SEND_signed', 'Signierte Transaktion '), _defineProperty(_de$data, 'SEND_trans', 'Sende Transaktion '), _defineProperty(_de$data, 'SEND_custom', 'Benutzerdefinierten Token hinzufügen '), _defineProperty(_de$data, 'SENDModal_Title', 'Achtung! '), _defineProperty(_de$data, 'SENDModal_Content_1', 'Sie sind dabei, '), _defineProperty(_de$data, 'SENDModal_Content_2', 'an die Adresse '), _defineProperty(_de$data, 'SENDModal_Content_3', 'zu senden. Sind Sie sicher, dass Sie das wollen? '), _defineProperty(_de$data, 'SENDModal_Content_4', 'HINWEIS: Wenn Sie eine Fehlermeldung erhalten, müssen Sie vermutlich Ihren Ether-Saldo erhöhen, um die Gas-Kosten des Token-Versands zu bezahlen. Gas wird in Ether bezahlt. '), _defineProperty(_de$data, 'SENDModal_No', 'Nein, ich möchte diesen Vorgang abbrechen! '), _defineProperty(_de$data, 'SENDModal_Yes', 'Ja, ich bin mir sicher! Führe die Transaktion durch. '), _defineProperty(_de$data, 'TOKEN_Addr', 'Token Contract Adresse '), _defineProperty(_de$data, 'TOKEN_Symbol', 'Token-Symbol '), _defineProperty(_de$data, 'TOKEN_Dec', 'Dezimalstellen '), _defineProperty(_de$data, 'TOKEN_hide', 'Verstecke Token '), _defineProperty(_de$data, 'TOKEN_show', 'Zeige alle Tokens '), _defineProperty(_de$data, 'TRANS_desc', 'Wenn Sie Token senden wollen, nutzen Sie bitte die "Sende Tokens" Funktion '), _defineProperty(_de$data, 'TRANS_warning', 'Wenn Sie die "Nur ETH" oder "Nur ETC" Funktionen benutzen, erfolgt die Transaktion über einen Vertrag. Einige Dienste haben ein Problem damit diese Transaktionen zu empfangen. Mehr lesen. '), _defineProperty(_de$data, 'TRANS_advanced', '+Fortgeschritten: Daten hinzufügen '), _defineProperty(_de$data, 'TRANS_data', 'Daten '), _defineProperty(_de$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_de$data, 'TRANS_sendInfo', 'Eine Standard Transaktion mit 21000 Gas kostet 0.000441 ETH. Wir zahlen einen minimal höheren Gaspreis von 0.000000021 ETH um zu garantieren, dass die Transaktion schnell bearbeitet wird. Wir erheben keine Transaktionsgebühren. '), _defineProperty(_de$data, 'TRANSModal_Title', '"Nur ETH" und "Nur ETC" Transaktionen '), _defineProperty(_de$data, 'TRANSModal_Content_0', 'Ein Hinweis zu den verschiedenen Transaktionen und Angeboten '), _defineProperty(_de$data, 'TRANSModal_Content_1', '**ETH (Standard Transaktion): ** Dies erzeugt eine Standard Transaktion direkt von einer Adresse zu einer anderen. Diese nutzt standardmässig 21000 Gas. Es ist gut möglich, dass alle Transaktionen dieser Art auf der ETC Blockchain wiederholt werden (Replay Attacke). '), _defineProperty(_de$data, 'TRANSModal_Content_2', '**Nur ETH: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETH** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_3', '**Nur ETC: ** Dies sendet die Transaktion so über [Timon Rapp\'s "replay protection contract" (wie von VB empfohlen)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), dass sie nur auf der **ETC** Blockchain ausgeführt wird. '), _defineProperty(_de$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Sende nur Standard Transaktionen. Wenn du die Transaktion über eine der "Nur" Funktionen versendest, musst du den Support kontaktieren um deinen Betrag oder eine Rückerstattung zu erhalten. [Du kannst auch Shapeshifts "split" Werkzeug ausprobieren.](https://split.shapeshift.io/) '), _defineProperty(_de$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Keine Probleme bekannt. Nutzen, was Ihnen lieber ist '), _defineProperty(_de$data, 'TRANSModal_Yes', 'Cool, jetzt hab ich\'s verstanden. '), _defineProperty(_de$data, 'TRANSModal_No', 'Bitte was? Ich bin noch verwirrter. Ich brauche Hilfe '), _defineProperty(_de$data, 'OFFLINE_Title', 'Erzeuge & sende Offline Transaktionen '), _defineProperty(_de$data, 'OFFLINE_Desc', 'Offline Transaktionen können in drei Schritten erzeugt werden. Schritt 1 und 3 erledigen Sie an einem Online Computer und Schritt 3 an einem Offline/abgeschirmten Computer. Dies stellt sicher, dass Ihre privaten Schlüssel nie ein mit dem Internet verbundenes Gerät berühren. '), _defineProperty(_de$data, 'OFFLLINE_Step1_Title', 'Schritt 1: Informationen sammeln (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step1_Button', 'Informationen sammeln '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_1', 'Von Adresse '), _defineProperty(_de$data, 'OFFLINE_Step1_Label_2', 'Hinweis: Dies ist die VON Adresse, nicht die AN Adresse. Die Nonce wird basierend auf dem Ursprungsaccount berechnet. Wenn du einen abgeschirmten Computer nutzt, wäre dies die Adresse deines "cold-storage". '), _defineProperty(_de$data, 'OFFLINE_Step2_Title', 'Schritt 2: Transaktion generieren (Offline Computer) '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_1', 'An Adresse '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_2', 'Zu sendender Betrag '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3', 'Gaspreis '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_3b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_4b', '21000 ist das Standard Gas Limit. Wenn Sie Verträge oder Daten senden, müssen Sie diesen Wert eventuell anpassen. Alles ungenutzte Gas wird Ihnen zurück gesendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_5b', 'Dies wurde Ihnen in Schritt 1 an Ihrem Online Computer angezeigt. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6', 'Daten '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_6b', 'Dies ist optional. Daten werden meist in Transaktionen an Verträge verwendet. '), _defineProperty(_de$data, 'OFFLINE_Step2_Label_7', 'Geben Sie Ihren privaten Schlüssel ein. '), _defineProperty(_de$data, 'OFFLINE_Step3_Title', 'Schritt 3: Transaktion senden/veröffentlichen (Online Computer) '), _defineProperty(_de$data, 'OFFLINE_Step3_Label_1', 'Kopieren Sie die signierte Transaktion aus Schritt 2 hier hinein und drücken Sie "TRANSAKTION SENDEN". '), _defineProperty(_de$data, 'DEP_generate', 'Bytecode generieren '), _defineProperty(_de$data, 'DEP_generated', 'Generierter Bytecode '), _defineProperty(_de$data, 'DEP_signtx', 'Transaktion signieren '), _defineProperty(_de$data, 'DEP_interface', 'Generiertes Interface '), _defineProperty(_de$data, 'MYWAL_Nick', 'Wallet Spitzname '), _defineProperty(_de$data, 'MYWAL_Address', 'Wallet Addresse '), _defineProperty(_de$data, 'MYWAL_Bal', 'Guthaben '), _defineProperty(_de$data, 'MYWAL_Edit', 'Bearbeiten '), _defineProperty(_de$data, 'MYWAL_View', 'Ansehen '), _defineProperty(_de$data, 'MYWAL_Remove', 'Löschen '), _defineProperty(_de$data, 'MYWAL_RemoveWal', 'Wallet löschen '), _defineProperty(_de$data, 'MYWAL_WatchOnly', 'Ihre Watch-Only Konten '), _defineProperty(_de$data, 'MYWAL_Viewing', 'Wallet anzeigen '), _defineProperty(_de$data, 'MYWAL_Hide', 'Wallet Info verstecken '), _defineProperty(_de$data, 'MYWAL_Edit_2', 'Wallet bearbeiten '), _defineProperty(_de$data, 'MYWAL_Name', 'Wallet Name '), _defineProperty(_de$data, 'MYWAL_Content_1', 'Achtung! Sie sind gerade dabei, Ihr Wallet zu löschen '), _defineProperty(_de$data, 'MYWAL_Content_2', 'Stellen Sie sicher, dass Sie **die private Key/JSON Datei und das Passwort** Ihres Wallets gespeichert hast, bevor Sie es löschen. '), _defineProperty(_de$data, 'MYWAL_Content_3', 'Wenn Sie dieses Wallet in Zukunft mit MyEtherWallet CX verwenden wollen, müssen Sie es mittels des privaten Schlüssels/JSON Datei und Ihrem Passwort manuell wieder hinzufügen. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle', 'Dies erlaubt Ihnen, den Download verschiedener Versionen Ihres privaten Schlüssels sowie das erneute Drucken Ihres Papier-Wallets. Es wird empfohlen, dies zu tun um [Ihren Account in Geth/Mist zu importieren.](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Zum Überprüfen Ihres Kontostands empfehlen wir, einen Blockchain Explorer wie [etherscan.io](https://etherscan.io/) zu verwenden. '), _defineProperty(_de$data, 'VIEWWALLET_Subtitle_Short', 'Dies erlaubt Ihnen den Download verschiedener Versionen Ihres privaten Schlüssel sowie das erneute Drucken Ihres Papier-Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_SuccessMsg', 'Erfolgreich! Hier sind die Daten Ihres Wallets. '), _defineProperty(_de$data, 'VIEWWALLET_ShowPrivKey', '(anzeigen)'), _defineProperty(_de$data, 'VIEWWALLET_HidePrivKey', '(verbergen)'), _defineProperty(_de$data, 'CX_error_1', 'Sie haben keine Wallets gespeichert. Klicken Sie ["Wallet hinzufügen"](/cx-wallet.html#add-wallet) um eines hinzuzufügen! '), _defineProperty(_de$data, 'CX_quicksend', 'Senden '), _defineProperty(_de$data, 'NODE_Title', 'Benutzerdefinierten Knoten einstellen'), _defineProperty(_de$data, 'NODE_Subtitle', 'Verbinde mit einem lokalem Knoten...'), _defineProperty(_de$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_de$data, 'NODE_Name', 'Knotenname'), _defineProperty(_de$data, 'NODE_Port', 'Knotenport'), _defineProperty(_de$data, 'NODE_CTA', 'Speicher & Benutze Knoten'), _defineProperty(_de$data, 'CONTRACT_Title', 'Vertragsadresse '), _defineProperty(_de$data, 'CONTRACT_Title_2', 'Existierenden Vertrag auswählen '), _defineProperty(_de$data, 'CONTRACT_Json', 'ABI / JSON Schnittstelle '), _defineProperty(_de$data, 'CONTRACT_Interact_Title', 'Vertrag lesen / schreiben '), _defineProperty(_de$data, 'CONTRACT_Interact_CTA', 'Wählen Sie eine Funktion '), _defineProperty(_de$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_de$data, 'CONTRACT_Read', 'LESEN '), _defineProperty(_de$data, 'CONTRACT_Write', 'SCHREIBEN '), _defineProperty(_de$data, 'SWAP_rates', "Aktueller Kurs "), _defineProperty(_de$data, 'SWAP_init_1', "Wechsel meine "), _defineProperty(_de$data, 'SWAP_init_2', " gegen "), _defineProperty(_de$data, 'SWAP_init_CTA', "Fortfahren! "), _defineProperty(_de$data, 'SWAP_information', "Ihre Informationen "), _defineProperty(_de$data, 'SWAP_send_amt', "Zusendender Betrag "), _defineProperty(_de$data, 'SWAP_rec_amt', "Empfangender Betrag "), _defineProperty(_de$data, 'SWAP_your_rate', "Ihr Kurs "), _defineProperty(_de$data, 'SWAP_rec_add', "Ihre Empfangsadresse "), _defineProperty(_de$data, 'SWAP_start_CTA', "Starte Wechsel "), _defineProperty(_de$data, 'SWAP_ref_num', "Ihre Referenznummer "), _defineProperty(_de$data, 'SWAP_time', "Zum Senden verbleibende Zeit "), _defineProperty(_de$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_de$data, 'SWAP_progress_1', "Auftrag initialisiert "), _defineProperty(_de$data, 'SWAP_progress_2', "Warte auf Ihre "), _defineProperty(_de$data, 'SWAP_progress_3', "Erhalten! "), _defineProperty(_de$data, 'SWAP_progress_4', "Sende Ihre {{orderResult.output.currency}} "), _defineProperty(_de$data, 'SWAP_progress_5', "Auftrag erfüllt "), _defineProperty(_de$data, 'SWAP_order_CTA', "Bitte sende "), _defineProperty(_de$data, 'SWAP_unlock', "Schalten Sie Ihr Wallet frei um ETH oder Tokens direkt von dieser Seite aus zu senden "), _defineProperty(_de$data, 'MSG_message', 'Nachricht '), _defineProperty(_de$data, 'MSG_date', 'Datum '), _defineProperty(_de$data, 'MSG_signature', 'Signatur '), _defineProperty(_de$data, 'MSG_verify', 'Nachricht verifizieren '), _defineProperty(_de$data, 'MSG_info1', 'Fügen Sie das aktuelle Datum ein, so dass die Signatur an einem anderem Datum nicht wiederbenutzt wird '), _defineProperty(_de$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_de$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_de$data, 'MNEM_1', 'Wählen Sie den Vertrag, mit dem Sie interagieren wollen. '), _defineProperty(_de$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_de$data, 'MNEM_more', 'Mehrere Adressen '), _defineProperty(_de$data, 'MNEM_prev', 'Letzte Adressen '), _defineProperty(_de$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_1', 'Verbinde deinen Ledger Wallet '), _defineProperty(_de$data, 'ADD_Ledger_2', 'Öffne das Ethereum Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Exp', 'Öffne das Expanse Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_2_Ubq', 'Öffne das Ubiq Programm (oder ein Vertragsprogramm) '), _defineProperty(_de$data, 'ADD_Ledger_3', 'Gehe sicher, dass Browser Support aktiviert ist. '), _defineProperty(_de$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_de$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_de$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_de$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_de$data, 'x_Trezor', 'TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Zu TREZOR Verbinden '), _defineProperty(_de$data, 'ADD_Trezor_select', 'Dies ist ein TREZOR seed '), _defineProperty(_de$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_de$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_de$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_de$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_de$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_de$data, 'ERROR_0', 'Bitte gebe einen gültigen Betrag ein '), _defineProperty(_de$data, 'ERROR_1', 'Dein Passwort muss mindestens 9 Zeichen lang sein. Bitte wähle ein sicheres Passwort. '), _defineProperty(_de$data, 'ERROR_2', 'Oh oh! Wir haben den Typ der Wallet-Datei nicht erkannt. '), _defineProperty(_de$data, 'ERROR_3', 'Dies ist keine gültige Wallet-Datei. '), _defineProperty(_de$data, 'ERROR_4', 'Diese Einheit existiert nicht, bitte wähle eine dieser Einheiten aus '), _defineProperty(_de$data, 'ERROR_5', 'Bitte gebe eine gültige Addresse ein. '), _defineProperty(_de$data, 'ERROR_6', 'Bitte gebe eine gültige Passwort ein. '), _defineProperty(_de$data, 'ERROR_7', 'Bitte gebe eine gültige Betrag ein. (Must be integer. Try 0-18.) '), _defineProperty(_de$data, 'ERROR_8', 'Bitte gebe eine gültige Gasverbrauch ein. (Must be integer. Try 21000-4000000.) '), _defineProperty(_de$data, 'ERROR_9', 'Bitte gebe eine gültige Datenwert ein. (Must be hex.) '), _defineProperty(_de$data, 'ERROR_10', 'Bitte gebe eine gültige Gasbetrag ein. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_de$data, 'ERROR_11', 'Bitte gebe eine gültige Nonce ein. (Must be integer.) '), _defineProperty(_de$data, 'ERROR_12', 'Ungültige unterzeichnete Transaktion. '), _defineProperty(_de$data, 'ERROR_13', 'Ein Wallet mit diesem Spitznamen existiert bereits. '), _defineProperty(_de$data, 'ERROR_14', 'Wallet nicht gefunden. '), _defineProperty(_de$data, 'ERROR_15', 'Es sieht nicht so aus als würde ein Proposal mit dieser ID existieren oder es gab einen Fehler beim Lesen des Proposal. '), _defineProperty(_de$data, 'ERROR_16', 'Es ist bereits ein Wallet mit dieser Adresse gespeichert. Bitte überprüfe die Seite deines Wallets. '), _defineProperty(_de$data, 'ERROR_17', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert. Du brauchst **0.01 ETH** in deinem Account um die Gaskosten zu decken. Bitte füge ETH hinzu und versuche es noch einmal. '), _defineProperty(_de$data, 'ERROR_18', 'Diese Transaktion würde dein gesamtes verbleibendes Gas verbrauchen. Das bedeutet, du hast bereits über dieses Proposal abgestimmt oder die Debattierphase ist zu Ende. '), _defineProperty(_de$data, 'ERROR_19', 'Ungültiges Symbol '), _defineProperty(_de$data, 'ERROR_20', 'Kein gültiger ERC-20 Token '), _defineProperty(_de$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_de$data, 'ERROR_22', 'Bitte gebe einen gültigen Knotennamen ein '), _defineProperty(_de$data, 'ERROR_23', 'Bitte gebe eine gültige URL ein. Falls du dich mit HTTPS verbindest, muss auch der Knoten mit HTTPS ausgestattet werden. '), _defineProperty(_de$data, 'ERROR_24', 'Bitte gebe eine gültige Portnummer ein '), _defineProperty(_de$data, 'ERROR_25', 'Bitte gebe eine gültige Chain-ID ein '), _defineProperty(_de$data, 'ERROR_26', 'Bitte gebe eine gültige ABI ein '), _defineProperty(_de$data, 'ERROR_27', 'Mindestbetrag: 0.01. Maximaler Betrag: '), _defineProperty(_de$data, 'ERROR_28', '**Du benötigst deine Keystore-Datei & das Passwort** (oder den privaten Schlüssel) um künftig auf dein Wallet zugreifen zu können. Bitte sichere diese Datei daher auf einem externen Medium! Es gibt KEINE Möglichkeit, ein Wallet wiederherzustellen, wenn du diese Datei und das Passwort nicht sicherst. Lies die [Hilfe-Seite](https://www.myetherwallet.com/#help) für weitere Informationen. '), _defineProperty(_de$data, 'ERROR_29', 'Bitte gebe einen gültigen Benutzer und Password ein '), _defineProperty(_de$data, 'ERROR_30', 'Bitte gebe einen gültigen ENS Namen ein '), _defineProperty(_de$data, 'ERROR_31', 'Bitte gebe einen gültigen Geheime Phasre ein '), _defineProperty(_de$data, 'ERROR_32', 'Verbindung zum Knoten nicht möglich. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_de$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_de$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_de$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_de$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_de$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_de$data, 'SUCCESS_1', 'Gültige Addresse '), _defineProperty(_de$data, 'SUCCESS_2', 'Wallet erfolgreich entschlüsselt '), _defineProperty(_de$data, 'SUCCESS_3', 'Deine Transaktion wurde **in das Netzwerk geschickt**. Sie muss noch gemined & validiert werden. (1) Drück auf den Link. Zähle bis 20. Lade die Seite neu. Schau dass dort keine roten ( ! ) Fehler kommen. Wenn keine Transaktionsdetails kommen, warte. Deine Transaktion wartet gemined zu werden. TX ID: '), _defineProperty(_de$data, 'SUCCESS_4', 'Dein Wallet wurde erfolgreich hinzugefügt '), _defineProperty(_de$data, 'SUCCESS_5', 'Ausgewählte Datei '), _defineProperty(_de$data, 'SUCCESS_6', 'Erfolgreich verbunden '), _defineProperty(_de$data, 'SUCCESS_7', 'Nachrichten Signatur verifiziert'), _defineProperty(_de$data, 'GETH_InvalidSender', 'Invalid sender Ungültiger Sender '), _defineProperty(_de$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_de$data, 'GETH_Cheap', 'Gaspreis zu niedrig! '), _defineProperty(_de$data, 'GETH_Balance', 'Nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_NonExistentAccount', 'Account existiert nicht oder besitzt nicht genügend Guthaben '), _defineProperty(_de$data, 'GETH_InsufficientFunds', 'Unzureichendes Guthaben für Gasverbrauch * Gaspreis + Wert '), _defineProperty(_de$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_de$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_de$data, 'GETH_NegativeValue', 'Negativer Wert '), _defineProperty(_de$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_de$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_de$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_de$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_de$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} and got: {}."), _defineProperty(_de$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_de$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_de$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_de$data, 'translate_version', '0.5 '), _defineProperty(_de$data, 'Translator_Desc', 'Vielen Dank an unsere ÜbersetzerInnen '), _defineProperty(_de$data, 'TranslatorName_1', 'christoph2806 · K · '), _defineProperty(_de$data, 'TranslatorAddr_1', ''), _defineProperty(_de$data, 'TranslatorName_2', '[mawalu](https://www.myetherwallet.com/?gaslimit=21000&to=0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_2', '0xA6e9A24981aFB71f96C7330618139a7B34BCdEc3 '), _defineProperty(_de$data, 'TranslatorName_3', '[huhn_solo](https://www.myetherwallet.com/?gaslimit=21000&to=0x1DAd1765381460db9A44846cDfA6f74c65A06B77&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_3', '0x1DAd1765381460db9A44846cDfA6f74c65A06B77 '), _defineProperty(_de$data, 'TranslatorName_4', '[FelixA](https://www.myetherwallet.com/?gaslimit=21000&to=0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D&value=1.0#send-transaction) · '), _defineProperty(_de$data, 'TranslatorAddr_4', '0xb6999051b0Bfad32E192e107181E0ac72bE7EE3D '), _defineProperty(_de$data, 'TranslatorName_5', 'danielsun174 · ffidan61 · [u/Preisschild](https://www.myetherwallet.com/?gaslimit=21000&to=0x700Eb9142a0CC709fce80709cfbF5Ac25438c584&value=0.1#send-transaction) '), _defineProperty(_de$data, 'TranslatorAddr_5', ''), _defineProperty(_de$data, 'HELP_Warning', 'Falls du vor dem **31.12.2015** ein Wallet generiert, oder das Repository heruntergeladen hast, bitte überprüfe deine Wallets & lade eine neue Version des Repositories herunter. Klick für details. '), _defineProperty(_de$data, 'HELP_Desc', 'Hast du das Gefühl etwas fehlt? Hast du eine andere Frage? [Schreib uns](mailto:support@myetherwallet.com) und wir werden nicht nur deine Frage beantworten, wir werden auch die Seite updaten, damit diese in der Zukunft noch einfacher zu bedienen sein wird! '), _defineProperty(_de$data, 'HELP_Remind_Title', 'Ein paar Erinnerungshilfen '), _defineProperty(_de$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, sowie einige der verwendeten Javascript Bibliotheken, die wir verwenden, befinden sich noch in Entwicklung.** Zwar haben wir alles umfassend getestet und es wurden erfolgeich tausende Wallets von Menschen aus aller Welt kreiert, jedoch bestimmt immer eine gewisse Gefahr, dass etwas unerwartetes passiert und dein Ether verloren geht. Bitte investiere nicht mehr als du verlieren kannst, und sei immer vorsichtig. Sollte etwas schlimmes passieren, **können wir uns leider nicht verantwortlich für einen Verlust zeichnen**. '), _defineProperty(_de$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX sind keine "web wallets". Du erstellst keinen Account oder sendest uns Ether den wir halten. Alle Daten bleiben auf deinem Computer, bzw. Browser. Unser Auftrag ist es, dir das Erstellen, Speichern und Zugreifen auf deine Accounts zu vereinfachen, sowie dir eine simple Möglichkeit zur Interaktion mit der Blockchain zu bieten. '), _defineProperty(_de$data, 'HELP_Remind_Desc_3', 'Falls du deinen privaten Schlüssel und Passwort nicht speicherst, gibt es keine Möglichkeit den Zugriff auf das Konto und die darauf befindlichen Mittel wieder herzustellen. Bitte erstelle Back-ups und speichere deine Zugriffsdaten an verschiedenen Orten – nicht nur deinem Computer! '), _defineProperty(_de$data, 'HELP_0_Title', '0) Ich bin neu. Was soll ich machen? '), _defineProperty(_de$data, 'HELP_0_Desc_1', 'MyEtherWallet bietet dir die Möglichkeit neue Wallets zu generieren, damit du deinen Ether selbst speichern kannst, und keine Exchange nutzen musst. Dieser Prozess findet ausschließlich auf deinem Computer statt. Daher bist auch **du dafür Verantwortlich, Back-ups zu erstellen** wenn du ein Wallet verwenden möchtest. '), _defineProperty(_de$data, 'HELP_0_Desc_2', 'Erstelle ein neues Wallet. '), _defineProperty(_de$data, 'HELP_0_Desc_3', 'Erstelle ein Back-up deines Wallets. '), _defineProperty(_de$data, 'HELP_0_Desc_4', 'Verifiziere, dass du Zugriff auf dein neues Wallet hast und alle nötigen Informationen korrekt gespeichert sind. '), _defineProperty(_de$data, 'HELP_0_Desc_5', 'Überweise Ether auf das neue Wallet. '), _defineProperty(_de$data, 'HELP_1_Title', '1) Wie erstelle ich ein neues Wallet? '), _defineProperty(_de$data, 'HELP_1_Desc_1', 'Geh zur "Wallet hinzufügen" Seite. '), _defineProperty(_de$data, 'HELP_1_Desc_2', 'Geh zur "Wallet hinzufügen" Seite & wähle "Neues Wallet erstellen" aus. '), _defineProperty(_de$data, 'HELP_1_Desc_3', 'Wähle ein starkes Passwort aus. Falls du glaubst, dass du es vergessen könntest, speichere es an einem sicheren Ort ab. Du benötigst das Passwort um Transaktionen zu tätigen. '), _defineProperty(_de$data, 'HELP_1_Desc_4', 'Klicke auf "Wallet erstellen". '), _defineProperty(_de$data, 'HELP_1_Desc_5', 'Dein Wallet wurde nun erstellt. '), _defineProperty(_de$data, 'HELP_2a_Title', 'Wie speichere ich/erstelle Back-ups meines Wallets? '), _defineProperty(_de$data, 'HELP_2a_Desc_1', 'Du solltest dein Wallet immer an verschiedenen physischen Orten abspeichern - beispielsweise auf einem USB-Stick und/oder einem Stück Papier. '), _defineProperty(_de$data, 'HELP_2a_Desc_2', 'Speichere die Adresse. Du kannst sie für dich behalten oder mit anderen teilen. Auf diese Adresse können andere Ether an dich senden. '), _defineProperty(_de$data, 'HELP_2a_Desc_3', 'Speiche verschiedene Versionen deines privaten Schlüssels. Teile ihn nicht mit jemand anderem. Dein privater Schlüssel ist notwendig, wenn du auf deinen Ether zugreifen willst, um eine Überweisung zu tätigen! Es gibt 3 Arten des privaten Schlüssels '), _defineProperty(_de$data, 'HELP_2a_Desc_4', 'Speichere deine Adresse, die verschiedenen Versionen des privaten Schlüssels, sowie eine PDF deines Papier-Wallets in einem Ordner. Speichere diesen auf deinem Computer und einem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_5', 'Drucke das Wallet falls du einen Drucker hast. Andernfalls, schreibe deinen privaten Schlüssel und die Adresse auf ein Blatt Papier. Lagere dieses an einem sicheren Ort, abseits von deinem Computer und dem USB-Stick. '), _defineProperty(_de$data, 'HELP_2a_Desc_6', 'Bitte denk daran, dass du den Verlust des Schlüssels aufgrund des Verlusts oder Versagen deiner Festplatte, des USB-Sticks oder dem Papier, selbst verhindern musst. Erwäge daher auch Situationen wie ein Feuer oder eine Überflutung. '), _defineProperty(_de$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_de$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_de$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_de$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_de$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_de$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_de$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_de$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_de$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_de$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_de$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_de$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find you account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_de$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_de$data, 'HELP_4_Title', '4) Wie kann ich Ether von einer Wallet zur anderen senden? '), _defineProperty(_de$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_de$data, 'HELP_4_Desc_2', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_de$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_de$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4_Desc_9', 'Drücke auf "Generate Transaction". '), _defineProperty(_de$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_4CX_Title', '4) Wie kann ich Ether über MyEtherWallet CX senden? '), _defineProperty(_de$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_de$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_de$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_de$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_de$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_de$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_de$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_de$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_de$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_de$data, 'HELP_4CX_Desc_12', 'Using "Sende Ether und Tokens" Page '), _defineProperty(_de$data, 'HELP_5_Title', '5) Wie kann ich MyEtherWallet.com offline/lokal starten? '), _defineProperty(_de$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_de$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_de$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_de$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_de$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_de$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_de$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_de$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_de$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_de$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_de$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_de$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_de$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_de$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_de$data, 'HELP_7_Desc_1', 'Navigate to the "Sende Ether und Tokens" page. '), _defineProperty(_de$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_de$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_de$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_de$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_de$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_de$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_de$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_de$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_de$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_de$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_de$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_de$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_de$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_de$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_de$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_de$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_de$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_de$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_de$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_de$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_de$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_de$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_de$data, 'HELP_9_Title', '9) Is the "Sende Ether und Tokens" page offline? '), _defineProperty(_de$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_de$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_de$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_de$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_de$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_de$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_de$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_de$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_de$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_de$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_de$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_de$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_de$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_de$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_de$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_de$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_de$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_de$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_de$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_de$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_de$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_de$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_de$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_de$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_de$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_de$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_de$data, 'HELP_12_Desc_15b', 'Wenn du an einem PC bist '), _defineProperty(_de$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_de$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_de$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_de$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_de$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_de$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_de$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_de$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_de$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_de$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_de$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_de$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_de$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_de$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_de$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_de$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_de$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_de$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_de$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_de$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_de$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_de$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_de$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_de$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_de$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_de$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_de$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_de$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_de$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_de$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_de$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_de$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_de$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_de$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_de$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_de$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_de$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_de$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_de$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_de$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_de$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_de$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_de$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_de$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_de$data, 'HELP_FAQ_Title', 'Mehr hilfreiche Antworten zu oft gefragten Fragen '), _defineProperty(_de$data, 'HELP_Contact_Title', 'Kontakt zu uns'), _de$data); module.exports = de; @@ -15027,7 +15024,7 @@ el.data = (_el$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_el$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_el$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_el$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_el$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_el$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_el$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_el$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_el$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_el$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_el$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_el$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_el$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_el$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_el$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_el$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_el$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_el$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_el$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_el$data, 'HELP_2a_Title', 'Πώς αποθηκεύω/παίρνω αντίγραφο ασφαλείας του πορτοφολιού μου; '), _defineProperty(_el$data, 'x_CancelReplaceTx', 'Ακύρωση ή αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_CancelTx', 'Ακύρωση συναλλαγής'), _defineProperty(_el$data, 'x_PasswordDesc', 'Αυτό το συνθηματικό * κρυπτογραφεί * το ιδιωτικό σας κλειδί. Αυτό δεν λειτουργεί σαν σπόρος ο οποίος θα γεννήσει τα κλειδιά σας. **Θα χρειαστείτε αυτό το συνθηματικό + το ιδιωτικό σας κλειδί για να ξεκλειδώσετε το πορτοφόλι σας.**'), _defineProperty(_el$data, 'x_ReadMore', 'Διαβάστε περισσότερα'), _defineProperty(_el$data, 'x_ReplaceTx', 'Αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_TransHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'x_TXFee', 'Τέλος συναλλαγής'), _defineProperty(_el$data, 'x_TxHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'NAV_CheckTxStatus', 'Έλεγχος κατάστασης συναλλαγής'), _defineProperty(_el$data, 'NAV_TxStatus', 'Κατάσταση συναλλαγής'), _defineProperty(_el$data, 'tx_Details', 'Λεπτομέρειες συναλλαγής'), _defineProperty(_el$data, 'tx_Summary', 'Σε στιγμές υψηλού όγκου συναλλαγών (όπως κατά τη διάρκεια ενός ICO) οι συναλλαγές μπορεί να εκκρεμούν για ώρες, αν όχι ημέρες. Αυτό το εργαλείο αποσκοπεί στο να σας δώσει τη δυνατότητα να βρείτε και να «ακυρώσετε» / αντικαταστήσετε αυτές τις συναλλαγές. ** Αυτό δεν είναι κάτι που μπορείτε συνήθως να κάνετε. Δεν πρέπει να βασίζεστε σε αυτό και θα δουλέψει μόνο όταν οι δεξαμενές συναλλαγών είναι πλήρεις. [Παρακαλούμε, διαβάστε για αυτό το εργαλείο εδώ.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_el$data, 'tx_notFound', 'Δεν βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_notFound_1', 'Αυτή η συναλλαγή δεν ήταν δυνατόν να βρεθεί στη δεξαμενή συναλλαγών του κόμβου στον οποίον έχετε συνδεθεί.'), _defineProperty(_el$data, 'tx_notFound_2', 'Αν μόλις στείλατε τη συναλλαγή, παρακαλούμε περιμένετε 15 δευτερόλεπτα και πατήστε ξανά το κουμπί «Έλεγχος κατάστασης συναλλαγής». '), _defineProperty(_el$data, 'tx_notFound_3', 'Μπορεί να βρίσκεται ακόμα στη δεξαμενή εξόρυξης κάποιου διαφορετικού κόμβου, περιμένοντας να εξορυχθεί.'), _defineProperty(_el$data, 'tx_notFound_4', 'Παρακαλούμε χρησιμοποιήστε το αναπτυσσόμενο μενού πάνω δεξιά και επιλέξτε κάποιον διαφορετικό κόμβο ETH (π.χ. `ETH (Etherscan.io)` ή `ETH (Infura.io)` ή `ETH (MyEtherWallet)`) και ελέγξτε ξανά.'), _defineProperty(_el$data, 'tx_foundInPending', 'Βρέθηκε συναλλαγή σε εκκρεμότητα'), _defineProperty(_el$data, 'tx_foundInPending_1', 'Η συναλλαγή σας εντοπίστηκε στη δεξαμενή συναλλαγών του κόμβου στον οποίο έχετε συνδεθεί. '), _defineProperty(_el$data, 'tx_foundInPending_2', 'Αυτή τη στιγμή είναι σε εκκρεμότητα (περιμένοντας να εξορυχθεί). '), _defineProperty(_el$data, 'tx_foundInPending_3', 'Υπάρχει μια πιθανότητα να μπορείτε να «ακυρώσετε» ή να αντικαταστήσετε αυτήν τη συναλλαγή. Ξεκλειδώστε το πορτοφόλι σας παρακάτω.'), _defineProperty(_el$data, 'tx_FoundOnChain', 'Βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_FoundOnChain_1', 'Η συναλλαγή σας εξορύχθηκε επιτυχώς και βρίσκεται πάνω στο blockchain.'), _defineProperty(_el$data, 'tx_FoundOnChain_2', '**Αν δείτε κόκκινο μήνυμα λάθους `( ! )`, `BAD INSTRUCTION` ή `OUT OF GAS`**, σημαίνει ότι η συναλλαγή *δεν εστάλη* επιτυχώς. Δεν μπορείτε να ακυρώσετε ή να αντικαταστήσετε αυτήν τη συναλλαγή. Αντί αυτού, στείλτε μια νέα συναλλαγή. Αν λάβατε σφάλμα «Out of Gas», πρέπει να διπλασιάσετε το όριο αερίου που καθορίσατε αρχικά.'), _defineProperty(_el$data, 'tx_FoundOnChain_3', '**Αν δεν βλέπετε σφάλματα, η συναλλαγή σας εστάλη επιτυχώς.** Τα ETH σας ή οι μάρκες σας βρίσκονται εκεί που τα στείλατε. Αν δεν μπορείτε να δείτε αυτά τα ETH ή τις μάρκες να έχουν πιστωθεί στο άλλο σας πορτοφόλι ή στο λογαριασμό του ανταλλακτηρίου σας, και έχουν περάσει 24+ ώρες από τότε που τα στείλατε, παρακαλούμε [επικοινωνήστε με αυτήν την υπηρεσία](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Στείλτε τους το *σύνδεσμο* προς τη συναλλαγή σας και ζητήστε τους ευγενικά να ρίξουν μια ματιά στο θέμα σας.'), _defineProperty(_el$data, 'GEN_Help_1', 'Χρησιμοποιήστε το'), _defineProperty(_el$data, 'GEN_Help_2', 'σας για να αποκτήσετε πρόσβαση στο λογαριασμό σας.'), _defineProperty(_el$data, 'GEN_Help_3', 'Η συσκευή σας * είναι * το πορτοφόλι σας.'), _defineProperty(_el$data, 'GEN_Help_4', 'Οδηγοί & συχνές ερωτήσεις'), _defineProperty(_el$data, 'GEN_Help_5', 'Πώς να δημιουργήσετε ένα πορτοφόλι'), _defineProperty(_el$data, 'GEN_Help_6', 'Ξεκινώντας'), _defineProperty(_el$data, 'GEN_Help_7', 'Κρατήστε το ασφαλές · Πάρτε ένα αντίγραφο ασφαλείας · Μην το μοιράζεστε με κανέναν · Μην το χάσετε · Δεν μπορεί να ανακτηθεί αν το χάσετε.'), _defineProperty(_el$data, 'GEN_Help_8', 'Δεν κατεβαίνει κάποιο αρχείο; '), _defineProperty(_el$data, 'GEN_Help_9', 'Δοκιμάστε να χρησιμοποιήσετε Google Chrome '), _defineProperty(_el$data, 'GEN_Help_10', 'Δεξί κλικ & αποθήκευση αρχείου ως. Όνομα αρχείου: '), _defineProperty(_el$data, 'GEN_Help_11', 'Μην ανοίξετε αυτό το αρχείο στον υπολογιστή σας '), _defineProperty(_el$data, 'GEN_Help_12', 'Χρησιμοποιήστε το για να ξεκλειδώσετε το πορτοφόλι σας μέσω του MyEtherWallet (ή μέσω του Mist, του Geth, του Parity και άλλων προγραμμάτων-πελατών πορτοφολιού.) '), _defineProperty(_el$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_el$data, 'GEN_Help_14', 'Τι είναι αυτά τα διαφορετικά φορμά; '), _defineProperty(_el$data, 'GEN_Help_15', 'Πρόληψη απώλειας & κλοπής των κεφαλαίων σας.'), _defineProperty(_el$data, 'GEN_Help_16', 'Τι είναι αυτά τα διαφορετικά φορμά;'), _defineProperty(_el$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_el$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_el$data, 'GEN_Help_19', 'Σε περίπτωση που ξεχάσετε ποτέ το συνθηματικό σας.'), _defineProperty(_el$data, 'GEN_Help_20', 'Ψυχρή αποθήκευση'), _defineProperty(_el$data, 'GET_ConfButton', 'Καταλαβαίνω. Συνέχισε.'), _defineProperty(_el$data, 'GEN_Label_5', 'Αποθήκευση του `ιδιωτικού κλειδιού` σας. '), _defineProperty(_el$data, 'GEN_Unlock', 'Ξεκλειδώστε το πορτοφόλι σας για να δείτε τη διεύθυνσή σας'), _defineProperty(_el$data, 'GAS_PRICE_Desc', 'Η τιμή αερίου είναι το ποσό που πληρώνετε ανά μονάδα αερίου. `τέλος συναλλαγής = τιμή αερίου * όριο αερίου` & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Υψηλότερη τιμή αερίου = ταχύτερη συναλλαγή, αλλά πιο ακριβή. Η προεπιλογή είναι `41 GWEI`.'), _defineProperty(_el$data, 'GAS_LIMIT_Desc', 'Το όριο αερίου είναι το ποσό αερίου που θα σταλεί με τη συναλλαγή σας. `τέλος συναλλαγής` = τιμή αερίου * όριο αερίου & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Το να αυξήσετε αυτόν τον αριθμό δεν θα κάνει τη συναλλαγή σας να εξορυχθεί ταχύτερα. Αποστολή ETH = `21000`. Αποστολή μαρκών = ~`200000`.'), _defineProperty(_el$data, 'NONCE_Desc', 'Το nonce είναι ο αριθμός των συναλλαγών που αποστέλλονται από δεδομένη διεύθυνση. Εξασφαλίζει ότι οι συναλλαγές αποστέλλονται με τη σειρά και όχι περισσότερες από μία φορές.'), _defineProperty(_el$data, 'TXFEE_Desc', 'Το τέλος συναλλαγής πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Είναι το `όριο αερίου` * `τιμή αερίου`. [Μπορείτε να μετατρέψετε GWEI -> ETH εδώ](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_el$data, 'NAV_AddWallet', 'Προσθήκη πορτοφολιού '), _defineProperty(_el$data, 'NAV_BulkGenerate', 'Δημιουργία πολλών πορτοφολιών '), _defineProperty(_el$data, 'NAV_Contact', 'Επικοινωνία '), _defineProperty(_el$data, 'NAV_Contracts', 'Συμβόλαια '), _defineProperty(_el$data, 'NAV_DeployContract', 'Κατασκευή συμβολαίου '), _defineProperty(_el$data, 'NAV_ENS', 'ENS'), _defineProperty(_el$data, 'NAV_GenerateWallet_alt', 'Νέο πορτοφόλι '), _defineProperty(_el$data, 'NAV_GenerateWallet', 'Δημιουργία πορτοφολιού '), _defineProperty(_el$data, 'NAV_Help', 'Βοήθεια '), _defineProperty(_el$data, 'NAV_InteractContract', 'Αλληλεπίδραση με συμβόλαιο '), _defineProperty(_el$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_el$data, 'NAV_MyWallets', 'Τα πορτοφόλια μου '), _defineProperty(_el$data, 'NAV_Offline', 'Αποστολή εκτός σύνδεσης '), _defineProperty(_el$data, 'NAV_SendEther', 'Αποστολή αιθέρα και μαρκών '), _defineProperty(_el$data, 'NAV_SendTokens', 'Αποστολή μαρκών '), _defineProperty(_el$data, 'NAV_SignMsg', 'Υπογραφή μηνύματος '), _defineProperty(_el$data, 'NAV_Swap', 'Ανταλλαγή '), _defineProperty(_el$data, 'NAV_ViewWallet', 'Προβολή πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'NAV_YourWallets', 'Τα πορτοφόλια σας '), _defineProperty(_el$data, 'x_Access', 'Πρόσβαση '), _defineProperty(_el$data, 'x_AddessDesc', 'Η διεύθυνσή σας είναι επίσης γνωστή ως `αριθμός λογαριασμού` σας ή `δημόσιο κλειδί` σας. Είναι αυτό που κοινοποιείτε σε άλλους ανθρώπους ώστε να μπορούν να σας στείλουν αιθέρα ή μάρκες. Βρείτε το χρωματιστό εικονίδιο διεύθυνσης. Σιγουρευτείτε ότι ταιριάζει με το χάρτινο πορτοφόλι σας και όταν εισάγετε τη διεύθυνσή σας κάπου.'), _defineProperty(_el$data, 'x_Address', 'Η διεύθυνσή σας '), _defineProperty(_el$data, 'x_Cancel', 'Ακύρωση '), _defineProperty(_el$data, 'x_CSV', 'Αρχείο CSV (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Download', 'Λήψη '), _defineProperty(_el$data, 'x_Json', 'Αρχείο JSON (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_JsonDesc', 'Αυτή είναι η μη κρυπτογραφημένη, JSON μορφή του ιδιωτικού κλειδιού σας. Αυτό σημαίνει ότι δεν απαιτείται συνθηματικό όμως οποιοσδήποτε βρει το JSON σας έχει πρόσβαση στο πορτοφόλι και στον αιθέρα σας χωρίς συνθηματικό. '), _defineProperty(_el$data, 'x_Keystore', 'Αρχείο Keystore (UTC / JSON · Συνιστάται · Κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Keystore2', 'Αρχείο Keystore (UTC / JSON) '), _defineProperty(_el$data, 'x_KeystoreDesc', 'Αυτό το αρχείο Keystore έχει την ίδια μορφή που χρησιμοποιείται από το Mist ώστε να μπορείτε εύκολα να το εισάγετε στο μέλλον. Είναι το συνιστώμενο αρχείο για λήψη και δημιουργία αντιγράφου ασφαλείας. '), _defineProperty(_el$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_el$data, 'x_Mnemonic', 'Μνημονικό '), _defineProperty(_el$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_el$data, 'x_Password', 'Συνθηματικό '), _defineProperty(_el$data, 'x_Print', 'Εκτύπωση χάρτινου πορτοφολιού '), _defineProperty(_el$data, 'x_PrintDesc', 'Συμβουλή: Κάντε κλικ στο «Εκτύπωση και αποθήκευση ως PDF» ακόμη κι αν δεν έχετε εκτυπωτή! '), _defineProperty(_el$data, 'x_PrintShort', 'Εκτύπωση '), _defineProperty(_el$data, 'x_PrivKey', 'Ιδιωτικό κλειδί (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_PrivKey2', 'Ιδιωτικό κλειδί '), _defineProperty(_el$data, 'x_PrivKeyDesc', 'Αυτό το κείμενο είναι η μη κρυπτογραφημένη εκδοχή του ιδιωτικού κλειδιού σας που σημαίνει ότι δεν απαιτείται συνθηματικό. Στην περίπτωση που κάποιος βρει το μη κρυπτογραφημένο ιδιωτικό κλειδί σας, έχει πρόσβαση στο πορτοφόλι σας χωρίς συνθηματικό. Για αυτόν τον λόγο, συνήθως συνιστώνται οι κρυπτογραφημένες εκδοχές. '), _defineProperty(_el$data, 'x_Save', 'Αποθήκευση '), _defineProperty(_el$data, 'x_TXT', 'Αρχείο TXT (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Wallet', 'Πορτοφόλι '), _defineProperty(_el$data, 'MEW_Warning_1', 'Πάντα να ελέγχετε την διεύθυνση URL προτού μπείτε στο πορτοφόλι σας ή δημιουργήσετε καινούριο πορτοφόλι. Προσοχή στις σελίδες ηλεκτρονικού ψαρέματος! '), _defineProperty(_el$data, 'CX_Warning_1', 'Σιγουρευτείτε ότι έχετε **εξωτερικά αντίγραφα ασφαλείας** όλων των πορτοφολιών που αποθηκεύετε εδώ. Μπορούν να συμβούν διάφορα που θα προκαλούσαν απώλεια των δεδομένων σας σε αυτήν την επέκταση Chrome, συμπεριλαμβανομένης απεγκατάστασης και επανεγκατάστασης της επέκτασης. Αυτή η επέκταση είναι ένας τρόπος εύκολης πρόσβασης στα πορτοφόλια σας και **όχι** ένας τρόπος να δημηιουργήσετε αντίγραφα ασφαλείας τους. '), _defineProperty(_el$data, 'MEW_Tagline', 'Ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'CX_Tagline', 'Επέκταση Chrome για ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'FOOTER_1', 'Ένα εργαλείο ανοιχτού κώδικα, javascript, από πλευράς πελάτη για τη δημιουργία πορτοφολιών Ethereum & αποστολή συναλλαγών. '), _defineProperty(_el$data, 'FOOTER_1b', 'Δημιουργήθηκε από '), _defineProperty(_el$data, 'FOOTER_2', 'Εκτιμούμε πολύ τις δωρεές σας: '), _defineProperty(_el$data, 'FOOTER_3', 'Δημιουργία πορτοφολιών από πλευράς πελάτη από '), _defineProperty(_el$data, 'FOOTER_4', 'Αποποίηση '), _defineProperty(_el$data, 'sidebar_AccountInfo', 'Πληροφορίες λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountAddr', 'Διεύθυνση λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountBal', 'Υπόλοιπο λογαριασμού '), _defineProperty(_el$data, 'sidebar_TokenBal', 'Υπόλοιπο μαρκών '), _defineProperty(_el$data, 'sidebar_Equiv', 'Ισότιμες αξίες '), _defineProperty(_el$data, 'sidebar_TransHistory', 'Ιστορικό συναλλαγών '), _defineProperty(_el$data, 'sidebar_donation', 'Το MyEtherWallet είναι μία δωρεάν υπηρεσία ανοιχτού κώδικα αφοσιωμένη στην ιδιωτικότητα και την ασφάλεια σας. Όσο περισσότερες δωρεές λαμβάνουμε, τόσο περισσότερο χρόνο αφιερώνουμε στη δημιουργία νέων χαρακτηριστικών καθώς και την αξιολόγηση και εφαρμογή όσων μας προτείνετε. Είμαστε απλά δύο άνθρωποι που προσπαθούν να αλλάξουν τον κόσμο. Θα μας βοηθήσετε; '), _defineProperty(_el$data, 'sidebar_donate', 'Δωρεά '), _defineProperty(_el$data, 'sidebar_thanks', 'ΣΑΣ ΕΥΧΑΡΙΣΤΟΥΜΕ!!! '), _defineProperty(_el$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_el$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_el$data, 'decrypt_Access', 'Πώς θα θέλατε να έχετε πρόσβαση στο πορτοφόλι σας; '), _defineProperty(_el$data, 'decrypt_Title', 'Επιλέξτε τη μορφή του ιδιωτικού κλειδιού σας: '), _defineProperty(_el$data, 'decrypt_Select', 'Επιλέξτε πορτοφόλι: '), _defineProperty(_el$data, 'ADD_Label_1', 'Τι θα θέλατε να κάνετε; '), _defineProperty(_el$data, 'ADD_Radio_1', 'Δημιουργία νέου πορτοφολιού '), _defineProperty(_el$data, 'ADD_Radio_2', 'Επιλέξτε το αρχείο πορτοφολιού σας (Keystore / JSON) '), _defineProperty(_el$data, 'ADD_Radio_2_alt', 'Επιλέξτε το αρχείο πορτοφολιού σας '), _defineProperty(_el$data, 'ADD_Radio_2_short', 'ΕΠΙΛΕΞΤΕ ΑΡΧΕΙΟ ΠΟΡΤΟΦΟΛΙΟΥ... '), _defineProperty(_el$data, 'ADD_Radio_3', 'Επικολλήστε/πληκτρολογήστε το ιδιωτικό κλειδί σας '), _defineProperty(_el$data, 'ADD_Radio_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Radio_5', 'Επικολλήστε/πληκτρολογήστε το μνημονικό σας '), _defineProperty(_el$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_el$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_el$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_el$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_el$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_el$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_el$data, 'ADD_Label_2', 'Δημιουργία ψευδωνύμου: '), _defineProperty(_el$data, 'ADD_Label_3', 'Το πορτοφόλι σας είναι κρυπτογραφημένο. Παρακαλούμε εισαγάγετε το συνθηματικό '), _defineProperty(_el$data, 'ADD_Label_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Warning_1', 'Μπορείτε να προσθέσετε ένα λογαριασμό προς «παρακολούθηση» στην καρτέλα πορτοφολιών χωρίς να ανεβάσετε ιδιωτικό κλειδί. Αυτό ** δεν ** σημαίνει ότι έχετε πρόσβαση στο πορτοφόλι, ούτε ότι μπορείτε να μεταφέρετε αιθέρα από αυτό. '), _defineProperty(_el$data, 'ADD_Label_5', 'Εισαγάγετε τη διεύθυνση '), _defineProperty(_el$data, 'ADD_Label_6', 'Ξεκλειδώστε το πορτοφόλι σας '), _defineProperty(_el$data, 'ADD_Label_6_short', 'Ξεκλείδωμα '), _defineProperty(_el$data, 'ADD_Label_7', 'Προσθήκη λογαριασμού '), _defineProperty(_el$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_el$data, 'GEN_desc', 'Αν επιθυμείτε να δημιουργήσετε πολλά πορτοφόλια, μπορείτε να το κάνετε εδώ: '), _defineProperty(_el$data, 'GEN_Label_1', 'Εισαγάγετε ισχυρό συνθηματικό (τουλάχιστον 9 χαρακτήρες) '), _defineProperty(_el$data, 'GEN_Placeholder_1', 'ΜΗΝ ξεχάσετε να το αποθηκεύσετε! '), _defineProperty(_el$data, 'GEN_SuccessMsg', 'Επιτυχία! Το πορτοφόλι σας δημιουργήθηκε. '), _defineProperty(_el$data, 'GEN_Label_2', 'Αποθηκεύστε το αρχέιο keystore/JSON ή το ιδιωτικό κλειδί. Μην ξεχάσετε το παραπάνω συνθηματικό. '), _defineProperty(_el$data, 'GEN_Label_3', 'Αποθηκεύστε τη διεύθυνση σας. '), _defineProperty(_el$data, 'GEN_Label_4', 'Εκτυπώστε το χάρτινο πορτοφόλι σας ή αποθηκεύστε την εκδοχή με κώδικα QR. (προαιρετικό) '), _defineProperty(_el$data, 'BULK_Label_1', 'Αριθμός πορτοφολιών για δημιουργία '), _defineProperty(_el$data, 'BULK_Label_2', 'Δημιουργία πορτοφολιών '), _defineProperty(_el$data, 'BULK_SuccessMsg', 'Επιτυχία! Τα πορτοφόλια σας δημιουργήθηκαν. '), _defineProperty(_el$data, 'SEND_addr', 'Προς διεύθυνση '), _defineProperty(_el$data, 'SEND_amount', 'Ποσό για αποστολή '), _defineProperty(_el$data, 'SEND_amount_short', 'Ποσό '), _defineProperty(_el$data, 'SEND_custom', 'Custom '), _defineProperty(_el$data, 'SEND_gas', 'Αέριο '), _defineProperty(_el$data, 'SEND_generate', 'Δημιουργία υπογεγραμμένης συναλλαγής '), _defineProperty(_el$data, 'SEND_raw', 'Ακατέργαστη συναλλαγή '), _defineProperty(_el$data, 'SEND_signed', 'Υπογεγραμμένη συναλλαγή '), _defineProperty(_el$data, 'SEND_trans', 'Αποστολή συναλλαγής '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά συνολικού διαθέσιμου υπολοίπου '), _defineProperty(_el$data, 'SEND_custom', 'Προσθήκη προσαρμοσμένης μάρκας '), _defineProperty(_el$data, 'SENDModal_Title', 'Προσοχή! '), _defineProperty(_el$data, 'SENDModal_Content_1', 'Πρόκειται να στείλετε '), _defineProperty(_el$data, 'SENDModal_Content_2', 'στη διεύθυνση '), _defineProperty(_el$data, 'SENDModal_Content_3', 'Είστε σίγουροι ότι θέλετε να το κάνετε; '), _defineProperty(_el$data, 'SENDModal_Content_4', 'ΣΗΜΕΙΩΣΗ: Αν αντιμετωπίσετε σφάλμα, το πιο πιθανό είναι να χρειάζεται να προσθέσετε αιθέρα στο λογαριασμό σας για να καλύψετε το κόστος αερίου για την αποστολή μαρκών. Το αέριο πληρώνεται σε αιθέρα. '), _defineProperty(_el$data, 'SENDModal_No', 'Όχι, θέλω να φύγω από εδώ! '), _defineProperty(_el$data, 'SENDModal_Yes', 'Ναι, είμαι σίγουρος/η! Εκτελέστε την συναλλαγή. '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά όλου του υπάρχοντος υπολοίπου '), _defineProperty(_el$data, 'TOKEN_Addr', 'Token Contract Διεύθυνση '), _defineProperty(_el$data, 'TOKEN_Symbol', 'Σύμβολο μάρκας '), _defineProperty(_el$data, 'TOKEN_Dec', 'Δεκαδικά '), _defineProperty(_el$data, 'TOKEN_hide', 'Απόκρυψη μαρκών '), _defineProperty(_el$data, 'TOKEN_show', 'Εμφάνιση όλων των μαρκών '), _defineProperty(_el$data, 'TRANS_desc', 'Άν επιθυμείτε να στείλετε μάρκες, παρακαλούμε χρησιμοποιήστε τη σελίδα «Αποστολή μαρκών». '), _defineProperty(_el$data, 'TRANS_warning', 'Άν χρησιμοποιείτε τις λειτουργίες «Μόνο ETH» ή «Μόνο ETC», η αποστολή γίνεται μέσω συμβολαίων. Ορισμένες υπηρεσίες παρουσιάζουν προβλήματα με την αποδοχή τέτοιων συναλλαγών. Διαβάστε περισσότερα. '), _defineProperty(_el$data, 'TRANS_advanced', '+Για προχωρημένους: Προσθήκη δεδομένων '), _defineProperty(_el$data, 'TRANS_data', 'Δεδομένα '), _defineProperty(_el$data, 'TRANS_gas', 'Όριο αερίου '), _defineProperty(_el$data, 'TRANS_sendInfo', 'Μία τυπική συναλλαγή που χρησιμοποιεί 21000 μονάδες αερίου θα κοστίσει 0,000441 ETH. Χρησιμοποιούμε για τιμή αερίου 0.000000021 ETH που είναι λίγο πάνω απο την ελάχιστη ώστε να διασφαλίσουμε ότι θα επικυρωθεί γρήγορα. Δεν παίρνουμε προμήθεια για τη συναλλαγή. '), _defineProperty(_el$data, 'TRANSModal_Title', 'Συναλλαγές «Μόνο ETH» και «Μόνο ETC» '), _defineProperty(_el$data, 'TRANSModal_Content_0', 'Μια σημείωση για τις διάφορετικές συναλλαγές και διαφορετικές υπηρεσίες συναλλαγών: '), _defineProperty(_el$data, 'TRANSModal_Content_1', '**ETH (τυπική συναλλαγή): ** Αυτό παράγει μια προεπιλεγμένη συναλλαγή απευθείας από μια διεύθυνση σε μία άλλη. Έχει προεπιλεγμένο αέριο 21000. Είναι πιθανόν ότι κάθε ETH που αποστέλλεται μέσω αυτής της μεθόδου θα επαναληφθεί στην αλυσίδα ETC. '), _defineProperty(_el$data, 'TRANSModal_Content_2', '**Μόνο ETH: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETH**. '), _defineProperty(_el$data, 'TRANSModal_Content_3', '**Μόνο ETC: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETC**. '), _defineProperty(_el$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Αποστέλλετε μόνο με τυπική συναλλαγή. Αν στείλετε με τα συμβόλαια «Μόνο», θα χρειαστεί να έρθετε σε επαφή με το προσωπικό υποστήριξής τους ώστε να σας βοηθήσουν με χειροκίνητη μεταφορά υπολοίπων ή επιστροφή χρημάτων.[Μπορείτε επίσης να δοκιμάσετε το εργαλείο «διαχωρισμού» του Shapeshift](https://split.shapeshift.io/) '), _defineProperty(_el$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Δεν υπάρχουν γνωστά προβλήματα. Αποστέλλετε με οποιαδήποτε μέθοδο. '), _defineProperty(_el$data, 'TRANSModal_Yes', 'Τέλεια, το κατάλαβα. '), _defineProperty(_el$data, 'TRANSModal_No', 'Ωχ, μπερδεύτηκα ακόμη περισσότερο. Βοηθήστε με. '), _defineProperty(_el$data, 'OFFLINE_Title', 'Δημιουργία και αποστολή συναλλαγής εκτός σύνδεσης '), _defineProperty(_el$data, 'OFFLINE_Desc', 'Η δημιουργία συναλλαγών εκτός σύνδεσης μπορεί να γίνει σε τρία βήματα. Θα προβείτε στα βήματα 1 και 3 σε έναν συνδεδεμένο υπολογιστή και το βήμα 2 σε έναν εκτός σύνδεσης/αποκομμένο υπολογιστή. Αυτό εξασφαλίζει ότι τα ιδιωτικά κλειδιά σας δεν έρχονται σε επαφή με συσκευή συνδεδεμένη στο Διαδίκτυο. '), _defineProperty(_el$data, 'OFFLLINE_Step1_Title', 'Βήμα 1: Δημιουργία πληροφοριών (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step1_Button', 'Δημιουργία πληροφοριών '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_1', 'Από διεύθυνση: '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_2', 'Σημείωση: Αυτή είναι η διεύθυνση ΑΠΟΣΤΟΛΕΑ, ΟΧΙ η διεύθυνση. Το nonce δημιουργείται από το λογαριασμό προέλευσης. Αν χρησιμοποιείτε αποκομμένο υπολογιστή, πρόκειται για την διεύθυνση του λογαριασμού σε ψυχρή αποθήκευση. '), _defineProperty(_el$data, 'OFFLINE_Step2_Title', 'Βήμα 2: Δημιουργία συναλλαγής (υπολογιστής εκτός σύνδεσης) '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_1', 'Προς διεύθυνση '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_2', 'Αξία / ποσό για αποστολή '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3', 'Τιμή αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3b', 'Εμφανίστηκε στο Βήμα 1 στο συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4', 'Όριο αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4b', '21000 είναι το προεπιλεγμένο όριο αερίου. Όταν αποστέλλετε συμβόλαια ή πρόσθετα δεδομένα, αυτό ίσως πρέπει να είναι διαφορετικό. Τυχόν αχρησιμοποιήτο αέριο θα σας επιστραφεί. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5b', 'Εμφανίστηκε στο Βήμα 1 στον συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6', 'Δεδομένα '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6b', 'Αυτό είναι προαιρετικό. Δεδομένα χρησιμοποιούνται συνήθως όταν αποστέλλονται συναλλαγές σε συμβόλαια. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_7', 'Εισαγωγή / επιλογή του ιδιωτικού κλειδιού / JSON. '), _defineProperty(_el$data, 'OFFLINE_Step3_Title', 'Βήμα 3: Δημοσίευση συναλλαγής (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step3_Label_1', 'Επικολλήστε την υπογεγραμμένη συναλλαγή εδώ και πατήστε το κουμπί «ΑΠΟΣΤΟΛΗ ΣΥΝΑΛΛΑΓΗΣ». '), _defineProperty(_el$data, 'MYWAL_Nick', 'Ψευδώνυμο πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Address', 'Διεύθυνση πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Bal', 'Υπόλοιπο '), _defineProperty(_el$data, 'MYWAL_Edit', 'Επεξεργασία '), _defineProperty(_el$data, 'MYWAL_View', 'Προβολή '), _defineProperty(_el$data, 'MYWAL_Remove', 'Αφαίρεση '), _defineProperty(_el$data, 'MYWAL_RemoveWal', 'Αφαίρεση πορτοφολιού: '), _defineProperty(_el$data, 'MYWAL_WatchOnly', 'Οι λογαρισμοί μόνο-προς-παρακολούθηση '), _defineProperty(_el$data, 'MYWAL_Viewing', 'Προβάλλεται το πορτοφόλι '), _defineProperty(_el$data, 'MYWAL_Hide', 'Απόκρυψη πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Edit_2', 'Επεξεργασία πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Name', 'Όνομα πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Content_1', 'Προσοχή! Πρόκειται να αφαιρέσετε το πορτοφόλι σας. '), _defineProperty(_el$data, 'MYWAL_Content_2', 'Σιγουρευτείτε ότι έχετε **αποθηκεύσει το αρχείο keystore/JSON και το συνθηματικό** του πορτοφολιού αυτού πριν το αφαιρέσετε. '), _defineProperty(_el$data, 'MYWAL_Content_3', 'Αν θέλετε να χρησιμοποιήσετε το πορτοφόλι αυτό με το MyEtherWalletCX στο μέλλον, θα χρειαστεί να το ξαναπροσθέσετε χειροκίνητα χρησιμοποιώντας το ιδιωτικό κλειδί/JSON και το συνθηματικό. '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. Ίσως επιθυμείτε να το κάνετε προκειμένου να [εισαγάγετε το λογαριασμό σας στο Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Αν επιθυμείτε να ελέγξετε το υπόλοιπό σας, συνιστούμε να χρησιμοποιήσετε ένα εργαλείο εξερεύνησης blockchain όπως το [etherscan.io](https://etherscan.io/). '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle_Short', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_SuccessMsg', 'Επιτυχία! Εδώ είναι οι πληροφορίες για το πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_el$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_el$data, 'CX_error_1', 'Δεν έχετε αποθηκευμένα πορτοφόλια. Κάντε κλικ στο [«Προσθήκη πορτοφολιού»](/cx-wallet.html#add-wallet) για να προσθεσετε ένα! '), _defineProperty(_el$data, 'CX_quicksend', 'Ταχυ-αποστολή '), _defineProperty(_el$data, 'NODE_Title', 'Εγκαταστήστε τον προσαρμοσμένο κόμβο σας'), _defineProperty(_el$data, 'NODE_Subtitle', 'Για να συνδεθείτε σε έναν τοπικό κόμβο...'), _defineProperty(_el$data, 'NODE_Warning', 'Ο κόμβος σας πρέπει να είναι HTTPS για να συνδεθείτε σε αυτόν μέσω του MyEtherWallet.com. Μπορείτε να [κατεβάσετε το αποθετήριο MyEtherWallet και να το εκτελέσετε τοπικά](https://github.com/kvhnuke/etherwallet/releases/latest) για να συνδεθείτε σε οποιονδήποτε κόμβο. Ή, αποκτήστε ένα δωρεάν πιστοποιητικό SSL μέσω του [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_el$data, 'NODE_Name', 'Όνομα κόμβου'), _defineProperty(_el$data, 'NODE_Port', 'Θύρα κόμβου'), _defineProperty(_el$data, 'NODE_CTA', 'Αποθήκευση & χρήση προσαρμοσμένου κόμβου'), _defineProperty(_el$data, 'CONTRACT_Title', 'Διεύθυνση συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Title_2', 'Επιλογή υπάρχοντος συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Json', 'Διεπαφή ABI / JSON '), _defineProperty(_el$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_el$data, 'CONTRACT_Interact_CTA', 'Επιλογή λειτουργίας '), _defineProperty(_el$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_el$data, 'CONTRACT_Read', 'READ '), _defineProperty(_el$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_el$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_el$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_el$data, 'DEP_signtx', 'Υπογραφή συναλλαγής '), _defineProperty(_el$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_el$data, 'SWAP_rates', "Τρέχουσες ισοτιμίες "), _defineProperty(_el$data, 'SWAP_init_1', "Θέλω να ανταλλάξω "), _defineProperty(_el$data, 'SWAP_init_2', " με "), _defineProperty(_el$data, 'SWAP_init_CTA', "Συνέχεια "), _defineProperty(_el$data, 'SWAP_information', "Τα στοιχεία σας "), _defineProperty(_el$data, 'SWAP_send_amt', "Ποσό που να αποσταλεί "), _defineProperty(_el$data, 'SWAP_rec_amt', "Ποσό που να ληφθεί "), _defineProperty(_el$data, 'SWAP_your_rate', "Η ισοτιμία σας "), _defineProperty(_el$data, 'SWAP_rec_add', "Η διεύθυνση λήψης σας "), _defineProperty(_el$data, 'SWAP_start_CTA', "Έναρξη ανταλλαγής "), _defineProperty(_el$data, 'SWAP_ref_num', "Ο αριθμός αναφοράς σας "), _defineProperty(_el$data, 'SWAP_time', "Υπολειπόμενος χρόνος για την αποστολή "), _defineProperty(_el$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_el$data, 'SWAP_progress_1', "Η εντολή ξεκίνησε "), _defineProperty(_el$data, 'SWAP_progress_2', "Εν αναμονή για "), _defineProperty(_el$data, 'SWAP_progress_3', "Ελήφθησαν! "), _defineProperty(_el$data, 'SWAP_progress_4', "Γίνεται αποστολή {{orderResult.output.currency}} "), _defineProperty(_el$data, 'SWAP_progress_5', "Η εντολή ολοκληρώθηκε "), _defineProperty(_el$data, 'SWAP_order_CTA', "Παρακαλούμε στείλτε "), _defineProperty(_el$data, 'SWAP_unlock', "Ξεκλειδώστε το πορτοφόλι σας για να στείλετε ETH ή μάρκες απευθείας από αυτήν τη σελίδα. "), _defineProperty(_el$data, 'MSG_message', 'Μήνυμα '), _defineProperty(_el$data, 'MSG_date', 'Δεδομένα '), _defineProperty(_el$data, 'MSG_signature', 'Υπογραφή '), _defineProperty(_el$data, 'MSG_verify', 'Επαλήθευση μηνύματος '), _defineProperty(_el$data, 'MSG_info1', 'Συμπεριλάβετε την τρέχουσα ημερομηνία ώστε η υπογραφή να μην μπορεί να επαχρησιμοποιηθεί σε διαφορετική ημερομηνία. '), _defineProperty(_el$data, 'MSG_info2', 'Συμπεριλάβετε το ψευδώνυμό σας και το πού χρησιμοποιείτε αυτό το ψευδώνυμο ώστε να μην μπορεί να το χρησιμοποιήσει κάποιος άλλος. '), _defineProperty(_el$data, 'MSG_info3', 'Συμπεριλάβετε έναν συγκεκριμένο λόγο για το μήνυμα, ώστε να μην μπορεί να επαναχρησιμοποιηθεί για διαφορετικό σκοπό. '), _defineProperty(_el$data, 'MNEM_1', 'Παρακαλούμε, επιλέξτε την διεύθυνση με την οποία θα θέλατε να αλληλεπιδράσετε. '), _defineProperty(_el$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_el$data, 'MNEM_more', 'Περισσότερες διευθύνσεις '), _defineProperty(_el$data, 'MNEM_prev', 'Προηγούμενες διευθύνσεις '), _defineProperty(_el$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_el$data, 'ADD_Ledger_1', 'Συνδέστε το Ledger Wallet σας '), _defineProperty(_el$data, 'ADD_Ledger_2', 'Ανοίξτε την εφαρμογή Ethereum (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Exp', 'Ανοίξτε την εφαρμογή Expanse (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Ubq', 'Ανοίξτε την εφαρμογή Ubiq (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_3', 'Βεβαιωθείτε ότι η υποστήριξη περιηγητή είναι ενεργοποιημένη στις ρυθμίσεις '), _defineProperty(_el$data, 'ADD_Ledger_4', 'Εάν δεν υπάρχει υποστήριξη περιηγητή στις ρυθμίσεις, βεβαιωθείτε ότι έχετε [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_el$data, 'ADD_Ledger_0a', 'Ξανα-ανοίξτε το MyEtherWallet σε ασφαλή (SSL) σύνδεση '), _defineProperty(_el$data, 'ADD_Ledger_0b', 'Ξανα-ανοίξτε το MyEtherWallet χρησιμοποιώντας το [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Ledger_scan', 'Συνδεθείτε στο Ledger Wallet '), _defineProperty(_el$data, 'ADD_MetaMask', 'Συνδεθείτε στο MetaMask '), _defineProperty(_el$data, 'x_Trezor', 'TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Συνδεθείτε στο TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'Αυτός είναι σπόρος του TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_el$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_el$data, 'ERROR_0', 'Παρακαλούμε εισαγάγετε έγκυρο ποσό. '), _defineProperty(_el$data, 'ERROR_1', 'Το συνθηματικό σας πρέπει να αποτελείται απο τουλάχιστον 9 χαρακτήρες. Παρακαλούμε σιγουρευτείτε ότι είναι ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'ERROR_2', 'Λυπούμαστε! Δεν αναγνωρίζουμε αυτού του είδους αρχεία πορτοφολιού '), _defineProperty(_el$data, 'ERROR_3', 'Αυτό δεν είναι έγκυρο αρχείο πορτοφολιού. '), _defineProperty(_el$data, 'ERROR_4', 'Αυτή η μονάδα δεν υπάρχει, παρακαλούμε χρησιμοποιήστε μία απο τις ακόλουθες μονάδες: '), _defineProperty(_el$data, 'ERROR_5', 'Λάθος διεύθυνση. '), _defineProperty(_el$data, 'ERROR_6', 'Λάθος συνθηματικό. '), _defineProperty(_el$data, 'ERROR_7', 'Λάθος ποσό. (Πρέπει να είναι ακέραιος. Δοκιμάστε 0-18). '), _defineProperty(_el$data, 'ERROR_8', 'Λάθος όριο αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 21000-4000000). '), _defineProperty(_el$data, 'ERROR_9', 'Λάθος τιμή δεδομένων. (Πρέπει να είναι δεκαεξαδικός). '), _defineProperty(_el$data, 'ERROR_10', 'Λάθος ποσό αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 20 GWEI / 20000000000 WEI.) '), _defineProperty(_el$data, 'ERROR_11', 'Λάθος nonce. (Πρέπει να είναι ακέραιος). '), _defineProperty(_el$data, 'ERROR_12', 'Λάθος υπογεγραμμένη συναλλαγή. '), _defineProperty(_el$data, 'ERROR_13', 'Υπάρχει ήδη πορτοφόλι με αυτό το ψευδώνυμο. '), _defineProperty(_el$data, 'ERROR_14', 'Δεν βρέθηκε πορτοφόλι. '), _defineProperty(_el$data, 'ERROR_15', 'Φαίνεται να μην υπάρχει ακόμη πρόταση με αυτό το αναγνωριστικό ή υπήρξε σφάλμα κατά την ανάγνωση της πρότασης αυτής. '), _defineProperty(_el$data, 'ERROR_16', 'Υπάρχει ήδη αποθηκευμένο πορτοφόλι με αυτήν τη διεύθυνση. Παρακαλούμε ελέγξτε τη σελίδα πορτοφολιών σας. '), _defineProperty(_el$data, 'ERROR_17', 'Ο λογαριασμός από τον οποίο στέλνετε δεν έχει αρκετά κεφάλαια. Εάν στέλνετε μάρκες, πρέπει να έχετε 0.01 ETH στο λογαριασμό σας για να καλύψετε το κόστος του αερίου. '), _defineProperty(_el$data, 'ERROR_18', 'Όλο το αέριο θα είχε δαπανηθεί στη συναλλαγή αυτή. Αυτό σημαίνει ότι έχετε ήδη ψηφίσει στην πρόταση αυτήν ή ότι η περίοδος συζήτησης έχει λήξει. '), _defineProperty(_el$data, 'ERROR_19', 'Λάθος σύμβολο '), _defineProperty(_el$data, 'ERROR_20', 'Μη έγκυρη μάρκα ERC-20'), _defineProperty(_el$data, 'ERROR_21', 'Δεν ήταν δυνατή η εκτίμηση του αερίου. Δεν υπάρχουν αρκετά κεφάλαια στο λογαριασμό ή η διεύθυνση λήψης του συμβολαίου θα έβγαλε κάποιο λάθος. Μη διστάσετε να καθορίσετε το αέριο με το χέρι και να συνεχίσετε. Το μήνυμα σφάλματος κατά την αποστολή μπορεί να είναι πιο ενημερωτικό.'), _defineProperty(_el$data, 'ERROR_22', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα κόμβου'), _defineProperty(_el$data, 'ERROR_23', 'Παρακαλούμε εισαγάγετε έγκυρη διεύθυνση URL. Αν είστε σε https, η διεύθυνση URL σας πρέπει να είναι https'), _defineProperty(_el$data, 'ERROR_24', 'Παρακαλούμε εισαγάγετε έγκυρη θύρα. '), _defineProperty(_el$data, 'ERROR_25', 'Παρακαλούμε εισαγάγετε έγκυρο αναγνωριστικό αλυσίδας. '), _defineProperty(_el$data, 'ERROR_26', 'Παρακαλούμε εισαγάγετε έγκυρο ABI. '), _defineProperty(_el$data, 'ERROR_27', 'Ελάχιστο ποσό: 0.01. Μέγιστο ποσό: '), _defineProperty(_el$data, 'ERROR_28', 'Προκειμένου να έχετε πρόσβαση σε αυτό το πορτοφόλι στο μέλλον **είναι απαραίτητο το αρχείο Keystore/JSON & το συνθηματικό ή το ιδιωτικό κλειδί σας**. Παρακαλούμε κρατήστε ένα εξωτερικό αντίγραφο ασφαλείας! Δεν υπάρχει τρόπος ανάκτησης ενός πορτοφολιού άν δεν το αποθηκεύσετε. Διαβάστε τη σελίδα [βοήθειας](https://www.myetherwallet.com/#help) για οδηγίες. '), _defineProperty(_el$data, 'ERROR_29', 'Παρακαλούμε εισαγάγετε έγκυρο χρήστη και συνθηματικό '), _defineProperty(_el$data, 'ERROR_30', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα (7+ χαρακτήρες, περιορισμένα σημεία στίξης) '), _defineProperty(_el$data, 'ERROR_31', 'Παρακαλούμε εισαγάγετε έγκυρη μυστική φράση. '), _defineProperty(_el$data, 'ERROR_32', 'Δεν ήταν δυνατή η σύνδεση στον κόμβο. Ανανεώστε τη σελίδα σας, δοκιμάστε κάποιον διαφορετικό κόμβο (πάνω δεξιά γωνία), ελέγξτε τις ρυθμίσεις του τείχους προστασίας. Εάν πρόκειται για προσαρμοσμένο κόμβο, ελέγξτε τις διαμορφώσεις σας.'), _defineProperty(_el$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_el$data, 'ERROR_34', 'Το όνομα που προσπαθείτε να αποκαλύψετε δεν ταιριάζει με το όνομα που έχετε εισαγάγει. '), _defineProperty(_el$data, 'ERROR_35', 'Η διεύθυνση εισόδου δεν περιέχει άθροισμα ελέγχου. Περισσότερες πληροφορίες'), _defineProperty(_el$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_el$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_el$data, 'SUCCESS_1', 'Έγκυρη διεύθυνση '), _defineProperty(_el$data, 'SUCCESS_2', 'Το πορτοφόλι αποκρυπτογραφήθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_3', 'Η συναλλαγή σας έχει μεταδοθεί στο δίκτυο. Αναμένει να εξορυχθεί και να επιβεβαιωθεί. Κατά τη διάρκεια ενός ICO, μπορεί να χρειαστούν 3+ ώρες για επιβεβαίωση. Χρησιμοποιήστε τα κουμπιά επαλήθευσης και ελέγχου παρακάτω για να δείτε. Hash συναλλαγής: '), _defineProperty(_el$data, 'SUCCESS_4', 'Το πορτοφόλι σας προστέθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_5', 'Επιλέχθηκε αρχείο '), _defineProperty(_el$data, 'SUCCESS_6', 'Συνδεθήκατε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_7', 'Η υπογραφή του μηνύματος επαληθεύτηκε'), _defineProperty(_el$data, 'GETH_InvalidSender', 'Μη έγκυρος αποστολέας '), _defineProperty(_el$data, 'GETH_Nonce', 'Το nonce είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_Cheap', 'Η τιμή αερίου είναι πολύ χαμηλή για να γίνει αποδεκτή '), _defineProperty(_el$data, 'GETH_Balance', 'Μη επαρκές υπόλοιπο '), _defineProperty(_el$data, 'GETH_NonExistentAccount', 'Ο λογαριασμός δεν υπάρχει ή το υπόλοιπο του λογαριασμού είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_InsufficientFunds', 'Μη επαρκή κεφάλαια για αέριο * τιμή + αξία '), _defineProperty(_el$data, 'GETH_IntrinsicGas', 'Το εγγενές αέριο είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_GasLimit', 'Υπερβαίνει το όριο αερίου του μπλοκ '), _defineProperty(_el$data, 'GETH_NegativeValue', 'Αρνητική αξία '), _defineProperty(_el$data, 'PARITY_AlreadyImported', "Έχει ήδη εισαχθεί συναλλαγή με το ίδιο hash."), _defineProperty(_el$data, 'PARITY_Old', "Το nonce της συναλλαγής είναι πολύ χαμηλό. Δοκιμάστε να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_TooCheapToReplace', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Υπάρχει μια άλλη συναλλαγή με το ίδιο nonce στη σειρά προτεραιότητας. Δοκιμάστε να αυξήσετε το τέλος ή να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_LimitReached', "Υπάρχουν πολλές συναλλαγές στη σειρά προτεραιότητας. Η συναλλαγή σας απορρίφθηκε λόγω ορίου. Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientGasPrice', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Δεν ικανοποιεί το ελάχιστο τέλος του κόμβου σας (ελάχιστο: {}, δόθηκε: {}). Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientBalance', "Ανεπαρκή κεφάλαια. Ο λογαριασμός από τον οποίον προσπαθείτε να στείλετε συναλλαγή δεν έχει αρκετά κεφάλαια. Απαιτούνται {} και δόθηκαν: {}."), _defineProperty(_el$data, 'PARITY_GasLimitExceeded', "Το κόστος συναλλαγής υπερβαίνει το τρέχον όριο αερίου. Όριο: {}, δόθηκε: {}. Προσπαθήστε να μειώσετε το παρεχόμενο αέριο."), _defineProperty(_el$data, 'PARITY_InvalidGasLimit', "Το παρεχόμενο αέριο είναι πέρα από το όριο."), _defineProperty(_el$data, 'WARN_Send_Link', 'Έχετε φθάσει εδώ μέσω ενός συνδέσμου που έχει τη διεύθυνση, την αξία, το αέριο, τα πεδία δεδομένων ή τον τύπο συναλλαγής (τρόπο αποστολής) ήδη συμπληρωμένα για σας. Μπορείτε να αλλάξετε οποιοδήποτε στοιχείο πριν από την αποστολή. Ξεκλειδώστε το πορτοφόλι σας για να ξεκινήσετε. '), _defineProperty(_el$data, 'translate_version', '0.3 '), _defineProperty(_el$data, 'Translator_Desc', 'Ευχαριστούμε τους μεταφραστές μας '), _defineProperty(_el$data, 'TranslatorName_1', '[VitalikFanBoy#117](https://www.myetherwallet.com/?gaslimit=21000&to=0x245f27796a44d7e3d30654ed62850ff09ee85656&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_1', '0x245f27796a44d7e3d30654ed62850ff09ee85656 '), _defineProperty(_el$data, 'TranslatorName_2', 'LefterisJP · '), _defineProperty(_el$data, 'TranslatorAddr_2', ''), _defineProperty(_el$data, 'TranslatorName_3', '[Nikos Vavoulas](https://www.myetherwallet.com/?gaslimit=21000&to=0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_3', '0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2 '), _defineProperty(_el$data, 'TranslatorName_4', 'Ιωάννης Πρωτονοτάριος'), _defineProperty(_el$data, 'TranslatorAddr_4', ''), _defineProperty(_el$data, 'TranslatorName_5', ''), _defineProperty(_el$data, 'TranslatorAddr_5', ''), _defineProperty(_el$data, 'HELP_Warning', 'Εάν δημιουργήσατε πορτοφόλι -ή- κατεβάσατε το αποθετήριο πριν από τις **31 Δεκεμβρίου 2015**, παρακαλούμε ελέγξτε τα πορτοφόλια σας και κατεβάσετε μια νέα έκδοση του αποθετηρίου. Κάντε κλικ για λεπτομέρειες. '), _defineProperty(_el$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_el$data, 'HELP_Remind_Title', 'Κάποιες υπενθυμίσεις '), _defineProperty(_el$data, 'HELP_Remind_Desc_1', '**Τα Ethereum, MyEtherWallet.com & MyEtherWallet CX και μερικές από τις βασικές βιβλιοθήκες Javascript που χρησιμοποιούμε βρίσκονται υπό ενεργό ανάπτυξη.** Ενώ έχουμε κάνει διεξοδικές δοκιμές και έχουν δημιουργηθεί με επιτυχία δεκάδες χιλιάδες πορτοφόλια από άτομα σε όλον τον πλανήτη, υπάρχει πάντα η μικρή πιθανότητα να συμβεί κάτι απροσδόκητο που θα μπορούσε να προκαλέσει την απώλεια των ETH σας. Παρακαλούμε να μην επενδύετε περισσότερο από ό,τι είστε διατεθειμένοι να χάσετε και παρακαλούμε επίσης να προσέχετε. Αν κάτι συμβεί, θα λυπηθούμε, αλλά **δεν θα είμαστε υπεύθυνοι για τον χαμένο Αιθέρα**. '), _defineProperty(_el$data, 'HELP_Remind_Desc_2', 'Τα MyEtherWallet.com & MyEtherWallet CX δεν είναι «διαδικτυακά πορτοφόλια». Δεν δημιουργείτε κάποιον λογαριασμό ούτε μας δίνετε τον αιθέρα σας να σας τον φυλάξουμε. Όλα τα δεδομένα δεν φεύγουν από τον υπολογιστή/περιηγητή σας. Σας διευκολύνουμε να δημιουργείτε, να αποθηκεύετε και να έχετε πρόσβαση στις πληροφορίες σας και να αλληλεπιδράτε με το blockchain. '), _defineProperty(_el$data, 'HELP_Remind_Desc_3', 'Αν δεν αποθηκεύσετε το ιδιωτικό σας κλειδί και το συνθηματικό σας, δεν υπάρχει τρόπος να ανακτήσετε πρόσβαση στο πορτοφόλι σας ή στα κεφάλαια που κατέχει. Πάρτε αντίγραφα ασφαλείας σε πολλαπλές φυσικές τοποθεσίες – όχι μόνο στον υπολογιστή σας! '), _defineProperty(_el$data, 'HELP_0_Title', '0) Είμαι νέος χρήστης. Τι κάνω; '), _defineProperty(_el$data, 'HELP_0_Desc_1', 'Το MyEtherWallet σας δίνει την δυνατότητα να δημιουργήσετε νέα πορτοφόλια ώστε να μπορείτε να αποθηκεύσετε τον αιθέρα σας μόνοι σας, και όχι σε κάποιο ανταλλακτήριο. Αυτή η διαδικασία συμβαίνει εξ\'ολοκλήρου στον υπολογιστή σας, και όχι στους εξυπηρετητές μας. Για αυτό, όταν δημιουργείτε ένα νέο πορτοφόλι, **εσείς είστε υπεύθυνοι να κρατήσετε αντίγραφα ασφαλείας**. '), _defineProperty(_el$data, 'HELP_0_Desc_2', 'Δημιουργήστε ένα νέο πορτοφόλι. '), _defineProperty(_el$data, 'HELP_0_Desc_3', 'Κρατήστε αντίγραφο ασφαλείας ποτοφολιού. '), _defineProperty(_el$data, 'HELP_0_Desc_4', 'Επιβεβαιώστε ότι έχετε πρόσβαση στο νέο αυτό πορτοφόλι και ότι αποθηκεύσατε σωστά όλες τις απαραίτητες πληροφορίες. '), _defineProperty(_el$data, 'HELP_0_Desc_5', 'Μεταφέρετε αιθέρα στο νέο αυτό πορτοφόλι. '), _defineProperty(_el$data, 'HELP_1_Title', '1) Πώς φτιάχνω ένα νέο πορτοφόλι; '), _defineProperty(_el$data, 'HELP_1_Desc_1', 'Πηγαίνετε στη σελίδα «Δημιουργία πορτοφολιού». '), _defineProperty(_el$data, 'HELP_1_Desc_2', 'Πηγαίνετε στη σελίδα «Προσθήκη πορτοφολιού» & επιλέξτε «Δημιουργία νέου πορτοφολιού» '), _defineProperty(_el$data, 'HELP_1_Desc_3', 'Πληκτρολογήστε ένα ισχυρό συνθηματικό. Αν νομίζετε ότι μπορεί να το ξεχάσετε, αποθηκεύστε το κάπου που να είναι ασφαλές. Θα χρειαστείτε αυτό το συνθηματικό για τις εξερχόμενες συναλλαγές σας. '), _defineProperty(_el$data, 'HELP_1_Desc_4', 'Κάντε κλικ στο «ΔΗΜΙΟΥΡΓΙΑ». '), _defineProperty(_el$data, 'HELP_1_Desc_5', 'Το πορτοφόλι σας δημιουργήθηκε με επιτυχία. '), _defineProperty(_el$data, 'HELP_2a_Desc_1', 'Θα πρέπει πάντα να δημιουργείτε εξωτερικά αντίγραφα ασφαλείας του πορτοφολιού σας και σε πολλαπλές φυσικές τοποθεσίες - όπως σε μια μονάδα USB ή/και σε ένα κομμάτι χαρτί. '), _defineProperty(_el$data, 'HELP_2a_Desc_2', 'Αποθηκεύστε τη διεύθυνση. Μπορείτε να την κρατήσετε για τον εαυτό σας ή να τη μοιραστείτε με άλλους. Με αυτόν τον τρόπο, οι άλλοι μπορούν να μεταφέρουν αιθέρα σε εσάς. '), _defineProperty(_el$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_el$data, 'HELP_2a_Desc_4', 'Τοποθετήστε τη διεύθυνση, αντίγραφα του ιδιωτικού κλειδιού και το αρχείο PDF του χάρτινου πορτοφολιού σας σε ένα φάκελο. Αποθηκεύστε τον στον υπολογιστή σας και μια μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_5', 'Εκτυπώστε το πορτοφόλι εάν έχετε εκτυπωτή. Διαφορετικά, σημειώστε το ιδιωτικό σας κλειδί και τη διεύθυνση σε ένα κομμάτι χαρτί. Αποθηκεύστε το σε ασφαλή τοποθεσία, σε ξεχωριστό μέρος από τον υπολογιστή και τη μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_6', 'Λάβετε υπόψιν σας ότι στόχος είναι να αποτρέψετε την απώλεια των κλειδιών και του συνθηματικού από απώλεια ή βλάβη του σκληρού σας δίσκου, ή της μονάδας USB, ή του χαρτιού. Πρέπει επίσης να έχετε κατά νου τη φυσική απώλεια / καταστροφή μιας ολόκληρης περιοχής (σκεφτείτε πυρκαγιά ή πλημμύρα). '), _defineProperty(_el$data, 'HELP_2b_Title', '2β) Πώς μπορώ να έχω ασφάλεια / συναλλαγές εκτός σύνδεσης / ψυχρή αποθήκευση με το MyEtherWallet? '), _defineProperty(_el$data, 'HELP_2b_Desc_1', 'Πηγαίνετε στο [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_el$data, 'HELP_2b_Desc_2', 'Κάντε κλικ στο `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_el$data, 'HELP_2b_Desc_3', 'Μετακινήστε το zip σε έναν υπολογιστή απομονωμένο από το δίκτυο. '), _defineProperty(_el$data, 'HELP_2b_Desc_4', 'Αποσυμπιέστε το και κάντε διπλό κλικ στο `index.html`. '), _defineProperty(_el$data, 'HELP_2b_Desc_5', 'Δημιουργήστε ένα πορτοφόλι με ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'HELP_2b_Desc_6', 'Αποθηκεύστε τη διεύθυνση. Αποθηκεύστε πολλαπλά αντίγραφα του ιδιωτικού κλειδιού. Αποθηκεύστε το συνθηματικό εάν υπάρχει περίπτωση να μην το θυμάστε για πάντα. '), _defineProperty(_el$data, 'HELP_2b_Desc_7', 'Φυλάξτε αυτά τα χαρτιά / USB σε πολλαπλές και ξεχωριστές μεταξύ τους τοποθεσίες. '), _defineProperty(_el$data, 'HELP_2b_Desc_8', 'Πηγαίνετε στη σελίδα «Προβολή πληροφοριών πορτοφολιού» και πληκτρολογήστε το ιδιωτικό κλειδί / συνθηματικό σας για να βεβαιωθείτε ότι είναι σωστά και ότι έχετε πρόσβαση στο πορτοφόλι σας. Ελέγξτε ότι η διεύθυνση που σημειώσατε στο χαρτί είναι η ίδια. '), _defineProperty(_el$data, 'HELP_3_Title', '3) Πώς μπορώ να επαληθεύσω ότι έχω πρόσβαση στο νέο πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_3_Desc_1', '**Πριν στείλετε οποιοδήποτε ποσό Αιθέρα στο νέο σας πορτοφόλι**, πρέπει να βεβαιωθείτε ότι έχετε πρόσβαση σε αυτό. '), _defineProperty(_el$data, 'HELP_3_Desc_2', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_3', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού» του MyEtherWallet.com. '), _defineProperty(_el$data, 'HELP_3_Desc_4', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_5', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό σας. '), _defineProperty(_el$data, 'HELP_3_Desc_6', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_7', 'Τα στοιχεία του πορτοφολιού σας θα πρέπει να εμφανιστούν. Βρείτε τη διεύθυνση του λογαριασμού σας, δίπλα σε ένα πολύχρωμο κυκλικό εικονίδιο. Αυτό το εικονίδιο αντιπροσωπεύει οπτικά τη διεύθυνσή σας. Βεβαιωθείτε ότι η διεύθυνση είναι η διεύθυνση που έχετε αποθηκεύσει στο έγγραφο κειμένου και βρίσκεται στο χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_8', 'Αν σκοπεύετε να φυλάξετε μεγάλη ποσότητα αιθέρα, σας συνιστούμε να στείλετε πρώτα μια μικρή ποσότητα αιθέρα από το νέο πορτοφόλι πριν καταθέσετε κάποιο μεγάλο ποσό. Στείλτε 0.001 μονάδες αιθέρα στο νέο σας πορτοφόλι, αποκτήστε πρόσβαση στο πορτοφόλι, στείλτε τις 0.001 μονάδες αιθέρα σε άλλη διεύθυνση και βεβαιωθείτε ότι όλα λειτουργούν ομαλά. '), _defineProperty(_el$data, 'HELP_4_Title', '4) Πώς στέλνω Αιθέρα από ένα πορτοφόλι σε ένα άλλο; '), _defineProperty(_el$data, 'HELP_4_Desc_1', 'Αν σκοπεύετε να μετακινήσετε ένα μεγάλο ποσό αιθέρα, θα πρέπει πρώτα να δοκιμάσετε να στείλετε ένα μικρό ποσό στο πορτοφόλι σας για να διασφαλίσετε ότι όλα δουλεύουν όπως πρέπει. '), _defineProperty(_el$data, 'HELP_4_Desc_2', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4_Desc_3', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_4_Desc_4', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό. '), _defineProperty(_el$data, 'HELP_4_Desc_5', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_el$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_el$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_el$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_el$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_el$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_el$data, 'HELP_4CX_Desc_1', 'Πρώτα, πρέπει να προσθέσετε ένα πορτοφόλι. Άπαξ και το κάνετε αυτό έχετε δύο επιλογές: τη λειτουργία «QuickSend» από το εικονίδιο της επέκτασης στο Chrome ή από τη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_el$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_el$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_el$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_el$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_el$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_el$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_el$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_el$data, 'HELP_4CX_Desc_12', 'Using «Αποστολή αιθέρα και μαρκών» Page '), _defineProperty(_el$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_el$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_el$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_el$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_el$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_el$data, 'HELP_5CX_Title', '5) Πώς μπορώ να εγκαταστήσω αυτήν την επέκταση από το αποθετήριο αντί του Chrome Store; '), _defineProperty(_el$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_el$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_el$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_el$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_el$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_el$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_el$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_el$data, 'HELP_7_Title', '7) Πώς μπορώ να στείλω μάρκες και να προσθέσω προσαρμοσμένες μάρκες; '), _defineProperty(_el$data, 'HELP_7_Desc_0', 'Το [Ethplorer.io](https://ethplorer.io/) είναι ένας πολύ καλός τρόπος για να εξερευνήσετε τις διάφορες μάρκες και να βρείτε τα δεκαδικά ψηφία μιας μάρκας. '), _defineProperty(_el$data, 'HELP_7_Desc_1', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_7_Desc_2', 'Ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_7_Desc_3', 'Εισαγάγετε τη διεύθυνση στην οποία θέλετε να αποστείλετε στο πεδίο «Προς διεύθυνση:». '), _defineProperty(_el$data, 'HELP_7_Desc_4', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_5', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_6', 'Εάν δεν βλέπετε τη μάρκα στη λίστα: '), _defineProperty(_el$data, 'HELP_7_Desc_7', 'Κάντε κλικ στο «Προσαρμογή». '), _defineProperty(_el$data, 'HELP_7_Desc_8', 'Εισαγάγετε τη διεύθυνση, το όνομα και τα δεκαδικά ψηφία της μάρκας. Αυτά παρέχονται από τους δημιουργούς της μάρκας και είναι επίσης απαραίτητα όταν χρησιμοποιείτε την επιλογή «Add a Watch Token» στο Mist. '), _defineProperty(_el$data, 'HELP_7_Desc_9', 'Κάντε κλικ στο «Αποθήκευση». '), _defineProperty(_el$data, 'HELP_7_Desc_10', 'Μπορείτε τώρα να αποστείλετε αυτή τη μάρκα καθώς και να δείτε το υπόλοιπό της στην πλευρική στήλη. '), _defineProperty(_el$data, 'HELP_7_Desc_11', 'Κάντε κλικ στο «Δημιουργία συναλλαγής». '), _defineProperty(_el$data, 'HELP_7_Desc_12', 'Θα εμφανιστούν κάνα δυο ακόμα πεδία. Πρόκειται για τον περιηγητή σας που δημιουργεί τη συναλλαγή. '), _defineProperty(_el$data, 'HELP_7_Desc_13', 'Κάντε κλικ στο μπλε κουμπί «Αποστολή συναλλαγής» παρακάτω. '), _defineProperty(_el$data, 'HELP_7_Desc_14', 'Θα εμφανιστεί ένα αναδυόμενο παράθυρο. Βεβαιωθείτε ότι το ποσό και η διεύθυνση στην οποία αποστέλλετε είναι σωστά. Στη συνέχεια, κάντε κλικ στο κουμπί «Ναι, είμαι σίγουρος! Να εκτελεστεί η συναλλαγή.». '), _defineProperty(_el$data, 'HELP_7_Desc_15', 'Η συναλλαγή θα υποβληθεί. Θα εμφανιστεί το Hash της συναλλαγής. Μπορείτε να κάνετε κλικ σε αυτό το Hash της συναλλαγής για να το δείτε στο blockchain. '), _defineProperty(_el$data, 'HELP_8_Title', '8) Τι θα συμβεί εάν ο ιστότοπός σας πέσει; '), _defineProperty(_el$data, 'HELP_8_Desc_1', 'Το MyEtherWallet δεν είναι πορτοφόλι ιστού. Δεν γίνεται σύνδεση χρήστη και τίποτα δεν αποθηκεύεται στους διακομιστές μας. Είναι απλά μια διεπαφή που σας επιτρέπει να αλληλεπιδράσετε με το blockchain. '), _defineProperty(_el$data, 'HELP_8_Desc_2', 'Αν το MyEtherWallet.com πέσει, μπορείτε να χρησιμοποιήσετε κάποιον άλλον τρόπο (όπως το geth ή το Ethereum Wallet / Mist) για να κάνετε ό,τι κάνουμε. Αλλά δεν θα χρειαστεί να «βγάλετε» τον Αιθέρα σας από το MyEtherWallet επειδή δεν βρίσκεται μέσα στο MyEtherWallet. Βρίσκεται στο όποιο πορτοφόλι δημιουργήσατε μέσω του ιστοτόπου μας. '), _defineProperty(_el$data, 'HELP_8_Desc_3', 'Μπορείτε να εισαγάγετε πολύ εύκολα το μη κρυπτογραφημένο σας ιδιωτικό κλειδί και τα αρχεία σε φορμά Geth / Mist (κρυπτογραφημένα) απευθείας στο geth / Ethereum Wallet / Mist. Δείτε την ερώτηση Νο 12 παρακάτω. '), _defineProperty(_el$data, 'HELP_8_Desc_4', 'Επιπρόσθετα, η πιθανότητα να πέσει το MyEtherWallet είναι ελάχιστη έως ανύπαρκτη. Δεν μας κοστίζει σχεδόν τίποτα να το διατηρούμε, δεδομένου ότι δεν αποθηκεύουμε καμία πληροφορία. Εάν πάψει να λειτουργεί το όνομα χώρου, το MyEtherWallet εξακολουθεί να είναι και πάντα θα είναι διαθέσιμο δημοσίως στη διεύθυνση [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Μπορείτε να κατεβάσετε το ZIP και να το εκτελέσετε τοπικά. '), _defineProperty(_el$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_el$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_el$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_el$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_el$data, 'HELP_9_Title', '9) Is the «Αποστολή αιθέρα και μαρκών» page offline? '), _defineProperty(_el$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_el$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_el$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_el$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_el$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_el$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_el$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_el$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_el$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_el$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_el$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_el$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_el$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_el$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_el$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_el$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_el$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_el$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_el$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_el$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_el$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_el$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_14', 'Copy Your Private Key (μη κρυπτογραφημένο). '), _defineProperty(_el$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_el$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_el$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_el$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_el$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_el$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_el$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_el$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_el$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_el$data, 'HELP_14_Title', '14) Ορισμένοι ιστότοποι τυχαιοποιούν την παραγωγή του ιδιωτικού κλειδιού μέσω κινήσεων του ποντικιού. Το MyEtherWallet.com δεν το κάνει αυτό. Είναι ασφαλής η παραγωγή τυχαίων αριθμών για το MyEtherWallet; '), _defineProperty(_el$data, 'HELP_14_Desc_1', 'Ενώ αυτό το πράγμα με τις κινήσεις του ποντικιού είναι έξυπνο και καταλαβαίνουμε γιατί αρέσει στους περισσότερους ανθρώπους, η πραγματικότητα όμως είναι ότι το window.crypto εξασφαλίζει περισσότερη εντροπία από τις κινήσεις του ποντικιού σας. Δεν είναι ότι οι κινήσεις του ποντικιού δεν είναι ασφαλείς, είναι ότι εμείς (και οι τόνοι πειραμάτων κρυπτογράφησης) πιστεύουμε στο window.crypto. Επιπλέον, το MyEtherWallet.com μπορεί να χρησιμοποιηθεί σε συσκευές αφής. Εδώ είναι μια [συζήτηση μεταξύ ενός θυμωμένου redditor και του Vitalik Buterin σχετικά με τις κινήσεις του ποντικιού έναντι του window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) και εδώ είναι οι [προδιαγραφές w3 του window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_el$data, 'HELP_15_Title', '15) Γιατί δεν έχει εμφανιστεί ο λογαριασμός που μόλις δημιούργησα στον εξερευνητή blockchain; (δηλαδή: etherchain, etherscan) '), _defineProperty(_el$data, 'HELP_15_Desc_1', 'Ένας λογαριασμός εμφανίζεται σε έναν εξερευνητή blockchain μόνο όταν ο λογαριασμός έχει δραστηριότητα—για παράδειγμα, αφού μεταφέρετε κάποιο ποσό Αιθέρα σε αυτόν. '), _defineProperty(_el$data, 'HELP_16_Title', '16) Πώς ελέγχω το υπόλοιπο του λογαριασμού μου; '), _defineProperty(_el$data, 'HELP_16_Desc_1', 'Μπορείτε να χρησιμοποιήσετε έναν εξερευνητή blockchain όπως το [etherscan.io](https://etherscan.io/). Επικολλήστε τη διεύθυνσή σας στη γραμμή αναζήτησης και θα ανασύρει τη διεύθυνση και το ιστορικό συναλλαγών σας. Για παράδειγμα, δείτε πώς φαίνεται ο [λογαριασμός μας για δωρέες](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) στο etherscan.io '), _defineProperty(_el$data, 'HELP_17_Title', '17) Γιατί δεν εμφανίζεται το υπόλοιπό μου όταν ξεκλειδώνω το πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_17_Desc_1', 'Αυτό πιθανότατα οφείλεται στο γεγονός ότι βρίσκεστε πίσω από κάποιο τείχος προστασίας. Το API που χρησιμοποιούμε για να πάρουμε το υπόλοιπο και να μετατρέψουμε το εν λόγω υπόλοιπο συχνά εμποδίζεται από τείχη προστασίας για διάφορους λόγους. Θα εξακολουθείτε να είστε σε θέση να αποστείλετε συναλλαγές, απλά πρέπει να χρησιμοποιήσετε μια διαφορετική μέθοδο για να δείτε το εν λόγω υπόλοιπο, όπως το etherscan.io '), _defineProperty(_el$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_el$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_el$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_el$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_el$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_el$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_el$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_el$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_el$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_el$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_el$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_el$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_el$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_el$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_el$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_el$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_el$data, 'HELP_Sec_Title', 'Ασφάλεια '), _defineProperty(_el$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_el$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_el$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_el$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_el$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_el$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_el$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_el$data, 'HELP_FAQ_Title', 'Περισσότερες χρήσιμες απαντήσεις σε συχνές ερωτήσεις '), _defineProperty(_el$data, 'HELP_Contact_Title', 'Τρόποι για να έρθετε σε επαφή'), _el$data); +}, _defineProperty(_el$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_el$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_el$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_el$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_el$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_el$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_el$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_el$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_el$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_el$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_el$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_el$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_el$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_el$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_el$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_el$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_el$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_el$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_el$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_el$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_el$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_el$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_el$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_el$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_el$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_el$data, 'HELP_2a_Title', 'Πώς αποθηκεύω/παίρνω αντίγραφο ασφαλείας του πορτοφολιού μου; '), _defineProperty(_el$data, 'x_CancelReplaceTx', 'Ακύρωση ή αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_CancelTx', 'Ακύρωση συναλλαγής'), _defineProperty(_el$data, 'x_PasswordDesc', 'Αυτό το συνθηματικό * κρυπτογραφεί * το ιδιωτικό σας κλειδί. Αυτό δεν λειτουργεί σαν σπόρος ο οποίος θα γεννήσει τα κλειδιά σας. **Θα χρειαστείτε αυτό το συνθηματικό + το ιδιωτικό σας κλειδί για να ξεκλειδώσετε το πορτοφόλι σας.**'), _defineProperty(_el$data, 'x_ReadMore', 'Διαβάστε περισσότερα'), _defineProperty(_el$data, 'x_ReplaceTx', 'Αντικατάσταση συναλλαγής'), _defineProperty(_el$data, 'x_TransHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'x_TXFee', 'Τέλος συναλλαγής'), _defineProperty(_el$data, 'x_TxHash', 'Hash συναλλαγής'), _defineProperty(_el$data, 'NAV_CheckTxStatus', 'Έλεγχος κατάστασης συναλλαγής'), _defineProperty(_el$data, 'NAV_TxStatus', 'Κατάσταση συναλλαγής'), _defineProperty(_el$data, 'tx_Details', 'Λεπτομέρειες συναλλαγής'), _defineProperty(_el$data, 'tx_Summary', 'Σε στιγμές υψηλού όγκου συναλλαγών (όπως κατά τη διάρκεια ενός ICO) οι συναλλαγές μπορεί να εκκρεμούν για ώρες, αν όχι ημέρες. Αυτό το εργαλείο αποσκοπεί στο να σας δώσει τη δυνατότητα να βρείτε και να «ακυρώσετε» / αντικαταστήσετε αυτές τις συναλλαγές. ** Αυτό δεν είναι κάτι που μπορείτε συνήθως να κάνετε. Δεν πρέπει να βασίζεστε σε αυτό και θα δουλέψει μόνο όταν οι δεξαμενές συναλλαγών είναι πλήρεις. [Παρακαλούμε, διαβάστε για αυτό το εργαλείο εδώ.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_el$data, 'tx_notFound', 'Δεν βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_notFound_1', 'Αυτή η συναλλαγή δεν ήταν δυνατόν να βρεθεί στη δεξαμενή συναλλαγών του κόμβου στον οποίον έχετε συνδεθεί.'), _defineProperty(_el$data, 'tx_notFound_2', 'Αν μόλις στείλατε τη συναλλαγή, παρακαλούμε περιμένετε 15 δευτερόλεπτα και πατήστε ξανά το κουμπί «Έλεγχος κατάστασης συναλλαγής». '), _defineProperty(_el$data, 'tx_notFound_3', 'Μπορεί να βρίσκεται ακόμα στη δεξαμενή εξόρυξης κάποιου διαφορετικού κόμβου, περιμένοντας να εξορυχθεί.'), _defineProperty(_el$data, 'tx_notFound_4', 'Παρακαλούμε χρησιμοποιήστε το αναπτυσσόμενο μενού πάνω δεξιά και επιλέξτε κάποιον διαφορετικό κόμβο ETH (π.χ. `ETH (Etherscan.io)` ή `ETH (Infura.io)` ή `ETH (MyEtherWallet)`) και ελέγξτε ξανά.'), _defineProperty(_el$data, 'tx_foundInPending', 'Βρέθηκε συναλλαγή σε εκκρεμότητα'), _defineProperty(_el$data, 'tx_foundInPending_1', 'Η συναλλαγή σας εντοπίστηκε στη δεξαμενή συναλλαγών του κόμβου στον οποίο έχετε συνδεθεί. '), _defineProperty(_el$data, 'tx_foundInPending_2', 'Αυτή τη στιγμή είναι σε εκκρεμότητα (περιμένοντας να εξορυχθεί). '), _defineProperty(_el$data, 'tx_foundInPending_3', 'Υπάρχει μια πιθανότητα να μπορείτε να «ακυρώσετε» ή να αντικαταστήσετε αυτήν τη συναλλαγή. Ξεκλειδώστε το πορτοφόλι σας παρακάτω.'), _defineProperty(_el$data, 'tx_FoundOnChain', 'Βρέθηκε συναλλαγή'), _defineProperty(_el$data, 'tx_FoundOnChain_1', 'Η συναλλαγή σας εξορύχθηκε επιτυχώς και βρίσκεται πάνω στο blockchain.'), _defineProperty(_el$data, 'tx_FoundOnChain_2', '**Αν δείτε κόκκινο μήνυμα λάθους `( ! )`, `BAD INSTRUCTION` ή `OUT OF GAS`**, σημαίνει ότι η συναλλαγή *δεν εστάλη* επιτυχώς. Δεν μπορείτε να ακυρώσετε ή να αντικαταστήσετε αυτήν τη συναλλαγή. Αντί αυτού, στείλτε μια νέα συναλλαγή. Αν λάβατε σφάλμα «Out of Gas», πρέπει να διπλασιάσετε το όριο αερίου που καθορίσατε αρχικά.'), _defineProperty(_el$data, 'tx_FoundOnChain_3', '**Αν δεν βλέπετε σφάλματα, η συναλλαγή σας εστάλη επιτυχώς.** Τα ETH σας ή οι μάρκες σας βρίσκονται εκεί που τα στείλατε. Αν δεν μπορείτε να δείτε αυτά τα ETH ή τις μάρκες να έχουν πιστωθεί στο άλλο σας πορτοφόλι ή στο λογαριασμό του ανταλλακτηρίου σας, και έχουν περάσει 24+ ώρες από τότε που τα στείλατε, παρακαλούμε [επικοινωνήστε με αυτήν την υπηρεσία](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Στείλτε τους το *σύνδεσμο* προς τη συναλλαγή σας και ζητήστε τους ευγενικά να ρίξουν μια ματιά στο θέμα σας.'), _defineProperty(_el$data, 'GEN_Help_1', 'Χρησιμοποιήστε το'), _defineProperty(_el$data, 'GEN_Help_2', 'σας για να αποκτήσετε πρόσβαση στο λογαριασμό σας.'), _defineProperty(_el$data, 'GEN_Help_3', 'Η συσκευή σας * είναι * το πορτοφόλι σας.'), _defineProperty(_el$data, 'GEN_Help_4', 'Οδηγοί & συχνές ερωτήσεις'), _defineProperty(_el$data, 'GEN_Help_5', 'Πώς να δημιουργήσετε ένα πορτοφόλι'), _defineProperty(_el$data, 'GEN_Help_6', 'Ξεκινώντας'), _defineProperty(_el$data, 'GEN_Help_7', 'Κρατήστε το ασφαλές · Πάρτε ένα αντίγραφο ασφαλείας · Μην το μοιράζεστε με κανέναν · Μην το χάσετε · Δεν μπορεί να ανακτηθεί αν το χάσετε.'), _defineProperty(_el$data, 'GEN_Help_8', 'Δεν κατεβαίνει κάποιο αρχείο; '), _defineProperty(_el$data, 'GEN_Help_9', 'Δοκιμάστε να χρησιμοποιήσετε Google Chrome '), _defineProperty(_el$data, 'GEN_Help_10', 'Δεξί κλικ & αποθήκευση αρχείου ως. Όνομα αρχείου: '), _defineProperty(_el$data, 'GEN_Help_11', 'Μην ανοίξετε αυτό το αρχείο στον υπολογιστή σας '), _defineProperty(_el$data, 'GEN_Help_12', 'Χρησιμοποιήστε το για να ξεκλειδώσετε το πορτοφόλι σας μέσω του MyEtherWallet (ή μέσω του Mist, του Geth, του Parity και άλλων προγραμμάτων-πελατών πορτοφολιού.) '), _defineProperty(_el$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_el$data, 'GEN_Help_14', 'Τι είναι αυτά τα διαφορετικά φορμά; '), _defineProperty(_el$data, 'GEN_Help_15', 'Πρόληψη απώλειας & κλοπής των κεφαλαίων σας.'), _defineProperty(_el$data, 'GEN_Help_16', 'Τι είναι αυτά τα διαφορετικά φορμά;'), _defineProperty(_el$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_el$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_el$data, 'GEN_Help_19', 'Σε περίπτωση που ξεχάσετε ποτέ το συνθηματικό σας.'), _defineProperty(_el$data, 'GEN_Help_20', 'Ψυχρή αποθήκευση'), _defineProperty(_el$data, 'GET_ConfButton', 'Καταλαβαίνω. Συνέχισε.'), _defineProperty(_el$data, 'GEN_Label_5', 'Αποθήκευση του `ιδιωτικού κλειδιού` σας. '), _defineProperty(_el$data, 'GEN_Unlock', 'Ξεκλειδώστε το πορτοφόλι σας για να δείτε τη διεύθυνσή σας'), _defineProperty(_el$data, 'GAS_PRICE_Desc', 'Η τιμή αερίου είναι το ποσό που πληρώνετε ανά μονάδα αερίου. `τέλος συναλλαγής = τιμή αερίου * όριο αερίου` & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Υψηλότερη τιμή αερίου = ταχύτερη συναλλαγή, αλλά πιο ακριβή. Η προεπιλογή είναι `41 GWEI`.'), _defineProperty(_el$data, 'GAS_LIMIT_Desc', 'Το όριο αερίου είναι το ποσό αερίου που θα σταλεί με τη συναλλαγή σας. `τέλος συναλλαγής` = τιμή αερίου * όριο αερίου & πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Το να αυξήσετε αυτόν τον αριθμό δεν θα κάνει τη συναλλαγή σας να εξορυχθεί ταχύτερα. Αποστολή ETH = `21000`. Αποστολή μαρκών = ~`200000`.'), _defineProperty(_el$data, 'NONCE_Desc', 'Το nonce είναι ο αριθμός των συναλλαγών που αποστέλλονται από δεδομένη διεύθυνση. Εξασφαλίζει ότι οι συναλλαγές αποστέλλονται με τη σειρά και όχι περισσότερες από μία φορές.'), _defineProperty(_el$data, 'TXFEE_Desc', 'Το τέλος συναλλαγής πληρώνεται στους μεταλλωρύχους για να συμπεριλάβουν τη συναλλαγή σας σε ένα μπλοκ. Είναι το `όριο αερίου` * `τιμή αερίου`. [Μπορείτε να μετατρέψετε GWEI -> ETH εδώ](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_el$data, 'NAV_AddWallet', 'Προσθήκη πορτοφολιού '), _defineProperty(_el$data, 'NAV_BulkGenerate', 'Δημιουργία πολλών πορτοφολιών '), _defineProperty(_el$data, 'NAV_Contact', 'Επικοινωνία '), _defineProperty(_el$data, 'NAV_Contracts', 'Συμβόλαια '), _defineProperty(_el$data, 'NAV_DeployContract', 'Κατασκευή συμβολαίου '), _defineProperty(_el$data, 'NAV_ENS', 'ENS'), _defineProperty(_el$data, 'NAV_GenerateWallet_alt', 'Νέο πορτοφόλι '), _defineProperty(_el$data, 'NAV_GenerateWallet', 'Δημιουργία πορτοφολιού '), _defineProperty(_el$data, 'NAV_Help', 'Βοήθεια '), _defineProperty(_el$data, 'NAV_InteractContract', 'Αλληλεπίδραση με συμβόλαιο '), _defineProperty(_el$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_el$data, 'NAV_MyWallets', 'Τα πορτοφόλια μου '), _defineProperty(_el$data, 'NAV_Offline', 'Αποστολή εκτός σύνδεσης '), _defineProperty(_el$data, 'NAV_SendEther', 'Αποστολή αιθέρα και μαρκών '), _defineProperty(_el$data, 'NAV_SendTokens', 'Αποστολή μαρκών '), _defineProperty(_el$data, 'NAV_SignMsg', 'Υπογραφή μηνύματος '), _defineProperty(_el$data, 'NAV_Swap', 'Ανταλλαγή '), _defineProperty(_el$data, 'NAV_ViewWallet', 'Προβολή πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'NAV_YourWallets', 'Τα πορτοφόλια σας '), _defineProperty(_el$data, 'x_Access', 'Πρόσβαση '), _defineProperty(_el$data, 'x_AddessDesc', 'Η διεύθυνσή σας είναι επίσης γνωστή ως `αριθμός λογαριασμού` σας ή `δημόσιο κλειδί` σας. Είναι αυτό που κοινοποιείτε σε άλλους ανθρώπους ώστε να μπορούν να σας στείλουν αιθέρα ή μάρκες. Βρείτε το χρωματιστό εικονίδιο διεύθυνσης. Σιγουρευτείτε ότι ταιριάζει με το χάρτινο πορτοφόλι σας και όταν εισάγετε τη διεύθυνσή σας κάπου.'), _defineProperty(_el$data, 'x_Address', 'Η διεύθυνσή σας '), _defineProperty(_el$data, 'x_Cancel', 'Ακύρωση '), _defineProperty(_el$data, 'x_CSV', 'Αρχείο CSV (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Download', 'Λήψη '), _defineProperty(_el$data, 'x_Json', 'Αρχείο JSON (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_JsonDesc', 'Αυτή είναι η μη κρυπτογραφημένη, JSON μορφή του ιδιωτικού κλειδιού σας. Αυτό σημαίνει ότι δεν απαιτείται συνθηματικό όμως οποιοσδήποτε βρει το JSON σας έχει πρόσβαση στο πορτοφόλι και στον αιθέρα σας χωρίς συνθηματικό. '), _defineProperty(_el$data, 'x_Keystore', 'Αρχείο Keystore (UTC / JSON · Συνιστάται · Κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Keystore2', 'Αρχείο Keystore (UTC / JSON) '), _defineProperty(_el$data, 'x_KeystoreDesc', 'Αυτό το αρχείο Keystore έχει την ίδια μορφή που χρησιμοποιείται από το Mist ώστε να μπορείτε εύκολα να το εισάγετε στο μέλλον. Είναι το συνιστώμενο αρχείο για λήψη και δημιουργία αντιγράφου ασφαλείας. '), _defineProperty(_el$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_el$data, 'x_Mnemonic', 'Μνημονικό '), _defineProperty(_el$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_el$data, 'x_Password', 'Συνθηματικό '), _defineProperty(_el$data, 'x_Print', 'Εκτύπωση χάρτινου πορτοφολιού '), _defineProperty(_el$data, 'x_PrintDesc', 'Συμβουλή: Κάντε κλικ στο «Εκτύπωση και αποθήκευση ως PDF» ακόμη κι αν δεν έχετε εκτυπωτή! '), _defineProperty(_el$data, 'x_PrintShort', 'Εκτύπωση '), _defineProperty(_el$data, 'x_PrivKey', 'Ιδιωτικό κλειδί (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_PrivKey2', 'Ιδιωτικό κλειδί '), _defineProperty(_el$data, 'x_PrivKeyDesc', 'Αυτό το κείμενο είναι η μη κρυπτογραφημένη εκδοχή του ιδιωτικού κλειδιού σας που σημαίνει ότι δεν απαιτείται συνθηματικό. Στην περίπτωση που κάποιος βρει το μη κρυπτογραφημένο ιδιωτικό κλειδί σας, έχει πρόσβαση στο πορτοφόλι σας χωρίς συνθηματικό. Για αυτόν τον λόγο, συνήθως συνιστώνται οι κρυπτογραφημένες εκδοχές. '), _defineProperty(_el$data, 'x_Save', 'Αποθήκευση '), _defineProperty(_el$data, 'x_TXT', 'Αρχείο TXT (μη κρυπτογραφημένο) '), _defineProperty(_el$data, 'x_Wallet', 'Πορτοφόλι '), _defineProperty(_el$data, 'MEW_Warning_1', 'Πάντα να ελέγχετε την διεύθυνση URL προτού μπείτε στο πορτοφόλι σας ή δημιουργήσετε καινούριο πορτοφόλι. Προσοχή στις σελίδες ηλεκτρονικού ψαρέματος! '), _defineProperty(_el$data, 'CX_Warning_1', 'Σιγουρευτείτε ότι έχετε **εξωτερικά αντίγραφα ασφαλείας** όλων των πορτοφολιών που αποθηκεύετε εδώ. Μπορούν να συμβούν διάφορα που θα προκαλούσαν απώλεια των δεδομένων σας σε αυτήν την επέκταση Chrome, συμπεριλαμβανομένης απεγκατάστασης και επανεγκατάστασης της επέκτασης. Αυτή η επέκταση είναι ένας τρόπος εύκολης πρόσβασης στα πορτοφόλια σας και **όχι** ένας τρόπος να δημηιουργήσετε αντίγραφα ασφαλείας τους. '), _defineProperty(_el$data, 'MEW_Tagline', 'Ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'CX_Tagline', 'Επέκταση Chrome για ασφαλές πορτοφόλι αιθέρα ανοιχτού κώδικα JavaScript από την πλευρά του πελάτη '), _defineProperty(_el$data, 'FOOTER_1', 'Ένα εργαλείο ανοιχτού κώδικα, javascript, από πλευράς πελάτη για τη δημιουργία πορτοφολιών Ethereum & αποστολή συναλλαγών. '), _defineProperty(_el$data, 'FOOTER_1b', 'Δημιουργήθηκε από '), _defineProperty(_el$data, 'FOOTER_2', 'Εκτιμούμε πολύ τις δωρεές σας: '), _defineProperty(_el$data, 'FOOTER_3', 'Δημιουργία πορτοφολιών από πλευράς πελάτη από '), _defineProperty(_el$data, 'FOOTER_4', 'Αποποίηση '), _defineProperty(_el$data, 'sidebar_AccountInfo', 'Πληροφορίες λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountAddr', 'Διεύθυνση λογαριασμού '), _defineProperty(_el$data, 'sidebar_AccountBal', 'Υπόλοιπο λογαριασμού '), _defineProperty(_el$data, 'sidebar_TokenBal', 'Υπόλοιπο μαρκών '), _defineProperty(_el$data, 'sidebar_Equiv', 'Ισότιμες αξίες '), _defineProperty(_el$data, 'sidebar_TransHistory', 'Ιστορικό συναλλαγών '), _defineProperty(_el$data, 'sidebar_donation', 'Το MyEtherWallet είναι μία δωρεάν υπηρεσία ανοιχτού κώδικα αφοσιωμένη στην ιδιωτικότητα και την ασφάλεια σας. Όσο περισσότερες δωρεές λαμβάνουμε, τόσο περισσότερο χρόνο αφιερώνουμε στη δημιουργία νέων χαρακτηριστικών καθώς και την αξιολόγηση και εφαρμογή όσων μας προτείνετε. Είμαστε απλά δύο άνθρωποι που προσπαθούν να αλλάξουν τον κόσμο. Θα μας βοηθήσετε; '), _defineProperty(_el$data, 'sidebar_donate', 'Δωρεά '), _defineProperty(_el$data, 'sidebar_thanks', 'ΣΑΣ ΕΥΧΑΡΙΣΤΟΥΜΕ!!! '), _defineProperty(_el$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_el$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_el$data, 'decrypt_Access', 'Πώς θα θέλατε να έχετε πρόσβαση στο πορτοφόλι σας; '), _defineProperty(_el$data, 'decrypt_Title', 'Επιλέξτε τη μορφή του ιδιωτικού κλειδιού σας: '), _defineProperty(_el$data, 'decrypt_Select', 'Επιλέξτε πορτοφόλι: '), _defineProperty(_el$data, 'ADD_Label_1', 'Τι θα θέλατε να κάνετε; '), _defineProperty(_el$data, 'ADD_Radio_1', 'Δημιουργία νέου πορτοφολιού '), _defineProperty(_el$data, 'ADD_Radio_2', 'Επιλέξτε το αρχείο πορτοφολιού σας (Keystore / JSON) '), _defineProperty(_el$data, 'ADD_Radio_2_alt', 'Επιλέξτε το αρχείο πορτοφολιού σας '), _defineProperty(_el$data, 'ADD_Radio_2_short', 'ΕΠΙΛΕΞΤΕ ΑΡΧΕΙΟ ΠΟΡΤΟΦΟΛΙΟΥ... '), _defineProperty(_el$data, 'ADD_Radio_3', 'Επικολλήστε/πληκτρολογήστε το ιδιωτικό κλειδί σας '), _defineProperty(_el$data, 'ADD_Radio_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Radio_5', 'Επικολλήστε/πληκτρολογήστε το μνημονικό σας '), _defineProperty(_el$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_el$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_el$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_el$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_el$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_el$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_el$data, 'ADD_Label_2', 'Δημιουργία ψευδωνύμου: '), _defineProperty(_el$data, 'ADD_Label_3', 'Το πορτοφόλι σας είναι κρυπτογραφημένο. Παρακαλούμε εισαγάγετε το συνθηματικό '), _defineProperty(_el$data, 'ADD_Label_4', 'Προσθήκη λογαριασμού προς παρακολούθηση '), _defineProperty(_el$data, 'ADD_Warning_1', 'Μπορείτε να προσθέσετε ένα λογαριασμό προς «παρακολούθηση» στην καρτέλα πορτοφολιών χωρίς να ανεβάσετε ιδιωτικό κλειδί. Αυτό ** δεν ** σημαίνει ότι έχετε πρόσβαση στο πορτοφόλι, ούτε ότι μπορείτε να μεταφέρετε αιθέρα από αυτό. '), _defineProperty(_el$data, 'ADD_Label_5', 'Εισαγάγετε τη διεύθυνση '), _defineProperty(_el$data, 'ADD_Label_6', 'Ξεκλειδώστε το πορτοφόλι σας '), _defineProperty(_el$data, 'ADD_Label_6_short', 'Ξεκλείδωμα '), _defineProperty(_el$data, 'ADD_Label_7', 'Προσθήκη λογαριασμού '), _defineProperty(_el$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_el$data, 'GEN_desc', 'Αν επιθυμείτε να δημιουργήσετε πολλά πορτοφόλια, μπορείτε να το κάνετε εδώ: '), _defineProperty(_el$data, 'GEN_Label_1', 'Εισαγάγετε ισχυρό συνθηματικό (τουλάχιστον 9 χαρακτήρες) '), _defineProperty(_el$data, 'GEN_Placeholder_1', 'ΜΗΝ ξεχάσετε να το αποθηκεύσετε! '), _defineProperty(_el$data, 'GEN_SuccessMsg', 'Επιτυχία! Το πορτοφόλι σας δημιουργήθηκε. '), _defineProperty(_el$data, 'GEN_Label_2', 'Αποθηκεύστε το αρχέιο keystore/JSON ή το ιδιωτικό κλειδί. Μην ξεχάσετε το παραπάνω συνθηματικό. '), _defineProperty(_el$data, 'GEN_Label_3', 'Αποθηκεύστε τη διεύθυνση σας. '), _defineProperty(_el$data, 'GEN_Label_4', 'Εκτυπώστε το χάρτινο πορτοφόλι σας ή αποθηκεύστε την εκδοχή με κώδικα QR. (προαιρετικό) '), _defineProperty(_el$data, 'BULK_Label_1', 'Αριθμός πορτοφολιών για δημιουργία '), _defineProperty(_el$data, 'BULK_Label_2', 'Δημιουργία πορτοφολιών '), _defineProperty(_el$data, 'BULK_SuccessMsg', 'Επιτυχία! Τα πορτοφόλια σας δημιουργήθηκαν. '), _defineProperty(_el$data, 'SEND_addr', 'Προς διεύθυνση '), _defineProperty(_el$data, 'SEND_amount', 'Ποσό για αποστολή '), _defineProperty(_el$data, 'SEND_amount_short', 'Ποσό '), _defineProperty(_el$data, 'SEND_custom', 'Custom '), _defineProperty(_el$data, 'SEND_gas', 'Αέριο '), _defineProperty(_el$data, 'SEND_generate', 'Δημιουργία υπογεγραμμένης συναλλαγής '), _defineProperty(_el$data, 'SEND_raw', 'Ακατέργαστη συναλλαγή '), _defineProperty(_el$data, 'SEND_signed', 'Υπογεγραμμένη συναλλαγή '), _defineProperty(_el$data, 'SEND_trans', 'Αποστολή συναλλαγής '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά συνολικού διαθέσιμου υπολοίπου '), _defineProperty(_el$data, 'SEND_custom', 'Προσθήκη προσαρμοσμένης μάρκας '), _defineProperty(_el$data, 'SENDModal_Title', 'Προσοχή! '), _defineProperty(_el$data, 'SENDModal_Content_1', 'Πρόκειται να στείλετε '), _defineProperty(_el$data, 'SENDModal_Content_2', 'στη διεύθυνση '), _defineProperty(_el$data, 'SENDModal_Content_3', 'Είστε σίγουροι ότι θέλετε να το κάνετε; '), _defineProperty(_el$data, 'SENDModal_Content_4', 'ΣΗΜΕΙΩΣΗ: Αν αντιμετωπίσετε σφάλμα, το πιο πιθανό είναι να χρειάζεται να προσθέσετε αιθέρα στο λογαριασμό σας για να καλύψετε το κόστος αερίου για την αποστολή μαρκών. Το αέριο πληρώνεται σε αιθέρα. '), _defineProperty(_el$data, 'SENDModal_No', 'Όχι, θέλω να φύγω από εδώ! '), _defineProperty(_el$data, 'SENDModal_Yes', 'Ναι, είμαι σίγουρος/η! Εκτελέστε την συναλλαγή. '), _defineProperty(_el$data, 'SEND_TransferTotal', 'Μεταφορά όλου του υπάρχοντος υπολοίπου '), _defineProperty(_el$data, 'TOKEN_Addr', 'Token Contract Διεύθυνση '), _defineProperty(_el$data, 'TOKEN_Symbol', 'Σύμβολο μάρκας '), _defineProperty(_el$data, 'TOKEN_Dec', 'Δεκαδικά '), _defineProperty(_el$data, 'TOKEN_hide', 'Απόκρυψη μαρκών '), _defineProperty(_el$data, 'TOKEN_show', 'Εμφάνιση όλων των μαρκών '), _defineProperty(_el$data, 'TRANS_desc', 'Άν επιθυμείτε να στείλετε μάρκες, παρακαλούμε χρησιμοποιήστε τη σελίδα «Αποστολή μαρκών». '), _defineProperty(_el$data, 'TRANS_warning', 'Άν χρησιμοποιείτε τις λειτουργίες «Μόνο ETH» ή «Μόνο ETC», η αποστολή γίνεται μέσω συμβολαίων. Ορισμένες υπηρεσίες παρουσιάζουν προβλήματα με την αποδοχή τέτοιων συναλλαγών. Διαβάστε περισσότερα. '), _defineProperty(_el$data, 'TRANS_advanced', '+Για προχωρημένους: Προσθήκη δεδομένων '), _defineProperty(_el$data, 'TRANS_data', 'Δεδομένα '), _defineProperty(_el$data, 'TRANS_gas', 'Όριο αερίου '), _defineProperty(_el$data, 'TRANS_sendInfo', 'Μία τυπική συναλλαγή που χρησιμοποιεί 21000 μονάδες αερίου θα κοστίσει 0,000441 ETH. Χρησιμοποιούμε για τιμή αερίου 0.000000021 ETH που είναι λίγο πάνω απο την ελάχιστη ώστε να διασφαλίσουμε ότι θα επικυρωθεί γρήγορα. Δεν παίρνουμε προμήθεια για τη συναλλαγή. '), _defineProperty(_el$data, 'TRANSModal_Title', 'Συναλλαγές «Μόνο ETH» και «Μόνο ETC» '), _defineProperty(_el$data, 'TRANSModal_Content_0', 'Μια σημείωση για τις διάφορετικές συναλλαγές και διαφορετικές υπηρεσίες συναλλαγών: '), _defineProperty(_el$data, 'TRANSModal_Content_1', '**ETH (τυπική συναλλαγή): ** Αυτό παράγει μια προεπιλεγμένη συναλλαγή απευθείας από μια διεύθυνση σε μία άλλη. Έχει προεπιλεγμένο αέριο 21000. Είναι πιθανόν ότι κάθε ETH που αποστέλλεται μέσω αυτής της μεθόδου θα επαναληφθεί στην αλυσίδα ETC. '), _defineProperty(_el$data, 'TRANSModal_Content_2', '**Μόνο ETH: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETH**. '), _defineProperty(_el$data, 'TRANSModal_Content_3', '**Μόνο ETC: ** Αυτό αποστέλλει μέσω του [συμβολαίου προστασίας από επανάληψη του Timon Rapp (όπως συνιστάται από τον Vitalik Buterin)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) ώστε η αποστολή να γίνεται μόνο στην αλυσίδα **ETC**. '), _defineProperty(_el$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Αποστέλλετε μόνο με τυπική συναλλαγή. Αν στείλετε με τα συμβόλαια «Μόνο», θα χρειαστεί να έρθετε σε επαφή με το προσωπικό υποστήριξής τους ώστε να σας βοηθήσουν με χειροκίνητη μεταφορά υπολοίπων ή επιστροφή χρημάτων.[Μπορείτε επίσης να δοκιμάσετε το εργαλείο «διαχωρισμού» του Shapeshift](https://split.shapeshift.io/) '), _defineProperty(_el$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Δεν υπάρχουν γνωστά προβλήματα. Αποστέλλετε με οποιαδήποτε μέθοδο. '), _defineProperty(_el$data, 'TRANSModal_Yes', 'Τέλεια, το κατάλαβα. '), _defineProperty(_el$data, 'TRANSModal_No', 'Ωχ, μπερδεύτηκα ακόμη περισσότερο. Βοηθήστε με. '), _defineProperty(_el$data, 'OFFLINE_Title', 'Δημιουργία και αποστολή συναλλαγής εκτός σύνδεσης '), _defineProperty(_el$data, 'OFFLINE_Desc', 'Η δημιουργία συναλλαγών εκτός σύνδεσης μπορεί να γίνει σε τρία βήματα. Θα προβείτε στα βήματα 1 και 3 σε έναν συνδεδεμένο υπολογιστή και το βήμα 2 σε έναν εκτός σύνδεσης/αποκομμένο υπολογιστή. Αυτό εξασφαλίζει ότι τα ιδιωτικά κλειδιά σας δεν έρχονται σε επαφή με συσκευή συνδεδεμένη στο Διαδίκτυο. '), _defineProperty(_el$data, 'OFFLLINE_Step1_Title', 'Βήμα 1: Δημιουργία πληροφοριών (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step1_Button', 'Δημιουργία πληροφοριών '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_1', 'Από διεύθυνση: '), _defineProperty(_el$data, 'OFFLINE_Step1_Label_2', 'Σημείωση: Αυτή είναι η διεύθυνση ΑΠΟΣΤΟΛΕΑ, ΟΧΙ η διεύθυνση. Το nonce δημιουργείται από το λογαριασμό προέλευσης. Αν χρησιμοποιείτε αποκομμένο υπολογιστή, πρόκειται για την διεύθυνση του λογαριασμού σε ψυχρή αποθήκευση. '), _defineProperty(_el$data, 'OFFLINE_Step2_Title', 'Βήμα 2: Δημιουργία συναλλαγής (υπολογιστής εκτός σύνδεσης) '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_1', 'Προς διεύθυνση '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_2', 'Αξία / ποσό για αποστολή '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3', 'Τιμή αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_3b', 'Εμφανίστηκε στο Βήμα 1 στο συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4', 'Όριο αερίου '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_4b', '21000 είναι το προεπιλεγμένο όριο αερίου. Όταν αποστέλλετε συμβόλαια ή πρόσθετα δεδομένα, αυτό ίσως πρέπει να είναι διαφορετικό. Τυχόν αχρησιμοποιήτο αέριο θα σας επιστραφεί. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_5b', 'Εμφανίστηκε στο Βήμα 1 στον συνδεδεμένο υπολογιστή σας. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6', 'Δεδομένα '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_6b', 'Αυτό είναι προαιρετικό. Δεδομένα χρησιμοποιούνται συνήθως όταν αποστέλλονται συναλλαγές σε συμβόλαια. '), _defineProperty(_el$data, 'OFFLINE_Step2_Label_7', 'Εισαγωγή / επιλογή του ιδιωτικού κλειδιού / JSON. '), _defineProperty(_el$data, 'OFFLINE_Step3_Title', 'Βήμα 3: Δημοσίευση συναλλαγής (συνδεδεμένος υπολογιστής) '), _defineProperty(_el$data, 'OFFLINE_Step3_Label_1', 'Επικολλήστε την υπογεγραμμένη συναλλαγή εδώ και πατήστε το κουμπί «ΑΠΟΣΤΟΛΗ ΣΥΝΑΛΛΑΓΗΣ». '), _defineProperty(_el$data, 'MYWAL_Nick', 'Ψευδώνυμο πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Address', 'Διεύθυνση πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Bal', 'Υπόλοιπο '), _defineProperty(_el$data, 'MYWAL_Edit', 'Επεξεργασία '), _defineProperty(_el$data, 'MYWAL_View', 'Προβολή '), _defineProperty(_el$data, 'MYWAL_Remove', 'Αφαίρεση '), _defineProperty(_el$data, 'MYWAL_RemoveWal', 'Αφαίρεση πορτοφολιού: '), _defineProperty(_el$data, 'MYWAL_WatchOnly', 'Οι λογαρισμοί μόνο-προς-παρακολούθηση '), _defineProperty(_el$data, 'MYWAL_Viewing', 'Προβάλλεται το πορτοφόλι '), _defineProperty(_el$data, 'MYWAL_Hide', 'Απόκρυψη πληροφοριών πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Edit_2', 'Επεξεργασία πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Name', 'Όνομα πορτοφολιού '), _defineProperty(_el$data, 'MYWAL_Content_1', 'Προσοχή! Πρόκειται να αφαιρέσετε το πορτοφόλι σας. '), _defineProperty(_el$data, 'MYWAL_Content_2', 'Σιγουρευτείτε ότι έχετε **αποθηκεύσει το αρχείο keystore/JSON και το συνθηματικό** του πορτοφολιού αυτού πριν το αφαιρέσετε. '), _defineProperty(_el$data, 'MYWAL_Content_3', 'Αν θέλετε να χρησιμοποιήσετε το πορτοφόλι αυτό με το MyEtherWalletCX στο μέλλον, θα χρειαστεί να το ξαναπροσθέσετε χειροκίνητα χρησιμοποιώντας το ιδιωτικό κλειδί/JSON και το συνθηματικό. '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. Ίσως επιθυμείτε να το κάνετε προκειμένου να [εισαγάγετε το λογαριασμό σας στο Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Αν επιθυμείτε να ελέγξετε το υπόλοιπό σας, συνιστούμε να χρησιμοποιήσετε ένα εργαλείο εξερεύνησης blockchain όπως το [etherscan.io](https://etherscan.io/). '), _defineProperty(_el$data, 'VIEWWALLET_Subtitle_Short', 'Αυτό σας επιτρέπει να κατεβάσετε διαφορετικές εκδοχές των ιδιωτικών κλειδιών σας και να επανεκτυπώσετε το χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_SuccessMsg', 'Επιτυχία! Εδώ είναι οι πληροφορίες για το πορτοφόλι σας. '), _defineProperty(_el$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_el$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_el$data, 'CX_error_1', 'Δεν έχετε αποθηκευμένα πορτοφόλια. Κάντε κλικ στο [«Προσθήκη πορτοφολιού»](/cx-wallet.html#add-wallet) για να προσθεσετε ένα! '), _defineProperty(_el$data, 'CX_quicksend', 'Ταχυ-αποστολή '), _defineProperty(_el$data, 'NODE_Title', 'Εγκαταστήστε τον προσαρμοσμένο κόμβο σας'), _defineProperty(_el$data, 'NODE_Subtitle', 'Για να συνδεθείτε σε έναν τοπικό κόμβο...'), _defineProperty(_el$data, 'NODE_Warning', 'Ο κόμβος σας πρέπει να είναι HTTPS για να συνδεθείτε σε αυτόν μέσω του MyEtherWallet.com. Μπορείτε να [κατεβάσετε το αποθετήριο MyEtherWallet και να το εκτελέσετε τοπικά](https://github.com/kvhnuke/etherwallet/releases/latest) για να συνδεθείτε σε οποιονδήποτε κόμβο. Ή, αποκτήστε ένα δωρεάν πιστοποιητικό SSL μέσω του [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_el$data, 'NODE_Name', 'Όνομα κόμβου'), _defineProperty(_el$data, 'NODE_Port', 'Θύρα κόμβου'), _defineProperty(_el$data, 'NODE_CTA', 'Αποθήκευση & χρήση προσαρμοσμένου κόμβου'), _defineProperty(_el$data, 'CONTRACT_Title', 'Διεύθυνση συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Title_2', 'Επιλογή υπάρχοντος συμβολαίου '), _defineProperty(_el$data, 'CONTRACT_Json', 'Διεπαφή ABI / JSON '), _defineProperty(_el$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_el$data, 'CONTRACT_Interact_CTA', 'Επιλογή λειτουργίας '), _defineProperty(_el$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_el$data, 'CONTRACT_Read', 'READ '), _defineProperty(_el$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_el$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_el$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_el$data, 'DEP_signtx', 'Υπογραφή συναλλαγής '), _defineProperty(_el$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_el$data, 'SWAP_rates', "Τρέχουσες ισοτιμίες "), _defineProperty(_el$data, 'SWAP_init_1', "Θέλω να ανταλλάξω "), _defineProperty(_el$data, 'SWAP_init_2', " με "), _defineProperty(_el$data, 'SWAP_init_CTA', "Συνέχεια "), _defineProperty(_el$data, 'SWAP_information', "Τα στοιχεία σας "), _defineProperty(_el$data, 'SWAP_send_amt', "Ποσό που να αποσταλεί "), _defineProperty(_el$data, 'SWAP_rec_amt', "Ποσό που να ληφθεί "), _defineProperty(_el$data, 'SWAP_your_rate', "Η ισοτιμία σας "), _defineProperty(_el$data, 'SWAP_rec_add', "Η διεύθυνση λήψης σας "), _defineProperty(_el$data, 'SWAP_start_CTA', "Έναρξη ανταλλαγής "), _defineProperty(_el$data, 'SWAP_ref_num', "Ο αριθμός αναφοράς σας "), _defineProperty(_el$data, 'SWAP_time', "Υπολειπόμενος χρόνος για την αποστολή "), _defineProperty(_el$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_el$data, 'SWAP_progress_1', "Η εντολή ξεκίνησε "), _defineProperty(_el$data, 'SWAP_progress_2', "Εν αναμονή για "), _defineProperty(_el$data, 'SWAP_progress_3', "Ελήφθησαν! "), _defineProperty(_el$data, 'SWAP_progress_4', "Γίνεται αποστολή {{orderResult.output.currency}} "), _defineProperty(_el$data, 'SWAP_progress_5', "Η εντολή ολοκληρώθηκε "), _defineProperty(_el$data, 'SWAP_order_CTA', "Παρακαλούμε στείλτε "), _defineProperty(_el$data, 'SWAP_unlock', "Ξεκλειδώστε το πορτοφόλι σας για να στείλετε ETH ή μάρκες απευθείας από αυτήν τη σελίδα. "), _defineProperty(_el$data, 'MSG_message', 'Μήνυμα '), _defineProperty(_el$data, 'MSG_date', 'Δεδομένα '), _defineProperty(_el$data, 'MSG_signature', 'Υπογραφή '), _defineProperty(_el$data, 'MSG_verify', 'Επαλήθευση μηνύματος '), _defineProperty(_el$data, 'MSG_info1', 'Συμπεριλάβετε την τρέχουσα ημερομηνία ώστε η υπογραφή να μην μπορεί να επαχρησιμοποιηθεί σε διαφορετική ημερομηνία. '), _defineProperty(_el$data, 'MSG_info2', 'Συμπεριλάβετε το ψευδώνυμό σας και το πού χρησιμοποιείτε αυτό το ψευδώνυμο ώστε να μην μπορεί να το χρησιμοποιήσει κάποιος άλλος. '), _defineProperty(_el$data, 'MSG_info3', 'Συμπεριλάβετε έναν συγκεκριμένο λόγο για το μήνυμα, ώστε να μην μπορεί να επαναχρησιμοποιηθεί για διαφορετικό σκοπό. '), _defineProperty(_el$data, 'MNEM_1', 'Παρακαλούμε, επιλέξτε την διεύθυνση με την οποία θα θέλατε να αλληλεπιδράσετε. '), _defineProperty(_el$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_el$data, 'MNEM_more', 'Περισσότερες διευθύνσεις '), _defineProperty(_el$data, 'MNEM_prev', 'Προηγούμενες διευθύνσεις '), _defineProperty(_el$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_el$data, 'ADD_Ledger_1', 'Συνδέστε το Ledger Wallet σας '), _defineProperty(_el$data, 'ADD_Ledger_2', 'Ανοίξτε την εφαρμογή Ethereum (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Exp', 'Ανοίξτε την εφαρμογή Expanse (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_2_Ubq', 'Ανοίξτε την εφαρμογή Ubiq (ή μια εφαρμογή συμβολαίου) '), _defineProperty(_el$data, 'ADD_Ledger_3', 'Βεβαιωθείτε ότι η υποστήριξη περιηγητή είναι ενεργοποιημένη στις ρυθμίσεις '), _defineProperty(_el$data, 'ADD_Ledger_4', 'Εάν δεν υπάρχει υποστήριξη περιηγητή στις ρυθμίσεις, βεβαιωθείτε ότι έχετε [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_el$data, 'ADD_Ledger_0a', 'Ξανα-ανοίξτε το MyEtherWallet σε ασφαλή (SSL) σύνδεση '), _defineProperty(_el$data, 'ADD_Ledger_0b', 'Ξανα-ανοίξτε το MyEtherWallet χρησιμοποιώντας το [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_Ledger_scan', 'Συνδεθείτε στο Ledger Wallet '), _defineProperty(_el$data, 'ADD_MetaMask', 'Συνδεθείτε στο MetaMask '), _defineProperty(_el$data, 'x_Trezor', 'TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Συνδεθείτε στο TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'Αυτός είναι σπόρος του TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_el$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_el$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_el$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_el$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_el$data, 'ERROR_0', 'Παρακαλούμε εισαγάγετε έγκυρο ποσό. '), _defineProperty(_el$data, 'ERROR_1', 'Το συνθηματικό σας πρέπει να αποτελείται απο τουλάχιστον 9 χαρακτήρες. Παρακαλούμε σιγουρευτείτε ότι είναι ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'ERROR_2', 'Λυπούμαστε! Δεν αναγνωρίζουμε αυτού του είδους αρχεία πορτοφολιού '), _defineProperty(_el$data, 'ERROR_3', 'Αυτό δεν είναι έγκυρο αρχείο πορτοφολιού. '), _defineProperty(_el$data, 'ERROR_4', 'Αυτή η μονάδα δεν υπάρχει, παρακαλούμε χρησιμοποιήστε μία απο τις ακόλουθες μονάδες: '), _defineProperty(_el$data, 'ERROR_5', 'Λάθος διεύθυνση. '), _defineProperty(_el$data, 'ERROR_6', 'Λάθος συνθηματικό. '), _defineProperty(_el$data, 'ERROR_7', 'Λάθος ποσό. (Πρέπει να είναι ακέραιος. Δοκιμάστε 0-18). '), _defineProperty(_el$data, 'ERROR_8', 'Λάθος όριο αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 21000-4000000). '), _defineProperty(_el$data, 'ERROR_9', 'Λάθος τιμή δεδομένων. (Πρέπει να είναι δεκαεξαδικός). '), _defineProperty(_el$data, 'ERROR_10', 'Λάθος ποσό αερίου. (Πρέπει να είναι ακέραιος. Δοκιμάστε 20 GWEI / 20000000000 WEI.) '), _defineProperty(_el$data, 'ERROR_11', 'Λάθος nonce. (Πρέπει να είναι ακέραιος). '), _defineProperty(_el$data, 'ERROR_12', 'Λάθος υπογεγραμμένη συναλλαγή. '), _defineProperty(_el$data, 'ERROR_13', 'Υπάρχει ήδη πορτοφόλι με αυτό το ψευδώνυμο. '), _defineProperty(_el$data, 'ERROR_14', 'Δεν βρέθηκε πορτοφόλι. '), _defineProperty(_el$data, 'ERROR_15', 'Φαίνεται να μην υπάρχει ακόμη πρόταση με αυτό το αναγνωριστικό ή υπήρξε σφάλμα κατά την ανάγνωση της πρότασης αυτής. '), _defineProperty(_el$data, 'ERROR_16', 'Υπάρχει ήδη αποθηκευμένο πορτοφόλι με αυτήν τη διεύθυνση. Παρακαλούμε ελέγξτε τη σελίδα πορτοφολιών σας. '), _defineProperty(_el$data, 'ERROR_17', 'Ο λογαριασμός από τον οποίο στέλνετε δεν έχει αρκετά κεφάλαια. Εάν στέλνετε μάρκες, πρέπει να έχετε 0.01 ETH στο λογαριασμό σας για να καλύψετε το κόστος του αερίου. '), _defineProperty(_el$data, 'ERROR_18', 'Όλο το αέριο θα είχε δαπανηθεί στη συναλλαγή αυτή. Αυτό σημαίνει ότι έχετε ήδη ψηφίσει στην πρόταση αυτήν ή ότι η περίοδος συζήτησης έχει λήξει. '), _defineProperty(_el$data, 'ERROR_19', 'Λάθος σύμβολο '), _defineProperty(_el$data, 'ERROR_20', 'Μη έγκυρη μάρκα ERC-20'), _defineProperty(_el$data, 'ERROR_21', 'Δεν ήταν δυνατή η εκτίμηση του αερίου. Δεν υπάρχουν αρκετά κεφάλαια στο λογαριασμό ή η διεύθυνση λήψης του συμβολαίου θα έβγαλε κάποιο λάθος. Μη διστάσετε να καθορίσετε το αέριο με το χέρι και να συνεχίσετε. Το μήνυμα σφάλματος κατά την αποστολή μπορεί να είναι πιο ενημερωτικό.'), _defineProperty(_el$data, 'ERROR_22', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα κόμβου'), _defineProperty(_el$data, 'ERROR_23', 'Παρακαλούμε εισαγάγετε έγκυρη διεύθυνση URL. Αν είστε σε https, η διεύθυνση URL σας πρέπει να είναι https'), _defineProperty(_el$data, 'ERROR_24', 'Παρακαλούμε εισαγάγετε έγκυρη θύρα. '), _defineProperty(_el$data, 'ERROR_25', 'Παρακαλούμε εισαγάγετε έγκυρο αναγνωριστικό αλυσίδας. '), _defineProperty(_el$data, 'ERROR_26', 'Παρακαλούμε εισαγάγετε έγκυρο ABI. '), _defineProperty(_el$data, 'ERROR_27', 'Ελάχιστο ποσό: 0.01. Μέγιστο ποσό: '), _defineProperty(_el$data, 'ERROR_28', 'Προκειμένου να έχετε πρόσβαση σε αυτό το πορτοφόλι στο μέλλον **είναι απαραίτητο το αρχείο Keystore/JSON & το συνθηματικό ή το ιδιωτικό κλειδί σας**. Παρακαλούμε κρατήστε ένα εξωτερικό αντίγραφο ασφαλείας! Δεν υπάρχει τρόπος ανάκτησης ενός πορτοφολιού άν δεν το αποθηκεύσετε. Διαβάστε τη σελίδα [βοήθειας](https://www.myetherwallet.com/#help) για οδηγίες. '), _defineProperty(_el$data, 'ERROR_29', 'Παρακαλούμε εισαγάγετε έγκυρο χρήστη και συνθηματικό '), _defineProperty(_el$data, 'ERROR_30', 'Παρακαλούμε εισαγάγετε έγκυρο όνομα (7+ χαρακτήρες, περιορισμένα σημεία στίξης) '), _defineProperty(_el$data, 'ERROR_31', 'Παρακαλούμε εισαγάγετε έγκυρη μυστική φράση. '), _defineProperty(_el$data, 'ERROR_32', 'Δεν ήταν δυνατή η σύνδεση στον κόμβο. Ανανεώστε τη σελίδα σας, δοκιμάστε κάποιον διαφορετικό κόμβο (πάνω δεξιά γωνία), ελέγξτε τις ρυθμίσεις του τείχους προστασίας. Εάν πρόκειται για προσαρμοσμένο κόμβο, ελέγξτε τις διαμορφώσεις σας.'), _defineProperty(_el$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_el$data, 'ERROR_34', 'Το όνομα που προσπαθείτε να αποκαλύψετε δεν ταιριάζει με το όνομα που έχετε εισαγάγει. '), _defineProperty(_el$data, 'ERROR_35', 'Η διεύθυνση εισόδου δεν περιέχει άθροισμα ελέγχου. Περισσότερες πληροφορίες'), _defineProperty(_el$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_el$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_el$data, 'SUCCESS_1', 'Έγκυρη διεύθυνση '), _defineProperty(_el$data, 'SUCCESS_2', 'Το πορτοφόλι αποκρυπτογραφήθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_3', 'Η συναλλαγή σας έχει μεταδοθεί στο δίκτυο. Αναμένει να εξορυχθεί και να επιβεβαιωθεί. Κατά τη διάρκεια ενός ICO, μπορεί να χρειαστούν 3+ ώρες για επιβεβαίωση. Χρησιμοποιήστε τα κουμπιά επαλήθευσης και ελέγχου παρακάτω για να δείτε. Hash συναλλαγής: '), _defineProperty(_el$data, 'SUCCESS_4', 'Το πορτοφόλι σας προστέθηκε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_5', 'Επιλέχθηκε αρχείο '), _defineProperty(_el$data, 'SUCCESS_6', 'Συνδεθήκατε επιτυχώς '), _defineProperty(_el$data, 'SUCCESS_7', 'Η υπογραφή του μηνύματος επαληθεύτηκε'), _defineProperty(_el$data, 'GETH_InvalidSender', 'Μη έγκυρος αποστολέας '), _defineProperty(_el$data, 'GETH_Nonce', 'Το nonce είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_Cheap', 'Η τιμή αερίου είναι πολύ χαμηλή για να γίνει αποδεκτή '), _defineProperty(_el$data, 'GETH_Balance', 'Μη επαρκές υπόλοιπο '), _defineProperty(_el$data, 'GETH_NonExistentAccount', 'Ο λογαριασμός δεν υπάρχει ή το υπόλοιπο του λογαριασμού είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_InsufficientFunds', 'Μη επαρκή κεφάλαια για αέριο * τιμή + αξία '), _defineProperty(_el$data, 'GETH_IntrinsicGas', 'Το εγγενές αέριο είναι πολύ χαμηλό '), _defineProperty(_el$data, 'GETH_GasLimit', 'Υπερβαίνει το όριο αερίου του μπλοκ '), _defineProperty(_el$data, 'GETH_NegativeValue', 'Αρνητική αξία '), _defineProperty(_el$data, 'PARITY_AlreadyImported', "Έχει ήδη εισαχθεί συναλλαγή με το ίδιο hash."), _defineProperty(_el$data, 'PARITY_Old', "Το nonce της συναλλαγής είναι πολύ χαμηλό. Δοκιμάστε να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_TooCheapToReplace', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Υπάρχει μια άλλη συναλλαγή με το ίδιο nonce στη σειρά προτεραιότητας. Δοκιμάστε να αυξήσετε το τέλος ή να μεταβάλετε το nonce."), _defineProperty(_el$data, 'PARITY_LimitReached', "Υπάρχουν πολλές συναλλαγές στη σειρά προτεραιότητας. Η συναλλαγή σας απορρίφθηκε λόγω ορίου. Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientGasPrice', "Το τέλος συναλλαγής είναι πολύ χαμηλό. Δεν ικανοποιεί το ελάχιστο τέλος του κόμβου σας (ελάχιστο: {}, δόθηκε: {}). Προσπαθήστε να αυξήσετε το τέλος."), _defineProperty(_el$data, 'PARITY_InsufficientBalance', "Ανεπαρκή κεφάλαια. Ο λογαριασμός από τον οποίον προσπαθείτε να στείλετε συναλλαγή δεν έχει αρκετά κεφάλαια. Απαιτούνται {} και δόθηκαν: {}."), _defineProperty(_el$data, 'PARITY_GasLimitExceeded', "Το κόστος συναλλαγής υπερβαίνει το τρέχον όριο αερίου. Όριο: {}, δόθηκε: {}. Προσπαθήστε να μειώσετε το παρεχόμενο αέριο."), _defineProperty(_el$data, 'PARITY_InvalidGasLimit', "Το παρεχόμενο αέριο είναι πέρα από το όριο."), _defineProperty(_el$data, 'WARN_Send_Link', 'Έχετε φθάσει εδώ μέσω ενός συνδέσμου που έχει τη διεύθυνση, την αξία, το αέριο, τα πεδία δεδομένων ή τον τύπο συναλλαγής (τρόπο αποστολής) ήδη συμπληρωμένα για σας. Μπορείτε να αλλάξετε οποιοδήποτε στοιχείο πριν από την αποστολή. Ξεκλειδώστε το πορτοφόλι σας για να ξεκινήσετε. '), _defineProperty(_el$data, 'translate_version', '0.3 '), _defineProperty(_el$data, 'Translator_Desc', 'Ευχαριστούμε τους μεταφραστές μας '), _defineProperty(_el$data, 'TranslatorName_1', '[VitalikFanBoy#117](https://www.myetherwallet.com/?gaslimit=21000&to=0x245f27796a44d7e3d30654ed62850ff09ee85656&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_1', '0x245f27796a44d7e3d30654ed62850ff09ee85656 '), _defineProperty(_el$data, 'TranslatorName_2', 'LefterisJP · '), _defineProperty(_el$data, 'TranslatorAddr_2', ''), _defineProperty(_el$data, 'TranslatorName_3', '[Nikos Vavoulas](https://www.myetherwallet.com/?gaslimit=21000&to=0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2&value=1.0#send-transaction) · '), _defineProperty(_el$data, 'TranslatorAddr_3', '0x062711C89Bd46E9765CfF0b743Cb83a9dBA2d2d2 '), _defineProperty(_el$data, 'TranslatorName_4', 'Ιωάννης Πρωτονοτάριος'), _defineProperty(_el$data, 'TranslatorAddr_4', ''), _defineProperty(_el$data, 'TranslatorName_5', ''), _defineProperty(_el$data, 'TranslatorAddr_5', ''), _defineProperty(_el$data, 'HELP_Warning', 'Εάν δημιουργήσατε πορτοφόλι -ή- κατεβάσατε το αποθετήριο πριν από τις **31 Δεκεμβρίου 2015**, παρακαλούμε ελέγξτε τα πορτοφόλια σας και κατεβάσετε μια νέα έκδοση του αποθετηρίου. Κάντε κλικ για λεπτομέρειες. '), _defineProperty(_el$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_el$data, 'HELP_Remind_Title', 'Κάποιες υπενθυμίσεις '), _defineProperty(_el$data, 'HELP_Remind_Desc_1', '**Τα Ethereum, MyEtherWallet.com & MyEtherWallet CX και μερικές από τις βασικές βιβλιοθήκες Javascript που χρησιμοποιούμε βρίσκονται υπό ενεργό ανάπτυξη.** Ενώ έχουμε κάνει διεξοδικές δοκιμές και έχουν δημιουργηθεί με επιτυχία δεκάδες χιλιάδες πορτοφόλια από άτομα σε όλον τον πλανήτη, υπάρχει πάντα η μικρή πιθανότητα να συμβεί κάτι απροσδόκητο που θα μπορούσε να προκαλέσει την απώλεια των ETH σας. Παρακαλούμε να μην επενδύετε περισσότερο από ό,τι είστε διατεθειμένοι να χάσετε και παρακαλούμε επίσης να προσέχετε. Αν κάτι συμβεί, θα λυπηθούμε, αλλά **δεν θα είμαστε υπεύθυνοι για τον χαμένο Αιθέρα**. '), _defineProperty(_el$data, 'HELP_Remind_Desc_2', 'Τα MyEtherWallet.com & MyEtherWallet CX δεν είναι «διαδικτυακά πορτοφόλια». Δεν δημιουργείτε κάποιον λογαριασμό ούτε μας δίνετε τον αιθέρα σας να σας τον φυλάξουμε. Όλα τα δεδομένα δεν φεύγουν από τον υπολογιστή/περιηγητή σας. Σας διευκολύνουμε να δημιουργείτε, να αποθηκεύετε και να έχετε πρόσβαση στις πληροφορίες σας και να αλληλεπιδράτε με το blockchain. '), _defineProperty(_el$data, 'HELP_Remind_Desc_3', 'Αν δεν αποθηκεύσετε το ιδιωτικό σας κλειδί και το συνθηματικό σας, δεν υπάρχει τρόπος να ανακτήσετε πρόσβαση στο πορτοφόλι σας ή στα κεφάλαια που κατέχει. Πάρτε αντίγραφα ασφαλείας σε πολλαπλές φυσικές τοποθεσίες – όχι μόνο στον υπολογιστή σας! '), _defineProperty(_el$data, 'HELP_0_Title', '0) Είμαι νέος χρήστης. Τι κάνω; '), _defineProperty(_el$data, 'HELP_0_Desc_1', 'Το MyEtherWallet σας δίνει την δυνατότητα να δημιουργήσετε νέα πορτοφόλια ώστε να μπορείτε να αποθηκεύσετε τον αιθέρα σας μόνοι σας, και όχι σε κάποιο ανταλλακτήριο. Αυτή η διαδικασία συμβαίνει εξ\'ολοκλήρου στον υπολογιστή σας, και όχι στους εξυπηρετητές μας. Για αυτό, όταν δημιουργείτε ένα νέο πορτοφόλι, **εσείς είστε υπεύθυνοι να κρατήσετε αντίγραφα ασφαλείας**. '), _defineProperty(_el$data, 'HELP_0_Desc_2', 'Δημιουργήστε ένα νέο πορτοφόλι. '), _defineProperty(_el$data, 'HELP_0_Desc_3', 'Κρατήστε αντίγραφο ασφαλείας ποτοφολιού. '), _defineProperty(_el$data, 'HELP_0_Desc_4', 'Επιβεβαιώστε ότι έχετε πρόσβαση στο νέο αυτό πορτοφόλι και ότι αποθηκεύσατε σωστά όλες τις απαραίτητες πληροφορίες. '), _defineProperty(_el$data, 'HELP_0_Desc_5', 'Μεταφέρετε αιθέρα στο νέο αυτό πορτοφόλι. '), _defineProperty(_el$data, 'HELP_1_Title', '1) Πώς φτιάχνω ένα νέο πορτοφόλι; '), _defineProperty(_el$data, 'HELP_1_Desc_1', 'Πηγαίνετε στη σελίδα «Δημιουργία πορτοφολιού». '), _defineProperty(_el$data, 'HELP_1_Desc_2', 'Πηγαίνετε στη σελίδα «Προσθήκη πορτοφολιού» & επιλέξτε «Δημιουργία νέου πορτοφολιού» '), _defineProperty(_el$data, 'HELP_1_Desc_3', 'Πληκτρολογήστε ένα ισχυρό συνθηματικό. Αν νομίζετε ότι μπορεί να το ξεχάσετε, αποθηκεύστε το κάπου που να είναι ασφαλές. Θα χρειαστείτε αυτό το συνθηματικό για τις εξερχόμενες συναλλαγές σας. '), _defineProperty(_el$data, 'HELP_1_Desc_4', 'Κάντε κλικ στο «ΔΗΜΙΟΥΡΓΙΑ». '), _defineProperty(_el$data, 'HELP_1_Desc_5', 'Το πορτοφόλι σας δημιουργήθηκε με επιτυχία. '), _defineProperty(_el$data, 'HELP_2a_Desc_1', 'Θα πρέπει πάντα να δημιουργείτε εξωτερικά αντίγραφα ασφαλείας του πορτοφολιού σας και σε πολλαπλές φυσικές τοποθεσίες - όπως σε μια μονάδα USB ή/και σε ένα κομμάτι χαρτί. '), _defineProperty(_el$data, 'HELP_2a_Desc_2', 'Αποθηκεύστε τη διεύθυνση. Μπορείτε να την κρατήσετε για τον εαυτό σας ή να τη μοιραστείτε με άλλους. Με αυτόν τον τρόπο, οι άλλοι μπορούν να μεταφέρουν αιθέρα σε εσάς. '), _defineProperty(_el$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_el$data, 'HELP_2a_Desc_4', 'Τοποθετήστε τη διεύθυνση, αντίγραφα του ιδιωτικού κλειδιού και το αρχείο PDF του χάρτινου πορτοφολιού σας σε ένα φάκελο. Αποθηκεύστε τον στον υπολογιστή σας και μια μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_5', 'Εκτυπώστε το πορτοφόλι εάν έχετε εκτυπωτή. Διαφορετικά, σημειώστε το ιδιωτικό σας κλειδί και τη διεύθυνση σε ένα κομμάτι χαρτί. Αποθηκεύστε το σε ασφαλή τοποθεσία, σε ξεχωριστό μέρος από τον υπολογιστή και τη μονάδα USB. '), _defineProperty(_el$data, 'HELP_2a_Desc_6', 'Λάβετε υπόψιν σας ότι στόχος είναι να αποτρέψετε την απώλεια των κλειδιών και του συνθηματικού από απώλεια ή βλάβη του σκληρού σας δίσκου, ή της μονάδας USB, ή του χαρτιού. Πρέπει επίσης να έχετε κατά νου τη φυσική απώλεια / καταστροφή μιας ολόκληρης περιοχής (σκεφτείτε πυρκαγιά ή πλημμύρα). '), _defineProperty(_el$data, 'HELP_2b_Title', '2β) Πώς μπορώ να έχω ασφάλεια / συναλλαγές εκτός σύνδεσης / ψυχρή αποθήκευση με το MyEtherWallet? '), _defineProperty(_el$data, 'HELP_2b_Desc_1', 'Πηγαίνετε στο [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_el$data, 'HELP_2b_Desc_2', 'Κάντε κλικ στο `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_el$data, 'HELP_2b_Desc_3', 'Μετακινήστε το zip σε έναν υπολογιστή απομονωμένο από το δίκτυο. '), _defineProperty(_el$data, 'HELP_2b_Desc_4', 'Αποσυμπιέστε το και κάντε διπλό κλικ στο `index.html`. '), _defineProperty(_el$data, 'HELP_2b_Desc_5', 'Δημιουργήστε ένα πορτοφόλι με ισχυρό συνθηματικό. '), _defineProperty(_el$data, 'HELP_2b_Desc_6', 'Αποθηκεύστε τη διεύθυνση. Αποθηκεύστε πολλαπλά αντίγραφα του ιδιωτικού κλειδιού. Αποθηκεύστε το συνθηματικό εάν υπάρχει περίπτωση να μην το θυμάστε για πάντα. '), _defineProperty(_el$data, 'HELP_2b_Desc_7', 'Φυλάξτε αυτά τα χαρτιά / USB σε πολλαπλές και ξεχωριστές μεταξύ τους τοποθεσίες. '), _defineProperty(_el$data, 'HELP_2b_Desc_8', 'Πηγαίνετε στη σελίδα «Προβολή πληροφοριών πορτοφολιού» και πληκτρολογήστε το ιδιωτικό κλειδί / συνθηματικό σας για να βεβαιωθείτε ότι είναι σωστά και ότι έχετε πρόσβαση στο πορτοφόλι σας. Ελέγξτε ότι η διεύθυνση που σημειώσατε στο χαρτί είναι η ίδια. '), _defineProperty(_el$data, 'HELP_3_Title', '3) Πώς μπορώ να επαληθεύσω ότι έχω πρόσβαση στο νέο πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_3_Desc_1', '**Πριν στείλετε οποιοδήποτε ποσό Αιθέρα στο νέο σας πορτοφόλι**, πρέπει να βεβαιωθείτε ότι έχετε πρόσβαση σε αυτό. '), _defineProperty(_el$data, 'HELP_3_Desc_2', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_3', 'Μεταβείτε στη σελίδα «Προβολή πληροφοριών ποστοφολιού» του MyEtherWallet.com. '), _defineProperty(_el$data, 'HELP_3_Desc_4', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_5', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό σας. '), _defineProperty(_el$data, 'HELP_3_Desc_6', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_3_Desc_7', 'Τα στοιχεία του πορτοφολιού σας θα πρέπει να εμφανιστούν. Βρείτε τη διεύθυνση του λογαριασμού σας, δίπλα σε ένα πολύχρωμο κυκλικό εικονίδιο. Αυτό το εικονίδιο αντιπροσωπεύει οπτικά τη διεύθυνσή σας. Βεβαιωθείτε ότι η διεύθυνση είναι η διεύθυνση που έχετε αποθηκεύσει στο έγγραφο κειμένου και βρίσκεται στο χάρτινο πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_3_Desc_8', 'Αν σκοπεύετε να φυλάξετε μεγάλη ποσότητα αιθέρα, σας συνιστούμε να στείλετε πρώτα μια μικρή ποσότητα αιθέρα από το νέο πορτοφόλι πριν καταθέσετε κάποιο μεγάλο ποσό. Στείλτε 0.001 μονάδες αιθέρα στο νέο σας πορτοφόλι, αποκτήστε πρόσβαση στο πορτοφόλι, στείλτε τις 0.001 μονάδες αιθέρα σε άλλη διεύθυνση και βεβαιωθείτε ότι όλα λειτουργούν ομαλά. '), _defineProperty(_el$data, 'HELP_4_Title', '4) Πώς στέλνω Αιθέρα από ένα πορτοφόλι σε ένα άλλο; '), _defineProperty(_el$data, 'HELP_4_Desc_1', 'Αν σκοπεύετε να μετακινήσετε ένα μεγάλο ποσό αιθέρα, θα πρέπει πρώτα να δοκιμάσετε να στείλετε ένα μικρό ποσό στο πορτοφόλι σας για να διασφαλίσετε ότι όλα δουλεύουν όπως πρέπει. '), _defineProperty(_el$data, 'HELP_4_Desc_2', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4_Desc_3', 'Επιλέξτε το αρχείο πορτοφολιού σας -ή- το ιδιωτικό σας κλειδί και ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_4_Desc_4', 'Εάν το πορτοφόλι είναι κρυπτογραφημένο, θα εμφανιστεί αυτόματα ένα πλαίσιο κειμένου. Εισαγάγετε το συνθηματικό. '), _defineProperty(_el$data, 'HELP_4_Desc_5', 'Κάντε κλικ στο κουμπί «Ξεκλείδωμα πορτοφολιού». '), _defineProperty(_el$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_el$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_el$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_el$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_el$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_el$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_el$data, 'HELP_4CX_Desc_1', 'Πρώτα, πρέπει να προσθέσετε ένα πορτοφόλι. Άπαξ και το κάνετε αυτό έχετε δύο επιλογές: τη λειτουργία «QuickSend» από το εικονίδιο της επέκτασης στο Chrome ή από τη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_el$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_el$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_el$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_el$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_el$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_el$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_el$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_el$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_el$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_el$data, 'HELP_4CX_Desc_12', 'Using «Αποστολή αιθέρα και μαρκών» Page '), _defineProperty(_el$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_el$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_el$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_el$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_el$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_el$data, 'HELP_5CX_Title', '5) Πώς μπορώ να εγκαταστήσω αυτήν την επέκταση από το αποθετήριο αντί του Chrome Store; '), _defineProperty(_el$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_el$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_el$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_el$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_el$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_el$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_el$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_el$data, 'HELP_7_Title', '7) Πώς μπορώ να στείλω μάρκες και να προσθέσω προσαρμοσμένες μάρκες; '), _defineProperty(_el$data, 'HELP_7_Desc_0', 'Το [Ethplorer.io](https://ethplorer.io/) είναι ένας πολύ καλός τρόπος για να εξερευνήσετε τις διάφορες μάρκες και να βρείτε τα δεκαδικά ψηφία μιας μάρκας. '), _defineProperty(_el$data, 'HELP_7_Desc_1', 'Μεταβείτε στη σελίδα «Αποστολή αιθέρα και μαρκών». '), _defineProperty(_el$data, 'HELP_7_Desc_2', 'Ξεκλειδώστε το πορτοφόλι σας. '), _defineProperty(_el$data, 'HELP_7_Desc_3', 'Εισαγάγετε τη διεύθυνση στην οποία θέλετε να αποστείλετε στο πεδίο «Προς διεύθυνση:». '), _defineProperty(_el$data, 'HELP_7_Desc_4', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_5', 'Εισαγάγετε το ποσό που θέλετε να στείλετε. '), _defineProperty(_el$data, 'HELP_7_Desc_6', 'Εάν δεν βλέπετε τη μάρκα στη λίστα: '), _defineProperty(_el$data, 'HELP_7_Desc_7', 'Κάντε κλικ στο «Προσαρμογή». '), _defineProperty(_el$data, 'HELP_7_Desc_8', 'Εισαγάγετε τη διεύθυνση, το όνομα και τα δεκαδικά ψηφία της μάρκας. Αυτά παρέχονται από τους δημιουργούς της μάρκας και είναι επίσης απαραίτητα όταν χρησιμοποιείτε την επιλογή «Add a Watch Token» στο Mist. '), _defineProperty(_el$data, 'HELP_7_Desc_9', 'Κάντε κλικ στο «Αποθήκευση». '), _defineProperty(_el$data, 'HELP_7_Desc_10', 'Μπορείτε τώρα να αποστείλετε αυτή τη μάρκα καθώς και να δείτε το υπόλοιπό της στην πλευρική στήλη. '), _defineProperty(_el$data, 'HELP_7_Desc_11', 'Κάντε κλικ στο «Δημιουργία συναλλαγής». '), _defineProperty(_el$data, 'HELP_7_Desc_12', 'Θα εμφανιστούν κάνα δυο ακόμα πεδία. Πρόκειται για τον περιηγητή σας που δημιουργεί τη συναλλαγή. '), _defineProperty(_el$data, 'HELP_7_Desc_13', 'Κάντε κλικ στο μπλε κουμπί «Αποστολή συναλλαγής» παρακάτω. '), _defineProperty(_el$data, 'HELP_7_Desc_14', 'Θα εμφανιστεί ένα αναδυόμενο παράθυρο. Βεβαιωθείτε ότι το ποσό και η διεύθυνση στην οποία αποστέλλετε είναι σωστά. Στη συνέχεια, κάντε κλικ στο κουμπί «Ναι, είμαι σίγουρος! Να εκτελεστεί η συναλλαγή.». '), _defineProperty(_el$data, 'HELP_7_Desc_15', 'Η συναλλαγή θα υποβληθεί. Θα εμφανιστεί το Hash της συναλλαγής. Μπορείτε να κάνετε κλικ σε αυτό το Hash της συναλλαγής για να το δείτε στο blockchain. '), _defineProperty(_el$data, 'HELP_8_Title', '8) Τι θα συμβεί εάν ο ιστότοπός σας πέσει; '), _defineProperty(_el$data, 'HELP_8_Desc_1', 'Το MyEtherWallet δεν είναι πορτοφόλι ιστού. Δεν γίνεται σύνδεση χρήστη και τίποτα δεν αποθηκεύεται στους διακομιστές μας. Είναι απλά μια διεπαφή που σας επιτρέπει να αλληλεπιδράσετε με το blockchain. '), _defineProperty(_el$data, 'HELP_8_Desc_2', 'Αν το MyEtherWallet.com πέσει, μπορείτε να χρησιμοποιήσετε κάποιον άλλον τρόπο (όπως το geth ή το Ethereum Wallet / Mist) για να κάνετε ό,τι κάνουμε. Αλλά δεν θα χρειαστεί να «βγάλετε» τον Αιθέρα σας από το MyEtherWallet επειδή δεν βρίσκεται μέσα στο MyEtherWallet. Βρίσκεται στο όποιο πορτοφόλι δημιουργήσατε μέσω του ιστοτόπου μας. '), _defineProperty(_el$data, 'HELP_8_Desc_3', 'Μπορείτε να εισαγάγετε πολύ εύκολα το μη κρυπτογραφημένο σας ιδιωτικό κλειδί και τα αρχεία σε φορμά Geth / Mist (κρυπτογραφημένα) απευθείας στο geth / Ethereum Wallet / Mist. Δείτε την ερώτηση Νο 12 παρακάτω. '), _defineProperty(_el$data, 'HELP_8_Desc_4', 'Επιπρόσθετα, η πιθανότητα να πέσει το MyEtherWallet είναι ελάχιστη έως ανύπαρκτη. Δεν μας κοστίζει σχεδόν τίποτα να το διατηρούμε, δεδομένου ότι δεν αποθηκεύουμε καμία πληροφορία. Εάν πάψει να λειτουργεί το όνομα χώρου, το MyEtherWallet εξακολουθεί να είναι και πάντα θα είναι διαθέσιμο δημοσίως στη διεύθυνση [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Μπορείτε να κατεβάσετε το ZIP και να το εκτελέσετε τοπικά. '), _defineProperty(_el$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_el$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_el$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_el$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_el$data, 'HELP_9_Title', '9) Is the «Αποστολή αιθέρα και μαρκών» page offline? '), _defineProperty(_el$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_el$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_el$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_el$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_el$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_el$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_el$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_el$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_el$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_el$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_el$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_el$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_el$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_el$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_el$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_el$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_el$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_el$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_el$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_el$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_el$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_el$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_el$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_el$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_el$data, 'HELP_12_Desc_14', 'Copy Your Private Key (μη κρυπτογραφημένο). '), _defineProperty(_el$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_el$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_el$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_el$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_el$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_el$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_el$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_el$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_el$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_el$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_el$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_el$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_el$data, 'HELP_14_Title', '14) Ορισμένοι ιστότοποι τυχαιοποιούν την παραγωγή του ιδιωτικού κλειδιού μέσω κινήσεων του ποντικιού. Το MyEtherWallet.com δεν το κάνει αυτό. Είναι ασφαλής η παραγωγή τυχαίων αριθμών για το MyEtherWallet; '), _defineProperty(_el$data, 'HELP_14_Desc_1', 'Ενώ αυτό το πράγμα με τις κινήσεις του ποντικιού είναι έξυπνο και καταλαβαίνουμε γιατί αρέσει στους περισσότερους ανθρώπους, η πραγματικότητα όμως είναι ότι το window.crypto εξασφαλίζει περισσότερη εντροπία από τις κινήσεις του ποντικιού σας. Δεν είναι ότι οι κινήσεις του ποντικιού δεν είναι ασφαλείς, είναι ότι εμείς (και οι τόνοι πειραμάτων κρυπτογράφησης) πιστεύουμε στο window.crypto. Επιπλέον, το MyEtherWallet.com μπορεί να χρησιμοποιηθεί σε συσκευές αφής. Εδώ είναι μια [συζήτηση μεταξύ ενός θυμωμένου redditor και του Vitalik Buterin σχετικά με τις κινήσεις του ποντικιού έναντι του window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) και εδώ είναι οι [προδιαγραφές w3 του window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_el$data, 'HELP_15_Title', '15) Γιατί δεν έχει εμφανιστεί ο λογαριασμός που μόλις δημιούργησα στον εξερευνητή blockchain; (δηλαδή: etherchain, etherscan) '), _defineProperty(_el$data, 'HELP_15_Desc_1', 'Ένας λογαριασμός εμφανίζεται σε έναν εξερευνητή blockchain μόνο όταν ο λογαριασμός έχει δραστηριότητα—για παράδειγμα, αφού μεταφέρετε κάποιο ποσό Αιθέρα σε αυτόν. '), _defineProperty(_el$data, 'HELP_16_Title', '16) Πώς ελέγχω το υπόλοιπο του λογαριασμού μου; '), _defineProperty(_el$data, 'HELP_16_Desc_1', 'Μπορείτε να χρησιμοποιήσετε έναν εξερευνητή blockchain όπως το [etherscan.io](https://etherscan.io/). Επικολλήστε τη διεύθυνσή σας στη γραμμή αναζήτησης και θα ανασύρει τη διεύθυνση και το ιστορικό συναλλαγών σας. Για παράδειγμα, δείτε πώς φαίνεται ο [λογαριασμός μας για δωρέες](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) στο etherscan.io '), _defineProperty(_el$data, 'HELP_17_Title', '17) Γιατί δεν εμφανίζεται το υπόλοιπό μου όταν ξεκλειδώνω το πορτοφόλι μου; '), _defineProperty(_el$data, 'HELP_17_Desc_1', 'Αυτό πιθανότατα οφείλεται στο γεγονός ότι βρίσκεστε πίσω από κάποιο τείχος προστασίας. Το API που χρησιμοποιούμε για να πάρουμε το υπόλοιπο και να μετατρέψουμε το εν λόγω υπόλοιπο συχνά εμποδίζεται από τείχη προστασίας για διάφορους λόγους. Θα εξακολουθείτε να είστε σε θέση να αποστείλετε συναλλαγές, απλά πρέπει να χρησιμοποιήσετε μια διαφορετική μέθοδο για να δείτε το εν λόγω υπόλοιπο, όπως το etherscan.io '), _defineProperty(_el$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_el$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_el$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_el$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_el$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_el$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_el$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_el$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_el$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_el$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_el$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_el$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_el$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_el$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_el$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_el$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_el$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_el$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_el$data, 'HELP_Sec_Title', 'Ασφάλεια '), _defineProperty(_el$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_el$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_el$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_el$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_el$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_el$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_el$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_el$data, 'HELP_FAQ_Title', 'Περισσότερες χρήσιμες απαντήσεις σε συχνές ερωτήσεις '), _defineProperty(_el$data, 'HELP_Contact_Title', 'Τρόποι για να έρθετε σε επαφή'), _el$data); module.exports = el; @@ -15197,7 +15194,7 @@ en.data = (_en$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_en$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_en$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_en$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_en$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_en$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_en$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_en$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_en$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_en$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_en$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_en$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_en$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_en$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_en$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_en$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_en$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_en$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_en$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_en$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox'), _defineProperty(_en$data, 'ADD_Label_1', 'What would you like to do?'), _defineProperty(_en$data, 'ADD_Label_2', 'Create a Nickname'), _defineProperty(_en$data, 'ADD_Label_3', 'Your wallet is encrypted. Good! Please enter the password.'), _defineProperty(_en$data, 'ADD_Label_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Label_5', 'Enter the Address'), _defineProperty(_en$data, 'ADD_Label_6', 'Unlock your Wallet'), _defineProperty(_en$data, 'ADD_Label_6_short', 'Unlock'), _defineProperty(_en$data, 'ADD_Label_7', 'Add Account'), _defineProperty(_en$data, 'ADD_Label_8', 'Password (optional):'), _defineProperty(_en$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.'), _defineProperty(_en$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet'), _defineProperty(_en$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings'), _defineProperty(_en$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_en$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet'), _defineProperty(_en$data, 'ADD_MetaMask', 'Connect to MetaMask'), _defineProperty(_en$data, 'ADD_Radio_1', 'Generate New Wallet'), _defineProperty(_en$data, 'ADD_Radio_2', 'Select Your Wallet File (Keystore / JSON)'), _defineProperty(_en$data, 'ADD_Radio_2_alt', 'Select Your Wallet File'), _defineProperty(_en$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE...'), _defineProperty(_en$data, 'ADD_Radio_3', 'Paste Your Private Key'), _defineProperty(_en$data, 'ADD_Radio_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Radio_5', 'Paste Your Mnemonic'), _defineProperty(_en$data, 'ADD_Radio_5_Path', 'Select HD derivation path'), _defineProperty(_en$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_en$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_en$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_en$data, 'ADD_Trezor_scan', 'Connect to TREZOR'), _defineProperty(_en$data, 'ADD_Warning_1', 'You can add any account to "watch" on the wallets tab without uploading a private key. This does ** not ** mean you have access to this wallet, nor can you transfer Ether from it.'), _defineProperty(_en$data, 'BULK_Label_1', 'Number of Wallets To Generate'), _defineProperty(_en$data, 'BULK_Label_2', 'Generate Wallets'), _defineProperty(_en$data, 'BULK_SuccessMsg', 'Success! Your wallets have been generated.'), _defineProperty(_en$data, 'CONTRACT_ByteCode', 'Byte Code'), _defineProperty(_en$data, 'CONTRACT_Interact_CTA', 'Select a function'), _defineProperty(_en$data, 'CONTRACT_Interact_Title', 'Read / Write Contract'), _defineProperty(_en$data, 'CONTRACT_Json', 'ABI / JSON Interface'), _defineProperty(_en$data, 'CONTRACT_Read', 'READ'), _defineProperty(_en$data, 'CONTRACT_Title', 'Contract Address'), _defineProperty(_en$data, 'CONTRACT_Title_2', 'Select Existing Contract'), _defineProperty(_en$data, 'CONTRACT_Write', 'WRITE'), _defineProperty(_en$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one!'), _defineProperty(_en$data, 'CX_quicksend', 'QuickSend'), _defineProperty(_en$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension'), _defineProperty(_en$data, 'CX_Warning_1', 'Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up.'), _defineProperty(_en$data, 'decrypt_Access', 'How would you like to access your wallet?'), _defineProperty(_en$data, 'decrypt_Select', 'Select a Wallet'), _defineProperty(_en$data, 'decrypt_Title', 'Select the format of your private key'), _defineProperty(_en$data, 'DEP_generate', 'Generate Bytecode'), _defineProperty(_en$data, 'DEP_generated', 'Generated Bytecode'), _defineProperty(_en$data, 'DEP_interface', 'Generated Interface'), _defineProperty(_en$data, 'DEP_signtx', 'Sign Transaction'), _defineProperty(_en$data, 'ERROR_0', '(error_01) Please enter a valid amount.'), _defineProperty(_en$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_en$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_en$data, 'ERROR_3', '(error_04) This is not a valid wallet file.'), _defineProperty(_en$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_en$data, 'ERROR_5', '(error_06) Please enter a valid address.'), _defineProperty(_en$data, 'ERROR_6', '(error_07) Please enter a valid password.'), _defineProperty(_en$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_en$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_en$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.)'), _defineProperty(_en$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_en$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_en$data, 'ERROR_12', '(error_13) Invalid signed transaction.'), _defineProperty(_en$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists.'), _defineProperty(_en$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_en$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_en$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_en$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_en$data, 'ERROR_19', '(error_20) Please enter a valid symbol'), _defineProperty(_en$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_en$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_en$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_en$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_en$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_en$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_en$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_en$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_en$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_en$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_en$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_en$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_en$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_en$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_en$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_en$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_en$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_en$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_en$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_en$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_en$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_en$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_en$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_en$data, 'GETH_InvalidSender', '(geth-06) Invalid sender.'), _defineProperty(_en$data, 'GETH_NegativeValue', '(geth-07) Negative value.'), _defineProperty(_en$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low'), _defineProperty(_en$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_en$data, 'FOOTER_1b', 'Created by'), _defineProperty(_en$data, 'FOOTER_2', 'Donations greatly appreciated'), _defineProperty(_en$data, 'FOOTER_3', 'Client-side wallet generation by'), _defineProperty(_en$data, 'FOOTER_4', 'Disclaimer'), _defineProperty(_en$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_en$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_en$data, 'GEN_desc', 'If you want to generate multiple wallets, you can do so here'), _defineProperty(_en$data, 'GEN_Help_1', 'Use your'), _defineProperty(_en$data, 'GEN_Help_10', 'Right click & save file as. Filename:'), _defineProperty(_en$data, 'GEN_Help_11', 'Don\'t open this file on your computer'), _defineProperty(_en$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.)'), _defineProperty(_en$data, 'GEN_Help_13', 'How to Back Up Your Keystore File'), _defineProperty(_en$data, 'GEN_Help_14', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_en$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_en$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_en$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_en$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_en$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_en$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_en$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_en$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_en$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_en$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_en$data, 'GEN_Help_8', 'Not Downloading a File?'), _defineProperty(_en$data, 'GEN_Help_9', 'Try using Google Chrome'), _defineProperty(_en$data, 'GEN_Label_1', 'Enter a password'), _defineProperty(_en$data, 'GEN_Label_2', 'Save your `Keystore` File.'), _defineProperty(_en$data, 'GEN_Label_3', 'Save Your Address.'), _defineProperty(_en$data, 'GEN_Label_4', 'Print paper wallet or a QR code.'), _defineProperty(_en$data, 'GEN_Label_5', 'Save Your `Private Key`.'), _defineProperty(_en$data, 'GEN_Placeholder_1', 'Do NOT forget to save this!'), _defineProperty(_en$data, 'GEN_SuccessMsg', 'Success! Your wallet has been generated.'), _defineProperty(_en$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_en$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_en$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet'), _defineProperty(_en$data, 'MEW_Warning_1', 'Always check the URL before accessing your wallet or creating a new wallet. Beware of phishing sites!'), _defineProperty(_en$data, 'MNEM_1', 'Please select the address you would like to interact with.'), _defineProperty(_en$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time.'), _defineProperty(_en$data, 'MNEM_more', 'More Addresses'), _defineProperty(_en$data, 'MNEM_prev', 'Previous Addresses'), _defineProperty(_en$data, 'MSG_date', 'Date'), _defineProperty(_en$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date.'), _defineProperty(_en$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it.'), _defineProperty(_en$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose.'), _defineProperty(_en$data, 'MSG_message', 'Message'), _defineProperty(_en$data, 'MSG_signature', 'Signature'), _defineProperty(_en$data, 'MSG_verify', 'Verify Message'), _defineProperty(_en$data, 'MYWAL_Address', 'Wallet Address'), _defineProperty(_en$data, 'MYWAL_Bal', 'Balance'), _defineProperty(_en$data, 'MYWAL_Content_1', 'Warning! You are about to remove your wallet'), _defineProperty(_en$data, 'MYWAL_Content_2', 'Be sure you have **saved the private key and/or Keystore File and the password** before you remove it.'), _defineProperty(_en$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password.'), _defineProperty(_en$data, 'MYWAL_Edit', 'Edit'), _defineProperty(_en$data, 'MYWAL_Edit_2', 'Edit Wallet'), _defineProperty(_en$data, 'MYWAL_Hide', 'Hide Wallet Info'), _defineProperty(_en$data, 'MYWAL_Name', 'Wallet Name'), _defineProperty(_en$data, 'MYWAL_Nick', 'Wallet Nickname'), _defineProperty(_en$data, 'MYWAL_Remove', 'Remove'), _defineProperty(_en$data, 'MYWAL_RemoveWal', 'Remove Wallet'), _defineProperty(_en$data, 'MYWAL_View', 'View'), _defineProperty(_en$data, 'MYWAL_Viewing', 'Viewing Wallet'), _defineProperty(_en$data, 'MYWAL_WatchOnly', 'Your Watch-Only Accounts'), _defineProperty(_en$data, 'NAV_AddWallet', 'Add Wallet'), _defineProperty(_en$data, 'NAV_BulkGenerate', 'Bulk Generate'), _defineProperty(_en$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_en$data, 'NAV_Contact', 'Contact'), _defineProperty(_en$data, 'NAV_Contracts', 'Contracts'), _defineProperty(_en$data, 'NAV_DeployContract', 'Deploy Contract'), _defineProperty(_en$data, 'NAV_DomainSale', 'DomainSale'), _defineProperty(_en$data, 'NAV_ENS', 'ENS'), _defineProperty(_en$data, 'NAV_GenerateWallet', 'Create New Wallet'), _defineProperty(_en$data, 'NAV_GenerateWallet_alt', 'New Wallet'), _defineProperty(_en$data, 'NAV_Help', 'Help'), _defineProperty(_en$data, 'NAV_InteractContract', 'Interact with Contract'), _defineProperty(_en$data, 'NAV_Multisig', 'Multisig'), _defineProperty(_en$data, 'NAV_MyWallets', 'My Wallets'), _defineProperty(_en$data, 'NAV_Offline', 'Send Offline'), _defineProperty(_en$data, 'NAV_SendEther', 'Send Ether & Tokens'), _defineProperty(_en$data, 'NAV_SendTokens', 'Send Tokens'), _defineProperty(_en$data, 'NAV_SignMsg', 'Sign Message'), _defineProperty(_en$data, 'NAV_Swap', 'Swap'), _defineProperty(_en$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_en$data, 'NAV_ViewWallet', 'View Wallet Info'), _defineProperty(_en$data, 'NAV_YourWallets', 'Your Wallets'), _defineProperty(_en$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_en$data, 'NODE_Name', 'Node Name'), _defineProperty(_en$data, 'NODE_Port', 'Node Port'), _defineProperty(_en$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_en$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_en$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_en$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_en$data, 'OFFLINE_Desc', 'Generating offline transactions can be done in three steps. You will complete steps 1 and 3 on an online computer, and step 2 on an offline/airgapped computer. This ensures your private keys do not touch an internet-connected device.'), _defineProperty(_en$data, 'OFFLINE_Step1_Button', 'Generate Information'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_1', 'From Address'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_2', 'Note: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_1', 'To Address'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_2', 'Value / Amount to Send'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3', 'Gas Price'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4', 'Gas Limit'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6', 'Data'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6b', 'This is optional. Data is often used when you send transactions to contracts.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON.'), _defineProperty(_en$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer)'), _defineProperty(_en$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button.'), _defineProperty(_en$data, 'OFFLINE_Step3_Title', 'Step 3: Send / Publish Transaction (Online Computer)'), _defineProperty(_en$data, 'OFFLINE_Title', 'Generate & Send Offline Transaction'), _defineProperty(_en$data, 'OFFLLINE_Step1_Title', 'Step 1: Generate Information (Online Computer)'), _defineProperty(_en$data, 'SEND_addr', 'To Address'), _defineProperty(_en$data, 'SEND_amount', 'Amount to Send'), _defineProperty(_en$data, 'SEND_amount_short', 'Amount'), _defineProperty(_en$data, 'SEND_custom', 'Add Custom Token'), _defineProperty(_en$data, 'SEND_gas', 'Gas'), _defineProperty(_en$data, 'SEND_generate', 'Generate Transaction'), _defineProperty(_en$data, 'SEND_raw', 'Raw Transaction'), _defineProperty(_en$data, 'SEND_signed', 'Signed Transaction'), _defineProperty(_en$data, 'SEND_trans', 'Send Transaction'), _defineProperty(_en$data, 'SEND_TransferTotal', 'Send Entire Balance'), _defineProperty(_en$data, 'SENDModal_Content_1', 'You are about to send'), _defineProperty(_en$data, 'SENDModal_Content_2', 'to address'), _defineProperty(_en$data, 'SENDModal_Content_3', 'Are you sure you want to do this?'), _defineProperty(_en$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether.'), _defineProperty(_en$data, 'SENDModal_No', 'No, get me out of here!'), _defineProperty(_en$data, 'SENDModal_Title', 'Warning!'), _defineProperty(_en$data, 'SENDModal_Yes', 'Yes, I am sure! Make transaction.'), _defineProperty(_en$data, 'sidebar_AccountAddr', 'Account Address'), _defineProperty(_en$data, 'sidebar_AccountBal', 'Account Balance'), _defineProperty(_en$data, 'sidebar_AccountInfo', 'Account Information'), _defineProperty(_en$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_en$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_en$data, 'sidebar_donate', 'Donate'), _defineProperty(_en$data, 'sidebar_donation', 'MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?'), _defineProperty(_en$data, 'sidebar_Equiv', 'Equivalent Values'), _defineProperty(_en$data, 'sidebar_thanks', 'THANK YOU!!!'), _defineProperty(_en$data, 'sidebar_TokenBal', 'Token Balances'), _defineProperty(_en$data, 'sidebar_TransHistory', 'Transaction History'), _defineProperty(_en$data, 'SUCCESS_1', 'Valid address'), _defineProperty(_en$data, 'SUCCESS_2', 'Wallet successfully decrypted'), _defineProperty(_en$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_en$data, 'SUCCESS_4', 'Your wallet was successfully added'), _defineProperty(_en$data, 'SUCCESS_5', 'File Selected'), _defineProperty(_en$data, 'SUCCESS_6', 'You are successfully connected'), _defineProperty(_en$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_en$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_en$data, 'SWAP_information', "Your Information "), _defineProperty(_en$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_en$data, 'SWAP_init_2', " for "), _defineProperty(_en$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_en$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_en$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_en$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_en$data, 'SWAP_progress_3', "Received! "), _defineProperty(_en$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_en$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_en$data, 'SWAP_rates', "Current Rates "), _defineProperty(_en$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_en$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_en$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_en$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_en$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_en$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_en$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_en$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_en$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_en$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_en$data, 'TOKEN_hide', 'Hide Tokens'), _defineProperty(_en$data, 'TOKEN_show', 'Show All Tokens'), _defineProperty(_en$data, 'TOKEN_Symbol', 'Token Symbol'), _defineProperty(_en$data, 'TRANS_advanced', '+Advanced: Add Data'), _defineProperty(_en$data, 'TRANS_data', 'Data'), _defineProperty(_en$data, 'TRANS_desc', 'If you want to send Tokens, please use the "Send Token" page instead.'), _defineProperty(_en$data, 'TRANS_gas', 'Gas Limit'), _defineProperty(_en$data, 'TRANS_sendInfo', 'A standard transaction using 21000 gas will cost 0.000441 ETH. We do not take a transaction fee.'), _defineProperty(_en$data, 'translate_version', '0.5'), _defineProperty(_en$data, 'Translator_Desc', ''), _defineProperty(_en$data, 'TranslatorAddr_1', ''), _defineProperty(_en$data, 'TranslatorAddr_2', ''), _defineProperty(_en$data, 'TranslatorAddr_3', ''), _defineProperty(_en$data, 'TranslatorAddr_4', ''), _defineProperty(_en$data, 'TranslatorAddr_5', ''), _defineProperty(_en$data, 'TranslatorName_1', ''), _defineProperty(_en$data, 'TranslatorName_2', ''), _defineProperty(_en$data, 'TranslatorName_3', ''), _defineProperty(_en$data, 'TranslatorName_4', ''), _defineProperty(_en$data, 'TranslatorName_5', ''), _defineProperty(_en$data, 'tx_Details', 'Transaction Details'), _defineProperty(_en$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_en$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined).'), _defineProperty(_en$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_en$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_en$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_en$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_en$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_en$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_en$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again.'), _defineProperty(_en$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_en$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_en$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_en$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_en$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_en$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/).'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet.'), _defineProperty(_en$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details.'), _defineProperty(_en$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started.'), _defineProperty(_en$data, 'x_Access', 'Access'), _defineProperty(_en$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere.'), _defineProperty(_en$data, 'x_Address', 'Your Address'), _defineProperty(_en$data, 'x_Cancel', 'Cancel'), _defineProperty(_en$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_en$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_en$data, 'x_CSV', 'CSV file (unencrypted)'), _defineProperty(_en$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_en$data, 'x_Download', 'Download'), _defineProperty(_en$data, 'x_Json', 'JSON File (unencrypted)'), _defineProperty(_en$data, 'x_JsonDesc', 'This is the unencrypted, JSON format of your private key. This means you do not need the password but anyone who finds your JSON can access your wallet & Ether without the password.'), _defineProperty(_en$data, 'x_Keystore', 'Keystore File (UTC / JSON · Recommended · Encrypted)'), _defineProperty(_en$data, 'x_Keystore2', 'Keystore File (UTC / JSON)'), _defineProperty(_en$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up.'), _defineProperty(_en$data, 'x_Ledger', 'Ledger Wallet'), _defineProperty(_en$data, 'x_MetaMask', 'MetaMask / Mist'), _defineProperty(_en$data, 'x_Mnemonic', 'Mnemonic Phrase'), _defineProperty(_en$data, 'x_ParityPhrase', 'Parity Phrase'), _defineProperty(_en$data, 'x_Password', 'Password'), _defineProperty(_en$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_en$data, 'x_Print', 'Print Paper Wallet'), _defineProperty(_en$data, 'x_PrintDesc', 'ProTip: If you cannot print this right now, click "Print" and save it as a PDF until you are able to get it printed. Remove it from your computer afterwards!'), _defineProperty(_en$data, 'x_PrintShort', 'Print'), _defineProperty(_en$data, 'x_PrivKey', 'Private Key (unencrypted)'), _defineProperty(_en$data, 'x_PrivKey2', 'Private Key'), _defineProperty(_en$data, 'x_PrivKeyDesc', 'This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended.'), _defineProperty(_en$data, 'x_ReadMore', 'Read More'), _defineProperty(_en$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_en$data, 'x_Save', 'Save'), _defineProperty(_en$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_en$data, 'x_Trezor', 'TREZOR'), _defineProperty(_en$data, 'x_TXFee', 'TX Fee'), _defineProperty(_en$data, 'x_TxHash', 'TX Hash'), _defineProperty(_en$data, 'x_TXT', 'TXT file (unencrypted)'), _defineProperty(_en$data, 'x_Wallet', 'Wallet'), _defineProperty(_en$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**.'), _defineProperty(_en$data, 'HELP_0_Desc_2', 'Create a new wallet.'), _defineProperty(_en$data, 'HELP_0_Desc_3', 'Back the wallet up.'), _defineProperty(_en$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information.'), _defineProperty(_en$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet.'), _defineProperty(_en$data, 'HELP_0_Title', '0) I\'m new. What do I do?'), _defineProperty(_en$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction.'), _defineProperty(_en$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price.'), _defineProperty(_en$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send.'), _defineProperty(_en$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you.'), _defineProperty(_en$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format.'), _defineProperty(_en$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button.'), _defineProperty(_en$data, 'HELP_10_Title', '10) How do I make an offline transaction?'), _defineProperty(_en$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+....'), _defineProperty(_en$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts."'), _defineProperty(_en$data, 'HELP_12_Desc_11', 'Using your unencrypted private key...'), _defineProperty(_en$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page.'), _defineProperty(_en$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted).'), _defineProperty(_en$data, 'HELP_12_Desc_15', 'If you are on a Mac'), _defineProperty(_en$data, 'HELP_12_Desc_15b', 'If you are on a PC'), _defineProperty(_en$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key.'), _defineProperty(_en$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text".'), _defineProperty(_en$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog.'), _defineProperty(_en$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key'), _defineProperty(_en$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:`'), _defineProperty(_en$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file.'), _defineProperty(_en$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page.'), _defineProperty(_en$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file.'), _defineProperty(_en$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application.'), _defineProperty(_en$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts"'), _defineProperty(_en$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder.'), _defineProperty(_en$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist?'), _defineProperty(_en$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction.'), _defineProperty(_en$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean?'), _defineProperty(_en$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_en$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe?'), _defineProperty(_en$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it.'), _defineProperty(_en$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan)'), _defineProperty(_en$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io'), _defineProperty(_en$data, 'HELP_16_Title', '16) How do I check the balance of my account?'), _defineProperty(_en$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io'), _defineProperty(_en$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet?'), _defineProperty(_en$data, 'HELP_18_Title', '18) Where is my geth wallet file?'), _defineProperty(_en$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored.'), _defineProperty(_en$data, 'HELP_19_Title', '19) Where is my Mist wallet file?'), _defineProperty(_en$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page.'), _defineProperty(_en$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet"'), _defineProperty(_en$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions.'), _defineProperty(_en$data, 'HELP_1_Desc_4', 'Click "GENERATE".'), _defineProperty(_en$data, 'HELP_1_Desc_5', 'Your wallet has now been generated.'), _defineProperty(_en$data, 'HELP_1_Title', '1) How do I create a new wallet?'), _defineProperty(_en$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale.'), _defineProperty(_en$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file?'), _defineProperty(_en$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no.'), _defineProperty(_en$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts.'), _defineProperty(_en$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems.'), _defineProperty(_en$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password.'), _defineProperty(_en$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match.'), _defineProperty(_en$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion.'), _defineProperty(_en$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space.'), _defineProperty(_en$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day.'), _defineProperty(_en$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address?'), _defineProperty(_en$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper.'), _defineProperty(_en$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you.'), _defineProperty(_en$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys'), _defineProperty(_en$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood).'), _defineProperty(_en$data, 'HELP_2a_Title', 'How do I save/backup my wallet?'), _defineProperty(_en$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_en$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`.'), _defineProperty(_en$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer.'), _defineProperty(_en$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`.'), _defineProperty(_en$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password.'), _defineProperty(_en$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever.'), _defineProperty(_en$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations.'), _defineProperty(_en$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same.'), _defineProperty(_en$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet?'), _defineProperty(_en$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it.'), _defineProperty(_en$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly.'), _defineProperty(_en$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet?'), _defineProperty(_en$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned.'), _defineProperty(_en$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4_Desc_9', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another?'), _defineProperty(_en$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet.'), _defineProperty(_en$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction."'), _defineProperty(_en$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page'), _defineProperty(_en$data, 'HELP_4CX_Desc_2', 'QuickSend'), _defineProperty(_en$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon.'), _defineProperty(_en$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button.'), _defineProperty(_en$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from.'), _defineProperty(_en$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction".'), _defineProperty(_en$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct.'), _defineProperty(_en$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX?'), _defineProperty(_en$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page.'), _defineProperty(_en$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer.'), _defineProperty(_en$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact.'), _defineProperty(_en$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo.'), _defineProperty(_en$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally?'), _defineProperty(_en$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it.'), _defineProperty(_en$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right).'), _defineProperty(_en$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left.'), _defineProperty(_en$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page.'), _defineProperty(_en$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button.'), _defineProperty(_en$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select".'), _defineProperty(_en$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar.'), _defineProperty(_en$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store?'), _defineProperty(_en$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token.'), _defineProperty(_en$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar.'), _defineProperty(_en$data, 'HELP_7_Desc_11', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_7_Desc_2', 'Unlock your wallet.'), _defineProperty(_en$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_5', 'Select which token you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_6', 'If you do not see the token listed'), _defineProperty(_en$data, 'HELP_7_Desc_7', 'Click "Custom".'), _defineProperty(_en$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist.'), _defineProperty(_en$data, 'HELP_7_Desc_9', 'Click "Save".'), _defineProperty(_en$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens?'), _defineProperty(_en$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain.'), _defineProperty(_en$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site.'), _defineProperty(_en$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below.'), _defineProperty(_en$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally.'), _defineProperty(_en$data, 'HELP_8_Title', '8) What happens if your site goes down?'), _defineProperty(_en$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer.'), _defineProperty(_en$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets.'), _defineProperty(_en$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above.'), _defineProperty(_en$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears?'), _defineProperty(_en$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times.'), _defineProperty(_en$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline?'), _defineProperty(_en$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _defineProperty(_en$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future!'), _defineProperty(_en$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions'), _defineProperty(_en$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**.'), _defineProperty(_en$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.'), _defineProperty(_en$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer!'), _defineProperty(_en$data, 'HELP_Remind_Title', 'Some reminders'), _defineProperty(_en$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears.'), _defineProperty(_en$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success.'), _defineProperty(_en$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere.'), _defineProperty(_en$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_en$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above.'), _defineProperty(_en$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred.'), _defineProperty(_en$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks!'), _defineProperty(_en$data, 'HELP_Sec_Title', 'Security'), _defineProperty(_en$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_3', 'What information is saved?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension.'), _defineProperty(_en$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX'), _defineProperty(_en$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details.'), _en$data); +}, _defineProperty(_en$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_en$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_en$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_en$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_en$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_en$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_en$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_en$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_en$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_en$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_en$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_en$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_en$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_en$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_en$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_en$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_en$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_en$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_en$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_en$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_en$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_en$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_en$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_en$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_en$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_en$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection'), _defineProperty(_en$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox'), _defineProperty(_en$data, 'ADD_Label_1', 'What would you like to do?'), _defineProperty(_en$data, 'ADD_Label_2', 'Create a Nickname'), _defineProperty(_en$data, 'ADD_Label_3', 'Your wallet is encrypted. Good! Please enter the password.'), _defineProperty(_en$data, 'ADD_Label_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Label_5', 'Enter the Address'), _defineProperty(_en$data, 'ADD_Label_6', 'Unlock your Wallet'), _defineProperty(_en$data, 'ADD_Label_6_short', 'Unlock'), _defineProperty(_en$data, 'ADD_Label_7', 'Add Account'), _defineProperty(_en$data, 'ADD_Label_8', 'Password (optional):'), _defineProperty(_en$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect.'), _defineProperty(_en$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/)'), _defineProperty(_en$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet'), _defineProperty(_en$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application)'), _defineProperty(_en$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings'), _defineProperty(_en$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_en$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet'), _defineProperty(_en$data, 'ADD_MetaMask', 'Connect to MetaMask'), _defineProperty(_en$data, 'ADD_Radio_1', 'Generate New Wallet'), _defineProperty(_en$data, 'ADD_Radio_2', 'Select Your Wallet File (Keystore / JSON)'), _defineProperty(_en$data, 'ADD_Radio_2_alt', 'Select Your Wallet File'), _defineProperty(_en$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE...'), _defineProperty(_en$data, 'ADD_Radio_3', 'Paste Your Private Key'), _defineProperty(_en$data, 'ADD_Radio_4', 'Add an Account to Watch'), _defineProperty(_en$data, 'ADD_Radio_5', 'Paste Your Mnemonic'), _defineProperty(_en$data, 'ADD_Radio_5_Path', 'Select HD derivation path'), _defineProperty(_en$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_en$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_en$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_en$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_en$data, 'ADD_Trezor_scan', 'Connect to TREZOR'), _defineProperty(_en$data, 'ADD_Warning_1', 'You can add any account to "watch" on the wallets tab without uploading a private key. This does ** not ** mean you have access to this wallet, nor can you transfer Ether from it.'), _defineProperty(_en$data, 'BULK_Label_1', 'Number of Wallets To Generate'), _defineProperty(_en$data, 'BULK_Label_2', 'Generate Wallets'), _defineProperty(_en$data, 'BULK_SuccessMsg', 'Success! Your wallets have been generated.'), _defineProperty(_en$data, 'CONTRACT_ByteCode', 'Byte Code'), _defineProperty(_en$data, 'CONTRACT_Interact_CTA', 'Select a function'), _defineProperty(_en$data, 'CONTRACT_Interact_Title', 'Read / Write Contract'), _defineProperty(_en$data, 'CONTRACT_Json', 'ABI / JSON Interface'), _defineProperty(_en$data, 'CONTRACT_Read', 'READ'), _defineProperty(_en$data, 'CONTRACT_Title', 'Contract Address'), _defineProperty(_en$data, 'CONTRACT_Title_2', 'Select Existing Contract'), _defineProperty(_en$data, 'CONTRACT_Write', 'WRITE'), _defineProperty(_en$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one!'), _defineProperty(_en$data, 'CX_quicksend', 'QuickSend'), _defineProperty(_en$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension'), _defineProperty(_en$data, 'CX_Warning_1', 'Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up.'), _defineProperty(_en$data, 'decrypt_Access', 'How would you like to access your wallet?'), _defineProperty(_en$data, 'decrypt_Select', 'Select a Wallet'), _defineProperty(_en$data, 'decrypt_Title', 'Select the format of your private key'), _defineProperty(_en$data, 'DEP_generate', 'Generate Bytecode'), _defineProperty(_en$data, 'DEP_generated', 'Generated Bytecode'), _defineProperty(_en$data, 'DEP_interface', 'Generated Interface'), _defineProperty(_en$data, 'DEP_signtx', 'Sign Transaction'), _defineProperty(_en$data, 'ERROR_0', '(error_01) Please enter a valid amount.'), _defineProperty(_en$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_en$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_en$data, 'ERROR_3', '(error_04) This is not a valid wallet file.'), _defineProperty(_en$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_en$data, 'ERROR_5', '(error_06) Please enter a valid address.'), _defineProperty(_en$data, 'ERROR_6', '(error_07) Please enter a valid password.'), _defineProperty(_en$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_en$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_en$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.)'), _defineProperty(_en$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_en$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_en$data, 'ERROR_12', '(error_13) Invalid signed transaction.'), _defineProperty(_en$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists.'), _defineProperty(_en$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_en$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_en$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_en$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_en$data, 'ERROR_19', '(error_20) Please enter a valid symbol'), _defineProperty(_en$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_en$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_en$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_en$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_en$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_en$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_en$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_en$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_en$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_en$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_en$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_en$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_en$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_en$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_en$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_en$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_en$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_en$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_en$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_en$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_en$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_en$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_en$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_en$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_en$data, 'GETH_InvalidSender', '(geth-06) Invalid sender.'), _defineProperty(_en$data, 'GETH_NegativeValue', '(geth-07) Negative value.'), _defineProperty(_en$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low'), _defineProperty(_en$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_en$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_en$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_en$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_en$data, 'FOOTER_1b', 'Created by'), _defineProperty(_en$data, 'FOOTER_2', 'Donations greatly appreciated'), _defineProperty(_en$data, 'FOOTER_3', 'Client-side wallet generation by'), _defineProperty(_en$data, 'FOOTER_4', 'Disclaimer'), _defineProperty(_en$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_en$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_en$data, 'GEN_desc', 'If you want to generate multiple wallets, you can do so here'), _defineProperty(_en$data, 'GEN_Help_1', 'Use your'), _defineProperty(_en$data, 'GEN_Help_10', 'Right click & save file as. Filename:'), _defineProperty(_en$data, 'GEN_Help_11', 'Don\'t open this file on your computer'), _defineProperty(_en$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.)'), _defineProperty(_en$data, 'GEN_Help_13', 'How to Back Up Your Keystore File'), _defineProperty(_en$data, 'GEN_Help_14', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_en$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_en$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_en$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_en$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_en$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_en$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_en$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_en$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_en$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_en$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_en$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_en$data, 'GEN_Help_8', 'Not Downloading a File?'), _defineProperty(_en$data, 'GEN_Help_9', 'Try using Google Chrome'), _defineProperty(_en$data, 'GEN_Label_1', 'Enter a password'), _defineProperty(_en$data, 'GEN_Label_2', 'Save your `Keystore` File.'), _defineProperty(_en$data, 'GEN_Label_3', 'Save Your Address.'), _defineProperty(_en$data, 'GEN_Label_4', 'Print paper wallet or a QR code.'), _defineProperty(_en$data, 'GEN_Label_5', 'Save Your `Private Key`.'), _defineProperty(_en$data, 'GEN_Placeholder_1', 'Do NOT forget to save this!'), _defineProperty(_en$data, 'GEN_SuccessMsg', 'Success! Your wallet has been generated.'), _defineProperty(_en$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_en$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_en$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet'), _defineProperty(_en$data, 'MEW_Warning_1', 'Always check the URL before accessing your wallet or creating a new wallet. Beware of phishing sites!'), _defineProperty(_en$data, 'MNEM_1', 'Please select the address you would like to interact with.'), _defineProperty(_en$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time.'), _defineProperty(_en$data, 'MNEM_more', 'More Addresses'), _defineProperty(_en$data, 'MNEM_prev', 'Previous Addresses'), _defineProperty(_en$data, 'MSG_date', 'Date'), _defineProperty(_en$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date.'), _defineProperty(_en$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it.'), _defineProperty(_en$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose.'), _defineProperty(_en$data, 'MSG_message', 'Message'), _defineProperty(_en$data, 'MSG_signature', 'Signature'), _defineProperty(_en$data, 'MSG_verify', 'Verify Message'), _defineProperty(_en$data, 'MYWAL_Address', 'Wallet Address'), _defineProperty(_en$data, 'MYWAL_Bal', 'Balance'), _defineProperty(_en$data, 'MYWAL_Content_1', 'Warning! You are about to remove your wallet'), _defineProperty(_en$data, 'MYWAL_Content_2', 'Be sure you have **saved the private key and/or Keystore File and the password** before you remove it.'), _defineProperty(_en$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password.'), _defineProperty(_en$data, 'MYWAL_Edit', 'Edit'), _defineProperty(_en$data, 'MYWAL_Edit_2', 'Edit Wallet'), _defineProperty(_en$data, 'MYWAL_Hide', 'Hide Wallet Info'), _defineProperty(_en$data, 'MYWAL_Name', 'Wallet Name'), _defineProperty(_en$data, 'MYWAL_Nick', 'Wallet Nickname'), _defineProperty(_en$data, 'MYWAL_Remove', 'Remove'), _defineProperty(_en$data, 'MYWAL_RemoveWal', 'Remove Wallet'), _defineProperty(_en$data, 'MYWAL_View', 'View'), _defineProperty(_en$data, 'MYWAL_Viewing', 'Viewing Wallet'), _defineProperty(_en$data, 'MYWAL_WatchOnly', 'Your Watch-Only Accounts'), _defineProperty(_en$data, 'NAV_AddWallet', 'Add Wallet'), _defineProperty(_en$data, 'NAV_BulkGenerate', 'Bulk Generate'), _defineProperty(_en$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_en$data, 'NAV_Contact', 'Contact'), _defineProperty(_en$data, 'NAV_Contracts', 'Contracts'), _defineProperty(_en$data, 'NAV_DeployContract', 'Deploy Contract'), _defineProperty(_en$data, 'NAV_DomainSale', 'DomainSale'), _defineProperty(_en$data, 'NAV_ENS', 'ENS'), _defineProperty(_en$data, 'NAV_GenerateWallet', 'Create New Wallet'), _defineProperty(_en$data, 'NAV_GenerateWallet_alt', 'New Wallet'), _defineProperty(_en$data, 'NAV_Help', 'Help'), _defineProperty(_en$data, 'NAV_InteractContract', 'Interact with Contract'), _defineProperty(_en$data, 'NAV_Multisig', 'Multisig'), _defineProperty(_en$data, 'NAV_MyWallets', 'My Wallets'), _defineProperty(_en$data, 'NAV_Offline', 'Send Offline'), _defineProperty(_en$data, 'NAV_SendEther', 'Send Ether & Tokens'), _defineProperty(_en$data, 'NAV_SendTokens', 'Send Tokens'), _defineProperty(_en$data, 'NAV_SignMsg', 'Sign Message'), _defineProperty(_en$data, 'NAV_Swap', 'Swap'), _defineProperty(_en$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_en$data, 'NAV_ViewWallet', 'View Wallet Info'), _defineProperty(_en$data, 'NAV_YourWallets', 'Your Wallets'), _defineProperty(_en$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_en$data, 'NODE_Name', 'Node Name'), _defineProperty(_en$data, 'NODE_Port', 'Node Port'), _defineProperty(_en$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_en$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_en$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_en$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_en$data, 'OFFLINE_Desc', 'Generating offline transactions can be done in three steps. You will complete steps 1 and 3 on an online computer, and step 2 on an offline/airgapped computer. This ensures your private keys do not touch an internet-connected device.'), _defineProperty(_en$data, 'OFFLINE_Step1_Button', 'Generate Information'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_1', 'From Address'), _defineProperty(_en$data, 'OFFLINE_Step1_Label_2', 'Note: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_1', 'To Address'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_2', 'Value / Amount to Send'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3', 'Gas Price'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_3b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4', 'Gas Limit'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_5b', 'This was displayed in Step 1 on your online computer.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6', 'Data'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_6b', 'This is optional. Data is often used when you send transactions to contracts.'), _defineProperty(_en$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON.'), _defineProperty(_en$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer)'), _defineProperty(_en$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button.'), _defineProperty(_en$data, 'OFFLINE_Step3_Title', 'Step 3: Send / Publish Transaction (Online Computer)'), _defineProperty(_en$data, 'OFFLINE_Title', 'Generate & Send Offline Transaction'), _defineProperty(_en$data, 'OFFLLINE_Step1_Title', 'Step 1: Generate Information (Online Computer)'), _defineProperty(_en$data, 'SEND_addr', 'To Address'), _defineProperty(_en$data, 'SEND_amount', 'Amount to Send'), _defineProperty(_en$data, 'SEND_amount_short', 'Amount'), _defineProperty(_en$data, 'SEND_custom', 'Add Custom Token'), _defineProperty(_en$data, 'SEND_gas', 'Gas'), _defineProperty(_en$data, 'SEND_generate', 'Generate Transaction'), _defineProperty(_en$data, 'SEND_raw', 'Raw Transaction'), _defineProperty(_en$data, 'SEND_signed', 'Signed Transaction'), _defineProperty(_en$data, 'SEND_trans', 'Send Transaction'), _defineProperty(_en$data, 'SEND_TransferTotal', 'Send Entire Balance'), _defineProperty(_en$data, 'SENDModal_Content_1', 'You are about to send'), _defineProperty(_en$data, 'SENDModal_Content_2', 'to address'), _defineProperty(_en$data, 'SENDModal_Content_3', 'Are you sure you want to do this?'), _defineProperty(_en$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether.'), _defineProperty(_en$data, 'SENDModal_No', 'No, get me out of here!'), _defineProperty(_en$data, 'SENDModal_Title', 'Warning!'), _defineProperty(_en$data, 'SENDModal_Yes', 'Yes, I am sure! Make transaction.'), _defineProperty(_en$data, 'sidebar_AccountAddr', 'Account Address'), _defineProperty(_en$data, 'sidebar_AccountBal', 'Account Balance'), _defineProperty(_en$data, 'sidebar_AccountInfo', 'Account Information'), _defineProperty(_en$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_en$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_en$data, 'sidebar_donate', 'Donate'), _defineProperty(_en$data, 'sidebar_donation', 'MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?'), _defineProperty(_en$data, 'sidebar_Equiv', 'Equivalent Values'), _defineProperty(_en$data, 'sidebar_thanks', 'THANK YOU!!!'), _defineProperty(_en$data, 'sidebar_TokenBal', 'Token Balances'), _defineProperty(_en$data, 'sidebar_TransHistory', 'Transaction History'), _defineProperty(_en$data, 'SUCCESS_1', 'Valid address'), _defineProperty(_en$data, 'SUCCESS_2', 'Wallet successfully decrypted'), _defineProperty(_en$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_en$data, 'SUCCESS_4', 'Your wallet was successfully added'), _defineProperty(_en$data, 'SUCCESS_5', 'File Selected'), _defineProperty(_en$data, 'SUCCESS_6', 'You are successfully connected'), _defineProperty(_en$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_en$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_en$data, 'SWAP_information', "Your Information "), _defineProperty(_en$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_en$data, 'SWAP_init_2', " for "), _defineProperty(_en$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_en$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_en$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_en$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_en$data, 'SWAP_progress_3', "Received! "), _defineProperty(_en$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_en$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_en$data, 'SWAP_rates', "Current Rates "), _defineProperty(_en$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_en$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_en$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_en$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_en$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_en$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_en$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_en$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_en$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_en$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_en$data, 'TOKEN_hide', 'Hide Tokens'), _defineProperty(_en$data, 'TOKEN_show', 'Show All Tokens'), _defineProperty(_en$data, 'TOKEN_Symbol', 'Token Symbol'), _defineProperty(_en$data, 'TRANS_advanced', '+Advanced: Add Data'), _defineProperty(_en$data, 'TRANS_data', 'Data'), _defineProperty(_en$data, 'TRANS_desc', 'If you want to send Tokens, please use the "Send Token" page instead.'), _defineProperty(_en$data, 'TRANS_gas', 'Gas Limit'), _defineProperty(_en$data, 'TRANS_sendInfo', 'A standard transaction using 21000 gas will cost 0.000441 ETH. We do not take a transaction fee.'), _defineProperty(_en$data, 'translate_version', '0.5'), _defineProperty(_en$data, 'Translator_Desc', ''), _defineProperty(_en$data, 'TranslatorAddr_1', ''), _defineProperty(_en$data, 'TranslatorAddr_2', ''), _defineProperty(_en$data, 'TranslatorAddr_3', ''), _defineProperty(_en$data, 'TranslatorAddr_4', ''), _defineProperty(_en$data, 'TranslatorAddr_5', ''), _defineProperty(_en$data, 'TranslatorName_1', ''), _defineProperty(_en$data, 'TranslatorName_2', ''), _defineProperty(_en$data, 'TranslatorName_3', ''), _defineProperty(_en$data, 'TranslatorName_4', ''), _defineProperty(_en$data, 'TranslatorName_5', ''), _defineProperty(_en$data, 'tx_Details', 'Transaction Details'), _defineProperty(_en$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_en$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined).'), _defineProperty(_en$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_en$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_en$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_en$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_en$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_en$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_en$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_en$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again.'), _defineProperty(_en$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_en$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_en$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_en$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_en$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_en$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/).'), _defineProperty(_en$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet.'), _defineProperty(_en$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details.'), _defineProperty(_en$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started.'), _defineProperty(_en$data, 'x_Access', 'Access'), _defineProperty(_en$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere.'), _defineProperty(_en$data, 'x_Address', 'Your Address'), _defineProperty(_en$data, 'x_Cancel', 'Cancel'), _defineProperty(_en$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_en$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_en$data, 'x_CSV', 'CSV file (unencrypted)'), _defineProperty(_en$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_en$data, 'x_Download', 'Download'), _defineProperty(_en$data, 'x_Json', 'JSON File (unencrypted)'), _defineProperty(_en$data, 'x_JsonDesc', 'This is the unencrypted, JSON format of your private key. This means you do not need the password but anyone who finds your JSON can access your wallet & Ether without the password.'), _defineProperty(_en$data, 'x_Keystore', 'Keystore File (UTC / JSON · Recommended · Encrypted)'), _defineProperty(_en$data, 'x_Keystore2', 'Keystore File (UTC / JSON)'), _defineProperty(_en$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up.'), _defineProperty(_en$data, 'x_Ledger', 'Ledger Wallet'), _defineProperty(_en$data, 'x_MetaMask', 'MetaMask / Mist'), _defineProperty(_en$data, 'x_Mnemonic', 'Mnemonic Phrase'), _defineProperty(_en$data, 'x_ParityPhrase', 'Parity Phrase'), _defineProperty(_en$data, 'x_Password', 'Password'), _defineProperty(_en$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_en$data, 'x_Print', 'Print Paper Wallet'), _defineProperty(_en$data, 'x_PrintDesc', 'ProTip: If you cannot print this right now, click "Print" and save it as a PDF until you are able to get it printed. Remove it from your computer afterwards!'), _defineProperty(_en$data, 'x_PrintShort', 'Print'), _defineProperty(_en$data, 'x_PrivKey', 'Private Key (unencrypted)'), _defineProperty(_en$data, 'x_PrivKey2', 'Private Key'), _defineProperty(_en$data, 'x_PrivKeyDesc', 'This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended.'), _defineProperty(_en$data, 'x_ReadMore', 'Read More'), _defineProperty(_en$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_en$data, 'x_Save', 'Save'), _defineProperty(_en$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_en$data, 'x_Trezor', 'TREZOR'), _defineProperty(_en$data, 'x_TXFee', 'TX Fee'), _defineProperty(_en$data, 'x_TxHash', 'TX Hash'), _defineProperty(_en$data, 'x_TXT', 'TXT file (unencrypted)'), _defineProperty(_en$data, 'x_Wallet', 'Wallet'), _defineProperty(_en$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**.'), _defineProperty(_en$data, 'HELP_0_Desc_2', 'Create a new wallet.'), _defineProperty(_en$data, 'HELP_0_Desc_3', 'Back the wallet up.'), _defineProperty(_en$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information.'), _defineProperty(_en$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet.'), _defineProperty(_en$data, 'HELP_0_Title', '0) I\'m new. What do I do?'), _defineProperty(_en$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer.'), _defineProperty(_en$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction.'), _defineProperty(_en$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price.'), _defineProperty(_en$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send.'), _defineProperty(_en$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1.'), _defineProperty(_en$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you.'), _defineProperty(_en$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format.'), _defineProperty(_en$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button.'), _defineProperty(_en$data, 'HELP_10_Title', '10) How do I make an offline transaction?'), _defineProperty(_en$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+....'), _defineProperty(_en$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts."'), _defineProperty(_en$data, 'HELP_12_Desc_11', 'Using your unencrypted private key...'), _defineProperty(_en$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page.'), _defineProperty(_en$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted).'), _defineProperty(_en$data, 'HELP_12_Desc_15', 'If you are on a Mac'), _defineProperty(_en$data, 'HELP_12_Desc_15b', 'If you are on a PC'), _defineProperty(_en$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key.'), _defineProperty(_en$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text".'), _defineProperty(_en$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog.'), _defineProperty(_en$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key'), _defineProperty(_en$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:`'), _defineProperty(_en$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it.'), _defineProperty(_en$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt`'), _defineProperty(_en$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts".'), _defineProperty(_en$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file.'), _defineProperty(_en$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page.'), _defineProperty(_en$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet.'), _defineProperty(_en$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file.'), _defineProperty(_en$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application.'), _defineProperty(_en$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts"'), _defineProperty(_en$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder.'), _defineProperty(_en$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist?'), _defineProperty(_en$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction.'), _defineProperty(_en$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean?'), _defineProperty(_en$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_en$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe?'), _defineProperty(_en$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it.'), _defineProperty(_en$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan)'), _defineProperty(_en$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io'), _defineProperty(_en$data, 'HELP_16_Title', '16) How do I check the balance of my account?'), _defineProperty(_en$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io'), _defineProperty(_en$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet?'), _defineProperty(_en$data, 'HELP_18_Title', '18) Where is my geth wallet file?'), _defineProperty(_en$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored.'), _defineProperty(_en$data, 'HELP_19_Title', '19) Where is my Mist wallet file?'), _defineProperty(_en$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page.'), _defineProperty(_en$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet"'), _defineProperty(_en$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions.'), _defineProperty(_en$data, 'HELP_1_Desc_4', 'Click "GENERATE".'), _defineProperty(_en$data, 'HELP_1_Desc_5', 'Your wallet has now been generated.'), _defineProperty(_en$data, 'HELP_1_Title', '1) How do I create a new wallet?'), _defineProperty(_en$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale.'), _defineProperty(_en$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file?'), _defineProperty(_en$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no.'), _defineProperty(_en$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts.'), _defineProperty(_en$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems.'), _defineProperty(_en$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password.'), _defineProperty(_en$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match.'), _defineProperty(_en$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion.'), _defineProperty(_en$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space.'), _defineProperty(_en$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day.'), _defineProperty(_en$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address?'), _defineProperty(_en$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper.'), _defineProperty(_en$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you.'), _defineProperty(_en$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys'), _defineProperty(_en$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive.'), _defineProperty(_en$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood).'), _defineProperty(_en$data, 'HELP_2a_Title', 'How do I save/backup my wallet?'), _defineProperty(_en$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_en$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`.'), _defineProperty(_en$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer.'), _defineProperty(_en$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`.'), _defineProperty(_en$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password.'), _defineProperty(_en$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever.'), _defineProperty(_en$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations.'), _defineProperty(_en$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same.'), _defineProperty(_en$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet?'), _defineProperty(_en$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it.'), _defineProperty(_en$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page.'), _defineProperty(_en$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet.'), _defineProperty(_en$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly.'), _defineProperty(_en$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet?'), _defineProperty(_en$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned.'), _defineProperty(_en$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet.'), _defineProperty(_en$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password.'), _defineProperty(_en$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button.'), _defineProperty(_en$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4_Desc_9', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another?'), _defineProperty(_en$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet.'), _defineProperty(_en$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction."'), _defineProperty(_en$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page'), _defineProperty(_en$data, 'HELP_4CX_Desc_2', 'QuickSend'), _defineProperty(_en$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon.'), _defineProperty(_en$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button.'), _defineProperty(_en$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from.'), _defineProperty(_en$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance.'), _defineProperty(_en$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction".'), _defineProperty(_en$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct.'), _defineProperty(_en$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX?'), _defineProperty(_en$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page.'), _defineProperty(_en$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer.'), _defineProperty(_en$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact.'), _defineProperty(_en$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo.'), _defineProperty(_en$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally?'), _defineProperty(_en$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it.'), _defineProperty(_en$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right).'), _defineProperty(_en$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left.'), _defineProperty(_en$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page.'), _defineProperty(_en$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button.'), _defineProperty(_en$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select".'), _defineProperty(_en$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar.'), _defineProperty(_en$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store?'), _defineProperty(_en$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token.'), _defineProperty(_en$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page.'), _defineProperty(_en$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar.'), _defineProperty(_en$data, 'HELP_7_Desc_11', 'Click "Generate Transaction".'), _defineProperty(_en$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction.'), _defineProperty(_en$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that.'), _defineProperty(_en$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button.'), _defineProperty(_en$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain.'), _defineProperty(_en$data, 'HELP_7_Desc_2', 'Unlock your wallet.'), _defineProperty(_en$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field.'), _defineProperty(_en$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_5', 'Select which token you would like to send.'), _defineProperty(_en$data, 'HELP_7_Desc_6', 'If you do not see the token listed'), _defineProperty(_en$data, 'HELP_7_Desc_7', 'Click "Custom".'), _defineProperty(_en$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist.'), _defineProperty(_en$data, 'HELP_7_Desc_9', 'Click "Save".'), _defineProperty(_en$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens?'), _defineProperty(_en$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain.'), _defineProperty(_en$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site.'), _defineProperty(_en$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below.'), _defineProperty(_en$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally.'), _defineProperty(_en$data, 'HELP_8_Title', '8) What happens if your site goes down?'), _defineProperty(_en$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer.'), _defineProperty(_en$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets.'), _defineProperty(_en$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above.'), _defineProperty(_en$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears?'), _defineProperty(_en$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times.'), _defineProperty(_en$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline?'), _defineProperty(_en$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _defineProperty(_en$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future!'), _defineProperty(_en$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions'), _defineProperty(_en$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**.'), _defineProperty(_en$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.'), _defineProperty(_en$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer!'), _defineProperty(_en$data, 'HELP_Remind_Title', 'Some reminders'), _defineProperty(_en$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears.'), _defineProperty(_en$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success.'), _defineProperty(_en$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere.'), _defineProperty(_en$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_en$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above.'), _defineProperty(_en$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred.'), _defineProperty(_en$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks!'), _defineProperty(_en$data, 'HELP_Sec_Title', 'Security'), _defineProperty(_en$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_3', 'What information is saved?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted.'), _defineProperty(_en$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted?'), _defineProperty(_en$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension.'), _defineProperty(_en$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX'), _defineProperty(_en$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details.'), _en$data); module.exports = en; @@ -15362,7 +15359,7 @@ es.data = (_es$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_es$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_es$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_es$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_es$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_es$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_es$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_es$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_es$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_es$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_es$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_es$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_es$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_es$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_es$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_es$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_es$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_es$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_es$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_es$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_es$data, 'x_CancelReplaceTx', 'Cancelar o reemplazar transacción'), _defineProperty(_es$data, 'x_CancelTx', 'Cancelar transacción'), _defineProperty(_es$data, 'x_PasswordDesc', 'Esta contraseña * encripta * tu clave privada. Esto no es una semilla para generar tus claves. **Necesitarás esta contraseña + tu clave privada para desbloquear tu cartera.**'), _defineProperty(_es$data, 'x_ReadMore', 'Leer más'), _defineProperty(_es$data, 'x_ReplaceTx', 'Reemplazar transacción'), _defineProperty(_es$data, 'x_TransHash', 'Hash de la transacción'), _defineProperty(_es$data, 'x_TXFee', 'TX Fee'), _defineProperty(_es$data, 'x_TxHash', 'TX Hash'), _defineProperty(_es$data, 'NAV_CheckTxStatus', 'Comprobar estado de transacción'), _defineProperty(_es$data, 'NAV_TxStatus', 'Estado de transacción'), _defineProperty(_es$data, 'tx_Details', 'Detalles de la transacción'), _defineProperty(_es$data, 'tx_Summary', 'En momentos de alto volumen (como por ejemplo durante las ICOs) las transacciones pueden quedarse pendientes durante horas o incluso días. Esta herramienta te proporciona la posibilidad de encontrar y "cancelar" / reemplazar estas transacciones. ** Esto es algo que normalmente no puedes hacer. No se debe confiar en esta herramienta. Solamente funcionará cuando los pools de transacciones estén llenos. [Por favor, lee más sobre esta herramienta aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_es$data, 'tx_notFound', 'Transacción no encontrada'), _defineProperty(_es$data, 'tx_notFound_1', 'Esta transacción no se puede encontrar en el pool de transacciones del nodo al que estás conectado.'), _defineProperty(_es$data, 'tx_notFound_2', 'Si acabas de enviar la transacción, por favor espera 15 segundos y pulsa de nuevo el botón "Comprobar estado de transacción". '), _defineProperty(_es$data, 'tx_notFound_3', 'Podría encontrarse todavía en el pool de transacciones de otro nodo diferente, esperando ser minado.'), _defineProperty(_es$data, 'tx_notFound_4', 'Por favor usa el desplegable en la parte superior derecha y selecciona un nodo ETH diferente (ej. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) y comprueba de nuevo.'), _defineProperty(_es$data, 'tx_foundInPending', 'Transacción pendiente encontrada'), _defineProperty(_es$data, 'tx_foundInPending_1', 'Tu transacción se ha encontrado en el pool de transacciones del nodo al que te encuentras conectado. '), _defineProperty(_es$data, 'tx_foundInPending_2', 'Actualmente está pendiente (esperando ser minada). '), _defineProperty(_es$data, 'tx_foundInPending_3', 'Existe la posibilidad de que puedas "cancelar" o reemplazar esta transacción. Desbloquea tu cartera debajo.'), _defineProperty(_es$data, 'tx_FoundOnChain', 'Transacción encontrada'), _defineProperty(_es$data, 'tx_FoundOnChain_1', 'Tu transacción ha sido minada con éxito y se encuentra en la cadena de bloques.'), _defineProperty(_es$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_es$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_es$data, 'GEN_Help_1', 'Usa tu'), _defineProperty(_es$data, 'GEN_Help_2', 'para acceder a tu cuenta.'), _defineProperty(_es$data, 'GEN_Help_3', 'Tu dispositivo * is * tu cartera.'), _defineProperty(_es$data, 'GEN_Help_4', 'Guías y FAQ'), _defineProperty(_es$data, 'GEN_Help_5', 'Cómo crear una cartera'), _defineProperty(_es$data, 'GEN_Help_6', 'Empezando'), _defineProperty(_es$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_es$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_es$data, 'GEN_Help_9', 'Intenta utilizando Google Chrome '), _defineProperty(_es$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_es$data, 'GEN_Help_11', 'No abras este archivo en tu computadora '), _defineProperty(_es$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_es$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_es$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_es$data, 'GEN_Help_15', 'Evitando la pérdida o robo de tus fondos.'), _defineProperty(_es$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_es$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_es$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_es$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_es$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_es$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_es$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_es$data, 'GEN_Unlock', 'Desbloquea tu cartera para ver tu dirección'), _defineProperty(_es$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_es$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_es$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_es$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_es$data, 'NAV_AddWallet', 'Añadir cartera '), _defineProperty(_es$data, 'NAV_BulkGenerate', 'Generar en masa '), _defineProperty(_es$data, 'NAV_Contact', 'Contacto '), _defineProperty(_es$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_es$data, 'NAV_DeployContract', 'Desplegar contrato '), _defineProperty(_es$data, 'NAV_ENS', 'ENS'), _defineProperty(_es$data, 'NAV_GenerateWallet_alt', 'Nueva cartera '), _defineProperty(_es$data, 'NAV_GenerateWallet', 'Generar cartera '), _defineProperty(_es$data, 'NAV_Help', 'Ayuda '), _defineProperty(_es$data, 'NAV_InteractContract', 'Interactuar con un contrato '), _defineProperty(_es$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_es$data, 'NAV_MyWallets', 'Mis carteras '), _defineProperty(_es$data, 'NAV_Offline', 'Enviar sin conexión '), _defineProperty(_es$data, 'NAV_SendEther', 'Enviar ether y tokens '), _defineProperty(_es$data, 'NAV_SendTokens', 'Enviar tokens '), _defineProperty(_es$data, 'NAV_SignMsg', 'Firmar mensaje '), _defineProperty(_es$data, 'NAV_Swap', 'Intercambiar '), _defineProperty(_es$data, 'NAV_ViewWallet', 'Ver información de las carteras '), _defineProperty(_es$data, 'NAV_YourWallets', 'Tus carteras '), _defineProperty(_es$data, 'x_Access', 'Access '), _defineProperty(_es$data, 'x_AddessDesc', 'Tu dirección también se conoce como tu `número de cuenta` o tu `clave pública`. Es lo que compartes con otras personas para que te puedan enviar Ether o tokens. Busca el icono de colores de tu dirección. Asegúrate de que coincide con tu cartera de papel y siempre que introduzcas tu dirección en cualquier sitio. Puedes pensar en esto como tu "número de cuenta" o tu "clave pública". Es lo que le das a la gente para que te puedan enviar ether. Ese icono es una forma fácil de reconocer tu dirección. '), _defineProperty(_es$data, 'x_Address', 'Tu dirección '), _defineProperty(_es$data, 'x_Cancel', 'Cancelar '), _defineProperty(_es$data, 'x_CSV', 'Archivo CSV (sin encriptar) '), _defineProperty(_es$data, 'x_Download', 'Descargar '), _defineProperty(_es$data, 'x_Json', 'Archivo JSON (sin encriptar) '), _defineProperty(_es$data, 'x_JsonDesc', 'Esta es tu clave privada sin encriptar en formato JSON. Esto significa que no necesitas una contraseña, pero cualquiera que encuentre tu archivo JSON puede acceder a tu cartera y ether sin necesitar ninguna contraseña. '), _defineProperty(_es$data, 'x_Keystore', 'Archivo Keystore (UTC / JSON · Recomendado · Encriptado) '), _defineProperty(_es$data, 'x_Keystore2', 'Archivo Keystore (UTC / JSON) '), _defineProperty(_es$data, 'x_KeystoreDesc', 'Este archivo Keystore/JSON concuerda con el formato usado por Mist para una fácil importación en el futuro. Es el archivo recomendado para descargar y guardar como copia de seguridad. '), _defineProperty(_es$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_es$data, 'x_Mnemonic', 'Frase mnemotécnica '), _defineProperty(_es$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_es$data, 'x_Password', 'Contraseña '), _defineProperty(_es$data, 'x_Print', 'Imprimir Cartera de Papel '), _defineProperty(_es$data, 'x_PrintDesc', 'Consejo: Hax clic en imprimir y guardar esto como un PDF, ¡incluso si no tienes impresora! '), _defineProperty(_es$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_es$data, 'x_PrivKey', 'Clave Privada (sin encriptar) '), _defineProperty(_es$data, 'x_PrivKey2', 'Clave Privada '), _defineProperty(_es$data, 'x_PrivKeyDesc', 'Esta es la versión en texto sin encriptar de tu clave privada, lo cual quiere decir que no hace falta contraseña. Si alguien encontrase tu clave privada sin encriptar, podrían acceder a tu cartera sin necesitar contraseña. Por esta razón, normalmente se recomiendan las versiones encriptadas. '), _defineProperty(_es$data, 'x_Save', 'Guardar '), _defineProperty(_es$data, 'x_TXT', 'Archivo TXT (sin encriptar) '), _defineProperty(_es$data, 'x_Wallet', 'Cartera '), _defineProperty(_es$data, 'MEW_Warning_1', 'Comprueba siempre la URL antes de acceder a tu cartera o crear una cartera nueva. ¡Ten cuidado con los sitios falsos (phishing)! '), _defineProperty(_es$data, 'CX_Warning_1', 'Asegúrate de tener **copias de seguridad externas** de cualquier cartera que almacenes aquí. Pueden ocurrir muchas cosas que te hagan perder los datos de esta extensión de Chrome; esto incluye desinstalar y volver a instalar la extensión. Esta extensión es un modo de acceder fácilmente a tus carteras, **no** una manera de respaldarlas. '), _defineProperty(_es$data, 'MEW_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente '), _defineProperty(_es$data, 'CX_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente extensión Chrome '), _defineProperty(_es$data, 'FOOTER_1', 'Una herramienta de código abierto JavaScript que se ejecuta en el lado del cliente, para generar carteras y enviar transacciones Ethereum. '), _defineProperty(_es$data, 'FOOTER_1b', 'Creado por '), _defineProperty(_es$data, 'FOOTER_2', 'Se agradecen las donaciones: '), _defineProperty(_es$data, 'FOOTER_3', 'Generación de carteras en el cliente por '), _defineProperty(_es$data, 'FOOTER_4', 'Renuncia de responsabilidad '), _defineProperty(_es$data, 'sidebar_AccountInfo', 'Información de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountAddr', 'Dirección de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountBal', 'Saldo de la cuenta '), _defineProperty(_es$data, 'sidebar_TokenBal', 'Saldos de tokens '), _defineProperty(_es$data, 'sidebar_Equiv', 'Valores equivalentes '), _defineProperty(_es$data, 'sidebar_TransHistory', 'Historial de transacciones '), _defineProperty(_es$data, 'sidebar_donation', 'MyEtherWallet es un servicio gratuito y de código abierto dedicado a tu privacidad y seguridad. Cuantas más donaciones recibimos, más tiempo dedicamos creando nuevas características, escuchando vuestros comentarios y proporcionando lo que queréis. Sólo somos dos personas intentando cambiar el mundo. ¿Nos ayudas? '), _defineProperty(_es$data, 'sidebar_donate', 'Donar '), _defineProperty(_es$data, 'sidebar_thanks', '¡¡¡GRACIAS!!! '), _defineProperty(_es$data, 'sidebar_DisplayOnTrezor', 'Mostrar dirección en TREZOR'), _defineProperty(_es$data, 'sidebar_DisplayOnLedger', 'Mostrar dirección en Ledger'), _defineProperty(_es$data, 'decrypt_Access', '¿Cómo te gustaría acceder a tu cartera? '), _defineProperty(_es$data, 'decrypt_Title', 'Elige el formato de tu clave privada: '), _defineProperty(_es$data, 'decrypt_Select', 'Elige una cartera: '), _defineProperty(_es$data, 'ADD_Label_1', '¿Qué quieres hacer? '), _defineProperty(_es$data, 'ADD_Radio_1', 'Generar nueva cartera '), _defineProperty(_es$data, 'ADD_Radio_2', 'Elige tu archivo de cartera (Keystore / JSON) '), _defineProperty(_es$data, 'ADD_Radio_2_alt', 'Elige tu archivo de cartera '), _defineProperty(_es$data, 'ADD_Radio_2_short', 'ELIGE ARCHIVO DE CARTERA... '), _defineProperty(_es$data, 'ADD_Radio_3', 'Pega o escribe tu clave privada '), _defineProperty(_es$data, 'ADD_Radio_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Radio_5', 'Pega o escribe tu mnemotécnico '), _defineProperty(_es$data, 'ADD_Radio_5_Path', 'Elige la ruta de derivación HD '), _defineProperty(_es$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_es$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_es$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathCustom', 'Personalizado'), _defineProperty(_es$data, 'ADD_Label_2', 'Crear un alias: '), _defineProperty(_es$data, 'ADD_Label_3', 'Tu cartera está encriptada. Introduce tu contraseña '), _defineProperty(_es$data, 'ADD_Label_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Warning_1', 'Puedes añadir una cuenta para supervisar en la pestaña de carteras sin cargar una clave privada. Esto ** no ** significa que tengas acceso a la cartera, ni puedes transferir ether desde ésta. '), _defineProperty(_es$data, 'ADD_Label_5', 'Introduce la dirección '), _defineProperty(_es$data, 'ADD_Label_6', 'Desbloquea tu cartera '), _defineProperty(_es$data, 'ADD_Label_6_short', 'Desbloquear '), _defineProperty(_es$data, 'ADD_Label_7', 'Añadir cuenta '), _defineProperty(_es$data, 'ADD_Label_8', 'Contraseña (opcional): '), _defineProperty(_es$data, 'GEN_desc', 'Si quieres generar varias carteras, puedes hacerlo aquí '), _defineProperty(_es$data, 'GEN_Label_1', 'Introduce una contraseña fuerte (mínimo 9 caracteres) '), _defineProperty(_es$data, 'GEN_Placeholder_1', '¡NO olvides guardar esto! '), _defineProperty(_es$data, 'GEN_SuccessMsg', '¡Enhorabuena! Se ha generado tu cartera. '), _defineProperty(_es$data, 'GEN_Label_2', 'Guarda tu Keystore. No olvides tu contraseña. '), _defineProperty(_es$data, 'GEN_Label_3', 'Guarda tu dirección. '), _defineProperty(_es$data, 'GEN_Label_4', 'Opcional: Imprime tu cartera en papel o guarda una versión en código QR. '), _defineProperty(_es$data, 'BULK_Label_1', 'Cantidad de carteras a generar '), _defineProperty(_es$data, 'BULK_Label_2', 'Generar carteras '), _defineProperty(_es$data, 'BULK_SuccessMsg', '¡Enhorabuena! Se han generado tus carteras. '), _defineProperty(_es$data, 'SEND_addr', 'Dirección de destino '), _defineProperty(_es$data, 'SEND_amount', 'Cantidad a enviar '), _defineProperty(_es$data, 'SEND_amount_short', 'Cantidad '), _defineProperty(_es$data, 'SEND_custom', 'Personalizado '), _defineProperty(_es$data, 'SEND_gas', 'Gas '), _defineProperty(_es$data, 'SEND_TransferTotal', 'Enviar todo el saldo '), _defineProperty(_es$data, 'SEND_generate', 'Generar transacción '), _defineProperty(_es$data, 'SEND_raw', 'Transacción en bruto '), _defineProperty(_es$data, 'SEND_signed', 'Transacción firmada '), _defineProperty(_es$data, 'SEND_trans', 'Enviar transacción '), _defineProperty(_es$data, 'SEND_custom', 'Añadir token personalizado '), _defineProperty(_es$data, 'SENDModal_Title', '¡Atención! '), _defineProperty(_es$data, 'SENDModal_Content_1', 'Vas a enviar '), _defineProperty(_es$data, 'SENDModal_Content_2', 'a la dirección '), _defineProperty(_es$data, 'SENDModal_Content_3', '¿Estás seguro de que quieres hacer esto? '), _defineProperty(_es$data, 'SENDModal_Content_4', 'NOTA: Si recibes un error, es muy probable que necesites añadir ether a tu cuenta para cubrir el coste en gas de enviar tokens. Gas se paga en ether. '), _defineProperty(_es$data, 'SENDModal_No', 'No, sácame de aquí. '), _defineProperty(_es$data, 'SENDModal_Yes', 'Sí, estoy seguro. Hacer la transacción. '), _defineProperty(_es$data, 'TOKEN_Addr', 'Token Contact Dirección '), _defineProperty(_es$data, 'TOKEN_Symbol', 'Símbolo del token '), _defineProperty(_es$data, 'TOKEN_Dec', 'Decimales '), _defineProperty(_es$data, 'TOKEN_hide', 'Ocultar tokens '), _defineProperty(_es$data, 'TOKEN_show', 'Mostrar todos los tokens '), _defineProperty(_es$data, 'TRANS_desc', 'Si quieres enviar tokens, utiliza la página "Enviar tokens" en lugar de esta. '), _defineProperty(_es$data, 'TRANS_warning', 'Si utilizas las funciones "Sólo ETH" o "Sólo ETC" estás enviando a través de un contrato. Algunos servicios tienen problemas aceptando estas transacciones. Leer más. '), _defineProperty(_es$data, 'TRANS_advanced', '+Avanzado: Añadir datos '), _defineProperty(_es$data, 'TRANS_data', 'Datos '), _defineProperty(_es$data, 'TRANS_gas', 'Límite de gas '), _defineProperty(_es$data, 'TRANS_sendInfo', 'Una transacción estándar que utiliza 21000 gas cuesta 0.000441 ETH. Utilizamos un precio de gas de 0.000000021 ETH, ligeramente por encima del mínimo, para asegurarnos de que se mina con rapidez. Nosotros no recibimos ninguna comisión por la transacción. '), _defineProperty(_es$data, 'TRANSModal_Title', 'Transacciones "Sólo ETH" y "Sólo ETC" '), _defineProperty(_es$data, 'TRANSModal_Content_0', 'Una nota sobre las distintas transacciones y servicios: '), _defineProperty(_es$data, 'TRANSModal_Content_1', '**ETH (transacción estándar): ** Esto genera una transacción predeterminada directamente de una dirección a otra. Utiliza gas predeterminado de 21000. Es probable que cualquier transacción de ETH enviada mediante este método se reproduzca (replay) en la cadena ETC. '), _defineProperty(_es$data, 'TRANSModal_Content_2', '**Sólo ETH: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETH**. '), _defineProperty(_es$data, 'TRANSModal_Content_3', '**Sólo ETC: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETC**. '), _defineProperty(_es$data, 'TRANSModal_Content_4', '**Coinbase y ShapeShift: ** Envía solamente utilizando transacción estándar. Si envías utilizando los contratos "Sólo ETH" o "Sólo ETC", será necesario que contactes con su equipo de soporte para que añadan manualmente el saldo o te lo devuelvan. [También puedes probar la herramienta de "split" de Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_es$data, 'TRANSModal_Content_5', '**Kraken y Poloniex:** No se conocen problemas. Usa cualquiera. '), _defineProperty(_es$data, 'TRANSModal_Yes', 'Bien, ahora lo entiendo. '), _defineProperty(_es$data, 'TRANSModal_No', 'Estoy más confundido. Ayuda, por favor. '), _defineProperty(_es$data, 'OFFLINE_Title', 'Generar y enviar transacción sin conexión '), _defineProperty(_es$data, 'OFFLINE_Desc', 'Se puede generar transacciones sin conexión en tres pasos. Debes hacer los pasos 1 y 3 en un equipo online y el paso 2 en un equipo sin conexión y aislado. Esto asegura que tus claves privadas no estén en contacto con un equipo con conexión a Internet. '), _defineProperty(_es$data, 'OFFLLINE_Step1_Title', 'Paso 1: generar información (equipo conexión) '), _defineProperty(_es$data, 'OFFLINE_Step1_Button', 'Generar información '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_1', 'Dirección de origen '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_2', 'Nota: Esta es la dirección de origen, no la dirección de destino. El nonce se genera desde la cuenta que origina la transacción. Si se está utilizando un equipo aislado, será la dirección de la cuenta de almacenaje en frío. '), _defineProperty(_es$data, 'OFFLINE_Step2_Title', 'Paso 2: generar transacción (equipo sin conexión) '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_1', 'Dirección de destino '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_2', 'Valor / Cantidad a enviar '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3', 'Precio del gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3b', 'Esto se ha mostrado en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4', 'Límite de gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4b', '21000 es el límite de gas predeterminado. Cuando envías contratos o datos adicionales, puede que esto necesite ser diferente. El gas no utilizado se te devolverá. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5b', 'Esto se indicó en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6', 'Datos '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6b', 'Opcional. Los datos se utilizan habitualmente al enviar transacciones a contratos. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_7', 'Introduce / elige tu Clave Privada / JSON. '), _defineProperty(_es$data, 'OFFLINE_Step3_Title', 'Paso 3: Enviar / Publicar transacción (con conexión) '), _defineProperty(_es$data, 'OFFLINE_Step3_Label_1', 'Pega aquí la transacción firmada del paso 2 y pulsa el botón "ENVIAR TRANSACCIÓN". '), _defineProperty(_es$data, 'DEP_generate', 'Generar Bytecode '), _defineProperty(_es$data, 'DEP_generated', 'Bytecode generado '), _defineProperty(_es$data, 'DEP_signtx', 'Firmar transacción '), _defineProperty(_es$data, 'DEP_interface', 'Interfaz generada '), _defineProperty(_es$data, 'MYWAL_Nick', 'Alias de cartera '), _defineProperty(_es$data, 'MYWAL_Address', 'Dirección de cartera '), _defineProperty(_es$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_es$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_es$data, 'MYWAL_View', 'Ver '), _defineProperty(_es$data, 'MYWAL_Remove', 'Eliminar '), _defineProperty(_es$data, 'MYWAL_RemoveWal', 'Eliminar cartera: '), _defineProperty(_es$data, 'MYWAL_WatchOnly', 'Tus cuentas de sólo visualización '), _defineProperty(_es$data, 'MYWAL_Viewing', 'Viendo cartera '), _defineProperty(_es$data, 'MYWAL_Hide', 'Ocultar información de cartera '), _defineProperty(_es$data, 'MYWAL_Edit_2', 'Editar cartera '), _defineProperty(_es$data, 'MYWAL_Name', 'Nombre de la cartera '), _defineProperty(_es$data, 'MYWAL_Content_1', '¡Atención! Estás a punto de eliminar tu cartera '), _defineProperty(_es$data, 'MYWAL_Content_2', 'Asegúrate de haber **guardado tu clave privada y/o archivo almacén de clave y la contraseña** antes de eliminarlo. '), _defineProperty(_es$data, 'MYWAL_Content_3', 'Si en el futuro quieres utilizar esta cartera con MyEtherWallet CX, tendrás que volver a añadirla manualmente utilizando Clave Privada/JSON y contraseña. '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. Puede que te interese hacer esto para [importar tu cuenta en Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si quieres comprobar tu saldo, recomendamos utilizar un explorador de blockchain como [etherscan.io](https://etherscan.io/). '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle_Short', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. '), _defineProperty(_es$data, 'VIEWWALLET_SuccessMsg', '¡Enhorabuena! Estos son los detalles de tu cartera. '), _defineProperty(_es$data, 'VIEWWALLET_ShowPrivKey', '(mostrar)'), _defineProperty(_es$data, 'VIEWWALLET_HidePrivKey', '(ocultar)'), _defineProperty(_es$data, 'CX_error_1', 'No tienes ninguna cartera guardada. ¡Haz clic en ["Añadir cartera"](/cx-wallet.html#add-wallet) para añadir una! '), _defineProperty(_es$data, 'CX_quicksend', 'Enviar '), _defineProperty(_es$data, 'NODE_Title', 'Configurar nodo personalizado'), _defineProperty(_es$data, 'NODE_Subtitle', 'Para conectar a un nodo local...'), _defineProperty(_es$data, 'NODE_Warning', 'Tu nodo debe ser HTTPS para poder conectar a él desde MyEtherWallet.com. Para conectarte a cualquier nodo, puedes [descargar el repositorio de MyEtherWallet y ejecutarlo localmente](https://github.com/kvhnuke/etherwallet/releases/latest). También puedes conseguir un certificado SSL gratuito a través de [Let\'s Encrypt](https://letsencrypt.org/)'), _defineProperty(_es$data, 'NODE_Name', 'Nombre del nodo'), _defineProperty(_es$data, 'NODE_Port', 'Puerto del nodo'), _defineProperty(_es$data, 'NODE_CTA', 'Guardar y usar nodo personalizado'), _defineProperty(_es$data, 'CONTRACT_Title', 'Dirección del contrato '), _defineProperty(_es$data, 'CONTRACT_Title_2', 'Seleccionar contrato existente '), _defineProperty(_es$data, 'CONTRACT_Json', 'Interfaz ABI / JSON '), _defineProperty(_es$data, 'CONTRACT_Interact_Title', 'Leer/escribir contrato '), _defineProperty(_es$data, 'CONTRACT_Interact_CTA', 'Seleccionar una función '), _defineProperty(_es$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_es$data, 'CONTRACT_Read', 'LEER '), _defineProperty(_es$data, 'CONTRACT_Write', 'ESCRIBIR '), _defineProperty(_es$data, 'SWAP_rates', "Tipos de cambio actuales "), _defineProperty(_es$data, 'SWAP_init_1', "Quiero cambiar mis "), _defineProperty(_es$data, 'SWAP_init_2', " por "), _defineProperty(_es$data, 'SWAP_init_CTA', "Continuar"), _defineProperty(_es$data, 'SWAP_information', "Tu información "), _defineProperty(_es$data, 'SWAP_send_amt', "Cantidad a enviar "), _defineProperty(_es$data, 'SWAP_rec_amt', "Cantidad a recibir "), _defineProperty(_es$data, 'SWAP_your_rate', "Tu tipo de cambio "), _defineProperty(_es$data, 'SWAP_rec_add', "Tu dirección de destino "), _defineProperty(_es$data, 'SWAP_start_CTA', "Iniciar intercambio "), _defineProperty(_es$data, 'SWAP_ref_num', "Tu número de referencia "), _defineProperty(_es$data, 'SWAP_time', "Tiempo restante para enviar "), _defineProperty(_es$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_es$data, 'SWAP_progress_1', "Pedido iniciado "), _defineProperty(_es$data, 'SWAP_progress_2', "Esperando recibir tus "), _defineProperty(_es$data, 'SWAP_progress_3', "¡Recibido! "), _defineProperty(_es$data, 'SWAP_progress_4', "Enviando tu {{orderResult.output.currency}} "), _defineProperty(_es$data, 'SWAP_progress_5', "Pedido completado "), _defineProperty(_es$data, 'SWAP_order_CTA', "Por favor, envía "), _defineProperty(_es$data, 'SWAP_unlock', "Desbloquea tu cartera para enviar ETH o tokens directamente desde esta página. "), _defineProperty(_es$data, 'MSG_message', 'Mensaje '), _defineProperty(_es$data, 'MSG_date', 'Fecha '), _defineProperty(_es$data, 'MSG_signature', 'Firma '), _defineProperty(_es$data, 'MSG_verify', 'Verificar mensaje '), _defineProperty(_es$data, 'MSG_info1', 'Incluye la fecha actual para que la firma no se pueda volver a utilizar en otra fecha. '), _defineProperty(_es$data, 'MSG_info2', 'Incluye tu apodo y dónde utilizas ese apodo para que otra persona no lo pueda utilizar. '), _defineProperty(_es$data, 'MSG_info3', 'Incluye una razón específica para el mensaje para que no se pueda volver a utilizar con otra finalidad. '), _defineProperty(_es$data, 'MNEM_1', 'Selecciona la dirección con la que deseas interactuar. '), _defineProperty(_es$data, 'MNEM_2', 'Tu mnemotécnico HD único proporciona acceso a una serie de carteras o direcciones. Por favor, elige la dirección con la que quieres interactuar ahora. '), _defineProperty(_es$data, 'MNEM_more', 'Más direcciones '), _defineProperty(_es$data, 'MNEM_prev', 'Direcciones anteriores '), _defineProperty(_es$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_1', 'Conecta tu Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_2', 'Inicia la aplicacin Ethereum (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Exp', 'Inicia la aplicacin Expanse (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Ubq', 'Inicia la aplicacin Ubiq (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_3', 'Comprueba que "Browser Support" está activado en "Settings" '), _defineProperty(_es$data, 'ADD_Ledger_4', 'Si no encuentras la opción "Browser Support" en "Settings", asegúrate de tener instalado el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_es$data, 'ADD_Ledger_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_Ledger_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Ledger_scan', 'Conectar a Ledger Wallet '), _defineProperty(_es$data, 'ADD_MetaMask', 'Connectar a MetaMask '), _defineProperty(_es$data, 'x_Trezor', 'TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_scan', 'Conectar a TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_select', 'Esto es una semilla TREZOR '), _defineProperty(_es$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_scan', 'Conectar a Digital Bitbox '), _defineProperty(_es$data, 'ERROR_0', '(error_01) Introduce una cantidad válida. Please enter a valid amount.'), _defineProperty(_es$data, 'ERROR_1', '(error_02) Tu contraseña debe tener al menos 9 caracteres. Por favor utiliza una contraseña fuerte. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_es$data, 'ERROR_2', '(error_03) Lo sentimos. No reconocemos este tipo de archivo de cartera. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_es$data, 'ERROR_3', '(error_04) Este no es un archivo de cartera válido. This is not a valid wallet file.'), _defineProperty(_es$data, 'ERROR_4', '(error_05) Esta unidad no existe. Por favor utiliza una de las siguientes unidades This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_es$data, 'ERROR_5', '(error_06) Introduce una Dirección válida. Please enter a valid address.'), _defineProperty(_es$data, 'ERROR_6', '(error_07) Introduce una Contraseña válida. Please enter a valid password.'), _defineProperty(_es$data, 'ERROR_7', '(error_08) Introduce una Cantidad válida. (Must be integer. Try 0-18.) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_es$data, 'ERROR_8', '(error_09) Introduce un Límite de gas válido. (Must be integer. Try 21000-4000000.) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_es$data, 'ERROR_9', '(error_10) Introduce un Valor de datos válido. (Must be hex.) Please enter a valid data value (Must be hex.)'), _defineProperty(_es$data, 'ERROR_10', '(error_11) Introduce una Cantidad de gas válida. (Must be integer. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_es$data, 'ERROR_11', '(error_12) Introduce un Nonce válido. (Must be integer.) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_es$data, 'ERROR_12', '(error_13) Introduce una Transacción firmada válida. Invalid signed transaction.'), _defineProperty(_es$data, 'ERROR_13', '(error_14) Ya existe una cartera con este alias. A wallet with this nickname already exists.'), _defineProperty(_es$data, 'ERROR_14', '(error_15) Cartera no encontrada. Wallet not found.'), _defineProperty(_es$data, 'ERROR_15', '(error_16) No parece que exista todavía una propuesta con este ID o hay un error al leer esta propuesta. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_es$data, 'ERROR_16', '(error_17) Ya hay almacenada una cartera con esta dirección. Por favor comprueba la página de carteras. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_es$data, 'ERROR_17', '(error_18) Fondos no suficientes para gas * precio + valor. Es necesario tener al menos 0.01 ether en tu cuenta para cubrir el coste del gas. Añade algo de ether e inténtalo de nuevo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'ERROR_18', '(error_19) Sería necesario utilizar todo el gas en esta transacción. Esto significa que ya has votado en esta propuesta o que el periodo de debate ha concluido. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_es$data, 'ERROR_19', '(error_20) Introduce un Símbolo válido Please enter a valid symbol'), _defineProperty(_es$data, 'ERROR_20', '(error_21) No es un token ERC-20 válido Not a valid ERC-20 token'), _defineProperty(_es$data, 'ERROR_21', '(error_22) No se ha podido estimar el gas. No hay suficientes fondos en la cuenta, o el contrato de destino ha devuelto un error. Puedes ajustar el gas manualmente y continuar. Puede que el mensaje de error al enviar contenga más información. Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_es$data, 'ERROR_22', '(error_23) Introduce un nombre de nodo válido Please enter a valid node name'), _defineProperty(_es$data, 'ERROR_23', '(error_24) Introduce una URL válida. Si estás en HTTPS, tu URL debe ser HTTPS Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_es$data, 'ERROR_24', '(error_25) Introduce un puerto válido Please enter a valid port.'), _defineProperty(_es$data, 'ERROR_25', '(error_26) Introduce un chain ID válido Please enter a valid chain ID.'), _defineProperty(_es$data, 'ERROR_26', '(error_27) Introduce un ABI válido Please enter a valid ABI.'), _defineProperty(_es$data, 'ERROR_27', '(error_28) Cantidad mínima 0.01 Minimum amount: 0.01. Max amount:'), _defineProperty(_es$data, 'ERROR_28', '(error_29) **Necesitas tu archivo Keystore/JSON y la contraseña** (o clave privada) para acceder a esta cartera en el futuro. Por favor ¡guárdala y respáldala externamente! No hay modo de recuperar una cartera si no la guardas. Lee la [página de ayuda](https://www.myetherwallet.com/#help) para instrucciones. You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_es$data, 'ERROR_29', '(error_30) Introduce un user & password válido. Please enter a valid user and password.'), _defineProperty(_es$data, 'ERROR_30', '(error_31) Introduce un name válido (7+ characters, limited punctuation) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_es$data, 'ERROR_31', '(error_32) Introduce un secret phrase válido. Please enter a valid secret phrase.'), _defineProperty(_es$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_es$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_es$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_es$data, 'ERROR_35', '(error_36) Input address is not checksummed. More infoInput address is not checksummed. What does that mean?'), _defineProperty(_es$data, 'ERROR_36', '(error_37) Enter valid TX hashPlease enter a valid TX hash'), _defineProperty(_es$data, 'ERROR_37', '(error_38) Enter valid hex string (0-9, a-f)Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_es$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_es$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_es$data, 'GETH_Balance', '(geth-01) Saldo insuficiente. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_Cheap', '(geth-02) Precio de gas demasiado bajo para aceptación. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_es$data, 'GETH_GasLimit', '(geth-03) Sobrepasa el límite de gas del bloque. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_es$data, 'GETH_InsufficientFunds', '(geth-04) Fondos no suficientes para gas * precio + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínseco demasiado bajo. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_es$data, 'GETH_InvalidSender', '(geth-06) Remitente no válido. Invalid sender.'), _defineProperty(_es$data, 'GETH_NegativeValue', '(geth-07) Valor negativo. Negative value.'), _defineProperty(_es$data, 'GETH_Nonce', "(geth-08) Nonce demasiado bajo. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'GETH_NonExistentAccount', '(geth-09) La cuenta no existe o tiene un saldo insuficiente. Account does not exist or account balance too low'), _defineProperty(_es$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'SUCCESS_1', 'Dirección válida '), _defineProperty(_es$data, 'SUCCESS_2', 'Cartera descifrada con éxito '), _defineProperty(_es$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_es$data, 'SUCCESS_4', 'Se ha añadido tu cartera '), _defineProperty(_es$data, 'SUCCESS_5', 'Archivo seleccionado '), _defineProperty(_es$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_es$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_es$data, 'WARN_Send_Link', 'Has llegado aquí a través de un enlace que ya tiene rellenados la dirección, cantidad, gas, campos de datos o el tipo de transacción (modo de envío). Puedes cambiar cualquier parámetro antes de enviar. Desbloquea tu cartera para comenzar. '), _defineProperty(_es$data, 'translate_version', '0.3 '), _defineProperty(_es$data, 'Translator_Desc', 'Gracias a nuestros traductores '), _defineProperty(_es$data, 'TranslatorName_1', 'Ignacio Fernández del Álamo · '), _defineProperty(_es$data, 'TranslatorAddr_1', ''), _defineProperty(_es$data, 'TranslatorName_2', 'Carlos Lizarraga Rodrigo '), _defineProperty(_es$data, 'TranslatorAddr_2', ''), _defineProperty(_es$data, 'TranslatorName_3', ''), _defineProperty(_es$data, 'TranslatorAddr_3', ''), _defineProperty(_es$data, 'TranslatorName_4', ''), _defineProperty(_es$data, 'TranslatorAddr_4', ''), _defineProperty(_es$data, 'TranslatorName_5', ''), _defineProperty(_es$data, 'TranslatorAddr_5', ''), _defineProperty(_es$data, 'HELP_Warning', 'Si creaste una cartera -o- descargaste el repositorio antes del **31 de diciembre de 2015**, por favor comprueba tus carteras y descarga una nueva versión del repositorio. Haz clic para más información. '), _defineProperty(_es$data, 'HELP_Desc', '¿Echas algo en falta? ¿Tienes alguna otra pregunta? [Contacta con nosotros](mailto:support@myetherwallet.com) y no solamente contestaremos tu pregunta, sino que mejoraremos esta página para que sea más útil en el futuro. '), _defineProperty(_es$data, 'HELP_Remind_Title', 'Algunos recordatorios '), _defineProperty(_es$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com y MyEtherWallet CX, así como algunas de las librerías JavaScript que utilizamos están en desarrollo activo.** Aunque hemos testeado ampliamente y decenas de miles de carteras han sido creadas exitosamente por personas en todo el planeta, siempre existe la remota posibilidad de que ocurra algo inesperado que haga que se pierdan tus ETH. Por favor no inviertas más de lo que estés dispuesto a perder y, por favor, sé cuidadoso. Si algo ocurriera, lo lamentamos, pero **no somos responsables del Ether perdido**. '), _defineProperty(_es$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com y MyEtherWallet CX no son "carteras web". No estás creando una cuenta ni nos estás entregando tus Ether para que los guardemos. Toda tu información nunca abandona tu equipo o tu navegador. Te facilitamos que puedas crear, guardar y acceder a tu información e interactuar con la blockchain. '), _defineProperty(_es$data, 'HELP_Remind_Desc_3', 'Si no guardas tu clave privada y contraseña, no hay modo alguno de recuperar el acceso a tu cartera o a los fondos que ésta contiene. ¡Haz copias de seguridad en múltiples ubicaciones físicas, no solamente en tu equipo! '), _defineProperty(_es$data, 'HELP_0_Title', '0) Soy nuevo. ¿Qué hago? '), _defineProperty(_es$data, 'HELP_0_Desc_1', 'MyEtherWallet te permite generar nuevas carteras para poder almacenar tu Ether por tu cuenta en lugar de en una casa de cambio. Este proceso tiene lugar por completo en tu equipo, no en nuestros servidores. Por lo tanto, cuando generes una nueva cartera, **eres responsable de hacer una copia de seguridad**. '), _defineProperty(_es$data, 'HELP_0_Desc_2', 'Crear una nueva cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_3', 'Hacer una copia de seguridad de la cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_4', 'Comprobar que tienes acceso a esta nueva cartera y has guardado correctamente toda la información necesaria. '), _defineProperty(_es$data, 'HELP_0_Desc_5', 'Transferir Ether a la nueva cartera. '), _defineProperty(_es$data, 'HELP_1_Title', '1) ¿Cómo creo una nueva cartera? '), _defineProperty(_es$data, 'HELP_1_Desc_1', 'Ir a la página "Generar cartera". '), _defineProperty(_es$data, 'HELP_1_Desc_2', 'Ir a la página "Añadir cartera" y seleccionar "Generar nueva cartera" '), _defineProperty(_es$data, 'HELP_1_Desc_3', 'Introducir una contraseña fuerte. Si crees que puedes olvidarla, guárdala en un lugar seguro. Necesitarás esta contraseña para enviar transacciones. '), _defineProperty(_es$data, 'HELP_1_Desc_4', 'Haz clic en "GENERAR". '), _defineProperty(_es$data, 'HELP_1_Desc_5', 'Ahora se ha generado tu cartera. '), _defineProperty(_es$data, 'HELP_2a_Title', '¿Cómo guardo/respaldo mi cartera? '), _defineProperty(_es$data, 'HELP_2a_Desc_1', 'Deberías siempre respaldar tu cartera externamente y en varias ubicaciones físicas (como una unidad USB o en una hoja de papel). '), _defineProperty(_es$data, 'HELP_2a_Desc_2', 'Guardar la dirección. Puedes mantenerla en privado o compartirla con otras personas. De ese modo, otras personas te podrán enviar ether. '), _defineProperty(_es$data, 'HELP_2a_Desc_3', 'Guarda las versiones de tu clave privada. No la compartas con nadie. ¡Tu clave privada es necesaria cuando quieras tener acceso a tu ether para enviarlo! Hay tres tipos de claves privadas: '), _defineProperty(_es$data, 'HELP_2a_Desc_4', 'Pon tu dirección, las versiones de la clave privada y la versión PDF de tu cartera en papel en una carpeta. Guárdala en tu equipo y en una unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_5', 'Imprime la cartera si dispones de impresora. En caso contrario, escribe tu clave privada y tu dirección en una hoja de papel. Almacénalas en un lugar seguro y separado de tu equipo y de la unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_6', 'Recuerda, debes evitar la pérdida de las claves y la contraseña frente a una pérdida o fallo en tu unidad de disco duro, unidad USB u hoja de papel. Debes tener en cuenta también la posibilidad de pérdida o daño en una zona amplia (piensa en un incendio o una inundación). '), _defineProperty(_es$data, 'HELP_2b_Title', '2b) ¿Cómo almaceno con seguridad/sin conexión/en frío con MyEtherWallet? '), _defineProperty(_es$data, 'HELP_2b_Desc_1', 'Ve a nuestro github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_es$data, 'HELP_2b_Desc_2', 'Haz clic en `etherwallet-vX.X.X.X.zip` en la parte inferior. '), _defineProperty(_es$data, 'HELP_2b_Desc_3', 'Mueve el ZIP a un equipo aislado de internet (airgapped). '), _defineProperty(_es$data, 'HELP_2b_Desc_4', 'Descomprímelo y haz doble clic en `index.html`. '), _defineProperty(_es$data, 'HELP_2b_Desc_5', 'Genera una cartera con una contraseña fuerte. '), _defineProperty(_es$data, 'HELP_2b_Desc_6', 'Guarda la dirección. Guarda versiones de la clave privaa. Guarda la contraseña si crees que es posible que no la recuerdes siempre en el futuro.. '), _defineProperty(_es$data, 'HELP_2b_Desc_7', 'Almacena los papeles / USBs en múltiples ubicaciones separadas físicamente. '), _defineProperty(_es$data, 'HELP_2b_Desc_8', 'Ve a la página "Ver Información de las Carteras" y teclea to clave privada / contraseña para asegurarte de que son correctos y puedes acceder a tu cartera. Comprueba que la dirección que has escrito coincide. '), _defineProperty(_es$data, 'HELP_3_Title', '3) ¿Cómo verifico que tengo acceso a mi nueva cartera? '), _defineProperty(_es$data, 'HELP_3_Desc_1', '**Antes de enviar ether a tu nueva cartera,** deberías asegurarte de que tienes acceso a ésta. '), _defineProperty(_es$data, 'HELP_3_Desc_2', 'Ve a la página "Ver Información de las Carteras". '), _defineProperty(_es$data, 'HELP_3_Desc_3', 'Ve a la página "Ver Información de las Carteras" de MyEtherWallet.com. '), _defineProperty(_es$data, 'HELP_3_Desc_4', 'Selecciona tu archivo de cartera -o- tu clave privada y desloquea tu cartera. '), _defineProperty(_es$data, 'HELP_3_Desc_5', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_3_Desc_6', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_3_Desc_7', 'Debería mostrarse la información de tu cartera. Puedes encontrar la dirección de tu cuenta al lado de un icono circular de colores. Este icono es una representación visual de tu dirección. Asegúrate de que esta dirección coincide con la dirección que has guardado en tu archivo de texto y con la que está en tu cartera de papel. '), _defineProperty(_es$data, 'HELP_3_Desc_8', 'Si planeas guardar una cantidad elevada de ether, te recomendamos que primero envíes una cantidad pequeña de ether desde tu nueva cartera antes de ingresar una cantidad elevada. Envía 0.001 ether a tu nueva cartera, accede a tu cartera, envía los 0.001 ether desde tu cartera a otra dirección y asegúrate de que todo funciona bien. '), _defineProperty(_es$data, 'HELP_4_Title', '4) ¿Cómo envío ether de una cartera a otra? '), _defineProperty(_es$data, 'HELP_4_Desc_1', 'Si planeas mover una gran cantidad de ether, deberías probar primero a enviar una pequeña cantidad a tu cartera para asegurarte de que todo funciona según lo esperado. '), _defineProperty(_es$data, 'HELP_4_Desc_2', 'Ve a la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4_Desc_3', 'Selecciona tu archivo de cartera -o- tu clave privada y desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_4', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_4_Desc_5', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_4_Desc_6', 'Introduce la dirección a la que deseas enviar ether en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_9', 'Haz clic en "Generar transacción". '), _defineProperty(_es$data, 'HELP_4_Desc_10', 'Aparecerán dos campos más. Esto es tu navegador generando la transacción. '), _defineProperty(_es$data, 'HELP_4_Desc_11', 'Haz clic en el botón azul "Enviar transacción" que está inmediatamente debajo. '), _defineProperty(_es$data, 'HELP_4_Desc_12', 'Aparecerá un cuadro emergente. Verifica que la cantidad y la dirección a la que estás enviando son correctos. Entonces, haz clic en el botón "Sí, estoy seguro. Hacer la transacción.". '), _defineProperty(_es$data, 'HELP_4_Desc_13', 'Se enviará la transacción y se mostrará el ID de transacción. Puedes hacer clic en el ID de transacción para verla en la cadena de bloques. '), _defineProperty(_es$data, 'HELP_4CX_Title', '4) ¿Cómo envío ether utilizando MyEtherWallet CX? '), _defineProperty(_es$data, 'HELP_4CX_Desc_1', 'Antes de nada, necesitas añadir una cartera. Una vez hecho, tienes dos opciones: la función "Enviar" del icono de la extensión de Chrome o la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4CX_Desc_2', 'Envío: '), _defineProperty(_es$data, 'HELP_4CX_Desc_3', 'Haz clic en el icono de la extensión de Chrome. '), _defineProperty(_es$data, 'HELP_4CX_Desc_4', 'Haz clic en el botón Click the "Enviar" button. '), _defineProperty(_es$data, 'HELP_4CX_Desc_5', 'Elige la cartera desde la que quieres enviar. '), _defineProperty(_es$data, 'HELP_4CX_Desc_6', 'Introduce la dirección a la que deseas enviar en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4CX_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_8', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_9', 'Comprueba que la dirección y la cantidad que estás enviando son correctos. '), _defineProperty(_es$data, 'HELP_4CX_Desc_10', 'Introduce la contraseña para la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_11', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_12', 'Utilizando la página "Enviar Ether y Tokens" '), _defineProperty(_es$data, 'HELP_5_Title', '5) ¿Cómo ejecuto MyEtherWallet.com sin conexión/localmente? '), _defineProperty(_es$data, 'HELP_5_Desc_1', 'Puedes ejecutar MyEtherWallet.com en tu equipo en lugar de desde los servidores de GitHub. Puedes generar una cartera totalmente sin conexión y enviar transacciones desde la página "Transacción sin conexión". '), _defineProperty(_es$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_es$data, 'HELP_5_Desc_8', 'Por si no tienes costumbre, es necesario guardar la carpeta completa para ejecutar la página web, no solamente `index.html`. No modifiques ni muevas nada dentro de la carpeta. Si estás guardando una copia del repositorio MyEtherWallet para el futuro, recomendamos guardar únicamente el fichero ZIP para poder estar seguro de que el contenido permanezca intacto. '), _defineProperty(_es$data, 'HELP_5_Desc_9', 'Debido a que estamos constantemente actualizando MyEtherWallet.com, recomendamos que actualices periódicamente tu versión guardada del repositorio. '), _defineProperty(_es$data, 'HELP_5CX_Title', '5) ¿Cómo puedo instalar esta extensión desde el repositorio en lugar de desde la Chrome Store? '), _defineProperty(_es$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_es$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_es$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_es$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_es$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_es$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_es$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_es$data, 'HELP_7_Title', '7) ¿Cómo envío tokens y añado tokens personalizados? '), _defineProperty(_es$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_es$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar ether y tokens" page. '), _defineProperty(_es$data, 'HELP_7_Desc_2', 'Desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_es$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_es$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_es$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_es$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_es$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_es$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_es$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_es$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_es$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_es$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_es$data, 'HELP_8_Title', '8) ¿Qué ocurre si vuestro sitio web deja de funcionar? '), _defineProperty(_es$data, 'HELP_8_Desc_1', 'MyEtherWallet no es una cartera web. No tienes un login y nunca se graba nada en nuestros servidores. You don\'t have a login and nothing ever gets saved to our servers. Simplemente es una interfaz que te permite interactuar con la cadena de bloques. '), _defineProperty(_es$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com desapareciera, tendrías que encontrar otra manera de poder hacer lo que haces con nosotros (como por ejemplo obtener geth o Ethereum Wallet / Mist). Pero no necesitarías retirar tus ether de MyEtherWallet porque no están en MyEtherWallet. Están en la cartera que hayas generado a través de nuestro sitio. '), _defineProperty(_es$data, 'HELP_8_Desc_3', 'Puedes importar tu clave privada sin cifrar y tus archivos en formato Geth/Mist (cifrados) directamente en geth / Ethereum Wallet / Mist con mucha facilidad actualmente. Ver más abajo la pregunta #12. '), _defineProperty(_es$data, 'HELP_8_Desc_4', 'Además, la probabilidad de que cerremos MyEtherWallet es casi nula. No nos cuesta prácticamente nada mantenerlo ya que no almacenamos ninguna información. Si borramos el dominio, continúa estando disponible y siempre lo estará en [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puedes descargar desde ahí el archivo ZIP y ejecutarlo localmente. '), _defineProperty(_es$data, 'HELP_8CX_Title', '8) ¿Qué ocurre si MyEtherWallet CX desaparece? '), _defineProperty(_es$data, 'HELP_8CX_Desc_1', 'En primer lugar, los datos se guardan en tu equipo, no en nuestros servidores. Sabemos que puede parecer confuso, pero si miras nuestra extensión de Chrome, NO estás mirando a algo almacenado en nuestros servidores en alguna parte - todo se guarda en tu equipo. '), _defineProperty(_es$data, 'HELP_8CX_Desc_2', 'Dicho esto, es **muy importante** que respaldes toda tu información para todas las nuevas carteras generadas con MyEtherWallet CX. De este modo, si algo le ocurre a MyEtherWallet CX o a tu equipo, seguirás teniendo toda la información necesaria para poder acceder a tus ether. Ver la pregunta #2a sobre cómo respaldar tus carteras. '), _defineProperty(_es$data, 'HELP_8CX_Desc_3', 'Si por algún motivo MyEtherWallet CX desaparece de Chrome Store, puedes encontrar el código fuente en Github y cargarlo manualmente. Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_9_Title', '9) Is the "Enviar ether y tokens" page offline? '), _defineProperty(_es$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_es$data, 'HELP_10_Title', '10) ¿Cómo hago una transacción sin conexión? '), _defineProperty(_es$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_es$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_es$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_es$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_es$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_es$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_es$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "Enviar Ether y Tokens". This will broadcast your transaction. '), _defineProperty(_es$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_es$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_es$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_es$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_es$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_es$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_es$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_es$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_es$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_es$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_es$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_es$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_es$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_es$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_es$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_es$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_es$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_es$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_es$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_es$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_es$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_es$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_es$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_es$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_es$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_es$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_es$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_es$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_es$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_es$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_es$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_es$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_es$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_es$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_es$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_es$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_es$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_es$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_es$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_es$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_es$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_es$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_es$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_es$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_es$data, 'HELP_SecCX_Title', 'Seguridad - MyEtherWallet CX '), _defineProperty(_es$data, 'HELP_SecCX_Desc_1', '¿Dónde está guardando mi información esta extensión? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_2', 'La información que guardas en esta extensión de Chrome se guarda por medio de [chrome.storage](http://chrome.storage/). - este es el mismo lugar en el que se guardan tus contraseñas cuando guardas tus contraseñas en Chrome. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_3', '¿Qué información se guarda? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_4', 'La dirección, alias y clave privada se guardan en chrome.storage. La clave privada se cifra utilizando la contraseña que introdujiste al añadir la cartra. El alias y la dirección de la cartera no están cifrados. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_5', '¿Por qué no se cifran el alias y la dirección de la cartera? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_6', 'Si cifráramos estos ítems, sería necesario que introduzcas una contraseña cada vez que quisieras comprobar el saldo de tu cuenta o vizualizar los alias. Si esto te preocupa, te recomendamos que utilices MyEtherWallet.com en lugar de esta extensión de Chrome. '), _defineProperty(_es$data, 'HELP_Sec_Title', 'Seguridad '), _defineProperty(_es$data, 'HELP_Sec_Desc_1', 'Si una de tus primeras preguntas es "¿Por qué debería confiar en estas personas?, se trata de algo bueno. Esperamos que lo que sigue te sirva de ayuda para disminuir tus preocupaciones. '), _defineProperty(_es$data, 'HELP_Sec_Desc_2', 'Hemos estado funcionando desde agosto de 2015. Si buscas ["myetherwallet" en reddit](https://www.reddit.com/search?q=myetherwallet), puedes encontrar numerosas personas que nos utilizan con gran éxito. '), _defineProperty(_es$data, 'HELP_Sec_Desc_3', 'No vamos a quitarte tu dinero ni a robar tus claves privadas. No hay código malicioso en este sitio. De hecho, las páginas "Generar Cartera" se ejecutan por completo en el cliente. Esto significa que todo el código se ejecuta en ** tu ordenador** y nunca se graba o se transmite a ningún lugar. '), _defineProperty(_es$data, 'HELP_Sec_Desc_4', 'Comprueba la URL -- Este sitio se sirve a través de GitHub y puedes ver el código fuente aquí: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) a [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_es$data, 'HELP_Sec_Desc_5', 'Para generar carteras, puedes descargar el [código fuente](https://github.com/kvhnuke/etherwallet/releases/latest). Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_Sec_Desc_6', 'Haz una prueba y observa qué actividad de red ocurre. La manera más fácil de hacer esto es hacer clic con el botón derecho en la página y hacer clic en "inspeccionar elemento". Ve a la pestaña "Red". Genera una cartera de prueba. Verás que no hay actividad de red. Puede que veas algo que aparece como data:image/gif y data:image/png. Se trata de los códigos QR generándose en tu ordenador y por tu ordenador. No se ha transferido ni un solo byte. '), _defineProperty(_es$data, 'HELP_Sec_Desc_8', 'Si no te encuentras cómodo utilizando esta herramienta, no la utilices bajo ningún concepto. Hemos creado esta herramienta como una manera útil para que la gente pueda generar carteras y hacer transacciones sin tener que utilizar la línea de comandos o ejecutar un nodo completo. De nuevo, por favor contáctanos si tienes inquietudes y responderemos lo más pronto posible. ¡Gracias! '), _defineProperty(_es$data, 'HELP_FAQ_Title', 'Más respuestas útiles a preguntas frecuentes '), _defineProperty(_es$data, 'HELP_Contact_Title', 'Maneras de contactar con nosotros'), _es$data); +}, _defineProperty(_es$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_es$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_es$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_es$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_es$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_es$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_es$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_es$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_es$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_es$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_es$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_es$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_es$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_es$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_es$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_es$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_es$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_es$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_es$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_es$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_es$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_es$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_es$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_es$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_es$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_es$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_es$data, 'x_CancelReplaceTx', 'Cancelar o reemplazar transacción'), _defineProperty(_es$data, 'x_CancelTx', 'Cancelar transacción'), _defineProperty(_es$data, 'x_PasswordDesc', 'Esta contraseña * encripta * tu clave privada. Esto no es una semilla para generar tus claves. **Necesitarás esta contraseña + tu clave privada para desbloquear tu cartera.**'), _defineProperty(_es$data, 'x_ReadMore', 'Leer más'), _defineProperty(_es$data, 'x_ReplaceTx', 'Reemplazar transacción'), _defineProperty(_es$data, 'x_TransHash', 'Hash de la transacción'), _defineProperty(_es$data, 'x_TXFee', 'TX Fee'), _defineProperty(_es$data, 'x_TxHash', 'TX Hash'), _defineProperty(_es$data, 'NAV_CheckTxStatus', 'Comprobar estado de transacción'), _defineProperty(_es$data, 'NAV_TxStatus', 'Estado de transacción'), _defineProperty(_es$data, 'tx_Details', 'Detalles de la transacción'), _defineProperty(_es$data, 'tx_Summary', 'En momentos de alto volumen (como por ejemplo durante las ICOs) las transacciones pueden quedarse pendientes durante horas o incluso días. Esta herramienta te proporciona la posibilidad de encontrar y "cancelar" / reemplazar estas transacciones. ** Esto es algo que normalmente no puedes hacer. No se debe confiar en esta herramienta. Solamente funcionará cuando los pools de transacciones estén llenos. [Por favor, lee más sobre esta herramienta aquí.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_es$data, 'tx_notFound', 'Transacción no encontrada'), _defineProperty(_es$data, 'tx_notFound_1', 'Esta transacción no se puede encontrar en el pool de transacciones del nodo al que estás conectado.'), _defineProperty(_es$data, 'tx_notFound_2', 'Si acabas de enviar la transacción, por favor espera 15 segundos y pulsa de nuevo el botón "Comprobar estado de transacción". '), _defineProperty(_es$data, 'tx_notFound_3', 'Podría encontrarse todavía en el pool de transacciones de otro nodo diferente, esperando ser minado.'), _defineProperty(_es$data, 'tx_notFound_4', 'Por favor usa el desplegable en la parte superior derecha y selecciona un nodo ETH diferente (ej. `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) y comprueba de nuevo.'), _defineProperty(_es$data, 'tx_foundInPending', 'Transacción pendiente encontrada'), _defineProperty(_es$data, 'tx_foundInPending_1', 'Tu transacción se ha encontrado en el pool de transacciones del nodo al que te encuentras conectado. '), _defineProperty(_es$data, 'tx_foundInPending_2', 'Actualmente está pendiente (esperando ser minada). '), _defineProperty(_es$data, 'tx_foundInPending_3', 'Existe la posibilidad de que puedas "cancelar" o reemplazar esta transacción. Desbloquea tu cartera debajo.'), _defineProperty(_es$data, 'tx_FoundOnChain', 'Transacción encontrada'), _defineProperty(_es$data, 'tx_FoundOnChain_1', 'Tu transacción ha sido minada con éxito y se encuentra en la cadena de bloques.'), _defineProperty(_es$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_es$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_es$data, 'GEN_Help_1', 'Usa tu'), _defineProperty(_es$data, 'GEN_Help_2', 'para acceder a tu cuenta.'), _defineProperty(_es$data, 'GEN_Help_3', 'Tu dispositivo * is * tu cartera.'), _defineProperty(_es$data, 'GEN_Help_4', 'Guías y FAQ'), _defineProperty(_es$data, 'GEN_Help_5', 'Cómo crear una cartera'), _defineProperty(_es$data, 'GEN_Help_6', 'Empezando'), _defineProperty(_es$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_es$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_es$data, 'GEN_Help_9', 'Intenta utilizando Google Chrome '), _defineProperty(_es$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_es$data, 'GEN_Help_11', 'No abras este archivo en tu computadora '), _defineProperty(_es$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_es$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_es$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_es$data, 'GEN_Help_15', 'Evitando la pérdida o robo de tus fondos.'), _defineProperty(_es$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_es$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_es$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_es$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_es$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_es$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_es$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_es$data, 'GEN_Unlock', 'Desbloquea tu cartera para ver tu dirección'), _defineProperty(_es$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_es$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_es$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_es$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_es$data, 'NAV_AddWallet', 'Añadir cartera '), _defineProperty(_es$data, 'NAV_BulkGenerate', 'Generar en masa '), _defineProperty(_es$data, 'NAV_Contact', 'Contacto '), _defineProperty(_es$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_es$data, 'NAV_DeployContract', 'Desplegar contrato '), _defineProperty(_es$data, 'NAV_ENS', 'ENS'), _defineProperty(_es$data, 'NAV_GenerateWallet_alt', 'Nueva cartera '), _defineProperty(_es$data, 'NAV_GenerateWallet', 'Generar cartera '), _defineProperty(_es$data, 'NAV_Help', 'Ayuda '), _defineProperty(_es$data, 'NAV_InteractContract', 'Interactuar con un contrato '), _defineProperty(_es$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_es$data, 'NAV_MyWallets', 'Mis carteras '), _defineProperty(_es$data, 'NAV_Offline', 'Enviar sin conexión '), _defineProperty(_es$data, 'NAV_SendEther', 'Enviar ether y tokens '), _defineProperty(_es$data, 'NAV_SendTokens', 'Enviar tokens '), _defineProperty(_es$data, 'NAV_SignMsg', 'Firmar mensaje '), _defineProperty(_es$data, 'NAV_Swap', 'Intercambiar '), _defineProperty(_es$data, 'NAV_ViewWallet', 'Ver información de las carteras '), _defineProperty(_es$data, 'NAV_YourWallets', 'Tus carteras '), _defineProperty(_es$data, 'x_Access', 'Access '), _defineProperty(_es$data, 'x_AddessDesc', 'Tu dirección también se conoce como tu `número de cuenta` o tu `clave pública`. Es lo que compartes con otras personas para que te puedan enviar Ether o tokens. Busca el icono de colores de tu dirección. Asegúrate de que coincide con tu cartera de papel y siempre que introduzcas tu dirección en cualquier sitio. Puedes pensar en esto como tu "número de cuenta" o tu "clave pública". Es lo que le das a la gente para que te puedan enviar ether. Ese icono es una forma fácil de reconocer tu dirección. '), _defineProperty(_es$data, 'x_Address', 'Tu dirección '), _defineProperty(_es$data, 'x_Cancel', 'Cancelar '), _defineProperty(_es$data, 'x_CSV', 'Archivo CSV (sin encriptar) '), _defineProperty(_es$data, 'x_Download', 'Descargar '), _defineProperty(_es$data, 'x_Json', 'Archivo JSON (sin encriptar) '), _defineProperty(_es$data, 'x_JsonDesc', 'Esta es tu clave privada sin encriptar en formato JSON. Esto significa que no necesitas una contraseña, pero cualquiera que encuentre tu archivo JSON puede acceder a tu cartera y ether sin necesitar ninguna contraseña. '), _defineProperty(_es$data, 'x_Keystore', 'Archivo Keystore (UTC / JSON · Recomendado · Encriptado) '), _defineProperty(_es$data, 'x_Keystore2', 'Archivo Keystore (UTC / JSON) '), _defineProperty(_es$data, 'x_KeystoreDesc', 'Este archivo Keystore/JSON concuerda con el formato usado por Mist para una fácil importación en el futuro. Es el archivo recomendado para descargar y guardar como copia de seguridad. '), _defineProperty(_es$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_es$data, 'x_Mnemonic', 'Frase mnemotécnica '), _defineProperty(_es$data, 'x_ParityPhrase', 'Frase de Parity '), _defineProperty(_es$data, 'x_Password', 'Contraseña '), _defineProperty(_es$data, 'x_Print', 'Imprimir Cartera de Papel '), _defineProperty(_es$data, 'x_PrintDesc', 'Consejo: Hax clic en imprimir y guardar esto como un PDF, ¡incluso si no tienes impresora! '), _defineProperty(_es$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_es$data, 'x_PrivKey', 'Clave Privada (sin encriptar) '), _defineProperty(_es$data, 'x_PrivKey2', 'Clave Privada '), _defineProperty(_es$data, 'x_PrivKeyDesc', 'Esta es la versión en texto sin encriptar de tu clave privada, lo cual quiere decir que no hace falta contraseña. Si alguien encontrase tu clave privada sin encriptar, podrían acceder a tu cartera sin necesitar contraseña. Por esta razón, normalmente se recomiendan las versiones encriptadas. '), _defineProperty(_es$data, 'x_Save', 'Guardar '), _defineProperty(_es$data, 'x_TXT', 'Archivo TXT (sin encriptar) '), _defineProperty(_es$data, 'x_Wallet', 'Cartera '), _defineProperty(_es$data, 'MEW_Warning_1', 'Comprueba siempre la URL antes de acceder a tu cartera o crear una cartera nueva. ¡Ten cuidado con los sitios falsos (phishing)! '), _defineProperty(_es$data, 'CX_Warning_1', 'Asegúrate de tener **copias de seguridad externas** de cualquier cartera que almacenes aquí. Pueden ocurrir muchas cosas que te hagan perder los datos de esta extensión de Chrome; esto incluye desinstalar y volver a instalar la extensión. Esta extensión es un modo de acceder fácilmente a tus carteras, **no** una manera de respaldarlas. '), _defineProperty(_es$data, 'MEW_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente '), _defineProperty(_es$data, 'CX_Tagline', 'Cartera Ether JavaScript de código abierto ejecutado en el cliente extensión Chrome '), _defineProperty(_es$data, 'FOOTER_1', 'Una herramienta de código abierto JavaScript que se ejecuta en el lado del cliente, para generar carteras y enviar transacciones Ethereum. '), _defineProperty(_es$data, 'FOOTER_1b', 'Creado por '), _defineProperty(_es$data, 'FOOTER_2', 'Se agradecen las donaciones: '), _defineProperty(_es$data, 'FOOTER_3', 'Generación de carteras en el cliente por '), _defineProperty(_es$data, 'FOOTER_4', 'Renuncia de responsabilidad '), _defineProperty(_es$data, 'sidebar_AccountInfo', 'Información de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountAddr', 'Dirección de la cuenta '), _defineProperty(_es$data, 'sidebar_AccountBal', 'Saldo de la cuenta '), _defineProperty(_es$data, 'sidebar_TokenBal', 'Saldos de tokens '), _defineProperty(_es$data, 'sidebar_Equiv', 'Valores equivalentes '), _defineProperty(_es$data, 'sidebar_TransHistory', 'Historial de transacciones '), _defineProperty(_es$data, 'sidebar_donation', 'MyEtherWallet es un servicio gratuito y de código abierto dedicado a tu privacidad y seguridad. Cuantas más donaciones recibimos, más tiempo dedicamos creando nuevas características, escuchando vuestros comentarios y proporcionando lo que queréis. Sólo somos dos personas intentando cambiar el mundo. ¿Nos ayudas? '), _defineProperty(_es$data, 'sidebar_donate', 'Donar '), _defineProperty(_es$data, 'sidebar_thanks', '¡¡¡GRACIAS!!! '), _defineProperty(_es$data, 'sidebar_DisplayOnTrezor', 'Mostrar dirección en TREZOR'), _defineProperty(_es$data, 'sidebar_DisplayOnLedger', 'Mostrar dirección en Ledger'), _defineProperty(_es$data, 'decrypt_Access', '¿Cómo te gustaría acceder a tu cartera? '), _defineProperty(_es$data, 'decrypt_Title', 'Elige el formato de tu clave privada: '), _defineProperty(_es$data, 'decrypt_Select', 'Elige una cartera: '), _defineProperty(_es$data, 'ADD_Label_1', '¿Qué quieres hacer? '), _defineProperty(_es$data, 'ADD_Radio_1', 'Generar nueva cartera '), _defineProperty(_es$data, 'ADD_Radio_2', 'Elige tu archivo de cartera (Keystore / JSON) '), _defineProperty(_es$data, 'ADD_Radio_2_alt', 'Elige tu archivo de cartera '), _defineProperty(_es$data, 'ADD_Radio_2_short', 'ELIGE ARCHIVO DE CARTERA... '), _defineProperty(_es$data, 'ADD_Radio_3', 'Pega o escribe tu clave privada '), _defineProperty(_es$data, 'ADD_Radio_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Radio_5', 'Pega o escribe tu mnemotécnico '), _defineProperty(_es$data, 'ADD_Radio_5_Path', 'Elige la ruta de derivación HD '), _defineProperty(_es$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_es$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_es$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_es$data, 'ADD_Radio_5_PathCustom', 'Personalizado'), _defineProperty(_es$data, 'ADD_Label_2', 'Crear un alias: '), _defineProperty(_es$data, 'ADD_Label_3', 'Tu cartera está encriptada. Introduce tu contraseña '), _defineProperty(_es$data, 'ADD_Label_4', 'Añade una cuenta para supervisar '), _defineProperty(_es$data, 'ADD_Warning_1', 'Puedes añadir una cuenta para supervisar en la pestaña de carteras sin cargar una clave privada. Esto ** no ** significa que tengas acceso a la cartera, ni puedes transferir ether desde ésta. '), _defineProperty(_es$data, 'ADD_Label_5', 'Introduce la dirección '), _defineProperty(_es$data, 'ADD_Label_6', 'Desbloquea tu cartera '), _defineProperty(_es$data, 'ADD_Label_6_short', 'Desbloquear '), _defineProperty(_es$data, 'ADD_Label_7', 'Añadir cuenta '), _defineProperty(_es$data, 'ADD_Label_8', 'Contraseña (opcional): '), _defineProperty(_es$data, 'GEN_desc', 'Si quieres generar varias carteras, puedes hacerlo aquí '), _defineProperty(_es$data, 'GEN_Label_1', 'Introduce una contraseña fuerte (mínimo 9 caracteres) '), _defineProperty(_es$data, 'GEN_Placeholder_1', '¡NO olvides guardar esto! '), _defineProperty(_es$data, 'GEN_SuccessMsg', '¡Enhorabuena! Se ha generado tu cartera. '), _defineProperty(_es$data, 'GEN_Label_2', 'Guarda tu Keystore. No olvides tu contraseña. '), _defineProperty(_es$data, 'GEN_Label_3', 'Guarda tu dirección. '), _defineProperty(_es$data, 'GEN_Label_4', 'Opcional: Imprime tu cartera en papel o guarda una versión en código QR. '), _defineProperty(_es$data, 'BULK_Label_1', 'Cantidad de carteras a generar '), _defineProperty(_es$data, 'BULK_Label_2', 'Generar carteras '), _defineProperty(_es$data, 'BULK_SuccessMsg', '¡Enhorabuena! Se han generado tus carteras. '), _defineProperty(_es$data, 'SEND_addr', 'Dirección de destino '), _defineProperty(_es$data, 'SEND_amount', 'Cantidad a enviar '), _defineProperty(_es$data, 'SEND_amount_short', 'Cantidad '), _defineProperty(_es$data, 'SEND_custom', 'Personalizado '), _defineProperty(_es$data, 'SEND_gas', 'Gas '), _defineProperty(_es$data, 'SEND_TransferTotal', 'Enviar todo el saldo '), _defineProperty(_es$data, 'SEND_generate', 'Generar transacción '), _defineProperty(_es$data, 'SEND_raw', 'Transacción en bruto '), _defineProperty(_es$data, 'SEND_signed', 'Transacción firmada '), _defineProperty(_es$data, 'SEND_trans', 'Enviar transacción '), _defineProperty(_es$data, 'SEND_custom', 'Añadir token personalizado '), _defineProperty(_es$data, 'SENDModal_Title', '¡Atención! '), _defineProperty(_es$data, 'SENDModal_Content_1', 'Vas a enviar '), _defineProperty(_es$data, 'SENDModal_Content_2', 'a la dirección '), _defineProperty(_es$data, 'SENDModal_Content_3', '¿Estás seguro de que quieres hacer esto? '), _defineProperty(_es$data, 'SENDModal_Content_4', 'NOTA: Si recibes un error, es muy probable que necesites añadir ether a tu cuenta para cubrir el coste en gas de enviar tokens. Gas se paga en ether. '), _defineProperty(_es$data, 'SENDModal_No', 'No, sácame de aquí. '), _defineProperty(_es$data, 'SENDModal_Yes', 'Sí, estoy seguro. Hacer la transacción. '), _defineProperty(_es$data, 'TOKEN_Addr', 'Token Contact Dirección '), _defineProperty(_es$data, 'TOKEN_Symbol', 'Símbolo del token '), _defineProperty(_es$data, 'TOKEN_Dec', 'Decimales '), _defineProperty(_es$data, 'TOKEN_hide', 'Ocultar tokens '), _defineProperty(_es$data, 'TOKEN_show', 'Mostrar todos los tokens '), _defineProperty(_es$data, 'TRANS_desc', 'Si quieres enviar tokens, utiliza la página "Enviar tokens" en lugar de esta. '), _defineProperty(_es$data, 'TRANS_warning', 'Si utilizas las funciones "Sólo ETH" o "Sólo ETC" estás enviando a través de un contrato. Algunos servicios tienen problemas aceptando estas transacciones. Leer más. '), _defineProperty(_es$data, 'TRANS_advanced', '+Avanzado: Añadir datos '), _defineProperty(_es$data, 'TRANS_data', 'Datos '), _defineProperty(_es$data, 'TRANS_gas', 'Límite de gas '), _defineProperty(_es$data, 'TRANS_sendInfo', 'Una transacción estándar que utiliza 21000 gas cuesta 0.000441 ETH. Utilizamos un precio de gas de 0.000000021 ETH, ligeramente por encima del mínimo, para asegurarnos de que se mina con rapidez. Nosotros no recibimos ninguna comisión por la transacción. '), _defineProperty(_es$data, 'TRANSModal_Title', 'Transacciones "Sólo ETH" y "Sólo ETC" '), _defineProperty(_es$data, 'TRANSModal_Content_0', 'Una nota sobre las distintas transacciones y servicios: '), _defineProperty(_es$data, 'TRANSModal_Content_1', '**ETH (transacción estándar): ** Esto genera una transacción predeterminada directamente de una dirección a otra. Utiliza gas predeterminado de 21000. Es probable que cualquier transacción de ETH enviada mediante este método se reproduzca (replay) en la cadena ETC. '), _defineProperty(_es$data, 'TRANSModal_Content_2', '**Sólo ETH: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETH**. '), _defineProperty(_es$data, 'TRANSModal_Content_3', '**Sólo ETC: ** Esto envía a través del [contrato de protección contra replay de Timon Rapp (según recomienda VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) de modo que envías solamente en la cadena **ETC**. '), _defineProperty(_es$data, 'TRANSModal_Content_4', '**Coinbase y ShapeShift: ** Envía solamente utilizando transacción estándar. Si envías utilizando los contratos "Sólo ETH" o "Sólo ETC", será necesario que contactes con su equipo de soporte para que añadan manualmente el saldo o te lo devuelvan. [También puedes probar la herramienta de "split" de Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_es$data, 'TRANSModal_Content_5', '**Kraken y Poloniex:** No se conocen problemas. Usa cualquiera. '), _defineProperty(_es$data, 'TRANSModal_Yes', 'Bien, ahora lo entiendo. '), _defineProperty(_es$data, 'TRANSModal_No', 'Estoy más confundido. Ayuda, por favor. '), _defineProperty(_es$data, 'OFFLINE_Title', 'Generar y enviar transacción sin conexión '), _defineProperty(_es$data, 'OFFLINE_Desc', 'Se puede generar transacciones sin conexión en tres pasos. Debes hacer los pasos 1 y 3 en un equipo online y el paso 2 en un equipo sin conexión y aislado. Esto asegura que tus claves privadas no estén en contacto con un equipo con conexión a Internet. '), _defineProperty(_es$data, 'OFFLLINE_Step1_Title', 'Paso 1: generar información (equipo conexión) '), _defineProperty(_es$data, 'OFFLINE_Step1_Button', 'Generar información '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_1', 'Dirección de origen '), _defineProperty(_es$data, 'OFFLINE_Step1_Label_2', 'Nota: Esta es la dirección de origen, no la dirección de destino. El nonce se genera desde la cuenta que origina la transacción. Si se está utilizando un equipo aislado, será la dirección de la cuenta de almacenaje en frío. '), _defineProperty(_es$data, 'OFFLINE_Step2_Title', 'Paso 2: generar transacción (equipo sin conexión) '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_1', 'Dirección de destino '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_2', 'Valor / Cantidad a enviar '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3', 'Precio del gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_3b', 'Esto se ha mostrado en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4', 'Límite de gas '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_4b', '21000 es el límite de gas predeterminado. Cuando envías contratos o datos adicionales, puede que esto necesite ser diferente. El gas no utilizado se te devolverá. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_5b', 'Esto se indicó en el Paso 1 en tu equipo con conexión. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6', 'Datos '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_6b', 'Opcional. Los datos se utilizan habitualmente al enviar transacciones a contratos. '), _defineProperty(_es$data, 'OFFLINE_Step2_Label_7', 'Introduce / elige tu Clave Privada / JSON. '), _defineProperty(_es$data, 'OFFLINE_Step3_Title', 'Paso 3: Enviar / Publicar transacción (con conexión) '), _defineProperty(_es$data, 'OFFLINE_Step3_Label_1', 'Pega aquí la transacción firmada del paso 2 y pulsa el botón "ENVIAR TRANSACCIÓN". '), _defineProperty(_es$data, 'DEP_generate', 'Generar Bytecode '), _defineProperty(_es$data, 'DEP_generated', 'Bytecode generado '), _defineProperty(_es$data, 'DEP_signtx', 'Firmar transacción '), _defineProperty(_es$data, 'DEP_interface', 'Interfaz generada '), _defineProperty(_es$data, 'MYWAL_Nick', 'Alias de cartera '), _defineProperty(_es$data, 'MYWAL_Address', 'Dirección de cartera '), _defineProperty(_es$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_es$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_es$data, 'MYWAL_View', 'Ver '), _defineProperty(_es$data, 'MYWAL_Remove', 'Eliminar '), _defineProperty(_es$data, 'MYWAL_RemoveWal', 'Eliminar cartera: '), _defineProperty(_es$data, 'MYWAL_WatchOnly', 'Tus cuentas de sólo visualización '), _defineProperty(_es$data, 'MYWAL_Viewing', 'Viendo cartera '), _defineProperty(_es$data, 'MYWAL_Hide', 'Ocultar información de cartera '), _defineProperty(_es$data, 'MYWAL_Edit_2', 'Editar cartera '), _defineProperty(_es$data, 'MYWAL_Name', 'Nombre de la cartera '), _defineProperty(_es$data, 'MYWAL_Content_1', '¡Atención! Estás a punto de eliminar tu cartera '), _defineProperty(_es$data, 'MYWAL_Content_2', 'Asegúrate de haber **guardado tu clave privada y/o archivo almacén de clave y la contraseña** antes de eliminarlo. '), _defineProperty(_es$data, 'MYWAL_Content_3', 'Si en el futuro quieres utilizar esta cartera con MyEtherWallet CX, tendrás que volver a añadirla manualmente utilizando Clave Privada/JSON y contraseña. '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. Puede que te interese hacer esto para [importar tu cuenta en Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si quieres comprobar tu saldo, recomendamos utilizar un explorador de blockchain como [etherscan.io](https://etherscan.io/). '), _defineProperty(_es$data, 'VIEWWALLET_Subtitle_Short', 'Esto te permite descargar múltiples versiones de claves privadas e imprimir de nuevo tu cartera en papel. '), _defineProperty(_es$data, 'VIEWWALLET_SuccessMsg', '¡Enhorabuena! Estos son los detalles de tu cartera. '), _defineProperty(_es$data, 'VIEWWALLET_ShowPrivKey', '(mostrar)'), _defineProperty(_es$data, 'VIEWWALLET_HidePrivKey', '(ocultar)'), _defineProperty(_es$data, 'CX_error_1', 'No tienes ninguna cartera guardada. ¡Haz clic en ["Añadir cartera"](/cx-wallet.html#add-wallet) para añadir una! '), _defineProperty(_es$data, 'CX_quicksend', 'Enviar '), _defineProperty(_es$data, 'NODE_Title', 'Configurar nodo personalizado'), _defineProperty(_es$data, 'NODE_Subtitle', 'Para conectar a un nodo local...'), _defineProperty(_es$data, 'NODE_Warning', 'Tu nodo debe ser HTTPS para poder conectar a él desde MyEtherWallet.com. Para conectarte a cualquier nodo, puedes [descargar el repositorio de MyEtherWallet y ejecutarlo localmente](https://github.com/kvhnuke/etherwallet/releases/latest). También puedes conseguir un certificado SSL gratuito a través de [Let\'s Encrypt](https://letsencrypt.org/)'), _defineProperty(_es$data, 'NODE_Name', 'Nombre del nodo'), _defineProperty(_es$data, 'NODE_Port', 'Puerto del nodo'), _defineProperty(_es$data, 'NODE_CTA', 'Guardar y usar nodo personalizado'), _defineProperty(_es$data, 'CONTRACT_Title', 'Dirección del contrato '), _defineProperty(_es$data, 'CONTRACT_Title_2', 'Seleccionar contrato existente '), _defineProperty(_es$data, 'CONTRACT_Json', 'Interfaz ABI / JSON '), _defineProperty(_es$data, 'CONTRACT_Interact_Title', 'Leer/escribir contrato '), _defineProperty(_es$data, 'CONTRACT_Interact_CTA', 'Seleccionar una función '), _defineProperty(_es$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_es$data, 'CONTRACT_Read', 'LEER '), _defineProperty(_es$data, 'CONTRACT_Write', 'ESCRIBIR '), _defineProperty(_es$data, 'SWAP_rates', "Tipos de cambio actuales "), _defineProperty(_es$data, 'SWAP_init_1', "Quiero cambiar mis "), _defineProperty(_es$data, 'SWAP_init_2', " por "), _defineProperty(_es$data, 'SWAP_init_CTA', "Continuar"), _defineProperty(_es$data, 'SWAP_information', "Tu información "), _defineProperty(_es$data, 'SWAP_send_amt', "Cantidad a enviar "), _defineProperty(_es$data, 'SWAP_rec_amt', "Cantidad a recibir "), _defineProperty(_es$data, 'SWAP_your_rate', "Tu tipo de cambio "), _defineProperty(_es$data, 'SWAP_rec_add', "Tu dirección de destino "), _defineProperty(_es$data, 'SWAP_start_CTA', "Iniciar intercambio "), _defineProperty(_es$data, 'SWAP_ref_num', "Tu número de referencia "), _defineProperty(_es$data, 'SWAP_time', "Tiempo restante para enviar "), _defineProperty(_es$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_es$data, 'SWAP_progress_1', "Pedido iniciado "), _defineProperty(_es$data, 'SWAP_progress_2', "Esperando recibir tus "), _defineProperty(_es$data, 'SWAP_progress_3', "¡Recibido! "), _defineProperty(_es$data, 'SWAP_progress_4', "Enviando tu {{orderResult.output.currency}} "), _defineProperty(_es$data, 'SWAP_progress_5', "Pedido completado "), _defineProperty(_es$data, 'SWAP_order_CTA', "Por favor, envía "), _defineProperty(_es$data, 'SWAP_unlock', "Desbloquea tu cartera para enviar ETH o tokens directamente desde esta página. "), _defineProperty(_es$data, 'MSG_message', 'Mensaje '), _defineProperty(_es$data, 'MSG_date', 'Fecha '), _defineProperty(_es$data, 'MSG_signature', 'Firma '), _defineProperty(_es$data, 'MSG_verify', 'Verificar mensaje '), _defineProperty(_es$data, 'MSG_info1', 'Incluye la fecha actual para que la firma no se pueda volver a utilizar en otra fecha. '), _defineProperty(_es$data, 'MSG_info2', 'Incluye tu apodo y dónde utilizas ese apodo para que otra persona no lo pueda utilizar. '), _defineProperty(_es$data, 'MSG_info3', 'Incluye una razón específica para el mensaje para que no se pueda volver a utilizar con otra finalidad. '), _defineProperty(_es$data, 'MNEM_1', 'Selecciona la dirección con la que deseas interactuar. '), _defineProperty(_es$data, 'MNEM_2', 'Tu mnemotécnico HD único proporciona acceso a una serie de carteras o direcciones. Por favor, elige la dirección con la que quieres interactuar ahora. '), _defineProperty(_es$data, 'MNEM_more', 'Más direcciones '), _defineProperty(_es$data, 'MNEM_prev', 'Direcciones anteriores '), _defineProperty(_es$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_1', 'Conecta tu Ledger Wallet '), _defineProperty(_es$data, 'ADD_Ledger_2', 'Inicia la aplicacin Ethereum (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Exp', 'Inicia la aplicacin Expanse (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_2_Ubq', 'Inicia la aplicacin Ubiq (o una aplicación de contrato) '), _defineProperty(_es$data, 'ADD_Ledger_3', 'Comprueba que "Browser Support" está activado en "Settings" '), _defineProperty(_es$data, 'ADD_Ledger_4', 'Si no encuentras la opción "Browser Support" en "Settings", asegúrate de tener instalado el [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_es$data, 'ADD_Ledger_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_Ledger_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_Ledger_scan', 'Conectar a Ledger Wallet '), _defineProperty(_es$data, 'ADD_MetaMask', 'Connectar a MetaMask '), _defineProperty(_es$data, 'x_Trezor', 'TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_scan', 'Conectar a TREZOR '), _defineProperty(_es$data, 'ADD_Trezor_select', 'Esto es una semilla TREZOR '), _defineProperty(_es$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0a', 'Volver a abrir MyEtherWallet en una conexión segura (SSL) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_0b', 'Volver a abrir MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) u [Opera](https://www.opera.com/) '), _defineProperty(_es$data, 'ADD_DigitalBitbox_scan', 'Conectar a Digital Bitbox '), _defineProperty(_es$data, 'ERROR_0', '(error_01) Introduce una cantidad válida. Please enter a valid amount.'), _defineProperty(_es$data, 'ERROR_1', '(error_02) Tu contraseña debe tener al menos 9 caracteres. Por favor utiliza una contraseña fuerte. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_es$data, 'ERROR_2', '(error_03) Lo sentimos. No reconocemos este tipo de archivo de cartera. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_es$data, 'ERROR_3', '(error_04) Este no es un archivo de cartera válido. This is not a valid wallet file.'), _defineProperty(_es$data, 'ERROR_4', '(error_05) Esta unidad no existe. Por favor utiliza una de las siguientes unidades This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_es$data, 'ERROR_5', '(error_06) Introduce una Dirección válida. Please enter a valid address.'), _defineProperty(_es$data, 'ERROR_6', '(error_07) Introduce una Contraseña válida. Please enter a valid password.'), _defineProperty(_es$data, 'ERROR_7', '(error_08) Introduce una Cantidad válida. (Must be integer. Try 0-18.) Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_es$data, 'ERROR_8', '(error_09) Introduce un Límite de gas válido. (Must be integer. Try 21000-4000000.) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_es$data, 'ERROR_9', '(error_10) Introduce un Valor de datos válido. (Must be hex.) Please enter a valid data value (Must be hex.)'), _defineProperty(_es$data, 'ERROR_10', '(error_11) Introduce una Cantidad de gas válida. (Must be integer. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_es$data, 'ERROR_11', '(error_12) Introduce un Nonce válido. (Must be integer.) Please enter a valid nonce (Must be an integer.)'), _defineProperty(_es$data, 'ERROR_12', '(error_13) Introduce una Transacción firmada válida. Invalid signed transaction.'), _defineProperty(_es$data, 'ERROR_13', '(error_14) Ya existe una cartera con este alias. A wallet with this nickname already exists.'), _defineProperty(_es$data, 'ERROR_14', '(error_15) Cartera no encontrada. Wallet not found.'), _defineProperty(_es$data, 'ERROR_15', '(error_16) No parece que exista todavía una propuesta con este ID o hay un error al leer esta propuesta. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_es$data, 'ERROR_16', '(error_17) Ya hay almacenada una cartera con esta dirección. Por favor comprueba la página de carteras. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_es$data, 'ERROR_17', '(error_18) Fondos no suficientes para gas * precio + valor. Es necesario tener al menos 0.01 ether en tu cuenta para cubrir el coste del gas. Añade algo de ether e inténtalo de nuevo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'ERROR_18', '(error_19) Sería necesario utilizar todo el gas en esta transacción. Esto significa que ya has votado en esta propuesta o que el periodo de debate ha concluido. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_es$data, 'ERROR_19', '(error_20) Introduce un Símbolo válido Please enter a valid symbol'), _defineProperty(_es$data, 'ERROR_20', '(error_21) No es un token ERC-20 válido Not a valid ERC-20 token'), _defineProperty(_es$data, 'ERROR_21', '(error_22) No se ha podido estimar el gas. No hay suficientes fondos en la cuenta, o el contrato de destino ha devuelto un error. Puedes ajustar el gas manualmente y continuar. Puede que el mensaje de error al enviar contenga más información. Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_es$data, 'ERROR_22', '(error_23) Introduce un nombre de nodo válido Please enter a valid node name'), _defineProperty(_es$data, 'ERROR_23', '(error_24) Introduce una URL válida. Si estás en HTTPS, tu URL debe ser HTTPS Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_es$data, 'ERROR_24', '(error_25) Introduce un puerto válido Please enter a valid port.'), _defineProperty(_es$data, 'ERROR_25', '(error_26) Introduce un chain ID válido Please enter a valid chain ID.'), _defineProperty(_es$data, 'ERROR_26', '(error_27) Introduce un ABI válido Please enter a valid ABI.'), _defineProperty(_es$data, 'ERROR_27', '(error_28) Cantidad mínima 0.01 Minimum amount: 0.01. Max amount:'), _defineProperty(_es$data, 'ERROR_28', '(error_29) **Necesitas tu archivo Keystore/JSON y la contraseña** (o clave privada) para acceder a esta cartera en el futuro. Por favor ¡guárdala y respáldala externamente! No hay modo de recuperar una cartera si no la guardas. Lee la [página de ayuda](https://www.myetherwallet.com/#help) para instrucciones. You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_es$data, 'ERROR_29', '(error_30) Introduce un user & password válido. Please enter a valid user and password.'), _defineProperty(_es$data, 'ERROR_30', '(error_31) Introduce un name válido (7+ characters, limited punctuation) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_es$data, 'ERROR_31', '(error_32) Introduce un secret phrase válido. Please enter a valid secret phrase.'), _defineProperty(_es$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_es$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_es$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_es$data, 'ERROR_35', '(error_36) Input address is not checksummed. More infoInput address is not checksummed. What does that mean?'), _defineProperty(_es$data, 'ERROR_36', '(error_37) Enter valid TX hashPlease enter a valid TX hash'), _defineProperty(_es$data, 'ERROR_37', '(error_38) Enter valid hex string (0-9, a-f)Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_es$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_es$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_es$data, 'GETH_Balance', '(geth-01) Saldo insuficiente. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_Cheap', '(geth-02) Precio de gas demasiado bajo para aceptación. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_es$data, 'GETH_GasLimit', '(geth-03) Sobrepasa el límite de gas del bloque. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_es$data, 'GETH_InsufficientFunds', '(geth-04) Fondos no suficientes para gas * precio + valor. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_es$data, 'GETH_IntrinsicGas', '(geth-05) Gas intrínseco demasiado bajo. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_es$data, 'GETH_InvalidSender', '(geth-06) Remitente no válido. Invalid sender.'), _defineProperty(_es$data, 'GETH_NegativeValue', '(geth-07) Valor negativo. Negative value.'), _defineProperty(_es$data, 'GETH_Nonce', "(geth-08) Nonce demasiado bajo. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'GETH_NonExistentAccount', '(geth-09) La cuenta no existe o tiene un saldo insuficiente. Account does not exist or account balance too low'), _defineProperty(_es$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_es$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_es$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_es$data, 'SUCCESS_1', 'Dirección válida '), _defineProperty(_es$data, 'SUCCESS_2', 'Cartera descifrada con éxito '), _defineProperty(_es$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_es$data, 'SUCCESS_4', 'Se ha añadido tu cartera '), _defineProperty(_es$data, 'SUCCESS_5', 'Archivo seleccionado '), _defineProperty(_es$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_es$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_es$data, 'WARN_Send_Link', 'Has llegado aquí a través de un enlace que ya tiene rellenados la dirección, cantidad, gas, campos de datos o el tipo de transacción (modo de envío). Puedes cambiar cualquier parámetro antes de enviar. Desbloquea tu cartera para comenzar. '), _defineProperty(_es$data, 'translate_version', '0.3 '), _defineProperty(_es$data, 'Translator_Desc', 'Gracias a nuestros traductores '), _defineProperty(_es$data, 'TranslatorName_1', 'Ignacio Fernández del Álamo · '), _defineProperty(_es$data, 'TranslatorAddr_1', ''), _defineProperty(_es$data, 'TranslatorName_2', 'Carlos Lizarraga Rodrigo '), _defineProperty(_es$data, 'TranslatorAddr_2', ''), _defineProperty(_es$data, 'TranslatorName_3', ''), _defineProperty(_es$data, 'TranslatorAddr_3', ''), _defineProperty(_es$data, 'TranslatorName_4', ''), _defineProperty(_es$data, 'TranslatorAddr_4', ''), _defineProperty(_es$data, 'TranslatorName_5', ''), _defineProperty(_es$data, 'TranslatorAddr_5', ''), _defineProperty(_es$data, 'HELP_Warning', 'Si creaste una cartera -o- descargaste el repositorio antes del **31 de diciembre de 2015**, por favor comprueba tus carteras y descarga una nueva versión del repositorio. Haz clic para más información. '), _defineProperty(_es$data, 'HELP_Desc', '¿Echas algo en falta? ¿Tienes alguna otra pregunta? [Contacta con nosotros](mailto:support@myetherwallet.com) y no solamente contestaremos tu pregunta, sino que mejoraremos esta página para que sea más útil en el futuro. '), _defineProperty(_es$data, 'HELP_Remind_Title', 'Algunos recordatorios '), _defineProperty(_es$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com y MyEtherWallet CX, así como algunas de las librerías JavaScript que utilizamos están en desarrollo activo.** Aunque hemos testeado ampliamente y decenas de miles de carteras han sido creadas exitosamente por personas en todo el planeta, siempre existe la remota posibilidad de que ocurra algo inesperado que haga que se pierdan tus ETH. Por favor no inviertas más de lo que estés dispuesto a perder y, por favor, sé cuidadoso. Si algo ocurriera, lo lamentamos, pero **no somos responsables del Ether perdido**. '), _defineProperty(_es$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com y MyEtherWallet CX no son "carteras web". No estás creando una cuenta ni nos estás entregando tus Ether para que los guardemos. Toda tu información nunca abandona tu equipo o tu navegador. Te facilitamos que puedas crear, guardar y acceder a tu información e interactuar con la blockchain. '), _defineProperty(_es$data, 'HELP_Remind_Desc_3', 'Si no guardas tu clave privada y contraseña, no hay modo alguno de recuperar el acceso a tu cartera o a los fondos que ésta contiene. ¡Haz copias de seguridad en múltiples ubicaciones físicas, no solamente en tu equipo! '), _defineProperty(_es$data, 'HELP_0_Title', '0) Soy nuevo. ¿Qué hago? '), _defineProperty(_es$data, 'HELP_0_Desc_1', 'MyEtherWallet te permite generar nuevas carteras para poder almacenar tu Ether por tu cuenta en lugar de en una casa de cambio. Este proceso tiene lugar por completo en tu equipo, no en nuestros servidores. Por lo tanto, cuando generes una nueva cartera, **eres responsable de hacer una copia de seguridad**. '), _defineProperty(_es$data, 'HELP_0_Desc_2', 'Crear una nueva cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_3', 'Hacer una copia de seguridad de la cartera. '), _defineProperty(_es$data, 'HELP_0_Desc_4', 'Comprobar que tienes acceso a esta nueva cartera y has guardado correctamente toda la información necesaria. '), _defineProperty(_es$data, 'HELP_0_Desc_5', 'Transferir Ether a la nueva cartera. '), _defineProperty(_es$data, 'HELP_1_Title', '1) ¿Cómo creo una nueva cartera? '), _defineProperty(_es$data, 'HELP_1_Desc_1', 'Ir a la página "Generar cartera". '), _defineProperty(_es$data, 'HELP_1_Desc_2', 'Ir a la página "Añadir cartera" y seleccionar "Generar nueva cartera" '), _defineProperty(_es$data, 'HELP_1_Desc_3', 'Introducir una contraseña fuerte. Si crees que puedes olvidarla, guárdala en un lugar seguro. Necesitarás esta contraseña para enviar transacciones. '), _defineProperty(_es$data, 'HELP_1_Desc_4', 'Haz clic en "GENERAR". '), _defineProperty(_es$data, 'HELP_1_Desc_5', 'Ahora se ha generado tu cartera. '), _defineProperty(_es$data, 'HELP_2a_Title', '¿Cómo guardo/respaldo mi cartera? '), _defineProperty(_es$data, 'HELP_2a_Desc_1', 'Deberías siempre respaldar tu cartera externamente y en varias ubicaciones físicas (como una unidad USB o en una hoja de papel). '), _defineProperty(_es$data, 'HELP_2a_Desc_2', 'Guardar la dirección. Puedes mantenerla en privado o compartirla con otras personas. De ese modo, otras personas te podrán enviar ether. '), _defineProperty(_es$data, 'HELP_2a_Desc_3', 'Guarda las versiones de tu clave privada. No la compartas con nadie. ¡Tu clave privada es necesaria cuando quieras tener acceso a tu ether para enviarlo! Hay tres tipos de claves privadas: '), _defineProperty(_es$data, 'HELP_2a_Desc_4', 'Pon tu dirección, las versiones de la clave privada y la versión PDF de tu cartera en papel en una carpeta. Guárdala en tu equipo y en una unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_5', 'Imprime la cartera si dispones de impresora. En caso contrario, escribe tu clave privada y tu dirección en una hoja de papel. Almacénalas en un lugar seguro y separado de tu equipo y de la unidad USB. '), _defineProperty(_es$data, 'HELP_2a_Desc_6', 'Recuerda, debes evitar la pérdida de las claves y la contraseña frente a una pérdida o fallo en tu unidad de disco duro, unidad USB u hoja de papel. Debes tener en cuenta también la posibilidad de pérdida o daño en una zona amplia (piensa en un incendio o una inundación). '), _defineProperty(_es$data, 'HELP_2b_Title', '2b) ¿Cómo almaceno con seguridad/sin conexión/en frío con MyEtherWallet? '), _defineProperty(_es$data, 'HELP_2b_Desc_1', 'Ve a nuestro github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_es$data, 'HELP_2b_Desc_2', 'Haz clic en `etherwallet-vX.X.X.X.zip` en la parte inferior. '), _defineProperty(_es$data, 'HELP_2b_Desc_3', 'Mueve el ZIP a un equipo aislado de internet (airgapped). '), _defineProperty(_es$data, 'HELP_2b_Desc_4', 'Descomprímelo y haz doble clic en `index.html`. '), _defineProperty(_es$data, 'HELP_2b_Desc_5', 'Genera una cartera con una contraseña fuerte. '), _defineProperty(_es$data, 'HELP_2b_Desc_6', 'Guarda la dirección. Guarda versiones de la clave privaa. Guarda la contraseña si crees que es posible que no la recuerdes siempre en el futuro.. '), _defineProperty(_es$data, 'HELP_2b_Desc_7', 'Almacena los papeles / USBs en múltiples ubicaciones separadas físicamente. '), _defineProperty(_es$data, 'HELP_2b_Desc_8', 'Ve a la página "Ver Información de las Carteras" y teclea to clave privada / contraseña para asegurarte de que son correctos y puedes acceder a tu cartera. Comprueba que la dirección que has escrito coincide. '), _defineProperty(_es$data, 'HELP_3_Title', '3) ¿Cómo verifico que tengo acceso a mi nueva cartera? '), _defineProperty(_es$data, 'HELP_3_Desc_1', '**Antes de enviar ether a tu nueva cartera,** deberías asegurarte de que tienes acceso a ésta. '), _defineProperty(_es$data, 'HELP_3_Desc_2', 'Ve a la página "Ver Información de las Carteras". '), _defineProperty(_es$data, 'HELP_3_Desc_3', 'Ve a la página "Ver Información de las Carteras" de MyEtherWallet.com. '), _defineProperty(_es$data, 'HELP_3_Desc_4', 'Selecciona tu archivo de cartera -o- tu clave privada y desloquea tu cartera. '), _defineProperty(_es$data, 'HELP_3_Desc_5', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_3_Desc_6', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_3_Desc_7', 'Debería mostrarse la información de tu cartera. Puedes encontrar la dirección de tu cuenta al lado de un icono circular de colores. Este icono es una representación visual de tu dirección. Asegúrate de que esta dirección coincide con la dirección que has guardado en tu archivo de texto y con la que está en tu cartera de papel. '), _defineProperty(_es$data, 'HELP_3_Desc_8', 'Si planeas guardar una cantidad elevada de ether, te recomendamos que primero envíes una cantidad pequeña de ether desde tu nueva cartera antes de ingresar una cantidad elevada. Envía 0.001 ether a tu nueva cartera, accede a tu cartera, envía los 0.001 ether desde tu cartera a otra dirección y asegúrate de que todo funciona bien. '), _defineProperty(_es$data, 'HELP_4_Title', '4) ¿Cómo envío ether de una cartera a otra? '), _defineProperty(_es$data, 'HELP_4_Desc_1', 'Si planeas mover una gran cantidad de ether, deberías probar primero a enviar una pequeña cantidad a tu cartera para asegurarte de que todo funciona según lo esperado. '), _defineProperty(_es$data, 'HELP_4_Desc_2', 'Ve a la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4_Desc_3', 'Selecciona tu archivo de cartera -o- tu clave privada y desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_4', 'Si la cartera está cifrada aparecerá automáticamente una caja de texto. Introduce la contraseña. '), _defineProperty(_es$data, 'HELP_4_Desc_5', 'Haz clic en el botón "Desbloquear cartera". '), _defineProperty(_es$data, 'HELP_4_Desc_6', 'Introduce la dirección a la que deseas enviar ether en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4_Desc_9', 'Haz clic en "Generar transacción". '), _defineProperty(_es$data, 'HELP_4_Desc_10', 'Aparecerán dos campos más. Esto es tu navegador generando la transacción. '), _defineProperty(_es$data, 'HELP_4_Desc_11', 'Haz clic en el botón azul "Enviar transacción" que está inmediatamente debajo. '), _defineProperty(_es$data, 'HELP_4_Desc_12', 'Aparecerá un cuadro emergente. Verifica que la cantidad y la dirección a la que estás enviando son correctos. Entonces, haz clic en el botón "Sí, estoy seguro. Hacer la transacción.". '), _defineProperty(_es$data, 'HELP_4_Desc_13', 'Se enviará la transacción y se mostrará el ID de transacción. Puedes hacer clic en el ID de transacción para verla en la cadena de bloques. '), _defineProperty(_es$data, 'HELP_4CX_Title', '4) ¿Cómo envío ether utilizando MyEtherWallet CX? '), _defineProperty(_es$data, 'HELP_4CX_Desc_1', 'Antes de nada, necesitas añadir una cartera. Una vez hecho, tienes dos opciones: la función "Enviar" del icono de la extensión de Chrome o la página "Enviar Ether y Tokens". '), _defineProperty(_es$data, 'HELP_4CX_Desc_2', 'Envío: '), _defineProperty(_es$data, 'HELP_4CX_Desc_3', 'Haz clic en el icono de la extensión de Chrome. '), _defineProperty(_es$data, 'HELP_4CX_Desc_4', 'Haz clic en el botón Click the "Enviar" button. '), _defineProperty(_es$data, 'HELP_4CX_Desc_5', 'Elige la cartera desde la que quieres enviar. '), _defineProperty(_es$data, 'HELP_4CX_Desc_6', 'Introduce la dirección a la que deseas enviar en el campo "Dirección de destino:". '), _defineProperty(_es$data, 'HELP_4CX_Desc_7', 'Introduce la cantidad que deseas enviar. También puedes hacer clic en "Enviar todo el saldo" si quieres enviar todo el saldo de la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_8', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_9', 'Comprueba que la dirección y la cantidad que estás enviando son correctos. '), _defineProperty(_es$data, 'HELP_4CX_Desc_10', 'Introduce la contraseña para la cartera. '), _defineProperty(_es$data, 'HELP_4CX_Desc_11', 'Haz clic en "Enviar transacción". '), _defineProperty(_es$data, 'HELP_4CX_Desc_12', 'Utilizando la página "Enviar Ether y Tokens" '), _defineProperty(_es$data, 'HELP_5_Title', '5) ¿Cómo ejecuto MyEtherWallet.com sin conexión/localmente? '), _defineProperty(_es$data, 'HELP_5_Desc_1', 'Puedes ejecutar MyEtherWallet.com en tu equipo en lugar de desde los servidores de GitHub. Puedes generar una cartera totalmente sin conexión y enviar transacciones desde la página "Transacción sin conexión". '), _defineProperty(_es$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_es$data, 'HELP_5_Desc_8', 'Por si no tienes costumbre, es necesario guardar la carpeta completa para ejecutar la página web, no solamente `index.html`. No modifiques ni muevas nada dentro de la carpeta. Si estás guardando una copia del repositorio MyEtherWallet para el futuro, recomendamos guardar únicamente el fichero ZIP para poder estar seguro de que el contenido permanezca intacto. '), _defineProperty(_es$data, 'HELP_5_Desc_9', 'Debido a que estamos constantemente actualizando MyEtherWallet.com, recomendamos que actualices periódicamente tu versión guardada del repositorio. '), _defineProperty(_es$data, 'HELP_5CX_Title', '5) ¿Cómo puedo instalar esta extensión desde el repositorio en lugar de desde la Chrome Store? '), _defineProperty(_es$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_es$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_es$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_es$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_es$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_es$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_es$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_es$data, 'HELP_7_Title', '7) ¿Cómo envío tokens y añado tokens personalizados? '), _defineProperty(_es$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_es$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar ether y tokens" page. '), _defineProperty(_es$data, 'HELP_7_Desc_2', 'Desbloquea tu cartera. '), _defineProperty(_es$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_es$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_es$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_es$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_es$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_es$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_es$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_es$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_es$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_es$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_es$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_es$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_es$data, 'HELP_8_Title', '8) ¿Qué ocurre si vuestro sitio web deja de funcionar? '), _defineProperty(_es$data, 'HELP_8_Desc_1', 'MyEtherWallet no es una cartera web. No tienes un login y nunca se graba nada en nuestros servidores. You don\'t have a login and nothing ever gets saved to our servers. Simplemente es una interfaz que te permite interactuar con la cadena de bloques. '), _defineProperty(_es$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com desapareciera, tendrías que encontrar otra manera de poder hacer lo que haces con nosotros (como por ejemplo obtener geth o Ethereum Wallet / Mist). Pero no necesitarías retirar tus ether de MyEtherWallet porque no están en MyEtherWallet. Están en la cartera que hayas generado a través de nuestro sitio. '), _defineProperty(_es$data, 'HELP_8_Desc_3', 'Puedes importar tu clave privada sin cifrar y tus archivos en formato Geth/Mist (cifrados) directamente en geth / Ethereum Wallet / Mist con mucha facilidad actualmente. Ver más abajo la pregunta #12. '), _defineProperty(_es$data, 'HELP_8_Desc_4', 'Además, la probabilidad de que cerremos MyEtherWallet es casi nula. No nos cuesta prácticamente nada mantenerlo ya que no almacenamos ninguna información. Si borramos el dominio, continúa estando disponible y siempre lo estará en [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puedes descargar desde ahí el archivo ZIP y ejecutarlo localmente. '), _defineProperty(_es$data, 'HELP_8CX_Title', '8) ¿Qué ocurre si MyEtherWallet CX desaparece? '), _defineProperty(_es$data, 'HELP_8CX_Desc_1', 'En primer lugar, los datos se guardan en tu equipo, no en nuestros servidores. Sabemos que puede parecer confuso, pero si miras nuestra extensión de Chrome, NO estás mirando a algo almacenado en nuestros servidores en alguna parte - todo se guarda en tu equipo. '), _defineProperty(_es$data, 'HELP_8CX_Desc_2', 'Dicho esto, es **muy importante** que respaldes toda tu información para todas las nuevas carteras generadas con MyEtherWallet CX. De este modo, si algo le ocurre a MyEtherWallet CX o a tu equipo, seguirás teniendo toda la información necesaria para poder acceder a tus ether. Ver la pregunta #2a sobre cómo respaldar tus carteras. '), _defineProperty(_es$data, 'HELP_8CX_Desc_3', 'Si por algún motivo MyEtherWallet CX desaparece de Chrome Store, puedes encontrar el código fuente en Github y cargarlo manualmente. Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_9_Title', '9) Is the "Enviar ether y tokens" page offline? '), _defineProperty(_es$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_es$data, 'HELP_10_Title', '10) ¿Cómo hago una transacción sin conexión? '), _defineProperty(_es$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_es$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_es$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_es$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_es$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_es$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_es$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_es$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_es$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "Enviar Ether y Tokens". This will broadcast your transaction. '), _defineProperty(_es$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_es$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_es$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_es$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_es$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_es$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_es$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_es$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_es$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_es$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_es$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_es$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_es$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_es$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_es$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_es$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_es$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_es$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_es$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_es$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_es$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_es$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_es$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_es$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_es$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_es$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_es$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_es$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_es$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_es$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_es$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_es$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_es$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_es$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_es$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_es$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_es$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_es$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_es$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_es$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_es$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_es$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_es$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_es$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_es$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_es$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_es$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_es$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_es$data, 'HELP_SecCX_Title', 'Seguridad - MyEtherWallet CX '), _defineProperty(_es$data, 'HELP_SecCX_Desc_1', '¿Dónde está guardando mi información esta extensión? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_2', 'La información que guardas en esta extensión de Chrome se guarda por medio de [chrome.storage](http://chrome.storage/). - este es el mismo lugar en el que se guardan tus contraseñas cuando guardas tus contraseñas en Chrome. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_3', '¿Qué información se guarda? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_4', 'La dirección, alias y clave privada se guardan en chrome.storage. La clave privada se cifra utilizando la contraseña que introdujiste al añadir la cartra. El alias y la dirección de la cartera no están cifrados. '), _defineProperty(_es$data, 'HELP_SecCX_Desc_5', '¿Por qué no se cifran el alias y la dirección de la cartera? '), _defineProperty(_es$data, 'HELP_SecCX_Desc_6', 'Si cifráramos estos ítems, sería necesario que introduzcas una contraseña cada vez que quisieras comprobar el saldo de tu cuenta o vizualizar los alias. Si esto te preocupa, te recomendamos que utilices MyEtherWallet.com en lugar de esta extensión de Chrome. '), _defineProperty(_es$data, 'HELP_Sec_Title', 'Seguridad '), _defineProperty(_es$data, 'HELP_Sec_Desc_1', 'Si una de tus primeras preguntas es "¿Por qué debería confiar en estas personas?, se trata de algo bueno. Esperamos que lo que sigue te sirva de ayuda para disminuir tus preocupaciones. '), _defineProperty(_es$data, 'HELP_Sec_Desc_2', 'Hemos estado funcionando desde agosto de 2015. Si buscas ["myetherwallet" en reddit](https://www.reddit.com/search?q=myetherwallet), puedes encontrar numerosas personas que nos utilizan con gran éxito. '), _defineProperty(_es$data, 'HELP_Sec_Desc_3', 'No vamos a quitarte tu dinero ni a robar tus claves privadas. No hay código malicioso en este sitio. De hecho, las páginas "Generar Cartera" se ejecutan por completo en el cliente. Esto significa que todo el código se ejecuta en ** tu ordenador** y nunca se graba o se transmite a ningún lugar. '), _defineProperty(_es$data, 'HELP_Sec_Desc_4', 'Comprueba la URL -- Este sitio se sirve a través de GitHub y puedes ver el código fuente aquí: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) a [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_es$data, 'HELP_Sec_Desc_5', 'Para generar carteras, puedes descargar el [código fuente](https://github.com/kvhnuke/etherwallet/releases/latest). Ver #5 más arriba. '), _defineProperty(_es$data, 'HELP_Sec_Desc_6', 'Haz una prueba y observa qué actividad de red ocurre. La manera más fácil de hacer esto es hacer clic con el botón derecho en la página y hacer clic en "inspeccionar elemento". Ve a la pestaña "Red". Genera una cartera de prueba. Verás que no hay actividad de red. Puede que veas algo que aparece como data:image/gif y data:image/png. Se trata de los códigos QR generándose en tu ordenador y por tu ordenador. No se ha transferido ni un solo byte. '), _defineProperty(_es$data, 'HELP_Sec_Desc_8', 'Si no te encuentras cómodo utilizando esta herramienta, no la utilices bajo ningún concepto. Hemos creado esta herramienta como una manera útil para que la gente pueda generar carteras y hacer transacciones sin tener que utilizar la línea de comandos o ejecutar un nodo completo. De nuevo, por favor contáctanos si tienes inquietudes y responderemos lo más pronto posible. ¡Gracias! '), _defineProperty(_es$data, 'HELP_FAQ_Title', 'Más respuestas útiles a preguntas frecuentes '), _defineProperty(_es$data, 'HELP_Contact_Title', 'Maneras de contactar con nosotros'), _es$data); module.exports = es; @@ -15527,7 +15524,7 @@ fa.data = (_fa$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fa$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fa$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fa$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fa$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fa$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fa$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fa$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fa$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fa$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fa$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fa$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fa$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fa$data, 'NAV_AddWallet', 'اضافه کردن کیف پول '), _defineProperty(_fa$data, 'NAV_BulkGenerate', 'ساخت جمعی '), _defineProperty(_fa$data, 'NAV_Contact', 'مخاطب '), _defineProperty(_fa$data, 'NAV_Contracts', 'قراردادها '), _defineProperty(_fa$data, 'NAV_DeployContract', 'ایجاد قرارداد '), _defineProperty(_fa$data, 'NAV_ENS', 'ENS '), _defineProperty(_fa$data, 'NAV_GenerateWallet', 'ساخت کیف پول '), _defineProperty(_fa$data, 'NAV_Help', 'کمک '), _defineProperty(_fa$data, 'NAV_InteractContract', 'ارتباط با قرارداد '), _defineProperty(_fa$data, 'NAV_Multisig', 'چند امضایی '), _defineProperty(_fa$data, 'NAV_MyWallets', 'کیف پول های من '), _defineProperty(_fa$data, 'NAV_Offline', 'ارسال بصورت آفلاین '), _defineProperty(_fa$data, 'NAV_SendEther', 'ارسال اتر و توکن '), _defineProperty(_fa$data, 'NAV_SendTokens', 'ارسال توکن '), _defineProperty(_fa$data, 'NAV_Swap', ' یا مبادله '), _defineProperty(_fa$data, 'NAV_ViewWallet', 'مشاهده اطلاعات کیف پول '), _defineProperty(_fa$data, 'NAV_YourWallets', 'کیف پول های شما '), _defineProperty(_fa$data, 'x_AddessDesc', 'ممکن است این را با عنوان "" شماره حساب"" یا ""کلید عمومی"" بشناسید. این چیزی ست که برای افراد دیگر می فرستید تا بتوانند برای شما اتر بفرستند. این آیکون راه آسان تری ست که بتوانید آدرس خود را بشناسید. '), _defineProperty(_fa$data, 'x_Address', 'آدرس شما '), _defineProperty(_fa$data, 'x_Cancel', 'لغو '), _defineProperty(_fa$data, 'x_CSV', 'فایل CSV (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Download', 'دانلود '), _defineProperty(_fa$data, 'x_Json', 'فایل JASON (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_JsonDesc', 'این مدل رمزنگاری نشده JASON از کلید خصوصی شماست. این بدان معناست که به رمزعبور احتیاج ندارید اما هر کس که به فایل JASON شما دسترسی داشته باشد می تواند به کیف پول و اترهای شما بدون رمزعبور دسترسی داشته باشد. '), _defineProperty(_fa$data, 'x_Keystore', 'فایل Keystore (UTC / JSON · Recommended · Encrypted) '), _defineProperty(_fa$data, 'x_Keystore2', 'فایل Keystore (UTC / JSON) '), _defineProperty(_fa$data, 'x_KeystoreDesc', 'این فایل Keystore با فرمت استفاده شده توسط Mist همخوانی دارد، در نتیجه می توانید به راحتی در آینده آن را منتقل کنید. این فایل پیشنهادی برای دانلود و ذخیره بعنوان نسخه پشتیبان است. '), _defineProperty(_fa$data, 'x_Mnemonic', 'x_Mnemonic'), _defineProperty(_fa$data, 'x_ParityPhrase', 'x_ParityPhrase'), _defineProperty(_fa$data, 'x_Password', 'رمز عبور '), _defineProperty(_fa$data, 'x_Print', 'پرینت از کیف پول کاغذی '), _defineProperty(_fa$data, 'x_PrintDesc', 'گزینه پرینت را بزنید و آن را با فرمت PDF ذخیره کنید. حتی اگر پرینتر ندارید! '), _defineProperty(_fa$data, 'x_PrintShort', 'پرینت '), _defineProperty(_fa$data, 'x_PrivKey', 'کلید خصوصی (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_PrivKey2', 'کلید خصوصی '), _defineProperty(_fa$data, 'x_PrivKeyDesc', 'این مدل رمزنگاری نشده کلید خصوصی شماست و بدان معناست که رمزعبوری لازم نیست. اگر فردی بتواند به کلید خصوصی رمزنگاری نشده شما دست پیدا کند، بدون نیاز به رمزعبور می تواند به کیف پول شما دسترسی داشته باشد. به همین خاطر نسخه های رمزنگاری شده بیشتر توصیه می شود. '), _defineProperty(_fa$data, 'x_Save', 'ذخیره '), _defineProperty(_fa$data, 'x_TXT', 'فایل TXT (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Wallet', 'کیف پول '), _defineProperty(_fa$data, 'CX_Tagline', 'افزونه Chrome Extension از کیف پول اتر که بصورت متن باز و در سمت کاربر است'), _defineProperty(_fa$data, 'CX_Warning_1', 'مطمئن شوید که از کیف پول هایی که در اینجا نگهداری می کنید نسخه پشتیبان بیرونی دارید. اتفاقات مختلفی می تواند باعث شود تا اطلاعاتی که در این Chrome Extension دارید از دست برود، مثلا uninstall کردن و دوباره install کردن افزونه. این افزونه راهی ست برای دسترسی راحت تر به کیف پولتان، نه راهی برای داشتن نسخه پشتیبان از آن. '), _defineProperty(_fa$data, 'MEW_Tagline', 'MEW_Tagline'), _defineProperty(_fa$data, 'MEW_Warning_1', 'همیشه قبل از استفاده از کیف پول خود و یا ساختن کیف پول جدید آدرس URL را چک کنید. حواستان به سایت های فیشینگ باشد. '), _defineProperty(_fa$data, 'FOOTER_1', 'ابزاری متن باز و سمت مشتری برای برقراری تعامل امن و آسان با شبکه اتریوم. '), _defineProperty(_fa$data, 'FOOTER_1b', 'ساخته شده توسط '), _defineProperty(_fa$data, 'FOOTER_2', 'از کمک های مالی بسیار قدردانی می شود. '), _defineProperty(_fa$data, 'FOOTER_3', 'تولید کیف پول سمت کاربر توسط '), _defineProperty(_fa$data, 'FOOTER_4', 'رفع مسئولیت '), _defineProperty(_fa$data, 'sidebar_AccountInfo', 'اطلاعات حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountAddr', 'آدرس حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountBal', 'موجودی حساب '), _defineProperty(_fa$data, 'sidebar_TokenBal', 'موجودی توکن ها '), _defineProperty(_fa$data, 'sidebar_Equiv', 'ارزش های معادل '), _defineProperty(_fa$data, 'sidebar_TransHistory', 'سابقه تراکنش ها '), _defineProperty(_fa$data, 'sidebar_donation', 'وبسایت MyEtherWallet یک سرویس متن باز و رایگان است که وقف امنیت و حریم خصوصی شما شده است. هرچه مقدار کمک های مالی بیشتر باشد، می توانیم زمان بیشتری برای ایجاد ویژگی های جدید، خواندن نظرات شما و ارائه محصولاتی که می خواهید داشته باشیم. ما تنها دو نفر هستیم که سعی در تغییر جهان داریم. کمک می کنید؟ '), _defineProperty(_fa$data, 'sidebar_donate', 'یا کمک مالی '), _defineProperty(_fa$data, 'sidebar_thanks', 'با تشکر از شما '), _defineProperty(_fa$data, 'decrypt_Access', 'چطور می خواهید به کیف گولتان دسترسی داشته باشید؟ '), _defineProperty(_fa$data, 'decrypt_Title', 'فرمت (مدل) کیف پول خصوصی خود را انتخاب کنید. '), _defineProperty(_fa$data, 'decrypt_Select', 'یک کیف پول انتخاب کنید. '), _defineProperty(_fa$data, 'MNEM_1', 'لطفا آدرسی که می خواهید با آن ارتباط برقرار کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_2', 'با یک عبارت HD mnemonic می توانید به چند کیف پول یا آدرس دسترسی داشته باشید. در حال حاضر آدرسی که می خواهید از آن استفاده کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_more', 'آدرس های بعدی '), _defineProperty(_fa$data, 'MNEM_prev', 'آدرس های قبلی '), _defineProperty(_fa$data, 'x_Ledger', 'لجر نانو اس (Ledger Nano S) '), _defineProperty(_fa$data, 'ADD_Ledger_1', 'لجر نانو اس خود را متصل کنید '), _defineProperty(_fa$data, 'ADD_Ledger_2', 'برنامه Ethereum را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Exp', 'برنامه Expanse را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Ubq', 'برنامه Ubiq را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_3', 'تایید کنید که پشتیبانی مرورگر (Browser Support) از قسمت Settings فعالی است. '), _defineProperty(_fa$data, 'ADD_Ledger_4', 'اگر هیچ حمایتی از طرف مرورگرها در تنظیمات پیدا نشد، مطمئن شوید که نسخه [Firmware شماره 1.2](https://www.ledgerwallet.com/apps/manager) را دارید. '), _defineProperty(_fa$data, 'ADD_Ledger_0a', 'با یک کانکشن امن (SSL) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_0b', 'با استفاده از [Chrome](https://www.google.com/chrome/browser/desktop/) یا [Opera](https://www.opera.com/) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_scan', 'به Ledger Nano S وصل شوید. '), _defineProperty(_fa$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fa$data, 'ADD_Trezor_scan', 'به TREZOR وصل شوید. '), _defineProperty(_fa$data, 'ADD_Label_1', 'می خواهید چه کاری انجام دهید؟ '), _defineProperty(_fa$data, 'ADD_Radio_1', 'ساخت کیف پول جدید '), _defineProperty(_fa$data, 'ADD_Radio_2', 'فایل کیف پول خود را انتخاب کنید (Keystore / JASON) '), _defineProperty(_fa$data, 'ADD_Radio_2_alt', 'فایل کیف پول خود را انتخاب کنید '), _defineProperty(_fa$data, 'ADD_Radio_2_short', 'نوع فایل را انتخاب کنید: '), _defineProperty(_fa$data, 'ADD_Radio_3', 'کلید خصوصی خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Radio_5', 'رمز mnemonic خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_5_Path', 'ADD_Radio_5_Path'), _defineProperty(_fa$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_fa$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_fa$data, 'ADD_Label_2', 'یک نام اختصاری انتنخاب کنید '), _defineProperty(_fa$data, 'ADD_Label_3', 'کیف پول شما رمزنگاری شده است. لطفا رمزعبور خود را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Warning_1', 'شما می توانید هر حسابی را در قسمت کیف پول ها اضافه کنید تا بدون نیاز به آپلود کردن کلید خصوصی بتوانید آن را ""مشاهده"" کنید. این بدان معنا **نیست** که به کیف پول دسترسی دارید یا می توانید از آن اتر ارسال کنید. '), _defineProperty(_fa$data, 'ADD_Label_5', 'آدرس را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_6', 'قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'ADD_Label_6_short', 'باز کردن قفل '), _defineProperty(_fa$data, 'ADD_Label_7', 'اضافه کردن حساب '), _defineProperty(_fa$data, 'ADD_Label_8', 'رمز عبور (اختیاری) '), _defineProperty(_fa$data, 'MYWAL_Nick', 'نام اختصاری کیف پول '), _defineProperty(_fa$data, 'MYWAL_Address', 'آدرس کسف پول '), _defineProperty(_fa$data, 'MYWAL_Bal', 'موجودی '), _defineProperty(_fa$data, 'MYWAL_Edit', 'ویرایش '), _defineProperty(_fa$data, 'MYWAL_View', 'مشاهده '), _defineProperty(_fa$data, 'MYWAL_Remove', 'پاک کردن '), _defineProperty(_fa$data, 'MYWAL_RemoveWal', 'پاک کردن کیف پول '), _defineProperty(_fa$data, 'MYWAL_WatchOnly', 'حساب های کاربری که تنها قابل نظارت هستند'), _defineProperty(_fa$data, 'MYWAL_Viewing', 'مشاهده کیف پول '), _defineProperty(_fa$data, 'MYWAL_Hide', 'مخفی کردن اطلاعات کیف پول '), _defineProperty(_fa$data, 'MYWAL_Edit_2', 'ویرایش کیف پول '), _defineProperty(_fa$data, 'MYWAL_Name', 'نام کیف پول '), _defineProperty(_fa$data, 'MYWAL_Content_1', 'اخطار! شما در حال پاک کردن کیف پول خود هستید. '), _defineProperty(_fa$data, 'MYWAL_Content_2', 'پیش از پاک کردن آن مطمئن شوید که کلید خصوصی و (یا) فایل Keystore و رمزعبور را ذخیره کرده اید. '), _defineProperty(_fa$data, 'MYWAL_Content_3', ',اگر در آینده بخواهید از این کیف پول با استفاده از MyEtherWallet CX خود استفاده کنید، باید بصورت دستی دوباره آن را اضافه کنید. این کار با استفاده از key/JASON و رمزعبور انجام می شود.'), _defineProperty(_fa$data, 'GEN_desc', 'اگر می خواهید چند کیف پول بسازید می توانید از اینجا اقدام کنید. '), _defineProperty(_fa$data, 'GEN_Label_1', 'یک رمز عبور قوی انتخاب کنید (حداقل 9 کاراکتر) '), _defineProperty(_fa$data, 'GEN_Placeholder_1', 'فراموش نکنید که این را ذخیره کنید. '), _defineProperty(_fa$data, 'GEN_SuccessMsg', 'ساخت کیف پول شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'GEN_Label_2', 'فایل کیف پول خود را ذخیره کنید. رمزعبور خود را فراموش نکنید. '), _defineProperty(_fa$data, 'GEN_Label_3', 'آدرس خود را ذخیره کنید '), _defineProperty(_fa$data, 'GEN_Label_4', 'اختیاری: از کیف پول کاغذی خود یک پرینت تهیه کنید و یا کد QR آن را نگهداری کنید. '), _defineProperty(_fa$data, 'BULK_Label_1', 'تعداد کیف پول هایی که می خواهید بسازید '), _defineProperty(_fa$data, 'BULK_Label_2', 'ساخت کیف پول ها '), _defineProperty(_fa$data, 'BULK_SuccessMsg', 'ساخت کیف پول های شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'SEND_addr', 'به آدرس '), _defineProperty(_fa$data, 'SEND_amount', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SEND_amount_short', 'مقدار '), _defineProperty(_fa$data, 'SEND_custom', 'SEND_custom'), _defineProperty(_fa$data, 'SEND_gas', 'سوخت '), _defineProperty(_fa$data, 'SEND_TransferTotal', 'ارسال کل موجودی '), _defineProperty(_fa$data, 'SEND_generate', 'ایجاد تراکنش '), _defineProperty(_fa$data, 'SEND_raw', 'تراکنش خام '), _defineProperty(_fa$data, 'SEND_signed', 'تراکنش امضا شده '), _defineProperty(_fa$data, 'SEND_trans', 'ارسال تراکنش '), _defineProperty(_fa$data, 'SENDModal_Title', 'اخطار '), _defineProperty(_fa$data, 'SENDModal_Content_1', 'بزودی ارسال را انجام خواهید داد. '), _defineProperty(_fa$data, 'SENDModal_Content_2', 'به آدرس '), _defineProperty(_fa$data, 'SENDModal_Content_3', 'آیا از انجام این کار اطمینان دارید؟ '), _defineProperty(_fa$data, 'SENDModal_Content_4', 'توجه: اگر با یک خطا (error) مواجه شدید، احتمالا باید به حساب خود اتر اضافه کنید تا بتواند هزینه سوخت ارسال توکن ها را پوشش دهد. (سوخت با اتر پرداخت می شود) '), _defineProperty(_fa$data, 'SENDModal_No', 'نه. من را از اینجا خارج کن '), _defineProperty(_fa$data, 'SENDModal_Yes', 'بله مطمئن هستم. تراکنش را انجام بده '), _defineProperty(_fa$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_fa$data, 'TOKEN_Symbol', 'علامت توکن '), _defineProperty(_fa$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_fa$data, 'TOKEN_show', 'نمایش تمام توکن ها '), _defineProperty(_fa$data, 'TOKEN_hide', 'پنهان سازی توکن ها '), _defineProperty(_fa$data, 'TRANS_desc', 'اگر می خواهید توکن ارسال کنید لطفا به صفحه ""ارسال توکن"" مراجعه کنید. '), _defineProperty(_fa$data, 'TRANS_warning', 'اگر از توابع ""فقط ETH"" یا ""فقط ETC"" استفاده می کنید، شما در حال ارسال از طریق یک قرارداد هستید. برخی از سرویس ها با قبول چنین تراکنش هایی مشکل دارند. بیشتر '), _defineProperty(_fa$data, 'TRANS_advanced', 'پیشرفته: افزودن اطلاعات '), _defineProperty(_fa$data, 'TRANS_data', 'اطلاعات '), _defineProperty(_fa$data, 'TRANS_gas', 'سقف سوخت '), _defineProperty(_fa$data, 'TRANS_sendInfo', 'هزینه یک تراکنش استاندارد با سوخت 21000 معادل با 0.000441 خواهد بود. ما از هزینه گاز 0.000000021 اتر که کمی بالاتر از هزینه متوسط است استفاده می کنیم تا مطمئن شویم که سریع استخراج می شود. ما کارمزد تراکنش نمی گیریم. '), _defineProperty(_fa$data, 'OFFLINE_Title', 'ایجاد و ارسال تراکنش آفلاین '), _defineProperty(_fa$data, 'OFFLINE_Desc', 'تولید یک تراکنش آفلاین در سه مرحله انجام می گیرد. مراحل 1 و 3 را باید در یک کامپیوتر آنلاین و مرحله 2 را در یک کامپیوتر آفلاین (یا قرنطینه) تکمیل کرد. این کار تضمین می کند که کلیدهای خصوصی شما با هیچ دستگاه متصل به اینترنتی ارتباط برقرار نکند. '), _defineProperty(_fa$data, 'OFFLLINE_Step1_Title', 'مرحله 1: تولید اطلاعات (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step1_Button', 'تولید اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_1', 'از آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_2', 'توجه: این آدرس فرستنده است و نه آدرس گیرنده. این آدرس فعلا از حساب کاربری (اکانت) اصلی تولید شده است. اگر از یک کامپیوتر قرنطینه استفاده می شود، این آدرس باید آدرس حساب کاربری محل ذخیره سازی غیر متصل باشد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Title', 'مرحله 2: تولید تراکنش (کامپیوتر آفلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_1', 'به آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_2', 'مقدار ارسالی '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3', 'قیمت سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4', 'حد سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4b', 'مقدار 2100 میزان پیش فرض حد سوخت است. زمانی که اطلاعات add\'l یا قراردادی را ارسال می کنید ممکن است نیاز به تغییر آن وجود داشته باشد. هر مقداری از سوخت که مورد استفاده قرار نگیرد به شما بازگردانده می شود. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5', 'OFFLINE_Step2_Label_5'), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6', 'اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6b', 'این قسمت اختیاری است. معمولا زمانی که تراکنشی به قراردی فرستاده می شود اطلاعات مورد استفاده قرار می گیرد. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_7', 'کلید خصوصی/ JASON خود را وارد/انتخاب کنید '), _defineProperty(_fa$data, 'OFFLINE_Step3_Title', 'مرحله 3: ارسال/ انتشار تراکنش (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step3_Label_1', 'تراکنش امضا شده از مرحله 2 را در این قسمت قرار داده و دکمه ""SEND TRANSACTION"" را بزنید. '), _defineProperty(_fa$data, 'x_Access', 'دسترسی '), _defineProperty(_fa$data, 'CONTRACT_Title', 'آدرس قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Title_2', 'انتخاب قرارداد موجود '), _defineProperty(_fa$data, 'CONTRACT_Json', 'ظاهر کاربری ABI/ JASON '), _defineProperty(_fa$data, 'CONTRACT_Interact_Title', 'خواندن/ نوشتن قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Interact_CTA', 'یک تابع را انتخاب کنید '), _defineProperty(_fa$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fa$data, 'CONTRACT_Read', 'بخوان '), _defineProperty(_fa$data, 'CONTRACT_Write', 'بنویس '), _defineProperty(_fa$data, 'DEP_generate', 'ساخت Bytecode '), _defineProperty(_fa$data, 'DEP_generated', 'Bytecode ساخته شده '), _defineProperty(_fa$data, 'DEP_signtx', 'امضای تراکنش '), _defineProperty(_fa$data, 'DEP_interface', 'ظاهر کاربری ساخته شده '), _defineProperty(_fa$data, 'NODE_Title', 'نود یا گره خود را بسازید. '), _defineProperty(_fa$data, 'NODE_Subtitle', 'جهت وصل شدن به یک نود محلی... '), _defineProperty(_fa$data, 'NODE_Warning', 'نود شما باید HTTPS باشد تا بتوانید از طریق MyEtherWallet.com به آن متصل شوید. می توانید [مخزن MyEtherWallet را دانلود و اجرا کنید](https://github.com/kvhnuke/etherwallet/releases/latest) تا بتوانید به هر نودی متصل شوید؛ یا می توانید از طریق [LetsEncrypt](https://letsencrypt.org/) مدرک SSL رایگان دریافت کنید. '), _defineProperty(_fa$data, 'NODE_Name', 'نام نود '), _defineProperty(_fa$data, 'NODE_Port', 'پورت نود '), _defineProperty(_fa$data, 'NODE_CTA', 'ذخیره و استفاده نود کاستوم '), _defineProperty(_fa$data, 'SWAP_rates', 'امتیازهای فعلی '), _defineProperty(_fa$data, 'SWAP_init_1', 'I want to swap my ,'), _defineProperty(_fa$data, 'SWAP_init_2', ' for , // ""I want to swap my X ETH for X BTC'), _defineProperty(_fa$data, 'SWAP_init_CTA', 'ادامه '), _defineProperty(_fa$data, 'SWAP_information', 'اطلاعات شما '), _defineProperty(_fa$data, 'SWAP_send_amt', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SWAP_rec_amt', 'مقدار دریافتی '), _defineProperty(_fa$data, 'SWAP_your_rate', 'امتیاز شما '), _defineProperty(_fa$data, 'SWAP_rec_add', 'آدرس دریافت کردن شما '), _defineProperty(_fa$data, 'SWAP_start_CTA', 'شروع جابجایی '), _defineProperty(_fa$data, 'SWAP_ref_num', 'شماره مرجع شما '), _defineProperty(_fa$data, 'SWAP_time', 'زمان باقیمانده برای ارسال '), _defineProperty(_fa$data, 'SWAP_elapsed', 'Time elapsed since sent '), _defineProperty(_fa$data, 'SWAP_progress_1', 'سفارش ثبت شد '), _defineProperty(_fa$data, 'SWAP_progress_2', 'Waiting for your , // Waiting for your BTC...'), _defineProperty(_fa$data, 'SWAP_progress_3', 'Received! , // ETH Received!'), _defineProperty(_fa$data, 'SWAP_progress_4', 'Sending your {{orderResult.output.currency}} ,'), _defineProperty(_fa$data, 'SWAP_progress_5', 'Order Complete ,'), _defineProperty(_fa$data, 'SWAP_order_CTA', 'Please send , // Please send 1 ETH...'), _defineProperty(_fa$data, 'SWAP_unlock', 'Unlock your wallet to send ETH or Tokens directly from this page. '), _defineProperty(_fa$data, 'NAV_SignMsg', 'امضای پیام '), _defineProperty(_fa$data, 'MSG_message', 'پیام '), _defineProperty(_fa$data, 'MSG_date', 'تاریخ '), _defineProperty(_fa$data, 'MSG_signature', 'امضا '), _defineProperty(_fa$data, 'MSG_verify', 'تایید پیام '), _defineProperty(_fa$data, 'MSG_info1', 'تاریخ فعلی را وارد کنید تا امکان استفاده دوباره از امضا در تاریخ دیگری وجود داشته باشد. '), _defineProperty(_fa$data, 'MSG_info2', 'اسم اختصاری خود و جایی که از آن استفاده می کنید را وارد کنید تا فرد دیگری نتواند از آن استفاده کند. '), _defineProperty(_fa$data, 'MSG_info3', 'یک دلیل مخصوص برای این پیام انتخاب کنید تا نتوان از آن برای مقصود دیگری استفاده کرد. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. شاید بخواهید این کار را جهت انتقال حساب خود به [Geth یا Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) انجام دهید. اگر می خواهید موجودی خود را ببینید پیشنهاد می کنیم که از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle_Short', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. '), _defineProperty(_fa$data, 'VIEWWALLET_SuccessMsg', 'با موفقیت انجام شد. می توانید جزئیات کیف پول خود را ببینید. '), _defineProperty(_fa$data, 'CX_error_1', 'شما هیچ کیف پول ذخیره شده ای ندارید. گزینه [""اضافه کردن کیف پول""](/cx-wallet.html#add-wallet) را انتخاب کنید تا بتوانید یکی بسازید. '), _defineProperty(_fa$data, 'CX_quicksend', 'CX_quicksend'), _defineProperty(_fa$data, 'ERROR_0', '(error_01) لطفا مقدار معتبر وارد کنید.. Please enter a valid amount.'), _defineProperty(_fa$data, 'ERROR_1', '(error_02) رمزعبور انتخابی حداقل باید 9 حرف باشد. لطفا از یک رمزعبور قوی استفاده کنید.. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fa$data, 'ERROR_2', '(error_03) این نوع از فایل کیف پول قابل شناسایی نیست.. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fa$data, 'ERROR_3', '(error_04) این فایل کیف پول معتبر نیست.. This is not a valid wallet file.'), _defineProperty(_fa$data, 'ERROR_4', '(error_05) این واحد وجود ندارد، لطفا یکی از واحدهای زیر را انتخاب کنید.. This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fa$data, 'ERROR_5', '(error_06) آدرس نامعتبر است. Please enter a valid address.'), _defineProperty(_fa$data, 'ERROR_6', '(error_07) رمز عبور نامعتبر است. Please enter a valid password.'), _defineProperty(_fa$data, 'ERROR_7', '(error_08) مقدار نامعتبر است. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fa$data, 'ERROR_8', '(error_09) میزان حد سوخت نامعتبر است. Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fa$data, 'ERROR_9', '(error_10) داده نامعتبر است. Please enter a valid data value (Must be hex.)'), _defineProperty(_fa$data, 'ERROR_10', '(error_11) میزان سوخت نامعتبر است. Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fa$data, 'ERROR_11', '(error_12) تراکنش امضا شده نامعتبر است Please enter a valid nonce (Must be an integer.)'), _defineProperty(_fa$data, 'ERROR_12', '(error_13) قبلا کیف پولی با این نام ساخته شده است Invalid signed transaction.'), _defineProperty(_fa$data, 'ERROR_13', '(error_14) کیف پول پیدا نشد A wallet with this nickname already exists.'), _defineProperty(_fa$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_fa$data, 'ERROR_15', '(error_16) کیف پولی با این آدرس در حافظه وجود دارد، لطفا صفحه کیف پول خود را چک کنید. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fa$data, 'ERROR_16', '(error_17) برای پوشش هزینه سوخت باید حداقل 0.001 اتر در حساب خود داشته باشید. لطفا مقداری اتر اضافه کرده و دوباره امتحان کنید. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fa$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'ERROR_18', '(error_19) کاراکتر غیرمعتبر است All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fa$data, 'ERROR_19', '(error_20) این توکن نامعتبر است Please enter a valid symbol'), _defineProperty(_fa$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fa$data, 'ERROR_21', '(error_22) لطفا یک نام نود (گره) معتبر وارد کنید Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fa$data, 'ERROR_22', '(error_23) لطفا url صحیح وارد کنید. در صورتی که از https استفاده می کنید url شما باید https باشد Please enter a valid node name'), _defineProperty(_fa$data, 'ERROR_23', '(error_24) لطفا یک پورت معتبر وارد کنید Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fa$data, 'ERROR_24', '(error_25) لطفا آیدی زنجیره معتبر وارد کنید Please enter a valid port.'), _defineProperty(_fa$data, 'ERROR_25', '(error_26) لطفا ABI معتبر وارد کنید Please enter a valid chain ID.'), _defineProperty(_fa$data, 'ERROR_26', '(error_27) کمترین مقدار: 0.01 ، بیشترین مقدار: Please enter a valid ABI.'), _defineProperty(_fa$data, 'ERROR_27', '(error_28) برای دسترسی به این کیف پول در آینده به فایل Keystore و رمزعبور خود (یا کلید خصوصی) نیاز خواهید داشت. لطفا آن را ذخیره کنید و یک نسخه پشتیبان خارجی بسازید. اگر آن را ذخیره نکنید، هیچ راهی برای بازگرداندن کیف پول وجود ندارد. برای راهنمایی [صفحه کمک](https://www.myetherwallet.com/#help) را مطالعه بفرمایید. Minimum amount: 0.01. Max amount:'), _defineProperty(_fa$data, 'ERROR_28', '(error_29) لطفا شناسه و رمزعبور معتبر وارد کنید You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fa$data, 'ERROR_29', '(error_30) لطفا نام ENS معتبر وارد کنید Please enter a valid user and password.'), _defineProperty(_fa$data, 'ERROR_30', '(error_31) عبارت خصوصی نامعتبر است Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fa$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fa$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fa$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fa$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fa$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fa$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fa$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fa$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fa$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fa$data, 'GETH_Balance', '(geth-01) موجودی کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_Cheap', '(geth-02) قیمت سوخت برای پذیرفته شدن کم است. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fa$data, 'GETH_GasLimit', '(geth-03) سوخت بیش از حد است. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fa$data, 'GETH_InsufficientFunds', '(geth-04) موجودی برای سوخت * قیمت + مقدار کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_IntrinsicGas', '(geth-05) سوخت اصلی کم است. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fa$data, 'GETH_InvalidSender', '(geth-06) ارسال کننده نامعتبر است. Invalid sender.'), _defineProperty(_fa$data, 'GETH_NegativeValue', '(geth-07) مقدار منفی. Negative value.'), _defineProperty(_fa$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'GETH_NonExistentAccount', '(geth-09) حساب وجود ندارد و یا موجودی حساب کم است. Account does not exist or account balance too low'), _defineProperty(_fa$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'SUCCESS_1', 'آدرس معتبر است '), _defineProperty(_fa$data, 'SUCCESS_2', 'کیف پول با موفقیت رمزگشایی شد '), _defineProperty(_fa$data, 'SUCCESS_3', 'تراکنش ثبت شد. TX ID '), _defineProperty(_fa$data, 'SUCCESS_4', 'کیف پول شما با موفقیت اضافه شد '), _defineProperty(_fa$data, 'SUCCESS_5', 'فایل انتخاب شد '), _defineProperty(_fa$data, 'WARN_Send_Link', 'شما از طریق یک لینک که آدرس، مقدار، سوخت، زمینه های داده و یا نوع تراکنش (مدل ارسال) که برای شما پر شده است را دارد به اینجا آمده اید. می توانید هر اطلاعاتی را پیش از انجام ارسال تغییر دهید. برای شروع، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'translate_version', '0.4_Alpha'), _defineProperty(_fa$data, 'Translator_Desc', 'Persian Translation done by Coiniran.com team'), _defineProperty(_fa$data, 'TranslatorName_1', 'Shayan Es'), _defineProperty(_fa$data, 'TranslatorAddr_1', '0xc2285f89B5b228E9a51f2B80dd0712F0ac071C9e'), _defineProperty(_fa$data, 'TranslatorName_2', 'TranslatorName_2'), _defineProperty(_fa$data, 'TranslatorAddr_2', 'TranslatorAddr_2'), _defineProperty(_fa$data, 'TranslatorName_3', 'TranslatorName_3'), _defineProperty(_fa$data, 'TranslatorAddr_3', 'TranslatorAddr_3'), _defineProperty(_fa$data, 'TranslatorName_4', 'TranslatorName_4'), _defineProperty(_fa$data, 'TranslatorAddr_4', 'TranslatorAddr_4'), _defineProperty(_fa$data, 'TranslatorName_5', 'TranslatorName_5'), _defineProperty(_fa$data, 'TranslatorAddr_5', 'TranslatorAddr_5'), _defineProperty(_fa$data, 'HELP_Warning', 'اگر قبل از 31دسامبر سال 2015 کیف پولی ساخته اید یا مخزن را دانلود کردید، لطفا لطفا کیف پول های خود را چک کنید و نسخه جدید مخزن را دانلود کنید. برای جزئیات کلیک کنید. '), _defineProperty(_fa$data, 'HELP_Desc', 'آیا سوال دیگری دارید؟ [با ما در ارتباط باشید](mailto:support@myetherwallet.com). ما به سوال شما در همین صفحه پاسخ خواهیم داد تا دیگران نیز از آن استفاده کنند. '), _defineProperty(_fa$data, 'HELP_Remind_Title', 'یادآوری '), _defineProperty(_fa$data, 'HELP_Remind_Desc_1', 'بخش هایی مثل Ethereum، MyEtherWallet.com و My EtherWallet CX و برخی دیگر از کتابخانه های زیرساختی که بر پایه Javascript است دائما در حال توسعه هستند. با اینکه ما آن ها را بطور کامل تست کردیم و ده ها هزار کیف پول با موفقیت در سراسر دنیا ساخته شده، همیشه احتمال اینکه اتفاقی غیرمنتظره رخ دهد و باعث از دست رفتن اتر شما شود وجود دارد. لطفا مراقب باشید و بیش از آنچه که در صورت از دست دادن آن برایتان مشکلی پیش نیاید سرمایه گذاری نکنید. اگر اتفاقی افتاد، بسیار متاسفیم، اما **ما مسئول از دست رفتن اتر نیستیم**. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_2', 'گزینه هایی مثل MyEtherWallet.com و MyWtherWallet CX ""کیف پول وبی"" نیستند. شما یک حساب کاربری نمی سازید و اترهای خود را جهت نگهداری از آن ها به ما نمی دهید. هیچ داده ای از کامپیوتر یا مرورگر شما خارج نمی شود. ما کار را برای شما جهت ایجاد، ذخیره، دسترسی به اطلاعات و تعامل با بلاکچیین آسان می کنیم. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_3', 'اگر رمز عبور و کلید خصوصی خود را ذخیره نکنید، هیچ راهی برای دسترسی دوباره به کیف پول خود و سرمایه موجود در آن نخواهید داشت. از آن ها در مکان های فیزیکی مختلف (نه فقط در کامپیوتر خود) چندین نسخه پشتیبان تهیه کنید. '), _defineProperty(_fa$data, 'HELP_0_Title', 'سوال 0: من تازه کار هستم. چگونه شروع کنم؟ '), _defineProperty(_fa$data, 'HELP_0_Desc_1', 'وبسایت MyEtherWallet به شما امکان ساخت کیف پول های جدید جهت ذخیره اتر (Ether)خود در آن را برای شما فراهم می کند تا دیگر نیازی به ذخیره سرمایه خود در یک صرافی نداشته باشید. این فرآیند بطور کامل بر روی کامپیوتر شما، و نه بر روی سرورها، انجام می شود. به همین خاطر زمانی که یک کیف پول جدید می سازید، **خودتان مسئول ایجاد یک نسخه پشتیبان از آن هستید**. '), _defineProperty(_fa$data, 'HELP_0_Desc_2', 'ایجاد یک کیف پول جدید '), _defineProperty(_fa$data, 'HELP_0_Desc_3', 'از کیف پول نسخه پشتیبان تهیه کنید '), _defineProperty(_fa$data, 'HELP_0_Desc_4', 'تایید کنید که به این کیف پول جدید دسترسی دارید و تمام اطلاعات لازم را ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_0_Desc_5', 'به این کیف پول جدید، اتر منتقل کنید. '), _defineProperty(_fa$data, 'HELP_1_Title', 'سوال 1: چگونه یک کیف پول جدید بسازم؟ '), _defineProperty(_fa$data, 'HELP_1_Desc_1', 'به صفحه ""ساخت کیف پول"" مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_2', 'به صفحه ""اضافه کردن کیف پول"" رفته و سپس ""ساخت کیف پول جدید"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_3', 'یک رمزعبور قوی انتخاب کنید. در صورتی که فکر می کنید رمز عبور خود را فراموش خواهید، آن را در جایی مطمئن ذخیره کنید. برای ارسال تراکنش به این رمز عبور نیاز خواهید داشت. '), _defineProperty(_fa$data, 'HELP_1_Desc_4', 'گزینه ""ساخت"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_5', 'کیف پول شما ساخته شد. '), _defineProperty(_fa$data, 'HELP_2a_Title', 'سوال 2 الف: چگونه از کیف پول خود یک نسخه پشتیبان (یا بک-آپ) تهیه کنم؟ '), _defineProperty(_fa$data, 'HELP_2a_Desc_1', 'همیشه باید نسخه پشتیبانی از کیف پول خود در چندین محل فیزیکی داشته باشید (مثلا روی usb یا یک تکه کاغذ) '), _defineProperty(_fa$data, 'HELP_2a_Desc_2', 'آدرس را ذخیره کنید. می توانید ان را برای خود نگه دارید و یا با سایرین به اشتراک بگذارید که در اینصورت سایر افراد می توانند برای شما اتر بفرستند. '), _defineProperty(_fa$data, 'HELP_2a_Desc_3', 'چند نسخه از کلید خصوصی خود را نگهداری کنید. داشتن کلید خصوصی برای دسترسی به اترهایتان و ارسال آن ها لازم است. سه نوع کلید خصوصی وجود دارد.'), _defineProperty(_fa$data, 'HELP_2a_Desc_4', 'آدرس خود، نسخه های کلید خصوصی و مدل پی دی افی کیف پول کاغذی خود را در یک فولدر (پوشه) بگذارید و آن را در کامپیوتر و یک یو اس بی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_5', 'در صورتی که پرینتر دارید از کیف پول خود یک پرینت تهیه کنید. در غیر اینصورت کلید خصوصی و آدرس را در کاغذی یادداشت کنید. این را جدای از کامپیوتر و usb در محلی امن نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_6', 'HELP_2a_Desc_6'), _defineProperty(_fa$data, 'HELP_2b_Title', ',سوال 2 ب: '), _defineProperty(_fa$data, 'HELP_2b_Desc_1', 'به لینک زیر بروید: https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest '), _defineProperty(_fa$data, 'HELP_2b_Desc_2', 'بر روی dist-vX.X.X.X.zip کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_3', 'فایل زیپ را به یک کامپیوتر قرنطینه منتقل کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_4', 'آن را از حالت فشرده خارج کرده و بر روی index.html کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_5', 'یک کیف پول با رمز عبور قوی بسازید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_6', 'آدرس را ذخیره کنید. نسخه هایی از کلید خصوصی ذخیره کنید. اگر ممکن است رمز عبور را فراموش کنید آن را نیز ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_7', 'این کاغذها و Usbها را در محل های مختلفی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_8', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید و رمز عبور یا کلید خصوصی خود را وارد کنید تا مطمئن شوید که صحیح هستند. مطمئن شوید که مشابه با آدرسی ست که یادداشت کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Title', 'سوال 3: چگونه این موضوع که به کیف پول خود دسترسی دارم را تایید کنم؟ '), _defineProperty(_fa$data, 'HELP_3_Desc_1', 'حتما **قبل از آنکه به کیف پول جدید خود اتر ارسال کنید**، مطمئن شوید که به آن دسترسی دارید. '), _defineProperty(_fa$data, 'HELP_3_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_3', 'به صفحه ""مشاهده اطلاعات کیف پول"" در MyetherWallet.com بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_4', 'فایل کیف پول و یا کلید خصوصی را انتخاب کنید و کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_5', 'HELP_3_Desc_5'), _defineProperty(_fa$data, 'HELP_3_Desc_6', 'دکمه ""گشودن کیف پول"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_7', 'اطلاعات کیف پول شما باید نمایش داده شود. آدرس حساب خود را می توانید در کنار یک آیکون دایره ای شکل و رنگی بیابید. آیکون موجود بصورت بصری آدرس شما را نمایش می دهد. مطمئن شوید که آدرس همان آدرسی ست که در نوشته متنی خود و کیف پول کاغذی خود ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Desc_8', 'اگر می خواهید مقدار زیادی اتر سپرده (نگهداری) کنید، پیشنهاد می کنیم که پیش از این کار، در ابتدا مقدار کمی اتر از این کیف پول جدید ارسال کنید. 0.001 اتر به کیف پول جدید خود ارسال کنید، سپس از کیف پول خود آن مقدار را به یک آدرس دیگر بفرستید و مطمئن شوید که همه چیز به درستی کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Title', 'سوال 4: چگونه از یک کیف پول به یک کیف پول دیگر اتر منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_4_Desc_1', 'اگر قصد دارید مقدار زیادی اتر جابجا کنید بهتر است که اول یک مقدار کم به کیف پولتان ارسال کنید تا مطمئن شوید همه چیز درست کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Desc_2', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_4_Desc_3', 'با انتخاب فایل کیف پول و یا کلید خصوصی، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_4', 'اگر کیف پول رمزگذاری شده باشد، یک صفحه کوچک باز می شود که باید رمز عبور خود را در آن وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_5', 'کلید ""باز کردن کیف پول"" را بفشارید. '), _defineProperty(_fa$data, 'HELP_4_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن اتر ارسال کنید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_7', 'مقداری که می خواهید ارسال کنید را وارد کنید. در صورتی که می خواهید تمام موجودی خود را ارسال کنید می توانید گزینه ""ارسال کل موجودی"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_9', 'گزینه ""تولید تراکنش"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_10', 'چند قسمت دیگر ظاهر خواهد شد. این مربوط به مرورگر شماست که در حال ساخت تراکنش می باشد. '), _defineProperty(_fa$data, 'HELP_4_Desc_11', 'در زیر آن، بر روی دکمه آبی ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_12', 'صفحه ای ظاهر می شود. در آن صفحه باید تایید کنید که میزان و آدرسی که می خواهید به آن اتر ارسال کنید صحیح است. سپس گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_13', 'تراکنش انجام خواهد شد و TX ID نمایش داده می شود. می توانید با کلیک بر روی TX ID آن را بر روی بلاکچین ببینید. '), _defineProperty(_fa$data, 'HELP_4CX_Title', 'سوال 4: چگونه با کیف پول MyEtherWallet خود اتر ارسال کنم؟ '), _defineProperty(_fa$data, 'HELP_4CX_Desc_1', 'ابتدا باید یک کیف پول را اضافه کنید. وقتی این کار را انجام دادید دو گزینه پیش رو خواهید داشت: گزینه ""ارسال سریع"" که از طریق آیکون افزونه Chrome Extension کار می کند و گزینه دیگر که از صفحه ""ارسال اتر و توکن"" به آن دسترسی خواهید داشت. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_2', 'HELP_4CX_Desc_2'), _defineProperty(_fa$data, 'HELP_4CX_Desc_3', 'بر روی آیکون Chrome Extension کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_4', 'دکمه ""ارسال سریع"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_5', 'کیف پولی که می خواهید از آن ارسال را انجام دهید انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن ارسال انجام دهید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_7', 'میزان ارسالی را وارد کنید. همچنین می توانید با استفاده از لینک ""ارسال کل موجودی"" ، تمام موجودی خود را ارسال کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_8', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_9', 'میزان و آدرس ارسالی را تایید کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_10', 'رمز عبور این کیف پول را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_11', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_12', 'استفاده از صفحه ""ارسال اتر و توکن ها"" '), _defineProperty(_fa$data, 'HELP_5_Title', 'سوال 5: چگونه از MyEtherWallet.com بصورت آفلاین استفاده کنم؟ '), _defineProperty(_fa$data, 'HELP_5_Desc_1', 'شما می توانید MyEtherWallet.com را به جای اجرا از روی سرورهای GitHub، روی کامپیوتر خود اجرا کنید. شما می توانید یک کیف پول را کاملا بصورت آفلاین بسازید و تراکنشی را از طریق صفحه ""تراکنش آفلاین"" ارسال کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_7', 'حال MyEtherWallet.com بطور کامل در حال اجرا شدن از روی کامپیوتر شماست. '), _defineProperty(_fa$data, 'HELP_5_Desc_8', 'در صورتی که با این موضوع آشنایی ندارید بهتر است بدانید که باید تمام پوشه (فولدر) را نگهداری کنید تا بتوانید وبسایت را اجرا کنید (نه فقط index.html را). به چیزی در این پوشه دست نزنید و یا جابجا نکنید. اگر یک نسخه پشتیبان از کد مخزن MyEtherWallet را برای آینده نگهداری می کنید پیشنهاد می شود که تنها ZIP را نگهداری کنید تا از اینکه تمام محتوای پوشه درست ذخیره می شوند اطمینان حاصل کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_9', 'از آنجایی که ما بطور مداوم در حال بروزرسانی MyEtherWallet.com هستیم، پیشنهاد می کنیم که نسخه ذخیره شده خود را بصورت دوره ای بروزرسانی کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Title', 'سوال 5: چگونه می توانم این افزونه را به جای نصب کردن از Chrome Store، از مخزن نصب کنم؟ '), _defineProperty(_fa$data, 'HELP_5CX_Desc_2', 'بر روی chrome-extension-vX.X.X.X.zip کلیک کرده و آن را از حالت فشرده خارج کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_3', 'به قسمت تنظیمات (settings) مرورگر Google Chrome بروید (در منو قسمت بالا سمت راست) '), _defineProperty(_fa$data, 'HELP_5CX_Desc_4', 'بر روی افزونه یا همان Extensions در قسمت چپ کلیک کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_5', 'گزینه ""Developer Mode"" در بالای صفحه را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_6', 'گزینه Load unpacked extension… را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_7', 'به پوشه ای که به تازگی از حالت فشرده خارج کردید مراجعه کرده و گزینه select را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_8', 'افزونه حالا باید در قسمت افزونه های Chrom Extension نمایش داده شود. '), _defineProperty(_fa$data, 'HELP_7_Title', 'سوال 7: چگونه توکن ارسال کنم و توکن custom اضافه کنم؟ '), _defineProperty(_fa$data, 'HELP_7_Desc_0', 'از طریق [Ethplorer.io](https://ethplorer.io/) می توانید توکن ها را بررسی کنید و دهدهی های یک توکن را ببینید. '), _defineProperty(_fa$data, 'HELP_7_Desc_1', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_7_Desc_2', 'کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_3', 'در بخش ""به آدرس:""، آدرسی که می خواهید به آن اتر بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_4', 'مقداری که می خواهید بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_5', 'توکنی که می خواهید ارسال کنید را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_6', 'اگر لیست توکن را ندیدید '), _defineProperty(_fa$data, 'HELP_7_Desc_7', 'HELP_7_Desc_7'), _defineProperty(_fa$data, 'HELP_7_Desc_8', 'آدرس، اسم و دهدهی توکن را وارد کنید. این ها توسط توسعه دهندگان توکن ارائه می شود که برای '), _defineProperty(_fa$data, 'HELP_7_Desc_9', 'گزینه ""ذخیره"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_10', 'حال می توانید همزمان با مشاهده موجودی، توکن ارسال کنید '), _defineProperty(_fa$data, 'HELP_7_Desc_11', 'گزینه ""ایجاد تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_12', 'تعدادی گزینه جدید ظاهر خواهد شد. این مرورگر شماست که در حال ایجاد تراکنش است. '), _defineProperty(_fa$data, 'HELP_7_Desc_13', 'گزینه آبی رنگ ""ارسال تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_14', 'یک صفحه ظاهر می شود. صحت مقدار و آدرسی که به آن ارسال می کنید را تایید کنید. گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_15', 'تراکنش ثبت خواهد شد. TX ID نمایش داده می شود. می توانید بر روی TX ID جهت مشاهده آن بر روی بلاکچین کلیک کنید. '), _defineProperty(_fa$data, 'HELP_8_Title', 'سوال 8: اگر سایت شما از کار بیافتد چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8_Desc_1', 'وبسایت MyEtherWallet یک کیف پول وبی نیست. نیازی نیست که وارد شوید (لاگین کنید) و هیچ چیزی بر روی سرورهای ما ذخیره نمی شود. این تنها یک ظاهر است که به شما امکان برقراری ارتباط با بلاکچین را می دهد. '), _defineProperty(_fa$data, 'HELP_8_Desc_2', 'اگر MyEtherWallet.com از کار بیافتد، راه دیگری (مثل geth یا Ethereum Wallet/ Mist) وجود دارد که کاری که ما انجام می دهیم را انجام دهد. اما نیازی نیست که اترهای خود را از MyEtherWallet بیرون بیاورید چرا که آن ها در MyEtherWallet نیستند، بلکه در هر کیف پولی ست که شما از طریق سایت ما ساخته باشید. '), _defineProperty(_fa$data, 'HELP_8_Desc_3', 'می توانید فایل های کلید خصوصی رمزنگاری نشده و Geth/Mist Format (رمزنگاری شده) را مستقیما به geth/ Ethereum Wallet/ Mist انتقال دهید. به سوال شماره 12 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8_Desc_4', 'علاوه بر این، امکان اینکه MyEtherWallet را از کار بیاندازیم نزدیک به صفر است. ازآنجایی که هیچ اطلاعاتی را ذخیره نمی کنیم در نتیجه هیچ هزینه نگهداری هم برای ما ندارد. اگر دامنه را به هر دلیلی از کار بیاندازیم، بصورت عمومی در آدرس های زیر در دسترس خواهد بود. [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) . می توانید از آنجا ZIP را دانلود کنید و آن را بصورت محلی راه اندازی و اجرا کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Title', 'سوال 8: اگر MyEtherWallet CX ناپدید شود چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8CX_Desc_1', 'اول از همه اینکه تمام داده ها بر روی کامپیوتر شما ذخیره شده است و نه سرورهای ما. زمانی که به افزونه Chrome Extension نگاه می کنید، چیزی که روی سرورهای ما ذخیره شده باشد نمی بینید، بلکه تمام آن بر روی کامپیوتر خود شما ذخیره شده است. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_2', 'مهم است در نظر داشته باشید که برای هر کیف پولی که با MyEtherWallet CX ساخته می شود، از تمام اطلاعات خود یک نسخه پشتیبان تهیه کنید. در اینصورت اگر هر اتفاقی برای MyEtherWallet CX یا کامپیوترتان بیافتد، همچنان اطلاعات لازم جهت دسترسی به اترهای خود را خواهید داشت. به سوال 2 الف برای چگونگی تهیه نسخه پشتیبان از کیف پول مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_3', 'اگر به هر دلیلی MyEtherWallet CX از Chrome Store ناپدید شد، می توانید سورس (کد منبع) آن را از Github پیدا کرده و بصورت دستی اجرا کنید. به سوال شماره 5 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_9_Title', 'سوال 9: آیا صفحه ""ارسال اتر و توکن"" آفلاین است؟ '), _defineProperty(_fa$data, 'HELP_9_Desc_1', ',خیر. برای بدست آوردن قیمت سوخت فعلی نیاز به اینترنت دارد'), _defineProperty(_fa$data, 'HELP_10_Title', 'سوال 10: چگونه یک تراکنش آفلاین ایجاد کنم؟ '), _defineProperty(_fa$data, 'HELP_10_Desc_1', 'با کامپیوتر خود (که آنلاین است) به صفحه ""تراکنش آفلاین"" بروید. '), _defineProperty(_fa$data, 'HELP_10_Desc_2', 'قسمت ""از آدرس"" را پر کنید. توجه کنید که این آدرسی ست که از آن سرمایه ارسال می کنید و نه آدرسی که می خواهید به آن ارسال کنید. این کار هزینه سوخت و ؟؟؟ را ...."'), _defineProperty(_fa$data, 'HELP_10_Desc_3', 'به کامپیوتر آفلاین خود بروید و قسمت ""به آدرس"" و ""مقدار"" (مقداری که می خواهید بفرستید) را وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_4', 'در مرحله 1 قیمت سوخت در کامپیوتر آنلاین به شما نمایش داده شد. آن را در قسمت ""قیمت سوخت"" وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_5', 'HELP_10_Desc_5'), _defineProperty(_fa$data, 'HELP_10_Desc_6', 'مقدار پیش فرض برای ""سقف سوخت"" 21000 است که یک تراکنش استاندارد را پوشش می دهد. اگر در حال ارسال سرمایه به یک قرارداد هستید و یا اطلاعات بیشتری را در تراکنش خود جای دادید، باید مقدار سقف سوخت را افزایش دهید. هر مقدار سوخت که باقی بماند به شما برگردانده می شود. '), _defineProperty(_fa$data, 'HELP_10_Desc_7', 'اگر می خواهید می توانید اطلاعات بیشتری اضافه کنید. اگر اطلاعات را وارد کنید باید برای سقف سوخت بیش از 21000 در نظر بگیرید. تمام اطلاعات با فرمت هگز (HEX) است. '), _defineProperty(_fa$data, 'HELP_10_Desc_8', 'فایل کیف پول یا کلید خصوصی خود را جهت باز کردن کیف پول وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_9', 'دکمه ""ارسال تراکنش امضا شده"" را بزنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_10', 'HELP_10_Desc_10'), _defineProperty(_fa$data, 'HELP_10_Desc_11', 'HELP_10_Desc_11'), _defineProperty(_fa$data, 'HELP_12_Title', 'سوال 12: چگونه کیف پولی که با MyEtherWallet ساخته ام را به geth یا Ethereum Wallet یا Mist منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_12_Desc_1', ',با استفاده از فایل Geth یا Mist JSON از MyEtherWallet نسخه 2 به بالا.'), _defineProperty(_fa$data, 'HELP_12_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید/ '), _defineProperty(_fa$data, 'HELP_12_Desc_3', 'قفل کیف پول خود را با استفاده از کلید خصوصی **رمزنگاری شده** و یا فایل JSON خود باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_4', 'به صفحه ""کیف پول های من"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_5', 'کیف پولی که می خواهید به Mist انتقال دهید را انتخاب کنید. بر روی آیکوین ""مشاهده"" کلیک کنید. رمزعبور خود را وارد کنید و به کیف پول دسترسی پیدا کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_6', 'بخش ""دانلود فایل JASON - فرمت Get یا Mist (رمزنگاری شده)"" را پیدا کنید. بر روی دکمه ""دانلود"" که در زیر آن قرار دارد کلیک کنید. حال شما فایل keystore خود را دارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_7', 'برنامه کیف پول Ethereum Wallet را باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_8', 'در قسمت منو به ترتییب بخش های زیر را دنبال کنید تا به بخش آخر برسید: حساب ها --> پشتیبان --> حساب ها. '), _defineProperty(_fa$data, 'HELP_12_Desc_9', 'با این کار می توانید به پوشه ای که keystore خود را در آن ذخیره کردید دسترسی پیدا کنید. فایلی که به تازگی دانلود کردید (`UTC--2016-04-14......../`) را به همان پوشه keystore ببرید. '), _defineProperty(_fa$data, 'HELP_12_Desc_10', 'حساب شما سریعا در قسمت ""حساب ها"" نمایش داده می شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_11', 'با استفاده از کلید خصوصی ررمزنگاری نشده خود... '), _defineProperty(_fa$data, 'HELP_12_Desc_12', 'اگر در حال حاضر کلید خصوصی رمزنگاری نشده خود را ندارید، به قست ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_13', 'فایل کیف پول خود را انتخاب کنید یا کلید خصوصی خود را وارد کنید تا قفل کیف پولتان باز شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_14', 'کلید خصوصی (رمزنگاری نشده) خود را کپی کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_15', 'اگر با مک (Mac) کار می کنید '), _defineProperty(_fa$data, 'HELP_12_Desc_15b', 'اگر با کامپیوتر (PC) کار می کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_16', 'گزینه ""ویرایش نوشته"" را باز کنید و این کلید خصوصی را در آنجا paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_17', 'HELP_12_Desc_17'), _defineProperty(_fa$data, 'HELP_12_Desc_18', 'این فایل را بر روی دسکتاپ خود با عنوان nothing_special_delete_me.txt ذخیره کنید. مطمئن شوید که می گوید ""UTF-8"" و در بخش ذخیره بنویسد """"If no extension is provided use .txt"" . '), _defineProperty(_fa$data, 'HELP_12_Desc_19', 'ترمینال را باز کنید دستور زیر را وارد کنید: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_20', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_21', 'HELP_12_Desc_21'), _defineProperty(_fa$data, 'HELP_12_Desc_22', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_12_Desc_23', 'برنامه Notepad را باز کنید و کلید خصوصی را در آن paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_24', 'فایل را با عنوان `nothing_special_delete_me.txt` در درایو :C ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_25', 'این دستور را وارد کنید: `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_26', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_27', 'بعد از انتقال موفق، فایل `nothing_special_delete_me.txt` را پاک کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_28', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_13_Title', 'سوال 13: این جمه به چه معناست؟ : ""سرمایه کافی نیست. حسابی که سعی در ارسال تراکنش از طریق آن را دارید به اندازه کافی سرمایه ندارد. به XXXXXXXXXXXXXXXXXXX و تنها XXXXXXXXXXXXXXXX دارد"". '), _defineProperty(_fa$data, 'HELP_13_Desc_1', 'این بدان معناست که در حساب خود به اندازه کافی اتر (ٍETH) جهت پرداخت هزینه سوخت را ندارید. هر تراکنش (که شامل توکن و تراکنش های قراردادی نیز می شود) به سوخت نیاز دارد و این سوخت با اتر پرداخت می شود. عددی که نمایش داده شد، مقداری ست که برای پوشش هزینه تراکنش در Wei مورد نیاز است. آن عدد را بر `1000000000000000000` تقسیم کنید و از مقدار اتری که می خواستید ارسال کنید کم کنید (اگر می خواستید که اتر ارسال کنید). این کار به شما میزان اتری که برای انجام تراکنش باید به آن حساب بفرستید را مشخص می کند. '), _defineProperty(_fa$data, 'HELP_14_Title', 'سوال 14: برخی از سایت ها ساخت رندوم یا تصادفی کلیدهای خصوصی را بر اساس حرکت موس انجام می دهند. سایت MyEtherWallet.com این کار را انجام نمی دهد. آیا تولید تصادفی اعداد برای MyEtherWallet امن است؟ '), _defineProperty(_fa$data, 'HELP_14_Desc_1', 'روش ساخت بر اساس حرکت موس هوشمندانه است و می دانیم که چرا مردم آن را دوست دارند، اما واقعیت این است که window.crypto ؟؟؟؟؟ بیشتری را نسبت به حرکات موس شما ارائه می کنند. حرکات موس ناامن نیستند اما ما (و بسیاری از آزمایش های کریپتو دیگر) در window.crypto باور بیشتری داریم. بعلاوه اینکه از MyEtherWallet.com می توان در دستگاه های لمسی نیز استفاده کرد. در [اینجا می توانید بحث بین یک نویسنده عصبانی در reddit و Vitalik Buterin درباره حرکات موس و window.crypto را ببینید](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fa$data, 'HELP_15_Title', 'سوال 15: چرا حسابی که همین الان ساخته ام در مرورگر بلاکچین (bllockchain explorer) دیده نمی شود؟ (برای مثال در etherchain یا etherscan) '), _defineProperty(_fa$data, 'HELP_15_Desc_1', 'HELP_15_Desc_1'), _defineProperty(_fa$data, 'HELP_16_Title', 'سوال 16: چگونه موجودی حساب خود را ببینم؟ '), _defineProperty(_fa$data, 'HELP_16_Desc_1', 'برای این کار می توانید از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. آدرس خود را در قسمت search (جستجو) وارد کنید و بعد می توانید آدرس و سابقه تراکنش های خود را مشاهده کنید. برای مثال حساب اهدایی ما [بدین صورت](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) است. '), _defineProperty(_fa$data, 'HELP_17_Title', 'سوال 17: چرا زمانی که قفل کیف پول خود را باز می کنم موجودی من نمایش داده نمی شود؟ '), _defineProperty(_fa$data, 'HELP_17_Desc_1', 'این موضوع احتمالا بخاطر این است که شما پشت یک firewall (دیوار آتشین) هستید. API که ما برای بدست آوردن موجودی استفاده می کنیم به دلایلی معمولا توسط فایر وال ها بلاک می شوند. شما همچنان می توانید تراکنش هایتان را ارسال کنید و برای دیدن موجودی خود تنها باید از راه دیگری (مثل etherscan.io) استفاده کنید. '), _defineProperty(_fa$data, 'HELP_18_Title', 'سوال 18: فایل مربوط به کیف پول geth کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Title', 'سوال 19: فایل مربوط به کیف پول Mist من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Desc_1', 'فایل های Mist معمولا در فضاهای بالا قرار دارند. اما را آسان تر این است که Mist را باز کنید، در قسمت بالا گزینه Accounts و بعد Backup را انتخاب کنید. این کار پوشه ای که فایل های شما در آن ذخیره شده را باز می کند. '), _defineProperty(_fa$data, 'HELP_20_Title', 'سوال 20: فایل مربوط به کیف پول پیش فروش (pre-sale) من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_20_Desc_1', 'هر جایی که آن را ذخیره کرده اید! البته برای ایمیل شما هم ارسال شده است، در نتیجه آن را نیز بررسی کنید. بدنبال فایلی با نام ""ethereum_wallet_backup.json"" بگردید. این فایلِ کیف پول با یک رمزعبور رمزنگاری شده است. رمزعبوری که شما هنگام خرید در پیش فروش ساخته اید. '), _defineProperty(_fa$data, 'HELP_21_Title', 'سوال 21: آیا این امکان وجود ندارد که هر کسی یک کلید خصوصی تصادفی (رندوم) را وارد کرده و بدنبال یک موجودی بگردد و سپس آن را برای خود ارسال کند؟ '), _defineProperty(_fa$data, 'HELP_21_Desc_1', 'جواب کوتاه: بله، اما یافتن یک حساب با موجودی، بیش از هزاران سال طول می کشد؛ پس جواب خیر است. '), _defineProperty(_fa$data, 'HELP_21_Desc_2', 'نسخه Long ELI5: اتریوم بر پایه Public Key Cryptography یا رمزنگاری کلید عمومی و بطور خاص، منحنی رمزنگاری Elliptic است که بصورت گسترده ای نیز مورد استفاده قرار می گیرد. امنیت بسیاری از سرورها از طریق ECC فراهم می شود. بیتکوین نیز از همان، و از چیزهای دیگری مثل SSH و TLS استفاده می کند. کلیدهای اتریوم کلیدهای 256 بیتی هستند که بسیار قوی تر از مدل های 128بیتی و 192بیتی هستند که بصورت گسترده ای مورد استفاده قرار می گیرند و از نظر کارشناسان امن هستند. '), _defineProperty(_fa$data, 'HELP_21_Desc_3', 'در اینجا شما یک کلید خصوصی و یک کلید عمومی دارید. از کلید خصوصی می توان کلید عمومی ساخت، اما کلید عمومی را نمی توان برگرداند و به کلید خصوصی تبدیل کرد یا از طریق آن کلید خصوصی را بدست آورد. تمام دنیا و اینترنت در حال استفاده از این نوع رمزنگاری هستند و اگر راهی برای بدست آوردن کلید خصوصی از طریق کلید عمومی وجود داشته باشد و به این خاطر شما اترهای خود را از دست دهید، این موضوع کمترین نگرانی هر کسی خواهد بود. '), _defineProperty(_fa$data, 'HELP_21_Desc_4', 'اگر کسی کلید خصوصی شما را داشته باشد می تواند از حساب شما اتر منتقل کند؛ درست همانطور که اگر کسی رمزعبور ایمیل شما را داشته باشد می تواند ایمیل هایتان را بخواند و یا ایمیل ارسال کند، یا اگر کسی رمزعبور حساب شما را داشته باشد می تواند پول جابجا کند. می توانید نسخه Keystore کلید خصوصی خود، که کلید خصوصیِ رمزنگاری شده با یک رمزعبور است را دانلود کنید. این کار مثل این است که یک رمزعبوری دارید که توسط یک رمزعبور دیگر محافظت می شود. '), _defineProperty(_fa$data, 'HELP_21_Desc_5', 'بصورت تئوری این امکان وجود دارد که رشته هایی با 64 کاراکتر هگزادسیمالی وارد کنید تا یکی از آن ها کار کند و کلید خصوصی از آب در بیاید. البته افراد باهوش برای این کار برنامه ای می نویسند که با سرعت بالا کلیدهای خصوصی تصادفی مختلفی را امتحان کند. به این کار Brute-force یا نیروی کور و یا در اصطلاحی دیگر به آن mining یا استخراج کلید خصوصی گفته می شود. با تعداد کمی سرورهای قوی، احتمال چک کردن بیش از 1میلیون کلید در درثانیه وجود دارد. اما چک کردن این تعداد کلید در ثانیه نمی تواند هزینه های فعالیت سرورها را پوشش دهد و احتمالا نه تنها شما بلکه فرزندان و نوه های شما نیز نمی توانند کلیدی پیدا کند. '), _defineProperty(_fa$data, 'HELP_21_Desc_6', 'اگر چیزی درباره بیتکوین می دانید، برای نشان دادن اینکه این احتمال چقدر کم است به این نکته توجه کنید: فرض کنید هر ساتوشی از هر بیتکوینی که تا به حال ساخته شده به کلید خصوصی یکتای مربوط به خود رفته باشد. احتمال آنکه بین تمام آن کلیدها، دو کلید وجود داشته باشد که هر دو به یک آدرس اشاره کنند حدود یک در 100 کوینتیلیون (کوینتیلیون معادل است با 1 و هجده صفر جلوی آن که کل آن ها به توان 2 برسد) است. '), _defineProperty(_fa$data, 'HELP_21_Desc_7', 'این عددها هیچ ربطی با فناوری دستگاه ها ندارند؛ مقدارها بیشینه یا ماکزیمی هستند که از نظر ترمودینامیکی مجاز است و شدیده بر این موضوع دلالت دارد که حمله های نیروی کور یا brute force به کلیدهای 256بیتی تا زمانی که کامپیوترهایی با چیزی غیر از چیزهای فعلی ساخته شود و چیزی غیر از فضا را اشغال کند ساخته شوند غیر عملی است. '), _defineProperty(_fa$data, 'HELP_21_Desc_8', 'این موضوع نشانگر آن است که کلیدها بصورت کاملا تصادفی و با آنتروپی کافی ساخته می شوند. کلیدهایی که اینجا ساخته می شوند همانند Jaxx و Mist/geth از این معیار پیروی می کنند. کیف پول های اتریوم همگی خوب هستند. کلیدهای که توسط ذهن انسان ساخته می شوند خوب نیستند چرا که ذهن انسان توان ایجاد یک دانه یا رمز کاملا تصدفی را ندارد. مشکلاتی در زمینه آنتروپی و یا اینکه دانه ها بطور کاملا تصدفی ساخته نشدند در دنیای بیتکوین وجود داشته که موضوعی ست که باید بعدا راجع به آن صحبت کرد. '), _defineProperty(_fa$data, 'HELP_SecCX_Title', 'امنیت - MyEtherWallet CX '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_1', 'این افزونه (extension) اطلاعات من را کجا ذخیره می کند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_2', 'اطلاعاتی که در این Chrome Extension ذخیرنگهداری می کنید از طریق [chrome.storage](http://chrome.storage/) ذخیره می شود. این دقیقا همان جایی ست که رمزعبورهایی که در مرورگر Chrome ذخیره می کنید در آن ذخیره می شود. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_3', 'چه اطلاعاتی ذخیره می شود؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_4', 'آدرس، نام اختصاری و کلید خصوصی در chrome.storage ذخیره می شود. کلید خصوصی با استفاده از رمزعبوری که در زمان اضافه کردن کیف پول انتخاب کردید رمزنگاری شده است. نام اختصاری و کیف پول رمزنگاری نشده است. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_5', 'چرا نام اختصاری و کیف پول رمزنگاری نمی شوند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_6', 'اگر می خواستیم این موارد را رمزنگاری کنیم، هربار که می خواستید موجودی حساب یا نام های اختصاری را ببینید مجبور به وارد کردن رمزعبور می شدید. اگر این موضوع برایتان مهم است، پیشنهاد می کنیم از MyEtherWallet.com به جای این Chrome Extension استفاده کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Title', 'امنیت '), _defineProperty(_fa$data, 'HELP_Sec_Desc_1', 'ممکن است یکی از اولین سوالاتی که به ذهنتان می رسد این باشد که ""چرا باید به این افراد اعتماد کنم؟""؛ این سوال خوبی ست که ادامه می توانید جوابی برای آن جهت کم کردن ترس خود پیدا کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_2', 'ما از آگوست 2015 در حال فعالیت هستیم. اگر در [reddit](https://www.reddit.com/search?q=myetherwallet) بدنبال myetherwallet بگردید، تعداد زیادی از کاربران را خواهید دید که از سرویس ما با موفقیت استفاده کرده اند. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_3', 'ما نمی خواهیم که پول شما را بگیریم و یا کلیدهای خصوصی شما را بدزدیم. هیچ کد خرابی در این سایت وجود ندارد. در واقع صفحه های ""ایجاد کیف پول"" در سمت کاربر هستند (client-side). این بدان معناست که تمام کدها بر روی کامپیوتر خود شما اجرا می شود و هرگز جای دیگری ارسال و یا ذخیره نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_4', 'این سایت از طریق GitHub ارائه می شود، می توانید کد اصلی یا Source Code آن را در این آدرس ببینید: [https://github.com/kvhnuke/etherwallet/tree/gh-](https://github.com/kvhnuke/etherwallet/tree/gh-pages) و [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fa$data, 'HELP_Sec_Desc_5', 'برای ایجاد کیف پول، می توانید کد منبع را دانلود کنید و آن را بصورت محلی اجرا کنید. به سوال شماره 5 مراجعه کنید. (https://github.com/kvhnuke/etherwallet/releases/latest) '), _defineProperty(_fa$data, 'HELP_Sec_Desc_6', 'یک کیف پول تستی بسازید و به بررسی فعالیت شبکه بپردازید. ساده ترین راه این است که بر روی سایت کلیک راست کرده و گزینه ""inspect element"" را انتخاب کنید. به قسمت ""Network"" بروید. یک کیف پول آزمایشی بسازید. خواهید دید که هیچ فعالیت شبکه ای در آن جا رخ نمی دهد. خواهید دید که اتفاقی در حال رخداد است که همانند داده هایی مثل عکس یا گیف هستند. آن ها کدهای QR هستند که در حال ساخته شدن بر روی کامپیوتر شما و توسط کامپیوتر شما هستند. هیچ بایتی جابجا نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_8', 'اگر با استفاده از این ابزار راحت نیستید آن را کنار بگذارید. ما این ابزار را بعنوان یک راه موثر جهت ایجاد کیف پول و تراکنش بدون نیاز به اجرای یک فول نود یا رفتن به خط فرمان درست کرده ایم. در هر صورت اگر سوالی ذهن شما را به خود مشغول کرده می توانید با ما در ارتباط باشید و ما نیز در اولین فرصت پاسخگوی شما خواهیم بود. با تشکر از توجه شما '), _defineProperty(_fa$data, 'HELP_FAQ_Title', 'پاسخ های کامل تری به سوالات متداول '), _defineProperty(_fa$data, 'HELP_Contact_Title', 'HELP_Contact_Title'), _fa$data); +}, _defineProperty(_fa$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fa$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fa$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fa$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fa$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fa$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fa$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fa$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fa$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fa$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fa$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fa$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fa$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fa$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fa$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fa$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fa$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fa$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fa$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fa$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fa$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fa$data, 'NAV_AddWallet', 'اضافه کردن کیف پول '), _defineProperty(_fa$data, 'NAV_BulkGenerate', 'ساخت جمعی '), _defineProperty(_fa$data, 'NAV_Contact', 'مخاطب '), _defineProperty(_fa$data, 'NAV_Contracts', 'قراردادها '), _defineProperty(_fa$data, 'NAV_DeployContract', 'ایجاد قرارداد '), _defineProperty(_fa$data, 'NAV_ENS', 'ENS '), _defineProperty(_fa$data, 'NAV_GenerateWallet', 'ساخت کیف پول '), _defineProperty(_fa$data, 'NAV_Help', 'کمک '), _defineProperty(_fa$data, 'NAV_InteractContract', 'ارتباط با قرارداد '), _defineProperty(_fa$data, 'NAV_Multisig', 'چند امضایی '), _defineProperty(_fa$data, 'NAV_MyWallets', 'کیف پول های من '), _defineProperty(_fa$data, 'NAV_Offline', 'ارسال بصورت آفلاین '), _defineProperty(_fa$data, 'NAV_SendEther', 'ارسال اتر و توکن '), _defineProperty(_fa$data, 'NAV_SendTokens', 'ارسال توکن '), _defineProperty(_fa$data, 'NAV_Swap', ' یا مبادله '), _defineProperty(_fa$data, 'NAV_ViewWallet', 'مشاهده اطلاعات کیف پول '), _defineProperty(_fa$data, 'NAV_YourWallets', 'کیف پول های شما '), _defineProperty(_fa$data, 'x_AddessDesc', 'ممکن است این را با عنوان "" شماره حساب"" یا ""کلید عمومی"" بشناسید. این چیزی ست که برای افراد دیگر می فرستید تا بتوانند برای شما اتر بفرستند. این آیکون راه آسان تری ست که بتوانید آدرس خود را بشناسید. '), _defineProperty(_fa$data, 'x_Address', 'آدرس شما '), _defineProperty(_fa$data, 'x_Cancel', 'لغو '), _defineProperty(_fa$data, 'x_CSV', 'فایل CSV (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Download', 'دانلود '), _defineProperty(_fa$data, 'x_Json', 'فایل JASON (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_JsonDesc', 'این مدل رمزنگاری نشده JASON از کلید خصوصی شماست. این بدان معناست که به رمزعبور احتیاج ندارید اما هر کس که به فایل JASON شما دسترسی داشته باشد می تواند به کیف پول و اترهای شما بدون رمزعبور دسترسی داشته باشد. '), _defineProperty(_fa$data, 'x_Keystore', 'فایل Keystore (UTC / JSON · Recommended · Encrypted) '), _defineProperty(_fa$data, 'x_Keystore2', 'فایل Keystore (UTC / JSON) '), _defineProperty(_fa$data, 'x_KeystoreDesc', 'این فایل Keystore با فرمت استفاده شده توسط Mist همخوانی دارد، در نتیجه می توانید به راحتی در آینده آن را منتقل کنید. این فایل پیشنهادی برای دانلود و ذخیره بعنوان نسخه پشتیبان است. '), _defineProperty(_fa$data, 'x_Mnemonic', 'x_Mnemonic'), _defineProperty(_fa$data, 'x_ParityPhrase', 'x_ParityPhrase'), _defineProperty(_fa$data, 'x_Password', 'رمز عبور '), _defineProperty(_fa$data, 'x_Print', 'پرینت از کیف پول کاغذی '), _defineProperty(_fa$data, 'x_PrintDesc', 'گزینه پرینت را بزنید و آن را با فرمت PDF ذخیره کنید. حتی اگر پرینتر ندارید! '), _defineProperty(_fa$data, 'x_PrintShort', 'پرینت '), _defineProperty(_fa$data, 'x_PrivKey', 'کلید خصوصی (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_PrivKey2', 'کلید خصوصی '), _defineProperty(_fa$data, 'x_PrivKeyDesc', 'این مدل رمزنگاری نشده کلید خصوصی شماست و بدان معناست که رمزعبوری لازم نیست. اگر فردی بتواند به کلید خصوصی رمزنگاری نشده شما دست پیدا کند، بدون نیاز به رمزعبور می تواند به کیف پول شما دسترسی داشته باشد. به همین خاطر نسخه های رمزنگاری شده بیشتر توصیه می شود. '), _defineProperty(_fa$data, 'x_Save', 'ذخیره '), _defineProperty(_fa$data, 'x_TXT', 'فایل TXT (رمزنگاری نشده) '), _defineProperty(_fa$data, 'x_Wallet', 'کیف پول '), _defineProperty(_fa$data, 'CX_Tagline', 'افزونه Chrome Extension از کیف پول اتر که بصورت متن باز و در سمت کاربر است'), _defineProperty(_fa$data, 'CX_Warning_1', 'مطمئن شوید که از کیف پول هایی که در اینجا نگهداری می کنید نسخه پشتیبان بیرونی دارید. اتفاقات مختلفی می تواند باعث شود تا اطلاعاتی که در این Chrome Extension دارید از دست برود، مثلا uninstall کردن و دوباره install کردن افزونه. این افزونه راهی ست برای دسترسی راحت تر به کیف پولتان، نه راهی برای داشتن نسخه پشتیبان از آن. '), _defineProperty(_fa$data, 'MEW_Tagline', 'MEW_Tagline'), _defineProperty(_fa$data, 'MEW_Warning_1', 'همیشه قبل از استفاده از کیف پول خود و یا ساختن کیف پول جدید آدرس URL را چک کنید. حواستان به سایت های فیشینگ باشد. '), _defineProperty(_fa$data, 'FOOTER_1', 'ابزاری متن باز و سمت مشتری برای برقراری تعامل امن و آسان با شبکه اتریوم. '), _defineProperty(_fa$data, 'FOOTER_1b', 'ساخته شده توسط '), _defineProperty(_fa$data, 'FOOTER_2', 'از کمک های مالی بسیار قدردانی می شود. '), _defineProperty(_fa$data, 'FOOTER_3', 'تولید کیف پول سمت کاربر توسط '), _defineProperty(_fa$data, 'FOOTER_4', 'رفع مسئولیت '), _defineProperty(_fa$data, 'sidebar_AccountInfo', 'اطلاعات حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountAddr', 'آدرس حساب کاربری '), _defineProperty(_fa$data, 'sidebar_AccountBal', 'موجودی حساب '), _defineProperty(_fa$data, 'sidebar_TokenBal', 'موجودی توکن ها '), _defineProperty(_fa$data, 'sidebar_Equiv', 'ارزش های معادل '), _defineProperty(_fa$data, 'sidebar_TransHistory', 'سابقه تراکنش ها '), _defineProperty(_fa$data, 'sidebar_donation', 'وبسایت MyEtherWallet یک سرویس متن باز و رایگان است که وقف امنیت و حریم خصوصی شما شده است. هرچه مقدار کمک های مالی بیشتر باشد، می توانیم زمان بیشتری برای ایجاد ویژگی های جدید، خواندن نظرات شما و ارائه محصولاتی که می خواهید داشته باشیم. ما تنها دو نفر هستیم که سعی در تغییر جهان داریم. کمک می کنید؟ '), _defineProperty(_fa$data, 'sidebar_donate', 'یا کمک مالی '), _defineProperty(_fa$data, 'sidebar_thanks', 'با تشکر از شما '), _defineProperty(_fa$data, 'decrypt_Access', 'چطور می خواهید به کیف گولتان دسترسی داشته باشید؟ '), _defineProperty(_fa$data, 'decrypt_Title', 'فرمت (مدل) کیف پول خصوصی خود را انتخاب کنید. '), _defineProperty(_fa$data, 'decrypt_Select', 'یک کیف پول انتخاب کنید. '), _defineProperty(_fa$data, 'MNEM_1', 'لطفا آدرسی که می خواهید با آن ارتباط برقرار کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_2', 'با یک عبارت HD mnemonic می توانید به چند کیف پول یا آدرس دسترسی داشته باشید. در حال حاضر آدرسی که می خواهید از آن استفاده کنید را وارد کنید. '), _defineProperty(_fa$data, 'MNEM_more', 'آدرس های بعدی '), _defineProperty(_fa$data, 'MNEM_prev', 'آدرس های قبلی '), _defineProperty(_fa$data, 'x_Ledger', 'لجر نانو اس (Ledger Nano S) '), _defineProperty(_fa$data, 'ADD_Ledger_1', 'لجر نانو اس خود را متصل کنید '), _defineProperty(_fa$data, 'ADD_Ledger_2', 'برنامه Ethereum را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Exp', 'برنامه Expanse را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_2_Ubq', 'برنامه Ubiq را باز کنید (یا یک برنامه قرارداد را) '), _defineProperty(_fa$data, 'ADD_Ledger_3', 'تایید کنید که پشتیبانی مرورگر (Browser Support) از قسمت Settings فعالی است. '), _defineProperty(_fa$data, 'ADD_Ledger_4', 'اگر هیچ حمایتی از طرف مرورگرها در تنظیمات پیدا نشد، مطمئن شوید که نسخه [Firmware شماره 1.2](https://www.ledgerwallet.com/apps/manager) را دارید. '), _defineProperty(_fa$data, 'ADD_Ledger_0a', 'با یک کانکشن امن (SSL) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_0b', 'با استفاده از [Chrome](https://www.google.com/chrome/browser/desktop/) یا [Opera](https://www.opera.com/) دوباره MyEtherWallet را باز کنید. '), _defineProperty(_fa$data, 'ADD_Ledger_scan', 'به Ledger Nano S وصل شوید. '), _defineProperty(_fa$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fa$data, 'ADD_Trezor_scan', 'به TREZOR وصل شوید. '), _defineProperty(_fa$data, 'ADD_Label_1', 'می خواهید چه کاری انجام دهید؟ '), _defineProperty(_fa$data, 'ADD_Radio_1', 'ساخت کیف پول جدید '), _defineProperty(_fa$data, 'ADD_Radio_2', 'فایل کیف پول خود را انتخاب کنید (Keystore / JASON) '), _defineProperty(_fa$data, 'ADD_Radio_2_alt', 'فایل کیف پول خود را انتخاب کنید '), _defineProperty(_fa$data, 'ADD_Radio_2_short', 'نوع فایل را انتخاب کنید: '), _defineProperty(_fa$data, 'ADD_Radio_3', 'کلید خصوصی خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Radio_5', 'رمز mnemonic خود را وارد کنید '), _defineProperty(_fa$data, 'ADD_Radio_5_Path', 'ADD_Radio_5_Path'), _defineProperty(_fa$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_fa$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_fa$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_fa$data, 'ADD_Label_2', 'یک نام اختصاری انتنخاب کنید '), _defineProperty(_fa$data, 'ADD_Label_3', 'کیف پول شما رمزنگاری شده است. لطفا رمزعبور خود را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_4', 'یک حساب کاربری جهت نظارت وارد کنید. '), _defineProperty(_fa$data, 'ADD_Warning_1', 'شما می توانید هر حسابی را در قسمت کیف پول ها اضافه کنید تا بدون نیاز به آپلود کردن کلید خصوصی بتوانید آن را ""مشاهده"" کنید. این بدان معنا **نیست** که به کیف پول دسترسی دارید یا می توانید از آن اتر ارسال کنید. '), _defineProperty(_fa$data, 'ADD_Label_5', 'آدرس را وارد کنید. '), _defineProperty(_fa$data, 'ADD_Label_6', 'قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'ADD_Label_6_short', 'باز کردن قفل '), _defineProperty(_fa$data, 'ADD_Label_7', 'اضافه کردن حساب '), _defineProperty(_fa$data, 'ADD_Label_8', 'رمز عبور (اختیاری) '), _defineProperty(_fa$data, 'MYWAL_Nick', 'نام اختصاری کیف پول '), _defineProperty(_fa$data, 'MYWAL_Address', 'آدرس کسف پول '), _defineProperty(_fa$data, 'MYWAL_Bal', 'موجودی '), _defineProperty(_fa$data, 'MYWAL_Edit', 'ویرایش '), _defineProperty(_fa$data, 'MYWAL_View', 'مشاهده '), _defineProperty(_fa$data, 'MYWAL_Remove', 'پاک کردن '), _defineProperty(_fa$data, 'MYWAL_RemoveWal', 'پاک کردن کیف پول '), _defineProperty(_fa$data, 'MYWAL_WatchOnly', 'حساب های کاربری که تنها قابل نظارت هستند'), _defineProperty(_fa$data, 'MYWAL_Viewing', 'مشاهده کیف پول '), _defineProperty(_fa$data, 'MYWAL_Hide', 'مخفی کردن اطلاعات کیف پول '), _defineProperty(_fa$data, 'MYWAL_Edit_2', 'ویرایش کیف پول '), _defineProperty(_fa$data, 'MYWAL_Name', 'نام کیف پول '), _defineProperty(_fa$data, 'MYWAL_Content_1', 'اخطار! شما در حال پاک کردن کیف پول خود هستید. '), _defineProperty(_fa$data, 'MYWAL_Content_2', 'پیش از پاک کردن آن مطمئن شوید که کلید خصوصی و (یا) فایل Keystore و رمزعبور را ذخیره کرده اید. '), _defineProperty(_fa$data, 'MYWAL_Content_3', ',اگر در آینده بخواهید از این کیف پول با استفاده از MyEtherWallet CX خود استفاده کنید، باید بصورت دستی دوباره آن را اضافه کنید. این کار با استفاده از key/JASON و رمزعبور انجام می شود.'), _defineProperty(_fa$data, 'GEN_desc', 'اگر می خواهید چند کیف پول بسازید می توانید از اینجا اقدام کنید. '), _defineProperty(_fa$data, 'GEN_Label_1', 'یک رمز عبور قوی انتخاب کنید (حداقل 9 کاراکتر) '), _defineProperty(_fa$data, 'GEN_Placeholder_1', 'فراموش نکنید که این را ذخیره کنید. '), _defineProperty(_fa$data, 'GEN_SuccessMsg', 'ساخت کیف پول شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'GEN_Label_2', 'فایل کیف پول خود را ذخیره کنید. رمزعبور خود را فراموش نکنید. '), _defineProperty(_fa$data, 'GEN_Label_3', 'آدرس خود را ذخیره کنید '), _defineProperty(_fa$data, 'GEN_Label_4', 'اختیاری: از کیف پول کاغذی خود یک پرینت تهیه کنید و یا کد QR آن را نگهداری کنید. '), _defineProperty(_fa$data, 'BULK_Label_1', 'تعداد کیف پول هایی که می خواهید بسازید '), _defineProperty(_fa$data, 'BULK_Label_2', 'ساخت کیف پول ها '), _defineProperty(_fa$data, 'BULK_SuccessMsg', 'ساخت کیف پول های شما با موفقیت انجام شد. '), _defineProperty(_fa$data, 'SEND_addr', 'به آدرس '), _defineProperty(_fa$data, 'SEND_amount', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SEND_amount_short', 'مقدار '), _defineProperty(_fa$data, 'SEND_custom', 'SEND_custom'), _defineProperty(_fa$data, 'SEND_gas', 'سوخت '), _defineProperty(_fa$data, 'SEND_TransferTotal', 'ارسال کل موجودی '), _defineProperty(_fa$data, 'SEND_generate', 'ایجاد تراکنش '), _defineProperty(_fa$data, 'SEND_raw', 'تراکنش خام '), _defineProperty(_fa$data, 'SEND_signed', 'تراکنش امضا شده '), _defineProperty(_fa$data, 'SEND_trans', 'ارسال تراکنش '), _defineProperty(_fa$data, 'SENDModal_Title', 'اخطار '), _defineProperty(_fa$data, 'SENDModal_Content_1', 'بزودی ارسال را انجام خواهید داد. '), _defineProperty(_fa$data, 'SENDModal_Content_2', 'به آدرس '), _defineProperty(_fa$data, 'SENDModal_Content_3', 'آیا از انجام این کار اطمینان دارید؟ '), _defineProperty(_fa$data, 'SENDModal_Content_4', 'توجه: اگر با یک خطا (error) مواجه شدید، احتمالا باید به حساب خود اتر اضافه کنید تا بتواند هزینه سوخت ارسال توکن ها را پوشش دهد. (سوخت با اتر پرداخت می شود) '), _defineProperty(_fa$data, 'SENDModal_No', 'نه. من را از اینجا خارج کن '), _defineProperty(_fa$data, 'SENDModal_Yes', 'بله مطمئن هستم. تراکنش را انجام بده '), _defineProperty(_fa$data, 'TOKEN_Addr', 'Token Contract Address'), _defineProperty(_fa$data, 'TOKEN_Symbol', 'علامت توکن '), _defineProperty(_fa$data, 'TOKEN_Dec', 'Decimals'), _defineProperty(_fa$data, 'TOKEN_show', 'نمایش تمام توکن ها '), _defineProperty(_fa$data, 'TOKEN_hide', 'پنهان سازی توکن ها '), _defineProperty(_fa$data, 'TRANS_desc', 'اگر می خواهید توکن ارسال کنید لطفا به صفحه ""ارسال توکن"" مراجعه کنید. '), _defineProperty(_fa$data, 'TRANS_warning', 'اگر از توابع ""فقط ETH"" یا ""فقط ETC"" استفاده می کنید، شما در حال ارسال از طریق یک قرارداد هستید. برخی از سرویس ها با قبول چنین تراکنش هایی مشکل دارند. بیشتر '), _defineProperty(_fa$data, 'TRANS_advanced', 'پیشرفته: افزودن اطلاعات '), _defineProperty(_fa$data, 'TRANS_data', 'اطلاعات '), _defineProperty(_fa$data, 'TRANS_gas', 'سقف سوخت '), _defineProperty(_fa$data, 'TRANS_sendInfo', 'هزینه یک تراکنش استاندارد با سوخت 21000 معادل با 0.000441 خواهد بود. ما از هزینه گاز 0.000000021 اتر که کمی بالاتر از هزینه متوسط است استفاده می کنیم تا مطمئن شویم که سریع استخراج می شود. ما کارمزد تراکنش نمی گیریم. '), _defineProperty(_fa$data, 'OFFLINE_Title', 'ایجاد و ارسال تراکنش آفلاین '), _defineProperty(_fa$data, 'OFFLINE_Desc', 'تولید یک تراکنش آفلاین در سه مرحله انجام می گیرد. مراحل 1 و 3 را باید در یک کامپیوتر آنلاین و مرحله 2 را در یک کامپیوتر آفلاین (یا قرنطینه) تکمیل کرد. این کار تضمین می کند که کلیدهای خصوصی شما با هیچ دستگاه متصل به اینترنتی ارتباط برقرار نکند. '), _defineProperty(_fa$data, 'OFFLLINE_Step1_Title', 'مرحله 1: تولید اطلاعات (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step1_Button', 'تولید اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_1', 'از آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step1_Label_2', 'توجه: این آدرس فرستنده است و نه آدرس گیرنده. این آدرس فعلا از حساب کاربری (اکانت) اصلی تولید شده است. اگر از یک کامپیوتر قرنطینه استفاده می شود، این آدرس باید آدرس حساب کاربری محل ذخیره سازی غیر متصل باشد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Title', 'مرحله 2: تولید تراکنش (کامپیوتر آفلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_1', 'به آدرس '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_2', 'مقدار ارسالی '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3', 'قیمت سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_3b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4', 'حد سوخت '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_4b', 'مقدار 2100 میزان پیش فرض حد سوخت است. زمانی که اطلاعات add\'l یا قراردادی را ارسال می کنید ممکن است نیاز به تغییر آن وجود داشته باشد. هر مقداری از سوخت که مورد استفاده قرار نگیرد به شما بازگردانده می شود. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5', 'OFFLINE_Step2_Label_5'), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_5b', 'این قسمت در مرحله 1 بر روی کامپیوتر آنلاین شما نمایش داده شد '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6', 'اطلاعات '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_6b', 'این قسمت اختیاری است. معمولا زمانی که تراکنشی به قراردی فرستاده می شود اطلاعات مورد استفاده قرار می گیرد. '), _defineProperty(_fa$data, 'OFFLINE_Step2_Label_7', 'کلید خصوصی/ JASON خود را وارد/انتخاب کنید '), _defineProperty(_fa$data, 'OFFLINE_Step3_Title', 'مرحله 3: ارسال/ انتشار تراکنش (کامپیوتر آنلاین) '), _defineProperty(_fa$data, 'OFFLINE_Step3_Label_1', 'تراکنش امضا شده از مرحله 2 را در این قسمت قرار داده و دکمه ""SEND TRANSACTION"" را بزنید. '), _defineProperty(_fa$data, 'x_Access', 'دسترسی '), _defineProperty(_fa$data, 'CONTRACT_Title', 'آدرس قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Title_2', 'انتخاب قرارداد موجود '), _defineProperty(_fa$data, 'CONTRACT_Json', 'ظاهر کاربری ABI/ JASON '), _defineProperty(_fa$data, 'CONTRACT_Interact_Title', 'خواندن/ نوشتن قرارداد '), _defineProperty(_fa$data, 'CONTRACT_Interact_CTA', 'یک تابع را انتخاب کنید '), _defineProperty(_fa$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fa$data, 'CONTRACT_Read', 'بخوان '), _defineProperty(_fa$data, 'CONTRACT_Write', 'بنویس '), _defineProperty(_fa$data, 'DEP_generate', 'ساخت Bytecode '), _defineProperty(_fa$data, 'DEP_generated', 'Bytecode ساخته شده '), _defineProperty(_fa$data, 'DEP_signtx', 'امضای تراکنش '), _defineProperty(_fa$data, 'DEP_interface', 'ظاهر کاربری ساخته شده '), _defineProperty(_fa$data, 'NODE_Title', 'نود یا گره خود را بسازید. '), _defineProperty(_fa$data, 'NODE_Subtitle', 'جهت وصل شدن به یک نود محلی... '), _defineProperty(_fa$data, 'NODE_Warning', 'نود شما باید HTTPS باشد تا بتوانید از طریق MyEtherWallet.com به آن متصل شوید. می توانید [مخزن MyEtherWallet را دانلود و اجرا کنید](https://github.com/kvhnuke/etherwallet/releases/latest) تا بتوانید به هر نودی متصل شوید؛ یا می توانید از طریق [LetsEncrypt](https://letsencrypt.org/) مدرک SSL رایگان دریافت کنید. '), _defineProperty(_fa$data, 'NODE_Name', 'نام نود '), _defineProperty(_fa$data, 'NODE_Port', 'پورت نود '), _defineProperty(_fa$data, 'NODE_CTA', 'ذخیره و استفاده نود کاستوم '), _defineProperty(_fa$data, 'SWAP_rates', 'امتیازهای فعلی '), _defineProperty(_fa$data, 'SWAP_init_1', 'I want to swap my ,'), _defineProperty(_fa$data, 'SWAP_init_2', ' for , // ""I want to swap my X ETH for X BTC'), _defineProperty(_fa$data, 'SWAP_init_CTA', 'ادامه '), _defineProperty(_fa$data, 'SWAP_information', 'اطلاعات شما '), _defineProperty(_fa$data, 'SWAP_send_amt', 'مقدار ارسالی '), _defineProperty(_fa$data, 'SWAP_rec_amt', 'مقدار دریافتی '), _defineProperty(_fa$data, 'SWAP_your_rate', 'امتیاز شما '), _defineProperty(_fa$data, 'SWAP_rec_add', 'آدرس دریافت کردن شما '), _defineProperty(_fa$data, 'SWAP_start_CTA', 'شروع جابجایی '), _defineProperty(_fa$data, 'SWAP_ref_num', 'شماره مرجع شما '), _defineProperty(_fa$data, 'SWAP_time', 'زمان باقیمانده برای ارسال '), _defineProperty(_fa$data, 'SWAP_elapsed', 'Time elapsed since sent '), _defineProperty(_fa$data, 'SWAP_progress_1', 'سفارش ثبت شد '), _defineProperty(_fa$data, 'SWAP_progress_2', 'Waiting for your , // Waiting for your BTC...'), _defineProperty(_fa$data, 'SWAP_progress_3', 'Received! , // ETH Received!'), _defineProperty(_fa$data, 'SWAP_progress_4', 'Sending your {{orderResult.output.currency}} ,'), _defineProperty(_fa$data, 'SWAP_progress_5', 'Order Complete ,'), _defineProperty(_fa$data, 'SWAP_order_CTA', 'Please send , // Please send 1 ETH...'), _defineProperty(_fa$data, 'SWAP_unlock', 'Unlock your wallet to send ETH or Tokens directly from this page. '), _defineProperty(_fa$data, 'NAV_SignMsg', 'امضای پیام '), _defineProperty(_fa$data, 'MSG_message', 'پیام '), _defineProperty(_fa$data, 'MSG_date', 'تاریخ '), _defineProperty(_fa$data, 'MSG_signature', 'امضا '), _defineProperty(_fa$data, 'MSG_verify', 'تایید پیام '), _defineProperty(_fa$data, 'MSG_info1', 'تاریخ فعلی را وارد کنید تا امکان استفاده دوباره از امضا در تاریخ دیگری وجود داشته باشد. '), _defineProperty(_fa$data, 'MSG_info2', 'اسم اختصاری خود و جایی که از آن استفاده می کنید را وارد کنید تا فرد دیگری نتواند از آن استفاده کند. '), _defineProperty(_fa$data, 'MSG_info3', 'یک دلیل مخصوص برای این پیام انتخاب کنید تا نتوان از آن برای مقصود دیگری استفاده کرد. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. شاید بخواهید این کار را جهت انتقال حساب خود به [Geth یا Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) انجام دهید. اگر می خواهید موجودی خود را ببینید پیشنهاد می کنیم که از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. '), _defineProperty(_fa$data, 'VIEWWALLET_Subtitle_Short', 'این موضوع به شما اجازه می دهد که نسخه های مختلفی از کلید خصوصی را دانلود کنید و از کیف پول کاغذی خود دوباره پرینت بگیرید. '), _defineProperty(_fa$data, 'VIEWWALLET_SuccessMsg', 'با موفقیت انجام شد. می توانید جزئیات کیف پول خود را ببینید. '), _defineProperty(_fa$data, 'CX_error_1', 'شما هیچ کیف پول ذخیره شده ای ندارید. گزینه [""اضافه کردن کیف پول""](/cx-wallet.html#add-wallet) را انتخاب کنید تا بتوانید یکی بسازید. '), _defineProperty(_fa$data, 'CX_quicksend', 'CX_quicksend'), _defineProperty(_fa$data, 'ERROR_0', '(error_01) لطفا مقدار معتبر وارد کنید.. Please enter a valid amount.'), _defineProperty(_fa$data, 'ERROR_1', '(error_02) رمزعبور انتخابی حداقل باید 9 حرف باشد. لطفا از یک رمزعبور قوی استفاده کنید.. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fa$data, 'ERROR_2', '(error_03) این نوع از فایل کیف پول قابل شناسایی نیست.. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fa$data, 'ERROR_3', '(error_04) این فایل کیف پول معتبر نیست.. This is not a valid wallet file.'), _defineProperty(_fa$data, 'ERROR_4', '(error_05) این واحد وجود ندارد، لطفا یکی از واحدهای زیر را انتخاب کنید.. This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fa$data, 'ERROR_5', '(error_06) آدرس نامعتبر است. Please enter a valid address.'), _defineProperty(_fa$data, 'ERROR_6', '(error_07) رمز عبور نامعتبر است. Please enter a valid password.'), _defineProperty(_fa$data, 'ERROR_7', '(error_08) مقدار نامعتبر است. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fa$data, 'ERROR_8', '(error_09) میزان حد سوخت نامعتبر است. Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fa$data, 'ERROR_9', '(error_10) داده نامعتبر است. Please enter a valid data value (Must be hex.)'), _defineProperty(_fa$data, 'ERROR_10', '(error_11) میزان سوخت نامعتبر است. Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fa$data, 'ERROR_11', '(error_12) تراکنش امضا شده نامعتبر است Please enter a valid nonce (Must be an integer.)'), _defineProperty(_fa$data, 'ERROR_12', '(error_13) قبلا کیف پولی با این نام ساخته شده است Invalid signed transaction.'), _defineProperty(_fa$data, 'ERROR_13', '(error_14) کیف پول پیدا نشد A wallet with this nickname already exists.'), _defineProperty(_fa$data, 'ERROR_14', '(error_15) Wallet not found.'), _defineProperty(_fa$data, 'ERROR_15', '(error_16) کیف پولی با این آدرس در حافظه وجود دارد، لطفا صفحه کیف پول خود را چک کنید. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fa$data, 'ERROR_16', '(error_17) برای پوشش هزینه سوخت باید حداقل 0.001 اتر در حساب خود داشته باشید. لطفا مقداری اتر اضافه کرده و دوباره امتحان کنید. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fa$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'ERROR_18', '(error_19) کاراکتر غیرمعتبر است All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fa$data, 'ERROR_19', '(error_20) این توکن نامعتبر است Please enter a valid symbol'), _defineProperty(_fa$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fa$data, 'ERROR_21', '(error_22) لطفا یک نام نود (گره) معتبر وارد کنید Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fa$data, 'ERROR_22', '(error_23) لطفا url صحیح وارد کنید. در صورتی که از https استفاده می کنید url شما باید https باشد Please enter a valid node name'), _defineProperty(_fa$data, 'ERROR_23', '(error_24) لطفا یک پورت معتبر وارد کنید Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fa$data, 'ERROR_24', '(error_25) لطفا آیدی زنجیره معتبر وارد کنید Please enter a valid port.'), _defineProperty(_fa$data, 'ERROR_25', '(error_26) لطفا ABI معتبر وارد کنید Please enter a valid chain ID.'), _defineProperty(_fa$data, 'ERROR_26', '(error_27) کمترین مقدار: 0.01 ، بیشترین مقدار: Please enter a valid ABI.'), _defineProperty(_fa$data, 'ERROR_27', '(error_28) برای دسترسی به این کیف پول در آینده به فایل Keystore و رمزعبور خود (یا کلید خصوصی) نیاز خواهید داشت. لطفا آن را ذخیره کنید و یک نسخه پشتیبان خارجی بسازید. اگر آن را ذخیره نکنید، هیچ راهی برای بازگرداندن کیف پول وجود ندارد. برای راهنمایی [صفحه کمک](https://www.myetherwallet.com/#help) را مطالعه بفرمایید. Minimum amount: 0.01. Max amount:'), _defineProperty(_fa$data, 'ERROR_28', '(error_29) لطفا شناسه و رمزعبور معتبر وارد کنید You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fa$data, 'ERROR_29', '(error_30) لطفا نام ENS معتبر وارد کنید Please enter a valid user and password.'), _defineProperty(_fa$data, 'ERROR_30', '(error_31) عبارت خصوصی نامعتبر است Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fa$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fa$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fa$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fa$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fa$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fa$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fa$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fa$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fa$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fa$data, 'GETH_Balance', '(geth-01) موجودی کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_Cheap', '(geth-02) قیمت سوخت برای پذیرفته شدن کم است. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fa$data, 'GETH_GasLimit', '(geth-03) سوخت بیش از حد است. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fa$data, 'GETH_InsufficientFunds', '(geth-04) موجودی برای سوخت * قیمت + مقدار کافی نیست. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fa$data, 'GETH_IntrinsicGas', '(geth-05) سوخت اصلی کم است. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fa$data, 'GETH_InvalidSender', '(geth-06) ارسال کننده نامعتبر است. Invalid sender.'), _defineProperty(_fa$data, 'GETH_NegativeValue', '(geth-07) مقدار منفی. Negative value.'), _defineProperty(_fa$data, 'GETH_Nonce', "(geth-08) This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'GETH_NonExistentAccount', '(geth-09) حساب وجود ندارد و یا موجودی حساب کم است. Account does not exist or account balance too low'), _defineProperty(_fa$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fa$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fa$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fa$data, 'SUCCESS_1', 'آدرس معتبر است '), _defineProperty(_fa$data, 'SUCCESS_2', 'کیف پول با موفقیت رمزگشایی شد '), _defineProperty(_fa$data, 'SUCCESS_3', 'تراکنش ثبت شد. TX ID '), _defineProperty(_fa$data, 'SUCCESS_4', 'کیف پول شما با موفقیت اضافه شد '), _defineProperty(_fa$data, 'SUCCESS_5', 'فایل انتخاب شد '), _defineProperty(_fa$data, 'WARN_Send_Link', 'شما از طریق یک لینک که آدرس، مقدار، سوخت، زمینه های داده و یا نوع تراکنش (مدل ارسال) که برای شما پر شده است را دارد به اینجا آمده اید. می توانید هر اطلاعاتی را پیش از انجام ارسال تغییر دهید. برای شروع، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'translate_version', '0.4_Alpha'), _defineProperty(_fa$data, 'Translator_Desc', 'Persian Translation done by Coiniran.com team'), _defineProperty(_fa$data, 'TranslatorName_1', 'Shayan Es'), _defineProperty(_fa$data, 'TranslatorAddr_1', '0xc2285f89B5b228E9a51f2B80dd0712F0ac071C9e'), _defineProperty(_fa$data, 'TranslatorName_2', 'TranslatorName_2'), _defineProperty(_fa$data, 'TranslatorAddr_2', 'TranslatorAddr_2'), _defineProperty(_fa$data, 'TranslatorName_3', 'TranslatorName_3'), _defineProperty(_fa$data, 'TranslatorAddr_3', 'TranslatorAddr_3'), _defineProperty(_fa$data, 'TranslatorName_4', 'TranslatorName_4'), _defineProperty(_fa$data, 'TranslatorAddr_4', 'TranslatorAddr_4'), _defineProperty(_fa$data, 'TranslatorName_5', 'TranslatorName_5'), _defineProperty(_fa$data, 'TranslatorAddr_5', 'TranslatorAddr_5'), _defineProperty(_fa$data, 'HELP_Warning', 'اگر قبل از 31دسامبر سال 2015 کیف پولی ساخته اید یا مخزن را دانلود کردید، لطفا لطفا کیف پول های خود را چک کنید و نسخه جدید مخزن را دانلود کنید. برای جزئیات کلیک کنید. '), _defineProperty(_fa$data, 'HELP_Desc', 'آیا سوال دیگری دارید؟ [با ما در ارتباط باشید](mailto:support@myetherwallet.com). ما به سوال شما در همین صفحه پاسخ خواهیم داد تا دیگران نیز از آن استفاده کنند. '), _defineProperty(_fa$data, 'HELP_Remind_Title', 'یادآوری '), _defineProperty(_fa$data, 'HELP_Remind_Desc_1', 'بخش هایی مثل Ethereum، MyEtherWallet.com و My EtherWallet CX و برخی دیگر از کتابخانه های زیرساختی که بر پایه Javascript است دائما در حال توسعه هستند. با اینکه ما آن ها را بطور کامل تست کردیم و ده ها هزار کیف پول با موفقیت در سراسر دنیا ساخته شده، همیشه احتمال اینکه اتفاقی غیرمنتظره رخ دهد و باعث از دست رفتن اتر شما شود وجود دارد. لطفا مراقب باشید و بیش از آنچه که در صورت از دست دادن آن برایتان مشکلی پیش نیاید سرمایه گذاری نکنید. اگر اتفاقی افتاد، بسیار متاسفیم، اما **ما مسئول از دست رفتن اتر نیستیم**. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_2', 'گزینه هایی مثل MyEtherWallet.com و MyWtherWallet CX ""کیف پول وبی"" نیستند. شما یک حساب کاربری نمی سازید و اترهای خود را جهت نگهداری از آن ها به ما نمی دهید. هیچ داده ای از کامپیوتر یا مرورگر شما خارج نمی شود. ما کار را برای شما جهت ایجاد، ذخیره، دسترسی به اطلاعات و تعامل با بلاکچیین آسان می کنیم. '), _defineProperty(_fa$data, 'HELP_Remind_Desc_3', 'اگر رمز عبور و کلید خصوصی خود را ذخیره نکنید، هیچ راهی برای دسترسی دوباره به کیف پول خود و سرمایه موجود در آن نخواهید داشت. از آن ها در مکان های فیزیکی مختلف (نه فقط در کامپیوتر خود) چندین نسخه پشتیبان تهیه کنید. '), _defineProperty(_fa$data, 'HELP_0_Title', 'سوال 0: من تازه کار هستم. چگونه شروع کنم؟ '), _defineProperty(_fa$data, 'HELP_0_Desc_1', 'وبسایت MyEtherWallet به شما امکان ساخت کیف پول های جدید جهت ذخیره اتر (Ether)خود در آن را برای شما فراهم می کند تا دیگر نیازی به ذخیره سرمایه خود در یک صرافی نداشته باشید. این فرآیند بطور کامل بر روی کامپیوتر شما، و نه بر روی سرورها، انجام می شود. به همین خاطر زمانی که یک کیف پول جدید می سازید، **خودتان مسئول ایجاد یک نسخه پشتیبان از آن هستید**. '), _defineProperty(_fa$data, 'HELP_0_Desc_2', 'ایجاد یک کیف پول جدید '), _defineProperty(_fa$data, 'HELP_0_Desc_3', 'از کیف پول نسخه پشتیبان تهیه کنید '), _defineProperty(_fa$data, 'HELP_0_Desc_4', 'تایید کنید که به این کیف پول جدید دسترسی دارید و تمام اطلاعات لازم را ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_0_Desc_5', 'به این کیف پول جدید، اتر منتقل کنید. '), _defineProperty(_fa$data, 'HELP_1_Title', 'سوال 1: چگونه یک کیف پول جدید بسازم؟ '), _defineProperty(_fa$data, 'HELP_1_Desc_1', 'به صفحه ""ساخت کیف پول"" مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_2', 'به صفحه ""اضافه کردن کیف پول"" رفته و سپس ""ساخت کیف پول جدید"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_3', 'یک رمزعبور قوی انتخاب کنید. در صورتی که فکر می کنید رمز عبور خود را فراموش خواهید، آن را در جایی مطمئن ذخیره کنید. برای ارسال تراکنش به این رمز عبور نیاز خواهید داشت. '), _defineProperty(_fa$data, 'HELP_1_Desc_4', 'گزینه ""ساخت"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_1_Desc_5', 'کیف پول شما ساخته شد. '), _defineProperty(_fa$data, 'HELP_2a_Title', 'سوال 2 الف: چگونه از کیف پول خود یک نسخه پشتیبان (یا بک-آپ) تهیه کنم؟ '), _defineProperty(_fa$data, 'HELP_2a_Desc_1', 'همیشه باید نسخه پشتیبانی از کیف پول خود در چندین محل فیزیکی داشته باشید (مثلا روی usb یا یک تکه کاغذ) '), _defineProperty(_fa$data, 'HELP_2a_Desc_2', 'آدرس را ذخیره کنید. می توانید ان را برای خود نگه دارید و یا با سایرین به اشتراک بگذارید که در اینصورت سایر افراد می توانند برای شما اتر بفرستند. '), _defineProperty(_fa$data, 'HELP_2a_Desc_3', 'چند نسخه از کلید خصوصی خود را نگهداری کنید. داشتن کلید خصوصی برای دسترسی به اترهایتان و ارسال آن ها لازم است. سه نوع کلید خصوصی وجود دارد.'), _defineProperty(_fa$data, 'HELP_2a_Desc_4', 'آدرس خود، نسخه های کلید خصوصی و مدل پی دی افی کیف پول کاغذی خود را در یک فولدر (پوشه) بگذارید و آن را در کامپیوتر و یک یو اس بی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_5', 'در صورتی که پرینتر دارید از کیف پول خود یک پرینت تهیه کنید. در غیر اینصورت کلید خصوصی و آدرس را در کاغذی یادداشت کنید. این را جدای از کامپیوتر و usb در محلی امن نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2a_Desc_6', 'HELP_2a_Desc_6'), _defineProperty(_fa$data, 'HELP_2b_Title', ',سوال 2 ب: '), _defineProperty(_fa$data, 'HELP_2b_Desc_1', 'به لینک زیر بروید: https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest '), _defineProperty(_fa$data, 'HELP_2b_Desc_2', 'بر روی dist-vX.X.X.X.zip کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_3', 'فایل زیپ را به یک کامپیوتر قرنطینه منتقل کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_4', 'آن را از حالت فشرده خارج کرده و بر روی index.html کلیک کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_5', 'یک کیف پول با رمز عبور قوی بسازید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_6', 'آدرس را ذخیره کنید. نسخه هایی از کلید خصوصی ذخیره کنید. اگر ممکن است رمز عبور را فراموش کنید آن را نیز ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_7', 'این کاغذها و Usbها را در محل های مختلفی نگهداری کنید. '), _defineProperty(_fa$data, 'HELP_2b_Desc_8', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید و رمز عبور یا کلید خصوصی خود را وارد کنید تا مطمئن شوید که صحیح هستند. مطمئن شوید که مشابه با آدرسی ست که یادداشت کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Title', 'سوال 3: چگونه این موضوع که به کیف پول خود دسترسی دارم را تایید کنم؟ '), _defineProperty(_fa$data, 'HELP_3_Desc_1', 'حتما **قبل از آنکه به کیف پول جدید خود اتر ارسال کنید**، مطمئن شوید که به آن دسترسی دارید. '), _defineProperty(_fa$data, 'HELP_3_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_3', 'به صفحه ""مشاهده اطلاعات کیف پول"" در MyetherWallet.com بروید. '), _defineProperty(_fa$data, 'HELP_3_Desc_4', 'فایل کیف پول و یا کلید خصوصی را انتخاب کنید و کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_5', 'HELP_3_Desc_5'), _defineProperty(_fa$data, 'HELP_3_Desc_6', 'دکمه ""گشودن کیف پول"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_3_Desc_7', 'اطلاعات کیف پول شما باید نمایش داده شود. آدرس حساب خود را می توانید در کنار یک آیکون دایره ای شکل و رنگی بیابید. آیکون موجود بصورت بصری آدرس شما را نمایش می دهد. مطمئن شوید که آدرس همان آدرسی ست که در نوشته متنی خود و کیف پول کاغذی خود ذخیره کرده اید. '), _defineProperty(_fa$data, 'HELP_3_Desc_8', 'اگر می خواهید مقدار زیادی اتر سپرده (نگهداری) کنید، پیشنهاد می کنیم که پیش از این کار، در ابتدا مقدار کمی اتر از این کیف پول جدید ارسال کنید. 0.001 اتر به کیف پول جدید خود ارسال کنید، سپس از کیف پول خود آن مقدار را به یک آدرس دیگر بفرستید و مطمئن شوید که همه چیز به درستی کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Title', 'سوال 4: چگونه از یک کیف پول به یک کیف پول دیگر اتر منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_4_Desc_1', 'اگر قصد دارید مقدار زیادی اتر جابجا کنید بهتر است که اول یک مقدار کم به کیف پولتان ارسال کنید تا مطمئن شوید همه چیز درست کار می کند. '), _defineProperty(_fa$data, 'HELP_4_Desc_2', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_4_Desc_3', 'با انتخاب فایل کیف پول و یا کلید خصوصی، قفل کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_4', 'اگر کیف پول رمزگذاری شده باشد، یک صفحه کوچک باز می شود که باید رمز عبور خود را در آن وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_5', 'کلید ""باز کردن کیف پول"" را بفشارید. '), _defineProperty(_fa$data, 'HELP_4_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن اتر ارسال کنید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_7', 'مقداری که می خواهید ارسال کنید را وارد کنید. در صورتی که می خواهید تمام موجودی خود را ارسال کنید می توانید گزینه ""ارسال کل موجودی"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_9', 'گزینه ""تولید تراکنش"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_10', 'چند قسمت دیگر ظاهر خواهد شد. این مربوط به مرورگر شماست که در حال ساخت تراکنش می باشد. '), _defineProperty(_fa$data, 'HELP_4_Desc_11', 'در زیر آن، بر روی دکمه آبی ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_12', 'صفحه ای ظاهر می شود. در آن صفحه باید تایید کنید که میزان و آدرسی که می خواهید به آن اتر ارسال کنید صحیح است. سپس گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4_Desc_13', 'تراکنش انجام خواهد شد و TX ID نمایش داده می شود. می توانید با کلیک بر روی TX ID آن را بر روی بلاکچین ببینید. '), _defineProperty(_fa$data, 'HELP_4CX_Title', 'سوال 4: چگونه با کیف پول MyEtherWallet خود اتر ارسال کنم؟ '), _defineProperty(_fa$data, 'HELP_4CX_Desc_1', 'ابتدا باید یک کیف پول را اضافه کنید. وقتی این کار را انجام دادید دو گزینه پیش رو خواهید داشت: گزینه ""ارسال سریع"" که از طریق آیکون افزونه Chrome Extension کار می کند و گزینه دیگر که از صفحه ""ارسال اتر و توکن"" به آن دسترسی خواهید داشت. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_2', 'HELP_4CX_Desc_2'), _defineProperty(_fa$data, 'HELP_4CX_Desc_3', 'بر روی آیکون Chrome Extension کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_4', 'دکمه ""ارسال سریع"" را بزنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_5', 'کیف پولی که می خواهید از آن ارسال را انجام دهید انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_6', 'در قسمت ""به آدرس""، آدرسی که می خواهید به آن ارسال انجام دهید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_7', 'میزان ارسالی را وارد کنید. همچنین می توانید با استفاده از لینک ""ارسال کل موجودی"" ، تمام موجودی خود را ارسال کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_8', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_9', 'میزان و آدرس ارسالی را تایید کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_10', 'رمز عبور این کیف پول را وارد کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_11', 'بر روی گزینه ""ارسال تراکنش"" کلیک کنید. '), _defineProperty(_fa$data, 'HELP_4CX_Desc_12', 'استفاده از صفحه ""ارسال اتر و توکن ها"" '), _defineProperty(_fa$data, 'HELP_5_Title', 'سوال 5: چگونه از MyEtherWallet.com بصورت آفلاین استفاده کنم؟ '), _defineProperty(_fa$data, 'HELP_5_Desc_1', 'شما می توانید MyEtherWallet.com را به جای اجرا از روی سرورهای GitHub، روی کامپیوتر خود اجرا کنید. شما می توانید یک کیف پول را کاملا بصورت آفلاین بسازید و تراکنشی را از طریق صفحه ""تراکنش آفلاین"" ارسال کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_7', 'حال MyEtherWallet.com بطور کامل در حال اجرا شدن از روی کامپیوتر شماست. '), _defineProperty(_fa$data, 'HELP_5_Desc_8', 'در صورتی که با این موضوع آشنایی ندارید بهتر است بدانید که باید تمام پوشه (فولدر) را نگهداری کنید تا بتوانید وبسایت را اجرا کنید (نه فقط index.html را). به چیزی در این پوشه دست نزنید و یا جابجا نکنید. اگر یک نسخه پشتیبان از کد مخزن MyEtherWallet را برای آینده نگهداری می کنید پیشنهاد می شود که تنها ZIP را نگهداری کنید تا از اینکه تمام محتوای پوشه درست ذخیره می شوند اطمینان حاصل کنید. '), _defineProperty(_fa$data, 'HELP_5_Desc_9', 'از آنجایی که ما بطور مداوم در حال بروزرسانی MyEtherWallet.com هستیم، پیشنهاد می کنیم که نسخه ذخیره شده خود را بصورت دوره ای بروزرسانی کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Title', 'سوال 5: چگونه می توانم این افزونه را به جای نصب کردن از Chrome Store، از مخزن نصب کنم؟ '), _defineProperty(_fa$data, 'HELP_5CX_Desc_2', 'بر روی chrome-extension-vX.X.X.X.zip کلیک کرده و آن را از حالت فشرده خارج کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_3', 'به قسمت تنظیمات (settings) مرورگر Google Chrome بروید (در منو قسمت بالا سمت راست) '), _defineProperty(_fa$data, 'HELP_5CX_Desc_4', 'بر روی افزونه یا همان Extensions در قسمت چپ کلیک کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_5', 'گزینه ""Developer Mode"" در بالای صفحه را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_6', 'گزینه Load unpacked extension… را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_7', 'به پوشه ای که به تازگی از حالت فشرده خارج کردید مراجعه کرده و گزینه select را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_5CX_Desc_8', 'افزونه حالا باید در قسمت افزونه های Chrom Extension نمایش داده شود. '), _defineProperty(_fa$data, 'HELP_7_Title', 'سوال 7: چگونه توکن ارسال کنم و توکن custom اضافه کنم؟ '), _defineProperty(_fa$data, 'HELP_7_Desc_0', 'از طریق [Ethplorer.io](https://ethplorer.io/) می توانید توکن ها را بررسی کنید و دهدهی های یک توکن را ببینید. '), _defineProperty(_fa$data, 'HELP_7_Desc_1', 'به صفحه ""ارسال اتر و توکن ها"" بروید. '), _defineProperty(_fa$data, 'HELP_7_Desc_2', 'کیف پول خود را باز کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_3', 'در بخش ""به آدرس:""، آدرسی که می خواهید به آن اتر بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_4', 'مقداری که می خواهید بفرستید را وارد کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_5', 'توکنی که می خواهید ارسال کنید را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_6', 'اگر لیست توکن را ندیدید '), _defineProperty(_fa$data, 'HELP_7_Desc_7', 'HELP_7_Desc_7'), _defineProperty(_fa$data, 'HELP_7_Desc_8', 'آدرس، اسم و دهدهی توکن را وارد کنید. این ها توسط توسعه دهندگان توکن ارائه می شود که برای '), _defineProperty(_fa$data, 'HELP_7_Desc_9', 'گزینه ""ذخیره"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_10', 'حال می توانید همزمان با مشاهده موجودی، توکن ارسال کنید '), _defineProperty(_fa$data, 'HELP_7_Desc_11', 'گزینه ""ایجاد تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_12', 'تعدادی گزینه جدید ظاهر خواهد شد. این مرورگر شماست که در حال ایجاد تراکنش است. '), _defineProperty(_fa$data, 'HELP_7_Desc_13', 'گزینه آبی رنگ ""ارسال تراکنش"" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_14', 'یک صفحه ظاهر می شود. صحت مقدار و آدرسی که به آن ارسال می کنید را تایید کنید. گزینه ""بله مطمئن هستم. تراکنش را انجام بده "" را انتخاب کنید. '), _defineProperty(_fa$data, 'HELP_7_Desc_15', 'تراکنش ثبت خواهد شد. TX ID نمایش داده می شود. می توانید بر روی TX ID جهت مشاهده آن بر روی بلاکچین کلیک کنید. '), _defineProperty(_fa$data, 'HELP_8_Title', 'سوال 8: اگر سایت شما از کار بیافتد چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8_Desc_1', 'وبسایت MyEtherWallet یک کیف پول وبی نیست. نیازی نیست که وارد شوید (لاگین کنید) و هیچ چیزی بر روی سرورهای ما ذخیره نمی شود. این تنها یک ظاهر است که به شما امکان برقراری ارتباط با بلاکچین را می دهد. '), _defineProperty(_fa$data, 'HELP_8_Desc_2', 'اگر MyEtherWallet.com از کار بیافتد، راه دیگری (مثل geth یا Ethereum Wallet/ Mist) وجود دارد که کاری که ما انجام می دهیم را انجام دهد. اما نیازی نیست که اترهای خود را از MyEtherWallet بیرون بیاورید چرا که آن ها در MyEtherWallet نیستند، بلکه در هر کیف پولی ست که شما از طریق سایت ما ساخته باشید. '), _defineProperty(_fa$data, 'HELP_8_Desc_3', 'می توانید فایل های کلید خصوصی رمزنگاری نشده و Geth/Mist Format (رمزنگاری شده) را مستقیما به geth/ Ethereum Wallet/ Mist انتقال دهید. به سوال شماره 12 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8_Desc_4', 'علاوه بر این، امکان اینکه MyEtherWallet را از کار بیاندازیم نزدیک به صفر است. ازآنجایی که هیچ اطلاعاتی را ذخیره نمی کنیم در نتیجه هیچ هزینه نگهداری هم برای ما ندارد. اگر دامنه را به هر دلیلی از کار بیاندازیم، بصورت عمومی در آدرس های زیر در دسترس خواهد بود. [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) . می توانید از آنجا ZIP را دانلود کنید و آن را بصورت محلی راه اندازی و اجرا کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Title', 'سوال 8: اگر MyEtherWallet CX ناپدید شود چه اتفاقی میافتد؟ '), _defineProperty(_fa$data, 'HELP_8CX_Desc_1', 'اول از همه اینکه تمام داده ها بر روی کامپیوتر شما ذخیره شده است و نه سرورهای ما. زمانی که به افزونه Chrome Extension نگاه می کنید، چیزی که روی سرورهای ما ذخیره شده باشد نمی بینید، بلکه تمام آن بر روی کامپیوتر خود شما ذخیره شده است. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_2', 'مهم است در نظر داشته باشید که برای هر کیف پولی که با MyEtherWallet CX ساخته می شود، از تمام اطلاعات خود یک نسخه پشتیبان تهیه کنید. در اینصورت اگر هر اتفاقی برای MyEtherWallet CX یا کامپیوترتان بیافتد، همچنان اطلاعات لازم جهت دسترسی به اترهای خود را خواهید داشت. به سوال 2 الف برای چگونگی تهیه نسخه پشتیبان از کیف پول مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_8CX_Desc_3', 'اگر به هر دلیلی MyEtherWallet CX از Chrome Store ناپدید شد، می توانید سورس (کد منبع) آن را از Github پیدا کرده و بصورت دستی اجرا کنید. به سوال شماره 5 مراجعه کنید. '), _defineProperty(_fa$data, 'HELP_9_Title', 'سوال 9: آیا صفحه ""ارسال اتر و توکن"" آفلاین است؟ '), _defineProperty(_fa$data, 'HELP_9_Desc_1', ',خیر. برای بدست آوردن قیمت سوخت فعلی نیاز به اینترنت دارد'), _defineProperty(_fa$data, 'HELP_10_Title', 'سوال 10: چگونه یک تراکنش آفلاین ایجاد کنم؟ '), _defineProperty(_fa$data, 'HELP_10_Desc_1', 'با کامپیوتر خود (که آنلاین است) به صفحه ""تراکنش آفلاین"" بروید. '), _defineProperty(_fa$data, 'HELP_10_Desc_2', 'قسمت ""از آدرس"" را پر کنید. توجه کنید که این آدرسی ست که از آن سرمایه ارسال می کنید و نه آدرسی که می خواهید به آن ارسال کنید. این کار هزینه سوخت و ؟؟؟ را ...."'), _defineProperty(_fa$data, 'HELP_10_Desc_3', 'به کامپیوتر آفلاین خود بروید و قسمت ""به آدرس"" و ""مقدار"" (مقداری که می خواهید بفرستید) را وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_4', 'در مرحله 1 قیمت سوخت در کامپیوتر آنلاین به شما نمایش داده شد. آن را در قسمت ""قیمت سوخت"" وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_5', 'HELP_10_Desc_5'), _defineProperty(_fa$data, 'HELP_10_Desc_6', 'مقدار پیش فرض برای ""سقف سوخت"" 21000 است که یک تراکنش استاندارد را پوشش می دهد. اگر در حال ارسال سرمایه به یک قرارداد هستید و یا اطلاعات بیشتری را در تراکنش خود جای دادید، باید مقدار سقف سوخت را افزایش دهید. هر مقدار سوخت که باقی بماند به شما برگردانده می شود. '), _defineProperty(_fa$data, 'HELP_10_Desc_7', 'اگر می خواهید می توانید اطلاعات بیشتری اضافه کنید. اگر اطلاعات را وارد کنید باید برای سقف سوخت بیش از 21000 در نظر بگیرید. تمام اطلاعات با فرمت هگز (HEX) است. '), _defineProperty(_fa$data, 'HELP_10_Desc_8', 'فایل کیف پول یا کلید خصوصی خود را جهت باز کردن کیف پول وارد کنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_9', 'دکمه ""ارسال تراکنش امضا شده"" را بزنید. '), _defineProperty(_fa$data, 'HELP_10_Desc_10', 'HELP_10_Desc_10'), _defineProperty(_fa$data, 'HELP_10_Desc_11', 'HELP_10_Desc_11'), _defineProperty(_fa$data, 'HELP_12_Title', 'سوال 12: چگونه کیف پولی که با MyEtherWallet ساخته ام را به geth یا Ethereum Wallet یا Mist منتقل کنم؟ '), _defineProperty(_fa$data, 'HELP_12_Desc_1', ',با استفاده از فایل Geth یا Mist JSON از MyEtherWallet نسخه 2 به بالا.'), _defineProperty(_fa$data, 'HELP_12_Desc_2', 'به صفحه ""مشاهده اطلاعات کیف پول"" بروید/ '), _defineProperty(_fa$data, 'HELP_12_Desc_3', 'قفل کیف پول خود را با استفاده از کلید خصوصی **رمزنگاری شده** و یا فایل JSON خود باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_4', 'به صفحه ""کیف پول های من"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_5', 'کیف پولی که می خواهید به Mist انتقال دهید را انتخاب کنید. بر روی آیکوین ""مشاهده"" کلیک کنید. رمزعبور خود را وارد کنید و به کیف پول دسترسی پیدا کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_6', 'بخش ""دانلود فایل JASON - فرمت Get یا Mist (رمزنگاری شده)"" را پیدا کنید. بر روی دکمه ""دانلود"" که در زیر آن قرار دارد کلیک کنید. حال شما فایل keystore خود را دارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_7', 'برنامه کیف پول Ethereum Wallet را باز کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_8', 'در قسمت منو به ترتییب بخش های زیر را دنبال کنید تا به بخش آخر برسید: حساب ها --> پشتیبان --> حساب ها. '), _defineProperty(_fa$data, 'HELP_12_Desc_9', 'با این کار می توانید به پوشه ای که keystore خود را در آن ذخیره کردید دسترسی پیدا کنید. فایلی که به تازگی دانلود کردید (`UTC--2016-04-14......../`) را به همان پوشه keystore ببرید. '), _defineProperty(_fa$data, 'HELP_12_Desc_10', 'حساب شما سریعا در قسمت ""حساب ها"" نمایش داده می شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_11', 'با استفاده از کلید خصوصی ررمزنگاری نشده خود... '), _defineProperty(_fa$data, 'HELP_12_Desc_12', 'اگر در حال حاضر کلید خصوصی رمزنگاری نشده خود را ندارید، به قست ""مشاهده اطلاعات کیف پول"" بروید. '), _defineProperty(_fa$data, 'HELP_12_Desc_13', 'فایل کیف پول خود را انتخاب کنید یا کلید خصوصی خود را وارد کنید تا قفل کیف پولتان باز شود. '), _defineProperty(_fa$data, 'HELP_12_Desc_14', 'کلید خصوصی (رمزنگاری نشده) خود را کپی کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_15', 'اگر با مک (Mac) کار می کنید '), _defineProperty(_fa$data, 'HELP_12_Desc_15b', 'اگر با کامپیوتر (PC) کار می کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_16', 'گزینه ""ویرایش نوشته"" را باز کنید و این کلید خصوصی را در آنجا paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_17', 'HELP_12_Desc_17'), _defineProperty(_fa$data, 'HELP_12_Desc_18', 'این فایل را بر روی دسکتاپ خود با عنوان nothing_special_delete_me.txt ذخیره کنید. مطمئن شوید که می گوید ""UTF-8"" و در بخش ذخیره بنویسد """"If no extension is provided use .txt"" . '), _defineProperty(_fa$data, 'HELP_12_Desc_19', 'ترمینال را باز کنید دستور زیر را وارد کنید: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_20', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_21', 'HELP_12_Desc_21'), _defineProperty(_fa$data, 'HELP_12_Desc_22', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_12_Desc_23', 'برنامه Notepad را باز کنید و کلید خصوصی را در آن paste کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_24', 'فایل را با عنوان `nothing_special_delete_me.txt` در درایو :C ذخیره کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_25', 'این دستور را وارد کنید: `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fa$data, 'HELP_12_Desc_26', 'این کار باعث می شود تا از شما در خواست یک رمزعبور جدید شود. این رمزعبوری ست که در زمان ارسال یک تراکنش با استفاده از geth یا Ethereum Wallet یا Mist از آن استفاده می کنید، در نتیجه آن را به خاطر بسپارید. '), _defineProperty(_fa$data, 'HELP_12_Desc_27', 'بعد از انتقال موفق، فایل `nothing_special_delete_me.txt` را پاک کنید. '), _defineProperty(_fa$data, 'HELP_12_Desc_28', 'دفعه بعد که برنامه Ethereum Wallet را باز کنید، حساب شما در بخش ""حساب ها"" قابل مشاهده خواهد بود. '), _defineProperty(_fa$data, 'HELP_13_Title', 'سوال 13: این جمه به چه معناست؟ : ""سرمایه کافی نیست. حسابی که سعی در ارسال تراکنش از طریق آن را دارید به اندازه کافی سرمایه ندارد. به XXXXXXXXXXXXXXXXXXX و تنها XXXXXXXXXXXXXXXX دارد"". '), _defineProperty(_fa$data, 'HELP_13_Desc_1', 'این بدان معناست که در حساب خود به اندازه کافی اتر (ٍETH) جهت پرداخت هزینه سوخت را ندارید. هر تراکنش (که شامل توکن و تراکنش های قراردادی نیز می شود) به سوخت نیاز دارد و این سوخت با اتر پرداخت می شود. عددی که نمایش داده شد، مقداری ست که برای پوشش هزینه تراکنش در Wei مورد نیاز است. آن عدد را بر `1000000000000000000` تقسیم کنید و از مقدار اتری که می خواستید ارسال کنید کم کنید (اگر می خواستید که اتر ارسال کنید). این کار به شما میزان اتری که برای انجام تراکنش باید به آن حساب بفرستید را مشخص می کند. '), _defineProperty(_fa$data, 'HELP_14_Title', 'سوال 14: برخی از سایت ها ساخت رندوم یا تصادفی کلیدهای خصوصی را بر اساس حرکت موس انجام می دهند. سایت MyEtherWallet.com این کار را انجام نمی دهد. آیا تولید تصادفی اعداد برای MyEtherWallet امن است؟ '), _defineProperty(_fa$data, 'HELP_14_Desc_1', 'روش ساخت بر اساس حرکت موس هوشمندانه است و می دانیم که چرا مردم آن را دوست دارند، اما واقعیت این است که window.crypto ؟؟؟؟؟ بیشتری را نسبت به حرکات موس شما ارائه می کنند. حرکات موس ناامن نیستند اما ما (و بسیاری از آزمایش های کریپتو دیگر) در window.crypto باور بیشتری داریم. بعلاوه اینکه از MyEtherWallet.com می توان در دستگاه های لمسی نیز استفاده کرد. در [اینجا می توانید بحث بین یک نویسنده عصبانی در reddit و Vitalik Buterin درباره حرکات موس و window.crypto را ببینید](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fa$data, 'HELP_15_Title', 'سوال 15: چرا حسابی که همین الان ساخته ام در مرورگر بلاکچین (bllockchain explorer) دیده نمی شود؟ (برای مثال در etherchain یا etherscan) '), _defineProperty(_fa$data, 'HELP_15_Desc_1', 'HELP_15_Desc_1'), _defineProperty(_fa$data, 'HELP_16_Title', 'سوال 16: چگونه موجودی حساب خود را ببینم؟ '), _defineProperty(_fa$data, 'HELP_16_Desc_1', 'برای این کار می توانید از یک مرورگر بلاکچین مثل [etherscan.io](https://etherscan.io/) استفاده کنید. آدرس خود را در قسمت search (جستجو) وارد کنید و بعد می توانید آدرس و سابقه تراکنش های خود را مشاهده کنید. برای مثال حساب اهدایی ما [بدین صورت](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) است. '), _defineProperty(_fa$data, 'HELP_17_Title', 'سوال 17: چرا زمانی که قفل کیف پول خود را باز می کنم موجودی من نمایش داده نمی شود؟ '), _defineProperty(_fa$data, 'HELP_17_Desc_1', 'این موضوع احتمالا بخاطر این است که شما پشت یک firewall (دیوار آتشین) هستید. API که ما برای بدست آوردن موجودی استفاده می کنیم به دلایلی معمولا توسط فایر وال ها بلاک می شوند. شما همچنان می توانید تراکنش هایتان را ارسال کنید و برای دیدن موجودی خود تنها باید از راه دیگری (مثل etherscan.io) استفاده کنید. '), _defineProperty(_fa$data, 'HELP_18_Title', 'سوال 18: فایل مربوط به کیف پول geth کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Title', 'سوال 19: فایل مربوط به کیف پول Mist من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_19_Desc_1', 'فایل های Mist معمولا در فضاهای بالا قرار دارند. اما را آسان تر این است که Mist را باز کنید، در قسمت بالا گزینه Accounts و بعد Backup را انتخاب کنید. این کار پوشه ای که فایل های شما در آن ذخیره شده را باز می کند. '), _defineProperty(_fa$data, 'HELP_20_Title', 'سوال 20: فایل مربوط به کیف پول پیش فروش (pre-sale) من کجا قرار دارد؟ '), _defineProperty(_fa$data, 'HELP_20_Desc_1', 'هر جایی که آن را ذخیره کرده اید! البته برای ایمیل شما هم ارسال شده است، در نتیجه آن را نیز بررسی کنید. بدنبال فایلی با نام ""ethereum_wallet_backup.json"" بگردید. این فایلِ کیف پول با یک رمزعبور رمزنگاری شده است. رمزعبوری که شما هنگام خرید در پیش فروش ساخته اید. '), _defineProperty(_fa$data, 'HELP_21_Title', 'سوال 21: آیا این امکان وجود ندارد که هر کسی یک کلید خصوصی تصادفی (رندوم) را وارد کرده و بدنبال یک موجودی بگردد و سپس آن را برای خود ارسال کند؟ '), _defineProperty(_fa$data, 'HELP_21_Desc_1', 'جواب کوتاه: بله، اما یافتن یک حساب با موجودی، بیش از هزاران سال طول می کشد؛ پس جواب خیر است. '), _defineProperty(_fa$data, 'HELP_21_Desc_2', 'نسخه Long ELI5: اتریوم بر پایه Public Key Cryptography یا رمزنگاری کلید عمومی و بطور خاص، منحنی رمزنگاری Elliptic است که بصورت گسترده ای نیز مورد استفاده قرار می گیرد. امنیت بسیاری از سرورها از طریق ECC فراهم می شود. بیتکوین نیز از همان، و از چیزهای دیگری مثل SSH و TLS استفاده می کند. کلیدهای اتریوم کلیدهای 256 بیتی هستند که بسیار قوی تر از مدل های 128بیتی و 192بیتی هستند که بصورت گسترده ای مورد استفاده قرار می گیرند و از نظر کارشناسان امن هستند. '), _defineProperty(_fa$data, 'HELP_21_Desc_3', 'در اینجا شما یک کلید خصوصی و یک کلید عمومی دارید. از کلید خصوصی می توان کلید عمومی ساخت، اما کلید عمومی را نمی توان برگرداند و به کلید خصوصی تبدیل کرد یا از طریق آن کلید خصوصی را بدست آورد. تمام دنیا و اینترنت در حال استفاده از این نوع رمزنگاری هستند و اگر راهی برای بدست آوردن کلید خصوصی از طریق کلید عمومی وجود داشته باشد و به این خاطر شما اترهای خود را از دست دهید، این موضوع کمترین نگرانی هر کسی خواهد بود. '), _defineProperty(_fa$data, 'HELP_21_Desc_4', 'اگر کسی کلید خصوصی شما را داشته باشد می تواند از حساب شما اتر منتقل کند؛ درست همانطور که اگر کسی رمزعبور ایمیل شما را داشته باشد می تواند ایمیل هایتان را بخواند و یا ایمیل ارسال کند، یا اگر کسی رمزعبور حساب شما را داشته باشد می تواند پول جابجا کند. می توانید نسخه Keystore کلید خصوصی خود، که کلید خصوصیِ رمزنگاری شده با یک رمزعبور است را دانلود کنید. این کار مثل این است که یک رمزعبوری دارید که توسط یک رمزعبور دیگر محافظت می شود. '), _defineProperty(_fa$data, 'HELP_21_Desc_5', 'بصورت تئوری این امکان وجود دارد که رشته هایی با 64 کاراکتر هگزادسیمالی وارد کنید تا یکی از آن ها کار کند و کلید خصوصی از آب در بیاید. البته افراد باهوش برای این کار برنامه ای می نویسند که با سرعت بالا کلیدهای خصوصی تصادفی مختلفی را امتحان کند. به این کار Brute-force یا نیروی کور و یا در اصطلاحی دیگر به آن mining یا استخراج کلید خصوصی گفته می شود. با تعداد کمی سرورهای قوی، احتمال چک کردن بیش از 1میلیون کلید در درثانیه وجود دارد. اما چک کردن این تعداد کلید در ثانیه نمی تواند هزینه های فعالیت سرورها را پوشش دهد و احتمالا نه تنها شما بلکه فرزندان و نوه های شما نیز نمی توانند کلیدی پیدا کند. '), _defineProperty(_fa$data, 'HELP_21_Desc_6', 'اگر چیزی درباره بیتکوین می دانید، برای نشان دادن اینکه این احتمال چقدر کم است به این نکته توجه کنید: فرض کنید هر ساتوشی از هر بیتکوینی که تا به حال ساخته شده به کلید خصوصی یکتای مربوط به خود رفته باشد. احتمال آنکه بین تمام آن کلیدها، دو کلید وجود داشته باشد که هر دو به یک آدرس اشاره کنند حدود یک در 100 کوینتیلیون (کوینتیلیون معادل است با 1 و هجده صفر جلوی آن که کل آن ها به توان 2 برسد) است. '), _defineProperty(_fa$data, 'HELP_21_Desc_7', 'این عددها هیچ ربطی با فناوری دستگاه ها ندارند؛ مقدارها بیشینه یا ماکزیمی هستند که از نظر ترمودینامیکی مجاز است و شدیده بر این موضوع دلالت دارد که حمله های نیروی کور یا brute force به کلیدهای 256بیتی تا زمانی که کامپیوترهایی با چیزی غیر از چیزهای فعلی ساخته شود و چیزی غیر از فضا را اشغال کند ساخته شوند غیر عملی است. '), _defineProperty(_fa$data, 'HELP_21_Desc_8', 'این موضوع نشانگر آن است که کلیدها بصورت کاملا تصادفی و با آنتروپی کافی ساخته می شوند. کلیدهایی که اینجا ساخته می شوند همانند Jaxx و Mist/geth از این معیار پیروی می کنند. کیف پول های اتریوم همگی خوب هستند. کلیدهای که توسط ذهن انسان ساخته می شوند خوب نیستند چرا که ذهن انسان توان ایجاد یک دانه یا رمز کاملا تصدفی را ندارد. مشکلاتی در زمینه آنتروپی و یا اینکه دانه ها بطور کاملا تصدفی ساخته نشدند در دنیای بیتکوین وجود داشته که موضوعی ست که باید بعدا راجع به آن صحبت کرد. '), _defineProperty(_fa$data, 'HELP_SecCX_Title', 'امنیت - MyEtherWallet CX '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_1', 'این افزونه (extension) اطلاعات من را کجا ذخیره می کند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_2', 'اطلاعاتی که در این Chrome Extension ذخیرنگهداری می کنید از طریق [chrome.storage](http://chrome.storage/) ذخیره می شود. این دقیقا همان جایی ست که رمزعبورهایی که در مرورگر Chrome ذخیره می کنید در آن ذخیره می شود. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_3', 'چه اطلاعاتی ذخیره می شود؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_4', 'آدرس، نام اختصاری و کلید خصوصی در chrome.storage ذخیره می شود. کلید خصوصی با استفاده از رمزعبوری که در زمان اضافه کردن کیف پول انتخاب کردید رمزنگاری شده است. نام اختصاری و کیف پول رمزنگاری نشده است. '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_5', 'چرا نام اختصاری و کیف پول رمزنگاری نمی شوند؟ '), _defineProperty(_fa$data, 'HELP_SecCX_Desc_6', 'اگر می خواستیم این موارد را رمزنگاری کنیم، هربار که می خواستید موجودی حساب یا نام های اختصاری را ببینید مجبور به وارد کردن رمزعبور می شدید. اگر این موضوع برایتان مهم است، پیشنهاد می کنیم از MyEtherWallet.com به جای این Chrome Extension استفاده کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Title', 'امنیت '), _defineProperty(_fa$data, 'HELP_Sec_Desc_1', 'ممکن است یکی از اولین سوالاتی که به ذهنتان می رسد این باشد که ""چرا باید به این افراد اعتماد کنم؟""؛ این سوال خوبی ست که ادامه می توانید جوابی برای آن جهت کم کردن ترس خود پیدا کنید. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_2', 'ما از آگوست 2015 در حال فعالیت هستیم. اگر در [reddit](https://www.reddit.com/search?q=myetherwallet) بدنبال myetherwallet بگردید، تعداد زیادی از کاربران را خواهید دید که از سرویس ما با موفقیت استفاده کرده اند. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_3', 'ما نمی خواهیم که پول شما را بگیریم و یا کلیدهای خصوصی شما را بدزدیم. هیچ کد خرابی در این سایت وجود ندارد. در واقع صفحه های ""ایجاد کیف پول"" در سمت کاربر هستند (client-side). این بدان معناست که تمام کدها بر روی کامپیوتر خود شما اجرا می شود و هرگز جای دیگری ارسال و یا ذخیره نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_4', 'این سایت از طریق GitHub ارائه می شود، می توانید کد اصلی یا Source Code آن را در این آدرس ببینید: [https://github.com/kvhnuke/etherwallet/tree/gh-](https://github.com/kvhnuke/etherwallet/tree/gh-pages) و [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fa$data, 'HELP_Sec_Desc_5', 'برای ایجاد کیف پول، می توانید کد منبع را دانلود کنید و آن را بصورت محلی اجرا کنید. به سوال شماره 5 مراجعه کنید. (https://github.com/kvhnuke/etherwallet/releases/latest) '), _defineProperty(_fa$data, 'HELP_Sec_Desc_6', 'یک کیف پول تستی بسازید و به بررسی فعالیت شبکه بپردازید. ساده ترین راه این است که بر روی سایت کلیک راست کرده و گزینه ""inspect element"" را انتخاب کنید. به قسمت ""Network"" بروید. یک کیف پول آزمایشی بسازید. خواهید دید که هیچ فعالیت شبکه ای در آن جا رخ نمی دهد. خواهید دید که اتفاقی در حال رخداد است که همانند داده هایی مثل عکس یا گیف هستند. آن ها کدهای QR هستند که در حال ساخته شدن بر روی کامپیوتر شما و توسط کامپیوتر شما هستند. هیچ بایتی جابجا نمی شود. '), _defineProperty(_fa$data, 'HELP_Sec_Desc_8', 'اگر با استفاده از این ابزار راحت نیستید آن را کنار بگذارید. ما این ابزار را بعنوان یک راه موثر جهت ایجاد کیف پول و تراکنش بدون نیاز به اجرای یک فول نود یا رفتن به خط فرمان درست کرده ایم. در هر صورت اگر سوالی ذهن شما را به خود مشغول کرده می توانید با ما در ارتباط باشید و ما نیز در اولین فرصت پاسخگوی شما خواهیم بود. با تشکر از توجه شما '), _defineProperty(_fa$data, 'HELP_FAQ_Title', 'پاسخ های کامل تری به سوالات متداول '), _defineProperty(_fa$data, 'HELP_Contact_Title', 'HELP_Contact_Title'), _fa$data); module.exports = fa; @@ -15692,7 +15689,7 @@ fi.data = (_fi$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fi$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_fi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_fi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_fi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_fi$data, 'x_ReadMore', 'Read More'), _defineProperty(_fi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_fi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_fi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_fi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_fi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_fi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_fi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_fi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_fi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_fi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_fi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_fi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_fi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_fi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_fi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_fi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_fi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_fi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_fi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_fi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_fi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_fi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_fi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_fi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_fi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_fi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_fi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_fi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_fi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_fi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_fi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_fi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_fi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_fi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_fi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_fi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_fi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_fi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_fi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_fi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_fi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_fi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_fi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_fi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_fi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fi$data, 'NAV_AddWallet', 'Lisää Lompakko '), _defineProperty(_fi$data, 'NAV_BulkGenerate', 'Massa Generoi '), _defineProperty(_fi$data, 'NAV_Contact', 'Yhteystiedot '), _defineProperty(_fi$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Ota Käyttöön Sopimus '), _defineProperty(_fi$data, 'NAV_ENS', 'ENS'), _defineProperty(_fi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_fi$data, 'NAV_GenerateWallet', 'Luo Lompakko '), _defineProperty(_fi$data, 'NAV_Help', 'Apua '), _defineProperty(_fi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_fi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_fi$data, 'NAV_MyWallets', 'Minun Lompakkoni '), _defineProperty(_fi$data, 'NAV_Offline', 'Lähetä Offlinena '), _defineProperty(_fi$data, 'NAV_SendEther', 'Lähetä Etheriä ja Tokeneita '), _defineProperty(_fi$data, 'NAV_SendTokens', 'Lähetä Tokeneita '), _defineProperty(_fi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_fi$data, 'NAV_Swap', 'Swap '), _defineProperty(_fi$data, 'NAV_ViewWallet', 'Tarkastele Lompakon Tietoja '), _defineProperty(_fi$data, 'NAV_YourWallets', 'Sinun Lompakkosi '), _defineProperty(_fi$data, 'x_Access', 'Access '), _defineProperty(_fi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Saatat tuntea tämän "Tilinumeronasi" tai "Julkisena Salausavaimenasi". Tämä on se jonka jaat ihmisille, jotta he voivat lähettää sinulle ETHiä. Tuo kuvake on helppo tapa tunnistaa sinun osoitteesi. '), _defineProperty(_fi$data, 'x_Address', 'Sinun osoitteesi '), _defineProperty(_fi$data, 'x_Cancel', 'Peruuta '), _defineProperty(_fi$data, 'x_CSV', 'CSV tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Download', 'Lataa '), _defineProperty(_fi$data, 'x_Json', 'JSON Tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_JsonDesc', 'Tämä on salaamaton JSON tiedosto yksityisestä salausavaimestasi. Tämä tarkoittaa että et tarvitse salasanaa mutta kuka tahansa joka löytää JSON tiedostosi saa pääsyn lompakkoosi ja sen sisältämään Etheriin ilman salasanaa. '), _defineProperty(_fi$data, 'x_Keystore', 'Avainsäilö Tiedosto (UTC / JSON · Suositeltu · Salattu) '), _defineProperty(_fi$data, 'x_Keystore2', 'Avainsäilö Tiedosto (UTC / JSON) '), _defineProperty(_fi$data, 'x_KeystoreDesc', 'Tämä Avainsäilö tiedosto vastaa sitä tiedostoformaattia jota Mist käyttävät, joten voit helposti importata sen tulevaisuudessa. Se on suositeltu tiedostomuoto ladata ja varmuuskopioida. '), _defineProperty(_fi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fi$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_fi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_fi$data, 'x_Password', 'Salasana '), _defineProperty(_fi$data, 'x_Print', 'Tulosta Paperi Lompakko '), _defineProperty(_fi$data, 'x_PrintDesc', 'ProTip: Klikkaa Tulosta ja tallenna tämä PDF:nä, vaikka et omistaisikaan tulostinta! '), _defineProperty(_fi$data, 'x_PrintShort', 'Tulosta '), _defineProperty(_fi$data, 'x_PrivKey', 'Yksityinen salausavain (salaamaton) '), _defineProperty(_fi$data, 'x_PrivKey2', 'Yksityinen salausavain '), _defineProperty(_fi$data, 'x_PrivKeyDesc', 'Tämä on salaamaton versio sinun yksityisestä salausavaimestasi, tarkoittaen että salasanaa ei tarvita. Jos joku sattuisi löytämään sinun salaamattoman yksityisen salausavaimesi, he pääsisivät käsiksi sinun lompakkoosi ilman salasanaa. Tästä syystä salatut versiot ovat yleensä suositeltuja. '), _defineProperty(_fi$data, 'x_Save', 'Tallenna '), _defineProperty(_fi$data, 'x_TXT', 'TXT tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Wallet', 'Lompakko '), _defineProperty(_fi$data, 'x_Wallet', 'Wallet '), _defineProperty(_fi$data, 'MEW_Warning_1', 'Tarkista URL aina ennen kuin avaat lompakkosi tai luot uuden lompakon. Varo tietojen-kalastelu sivustoja! '), _defineProperty(_fi$data, 'CX_Warning_1', 'Varmista että sinulla on **ulkoiset varmuuskopiot** kaikista lompakoista joita säilytät täällä. Monia asioita voi tapahtua joiden seurauksena voit menettää tietoja tässä Chrome Laajennuksessa, mukaan lukien laajennuksen asennuksen poistaminen tai uudelleenasennus. Tämä laajennus on keino jolla saat helpon pääsyn lompakkoosi, **ei** keino varmuuskopioida niitä. '), _defineProperty(_fi$data, 'MEW_Tagline', 'Avoimen Lähdekoodin JavaScript Ether Lompakko '), _defineProperty(_fi$data, 'CX_Tagline', 'Avoimen Lähdekoodin JavaScript Chrome Laajennus '), _defineProperty(_fi$data, 'FOOTER_1', 'Avoimen lähdekoodin, javascript työkalu Ethereum lompakkojen luomista & varojen siirtoja varten. '), _defineProperty(_fi$data, 'FOOTER_1b', 'Luonut '), _defineProperty(_fi$data, 'FOOTER_2', 'Lahjoituksia arvostetaan suuresti: '), _defineProperty(_fi$data, 'FOOTER_3', 'Lompakon luomisen tarjoaa '), _defineProperty(_fi$data, 'FOOTER_4', 'Vastuuvapauslauseke / Disclaimer '), _defineProperty(_fi$data, 'sidebar_AccountInfo', 'Tilin Tiedot '), _defineProperty(_fi$data, 'sidebar_AccountAddr', 'Tilin Osoite '), _defineProperty(_fi$data, 'sidebar_AccountBal', 'Tilin Saldo '), _defineProperty(_fi$data, 'sidebar_TokenBal', 'Tokenien Saldo '), _defineProperty(_fi$data, 'sidebar_Equiv', 'Vastaavat Arvot '), _defineProperty(_fi$data, 'sidebar_TransHistory', 'Siirto Historia '), _defineProperty(_fi$data, 'sidebar_donation', 'MyEtherWallet on ilmainen, avoimen lähdekoodin palvelu joka on omistautunut sinun yksityisyyteesi ja turvallisuuteesi. Mitä enemmän lahjoituksia me vastaanotamme, sitä enemmän aikaa me käytämme uusien toimintojen luomiseksi, kuunnellen teidän palautettanne ja antaen teille juuri sitä mitä te tahdotte. Me olemme vain kaksi ihmistä jotka koittavat muuttaa maailmaa. Auta meitä? '), _defineProperty(_fi$data, 'sidebar_donate', 'Lahjoita '), _defineProperty(_fi$data, 'sidebar_thanks', 'KIITOS!!! '), _defineProperty(_fi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_fi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_fi$data, 'decrypt_Access', 'Kuinka haluaisit saada pääsyn lompakkoosi? '), _defineProperty(_fi$data, 'decrypt_Title', 'Valitse yksityisen salausavaimesi muoto: '), _defineProperty(_fi$data, 'decrypt_Select', 'Valitse Lompakko: '), _defineProperty(_fi$data, 'ADD_Label_1', 'Mitä tahtoisit tehdä? '), _defineProperty(_fi$data, 'ADD_Radio_1', 'Luo Uusi Lompakko '), _defineProperty(_fi$data, 'ADD_Radio_2', 'Valitse Lompakko Tiedostosi (Avainsäilö / JSON) '), _defineProperty(_fi$data, 'ADD_Radio_2_alt', 'Valitse Lompakko Tiedostosi '), _defineProperty(_fi$data, 'ADD_Radio_2_short', 'VALITSE LOMPAKKO TIEDOSTO... '), _defineProperty(_fi$data, 'ADD_Radio_3', 'Liitä/Kirjoita Yksityinen Salausavaimesi '), _defineProperty(_fi$data, 'ADD_Radio_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_fi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_fi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_fi$data, 'ADD_Label_2', 'Luo Kutsumanimi: '), _defineProperty(_fi$data, 'ADD_Label_3', 'Lompakkosi on salattu, ole hyvä ja syötä salasanasi '), _defineProperty(_fi$data, 'ADD_Label_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Warning_1', 'Voit lisätä minkä tahansa tilin jota "seurata" lompakkojen välilehdessä ilman yksityisen salausavaimesi lähettämistä. Tämä ** ei ** tarkoita että sinulla olisi pääsy tähän lompakkoon, tai että voit siirtää Etheriä siitä. '), _defineProperty(_fi$data, 'ADD_Label_5', 'Syötä Osoite '), _defineProperty(_fi$data, 'ADD_Label_6', 'Avaa Sinun Lompakkosi '), _defineProperty(_fi$data, 'ADD_Label_6_short', 'Avaa '), _defineProperty(_fi$data, 'ADD_Label_7', 'Lisää Tili '), _defineProperty(_fi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_fi$data, 'GEN_desc', 'Jos tahdot luoda useita lompakoita, voit tehdä sen täältä '), _defineProperty(_fi$data, 'GEN_Label_1', 'Syötä vahva salasana (vähintään 9 merkkiä) '), _defineProperty(_fi$data, 'GEN_Placeholder_1', 'ÄLÄ unohda tallentaa tätä! '), _defineProperty(_fi$data, 'GEN_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'GEN_Label_2', 'Tallenna Avainsäilö tai Yksityinen salausavaimesi. Älä unohda yllä olevaa salasanaasi. '), _defineProperty(_fi$data, 'GEN_Label_3', 'Tallenna Osoitteesi. '), _defineProperty(_fi$data, 'GEN_Label_4', 'Valinnainen: Tulosta paperi lompakkosi, tai säilö QR koodi versio. '), _defineProperty(_fi$data, 'BULK_Label_1', 'Kuinka Monta Lompakkoa Luodaan '), _defineProperty(_fi$data, 'BULK_Label_2', 'Luo Lompakot '), _defineProperty(_fi$data, 'BULK_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'SEND_addr', 'Osoitteeseen '), _defineProperty(_fi$data, 'SEND_amount', 'Summa Joka Lähetetään '), _defineProperty(_fi$data, 'SEND_amount_short', 'Summa '), _defineProperty(_fi$data, 'SEND_custom', 'Mukautettu '), _defineProperty(_fi$data, 'SEND_gas', 'Gas '), _defineProperty(_fi$data, 'SEND_TransferTotal', 'Lähetä Koko Saldo '), _defineProperty(_fi$data, 'SEND_generate', 'Luo Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_raw', 'Käsittelemätön Siirto '), _defineProperty(_fi$data, 'SEND_signed', 'Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_trans', 'Lähetä Siirto '), _defineProperty(_fi$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_fi$data, 'SENDModal_Title', 'Varoitus! '), _defineProperty(_fi$data, 'SENDModal_Content_1', 'Olet lähettämässä '), _defineProperty(_fi$data, 'SENDModal_Content_2', 'osoitteeseen '), _defineProperty(_fi$data, 'SENDModal_Content_3', 'Oletko varma että haluat tehdä tämän? '), _defineProperty(_fi$data, 'SENDModal_Content_4', 'HUOMAUTUS: Jos kohtaat virheen, sinun täytyy todennäköisesti lisätä ETHiä tilillesi kattaaksesi siirron vaatiman gasin hinnan. Gas maksetaan ETHeinä. '), _defineProperty(_fi$data, 'SENDModal_No', 'En, vie minut pois täältä! '), _defineProperty(_fi$data, 'SENDModal_Yes', 'Kyllä, olen varma! Toteuta siirto. '), _defineProperty(_fi$data, 'TOKEN_Addr', 'Token Contract Osoite '), _defineProperty(_fi$data, 'TOKEN_Symbol', 'Token Tunnus '), _defineProperty(_fi$data, 'TOKEN_Dec', 'Desimaalit '), _defineProperty(_fi$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_fi$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_fi$data, 'TRANS_desc', 'Jos haluat lähettää Tokeneita, ole hyvä ja käytä "Lähetä Tokeneita" sivua. '), _defineProperty(_fi$data, 'TRANS_warning', 'Jos käytät "Vain ETH" tai "Vain ETC" Toimintoja, niin lähetät sopimuksen kautta. Joillakin palveluilla on vaikeuksia hyväksyä näitä siirtoja. Lue lisää. '), _defineProperty(_fi$data, 'TRANS_advanced', '+Edistynyt: Lisää Tietoja '), _defineProperty(_fi$data, 'TRANS_data', 'Tiedot '), _defineProperty(_fi$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_fi$data, 'TRANS_sendInfo', 'Tavallinen siirto käyttäen 21000 gasia maksaa 0.000441 ETHiä. Me käytämme hieman-yli-minimin gasin hintaa 0.000000021 ETHiä varmistaaksemme että se louhitaan nopeasti. Me emme veloita siirto maksua. '), _defineProperty(_fi$data, 'TRANSModal_Title', '"Vain ETH" ja "Vain ETC" Siirrot '), _defineProperty(_fi$data, 'TRANSModal_Content_0', 'Huomautus erilaisista siirroista ja eri palveluista: '), _defineProperty(_fi$data, 'TRANSModal_Content_1', '**ETH (Tavallinen Siirto): ** Tämä luo oletusarvoisen siirron osoitteesta toiseen. Siinä on oletus gasina 21000. On todennäköistä että kaikki ETH joka lähetetään tällä tavalla, toistetaan ETC ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_2', '**Vain ETH: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETH** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_3', '**Only ETC: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETC** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Lähetä ainoastaan käyttäen Tavallista Siirtoa. Jos lähetät käyttäen "Vain" sopimuksia, sinun täytyy olla yhteydessä heidän asiakastukensa henkilöstöön jotta he joko manuaalisesti lisäävät sinun saldosi tai palauttavat rahasi. [Voit kokeilla myös ShapeShiftin "split" työkalua.](https://split.shapeshift.io/) '), _defineProperty(_fi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ei tunnettuja ongelmia. Käytä mitä vain. '), _defineProperty(_fi$data, 'TRANSModal_Yes', 'Siistiä, nyt ymmärrän. '), _defineProperty(_fi$data, 'TRANSModal_No', 'Voi ei, olen entistä enemmän hämilläni. Auttakaa minua. '), _defineProperty(_fi$data, 'OFFLINE_Title', 'Luo ja Lähetä Offline Siirto '), _defineProperty(_fi$data, 'OFFLINE_Desc', 'Offline siirtojen luonti voidaan tehdä kolmella eri vaiheella. Teet vaiheet 1 ja 3 käyttäen verkkoon yhdistettyä (online) tietokonetta, ja vaiheen 2 käyttäen offline/airgappattua tietokonetta. Tämä varmistaa ettei sinun yksityinen salausavaimesi ole kosketuksissa internettiin yhdistetyn laitteen kanssa. '), _defineProperty(_fi$data, 'OFFLLINE_Step1_Title', 'Vaihe 1: Luo Tiedot (Online Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step1_Button', 'Luo Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_1', 'Osoitteesta '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_2', 'Huomautus: Tämä on MISTÄ osoitteesta, ei MIHIN osoitteeseen. Nonce luodaan osoitteesta josta siirto on peräisin. Jos käytetään airgappattua tietokonetta, se olisi kylmä-varasto tilin osoite. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Title', 'Vaihe 2: Luo Siirto (Offline Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_1', 'Osoitteeseen '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_2', 'Arvo / Määrä Joka Lähetetään '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3', 'Gasin hinta '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4', 'Gas Raja '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4b', '21000 on oletusarvoinen gas raja. Kun lähetät sopimuksiin tai lisäät tietoa, saattaa tämä määrä joutua olemaan eri. Kaikki käyttämätön gas palautetaan sinulle. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6', 'Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6b', 'Tämä on valinnainen. Tietoja käytetään usein kun varoja lähetetään sopimuksiin. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_7', 'Syötä / Valitse Yksityinen salausavaimesi / JSON. '), _defineProperty(_fi$data, 'OFFLINE_Step3_Title', 'Vaihe 3: Lähetä / Julkaise Siirto (Verkkoon yhdistetty (online) tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step3_Label_1', 'Liitä allekirjoitettu siirto Vaiheesta 2 tähän ja paina "LÄHETÄ SIIRTO" nappia. '), _defineProperty(_fi$data, 'DEP_generate', 'Generoi Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generoitu Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Allekirjoita Siirto '), _defineProperty(_fi$data, 'DEP_interface', 'Generoitu Rajapinta '), _defineProperty(_fi$data, 'MYWAL_Nick', 'Lompakon Kutsumanimi '), _defineProperty(_fi$data, 'MYWAL_Address', 'Lompakon Osoite '), _defineProperty(_fi$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_fi$data, 'MYWAL_Edit', 'Muokkaa '), _defineProperty(_fi$data, 'MYWAL_View', 'Katso '), _defineProperty(_fi$data, 'MYWAL_Remove', 'Poista '), _defineProperty(_fi$data, 'MYWAL_RemoveWal', 'Poista Lompakko: '), _defineProperty(_fi$data, 'MYWAL_WatchOnly', 'Sinun Seuraa-Ainoastaan Tilisi '), _defineProperty(_fi$data, 'MYWAL_Viewing', 'Tarkastellaan Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Hide', 'Piilota Lompakon Tiedot '), _defineProperty(_fi$data, 'MYWAL_Edit_2', 'Muokkaa Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Name', 'Lompakon Nimi '), _defineProperty(_fi$data, 'MYWAL_Content_1', 'Varoitus! Olet poistamassa lompakkoasi. '), _defineProperty(_fi$data, 'MYWAL_Content_2', 'Varmista että olet **tallentanut tähän lompakkoon liittyvät yksityisen salausavaimesi/JSON tiedostosi ja salasanasi** ennen kuin poistat sen. '), _defineProperty(_fi$data, 'MYWAL_Content_3', 'Jos tahdot käyttää tätä lompakkoa MyEtherWallet CX:si kanssa tulevaisuudessa, sinun täytyy manuaalisesti uudelleen-lisätä se käyttäen yksityistä salausavaintasi/JSONia ja salasanaa. '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. Saatat tahtoa tehdä tämän [tuodaksesi sinun tilisi Gethiin/Mistiin](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jos haluat tarkistaa saldosi, me suosittelemme käyttämään blockchain exploreria kuten [etherscan.io](https://etherscan.io/). '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle_Short', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. '), _defineProperty(_fi$data, 'VIEWWALLET_SuccessMsg', 'Onnistui! Tässä ovat lompakkosi yksityiskohdat. '), _defineProperty(_fi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_fi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_fi$data, 'CX_error_1', 'Sinulla ei ole lompakkoja tallennettuna. Klikkaa ["Lisää Lompakko"](/cx-wallet.html#add-wallet) lisätäksesi! '), _defineProperty(_fi$data, 'CX_quicksend', 'PikaLähetä '), _defineProperty(_fi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_fi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_fi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fi$data, 'NODE_Name', 'Node Name'), _defineProperty(_fi$data, 'NODE_Port', 'Node Port'), _defineProperty(_fi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_fi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_fi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_fi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_fi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_fi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_fi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_fi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_fi$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Sign Transaction '), _defineProperty(_fi$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_fi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_fi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_fi$data, 'SWAP_init_2', " for "), _defineProperty(_fi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_fi$data, 'SWAP_information', "Your Information "), _defineProperty(_fi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_fi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_fi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_fi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_fi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_fi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_fi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_fi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_fi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_fi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_fi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_fi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_fi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_fi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_fi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_fi$data, 'MSG_message', 'Message '), _defineProperty(_fi$data, 'MSG_date', 'Date '), _defineProperty(_fi$data, 'MSG_signature', 'Signature '), _defineProperty(_fi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_fi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_fi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_fi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_fi$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_fi$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_fi$data, 'MNEM_more', 'More Addresses '), _defineProperty(_fi$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_fi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_fi$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_fi$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_fi$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_fi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_fi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_fi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_fi$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_fi$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_fi$data, 'FOOTER_1b', 'Created by '), _defineProperty(_fi$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_fi$data, 'ERROR_0', '(error_01) Ole hyvä ja syötä kelpaava summa. Please enter a valid amount.'), _defineProperty(_fi$data, 'ERROR_1', '(error_02) Salasanasi pitää olla vähintään 9 merkkiä pitkä. Ole hyvä ja varmista että käytät vahvaa salasanaa. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fi$data, 'ERROR_2', '(error_03) Pahoittelut! Emme tunnista tämänlaista lompakko tiedostoa. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fi$data, 'ERROR_3', '(error_04) Tämä ei ole validi lompakko tiedosto. This is not a valid wallet file.'), _defineProperty(_fi$data, 'ERROR_4', '(error_05) Tätä yksikköä ei ole olemassa, ole hyvä ja käytä jotain seuraavista yksiköistä This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fi$data, 'ERROR_5', '(error_06) Virheellinen osoite. Please enter a valid address.'), _defineProperty(_fi$data, 'ERROR_6', '(error_07) Virheellinen salasana. Please enter a valid password.'), _defineProperty(_fi$data, 'ERROR_7', '(error_08) Virheellinen summa. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fi$data, 'ERROR_8', '(error_09) Virheellinen gas raja.Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fi$data, 'ERROR_9', '(error_10) Virheellinen tieto arvo. Please enter a valid data value (Must be hex.)'), _defineProperty(_fi$data, 'ERROR_10', '(error_11) Virheellinen gasin määrä. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fi$data, 'ERROR_11', '(error_12) Virheellinen nonce. (Must be integer.) '), _defineProperty(_fi$data, 'ERROR_12', '(error_13) Virheellinen allekirjoitettu siirto. Invalid signed transaction.'), _defineProperty(_fi$data, 'ERROR_13', '(error_14) Lompakko tällä kutsumanimellä on jo olemassa. A wallet with this nickname already exists.'), _defineProperty(_fi$data, 'ERROR_14', '(error_15) Lompakkoa ei löytynyt. Wallet not found.'), _defineProperty(_fi$data, 'ERROR_15', '(error_16) Ei näytä että ehdotusta tällä ID:llä olisi vielä olemassa tai tapahtui virhe ehdotusta luettaessa. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fi$data, 'ERROR_16', '(error_17) Lompakko jolla on tämä osoite on jo muistissa. Ole hyvä ja tarkista oma lompakko sivusi. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fi$data, 'ERROR_17', '(error_18) Riittämätön saldo gas * hinta + arvo. Sinulla täytyy olla vähintään 0.01 ETHiä tililläsi kattaaksesi gasin hinnan. Ole hyvä ja lisää hieman ETHiä ja kokeile uudelleen. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'ERROR_18', '(error_19) Kaikki gas käytettäisiin tässä siirrossa. Tämä tarkoittaa että olet jo äänestänyt tässä ehdotuksessa tai debaatti aika on jo päättynyt. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fi$data, 'ERROR_19', '(error_20) Virheellinen merkki Please enter a valid symbol'), _defineProperty(_fi$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fi$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fi$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_fi$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fi$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_fi$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_fi$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_fi$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_fi$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fi$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_fi$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fi$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fi$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fi$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fi$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fi$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fi$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fi$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fi$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fi$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fi$data, 'GETH_Balance', '(geth-01) Riittämätön saldo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_Cheap', '(geth-02) Gasin hinta liian matala hyväksyttäväksi. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fi$data, 'GETH_GasLimit', '(geth-03) Ylittää blockin gas rajan. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fi$data, 'GETH_InsufficientFunds', '(geth-04) Riittämätön saldo gas * hinta + arvo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_IntrinsicGas', '(geth-05) Olennainen gas liian pieni. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fi$data, 'GETH_InvalidSender', '(geth-06) Virheellinen lähettäjä. Invalid sender.'), _defineProperty(_fi$data, 'GETH_NegativeValue', '(geth-07) Negatiivinen arvo. Negative value.'), _defineProperty(_fi$data, 'GETH_Nonce', "(geth-08) Nonce liian pieni. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'GETH_NonExistentAccount', '(geth-09) Tiliä ei ole olemassa tai tilin saldo liian pieni. Account does not exist or account balance too low'), _defineProperty(_fi$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'SUCCESS_1', 'Validi osoite '), _defineProperty(_fi$data, 'SUCCESS_2', 'Lompakon salaus onnistuneesti purettu '), _defineProperty(_fi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_fi$data, 'SUCCESS_4', 'Lompakkosi lisätty onnistuneesti '), _defineProperty(_fi$data, 'SUCCESS_5', 'Valittu Tiedosto '), _defineProperty(_fi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_fi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_fi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_fi$data, 'translate_version', '0.4 '), _defineProperty(_fi$data, 'Translator_Desc', 'Kiitos kääntäjillemme... '), _defineProperty(_fi$data, 'TranslatorName_1', '[Smokyish](https://www.myetherwallet.com/?gaslimit=21000&to=0xac9a2c1dd946da64c0dc8e70cec2cfb14304fd4f&value=1.0#send-transaction)'), _defineProperty(_fi$data, 'TranslatorAddr_1', ''), _defineProperty(_fi$data, 'TranslatorName_2', ''), _defineProperty(_fi$data, 'TranslatorAddr_2', ''), _defineProperty(_fi$data, 'TranslatorName_3', ''), _defineProperty(_fi$data, 'TranslatorAddr_3', ''), _defineProperty(_fi$data, 'TranslatorName_4', ''), _defineProperty(_fi$data, 'TranslatorAddr_4', ''), _defineProperty(_fi$data, 'TranslatorName_5', ''), _defineProperty(_fi$data, 'TranslatorAddr_5', ''), _defineProperty(_fi$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_fi$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_fi$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_fi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_fi$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_fi$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_fi$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_fi$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_fi$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_fi$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_fi$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_fi$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_fi$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_fi$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_fi$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_fi$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_fi$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_fi$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_fi$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_fi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_fi$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_fi$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_fi$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_fi$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_fi$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_fi$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_fi$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_fi$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_fi$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_fi$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_fi$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_fi$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_fi$data, 'HELP_4_Desc_2', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_fi$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_fi$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_fi$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_fi$data, 'HELP_4CX_Desc_12', 'Using "Lähetä Etheriä ja Tokeneita" Page '), _defineProperty(_fi$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_fi$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_fi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_fi$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_fi$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_fi$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_fi$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_fi$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_fi$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_fi$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_fi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_fi$data, 'HELP_7_Desc_1', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_fi$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_fi$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_fi$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_fi$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_fi$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_fi$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_fi$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_fi$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_fi$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_fi$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_fi$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_fi$data, 'HELP_9_Title', '9) Is the "Lähetä Etheriä ja Tokeneita" page offline? '), _defineProperty(_fi$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_fi$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_fi$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_fi$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_fi$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_fi$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_fi$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_fi$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_fi$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_fi$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_fi$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_fi$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_fi$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_fi$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fi$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_fi$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_fi$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_fi$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_fi$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_fi$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_fi$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_fi$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_fi$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_fi$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_fi$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_fi$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_fi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_fi$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_fi$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fi$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_fi$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_fi$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_fi$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_fi$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_fi$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_fi$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_fi$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_fi$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_fi$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_fi$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_fi$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_fi$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_fi$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_fi$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_fi$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_fi$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_fi$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_fi$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_fi$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_fi$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_fi$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_fi$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fi$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_fi$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_fi$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _fi$data); +}, _defineProperty(_fi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fi$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_fi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_fi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_fi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_fi$data, 'x_ReadMore', 'Read More'), _defineProperty(_fi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_fi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_fi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_fi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_fi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_fi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_fi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_fi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_fi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_fi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_fi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_fi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_fi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_fi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_fi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_fi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_fi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_fi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_fi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_fi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_fi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_fi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_fi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_fi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_fi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_fi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_fi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_fi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_fi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_fi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_fi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_fi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_fi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_fi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_fi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_fi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_fi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_fi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_fi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_fi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_fi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_fi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_fi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_fi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_fi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fi$data, 'NAV_AddWallet', 'Lisää Lompakko '), _defineProperty(_fi$data, 'NAV_BulkGenerate', 'Massa Generoi '), _defineProperty(_fi$data, 'NAV_Contact', 'Yhteystiedot '), _defineProperty(_fi$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_fi$data, 'NAV_DeployContract', 'Ota Käyttöön Sopimus '), _defineProperty(_fi$data, 'NAV_ENS', 'ENS'), _defineProperty(_fi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_fi$data, 'NAV_GenerateWallet', 'Luo Lompakko '), _defineProperty(_fi$data, 'NAV_Help', 'Apua '), _defineProperty(_fi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_fi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_fi$data, 'NAV_MyWallets', 'Minun Lompakkoni '), _defineProperty(_fi$data, 'NAV_Offline', 'Lähetä Offlinena '), _defineProperty(_fi$data, 'NAV_SendEther', 'Lähetä Etheriä ja Tokeneita '), _defineProperty(_fi$data, 'NAV_SendTokens', 'Lähetä Tokeneita '), _defineProperty(_fi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_fi$data, 'NAV_Swap', 'Swap '), _defineProperty(_fi$data, 'NAV_ViewWallet', 'Tarkastele Lompakon Tietoja '), _defineProperty(_fi$data, 'NAV_YourWallets', 'Sinun Lompakkosi '), _defineProperty(_fi$data, 'x_Access', 'Access '), _defineProperty(_fi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Saatat tuntea tämän "Tilinumeronasi" tai "Julkisena Salausavaimenasi". Tämä on se jonka jaat ihmisille, jotta he voivat lähettää sinulle ETHiä. Tuo kuvake on helppo tapa tunnistaa sinun osoitteesi. '), _defineProperty(_fi$data, 'x_Address', 'Sinun osoitteesi '), _defineProperty(_fi$data, 'x_Cancel', 'Peruuta '), _defineProperty(_fi$data, 'x_CSV', 'CSV tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Download', 'Lataa '), _defineProperty(_fi$data, 'x_Json', 'JSON Tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_JsonDesc', 'Tämä on salaamaton JSON tiedosto yksityisestä salausavaimestasi. Tämä tarkoittaa että et tarvitse salasanaa mutta kuka tahansa joka löytää JSON tiedostosi saa pääsyn lompakkoosi ja sen sisältämään Etheriin ilman salasanaa. '), _defineProperty(_fi$data, 'x_Keystore', 'Avainsäilö Tiedosto (UTC / JSON · Suositeltu · Salattu) '), _defineProperty(_fi$data, 'x_Keystore2', 'Avainsäilö Tiedosto (UTC / JSON) '), _defineProperty(_fi$data, 'x_KeystoreDesc', 'Tämä Avainsäilö tiedosto vastaa sitä tiedostoformaattia jota Mist käyttävät, joten voit helposti importata sen tulevaisuudessa. Se on suositeltu tiedostomuoto ladata ja varmuuskopioida. '), _defineProperty(_fi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fi$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_fi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_fi$data, 'x_Password', 'Salasana '), _defineProperty(_fi$data, 'x_Print', 'Tulosta Paperi Lompakko '), _defineProperty(_fi$data, 'x_PrintDesc', 'ProTip: Klikkaa Tulosta ja tallenna tämä PDF:nä, vaikka et omistaisikaan tulostinta! '), _defineProperty(_fi$data, 'x_PrintShort', 'Tulosta '), _defineProperty(_fi$data, 'x_PrivKey', 'Yksityinen salausavain (salaamaton) '), _defineProperty(_fi$data, 'x_PrivKey2', 'Yksityinen salausavain '), _defineProperty(_fi$data, 'x_PrivKeyDesc', 'Tämä on salaamaton versio sinun yksityisestä salausavaimestasi, tarkoittaen että salasanaa ei tarvita. Jos joku sattuisi löytämään sinun salaamattoman yksityisen salausavaimesi, he pääsisivät käsiksi sinun lompakkoosi ilman salasanaa. Tästä syystä salatut versiot ovat yleensä suositeltuja. '), _defineProperty(_fi$data, 'x_Save', 'Tallenna '), _defineProperty(_fi$data, 'x_TXT', 'TXT tiedosto (salaamaton) '), _defineProperty(_fi$data, 'x_Wallet', 'Lompakko '), _defineProperty(_fi$data, 'x_Wallet', 'Wallet '), _defineProperty(_fi$data, 'MEW_Warning_1', 'Tarkista URL aina ennen kuin avaat lompakkosi tai luot uuden lompakon. Varo tietojen-kalastelu sivustoja! '), _defineProperty(_fi$data, 'CX_Warning_1', 'Varmista että sinulla on **ulkoiset varmuuskopiot** kaikista lompakoista joita säilytät täällä. Monia asioita voi tapahtua joiden seurauksena voit menettää tietoja tässä Chrome Laajennuksessa, mukaan lukien laajennuksen asennuksen poistaminen tai uudelleenasennus. Tämä laajennus on keino jolla saat helpon pääsyn lompakkoosi, **ei** keino varmuuskopioida niitä. '), _defineProperty(_fi$data, 'MEW_Tagline', 'Avoimen Lähdekoodin JavaScript Ether Lompakko '), _defineProperty(_fi$data, 'CX_Tagline', 'Avoimen Lähdekoodin JavaScript Chrome Laajennus '), _defineProperty(_fi$data, 'FOOTER_1', 'Avoimen lähdekoodin, javascript työkalu Ethereum lompakkojen luomista & varojen siirtoja varten. '), _defineProperty(_fi$data, 'FOOTER_1b', 'Luonut '), _defineProperty(_fi$data, 'FOOTER_2', 'Lahjoituksia arvostetaan suuresti: '), _defineProperty(_fi$data, 'FOOTER_3', 'Lompakon luomisen tarjoaa '), _defineProperty(_fi$data, 'FOOTER_4', 'Vastuuvapauslauseke / Disclaimer '), _defineProperty(_fi$data, 'sidebar_AccountInfo', 'Tilin Tiedot '), _defineProperty(_fi$data, 'sidebar_AccountAddr', 'Tilin Osoite '), _defineProperty(_fi$data, 'sidebar_AccountBal', 'Tilin Saldo '), _defineProperty(_fi$data, 'sidebar_TokenBal', 'Tokenien Saldo '), _defineProperty(_fi$data, 'sidebar_Equiv', 'Vastaavat Arvot '), _defineProperty(_fi$data, 'sidebar_TransHistory', 'Siirto Historia '), _defineProperty(_fi$data, 'sidebar_donation', 'MyEtherWallet on ilmainen, avoimen lähdekoodin palvelu joka on omistautunut sinun yksityisyyteesi ja turvallisuuteesi. Mitä enemmän lahjoituksia me vastaanotamme, sitä enemmän aikaa me käytämme uusien toimintojen luomiseksi, kuunnellen teidän palautettanne ja antaen teille juuri sitä mitä te tahdotte. Me olemme vain kaksi ihmistä jotka koittavat muuttaa maailmaa. Auta meitä? '), _defineProperty(_fi$data, 'sidebar_donate', 'Lahjoita '), _defineProperty(_fi$data, 'sidebar_thanks', 'KIITOS!!! '), _defineProperty(_fi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_fi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_fi$data, 'decrypt_Access', 'Kuinka haluaisit saada pääsyn lompakkoosi? '), _defineProperty(_fi$data, 'decrypt_Title', 'Valitse yksityisen salausavaimesi muoto: '), _defineProperty(_fi$data, 'decrypt_Select', 'Valitse Lompakko: '), _defineProperty(_fi$data, 'ADD_Label_1', 'Mitä tahtoisit tehdä? '), _defineProperty(_fi$data, 'ADD_Radio_1', 'Luo Uusi Lompakko '), _defineProperty(_fi$data, 'ADD_Radio_2', 'Valitse Lompakko Tiedostosi (Avainsäilö / JSON) '), _defineProperty(_fi$data, 'ADD_Radio_2_alt', 'Valitse Lompakko Tiedostosi '), _defineProperty(_fi$data, 'ADD_Radio_2_short', 'VALITSE LOMPAKKO TIEDOSTO... '), _defineProperty(_fi$data, 'ADD_Radio_3', 'Liitä/Kirjoita Yksityinen Salausavaimesi '), _defineProperty(_fi$data, 'ADD_Radio_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_fi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_fi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_fi$data, 'ADD_Label_2', 'Luo Kutsumanimi: '), _defineProperty(_fi$data, 'ADD_Label_3', 'Lompakkosi on salattu, ole hyvä ja syötä salasanasi '), _defineProperty(_fi$data, 'ADD_Label_4', 'Lisää Tili Jota Seurata '), _defineProperty(_fi$data, 'ADD_Warning_1', 'Voit lisätä minkä tahansa tilin jota "seurata" lompakkojen välilehdessä ilman yksityisen salausavaimesi lähettämistä. Tämä ** ei ** tarkoita että sinulla olisi pääsy tähän lompakkoon, tai että voit siirtää Etheriä siitä. '), _defineProperty(_fi$data, 'ADD_Label_5', 'Syötä Osoite '), _defineProperty(_fi$data, 'ADD_Label_6', 'Avaa Sinun Lompakkosi '), _defineProperty(_fi$data, 'ADD_Label_6_short', 'Avaa '), _defineProperty(_fi$data, 'ADD_Label_7', 'Lisää Tili '), _defineProperty(_fi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_fi$data, 'GEN_desc', 'Jos tahdot luoda useita lompakoita, voit tehdä sen täältä '), _defineProperty(_fi$data, 'GEN_Label_1', 'Syötä vahva salasana (vähintään 9 merkkiä) '), _defineProperty(_fi$data, 'GEN_Placeholder_1', 'ÄLÄ unohda tallentaa tätä! '), _defineProperty(_fi$data, 'GEN_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'GEN_Label_2', 'Tallenna Avainsäilö tai Yksityinen salausavaimesi. Älä unohda yllä olevaa salasanaasi. '), _defineProperty(_fi$data, 'GEN_Label_3', 'Tallenna Osoitteesi. '), _defineProperty(_fi$data, 'GEN_Label_4', 'Valinnainen: Tulosta paperi lompakkosi, tai säilö QR koodi versio. '), _defineProperty(_fi$data, 'BULK_Label_1', 'Kuinka Monta Lompakkoa Luodaan '), _defineProperty(_fi$data, 'BULK_Label_2', 'Luo Lompakot '), _defineProperty(_fi$data, 'BULK_SuccessMsg', 'Onnistui! Sinun lompakkosi on luotu. '), _defineProperty(_fi$data, 'SEND_addr', 'Osoitteeseen '), _defineProperty(_fi$data, 'SEND_amount', 'Summa Joka Lähetetään '), _defineProperty(_fi$data, 'SEND_amount_short', 'Summa '), _defineProperty(_fi$data, 'SEND_custom', 'Mukautettu '), _defineProperty(_fi$data, 'SEND_gas', 'Gas '), _defineProperty(_fi$data, 'SEND_TransferTotal', 'Lähetä Koko Saldo '), _defineProperty(_fi$data, 'SEND_generate', 'Luo Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_raw', 'Käsittelemätön Siirto '), _defineProperty(_fi$data, 'SEND_signed', 'Allekirjoitettu Siirto '), _defineProperty(_fi$data, 'SEND_trans', 'Lähetä Siirto '), _defineProperty(_fi$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_fi$data, 'SENDModal_Title', 'Varoitus! '), _defineProperty(_fi$data, 'SENDModal_Content_1', 'Olet lähettämässä '), _defineProperty(_fi$data, 'SENDModal_Content_2', 'osoitteeseen '), _defineProperty(_fi$data, 'SENDModal_Content_3', 'Oletko varma että haluat tehdä tämän? '), _defineProperty(_fi$data, 'SENDModal_Content_4', 'HUOMAUTUS: Jos kohtaat virheen, sinun täytyy todennäköisesti lisätä ETHiä tilillesi kattaaksesi siirron vaatiman gasin hinnan. Gas maksetaan ETHeinä. '), _defineProperty(_fi$data, 'SENDModal_No', 'En, vie minut pois täältä! '), _defineProperty(_fi$data, 'SENDModal_Yes', 'Kyllä, olen varma! Toteuta siirto. '), _defineProperty(_fi$data, 'TOKEN_Addr', 'Token Contract Osoite '), _defineProperty(_fi$data, 'TOKEN_Symbol', 'Token Tunnus '), _defineProperty(_fi$data, 'TOKEN_Dec', 'Desimaalit '), _defineProperty(_fi$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_fi$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_fi$data, 'TRANS_desc', 'Jos haluat lähettää Tokeneita, ole hyvä ja käytä "Lähetä Tokeneita" sivua. '), _defineProperty(_fi$data, 'TRANS_warning', 'Jos käytät "Vain ETH" tai "Vain ETC" Toimintoja, niin lähetät sopimuksen kautta. Joillakin palveluilla on vaikeuksia hyväksyä näitä siirtoja. Lue lisää. '), _defineProperty(_fi$data, 'TRANS_advanced', '+Edistynyt: Lisää Tietoja '), _defineProperty(_fi$data, 'TRANS_data', 'Tiedot '), _defineProperty(_fi$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_fi$data, 'TRANS_sendInfo', 'Tavallinen siirto käyttäen 21000 gasia maksaa 0.000441 ETHiä. Me käytämme hieman-yli-minimin gasin hintaa 0.000000021 ETHiä varmistaaksemme että se louhitaan nopeasti. Me emme veloita siirto maksua. '), _defineProperty(_fi$data, 'TRANSModal_Title', '"Vain ETH" ja "Vain ETC" Siirrot '), _defineProperty(_fi$data, 'TRANSModal_Content_0', 'Huomautus erilaisista siirroista ja eri palveluista: '), _defineProperty(_fi$data, 'TRANSModal_Content_1', '**ETH (Tavallinen Siirto): ** Tämä luo oletusarvoisen siirron osoitteesta toiseen. Siinä on oletus gasina 21000. On todennäköistä että kaikki ETH joka lähetetään tällä tavalla, toistetaan ETC ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_2', '**Vain ETH: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETH** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_3', '**Only ETC: ** Tämä lähettää [Timon Rappin toiston suojaus sopimuksen kautta (kuten VB on suositellut)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) niin että sinä lähetät vain **ETC** ketjussa. '), _defineProperty(_fi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Lähetä ainoastaan käyttäen Tavallista Siirtoa. Jos lähetät käyttäen "Vain" sopimuksia, sinun täytyy olla yhteydessä heidän asiakastukensa henkilöstöön jotta he joko manuaalisesti lisäävät sinun saldosi tai palauttavat rahasi. [Voit kokeilla myös ShapeShiftin "split" työkalua.](https://split.shapeshift.io/) '), _defineProperty(_fi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ei tunnettuja ongelmia. Käytä mitä vain. '), _defineProperty(_fi$data, 'TRANSModal_Yes', 'Siistiä, nyt ymmärrän. '), _defineProperty(_fi$data, 'TRANSModal_No', 'Voi ei, olen entistä enemmän hämilläni. Auttakaa minua. '), _defineProperty(_fi$data, 'OFFLINE_Title', 'Luo ja Lähetä Offline Siirto '), _defineProperty(_fi$data, 'OFFLINE_Desc', 'Offline siirtojen luonti voidaan tehdä kolmella eri vaiheella. Teet vaiheet 1 ja 3 käyttäen verkkoon yhdistettyä (online) tietokonetta, ja vaiheen 2 käyttäen offline/airgappattua tietokonetta. Tämä varmistaa ettei sinun yksityinen salausavaimesi ole kosketuksissa internettiin yhdistetyn laitteen kanssa. '), _defineProperty(_fi$data, 'OFFLLINE_Step1_Title', 'Vaihe 1: Luo Tiedot (Online Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step1_Button', 'Luo Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_1', 'Osoitteesta '), _defineProperty(_fi$data, 'OFFLINE_Step1_Label_2', 'Huomautus: Tämä on MISTÄ osoitteesta, ei MIHIN osoitteeseen. Nonce luodaan osoitteesta josta siirto on peräisin. Jos käytetään airgappattua tietokonetta, se olisi kylmä-varasto tilin osoite. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Title', 'Vaihe 2: Luo Siirto (Offline Tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_1', 'Osoitteeseen '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_2', 'Arvo / Määrä Joka Lähetetään '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3', 'Gasin hinta '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_3b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4', 'Gas Raja '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_4b', '21000 on oletusarvoinen gas raja. Kun lähetät sopimuksiin tai lisäät tietoa, saattaa tämä määrä joutua olemaan eri. Kaikki käyttämätön gas palautetaan sinulle. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_5b', 'Tämä näytettiin kohdassa Vaihe 1 sinun verkkoon yhdistetyssä tietokoneessasi. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6', 'Tiedot '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_6b', 'Tämä on valinnainen. Tietoja käytetään usein kun varoja lähetetään sopimuksiin. '), _defineProperty(_fi$data, 'OFFLINE_Step2_Label_7', 'Syötä / Valitse Yksityinen salausavaimesi / JSON. '), _defineProperty(_fi$data, 'OFFLINE_Step3_Title', 'Vaihe 3: Lähetä / Julkaise Siirto (Verkkoon yhdistetty (online) tietokone) '), _defineProperty(_fi$data, 'OFFLINE_Step3_Label_1', 'Liitä allekirjoitettu siirto Vaiheesta 2 tähän ja paina "LÄHETÄ SIIRTO" nappia. '), _defineProperty(_fi$data, 'DEP_generate', 'Generoi Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generoitu Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Allekirjoita Siirto '), _defineProperty(_fi$data, 'DEP_interface', 'Generoitu Rajapinta '), _defineProperty(_fi$data, 'MYWAL_Nick', 'Lompakon Kutsumanimi '), _defineProperty(_fi$data, 'MYWAL_Address', 'Lompakon Osoite '), _defineProperty(_fi$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_fi$data, 'MYWAL_Edit', 'Muokkaa '), _defineProperty(_fi$data, 'MYWAL_View', 'Katso '), _defineProperty(_fi$data, 'MYWAL_Remove', 'Poista '), _defineProperty(_fi$data, 'MYWAL_RemoveWal', 'Poista Lompakko: '), _defineProperty(_fi$data, 'MYWAL_WatchOnly', 'Sinun Seuraa-Ainoastaan Tilisi '), _defineProperty(_fi$data, 'MYWAL_Viewing', 'Tarkastellaan Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Hide', 'Piilota Lompakon Tiedot '), _defineProperty(_fi$data, 'MYWAL_Edit_2', 'Muokkaa Lompakkoa '), _defineProperty(_fi$data, 'MYWAL_Name', 'Lompakon Nimi '), _defineProperty(_fi$data, 'MYWAL_Content_1', 'Varoitus! Olet poistamassa lompakkoasi. '), _defineProperty(_fi$data, 'MYWAL_Content_2', 'Varmista että olet **tallentanut tähän lompakkoon liittyvät yksityisen salausavaimesi/JSON tiedostosi ja salasanasi** ennen kuin poistat sen. '), _defineProperty(_fi$data, 'MYWAL_Content_3', 'Jos tahdot käyttää tätä lompakkoa MyEtherWallet CX:si kanssa tulevaisuudessa, sinun täytyy manuaalisesti uudelleen-lisätä se käyttäen yksityistä salausavaintasi/JSONia ja salasanaa. '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. Saatat tahtoa tehdä tämän [tuodaksesi sinun tilisi Gethiin/Mistiin](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jos haluat tarkistaa saldosi, me suosittelemme käyttämään blockchain exploreria kuten [etherscan.io](https://etherscan.io/). '), _defineProperty(_fi$data, 'VIEWWALLET_Subtitle_Short', 'Tämä antaa sinun ladata eri versiota yksityisistä salausavaimistasi ja uudelleen-tulostaa paperi lompakkosi. '), _defineProperty(_fi$data, 'VIEWWALLET_SuccessMsg', 'Onnistui! Tässä ovat lompakkosi yksityiskohdat. '), _defineProperty(_fi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_fi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_fi$data, 'CX_error_1', 'Sinulla ei ole lompakkoja tallennettuna. Klikkaa ["Lisää Lompakko"](/cx-wallet.html#add-wallet) lisätäksesi! '), _defineProperty(_fi$data, 'CX_quicksend', 'PikaLähetä '), _defineProperty(_fi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_fi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_fi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fi$data, 'NODE_Name', 'Node Name'), _defineProperty(_fi$data, 'NODE_Port', 'Node Port'), _defineProperty(_fi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_fi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_fi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_fi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_fi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_fi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_fi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_fi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_fi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_fi$data, 'DEP_generate', 'Generate Bytecode '), _defineProperty(_fi$data, 'DEP_generated', 'Generated Bytecode '), _defineProperty(_fi$data, 'DEP_signtx', 'Sign Transaction '), _defineProperty(_fi$data, 'DEP_interface', 'Generated Interface '), _defineProperty(_fi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_fi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_fi$data, 'SWAP_init_2', " for "), _defineProperty(_fi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_fi$data, 'SWAP_information', "Your Information "), _defineProperty(_fi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_fi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_fi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_fi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_fi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_fi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_fi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_fi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_fi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_fi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_fi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_fi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_fi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_fi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_fi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_fi$data, 'MSG_message', 'Message '), _defineProperty(_fi$data, 'MSG_date', 'Date '), _defineProperty(_fi$data, 'MSG_signature', 'Signature '), _defineProperty(_fi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_fi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_fi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_fi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_fi$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_fi$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_fi$data, 'MNEM_more', 'More Addresses '), _defineProperty(_fi$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_fi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_fi$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_fi$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_fi$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_fi$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_fi$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_fi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_fi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_fi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_fi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_fi$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_fi$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_fi$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_fi$data, 'FOOTER_1b', 'Created by '), _defineProperty(_fi$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_fi$data, 'ERROR_0', '(error_01) Ole hyvä ja syötä kelpaava summa. Please enter a valid amount.'), _defineProperty(_fi$data, 'ERROR_1', '(error_02) Salasanasi pitää olla vähintään 9 merkkiä pitkä. Ole hyvä ja varmista että käytät vahvaa salasanaa. Your password must be at least 9 characters. Please ensure it is a strong password.'), _defineProperty(_fi$data, 'ERROR_2', '(error_03) Pahoittelut! Emme tunnista tämänlaista lompakko tiedostoa. Sorry! We don\'t recognize this type of wallet file.'), _defineProperty(_fi$data, 'ERROR_3', '(error_04) Tämä ei ole validi lompakko tiedosto. This is not a valid wallet file.'), _defineProperty(_fi$data, 'ERROR_4', '(error_05) Tätä yksikköä ei ole olemassa, ole hyvä ja käytä jotain seuraavista yksiköistä This unit doesn\'t exists, please use the one of the following units'), _defineProperty(_fi$data, 'ERROR_5', '(error_06) Virheellinen osoite. Please enter a valid address.'), _defineProperty(_fi$data, 'ERROR_6', '(error_07) Virheellinen salasana. Please enter a valid password.'), _defineProperty(_fi$data, 'ERROR_7', '(error_08) Virheellinen summa. Please enter valid decimals (Must be an integer. Try 0-18.)'), _defineProperty(_fi$data, 'ERROR_8', '(error_09) Virheellinen gas raja.Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)'), _defineProperty(_fi$data, 'ERROR_9', '(error_10) Virheellinen tieto arvo. Please enter a valid data value (Must be hex.)'), _defineProperty(_fi$data, 'ERROR_10', '(error_11) Virheellinen gasin määrä. Try 20 GWEI / 20000000000 WEI.) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_fi$data, 'ERROR_11', '(error_12) Virheellinen nonce. (Must be integer.) '), _defineProperty(_fi$data, 'ERROR_12', '(error_13) Virheellinen allekirjoitettu siirto. Invalid signed transaction.'), _defineProperty(_fi$data, 'ERROR_13', '(error_14) Lompakko tällä kutsumanimellä on jo olemassa. A wallet with this nickname already exists.'), _defineProperty(_fi$data, 'ERROR_14', '(error_15) Lompakkoa ei löytynyt. Wallet not found.'), _defineProperty(_fi$data, 'ERROR_15', '(error_16) Ei näytä että ehdotusta tällä ID:llä olisi vielä olemassa tai tapahtui virhe ehdotusta luettaessa. Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.'), _defineProperty(_fi$data, 'ERROR_16', '(error_17) Lompakko jolla on tämä osoite on jo muistissa. Ole hyvä ja tarkista oma lompakko sivusi. A wallet with this address already exists in storage. Please check your wallets page.'), _defineProperty(_fi$data, 'ERROR_17', '(error_18) Riittämätön saldo gas * hinta + arvo. Sinulla täytyy olla vähintään 0.01 ETHiä tililläsi kattaaksesi gasin hinnan. Ole hyvä ja lisää hieman ETHiä ja kokeile uudelleen. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'ERROR_18', '(error_19) Kaikki gas käytettäisiin tässä siirrossa. Tämä tarkoittaa että olet jo äänestänyt tässä ehdotuksessa tai debaatti aika on jo päättynyt. All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_fi$data, 'ERROR_19', '(error_20) Virheellinen merkki Please enter a valid symbol'), _defineProperty(_fi$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token'), _defineProperty(_fi$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_fi$data, 'ERROR_22', '(error_23) Please enter a valid node name'), _defineProperty(_fi$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_fi$data, 'ERROR_24', '(error_25) Please enter a valid port.'), _defineProperty(_fi$data, 'ERROR_25', '(error_26) Please enter a valid chain ID.'), _defineProperty(_fi$data, 'ERROR_26', '(error_27) Please enter a valid ABI.'), _defineProperty(_fi$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount:'), _defineProperty(_fi$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. '), _defineProperty(_fi$data, 'ERROR_29', '(error_30) Please enter a valid user and password.'), _defineProperty(_fi$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation)'), _defineProperty(_fi$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase.'), _defineProperty(_fi$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_fi$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address.'), _defineProperty(_fi$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered.'), _defineProperty(_fi$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean?'), _defineProperty(_fi$data, 'ERROR_36', '(error_37) Please enter a valid TX hash'), _defineProperty(_fi$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f'), _defineProperty(_fi$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fi$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fi$data, 'GETH_Balance', '(geth-01) Riittämätön saldo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_Cheap', '(geth-02) Gasin hinta liian matala hyväksyttäväksi. Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_fi$data, 'GETH_GasLimit', '(geth-03) Ylittää blockin gas rajan. Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_fi$data, 'GETH_InsufficientFunds', '(geth-04) Riittämätön saldo gas * hinta + arvo. Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_fi$data, 'GETH_IntrinsicGas', '(geth-05) Olennainen gas liian pieni. Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_fi$data, 'GETH_InvalidSender', '(geth-06) Virheellinen lähettäjä. Invalid sender.'), _defineProperty(_fi$data, 'GETH_NegativeValue', '(geth-07) Negatiivinen arvo. Negative value.'), _defineProperty(_fi$data, 'GETH_Nonce', "(geth-08) Nonce liian pieni. This TX's [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'GETH_NonExistentAccount', '(geth-09) Tiliä ei ole olemassa tai tilin saldo liian pieni. Account does not exist or account balance too low'), _defineProperty(_fi$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_fi$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_fi$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_fi$data, 'SUCCESS_1', 'Validi osoite '), _defineProperty(_fi$data, 'SUCCESS_2', 'Lompakon salaus onnistuneesti purettu '), _defineProperty(_fi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_fi$data, 'SUCCESS_4', 'Lompakkosi lisätty onnistuneesti '), _defineProperty(_fi$data, 'SUCCESS_5', 'Valittu Tiedosto '), _defineProperty(_fi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_fi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_fi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_fi$data, 'translate_version', '0.4 '), _defineProperty(_fi$data, 'Translator_Desc', 'Kiitos kääntäjillemme... '), _defineProperty(_fi$data, 'TranslatorName_1', '[Smokyish](https://www.myetherwallet.com/?gaslimit=21000&to=0xac9a2c1dd946da64c0dc8e70cec2cfb14304fd4f&value=1.0#send-transaction)'), _defineProperty(_fi$data, 'TranslatorAddr_1', ''), _defineProperty(_fi$data, 'TranslatorName_2', ''), _defineProperty(_fi$data, 'TranslatorAddr_2', ''), _defineProperty(_fi$data, 'TranslatorName_3', ''), _defineProperty(_fi$data, 'TranslatorAddr_3', ''), _defineProperty(_fi$data, 'TranslatorName_4', ''), _defineProperty(_fi$data, 'TranslatorAddr_4', ''), _defineProperty(_fi$data, 'TranslatorName_5', ''), _defineProperty(_fi$data, 'TranslatorAddr_5', ''), _defineProperty(_fi$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_fi$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_fi$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_fi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_fi$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_fi$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_fi$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_fi$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_fi$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_fi$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_fi$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_fi$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_fi$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_fi$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_fi$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_fi$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_fi$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_fi$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_fi$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_fi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_fi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_fi$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_fi$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_fi$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_fi$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_fi$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_fi$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_fi$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_fi$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_fi$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_fi$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_fi$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_fi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_fi$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_fi$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_fi$data, 'HELP_4_Desc_2', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_fi$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_fi$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_fi$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_fi$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_fi$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_fi$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_fi$data, 'HELP_4CX_Desc_12', 'Using "Lähetä Etheriä ja Tokeneita" Page '), _defineProperty(_fi$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_fi$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_fi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_fi$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_fi$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_fi$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_fi$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_fi$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_fi$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_fi$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_fi$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_fi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_fi$data, 'HELP_7_Desc_1', 'Navigate to the "Lähetä Etheriä ja Tokeneita" page. '), _defineProperty(_fi$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_fi$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_fi$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_fi$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_fi$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_fi$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_fi$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_fi$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_fi$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_fi$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_fi$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_fi$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_fi$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_fi$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_fi$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_fi$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_fi$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_fi$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_fi$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_fi$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_fi$data, 'HELP_9_Title', '9) Is the "Lähetä Etheriä ja Tokeneita" page offline? '), _defineProperty(_fi$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_fi$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_fi$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_fi$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_fi$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_fi$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_fi$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_fi$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_fi$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_fi$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_fi$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_fi$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_fi$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_fi$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_fi$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_fi$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_fi$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fi$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_fi$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_fi$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_fi$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_fi$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_fi$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_fi$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_fi$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_fi$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_fi$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_fi$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_fi$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_fi$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_fi$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_fi$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_fi$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_fi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_fi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_fi$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_fi$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_fi$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_fi$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_fi$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_fi$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_fi$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_fi$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_fi$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_fi$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_fi$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_fi$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_fi$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_fi$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_fi$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_fi$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_fi$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_fi$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_fi$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_fi$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_fi$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_fi$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_fi$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_fi$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_fi$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_fi$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_fi$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_fi$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_fi$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_fi$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _fi$data); module.exports = fi; @@ -15857,7 +15854,7 @@ fr.data = (_fr$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_fr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fr$data, 'x_CancelReplaceTx', 'Annuler ou remplacer la transaction'), _defineProperty(_fr$data, 'x_CancelTx', 'Annuler la transaction'), _defineProperty(_fr$data, 'x_PasswordDesc', 'Ce mot de passe va crypter votre clé privée. Ce n\'est pas une graine pour générer votre portefeuille. **Vous aurez besoin de ce mot de passe et de votre clé privée pour déverouiller votre portefeuille.**'), _defineProperty(_fr$data, 'x_ReadMore', 'En savoir plus'), _defineProperty(_fr$data, 'x_ReplaceTx', 'Remplacer la transaction'), _defineProperty(_fr$data, 'x_TransHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'x_TXFee', 'Frais de transaction'), _defineProperty(_fr$data, 'x_TxHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'NAV_CheckTxStatus', 'Vérifier le statut de la transaction'), _defineProperty(_fr$data, 'NAV_TxStatus', 'Statut de la transaction'), _defineProperty(_fr$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_fr$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs les transactions peuvent rester en attente durant des heures, voire des jours. Cet outil cherche à vous donner la possibilité de trouver et d\'annuler / remplacer ces transactions. **Ce n\'est pas quelque chose de normalement faisable et vous ne devriez pas vous y fier. Cela ne marchera que lorsque les files d\'attente de transactions seront pleines. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fr$data, 'tx_notFound', 'Transaction non trouvée'), _defineProperty(_fr$data, 'tx_notFound_1', 'Cette transaction est introuvable dans la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier le statut de la transaction". '), _defineProperty(_fr$data, 'tx_notFound_3', 'La transaction pourrait toujours être en instance sur un autre nœud, en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)`, `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) puis revérifiez.'), _defineProperty(_fr$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_fr$data, 'tx_foundInPending_1', 'Cette transaction a été retrouvée sur la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_foundInPending_3', 'Il est probable que vous puissiez annuler ou remplacer cette transaction. Déverouillez ci-dessous votre portefeuille.'), _defineProperty(_fr$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_fr$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_fr$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. À la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "OUT OF GAS", vous devriez doubler la limite de Gas que vous aviez spécifiée.'), _defineProperty(_fr$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de plateforme de change, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, un examen de votre situation.'), _defineProperty(_fr$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_fr$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_fr$data, 'GEN_Help_3', 'Votre périphérique *est* votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fr$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_fr$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_fr$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez avec personne · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_fr$data, 'GEN_Help_8', 'Pas de téléchargement ?'), _defineProperty(_fr$data, 'GEN_Help_9', 'Essayez Google Chrome'), _defineProperty(_fr$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_fr$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_fr$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres clients.) '), _defineProperty(_fr$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore'), _defineProperty(_fr$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_fr$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_fr$data, 'GEN_Help_16', 'Quels sont ces différents formats ?'), _defineProperty(_fr$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça ?'), _defineProperty(_fr$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_fr$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fr$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_fr$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_fr$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_fr$data, 'GAS_PRICE_Desc', 'Le prix du Gas est le montant que vous payez par unité de Gas. `frais de transaction = prix du GAS x GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Prix de GAS plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `21 GWEI`.'), _defineProperty(_fr$data, 'GAS_LIMIT_Desc', 'Le GAS limite est le montant de GAS à envoyer avec votre transaction. `frais de transaction = prix du GAS * GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH : `21000`. Envoyer des Tokens : ~`200000`.'), _defineProperty(_fr$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_fr$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `GAS limite` * le `prix du GAS`. [Vous pouvez convertir GWEI -> ETH ici.](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fr$data, 'NAV_AddWallet', 'Ajouter un portefeuille '), _defineProperty(_fr$data, 'NAV_BulkGenerate', 'Générer des portefeuilles par lots '), _defineProperty(_fr$data, 'NAV_Contact', 'Contact '), _defineProperty(_fr$data, 'NAV_Contracts', 'Contrats '), _defineProperty(_fr$data, 'NAV_DeployContract', 'Déployer un contrat '), _defineProperty(_fr$data, 'NAV_ENS', 'ENS'), _defineProperty(_fr$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_fr$data, 'NAV_GenerateWallet', 'Générer un portefeuille '), _defineProperty(_fr$data, 'NAV_Help', 'Aide '), _defineProperty(_fr$data, 'NAV_InteractContract', 'Interagir avec un contrat '), _defineProperty(_fr$data, 'NAV_Multisig', 'Multisign.'), _defineProperty(_fr$data, 'NAV_MyWallets', 'Mes portefeuilles '), _defineProperty(_fr$data, 'NAV_Offline', 'Envoi hors-ligne '), _defineProperty(_fr$data, 'NAV_SendEther', 'Envoyer des Ether et des Tokens '), _defineProperty(_fr$data, 'NAV_SendTokens', 'Envoyer des Tokens '), _defineProperty(_fr$data, 'NAV_SignMsg', 'Signer un message '), _defineProperty(_fr$data, 'NAV_Swap', 'Échanger '), _defineProperty(_fr$data, 'NAV_ViewWallet', 'Visualiser un portefeuille '), _defineProperty(_fr$data, 'NAV_YourWallets', 'Vos portefeuilles '), _defineProperty(_fr$data, 'x_Access', 'Accès '), _defineProperty(_fr$data, 'x_AddessDesc', 'Aussi appelée `adresse` ou `clé publique`. C\'est ce que vous donnez aux gens pour qu\'ils puissent vous envoyer des Ether ou des Tokens. Remarquez l\'icône colorée. Cette icône doit être identique quand vous entrez votre adresse quelque part.'), _defineProperty(_fr$data, 'x_Address', 'Votre adresse '), _defineProperty(_fr$data, 'x_Cancel', 'Annuler '), _defineProperty(_fr$data, 'x_CSV', 'Fichier CSV (non-chiffré) '), _defineProperty(_fr$data, 'x_Download', 'Télécharger '), _defineProperty(_fr$data, 'x_Json', 'Fichier JSON (non-chiffré) '), _defineProperty(_fr$data, 'x_JsonDesc', 'C\'est la version non-chiffrée au format JSON de votre clé privée. Cela signifie que vous n\'avez pas besoin de votre mot de passe pour l\'utiliser mais que toute personne qui trouve ce JSON peut accéder à votre portefeuille et vos Ether sans mot de passe. '), _defineProperty(_fr$data, 'x_Keystore', 'Fichier Keystore (UTC / JSON · Recommandé · Chiffré) '), _defineProperty(_fr$data, 'x_Keystore2', 'Fichier Keystore (UTC / JSON) '), _defineProperty(_fr$data, 'x_KeystoreDesc', 'Ce fichier Keystore utilise le même format que Mist, vous pouvez donc facilement l\'importer plus tard dans ce client. C\'est le fichier que nous vous recommandons de télécharger et de garder en sécurité. '), _defineProperty(_fr$data, 'x_Ledger', 'Ledger (Portefeuille matériel)'), _defineProperty(_fr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fr$data, 'x_Mnemonic', 'Phrase mnémonique '), _defineProperty(_fr$data, 'x_ParityPhrase', 'Phrase Parity '), _defineProperty(_fr$data, 'x_Password', 'Mot de passe '), _defineProperty(_fr$data, 'x_Print', 'Imprimer un portefeuille papier '), _defineProperty(_fr$data, 'x_PrintDesc', 'Astuce : Cliquez sur Imprimer et sauvegardez le portefeuille papier en PDF, même si vous n\'avez pas d\'imprimante !'), _defineProperty(_fr$data, 'x_PrintShort', 'Imprimer '), _defineProperty(_fr$data, 'x_PrivKey', 'Clé privée (non-chiffrée) '), _defineProperty(_fr$data, 'x_PrivKey2', 'Clé privée '), _defineProperty(_fr$data, 'x_PrivKeyDesc', 'C\'est la version textuelle non-chiffrée de votre clé privée, ce qui signifie qu\'aucun mot de passe n\'est nécessaire pour l\'utiliser. Si quelqu\'un venait à découvrir cette clé privée, il pourrrait accéder à votre portefeuille sans mot de passe. Pour cette raison, la version chiffrée de votre clé privée est recommandée. '), _defineProperty(_fr$data, 'x_Save', 'Sauvegarder '), _defineProperty(_fr$data, 'x_TXT', 'Fichier TXT (non-chiffré) '), _defineProperty(_fr$data, 'x_Wallet', 'Portefeuille '), _defineProperty(_fr$data, 'MEW_Warning_1', 'Vérifiez toujours l\'URL avant d\'accéder à votre portefeuille ou d\'en générer un nouveau. Attentions aux sites de phishing !'), _defineProperty(_fr$data, 'CX_Warning_1', 'Assurez vous d\'avoir une **sauvegarde externe** de tout portefeuille que vous gérez ici. De nombreux événements peuvent vous faire perdre les données de cette extension Chrome, y compris la dédinstallation et la réinstallation de l\'extension. Cette extension est une manière d\'accéder facilement à vos portefeuilles, **pas** une façon de les sauvegarder. '), _defineProperty(_fr$data, 'MEW_Tagline', 'Portefeuille d\'Ether Open Source, écrit en JavaScript'), _defineProperty(_fr$data, 'CX_Tagline', 'Extension Chrome de portefeuille d\'Ether Open Source JavaScript'), _defineProperty(_fr$data, 'FOOTER_1', 'Un outil open source, écrit en Javascript, qui permet de générer des portefeuilles Ethereum et d\'envoyer des transactions. '), _defineProperty(_fr$data, 'FOOTER_1b', 'Créé par '), _defineProperty(_fr$data, 'FOOTER_2', 'Les donations sont extrêmement appréciées : '), _defineProperty(_fr$data, 'FOOTER_3', 'Génération de portefeuille par '), _defineProperty(_fr$data, 'FOOTER_4', 'Avertissement '), _defineProperty(_fr$data, 'sidebar_AccountInfo', 'Informations du compte '), _defineProperty(_fr$data, 'sidebar_AccountAddr', 'Adresse du compte '), _defineProperty(_fr$data, 'sidebar_AccountBal', 'Solde du compte '), _defineProperty(_fr$data, 'sidebar_TokenBal', 'Solde en tokens '), _defineProperty(_fr$data, 'sidebar_Equiv', 'Valeur correspondante '), _defineProperty(_fr$data, 'sidebar_TransHistory', 'Historique des transactions '), _defineProperty(_fr$data, 'sidebar_donation', 'MyEtherWallet est un service gratuit et open source respectueux de votre vie privée et de votre sécurité. Plus nous recevons de donations, plus nous dédions de temps à développer de nouvelles fonctionnalités, à écouter vos retours et à vous fournir ce dont vous avez besoin. Nous ne sommes que deux personnes qui essayent de changer le monde. Aidez-nous !'), _defineProperty(_fr$data, 'sidebar_donate', 'Faire une donation '), _defineProperty(_fr$data, 'sidebar_thanks', 'MERCI !!! '), _defineProperty(_fr$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_fr$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_fr$data, 'decrypt_Access', 'Comment voulez-vous accéder à votre portefeuille ? '), _defineProperty(_fr$data, 'decrypt_Title', 'Choisissez le format de votre clé privée '), _defineProperty(_fr$data, 'decrypt_Select', 'Choisissez un portefeuille : '), _defineProperty(_fr$data, 'ADD_Label_1', 'Que voulez-vous faire ?'), _defineProperty(_fr$data, 'ADD_Radio_1', 'Générer un nouveau portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2', 'Choisissez le fichier de votre portefeuille (Keystore / JSON)'), _defineProperty(_fr$data, 'ADD_Radio_2_alt', 'Choisissez le fichier du portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2_short', 'CHOISISSEZ LE FICHIER DU PORTEFEUILLE...'), _defineProperty(_fr$data, 'ADD_Radio_3', 'Collez/saisissez votre clé privée'), _defineProperty(_fr$data, 'ADD_Radio_4', 'Ajoutez un compte'), _defineProperty(_fr$data, 'ADD_Radio_5', 'Collez/entrez votre phrase mnémonique'), _defineProperty(_fr$data, 'ADD_Radio_5_Path', 'Selectionnez le checmin d\'accès'), _defineProperty(_fr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_fr$data, 'ADD_Label_2', 'Nommez votre compte : '), _defineProperty(_fr$data, 'ADD_Label_3', 'Votre fichier est chiffré, merci de saisir le mot de passe '), _defineProperty(_fr$data, 'ADD_Label_4', 'Ajouter un compte au répertoire'), _defineProperty(_fr$data, 'ADD_Warning_1', 'Vous pouvez ajouter n\'importe quel compte pour l\'afficher dans l\'onglet "portefeuilles" sans uploader une clé privée. Cela ne veut **pas** dire que vous aurez accès à ce portefeuille, ni que vous pouvez transférer des Ether depuis ce portefeuille. '), _defineProperty(_fr$data, 'ADD_Label_5', 'Entrez l\'adresse'), _defineProperty(_fr$data, 'ADD_Label_6', 'Déverrouillez votre portefeuille'), _defineProperty(_fr$data, 'ADD_Label_6_short', 'Déverrouillez'), _defineProperty(_fr$data, 'ADD_Label_7', 'Ajouter un compte'), _defineProperty(_fr$data, 'ADD_Label_8', 'Mot de passe (optionnel) :'), _defineProperty(_fr$data, 'GEN_desc', 'Si vous voulez générer plusieurs portefeuilles, vous pourrez le faire ici'), _defineProperty(_fr$data, 'GEN_Label_1', 'Entrez un mot de passe fort (d\'au moins 9 caractères)'), _defineProperty(_fr$data, 'GEN_Placeholder_1', 'N\'oubliez PAS de sauvegarder ceci !'), _defineProperty(_fr$data, 'GEN_SuccessMsg', 'Succès ! Votre portefeuille a été généré.'), _defineProperty(_fr$data, 'GEN_Label_2', 'Sauvegardez votre fichier Keystore ou votre clé privée. N\'oubliez pas votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Label_3', 'Sauvegarder votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Label_4', 'Optionnel: Imprimez votre portefeuille papier ou conserver une version en QR-code.'), _defineProperty(_fr$data, 'BULK_Label_1', 'Nombre de portefeuilles à générer'), _defineProperty(_fr$data, 'BULK_Label_2', 'Générer les portefeuilles'), _defineProperty(_fr$data, 'BULK_SuccessMsg', 'Succès ! Vos portefeuilles ont été générés.'), _defineProperty(_fr$data, 'SEND_addr', 'Adresse de destination'), _defineProperty(_fr$data, 'SEND_amount', 'Montant à envoyer'), _defineProperty(_fr$data, 'SEND_amount_short', 'Montant'), _defineProperty(_fr$data, 'SEND_custom', 'Token personnalisé'), _defineProperty(_fr$data, 'SEND_gas', 'GAS'), _defineProperty(_fr$data, 'SEND_TransferTotal', 'Envoyer tout'), _defineProperty(_fr$data, 'SEND_generate', 'Générer la transaction'), _defineProperty(_fr$data, 'SEND_raw', 'Transaction brute'), _defineProperty(_fr$data, 'SEND_signed', 'Transaction signée'), _defineProperty(_fr$data, 'SEND_trans', 'Envoyer la transaction'), _defineProperty(_fr$data, 'SENDModal_Title', 'Attention !'), _defineProperty(_fr$data, 'SENDModal_Content_1', 'Vous êtes sur le point d\'envoyer'), _defineProperty(_fr$data, 'SENDModal_Content_2', 'à l\'adresse'), _defineProperty(_fr$data, 'SENDModal_Content_3', 'Voulez-vous vraiment le faire ?'), _defineProperty(_fr$data, 'SENDModal_Content_4', 'NOTE : Si vous renontrez une erreur, il est très probable que vous deviez ajouter des Ether à votre compte pour couvrir les coûts (en GAS) d\'envoi des Tokens. Le GAS est payé en Ether.'), _defineProperty(_fr$data, 'SENDModal_No', 'Non, je veux sortir d\'ici !'), _defineProperty(_fr$data, 'SENDModal_Yes', 'Oui, je le veux ! Effectuer la transaction.'), _defineProperty(_fr$data, 'TOKEN_Addr', 'Adresse'), _defineProperty(_fr$data, 'TOKEN_Symbol', 'Symbole du Token'), _defineProperty(_fr$data, 'TOKEN_Dec', 'Décimales'), _defineProperty(_fr$data, 'TOKEN_show', 'Montrer tous les Tokens'), _defineProperty(_fr$data, 'TOKEN_hide', 'Cacher les Tokens'), _defineProperty(_fr$data, 'TRANS_desc', 'Si vous voulez envoyer des Tokens, allez plutôt à la page "Envoi de Tokens".'), _defineProperty(_fr$data, 'TRANS_warning', 'L\'emploi des fonctions "ETH seulement" et "ETC seulement" vous fait passer par un contrat. Certains services ont des problèmes avec ces transactions. En savoir plus.'), _defineProperty(_fr$data, 'TRANS_advanced', '+ Avancé : Ajouter des données'), _defineProperty(_fr$data, 'TRANS_data', 'Données'), _defineProperty(_fr$data, 'TRANS_sendInfo', 'Une transaction standard utilisant 21000 GAS coûtera 0,000441 ETH. Le prix du GAS, de 0.000000021 ETH, que nous avons choisi est légèrement supérieur au minimum assurant une confirmation rapide. Nous ne prenons pas de frais de transaction.'), _defineProperty(_fr$data, 'TRANS_gas', 'GAS limite'), _defineProperty(_fr$data, 'TRANSModal_Title', 'Transactions "ETH seulement" et "ETC seulement"'), _defineProperty(_fr$data, 'TRANSModal_Content_0', 'Note sur les transactions et services divers :'), _defineProperty(_fr$data, 'TRANSModal_Content_1', '**ETH (Transaction standard) :** Génère une transaction standard depuis une adresse directement vers une autre. Son GAS par défaut est de 21000. Il est probable que toute transaction d\'ETH envoyée de cette manière sera réexécutée sur la chaîne ETC.'), _defineProperty(_fr$data, 'TRANSModal_Content_2', '**ETH seulement :** Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETH**.'), _defineProperty(_fr$data, 'TRANSModal_Content_3', '**ETC seulement : **Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETC**.'), _defineProperty(_fr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift :** N\'envoyer que par transaction standard. Si vous utilisez les contrats d\'envoi sur une seule chaîne, vous devrez contacter leur équipe de support pour ajouter manuellement la somme à votre solde ou pour vous rembourser. [Vous pouvez aussi essayer l\'outil "split" de Shapeshift.](https://split.shapeshift.io/)'), _defineProperty(_fr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex :** Pas de problème connu. Utilisez ce que vous voulez.'), _defineProperty(_fr$data, 'TRANSModal_Yes', 'Génial, j\'ai compris !'), _defineProperty(_fr$data, 'TRANSModal_No', 'Aïe ! Je comprends de moins en moins. Aidez-moi !'), _defineProperty(_fr$data, 'OFFLINE_Title', 'Générer et envoyer une transaction hors ligne'), _defineProperty(_fr$data, 'OFFLINE_Desc', 'La génération d\'une transaction hors ligne s\'effectue en trois étapes. Les étapes 1 et 3 sont réalisées sur un ordinateur en ligne et l\'étape 2 sur un ordinateur déconnecté du réseau. Cela permet d\'isoler totalement vos clefs privées de toute machine connectée à Internet.'), _defineProperty(_fr$data, 'OFFLLINE_Step1_Title', 'Étape 1 : Génération de l\'information (ordinateur en ligne) '), _defineProperty(_fr$data, 'OFFLINE_Step1_Button', 'Générer l\'information'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_1', 'Addresse d\'émission'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_2', 'Note : Il s\'agit de l\'adresse de départ, pas de l\'adresse d\'arrivée. Le nonce est généré à partir du compte de l\'expéditeur. Si on utilise une machine déconnectée du réseau, cette adresse est celle du compte en _Cold Storage_.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Title', 'Étape 2 : Génération de la transaction (ordinateur hors ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_1', 'Adresse de destination'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_2', 'Valeur / montant à envoyer'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3', 'Prix du GAS'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3b', 'Ce montant était affiché à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4', 'GAS limite'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4b', '21000 est la limite par défaut. En cas d\'envoi vers des contrats ou avec des données supplémentaires, cette valeur peut être différente. Tout GAS non consommé vous sera renvoyé.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5b', 'Cette valeur a été affichée à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6', 'Données'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6b', 'Cette zone est optionnelle. Les données sont souvent ajoutées lors de transactions vers des contrats.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_7', 'Entrez ou sélectionnez votre clef privée / fichier JSON.'), _defineProperty(_fr$data, 'OFFLINE_Step3_Title', 'Étape 3 : Envoyer / publier la transaction (ordinateur en ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step3_Label_1', 'Copier ici la transaction signée à l\'étape 2 et cliquez sur le bouton "ENVOYER LA TRANSACTION".'), _defineProperty(_fr$data, 'MSG_message', 'Message'), _defineProperty(_fr$data, 'MSG_date', 'Date'), _defineProperty(_fr$data, 'MSG_signature', 'Signature'), _defineProperty(_fr$data, 'MSG_verify', 'Verifier le message'), _defineProperty(_fr$data, 'MSG_info1', 'Inclure la date courante afin que la signature ne puisse pas être réutilisée à un autre moment.'), _defineProperty(_fr$data, 'MSG_info2', 'Inclure votre surnom et là où vous l\'utilisez afin que personne d\'autre ne puisse l\'utiliser.'), _defineProperty(_fr$data, 'MSG_info3', 'Inclure une raison spécifique pour le message afin qu\'il ne puisse pas être réutilisé dans un contexte différent.'), _defineProperty(_fr$data, 'MYWAL_Nick', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Address', 'Adresse du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Bal', 'Solde'), _defineProperty(_fr$data, 'MYWAL_Edit', 'Modifier'), _defineProperty(_fr$data, 'MYWAL_View', 'Voir'), _defineProperty(_fr$data, 'MYWAL_Remove', 'Supprimer'), _defineProperty(_fr$data, 'MYWAL_RemoveWal', 'Supprimer le portefeuille :'), _defineProperty(_fr$data, 'MYWAL_WatchOnly', 'Vos comptes en affichage uniquement'), _defineProperty(_fr$data, 'MYWAL_Viewing', 'Affichage des portefeuilles'), _defineProperty(_fr$data, 'MYWAL_Hide', 'Cacher les informations sur le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Edit_2', 'Modifier le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Name', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_1', 'Attention ! Vous êtes sur le point de supprimer votre portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_2', 'Assurez-vous d\'avoir bien **sauvegardé la clé privée / fichier JSON et le mot de passe** associé à ce portefeuille avant de le supprimer.'), _defineProperty(_fr$data, 'MYWAL_Content_3', 'Si vous voulez utiliser ce portefeuille avec MyEtherWallet CX à l\'avenir, vous devrez le rajouter manuellement en utilisant la clé privée / fichier JSON et le mot de passe.'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier. Vous devrez le faire pour [importer votre compte dans Geth / Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vous voulez seulement consulter votre solde, nous recommandons d\'utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/).'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle_Short', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier.'), _defineProperty(_fr$data, 'VIEWWALLET_SuccessMsg', 'Réussi ! Voici les détails de votre portefeuille :'), _defineProperty(_fr$data, 'VIEWWALLET_ShowPrivKey', '(montrer)'), _defineProperty(_fr$data, 'VIEWWALLET_HidePrivKey', '(cacher)'), _defineProperty(_fr$data, 'MNEM_1', 'Sélectionnez l\'adresse avec laquelle vous désirez interagir.'), _defineProperty(_fr$data, 'MNEM_2', 'Votre phrase mnémonique HD unique peut accéder à un certain nombre de portefeuilles/adresses. Sélectionnez l\'adresse avec laquelle vous désirez interagir actuellement.'), _defineProperty(_fr$data, 'MNEM_more', 'Plus d\'adresses'), _defineProperty(_fr$data, 'MNEM_prev', 'Adresses précédentes'), _defineProperty(_fr$data, 'ADD_Ledger_1', 'Connectez votre portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_2', 'Ouvrez l\'application Ethereum (ou une application de contrat)'), _defineProperty(_fr$data, 'ADD_Ledger_2_Exp', 'Ouvrez l\'application Expanse (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_2_Ubq', 'Ouvrez l\'application Ubiq (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_3', 'Vérifiez que l\'option Browser Support est activée dans Settings'), _defineProperty(_fr$data, 'ADD_Ledger_scan', 'Se connecter au portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_4', 'Si l\'option Browser Support n\'est pas présente dans Settings, vérifiez que vous avez le [Firmware 1.2 ou plus récent](https://www.ledgerwallet.com/apps/manager).'), _defineProperty(_fr$data, 'ADD_Ledger_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_Ledger_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_MetaMask', 'Connexion à MetaMask'), _defineProperty(_fr$data, 'x_Trezor', 'TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_scan', 'Connexion à TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_scan', 'Se connecter au Digital Bitbox'), _defineProperty(_fr$data, 'CX_error_1', 'Vous n\'avez pas de portefeuille sauvegardé. Cliquez sur ["Ajout de portefeuilles"](/cx-wallet.html#add-wallet) pour en ajouter un !'), _defineProperty(_fr$data, 'CX_quicksend', 'Envoyer'), _defineProperty(_fr$data, 'NODE_Title', 'Ajouter votre nœud personnalisé'), _defineProperty(_fr$data, 'NODE_Subtitle', 'Connexion à un nœud local…'), _defineProperty(_fr$data, 'NODE_Warning', 'Votre nœud doit être en HTTPS pour vous y connecter via MyEtherWallet.com. Vous pouvez [télécharger MyEtherWallet et le lancer localement](https://github.com/kvhnuke/etherwallet/releases/latest) pour vous connecter à un nœud quelconque, ou obtenir un certificat SSL gratuit via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fr$data, 'NODE_Name', 'Nom du nœud'), _defineProperty(_fr$data, 'NODE_Port', 'Port du nœud'), _defineProperty(_fr$data, 'NODE_CTA', 'Sauvegarder et utiliser le nœud personnalisé'), _defineProperty(_fr$data, 'CONTRACT_Title', 'Adresse du contrat'), _defineProperty(_fr$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant'), _defineProperty(_fr$data, 'CONTRACT_Json', 'Interface ABI / JSON'), _defineProperty(_fr$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat'), _defineProperty(_fr$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction'), _defineProperty(_fr$data, 'CONTRACT_ByteCode', 'Bytecode'), _defineProperty(_fr$data, 'CONTRACT_Read', 'LIRE'), _defineProperty(_fr$data, 'CONTRACT_Write', 'ÉCRIRE'), _defineProperty(_fr$data, 'DEP_generate', 'Générer le bytecode'), _defineProperty(_fr$data, 'DEP_generated', 'Bytecode généré'), _defineProperty(_fr$data, 'DEP_signtx', 'Signer la transaction'), _defineProperty(_fr$data, 'DEP_interface', 'Interface générée'), _defineProperty(_fr$data, 'SWAP_rates', "Taux actuels"), _defineProperty(_fr$data, 'SWAP_init_1', "Je veux échanger"), _defineProperty(_fr$data, 'SWAP_init_2', " contre"), _defineProperty(_fr$data, 'SWAP_init_CTA', "Allons-y !"), _defineProperty(_fr$data, 'SWAP_information', "Vos informations "), _defineProperty(_fr$data, 'SWAP_send_amt', "Montant à envoyer "), _defineProperty(_fr$data, 'SWAP_rec_amt', "Montant à recevoir "), _defineProperty(_fr$data, 'SWAP_your_rate', "Votre taux "), _defineProperty(_fr$data, 'SWAP_rec_add', "Votre adresse de réception "), _defineProperty(_fr$data, 'SWAP_start_CTA', "Commencer l\'échange "), _defineProperty(_fr$data, 'SWAP_ref_num', "Votre numéro de référence "), _defineProperty(_fr$data, 'SWAP_time', "Temps restant pour l\'envoi "), _defineProperty(_fr$data, 'SWAP_elapsed', "Temps passé depuis l\'envoi "), _defineProperty(_fr$data, 'SWAP_progress_1', "Ordre déclenché "), _defineProperty(_fr$data, 'SWAP_progress_2', "En attente de vos "), _defineProperty(_fr$data, 'SWAP_progress_3', "reçu !"), _defineProperty(_fr$data, 'SWAP_progress_4', "Envoi de vos {{orderResult.output.currency}}"), _defineProperty(_fr$data, 'SWAP_progress_5', "Ordre exécuté"), _defineProperty(_fr$data, 'SWAP_order_CTA', "Envoyer "), _defineProperty(_fr$data, 'SWAP_unlock', "Déverrouillez votre portefeuille pour envoyer des ETH ou des tokens directement depuis cette page."), _defineProperty(_fr$data, 'ERROR_0', '(error_01) Please enter a valid amount. Veuillez entrer un montant valide. '), _defineProperty(_fr$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password. Votre mot de passe doit être composé d\'au moins 9 caractères. Assurez-vous qu\'il s\'agisse d\'un mot de passe fort.'), _defineProperty(_fr$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file. Désolé ! Notre service ne permet pas de gérer ce type de fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_3', '(error_04) This is not a valid wallet file. Ceci n\'est pas un fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units Cette unité n\'existe pas, merci d\'utiliser une des unités suivantes '), _defineProperty(_fr$data, 'ERROR_5', '(error_06) Please enter a valid address. Veuillez entrer une adresse valide. '), _defineProperty(_fr$data, 'ERROR_6', '(error_07) Please enter a valid password. Veuillez entrer un mot de passe valide. '), _defineProperty(_fr$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.) Veuillez entrer un montant valide. (Must be integer. Try 0-18.) '), _defineProperty(_fr$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.) Veuillez entrer une limite de Gas valide. (Must be integer. Try 21000-4000000.) '), _defineProperty(_fr$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.) Veuillez entrer des donnnées valides (en héxadécimal).'), _defineProperty(_fr$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.) Veuillez entrer un montant de Gas valide (une valeur entière. Essayez 20 Gwei, soit 20000000000 wei).'), _defineProperty(_fr$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.) Veuillez entrer un nonce valide (nombre entier).'), _defineProperty(_fr$data, 'ERROR_12', '(error_13) Invalid signed transaction. Transaction signée invalide.'), _defineProperty(_fr$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists. Un portefeuille portant ce nom existe déjà.'), _defineProperty(_fr$data, 'ERROR_14', '(error_15) Wallet not found. Portefeuille non trouvé.'), _defineProperty(_fr$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. Il semblerait qu\'aucune proposition n\'existe avec cet identifiant ou qu\'il y a eu une erreur lors de la consultation de cette proposition.'), _defineProperty(_fr$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page. Un portefeuille avec cette adresse existe déja. Merci de consulter la liste de vos portefeuilles.'), _defineProperty(_fr$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html) Fonds insuffisants. Le compte duquel vous essayez d\'envoyer la transaction ne possède pas assez de fonds. Il vous faut au moins 0,01 ether sur votre compte pour couvrir les frais de Gas. Ajoutez des ethers et réessayez.'), _defineProperty(_fr$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended. Tout le Gas serait consommé lors de cette transaction. Cela signifie que vous avez déjà voté pour cette proposition ou que la période du débat est terminée.'), _defineProperty(_fr$data, 'ERROR_19', '(error_20) Please enter a valid symbol Veuillez entrer un symbole valide.'), _defineProperty(_fr$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token n\'est pas un token ERC-20 valide. Si d\'autres tokens sont en train de se charger, enlevez celui-ci et réessayez.'), _defineProperty(_fr$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. Impossible d\'estimer le Gas. Il n\'y a pas assez de fonds sur le compte, ou l\'adresse du contrat de réception a renvoyé une erreur. Vous pouvez ajuster vous-même le Gas et recommencer. Le message d\'erreur à l\'envoi peut comporter plus d\'informations.'), _defineProperty(_fr$data, 'ERROR_22', '(error_23) Please enter a valid node name Veuillez entrer un nom de nœud valide.'), _defineProperty(_fr$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https Veuillez entrer une URL valide ; si vous êtes en HTTPS, votre URL doit être en https.'), _defineProperty(_fr$data, 'ERROR_24', '(error_25) Please enter a valid port. Veuillez entrer un port valide.'), _defineProperty(_fr$data, 'ERROR_25', '(error_26) Please enter a valid chain ID. Veuillez entrer un ID de chaîne valide.'), _defineProperty(_fr$data, 'ERROR_26', '(error_27) Please enter a valid ABI. Veuillez entrer une ABI valide.'), _defineProperty(_fr$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount: Montant minimum : 0.01. Montant maximum : '), _defineProperty(_fr$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. **Vous avez besoin de votre fichier Keystore et du mot de passe** (ou de la clé privée) pour accéder à ce portefeuille à l\'avenir. Merci de le télécharger et d\'en faire une sauvegarde externe. Il n\'existe aucun moyen de récupérer un portefeuille si vous ne le sauvegardez pas. Merci de lire la [page d\'Aide](https://www.myetherwallet.com/#help) pour plus de détails.'), _defineProperty(_fr$data, 'ERROR_29', '(error_30) Please enter a valid user and password. Veuillez entrer un nom d\'utilisateur et mot de passe valides.'), _defineProperty(_fr$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation) Veuillez entrer un nom ENS valide.'), _defineProperty(_fr$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase. Phrase secrète invalide.'), _defineProperty(_fr$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs. Connexion au nœud impossible. Actualisez la page ou essayez un nœud différent (en haut à droite). Vérifiez les réglages de votre parefeu. S\'il s\'agit d\'un nœud personnalisé, vérifiez votre configuration.'), _defineProperty(_fr$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. Le portefeuille que vous avez déverrouillé ne correspond pas à l\'adresse du propriétaire.'), _defineProperty(_fr$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. Le nom que vous tentez de révéler ne correspond pas au nom que vous avez entré.'), _defineProperty(_fr$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean? L\'adresse d\'entrée n\'a pas de somme de contrôle. Cliquez ici pour plus d\'infos.'), _defineProperty(_fr$data, 'ERROR_36', '(error_37) Please enter a valid TX hash Entrez une empreinte (_hash_) de transaction valide.'), _defineProperty(_fr$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f Entrez une chaîne hexadécimale valide (0-9, a-f).'), _defineProperty(_fr$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fr$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fr$data, 'SUCCESS_1', 'Adresse valide !'), _defineProperty(_fr$data, 'SUCCESS_2', 'Portefeuille déchiffré avec succès !'), _defineProperty(_fr$data, 'SUCCESS_3', 'Votre transaction a été diffusée sur le réseau. Elle est en attente de confirmation. Pendant les ICO, cette confirmation peut prendre plus de 3 heures. Utilisez les boutons de vérification ci-dessous pour la suivre. Hash de la TX : '), _defineProperty(_fr$data, 'SUCCESS_4', 'Votre portefeuille a été ajouté avec succès !'), _defineProperty(_fr$data, 'SUCCESS_5', 'Fichier sélectionné !'), _defineProperty(_fr$data, 'SUCCESS_6', 'Vous êtes bien connecté !'), _defineProperty(_fr$data, 'SUCCESS_7', 'Signature du message vérifiée !'), _defineProperty(_fr$data, 'WARN_Send_Link', 'Vous avez suivi un lien qui a rempli l\'adresse, le montant, le Gas ou les champs de données pour vous. Vous pouvez modifier toutes ces informations avant l\'envoi. Débloquez votre portefeuille pour démarrer.'), _defineProperty(_fr$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Solde insuffisant'), _defineProperty(_fr$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right. Prix du Gas trop bas pour être accepté'), _defineProperty(_fr$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Limite de Gas dépassée'), _defineProperty(_fr$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants pour (Gas * prix) + valeur'), _defineProperty(_fr$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. Gas intrinsèque trop bas'), _defineProperty(_fr$data, 'GETH_InvalidSender', '(geth-06) Invalid sender. Expéditeur invalide'), _defineProperty(_fr$data, 'GETH_NegativeValue', '(geth-07) Negative value. Valeur négative'), _defineProperty(_fr$data, 'GETH_Nonce', '(geth-08) This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Nonce trop bas'), _defineProperty(_fr$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low. Compte inexistant ou solde du compte trop bas'), _defineProperty(_fr$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Une transaction portant la même empreinte (_hash_) a déjà été importée."), _defineProperty(_fr$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le coût de la transaction excède la limite en Gas courante (limite : {}, coût : {}). Essayez de réduire le Gas fourni."), _defineProperty(_fr$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants. Le compte d'où vous essayez d'envoyer une transaction ne possède pas assez de fonds (requis : {}, disponibles : {})."), _defineProperty(_fr$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Ils ne satisfont pas au minimum de votre nœud (minimum : {}, frais : {}). Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le Gas fourni dépasse la limite."), _defineProperty(_fr$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Il y a trop de transactions en file d\'attente. Votre transaction a été abandonnée en raison de cette limite. Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Le nonce de la transaction est trop bas. Essayez d\'incrémenter le nonce."), _defineProperty(_fr$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Il y a une autre transaction avec le même nonce en file d\'attente. Essayez d\'augmenter les frais ou d\'incrémenter le nonce."), _defineProperty(_fr$data, 'translate_version', '0.4'), _defineProperty(_fr$data, 'Translator_Desc', 'Merci à nos traducteurs'), _defineProperty(_fr$data, 'TranslatorName_1', '[Simon P](https://www.myetherwallet.com/?gaslimit=21000&to=0x89a18eE46b5aabC62e94b1830881887D04C687f3&value=1.0#send-transaction) ·'), _defineProperty(_fr$data, 'TranslatorAddr_1', '0x89a18eE46b5aabC62e94b1830881887D04C687f3 '), _defineProperty(_fr$data, 'TranslatorName_2', 'Jean Zundel ·'), _defineProperty(_fr$data, 'TranslatorAddr_2', ''), _defineProperty(_fr$data, 'TranslatorName_3', 'girards ·'), _defineProperty(_fr$data, 'TranslatorAddr_3', ''), _defineProperty(_fr$data, 'TranslatorName_4', 'Paul Ramlach ·'), _defineProperty(_fr$data, 'TranslatorAddr_4', ''), _defineProperty(_fr$data, 'TranslatorName_5', 'DarthJahus ·'), _defineProperty(_fr$data, 'TranslatorAddr_5', '0x4817Ad0411eddB9A32fda74AD1a2DfCAb3a89039'), _defineProperty(_fr$data, 'HELP_Warning', 'Si vous avez créé un portefeuille ou téléchargé le référentiel avant **le 31 déc. 2015**, merci de vérifier vos portefeuilles ou de télécharger une nouvelle version du référentiel. Cliquez ici pour plus de détails.'), _defineProperty(_fr$data, 'HELP_Desc', 'Il manque quelque chose ? Vous avez d\'autres questions ? [Contactez-nous](mailto:support@myetherwallet.com), et non seulement nous allons vous répondre, mais nous mettrons aussi à jour cette page afin qu\'elle soit plus utile à tout le monde à l\'avenir !'), _defineProperty(_fr$data, 'HELP_Remind_Title', 'Quelques rappels :'), _defineProperty(_fr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, ainsi que certaines des bibliothèques Javascript que nous employons sont en cours de développement.** Bien que nous les ayons testés intensivement et que des dizaines de milliers de portefeuilles aient été créés avec succès dans le monde entier, il existe toujours une faible possibilité qu\'un incident se produise, conduisant à la perte de vos ethers. N\'investissez pas plus que ce que vous pouvez vous permettre de perdre, et restez toujours prudents. En cas d\'accident, nous en serons désolés mais **nous ne sommes pas responsables d\'une éventuelle perte d\'ether**.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX ne sont pas des "portefeuilles web". Vous ne créez pas un compte, vous ne déposez pas votre ether chez nous. Aucune donnée ne sort de votre ordinateur ou de votre navigateur. Nous vous facilitons la création, la sauvegarde et l\'accès à vos informations ainsi que l\'interaction avec le blockchain.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_3', 'Si vous ne sauvegardez pas votre clef privée et votre mot de passe, il n\'existe aucun moyen de regagner accès à votre portefeuille et aux fonds qu\'il détient. Sauvegardez-les en plusieurs endroits et non seulement sur votre ordinateur !'), _defineProperty(_fr$data, 'HELP_0_Title', '0) Je suis nouveau. Que puis-je faire ?'), _defineProperty(_fr$data, 'HELP_0_Desc_1', 'MyEtherWallet vous donne la possibilité de générer de nouveaux portefeuilles pour stocker votre Ether vous-même, et de ne pas les stocker sur une plateforme de change. Ce processus ne s\'exécute que sur votre ordinateur, et non sur nos serveurs. Quand vous générez un nouveau portefeuille, **il est donc de votre responsabilité de le sauvegarder de manière sécurisée.** '), _defineProperty(_fr$data, 'HELP_0_Desc_2', 'Créez un nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_3', 'Sauvegardez le portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_4', 'Vérifiez que vous avez accès à ce nouveau portefeuille et que vous avez correctement sauvegardé toutes les informations nécessaires.'), _defineProperty(_fr$data, 'HELP_0_Desc_5', 'Transférez de l\'Ether vers ce nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_1_Title', '1) Comment puis-je créer un nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_1_Desc_1', 'Accédez à la page "Génération d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_1_Desc_2', 'Accédez à la page "Ajout de portefeuille" et sélectionnez "Générer un nouveau portefeuille"'), _defineProperty(_fr$data, 'HELP_1_Desc_3', 'Entrez un mot de passe fort. Si vous pensez que vous pouvez l\'oublier, sauvegardez-le dans un endroit sûr. Vous aurez besoin de ce mot de passe pour envoyer des transactions.'), _defineProperty(_fr$data, 'HELP_1_Desc_4', 'Cliquez sur "GÉNÉRER".'), _defineProperty(_fr$data, 'HELP_1_Desc_5', 'Votre portefeuille a maintenant été généré.'), _defineProperty(_fr$data, 'HELP_2a_Title', 'Comment puis-je sauvegarder mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_2a_Desc_1', 'Vous devez toujours sauvegarder votre portefeuille en plusieurs endroits physiques, comme sur une clef USB ou une feuille de papier.'), _defineProperty(_fr$data, 'HELP_2a_Desc_2', 'Sauvegardez l\'adresse. Vous pouvez la garder pour vous-même ou la partager avec d\'autres personnes qui, de cette manière, peuvent vous envoyer de l\'Ether.'), _defineProperty(_fr$data, 'HELP_2a_Desc_3', 'Sauvegardez votre clef privée en plusieurs exemplaires. Ne la partagez avec personne. Votre clef privée est nécessaire pour accéder à votre Ether et pour l\'envoyer ! Il existe 3 types de clef privée :'), _defineProperty(_fr$data, 'HELP_2a_Desc_4', 'Placez votre adresse, les exemplaires de la clef privée et la version PDF de votre portefeuille papier dans un dossier. Sauvegardez-le sur votre ordinateur et une clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_5', 'Imprimez votre portefeuille si vous avez une imprimante. Sinon, écrivez votre clef privée et votre adresse usr une feuille de papier. Rangez-la dans un endroit sûr et différent de votre ordinateur et de la clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_6', 'Gardez à l\'esprit qu\'il faut vous préserver de la perte de la clef et du mot de passe en cas de perte de votre disque dur, de votre clef oui de la feuille de papier. Vous devez également vous prémunir contre les catastrophes pouvant toucher votre zone géographique (comme un incendie ou une inondation).'), _defineProperty(_fr$data, 'HELP_2b_Title', '2b) Comment puis-je gérer en toute sécurité un stockage hors ligne avec MyEtherWallet ?'), _defineProperty(_fr$data, 'HELP_2b_Desc_1', 'Allez sur notre référentiel Github : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_fr$data, 'HELP_2b_Desc_2', 'Cliquez sur `etherwallet-vX.X.X.X.zip` '), _defineProperty(_fr$data, 'HELP_2b_Desc_3', 'Transportez le zip sur un ordinateur hors ligne. '), _defineProperty(_fr$data, 'HELP_2b_Desc_4', 'Décompressez-le et double-cliquez sur `index.html`.'), _defineProperty(_fr$data, 'HELP_2b_Desc_5', 'Générez un portefeuille avec un mot de passe fort.'), _defineProperty(_fr$data, 'HELP_2b_Desc_6', 'Sauvegardez l\'adresse. Sauvegardez les exemplaires de la clef privée. Sauvegardez le mot de passe si vous ne voulez pas devoir vous en souvenir.'), _defineProperty(_fr$data, 'HELP_2b_Desc_7', 'Rangez ces papier et/ou ces clefs USB en des endroits physiquement distants.'), _defineProperty(_fr$data, 'HELP_2b_Desc_8', 'Allez à la page "Visualisation d\'un portefeuille" et entrez votre clef privée et votre mot de passe pour vous assurer de leur validité et pour accéder à votre portefeuille. Vérifiez que l\'adresse que vous avez écrite est la même.'), _defineProperty(_fr$data, 'HELP_3_Title', '3) Comment puis-je vérifier que j\'ai accès à mon nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_3_Desc_1', '**Avant d\'envoyer de l\'Ether à votre portefeuille**, vous devez vous assurer que vous y avez accès.'), _defineProperty(_fr$data, 'HELP_3_Desc_2', 'Naviguez vers la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_3', 'Naviguez vers la page Visualisation d\'un portefeuille" de MyEtherWallet.com.'), _defineProperty(_fr$data, 'HELP_3_Desc_4', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_3_Desc_5', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_3_Desc_6', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_7', 'Les informations sur votre portefeuille doivent apparaître. Trouvez l\'adresse de votre compte près d\'une icône circulaire et colorée. Celle-ci représente visuellement votre adresse. Assurez-vous que cette adresse est celle que vous avez sauvegardée dans votre document texte et qu\'elle se trouve sur votre portefeuille papier.'), _defineProperty(_fr$data, 'HELP_3_Desc_8', 'Si vous désirez détenir une grande quantité d\'Ether, nous recommandons de commencer par envoyer une petite somme depuis le nouveau portefeuille avant d\'y déposer une somme importante. Envoyez 0,001 Ether vers le nouveau portefeuille, accédez-y puis envoyez ces 0,001 Ether vers une autre adresse, et vérifiez que tout a fonctionné sans encombre.'), _defineProperty(_fr$data, 'HELP_4_Title', '4) Comment puis-je envoyer de l\'Ether d\'un portefeuille vers un autre ?'), _defineProperty(_fr$data, 'HELP_4_Desc_1', 'Si vous désirez transférer une grande quantité d\'Ether, vous devez d\'abord essayer d\'en envoyer un petit montant vers votre portefeuille pour vous assurer que tout fonctionne comme prévu.'), _defineProperty(_fr$data, 'HELP_4_Desc_2', 'Naviguez vers la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4_Desc_3', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_4_Desc_4', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_4_Desc_5', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_4_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_4_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4_Desc_9', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_10', 'Quelques champs supplémentaires apparaîtront. Votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_4_Desc_11', 'Cliquez sur le bouton bleu "Envoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_12', 'Une boîte de dialog apparaîtra. Vérifiez que le montant défini et l\'adresse de destination sont corrects, puis cliquez sur "Oui, je le veux ! Effectuer la transaction."'), _defineProperty(_fr$data, 'HELP_4_Desc_13', 'La transaction sera soumise et son identifiant affiché. Vous pouvez cliquer sur l\'identifiant pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_4CX_Title', '4) Comment puis-je envoyer de l\'Ether avec MyEtherWallet CX ?'), _defineProperty(_fr$data, 'HELP_4CX_Desc_1', 'D\'abord, vous devez ajouter un portefeuille. Ceci fait, deux possibilités s\'offrent à vous : la fonctionnalité "Envoi rapide" de l\'icône de l\'extension Chrome ou la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_2', 'Envoi rapide :'), _defineProperty(_fr$data, 'HELP_4CX_Desc_3', 'Cliquez sur l\'icône de l\'extension Chrome.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_4', 'Cliquez sur le bouton "Envoi rapide".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_5', 'Sélectionnez le portefeuille d\'où vous désirez envoyer les Ethers.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination :". '), _defineProperty(_fr$data, 'HELP_4CX_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_8', 'Cliquez sur "Enoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_9', 'Vérifiez que l\'adresse et le montant envoyé sont corrects.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_10', 'Entrez le mot de passe du portefeuille.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_11', 'Cliquez sur "Envoyez la transaction." '), _defineProperty(_fr$data, 'HELP_4CX_Desc_12', 'Avec la page "Envoyer des Ether et des Tokens" '), _defineProperty(_fr$data, 'HELP_5_Title', '5) Comment puis-je lancer MyEtherWallet.com hors ligne (en local) ?'), _defineProperty(_fr$data, 'HELP_5_Desc_1', 'Vous pouvez lancer MyEtherWallet.com sur votre ordinateur au lieu de passer par les serveurs GitHub. Vous pouvez générer un portefeuille en restant totalement hors ligne et envoyer des transactions depuis la page "Transaction hors ligne".'), _defineProperty(_fr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com tourne maintenant complètement sur votre ordinateur.'), _defineProperty(_fr$data, 'HELP_5_Desc_8', 'Au cas où cela ne vous est pas familier, vous devez conserver l\'intégralité du dossier pour faire tourner le site web et non uniquement `index.html`. Ne touchez à rien, ne déplacez rien dans le dossier. Si vous stockez une sauvegarde du repo MyEtherWallet pour l\'avenir, nous vous recommandons de ne stocker que le ZIP afin d\'être sûr que le contenu du dossier restera intact.'), _defineProperty(_fr$data, 'HELP_5_Desc_9', 'Comme nous améliorons constamment MyEtherWallet.com, nous vous recommandons de mettre régulièrement à jour votre version de sauvegarde.'), _defineProperty(_fr$data, 'HELP_5CX_Title', '5) Comment puis-je installer cette extension depuis le repo au lieu du Chrome Store ?'), _defineProperty(_fr$data, 'HELP_5CX_Desc_2', 'Cliquez sur `chrome-extension-vX.X.X.X.zip`'), _defineProperty(_fr$data, 'HELP_5CX_Desc_3', 'Allez dans le menu de Google Chrome (les trois points en haut à droite).'), _defineProperty(_fr$data, 'HELP_5CX_Desc_4', 'Sous l\'élément "Plus d\'outils", cliquez sur "Extensions".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_5', 'Cochez la case "Mode développeur" en haut de cette page.'), _defineProperty(_fr$data, 'HELP_5CX_Desc_6', 'Cliquez sur le bouton "Chargez l\'extension non empaquetée…".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_7', 'Naviguez vers le dossier que vous avez téléchargé et extrait auparavant. Cliquez sur "Sélectionner".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_8', 'L\'extension doit maintenant apparaître parmi vos extensions et dans la barre d\'extensions de Chrome.'), _defineProperty(_fr$data, 'HELP_7_Title', '7) Comment puis-je envoyer des tokens et ajouter des tokens spécifiques ?'), _defineProperty(_fr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) est un excellent moyen d\'explorer les tokens et d\'en trouver les informations comme le nombre de décimales.'), _defineProperty(_fr$data, 'HELP_7_Desc_1', 'Naviguez vers la page "Envoi de tokens".'), _defineProperty(_fr$data, 'HELP_7_Desc_2', 'Déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_7_Desc_3', 'Entre l\'adresse à laquelle vous désirez envoyer des tokens dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_7_Desc_4', 'Entrez le montant que vous désirez envoyer. '), _defineProperty(_fr$data, 'HELP_7_Desc_5', 'Sélectionnez le token que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_7_Desc_6', 'Si celui-ci n\'est pas listé : '), _defineProperty(_fr$data, 'HELP_7_Desc_7', 'Cliquez sur "Spécifique".'), _defineProperty(_fr$data, 'HELP_7_Desc_8', 'Entrez l\'adresse, le nom et le nombre de décimales du token. Ces informations sont fournies par les développeurs du token et sont également nécessaires quand vous utilisez la fonction "Add a Watch Token" dans Mist.'), _defineProperty(_fr$data, 'HELP_7_Desc_9', 'Cliquez sur "Sauvegarder".'), _defineProperty(_fr$data, 'HELP_7_Desc_10', 'Vous pouvez maintenant envoyer ces tokens ainsi qu\'en voir votre solde dans la zone sur le côté.'), _defineProperty(_fr$data, 'HELP_7_Desc_11', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_7_Desc_12', 'Quelques champs supplémentaires vont apparaître : votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_7_Desc_13', 'Cliquez sur le bouton bleu "Envoyer la transation".'), _defineProperty(_fr$data, 'HELP_7_Desc_14', 'Une boîte de dialog va apparaître. Vérifiez que le montant et l\'adresse de destination sont corrects puis cliquez sur le bouton "Oui, je le veux ! Effectuer la transaction." '), _defineProperty(_fr$data, 'HELP_7_Desc_15', 'La transaction est alors soumise au réseau. Son identifiant est affiché et vous pouvez cliquer dessus pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Title', '8) Que se passe-t-il si votre site est hors-ligne ?'), _defineProperty(_fr$data, 'HELP_8_Desc_1', 'MyEtherWallet n\'est pas un portefeuille web. Vous n\'avez pas de compte dessus et rien n\'est jamais stocké sur nos serveurs. Ce n\'est qu\'une interface qui vous permet d\'interagir avec le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com venait à être hors ligne, vous devrez trouver un autre moyen (comme Geth ou Ethereum Wallet / Mist) pour faire la même chose. Mais vous n\'aurez pas à "récupérer" votre Ether depuis MyEtherWallet parce qu\'il ne se trouve pas dans MyEtherWallet. Il est chez vous, dans le portefeuille que vous avez généré par notre site.'), _defineProperty(_fr$data, 'HELP_8_Desc_3', 'Vous pouvez maintenant importer facilement votre clef privée non chiffrée et vos fichiers (chiffrés) au format Geth/Mist, directement dans geth / Ethereum Wallet / Mist. Voir question #12 ci-dessous.'), _defineProperty(_fr$data, 'HELP_8_Desc_4', 'De plus, la probabilité que nous laissions tomber MyEtherWallet approche zéro. Il ne nous coûte presque rien de le maintenir comme nous n\'y stockons aucune information. Si le domaine venait à être perdu, le logiciel sera toujours disponible publiquement sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Vous pourrez y télécharger le ZIP et le faire tourner localement.'), _defineProperty(_fr$data, 'HELP_8CX_Title', '8) Que se passe-t-il si MyEtherWallet CX disparaît ?'), _defineProperty(_fr$data, 'HELP_8CX_Desc_1', 'D\'abord, toutes les données sont sauvegardées sur votre ordinateur et non sur nos serveurs. Cela peut paraître étonnant mais, quand vous regardez sur l\'extension Chrome, ce que vous voyez *ne se trouve pas* sur nos serveurs ; tout est stocké sur votre propre ordinateur. '), _defineProperty(_fr$data, 'HELP_8CX_Desc_2', 'Cela dit, il est **très important** que vous sauvegardiez toutes les données de tous les portefeuilles générés par MyEtherWallet CX. De cette manière, si quoi que ce soit arrivait à MyEtherWallet CX ou à votre ordinateur, vous conserveriez toutes les informations nécessaires pour accéder à votre Ether. Voir #2a pour la sauvegarde de vos portefeuilles.'), _defineProperty(_fr$data, 'HELP_8CX_Desc_3', 'Si, pour une raison quelconque, MyEtherWallet CX disparaissait du Chrome Store, vous pourrez en trouver le source sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) et le charger manuellement. Voir #5 ci-dessus.'), _defineProperty(_fr$data, 'HELP_9_Title', '9) La page "Envoyer des Ether et des Tokens" est-elle hors ligne ? '), _defineProperty(_fr$data, 'HELP_9_Desc_1', 'Non. Elle a besoin de l\'internet pour obtenir le prix actuel du Gas, le nonce de votre compte et pour émettre la transaction (c\'est-à-dire "envoyer des Ethers"). Cependant, elle n\'envoie que la transaction signée. Votre clef privée reste en sécurité chez vous. Nous fournissons aussi une page "Transaction hors ligne" pour vous permettre de conserver en permanence vos clefs privées sur une machine hors ligne.'), _defineProperty(_fr$data, 'HELP_10_Title', '10) Comment puis-je faire une transaction hors ligne ?'), _defineProperty(_fr$data, 'HELP_10_Desc_1', 'Allez à la page "Transaction hors ligne" avec votre ordinateur **en ligne**.'), _defineProperty(_fr$data, 'HELP_10_Desc_2', 'Entrez l\'"Adresse d\'émission". Attention, c\'est l\'adresse **à partir de laquelle** vous envoyez et non celle *vers laquelle** vous envoyez. Ceci va générer un nonce et le prix du Gas.'), _defineProperty(_fr$data, 'HELP_10_Desc_3', 'Sur votre ordinateur **hors ligne**, entrez l\'"Adresse de destination" et le "Montant" que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_10_Desc_4', 'Entrez le "Prix du Gas" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_5', 'Entrez le "Nonce" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_6', 'La "Limite en Gas" a une valeur par défaut de 21000. Ceci couvre les frais d\'une transaction standard. Si vous envoyez à un contrat ou si vous embarquez des données supplémentaires avec votre transaction vous devrez augmenter la limite de Gas. Tout Gas non consommé vous sera retourné.'), _defineProperty(_fr$data, 'HELP_10_Desc_7', 'Si vous le désirez, entrez des données. Dans ce cas, vous devrez inclure plus que la limite de 21000 par défaut. Toutes les données sont au format hexadécimal.'), _defineProperty(_fr$data, 'HELP_10_Desc_8', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_10_Desc_9', 'Cliquez sur le bouton "Générer la transaction signée".'), _defineProperty(_fr$data, 'HELP_10_Desc_10', 'Le champ de données sous ce bouton se remplit avec votre transaction signée. Copiez-la et revenez avec elle sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'HELP_10_Desc_11', 'Sur votre ordinateur en ligne, collez la transaction signée dans le champ texte et cliquez sur "Envoyez l\'Ether". Ceci émettra votre transaction. '), _defineProperty(_fr$data, 'HELP_12_Title', '12) Comment puis-je importer un portefeuille créé par MyEtherWallet dans geth, Ethereum Wallet ou Mist ?'), _defineProperty(_fr$data, 'HELP_12_Desc_1', 'Avec un fichier Geth/Mist JSON de MyEtherWallet v2+.... '), _defineProperty(_fr$data, 'HELP_12_Desc_2', 'Allez à la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_12_Desc_3', 'Déverrouillez votre portefeuille avec votre clef privée **chiffrée** ou votre fichier JSON.'), _defineProperty(_fr$data, 'HELP_12_Desc_4', 'Allez à la page "Mes portefeuilles".'), _defineProperty(_fr$data, 'HELP_12_Desc_5', 'Sélectionnez le portefeuille que vous désirez importer dans Mist, cliquez sur l\'icône "Voir", entrez votre mot de passe et accédez à votre portefeuille. '), _defineProperty(_fr$data, 'HELP_12_Desc_6', 'Allez à la section "Téléchargez le fichier JSON file - Format Geth/Mist (chiffé)". Cliquez sur le bouton "Télécharger" en dessous. Vous avez maintenant votre fichier *keystore.* '), _defineProperty(_fr$data, 'HELP_12_Desc_7', 'Ouvrez l\'application Ethereum Wallet. '), _defineProperty(_fr$data, 'HELP_12_Desc_8', 'Dans la barre de menu, allez sur "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fr$data, 'HELP_12_Desc_9', 'Ceci ouvre votre dossier de keystores. Copiez-y le fichier que vous venez de télécharger (`UTC--ANNEE-MOIS-JOUR......../`) dans ce dossier.'), _defineProperty(_fr$data, 'HELP_12_Desc_10', 'Votre compte doit apparaître immédiatement sous "Accounts." '), _defineProperty(_fr$data, 'HELP_12_Desc_11', 'Avec votre clef privée non chiffrée...'), _defineProperty(_fr$data, 'HELP_12_Desc_12', 'Si vous n\'avez pas déjà votre clef privée non chiffrée, allez à la page "Visualisation d\'un portefeuille". '), _defineProperty(_fr$data, 'HELP_12_Desc_13', 'Sélectionnez le fichier de votre portefeuille ou entrez/collez votre clef privée pour déverrouiller votre portefeuille.'), _defineProperty(_fr$data, 'HELP_12_Desc_14', 'Copiez votre clef privée (non chiffrée). '), _defineProperty(_fr$data, 'HELP_12_Desc_15', 'Si vous êtes sur un Mac : '), _defineProperty(_fr$data, 'HELP_12_Desc_15b', 'Si vous êtes sur un PC : '), _defineProperty(_fr$data, 'HELP_12_Desc_16', 'Ouvrez Text Edit et collez cette clef privée.'), _defineProperty(_fr$data, 'HELP_12_Desc_17', 'Dans la barre de menu, cliquez sur "Format" -> "Make Plain Text".'), _defineProperty(_fr$data, 'HELP_12_Desc_18', 'Sauvegardez ce fichier vers votre `Desktop/` en tant que `nothing_special_delete_me.txt`. Assurez-vous qu\'il précise "UTF-8" et "If no extension is provided use .txt" dans le dialogue de sauvegarde.'), _defineProperty(_fr$data, 'HELP_12_Desc_19', 'Ouvrez un terminal et lancez la commande suivante : `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_20', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserez dans geth / Ethereum Wallet / Mist à chaque vois que vos créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_21', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_22', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_12_Desc_23', 'Ouvrez Bloc-notes (notepad) et collez-y la clef privée '), _defineProperty(_fr$data, 'HELP_12_Desc_24', 'Sauvegardez le fichier sur `C:\\` sous le nom `nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_25', 'Lancez la commande `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_26', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserz dans geth / Ethereum Wallet / Mist à chaque foiq que vous créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_27', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_28', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_13_Title', '13) Que signifie « Fonds insuffisants. Le compte d\'où vous essayez d\'envoyer une transaction ne possède pas assez de fonds. Requis : XXXXXXXXXXXXXXXXXXX, disponible : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_fr$data, 'HELP_13_Desc_1', 'Cela signifie que vous n\'avez pas assez d\'Ether sur votre compte pour couvrir les coûts en Gas. Chaque transaction (y compris pour les tokens et les contrats) demande du Gas, et ce Gas est payé en Ether. Le nombre affiché est le montant requis pour couvrir le coût de la transaction en Wei. Prenez ce nombre, divisez-le par `10^18` (soit `1000000000000000000`) et soustrayez la somme en Ether que vous essayiez d\'envoyer (si vous tentiez d\'envoyer de l\'Ether). Cela vous donnera le montant en Ether que vous avez besoin d\'ajouter à votre compte pour effectuer cette transaction.'), _defineProperty(_fr$data, 'HELP_14_Title', '14) Certains sites initialisent la génération de clef privée par les mouvements de la sours. Ce n\'est pas le cas de MyEtherWallet.com. La génération de nombres aléatoires de MyEtherWallet est-elle sûre ?'), _defineProperty(_fr$data, 'HELP_14_Desc_1', 'Bien que l\'interception des mouvement de la souris soit jugée attractive par beaucoup, et que nous en comprenions les raisons, la réalité est que window.crypto assure plus d\'entropie que les mouvements de votre souris. L\'utilisation de ces mouvements est sûre mais nous (ainsi que de nombreux projets crypto) avons de bonnes raisons de croire en window.crypto. De plus, MyEtherWallet.com peut être utilisé sur des périphériques tactiles. Voici une [conversation entre un redditeur rageur et Vitalik Buterin à propos des mouvements de souris et window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) et voici [les spécifications w3 de window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_fr$data, 'HELP_15_Title', '15) Pourquoi le compte que je viens de créer n\'apparaît-il pas dans l\'explorateur de blockchain ? (etherchain, etherscan)'), _defineProperty(_fr$data, 'HELP_15_Desc_1', 'Les comptes n\'apparaissent dans un explorateur de blockchain qu\'après une activité, comme par exemple, un envoi ou une réception d\'Ether.'), _defineProperty(_fr$data, 'HELP_16_Title', '16) Comment puis-je vérifier le solde de mon compte ?'), _defineProperty(_fr$data, 'HELP_16_Desc_1', 'Vous pouvez utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/). Collez votre adresse dans la barre de recherche et cela récupérera votre solde et l\'historique de vos transactions. Par exemple, voici ce que montre notre [compte de donations](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) sur etherscan.io'), _defineProperty(_fr$data, 'HELP_17_Title', '17) Pourquoi mon solde n\'apparaît-il pas quand je déverrouille mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_17_Desc_1', 'C\'est probablement dû au fait que vous vous trouviez derrière un parefeu. L\'API que nous utilisons pour obtenir le solde et converir celui-ci est souvent bloquée par des parefeus pour des raisons diverses. Vous êtes toujours capable d\'envoyer des transactions mais il vous faut employer une autre méthode pour voir le solde, comme etherscan.io'), _defineProperty(_fr$data, 'HELP_18_Title', '18) Où est le fichier de mon portefeuille geth ?'), _defineProperty(_fr$data, 'HELP_19_Title', '19) Où est le fichier de mon portefeuille Mist ?'), _defineProperty(_fr$data, 'HELP_19_Desc_1', 'Les fichiers Mist se trouvent généralement aux endroits ci-dessus mais il est beaucoup plus facile d\'ouvrir Mist, de sélectionner "Accounts" dans la barre du haut, puis "Backup" et "Accounts". Cela ouvre le dossier où vos fichiers sont stockés. '), _defineProperty(_fr$data, 'HELP_20_Title', '20) Où est le fichier de mon portefeuille de *pre-sale* (pré-vente) ?'), _defineProperty(_fr$data, 'HELP_20_Desc_1', 'Là où vous l\'avez mis ;) Il vous a aussi été envoyé donc allez vérifier vos mails. Cherchez le fichier appelé `"ethereum_wallet_backup.json"` et choisissez ce fichier. Il est chiffré avec un mot de passe que vous avez créé pendant l\'achat au moment de la pré-vente.'), _defineProperty(_fr$data, 'HELP_21_Title', '21) N\'importe qui ne peut-il pas prendre une clef privée au hasard, chercher un solde et l\'envoyer à sa propre adresse ? '), _defineProperty(_fr$data, 'HELP_21_Desc_1', 'Version courte : oui, mais trouver un compte avec un solde prendrait plus longtemps que la durée de vie de l\'univers… donc… non. '), _defineProperty(_fr$data, 'HELP_21_Desc_2', 'Version longue : Ethereum est basé sur la [Cryptographie asymétrique](https://fr.wikipedia.org/wiki/Cryptographie_asymétrique), plus précisément la [cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) qui est très couramment employée, non pas uniquement dans Ethereum. La plupart des serveurs sont protégés par les ECC. Bitcoin les emploie, ainsi que SSH, TLS et bien d\'autres protocoles. Dans le cas spécifique d\'Ethereum, les clefs font 256 bits et sont plus fortes que celles en 128 et 192 bits, encore très employées et toujours considérées comme sûres par les experts.'), _defineProperty(_fr$data, 'HELP_21_Desc_3', 'Vous avez une clef privée et une clef publique. La clef privée peut servir à dériver la clef publique mais l\'inverse est pratiquement impossible. Le fait que l\'internet et le monde entier utilise ce système cryptographique signifie que, s\'il existait un moyen de dériver la clef privée de la clef publique, le risque que courrait votre Ether serait le dernier de vos soucis.'), _defineProperty(_fr$data, 'HELP_21_Desc_4', 'Cela dit, OUI : si quelqu\'un possède votre clef privée, il peut envoyer de l\'Ether depuis votre compte, de même que si une personne a le mot de passe de votre email, elle peut lire des mails ou en envoyer, ou si c\'est le mot de passe de votre compte en banque, elle peut faire des virements. Vous pouvez télécharger la versoin Keystore de votre clef privée qui est la clef privée chiffrée avec un mot de passe. Cela ressemble à avoir un mot de passe protégé par un autre mot de passe.'), _defineProperty(_fr$data, 'HELP_21_Desc_5', 'Et OUI, en théorie, on peut taper une chaîne de 64 caractères hexadécimaux jusqu\'à en trouver un qui correspond. Il est d\'ailleurs possible d\'écrire un programme qui vérifie très rapidement des clefs privée aléatoires. C\'est ce que l\'on appelle utiliser la "brute force", ou miner des clefs privées. Beaucoup de monde y a pensé très fort et très longtemps. Quelques serveurs haut de gamme peuvent vérifier plus de 1 million de clefs par seconde. Pourtant, même cette performance ne donnerait pas accès à un compte suffisamment approvisionné pour en valoir la chandelle ; il est bien plus probable que vous, vos enfant et vos petits-enfants mouriez avant d\'obtenir une correspondance.'), _defineProperty(_fr$data, 'HELP_21_Desc_6', 'Si vous connaissez un peu Bitcoin, [ceci remettra les choses en perspective :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Pour illustrer l\'improbabilité de tout ceci : supposons que chaque satoshi de chaque bitcoin qui sera jamais produit soit affecté à sa propre clef privée distincte. La probabilité que, parmi ces clefs, s\'en trouvent deux qui correspondent à la même adresse serait d\'environ 1 sur 100 quintillons.'), _defineProperty(_fr$data, 'HELP_21_Desc_7', '[Si vous voulez un argumentaire un peu plus technique :](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Ces nombres n\'ont rien à voir avec la technologie des systèmes ; ce sont les maxima autorisés par la thermodynamique. Et ils impliquent clairement qu\'une attaque par brute force contre des clefs de 256 bits restera impossible jusqu\'à ce que l\'on construise des ordinateurs avec autre chose que de la matière et qu\'ils occupent autre chose que l\'espace.'), _defineProperty(_fr$data, 'HELP_21_Desc_8', 'Cela suppose bien entendu que les clefs sont générées d\'une manière totalement aléatoire avec suffisamment d\'entropie. C\'est le cas des clefs générées ici, tout comme celles de Jaxx et de Mist/geth. Les portefeuilles Ethereum sont tous assez bons de ce point de vue. Les clefs générées par des cerveaux humains ne le sont pas, car ces derniers ne sont pas capables de partir d\'un nombre parfaitement aléatoire. Il y a eu des cas d\'autres problèmes d\'entropie insuffisante ou de nombres imparfaitement aléatoires dans le monde de Bitcoin mais il s\'agit là d\'un tout autre problème qui peut attendre un peu.'), _defineProperty(_fr$data, 'HELP_SecCX_Title', 'Sécurité - MyEtherWallet CX'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_1', 'Où cette extension enregistre-t-elle mes informations ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_2', 'Les informations stockées par cette extension sont sauvegardée via [chrome.storage](http://chrome.storage/), c\'est à dire au même endroit que vos mots de passe Chrome.'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_3', 'Quelles informations sont sauvegardées ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_4', 'L\'adresse, le surnom et la clef privée sont stockés dans chrome.storage. La clef privée est chiffrée par le mot de passe défini à l\'ajout du portefeuille. Le surnom et l\'adresse du portefeuille ne sont pas chiffrés. '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_5', 'Pourquoi le surnom et l\'adresse du portefeuille ne sont-ils pas chiffrés ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_6', 'Si nous devions chiffrer ces informations, il vous faudrait entrer un mot de passe à chaque fois que vous voudriez voir votre solde ou les surnoms. Si cela vous ennuie, nous vous recommandons d\'utiliser MyEtherWallet.com au lieu de cette extension Chrome.'), _defineProperty(_fr$data, 'HELP_Sec_Title', 'Sécurité'), _defineProperty(_fr$data, 'HELP_Sec_Desc_1', 'Si l\'une des premières questions que vous vous posez est "Pourquoi devrais-je faire confiance à ces gens ?", c\'est une bonne démarche. Nous espérons que ce qui suit va dissiper vos craintes. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_2', 'Nous avons commencé en août 2015. Si vous recherchez ["myetherwallet" sur reddit](https://www.reddit.com/search?q=myetherwallet), vous pouvez voir qu\'un nombre considérable de personnes nous utilisent sans problème. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_3', 'Nous n\'allons pas prendre votre argent ou voler vos clefs privées. Il n\'y a pas de code malveillant sur ce site. En fait, les pages sont du côté du client. Cela signifie que tout le code s\'éxécute sur **votre ordinateur** et n\'est jamais sauvegardé ou transmis où que ce soit.'), _defineProperty(_fr$data, 'HELP_Sec_Desc_4', 'Vérifiez l\'URL -- Ce site est servi par Github (et vous pouvez en voir le code source ici : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages)) vers [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_fr$data, 'HELP_Sec_Desc_5', 'Pour générer les portefeuilles, vous pouvez télécharger le [code source](https://github.com/kvhnuke/etherwallet/releases/latest). Voir #5 ci-dessus. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_6', 'Lancez un test et vérifiez le type d\'activité réseau. La manière la plus simple consiste en un clic droit sur la page, puis "Inspecter". Allez à l\'onglet "Network". Générez un portefeuille de test. Vous verrez qu\'il n\'y a pas d\'activité réseau. Vous pourrez voir quelque chose se produire ressemblant à data:image/gif et data:image/png. Ce sont les QR codes en cours de génération... sur votre ordinateur. Aucun octet n\'a été transféré. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_8', 'Si cet outil ne vous plaît pas, alors ne l\'utilisez surtout pas. Nous l\'avons créé pour qu\'il aide les gens à générer des portefeuilles et à effectuer des transactions sans avoir besoin de plonger dans des lignes de commandes, ni faire tourner un nœud complet. À nouveau, n\'hésitez pas à nous faire part de vos doutes et nous répondrons aussi rapidement que possible. Merci ! '), _defineProperty(_fr$data, 'HELP_FAQ_Title', 'Plus de réponses utiles aux questions fréquentes '), _defineProperty(_fr$data, 'HELP_Contact_Title', 'Moyens de nous contacter'), _fr$data); +}, _defineProperty(_fr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_fr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_fr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_fr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_fr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_fr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_fr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_fr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_fr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_fr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_fr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_fr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_fr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_fr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_fr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_fr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_fr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_fr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_fr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_fr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_fr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_fr$data, 'x_CancelReplaceTx', 'Annuler ou remplacer la transaction'), _defineProperty(_fr$data, 'x_CancelTx', 'Annuler la transaction'), _defineProperty(_fr$data, 'x_PasswordDesc', 'Ce mot de passe va crypter votre clé privée. Ce n\'est pas une graine pour générer votre portefeuille. **Vous aurez besoin de ce mot de passe et de votre clé privée pour déverouiller votre portefeuille.**'), _defineProperty(_fr$data, 'x_ReadMore', 'En savoir plus'), _defineProperty(_fr$data, 'x_ReplaceTx', 'Remplacer la transaction'), _defineProperty(_fr$data, 'x_TransHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'x_TXFee', 'Frais de transaction'), _defineProperty(_fr$data, 'x_TxHash', 'Empreinte (_hash_) de transaction'), _defineProperty(_fr$data, 'NAV_CheckTxStatus', 'Vérifier le statut de la transaction'), _defineProperty(_fr$data, 'NAV_TxStatus', 'Statut de la transaction'), _defineProperty(_fr$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_fr$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs les transactions peuvent rester en attente durant des heures, voire des jours. Cet outil cherche à vous donner la possibilité de trouver et d\'annuler / remplacer ces transactions. **Ce n\'est pas quelque chose de normalement faisable et vous ne devriez pas vous y fier. Cela ne marchera que lorsque les files d\'attente de transactions seront pleines. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_fr$data, 'tx_notFound', 'Transaction non trouvée'), _defineProperty(_fr$data, 'tx_notFound_1', 'Cette transaction est introuvable dans la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier le statut de la transaction". '), _defineProperty(_fr$data, 'tx_notFound_3', 'La transaction pourrait toujours être en instance sur un autre nœud, en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)`, `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) puis revérifiez.'), _defineProperty(_fr$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_fr$data, 'tx_foundInPending_1', 'Cette transaction a été retrouvée sur la file d\'attente du nœud auquel vous êtes connecté.'), _defineProperty(_fr$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente d\'être minée.'), _defineProperty(_fr$data, 'tx_foundInPending_3', 'Il est probable que vous puissiez annuler ou remplacer cette transaction. Déverouillez ci-dessous votre portefeuille.'), _defineProperty(_fr$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_fr$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_fr$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. À la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "OUT OF GAS", vous devriez doubler la limite de Gas que vous aviez spécifiée.'), _defineProperty(_fr$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de plateforme de change, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, un examen de votre situation.'), _defineProperty(_fr$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_fr$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_fr$data, 'GEN_Help_3', 'Votre périphérique *est* votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_fr$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_fr$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_fr$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez avec personne · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_fr$data, 'GEN_Help_8', 'Pas de téléchargement ?'), _defineProperty(_fr$data, 'GEN_Help_9', 'Essayez Google Chrome'), _defineProperty(_fr$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_fr$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_fr$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres clients.) '), _defineProperty(_fr$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore'), _defineProperty(_fr$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_fr$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_fr$data, 'GEN_Help_16', 'Quels sont ces différents formats ?'), _defineProperty(_fr$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça ?'), _defineProperty(_fr$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_fr$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_fr$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_fr$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_fr$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_fr$data, 'GAS_PRICE_Desc', 'Le prix du Gas est le montant que vous payez par unité de Gas. `frais de transaction = prix du GAS x GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Prix de GAS plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `21 GWEI`.'), _defineProperty(_fr$data, 'GAS_LIMIT_Desc', 'Le GAS limite est le montant de GAS à envoyer avec votre transaction. `frais de transaction = prix du GAS * GAS limite` est payé aux mineurs pour inclure votre transaction dans un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH : `21000`. Envoyer des Tokens : ~`200000`.'), _defineProperty(_fr$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_fr$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `GAS limite` * le `prix du GAS`. [Vous pouvez convertir GWEI -> ETH ici.](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_fr$data, 'NAV_AddWallet', 'Ajouter un portefeuille '), _defineProperty(_fr$data, 'NAV_BulkGenerate', 'Générer des portefeuilles par lots '), _defineProperty(_fr$data, 'NAV_Contact', 'Contact '), _defineProperty(_fr$data, 'NAV_Contracts', 'Contrats '), _defineProperty(_fr$data, 'NAV_DeployContract', 'Déployer un contrat '), _defineProperty(_fr$data, 'NAV_ENS', 'ENS'), _defineProperty(_fr$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_fr$data, 'NAV_GenerateWallet', 'Générer un portefeuille '), _defineProperty(_fr$data, 'NAV_Help', 'Aide '), _defineProperty(_fr$data, 'NAV_InteractContract', 'Interagir avec un contrat '), _defineProperty(_fr$data, 'NAV_Multisig', 'Multisign.'), _defineProperty(_fr$data, 'NAV_MyWallets', 'Mes portefeuilles '), _defineProperty(_fr$data, 'NAV_Offline', 'Envoi hors-ligne '), _defineProperty(_fr$data, 'NAV_SendEther', 'Envoyer des Ether et des Tokens '), _defineProperty(_fr$data, 'NAV_SendTokens', 'Envoyer des Tokens '), _defineProperty(_fr$data, 'NAV_SignMsg', 'Signer un message '), _defineProperty(_fr$data, 'NAV_Swap', 'Échanger '), _defineProperty(_fr$data, 'NAV_ViewWallet', 'Visualiser un portefeuille '), _defineProperty(_fr$data, 'NAV_YourWallets', 'Vos portefeuilles '), _defineProperty(_fr$data, 'x_Access', 'Accès '), _defineProperty(_fr$data, 'x_AddessDesc', 'Aussi appelée `adresse` ou `clé publique`. C\'est ce que vous donnez aux gens pour qu\'ils puissent vous envoyer des Ether ou des Tokens. Remarquez l\'icône colorée. Cette icône doit être identique quand vous entrez votre adresse quelque part.'), _defineProperty(_fr$data, 'x_Address', 'Votre adresse '), _defineProperty(_fr$data, 'x_Cancel', 'Annuler '), _defineProperty(_fr$data, 'x_CSV', 'Fichier CSV (non-chiffré) '), _defineProperty(_fr$data, 'x_Download', 'Télécharger '), _defineProperty(_fr$data, 'x_Json', 'Fichier JSON (non-chiffré) '), _defineProperty(_fr$data, 'x_JsonDesc', 'C\'est la version non-chiffrée au format JSON de votre clé privée. Cela signifie que vous n\'avez pas besoin de votre mot de passe pour l\'utiliser mais que toute personne qui trouve ce JSON peut accéder à votre portefeuille et vos Ether sans mot de passe. '), _defineProperty(_fr$data, 'x_Keystore', 'Fichier Keystore (UTC / JSON · Recommandé · Chiffré) '), _defineProperty(_fr$data, 'x_Keystore2', 'Fichier Keystore (UTC / JSON) '), _defineProperty(_fr$data, 'x_KeystoreDesc', 'Ce fichier Keystore utilise le même format que Mist, vous pouvez donc facilement l\'importer plus tard dans ce client. C\'est le fichier que nous vous recommandons de télécharger et de garder en sécurité. '), _defineProperty(_fr$data, 'x_Ledger', 'Ledger (Portefeuille matériel)'), _defineProperty(_fr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_fr$data, 'x_Mnemonic', 'Phrase mnémonique '), _defineProperty(_fr$data, 'x_ParityPhrase', 'Phrase Parity '), _defineProperty(_fr$data, 'x_Password', 'Mot de passe '), _defineProperty(_fr$data, 'x_Print', 'Imprimer un portefeuille papier '), _defineProperty(_fr$data, 'x_PrintDesc', 'Astuce : Cliquez sur Imprimer et sauvegardez le portefeuille papier en PDF, même si vous n\'avez pas d\'imprimante !'), _defineProperty(_fr$data, 'x_PrintShort', 'Imprimer '), _defineProperty(_fr$data, 'x_PrivKey', 'Clé privée (non-chiffrée) '), _defineProperty(_fr$data, 'x_PrivKey2', 'Clé privée '), _defineProperty(_fr$data, 'x_PrivKeyDesc', 'C\'est la version textuelle non-chiffrée de votre clé privée, ce qui signifie qu\'aucun mot de passe n\'est nécessaire pour l\'utiliser. Si quelqu\'un venait à découvrir cette clé privée, il pourrrait accéder à votre portefeuille sans mot de passe. Pour cette raison, la version chiffrée de votre clé privée est recommandée. '), _defineProperty(_fr$data, 'x_Save', 'Sauvegarder '), _defineProperty(_fr$data, 'x_TXT', 'Fichier TXT (non-chiffré) '), _defineProperty(_fr$data, 'x_Wallet', 'Portefeuille '), _defineProperty(_fr$data, 'MEW_Warning_1', 'Vérifiez toujours l\'URL avant d\'accéder à votre portefeuille ou d\'en générer un nouveau. Attentions aux sites de phishing !'), _defineProperty(_fr$data, 'CX_Warning_1', 'Assurez vous d\'avoir une **sauvegarde externe** de tout portefeuille que vous gérez ici. De nombreux événements peuvent vous faire perdre les données de cette extension Chrome, y compris la dédinstallation et la réinstallation de l\'extension. Cette extension est une manière d\'accéder facilement à vos portefeuilles, **pas** une façon de les sauvegarder. '), _defineProperty(_fr$data, 'MEW_Tagline', 'Portefeuille d\'Ether Open Source, écrit en JavaScript'), _defineProperty(_fr$data, 'CX_Tagline', 'Extension Chrome de portefeuille d\'Ether Open Source JavaScript'), _defineProperty(_fr$data, 'FOOTER_1', 'Un outil open source, écrit en Javascript, qui permet de générer des portefeuilles Ethereum et d\'envoyer des transactions. '), _defineProperty(_fr$data, 'FOOTER_1b', 'Créé par '), _defineProperty(_fr$data, 'FOOTER_2', 'Les donations sont extrêmement appréciées : '), _defineProperty(_fr$data, 'FOOTER_3', 'Génération de portefeuille par '), _defineProperty(_fr$data, 'FOOTER_4', 'Avertissement '), _defineProperty(_fr$data, 'sidebar_AccountInfo', 'Informations du compte '), _defineProperty(_fr$data, 'sidebar_AccountAddr', 'Adresse du compte '), _defineProperty(_fr$data, 'sidebar_AccountBal', 'Solde du compte '), _defineProperty(_fr$data, 'sidebar_TokenBal', 'Solde en tokens '), _defineProperty(_fr$data, 'sidebar_Equiv', 'Valeur correspondante '), _defineProperty(_fr$data, 'sidebar_TransHistory', 'Historique des transactions '), _defineProperty(_fr$data, 'sidebar_donation', 'MyEtherWallet est un service gratuit et open source respectueux de votre vie privée et de votre sécurité. Plus nous recevons de donations, plus nous dédions de temps à développer de nouvelles fonctionnalités, à écouter vos retours et à vous fournir ce dont vous avez besoin. Nous ne sommes que deux personnes qui essayent de changer le monde. Aidez-nous !'), _defineProperty(_fr$data, 'sidebar_donate', 'Faire une donation '), _defineProperty(_fr$data, 'sidebar_thanks', 'MERCI !!! '), _defineProperty(_fr$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_fr$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_fr$data, 'decrypt_Access', 'Comment voulez-vous accéder à votre portefeuille ? '), _defineProperty(_fr$data, 'decrypt_Title', 'Choisissez le format de votre clé privée '), _defineProperty(_fr$data, 'decrypt_Select', 'Choisissez un portefeuille : '), _defineProperty(_fr$data, 'ADD_Label_1', 'Que voulez-vous faire ?'), _defineProperty(_fr$data, 'ADD_Radio_1', 'Générer un nouveau portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2', 'Choisissez le fichier de votre portefeuille (Keystore / JSON)'), _defineProperty(_fr$data, 'ADD_Radio_2_alt', 'Choisissez le fichier du portefeuille'), _defineProperty(_fr$data, 'ADD_Radio_2_short', 'CHOISISSEZ LE FICHIER DU PORTEFEUILLE...'), _defineProperty(_fr$data, 'ADD_Radio_3', 'Collez/saisissez votre clé privée'), _defineProperty(_fr$data, 'ADD_Radio_4', 'Ajoutez un compte'), _defineProperty(_fr$data, 'ADD_Radio_5', 'Collez/entrez votre phrase mnémonique'), _defineProperty(_fr$data, 'ADD_Radio_5_Path', 'Selectionnez le checmin d\'accès'), _defineProperty(_fr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_fr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_fr$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_fr$data, 'ADD_Label_2', 'Nommez votre compte : '), _defineProperty(_fr$data, 'ADD_Label_3', 'Votre fichier est chiffré, merci de saisir le mot de passe '), _defineProperty(_fr$data, 'ADD_Label_4', 'Ajouter un compte au répertoire'), _defineProperty(_fr$data, 'ADD_Warning_1', 'Vous pouvez ajouter n\'importe quel compte pour l\'afficher dans l\'onglet "portefeuilles" sans uploader une clé privée. Cela ne veut **pas** dire que vous aurez accès à ce portefeuille, ni que vous pouvez transférer des Ether depuis ce portefeuille. '), _defineProperty(_fr$data, 'ADD_Label_5', 'Entrez l\'adresse'), _defineProperty(_fr$data, 'ADD_Label_6', 'Déverrouillez votre portefeuille'), _defineProperty(_fr$data, 'ADD_Label_6_short', 'Déverrouillez'), _defineProperty(_fr$data, 'ADD_Label_7', 'Ajouter un compte'), _defineProperty(_fr$data, 'ADD_Label_8', 'Mot de passe (optionnel) :'), _defineProperty(_fr$data, 'GEN_desc', 'Si vous voulez générer plusieurs portefeuilles, vous pourrez le faire ici'), _defineProperty(_fr$data, 'GEN_Label_1', 'Entrez un mot de passe fort (d\'au moins 9 caractères)'), _defineProperty(_fr$data, 'GEN_Placeholder_1', 'N\'oubliez PAS de sauvegarder ceci !'), _defineProperty(_fr$data, 'GEN_SuccessMsg', 'Succès ! Votre portefeuille a été généré.'), _defineProperty(_fr$data, 'GEN_Label_2', 'Sauvegardez votre fichier Keystore ou votre clé privée. N\'oubliez pas votre mot de passe.'), _defineProperty(_fr$data, 'GEN_Label_3', 'Sauvegarder votre portefeuille.'), _defineProperty(_fr$data, 'GEN_Label_4', 'Optionnel: Imprimez votre portefeuille papier ou conserver une version en QR-code.'), _defineProperty(_fr$data, 'BULK_Label_1', 'Nombre de portefeuilles à générer'), _defineProperty(_fr$data, 'BULK_Label_2', 'Générer les portefeuilles'), _defineProperty(_fr$data, 'BULK_SuccessMsg', 'Succès ! Vos portefeuilles ont été générés.'), _defineProperty(_fr$data, 'SEND_addr', 'Adresse de destination'), _defineProperty(_fr$data, 'SEND_amount', 'Montant à envoyer'), _defineProperty(_fr$data, 'SEND_amount_short', 'Montant'), _defineProperty(_fr$data, 'SEND_custom', 'Token personnalisé'), _defineProperty(_fr$data, 'SEND_gas', 'GAS'), _defineProperty(_fr$data, 'SEND_TransferTotal', 'Envoyer tout'), _defineProperty(_fr$data, 'SEND_generate', 'Générer la transaction'), _defineProperty(_fr$data, 'SEND_raw', 'Transaction brute'), _defineProperty(_fr$data, 'SEND_signed', 'Transaction signée'), _defineProperty(_fr$data, 'SEND_trans', 'Envoyer la transaction'), _defineProperty(_fr$data, 'SENDModal_Title', 'Attention !'), _defineProperty(_fr$data, 'SENDModal_Content_1', 'Vous êtes sur le point d\'envoyer'), _defineProperty(_fr$data, 'SENDModal_Content_2', 'à l\'adresse'), _defineProperty(_fr$data, 'SENDModal_Content_3', 'Voulez-vous vraiment le faire ?'), _defineProperty(_fr$data, 'SENDModal_Content_4', 'NOTE : Si vous renontrez une erreur, il est très probable que vous deviez ajouter des Ether à votre compte pour couvrir les coûts (en GAS) d\'envoi des Tokens. Le GAS est payé en Ether.'), _defineProperty(_fr$data, 'SENDModal_No', 'Non, je veux sortir d\'ici !'), _defineProperty(_fr$data, 'SENDModal_Yes', 'Oui, je le veux ! Effectuer la transaction.'), _defineProperty(_fr$data, 'TOKEN_Addr', 'Adresse'), _defineProperty(_fr$data, 'TOKEN_Symbol', 'Symbole du Token'), _defineProperty(_fr$data, 'TOKEN_Dec', 'Décimales'), _defineProperty(_fr$data, 'TOKEN_show', 'Montrer tous les Tokens'), _defineProperty(_fr$data, 'TOKEN_hide', 'Cacher les Tokens'), _defineProperty(_fr$data, 'TRANS_desc', 'Si vous voulez envoyer des Tokens, allez plutôt à la page "Envoi de Tokens".'), _defineProperty(_fr$data, 'TRANS_warning', 'L\'emploi des fonctions "ETH seulement" et "ETC seulement" vous fait passer par un contrat. Certains services ont des problèmes avec ces transactions. En savoir plus.'), _defineProperty(_fr$data, 'TRANS_advanced', '+ Avancé : Ajouter des données'), _defineProperty(_fr$data, 'TRANS_data', 'Données'), _defineProperty(_fr$data, 'TRANS_sendInfo', 'Une transaction standard utilisant 21000 GAS coûtera 0,000441 ETH. Le prix du GAS, de 0.000000021 ETH, que nous avons choisi est légèrement supérieur au minimum assurant une confirmation rapide. Nous ne prenons pas de frais de transaction.'), _defineProperty(_fr$data, 'TRANS_gas', 'GAS limite'), _defineProperty(_fr$data, 'TRANSModal_Title', 'Transactions "ETH seulement" et "ETC seulement"'), _defineProperty(_fr$data, 'TRANSModal_Content_0', 'Note sur les transactions et services divers :'), _defineProperty(_fr$data, 'TRANSModal_Content_1', '**ETH (Transaction standard) :** Génère une transaction standard depuis une adresse directement vers une autre. Son GAS par défaut est de 21000. Il est probable que toute transaction d\'ETH envoyée de cette manière sera réexécutée sur la chaîne ETC.'), _defineProperty(_fr$data, 'TRANSModal_Content_2', '**ETH seulement :** Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETH**.'), _defineProperty(_fr$data, 'TRANSModal_Content_3', '**ETC seulement : **Envoi à travers le [contrat anti-réexécution de Timon Rapp (recommandé par VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) afin de n\'envoyer que sur la chaîne **ETC**.'), _defineProperty(_fr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift :** N\'envoyer que par transaction standard. Si vous utilisez les contrats d\'envoi sur une seule chaîne, vous devrez contacter leur équipe de support pour ajouter manuellement la somme à votre solde ou pour vous rembourser. [Vous pouvez aussi essayer l\'outil "split" de Shapeshift.](https://split.shapeshift.io/)'), _defineProperty(_fr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex :** Pas de problème connu. Utilisez ce que vous voulez.'), _defineProperty(_fr$data, 'TRANSModal_Yes', 'Génial, j\'ai compris !'), _defineProperty(_fr$data, 'TRANSModal_No', 'Aïe ! Je comprends de moins en moins. Aidez-moi !'), _defineProperty(_fr$data, 'OFFLINE_Title', 'Générer et envoyer une transaction hors ligne'), _defineProperty(_fr$data, 'OFFLINE_Desc', 'La génération d\'une transaction hors ligne s\'effectue en trois étapes. Les étapes 1 et 3 sont réalisées sur un ordinateur en ligne et l\'étape 2 sur un ordinateur déconnecté du réseau. Cela permet d\'isoler totalement vos clefs privées de toute machine connectée à Internet.'), _defineProperty(_fr$data, 'OFFLLINE_Step1_Title', 'Étape 1 : Génération de l\'information (ordinateur en ligne) '), _defineProperty(_fr$data, 'OFFLINE_Step1_Button', 'Générer l\'information'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_1', 'Addresse d\'émission'), _defineProperty(_fr$data, 'OFFLINE_Step1_Label_2', 'Note : Il s\'agit de l\'adresse de départ, pas de l\'adresse d\'arrivée. Le nonce est généré à partir du compte de l\'expéditeur. Si on utilise une machine déconnectée du réseau, cette adresse est celle du compte en _Cold Storage_.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Title', 'Étape 2 : Génération de la transaction (ordinateur hors ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_1', 'Adresse de destination'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_2', 'Valeur / montant à envoyer'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3', 'Prix du GAS'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_3b', 'Ce montant était affiché à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4', 'GAS limite'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_4b', '21000 est la limite par défaut. En cas d\'envoi vers des contrats ou avec des données supplémentaires, cette valeur peut être différente. Tout GAS non consommé vous sera renvoyé.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5', 'Nonce'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_5b', 'Cette valeur a été affichée à l\'étape 1 sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6', 'Données'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_6b', 'Cette zone est optionnelle. Les données sont souvent ajoutées lors de transactions vers des contrats.'), _defineProperty(_fr$data, 'OFFLINE_Step2_Label_7', 'Entrez ou sélectionnez votre clef privée / fichier JSON.'), _defineProperty(_fr$data, 'OFFLINE_Step3_Title', 'Étape 3 : Envoyer / publier la transaction (ordinateur en ligne)'), _defineProperty(_fr$data, 'OFFLINE_Step3_Label_1', 'Copier ici la transaction signée à l\'étape 2 et cliquez sur le bouton "ENVOYER LA TRANSACTION".'), _defineProperty(_fr$data, 'MSG_message', 'Message'), _defineProperty(_fr$data, 'MSG_date', 'Date'), _defineProperty(_fr$data, 'MSG_signature', 'Signature'), _defineProperty(_fr$data, 'MSG_verify', 'Verifier le message'), _defineProperty(_fr$data, 'MSG_info1', 'Inclure la date courante afin que la signature ne puisse pas être réutilisée à un autre moment.'), _defineProperty(_fr$data, 'MSG_info2', 'Inclure votre surnom et là où vous l\'utilisez afin que personne d\'autre ne puisse l\'utiliser.'), _defineProperty(_fr$data, 'MSG_info3', 'Inclure une raison spécifique pour le message afin qu\'il ne puisse pas être réutilisé dans un contexte différent.'), _defineProperty(_fr$data, 'MYWAL_Nick', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Address', 'Adresse du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Bal', 'Solde'), _defineProperty(_fr$data, 'MYWAL_Edit', 'Modifier'), _defineProperty(_fr$data, 'MYWAL_View', 'Voir'), _defineProperty(_fr$data, 'MYWAL_Remove', 'Supprimer'), _defineProperty(_fr$data, 'MYWAL_RemoveWal', 'Supprimer le portefeuille :'), _defineProperty(_fr$data, 'MYWAL_WatchOnly', 'Vos comptes en affichage uniquement'), _defineProperty(_fr$data, 'MYWAL_Viewing', 'Affichage des portefeuilles'), _defineProperty(_fr$data, 'MYWAL_Hide', 'Cacher les informations sur le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Edit_2', 'Modifier le portefeuille'), _defineProperty(_fr$data, 'MYWAL_Name', 'Nom du portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_1', 'Attention ! Vous êtes sur le point de supprimer votre portefeuille'), _defineProperty(_fr$data, 'MYWAL_Content_2', 'Assurez-vous d\'avoir bien **sauvegardé la clé privée / fichier JSON et le mot de passe** associé à ce portefeuille avant de le supprimer.'), _defineProperty(_fr$data, 'MYWAL_Content_3', 'Si vous voulez utiliser ce portefeuille avec MyEtherWallet CX à l\'avenir, vous devrez le rajouter manuellement en utilisant la clé privée / fichier JSON et le mot de passe.'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier. Vous devrez le faire pour [importer votre compte dans Geth / Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Si vous voulez seulement consulter votre solde, nous recommandons d\'utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/).'), _defineProperty(_fr$data, 'VIEWWALLET_Subtitle_Short', 'Ceci vous permet de télécharger plusieurs versions des clefs privées et d\'imprimer votre portefeuille papier.'), _defineProperty(_fr$data, 'VIEWWALLET_SuccessMsg', 'Réussi ! Voici les détails de votre portefeuille :'), _defineProperty(_fr$data, 'VIEWWALLET_ShowPrivKey', '(montrer)'), _defineProperty(_fr$data, 'VIEWWALLET_HidePrivKey', '(cacher)'), _defineProperty(_fr$data, 'MNEM_1', 'Sélectionnez l\'adresse avec laquelle vous désirez interagir.'), _defineProperty(_fr$data, 'MNEM_2', 'Votre phrase mnémonique HD unique peut accéder à un certain nombre de portefeuilles/adresses. Sélectionnez l\'adresse avec laquelle vous désirez interagir actuellement.'), _defineProperty(_fr$data, 'MNEM_more', 'Plus d\'adresses'), _defineProperty(_fr$data, 'MNEM_prev', 'Adresses précédentes'), _defineProperty(_fr$data, 'ADD_Ledger_1', 'Connectez votre portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_2', 'Ouvrez l\'application Ethereum (ou une application de contrat)'), _defineProperty(_fr$data, 'ADD_Ledger_2_Exp', 'Ouvrez l\'application Expanse (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_2_Ubq', 'Ouvrez l\'application Ubiq (ou une application de contrat) '), _defineProperty(_fr$data, 'ADD_Ledger_3', 'Vérifiez que l\'option Browser Support est activée dans Settings'), _defineProperty(_fr$data, 'ADD_Ledger_scan', 'Se connecter au portefeuille Ledger'), _defineProperty(_fr$data, 'ADD_Ledger_4', 'Si l\'option Browser Support n\'est pas présente dans Settings, vérifiez que vous avez le [Firmware 1.2 ou plus récent](https://www.ledgerwallet.com/apps/manager).'), _defineProperty(_fr$data, 'ADD_Ledger_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_Ledger_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_MetaMask', 'Connexion à MetaMask'), _defineProperty(_fr$data, 'x_Trezor', 'TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_scan', 'Connexion à TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'ADD_Trezor_select', 'Ceci est une graine (_seed_) TREZOR'), _defineProperty(_fr$data, 'x_DigitalBitbox', 'Digital Bitbox'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0a', 'Rouvrir MyEtherWallet sur une connexion sécurisée (SSL)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_0b', 'Rouvrir MyEtherWallet avec [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/)'), _defineProperty(_fr$data, 'ADD_DigitalBitbox_scan', 'Se connecter au Digital Bitbox'), _defineProperty(_fr$data, 'CX_error_1', 'Vous n\'avez pas de portefeuille sauvegardé. Cliquez sur ["Ajout de portefeuilles"](/cx-wallet.html#add-wallet) pour en ajouter un !'), _defineProperty(_fr$data, 'CX_quicksend', 'Envoyer'), _defineProperty(_fr$data, 'NODE_Title', 'Ajouter votre nœud personnalisé'), _defineProperty(_fr$data, 'NODE_Subtitle', 'Connexion à un nœud local…'), _defineProperty(_fr$data, 'NODE_Warning', 'Votre nœud doit être en HTTPS pour vous y connecter via MyEtherWallet.com. Vous pouvez [télécharger MyEtherWallet et le lancer localement](https://github.com/kvhnuke/etherwallet/releases/latest) pour vous connecter à un nœud quelconque, ou obtenir un certificat SSL gratuit via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_fr$data, 'NODE_Name', 'Nom du nœud'), _defineProperty(_fr$data, 'NODE_Port', 'Port du nœud'), _defineProperty(_fr$data, 'NODE_CTA', 'Sauvegarder et utiliser le nœud personnalisé'), _defineProperty(_fr$data, 'CONTRACT_Title', 'Adresse du contrat'), _defineProperty(_fr$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant'), _defineProperty(_fr$data, 'CONTRACT_Json', 'Interface ABI / JSON'), _defineProperty(_fr$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat'), _defineProperty(_fr$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction'), _defineProperty(_fr$data, 'CONTRACT_ByteCode', 'Bytecode'), _defineProperty(_fr$data, 'CONTRACT_Read', 'LIRE'), _defineProperty(_fr$data, 'CONTRACT_Write', 'ÉCRIRE'), _defineProperty(_fr$data, 'DEP_generate', 'Générer le bytecode'), _defineProperty(_fr$data, 'DEP_generated', 'Bytecode généré'), _defineProperty(_fr$data, 'DEP_signtx', 'Signer la transaction'), _defineProperty(_fr$data, 'DEP_interface', 'Interface générée'), _defineProperty(_fr$data, 'SWAP_rates', "Taux actuels"), _defineProperty(_fr$data, 'SWAP_init_1', "Je veux échanger"), _defineProperty(_fr$data, 'SWAP_init_2', " contre"), _defineProperty(_fr$data, 'SWAP_init_CTA', "Allons-y !"), _defineProperty(_fr$data, 'SWAP_information', "Vos informations "), _defineProperty(_fr$data, 'SWAP_send_amt', "Montant à envoyer "), _defineProperty(_fr$data, 'SWAP_rec_amt', "Montant à recevoir "), _defineProperty(_fr$data, 'SWAP_your_rate', "Votre taux "), _defineProperty(_fr$data, 'SWAP_rec_add', "Votre adresse de réception "), _defineProperty(_fr$data, 'SWAP_start_CTA', "Commencer l\'échange "), _defineProperty(_fr$data, 'SWAP_ref_num', "Votre numéro de référence "), _defineProperty(_fr$data, 'SWAP_time', "Temps restant pour l\'envoi "), _defineProperty(_fr$data, 'SWAP_elapsed', "Temps passé depuis l\'envoi "), _defineProperty(_fr$data, 'SWAP_progress_1', "Ordre déclenché "), _defineProperty(_fr$data, 'SWAP_progress_2', "En attente de vos "), _defineProperty(_fr$data, 'SWAP_progress_3', "reçu !"), _defineProperty(_fr$data, 'SWAP_progress_4', "Envoi de vos {{orderResult.output.currency}}"), _defineProperty(_fr$data, 'SWAP_progress_5', "Ordre exécuté"), _defineProperty(_fr$data, 'SWAP_order_CTA', "Envoyer "), _defineProperty(_fr$data, 'SWAP_unlock', "Déverrouillez votre portefeuille pour envoyer des ETH ou des tokens directement depuis cette page."), _defineProperty(_fr$data, 'ERROR_0', '(error_01) Please enter a valid amount. Veuillez entrer un montant valide. '), _defineProperty(_fr$data, 'ERROR_1', '(error_02) Your password must be at least 9 characters. Please ensure it is a strong password. Votre mot de passe doit être composé d\'au moins 9 caractères. Assurez-vous qu\'il s\'agisse d\'un mot de passe fort.'), _defineProperty(_fr$data, 'ERROR_2', '(error_03) Sorry! We don\'t recognize this type of wallet file. Désolé ! Notre service ne permet pas de gérer ce type de fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_3', '(error_04) This is not a valid wallet file. Ceci n\'est pas un fichier de portefeuille. '), _defineProperty(_fr$data, 'ERROR_4', '(error_05) This unit doesn\'t exists, please use the one of the following units Cette unité n\'existe pas, merci d\'utiliser une des unités suivantes '), _defineProperty(_fr$data, 'ERROR_5', '(error_06) Please enter a valid address. Veuillez entrer une adresse valide. '), _defineProperty(_fr$data, 'ERROR_6', '(error_07) Please enter a valid password. Veuillez entrer un mot de passe valide. '), _defineProperty(_fr$data, 'ERROR_7', '(error_08) Please enter valid decimals (Must be an integer. Try 0-18.) Veuillez entrer un montant valide. (Must be integer. Try 0-18.) '), _defineProperty(_fr$data, 'ERROR_8', '(error_09) Please enter a valid gas limit (Must be an integer. Try 21000-4000000.) Veuillez entrer une limite de Gas valide. (Must be integer. Try 21000-4000000.) '), _defineProperty(_fr$data, 'ERROR_9', '(error_10) Please enter a valid data value (Must be hex.) Veuillez entrer des donnnées valides (en héxadécimal).'), _defineProperty(_fr$data, 'ERROR_10', '(error_11) Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.) Veuillez entrer un montant de Gas valide (une valeur entière. Essayez 20 Gwei, soit 20000000000 wei).'), _defineProperty(_fr$data, 'ERROR_11', '(error_12) Please enter a valid nonce (Must be an integer.) Veuillez entrer un nonce valide (nombre entier).'), _defineProperty(_fr$data, 'ERROR_12', '(error_13) Invalid signed transaction. Transaction signée invalide.'), _defineProperty(_fr$data, 'ERROR_13', '(error_14) A wallet with this nickname already exists. Un portefeuille portant ce nom existe déjà.'), _defineProperty(_fr$data, 'ERROR_14', '(error_15) Wallet not found. Portefeuille non trouvé.'), _defineProperty(_fr$data, 'ERROR_15', '(error_16) Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. Il semblerait qu\'aucune proposition n\'existe avec cet identifiant ou qu\'il y a eu une erreur lors de la consultation de cette proposition.'), _defineProperty(_fr$data, 'ERROR_16', '(error_17) A wallet with this address already exists in storage. Please check your wallets page. Un portefeuille avec cette adresse existe déja. Merci de consulter la liste de vos portefeuilles.'), _defineProperty(_fr$data, 'ERROR_17', '(error_18) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html) Fonds insuffisants. Le compte duquel vous essayez d\'envoyer la transaction ne possède pas assez de fonds. Il vous faut au moins 0,01 ether sur votre compte pour couvrir les frais de Gas. Ajoutez des ethers et réessayez.'), _defineProperty(_fr$data, 'ERROR_18', '(error_19) All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended. Tout le Gas serait consommé lors de cette transaction. Cela signifie que vous avez déjà voté pour cette proposition ou que la période du débat est terminée.'), _defineProperty(_fr$data, 'ERROR_19', '(error_20) Please enter a valid symbol Veuillez entrer un symbole valide.'), _defineProperty(_fr$data, 'ERROR_20', '(error_21) Not a valid ERC-20 token n\'est pas un token ERC-20 valide. Si d\'autres tokens sont en train de se charger, enlevez celui-ci et réessayez.'), _defineProperty(_fr$data, 'ERROR_21', '(error_22) Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. Impossible d\'estimer le Gas. Il n\'y a pas assez de fonds sur le compte, ou l\'adresse du contrat de réception a renvoyé une erreur. Vous pouvez ajuster vous-même le Gas et recommencer. Le message d\'erreur à l\'envoi peut comporter plus d\'informations.'), _defineProperty(_fr$data, 'ERROR_22', '(error_23) Please enter a valid node name Veuillez entrer un nom de nœud valide.'), _defineProperty(_fr$data, 'ERROR_23', '(error_24) Please enter a valid URL. If you are on https, your URL must be https Veuillez entrer une URL valide ; si vous êtes en HTTPS, votre URL doit être en https.'), _defineProperty(_fr$data, 'ERROR_24', '(error_25) Please enter a valid port. Veuillez entrer un port valide.'), _defineProperty(_fr$data, 'ERROR_25', '(error_26) Please enter a valid chain ID. Veuillez entrer un ID de chaîne valide.'), _defineProperty(_fr$data, 'ERROR_26', '(error_27) Please enter a valid ABI. Veuillez entrer une ABI valide.'), _defineProperty(_fr$data, 'ERROR_27', '(error_28) Minimum amount: 0.01. Max amount: Montant minimum : 0.01. Montant maximum : '), _defineProperty(_fr$data, 'ERROR_28', '(error_29) You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. **Vous avez besoin de votre fichier Keystore et du mot de passe** (ou de la clé privée) pour accéder à ce portefeuille à l\'avenir. Merci de le télécharger et d\'en faire une sauvegarde externe. Il n\'existe aucun moyen de récupérer un portefeuille si vous ne le sauvegardez pas. Merci de lire la [page d\'Aide](https://www.myetherwallet.com/#help) pour plus de détails.'), _defineProperty(_fr$data, 'ERROR_29', '(error_30) Please enter a valid user and password. Veuillez entrer un nom d\'utilisateur et mot de passe valides.'), _defineProperty(_fr$data, 'ERROR_30', '(error_31) Please enter a valid name (7+ characters, limited punctuation) Veuillez entrer un nom ENS valide.'), _defineProperty(_fr$data, 'ERROR_31', '(error_32) Please enter a valid secret phrase. Phrase secrète invalide.'), _defineProperty(_fr$data, 'ERROR_32', '(error_33) Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs. Connexion au nœud impossible. Actualisez la page ou essayez un nœud différent (en haut à droite). Vérifiez les réglages de votre parefeu. S\'il s\'agit d\'un nœud personnalisé, vérifiez votre configuration.'), _defineProperty(_fr$data, 'ERROR_33', '(error_34) The wallet you have unlocked does not match the owner\'s address. Le portefeuille que vous avez déverrouillé ne correspond pas à l\'adresse du propriétaire.'), _defineProperty(_fr$data, 'ERROR_34', '(error_35) The name you are attempting to reveal does not match the name you have entered. Le nom que vous tentez de révéler ne correspond pas au nom que vous avez entré.'), _defineProperty(_fr$data, 'ERROR_35', '(error_36) Input address is not checksummed. What does that mean? L\'adresse d\'entrée n\'a pas de somme de contrôle. Cliquez ici pour plus d\'infos.'), _defineProperty(_fr$data, 'ERROR_36', '(error_37) Please enter a valid TX hash Entrez une empreinte (_hash_) de transaction valide.'), _defineProperty(_fr$data, 'ERROR_37', '(error_38) Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f Entrez une chaîne hexadécimale valide (0-9, a-f).'), _defineProperty(_fr$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_fr$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_fr$data, 'SUCCESS_1', 'Adresse valide !'), _defineProperty(_fr$data, 'SUCCESS_2', 'Portefeuille déchiffré avec succès !'), _defineProperty(_fr$data, 'SUCCESS_3', 'Votre transaction a été diffusée sur le réseau. Elle est en attente de confirmation. Pendant les ICO, cette confirmation peut prendre plus de 3 heures. Utilisez les boutons de vérification ci-dessous pour la suivre. Hash de la TX : '), _defineProperty(_fr$data, 'SUCCESS_4', 'Votre portefeuille a été ajouté avec succès !'), _defineProperty(_fr$data, 'SUCCESS_5', 'Fichier sélectionné !'), _defineProperty(_fr$data, 'SUCCESS_6', 'Vous êtes bien connecté !'), _defineProperty(_fr$data, 'SUCCESS_7', 'Signature du message vérifiée !'), _defineProperty(_fr$data, 'WARN_Send_Link', 'Vous avez suivi un lien qui a rempli l\'adresse, le montant, le Gas ou les champs de données pour vous. Vous pouvez modifier toutes ces informations avant l\'envoi. Débloquez votre portefeuille pour démarrer.'), _defineProperty(_fr$data, 'GETH_Balance', '(geth-01) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Solde insuffisant'), _defineProperty(_fr$data, 'GETH_Cheap', '(geth-02) Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right. Prix du Gas trop bas pour être accepté'), _defineProperty(_fr$data, 'GETH_GasLimit', '(geth-03) Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Limite de Gas dépassée'), _defineProperty(_fr$data, 'GETH_InsufficientFunds', '(geth-04) Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants pour (Gas * prix) + valeur'), _defineProperty(_fr$data, 'GETH_IntrinsicGas', '(geth-05) Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. Gas intrinsèque trop bas'), _defineProperty(_fr$data, 'GETH_InvalidSender', '(geth-06) Invalid sender. Expéditeur invalide'), _defineProperty(_fr$data, 'GETH_NegativeValue', '(geth-07) Negative value. Valeur négative'), _defineProperty(_fr$data, 'GETH_Nonce', '(geth-08) This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Nonce trop bas'), _defineProperty(_fr$data, 'GETH_NonExistentAccount', '(geth-09) Account does not exist or account balance too low. Compte inexistant ou solde du compte trop bas'), _defineProperty(_fr$data, 'PARITY_AlreadyImported', "(parity-01) A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Une transaction portant la même empreinte (_hash_) a déjà été importée."), _defineProperty(_fr$data, 'PARITY_GasLimitExceeded', "(parity-02) Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le coût de la transaction excède la limite en Gas courante (limite : {}, coût : {}). Essayez de réduire le Gas fourni."), _defineProperty(_fr$data, 'PARITY_InsufficientBalance', "(parity-03) Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Fonds insuffisants. Le compte d'où vous essayez d'envoyer une transaction ne possède pas assez de fonds (requis : {}, disponibles : {})."), _defineProperty(_fr$data, 'PARITY_InsufficientGasPrice', "(parity-04) There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Ils ne satisfont pas au minimum de votre nœud (minimum : {}, frais : {}). Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_InvalidGasLimit', "(parity-05) Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). Le Gas fourni dépasse la limite."), _defineProperty(_fr$data, 'PARITY_LimitReached', "(parity-06) There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Il y a trop de transactions en file d\'attente. Votre transaction a été abandonnée en raison de cette limite. Essayez d\'augmenter les frais."), _defineProperty(_fr$data, 'PARITY_Old', "(parity-07) There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html). Le nonce de la transaction est trop bas. Essayez d\'incrémenter le nonce."), _defineProperty(_fr$data, 'PARITY_TooCheapToReplace', "(parity-08) TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html). Les frais de transaction sont trop bas. Il y a une autre transaction avec le même nonce en file d\'attente. Essayez d\'augmenter les frais ou d\'incrémenter le nonce."), _defineProperty(_fr$data, 'translate_version', '0.4'), _defineProperty(_fr$data, 'Translator_Desc', 'Merci à nos traducteurs'), _defineProperty(_fr$data, 'TranslatorName_1', '[Simon P](https://www.myetherwallet.com/?gaslimit=21000&to=0x89a18eE46b5aabC62e94b1830881887D04C687f3&value=1.0#send-transaction) ·'), _defineProperty(_fr$data, 'TranslatorAddr_1', '0x89a18eE46b5aabC62e94b1830881887D04C687f3 '), _defineProperty(_fr$data, 'TranslatorName_2', 'Jean Zundel ·'), _defineProperty(_fr$data, 'TranslatorAddr_2', ''), _defineProperty(_fr$data, 'TranslatorName_3', 'girards ·'), _defineProperty(_fr$data, 'TranslatorAddr_3', ''), _defineProperty(_fr$data, 'TranslatorName_4', 'Paul Ramlach ·'), _defineProperty(_fr$data, 'TranslatorAddr_4', ''), _defineProperty(_fr$data, 'TranslatorName_5', 'DarthJahus ·'), _defineProperty(_fr$data, 'TranslatorAddr_5', '0x4817Ad0411eddB9A32fda74AD1a2DfCAb3a89039'), _defineProperty(_fr$data, 'HELP_Warning', 'Si vous avez créé un portefeuille ou téléchargé le référentiel avant **le 31 déc. 2015**, merci de vérifier vos portefeuilles ou de télécharger une nouvelle version du référentiel. Cliquez ici pour plus de détails.'), _defineProperty(_fr$data, 'HELP_Desc', 'Il manque quelque chose ? Vous avez d\'autres questions ? [Contactez-nous](mailto:support@myetherwallet.com), et non seulement nous allons vous répondre, mais nous mettrons aussi à jour cette page afin qu\'elle soit plus utile à tout le monde à l\'avenir !'), _defineProperty(_fr$data, 'HELP_Remind_Title', 'Quelques rappels :'), _defineProperty(_fr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, ainsi que certaines des bibliothèques Javascript que nous employons sont en cours de développement.** Bien que nous les ayons testés intensivement et que des dizaines de milliers de portefeuilles aient été créés avec succès dans le monde entier, il existe toujours une faible possibilité qu\'un incident se produise, conduisant à la perte de vos ethers. N\'investissez pas plus que ce que vous pouvez vous permettre de perdre, et restez toujours prudents. En cas d\'accident, nous en serons désolés mais **nous ne sommes pas responsables d\'une éventuelle perte d\'ether**.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX ne sont pas des "portefeuilles web". Vous ne créez pas un compte, vous ne déposez pas votre ether chez nous. Aucune donnée ne sort de votre ordinateur ou de votre navigateur. Nous vous facilitons la création, la sauvegarde et l\'accès à vos informations ainsi que l\'interaction avec le blockchain.'), _defineProperty(_fr$data, 'HELP_Remind_Desc_3', 'Si vous ne sauvegardez pas votre clef privée et votre mot de passe, il n\'existe aucun moyen de regagner accès à votre portefeuille et aux fonds qu\'il détient. Sauvegardez-les en plusieurs endroits et non seulement sur votre ordinateur !'), _defineProperty(_fr$data, 'HELP_0_Title', '0) Je suis nouveau. Que puis-je faire ?'), _defineProperty(_fr$data, 'HELP_0_Desc_1', 'MyEtherWallet vous donne la possibilité de générer de nouveaux portefeuilles pour stocker votre Ether vous-même, et de ne pas les stocker sur une plateforme de change. Ce processus ne s\'exécute que sur votre ordinateur, et non sur nos serveurs. Quand vous générez un nouveau portefeuille, **il est donc de votre responsabilité de le sauvegarder de manière sécurisée.** '), _defineProperty(_fr$data, 'HELP_0_Desc_2', 'Créez un nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_3', 'Sauvegardez le portefeuille.'), _defineProperty(_fr$data, 'HELP_0_Desc_4', 'Vérifiez que vous avez accès à ce nouveau portefeuille et que vous avez correctement sauvegardé toutes les informations nécessaires.'), _defineProperty(_fr$data, 'HELP_0_Desc_5', 'Transférez de l\'Ether vers ce nouveau portefeuille.'), _defineProperty(_fr$data, 'HELP_1_Title', '1) Comment puis-je créer un nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_1_Desc_1', 'Accédez à la page "Génération d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_1_Desc_2', 'Accédez à la page "Ajout de portefeuille" et sélectionnez "Générer un nouveau portefeuille"'), _defineProperty(_fr$data, 'HELP_1_Desc_3', 'Entrez un mot de passe fort. Si vous pensez que vous pouvez l\'oublier, sauvegardez-le dans un endroit sûr. Vous aurez besoin de ce mot de passe pour envoyer des transactions.'), _defineProperty(_fr$data, 'HELP_1_Desc_4', 'Cliquez sur "GÉNÉRER".'), _defineProperty(_fr$data, 'HELP_1_Desc_5', 'Votre portefeuille a maintenant été généré.'), _defineProperty(_fr$data, 'HELP_2a_Title', 'Comment puis-je sauvegarder mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_2a_Desc_1', 'Vous devez toujours sauvegarder votre portefeuille en plusieurs endroits physiques, comme sur une clef USB ou une feuille de papier.'), _defineProperty(_fr$data, 'HELP_2a_Desc_2', 'Sauvegardez l\'adresse. Vous pouvez la garder pour vous-même ou la partager avec d\'autres personnes qui, de cette manière, peuvent vous envoyer de l\'Ether.'), _defineProperty(_fr$data, 'HELP_2a_Desc_3', 'Sauvegardez votre clef privée en plusieurs exemplaires. Ne la partagez avec personne. Votre clef privée est nécessaire pour accéder à votre Ether et pour l\'envoyer ! Il existe 3 types de clef privée :'), _defineProperty(_fr$data, 'HELP_2a_Desc_4', 'Placez votre adresse, les exemplaires de la clef privée et la version PDF de votre portefeuille papier dans un dossier. Sauvegardez-le sur votre ordinateur et une clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_5', 'Imprimez votre portefeuille si vous avez une imprimante. Sinon, écrivez votre clef privée et votre adresse usr une feuille de papier. Rangez-la dans un endroit sûr et différent de votre ordinateur et de la clef USB.'), _defineProperty(_fr$data, 'HELP_2a_Desc_6', 'Gardez à l\'esprit qu\'il faut vous préserver de la perte de la clef et du mot de passe en cas de perte de votre disque dur, de votre clef oui de la feuille de papier. Vous devez également vous prémunir contre les catastrophes pouvant toucher votre zone géographique (comme un incendie ou une inondation).'), _defineProperty(_fr$data, 'HELP_2b_Title', '2b) Comment puis-je gérer en toute sécurité un stockage hors ligne avec MyEtherWallet ?'), _defineProperty(_fr$data, 'HELP_2b_Desc_1', 'Allez sur notre référentiel Github : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest).'), _defineProperty(_fr$data, 'HELP_2b_Desc_2', 'Cliquez sur `etherwallet-vX.X.X.X.zip` '), _defineProperty(_fr$data, 'HELP_2b_Desc_3', 'Transportez le zip sur un ordinateur hors ligne. '), _defineProperty(_fr$data, 'HELP_2b_Desc_4', 'Décompressez-le et double-cliquez sur `index.html`.'), _defineProperty(_fr$data, 'HELP_2b_Desc_5', 'Générez un portefeuille avec un mot de passe fort.'), _defineProperty(_fr$data, 'HELP_2b_Desc_6', 'Sauvegardez l\'adresse. Sauvegardez les exemplaires de la clef privée. Sauvegardez le mot de passe si vous ne voulez pas devoir vous en souvenir.'), _defineProperty(_fr$data, 'HELP_2b_Desc_7', 'Rangez ces papier et/ou ces clefs USB en des endroits physiquement distants.'), _defineProperty(_fr$data, 'HELP_2b_Desc_8', 'Allez à la page "Visualisation d\'un portefeuille" et entrez votre clef privée et votre mot de passe pour vous assurer de leur validité et pour accéder à votre portefeuille. Vérifiez que l\'adresse que vous avez écrite est la même.'), _defineProperty(_fr$data, 'HELP_3_Title', '3) Comment puis-je vérifier que j\'ai accès à mon nouveau portefeuille ?'), _defineProperty(_fr$data, 'HELP_3_Desc_1', '**Avant d\'envoyer de l\'Ether à votre portefeuille**, vous devez vous assurer que vous y avez accès.'), _defineProperty(_fr$data, 'HELP_3_Desc_2', 'Naviguez vers la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_3', 'Naviguez vers la page Visualisation d\'un portefeuille" de MyEtherWallet.com.'), _defineProperty(_fr$data, 'HELP_3_Desc_4', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_3_Desc_5', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_3_Desc_6', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_3_Desc_7', 'Les informations sur votre portefeuille doivent apparaître. Trouvez l\'adresse de votre compte près d\'une icône circulaire et colorée. Celle-ci représente visuellement votre adresse. Assurez-vous que cette adresse est celle que vous avez sauvegardée dans votre document texte et qu\'elle se trouve sur votre portefeuille papier.'), _defineProperty(_fr$data, 'HELP_3_Desc_8', 'Si vous désirez détenir une grande quantité d\'Ether, nous recommandons de commencer par envoyer une petite somme depuis le nouveau portefeuille avant d\'y déposer une somme importante. Envoyez 0,001 Ether vers le nouveau portefeuille, accédez-y puis envoyez ces 0,001 Ether vers une autre adresse, et vérifiez que tout a fonctionné sans encombre.'), _defineProperty(_fr$data, 'HELP_4_Title', '4) Comment puis-je envoyer de l\'Ether d\'un portefeuille vers un autre ?'), _defineProperty(_fr$data, 'HELP_4_Desc_1', 'Si vous désirez transférer une grande quantité d\'Ether, vous devez d\'abord essayer d\'en envoyer un petit montant vers votre portefeuille pour vous assurer que tout fonctionne comme prévu.'), _defineProperty(_fr$data, 'HELP_4_Desc_2', 'Naviguez vers la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4_Desc_3', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_4_Desc_4', 'Si le portefeuille est chiffré, une zone texte apparaîtra automatiquement. Entrez le mot de passe.'), _defineProperty(_fr$data, 'HELP_4_Desc_5', 'Cliquez sur le bouton "Déverrouiller votre portefeuille".'), _defineProperty(_fr$data, 'HELP_4_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_4_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4_Desc_9', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_10', 'Quelques champs supplémentaires apparaîtront. Votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_4_Desc_11', 'Cliquez sur le bouton bleu "Envoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4_Desc_12', 'Une boîte de dialog apparaîtra. Vérifiez que le montant défini et l\'adresse de destination sont corrects, puis cliquez sur "Oui, je le veux ! Effectuer la transaction."'), _defineProperty(_fr$data, 'HELP_4_Desc_13', 'La transaction sera soumise et son identifiant affiché. Vous pouvez cliquer sur l\'identifiant pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_4CX_Title', '4) Comment puis-je envoyer de l\'Ether avec MyEtherWallet CX ?'), _defineProperty(_fr$data, 'HELP_4CX_Desc_1', 'D\'abord, vous devez ajouter un portefeuille. Ceci fait, deux possibilités s\'offrent à vous : la fonctionnalité "Envoi rapide" de l\'icône de l\'extension Chrome ou la page "Envoyer des Ether et des Tokens".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_2', 'Envoi rapide :'), _defineProperty(_fr$data, 'HELP_4CX_Desc_3', 'Cliquez sur l\'icône de l\'extension Chrome.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_4', 'Cliquez sur le bouton "Envoi rapide".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_5', 'Sélectionnez le portefeuille d\'où vous désirez envoyer les Ethers.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_6', 'Entrez l\'adresse du destinataire dans le champ "Adresse de destination :". '), _defineProperty(_fr$data, 'HELP_4CX_Desc_7', 'Entrez le montant que vous voulez envoyer. Vous pouvez également cliquer sur "Envoyer le solde total" si vous voulez envoyer tout le contenu.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_8', 'Cliquez sur "Enoyer la transaction".'), _defineProperty(_fr$data, 'HELP_4CX_Desc_9', 'Vérifiez que l\'adresse et le montant envoyé sont corrects.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_10', 'Entrez le mot de passe du portefeuille.'), _defineProperty(_fr$data, 'HELP_4CX_Desc_11', 'Cliquez sur "Envoyez la transaction." '), _defineProperty(_fr$data, 'HELP_4CX_Desc_12', 'Avec la page "Envoyer des Ether et des Tokens" '), _defineProperty(_fr$data, 'HELP_5_Title', '5) Comment puis-je lancer MyEtherWallet.com hors ligne (en local) ?'), _defineProperty(_fr$data, 'HELP_5_Desc_1', 'Vous pouvez lancer MyEtherWallet.com sur votre ordinateur au lieu de passer par les serveurs GitHub. Vous pouvez générer un portefeuille en restant totalement hors ligne et envoyer des transactions depuis la page "Transaction hors ligne".'), _defineProperty(_fr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com tourne maintenant complètement sur votre ordinateur.'), _defineProperty(_fr$data, 'HELP_5_Desc_8', 'Au cas où cela ne vous est pas familier, vous devez conserver l\'intégralité du dossier pour faire tourner le site web et non uniquement `index.html`. Ne touchez à rien, ne déplacez rien dans le dossier. Si vous stockez une sauvegarde du repo MyEtherWallet pour l\'avenir, nous vous recommandons de ne stocker que le ZIP afin d\'être sûr que le contenu du dossier restera intact.'), _defineProperty(_fr$data, 'HELP_5_Desc_9', 'Comme nous améliorons constamment MyEtherWallet.com, nous vous recommandons de mettre régulièrement à jour votre version de sauvegarde.'), _defineProperty(_fr$data, 'HELP_5CX_Title', '5) Comment puis-je installer cette extension depuis le repo au lieu du Chrome Store ?'), _defineProperty(_fr$data, 'HELP_5CX_Desc_2', 'Cliquez sur `chrome-extension-vX.X.X.X.zip`'), _defineProperty(_fr$data, 'HELP_5CX_Desc_3', 'Allez dans le menu de Google Chrome (les trois points en haut à droite).'), _defineProperty(_fr$data, 'HELP_5CX_Desc_4', 'Sous l\'élément "Plus d\'outils", cliquez sur "Extensions".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_5', 'Cochez la case "Mode développeur" en haut de cette page.'), _defineProperty(_fr$data, 'HELP_5CX_Desc_6', 'Cliquez sur le bouton "Chargez l\'extension non empaquetée…".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_7', 'Naviguez vers le dossier que vous avez téléchargé et extrait auparavant. Cliquez sur "Sélectionner".'), _defineProperty(_fr$data, 'HELP_5CX_Desc_8', 'L\'extension doit maintenant apparaître parmi vos extensions et dans la barre d\'extensions de Chrome.'), _defineProperty(_fr$data, 'HELP_7_Title', '7) Comment puis-je envoyer des tokens et ajouter des tokens spécifiques ?'), _defineProperty(_fr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) est un excellent moyen d\'explorer les tokens et d\'en trouver les informations comme le nombre de décimales.'), _defineProperty(_fr$data, 'HELP_7_Desc_1', 'Naviguez vers la page "Envoi de tokens".'), _defineProperty(_fr$data, 'HELP_7_Desc_2', 'Déverrouillez votre portefeuille.'), _defineProperty(_fr$data, 'HELP_7_Desc_3', 'Entre l\'adresse à laquelle vous désirez envoyer des tokens dans le champ "Adresse de destination".'), _defineProperty(_fr$data, 'HELP_7_Desc_4', 'Entrez le montant que vous désirez envoyer. '), _defineProperty(_fr$data, 'HELP_7_Desc_5', 'Sélectionnez le token que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_7_Desc_6', 'Si celui-ci n\'est pas listé : '), _defineProperty(_fr$data, 'HELP_7_Desc_7', 'Cliquez sur "Spécifique".'), _defineProperty(_fr$data, 'HELP_7_Desc_8', 'Entrez l\'adresse, le nom et le nombre de décimales du token. Ces informations sont fournies par les développeurs du token et sont également nécessaires quand vous utilisez la fonction "Add a Watch Token" dans Mist.'), _defineProperty(_fr$data, 'HELP_7_Desc_9', 'Cliquez sur "Sauvegarder".'), _defineProperty(_fr$data, 'HELP_7_Desc_10', 'Vous pouvez maintenant envoyer ces tokens ainsi qu\'en voir votre solde dans la zone sur le côté.'), _defineProperty(_fr$data, 'HELP_7_Desc_11', 'Cliquez sur "Générer la transaction".'), _defineProperty(_fr$data, 'HELP_7_Desc_12', 'Quelques champs supplémentaires vont apparaître : votre navigateur est en train de générer la transaction.'), _defineProperty(_fr$data, 'HELP_7_Desc_13', 'Cliquez sur le bouton bleu "Envoyer la transation".'), _defineProperty(_fr$data, 'HELP_7_Desc_14', 'Une boîte de dialog va apparaître. Vérifiez que le montant et l\'adresse de destination sont corrects puis cliquez sur le bouton "Oui, je le veux ! Effectuer la transaction." '), _defineProperty(_fr$data, 'HELP_7_Desc_15', 'La transaction est alors soumise au réseau. Son identifiant est affiché et vous pouvez cliquer dessus pour voir la transaction sur le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Title', '8) Que se passe-t-il si votre site est hors-ligne ?'), _defineProperty(_fr$data, 'HELP_8_Desc_1', 'MyEtherWallet n\'est pas un portefeuille web. Vous n\'avez pas de compte dessus et rien n\'est jamais stocké sur nos serveurs. Ce n\'est qu\'une interface qui vous permet d\'interagir avec le blockchain.'), _defineProperty(_fr$data, 'HELP_8_Desc_2', 'Si MyEtherWallet.com venait à être hors ligne, vous devrez trouver un autre moyen (comme Geth ou Ethereum Wallet / Mist) pour faire la même chose. Mais vous n\'aurez pas à "récupérer" votre Ether depuis MyEtherWallet parce qu\'il ne se trouve pas dans MyEtherWallet. Il est chez vous, dans le portefeuille que vous avez généré par notre site.'), _defineProperty(_fr$data, 'HELP_8_Desc_3', 'Vous pouvez maintenant importer facilement votre clef privée non chiffrée et vos fichiers (chiffrés) au format Geth/Mist, directement dans geth / Ethereum Wallet / Mist. Voir question #12 ci-dessous.'), _defineProperty(_fr$data, 'HELP_8_Desc_4', 'De plus, la probabilité que nous laissions tomber MyEtherWallet approche zéro. Il ne nous coûte presque rien de le maintenir comme nous n\'y stockons aucune information. Si le domaine venait à être perdu, le logiciel sera toujours disponible publiquement sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Vous pourrez y télécharger le ZIP et le faire tourner localement.'), _defineProperty(_fr$data, 'HELP_8CX_Title', '8) Que se passe-t-il si MyEtherWallet CX disparaît ?'), _defineProperty(_fr$data, 'HELP_8CX_Desc_1', 'D\'abord, toutes les données sont sauvegardées sur votre ordinateur et non sur nos serveurs. Cela peut paraître étonnant mais, quand vous regardez sur l\'extension Chrome, ce que vous voyez *ne se trouve pas* sur nos serveurs ; tout est stocké sur votre propre ordinateur. '), _defineProperty(_fr$data, 'HELP_8CX_Desc_2', 'Cela dit, il est **très important** que vous sauvegardiez toutes les données de tous les portefeuilles générés par MyEtherWallet CX. De cette manière, si quoi que ce soit arrivait à MyEtherWallet CX ou à votre ordinateur, vous conserveriez toutes les informations nécessaires pour accéder à votre Ether. Voir #2a pour la sauvegarde de vos portefeuilles.'), _defineProperty(_fr$data, 'HELP_8CX_Desc_3', 'Si, pour une raison quelconque, MyEtherWallet CX disparaissait du Chrome Store, vous pourrez en trouver le source sur [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages) et le charger manuellement. Voir #5 ci-dessus.'), _defineProperty(_fr$data, 'HELP_9_Title', '9) La page "Envoyer des Ether et des Tokens" est-elle hors ligne ? '), _defineProperty(_fr$data, 'HELP_9_Desc_1', 'Non. Elle a besoin de l\'internet pour obtenir le prix actuel du Gas, le nonce de votre compte et pour émettre la transaction (c\'est-à-dire "envoyer des Ethers"). Cependant, elle n\'envoie que la transaction signée. Votre clef privée reste en sécurité chez vous. Nous fournissons aussi une page "Transaction hors ligne" pour vous permettre de conserver en permanence vos clefs privées sur une machine hors ligne.'), _defineProperty(_fr$data, 'HELP_10_Title', '10) Comment puis-je faire une transaction hors ligne ?'), _defineProperty(_fr$data, 'HELP_10_Desc_1', 'Allez à la page "Transaction hors ligne" avec votre ordinateur **en ligne**.'), _defineProperty(_fr$data, 'HELP_10_Desc_2', 'Entrez l\'"Adresse d\'émission". Attention, c\'est l\'adresse **à partir de laquelle** vous envoyez et non celle *vers laquelle** vous envoyez. Ceci va générer un nonce et le prix du Gas.'), _defineProperty(_fr$data, 'HELP_10_Desc_3', 'Sur votre ordinateur **hors ligne**, entrez l\'"Adresse de destination" et le "Montant" que vous désirez envoyer.'), _defineProperty(_fr$data, 'HELP_10_Desc_4', 'Entrez le "Prix du Gas" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_5', 'Entrez le "Nonce" tel qu\'il vous a été affiché sur l\'ordinateur en ligne à la première étape.'), _defineProperty(_fr$data, 'HELP_10_Desc_6', 'La "Limite en Gas" a une valeur par défaut de 21000. Ceci couvre les frais d\'une transaction standard. Si vous envoyez à un contrat ou si vous embarquez des données supplémentaires avec votre transaction vous devrez augmenter la limite de Gas. Tout Gas non consommé vous sera retourné.'), _defineProperty(_fr$data, 'HELP_10_Desc_7', 'Si vous le désirez, entrez des données. Dans ce cas, vous devrez inclure plus que la limite de 21000 par défaut. Toutes les données sont au format hexadécimal.'), _defineProperty(_fr$data, 'HELP_10_Desc_8', 'Sélectionnez le fichier de votre portefeuille ou votre clef privée et déverrouillez votre portefeuille. '), _defineProperty(_fr$data, 'HELP_10_Desc_9', 'Cliquez sur le bouton "Générer la transaction signée".'), _defineProperty(_fr$data, 'HELP_10_Desc_10', 'Le champ de données sous ce bouton se remplit avec votre transaction signée. Copiez-la et revenez avec elle sur votre ordinateur en ligne.'), _defineProperty(_fr$data, 'HELP_10_Desc_11', 'Sur votre ordinateur en ligne, collez la transaction signée dans le champ texte et cliquez sur "Envoyez l\'Ether". Ceci émettra votre transaction. '), _defineProperty(_fr$data, 'HELP_12_Title', '12) Comment puis-je importer un portefeuille créé par MyEtherWallet dans geth, Ethereum Wallet ou Mist ?'), _defineProperty(_fr$data, 'HELP_12_Desc_1', 'Avec un fichier Geth/Mist JSON de MyEtherWallet v2+.... '), _defineProperty(_fr$data, 'HELP_12_Desc_2', 'Allez à la page "Visualisation d\'un portefeuille".'), _defineProperty(_fr$data, 'HELP_12_Desc_3', 'Déverrouillez votre portefeuille avec votre clef privée **chiffrée** ou votre fichier JSON.'), _defineProperty(_fr$data, 'HELP_12_Desc_4', 'Allez à la page "Mes portefeuilles".'), _defineProperty(_fr$data, 'HELP_12_Desc_5', 'Sélectionnez le portefeuille que vous désirez importer dans Mist, cliquez sur l\'icône "Voir", entrez votre mot de passe et accédez à votre portefeuille. '), _defineProperty(_fr$data, 'HELP_12_Desc_6', 'Allez à la section "Téléchargez le fichier JSON file - Format Geth/Mist (chiffé)". Cliquez sur le bouton "Télécharger" en dessous. Vous avez maintenant votre fichier *keystore.* '), _defineProperty(_fr$data, 'HELP_12_Desc_7', 'Ouvrez l\'application Ethereum Wallet. '), _defineProperty(_fr$data, 'HELP_12_Desc_8', 'Dans la barre de menu, allez sur "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_fr$data, 'HELP_12_Desc_9', 'Ceci ouvre votre dossier de keystores. Copiez-y le fichier que vous venez de télécharger (`UTC--ANNEE-MOIS-JOUR......../`) dans ce dossier.'), _defineProperty(_fr$data, 'HELP_12_Desc_10', 'Votre compte doit apparaître immédiatement sous "Accounts." '), _defineProperty(_fr$data, 'HELP_12_Desc_11', 'Avec votre clef privée non chiffrée...'), _defineProperty(_fr$data, 'HELP_12_Desc_12', 'Si vous n\'avez pas déjà votre clef privée non chiffrée, allez à la page "Visualisation d\'un portefeuille". '), _defineProperty(_fr$data, 'HELP_12_Desc_13', 'Sélectionnez le fichier de votre portefeuille ou entrez/collez votre clef privée pour déverrouiller votre portefeuille.'), _defineProperty(_fr$data, 'HELP_12_Desc_14', 'Copiez votre clef privée (non chiffrée). '), _defineProperty(_fr$data, 'HELP_12_Desc_15', 'Si vous êtes sur un Mac : '), _defineProperty(_fr$data, 'HELP_12_Desc_15b', 'Si vous êtes sur un PC : '), _defineProperty(_fr$data, 'HELP_12_Desc_16', 'Ouvrez Text Edit et collez cette clef privée.'), _defineProperty(_fr$data, 'HELP_12_Desc_17', 'Dans la barre de menu, cliquez sur "Format" -> "Make Plain Text".'), _defineProperty(_fr$data, 'HELP_12_Desc_18', 'Sauvegardez ce fichier vers votre `Desktop/` en tant que `nothing_special_delete_me.txt`. Assurez-vous qu\'il précise "UTF-8" et "If no extension is provided use .txt" dans le dialogue de sauvegarde.'), _defineProperty(_fr$data, 'HELP_12_Desc_19', 'Ouvrez un terminal et lancez la commande suivante : `geth account import ~/Desktop/nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_20', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserez dans geth / Ethereum Wallet / Mist à chaque vois que vos créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_21', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_22', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_12_Desc_23', 'Ouvrez Bloc-notes (notepad) et collez-y la clef privée '), _defineProperty(_fr$data, 'HELP_12_Desc_24', 'Sauvegardez le fichier sur `C:\\` sous le nom `nothing_special_delete_me.txt`'), _defineProperty(_fr$data, 'HELP_12_Desc_25', 'Lancez la commande `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_26', 'Ceci vous invitera à choisir un nouveau mot de passe. C\'est celui que vous utiliserz dans geth / Ethereum Wallet / Mist à chaque foiq que vous créerez une transaction, alors ne l\'oubliez pas. '), _defineProperty(_fr$data, 'HELP_12_Desc_27', 'Après que l\'import ait réussi, supprimez `nothing_special_delete_me.txt` '), _defineProperty(_fr$data, 'HELP_12_Desc_28', 'La prochaine fois que vous ouvrirez l\'application Ethereum Wallet, votre compte sera listé sous "Accounts". '), _defineProperty(_fr$data, 'HELP_13_Title', '13) Que signifie « Fonds insuffisants. Le compte d\'où vous essayez d\'envoyer une transaction ne possède pas assez de fonds. Requis : XXXXXXXXXXXXXXXXXXX, disponible : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_fr$data, 'HELP_13_Desc_1', 'Cela signifie que vous n\'avez pas assez d\'Ether sur votre compte pour couvrir les coûts en Gas. Chaque transaction (y compris pour les tokens et les contrats) demande du Gas, et ce Gas est payé en Ether. Le nombre affiché est le montant requis pour couvrir le coût de la transaction en Wei. Prenez ce nombre, divisez-le par `10^18` (soit `1000000000000000000`) et soustrayez la somme en Ether que vous essayiez d\'envoyer (si vous tentiez d\'envoyer de l\'Ether). Cela vous donnera le montant en Ether que vous avez besoin d\'ajouter à votre compte pour effectuer cette transaction.'), _defineProperty(_fr$data, 'HELP_14_Title', '14) Certains sites initialisent la génération de clef privée par les mouvements de la sours. Ce n\'est pas le cas de MyEtherWallet.com. La génération de nombres aléatoires de MyEtherWallet est-elle sûre ?'), _defineProperty(_fr$data, 'HELP_14_Desc_1', 'Bien que l\'interception des mouvement de la souris soit jugée attractive par beaucoup, et que nous en comprenions les raisons, la réalité est que window.crypto assure plus d\'entropie que les mouvements de votre souris. L\'utilisation de ces mouvements est sûre mais nous (ainsi que de nombreux projets crypto) avons de bonnes raisons de croire en window.crypto. De plus, MyEtherWallet.com peut être utilisé sur des périphériques tactiles. Voici une [conversation entre un redditeur rageur et Vitalik Buterin à propos des mouvements de souris et window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) et voici [les spécifications w3 de window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto).'), _defineProperty(_fr$data, 'HELP_15_Title', '15) Pourquoi le compte que je viens de créer n\'apparaît-il pas dans l\'explorateur de blockchain ? (etherchain, etherscan)'), _defineProperty(_fr$data, 'HELP_15_Desc_1', 'Les comptes n\'apparaissent dans un explorateur de blockchain qu\'après une activité, comme par exemple, un envoi ou une réception d\'Ether.'), _defineProperty(_fr$data, 'HELP_16_Title', '16) Comment puis-je vérifier le solde de mon compte ?'), _defineProperty(_fr$data, 'HELP_16_Desc_1', 'Vous pouvez utiliser un explorateur de blockchain comme [etherscan.io](https://etherscan.io/). Collez votre adresse dans la barre de recherche et cela récupérera votre solde et l\'historique de vos transactions. Par exemple, voici ce que montre notre [compte de donations](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) sur etherscan.io'), _defineProperty(_fr$data, 'HELP_17_Title', '17) Pourquoi mon solde n\'apparaît-il pas quand je déverrouille mon portefeuille ?'), _defineProperty(_fr$data, 'HELP_17_Desc_1', 'C\'est probablement dû au fait que vous vous trouviez derrière un parefeu. L\'API que nous utilisons pour obtenir le solde et converir celui-ci est souvent bloquée par des parefeus pour des raisons diverses. Vous êtes toujours capable d\'envoyer des transactions mais il vous faut employer une autre méthode pour voir le solde, comme etherscan.io'), _defineProperty(_fr$data, 'HELP_18_Title', '18) Où est le fichier de mon portefeuille geth ?'), _defineProperty(_fr$data, 'HELP_19_Title', '19) Où est le fichier de mon portefeuille Mist ?'), _defineProperty(_fr$data, 'HELP_19_Desc_1', 'Les fichiers Mist se trouvent généralement aux endroits ci-dessus mais il est beaucoup plus facile d\'ouvrir Mist, de sélectionner "Accounts" dans la barre du haut, puis "Backup" et "Accounts". Cela ouvre le dossier où vos fichiers sont stockés. '), _defineProperty(_fr$data, 'HELP_20_Title', '20) Où est le fichier de mon portefeuille de *pre-sale* (pré-vente) ?'), _defineProperty(_fr$data, 'HELP_20_Desc_1', 'Là où vous l\'avez mis ;) Il vous a aussi été envoyé donc allez vérifier vos mails. Cherchez le fichier appelé `"ethereum_wallet_backup.json"` et choisissez ce fichier. Il est chiffré avec un mot de passe que vous avez créé pendant l\'achat au moment de la pré-vente.'), _defineProperty(_fr$data, 'HELP_21_Title', '21) N\'importe qui ne peut-il pas prendre une clef privée au hasard, chercher un solde et l\'envoyer à sa propre adresse ? '), _defineProperty(_fr$data, 'HELP_21_Desc_1', 'Version courte : oui, mais trouver un compte avec un solde prendrait plus longtemps que la durée de vie de l\'univers… donc… non. '), _defineProperty(_fr$data, 'HELP_21_Desc_2', 'Version longue : Ethereum est basé sur la [Cryptographie asymétrique](https://fr.wikipedia.org/wiki/Cryptographie_asymétrique), plus précisément la [cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) qui est très couramment employée, non pas uniquement dans Ethereum. La plupart des serveurs sont protégés par les ECC. Bitcoin les emploie, ainsi que SSH, TLS et bien d\'autres protocoles. Dans le cas spécifique d\'Ethereum, les clefs font 256 bits et sont plus fortes que celles en 128 et 192 bits, encore très employées et toujours considérées comme sûres par les experts.'), _defineProperty(_fr$data, 'HELP_21_Desc_3', 'Vous avez une clef privée et une clef publique. La clef privée peut servir à dériver la clef publique mais l\'inverse est pratiquement impossible. Le fait que l\'internet et le monde entier utilise ce système cryptographique signifie que, s\'il existait un moyen de dériver la clef privée de la clef publique, le risque que courrait votre Ether serait le dernier de vos soucis.'), _defineProperty(_fr$data, 'HELP_21_Desc_4', 'Cela dit, OUI : si quelqu\'un possède votre clef privée, il peut envoyer de l\'Ether depuis votre compte, de même que si une personne a le mot de passe de votre email, elle peut lire des mails ou en envoyer, ou si c\'est le mot de passe de votre compte en banque, elle peut faire des virements. Vous pouvez télécharger la versoin Keystore de votre clef privée qui est la clef privée chiffrée avec un mot de passe. Cela ressemble à avoir un mot de passe protégé par un autre mot de passe.'), _defineProperty(_fr$data, 'HELP_21_Desc_5', 'Et OUI, en théorie, on peut taper une chaîne de 64 caractères hexadécimaux jusqu\'à en trouver un qui correspond. Il est d\'ailleurs possible d\'écrire un programme qui vérifie très rapidement des clefs privée aléatoires. C\'est ce que l\'on appelle utiliser la "brute force", ou miner des clefs privées. Beaucoup de monde y a pensé très fort et très longtemps. Quelques serveurs haut de gamme peuvent vérifier plus de 1 million de clefs par seconde. Pourtant, même cette performance ne donnerait pas accès à un compte suffisamment approvisionné pour en valoir la chandelle ; il est bien plus probable que vous, vos enfant et vos petits-enfants mouriez avant d\'obtenir une correspondance.'), _defineProperty(_fr$data, 'HELP_21_Desc_6', 'Si vous connaissez un peu Bitcoin, [ceci remettra les choses en perspective :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Pour illustrer l\'improbabilité de tout ceci : supposons que chaque satoshi de chaque bitcoin qui sera jamais produit soit affecté à sa propre clef privée distincte. La probabilité que, parmi ces clefs, s\'en trouvent deux qui correspondent à la même adresse serait d\'environ 1 sur 100 quintillons.'), _defineProperty(_fr$data, 'HELP_21_Desc_7', '[Si vous voulez un argumentaire un peu plus technique :](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Ces nombres n\'ont rien à voir avec la technologie des systèmes ; ce sont les maxima autorisés par la thermodynamique. Et ils impliquent clairement qu\'une attaque par brute force contre des clefs de 256 bits restera impossible jusqu\'à ce que l\'on construise des ordinateurs avec autre chose que de la matière et qu\'ils occupent autre chose que l\'espace.'), _defineProperty(_fr$data, 'HELP_21_Desc_8', 'Cela suppose bien entendu que les clefs sont générées d\'une manière totalement aléatoire avec suffisamment d\'entropie. C\'est le cas des clefs générées ici, tout comme celles de Jaxx et de Mist/geth. Les portefeuilles Ethereum sont tous assez bons de ce point de vue. Les clefs générées par des cerveaux humains ne le sont pas, car ces derniers ne sont pas capables de partir d\'un nombre parfaitement aléatoire. Il y a eu des cas d\'autres problèmes d\'entropie insuffisante ou de nombres imparfaitement aléatoires dans le monde de Bitcoin mais il s\'agit là d\'un tout autre problème qui peut attendre un peu.'), _defineProperty(_fr$data, 'HELP_SecCX_Title', 'Sécurité - MyEtherWallet CX'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_1', 'Où cette extension enregistre-t-elle mes informations ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_2', 'Les informations stockées par cette extension sont sauvegardée via [chrome.storage](http://chrome.storage/), c\'est à dire au même endroit que vos mots de passe Chrome.'), _defineProperty(_fr$data, 'HELP_SecCX_Desc_3', 'Quelles informations sont sauvegardées ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_4', 'L\'adresse, le surnom et la clef privée sont stockés dans chrome.storage. La clef privée est chiffrée par le mot de passe défini à l\'ajout du portefeuille. Le surnom et l\'adresse du portefeuille ne sont pas chiffrés. '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_5', 'Pourquoi le surnom et l\'adresse du portefeuille ne sont-ils pas chiffrés ? '), _defineProperty(_fr$data, 'HELP_SecCX_Desc_6', 'Si nous devions chiffrer ces informations, il vous faudrait entrer un mot de passe à chaque fois que vous voudriez voir votre solde ou les surnoms. Si cela vous ennuie, nous vous recommandons d\'utiliser MyEtherWallet.com au lieu de cette extension Chrome.'), _defineProperty(_fr$data, 'HELP_Sec_Title', 'Sécurité'), _defineProperty(_fr$data, 'HELP_Sec_Desc_1', 'Si l\'une des premières questions que vous vous posez est "Pourquoi devrais-je faire confiance à ces gens ?", c\'est une bonne démarche. Nous espérons que ce qui suit va dissiper vos craintes. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_2', 'Nous avons commencé en août 2015. Si vous recherchez ["myetherwallet" sur reddit](https://www.reddit.com/search?q=myetherwallet), vous pouvez voir qu\'un nombre considérable de personnes nous utilisent sans problème. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_3', 'Nous n\'allons pas prendre votre argent ou voler vos clefs privées. Il n\'y a pas de code malveillant sur ce site. En fait, les pages sont du côté du client. Cela signifie que tout le code s\'éxécute sur **votre ordinateur** et n\'est jamais sauvegardé ou transmis où que ce soit.'), _defineProperty(_fr$data, 'HELP_Sec_Desc_4', 'Vérifiez l\'URL -- Ce site est servi par Github (et vous pouvez en voir le code source ici : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages)) vers [https://www.myetherwallet.com](https://www.myetherwallet.com).'), _defineProperty(_fr$data, 'HELP_Sec_Desc_5', 'Pour générer les portefeuilles, vous pouvez télécharger le [code source](https://github.com/kvhnuke/etherwallet/releases/latest). Voir #5 ci-dessus. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_6', 'Lancez un test et vérifiez le type d\'activité réseau. La manière la plus simple consiste en un clic droit sur la page, puis "Inspecter". Allez à l\'onglet "Network". Générez un portefeuille de test. Vous verrez qu\'il n\'y a pas d\'activité réseau. Vous pourrez voir quelque chose se produire ressemblant à data:image/gif et data:image/png. Ce sont les QR codes en cours de génération... sur votre ordinateur. Aucun octet n\'a été transféré. '), _defineProperty(_fr$data, 'HELP_Sec_Desc_8', 'Si cet outil ne vous plaît pas, alors ne l\'utilisez surtout pas. Nous l\'avons créé pour qu\'il aide les gens à générer des portefeuilles et à effectuer des transactions sans avoir besoin de plonger dans des lignes de commandes, ni faire tourner un nœud complet. À nouveau, n\'hésitez pas à nous faire part de vos doutes et nous répondrons aussi rapidement que possible. Merci ! '), _defineProperty(_fr$data, 'HELP_FAQ_Title', 'Plus de réponses utiles aux questions fréquentes '), _defineProperty(_fr$data, 'HELP_Contact_Title', 'Moyens de nous contacter'), _fr$data); module.exports = fr; @@ -16022,7 +16019,7 @@ ht.data = (_ht$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ht$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ht$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ht$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ht$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ht$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ht$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ht$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ht$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ht$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ht$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ht$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ht$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ht$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ht$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ht$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ht$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ht$data, 'x_ReadMore', 'Read More'), _defineProperty(_ht$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ht$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ht$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ht$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ht$data, 'NAV_CheckTxStatus', 'Vérifier statut TX'), _defineProperty(_ht$data, 'NAV_TxStatus', 'Statut de la TX'), _defineProperty(_ht$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_ht$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs) les transactions peuvent rester en attente des heures, voir des jours. Cet outil cherche à vous donner la possibilité de trouver et "annuler" / remplacer ces transactions. ** Ce n\'est pas quelque chose de possible normalement. Vous ne devriez pas vous y fier et cela ne marchera que lorsque les pools de transactions sont remplis. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ht$data, 'tx_notFound', 'Pas de transaction trouvée'), _defineProperty(_ht$data, 'tx_notFound_1', 'Cette TX est introuvable dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier statut TX". '), _defineProperty(_ht$data, 'tx_notFound_3', 'La transaction pourrait toujours être dans le pool de transactions d\'un nœud différent, en attente d\'être minée.'), _defineProperty(_ht$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)` ou `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) et revérifiez.'), _defineProperty(_ht$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_ht$data, 'tx_foundInPending_1', 'Cette TX a été identifiée dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente (en attente d\'être minée). '), _defineProperty(_ht$data, 'tx_foundInPending_3', 'Il existe une chance que vous puissiez "annuler" ou remplacer cette transaction. Déverouillez votre portefeuille ci-dessous.'), _defineProperty(_ht$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_ht$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_ht$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. A la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "Out of Gas", vous devriez doubler la limite de gaz que vous aviez spécifiée.'), _defineProperty(_ht$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de place d\'échange, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, d\'examiner votre situation.'), _defineProperty(_ht$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_ht$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_ht$data, 'GEN_Help_3', 'Votre périphérique * est * votre portefeuille.'), _defineProperty(_ht$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ht$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_ht$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_ht$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez pas avec qui que ce soit · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_ht$data, 'GEN_Help_8', 'Pas de téléchargement? '), _defineProperty(_ht$data, 'GEN_Help_9', 'Essayez Google Chrome '), _defineProperty(_ht$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_ht$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_ht$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres wallet clients.) '), _defineProperty(_ht$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore '), _defineProperty(_ht$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_ht$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_ht$data, 'GEN_Help_16', 'Quels sont ces différents formats?'), _defineProperty(_ht$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça?'), _defineProperty(_ht$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_ht$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_ht$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ht$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_ht$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_ht$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_ht$data, 'GAS_PRICE_Desc', 'Le prix du gaz est le montant que vous payez par unité de gaz. `frais de TX = prix du gaz * limite en gaz` & est payé aux mineurs pour inclure votre transaction à un bloc. Prix de gaz plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `41 GWEI`.'), _defineProperty(_ht$data, 'GAS_LIMIT_Desc', 'La limite en gaz est le montant de gaz à envoyer avec votre transaction. `frais de TX = prix du gaz * limite en gaz` et est payé aux mineurs pour inclure votre transaction à un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH = `21000`. Envoyer des Tokens = ~`200000`.'), _defineProperty(_ht$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_ht$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `gas limit` * le `gas price`. [Vous pouvez convertir GWEI -> ETH ici](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ht$data, 'NAV_AddWallet', 'METE YON BOUS. '), _defineProperty(_ht$data, 'NAV_BulkGenerate', 'KREYE BOUS YO PA LO '), _defineProperty(_ht$data, 'NAV_Contact', 'KONTAK '), _defineProperty(_ht$data, 'NAV_Contracts', 'KONTRA YO '), _defineProperty(_ht$data, 'NAV_DeployContract', 'OUVRI YON KONTRA '), _defineProperty(_ht$data, 'NAV_ENS', 'ENS '), _defineProperty(_ht$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_ht$data, 'NAV_GenerateWallet', 'KREYE YON BOUS '), _defineProperty(_ht$data, 'NAV_Help', 'EDE '), _defineProperty(_ht$data, 'NAV_InteractContract', 'PALE AVÈK KONTRA A '), _defineProperty(_ht$data, 'NAV_Multisig', 'PLIZYÈ SIY '), _defineProperty(_ht$data, 'NAV_MyWallets', 'BOUS MWEN YO '), _defineProperty(_ht$data, 'NAV_Offline', 'VOYE SAN SIYAL '), _defineProperty(_ht$data, 'NAV_SendEther', 'VOYE ETHER '), _defineProperty(_ht$data, 'NAV_SendTokens', 'VOYE TOKENS YO '), _defineProperty(_ht$data, 'NAV_SignMsg', 'SIYEN YON MESAJ '), _defineProperty(_ht$data, 'NAV_Swap', 'CHANJE '), _defineProperty(_ht$data, 'NAV_ViewWallet', 'GADE ANNDAN YON BOUS '), _defineProperty(_ht$data, 'NAV_YourWallets', 'BOUS OU YO '), _defineProperty(_ht$data, 'x_Access', 'ANTRE '), _defineProperty(_ht$data, 'x_AddessDesc', 'LI RELE ANKÒ‘’NIMEWO KONT’’ OSWA ‘’ KLE PIBLIK’’ SE SA W’ KA VOYE BAY TOUT MOUN POU YO KA VOYE ETHER YO BA W’. PYON SA SE YON FASON SENP POU KONNEN ADRÈS OU '), _defineProperty(_ht$data, 'x_Address', 'ADRÈS OU '), _defineProperty(_ht$data, 'x_Cancel', 'RETIRE '), _defineProperty(_ht$data, 'x_CSV', 'PAJ CSV SAN KÒD '), _defineProperty(_ht$data, 'x_Download', 'PRAN L '), _defineProperty(_ht$data, 'x_Json', 'PAJ JSON (SAN-KÒD) '), _defineProperty(_ht$data, 'x_JsonDesc', 'SE YON LÒT VÈSYON SAN KÒD SOU FÒM JSON POU KLE SEKRÈ W’LA. SA VLE DI KE W’ PA BEZWEN KÒD SEKRÈ W’ POU W’ SÈVI AK LI MEN NENPÒT MOUN KI JWENN JSON AN KAPAB ANTRE NAN BOUS OU A AK ETHER W’ YO SAN KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Keystore', 'PAJ KEYSTORE (UTC/ JSON DWE GEN KÒD) '), _defineProperty(_ht$data, 'x_Keystore2', 'PAJ KEYSTORE (UTC / JSON) '), _defineProperty(_ht$data, 'x_KeystoreDesc', 'PAJ KEYSTORE SA SÈVI AK MENM FÒM MIST LA SÈVI A TOU, OU KAPAB PRAN L’ FASILMAN PITA NAN LOGISYÈL YO. SE PAJ SA NOU MANDE W’ POU W’ PRAN AK KENBE L '), _defineProperty(_ht$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ht$data, 'x_Mnemonic', 'LÈT FRAZ KACHE.'), _defineProperty(_ht$data, 'x_ParityPhrase', 'FRAZ KI SANBLE '), _defineProperty(_ht$data, 'x_Password', 'KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Print', 'FÈ SÒTI YON BOUS SOU PAPYE '), _defineProperty(_ht$data, 'x_PrintDesc', 'LÒT MWAYEN: PEZE SOU SÒTI PAJ LA AK KENBE BOUS PAPYE A TANKOU YON PDF, MENM KE W’ PA GEN APARÈY POU SÒTI PAJ LA ! '), _defineProperty(_ht$data, 'x_PrintShort', 'SÒTI PAJ LA '), _defineProperty(_ht$data, 'x_PrivKey', 'KLE SEKRÈ ( SAN KÒD) '), _defineProperty(_ht$data, 'x_PrivKey2', 'KLE SEKRÈ '), _defineProperty(_ht$data, 'x_PrivKeyDesc', 'SE YON LÒT VÈSYON KLE SEKRÈ W’ LA EKRI SAN KÒD, SA VLE DI OKENN KÒD SEKRÈ PA NESESÈ POU SÈVI AK LI. SI NENPÒT MOUN TA VIN JWENN KLE SEKRÈ SA, L’AP KAPAB ANTRE NAN BOUS OU A SAN KÒD SEKRÈ. POU REZON SA, NOU MANDE LÒT FASON AN KI GEN KÒD POU KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'x_Save', 'KENBE L’ '), _defineProperty(_ht$data, 'x_TXT', 'PAJ TXT (SAN-KÒD) '), _defineProperty(_ht$data, 'x_Wallet', 'BOUS '), _defineProperty(_ht$data, 'CX_Tagline', 'EKSTANSYON CHROME BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'CX_Warning_1', 'VEYE POU W’ KA GEN** YON LÒT KOTE POU KENBE DEYÒ** AK TOUT BOUS W’AP JERE LA. GEN ANPIL BAGAY KI KAPAB FÈ W’ PÈDI DONE NIVO CHROME SA, AK ANKÒ RETIRE ENSTALASYON AN AK NAN ENSTALE NIVO A. NIVO SA SE YON FASON POU W’ ANTRE FASILMAN NAN BOUS OU YO, **SE PA** YON FASON POU W’ KENBE YO '), _defineProperty(_ht$data, 'MEW_Tagline', 'BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'MEW_Warning_1', 'TOUJOU BYEN VERIFYE L’URL ANVAN W’ ANTRE NAN BOUS OU A OSWA POU KREYE YON LÒT BOUS. ATANSYON AK FO SIT YO '), _defineProperty(_ht$data, 'FOOTER_1', 'YON ZOUTI OPEN SOURCE NAN JAVASCRIPT LI FÈT POU KLIYAN KREYE BOUS ETHEREUM YO EPI FÈ ANPIL TRANSFÈ '), _defineProperty(_ht$data, 'FOOTER_1b', 'MOUN KI FÈ L’ LA SE '), _defineProperty(_ht$data, 'FOOTER_2', 'DON YO APRESYE ANPIL '), _defineProperty(_ht$data, 'FOOTER_3', 'KREYASYON BOUS POU KLIYAN AK '), _defineProperty(_ht$data, 'FOOTER_4', 'AVÈTISMAN '), _defineProperty(_ht$data, 'sidebar_AccountInfo', 'ENFÒMASYON YO SOU KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountAddr', 'ADRÈS KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountBal', 'KOBYEN KÒB KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_TokenBal', 'KONBYEN TOKENS KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_Equiv', 'LÒT VALÈ KI MENM JAN '), _defineProperty(_ht$data, 'sidebar_TransHistory', 'LIS TRANSFÈ YO '), _defineProperty(_ht$data, 'sidebar_donation', 'MYETHERWALLET SE YON SÈVIS GRATIS EPI YON OPEN SOURCE KI RESPEKTE VI SEKRÈ W’ AK SEKIRITE W’. PLIS N’AP JWENN ANPIL DON, PLIS N’AP PASE ANPIL TAN POU N’ DEVLOPE LÒT FONKSYON YO, N’AP TANDE SA W’ MANDE AK BA W’ SA W’ BEZWEN . NOU SE KÈK MOUN K’AP ESEYE CHANJE MOND LA. EDE NOU! '), _defineProperty(_ht$data, 'sidebar_donate', 'FÈ YON DON '), _defineProperty(_ht$data, 'sidebar_thanks', 'MÈSI !!! '), _defineProperty(_ht$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_ht$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_ht$data, 'decrypt_Access', 'KÒMAN W’ VLE ANTRE NAN BOUS OU A ? '), _defineProperty(_ht$data, 'decrypt_Title', 'CHWAZI FÒM OU VLE METE KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'decrypt_Select', 'CHWAZI YON BOUS '), _defineProperty(_ht$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_ht$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_ht$data, 'MNEM_more', 'More Addresses '), _defineProperty(_ht$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_ht$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_ht$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ht$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_ht$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_ht$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ht$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ht$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_ht$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_ht$data, 'ADD_Label_1', 'KISA W’ VLE FÈ ? '), _defineProperty(_ht$data, 'ADD_Radio_1', 'KREYE YON LÒT BOUS '), _defineProperty(_ht$data, 'ADD_Radio_2', 'CHWAZI PAJ BOUS OU A (KEYSTORE/JSON) '), _defineProperty(_ht$data, 'ADD_Radio_2_alt', 'CHWAZI PAJ BOUS OU A '), _defineProperty(_ht$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE... '), _defineProperty(_ht$data, 'ADD_Radio_3', 'KOLE/PRAN KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_4', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Radio_5', 'KOLE/ANTRE LÈT POU FRAZ KACHE W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_5_Path', 'CHWAZI HD POU LÒT WOUT '), _defineProperty(_ht$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ht$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_ht$data, 'ADD_Label_2', 'BAY KONT OU A YON NON '), _defineProperty(_ht$data, 'ADD_Label_3', 'PAJ OU A GEN KÒD, TANPRI METE KÒD SEKRÈ W’ '), _defineProperty(_ht$data, 'ADD_Label_4', 'METE YON KONT KI KA PARÈT '), _defineProperty(_ht$data, 'ADD_Warning_1', 'OU KAPAB METE NENPÒT KI KONT POU W’ FÈ L’ PARÈT NAN TI BWAT « BOUS YO » SAN W’ PA PRAN YON KLE SEKRÈ. SA **PA** VLE DI KE W’AP KA ANTRE NAN BOUS SA, NI POU W’ TA FÈ TRANSFÈ ETHER YO SÒTI NAN BOUS SA '), _defineProperty(_ht$data, 'ADD_Label_5', 'ANTRE ADRÈS LA '), _defineProperty(_ht$data, 'ADD_Label_6', 'OUVRI BOUS OU A '), _defineProperty(_ht$data, 'ADD_Label_6_short', 'OUVRI '), _defineProperty(_ht$data, 'ADD_Label_7', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ht$data, 'MYWAL_Nick', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Address', 'ADRÈS BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Bal', 'KANTITE KÒB '), _defineProperty(_ht$data, 'MYWAL_Edit', 'KORIJE '), _defineProperty(_ht$data, 'MYWAL_View', 'GADE '), _defineProperty(_ht$data, 'MYWAL_Remove', 'EFASE '), _defineProperty(_ht$data, 'MYWAL_RemoveWal', 'EFASE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_WatchOnly', 'KONT OU YO KI PARÈT SELMAN '), _defineProperty(_ht$data, 'MYWAL_Viewing', 'FÈ PARÈT BOUS YO '), _defineProperty(_ht$data, 'MYWAL_Hide', 'KACHE ENFÒMASYON YO SOU BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Edit_2', 'KORIJE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Name', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Content_1', 'ANTANSYON ! OU PRAL EFASE BOUS OU A '), _defineProperty(_ht$data, 'MYWAL_Content_2', 'BYEN VEYE KE W’ **KENBE KLE SEKRÈ W’ LA/PAJ JSON AK KÒD SEKRÈ A**KI ASOSYE AK BOUS LA ANVAN W’ EFASE L’ '), _defineProperty(_ht$data, 'MYWAL_Content_3', 'SI W’ VLE SÈVI AK BOUS SA AVÈK MyEtherWallet CX NAN LÒT JOU YO, OU DWE METE L’ ANKÒ SÈVI AK KLE SEKRÈ A /PAJ JSON AK KÒD SEKRÈ A '), _defineProperty(_ht$data, 'GEN_desc', 'SI W’ VLE KREYE PLIZYÈ LÒT BOUS, OU KAPAB FÈL LA '), _defineProperty(_ht$data, 'GEN_Label_1', 'METE YON GWO KÒD SEKRÈ (POU PI PITI 9 KARAKTÈ '), _defineProperty(_ht$data, 'GEN_Placeholder_1', 'PA BLIYE KENBE SA '), _defineProperty(_ht$data, 'GEN_SuccessMsg', 'SIKSÈ ! BOUS OU A KREYE '), _defineProperty(_ht$data, 'GEN_Label_2', 'KENBE PAJ KEYSTORE W ‘ LA OSWA KLE SEKRÈ W ‘ LA. PA BLIYE KÒD SEKRÈ W’ LA KI ANLÈ A '), _defineProperty(_ht$data, 'GEN_Label_3', 'KENBE BOUS OU A '), _defineProperty(_ht$data, 'GEN_Label_4', 'OPSYON : FÈ SÒTI BOUS OU A SOU PAPYE OSWA SERE version QR code '), _defineProperty(_ht$data, 'BULK_Label_1', 'KANTITE BOUS KI KA KREYE '), _defineProperty(_ht$data, 'BULK_Label_2', 'KREYE BOUS YO '), _defineProperty(_ht$data, 'BULK_SuccessMsg', 'SIKSÈ ! BOUS OU YO KREYE '), _defineProperty(_ht$data, 'SEND_addr', 'ADRÈS KOTE W’AP VOYE L’ '), _defineProperty(_ht$data, 'SEND_amount', 'KANTITE W’AP VOYE A '), _defineProperty(_ht$data, 'SEND_amount_short', 'KANTITE '), _defineProperty(_ht$data, 'SEND_custom', 'TOKENS ESPESYAL '), _defineProperty(_ht$data, 'SEND_gas', 'GAZ '), _defineProperty(_ht$data, 'SEND_TransferTotal', 'VOYE TOUT KANTITE A ;// RENOUVLLE L’ POU PI PI VIT '), _defineProperty(_ht$data, 'SEND_generate', 'KREYE TRANFÈ A '), _defineProperty(_ht$data, 'SEND_raw', 'TRASFÈ SAN ANALIZ '), _defineProperty(_ht$data, 'SEND_signed', 'TRANSFÈ SIYEN '), _defineProperty(_ht$data, 'SEND_trans', 'VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'SENDModal_Title', 'ATANSYON! '), _defineProperty(_ht$data, 'SENDModal_Content_1', 'OU PRAL VOYE L '), _defineProperty(_ht$data, 'SENDModal_Content_2', 'NAN ADRÈS '), _defineProperty(_ht$data, 'SENDModal_Content_3', 'ESKE W KONFYAN ? '), _defineProperty(_ht$data, 'SENDModal_Content_4', 'NÒT :SI JWENN AK YON ERÈ, OU TA GEN POU METE ETHER YO NAN KONT OU A POU W’ KOUVRI KÒB GAZ POU VOYE TOKENS YO. GAZ LA PEYE AK ETHER '), _defineProperty(_ht$data, 'SENDModal_No', 'NON, MWEN VLE SÒTI LA '), _defineProperty(_ht$data, 'SENDModal_Yes', 'WI, MWEN KONFYAN ! FÈ TRANSFÈ A '), _defineProperty(_ht$data, 'TOKEN_Addr', 'ADRÈS TOKEN CONTRACT'), _defineProperty(_ht$data, 'TOKEN_Symbol', 'SENBÒL TOKEN NAN '), _defineProperty(_ht$data, 'TOKEN_Dec', 'KONTE AN DIS (10) '), _defineProperty(_ht$data, 'TOKEN_show', 'MONTRE TOKENS YO '), _defineProperty(_ht$data, 'TOKEN_hide', 'KACHE TOKENS YO '), _defineProperty(_ht$data, 'TRANS_desc', 'SI W’ VLE VOYE TOKENS YO, ALE PITO NAN PAJ « VOYE TOKENS » '), _defineProperty(_ht$data, 'TRANS_warning', 'METE FONKSYON ‘’ETH’’ YO SÈLMAN AK ‘’ETC SÈLMAN’’ OU FÈ W’ PASE NAN YON KONTRA. KÈK NAN SÈVIS SA YO KONN GEN PWOBLÈM AK TRANSFÈ SA YO. POU W’ KONN PLIS '), _defineProperty(_ht$data, 'TRANS_advanced', '+AVANSE : METE GAZ '), _defineProperty(_ht$data, 'TRANS_data', 'DONE '), _defineProperty(_ht$data, 'TRANS_gas', 'LIMIT AN GAZ ;// CHANJE AN ENG POU LIMIT GAZ LA '), _defineProperty(_ht$data, 'TRANS_sendInfo', 'YON TRANSFÈ NÒMAL SÈVI AK 21000 GAZ KI KOUTE 0.000441 ETH. PRI GAZ LA 0.000000021 ETH KE NOU TE CHWAZI A ON TI JAN PI WO KE PI PITI A ASIRE W’ POU W’ YON KONFIMASYON RAPID. NOU PA PRAN FRÈ POU TRANSFÈ A. '), _defineProperty(_ht$data, 'OFFLINE_Title', 'KREYE EPI VOYE YON TRANFÈ SAN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Desc', 'KREYASYON YON TRANSFÈ SAN SIYAL FÈT NAN TWA ETAP. ETAP 1 AK 3 YO FÈT NAN YON KOMPITÈ KI GEN SIYAL AK ETAP 2 A NAN YON KOMPITÈ KI PA KONEKTE AK REZO A. SA PÈMÈT OU IZOLE NÈT KLE SEKRÈ W’ LA POU TOUT MACHIN KI KONEKTE AK INTÈNÈT '), _defineProperty(_ht$data, 'OFFLLINE_Step1_Title', 'ETAP 1 : KREYASYON ENFÒMASYON AN (KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step1_Button', 'KREYE ENFÒMASYON AN '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_1', 'ADRÈS KOTE L’ SÒTI '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_2', 'NÒT : SE NAN ADRÈS KOTE L’ SÒTI A, SE PA ADRÈS KOTE L’AP RIVE A.NONCE LA KREYE AK KONT MOUN K’AP VOYE A. SI NOU SÈVI AK YON MACHIN KI PA KONEKTE AK REZO A, ADRÈS SA AP ADRÈS KONT LA TANKOU _COLDSTORAGE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Title', 'ETAP 2: KREYASYON TRANSFÈ A(KOMPITÈ SAN SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_1', 'ADRÈS KOTE L’ PRALE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_2', 'VALÈ/KANTITE W’AP VOYE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3', 'PRI GAZ LA '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3b', 'KANTITE SA TE PARÈT NAN ETAP 1 AN LÈ KOMPITÈ W’ LA KI TE GEN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4', 'LIMIT GAZ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4b', '21000 SE LIMIT NÒMAL LA. NA KA W’AP VOYE POU KONTRA YO OSWA AVÈK DONE ANPLIS YO, VALÈ SA KAPAB DIFERAN. TOUT GAZ KI PA SÈVI YO Y’AP VOYE YO BA W’ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5', 'NONCE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5b', 'SA TE PARÈT NAN PREMYE ETAP NAN KOMPITÈ W’ LA KI GEN SIYAL.'), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6', 'DONE YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6b', 'SA SE YON ZÒN OPSYON, DONE YO TOUJOU SÈVI LÈ Y’AP FÈ TRANSFÈ POU KONTRA YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_7', 'ANTRE/ CHWAZI KLE SEKRÈ W’ LA / JSON '), _defineProperty(_ht$data, 'OFFLINE_Step3_Title', 'ETAP 3 : VOYE/ FÈ WÈ TRANSFÈ A ( KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step3_Label_1', 'KOPYE TRANSFÈ A LA SIYEN NAN ETAP 2 A AK PEZE SOU BOUTON ”VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'CONTRACT_Title', 'Adresse de contrat '), _defineProperty(_ht$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant '), _defineProperty(_ht$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_ht$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat '), _defineProperty(_ht$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction '), _defineProperty(_ht$data, 'CONTRACT_ByteCode', 'Bytecode '), _defineProperty(_ht$data, 'CONTRACT_Read', 'LIRE '), _defineProperty(_ht$data, 'CONTRACT_Write', 'ECRIRE '), _defineProperty(_ht$data, 'DEP_generate', 'Générer le bytecode '), _defineProperty(_ht$data, 'DEP_generated', 'Bytecode généré '), _defineProperty(_ht$data, 'DEP_signtx', 'Signer la transaction '), _defineProperty(_ht$data, 'DEP_interface', 'Interface générée '), _defineProperty(_ht$data, 'NODE_Title', 'ENSTALE NE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'NODE_Subtitle', 'POU W’ KAPAB KONENTE AK YON NE LOKAL '), _defineProperty(_ht$data, 'NODE_Warning', 'NE W’ LA DWE AN HTTPS POU W’ KONEKTE AVÈK MYETHERWALLET.COM. OU KAPAB [PRAN REPO MYWALLET LA EPI OUVRI L’ LOKALMAN ](https://github.com/kvhnuke/etherwallet/releases/latest) POU W’ KONEKTE A KÈK LÒT NE , OSWA POU W’ GENYEN SÈTIFIKA SSL GRATIS AVÈK[LetsEncrypt](https://letsencrypt.org/).'), _defineProperty(_ht$data, 'NODE_Name', 'NON NE A '), _defineProperty(_ht$data, 'NODE_Port', 'PÒ NE A '), _defineProperty(_ht$data, 'NODE_CTA', 'ANREJISTRE EPI SÈVI AK YON NE SEKRÈ '), _defineProperty(_ht$data, 'SWAP_rates', 'VALÈ LI YE KOUNYE A '), _defineProperty(_ht$data, 'SWAP_init_1', 'M VLE CHANJE '), _defineProperty(_ht$data, 'SWAP_init_2', 'POU '), _defineProperty(_ht$data, 'SWAP_init_CTA', 'ANN KONTINYE'), _defineProperty(_ht$data, 'SWAP_information', 'ENFÒMASYON W’ YO'), _defineProperty(_ht$data, 'SWAP_send_amt', 'KANTITE POU VOYE '), _defineProperty(_ht$data, 'SWAP_rec_amt', 'KANTITE POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_your_rate', 'VALÈ LI YE '), _defineProperty(_ht$data, 'SWAP_rec_add', 'ADRÈS POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_start_CTA', 'KÒMANSE CHANJE '), _defineProperty(_ht$data, 'SWAP_ref_num', 'NIMEWO POU YO JWENN OU '), _defineProperty(_ht$data, 'SWAP_time', 'TAN KI RETE POU VOYE L '), _defineProperty(_ht$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ht$data, 'SWAP_progress_1', 'LÒD PASE '), _defineProperty(_ht$data, 'SWAP_progress_2', '// Waiting for your BTC... //N’AP TANN BTC W’ YO '), _defineProperty(_ht$data, 'SWAP_progress_3', ', // ETH Received! ETH RESEVWA ! '), _defineProperty(_ht$data, 'SWAP_progress_4', 'VOYE {{REZILTA LÒD. KREYASYON.MONNEN}} YO '), _defineProperty(_ht$data, 'SWAP_progress_5', 'LÒD AKONPLI '), _defineProperty(_ht$data, 'SWAP_order_CTA', 'TANPRI VOYE 1 ETH '), _defineProperty(_ht$data, 'SWAP_unlock', 'OUVRI BOUS OU A POU W’ VOYE ETH YO OSWA TOKENS YO SÒTI DIRÈKTEMAN NAN SA '), _defineProperty(_ht$data, 'MSG_message', 'MESAJ '), _defineProperty(_ht$data, 'MSG_date', 'DAT '), _defineProperty(_ht$data, 'MSG_signature', 'SIYATI.'), _defineProperty(_ht$data, 'MSG_verify', 'VERIFYE YON MESAJ '), _defineProperty(_ht$data, 'MSG_info1', 'METE DAT JOU A POU SIYATI A PA SÈVI ANKÒ NAN YON LÒT MOMAN '), _defineProperty(_ht$data, 'MSG_info2', 'METE TI NON W’ NAN KOTE W’ KONN SÈVI AK LI A POU YON LÒT MOUN PA SÈVI AK LI '), _defineProperty(_ht$data, 'MSG_info3', 'METE YON SÈL BON REZON POU MESAJ LA POU L’ PA SÈVI ANKÒ POU YON LÒT REZON '), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI AK SÒTI BOUS OU A ANKÒ SOU PAPYE. OU DWE FÈ L’ POU [ PRAN KONT OU A NAN GETH/MIST] (http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). SI W’ VLE WÈ VALÈ KÒB OU A, NOU MANDE W’ POU SÈVI AK YON EKSPLORATÈ POU BLOCKCHAIN TANKOU[etherscan.io](https://etherscan.io/).'), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle_Short', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI POU SÒTI BOUS OU A ANKÒ SOU PAPYE '), _defineProperty(_ht$data, 'VIEWWALLET_SuccessMsg', 'SIKSÈ ! MEN DETAY YO POU BOUS OU A '), _defineProperty(_ht$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ht$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ht$data, 'CX_error_1', 'OU PA GEN BOUS KI ANREJISTRE. PEZE SOU[‘’METE YON BOUS’’] (/cx-wallet.html#add-wallet) POU METE YOUN !. '), _defineProperty(_ht$data, 'CX_quicksend', 'VOYE RAPID ; // SI JAN L’ TRADWI A PA NAN GOU W’ JIS SÈVI AK ”SEND” '), _defineProperty(_ht$data, 'ERROR_0', 'ANTRE YON KANTITE KI VALAB '), _defineProperty(_ht$data, 'ERROR_1', 'KÒD SEKRÈ W’ LA DWE GEN POU PI PITI 9 KARAKTÈ. BYEN VEYE KE SE YON GWO KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_2', 'DEZOLE ! SÈVIS NOU AN PA PÈMÈT NOU JERE JAN DE PAJ BOUS SA '), _defineProperty(_ht$data, 'ERROR_3', 'SA SE PA YON PAJ BOUS '), _defineProperty(_ht$data, 'ERROR_4', 'VALÈ SA PA LA, TANPRI SÈVI AK YOUN NANN LÒT VALÈ SA YO '), _defineProperty(_ht$data, 'ERROR_5', 'ANTRE YON BON ADRÈS '), _defineProperty(_ht$data, 'ERROR_6', 'ANTRE YON BON KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_7', 'TANPRI ANTRE YON VALÈ KI BON (Must be integer. Try 0-18.) '), _defineProperty(_ht$data, 'ERROR_8', 'TANPRI ANTRE YON BON LIMIT GAZ . (Must be integer. Try 21000-4000000.) '), _defineProperty(_ht$data, 'ERROR_9', 'TANPRI ANTRE YON VALÈ DONE YO KI VALAB. (Must be hex.) '), _defineProperty(_ht$data, 'ERROR_10', 'TANPRI ANTRE YON VALÈ GAZ KI VALAB(Must be integer. Try 20 GWEI / 20000000000 WEI.) (LI DWE ANTYE. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ht$data, 'ERROR_11', '(Must be integer.) '), _defineProperty(_ht$data, 'ERROR_12', 'SIYATI TRANSFÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_13', 'NON BOUS SA LA DEJA '), _defineProperty(_ht$data, 'ERROR_14', 'BOUS SA PA LA '), _defineProperty(_ht$data, 'ERROR_15', 'TA SANBLE POKO GEN OKENN PWOPOZISYON KI LA DEJA AVÈK MOUN SA OSWA GEN YON ERÈ PANDAN KONSILTASYON PWOPOZISYON AN '), _defineProperty(_ht$data, 'ERROR_16', 'GEN YON BOUS KI GEN ADRÈ SA DEJA. TANPRI AL GADE LIS PAJ BOUS OU A '), _defineProperty(_ht$data, 'ERROR_17', 'IFONDS LA YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVISYON. FÒK OU TA GENYEN POU PI PITI 0,01 ETHER SOU KONT OU A POU W’ KA KOUVRI KÒB GAZ YO. METE ETHER YO EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_18', 'TOUT GAZ LA TE SÈVI PANDAN TRANSFÈ A. SA VLE DI KE W’ TE DEJA VOTE POU PWOPOZISYON SA DEJA OSWA KE MOMAN DEBA A FINI '), _defineProperty(_ht$data, 'ERROR_19', 'TANPRI ANTRE YON SENBÒL KI VALAB '), _defineProperty(_ht$data, 'ERROR_20', 'SE PA YON TOKEN ERC-20 VALAB. SI Y’AP PRAN LÒT TOKEN YO, RETIRE SA EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_21', 'LI PA POSIB POU N’ KONN KONBYEN GAZ LA YE. PA GEN ASE PWOVISYON SOU KONT SA, OSWA ADRÈS KONTRA KOTE Y ‘AP RESEVWA L’ LA TE VOYE TOUNEN YON ERÈ. OU KAPAB METE GAZ LA OU MENM EPI KÒMANSE ANKÒ. MESAJ ERÈ A PANDAN W’AP VOYE L’ LA KAPAB GEN ANPIL ENFÒMASYON '), _defineProperty(_ht$data, 'ERROR_22', 'TANPRI ANTRE YON NON NE KI VALAB '), _defineProperty(_ht$data, 'ERROR_23', 'TANPRI ANTRE YON URL KI VALAB ; SI W’ AN HTTPS URL OUA DWE AN HTTPS '), _defineProperty(_ht$data, 'ERROR_24', 'TANPRI ANTRE YON PÒ KI VALAB '), _defineProperty(_ht$data, 'ERROR_25', 'TANPRI ANTRE YON ID DE CHÈNN VALAB '), _defineProperty(_ht$data, 'ERROR_26', 'TANPRI ANTRE YON ABI KI VALAB '), _defineProperty(_ht$data, 'ERROR_27', 'KANTITE PI PITI : 0.01. KANTITE PI GWO '), _defineProperty(_ht$data, 'ERROR_28', '**OU BEZWEN PAJ KEYSTORE W’ LA EPI KÒD SEKRÈ A ** ( OSWA KLE SEKRÈ W’ LA) POU KAPAB ANTRE NAN BOUS SA NAN LÒT JOU YO. TANPRI PRAN L’EPI POU W’ SERE L’ YON KOTE DEYÒ ! PA GEN OKENN LÒT MWAYEN POU W’ JWENN ANKÒ YON BOUS SI W’ PA ANREJISTRE L’. TANPRI LI PAJ SA [PAJ POU EDE](https://www.myetherwallet.com/#help) POU DETAY YO '), _defineProperty(_ht$data, 'ERROR_29', 'TANPRI ANTRE YON BON NON AK KÒD SEKRÈ L’ '), _defineProperty(_ht$data, 'ERROR_30', 'TANPRI ANTRE YON BON NON ENS '), _defineProperty(_ht$data, 'ERROR_31', 'FRAZ SEKRÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_32', 'LI ENPOSIB POU W’ KONEKTE AK NE A. RAFRECHI PAJ LA, OSWA ESEYE YON LÒT NE (upper right corner), GADE NAN PARAMÈT FIREWALL OU YO. SI W’ AN MÒD NE, GADE NAN PARAMÈT YO // 32 '), _defineProperty(_ht$data, 'ERROR_33', 'BOUS W’AP ESEYE OUVRI A LI PA GEN MENNM ADRÈS AK MET LI;33 '), _defineProperty(_ht$data, 'ERROR_34', 'NON W’AP TANTE POU W’ KA WÈ A PA GEN MENM ADRÈS AK NON OU TE ANTRE A // 34 '), _defineProperty(_ht$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ht$data, 'ERROR_36', 'Entrez une empreinte (_hash_) de TX valide'), _defineProperty(_ht$data, 'ERROR_37', 'Entrez une chaîne hex valide (0-9, a-f)'), _defineProperty(_ht$data, 'SUCCESS_1', 'ADRÈS LA VALAB '), _defineProperty(_ht$data, 'SUCCESS_2', 'BOUS DEKÒDE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_3', 'TX ALE NAN BLOCKCHAIN NAN. PEZE BOUTON AN POU W’ KA WÈ TRANSFÈ W’ LA & VERIFYE SI SE POU OU AK SI LI PA MANKE GAZ OSWA KÈK ERÈ NAN KONTRA EKZEKISYON L’YO '), _defineProperty(_ht$data, 'SUCCESS_4', 'BOUS LA METE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_5', 'PAJ CHWAZI '), _defineProperty(_ht$data, 'SUCCESS_6', 'OU BYEN KONEKTE '), _defineProperty(_ht$data, 'SUCCESS_7', 'SIYATI MESAJ LA VERIFYE '), _defineProperty(_ht$data, 'WARN_Send_Link', 'OU RIVE LA GRAS AK YON LYEN KI PLEN ADRÈS LA, KANTITE A, GAZ LA OSWA ESPAS DONE W’ YO. OU KAPAB KORIJE TOUT ENFÒMASYON YO ANVAN W’ VOYE YO . OUVRI BOUS OU A POU W ‘ KÒMANSE '), _defineProperty(_ht$data, 'GETH_InvalidSender', 'MOUN K’AP VOYE L’ PA BON '), _defineProperty(_ht$data, 'GETH_Nonce', 'NONCE TWÒ BA '), _defineProperty(_ht$data, 'GETH_Cheap', 'PRI GAZ LA TWO BA POU L’ AKSEPTE '), _defineProperty(_ht$data, 'GETH_Balance', 'KANTITE A PA SIFI '), _defineProperty(_ht$data, 'GETH_NonExistentAccount', 'KONT SA PA EGZISTE OSWA KANTITE KI NAN KONT LA TWÒ BA '), _defineProperty(_ht$data, 'GETH_InsufficientFunds', 'KÒB SA YO PA SIFI POU GAZ *PRI+VALÈ '), _defineProperty(_ht$data, 'GETH_IntrinsicGas', 'VALÈ GAZ LA TWO BA '), _defineProperty(_ht$data, 'GETH_GasLimit', 'LIMIT GAZ LA DEPASE '), _defineProperty(_ht$data, 'GETH_NegativeValue', 'VALÈ A PA BON '), _defineProperty(_ht$data, 'PARITY_AlreadyImported', 'GEN YON TRANSFÈ KI GEN MENM HASH SA KI SÒTI LA DEJA '), _defineProperty(_ht$data, 'PARITY_Old', 'NONCE TRANSFÈ A TWÒ BA. ESEYE METE SOU NONCE LAN ANKÒ '), _defineProperty(_ht$data, 'PARITY_TooCheapToReplace', 'FRÈ TRANSFÈ YO TWÒ BA. GEN YON LÒT TRANSFÈ KI GEN MENM NONCE LA K’AP TANN. ESEYE METE SOU FRÈ A OSWA METE SOU NONCE LAN '), _defineProperty(_ht$data, 'PARITY_LimitReached', 'GEN TWÒP TRANSFÈ K’AP TANN. TRANSFÈ W’ LA PA FÈT POU REZON SA. ESYE METE SOU FRÈ A '), _defineProperty(_ht$data, 'PARITY_InsufficientGasPrice', 'FRÈ TRANSFÈ YO TWÒ BA. YO PA SATISFÈ MENM POU PITI NE A (MINIMUM :{},REÇU :{}). ESEYE METE SOU FRÈ YO '), _defineProperty(_ht$data, 'PARITY_InsufficientBalance', 'IFONDS YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TANSFÈ A PA GEN ASE KÒB. YO MANDE A: {} , REÇU : {} '), _defineProperty(_ht$data, 'PARITY_GasLimitExceeded', 'KÒB TRANSFÈ A DEPASE LIMIT GAZ KOUNYE A. LIMIT :{}. ESEYE RETIRE NAN GAZ OU JWENN NAN '), _defineProperty(_ht$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_ht$data, 'translate_version', '0.5 '), _defineProperty(_ht$data, 'Translator_Desc', ' YON MÈSI POU TRADIKTÈ N’YO '), _defineProperty(_ht$data, 'TranslatorName_1', '[Nogo10](https://www.myetherwallet.com/?gaslimit=21000&to= 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a&value=1.0#VOYE-TRANSFÈ A) · '), _defineProperty(_ht$data, 'TranslatorAddr_1', ' 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a '), _defineProperty(_ht$data, 'TranslatorName_2', 'NON TRADIKTÈ_2 JJCROISIERE · '), _defineProperty(_ht$data, 'TranslatorAddr_2', 'TRADIKTÈ ADDR_2 '), _defineProperty(_ht$data, 'TranslatorName_3', 'NON TRADIKTÈ A JJCROISIERE '), _defineProperty(_ht$data, 'TranslatorAddr_3', ' TRADIKTÈ ADDDR_3 '), _defineProperty(_ht$data, 'TranslatorName_4', 'NON TRADIKTÈ_4 '), _defineProperty(_ht$data, 'TranslatorAddr_4', 'TRADIKTÈADDR_4 '), _defineProperty(_ht$data, 'TranslatorName_5', 'NON TRADIKTÈ_5 '), _defineProperty(_ht$data, 'TranslatorAddr_5', 'TRADIKTÈADDR_5 '), _defineProperty(_ht$data, 'HELP_Warning', 'SI W’ TE KREYE YON BOUS- OSWA- OU TE PRAN REPO A ANVAN ** 31 DESANM 2015**, TANPRI VERIFYE BOUS OU YO / AL PRAN YON LÒT VÈSYON REPO A ANKÒ. PEZE LA POU W’ KA JWENN PLIS DETAY. '), _defineProperty(_ht$data, 'HELP_Desc', 'MANKE YON BAGAY ? SI W’ GEN LÒT KESYON ? [PALE AK NOU]( mailto:support@myetherwallet.com), N’AP REPONN OU EPI N’AP TOU METE PAJ LA A JOU POU L’ KA ITIL PI PLIS AK TOUT LÒT MOUN YO NAN LÒT JOU YO ! '), _defineProperty(_ht$data, 'HELP_Remind_Title', 'KÈK NAN SA POU SONJE YO: '), _defineProperty(_ht$data, 'HELP_Remind_Desc_1', 'ETHEREUM, MYETHERWALLET.COM & MYETHER WALLET CX, EPI KÈK NAN BIBLIYOTÈK YO JAVASCRIPT KI ANBA KE NOU KONN SÈVI AK YO KÒMANSE AP DEVLOPE.** NOU PASE YO GWO TÈS EPI ANPIL DIZÈNN AK MILYE BOUS SA YO TE KREYE AVÈK ANPIL SIKSÈ TOUT KOTE NAN MOND LA. KA TOUJOU GEN YON TI KRAS POSIBLITE KE YON BAGAY KA PASE KI KA PÈMÈT OU PÈDI ETH OU YO. PA ENVESTI PLIS PLIS KE SA W ‘ KA PRÈ POU W’ PÈDI EPI PRIDANS. NAN KA AKSIDAN, N’AP DEZOLE MEN ** NOU P’AP RESPONSAB POU ETHER SA W’ PÈDI A** '), _defineProperty(_ht$data, 'HELP_Remind_Desc_2', 'MYETHERWALLET.COM & MYETHERWALLET CX YO PA "BOUS WEB". OU PA KREYE YON KONT , OU PA BA NOU ETHER W’ YO TANKOU DEPO. OKENN DONE PA SÒTI NAN KOMPITÈ W’ OSWA NAVIGATÈ W’ LA. N’AP FASILITE W’ POU W KREYASYON AN. KIJAN POU KENBE L’ EPI ANTRE NAN ENFÒMASYON W’ YO AK KONTAK OU MENM AK BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_Remind_Desc_3', 'SI W’ PA BYEN KENBE KLE SEKRÈ W’ LA EPI KÒD SEKRÈ W ‘, PA GEN OKENN LÒT MWAYEN OU KA ANTRE NAN BOUS OU A ANKÒ AK JWENN PWOVIZYON KI LADAN L’ YO. SERE YO NAN PLIZYÈ KOTE EPI SE PA SELMAN SOU KOMPITÈ W LA! '), _defineProperty(_ht$data, 'HELP_0_Title', '0) MWEN FENK VINI. KISA POU M’ FÈ? '), _defineProperty(_ht$data, 'HELP_0_Desc_1', 'MYETHERWALLET BA W’ MWAYEN POU W’ KREYE PLIZYÈ LÒT BOUS POU W’ KACHE ETHER OU A OU MENM EPI SE PA SOU YON ** CHANJ** PWOSESIS SA KA FÈT SOU YON KOMPITÈ, SE PA SOU SÈVÈ NOU YO. LÈ W’AP KREYE YON LÒT BOUS ** SE RESPONSABLITE W’ POU W’ BYEN KENBE L’ AN SEKIRITE** '), _defineProperty(_ht$data, 'HELP_0_Desc_2', 'KREYE YON NOUVO BOUS. '), _defineProperty(_ht$data, 'HELP_0_Desc_3', 'ANREJISTRE BOUS LA. '), _defineProperty(_ht$data, 'HELP_0_Desc_4', 'VERIFYE POU W’ WÈ SI W’ GEN AKSÈ POU W’ ANTRE NAN LÒT BOUS SA AK SI W’ BYEN SOVE TOUT BON ENFÒMASYON NESESÈ YO. '), _defineProperty(_ht$data, 'HELP_0_Desc_5', 'VOYE ETHER A NAN LÒT BOUS SA. '), _defineProperty(_ht$data, 'HELP_1_Title', '1) KÒMAN POU M’ KREYE YON LÒT BOUS ? '), _defineProperty(_ht$data, 'HELP_1_Desc_1', 'ALE NAN PAJ "KREYASYON YON BOUS. '), _defineProperty(_ht$data, 'HELP_1_Desc_2', 'ALE NAN PAJ "METE YON BOUS" EPI CHWAZI "KREYE YON LÒT BOUS" '), _defineProperty(_ht$data, 'HELP_1_Desc_3', 'ANTRE YON GWO KÒD SEKRÈ. SI W’ PANSE W’ KA BLIYE L’, SERE L’ YON BON KOTE. OU PRAL GEN BEZWEN KÒD SEKRÈ SA POU W’ VOYE TRANSFÈ YO. '), _defineProperty(_ht$data, 'HELP_1_Desc_4', 'PEZE SOU "KREYE". '), _defineProperty(_ht$data, 'HELP_1_Desc_5', 'POU KOUNYE A BOUS OU A KREYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_1', 'OU DWE TOUJOU ANREJISTRE BOUS OU A NAN PLIZYÈ KOTE, TANKOU SOU YON USB OSWA YON FÈY PAPYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_2', 'ANREJISTRE ADRÈS LA, OU KAPAB GENYEN L’ POU OU SÈL OSWA PATAJE L’ AVÈK LÒT MOUN, NAN FASON TOUT MOUN KAPAB VOYE ETHER BA W’. '), _defineProperty(_ht$data, 'HELP_2a_Desc_3', 'ANREJISTRE KLE SEKRÈ W’ NAN PLIZYÈ FASON. PA PATAJE L’ AK OKENN MOUN. KLE SEKRÈ LA NESESÈ POU W’ ANTRE NAN ETHER W’ LA. POU W’ VOYE L !’ GEN 3 DIFERAN KLE SEKRÈ KI EGZISTE: '), _defineProperty(_ht$data, 'HELP_2a_Desc_4', 'METE ADRÈS OU A, NAN BAGAY YO OU METE KLE SEKRÈ W’ LA AK VÈSYON PDF POU BOUS PAPYE W’ LA NAN YON DOSYE. KENBE L’ SOU KOMPITÈW’ LA EPI YON KLE USB. '), _defineProperty(_ht$data, 'HELP_2a_Desc_5', 'FÈ SÒTI BOUS OU A SI W’ GEN APARÈY LA. SI SE PA SA, EKRI KLE SEKRÈ W’ AK ADRÈS OU A SOU YON FÈY PAPYE. KACHE L’ YON BON KOTE, APRE SOU KOMPITÈ W’ LA EPI KLE USB LA. '), _defineProperty(_ht$data, 'HELP_2a_Desc_6', 'METE NAN LESPRI W’ POU W’ PWOTEJE TÈT OU POU W’ PA PÈDI KLE A EPI KÒD SEKRÈ A NAN KA OU TA PÈDI DISKEDI W’ LA, KLE W’ LA OSWA FÈY PAPYE A. OU DWE TOU PWOTEJE W’ KONT TOUT GWO KATASTWÒF KI KA FÈ ENPAK SOU YON ZÒN GEOGRAFIK (TANKOU YON GWO DIFE OSWA YON INONDASYON) . '), _defineProperty(_ht$data, 'HELP_2b_Title', '2b) KÒMAN POU M’ JERE AK TOUT SEKIRITE YON MAGAZEN SAN SIYAL AVÈK MYETHERWALLET? '), _defineProperty(_ht$data, 'HELP_2b_Desc_1', 'ALE NAN GITHUB NOU AN : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ht$data, 'HELP_2b_Desc_2', 'PEZE SOU DIST-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_2b_Desc_3', 'METE ZIP LASOU YON KOMPITÈ SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_2b_Desc_4', 'DEZIPE L’ PEZE 2 FWA SOU INDEX.HTML`. '), _defineProperty(_ht$data, 'HELP_2b_Desc_5', ' YON BOUS AVÈK YON GWO KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_2b_Desc_6', 'KENBE ADRÈS LA. KENBE BAGAY YO OU METE KLE SEKRÈ A. KENBE KÒD SEKRÈ A SI W’ PA TA VLE TOUJOU AP SONJE L’. '), _defineProperty(_ht$data, 'HELP_2b_Desc_7', 'BYEN SERE PAPYE YO EPI/ OSWA KLE USB SA YO NAN YON KOTE BYEN LWEN. '), _defineProperty(_ht$data, 'HELP_2b_Desc_8', 'ALE NAN PAJ "FÈ PARÈT YON BOUS" EPI ANTRE KLE SEKRÈ W’ LA AK KÒD SEKRÈ W’ LA POU W’ GEN ASIRANS KE YO VALAB EPI POU KA ANTRE NAN BOUS OU A. VERIFYE KE ADRÈS OU TE EKRI A SE MENM BAGAY LA. '), _defineProperty(_ht$data, 'HELP_3_Title', '3) KÒMAN POU M’ VERIFYE KE M’ ANTRE NAN LÒT BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_3_Desc_1', '** ANVAN W’ VOYE ETHER NAN BOUS OU A** OU DWE GEN ASIRANS KE W’ ANTRE. '), _defineProperty(_ht$data, 'HELP_3_Desc_2', 'NAVIGE AL NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_3_Desc_3', 'NAVIGE AL NAN PAJ " FÈ PARÈT YON BOUS" MYETHERWALLET.COM LA. '), _defineProperty(_ht$data, 'HELP_3_Desc_4', 'CHWAZI PAJ BOUS OU A- OSWA - KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_3_Desc_5', 'SI BOUS OU A GEN KÒD , YON ZÒN KI GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_3_Desc_6', 'PEZE BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_3_Desc_7', 'ENFÒMASYON SOU BOUS OU YO DWE PARÈT . JWENN ADRÈS KONT OU A KOTE YON PYON KI GEN FÒM YON SÈK EPI KI GEN KOULÈ. SA REPREZANTE ADRÈS OU A JAN W’ WÈ L’ LA. ASIRE W’ KE ADRÈS SA SE SA W’ TE KENBE NAN DOKIMAN KI EKRI W’ LA EPI LI NAN BOUS PAPYE W’ LA TOU. '), _defineProperty(_ht$data, 'HELP_3_Desc_8', 'SI W’ VLE GEN YON GWO KANTITTE ETHER, NOU MANDE W’ POU W’ KÒMANSE VOYE YON TI KANTITE KÒB KI AP SÒTI NAN BOUS OU FENK GENYEN AN ANAVN W’ METE YON GWO KANTITE KÒB. VOYE 0,001 ETHER AL NAN BOUS OU FENK GENYEN AN, ANTRE LADAN L’ EPI VOYE 0,001 ETHER SA YO AL NAN YON LÒT ADRÈS, EPI VERIFYE KE TOUT BAGAY AP BYEN FONKSYONE SAN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_4_Title', '4) KÒMAN POU M’ KA VOYE ETHER A SÒTI NAN BOUS SA AL NAN YON LÒT? '), _defineProperty(_ht$data, 'HELP_4_Desc_1', 'SI W’ VLE FÈ YON GWO KANTITE TRANSFÈ ETHER, OU DWE AVAN TOUT BAGAY ESEYE VOYE YON TI KANTITE KÒB AL NAN BOUS OU A POU GEN KONFYANS KE TOUT BAGAY AP BYEN FONKSYONE JAN SA DWE YE. '), _defineProperty(_ht$data, 'HELP_4_Desc_2', 'NAVIGE AL NAN PAJ "VOYE ETHER YO EPI TOKENS YO" . '), _defineProperty(_ht$data, 'HELP_4_Desc_3', 'CHWAZI PAJ BOUS OU A- OSWA- KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_4_Desc_4', 'SI BOUS OU A GEN KÒD, YON ZÒN GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ W LA. '), _defineProperty(_ht$data, 'HELP_4_Desc_5', 'PEZE SOU BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_4_Desc_6', 'ANTRE ADRÈS MOUN K’AP RESEVWA L’ LA NAN ESPAS "ADRÈS KOTE L PRALE A". '), _defineProperty(_ht$data, 'HELP_4_Desc_7', 'ANTRE KANTITE W’ VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT NÈT. '), _defineProperty(_ht$data, 'HELP_4_Desc_9', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4_Desc_10', 'KÈK ESPAS ANPLIS AP PARÈT. NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_11', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_4_Desc_12', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS LA KOTE W’AP VOYE L’ LA YO BON. APRE PEZE SOU "WI, MWEN KONFYAN ! FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_13', 'TRANSFÈ A PRAL FÈT. MOUN LI AN PRAL PARÈT. OU KAPAB PEZE SOU MOUN NAN POU W’ WÈ L’ SOU BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_4CX_Title', '4) KÒMAN POU M’ KA VOYE RTHER AVÈK MYETHERWALLET CX ? '), _defineProperty(_ht$data, 'HELP_4CX_Desc_1', 'ANVAN, OU DWE METE YON BOUS. SA FÈT, OU GENYEN DE FASON : FONKSYON "VOYE RAPID" NAN PYON AN NAN EXTENSION CHROME OSWA PAJ "VOYE ETHER YO EPI TOKENS YO". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_2', 'VOYE RAPID: '), _defineProperty(_ht$data, 'HELP_4CX_Desc_3', 'PEZE SOU PYON EXTENSION CHROME. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_4', 'PEZE SOU BOUTON "VOYE RAPID". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_5', 'CHWAZI BOUS KOTE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_6', 'ANTRE ADRÈS LA OU VLE VOYE A NAN ESPAS "ADRÈS KOTE L’ PRALE A :" . '), _defineProperty(_ht$data, 'HELP_4CX_Desc_7', 'ANTRE KANTITE OU VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT SA L’ GENYEN AN. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_8', 'PEZE SOU "VOYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_9', 'VERIFYE KE ADRÈS LA EPI KANTITE W’AP VOYE A BON. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_10', 'ANTRE KÒD SEKRÈ BOUS SA. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_11', 'PEZE SOU "VOYE TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_4CX_Desc_12', 'AVÈK PAJ "VOYE ETHER YO EPI AK TOKENS YO" '), _defineProperty(_ht$data, 'HELP_5_Title', '5) KÒMAN M KA OUVRI MYETHERWALLET.COM SAN SIYAL/LOKAL ? '), _defineProperty(_ht$data, 'HELP_5_Desc_1', 'OU KAPAB OUVRI MYETHERWALLET.COM SOU KOMPITÈ W’ LA SAN W’ PA PASE NAN SÈVÈ GITHUB YO. OU KAPAB KREYE YON BOUS SAN OU PA BEZWEN GEN SIYAL EPI VOYE TRANSFÈ YO SÒTI NAN PAJ SA "TRANSFÈ SAN SIYAL". '), _defineProperty(_ht$data, 'HELP_5_Desc_7', 'TOUT MYETHERWALLET.COM LA VIRE SOU KOMPITÈ W’ LA KOUNYE A. '), _defineProperty(_ht$data, 'HELP_5_Desc_8', 'NAN KA OU PA TA ABITYE AK SA. OU DWE KONSÈVE TOUT DOSYE A POU W’ VIRE SIT WEB LA EPI PA SÈLMAN INDEX.HTML. PA MANYEN ANYEN, PA DEPLASE ANYEN NAN DOSYE A. SI W’ KENBE YON REPO NAN MAGAZEN MYETHERWALLET POU LÒT JOU YO, NOU MANDE W’ PA METE ZIP LA SÈLMAN NAN MAGAZENN AN POU W’ KA ASIRE W’ KE DOSYE A PA GEN TACH. '), _defineProperty(_ht$data, 'HELP_5_Desc_9', 'NOU TOUJOU AP AMELYORE MYETHERWALLET.COM, NOU MANDE W’ POU W’ TOUJOU METE A JOU VÈSYON W’ TE KENBE A. '), _defineProperty(_ht$data, 'HELP_5CX_Title', '5) KÒMAN POU M’ ENSTALE EXTENSION AN NAN REPO A KE NAN CHROME STORE A ? '), _defineProperty(_ht$data, 'HELP_5CX_Desc_2', 'PEZE SOU CHROME-EXTENSION-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_5CX_Desc_3', 'AL NAN GOOGLE CHROME EPI CHÈCHE PARAMÈT YO ( NAN MENI KI ANWO ADWAT LA). '), _defineProperty(_ht$data, 'HELP_5CX_Desc_4', 'PEZE SOU "EXTENSIONS" A GÒCH. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_5', 'PEZE SOU KAZYE "MÒD POU DEVLOPE" ANLÈ NAN PAJ SA. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_6', 'PEZE SOU BOUTON "CHAJE EXTENSION AN PA METE L ANNDAN…". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_7', 'NAVIGE AL NAN DOSYE KE W’ TE PRAN AN EPI DEZIPE L’ ANVAN. PEZE SOU "CHWAZI". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_8', 'EXTENSION AN DWE PARÈT KOUNYE A NAN EXTENSION W’ YO EPI NAN BA EXTENSION YO POU CHROME. '), _defineProperty(_ht$data, 'HELP_7_Title', '7)KÒMAN M’ KAPAB VOYE TOKENS YO EPI METE TOKENS SPESYAL YO ? '), _defineProperty(_ht$data, 'HELP_7_Desc_0', 'SE YON BON MWAYEN POU W’ AL GADE NAN TOKENS YO EPI JWENN JAN YO KONTE AN 10 LA NAN YON TOKEN. '), _defineProperty(_ht$data, 'HELP_7_Desc_1', 'NAVIGE AL NAN PAJ "VOYE TOKENS". '), _defineProperty(_ht$data, 'HELP_7_Desc_2', 'OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_7_Desc_3', 'ANTRE ADRÈS KOTE OU VLE VOYE L’ LA NAN ESPAS "ADRÈS KOTE L’ PRALE A". '), _defineProperty(_ht$data, 'HELP_7_Desc_4', 'ANTRE KANTITE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_5', 'CHWAZI TOKEN OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_6', 'SI SA A PA NAN LIS LA: '), _defineProperty(_ht$data, 'HELP_7_Desc_7', 'PEZE SOU "SPESYAL ". '), _defineProperty(_ht$data, 'HELP_7_Desc_8', 'ANTRE ADRÈS LA, NON AN EPI TOKEN YO KI KONTE AN 10 YO. ENFÒMASYON SA YO. SE MOUN KI FÈ TOKEN NAN KI BAY YO EPI YO ANKÒ NESESÈ LE W’AP FÈ "ADD A WATCH TOKEN" NAN MIST. '), _defineProperty(_ht$data, 'HELP_7_Desc_9', 'PEZE SOU "SOVE ". '), _defineProperty(_ht$data, 'HELP_7_Desc_10', 'OU KAPAB VOYE TOKENS SA YO KOUNYE A AK WÈ TOU LAJAN SOU KONT OU A NAN ZÒN KI SOU KOTE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_11', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_7_Desc_12', 'KÈK NAN ESPAS ANPLIS YO AP PARÈT : NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_7_Desc_13', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_7_Desc_14', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS KOTE L’ PRALE A YO BON APRÈ PEZE SOU BOUTON "WI, MWEN KONFYAN ! FÈ TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_7_Desc_15', 'TRANSFÈ A FÈT EPI MOUN TRANSFÈ A PARÈT. OU KAPAB PEZE SOU LI POU W’ KA WÈ L’ NAN BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_8_Title', '8) SA K’AP PASE SI SIT OU A TONBE ? '), _defineProperty(_ht$data, 'HELP_8_Desc_1', 'MYETHERWALLET SE PA YON BOUS SOU WÈB LA. OU PA GEN KONEKSYON EPI ANYEN PA JANM ANREJISTRE SOU SÈVÈ NOU YO. SE JIS YON LÒT FAS KI PÈMET OU PALE AK BLOCKCHAIN LA. '), _defineProperty(_ht$data, 'HELP_8_Desc_2', 'SI MYETHERWALLET.COM TONBE, OU DWE JWENN YON LÒT MWAYEN ( TANKOU GETH OSWA ETHEREUM WALLET / MIST) POU FÈ MENM BAGAY LA. MEN OU PA GEN POU "REPRAN " ETHER W’ LA KI NAN MY ETHERWALLET PASKE L’ PA NAN MY ETHERWALLET. LI LAKAY OU. NAN BOUS SA W’ TE KREYE SOU SIT NOU AN. '), _defineProperty(_ht$data, 'HELP_8_Desc_3', 'OU KAPAB PRAN KLE SEKRÈ W’ LA FASIL KOUNYE A SAN KÒD EPI PAJ OU YO (KÒD) SOU FÒM GETH/MIST, DIREKTEMAN NAN GETH/ETHEREUM WALLET / MIST. GADE KESYON #12 LA KI ANBA A. '), _defineProperty(_ht$data, 'HELP_8_Desc_4', 'ANPLIS, FASON POU N’ TA KITE MYETHERWALLET TONBE LI PRE ZEWO.SA KOUTE NOU PRESKE ANYEN POU N’ KENBE L’ TANKOU JAN NOU PA KENBE OKENN ENFÒMASYON. SI DOMÈNN SA TA VIN PÈDI. LOJISYÈL LA AP TOUJOU DISPONIB POU PIBLIK LA SOU [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). OU KAPAB PRAN ZIP LA EPI SÈVI AK LI LOKAL. '), _defineProperty(_ht$data, 'HELP_8CX_Title', '8) SA KI AP PASE SI MYETHERWALLET CX DISPARÈT ? '), _defineProperty(_ht$data, 'HELP_8CX_Desc_1', 'ANVAN, KOMPITÈ W’ LA TE KENBE TOUT DONE YO EPI SE PAT SOU SÈVÈ NOU YO. SA KA PARÈT ETONAN MEN, LÈ W’AP GADE SOU EXTENSION CHROME LA, SA W’ WÈ A *PA LA* SOU SÈVÈ NOU YO. KOMPITTÈ W’ LA KENBE TOUT. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_2', 'SA VLE DI, LI **ENPÒTAN ANPIL** POU W’ TA KENBE TOUT DONE POU TOUT BOUS OU KREYE YO AK MYETHERWALLET CX. NAN FASON SA NENPÒT SA KI TA RIVE MYETHERWALLET CX OSWA KOMPITÈ W’ LA, W’AP TOUJOU KONSÈVE TOUT ENFÒMASYON NESESÈ YO POU W’ KAANTRE NAN ETHER W’ YO. GADE #2 A POU W’ KENBE BOUS OU YO. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_3', 'SI, POU NENPÒT REZON, MYETHERWALLET CX TA DISPARÈT NAN CHROME STORE A, OU KAPAB JWENN SOUS LA SOU GTITHUB EPI PRAN L’. GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_9_Title', '9)? PAJ "VOYE RTHER YO AK TOKENS YO" ESKE L’ PA GEN SIYAL ? '), _defineProperty(_ht$data, 'HELP_9_Desc_1', 'NON. LI BEZWEN INTÈNÈT POU L’ JWENN PRI GAZ KOUNYE A. NONCE KONT OU A EPI POU W’ VOYE TRANSFÈ A ( SA VLE DI "VOYE"). LI VOYE SÈLMAN TRANSFÈ KI SIYEN AN. KLE SEKRÈ W’ LA RETE AN SEKIRITE LAKAY OU. NOU BAY ANKÒ KOUNYE AYON PAJ "TRANSFÈ SAN SIYAL" POU N’ PÈMET OU TOUJOU KENBE KLE SEKRÈ W’ LA SOU YON MACHIN SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Title', '10) KÒMAN POU M’ FÈ YON TRANSFÈ SAN SIYAL ? '), _defineProperty(_ht$data, 'HELP_10_Desc_1', 'ALE NAN PAJ "TRANSÈ SAN SIYAL" AVÈK KOMPITÈ W’ LA AK SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_2', 'ANTRE "ADRÈS KOTE L’ SÒTI A". ATANSYON, SE ADRÈS *KOTE L’ SÒTI A* SE PA ADRÈS *KOTE L’ PRALE A*. SA PRAL KREYE NONCE LA EPI PRI GAZ LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_3', 'ALE SOU KOMPITÈ W’ LA KI PA GEN SIYAL. ANTRE "ADRÈS KOTE L’ PRALE A" EPI "KANTITE A" OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_10_Desc_4', 'ANTRE "PRI GAZ LA" JAN W’ TE WÈ L PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_5', 'ANTRE "NONCE LA" JAN W’ TE WÈL PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_6', ' " LIMIT GAZ LA" GEN YON VALÈ 21000 NÒMAL. SA KOUVRI FRÈ YON TRANSFÈ NÒMAL. SI WA’ VOYE POU YON KONTRA OSWA SI W’AP PRAN DONE ANPLIS YO AVÈK TRANSFÈ W’ LA OU DWE METE SOU LIMIT GAZ LA. GAZ KI PA SÈVI A AP RETOUNEN VIN JWENN OU. '), _defineProperty(_ht$data, 'HELP_10_Desc_7', 'SI W’ VLE L’, ANTRE DONE YO, NAN KA SA, OU DWE METE PLIS KE LIMIT 21000 NÒMAL LA ? TOUT DONE YO SOU FÒM 16 NIMEWO. '), _defineProperty(_ht$data, 'HELP_10_Desc_8', 'CHWA PAJ BOUS OU A OSWA KLE SEKRÈ W’ LA AK OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_10_Desc_9', 'PEZE BOUTON "KREYE TRANSFÈ SIYEN AN". '), _defineProperty(_ht$data, 'HELP_10_Desc_10', 'ESPAS DONE YO ANBA BOUTON SA PLEN AVÈK TRANSFÈ SIYEN W’ LA. KOPYE L’ EPI TOUNEN ANKÒ AVÈK LI SOU KOMPITÈ W’ LA KI GEN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_11', 'SOU KOMPITÈ AK SIYAL OU A, KOLE TRANSFÈ KI SIYEN AN NAN ESPAS EKRI A EPI PEZE SOU "VOYE ETHER". SA A AP VOYE TRANSFÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Title', '12) KÒMAN POU M’ PRAN YON BOUS KI KREYE AK MYETHERWALLET NAN GETH/ ETHEREUM WALLET/ MIST ? '), _defineProperty(_ht$data, 'HELP_12_Desc_1', 'AVÈK YON PAJ GETH/MIST JSON NAN MYETHERWALLET V2+…. '), _defineProperty(_ht$data, 'HELP_12_Desc_2', 'ALE NAN PAJ "GADE YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_3', 'OUVRI BOUS OU A AVÈK KLE SEKRÈ W’ LA ** KI GEN KÒD** OSWA PAJ JSON W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_4', 'ALE NAN PAJ "BOUS MWEN YO". '), _defineProperty(_ht$data, 'HELP_12_Desc_5', 'CHWAZI BOUS OU VLE PRAN NAN MIST, PEZE SOU PYON "VIEW " A ANTRE KÒD SEKRÈ W’ EPI ANTRE NAN BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_6', 'ALE NA SEKSYON "PRAN PAJ JSON DOKIMAN- FÒM GETH/MIST( KI GEN KÒD) ‘’PEZE SOU BOUTON "PRAN L’" KI ANBA . OU GEN KOUNYE A PAJ *KEYSTORE* W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_7', 'OUVRI APLIKASYON ETHEREUM WALLET. '), _defineProperty(_ht$data, 'HELP_12_Desc_8', 'NA BA MENI AN, ALE NAN "ACCOUNTS"->’’BACKUP -> "ACCOUNTS" '), _defineProperty(_ht$data, 'HELP_12_Desc_9', 'SA OUVRI DOSYE KEYSTORES W’ LA. KOPYE L’ PAJ OU SÒT PRAN AN (UTC—2016-04-14)……../) NAN DOSYE SA. '), _defineProperty(_ht$data, 'HELP_12_Desc_10', ' KONT OU A DWE PARÈT BYEN VIT ANBA "ACCOUNTS." '), _defineProperty(_ht$data, 'HELP_12_Desc_11', 'AVÈK KLE SEKRÈ W’ LA SAN KÒD… '), _defineProperty(_ht$data, 'HELP_12_Desc_12', 'SI W’ PAT GENTAN GEN KLE SEKRÈ W’LA SAN KÒD, ALE NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_13', 'CHWAZI PAJ BOUS OU A-OSWA- ANTRE/KOLE KLE SEKRÈ W ‘ LA POU W ‘ OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_14', 'KOPYE KLE SEKRÈ W’ LA (SAN KÒD). '), _defineProperty(_ht$data, 'HELP_12_Desc_15', 'SI W’ SOU YON MAC : '), _defineProperty(_ht$data, 'HELP_12_Desc_15b', ' SI W’ SOU YON PC ; //LI FENK PARÈT, LI DEJA NAN LANG FRANSE, OU PA JWENN LI NAN DE.JS '), _defineProperty(_ht$data, 'HELP_12_Desc_16', 'OUVRI MODIFYE TÈKS APRE KOLE KLE SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_12_Desc_17', 'NAN BA MENI AN, PEZE SOU "FÒM" -> ‘’FÈ YON PLAN EKRI". '), _defineProperty(_ht$data, 'HELP_12_Desc_18', 'KENBE PAJ SA NAN DESKTOP OU A TANKOU NOTHIG_SPECIAL_DELETE_ME.TXT`. ASIRE W’ KE L’ DI "UTF-8" EPI "SI PA GEN EXTENSION KI BAY SÈVI AK TXT" NAN BWAT KI LA POU KENBE A. '), _defineProperty(_ht$data, 'HELP_12_Desc_19', 'OUVRI YON PÒ EPI KÒMANSE KOMAND KI VINI AN : `GETH ACCOUNT IMPORT~/DESKTOP/NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_20', 'SA AP ENVITE CHWAZI YON NOUVO KÒD SEKRÈ. SE SA W’ PRAL ITILIZE NAN GETH / ETHEREUM WALLET / MIST NAN CHAK MOMAN OU PRAL FÈ YON TRANSFÈ. KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_21', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_22', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNT". '), _defineProperty(_ht$data, 'HELP_12_Desc_23', ' OUVRI NOTEPAD EPI KOLE KLE SEKRÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_24', 'KENBE PAJ LA TANKOU NOTHING_SPECIAL_DELETE_ME.TXT SOU `C:` '), _defineProperty(_ht$data, 'HELP_12_Desc_25', 'KÒMANSE AK KÒMAND `GETH ACCOUNT IMPORT C:// NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_26', 'SA PRAL ENVITE W’ POU CHWAZI YON NOUVO KÒD SEKRÈ. SE AK SA W’ PRAL SÈVI NA GETH / ETHEREUM WALLET / MIST CHAK FWA OU PRAL VOYE YON TRANFÈ KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_27', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_28', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNTS". '), _defineProperty(_ht$data, 'HELP_13_Title', '13) SA SA VLE DI <> KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVIZYON YO MANDE A : XXXXXXXXXXXXXXXXXXX, RESEVWA : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_ht$data, 'HELP_13_Desc_1', 'SA VLE DI KE W’ PA GEN ASE ETHER SOU KONT OUAN POU W’ TA KOUVRI KÒB YO AN GAZ. CHAK TRANSFÈ ( MENM JAN POU TOKENS YO AK KONTRA YO) YO MANDE GAZ, EPI GAZ SA YO PEYE AK ETHER, NIMEWO YO KI PARÈT LA SE KANTITE SA YO MANDE POU W’ KOUVRI KÒB TRANSFÈ A AN WEI. PRAN NIMEWO SA YO DIVIZE YO PA ‘1000000000000000000` EPI SOUSTRÈ KANTITE KÒB LA AN ETHER KE T’AP ESEYE VOYE A( SI W’ T’AP TANTE VOYE ETHER0). SA PRAL BA W’ KANTITE A AN ETHER KE W’ TE BEZWEN AN POU KONT LA KA FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_14_Title', '14) KÈK SIT PA AZA ( KONN REKÒMANSE) KREYASYON KLE SEKRÈ A NAN MOUVMAN ANTRE SÒTI YO. KA SA PA POU MYETHERWALLET.COM. KANTITE KREYASYON ALE VINI POU MYETHERWALLET.COM ESKE L’ KONFYAN? '), _defineProperty(_ht$data, 'HELP_14_Desc_1', 'MENM KE KANPE MOUVMAN SOURI A ANPIL MOUN JIJE LI GEN ATIRANS , EPI NOU TA KA KONPRANN REZON YO, REYALITE A SE WINDOW.CRYPTO A MEZIRE LIMIT DEZÒD ZIZTÈM PLIS KE MOUVMAN SOURI W’ LA. JAN W’ SÈVI AK MOUVMAN SA YO YO BON MEN NOU(ANSANM AK PLIZYÈ PWOJÈ KRYPTO YO) GEN ANPIL BON REZON POU N’ KWÈ NAN WINDOW.CRYPTO A. ANPLIS, MYETHERWALLET.COM KAPAB SÈVI SOU EKRAN OU KAPAB TOUCHE YO. MEN YON [KONVÈSASYON KI FÈT AK REDDITOR RAGEUR EPI VITALIK BUTERIN SOU MOUVMAN SOURI YO EPI WINDOW.CRYPTO] (https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) EPI MEN [SPESYAL W3 YO WINDOW.CRYPTO AN](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ht$data, 'HELP_15_Title', '15) POUKISA KONT SA M’ SOT KREYE A PA PARÈT NAN EKSPLORATÈ BLOCKCHAIN LAN ? (i.e. : etherchain, etherscan) '), _defineProperty(_ht$data, 'HELP_15_Desc_1', 'KONT YO PA PARÈT NAN YON EKSPLORATÈ BLOCKCHAIN LÈ YON AKTIVITE FIN FÈT TANKOU, EGZANP, LE N’ TA GEN POU N’ FE YON TRANSFÈ ETHER . '), _defineProperty(_ht$data, 'HELP_16_Title', '16) KÒMAN POU M’ VERIFYE LAJAN SOU KONT MWEN AN ? '), _defineProperty(_ht$data, 'HELP_16_Desc_1', 'OU KAPAB SÈVI AK YON EKSPLORATÈ BLOCKCHAIN TANKOU [etherscan.io](https://etherscan.io/). KOLE ADRÈS OU A NAN BA KOT E POU YO CHÈCHE A EPI SA AP È W’ JWENN LAJAN SOU KONT OU A EPI LIS TRANSFÈ W’ YO. EGZANP, MEN SA [KONT DON NOU YO MONTRE](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) SOU etherscan.io '), _defineProperty(_ht$data, 'HELP_17_Title', '17) POUKISA LAJAN SOU KONT MWEN AN PA PARÈT LÈ M’ OUVRI BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_17_Desc_1', 'SA KI KA LAKÒZ SA SE PASKE W’ KA DÈYÈ YON FIREWALL. APLIKASYON NOU SÈVI AK LI POU N’ JWENN LAJAN SOU KONT OU A EPI KONVÈTI L’ LI SOUVAN BLOKE AK FIREWALL YO POU PLIZYÈ REZON. W’AP TOUJOU KAPAB VOYE TRANSFÈ MEN FÒK OU FÈL NAN YON LÒT FASON POU W’ KA WÈ LAJAN SOU KONT OU A, TANKOU etherscan.io '), _defineProperty(_ht$data, 'HELP_18_Title', '18) KOTE PAJ BOUS GETH MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Title', '19) KOTE PAJ BOUS MIST MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Desc_1', 'PAJ MIST YO OU TOUJOU JWENN YO NAN KOTE ANLÈ YO MEN LI PI FASIL POU W’ OUVRI MIST, CHWAZI "ACCOUNTS" NAN BA KI ANLÈ A EPI "BACUP" EPI "ACCOUNTS" SA AP OUVRI DOSYE A KOTE PAJ OU YO KACHE A. '), _defineProperty(_ht$data, 'HELP_20_Title', '20) KOTE PAJ BOUS MWEN AN *pre-sale* (ANVAN W’ VANN)? '), _defineProperty(_ht$data, 'HELP_20_Desc_1', 'KOTEW’ TE METE L’ LA. ;) YO TE VOYE L’ BA OU TOU KIDONK AL GADE NAN EMAIL OU YO. CHÈCHE PAJ KI RELE `"ethereum_wallet_backup.json"` LA EPI CHWAZI PAJ LA. LI GEN KÒD YON KÒD SEKRÈ KE W’ TE KREYE PANDAN W’ T’AP ACHTE A NAN MOMAN AVAN W’ VANN NAN. '), _defineProperty(_ht$data, 'HELP_21_Title', '21) NENPÒT MOUN PAKA PRAN YON KLE SEKRÈ PA AZA, CHÈCHE LAJAN SOU KONT YON MOUN EPI VOYE L’ NAN ADRÈS PA L’ ? '), _defineProperty(_ht$data, 'HELP_21_Desc_1', 'VÈSYON KI KOUT LA : WI, MEN JWENN YON KONT AK LAJAN SOU LI SA AP PRAN PLIS TAN KE DEPI MOND NOU AN TE KREYE…. KIDONK……NON. '), _defineProperty(_ht$data, 'HELP_21_Desc_2', 'VÈSYON LONG : ETHEREUM NAN GEN BAZ LI SOU[KRIPTOGRAFI KI GEN KLE PIBLIK ](https://en.wikipedia.org/wiki/Public-key_cryptography), POU PI KLÈ[cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) KE YO SOUVAN SÈVI AK LI, PA SÈLMAN NAN ETHEREUM. MAJORITE SÈVÈ YO PWOTEJE AK ECC YO. BITCOIN YO SÈVI AK YO TOU AK SSH, TLS EPI LÒT PWOTOKÒL YO. NAN KA SPESYAL ETHEREUM YO, KLE YO FÈ 256 BITS EPI YO PI FÒ KE SA KI NAN128 YO EPI 192 YO BITS YO, YO TOUJOU SÈVI AK YO EPI YO TOUJOU KONSIDERE YO KONFYAN POU EKSPÈ YO. '), _defineProperty(_ht$data, 'HELP_21_Desc_3', 'OU GE YON KLE SEKRÈ EPI YON KLE PIBLIK. KLE SEKRÈ A KAPAB SÈVI POU CHANJE KLE PIBLIK OU A MEN LÒT FASON AN PA POSIB. MENM INTENET EPI TOUT MOND LAN AP SÈVI AK SYSTÈM KRIPTOGRAFI A SA VLE DI KE, SI TA GEN YON MWAYEN POU CHANJE KLE SEKRÈ A AK KLE PIBLIK LA, RSIK KE ETHER W’ TA KAPAB JWENN NAN SE T’AP YOUN NAN TI KRAS PWOBLÈM YO POU TOUT MOND LAN. '), _defineProperty(_ht$data, 'HELP_21_Desc_4', 'SA TA DI, WI : SI YON MOUN GEN KLE SEKRÈ W’ LA , LI KAPAB VOYE ETHER SÒTI NA N KONT OU A, AK ANKÒ SI YON MOUN GEN KÒD SEKRÈ ADRÈS EMAIL OU A, LI KAPAB LI MESSAGE YO OSWA VOYE MESAJ, OSWA SI SE KÒD SEKRÈ KONT BANK OU A, LI KAPAB VOYE NAN KONT PA L’ LA TOU OSWA YON LOT KONT. OU KAPAB PRAN VÈSYON KEYSTORE KLE SEKRÈ W’ LA KI SE KLE SEKRÈ KI GEN KÒD AK YON KÒD SEKRÈ. SA AP SANBLE AP YON KÒD SEKRÈ KI PWOTEJE AK YON LÒT KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_21_Desc_5', 'EPI WI, NAN TEYORI A, NOU KAPAB TAPE YON CHAIN 64 KARAKTÈ KI GEN 16 NIMEWO JISKASKE W’ JWENN YOUN MENM JAN AK LI. LI POSIB TOU POU W’ EKRI YON PWOGRAM KI KA VERIFYE BYEN RAPID KLE SEKRÈ ALE VINI YO. SE SA NOU RELE SÈVI "AK GWO FÒS" OSWA FOUYE KLE SEKRÈ YO. ANPIL MOUN AP APNSE AK SA ANPIL DEPI BYEN LONTAN. KÈK GWO SÈVÈ KAPAB VERIFYE PLIS PASE YON MILYON KLE CHAK SEKOND. EPOUTAN, MENM CHIF SA PA TA PRAL BAY AKSÈ AK YON KONT KI GEN PWOVISYON SOU LI POU TA KONN PRI YON BOUJI ; LI PLIS PWOBAB KE OU MENM, PITIT OU YO EPI PITIT PITIT OU YO MOURI ANVAN W’ JWENN YOUN KI SANBLE L’. '), _defineProperty(_ht$data, 'HELP_21_Desc_6', 'SI W’ TA KONN BITCOIN YON TI KRAS, [ SA AP FÈ W’ KONPRANN PI BYEN :] :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) * POU W’ EKRI SA KI TA KA PAKA PASE NAN TOUT SA. ANN SIPOZE KE CHAK SATOCHI NAN CHAK BITCOIN KI PA PRAL JANM FÈ OSWA ALE NAN SÈL MENM KLE SEKRÈ LI A. SA KI KA, NAN MITAN KLE SA YO, POU YO TA JWENN 2 KI GEN MENM ADRÈS LA LI TA KAPAB 1 SOU 100 KENTIYON. '), _defineProperty(_ht$data, 'HELP_21_Desc_7', '[SI W’TA VLE AGIMAN KI POU TA EDE W’ KONPRANN PI FASIL :] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) * NIMEWO SA YO PA GEN ANYEN POU WÈ AK TEKNOLOJI SYSTÈM YO ; SE PI GWO SA YO KE TÈMODINAMIK LA AKSEPTE. EPI YO METE KLÈ YON ATAK AK GWO FÒS KONT KLE 256 BIT YO AP RETE ENPOSIB JISKASKE YO KONSTWI LÒT KOMPITÈ AVÈK LÒT BAGAY KE MATYÈ EPI POU YO TA OKIPE YON LÒT BAGAY KE ESPAS LA. '), _defineProperty(_ht$data, 'HELP_21_Desc_8', 'SA W’ TA SIPOZE BYEN KONPRANN KE KLE YO KREYE YON FASON ALE VINI TOUT ANTYE AVÈK YON SISTÈM KI MEZIRE LIMIT DEZÒD LA. SE KA KLE SA YO KI KREYE LA, MENM JAN AK JAXX EPI MIST/GETH. BOUS ETHTEREUM YO TOUT BON POU KONSÈY SA. KLE KE SÈVO MOUN YO KREYE YO YO PA KONSA, PASKE KLE SA YO PA KAPAB SÒTI NAN YON BON NIMEWO ALE VINI. TE KONN GEN LÒT PWOBLÈM NAN SISTÈM KI MEZIRE LIMIT DEZÒD LA KI PA SIFI OSWA NAN NIMEWO ALE VINI YO NAN MOND BITCOIN NAN MEN KOUNYE A SE YON LÒT PWOBLÈM LI VIN YE KI KA TANN YON MOMAN. '), _defineProperty(_ht$data, 'HELP_SecCX_Title', 'KLE – MYETHERWALLET CX '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_1', 'KIBÒ EXTENSION CHROME NAN KENBE ENFÒMASYON M’ YO ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_2', 'ENFÒMASYON YO KI NAN EXTENSION YO ANREJISTRE PA [chrome.storage](http://chrome.storage/), SA VLE DI MENM KOTE AK KÒD SEKRÈ W’ YO NAN CHROME. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_3', 'KI ENFÒMASYON SA YO KI ANREJISTRE A? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_4', 'ADRÈS LA, TI NON AN, KLE SEKRÈ A, YO KACHE NAN chrome.storage. KLE SEKRÈ A GEN KÒD AK KÒD SEKRÈ KI TE METE LÈ W’ T’AP KREYE BOUS LA. TI NON AN EPI ADRÈS BOUS LA YO PA GEN KÒD. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_5', 'POUKISA TI NON AN AK ADRÈS BOUS LA YO PA GEN KÒD ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_6', 'SI NOU TA DWE METE KÒD NAN ENFÒMASYON YO, FÒK OU TA ANTRE YON KÒD SEKRÈ NAN CHAK MOMAN OU BEZWEN WÈ LAJAN SOU KONT OU OSWA LÒT TI NON YO. SI SA NWI W’,NOU MANDE W’ POU SÈVI AK MyEtherWallet.com KE EXTENSION CHROME SA. '), _defineProperty(_ht$data, 'HELP_Sec_Title', 'KLE '), _defineProperty(_ht$data, 'HELP_Sec_Desc_1', 'SI YOUN NAN PREMYE KESYON W’ OU POZE TÈT OU SE "POUKISA W’ DWE FÈ MOUN SA YO KONFYANS ? " SE YON BON DEMACH. ESPERANS NOU SE SA KI AP VINI AN KI PRAL FÈ W PI BYEN KONPRANN. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_2', 'NOU TE KÒMANSE NAN MWA DAWOU 2015. SI W’ AL CHÈCHE ["myetherwallet" SOU reddit](https://www.reddit.com/search?q=myetherwallet), OU KAPAB WÈ YON PAKÈT BANN MOUN K’AP SÈVI AK NOU SAN OKENN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_3', 'NOU PA PRAL PRAN KÒB OU OSWA VÒLÈ KLE SEKRÈ W’ YO. PA GEN KÒD MALVEYAN SOU SIT LA. EPI, PAJ "KREYASYON BOUS YO" YO TOUT ANTYE SE POU KLIYAN AN. SA VLE DI KE TOUT KÒD YO FÈT SOU **KOMPITÈ W’ LA** YO PA JANM SOVE EPI/OSWA ALE OKENN LÒT KOTE. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_4', 'VERIFYE URL LA – SIT SA SÈVI AK GITHUB EPI OU KAPAB WÈ KÒD SOUS LA LA : : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) NAN [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ht$data, 'HELP_Sec_Desc_5', 'POU W’ KREYE BOUS YO, OU KAPAB PRAN [KÒD SOUS LA] (https://github.com/kvhnuke/etherwallet/releases/latest). GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_6', 'KÒMANSE YON TÈS EPI VERIFYE JAN REZO AP FONKSYONE. FASON KI PI SENP LA SE YON KLIK DWAT SOU PAJ LA APRÈ "ENSPEKSYON".AL NAN KAZYE "NETWORK" KREYE YON BOUS POU TÈS. OU PRAL WÈ REZO A P’AP FONKSYONE. OU KAPAB PRAL WÈ YON KÈK BAGAY AP FÈT KI SANBLE AK DATA :IMAGE/GIF EPI DATA :IMAGE/PNG SA YO SE QR KÒD YO KI KÒMANSE AP KREYE… SOU KOMPITÈ W’ LA. PA GEN OKENN TRANSFÈ OCTET KI TE FÈT. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_8', 'SI ZOUTI SA PA FÈ W ‘ PLEZI, EBYEN PA SÈVI AK LI. NOU TE KREYE L’ POU L’ KA EDE TOUT MOUN KREYE BOUS YO AK FÈ TRANSFÈ YO SAN YO PA BEZWEN AL PRAN LIY POU FÈ SA YO NI FÈ VIRE TOUNEN NAN YON NE ANTYE. YON LÒT FWA, PA EZITE FÈ N’ KONNEN SI W’ GEN DOUT EPI N’AP REPONN OU PI VIT KE POSIB. MÈSI ! '), _defineProperty(_ht$data, 'HELP_FAQ_Title', 'REPONS ANPLIS AK KESYON YO YOUJOU POZE YO'), _defineProperty(_ht$data, 'HELP_Contact_Title', 'MWAYEN OU KA PALE AK NOU'), _ht$data); +}, _defineProperty(_ht$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ht$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ht$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ht$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ht$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ht$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ht$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ht$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ht$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ht$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ht$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ht$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ht$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ht$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ht$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ht$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ht$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ht$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ht$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ht$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ht$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ht$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ht$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ht$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ht$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ht$data, 'x_ReadMore', 'Read More'), _defineProperty(_ht$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ht$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ht$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ht$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ht$data, 'NAV_CheckTxStatus', 'Vérifier statut TX'), _defineProperty(_ht$data, 'NAV_TxStatus', 'Statut de la TX'), _defineProperty(_ht$data, 'tx_Details', 'Détails de transaction'), _defineProperty(_ht$data, 'tx_Summary', 'Pendant des périodes de volume important (comme pendant les ICOs) les transactions peuvent rester en attente des heures, voir des jours. Cet outil cherche à vous donner la possibilité de trouver et "annuler" / remplacer ces transactions. ** Ce n\'est pas quelque chose de possible normalement. Vous ne devriez pas vous y fier et cela ne marchera que lorsque les pools de transactions sont remplis. [Nous vous recommandons d\'en lire plus sur cet outil ici.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ht$data, 'tx_notFound', 'Pas de transaction trouvée'), _defineProperty(_ht$data, 'tx_notFound_1', 'Cette TX est introuvable dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_notFound_2', 'Si vous venez d\'envoyer la transaction, veuillez attendre 15 secondes et cliquez une nouvelle fois sur le bouton "Vérifier statut TX". '), _defineProperty(_ht$data, 'tx_notFound_3', 'La transaction pourrait toujours être dans le pool de transactions d\'un nœud différent, en attente d\'être minée.'), _defineProperty(_ht$data, 'tx_notFound_4', 'Veuillez utiliser le menu déroulant en haut à droite & sélectionner un nœud ETH différent (par ex. `ETH (Etherscan.io)` ou `ETH (Infura.io)` ou `ETH (MyEtherWallet)`) et revérifiez.'), _defineProperty(_ht$data, 'tx_foundInPending', 'Transaction en attente trouvée'), _defineProperty(_ht$data, 'tx_foundInPending_1', 'Cette TX a été identifiée dans le pool de TX du nœud auquel vous êtes connecté.'), _defineProperty(_ht$data, 'tx_foundInPending_2', 'Elle est pour l\'instant en attente (en attente d\'être minée). '), _defineProperty(_ht$data, 'tx_foundInPending_3', 'Il existe une chance que vous puissiez "annuler" ou remplacer cette transaction. Déverouillez votre portefeuille ci-dessous.'), _defineProperty(_ht$data, 'tx_FoundOnChain', 'Transaction trouvée'), _defineProperty(_ht$data, 'tx_FoundOnChain_1', 'Votre transaction a été minée avec succès et se trouve sur la blockchain.'), _defineProperty(_ht$data, 'tx_FoundOnChain_2', '**Si vous voyez un `( ! )` rouge, un message d\'erreur `BAD INSTRUCTION` ou `OUT OF GAS`**, cela signifie que votre transaction n\'a pas été *envoyée*. Vous ne pouvez pas annuler ou remplacer cette transaction. A la place, envoyez une nouvelle transaction. Si vous avez reçu une erreur de type "Out of Gas", vous devriez doubler la limite de gaz que vous aviez spécifiée.'), _defineProperty(_ht$data, 'tx_FoundOnChain_3', '**Si vous ne voyez pas d\'erreur, votre transaction a été envoyée avec succès.** Vos ETH ou Tokens sont à l\'endroit où vous les avez envoyés. Si vous ne voyez pas ces ETH ou Tokens dans votre autre portefeuille ou compte de place d\'échange, et si cela fait plus de 24 heures, veuillez [contacter ce service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Envoyez-leur le *lien* vers votre transaction et demandez, poliment, d\'examiner votre situation.'), _defineProperty(_ht$data, 'GEN_Help_1', 'Utiliser votre'), _defineProperty(_ht$data, 'GEN_Help_2', 'pour accéder à votre compte.'), _defineProperty(_ht$data, 'GEN_Help_3', 'Votre périphérique * est * votre portefeuille.'), _defineProperty(_ht$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ht$data, 'GEN_Help_5', 'Comment créer un portefeuille'), _defineProperty(_ht$data, 'GEN_Help_6', 'Pour bien débuter'), _defineProperty(_ht$data, 'GEN_Help_7', 'Gardez-le en sécurité · Faites une sauvegarde · Ne le partagez pas avec qui que ce soit · Ne le perdez pas · Il ne peut pas être récupéré si vous le perdez.'), _defineProperty(_ht$data, 'GEN_Help_8', 'Pas de téléchargement? '), _defineProperty(_ht$data, 'GEN_Help_9', 'Essayez Google Chrome '), _defineProperty(_ht$data, 'GEN_Help_10', 'Clic droit & enregistrer sous. Nom de fichier: '), _defineProperty(_ht$data, 'GEN_Help_11', 'N\'ouvrez pas ce fichier sur votre ordinateur '), _defineProperty(_ht$data, 'GEN_Help_12', 'Utilisez-le pour déverouiller votre portefeuille avec MyEtherWallet (ou Mist, Geth, Parity et autres wallet clients.) '), _defineProperty(_ht$data, 'GEN_Help_13', 'Comment sauvegarder votre fichier Keystore '), _defineProperty(_ht$data, 'GEN_Help_14', 'Quels sont ces différents formats? '), _defineProperty(_ht$data, 'GEN_Help_15', 'Eviter la perte & ou le vol de vos biens.'), _defineProperty(_ht$data, 'GEN_Help_16', 'Quels sont ces différents formats?'), _defineProperty(_ht$data, 'GEN_Help_17', 'Pourquoi dois-je faire ça?'), _defineProperty(_ht$data, 'GEN_Help_18', 'Pour avoir une sauvegarde de secours.'), _defineProperty(_ht$data, 'GEN_Help_19', 'Au cas où vous oubliez votre mot de passe.'), _defineProperty(_ht$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ht$data, 'GET_ConfButton', 'Je comprends. Continuer.'), _defineProperty(_ht$data, 'GEN_Label_5', 'Sauvegardez votre `clé privée`. '), _defineProperty(_ht$data, 'GEN_Unlock', 'Déverouillez votre portefeuille pour voir votre adresse.'), _defineProperty(_ht$data, 'GAS_PRICE_Desc', 'Le prix du gaz est le montant que vous payez par unité de gaz. `frais de TX = prix du gaz * limite en gaz` & est payé aux mineurs pour inclure votre transaction à un bloc. Prix de gaz plus haut = transaction plus rapide, mais plus coûteuse. Le prix par défaut est de `41 GWEI`.'), _defineProperty(_ht$data, 'GAS_LIMIT_Desc', 'La limite en gaz est le montant de gaz à envoyer avec votre transaction. `frais de TX = prix du gaz * limite en gaz` et est payé aux mineurs pour inclure votre transaction à un bloc. Augmenter ce nombre n\'exécutera pas votre transaction plus rapidement. Envoyer ETH = `21000`. Envoyer des Tokens = ~`200000`.'), _defineProperty(_ht$data, 'NONCE_Desc', 'Le nonce est le nombre de transactions envoyées depuis une adresse. Il fait en sorte que les transactions sont envoyées en ordre et pas plus d\'une fois.'), _defineProperty(_ht$data, 'TXFEE_Desc', 'Les frais de transaction sont payés aux mineurs pour inclure votre transaction dans un bloc. Cela représente le `gas limit` * le `gas price`. [Vous pouvez convertir GWEI -> ETH ici](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ht$data, 'NAV_AddWallet', 'METE YON BOUS. '), _defineProperty(_ht$data, 'NAV_BulkGenerate', 'KREYE BOUS YO PA LO '), _defineProperty(_ht$data, 'NAV_Contact', 'KONTAK '), _defineProperty(_ht$data, 'NAV_Contracts', 'KONTRA YO '), _defineProperty(_ht$data, 'NAV_DeployContract', 'OUVRI YON KONTRA '), _defineProperty(_ht$data, 'NAV_ENS', 'ENS '), _defineProperty(_ht$data, 'NAV_GenerateWallet_alt', 'Nouveau portefeuille '), _defineProperty(_ht$data, 'NAV_GenerateWallet', 'KREYE YON BOUS '), _defineProperty(_ht$data, 'NAV_Help', 'EDE '), _defineProperty(_ht$data, 'NAV_InteractContract', 'PALE AVÈK KONTRA A '), _defineProperty(_ht$data, 'NAV_Multisig', 'PLIZYÈ SIY '), _defineProperty(_ht$data, 'NAV_MyWallets', 'BOUS MWEN YO '), _defineProperty(_ht$data, 'NAV_Offline', 'VOYE SAN SIYAL '), _defineProperty(_ht$data, 'NAV_SendEther', 'VOYE ETHER '), _defineProperty(_ht$data, 'NAV_SendTokens', 'VOYE TOKENS YO '), _defineProperty(_ht$data, 'NAV_SignMsg', 'SIYEN YON MESAJ '), _defineProperty(_ht$data, 'NAV_Swap', 'CHANJE '), _defineProperty(_ht$data, 'NAV_ViewWallet', 'GADE ANNDAN YON BOUS '), _defineProperty(_ht$data, 'NAV_YourWallets', 'BOUS OU YO '), _defineProperty(_ht$data, 'x_Access', 'ANTRE '), _defineProperty(_ht$data, 'x_AddessDesc', 'LI RELE ANKÒ‘’NIMEWO KONT’’ OSWA ‘’ KLE PIBLIK’’ SE SA W’ KA VOYE BAY TOUT MOUN POU YO KA VOYE ETHER YO BA W’. PYON SA SE YON FASON SENP POU KONNEN ADRÈS OU '), _defineProperty(_ht$data, 'x_Address', 'ADRÈS OU '), _defineProperty(_ht$data, 'x_Cancel', 'RETIRE '), _defineProperty(_ht$data, 'x_CSV', 'PAJ CSV SAN KÒD '), _defineProperty(_ht$data, 'x_Download', 'PRAN L '), _defineProperty(_ht$data, 'x_Json', 'PAJ JSON (SAN-KÒD) '), _defineProperty(_ht$data, 'x_JsonDesc', 'SE YON LÒT VÈSYON SAN KÒD SOU FÒM JSON POU KLE SEKRÈ W’LA. SA VLE DI KE W’ PA BEZWEN KÒD SEKRÈ W’ POU W’ SÈVI AK LI MEN NENPÒT MOUN KI JWENN JSON AN KAPAB ANTRE NAN BOUS OU A AK ETHER W’ YO SAN KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Keystore', 'PAJ KEYSTORE (UTC/ JSON DWE GEN KÒD) '), _defineProperty(_ht$data, 'x_Keystore2', 'PAJ KEYSTORE (UTC / JSON) '), _defineProperty(_ht$data, 'x_KeystoreDesc', 'PAJ KEYSTORE SA SÈVI AK MENM FÒM MIST LA SÈVI A TOU, OU KAPAB PRAN L’ FASILMAN PITA NAN LOGISYÈL YO. SE PAJ SA NOU MANDE W’ POU W’ PRAN AK KENBE L '), _defineProperty(_ht$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ht$data, 'x_Mnemonic', 'LÈT FRAZ KACHE.'), _defineProperty(_ht$data, 'x_ParityPhrase', 'FRAZ KI SANBLE '), _defineProperty(_ht$data, 'x_Password', 'KÒD SEKRÈ '), _defineProperty(_ht$data, 'x_Print', 'FÈ SÒTI YON BOUS SOU PAPYE '), _defineProperty(_ht$data, 'x_PrintDesc', 'LÒT MWAYEN: PEZE SOU SÒTI PAJ LA AK KENBE BOUS PAPYE A TANKOU YON PDF, MENM KE W’ PA GEN APARÈY POU SÒTI PAJ LA ! '), _defineProperty(_ht$data, 'x_PrintShort', 'SÒTI PAJ LA '), _defineProperty(_ht$data, 'x_PrivKey', 'KLE SEKRÈ ( SAN KÒD) '), _defineProperty(_ht$data, 'x_PrivKey2', 'KLE SEKRÈ '), _defineProperty(_ht$data, 'x_PrivKeyDesc', 'SE YON LÒT VÈSYON KLE SEKRÈ W’ LA EKRI SAN KÒD, SA VLE DI OKENN KÒD SEKRÈ PA NESESÈ POU SÈVI AK LI. SI NENPÒT MOUN TA VIN JWENN KLE SEKRÈ SA, L’AP KAPAB ANTRE NAN BOUS OU A SAN KÒD SEKRÈ. POU REZON SA, NOU MANDE LÒT FASON AN KI GEN KÒD POU KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'x_Save', 'KENBE L’ '), _defineProperty(_ht$data, 'x_TXT', 'PAJ TXT (SAN-KÒD) '), _defineProperty(_ht$data, 'x_Wallet', 'BOUS '), _defineProperty(_ht$data, 'CX_Tagline', 'EKSTANSYON CHROME BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'CX_Warning_1', 'VEYE POU W’ KA GEN** YON LÒT KOTE POU KENBE DEYÒ** AK TOUT BOUS W’AP JERE LA. GEN ANPIL BAGAY KI KAPAB FÈ W’ PÈDI DONE NIVO CHROME SA, AK ANKÒ RETIRE ENSTALASYON AN AK NAN ENSTALE NIVO A. NIVO SA SE YON FASON POU W’ ANTRE FASILMAN NAN BOUS OU YO, **SE PA** YON FASON POU W’ KENBE YO '), _defineProperty(_ht$data, 'MEW_Tagline', 'BOUS d\'Ether Open Source JavaScript POU KLIYAN AN '), _defineProperty(_ht$data, 'MEW_Warning_1', 'TOUJOU BYEN VERIFYE L’URL ANVAN W’ ANTRE NAN BOUS OU A OSWA POU KREYE YON LÒT BOUS. ATANSYON AK FO SIT YO '), _defineProperty(_ht$data, 'FOOTER_1', 'YON ZOUTI OPEN SOURCE NAN JAVASCRIPT LI FÈT POU KLIYAN KREYE BOUS ETHEREUM YO EPI FÈ ANPIL TRANSFÈ '), _defineProperty(_ht$data, 'FOOTER_1b', 'MOUN KI FÈ L’ LA SE '), _defineProperty(_ht$data, 'FOOTER_2', 'DON YO APRESYE ANPIL '), _defineProperty(_ht$data, 'FOOTER_3', 'KREYASYON BOUS POU KLIYAN AK '), _defineProperty(_ht$data, 'FOOTER_4', 'AVÈTISMAN '), _defineProperty(_ht$data, 'sidebar_AccountInfo', 'ENFÒMASYON YO SOU KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountAddr', 'ADRÈS KONT LA '), _defineProperty(_ht$data, 'sidebar_AccountBal', 'KOBYEN KÒB KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_TokenBal', 'KONBYEN TOKENS KONT LA GENYEN '), _defineProperty(_ht$data, 'sidebar_Equiv', 'LÒT VALÈ KI MENM JAN '), _defineProperty(_ht$data, 'sidebar_TransHistory', 'LIS TRANSFÈ YO '), _defineProperty(_ht$data, 'sidebar_donation', 'MYETHERWALLET SE YON SÈVIS GRATIS EPI YON OPEN SOURCE KI RESPEKTE VI SEKRÈ W’ AK SEKIRITE W’. PLIS N’AP JWENN ANPIL DON, PLIS N’AP PASE ANPIL TAN POU N’ DEVLOPE LÒT FONKSYON YO, N’AP TANDE SA W’ MANDE AK BA W’ SA W’ BEZWEN . NOU SE KÈK MOUN K’AP ESEYE CHANJE MOND LA. EDE NOU! '), _defineProperty(_ht$data, 'sidebar_donate', 'FÈ YON DON '), _defineProperty(_ht$data, 'sidebar_thanks', 'MÈSI !!! '), _defineProperty(_ht$data, 'sidebar_DisplayOnTrezor', 'Afficher l\'adresse sur TREZOR'), _defineProperty(_ht$data, 'sidebar_DisplayOnLedger', 'Afficher l\'adresse sur Ledger'), _defineProperty(_ht$data, 'decrypt_Access', 'KÒMAN W’ VLE ANTRE NAN BOUS OU A ? '), _defineProperty(_ht$data, 'decrypt_Title', 'CHWAZI FÒM OU VLE METE KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'decrypt_Select', 'CHWAZI YON BOUS '), _defineProperty(_ht$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_ht$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_ht$data, 'MNEM_more', 'More Addresses '), _defineProperty(_ht$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_ht$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_ht$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_ht$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_ht$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ht$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_ht$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_ht$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ht$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ht$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_ht$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_ht$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_ht$data, 'ADD_Label_1', 'KISA W’ VLE FÈ ? '), _defineProperty(_ht$data, 'ADD_Radio_1', 'KREYE YON LÒT BOUS '), _defineProperty(_ht$data, 'ADD_Radio_2', 'CHWAZI PAJ BOUS OU A (KEYSTORE/JSON) '), _defineProperty(_ht$data, 'ADD_Radio_2_alt', 'CHWAZI PAJ BOUS OU A '), _defineProperty(_ht$data, 'ADD_Radio_2_short', 'SELECT WALLET FILE... '), _defineProperty(_ht$data, 'ADD_Radio_3', 'KOLE/PRAN KLE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_4', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Radio_5', 'KOLE/ANTRE LÈT POU FRAZ KACHE W’ LA '), _defineProperty(_ht$data, 'ADD_Radio_5_Path', 'CHWAZI HD POU LÒT WOUT '), _defineProperty(_ht$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ht$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ht$data, 'ADD_Radio_5_PathCustom', 'Personnalisé'), _defineProperty(_ht$data, 'ADD_Label_2', 'BAY KONT OU A YON NON '), _defineProperty(_ht$data, 'ADD_Label_3', 'PAJ OU A GEN KÒD, TANPRI METE KÒD SEKRÈ W’ '), _defineProperty(_ht$data, 'ADD_Label_4', 'METE YON KONT KI KA PARÈT '), _defineProperty(_ht$data, 'ADD_Warning_1', 'OU KAPAB METE NENPÒT KI KONT POU W’ FÈ L’ PARÈT NAN TI BWAT « BOUS YO » SAN W’ PA PRAN YON KLE SEKRÈ. SA **PA** VLE DI KE W’AP KA ANTRE NAN BOUS SA, NI POU W’ TA FÈ TRANSFÈ ETHER YO SÒTI NAN BOUS SA '), _defineProperty(_ht$data, 'ADD_Label_5', 'ANTRE ADRÈS LA '), _defineProperty(_ht$data, 'ADD_Label_6', 'OUVRI BOUS OU A '), _defineProperty(_ht$data, 'ADD_Label_6_short', 'OUVRI '), _defineProperty(_ht$data, 'ADD_Label_7', 'METE YON KONT '), _defineProperty(_ht$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ht$data, 'MYWAL_Nick', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Address', 'ADRÈS BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Bal', 'KANTITE KÒB '), _defineProperty(_ht$data, 'MYWAL_Edit', 'KORIJE '), _defineProperty(_ht$data, 'MYWAL_View', 'GADE '), _defineProperty(_ht$data, 'MYWAL_Remove', 'EFASE '), _defineProperty(_ht$data, 'MYWAL_RemoveWal', 'EFASE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_WatchOnly', 'KONT OU YO KI PARÈT SELMAN '), _defineProperty(_ht$data, 'MYWAL_Viewing', 'FÈ PARÈT BOUS YO '), _defineProperty(_ht$data, 'MYWAL_Hide', 'KACHE ENFÒMASYON YO SOU BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Edit_2', 'KORIJE BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Name', 'NON BOUS LA '), _defineProperty(_ht$data, 'MYWAL_Content_1', 'ANTANSYON ! OU PRAL EFASE BOUS OU A '), _defineProperty(_ht$data, 'MYWAL_Content_2', 'BYEN VEYE KE W’ **KENBE KLE SEKRÈ W’ LA/PAJ JSON AK KÒD SEKRÈ A**KI ASOSYE AK BOUS LA ANVAN W’ EFASE L’ '), _defineProperty(_ht$data, 'MYWAL_Content_3', 'SI W’ VLE SÈVI AK BOUS SA AVÈK MyEtherWallet CX NAN LÒT JOU YO, OU DWE METE L’ ANKÒ SÈVI AK KLE SEKRÈ A /PAJ JSON AK KÒD SEKRÈ A '), _defineProperty(_ht$data, 'GEN_desc', 'SI W’ VLE KREYE PLIZYÈ LÒT BOUS, OU KAPAB FÈL LA '), _defineProperty(_ht$data, 'GEN_Label_1', 'METE YON GWO KÒD SEKRÈ (POU PI PITI 9 KARAKTÈ '), _defineProperty(_ht$data, 'GEN_Placeholder_1', 'PA BLIYE KENBE SA '), _defineProperty(_ht$data, 'GEN_SuccessMsg', 'SIKSÈ ! BOUS OU A KREYE '), _defineProperty(_ht$data, 'GEN_Label_2', 'KENBE PAJ KEYSTORE W ‘ LA OSWA KLE SEKRÈ W ‘ LA. PA BLIYE KÒD SEKRÈ W’ LA KI ANLÈ A '), _defineProperty(_ht$data, 'GEN_Label_3', 'KENBE BOUS OU A '), _defineProperty(_ht$data, 'GEN_Label_4', 'OPSYON : FÈ SÒTI BOUS OU A SOU PAPYE OSWA SERE version QR code '), _defineProperty(_ht$data, 'BULK_Label_1', 'KANTITE BOUS KI KA KREYE '), _defineProperty(_ht$data, 'BULK_Label_2', 'KREYE BOUS YO '), _defineProperty(_ht$data, 'BULK_SuccessMsg', 'SIKSÈ ! BOUS OU YO KREYE '), _defineProperty(_ht$data, 'SEND_addr', 'ADRÈS KOTE W’AP VOYE L’ '), _defineProperty(_ht$data, 'SEND_amount', 'KANTITE W’AP VOYE A '), _defineProperty(_ht$data, 'SEND_amount_short', 'KANTITE '), _defineProperty(_ht$data, 'SEND_custom', 'TOKENS ESPESYAL '), _defineProperty(_ht$data, 'SEND_gas', 'GAZ '), _defineProperty(_ht$data, 'SEND_TransferTotal', 'VOYE TOUT KANTITE A ;// RENOUVLLE L’ POU PI PI VIT '), _defineProperty(_ht$data, 'SEND_generate', 'KREYE TRANFÈ A '), _defineProperty(_ht$data, 'SEND_raw', 'TRASFÈ SAN ANALIZ '), _defineProperty(_ht$data, 'SEND_signed', 'TRANSFÈ SIYEN '), _defineProperty(_ht$data, 'SEND_trans', 'VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'SENDModal_Title', 'ATANSYON! '), _defineProperty(_ht$data, 'SENDModal_Content_1', 'OU PRAL VOYE L '), _defineProperty(_ht$data, 'SENDModal_Content_2', 'NAN ADRÈS '), _defineProperty(_ht$data, 'SENDModal_Content_3', 'ESKE W KONFYAN ? '), _defineProperty(_ht$data, 'SENDModal_Content_4', 'NÒT :SI JWENN AK YON ERÈ, OU TA GEN POU METE ETHER YO NAN KONT OU A POU W’ KOUVRI KÒB GAZ POU VOYE TOKENS YO. GAZ LA PEYE AK ETHER '), _defineProperty(_ht$data, 'SENDModal_No', 'NON, MWEN VLE SÒTI LA '), _defineProperty(_ht$data, 'SENDModal_Yes', 'WI, MWEN KONFYAN ! FÈ TRANSFÈ A '), _defineProperty(_ht$data, 'TOKEN_Addr', 'ADRÈS TOKEN CONTRACT'), _defineProperty(_ht$data, 'TOKEN_Symbol', 'SENBÒL TOKEN NAN '), _defineProperty(_ht$data, 'TOKEN_Dec', 'KONTE AN DIS (10) '), _defineProperty(_ht$data, 'TOKEN_show', 'MONTRE TOKENS YO '), _defineProperty(_ht$data, 'TOKEN_hide', 'KACHE TOKENS YO '), _defineProperty(_ht$data, 'TRANS_desc', 'SI W’ VLE VOYE TOKENS YO, ALE PITO NAN PAJ « VOYE TOKENS » '), _defineProperty(_ht$data, 'TRANS_warning', 'METE FONKSYON ‘’ETH’’ YO SÈLMAN AK ‘’ETC SÈLMAN’’ OU FÈ W’ PASE NAN YON KONTRA. KÈK NAN SÈVIS SA YO KONN GEN PWOBLÈM AK TRANSFÈ SA YO. POU W’ KONN PLIS '), _defineProperty(_ht$data, 'TRANS_advanced', '+AVANSE : METE GAZ '), _defineProperty(_ht$data, 'TRANS_data', 'DONE '), _defineProperty(_ht$data, 'TRANS_gas', 'LIMIT AN GAZ ;// CHANJE AN ENG POU LIMIT GAZ LA '), _defineProperty(_ht$data, 'TRANS_sendInfo', 'YON TRANSFÈ NÒMAL SÈVI AK 21000 GAZ KI KOUTE 0.000441 ETH. PRI GAZ LA 0.000000021 ETH KE NOU TE CHWAZI A ON TI JAN PI WO KE PI PITI A ASIRE W’ POU W’ YON KONFIMASYON RAPID. NOU PA PRAN FRÈ POU TRANSFÈ A. '), _defineProperty(_ht$data, 'OFFLINE_Title', 'KREYE EPI VOYE YON TRANFÈ SAN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Desc', 'KREYASYON YON TRANSFÈ SAN SIYAL FÈT NAN TWA ETAP. ETAP 1 AK 3 YO FÈT NAN YON KOMPITÈ KI GEN SIYAL AK ETAP 2 A NAN YON KOMPITÈ KI PA KONEKTE AK REZO A. SA PÈMÈT OU IZOLE NÈT KLE SEKRÈ W’ LA POU TOUT MACHIN KI KONEKTE AK INTÈNÈT '), _defineProperty(_ht$data, 'OFFLLINE_Step1_Title', 'ETAP 1 : KREYASYON ENFÒMASYON AN (KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step1_Button', 'KREYE ENFÒMASYON AN '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_1', 'ADRÈS KOTE L’ SÒTI '), _defineProperty(_ht$data, 'OFFLINE_Step1_Label_2', 'NÒT : SE NAN ADRÈS KOTE L’ SÒTI A, SE PA ADRÈS KOTE L’AP RIVE A.NONCE LA KREYE AK KONT MOUN K’AP VOYE A. SI NOU SÈVI AK YON MACHIN KI PA KONEKTE AK REZO A, ADRÈS SA AP ADRÈS KONT LA TANKOU _COLDSTORAGE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Title', 'ETAP 2: KREYASYON TRANSFÈ A(KOMPITÈ SAN SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_1', 'ADRÈS KOTE L’ PRALE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_2', 'VALÈ/KANTITE W’AP VOYE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3', 'PRI GAZ LA '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_3b', 'KANTITE SA TE PARÈT NAN ETAP 1 AN LÈ KOMPITÈ W’ LA KI TE GEN SIYAL '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4', 'LIMIT GAZ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_4b', '21000 SE LIMIT NÒMAL LA. NA KA W’AP VOYE POU KONTRA YO OSWA AVÈK DONE ANPLIS YO, VALÈ SA KAPAB DIFERAN. TOUT GAZ KI PA SÈVI YO Y’AP VOYE YO BA W’ '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5', 'NONCE '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_5b', 'SA TE PARÈT NAN PREMYE ETAP NAN KOMPITÈ W’ LA KI GEN SIYAL.'), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6', 'DONE YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_6b', 'SA SE YON ZÒN OPSYON, DONE YO TOUJOU SÈVI LÈ Y’AP FÈ TRANSFÈ POU KONTRA YO '), _defineProperty(_ht$data, 'OFFLINE_Step2_Label_7', 'ANTRE/ CHWAZI KLE SEKRÈ W’ LA / JSON '), _defineProperty(_ht$data, 'OFFLINE_Step3_Title', 'ETAP 3 : VOYE/ FÈ WÈ TRANSFÈ A ( KOMPITÈ AK SIYAL) '), _defineProperty(_ht$data, 'OFFLINE_Step3_Label_1', 'KOPYE TRANSFÈ A LA SIYEN NAN ETAP 2 A AK PEZE SOU BOUTON ”VOYE TRANSFÈ A '), _defineProperty(_ht$data, 'CONTRACT_Title', 'Adresse de contrat '), _defineProperty(_ht$data, 'CONTRACT_Title_2', 'Sélectionner un contrat existant '), _defineProperty(_ht$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_ht$data, 'CONTRACT_Interact_Title', 'Lecture / écriture de contrat '), _defineProperty(_ht$data, 'CONTRACT_Interact_CTA', 'Sélectionnez une fonction '), _defineProperty(_ht$data, 'CONTRACT_ByteCode', 'Bytecode '), _defineProperty(_ht$data, 'CONTRACT_Read', 'LIRE '), _defineProperty(_ht$data, 'CONTRACT_Write', 'ECRIRE '), _defineProperty(_ht$data, 'DEP_generate', 'Générer le bytecode '), _defineProperty(_ht$data, 'DEP_generated', 'Bytecode généré '), _defineProperty(_ht$data, 'DEP_signtx', 'Signer la transaction '), _defineProperty(_ht$data, 'DEP_interface', 'Interface générée '), _defineProperty(_ht$data, 'NODE_Title', 'ENSTALE NE SEKRÈ W’ LA '), _defineProperty(_ht$data, 'NODE_Subtitle', 'POU W’ KAPAB KONENTE AK YON NE LOKAL '), _defineProperty(_ht$data, 'NODE_Warning', 'NE W’ LA DWE AN HTTPS POU W’ KONEKTE AVÈK MYETHERWALLET.COM. OU KAPAB [PRAN REPO MYWALLET LA EPI OUVRI L’ LOKALMAN ](https://github.com/kvhnuke/etherwallet/releases/latest) POU W’ KONEKTE A KÈK LÒT NE , OSWA POU W’ GENYEN SÈTIFIKA SSL GRATIS AVÈK[LetsEncrypt](https://letsencrypt.org/).'), _defineProperty(_ht$data, 'NODE_Name', 'NON NE A '), _defineProperty(_ht$data, 'NODE_Port', 'PÒ NE A '), _defineProperty(_ht$data, 'NODE_CTA', 'ANREJISTRE EPI SÈVI AK YON NE SEKRÈ '), _defineProperty(_ht$data, 'SWAP_rates', 'VALÈ LI YE KOUNYE A '), _defineProperty(_ht$data, 'SWAP_init_1', 'M VLE CHANJE '), _defineProperty(_ht$data, 'SWAP_init_2', 'POU '), _defineProperty(_ht$data, 'SWAP_init_CTA', 'ANN KONTINYE'), _defineProperty(_ht$data, 'SWAP_information', 'ENFÒMASYON W’ YO'), _defineProperty(_ht$data, 'SWAP_send_amt', 'KANTITE POU VOYE '), _defineProperty(_ht$data, 'SWAP_rec_amt', 'KANTITE POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_your_rate', 'VALÈ LI YE '), _defineProperty(_ht$data, 'SWAP_rec_add', 'ADRÈS POU RESEVWA '), _defineProperty(_ht$data, 'SWAP_start_CTA', 'KÒMANSE CHANJE '), _defineProperty(_ht$data, 'SWAP_ref_num', 'NIMEWO POU YO JWENN OU '), _defineProperty(_ht$data, 'SWAP_time', 'TAN KI RETE POU VOYE L '), _defineProperty(_ht$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ht$data, 'SWAP_progress_1', 'LÒD PASE '), _defineProperty(_ht$data, 'SWAP_progress_2', '// Waiting for your BTC... //N’AP TANN BTC W’ YO '), _defineProperty(_ht$data, 'SWAP_progress_3', ', // ETH Received! ETH RESEVWA ! '), _defineProperty(_ht$data, 'SWAP_progress_4', 'VOYE {{REZILTA LÒD. KREYASYON.MONNEN}} YO '), _defineProperty(_ht$data, 'SWAP_progress_5', 'LÒD AKONPLI '), _defineProperty(_ht$data, 'SWAP_order_CTA', 'TANPRI VOYE 1 ETH '), _defineProperty(_ht$data, 'SWAP_unlock', 'OUVRI BOUS OU A POU W’ VOYE ETH YO OSWA TOKENS YO SÒTI DIRÈKTEMAN NAN SA '), _defineProperty(_ht$data, 'MSG_message', 'MESAJ '), _defineProperty(_ht$data, 'MSG_date', 'DAT '), _defineProperty(_ht$data, 'MSG_signature', 'SIYATI.'), _defineProperty(_ht$data, 'MSG_verify', 'VERIFYE YON MESAJ '), _defineProperty(_ht$data, 'MSG_info1', 'METE DAT JOU A POU SIYATI A PA SÈVI ANKÒ NAN YON LÒT MOMAN '), _defineProperty(_ht$data, 'MSG_info2', 'METE TI NON W’ NAN KOTE W’ KONN SÈVI AK LI A POU YON LÒT MOUN PA SÈVI AK LI '), _defineProperty(_ht$data, 'MSG_info3', 'METE YON SÈL BON REZON POU MESAJ LA POU L’ PA SÈVI ANKÒ POU YON LÒT REZON '), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI AK SÒTI BOUS OU A ANKÒ SOU PAPYE. OU DWE FÈ L’ POU [ PRAN KONT OU A NAN GETH/MIST] (http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). SI W’ VLE WÈ VALÈ KÒB OU A, NOU MANDE W’ POU SÈVI AK YON EKSPLORATÈ POU BLOCKCHAIN TANKOU[etherscan.io](https://etherscan.io/).'), _defineProperty(_ht$data, 'VIEWWALLET_Subtitle_Short', 'SA PÈMÈT OU POU W’ PRAN PLIZYÈ VÈZSYON KLE SEKRÈ YO EPI POU SÒTI BOUS OU A ANKÒ SOU PAPYE '), _defineProperty(_ht$data, 'VIEWWALLET_SuccessMsg', 'SIKSÈ ! MEN DETAY YO POU BOUS OU A '), _defineProperty(_ht$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ht$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ht$data, 'CX_error_1', 'OU PA GEN BOUS KI ANREJISTRE. PEZE SOU[‘’METE YON BOUS’’] (/cx-wallet.html#add-wallet) POU METE YOUN !. '), _defineProperty(_ht$data, 'CX_quicksend', 'VOYE RAPID ; // SI JAN L’ TRADWI A PA NAN GOU W’ JIS SÈVI AK ”SEND” '), _defineProperty(_ht$data, 'ERROR_0', 'ANTRE YON KANTITE KI VALAB '), _defineProperty(_ht$data, 'ERROR_1', 'KÒD SEKRÈ W’ LA DWE GEN POU PI PITI 9 KARAKTÈ. BYEN VEYE KE SE YON GWO KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_2', 'DEZOLE ! SÈVIS NOU AN PA PÈMÈT NOU JERE JAN DE PAJ BOUS SA '), _defineProperty(_ht$data, 'ERROR_3', 'SA SE PA YON PAJ BOUS '), _defineProperty(_ht$data, 'ERROR_4', 'VALÈ SA PA LA, TANPRI SÈVI AK YOUN NANN LÒT VALÈ SA YO '), _defineProperty(_ht$data, 'ERROR_5', 'ANTRE YON BON ADRÈS '), _defineProperty(_ht$data, 'ERROR_6', 'ANTRE YON BON KÒD SEKRÈ '), _defineProperty(_ht$data, 'ERROR_7', 'TANPRI ANTRE YON VALÈ KI BON (Must be integer. Try 0-18.) '), _defineProperty(_ht$data, 'ERROR_8', 'TANPRI ANTRE YON BON LIMIT GAZ . (Must be integer. Try 21000-4000000.) '), _defineProperty(_ht$data, 'ERROR_9', 'TANPRI ANTRE YON VALÈ DONE YO KI VALAB. (Must be hex.) '), _defineProperty(_ht$data, 'ERROR_10', 'TANPRI ANTRE YON VALÈ GAZ KI VALAB(Must be integer. Try 20 GWEI / 20000000000 WEI.) (LI DWE ANTYE. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ht$data, 'ERROR_11', '(Must be integer.) '), _defineProperty(_ht$data, 'ERROR_12', 'SIYATI TRANSFÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_13', 'NON BOUS SA LA DEJA '), _defineProperty(_ht$data, 'ERROR_14', 'BOUS SA PA LA '), _defineProperty(_ht$data, 'ERROR_15', 'TA SANBLE POKO GEN OKENN PWOPOZISYON KI LA DEJA AVÈK MOUN SA OSWA GEN YON ERÈ PANDAN KONSILTASYON PWOPOZISYON AN '), _defineProperty(_ht$data, 'ERROR_16', 'GEN YON BOUS KI GEN ADRÈ SA DEJA. TANPRI AL GADE LIS PAJ BOUS OU A '), _defineProperty(_ht$data, 'ERROR_17', 'IFONDS LA YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVISYON. FÒK OU TA GENYEN POU PI PITI 0,01 ETHER SOU KONT OU A POU W’ KA KOUVRI KÒB GAZ YO. METE ETHER YO EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_18', 'TOUT GAZ LA TE SÈVI PANDAN TRANSFÈ A. SA VLE DI KE W’ TE DEJA VOTE POU PWOPOZISYON SA DEJA OSWA KE MOMAN DEBA A FINI '), _defineProperty(_ht$data, 'ERROR_19', 'TANPRI ANTRE YON SENBÒL KI VALAB '), _defineProperty(_ht$data, 'ERROR_20', 'SE PA YON TOKEN ERC-20 VALAB. SI Y’AP PRAN LÒT TOKEN YO, RETIRE SA EPI ESEYE ANKÒ '), _defineProperty(_ht$data, 'ERROR_21', 'LI PA POSIB POU N’ KONN KONBYEN GAZ LA YE. PA GEN ASE PWOVISYON SOU KONT SA, OSWA ADRÈS KONTRA KOTE Y ‘AP RESEVWA L’ LA TE VOYE TOUNEN YON ERÈ. OU KAPAB METE GAZ LA OU MENM EPI KÒMANSE ANKÒ. MESAJ ERÈ A PANDAN W’AP VOYE L’ LA KAPAB GEN ANPIL ENFÒMASYON '), _defineProperty(_ht$data, 'ERROR_22', 'TANPRI ANTRE YON NON NE KI VALAB '), _defineProperty(_ht$data, 'ERROR_23', 'TANPRI ANTRE YON URL KI VALAB ; SI W’ AN HTTPS URL OUA DWE AN HTTPS '), _defineProperty(_ht$data, 'ERROR_24', 'TANPRI ANTRE YON PÒ KI VALAB '), _defineProperty(_ht$data, 'ERROR_25', 'TANPRI ANTRE YON ID DE CHÈNN VALAB '), _defineProperty(_ht$data, 'ERROR_26', 'TANPRI ANTRE YON ABI KI VALAB '), _defineProperty(_ht$data, 'ERROR_27', 'KANTITE PI PITI : 0.01. KANTITE PI GWO '), _defineProperty(_ht$data, 'ERROR_28', '**OU BEZWEN PAJ KEYSTORE W’ LA EPI KÒD SEKRÈ A ** ( OSWA KLE SEKRÈ W’ LA) POU KAPAB ANTRE NAN BOUS SA NAN LÒT JOU YO. TANPRI PRAN L’EPI POU W’ SERE L’ YON KOTE DEYÒ ! PA GEN OKENN LÒT MWAYEN POU W’ JWENN ANKÒ YON BOUS SI W’ PA ANREJISTRE L’. TANPRI LI PAJ SA [PAJ POU EDE](https://www.myetherwallet.com/#help) POU DETAY YO '), _defineProperty(_ht$data, 'ERROR_29', 'TANPRI ANTRE YON BON NON AK KÒD SEKRÈ L’ '), _defineProperty(_ht$data, 'ERROR_30', 'TANPRI ANTRE YON BON NON ENS '), _defineProperty(_ht$data, 'ERROR_31', 'FRAZ SEKRÈ A PA VALAB '), _defineProperty(_ht$data, 'ERROR_32', 'LI ENPOSIB POU W’ KONEKTE AK NE A. RAFRECHI PAJ LA, OSWA ESEYE YON LÒT NE (upper right corner), GADE NAN PARAMÈT FIREWALL OU YO. SI W’ AN MÒD NE, GADE NAN PARAMÈT YO // 32 '), _defineProperty(_ht$data, 'ERROR_33', 'BOUS W’AP ESEYE OUVRI A LI PA GEN MENNM ADRÈS AK MET LI;33 '), _defineProperty(_ht$data, 'ERROR_34', 'NON W’AP TANTE POU W’ KA WÈ A PA GEN MENM ADRÈS AK NON OU TE ANTRE A // 34 '), _defineProperty(_ht$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ht$data, 'ERROR_36', 'Entrez une empreinte (_hash_) de TX valide'), _defineProperty(_ht$data, 'ERROR_37', 'Entrez une chaîne hex valide (0-9, a-f)'), _defineProperty(_ht$data, 'SUCCESS_1', 'ADRÈS LA VALAB '), _defineProperty(_ht$data, 'SUCCESS_2', 'BOUS DEKÒDE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_3', 'TX ALE NAN BLOCKCHAIN NAN. PEZE BOUTON AN POU W’ KA WÈ TRANSFÈ W’ LA & VERIFYE SI SE POU OU AK SI LI PA MANKE GAZ OSWA KÈK ERÈ NAN KONTRA EKZEKISYON L’YO '), _defineProperty(_ht$data, 'SUCCESS_4', 'BOUS LA METE AVÈK SIKSÈ '), _defineProperty(_ht$data, 'SUCCESS_5', 'PAJ CHWAZI '), _defineProperty(_ht$data, 'SUCCESS_6', 'OU BYEN KONEKTE '), _defineProperty(_ht$data, 'SUCCESS_7', 'SIYATI MESAJ LA VERIFYE '), _defineProperty(_ht$data, 'WARN_Send_Link', 'OU RIVE LA GRAS AK YON LYEN KI PLEN ADRÈS LA, KANTITE A, GAZ LA OSWA ESPAS DONE W’ YO. OU KAPAB KORIJE TOUT ENFÒMASYON YO ANVAN W’ VOYE YO . OUVRI BOUS OU A POU W ‘ KÒMANSE '), _defineProperty(_ht$data, 'GETH_InvalidSender', 'MOUN K’AP VOYE L’ PA BON '), _defineProperty(_ht$data, 'GETH_Nonce', 'NONCE TWÒ BA '), _defineProperty(_ht$data, 'GETH_Cheap', 'PRI GAZ LA TWO BA POU L’ AKSEPTE '), _defineProperty(_ht$data, 'GETH_Balance', 'KANTITE A PA SIFI '), _defineProperty(_ht$data, 'GETH_NonExistentAccount', 'KONT SA PA EGZISTE OSWA KANTITE KI NAN KONT LA TWÒ BA '), _defineProperty(_ht$data, 'GETH_InsufficientFunds', 'KÒB SA YO PA SIFI POU GAZ *PRI+VALÈ '), _defineProperty(_ht$data, 'GETH_IntrinsicGas', 'VALÈ GAZ LA TWO BA '), _defineProperty(_ht$data, 'GETH_GasLimit', 'LIMIT GAZ LA DEPASE '), _defineProperty(_ht$data, 'GETH_NegativeValue', 'VALÈ A PA BON '), _defineProperty(_ht$data, 'PARITY_AlreadyImported', 'GEN YON TRANSFÈ KI GEN MENM HASH SA KI SÒTI LA DEJA '), _defineProperty(_ht$data, 'PARITY_Old', 'NONCE TRANSFÈ A TWÒ BA. ESEYE METE SOU NONCE LAN ANKÒ '), _defineProperty(_ht$data, 'PARITY_TooCheapToReplace', 'FRÈ TRANSFÈ YO TWÒ BA. GEN YON LÒT TRANSFÈ KI GEN MENM NONCE LA K’AP TANN. ESEYE METE SOU FRÈ A OSWA METE SOU NONCE LAN '), _defineProperty(_ht$data, 'PARITY_LimitReached', 'GEN TWÒP TRANSFÈ K’AP TANN. TRANSFÈ W’ LA PA FÈT POU REZON SA. ESYE METE SOU FRÈ A '), _defineProperty(_ht$data, 'PARITY_InsufficientGasPrice', 'FRÈ TRANSFÈ YO TWÒ BA. YO PA SATISFÈ MENM POU PITI NE A (MINIMUM :{},REÇU :{}). ESEYE METE SOU FRÈ YO '), _defineProperty(_ht$data, 'PARITY_InsufficientBalance', 'IFONDS YO PA SIFI. KONT KOTE W’AP ESEYE VOYE TANSFÈ A PA GEN ASE KÒB. YO MANDE A: {} , REÇU : {} '), _defineProperty(_ht$data, 'PARITY_GasLimitExceeded', 'KÒB TRANSFÈ A DEPASE LIMIT GAZ KOUNYE A. LIMIT :{}. ESEYE RETIRE NAN GAZ OU JWENN NAN '), _defineProperty(_ht$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_ht$data, 'translate_version', '0.5 '), _defineProperty(_ht$data, 'Translator_Desc', ' YON MÈSI POU TRADIKTÈ N’YO '), _defineProperty(_ht$data, 'TranslatorName_1', '[Nogo10](https://www.myetherwallet.com/?gaslimit=21000&to= 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a&value=1.0#VOYE-TRANSFÈ A) · '), _defineProperty(_ht$data, 'TranslatorAddr_1', ' 0x152e77CC3Dd8d86471ebEa8e93B9924A41e7055a '), _defineProperty(_ht$data, 'TranslatorName_2', 'NON TRADIKTÈ_2 JJCROISIERE · '), _defineProperty(_ht$data, 'TranslatorAddr_2', 'TRADIKTÈ ADDR_2 '), _defineProperty(_ht$data, 'TranslatorName_3', 'NON TRADIKTÈ A JJCROISIERE '), _defineProperty(_ht$data, 'TranslatorAddr_3', ' TRADIKTÈ ADDDR_3 '), _defineProperty(_ht$data, 'TranslatorName_4', 'NON TRADIKTÈ_4 '), _defineProperty(_ht$data, 'TranslatorAddr_4', 'TRADIKTÈADDR_4 '), _defineProperty(_ht$data, 'TranslatorName_5', 'NON TRADIKTÈ_5 '), _defineProperty(_ht$data, 'TranslatorAddr_5', 'TRADIKTÈADDR_5 '), _defineProperty(_ht$data, 'HELP_Warning', 'SI W’ TE KREYE YON BOUS- OSWA- OU TE PRAN REPO A ANVAN ** 31 DESANM 2015**, TANPRI VERIFYE BOUS OU YO / AL PRAN YON LÒT VÈSYON REPO A ANKÒ. PEZE LA POU W’ KA JWENN PLIS DETAY. '), _defineProperty(_ht$data, 'HELP_Desc', 'MANKE YON BAGAY ? SI W’ GEN LÒT KESYON ? [PALE AK NOU]( mailto:support@myetherwallet.com), N’AP REPONN OU EPI N’AP TOU METE PAJ LA A JOU POU L’ KA ITIL PI PLIS AK TOUT LÒT MOUN YO NAN LÒT JOU YO ! '), _defineProperty(_ht$data, 'HELP_Remind_Title', 'KÈK NAN SA POU SONJE YO: '), _defineProperty(_ht$data, 'HELP_Remind_Desc_1', 'ETHEREUM, MYETHERWALLET.COM & MYETHER WALLET CX, EPI KÈK NAN BIBLIYOTÈK YO JAVASCRIPT KI ANBA KE NOU KONN SÈVI AK YO KÒMANSE AP DEVLOPE.** NOU PASE YO GWO TÈS EPI ANPIL DIZÈNN AK MILYE BOUS SA YO TE KREYE AVÈK ANPIL SIKSÈ TOUT KOTE NAN MOND LA. KA TOUJOU GEN YON TI KRAS POSIBLITE KE YON BAGAY KA PASE KI KA PÈMÈT OU PÈDI ETH OU YO. PA ENVESTI PLIS PLIS KE SA W ‘ KA PRÈ POU W’ PÈDI EPI PRIDANS. NAN KA AKSIDAN, N’AP DEZOLE MEN ** NOU P’AP RESPONSAB POU ETHER SA W’ PÈDI A** '), _defineProperty(_ht$data, 'HELP_Remind_Desc_2', 'MYETHERWALLET.COM & MYETHERWALLET CX YO PA "BOUS WEB". OU PA KREYE YON KONT , OU PA BA NOU ETHER W’ YO TANKOU DEPO. OKENN DONE PA SÒTI NAN KOMPITÈ W’ OSWA NAVIGATÈ W’ LA. N’AP FASILITE W’ POU W KREYASYON AN. KIJAN POU KENBE L’ EPI ANTRE NAN ENFÒMASYON W’ YO AK KONTAK OU MENM AK BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_Remind_Desc_3', 'SI W’ PA BYEN KENBE KLE SEKRÈ W’ LA EPI KÒD SEKRÈ W ‘, PA GEN OKENN LÒT MWAYEN OU KA ANTRE NAN BOUS OU A ANKÒ AK JWENN PWOVIZYON KI LADAN L’ YO. SERE YO NAN PLIZYÈ KOTE EPI SE PA SELMAN SOU KOMPITÈ W LA! '), _defineProperty(_ht$data, 'HELP_0_Title', '0) MWEN FENK VINI. KISA POU M’ FÈ? '), _defineProperty(_ht$data, 'HELP_0_Desc_1', 'MYETHERWALLET BA W’ MWAYEN POU W’ KREYE PLIZYÈ LÒT BOUS POU W’ KACHE ETHER OU A OU MENM EPI SE PA SOU YON ** CHANJ** PWOSESIS SA KA FÈT SOU YON KOMPITÈ, SE PA SOU SÈVÈ NOU YO. LÈ W’AP KREYE YON LÒT BOUS ** SE RESPONSABLITE W’ POU W’ BYEN KENBE L’ AN SEKIRITE** '), _defineProperty(_ht$data, 'HELP_0_Desc_2', 'KREYE YON NOUVO BOUS. '), _defineProperty(_ht$data, 'HELP_0_Desc_3', 'ANREJISTRE BOUS LA. '), _defineProperty(_ht$data, 'HELP_0_Desc_4', 'VERIFYE POU W’ WÈ SI W’ GEN AKSÈ POU W’ ANTRE NAN LÒT BOUS SA AK SI W’ BYEN SOVE TOUT BON ENFÒMASYON NESESÈ YO. '), _defineProperty(_ht$data, 'HELP_0_Desc_5', 'VOYE ETHER A NAN LÒT BOUS SA. '), _defineProperty(_ht$data, 'HELP_1_Title', '1) KÒMAN POU M’ KREYE YON LÒT BOUS ? '), _defineProperty(_ht$data, 'HELP_1_Desc_1', 'ALE NAN PAJ "KREYASYON YON BOUS. '), _defineProperty(_ht$data, 'HELP_1_Desc_2', 'ALE NAN PAJ "METE YON BOUS" EPI CHWAZI "KREYE YON LÒT BOUS" '), _defineProperty(_ht$data, 'HELP_1_Desc_3', 'ANTRE YON GWO KÒD SEKRÈ. SI W’ PANSE W’ KA BLIYE L’, SERE L’ YON BON KOTE. OU PRAL GEN BEZWEN KÒD SEKRÈ SA POU W’ VOYE TRANSFÈ YO. '), _defineProperty(_ht$data, 'HELP_1_Desc_4', 'PEZE SOU "KREYE". '), _defineProperty(_ht$data, 'HELP_1_Desc_5', 'POU KOUNYE A BOUS OU A KREYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_1', 'OU DWE TOUJOU ANREJISTRE BOUS OU A NAN PLIZYÈ KOTE, TANKOU SOU YON USB OSWA YON FÈY PAPYE. '), _defineProperty(_ht$data, 'HELP_2a_Desc_2', 'ANREJISTRE ADRÈS LA, OU KAPAB GENYEN L’ POU OU SÈL OSWA PATAJE L’ AVÈK LÒT MOUN, NAN FASON TOUT MOUN KAPAB VOYE ETHER BA W’. '), _defineProperty(_ht$data, 'HELP_2a_Desc_3', 'ANREJISTRE KLE SEKRÈ W’ NAN PLIZYÈ FASON. PA PATAJE L’ AK OKENN MOUN. KLE SEKRÈ LA NESESÈ POU W’ ANTRE NAN ETHER W’ LA. POU W’ VOYE L !’ GEN 3 DIFERAN KLE SEKRÈ KI EGZISTE: '), _defineProperty(_ht$data, 'HELP_2a_Desc_4', 'METE ADRÈS OU A, NAN BAGAY YO OU METE KLE SEKRÈ W’ LA AK VÈSYON PDF POU BOUS PAPYE W’ LA NAN YON DOSYE. KENBE L’ SOU KOMPITÈW’ LA EPI YON KLE USB. '), _defineProperty(_ht$data, 'HELP_2a_Desc_5', 'FÈ SÒTI BOUS OU A SI W’ GEN APARÈY LA. SI SE PA SA, EKRI KLE SEKRÈ W’ AK ADRÈS OU A SOU YON FÈY PAPYE. KACHE L’ YON BON KOTE, APRE SOU KOMPITÈ W’ LA EPI KLE USB LA. '), _defineProperty(_ht$data, 'HELP_2a_Desc_6', 'METE NAN LESPRI W’ POU W’ PWOTEJE TÈT OU POU W’ PA PÈDI KLE A EPI KÒD SEKRÈ A NAN KA OU TA PÈDI DISKEDI W’ LA, KLE W’ LA OSWA FÈY PAPYE A. OU DWE TOU PWOTEJE W’ KONT TOUT GWO KATASTWÒF KI KA FÈ ENPAK SOU YON ZÒN GEOGRAFIK (TANKOU YON GWO DIFE OSWA YON INONDASYON) . '), _defineProperty(_ht$data, 'HELP_2b_Title', '2b) KÒMAN POU M’ JERE AK TOUT SEKIRITE YON MAGAZEN SAN SIYAL AVÈK MYETHERWALLET? '), _defineProperty(_ht$data, 'HELP_2b_Desc_1', 'ALE NAN GITHUB NOU AN : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ht$data, 'HELP_2b_Desc_2', 'PEZE SOU DIST-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_2b_Desc_3', 'METE ZIP LASOU YON KOMPITÈ SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_2b_Desc_4', 'DEZIPE L’ PEZE 2 FWA SOU INDEX.HTML`. '), _defineProperty(_ht$data, 'HELP_2b_Desc_5', ' YON BOUS AVÈK YON GWO KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_2b_Desc_6', 'KENBE ADRÈS LA. KENBE BAGAY YO OU METE KLE SEKRÈ A. KENBE KÒD SEKRÈ A SI W’ PA TA VLE TOUJOU AP SONJE L’. '), _defineProperty(_ht$data, 'HELP_2b_Desc_7', 'BYEN SERE PAPYE YO EPI/ OSWA KLE USB SA YO NAN YON KOTE BYEN LWEN. '), _defineProperty(_ht$data, 'HELP_2b_Desc_8', 'ALE NAN PAJ "FÈ PARÈT YON BOUS" EPI ANTRE KLE SEKRÈ W’ LA AK KÒD SEKRÈ W’ LA POU W’ GEN ASIRANS KE YO VALAB EPI POU KA ANTRE NAN BOUS OU A. VERIFYE KE ADRÈS OU TE EKRI A SE MENM BAGAY LA. '), _defineProperty(_ht$data, 'HELP_3_Title', '3) KÒMAN POU M’ VERIFYE KE M’ ANTRE NAN LÒT BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_3_Desc_1', '** ANVAN W’ VOYE ETHER NAN BOUS OU A** OU DWE GEN ASIRANS KE W’ ANTRE. '), _defineProperty(_ht$data, 'HELP_3_Desc_2', 'NAVIGE AL NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_3_Desc_3', 'NAVIGE AL NAN PAJ " FÈ PARÈT YON BOUS" MYETHERWALLET.COM LA. '), _defineProperty(_ht$data, 'HELP_3_Desc_4', 'CHWAZI PAJ BOUS OU A- OSWA - KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_3_Desc_5', 'SI BOUS OU A GEN KÒD , YON ZÒN KI GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_3_Desc_6', 'PEZE BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_3_Desc_7', 'ENFÒMASYON SOU BOUS OU YO DWE PARÈT . JWENN ADRÈS KONT OU A KOTE YON PYON KI GEN FÒM YON SÈK EPI KI GEN KOULÈ. SA REPREZANTE ADRÈS OU A JAN W’ WÈ L’ LA. ASIRE W’ KE ADRÈS SA SE SA W’ TE KENBE NAN DOKIMAN KI EKRI W’ LA EPI LI NAN BOUS PAPYE W’ LA TOU. '), _defineProperty(_ht$data, 'HELP_3_Desc_8', 'SI W’ VLE GEN YON GWO KANTITTE ETHER, NOU MANDE W’ POU W’ KÒMANSE VOYE YON TI KANTITE KÒB KI AP SÒTI NAN BOUS OU FENK GENYEN AN ANAVN W’ METE YON GWO KANTITE KÒB. VOYE 0,001 ETHER AL NAN BOUS OU FENK GENYEN AN, ANTRE LADAN L’ EPI VOYE 0,001 ETHER SA YO AL NAN YON LÒT ADRÈS, EPI VERIFYE KE TOUT BAGAY AP BYEN FONKSYONE SAN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_4_Title', '4) KÒMAN POU M’ KA VOYE ETHER A SÒTI NAN BOUS SA AL NAN YON LÒT? '), _defineProperty(_ht$data, 'HELP_4_Desc_1', 'SI W’ VLE FÈ YON GWO KANTITE TRANSFÈ ETHER, OU DWE AVAN TOUT BAGAY ESEYE VOYE YON TI KANTITE KÒB AL NAN BOUS OU A POU GEN KONFYANS KE TOUT BAGAY AP BYEN FONKSYONE JAN SA DWE YE. '), _defineProperty(_ht$data, 'HELP_4_Desc_2', 'NAVIGE AL NAN PAJ "VOYE ETHER YO EPI TOKENS YO" . '), _defineProperty(_ht$data, 'HELP_4_Desc_3', 'CHWAZI PAJ BOUS OU A- OSWA- KLE SEKRÈ W’ LA EPI OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_4_Desc_4', 'SI BOUS OU A GEN KÒD, YON ZÒN GEN EKRITI AP PARÈT POU KONT LI. ANTRE KÒD SEKRÈ W LA. '), _defineProperty(_ht$data, 'HELP_4_Desc_5', 'PEZE SOU BOUTON "OUVRI BOUS OU A". '), _defineProperty(_ht$data, 'HELP_4_Desc_6', 'ANTRE ADRÈS MOUN K’AP RESEVWA L’ LA NAN ESPAS "ADRÈS KOTE L PRALE A". '), _defineProperty(_ht$data, 'HELP_4_Desc_7', 'ANTRE KANTITE W’ VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT NÈT. '), _defineProperty(_ht$data, 'HELP_4_Desc_9', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4_Desc_10', 'KÈK ESPAS ANPLIS AP PARÈT. NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_11', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_4_Desc_12', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS LA KOTE W’AP VOYE L’ LA YO BON. APRE PEZE SOU "WI, MWEN KONFYAN ! FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_4_Desc_13', 'TRANSFÈ A PRAL FÈT. MOUN LI AN PRAL PARÈT. OU KAPAB PEZE SOU MOUN NAN POU W’ WÈ L’ SOU BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_4CX_Title', '4) KÒMAN POU M’ KA VOYE RTHER AVÈK MYETHERWALLET CX ? '), _defineProperty(_ht$data, 'HELP_4CX_Desc_1', 'ANVAN, OU DWE METE YON BOUS. SA FÈT, OU GENYEN DE FASON : FONKSYON "VOYE RAPID" NAN PYON AN NAN EXTENSION CHROME OSWA PAJ "VOYE ETHER YO EPI TOKENS YO". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_2', 'VOYE RAPID: '), _defineProperty(_ht$data, 'HELP_4CX_Desc_3', 'PEZE SOU PYON EXTENSION CHROME. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_4', 'PEZE SOU BOUTON "VOYE RAPID". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_5', 'CHWAZI BOUS KOTE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_6', 'ANTRE ADRÈS LA OU VLE VOYE A NAN ESPAS "ADRÈS KOTE L’ PRALE A :" . '), _defineProperty(_ht$data, 'HELP_4CX_Desc_7', 'ANTRE KANTITE OU VLE VOYE A. OU KAPAB ANKÒ PEZE SOU "VOYE TOUT KANTITE A" SI W’ VLE VOYE TOUT SA L’ GENYEN AN. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_8', 'PEZE SOU "VOYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_4CX_Desc_9', 'VERIFYE KE ADRÈS LA EPI KANTITE W’AP VOYE A BON. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_10', 'ANTRE KÒD SEKRÈ BOUS SA. '), _defineProperty(_ht$data, 'HELP_4CX_Desc_11', 'PEZE SOU "VOYE TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_4CX_Desc_12', 'AVÈK PAJ "VOYE ETHER YO EPI AK TOKENS YO" '), _defineProperty(_ht$data, 'HELP_5_Title', '5) KÒMAN M KA OUVRI MYETHERWALLET.COM SAN SIYAL/LOKAL ? '), _defineProperty(_ht$data, 'HELP_5_Desc_1', 'OU KAPAB OUVRI MYETHERWALLET.COM SOU KOMPITÈ W’ LA SAN W’ PA PASE NAN SÈVÈ GITHUB YO. OU KAPAB KREYE YON BOUS SAN OU PA BEZWEN GEN SIYAL EPI VOYE TRANSFÈ YO SÒTI NAN PAJ SA "TRANSFÈ SAN SIYAL". '), _defineProperty(_ht$data, 'HELP_5_Desc_7', 'TOUT MYETHERWALLET.COM LA VIRE SOU KOMPITÈ W’ LA KOUNYE A. '), _defineProperty(_ht$data, 'HELP_5_Desc_8', 'NAN KA OU PA TA ABITYE AK SA. OU DWE KONSÈVE TOUT DOSYE A POU W’ VIRE SIT WEB LA EPI PA SÈLMAN INDEX.HTML. PA MANYEN ANYEN, PA DEPLASE ANYEN NAN DOSYE A. SI W’ KENBE YON REPO NAN MAGAZEN MYETHERWALLET POU LÒT JOU YO, NOU MANDE W’ PA METE ZIP LA SÈLMAN NAN MAGAZENN AN POU W’ KA ASIRE W’ KE DOSYE A PA GEN TACH. '), _defineProperty(_ht$data, 'HELP_5_Desc_9', 'NOU TOUJOU AP AMELYORE MYETHERWALLET.COM, NOU MANDE W’ POU W’ TOUJOU METE A JOU VÈSYON W’ TE KENBE A. '), _defineProperty(_ht$data, 'HELP_5CX_Title', '5) KÒMAN POU M’ ENSTALE EXTENSION AN NAN REPO A KE NAN CHROME STORE A ? '), _defineProperty(_ht$data, 'HELP_5CX_Desc_2', 'PEZE SOU CHROME-EXTENSION-VX.X.X.X.ZIP` '), _defineProperty(_ht$data, 'HELP_5CX_Desc_3', 'AL NAN GOOGLE CHROME EPI CHÈCHE PARAMÈT YO ( NAN MENI KI ANWO ADWAT LA). '), _defineProperty(_ht$data, 'HELP_5CX_Desc_4', 'PEZE SOU "EXTENSIONS" A GÒCH. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_5', 'PEZE SOU KAZYE "MÒD POU DEVLOPE" ANLÈ NAN PAJ SA. '), _defineProperty(_ht$data, 'HELP_5CX_Desc_6', 'PEZE SOU BOUTON "CHAJE EXTENSION AN PA METE L ANNDAN…". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_7', 'NAVIGE AL NAN DOSYE KE W’ TE PRAN AN EPI DEZIPE L’ ANVAN. PEZE SOU "CHWAZI". '), _defineProperty(_ht$data, 'HELP_5CX_Desc_8', 'EXTENSION AN DWE PARÈT KOUNYE A NAN EXTENSION W’ YO EPI NAN BA EXTENSION YO POU CHROME. '), _defineProperty(_ht$data, 'HELP_7_Title', '7)KÒMAN M’ KAPAB VOYE TOKENS YO EPI METE TOKENS SPESYAL YO ? '), _defineProperty(_ht$data, 'HELP_7_Desc_0', 'SE YON BON MWAYEN POU W’ AL GADE NAN TOKENS YO EPI JWENN JAN YO KONTE AN 10 LA NAN YON TOKEN. '), _defineProperty(_ht$data, 'HELP_7_Desc_1', 'NAVIGE AL NAN PAJ "VOYE TOKENS". '), _defineProperty(_ht$data, 'HELP_7_Desc_2', 'OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_7_Desc_3', 'ANTRE ADRÈS KOTE OU VLE VOYE L’ LA NAN ESPAS "ADRÈS KOTE L’ PRALE A". '), _defineProperty(_ht$data, 'HELP_7_Desc_4', 'ANTRE KANTITE OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_5', 'CHWAZI TOKEN OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_6', 'SI SA A PA NAN LIS LA: '), _defineProperty(_ht$data, 'HELP_7_Desc_7', 'PEZE SOU "SPESYAL ". '), _defineProperty(_ht$data, 'HELP_7_Desc_8', 'ANTRE ADRÈS LA, NON AN EPI TOKEN YO KI KONTE AN 10 YO. ENFÒMASYON SA YO. SE MOUN KI FÈ TOKEN NAN KI BAY YO EPI YO ANKÒ NESESÈ LE W’AP FÈ "ADD A WATCH TOKEN" NAN MIST. '), _defineProperty(_ht$data, 'HELP_7_Desc_9', 'PEZE SOU "SOVE ". '), _defineProperty(_ht$data, 'HELP_7_Desc_10', 'OU KAPAB VOYE TOKENS SA YO KOUNYE A AK WÈ TOU LAJAN SOU KONT OU A NAN ZÒN KI SOU KOTE A. '), _defineProperty(_ht$data, 'HELP_7_Desc_11', 'PEZE SOU "KREYE TRANSFÈ A". '), _defineProperty(_ht$data, 'HELP_7_Desc_12', 'KÈK NAN ESPAS ANPLIS YO AP PARÈT : NAVIGATÈ W’ LA AP KREYE TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_7_Desc_13', 'PEZE SOU BOUTON BLE A "VOYE TRANSFÈ A" KI ANBA A. '), _defineProperty(_ht$data, 'HELP_7_Desc_14', 'YON FENÈT POP-UP AP PARÈT. VERIFYE KE KANTITE A EPI ADRÈS KOTE L’ PRALE A YO BON APRÈ PEZE SOU BOUTON "WI, MWEN KONFYAN ! FÈ TRANSFÈ A." '), _defineProperty(_ht$data, 'HELP_7_Desc_15', 'TRANSFÈ A FÈT EPI MOUN TRANSFÈ A PARÈT. OU KAPAB PEZE SOU LI POU W’ KA WÈ L’ NAN BLOCKCHAIN NAN. '), _defineProperty(_ht$data, 'HELP_8_Title', '8) SA K’AP PASE SI SIT OU A TONBE ? '), _defineProperty(_ht$data, 'HELP_8_Desc_1', 'MYETHERWALLET SE PA YON BOUS SOU WÈB LA. OU PA GEN KONEKSYON EPI ANYEN PA JANM ANREJISTRE SOU SÈVÈ NOU YO. SE JIS YON LÒT FAS KI PÈMET OU PALE AK BLOCKCHAIN LA. '), _defineProperty(_ht$data, 'HELP_8_Desc_2', 'SI MYETHERWALLET.COM TONBE, OU DWE JWENN YON LÒT MWAYEN ( TANKOU GETH OSWA ETHEREUM WALLET / MIST) POU FÈ MENM BAGAY LA. MEN OU PA GEN POU "REPRAN " ETHER W’ LA KI NAN MY ETHERWALLET PASKE L’ PA NAN MY ETHERWALLET. LI LAKAY OU. NAN BOUS SA W’ TE KREYE SOU SIT NOU AN. '), _defineProperty(_ht$data, 'HELP_8_Desc_3', 'OU KAPAB PRAN KLE SEKRÈ W’ LA FASIL KOUNYE A SAN KÒD EPI PAJ OU YO (KÒD) SOU FÒM GETH/MIST, DIREKTEMAN NAN GETH/ETHEREUM WALLET / MIST. GADE KESYON #12 LA KI ANBA A. '), _defineProperty(_ht$data, 'HELP_8_Desc_4', 'ANPLIS, FASON POU N’ TA KITE MYETHERWALLET TONBE LI PRE ZEWO.SA KOUTE NOU PRESKE ANYEN POU N’ KENBE L’ TANKOU JAN NOU PA KENBE OKENN ENFÒMASYON. SI DOMÈNN SA TA VIN PÈDI. LOJISYÈL LA AP TOUJOU DISPONIB POU PIBLIK LA SOU [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). OU KAPAB PRAN ZIP LA EPI SÈVI AK LI LOKAL. '), _defineProperty(_ht$data, 'HELP_8CX_Title', '8) SA KI AP PASE SI MYETHERWALLET CX DISPARÈT ? '), _defineProperty(_ht$data, 'HELP_8CX_Desc_1', 'ANVAN, KOMPITÈ W’ LA TE KENBE TOUT DONE YO EPI SE PAT SOU SÈVÈ NOU YO. SA KA PARÈT ETONAN MEN, LÈ W’AP GADE SOU EXTENSION CHROME LA, SA W’ WÈ A *PA LA* SOU SÈVÈ NOU YO. KOMPITTÈ W’ LA KENBE TOUT. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_2', 'SA VLE DI, LI **ENPÒTAN ANPIL** POU W’ TA KENBE TOUT DONE POU TOUT BOUS OU KREYE YO AK MYETHERWALLET CX. NAN FASON SA NENPÒT SA KI TA RIVE MYETHERWALLET CX OSWA KOMPITÈ W’ LA, W’AP TOUJOU KONSÈVE TOUT ENFÒMASYON NESESÈ YO POU W’ KAANTRE NAN ETHER W’ YO. GADE #2 A POU W’ KENBE BOUS OU YO. '), _defineProperty(_ht$data, 'HELP_8CX_Desc_3', 'SI, POU NENPÒT REZON, MYETHERWALLET CX TA DISPARÈT NAN CHROME STORE A, OU KAPAB JWENN SOUS LA SOU GTITHUB EPI PRAN L’. GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_9_Title', '9)? PAJ "VOYE RTHER YO AK TOKENS YO" ESKE L’ PA GEN SIYAL ? '), _defineProperty(_ht$data, 'HELP_9_Desc_1', 'NON. LI BEZWEN INTÈNÈT POU L’ JWENN PRI GAZ KOUNYE A. NONCE KONT OU A EPI POU W’ VOYE TRANSFÈ A ( SA VLE DI "VOYE"). LI VOYE SÈLMAN TRANSFÈ KI SIYEN AN. KLE SEKRÈ W’ LA RETE AN SEKIRITE LAKAY OU. NOU BAY ANKÒ KOUNYE AYON PAJ "TRANSFÈ SAN SIYAL" POU N’ PÈMET OU TOUJOU KENBE KLE SEKRÈ W’ LA SOU YON MACHIN SAN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Title', '10) KÒMAN POU M’ FÈ YON TRANSFÈ SAN SIYAL ? '), _defineProperty(_ht$data, 'HELP_10_Desc_1', 'ALE NAN PAJ "TRANSÈ SAN SIYAL" AVÈK KOMPITÈ W’ LA AK SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_2', 'ANTRE "ADRÈS KOTE L’ SÒTI A". ATANSYON, SE ADRÈS *KOTE L’ SÒTI A* SE PA ADRÈS *KOTE L’ PRALE A*. SA PRAL KREYE NONCE LA EPI PRI GAZ LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_3', 'ALE SOU KOMPITÈ W’ LA KI PA GEN SIYAL. ANTRE "ADRÈS KOTE L’ PRALE A" EPI "KANTITE A" OU VLE VOYE A. '), _defineProperty(_ht$data, 'HELP_10_Desc_4', 'ANTRE "PRI GAZ LA" JAN W’ TE WÈ L PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_5', 'ANTRE "NONCE LA" JAN W’ TE WÈL PARÈT SOU KOMPITÈ A KI GEN SIYAL NAN PREMYE ETAP LA. '), _defineProperty(_ht$data, 'HELP_10_Desc_6', ' " LIMIT GAZ LA" GEN YON VALÈ 21000 NÒMAL. SA KOUVRI FRÈ YON TRANSFÈ NÒMAL. SI WA’ VOYE POU YON KONTRA OSWA SI W’AP PRAN DONE ANPLIS YO AVÈK TRANSFÈ W’ LA OU DWE METE SOU LIMIT GAZ LA. GAZ KI PA SÈVI A AP RETOUNEN VIN JWENN OU. '), _defineProperty(_ht$data, 'HELP_10_Desc_7', 'SI W’ VLE L’, ANTRE DONE YO, NAN KA SA, OU DWE METE PLIS KE LIMIT 21000 NÒMAL LA ? TOUT DONE YO SOU FÒM 16 NIMEWO. '), _defineProperty(_ht$data, 'HELP_10_Desc_8', 'CHWA PAJ BOUS OU A OSWA KLE SEKRÈ W’ LA AK OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_10_Desc_9', 'PEZE BOUTON "KREYE TRANSFÈ SIYEN AN". '), _defineProperty(_ht$data, 'HELP_10_Desc_10', 'ESPAS DONE YO ANBA BOUTON SA PLEN AVÈK TRANSFÈ SIYEN W’ LA. KOPYE L’ EPI TOUNEN ANKÒ AVÈK LI SOU KOMPITÈ W’ LA KI GEN SIYAL. '), _defineProperty(_ht$data, 'HELP_10_Desc_11', 'SOU KOMPITÈ AK SIYAL OU A, KOLE TRANSFÈ KI SIYEN AN NAN ESPAS EKRI A EPI PEZE SOU "VOYE ETHER". SA A AP VOYE TRANSFÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Title', '12) KÒMAN POU M’ PRAN YON BOUS KI KREYE AK MYETHERWALLET NAN GETH/ ETHEREUM WALLET/ MIST ? '), _defineProperty(_ht$data, 'HELP_12_Desc_1', 'AVÈK YON PAJ GETH/MIST JSON NAN MYETHERWALLET V2+…. '), _defineProperty(_ht$data, 'HELP_12_Desc_2', 'ALE NAN PAJ "GADE YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_3', 'OUVRI BOUS OU A AVÈK KLE SEKRÈ W’ LA ** KI GEN KÒD** OSWA PAJ JSON W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_4', 'ALE NAN PAJ "BOUS MWEN YO". '), _defineProperty(_ht$data, 'HELP_12_Desc_5', 'CHWAZI BOUS OU VLE PRAN NAN MIST, PEZE SOU PYON "VIEW " A ANTRE KÒD SEKRÈ W’ EPI ANTRE NAN BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_6', 'ALE NA SEKSYON "PRAN PAJ JSON DOKIMAN- FÒM GETH/MIST( KI GEN KÒD) ‘’PEZE SOU BOUTON "PRAN L’" KI ANBA . OU GEN KOUNYE A PAJ *KEYSTORE* W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_7', 'OUVRI APLIKASYON ETHEREUM WALLET. '), _defineProperty(_ht$data, 'HELP_12_Desc_8', 'NA BA MENI AN, ALE NAN "ACCOUNTS"->’’BACKUP -> "ACCOUNTS" '), _defineProperty(_ht$data, 'HELP_12_Desc_9', 'SA OUVRI DOSYE KEYSTORES W’ LA. KOPYE L’ PAJ OU SÒT PRAN AN (UTC—2016-04-14)……../) NAN DOSYE SA. '), _defineProperty(_ht$data, 'HELP_12_Desc_10', ' KONT OU A DWE PARÈT BYEN VIT ANBA "ACCOUNTS." '), _defineProperty(_ht$data, 'HELP_12_Desc_11', 'AVÈK KLE SEKRÈ W’ LA SAN KÒD… '), _defineProperty(_ht$data, 'HELP_12_Desc_12', 'SI W’ PAT GENTAN GEN KLE SEKRÈ W’LA SAN KÒD, ALE NAN PAJ "FÈ PARÈT YON BOUS". '), _defineProperty(_ht$data, 'HELP_12_Desc_13', 'CHWAZI PAJ BOUS OU A-OSWA- ANTRE/KOLE KLE SEKRÈ W ‘ LA POU W ‘ OUVRI BOUS OU A. '), _defineProperty(_ht$data, 'HELP_12_Desc_14', 'KOPYE KLE SEKRÈ W’ LA (SAN KÒD). '), _defineProperty(_ht$data, 'HELP_12_Desc_15', 'SI W’ SOU YON MAC : '), _defineProperty(_ht$data, 'HELP_12_Desc_15b', ' SI W’ SOU YON PC ; //LI FENK PARÈT, LI DEJA NAN LANG FRANSE, OU PA JWENN LI NAN DE.JS '), _defineProperty(_ht$data, 'HELP_12_Desc_16', 'OUVRI MODIFYE TÈKS APRE KOLE KLE SEKRÈ A. '), _defineProperty(_ht$data, 'HELP_12_Desc_17', 'NAN BA MENI AN, PEZE SOU "FÒM" -> ‘’FÈ YON PLAN EKRI". '), _defineProperty(_ht$data, 'HELP_12_Desc_18', 'KENBE PAJ SA NAN DESKTOP OU A TANKOU NOTHIG_SPECIAL_DELETE_ME.TXT`. ASIRE W’ KE L’ DI "UTF-8" EPI "SI PA GEN EXTENSION KI BAY SÈVI AK TXT" NAN BWAT KI LA POU KENBE A. '), _defineProperty(_ht$data, 'HELP_12_Desc_19', 'OUVRI YON PÒ EPI KÒMANSE KOMAND KI VINI AN : `GETH ACCOUNT IMPORT~/DESKTOP/NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_20', 'SA AP ENVITE CHWAZI YON NOUVO KÒD SEKRÈ. SE SA W’ PRAL ITILIZE NAN GETH / ETHEREUM WALLET / MIST NAN CHAK MOMAN OU PRAL FÈ YON TRANSFÈ. KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_21', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_22', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNT". '), _defineProperty(_ht$data, 'HELP_12_Desc_23', ' OUVRI NOTEPAD EPI KOLE KLE SEKRÈ W’ LA. '), _defineProperty(_ht$data, 'HELP_12_Desc_24', 'KENBE PAJ LA TANKOU NOTHING_SPECIAL_DELETE_ME.TXT SOU `C:` '), _defineProperty(_ht$data, 'HELP_12_Desc_25', 'KÒMANSE AK KÒMAND `GETH ACCOUNT IMPORT C:// NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_26', 'SA PRAL ENVITE W’ POU CHWAZI YON NOUVO KÒD SEKRÈ. SE AK SA W’ PRAL SÈVI NA GETH / ETHEREUM WALLET / MIST CHAK FWA OU PRAL VOYE YON TRANFÈ KIDONK PA BLIYE L’. '), _defineProperty(_ht$data, 'HELP_12_Desc_27', 'APRÈ SA W’ FIN PRAN AN FINI, EFASE NOTHING_SPECIAL_DELETE_ME.TXT` '), _defineProperty(_ht$data, 'HELP_12_Desc_28', 'LÈ W’AP OUVRI APLIKASYON ETHEREUM WALLET LA YON LÒT FWA ANKÒ, KONT OU A AP NAN YON LIS NAN "ACCOUNTS". '), _defineProperty(_ht$data, 'HELP_13_Title', '13) SA SA VLE DI <> KONT KOTE W’AP ESEYE VOYE TRANSFÈ A PA GEN ASE PWOVIZYON YO MANDE A : XXXXXXXXXXXXXXXXXXX, RESEVWA : XXXXXXXXXXXXXXXXXXX. » ? '), _defineProperty(_ht$data, 'HELP_13_Desc_1', 'SA VLE DI KE W’ PA GEN ASE ETHER SOU KONT OUAN POU W’ TA KOUVRI KÒB YO AN GAZ. CHAK TRANSFÈ ( MENM JAN POU TOKENS YO AK KONTRA YO) YO MANDE GAZ, EPI GAZ SA YO PEYE AK ETHER, NIMEWO YO KI PARÈT LA SE KANTITE SA YO MANDE POU W’ KOUVRI KÒB TRANSFÈ A AN WEI. PRAN NIMEWO SA YO DIVIZE YO PA ‘1000000000000000000` EPI SOUSTRÈ KANTITE KÒB LA AN ETHER KE T’AP ESEYE VOYE A( SI W’ T’AP TANTE VOYE ETHER0). SA PRAL BA W’ KANTITE A AN ETHER KE W’ TE BEZWEN AN POU KONT LA KA FÈ TRANSFÈ A. '), _defineProperty(_ht$data, 'HELP_14_Title', '14) KÈK SIT PA AZA ( KONN REKÒMANSE) KREYASYON KLE SEKRÈ A NAN MOUVMAN ANTRE SÒTI YO. KA SA PA POU MYETHERWALLET.COM. KANTITE KREYASYON ALE VINI POU MYETHERWALLET.COM ESKE L’ KONFYAN? '), _defineProperty(_ht$data, 'HELP_14_Desc_1', 'MENM KE KANPE MOUVMAN SOURI A ANPIL MOUN JIJE LI GEN ATIRANS , EPI NOU TA KA KONPRANN REZON YO, REYALITE A SE WINDOW.CRYPTO A MEZIRE LIMIT DEZÒD ZIZTÈM PLIS KE MOUVMAN SOURI W’ LA. JAN W’ SÈVI AK MOUVMAN SA YO YO BON MEN NOU(ANSANM AK PLIZYÈ PWOJÈ KRYPTO YO) GEN ANPIL BON REZON POU N’ KWÈ NAN WINDOW.CRYPTO A. ANPLIS, MYETHERWALLET.COM KAPAB SÈVI SOU EKRAN OU KAPAB TOUCHE YO. MEN YON [KONVÈSASYON KI FÈT AK REDDITOR RAGEUR EPI VITALIK BUTERIN SOU MOUVMAN SOURI YO EPI WINDOW.CRYPTO] (https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) EPI MEN [SPESYAL W3 YO WINDOW.CRYPTO AN](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ht$data, 'HELP_15_Title', '15) POUKISA KONT SA M’ SOT KREYE A PA PARÈT NAN EKSPLORATÈ BLOCKCHAIN LAN ? (i.e. : etherchain, etherscan) '), _defineProperty(_ht$data, 'HELP_15_Desc_1', 'KONT YO PA PARÈT NAN YON EKSPLORATÈ BLOCKCHAIN LÈ YON AKTIVITE FIN FÈT TANKOU, EGZANP, LE N’ TA GEN POU N’ FE YON TRANSFÈ ETHER . '), _defineProperty(_ht$data, 'HELP_16_Title', '16) KÒMAN POU M’ VERIFYE LAJAN SOU KONT MWEN AN ? '), _defineProperty(_ht$data, 'HELP_16_Desc_1', 'OU KAPAB SÈVI AK YON EKSPLORATÈ BLOCKCHAIN TANKOU [etherscan.io](https://etherscan.io/). KOLE ADRÈS OU A NAN BA KOT E POU YO CHÈCHE A EPI SA AP È W’ JWENN LAJAN SOU KONT OU A EPI LIS TRANSFÈ W’ YO. EGZANP, MEN SA [KONT DON NOU YO MONTRE](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) SOU etherscan.io '), _defineProperty(_ht$data, 'HELP_17_Title', '17) POUKISA LAJAN SOU KONT MWEN AN PA PARÈT LÈ M’ OUVRI BOUS MWEN AN ? '), _defineProperty(_ht$data, 'HELP_17_Desc_1', 'SA KI KA LAKÒZ SA SE PASKE W’ KA DÈYÈ YON FIREWALL. APLIKASYON NOU SÈVI AK LI POU N’ JWENN LAJAN SOU KONT OU A EPI KONVÈTI L’ LI SOUVAN BLOKE AK FIREWALL YO POU PLIZYÈ REZON. W’AP TOUJOU KAPAB VOYE TRANSFÈ MEN FÒK OU FÈL NAN YON LÒT FASON POU W’ KA WÈ LAJAN SOU KONT OU A, TANKOU etherscan.io '), _defineProperty(_ht$data, 'HELP_18_Title', '18) KOTE PAJ BOUS GETH MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Title', '19) KOTE PAJ BOUS MIST MWEN AN ? '), _defineProperty(_ht$data, 'HELP_19_Desc_1', 'PAJ MIST YO OU TOUJOU JWENN YO NAN KOTE ANLÈ YO MEN LI PI FASIL POU W’ OUVRI MIST, CHWAZI "ACCOUNTS" NAN BA KI ANLÈ A EPI "BACUP" EPI "ACCOUNTS" SA AP OUVRI DOSYE A KOTE PAJ OU YO KACHE A. '), _defineProperty(_ht$data, 'HELP_20_Title', '20) KOTE PAJ BOUS MWEN AN *pre-sale* (ANVAN W’ VANN)? '), _defineProperty(_ht$data, 'HELP_20_Desc_1', 'KOTEW’ TE METE L’ LA. ;) YO TE VOYE L’ BA OU TOU KIDONK AL GADE NAN EMAIL OU YO. CHÈCHE PAJ KI RELE `"ethereum_wallet_backup.json"` LA EPI CHWAZI PAJ LA. LI GEN KÒD YON KÒD SEKRÈ KE W’ TE KREYE PANDAN W’ T’AP ACHTE A NAN MOMAN AVAN W’ VANN NAN. '), _defineProperty(_ht$data, 'HELP_21_Title', '21) NENPÒT MOUN PAKA PRAN YON KLE SEKRÈ PA AZA, CHÈCHE LAJAN SOU KONT YON MOUN EPI VOYE L’ NAN ADRÈS PA L’ ? '), _defineProperty(_ht$data, 'HELP_21_Desc_1', 'VÈSYON KI KOUT LA : WI, MEN JWENN YON KONT AK LAJAN SOU LI SA AP PRAN PLIS TAN KE DEPI MOND NOU AN TE KREYE…. KIDONK……NON. '), _defineProperty(_ht$data, 'HELP_21_Desc_2', 'VÈSYON LONG : ETHEREUM NAN GEN BAZ LI SOU[KRIPTOGRAFI KI GEN KLE PIBLIK ](https://en.wikipedia.org/wiki/Public-key_cryptography), POU PI KLÈ[cryptographie des courbes elliptiques (ECC)](https://eprint.iacr.org/2013/734.pdf) KE YO SOUVAN SÈVI AK LI, PA SÈLMAN NAN ETHEREUM. MAJORITE SÈVÈ YO PWOTEJE AK ECC YO. BITCOIN YO SÈVI AK YO TOU AK SSH, TLS EPI LÒT PWOTOKÒL YO. NAN KA SPESYAL ETHEREUM YO, KLE YO FÈ 256 BITS EPI YO PI FÒ KE SA KI NAN128 YO EPI 192 YO BITS YO, YO TOUJOU SÈVI AK YO EPI YO TOUJOU KONSIDERE YO KONFYAN POU EKSPÈ YO. '), _defineProperty(_ht$data, 'HELP_21_Desc_3', 'OU GE YON KLE SEKRÈ EPI YON KLE PIBLIK. KLE SEKRÈ A KAPAB SÈVI POU CHANJE KLE PIBLIK OU A MEN LÒT FASON AN PA POSIB. MENM INTENET EPI TOUT MOND LAN AP SÈVI AK SYSTÈM KRIPTOGRAFI A SA VLE DI KE, SI TA GEN YON MWAYEN POU CHANJE KLE SEKRÈ A AK KLE PIBLIK LA, RSIK KE ETHER W’ TA KAPAB JWENN NAN SE T’AP YOUN NAN TI KRAS PWOBLÈM YO POU TOUT MOND LAN. '), _defineProperty(_ht$data, 'HELP_21_Desc_4', 'SA TA DI, WI : SI YON MOUN GEN KLE SEKRÈ W’ LA , LI KAPAB VOYE ETHER SÒTI NA N KONT OU A, AK ANKÒ SI YON MOUN GEN KÒD SEKRÈ ADRÈS EMAIL OU A, LI KAPAB LI MESSAGE YO OSWA VOYE MESAJ, OSWA SI SE KÒD SEKRÈ KONT BANK OU A, LI KAPAB VOYE NAN KONT PA L’ LA TOU OSWA YON LOT KONT. OU KAPAB PRAN VÈSYON KEYSTORE KLE SEKRÈ W’ LA KI SE KLE SEKRÈ KI GEN KÒD AK YON KÒD SEKRÈ. SA AP SANBLE AP YON KÒD SEKRÈ KI PWOTEJE AK YON LÒT KÒD SEKRÈ. '), _defineProperty(_ht$data, 'HELP_21_Desc_5', 'EPI WI, NAN TEYORI A, NOU KAPAB TAPE YON CHAIN 64 KARAKTÈ KI GEN 16 NIMEWO JISKASKE W’ JWENN YOUN MENM JAN AK LI. LI POSIB TOU POU W’ EKRI YON PWOGRAM KI KA VERIFYE BYEN RAPID KLE SEKRÈ ALE VINI YO. SE SA NOU RELE SÈVI "AK GWO FÒS" OSWA FOUYE KLE SEKRÈ YO. ANPIL MOUN AP APNSE AK SA ANPIL DEPI BYEN LONTAN. KÈK GWO SÈVÈ KAPAB VERIFYE PLIS PASE YON MILYON KLE CHAK SEKOND. EPOUTAN, MENM CHIF SA PA TA PRAL BAY AKSÈ AK YON KONT KI GEN PWOVISYON SOU LI POU TA KONN PRI YON BOUJI ; LI PLIS PWOBAB KE OU MENM, PITIT OU YO EPI PITIT PITIT OU YO MOURI ANVAN W’ JWENN YOUN KI SANBLE L’. '), _defineProperty(_ht$data, 'HELP_21_Desc_6', 'SI W’ TA KONN BITCOIN YON TI KRAS, [ SA AP FÈ W’ KONPRANN PI BYEN :] :](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) * POU W’ EKRI SA KI TA KA PAKA PASE NAN TOUT SA. ANN SIPOZE KE CHAK SATOCHI NAN CHAK BITCOIN KI PA PRAL JANM FÈ OSWA ALE NAN SÈL MENM KLE SEKRÈ LI A. SA KI KA, NAN MITAN KLE SA YO, POU YO TA JWENN 2 KI GEN MENM ADRÈS LA LI TA KAPAB 1 SOU 100 KENTIYON. '), _defineProperty(_ht$data, 'HELP_21_Desc_7', '[SI W’TA VLE AGIMAN KI POU TA EDE W’ KONPRANN PI FASIL :] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) * NIMEWO SA YO PA GEN ANYEN POU WÈ AK TEKNOLOJI SYSTÈM YO ; SE PI GWO SA YO KE TÈMODINAMIK LA AKSEPTE. EPI YO METE KLÈ YON ATAK AK GWO FÒS KONT KLE 256 BIT YO AP RETE ENPOSIB JISKASKE YO KONSTWI LÒT KOMPITÈ AVÈK LÒT BAGAY KE MATYÈ EPI POU YO TA OKIPE YON LÒT BAGAY KE ESPAS LA. '), _defineProperty(_ht$data, 'HELP_21_Desc_8', 'SA W’ TA SIPOZE BYEN KONPRANN KE KLE YO KREYE YON FASON ALE VINI TOUT ANTYE AVÈK YON SISTÈM KI MEZIRE LIMIT DEZÒD LA. SE KA KLE SA YO KI KREYE LA, MENM JAN AK JAXX EPI MIST/GETH. BOUS ETHTEREUM YO TOUT BON POU KONSÈY SA. KLE KE SÈVO MOUN YO KREYE YO YO PA KONSA, PASKE KLE SA YO PA KAPAB SÒTI NAN YON BON NIMEWO ALE VINI. TE KONN GEN LÒT PWOBLÈM NAN SISTÈM KI MEZIRE LIMIT DEZÒD LA KI PA SIFI OSWA NAN NIMEWO ALE VINI YO NAN MOND BITCOIN NAN MEN KOUNYE A SE YON LÒT PWOBLÈM LI VIN YE KI KA TANN YON MOMAN. '), _defineProperty(_ht$data, 'HELP_SecCX_Title', 'KLE – MYETHERWALLET CX '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_1', 'KIBÒ EXTENSION CHROME NAN KENBE ENFÒMASYON M’ YO ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_2', 'ENFÒMASYON YO KI NAN EXTENSION YO ANREJISTRE PA [chrome.storage](http://chrome.storage/), SA VLE DI MENM KOTE AK KÒD SEKRÈ W’ YO NAN CHROME. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_3', 'KI ENFÒMASYON SA YO KI ANREJISTRE A? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_4', 'ADRÈS LA, TI NON AN, KLE SEKRÈ A, YO KACHE NAN chrome.storage. KLE SEKRÈ A GEN KÒD AK KÒD SEKRÈ KI TE METE LÈ W’ T’AP KREYE BOUS LA. TI NON AN EPI ADRÈS BOUS LA YO PA GEN KÒD. '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_5', 'POUKISA TI NON AN AK ADRÈS BOUS LA YO PA GEN KÒD ? '), _defineProperty(_ht$data, 'HELP_SecCX_Desc_6', 'SI NOU TA DWE METE KÒD NAN ENFÒMASYON YO, FÒK OU TA ANTRE YON KÒD SEKRÈ NAN CHAK MOMAN OU BEZWEN WÈ LAJAN SOU KONT OU OSWA LÒT TI NON YO. SI SA NWI W’,NOU MANDE W’ POU SÈVI AK MyEtherWallet.com KE EXTENSION CHROME SA. '), _defineProperty(_ht$data, 'HELP_Sec_Title', 'KLE '), _defineProperty(_ht$data, 'HELP_Sec_Desc_1', 'SI YOUN NAN PREMYE KESYON W’ OU POZE TÈT OU SE "POUKISA W’ DWE FÈ MOUN SA YO KONFYANS ? " SE YON BON DEMACH. ESPERANS NOU SE SA KI AP VINI AN KI PRAL FÈ W PI BYEN KONPRANN. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_2', 'NOU TE KÒMANSE NAN MWA DAWOU 2015. SI W’ AL CHÈCHE ["myetherwallet" SOU reddit](https://www.reddit.com/search?q=myetherwallet), OU KAPAB WÈ YON PAKÈT BANN MOUN K’AP SÈVI AK NOU SAN OKENN PWOBLÈM. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_3', 'NOU PA PRAL PRAN KÒB OU OSWA VÒLÈ KLE SEKRÈ W’ YO. PA GEN KÒD MALVEYAN SOU SIT LA. EPI, PAJ "KREYASYON BOUS YO" YO TOUT ANTYE SE POU KLIYAN AN. SA VLE DI KE TOUT KÒD YO FÈT SOU **KOMPITÈ W’ LA** YO PA JANM SOVE EPI/OSWA ALE OKENN LÒT KOTE. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_4', 'VERIFYE URL LA – SIT SA SÈVI AK GITHUB EPI OU KAPAB WÈ KÒD SOUS LA LA : : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) NAN [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ht$data, 'HELP_Sec_Desc_5', 'POU W’ KREYE BOUS YO, OU KAPAB PRAN [KÒD SOUS LA] (https://github.com/kvhnuke/etherwallet/releases/latest). GADE #5 KI ANLÈ A. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_6', 'KÒMANSE YON TÈS EPI VERIFYE JAN REZO AP FONKSYONE. FASON KI PI SENP LA SE YON KLIK DWAT SOU PAJ LA APRÈ "ENSPEKSYON".AL NAN KAZYE "NETWORK" KREYE YON BOUS POU TÈS. OU PRAL WÈ REZO A P’AP FONKSYONE. OU KAPAB PRAL WÈ YON KÈK BAGAY AP FÈT KI SANBLE AK DATA :IMAGE/GIF EPI DATA :IMAGE/PNG SA YO SE QR KÒD YO KI KÒMANSE AP KREYE… SOU KOMPITÈ W’ LA. PA GEN OKENN TRANSFÈ OCTET KI TE FÈT. '), _defineProperty(_ht$data, 'HELP_Sec_Desc_8', 'SI ZOUTI SA PA FÈ W ‘ PLEZI, EBYEN PA SÈVI AK LI. NOU TE KREYE L’ POU L’ KA EDE TOUT MOUN KREYE BOUS YO AK FÈ TRANSFÈ YO SAN YO PA BEZWEN AL PRAN LIY POU FÈ SA YO NI FÈ VIRE TOUNEN NAN YON NE ANTYE. YON LÒT FWA, PA EZITE FÈ N’ KONNEN SI W’ GEN DOUT EPI N’AP REPONN OU PI VIT KE POSIB. MÈSI ! '), _defineProperty(_ht$data, 'HELP_FAQ_Title', 'REPONS ANPLIS AK KESYON YO YOUJOU POZE YO'), _defineProperty(_ht$data, 'HELP_Contact_Title', 'MWAYEN OU KA PALE AK NOU'), _ht$data); module.exports = ht; @@ -16187,7 +16184,7 @@ hu.data = (_hu$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_hu$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_hu$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_hu$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_hu$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_hu$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_hu$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_hu$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_hu$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_hu$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_hu$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_hu$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_hu$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_hu$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_hu$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_hu$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_hu$data, 'x_ReadMore', 'Read More'), _defineProperty(_hu$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_hu$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_hu$data, 'x_TXFee', 'TX Fee'), _defineProperty(_hu$data, 'x_TxHash', 'TX Hash'), _defineProperty(_hu$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_hu$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_hu$data, 'tx_Details', 'Transaction Details'), _defineProperty(_hu$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_hu$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_hu$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_hu$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_hu$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_hu$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_hu$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_hu$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_hu$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_hu$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_hu$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_hu$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_hu$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_hu$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_hu$data, 'GEN_Help_1', 'Use your'), _defineProperty(_hu$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_hu$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_hu$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_hu$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_hu$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_hu$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_hu$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_hu$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_hu$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_hu$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_hu$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_hu$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_hu$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_hu$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_hu$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_hu$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_hu$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_hu$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_hu$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_hu$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_hu$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_hu$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_hu$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_hu$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_hu$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_hu$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_hu$data, 'NAV_YourWallets', 'Tárcáid '), _defineProperty(_hu$data, 'NAV_AddWallet', 'Tárca hozzáadása '), _defineProperty(_hu$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_hu$data, 'NAV_GenerateWallet', 'Tárca generálása '), _defineProperty(_hu$data, 'NAV_BulkGenerate', 'Több tárca generálása '), _defineProperty(_hu$data, 'NAV_SendEther', 'Ether & Tokenek küldése '), _defineProperty(_hu$data, 'NAV_SendTokens', 'Tokenek küldése '), _defineProperty(_hu$data, 'NAV_Offline', 'Offline tranzakció '), _defineProperty(_hu$data, 'NAV_DeployContract', 'Kontraktus Telepítése '), _defineProperty(_hu$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_hu$data, 'NAV_Contracts', 'Kontraktus '), _defineProperty(_hu$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_hu$data, 'NAV_MyWallets', 'Tárcáim '), _defineProperty(_hu$data, 'NAV_ViewWallet', 'Tárca adatainak megtekintése '), _defineProperty(_hu$data, 'NAV_Help', 'Segítség '), _defineProperty(_hu$data, 'NAV_Contact', 'Kapcsolat '), _defineProperty(_hu$data, 'NAV_ENS', 'ENS'), _defineProperty(_hu$data, 'NAV_Swap', 'Swap '), _defineProperty(_hu$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_hu$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Úgy is ismerheted ezt, mint "Számlaszám" vagy "Publikus Kulcs". Ez az amit a partnereidnek küldesz, hogy tudjanak ETH-et küldeni neked. Az oldalsó ikon egyszerű módja a saját címed felismerésének. '), _defineProperty(_hu$data, 'x_Address', 'A Te címed '), _defineProperty(_hu$data, 'x_Cancel', 'Mégse '), _defineProperty(_hu$data, 'x_CSV', 'CSV fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Download', 'Letöltés '), _defineProperty(_hu$data, 'x_Json', 'JSON Fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_JsonDesc', 'Ez a titkosítotatlan, JSON formátumú változata a privát kulcsodnak. Ez azt jelenti, hogy nincs szükség jelszóra az eléréséhez, viszont ha bárki megtalálja a JSON fájlt, akkor hozzáférhet a tárcádhoz és az Etheredhez a jelszó ismerete nélkül. '), _defineProperty(_hu$data, 'x_Keystore', 'Keystore Fájl (UTC / JSON · Ajánlott · Titkosított) '), _defineProperty(_hu$data, 'x_Keystore2', 'Keystore Fájl (UTC / JSON) '), _defineProperty(_hu$data, 'x_KeystoreDesc', 'Ez a Keystore fájl ugyanolyan formátumú, amit a Mist használ, tehát könnyedén importálhatod a későbbiekben. Leginkább ezt a fájlt ajánlott letölteni és elmenteni. '), _defineProperty(_hu$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_hu$data, 'x_Mnemonic', 'Mnemonikus frázis '), _defineProperty(_hu$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_hu$data, 'x_Password', 'Jelszó '), _defineProperty(_hu$data, 'x_Print', 'PapírTárca Nyomtatása '), _defineProperty(_hu$data, 'x_PrintDesc', 'Profi Tipp: Kattints a nyomtatásra és mentsd el PDF formátumban, még abban az esetben is, ha nincs nyomtatód! '), _defineProperty(_hu$data, 'x_PrintShort', 'Nyomtatás '), _defineProperty(_hu$data, 'x_PrivKey', 'Privát Kulcs (titkosítatlan) '), _defineProperty(_hu$data, 'x_PrivKey2', 'Privát Kulcs '), _defineProperty(_hu$data, 'x_PrivKeyDesc', 'Ez a titkosítatlan szöveges változata a privát kulcsodnak, ami azt jelenti, hogy az eléréséhez nem szükséges jelszó. Ha valaki megtalálta a titkosítatlan privát kulcsodat jelszó nélkül is hozzáférhet a tárcádhoz. Ezért a titkosított változat ajánlott. '), _defineProperty(_hu$data, 'x_Save', 'Mentés '), _defineProperty(_hu$data, 'x_TXT', 'TXT fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Wallet', 'Tárca '), _defineProperty(_hu$data, 'x_Access', 'Access '), _defineProperty(_hu$data, 'MEW_Warning_1', 'Mindig ellenőrizd az URL-t mielőtt megpróbálod elérni a tárcádat vagy új tárcát hozol létre. Óvakodj az adathalász oldalalaktól! '), _defineProperty(_hu$data, 'CX_Warning_1', 'Győződj meg róla, hogy van **külső adatmentésed** minden tárcáról, amit itt tárolsz. Több dolog is történhet, ami adatvesztést eredményezhet a Chrome Bővítményben, többek között a Bővítmény törlése vagy újratelepítése. A bővítmény egyszerű módja annak, hogy elérd a tárcáidat, de **nem** annak, hogy elmentsd azokat. '), _defineProperty(_hu$data, 'MEW_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca '), _defineProperty(_hu$data, 'CX_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca Chrome Bővítmény '), _defineProperty(_hu$data, 'FOOTER_1', 'Egy nyílt forrású, javascript-alapú, kliens-oldali eszköz Ethereum Tárcák létrehozására és tranzakicók végrehajtására. '), _defineProperty(_hu$data, 'FOOTER_1b', 'Készítette: '), _defineProperty(_hu$data, 'FOOTER_2', 'Az adományokat igazán nagyra értékeljük: '), _defineProperty(_hu$data, 'FOOTER_3', 'Kliens-oldali Tárca létrehozása: '), _defineProperty(_hu$data, 'FOOTER_4', 'Jogi nyilatkozat '), _defineProperty(_hu$data, 'sidebar_AccountInfo', 'Számlainformáció '), _defineProperty(_hu$data, 'sidebar_AccountAddr', 'Számla címe '), _defineProperty(_hu$data, 'sidebar_AccountBal', 'Számlaegyenleg '), _defineProperty(_hu$data, 'sidebar_TokenBal', 'Token Egyenleg '), _defineProperty(_hu$data, 'sidebar_Equiv', 'Ezzel egyenértékű '), _defineProperty(_hu$data, 'sidebar_TransHistory', 'Tranzakció Történet '), _defineProperty(_hu$data, 'sidebar_donation', 'A MyEtherWallet egy szabad, nyílt forrású szolgáltatás az adatod védelmének és a biztonságodnak szentelve. Minél több adomány érkezik, annál több időt tudunk fordítani új funkciók létrehozására, a visszajelzéseidre és olyan szolgáltatást nyújtani, amilyet szeretnél. Mindössze két ember, akik megpróbálnak változtatni a világon. Segítesz nekünk? '), _defineProperty(_hu$data, 'sidebar_donate', 'Adományozok '), _defineProperty(_hu$data, 'sidebar_thanks', 'KÖSZÖNJÜK!!! '), _defineProperty(_hu$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_hu$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_hu$data, 'decrypt_Access', 'Hogyan szeretnéd elérni a tárcádat? '), _defineProperty(_hu$data, 'decrypt_Title', 'Válaszd ki a privát kulcsod formátumát: '), _defineProperty(_hu$data, 'decrypt_Select', 'Válassz egy Tárcát: '), _defineProperty(_hu$data, 'ADD_Label_1', 'Mit szeretnél tenni? '), _defineProperty(_hu$data, 'ADD_Radio_1', 'Új Tárca Létrehozása '), _defineProperty(_hu$data, 'ADD_Radio_2', 'Válaszd ki a Tárca fájlodat (Keystore / JSON) '), _defineProperty(_hu$data, 'ADD_Radio_2_alt', 'Válaszd ki a Tárca fájlt '), _defineProperty(_hu$data, 'ADD_Radio_2_short', 'TÁRCA FÁJL KIVÁLASZTÁSA... '), _defineProperty(_hu$data, 'ADD_Radio_2_success', 'Kiválasztott Tárca '), _defineProperty(_hu$data, 'ADD_Radio_3', 'Illeszd be vagy írd be a Privát Kulcsodat '), _defineProperty(_hu$data, 'ADD_Radio_4', 'Tárca hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Radio_5', 'Másold/írd be a mnemonikus frázist '), _defineProperty(_hu$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_hu$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_hu$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_hu$data, 'ADD_Label_2', 'Hozz létre egy Nicknevet: '), _defineProperty(_hu$data, 'ADD_Label_3', 'A Tárcád titkosítva van. Írj be a jelszót '), _defineProperty(_hu$data, 'ADD_Label_4', 'Számla hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Warning_1', 'Bármelyik számlát hozzáadhatod "megfigyelésre" a tárcák lapon, anélkül, hogy felöltenél privát kulcsot. Ez **nem azt jelenti**, hogy van hozzáférésed ehhez a tárcához és azt sem, hogy tudsz Ethert küldeni vele. '), _defineProperty(_hu$data, 'ADD_Label_5', 'Add meg a címet '), _defineProperty(_hu$data, 'ADD_Label_6', 'Tárcád feloldása '), _defineProperty(_hu$data, 'ADD_Label_6_short', 'Feloldás '), _defineProperty(_hu$data, 'ADD_Label_7', 'Számla Hozzáadása '), _defineProperty(_hu$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_hu$data, 'GEN_desc', 'Ha több tárcát szeretnél egyszerre generálni, azt megteheted itt '), _defineProperty(_hu$data, 'GEN_Label_1', 'Adj meg egy erős jelszót! (legalább 9 karakter) '), _defineProperty(_hu$data, 'GEN_Placeholder_1', 'NE felejtsd el elmenteni! '), _defineProperty(_hu$data, 'GEN_SuccessMsg', 'Sikerült! A Tárcád legenerálódott. '), _defineProperty(_hu$data, 'GEN_Label_2', 'Mentsd el a Keystore fájlt vagy a Privát Kulcsot. Ne felejtsd el a fenti jelszót! '), _defineProperty(_hu$data, 'GEN_Label_3', 'Mentsd el a címed. '), _defineProperty(_hu$data, 'GEN_Label_4', 'Választható: Nyomtasd ki a papír tárcádat vagy tárold a QR kód változatot. '), _defineProperty(_hu$data, 'BULK_Label_1', 'Generálni kívánt tárcák száma '), _defineProperty(_hu$data, 'BULK_Label_2', 'Tárcák generálása '), _defineProperty(_hu$data, 'BULK_SuccessMsg', 'Sikerült! A tárcáid legenerálódtak. '), _defineProperty(_hu$data, 'SEND_addr', 'Erre a címre '), _defineProperty(_hu$data, 'SEND_amount', 'Küldendő összeg '), _defineProperty(_hu$data, 'SEND_amount_short', 'Összeg '), _defineProperty(_hu$data, 'SEND_custom', 'Saját Token '), _defineProperty(_hu$data, 'SEND_gas', 'Gas '), _defineProperty(_hu$data, 'SEND_TransferTotal', 'Teljes egyenleg küldése '), _defineProperty(_hu$data, 'SEND_generate', 'Tranzakció generálása '), _defineProperty(_hu$data, 'SEND_raw', 'Raw/Nyers Tranzakció '), _defineProperty(_hu$data, 'SEND_signed', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'SEND_trans', 'Tranzakció Küldése '), _defineProperty(_hu$data, 'SENDModal_Title', 'Figyelmeztetés! '), _defineProperty(_hu$data, 'SENDModal_Content_1', 'Most készülsz küldeni '), _defineProperty(_hu$data, 'SENDModal_Content_2', '-t az alábbi címre: '), _defineProperty(_hu$data, 'SENDModal_Content_3', 'Biztos vagy benne? '), _defineProperty(_hu$data, 'SENDModal_Content_4', 'JEGYZET: Ha hibával találkozol valószínűleg ethert kell küldened a számládra, hogy fedezni tudd a gas-költségét a token küldésének. A Gas etherben fizetendő. '), _defineProperty(_hu$data, 'SENDModal_No', 'Nem, vigyél ki innen! '), _defineProperty(_hu$data, 'SENDModal_Yes', 'Igen, biztos vagyok benne! Tranzakció indítása. '), _defineProperty(_hu$data, 'TOKEN_Addr', 'Token Contract Cím '), _defineProperty(_hu$data, 'TOKEN_Symbol', 'Token Szimbólum '), _defineProperty(_hu$data, 'TOKEN_Dec', 'Tizedesjegyek '), _defineProperty(_hu$data, 'TOKEN_show', 'Minden Token megjelenítése '), _defineProperty(_hu$data, 'TOKEN_hide', 'Tokenek elrejtése '), _defineProperty(_hu$data, 'TRANS_desc', 'Ha Tokeneket akarsz küldeni, kérlek használd a Token Küldése oldalt ehelyett. '), _defineProperty(_hu$data, 'TRANS_warning', 'Ha a "Csak ETH" vagy a "Csak ETC" Funkciókat használod a küldés kontraktuson keresztül megy végbe. Néhány szolgáltatásnak problémái lehetnek az ilyen tranzakciók elfogadásával. Kattints és tudj meg többet. '), _defineProperty(_hu$data, 'TRANS_advanced', '+Haladó: Több Adat '), _defineProperty(_hu$data, 'TRANS_data', 'Adat '), _defineProperty(_hu$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_hu$data, 'TRANS_sendInfo', 'Egy standard tranzakció 21000 gas-t használ, ami 0.000441 ETH-be fog kerülni. Mi 0.000000021 ETH-nél (a minimálisnál) enyhén magasabb gas árat használunk, annak biztosítása érdekében, hogy gyorsan ki legyen bányászva. Tranazkciós költséget nem számolunk fel. '), _defineProperty(_hu$data, 'TRANSModal_Title', '"Csak ETH" és "Csak ETC" Tranzakciók '), _defineProperty(_hu$data, 'TRANSModal_Content_0', 'Egy jegyzet a különféle tranzakciókról és szolgáltatásokról '), _defineProperty(_hu$data, 'TRANSModal_Content_1', '**ETH (Standard Tranzakció): ** Egy alapértelmezett tranzakciót generál közvetlenül az egyik címről a másikra. A gas alapértéke 21000. Valószínűsíthető, hogy minden ETH, ami ezzel a módszerrel lesz elküldve, végbemegy az ETC láncon is. '), _defineProperty(_hu$data, 'TRANSModal_Content_2', '**Csak ETH: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETH** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_3', '**Csak ETC: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETC** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Csak Standard Tranzakció szerint küld. Ha a "Csak" kontraktusok valamelyikével küldesz, fel kell venned a kapcsolatot az ügyfélszolgálattal, hogy manuálisan hozzáadhassák az egyenleged vagy visszatérítést küldjenek. [Megpróbálhatod a Shapeshift "split" eszközét is.](https://split.shapeshift.io/) '), _defineProperty(_hu$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Nincsenek ismert problémák. Használható bárhogyan. '), _defineProperty(_hu$data, 'TRANSModal_Yes', 'Király, most már értem. '), _defineProperty(_hu$data, 'TRANSModal_No', 'Ó istenem, most még jobban összezavarodtam. Segítsetek! '), _defineProperty(_hu$data, 'OFFLINE_Title', 'Offline tranzakció generálása és küldése '), _defineProperty(_hu$data, 'OFFLINE_Desc', 'Az Offline tranzakció generálása három lépsében történik. Az első(1.) és a harmadik(3.) lépéseket online számítógépen kell végrehajtani, a második(2.) lépést pedig offline/airgap számítógépen. Ezzel meggyőződhetsz róla, hogy a privát kulcsod nem érintkezik internetre kötött eszközzel. '), _defineProperty(_hu$data, 'OFFLLINE_Step1_Title', 'Lépés 1: Információ Generálása (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step1_Button', 'Információ Generálása '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_1', 'Erről a címről '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_2', 'Jegyzet: Ez a FELADÓ címe, nem a FOGADÓÉ. A nonce a feladó számlájából generálódik. Ha airgap-elt számítógépet használsz, ez a cím a hidegtárcás számla címe legyen. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Title', 'Lépés 2: Tranzakció Generálása (Offline Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_1', 'Erre a címre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_2', 'Érték / Összeg küldésre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3', 'Gas Ár '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4b', '21000 az alapértelmezett gas limit. Amikor kontraktust küldesz vagy adatot adsz hozzá ezeknek különbözőeknek kell lennie. A nem használt gas visszatérül hozzád. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6', 'Adat '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6b', 'Ez választható. Az adat mező gyakran használt, amikor tranzakciót küldesz kontraktusokba. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_7', 'Írd be / Válaszd ki a Privát Kulcsodat / JSON-fájlt. '), _defineProperty(_hu$data, 'OFFLINE_Step3_Title', 'Lépés 3: Küld / Közzétesz (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step3_Label_1', 'Illeszd be ide az aláírt tranzakciót a második lépésből (Lépés 2) és nyomd meg a "TRANZAKCIÓ KÜLDÉSE" gombot. '), _defineProperty(_hu$data, 'MYWAL_Nick', 'Tárca Nickname '), _defineProperty(_hu$data, 'MYWAL_Address', 'Tárca Cím '), _defineProperty(_hu$data, 'MYWAL_Bal', 'Egyenleg '), _defineProperty(_hu$data, 'MYWAL_Edit', 'Szerkesztés '), _defineProperty(_hu$data, 'MYWAL_View', 'Nézet '), _defineProperty(_hu$data, 'MYWAL_Remove', 'Eltávolítás '), _defineProperty(_hu$data, 'MYWAL_RemoveWal', 'Tárca Eltávolítása: '), _defineProperty(_hu$data, 'MYWAL_WatchOnly', 'Megfigyelt Számláid '), _defineProperty(_hu$data, 'MYWAL_Viewing', 'Tárca megtekintése '), _defineProperty(_hu$data, 'MYWAL_Hide', 'Tárca Információ elrejtése '), _defineProperty(_hu$data, 'MYWAL_Edit_2', 'Tárca szerkesztése '), _defineProperty(_hu$data, 'MYWAL_Name', 'Tárca Neve '), _defineProperty(_hu$data, 'MYWAL_Content_1', 'Figyelmeztetés! Arra készülsz, hogy eltávolítod a tárcádat '), _defineProperty(_hu$data, 'MYWAL_Content_2', 'Győződj meg róla, hogy **elmentetted a privát kulcsodat és/vagy Keystore fájlodat a jelszóval együtt,** mielőtt törlöd őket. '), _defineProperty(_hu$data, 'MYWAL_Content_3', 'Ha használni akarod ezt a tárcát a MyEtherWallet CX-szel a jövőben, manuálisan újra hozzá kell majd adnod a privát kulcs/JSON-nal és jelszóval. '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. Ezt megteheted úgy, hogy [importálod a számládat a Geth/Mist-be](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Ha ellenőrizni akarod a számládat, azt ajánljuk, hogy használj blokklánc explorert mint az [etherscan.io](https://etherscan.io/). '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle_Short', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. '), _defineProperty(_hu$data, 'VIEWWALLET_SuccessMsg', 'Sikerült! Itt vannak a tárcád részletei. '), _defineProperty(_hu$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_hu$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_hu$data, 'MNEM_1', 'Válaszd ki a címet amelyiket használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_2', 'Egyetlen mnemonikus frázis egyszerre több tárcához / címhez ad hozzáférést. Válaszd ki a címet amelyiket most használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_more', 'További Címek '), _defineProperty(_hu$data, 'MNEM_prev', 'Előző Címek '), _defineProperty(_hu$data, 'CX_error_1', 'Nincsen mentett Tárcád. Kattints ["Tárca Hozzáadása"](/cx-wallet.html#add-wallet) ahhoz, hogy hozzáadj egyet! '), _defineProperty(_hu$data, 'CX_quicksend', 'GyorsKüldés '), _defineProperty(_hu$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_hu$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_hu$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_hu$data, 'NODE_Name', 'Node Name'), _defineProperty(_hu$data, 'NODE_Port', 'Node Port'), _defineProperty(_hu$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_hu$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_hu$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_hu$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_hu$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_hu$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_hu$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_hu$data, 'CONTRACT_Read', 'READ '), _defineProperty(_hu$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_hu$data, 'DEP_generate', 'Byte-kód Generálása '), _defineProperty(_hu$data, 'DEP_generated', 'Generált Byte-kód '), _defineProperty(_hu$data, 'DEP_signtx', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'DEP_interface', 'Generált Felület '), _defineProperty(_hu$data, 'SWAP_rates', "Current Rates "), _defineProperty(_hu$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_hu$data, 'SWAP_init_2', " for "), _defineProperty(_hu$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_hu$data, 'SWAP_information', "Your Information "), _defineProperty(_hu$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_hu$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_hu$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_hu$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_hu$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_hu$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_hu$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_hu$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_hu$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_hu$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_hu$data, 'SWAP_progress_3', "Received! "), _defineProperty(_hu$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_hu$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_hu$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_hu$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_hu$data, 'MSG_message', 'Message '), _defineProperty(_hu$data, 'MSG_date', 'Date '), _defineProperty(_hu$data, 'MSG_signature', 'Signature '), _defineProperty(_hu$data, 'MSG_verify', 'Verify Message '), _defineProperty(_hu$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_hu$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_hu$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_hu$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_hu$data, 'ADD_Ledger_scan', 'Csatlakozás a Ledger Wallet-hez '), _defineProperty(_hu$data, 'ADD_Ledger_1', 'Csatlakoztasd a Ledger Wallet-et '), _defineProperty(_hu$data, 'ADD_Ledger_2', 'Nyisd meg az Ethereum applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Exp', 'Nyisd meg az Expanse applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Ubq', 'Nyisd meg az Ubiq applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_3', 'Ellenőrizd, hogy a beállításokban engedélyezve van a Böngésző Támogatás (Browser Support) '), _defineProperty(_hu$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_hu$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_hu$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_hu$data, 'x_Trezor', 'TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_hu$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_hu$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_hu$data, 'ERROR_0', 'Kérlek írj be érvényes összeget '), _defineProperty(_hu$data, 'ERROR_1', 'A jelszavadnak minimum 9 karakter hosszúságúnak kell lennie. Kérlek győződj meg arról, hogy erős jelszót választasz. '), _defineProperty(_hu$data, 'ERROR_2', 'Sajnáljuk, de nem tudjuk felismerni ezt a típusú Tárca fájlt. '), _defineProperty(_hu$data, 'ERROR_3', 'Ez nem egy érvényes Tárca fájl. '), _defineProperty(_hu$data, 'ERROR_4', 'Ez a egység nem létezik, kérlek használj egyet az alábbi egységek közül '), _defineProperty(_hu$data, 'ERROR_5', 'Érvénytelen cím. '), _defineProperty(_hu$data, 'ERROR_6', 'Érvénytelen jelszó. '), _defineProperty(_hu$data, 'ERROR_7', 'Érvénytelen összeg. (Must be integer. Try 0-18.) '), _defineProperty(_hu$data, 'ERROR_8', 'Érvénytelen gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_hu$data, 'ERROR_9', 'Érvénytelen adatérték. (Must be hex.) '), _defineProperty(_hu$data, 'ERROR_10', 'Érvénytelen gas összeg. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_hu$data, 'ERROR_11', 'Érvénytelen nonce. (Must be integer.) '), _defineProperty(_hu$data, 'ERROR_12', 'Érvénytelen aláírású tranzakció. '), _defineProperty(_hu$data, 'ERROR_13', 'Egy Tárca ezzel a Nicknévvel már létezik '), _defineProperty(_hu$data, 'ERROR_14', 'Tárca nem található. '), _defineProperty(_hu$data, 'ERROR_15', 'Úgy tűnik ezzel az ID-vel nem létezik javaslat, vagy hiba történt a javaslat beolvasása közben. '), _defineProperty(_hu$data, 'ERROR_16', 'Egy tárca ezzel a címmel már létezik a tárolóban. Kérlek ellenőrizd a tárcák oldalán. '), _defineProperty(_hu$data, 'ERROR_17', 'Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Legalább 0.01 ethernek kell lennie a számládon, ahhoz, hogy fedezni tudd a gas költségeit. Kérlek adj hozzá ethert és próbáld újra! '), _defineProperty(_hu$data, 'ERROR_18', 'Az összes gas felhasználásra kerülne ezen a tranzakción. Ez azt jelenti, hogy már szavaztál erre a javaslatra vagy a vita periódus már lejárt. '), _defineProperty(_hu$data, 'ERROR_19', 'Érvénytelen szimbólum '), _defineProperty(_hu$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_hu$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_hu$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_hu$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_hu$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_hu$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_hu$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_hu$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_hu$data, 'ERROR_28', '**Szükséged lesz a Keystore Fájlra és a jelszóra vagy a Privát Kulcsra**, ahhoz, hogy hozzáférj ehhez a tárcához a jövőben. Kérlek mentsd el és készíts külső biztonsági mentést is! Nincs lehetőség egy tárca visszaszerzésére, ha nem mented el. Olvasd el a [Segítség lapot](https://www.myetherwallet.com/#help) további instrukciókért. '), _defineProperty(_hu$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_hu$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_hu$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_hu$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_hu$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_hu$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_hu$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_hu$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_hu$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_hu$data, 'SUCCESS_1', 'Érvényes cím '), _defineProperty(_hu$data, 'SUCCESS_2', 'Tárca sikeresen dekódolva '), _defineProperty(_hu$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_hu$data, 'SUCCESS_4', 'Tárcád sikeresen hozzáadva '), _defineProperty(_hu$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_hu$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_hu$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_hu$data, 'GETH_InvalidSender', 'Érvénytelen küldő '), _defineProperty(_hu$data, 'GETH_Nonce', 'a Nonce túl alacsony '), _defineProperty(_hu$data, 'GETH_Cheap', 'A Gas ára túl alacsony az elfogadáshoz '), _defineProperty(_hu$data, 'GETH_Balance', 'Hiányos egyenleg '), _defineProperty(_hu$data, 'GETH_NonExistentAccount', 'A Számla nem létezik vagy az egyenleg túl alacsony '), _defineProperty(_hu$data, 'GETH_InsufficientFunds', 'Hiányos alap a gas-hoz * ár + érték '), _defineProperty(_hu$data, 'GETH_IntrinsicGas', 'Intrinsic gas túl alacsony '), _defineProperty(_hu$data, 'GETH_GasLimit', 'Meghaladja a blokk gas limitjét '), _defineProperty(_hu$data, 'GETH_NegativeValue', 'Negatív érték '), _defineProperty(_hu$data, 'PARITY_AlreadyImported', "Egy azonos hash-sel rendelkező tranzakció már importálva volt."), _defineProperty(_hu$data, 'PARITY_Old', "A tranzakciós nonce túl alacsony. Próbáld meg megnövelni."), _defineProperty(_hu$data, 'PARITY_TooCheapToReplace', "Túl alacsony a tranzakciós díj. Van egy másik tranzakció is a sorban azonos nonce-szal. Próbáld meg megemelni adíjat vagy megnövelni a nonce-t."), _defineProperty(_hu$data, 'PARITY_LimitReached', "Túl sok tranzakció van a sorodban, ezért ez a tranzakció nem lett feldolgozva."), _defineProperty(_hu$data, 'PARITY_InsufficientGasPrice', "Túl alacsony a tranzakciós díj. Nem felel meg a node-od minimum díjának. Minimum: {}, ennyi lenne: {}. Próbáld meg megnövelni a díjat."), _defineProperty(_hu$data, 'PARITY_InsufficientBalance', "Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Szükséges: {} és van: {}."), _defineProperty(_hu$data, 'PARITY_GasLimitExceeded', "A tranzakcó ára meghaladja a jelenlegi gas limitet. Limit: {}, ennyi lenne: {}."), _defineProperty(_hu$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_hu$data, 'translate_version', '0.4.3 '), _defineProperty(_hu$data, 'Translator_Desc', 'Köszönet a fordításért '), _defineProperty(_hu$data, 'TranslatorName_1', '[belpheg](https://www.myetherwallet.com/?gaslimit=21000&to=0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f&value=1.0#send-transaction) · '), _defineProperty(_hu$data, 'TranslatorAddr_1', '0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f '), _defineProperty(_hu$data, 'TranslatorName_2', '[bluqesh](https://www.myetherwallet.com/?gaslimit=21000&to=0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F&value=1.0#send-transaction) '), _defineProperty(_hu$data, 'TranslatorAddr_2', '0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F '), _defineProperty(_hu$data, 'TranslatorName_3', ''), _defineProperty(_hu$data, 'TranslatorAddr_3', ''), _defineProperty(_hu$data, 'TranslatorName_4', ''), _defineProperty(_hu$data, 'TranslatorAddr_4', ''), _defineProperty(_hu$data, 'TranslatorName_5', ''), _defineProperty(_hu$data, 'TranslatorAddr_5', ''), _defineProperty(_hu$data, 'HELP_Warning', 'Ha **2015 december 31** előtt készítettél egy tárcát vagy töltötted le a repo-t, akkor ellenőrizd a tárcáidat és töltsd le a repo új verzióját. Kattints a részletekért. '), _defineProperty(_hu$data, 'HELP_Desc', 'Valamit hiányolsz? Egyéb kérdésed lenne? [Írj nekünk](mailto:support@myetherwallet.com), és nem csak választ fogsz kapni, de még ezt az oldalt is frissítjük, hogy másoknak is hasznosabb legyen. '), _defineProperty(_hu$data, 'HELP_Remind_Title', 'Néhány emlékeztető '), _defineProperty(_hu$data, 'HELP_Remind_Desc_1', 'Az **Ethereum, MyEtherWallet.com és MyEtherWallet CX, továbbá néhány, az oldal által használt JavaScript könyvtár aktív fejlesztés alatt állnak.** Az alapos tesztelés és a világszerte több tízezer sikeresen létrehozott tárca ellenére mindig fennáll az apró lehetőség arra, hogy valami váratlan esemény miatt elveszted az ETH-id. Ne fektess be annál többet, mint amit hajlandó lennél elveszítnei. Ha esetleg bármi ilyen történne, nagyon sajnáljuk, de **nem vagyunk a felősek az elvesztett Etherekért**. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_2', 'A MyEtherWallet.com és a MyEtherWallet CX nem "web tárcák". Nem kell nálunk regisztrálnod, vagy ránk bízni az Ethereid megőrzésre. Semmilyen adat nem hagyja el a gépedet/böngésződet. Abban segítünk, hogy egyszerűen tudd az tárcáid látrehozni, lementeni és hozzájuk férni, és egyéb módon használni a blokkláncot. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_3', 'Ha nem mented le a privát kulcsodat és a jelszót, akkor nincs lehetőség visszaszerezni a tárcádhoz a hozzáférést, sem a rajta levő összeget. Készíts róluk több példányban is biztonsági másolatot, és ne csak a gépeden legyenek! '), _defineProperty(_hu$data, 'HELP_0_Title', '0) Új vagyok. Mire tudom használni ezt az oldalt? '), _defineProperty(_hu$data, 'HELP_0_Desc_1', 'A MyEtherWallet-tel új tárcákat lehet létrehozni, hogy saját magadnál tudd tárolni az Ethert, és nem egy exchange-nél. Ez a folyamat teljesen a te gépeden történik, nem a mi szerverünkön, így amikor létrehozol egy új tárcát **a te felelősséged biztonságosan tárolni azt**. '), _defineProperty(_hu$data, 'HELP_0_Desc_2', 'Hozz létre egy új tárcát. '), _defineProperty(_hu$data, 'HELP_0_Desc_3', 'Készíts róla biztonsági mentést. '), _defineProperty(_hu$data, 'HELP_0_Desc_4', 'Ellnőrizd, hogy van hozzáférésed az új tárcához, és helyesen mentettél le minden szükséges információt. '), _defineProperty(_hu$data, 'HELP_0_Desc_5', 'Küldj Ethert az új címedre. '), _defineProperty(_hu$data, 'HELP_1_Title', '1) Hogyan tudok új tárcát készíteni? '), _defineProperty(_hu$data, 'HELP_1_Desc_1', 'Menj a "Tárca Generálása" oldalra. '), _defineProperty(_hu$data, 'HELP_1_Desc_2', 'Menj a "Tárca hozzáadása" oldalra, és válaszd ki az "Új Tárca Létrehozása" opciót. '), _defineProperty(_hu$data, 'HELP_1_Desc_3', 'Írj be egy erős jelszót. Ha úgy gondolod, esetleg elfelejtheted, akkor ments le / írd le egy biztonságos helyre, mert szükséged lesz rá később, hogy tranzakciókat küldhess. '), _defineProperty(_hu$data, 'HELP_1_Desc_4', 'Kattints a "Tárca generálása" gombra. '), _defineProperty(_hu$data, 'HELP_1_Desc_5', 'Az új tárcád ezzel kész van. '), _defineProperty(_hu$data, 'HELP_2a_Title', 'Hogyan tudom lementeni/biztonsági másolatot készíteni a tárcáról? '), _defineProperty(_hu$data, 'HELP_2a_Desc_1', 'A tárcádról ajánlott mindig külső biztonsági mentést tartani, több, fizikailag különböző helyen - például egy pendrive-on és/vagy papíron. '), _defineProperty(_hu$data, 'HELP_2a_Desc_2', 'Mentsd le a címet. Megtarthatod magadnak, vagy megoszthatod másokkal is, így ők is tudnak neked Ethert küldeni. '), _defineProperty(_hu$data, 'HELP_2a_Desc_3', 'Mentsd el több példányban a privát kulcsot, és ne oszd meg senkivel. Erre van ugyanis szükség, ha hozzá szeretnél férni az Etheredhez, és el szeretnéd küldeni. Három fajta privát kulcs van: '), _defineProperty(_hu$data, 'HELP_2a_Desc_4', 'Tedd a címed, a privát kulcsod egy változatát és a papírtárca PDF-et egy mappába. Ments ezt le a számítógépedre és egy USB pendrive-ra. '), _defineProperty(_hu$data, 'HELP_2a_Desc_5', 'Ha van nyomtatód, nyomtasd ki a papírtárcát. Ennek hiányában írd le a privát kulcsot és a címed egy darab papírra. Ezt a számítógépedtől és a pendrive-tól elkülönített, biztonságos helyen tárold. '), _defineProperty(_hu$data, 'HELP_2a_Desc_6', 'Figyel arra is, hogy olyankor is legyen másolatod a privát kulcsról/jelszóról, ha a számítógéped, a pendrive vagy a papír eltűnik, vagy elromlik. Olyan esetekkel is számolj ami akár fizikailag nagyobb területet érinthet, mint például egy tűz, vagy árvíz. '), _defineProperty(_hu$data, 'HELP_2b_Title', '2b) Hogyan tudom biztonságosan/offline/hidegen használni a MyEtherWallet-et? '), _defineProperty(_hu$data, 'HELP_2b_Desc_1', 'Menj a github oldalunkra: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_hu$data, 'HELP_2b_Desc_2', 'Kattints a `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_2b_Desc_3', 'Másold a letöltött zip fájlt egy airgap-elt számítógépre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_4', 'Csomagold ki, és indítsd el az "index.html" fájlt. '), _defineProperty(_hu$data, 'HELP_2b_Desc_5', 'Generálj egy tárcát egy erős jelszóval. '), _defineProperty(_hu$data, 'HELP_2b_Desc_6', 'Mentsd le a címet, és a privát kulcs különféle verzióit. Mentsd le a jelszót is, ha esetleg nem emlékeznél rá örökre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_7', 'Ezeket a paírokat / pendriveoket egymástól fizikailag különböző helyeken tárold. '), _defineProperty(_hu$data, 'HELP_2b_Desc_8', 'Menj a "Tárca adatainak megtekintése" oldalra, majd írd be a privát kulcsot/jelszót, hogy le tudd ellenőrizni, hogy minden helyes. Győződj meg róla, hogy a címet is helyesen írtad le. '), _defineProperty(_hu$data, 'HELP_3_Title', '3) Hogyan tudom ellenőrizni, hogy hozzáférek a tárcához?How do I verify I have access to my new wallet? '), _defineProperty(_hu$data, 'HELP_3_Desc_1', '**Mielőtt bármennyi Ethert küldesz az új tárcádba**, mindenképp ellenőrizd le, hogy később hozzá tudsz majd férni. '), _defineProperty(_hu$data, 'HELP_3_Desc_2', 'Menj a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_3', 'Menj a MyEtherWallet.com-on a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_4', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_3_Desc_5', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_3_Desc_6', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_3_Desc_7', 'Ezután megjelennek a tárcádhoz kapcsolódó információk. A címedet a színes, kör alakú ikon mellett fogod megtalálni. Ez az ikon a címed képi reprezentációja. Bizonyosodj meg róla, hogy ez a cím megegyezik az általad lementett címmel, és azzal ami a papír tárcán is szerepel. '), _defineProperty(_hu$data, 'HELP_3_Desc_8', 'Ha egy nagyobb összeget szeretnél a tárolni, akkor azt javasoljuk, hogy előtte próbálj meg egy kisebb összeget küldeni az új tárcából. Ehhez küldj az új címedre 0.001 Etheret, nyisd ki a tárcát, és küldd tovább ezt a 0.001 Ethert egy másik címre. Így biztos lehetsz benne, hogy minden jól működik. '), _defineProperty(_hu$data, 'HELP_4_Title', '4) Hogyan tudok Ethert küldeni az egyik tárcámból egy másikba? '), _defineProperty(_hu$data, 'HELP_4_Desc_1', 'Ha egy nagyobb összeget szeretnél küldeni, előtte mindig próbáld ki a küldést egy kisebb összeggel. Így biztos lehetsz benne, hogy minden jól fog működni. '), _defineProperty(_hu$data, 'HELP_4_Desc_2', 'Menj az "Ether & Tokenek küldése" oldalra. '), _defineProperty(_hu$data, 'HELP_4_Desc_3', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. '), _defineProperty(_hu$data, 'HELP_4_Desc_4', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_4_Desc_5', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4_Desc_9', 'Kattints a "Tranzakció generálása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_10', 'Meg fog jelenni még néhány mező. Ezeket a böngésződ tölti ki, miközben legenerálja a tranzakciót. '), _defineProperty(_hu$data, 'HELP_4_Desc_11', 'Kattints az ezek alatt levő kék "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_12', 'Felugrik egy pop-up, ahol le tudod ellenőrizni a címet és az összeget. Ha minden jó, kattints az "Igen, biztos vagyok benne! Tranzakció indítása." gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_13', 'A tranzakció el lesz küldve, és megjelenik egy TX Hash. Erre a TX Hash-re kattintva megnézheted a tranzakciót a blokkláncon. '), _defineProperty(_hu$data, 'HELP_4CX_Title', '4) Hogyan tudok Ethert küldeni a MyEtherWalet CX-szel? '), _defineProperty(_hu$data, 'HELP_4CX_Desc_1', 'Első lépésként hozzá kell adj egy tárcát. Ha ez megvan, két lehetőséged van: a "GyorsKüldés" funkció a Chrome Bővítmény ikonon, vagy az "Ether & Tokenek küldése" oldal. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_2', 'GyorsKüldés: '), _defineProperty(_hu$data, 'HELP_4CX_Desc_3', 'Kattints a Chrome Bővítmény ikonra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_4', 'Kattints a "GyorsKüldés" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_5', 'Válaszd ki a tárcát ahonnan küldeni szerentél. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_8', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_9', 'Ellenőrizd, hogy a cím és a küldendő összeg helyes. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_10', 'Írd be a tárcád jelszavát. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_11', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_12', 'A "Tranzakció küldése" oldalon '), _defineProperty(_hu$data, 'HELP_5_Title', '5) Hogyan lehet a MyEtherWallet-et offline/lokálisan használni? '), _defineProperty(_hu$data, 'HELP_5_Desc_1', 'Futtahatod a MyEtherWallet.com-ot a saját számítógépeden is, a GitHub szerverei nélkül. Így lehetőséged van teljesen offline generálni tárcákat, vagy Ethert küldeni az "Offline tranzakció" oldalról. '), _defineProperty(_hu$data, 'HELP_5_Desc_7', 'A MyEtherWallet.com most teljesen a te számítógépedről fut. '), _defineProperty(_hu$data, 'HELP_5_Desc_8', 'Ha esetleg nem csináltál volna még ilyet: a teljes mappára szükséged van az oldal futtatásához, nem elég csak az "index.html" fájl. A mappában ne piszkálj / mozgass el semmit. Ha biztonsági másolatot szeretnél a MyEtherWallet repo-ról későbbre, akkor az eredeti zip fájl tárolását javasoljuk, így biztos lehetsz benne hogy a tartalma érintetlen marad. '), _defineProperty(_hu$data, 'HELP_5_Desc_9', 'Mivel folyamatosan frissítjük a MyEtherWallet.com-ot, ezért javasoljuk, hogy időközönként frissítsd a lementett repo-t is. '), _defineProperty(_hu$data, 'HELP_5CX_Title', '5) Hogyan tudom ezt a kiegészítőt a repo-ból telepíteni a Chrome Store helyett? '), _defineProperty(_hu$data, 'HELP_5CX_Desc_2', 'Kattints a `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_3', 'A Goole Chrome-ban menj a Beállításokba (a jobb fenti menüből). '), _defineProperty(_hu$data, 'HELP_5CX_Desc_4', 'Kattints a "Bővítmények"-re a bal oldalon. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_5', 'Az oldal tetején jelöld be a "Fejlesztői mód" opciót. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_6', 'Kattints a "Kicsomagolt bővítmények betöltése..." gombra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_7', 'Keresd meg az előző lépésekben letöltött és már kicsomagolt mappát. Klikelj az "OK"-ra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_8', 'A bővítmény meg kell jelenjen a többi bővítmény közt és a Chrome menüben. '), _defineProperty(_hu$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_hu$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_hu$data, 'HELP_7_Desc_1', 'Navigate to the "Ether & Tokenek küldése" page. '), _defineProperty(_hu$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_hu$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_hu$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_hu$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_hu$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_hu$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_hu$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_hu$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_hu$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_hu$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_hu$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_hu$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_hu$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_hu$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_hu$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_hu$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_hu$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_hu$data, 'HELP_9_Title', '9) Is the "Ether & Tokenek küldése" page offline? '), _defineProperty(_hu$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_hu$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_hu$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_hu$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_hu$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_hu$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_hu$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_hu$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_hu$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_hu$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_hu$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_hu$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_hu$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_hu$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_hu$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_hu$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_hu$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_hu$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_hu$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_hu$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_hu$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_hu$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_hu$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_hu$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_hu$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_hu$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_hu$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_hu$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_hu$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_hu$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_hu$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_hu$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_hu$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_hu$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_hu$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_hu$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_hu$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_hu$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_hu$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_hu$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_hu$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_hu$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_hu$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_hu$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_hu$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_hu$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_hu$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_hu$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_hu$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_hu$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_hu$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_hu$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_hu$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_hu$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_hu$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _hu$data); +}, _defineProperty(_hu$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_hu$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_hu$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_hu$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_hu$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_hu$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_hu$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_hu$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_hu$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_hu$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_hu$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_hu$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_hu$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_hu$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_hu$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_hu$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_hu$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_hu$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_hu$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_hu$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_hu$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_hu$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_hu$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_hu$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_hu$data, 'x_ReadMore', 'Read More'), _defineProperty(_hu$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_hu$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_hu$data, 'x_TXFee', 'TX Fee'), _defineProperty(_hu$data, 'x_TxHash', 'TX Hash'), _defineProperty(_hu$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_hu$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_hu$data, 'tx_Details', 'Transaction Details'), _defineProperty(_hu$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_hu$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_hu$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_hu$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_hu$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_hu$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_hu$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_hu$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_hu$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_hu$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_hu$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_hu$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_hu$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_hu$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_hu$data, 'GEN_Help_1', 'Use your'), _defineProperty(_hu$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_hu$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_hu$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_hu$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_hu$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_hu$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_hu$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_hu$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_hu$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_hu$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_hu$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_hu$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_hu$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_hu$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_hu$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_hu$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_hu$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_hu$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_hu$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_hu$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_hu$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_hu$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_hu$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_hu$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_hu$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_hu$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_hu$data, 'NAV_YourWallets', 'Tárcáid '), _defineProperty(_hu$data, 'NAV_AddWallet', 'Tárca hozzáadása '), _defineProperty(_hu$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_hu$data, 'NAV_GenerateWallet', 'Tárca generálása '), _defineProperty(_hu$data, 'NAV_BulkGenerate', 'Több tárca generálása '), _defineProperty(_hu$data, 'NAV_SendEther', 'Ether & Tokenek küldése '), _defineProperty(_hu$data, 'NAV_SendTokens', 'Tokenek küldése '), _defineProperty(_hu$data, 'NAV_Offline', 'Offline tranzakció '), _defineProperty(_hu$data, 'NAV_DeployContract', 'Kontraktus Telepítése '), _defineProperty(_hu$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_hu$data, 'NAV_Contracts', 'Kontraktus '), _defineProperty(_hu$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_hu$data, 'NAV_MyWallets', 'Tárcáim '), _defineProperty(_hu$data, 'NAV_ViewWallet', 'Tárca adatainak megtekintése '), _defineProperty(_hu$data, 'NAV_Help', 'Segítség '), _defineProperty(_hu$data, 'NAV_Contact', 'Kapcsolat '), _defineProperty(_hu$data, 'NAV_ENS', 'ENS'), _defineProperty(_hu$data, 'NAV_Swap', 'Swap '), _defineProperty(_hu$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_hu$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Úgy is ismerheted ezt, mint "Számlaszám" vagy "Publikus Kulcs". Ez az amit a partnereidnek küldesz, hogy tudjanak ETH-et küldeni neked. Az oldalsó ikon egyszerű módja a saját címed felismerésének. '), _defineProperty(_hu$data, 'x_Address', 'A Te címed '), _defineProperty(_hu$data, 'x_Cancel', 'Mégse '), _defineProperty(_hu$data, 'x_CSV', 'CSV fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Download', 'Letöltés '), _defineProperty(_hu$data, 'x_Json', 'JSON Fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_JsonDesc', 'Ez a titkosítotatlan, JSON formátumú változata a privát kulcsodnak. Ez azt jelenti, hogy nincs szükség jelszóra az eléréséhez, viszont ha bárki megtalálja a JSON fájlt, akkor hozzáférhet a tárcádhoz és az Etheredhez a jelszó ismerete nélkül. '), _defineProperty(_hu$data, 'x_Keystore', 'Keystore Fájl (UTC / JSON · Ajánlott · Titkosított) '), _defineProperty(_hu$data, 'x_Keystore2', 'Keystore Fájl (UTC / JSON) '), _defineProperty(_hu$data, 'x_KeystoreDesc', 'Ez a Keystore fájl ugyanolyan formátumú, amit a Mist használ, tehát könnyedén importálhatod a későbbiekben. Leginkább ezt a fájlt ajánlott letölteni és elmenteni. '), _defineProperty(_hu$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_hu$data, 'x_Mnemonic', 'Mnemonikus frázis '), _defineProperty(_hu$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_hu$data, 'x_Password', 'Jelszó '), _defineProperty(_hu$data, 'x_Print', 'PapírTárca Nyomtatása '), _defineProperty(_hu$data, 'x_PrintDesc', 'Profi Tipp: Kattints a nyomtatásra és mentsd el PDF formátumban, még abban az esetben is, ha nincs nyomtatód! '), _defineProperty(_hu$data, 'x_PrintShort', 'Nyomtatás '), _defineProperty(_hu$data, 'x_PrivKey', 'Privát Kulcs (titkosítatlan) '), _defineProperty(_hu$data, 'x_PrivKey2', 'Privát Kulcs '), _defineProperty(_hu$data, 'x_PrivKeyDesc', 'Ez a titkosítatlan szöveges változata a privát kulcsodnak, ami azt jelenti, hogy az eléréséhez nem szükséges jelszó. Ha valaki megtalálta a titkosítatlan privát kulcsodat jelszó nélkül is hozzáférhet a tárcádhoz. Ezért a titkosított változat ajánlott. '), _defineProperty(_hu$data, 'x_Save', 'Mentés '), _defineProperty(_hu$data, 'x_TXT', 'TXT fájl (titkosítatlan) '), _defineProperty(_hu$data, 'x_Wallet', 'Tárca '), _defineProperty(_hu$data, 'x_Access', 'Access '), _defineProperty(_hu$data, 'MEW_Warning_1', 'Mindig ellenőrizd az URL-t mielőtt megpróbálod elérni a tárcádat vagy új tárcát hozol létre. Óvakodj az adathalász oldalalaktól! '), _defineProperty(_hu$data, 'CX_Warning_1', 'Győződj meg róla, hogy van **külső adatmentésed** minden tárcáról, amit itt tárolsz. Több dolog is történhet, ami adatvesztést eredményezhet a Chrome Bővítményben, többek között a Bővítmény törlése vagy újratelepítése. A bővítmény egyszerű módja annak, hogy elérd a tárcáidat, de **nem** annak, hogy elmentsd azokat. '), _defineProperty(_hu$data, 'MEW_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca '), _defineProperty(_hu$data, 'CX_Tagline', 'Nyílt forrású JavaScript-alapú, Kliens-oldali Ether Tárca Chrome Bővítmény '), _defineProperty(_hu$data, 'FOOTER_1', 'Egy nyílt forrású, javascript-alapú, kliens-oldali eszköz Ethereum Tárcák létrehozására és tranzakicók végrehajtására. '), _defineProperty(_hu$data, 'FOOTER_1b', 'Készítette: '), _defineProperty(_hu$data, 'FOOTER_2', 'Az adományokat igazán nagyra értékeljük: '), _defineProperty(_hu$data, 'FOOTER_3', 'Kliens-oldali Tárca létrehozása: '), _defineProperty(_hu$data, 'FOOTER_4', 'Jogi nyilatkozat '), _defineProperty(_hu$data, 'sidebar_AccountInfo', 'Számlainformáció '), _defineProperty(_hu$data, 'sidebar_AccountAddr', 'Számla címe '), _defineProperty(_hu$data, 'sidebar_AccountBal', 'Számlaegyenleg '), _defineProperty(_hu$data, 'sidebar_TokenBal', 'Token Egyenleg '), _defineProperty(_hu$data, 'sidebar_Equiv', 'Ezzel egyenértékű '), _defineProperty(_hu$data, 'sidebar_TransHistory', 'Tranzakció Történet '), _defineProperty(_hu$data, 'sidebar_donation', 'A MyEtherWallet egy szabad, nyílt forrású szolgáltatás az adatod védelmének és a biztonságodnak szentelve. Minél több adomány érkezik, annál több időt tudunk fordítani új funkciók létrehozására, a visszajelzéseidre és olyan szolgáltatást nyújtani, amilyet szeretnél. Mindössze két ember, akik megpróbálnak változtatni a világon. Segítesz nekünk? '), _defineProperty(_hu$data, 'sidebar_donate', 'Adományozok '), _defineProperty(_hu$data, 'sidebar_thanks', 'KÖSZÖNJÜK!!! '), _defineProperty(_hu$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_hu$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_hu$data, 'decrypt_Access', 'Hogyan szeretnéd elérni a tárcádat? '), _defineProperty(_hu$data, 'decrypt_Title', 'Válaszd ki a privát kulcsod formátumát: '), _defineProperty(_hu$data, 'decrypt_Select', 'Válassz egy Tárcát: '), _defineProperty(_hu$data, 'ADD_Label_1', 'Mit szeretnél tenni? '), _defineProperty(_hu$data, 'ADD_Radio_1', 'Új Tárca Létrehozása '), _defineProperty(_hu$data, 'ADD_Radio_2', 'Válaszd ki a Tárca fájlodat (Keystore / JSON) '), _defineProperty(_hu$data, 'ADD_Radio_2_alt', 'Válaszd ki a Tárca fájlt '), _defineProperty(_hu$data, 'ADD_Radio_2_short', 'TÁRCA FÁJL KIVÁLASZTÁSA... '), _defineProperty(_hu$data, 'ADD_Radio_2_success', 'Kiválasztott Tárca '), _defineProperty(_hu$data, 'ADD_Radio_3', 'Illeszd be vagy írd be a Privát Kulcsodat '), _defineProperty(_hu$data, 'ADD_Radio_4', 'Tárca hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Radio_5', 'Másold/írd be a mnemonikus frázist '), _defineProperty(_hu$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_hu$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_hu$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_hu$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_hu$data, 'ADD_Label_2', 'Hozz létre egy Nicknevet: '), _defineProperty(_hu$data, 'ADD_Label_3', 'A Tárcád titkosítva van. Írj be a jelszót '), _defineProperty(_hu$data, 'ADD_Label_4', 'Számla hozzáadása megfigyelésre '), _defineProperty(_hu$data, 'ADD_Warning_1', 'Bármelyik számlát hozzáadhatod "megfigyelésre" a tárcák lapon, anélkül, hogy felöltenél privát kulcsot. Ez **nem azt jelenti**, hogy van hozzáférésed ehhez a tárcához és azt sem, hogy tudsz Ethert küldeni vele. '), _defineProperty(_hu$data, 'ADD_Label_5', 'Add meg a címet '), _defineProperty(_hu$data, 'ADD_Label_6', 'Tárcád feloldása '), _defineProperty(_hu$data, 'ADD_Label_6_short', 'Feloldás '), _defineProperty(_hu$data, 'ADD_Label_7', 'Számla Hozzáadása '), _defineProperty(_hu$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_hu$data, 'GEN_desc', 'Ha több tárcát szeretnél egyszerre generálni, azt megteheted itt '), _defineProperty(_hu$data, 'GEN_Label_1', 'Adj meg egy erős jelszót! (legalább 9 karakter) '), _defineProperty(_hu$data, 'GEN_Placeholder_1', 'NE felejtsd el elmenteni! '), _defineProperty(_hu$data, 'GEN_SuccessMsg', 'Sikerült! A Tárcád legenerálódott. '), _defineProperty(_hu$data, 'GEN_Label_2', 'Mentsd el a Keystore fájlt vagy a Privát Kulcsot. Ne felejtsd el a fenti jelszót! '), _defineProperty(_hu$data, 'GEN_Label_3', 'Mentsd el a címed. '), _defineProperty(_hu$data, 'GEN_Label_4', 'Választható: Nyomtasd ki a papír tárcádat vagy tárold a QR kód változatot. '), _defineProperty(_hu$data, 'BULK_Label_1', 'Generálni kívánt tárcák száma '), _defineProperty(_hu$data, 'BULK_Label_2', 'Tárcák generálása '), _defineProperty(_hu$data, 'BULK_SuccessMsg', 'Sikerült! A tárcáid legenerálódtak. '), _defineProperty(_hu$data, 'SEND_addr', 'Erre a címre '), _defineProperty(_hu$data, 'SEND_amount', 'Küldendő összeg '), _defineProperty(_hu$data, 'SEND_amount_short', 'Összeg '), _defineProperty(_hu$data, 'SEND_custom', 'Saját Token '), _defineProperty(_hu$data, 'SEND_gas', 'Gas '), _defineProperty(_hu$data, 'SEND_TransferTotal', 'Teljes egyenleg küldése '), _defineProperty(_hu$data, 'SEND_generate', 'Tranzakció generálása '), _defineProperty(_hu$data, 'SEND_raw', 'Raw/Nyers Tranzakció '), _defineProperty(_hu$data, 'SEND_signed', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'SEND_trans', 'Tranzakció Küldése '), _defineProperty(_hu$data, 'SENDModal_Title', 'Figyelmeztetés! '), _defineProperty(_hu$data, 'SENDModal_Content_1', 'Most készülsz küldeni '), _defineProperty(_hu$data, 'SENDModal_Content_2', '-t az alábbi címre: '), _defineProperty(_hu$data, 'SENDModal_Content_3', 'Biztos vagy benne? '), _defineProperty(_hu$data, 'SENDModal_Content_4', 'JEGYZET: Ha hibával találkozol valószínűleg ethert kell küldened a számládra, hogy fedezni tudd a gas-költségét a token küldésének. A Gas etherben fizetendő. '), _defineProperty(_hu$data, 'SENDModal_No', 'Nem, vigyél ki innen! '), _defineProperty(_hu$data, 'SENDModal_Yes', 'Igen, biztos vagyok benne! Tranzakció indítása. '), _defineProperty(_hu$data, 'TOKEN_Addr', 'Token Contract Cím '), _defineProperty(_hu$data, 'TOKEN_Symbol', 'Token Szimbólum '), _defineProperty(_hu$data, 'TOKEN_Dec', 'Tizedesjegyek '), _defineProperty(_hu$data, 'TOKEN_show', 'Minden Token megjelenítése '), _defineProperty(_hu$data, 'TOKEN_hide', 'Tokenek elrejtése '), _defineProperty(_hu$data, 'TRANS_desc', 'Ha Tokeneket akarsz küldeni, kérlek használd a Token Küldése oldalt ehelyett. '), _defineProperty(_hu$data, 'TRANS_warning', 'Ha a "Csak ETH" vagy a "Csak ETC" Funkciókat használod a küldés kontraktuson keresztül megy végbe. Néhány szolgáltatásnak problémái lehetnek az ilyen tranzakciók elfogadásával. Kattints és tudj meg többet. '), _defineProperty(_hu$data, 'TRANS_advanced', '+Haladó: Több Adat '), _defineProperty(_hu$data, 'TRANS_data', 'Adat '), _defineProperty(_hu$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_hu$data, 'TRANS_sendInfo', 'Egy standard tranzakció 21000 gas-t használ, ami 0.000441 ETH-be fog kerülni. Mi 0.000000021 ETH-nél (a minimálisnál) enyhén magasabb gas árat használunk, annak biztosítása érdekében, hogy gyorsan ki legyen bányászva. Tranazkciós költséget nem számolunk fel. '), _defineProperty(_hu$data, 'TRANSModal_Title', '"Csak ETH" és "Csak ETC" Tranzakciók '), _defineProperty(_hu$data, 'TRANSModal_Content_0', 'Egy jegyzet a különféle tranzakciókról és szolgáltatásokról '), _defineProperty(_hu$data, 'TRANSModal_Content_1', '**ETH (Standard Tranzakció): ** Egy alapértelmezett tranzakciót generál közvetlenül az egyik címről a másikra. A gas alapértéke 21000. Valószínűsíthető, hogy minden ETH, ami ezzel a módszerrel lesz elküldve, végbemegy az ETC láncon is. '), _defineProperty(_hu$data, 'TRANSModal_Content_2', '**Csak ETH: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETH** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_3', '**Csak ETC: ** Ez a tranzakciótípus [Timon Rapp replay protection/visszajátszás elleni védelem kontraktusán keresztül küld (ahogy azt Vitalik Buterin adjánlotta)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) tehát a küldés csak az **ETC** láncon megy végbe. '), _defineProperty(_hu$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Csak Standard Tranzakció szerint küld. Ha a "Csak" kontraktusok valamelyikével küldesz, fel kell venned a kapcsolatot az ügyfélszolgálattal, hogy manuálisan hozzáadhassák az egyenleged vagy visszatérítést küldjenek. [Megpróbálhatod a Shapeshift "split" eszközét is.](https://split.shapeshift.io/) '), _defineProperty(_hu$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Nincsenek ismert problémák. Használható bárhogyan. '), _defineProperty(_hu$data, 'TRANSModal_Yes', 'Király, most már értem. '), _defineProperty(_hu$data, 'TRANSModal_No', 'Ó istenem, most még jobban összezavarodtam. Segítsetek! '), _defineProperty(_hu$data, 'OFFLINE_Title', 'Offline tranzakció generálása és küldése '), _defineProperty(_hu$data, 'OFFLINE_Desc', 'Az Offline tranzakció generálása három lépsében történik. Az első(1.) és a harmadik(3.) lépéseket online számítógépen kell végrehajtani, a második(2.) lépést pedig offline/airgap számítógépen. Ezzel meggyőződhetsz róla, hogy a privát kulcsod nem érintkezik internetre kötött eszközzel. '), _defineProperty(_hu$data, 'OFFLLINE_Step1_Title', 'Lépés 1: Információ Generálása (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step1_Button', 'Információ Generálása '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_1', 'Erről a címről '), _defineProperty(_hu$data, 'OFFLINE_Step1_Label_2', 'Jegyzet: Ez a FELADÓ címe, nem a FOGADÓÉ. A nonce a feladó számlájából generálódik. Ha airgap-elt számítógépet használsz, ez a cím a hidegtárcás számla címe legyen. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Title', 'Lépés 2: Tranzakció Generálása (Offline Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_1', 'Erre a címre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_2', 'Érték / Összeg küldésre '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3', 'Gas Ár '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_3b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4', 'Gas Limit '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_4b', '21000 az alapértelmezett gas limit. Amikor kontraktust küldesz vagy adatot adsz hozzá ezeknek különbözőeknek kell lennie. A nem használt gas visszatérül hozzád. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_5b', 'Ez volt látható az online számítógépen az első lépésben. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6', 'Adat '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_6b', 'Ez választható. Az adat mező gyakran használt, amikor tranzakciót küldesz kontraktusokba. '), _defineProperty(_hu$data, 'OFFLINE_Step2_Label_7', 'Írd be / Válaszd ki a Privát Kulcsodat / JSON-fájlt. '), _defineProperty(_hu$data, 'OFFLINE_Step3_Title', 'Lépés 3: Küld / Közzétesz (Online Számítógép) '), _defineProperty(_hu$data, 'OFFLINE_Step3_Label_1', 'Illeszd be ide az aláírt tranzakciót a második lépésből (Lépés 2) és nyomd meg a "TRANZAKCIÓ KÜLDÉSE" gombot. '), _defineProperty(_hu$data, 'MYWAL_Nick', 'Tárca Nickname '), _defineProperty(_hu$data, 'MYWAL_Address', 'Tárca Cím '), _defineProperty(_hu$data, 'MYWAL_Bal', 'Egyenleg '), _defineProperty(_hu$data, 'MYWAL_Edit', 'Szerkesztés '), _defineProperty(_hu$data, 'MYWAL_View', 'Nézet '), _defineProperty(_hu$data, 'MYWAL_Remove', 'Eltávolítás '), _defineProperty(_hu$data, 'MYWAL_RemoveWal', 'Tárca Eltávolítása: '), _defineProperty(_hu$data, 'MYWAL_WatchOnly', 'Megfigyelt Számláid '), _defineProperty(_hu$data, 'MYWAL_Viewing', 'Tárca megtekintése '), _defineProperty(_hu$data, 'MYWAL_Hide', 'Tárca Információ elrejtése '), _defineProperty(_hu$data, 'MYWAL_Edit_2', 'Tárca szerkesztése '), _defineProperty(_hu$data, 'MYWAL_Name', 'Tárca Neve '), _defineProperty(_hu$data, 'MYWAL_Content_1', 'Figyelmeztetés! Arra készülsz, hogy eltávolítod a tárcádat '), _defineProperty(_hu$data, 'MYWAL_Content_2', 'Győződj meg róla, hogy **elmentetted a privát kulcsodat és/vagy Keystore fájlodat a jelszóval együtt,** mielőtt törlöd őket. '), _defineProperty(_hu$data, 'MYWAL_Content_3', 'Ha használni akarod ezt a tárcát a MyEtherWallet CX-szel a jövőben, manuálisan újra hozzá kell majd adnod a privát kulcs/JSON-nal és jelszóval. '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. Ezt megteheted úgy, hogy [importálod a számládat a Geth/Mist-be](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Ha ellenőrizni akarod a számládat, azt ajánljuk, hogy használj blokklánc explorert mint az [etherscan.io](https://etherscan.io/). '), _defineProperty(_hu$data, 'VIEWWALLET_Subtitle_Short', 'Ez lehetővé teszi számodra, hogy különböző változatú privát kulcsokat tölts le és újranyomtasd a papírtárcádat. '), _defineProperty(_hu$data, 'VIEWWALLET_SuccessMsg', 'Sikerült! Itt vannak a tárcád részletei. '), _defineProperty(_hu$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_hu$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_hu$data, 'MNEM_1', 'Válaszd ki a címet amelyiket használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_2', 'Egyetlen mnemonikus frázis egyszerre több tárcához / címhez ad hozzáférést. Válaszd ki a címet amelyiket most használni szeretnéd. '), _defineProperty(_hu$data, 'MNEM_more', 'További Címek '), _defineProperty(_hu$data, 'MNEM_prev', 'Előző Címek '), _defineProperty(_hu$data, 'CX_error_1', 'Nincsen mentett Tárcád. Kattints ["Tárca Hozzáadása"](/cx-wallet.html#add-wallet) ahhoz, hogy hozzáadj egyet! '), _defineProperty(_hu$data, 'CX_quicksend', 'GyorsKüldés '), _defineProperty(_hu$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_hu$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_hu$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_hu$data, 'NODE_Name', 'Node Name'), _defineProperty(_hu$data, 'NODE_Port', 'Node Port'), _defineProperty(_hu$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_hu$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_hu$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_hu$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_hu$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_hu$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_hu$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_hu$data, 'CONTRACT_Read', 'READ '), _defineProperty(_hu$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_hu$data, 'DEP_generate', 'Byte-kód Generálása '), _defineProperty(_hu$data, 'DEP_generated', 'Generált Byte-kód '), _defineProperty(_hu$data, 'DEP_signtx', 'Aláírt Tranzakció '), _defineProperty(_hu$data, 'DEP_interface', 'Generált Felület '), _defineProperty(_hu$data, 'SWAP_rates', "Current Rates "), _defineProperty(_hu$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_hu$data, 'SWAP_init_2', " for "), _defineProperty(_hu$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_hu$data, 'SWAP_information', "Your Information "), _defineProperty(_hu$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_hu$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_hu$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_hu$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_hu$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_hu$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_hu$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_hu$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_hu$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_hu$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_hu$data, 'SWAP_progress_3', "Received! "), _defineProperty(_hu$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_hu$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_hu$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_hu$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_hu$data, 'MSG_message', 'Message '), _defineProperty(_hu$data, 'MSG_date', 'Date '), _defineProperty(_hu$data, 'MSG_signature', 'Signature '), _defineProperty(_hu$data, 'MSG_verify', 'Verify Message '), _defineProperty(_hu$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_hu$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_hu$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_hu$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_hu$data, 'ADD_Ledger_scan', 'Csatlakozás a Ledger Wallet-hez '), _defineProperty(_hu$data, 'ADD_Ledger_1', 'Csatlakoztasd a Ledger Wallet-et '), _defineProperty(_hu$data, 'ADD_Ledger_2', 'Nyisd meg az Ethereum applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Exp', 'Nyisd meg az Expanse applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_2_Ubq', 'Nyisd meg az Ubiq applikációt (vagy egy kontraktus applikációt) '), _defineProperty(_hu$data, 'ADD_Ledger_3', 'Ellenőrizd, hogy a beállításokban engedélyezve van a Böngésző Támogatás (Browser Support) '), _defineProperty(_hu$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_hu$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_hu$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_hu$data, 'x_Trezor', 'TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_hu$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_hu$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_hu$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_hu$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_hu$data, 'ERROR_0', 'Kérlek írj be érvényes összeget '), _defineProperty(_hu$data, 'ERROR_1', 'A jelszavadnak minimum 9 karakter hosszúságúnak kell lennie. Kérlek győződj meg arról, hogy erős jelszót választasz. '), _defineProperty(_hu$data, 'ERROR_2', 'Sajnáljuk, de nem tudjuk felismerni ezt a típusú Tárca fájlt. '), _defineProperty(_hu$data, 'ERROR_3', 'Ez nem egy érvényes Tárca fájl. '), _defineProperty(_hu$data, 'ERROR_4', 'Ez a egység nem létezik, kérlek használj egyet az alábbi egységek közül '), _defineProperty(_hu$data, 'ERROR_5', 'Érvénytelen cím. '), _defineProperty(_hu$data, 'ERROR_6', 'Érvénytelen jelszó. '), _defineProperty(_hu$data, 'ERROR_7', 'Érvénytelen összeg. (Must be integer. Try 0-18.) '), _defineProperty(_hu$data, 'ERROR_8', 'Érvénytelen gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_hu$data, 'ERROR_9', 'Érvénytelen adatérték. (Must be hex.) '), _defineProperty(_hu$data, 'ERROR_10', 'Érvénytelen gas összeg. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_hu$data, 'ERROR_11', 'Érvénytelen nonce. (Must be integer.) '), _defineProperty(_hu$data, 'ERROR_12', 'Érvénytelen aláírású tranzakció. '), _defineProperty(_hu$data, 'ERROR_13', 'Egy Tárca ezzel a Nicknévvel már létezik '), _defineProperty(_hu$data, 'ERROR_14', 'Tárca nem található. '), _defineProperty(_hu$data, 'ERROR_15', 'Úgy tűnik ezzel az ID-vel nem létezik javaslat, vagy hiba történt a javaslat beolvasása közben. '), _defineProperty(_hu$data, 'ERROR_16', 'Egy tárca ezzel a címmel már létezik a tárolóban. Kérlek ellenőrizd a tárcák oldalán. '), _defineProperty(_hu$data, 'ERROR_17', 'Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Legalább 0.01 ethernek kell lennie a számládon, ahhoz, hogy fedezni tudd a gas költségeit. Kérlek adj hozzá ethert és próbáld újra! '), _defineProperty(_hu$data, 'ERROR_18', 'Az összes gas felhasználásra kerülne ezen a tranzakción. Ez azt jelenti, hogy már szavaztál erre a javaslatra vagy a vita periódus már lejárt. '), _defineProperty(_hu$data, 'ERROR_19', 'Érvénytelen szimbólum '), _defineProperty(_hu$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_hu$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_hu$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_hu$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_hu$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_hu$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_hu$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_hu$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_hu$data, 'ERROR_28', '**Szükséged lesz a Keystore Fájlra és a jelszóra vagy a Privát Kulcsra**, ahhoz, hogy hozzáférj ehhez a tárcához a jövőben. Kérlek mentsd el és készíts külső biztonsági mentést is! Nincs lehetőség egy tárca visszaszerzésére, ha nem mented el. Olvasd el a [Segítség lapot](https://www.myetherwallet.com/#help) további instrukciókért. '), _defineProperty(_hu$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_hu$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_hu$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_hu$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_hu$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_hu$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_hu$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_hu$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_hu$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_hu$data, 'SUCCESS_1', 'Érvényes cím '), _defineProperty(_hu$data, 'SUCCESS_2', 'Tárca sikeresen dekódolva '), _defineProperty(_hu$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_hu$data, 'SUCCESS_4', 'Tárcád sikeresen hozzáadva '), _defineProperty(_hu$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_hu$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_hu$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_hu$data, 'GETH_InvalidSender', 'Érvénytelen küldő '), _defineProperty(_hu$data, 'GETH_Nonce', 'a Nonce túl alacsony '), _defineProperty(_hu$data, 'GETH_Cheap', 'A Gas ára túl alacsony az elfogadáshoz '), _defineProperty(_hu$data, 'GETH_Balance', 'Hiányos egyenleg '), _defineProperty(_hu$data, 'GETH_NonExistentAccount', 'A Számla nem létezik vagy az egyenleg túl alacsony '), _defineProperty(_hu$data, 'GETH_InsufficientFunds', 'Hiányos alap a gas-hoz * ár + érték '), _defineProperty(_hu$data, 'GETH_IntrinsicGas', 'Intrinsic gas túl alacsony '), _defineProperty(_hu$data, 'GETH_GasLimit', 'Meghaladja a blokk gas limitjét '), _defineProperty(_hu$data, 'GETH_NegativeValue', 'Negatív érték '), _defineProperty(_hu$data, 'PARITY_AlreadyImported', "Egy azonos hash-sel rendelkező tranzakció már importálva volt."), _defineProperty(_hu$data, 'PARITY_Old', "A tranzakciós nonce túl alacsony. Próbáld meg megnövelni."), _defineProperty(_hu$data, 'PARITY_TooCheapToReplace', "Túl alacsony a tranzakciós díj. Van egy másik tranzakció is a sorban azonos nonce-szal. Próbáld meg megemelni adíjat vagy megnövelni a nonce-t."), _defineProperty(_hu$data, 'PARITY_LimitReached', "Túl sok tranzakció van a sorodban, ezért ez a tranzakció nem lett feldolgozva."), _defineProperty(_hu$data, 'PARITY_InsufficientGasPrice', "Túl alacsony a tranzakciós díj. Nem felel meg a node-od minimum díjának. Minimum: {}, ennyi lenne: {}. Próbáld meg megnövelni a díjat."), _defineProperty(_hu$data, 'PARITY_InsufficientBalance', "Nincs elegendő egyenleg. A számlán amiről küldeni próbálsz nem elég az egyenleg. Szükséges: {} és van: {}."), _defineProperty(_hu$data, 'PARITY_GasLimitExceeded', "A tranzakcó ára meghaladja a jelenlegi gas limitet. Limit: {}, ennyi lenne: {}."), _defineProperty(_hu$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_hu$data, 'translate_version', '0.4.3 '), _defineProperty(_hu$data, 'Translator_Desc', 'Köszönet a fordításért '), _defineProperty(_hu$data, 'TranslatorName_1', '[belpheg](https://www.myetherwallet.com/?gaslimit=21000&to=0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f&value=1.0#send-transaction) · '), _defineProperty(_hu$data, 'TranslatorAddr_1', '0xBF8C35176eAD29257834D5A1592ed50Adb0b6e4f '), _defineProperty(_hu$data, 'TranslatorName_2', '[bluqesh](https://www.myetherwallet.com/?gaslimit=21000&to=0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F&value=1.0#send-transaction) '), _defineProperty(_hu$data, 'TranslatorAddr_2', '0x4270A331d14CcdB6FB941f3f5De9Cf01607Bff9F '), _defineProperty(_hu$data, 'TranslatorName_3', ''), _defineProperty(_hu$data, 'TranslatorAddr_3', ''), _defineProperty(_hu$data, 'TranslatorName_4', ''), _defineProperty(_hu$data, 'TranslatorAddr_4', ''), _defineProperty(_hu$data, 'TranslatorName_5', ''), _defineProperty(_hu$data, 'TranslatorAddr_5', ''), _defineProperty(_hu$data, 'HELP_Warning', 'Ha **2015 december 31** előtt készítettél egy tárcát vagy töltötted le a repo-t, akkor ellenőrizd a tárcáidat és töltsd le a repo új verzióját. Kattints a részletekért. '), _defineProperty(_hu$data, 'HELP_Desc', 'Valamit hiányolsz? Egyéb kérdésed lenne? [Írj nekünk](mailto:support@myetherwallet.com), és nem csak választ fogsz kapni, de még ezt az oldalt is frissítjük, hogy másoknak is hasznosabb legyen. '), _defineProperty(_hu$data, 'HELP_Remind_Title', 'Néhány emlékeztető '), _defineProperty(_hu$data, 'HELP_Remind_Desc_1', 'Az **Ethereum, MyEtherWallet.com és MyEtherWallet CX, továbbá néhány, az oldal által használt JavaScript könyvtár aktív fejlesztés alatt állnak.** Az alapos tesztelés és a világszerte több tízezer sikeresen létrehozott tárca ellenére mindig fennáll az apró lehetőség arra, hogy valami váratlan esemény miatt elveszted az ETH-id. Ne fektess be annál többet, mint amit hajlandó lennél elveszítnei. Ha esetleg bármi ilyen történne, nagyon sajnáljuk, de **nem vagyunk a felősek az elvesztett Etherekért**. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_2', 'A MyEtherWallet.com és a MyEtherWallet CX nem "web tárcák". Nem kell nálunk regisztrálnod, vagy ránk bízni az Ethereid megőrzésre. Semmilyen adat nem hagyja el a gépedet/böngésződet. Abban segítünk, hogy egyszerűen tudd az tárcáid látrehozni, lementeni és hozzájuk férni, és egyéb módon használni a blokkláncot. '), _defineProperty(_hu$data, 'HELP_Remind_Desc_3', 'Ha nem mented le a privát kulcsodat és a jelszót, akkor nincs lehetőség visszaszerezni a tárcádhoz a hozzáférést, sem a rajta levő összeget. Készíts róluk több példányban is biztonsági másolatot, és ne csak a gépeden legyenek! '), _defineProperty(_hu$data, 'HELP_0_Title', '0) Új vagyok. Mire tudom használni ezt az oldalt? '), _defineProperty(_hu$data, 'HELP_0_Desc_1', 'A MyEtherWallet-tel új tárcákat lehet létrehozni, hogy saját magadnál tudd tárolni az Ethert, és nem egy exchange-nél. Ez a folyamat teljesen a te gépeden történik, nem a mi szerverünkön, így amikor létrehozol egy új tárcát **a te felelősséged biztonságosan tárolni azt**. '), _defineProperty(_hu$data, 'HELP_0_Desc_2', 'Hozz létre egy új tárcát. '), _defineProperty(_hu$data, 'HELP_0_Desc_3', 'Készíts róla biztonsági mentést. '), _defineProperty(_hu$data, 'HELP_0_Desc_4', 'Ellnőrizd, hogy van hozzáférésed az új tárcához, és helyesen mentettél le minden szükséges információt. '), _defineProperty(_hu$data, 'HELP_0_Desc_5', 'Küldj Ethert az új címedre. '), _defineProperty(_hu$data, 'HELP_1_Title', '1) Hogyan tudok új tárcát készíteni? '), _defineProperty(_hu$data, 'HELP_1_Desc_1', 'Menj a "Tárca Generálása" oldalra. '), _defineProperty(_hu$data, 'HELP_1_Desc_2', 'Menj a "Tárca hozzáadása" oldalra, és válaszd ki az "Új Tárca Létrehozása" opciót. '), _defineProperty(_hu$data, 'HELP_1_Desc_3', 'Írj be egy erős jelszót. Ha úgy gondolod, esetleg elfelejtheted, akkor ments le / írd le egy biztonságos helyre, mert szükséged lesz rá később, hogy tranzakciókat küldhess. '), _defineProperty(_hu$data, 'HELP_1_Desc_4', 'Kattints a "Tárca generálása" gombra. '), _defineProperty(_hu$data, 'HELP_1_Desc_5', 'Az új tárcád ezzel kész van. '), _defineProperty(_hu$data, 'HELP_2a_Title', 'Hogyan tudom lementeni/biztonsági másolatot készíteni a tárcáról? '), _defineProperty(_hu$data, 'HELP_2a_Desc_1', 'A tárcádról ajánlott mindig külső biztonsági mentést tartani, több, fizikailag különböző helyen - például egy pendrive-on és/vagy papíron. '), _defineProperty(_hu$data, 'HELP_2a_Desc_2', 'Mentsd le a címet. Megtarthatod magadnak, vagy megoszthatod másokkal is, így ők is tudnak neked Ethert küldeni. '), _defineProperty(_hu$data, 'HELP_2a_Desc_3', 'Mentsd el több példányban a privát kulcsot, és ne oszd meg senkivel. Erre van ugyanis szükség, ha hozzá szeretnél férni az Etheredhez, és el szeretnéd küldeni. Három fajta privát kulcs van: '), _defineProperty(_hu$data, 'HELP_2a_Desc_4', 'Tedd a címed, a privát kulcsod egy változatát és a papírtárca PDF-et egy mappába. Ments ezt le a számítógépedre és egy USB pendrive-ra. '), _defineProperty(_hu$data, 'HELP_2a_Desc_5', 'Ha van nyomtatód, nyomtasd ki a papírtárcát. Ennek hiányában írd le a privát kulcsot és a címed egy darab papírra. Ezt a számítógépedtől és a pendrive-tól elkülönített, biztonságos helyen tárold. '), _defineProperty(_hu$data, 'HELP_2a_Desc_6', 'Figyel arra is, hogy olyankor is legyen másolatod a privát kulcsról/jelszóról, ha a számítógéped, a pendrive vagy a papír eltűnik, vagy elromlik. Olyan esetekkel is számolj ami akár fizikailag nagyobb területet érinthet, mint például egy tűz, vagy árvíz. '), _defineProperty(_hu$data, 'HELP_2b_Title', '2b) Hogyan tudom biztonságosan/offline/hidegen használni a MyEtherWallet-et? '), _defineProperty(_hu$data, 'HELP_2b_Desc_1', 'Menj a github oldalunkra: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_hu$data, 'HELP_2b_Desc_2', 'Kattints a `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_2b_Desc_3', 'Másold a letöltött zip fájlt egy airgap-elt számítógépre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_4', 'Csomagold ki, és indítsd el az "index.html" fájlt. '), _defineProperty(_hu$data, 'HELP_2b_Desc_5', 'Generálj egy tárcát egy erős jelszóval. '), _defineProperty(_hu$data, 'HELP_2b_Desc_6', 'Mentsd le a címet, és a privát kulcs különféle verzióit. Mentsd le a jelszót is, ha esetleg nem emlékeznél rá örökre. '), _defineProperty(_hu$data, 'HELP_2b_Desc_7', 'Ezeket a paírokat / pendriveoket egymástól fizikailag különböző helyeken tárold. '), _defineProperty(_hu$data, 'HELP_2b_Desc_8', 'Menj a "Tárca adatainak megtekintése" oldalra, majd írd be a privát kulcsot/jelszót, hogy le tudd ellenőrizni, hogy minden helyes. Győződj meg róla, hogy a címet is helyesen írtad le. '), _defineProperty(_hu$data, 'HELP_3_Title', '3) Hogyan tudom ellenőrizni, hogy hozzáférek a tárcához?How do I verify I have access to my new wallet? '), _defineProperty(_hu$data, 'HELP_3_Desc_1', '**Mielőtt bármennyi Ethert küldesz az új tárcádba**, mindenképp ellenőrizd le, hogy később hozzá tudsz majd férni. '), _defineProperty(_hu$data, 'HELP_3_Desc_2', 'Menj a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_3', 'Menj a MyEtherWallet.com-on a "Tárca adatainak megtekintése" oldalra. '), _defineProperty(_hu$data, 'HELP_3_Desc_4', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_3_Desc_5', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_3_Desc_6', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_3_Desc_7', 'Ezután megjelennek a tárcádhoz kapcsolódó információk. A címedet a színes, kör alakú ikon mellett fogod megtalálni. Ez az ikon a címed képi reprezentációja. Bizonyosodj meg róla, hogy ez a cím megegyezik az általad lementett címmel, és azzal ami a papír tárcán is szerepel. '), _defineProperty(_hu$data, 'HELP_3_Desc_8', 'Ha egy nagyobb összeget szeretnél a tárolni, akkor azt javasoljuk, hogy előtte próbálj meg egy kisebb összeget küldeni az új tárcából. Ehhez küldj az új címedre 0.001 Etheret, nyisd ki a tárcát, és küldd tovább ezt a 0.001 Ethert egy másik címre. Így biztos lehetsz benne, hogy minden jól működik. '), _defineProperty(_hu$data, 'HELP_4_Title', '4) Hogyan tudok Ethert küldeni az egyik tárcámból egy másikba? '), _defineProperty(_hu$data, 'HELP_4_Desc_1', 'Ha egy nagyobb összeget szeretnél küldeni, előtte mindig próbáld ki a küldést egy kisebb összeggel. Így biztos lehetsz benne, hogy minden jól fog működni. '), _defineProperty(_hu$data, 'HELP_4_Desc_2', 'Menj az "Ether & Tokenek küldése" oldalra. '), _defineProperty(_hu$data, 'HELP_4_Desc_3', 'Válaszd ki a tárca fájlt -vagy- a privát kulcsot, és nyisd ki a tárcádat. '), _defineProperty(_hu$data, 'HELP_4_Desc_4', 'Ha a tárca titkosított, automatikusan megjelenik egy szövegdoboz. Ide írd be a jelszót. '), _defineProperty(_hu$data, 'HELP_4_Desc_5', 'Kattints a "Tárca feloldása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4_Desc_9', 'Kattints a "Tranzakció generálása" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_10', 'Meg fog jelenni még néhány mező. Ezeket a böngésződ tölti ki, miközben legenerálja a tranzakciót. '), _defineProperty(_hu$data, 'HELP_4_Desc_11', 'Kattints az ezek alatt levő kék "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_12', 'Felugrik egy pop-up, ahol le tudod ellenőrizni a címet és az összeget. Ha minden jó, kattints az "Igen, biztos vagyok benne! Tranzakció indítása." gombra. '), _defineProperty(_hu$data, 'HELP_4_Desc_13', 'A tranzakció el lesz küldve, és megjelenik egy TX Hash. Erre a TX Hash-re kattintva megnézheted a tranzakciót a blokkláncon. '), _defineProperty(_hu$data, 'HELP_4CX_Title', '4) Hogyan tudok Ethert küldeni a MyEtherWalet CX-szel? '), _defineProperty(_hu$data, 'HELP_4CX_Desc_1', 'Első lépésként hozzá kell adj egy tárcát. Ha ez megvan, két lehetőséged van: a "GyorsKüldés" funkció a Chrome Bővítmény ikonon, vagy az "Ether & Tokenek küldése" oldal. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_2', 'GyorsKüldés: '), _defineProperty(_hu$data, 'HELP_4CX_Desc_3', 'Kattints a Chrome Bővítmény ikonra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_4', 'Kattints a "GyorsKüldés" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_5', 'Válaszd ki a tárcát ahonnan küldeni szerentél. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_6', 'Írd be a címet ahova küldeni szeretnél az "Erre a címre" mezőbe. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_7', 'Írd be az összeget, amennyit küldeni szeretnél. Ha a teljes egyenleget át szeretnéd küldeni, akkor használhatod a "Teljes egyenleg küldése" gombot is. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_8', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_9', 'Ellenőrizd, hogy a cím és a küldendő összeg helyes. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_10', 'Írd be a tárcád jelszavát. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_11', 'Kattints a "Tranzakció küldése" gombra. '), _defineProperty(_hu$data, 'HELP_4CX_Desc_12', 'A "Tranzakció küldése" oldalon '), _defineProperty(_hu$data, 'HELP_5_Title', '5) Hogyan lehet a MyEtherWallet-et offline/lokálisan használni? '), _defineProperty(_hu$data, 'HELP_5_Desc_1', 'Futtahatod a MyEtherWallet.com-ot a saját számítógépeden is, a GitHub szerverei nélkül. Így lehetőséged van teljesen offline generálni tárcákat, vagy Ethert küldeni az "Offline tranzakció" oldalról. '), _defineProperty(_hu$data, 'HELP_5_Desc_7', 'A MyEtherWallet.com most teljesen a te számítógépedről fut. '), _defineProperty(_hu$data, 'HELP_5_Desc_8', 'Ha esetleg nem csináltál volna még ilyet: a teljes mappára szükséged van az oldal futtatásához, nem elég csak az "index.html" fájl. A mappában ne piszkálj / mozgass el semmit. Ha biztonsági másolatot szeretnél a MyEtherWallet repo-ról későbbre, akkor az eredeti zip fájl tárolását javasoljuk, így biztos lehetsz benne hogy a tartalma érintetlen marad. '), _defineProperty(_hu$data, 'HELP_5_Desc_9', 'Mivel folyamatosan frissítjük a MyEtherWallet.com-ot, ezért javasoljuk, hogy időközönként frissítsd a lementett repo-t is. '), _defineProperty(_hu$data, 'HELP_5CX_Title', '5) Hogyan tudom ezt a kiegészítőt a repo-ból telepíteni a Chrome Store helyett? '), _defineProperty(_hu$data, 'HELP_5CX_Desc_2', 'Kattints a `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_3', 'A Goole Chrome-ban menj a Beállításokba (a jobb fenti menüből). '), _defineProperty(_hu$data, 'HELP_5CX_Desc_4', 'Kattints a "Bővítmények"-re a bal oldalon. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_5', 'Az oldal tetején jelöld be a "Fejlesztői mód" opciót. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_6', 'Kattints a "Kicsomagolt bővítmények betöltése..." gombra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_7', 'Keresd meg az előző lépésekben letöltött és már kicsomagolt mappát. Klikelj az "OK"-ra. '), _defineProperty(_hu$data, 'HELP_5CX_Desc_8', 'A bővítmény meg kell jelenjen a többi bővítmény közt és a Chrome menüben. '), _defineProperty(_hu$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_hu$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_hu$data, 'HELP_7_Desc_1', 'Navigate to the "Ether & Tokenek küldése" page. '), _defineProperty(_hu$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_hu$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_hu$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_hu$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_hu$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_hu$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_hu$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_hu$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_hu$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_hu$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_hu$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_hu$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_hu$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_hu$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_hu$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_hu$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_hu$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_hu$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_hu$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_hu$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_hu$data, 'HELP_9_Title', '9) Is the "Ether & Tokenek küldése" page offline? '), _defineProperty(_hu$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_hu$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_hu$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_hu$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_hu$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_hu$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_hu$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_hu$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_hu$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_hu$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_hu$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_hu$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_hu$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_hu$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_hu$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_hu$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_hu$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_hu$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_hu$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_hu$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_hu$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_hu$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_hu$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_hu$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_hu$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_hu$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_hu$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_hu$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_hu$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_hu$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_hu$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_hu$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_hu$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_hu$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_hu$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_hu$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_hu$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_hu$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_hu$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_hu$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_hu$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_hu$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_hu$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_hu$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_hu$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_hu$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_hu$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_hu$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_hu$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_hu$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_hu$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_hu$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_hu$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_hu$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_hu$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_hu$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_hu$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_hu$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_hu$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_hu$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_hu$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_hu$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_hu$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_hu$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_hu$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _hu$data); module.exports = hu; @@ -16352,7 +16349,7 @@ id.data = (_id$data = { ONBOARD_why_content__8: 'Jagalah selalu agar Kunci Privat dan password Anda tetap aman. Kunci Privat Anda terkadang disebut juga sebagai frase mnemonik, file keystore, file UTC, file JSON maupun file dompet.', ONBOARD_why_content__9: 'Jika Anda kehilangan Kunci Privat atau password Anda, tidak ada yang bisa mengembalikannya.', ONBOARD_why_content__10: 'Jika Anda memasukkan Kunci Privat Anda di situs phishing, **semua dana Anda akan dicuri**.' -}, _defineProperty(_id$data, 'ONBOARD_blockchain_title__alt', 'Apa itu Blockchain?'), _defineProperty(_id$data, 'ONBOARD_point_title__alt', 'Jadi apa gunanya MEW kalau begitu?'), _defineProperty(_id$data, 'ONBOARD_whymew_title', 'Jika MyEtherWallet tidak dapat melakukan semua hal tersebut, lalu apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_whymew_content__1', 'Karena itulah esensi desentralisasi dan blockchain.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__2', 'Anda tidak harus bergantung pada bank, pemerintah, atau orang lain saat Anda ingin memindahkan dana Anda.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__3', 'Anda tidak harus bergantung pada keamanan bursa atau bank agar dana Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__4', 'Jika Anda tidak menganggap hal-hal ini berharga, tanyakan pada diri Anda mengapa Anda menganggap blockchain dan cryptocurrencies sangat berharga. 😉'), _defineProperty(_id$data, 'ONBOARD_whymew_content__5', 'Jika Anda tidak berkenan, Anda bisa menggunakan [Coinbase](https://www.coinbase.com/) atau [Blockchain.info](https://blockchain.info/wallet/#/signup). Mereka memiliki akun yang lebih mirip dengan yang biasa Anda temui yaitu menggunakan username & password.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__6', 'Jika Anda takut tapi ingin menggunakan MEW, [gunakan dompet hardware](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! Perangkat ini akan menjaga kunci Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_why_title__alt', 'Tapi...kenapa?'), _defineProperty(_id$data, 'ONBOARD_secure_title', 'Cara Melindungi Diri & Dana Anda'), _defineProperty(_id$data, 'ONBOARD_secure_1_title', 'Cara Melindungi Diri Anda dari Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__1', 'Phisher biasanya mengirim Anda pesan dengan link ke situs web yang sekilas terlihat seperti MyEtherWallet, EtherDelta, Paypal, atau bank Anda, namun bukan situs web yang asli. Mereka mencuri informasi Anda dan kemudian mencuri uang Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__2', 'Pasang [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) atau [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) atau [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) atau [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) untuk memblokir situs web jahat.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__3', 'Selalu periksa URLnya: `https://www.myetherwallet.com`.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__4', 'Pastikan bar URL menunjukkan `MYETHERWALLET LLC [US]` dalam warna hijau.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__5', 'Jangan mempercayai pesan atau tautan yang dikirim kepada Anda secara acak melalui email, Slack, Reddit, Twitter, dll.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__6', 'Selalu kunjungi situs secara langsung sebelum memasukkan informasi. Jangan memasukkan informasi setelah mengklik link dari pesan atau email.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__7', '[Pasang AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) dan jangan klik iklan dari search engine (misalnya Google).'), _defineProperty(_id$data, 'ONBOARD_point_title__alt_2', 'Apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_secure_2_title', 'Cara Melindungi Diri dari Penipuan'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__1', 'Banyak orang akan berusaha membuat Anda memberi mereka uang tanpa memberikan imbalan apa-apa.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__2', 'Jika terlalu bagus untuk menjadi kenyataan, mungkin memang begitu.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__3', 'Teliti dengan baik sebelum mengirim uang ke seseorang atau sebuah kegiatan. Cari informasi dari berbagai situs web dan forum. Waspadalah!!'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__4', 'Ajukan pertanyaan saat Anda tidak mengerti tentang sesuatu atau merasa ada yang tidak benar.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__5', 'Jangan biarkan rasa takut, FUD, atau FOMO mengalahkan akal sehat Anda. Jika ada sesuatu yang sangat mendesak, tanyakan pada diri sendiri "mengapa?". Ini mungkin disengaja untuk menciptakan FOMO atau mencegah Anda membuat keputusan dengan teliti.'), _defineProperty(_id$data, 'ONBOARD_secure_3_title__alt', 'Kita ganyang Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_3_title', 'Cara Melindungi Diri dari Kerugian'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__1', 'Jika sampai kehilangan, Kunci Privat atau password Anda akan hilang selamanya. Jagalah jangan sampai hilang.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__2', 'Buat cadangan Kunci Privat dan password Anda. JANGAN hanya menyimpannya di komputer Anda. Cetaklah di selembar kertas atau simpan ke drive USB.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__3', 'Simpan kertas ini atau USB drive di lokasi fisik yang berbeda. Cadangan tidak berguna jika dihancurkan oleh api atau banjir bersama laptop Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__4', 'Jangan simpan Kunci Privat Anda di Dropbox, Google Drive, atau penyimpanan awan lainnya. Jika akun itu disusupi, dana Anda akan dicuri.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__5', 'Jika Anda memiliki kriptocurrency senilai lebih dari gaji 1 minggu Anda, pakailah dompet hardware. Tidak ada alasan untuk tidak memakainya. Biaya yang dikeluarkan sangat sepadan. Percaya saya.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__6', '[Lihat lebih banyak lagi tentang Tips Keamanan!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_id$data, 'ONBOARD_secure_2_title__alt_2', 'Berantas Penipuan'), _defineProperty(_id$data, 'ONBOARD_final_title__alt', 'Tinggal Satu lagi klik sebelum selesai! 🤘'), _defineProperty(_id$data, 'ONBOARD_final_title', 'Baiklah, saya selesai menguliahi Anda!'), _defineProperty(_id$data, 'ONBOARD_final_subtitle', 'Maaf telah memaksa Anda semua informasi tadi. Silahkan melanjutkan melalui tautan di bawah ini!'), _defineProperty(_id$data, 'ONBOARD_final_content__1', 'Buat dompet'), _defineProperty(_id$data, 'ONBOARD_final_content__2', 'Dapatkan dompet hardware'), _defineProperty(_id$data, 'ONBOARD_final_content__3', 'Cara Setup MEW + MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__4', 'Cara Menjalankan MEW Offline / Lokal'), _defineProperty(_id$data, 'ONBOARD_final_content__5', 'Cara Mengirim memakai dompet hardware Ledger'), _defineProperty(_id$data, 'ONBOARD_final_content__6', 'Cara Mengirim memakai dompet hardware TREZOR'), _defineProperty(_id$data, 'ONBOARD_final_content__7', 'Cara Mengirim memakai MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__8', 'Pelajari lebih lanjut atau hubungi kami'), _defineProperty(_id$data, 'ONBOARD_final_content__9', 'Ya ampun, saya sudah tidak sabar, tolong biarkan saya bertransaksi.'), _defineProperty(_id$data, 'ONBOARD_resume', 'Sepertinya Anda belum selesai membaca semua slide di kunjungan sebelumnya. ProTip: bacalah semua slide sampai selesai 😉'), _defineProperty(_id$data, 'HELP_2a_Title', 'Bagaimana cara menyimpan/membackup dompet saya? '), _defineProperty(_id$data, 'x_CancelReplaceTx', 'Batalkan atau Ganti Transaksi'), _defineProperty(_id$data, 'x_CancelTx', 'Batalkan Transaksi'), _defineProperty(_id$data, 'x_PasswordDesc', 'Password ini * meng-enkripsi * Kunci Privat Anda. Ini bukan berfungsi sebagai "seed" untuk membuat "keys". **Anda akan memerlukan password ini + Kunci Privat Anda untuk membuka dompet Anda.**'), _defineProperty(_id$data, 'x_ReadMore', 'Lebih lanjut'), _defineProperty(_id$data, 'x_ReplaceTx', 'Ganti Transaksi'), _defineProperty(_id$data, 'x_TransHash', 'Hash Transaksi'), _defineProperty(_id$data, 'x_TXFee', 'Biaya TX'), _defineProperty(_id$data, 'x_TxHash', 'Hash TX'), _defineProperty(_id$data, 'NAV_CheckTxStatus', 'Check Status TX'), _defineProperty(_id$data, 'NAV_TxStatus', 'Status TX'), _defineProperty(_id$data, 'tx_Details', 'Detail Transaksi'), _defineProperty(_id$data, 'tx_Summary', 'Saat volume sedang tinggi (misalnya saat ICOs) transaksi dapat tertunda selama berjam-jam, bahkan hari. Fitur ini memberikan kemampuan untuk menemukan dan membatalkan / mengganti TX. ** Ini bukanlah hal yang pada umumnya dapat dilakukan. Jangan bergantung pada fitur ini & fitur ini hanya akan bekerja saat TX pool penuh. [Penjelasan tentang firur ini bisa dibaca di sini.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_id$data, 'tx_notFound', 'Transaksi tidak ditemukan'), _defineProperty(_id$data, 'tx_notFound_1', 'TX ini tidak dapat ditemukan di TX Pool dari node yang anda pakai.'), _defineProperty(_id$data, 'tx_notFound_2', 'Jika transaksi baru saja terkirim, tunggu 15 detik dan tekan tombol "Check TX Status" lagi. '), _defineProperty(_id$data, 'tx_notFound_3', 'Kemungkinan masih di TX pool dari node lain, menunggu untuk ditambang (mined).'), _defineProperty(_id$data, 'tx_notFound_4', 'Gunakan dropdown di kanan atas & pilih node ETH lainnya (e.g. `ETH (Etherscan.io)` atau `ETH (Infura.io)` atau `ETH (MyEtherWallet)`) dan check kembali.'), _defineProperty(_id$data, 'tx_foundInPending', 'Transaksi yang tertunda ditemukan'), _defineProperty(_id$data, 'tx_foundInPending_1', 'Transaksi Anda berlokasi di TX pool dari node yang Anda pakai. '), _defineProperty(_id$data, 'tx_foundInPending_2', 'Saat ini statusnya tertunda (menunggu untuk ditamnbang (mined). '), _defineProperty(_id$data, 'tx_foundInPending_3', 'Ada kemungkinan Anda dapat membatalkan atau mengganti transaksi ini. Buka dompet Anda di bawah ini.'), _defineProperty(_id$data, 'tx_FoundOnChain', 'Transaksi ditemukan'), _defineProperty(_id$data, 'tx_FoundOnChain_1', 'Transaksi Anda telah berhasil ditambang (mined) dan sudah masuk di blockchain.'), _defineProperty(_id$data, 'tx_FoundOnChain_2', '**Jika muncul Error `( ! )`, atau `BAD INSTRUCTION` atau `OUT OF GAS` berwarna merah**, artinya transaksi tidak berhasil terkirim. Transaksi ini tidak dapat dibatalkan ataupun diganti. Yang dapat Anda lakukan adalah mengirim transaksi baru. Jika muncul Error "Out of Gas" error, lipat dua-kan jumlah gas limit dari yang dipakai sebelumnya.'), _defineProperty(_id$data, 'tx_FoundOnChain_3', '**Jika tidak ada Error, artinya transaksi Anda berhasil terkirim.** ETH atau Token akan masuk ke alamat yang dituju. Jika ETH atau Token tidak muncul di alamat dompet / exchange account yang dituju, dan sudah lebih dari 24 jam sejak pengiriman, segera [hubungi penerima kiriman](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Lampirkan *link* dari transaksi Anda dan mintalah bantuan untuk memeriksa apa yang terjadi.'), _defineProperty(_id$data, 'GEN_Help_1', 'Memakai'), _defineProperty(_id$data, 'GEN_Help_2', 'untuk mengakses account Anda.'), _defineProperty(_id$data, 'GEN_Help_3', 'Device Anda * adalah * dompet Anda.'), _defineProperty(_id$data, 'GEN_Help_4', 'Panduan & FAQ'), _defineProperty(_id$data, 'GEN_Help_5', 'Bagaimana membuat Dompet'), _defineProperty(_id$data, 'GEN_Help_6', 'Mulai'), _defineProperty(_id$data, 'GEN_Help_7', 'Jaga keamanan-nya · Buat backup · Jangan berikan kepada siapapun · Jangan sampai hilang · Kehilangan bersifat permanen.'), _defineProperty(_id$data, 'GEN_Help_8', 'Tidak mengunduh file? '), _defineProperty(_id$data, 'GEN_Help_9', 'Coba memakai Google Chrome '), _defineProperty(_id$data, 'GEN_Help_10', 'Klik kanan dan "Save file as". Nama file: '), _defineProperty(_id$data, 'GEN_Help_11', 'Jangan buka file ini di komouter Anda '), _defineProperty(_id$data, 'GEN_Help_12', 'Pakailah untuk membuka dompet Anda melalui MyEtherWallet (atau Mist, Geth, Parity maupun perangkat lunak dompet lainnya.) '), _defineProperty(_id$data, 'GEN_Help_13', 'Cara membuat Back Up dari Keystore File Anda '), _defineProperty(_id$data, 'GEN_Help_14', 'Format apakah yang bermacam-macam ini? '), _defineProperty(_id$data, 'GEN_Help_15', 'Mencegah kehilangan dan pencurian dana Anda.'), _defineProperty(_id$data, 'GEN_Help_16', 'Format apakah yang bermacam-macam ini?'), _defineProperty(_id$data, 'GEN_Help_17', 'Kenapa saya harus?'), _defineProperty(_id$data, 'GEN_Help_18', 'Untuk memiliki backup sekunder.'), _defineProperty(_id$data, 'GEN_Help_19', 'Pada saat Anda lupa password.'), _defineProperty(_id$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_id$data, 'GET_ConfButton', 'Saya paham. Lanjutkan.'), _defineProperty(_id$data, 'GEN_Label_5', 'Simpan Kunci Privat Anda. '), _defineProperty(_id$data, 'GEN_Unlock', 'Buka kunci dompet Anda untuk melihat alamat Anda'), _defineProperty(_id$data, 'GAS_PRICE_Desc', 'Harga Gas Price adalah jumlah yang Anda bayar per unit gas. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Makin tinggi harga gas = transaksi makin cepat, tapi makin mahal. Default-nya `41 GWEI`.'), _defineProperty(_id$data, 'GAS_LIMIT_Desc', 'Batas Gas (Gas limit) adalah jumlah gas untuk dikirim bersama TX Anda. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Menaikkan angka ini tidak mempercepat TX Anda untuk ditambang. Pengiriman ETH = `21000`. Pengiriman Token = ~`200000`.'), _defineProperty(_id$data, 'NONCE_Desc', 'Nonce adalah nomor transaksi yang dikirimn dari sebuah alamat. Ini untuk menjamin agar pengiriman terlaksana secara runtut dan tidak ada yang dilakukan lebih dari sekali.'), _defineProperty(_id$data, 'TXFEE_Desc', 'Biaya TX Fee dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Jumlahnya = `gas limit` * `gas price`. [Anda dapat mengkonversi GWEI -> ETH](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_id$data, 'NAV_AddWallet', 'Tambahkan Dompet '), _defineProperty(_id$data, 'NAV_BulkGenerate', 'Pembuatan Multiple Dompet '), _defineProperty(_id$data, 'NAV_Contact', 'Kontak '), _defineProperty(_id$data, 'NAV_Contracts', 'Kontrak '), _defineProperty(_id$data, 'NAV_DeployContract', 'Buat Kontract '), _defineProperty(_id$data, 'NAV_ENS', 'ENS'), _defineProperty(_id$data, 'NAV_GenerateWallet_alt', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_GenerateWallet', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_Help', 'Bantuan '), _defineProperty(_id$data, 'NAV_InteractContract', 'Interaksi dengan Kontrak '), _defineProperty(_id$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_id$data, 'NAV_MyWallets', 'Dompet Saya '), _defineProperty(_id$data, 'NAV_Offline', 'Kirim Offline '), _defineProperty(_id$data, 'NAV_SendEther', 'Kirim Ether dan Token '), _defineProperty(_id$data, 'NAV_SendTokens', 'Kirim Token '), _defineProperty(_id$data, 'NAV_SignMsg', 'Penandaan Pesan '), _defineProperty(_id$data, 'NAV_Swap', 'Penukaran '), _defineProperty(_id$data, 'NAV_ViewWallet', 'Lihat Info Dompet '), _defineProperty(_id$data, 'NAV_YourWallets', 'Dompet Anda '), _defineProperty(_id$data, 'x_Access', 'Akses '), _defineProperty(_id$data, 'x_AddessDesc', 'Address Anda dikenal juga sebagai `Account #` atau `Public Key` Anda. Address inilah yang diberikan kepada pihak lain agar mereka bisa mengirim Ether atau Token. Pilihlah icon alamat berwarna untuk memudahkan identifikasi. Pastikan Address ini sama persis dengan yang tertulis di Dompet Kertas Anda maupun saat dipakai untuk keperluan lainnya. '), _defineProperty(_id$data, 'x_Address', 'Alamat Anda '), _defineProperty(_id$data, 'x_Cancel', 'Batal '), _defineProperty(_id$data, 'x_CSV', 'File CSV (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Download', 'Unduh '), _defineProperty(_id$data, 'x_Json', 'File JSON (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_JsonDesc', 'Ini adalah Kunci Privat Anda dalam format JSON yang tidak ter-enkripsi. Tidak diperlukan password dan siapapun yang memiliki JSON Anda dapat mengakses dompet dan Ether Anda tanpa password. '), _defineProperty(_id$data, 'x_Keystore', 'File Keystore (UTC / JSON · Format yang direkomendasikan · Ter-enkripsi) '), _defineProperty(_id$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_id$data, 'x_KeystoreDesc', 'File Keystore ini sesuai dengan format yang dipakai Mist sehingga memudahkan untuk diimpor di kemudian hari. File ini yang disarankan untuk di unduh dan di backup. '), _defineProperty(_id$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_id$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_id$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_id$data, 'x_ParityPhrase', 'Frase Parity '), _defineProperty(_id$data, 'x_Password', 'Password '), _defineProperty(_id$data, 'x_Print', 'Print Dompet Kertas '), _defineProperty(_id$data, 'x_PrintDesc', 'ProTip: klik print dan simpan sebagai PDF jika Anda tidak memiliki printer! '), _defineProperty(_id$data, 'x_PrintShort', 'Print '), _defineProperty(_id$data, 'x_PrivKey', 'Kunci Privat (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_PrivKey2', 'Kunci Privat '), _defineProperty(_id$data, 'x_PrivKeyDesc', 'Ini adalah versi text yang tidak ter-enkripsi dan tidak memerlukan password. Jika file yang tidak ter-enkripsi ini sampai didapatkan orang lain, mereka dapat mengakses dompet Anda tanpa password. Oleh karenanya, sangat direkomendasikan untuk selalu memakai versi yang ter-enkripsi. '), _defineProperty(_id$data, 'x_Save', 'Simpan '), _defineProperty(_id$data, 'x_TXT', 'File TXT file (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Wallet', 'Dompet '), _defineProperty(_id$data, 'MEW_Warning_1', 'Pastikan menggunakan URL yang benar sebelum mengakses Dompet Anda atau sebelum membuat dompet baru. Waspadai situs phishing! '), _defineProperty(_id$data, 'CX_Warning_1', 'Pastikan membuat **backup eksternal** dari semua dompet yang ada. Banyak hal bisa terjadi yang bisa membuat data di Chrome Extension hilang, termasuk saat menginstall maupun menguninstall extension ini. Extension ini hanya untuk memudahkan mengakses dompet Anda, **BUKAN** untuk membackup. '), _defineProperty(_id$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_id$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_id$data, 'FOOTER_1', 'Client-side tool open source berbasis javascript untuk membuat Dompet dan transaksi Ethereum. '), _defineProperty(_id$data, 'FOOTER_1b', 'Oleh '), _defineProperty(_id$data, 'FOOTER_2', 'Donasi Anda akan sangat dihargai: '), _defineProperty(_id$data, 'FOOTER_3', 'Pembuatan Dompet Client-side wallet oleh '), _defineProperty(_id$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_id$data, 'sidebar_AccountInfo', 'Informasi Akun '), _defineProperty(_id$data, 'sidebar_AccountAddr', 'Alamat Akun '), _defineProperty(_id$data, 'sidebar_AccountBal', 'Saldo Akun '), _defineProperty(_id$data, 'sidebar_TokenBal', 'Saldo Token '), _defineProperty(_id$data, 'sidebar_Equiv', 'Nilai Ekuivalent '), _defineProperty(_id$data, 'sidebar_TransHistory', 'Sejarah Transaksi '), _defineProperty(_id$data, 'sidebar_donation', 'MyEtherWallet dapat dipergunakan secara cuma-cuma berdasarkan prinsip open source dengan tetap menjaga privasi dan keamanan. Semakin banyak donasi yang kami terima, semakin banyak waktu yang kami dapat luangkan untuk membuat fitur-fitur baru dan mewujudkan usulan dan keinginan para penggunanya. Tim kami yang terdiri dari hanya dua orang sangat membutuhkan dukungan Anda untuk mewujudkan cita-cita kami dalam membuat dunia yang semakin baik '), _defineProperty(_id$data, 'sidebar_donate', 'Kirim Donasi '), _defineProperty(_id$data, 'sidebar_thanks', 'Terima Kasih!!! '), _defineProperty(_id$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_id$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_id$data, 'decrypt_Access', 'Pilihan cara mengakses dompet Anda? '), _defineProperty(_id$data, 'decrypt_Title', 'Pilih format Kunci Privat: '), _defineProperty(_id$data, 'decrypt_Select', 'Pilih dompet: '), _defineProperty(_id$data, 'ADD_Label_1', 'Pilihan cara membuat dompet '), _defineProperty(_id$data, 'ADD_Radio_1', 'Buat dompet baru '), _defineProperty(_id$data, 'ADD_Radio_2', 'Pilih file dompet (Keystore/JSON) '), _defineProperty(_id$data, 'ADD_Radio_2_alt', 'Pilih file dompet '), _defineProperty(_id$data, 'ADD_Radio_2_short', 'PILIH FILE DOMPET... '), _defineProperty(_id$data, 'ADD_Radio_3', 'Paste/Ketik Kunci Privat Anda '), _defineProperty(_id$data, 'ADD_Radio_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Radio_5', 'Paste/Ketik Mnemonic Anda '), _defineProperty(_id$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_id$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_id$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_id$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_id$data, 'ADD_Label_2', 'Buat Alias: '), _defineProperty(_id$data, 'ADD_Label_3', 'File Dompet anda ter-enkripsi. Masukkan password '), _defineProperty(_id$data, 'ADD_Label_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Warning_1', 'Akun untuk "dilihat" dapat ditambahkan tanpa menggunakan Kunci Privat. Namun berarti tidak ada akses ke dompet tersebut dan transfer Ether tidak bisa dilakukan. '), _defineProperty(_id$data, 'ADD_Label_5', 'Masukkan alamat '), _defineProperty(_id$data, 'ADD_Label_6', 'Unlock dompet '), _defineProperty(_id$data, 'ADD_Label_6_short', 'Unlock '), _defineProperty(_id$data, 'ADD_Label_7', 'Tambah Akun '), _defineProperty(_id$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_id$data, 'MNEM_1', 'Pilih alamat yang Anda inginkan untuk berinteraksi. '), _defineProperty(_id$data, 'MNEM_2', 'Satu frasa "HD mnemonic" dapat mengakses beberapa dompet / alamat. Pilih alamat yang Anda inginkan untuk dipakai. '), _defineProperty(_id$data, 'MNEM_more', 'Tampilkan Alamat berikutnya '), _defineProperty(_id$data, 'MNEM_prev', 'Tampilkan Alamat sebelumnya '), _defineProperty(_id$data, 'ADD_Ledger_1', 'Hubungkan ke Ledger Wallet Anda '), _defineProperty(_id$data, 'ADD_Ledger_2', 'Buka Aplikasi Ethereum (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Exp', 'Buka Aplikasi Expanse (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Ubq', 'Buka Aplikasi Ubiq (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_3', 'Periksa bahwa "Browser Support" sudah di aktifkan di "Settings" '), _defineProperty(_id$data, 'ADD_Ledger_4', 'Jika "Browser Support" tidak ditemukan di "Settings", pastikan sudah mengupdate ke [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_id$data, 'ADD_Ledger_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_Ledger_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Ledger_scan', 'Hubungkan ke Ledger Wallet '), _defineProperty(_id$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_id$data, 'x_Trezor', 'TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_scan', 'Hubungkan ke TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_select', 'Ini adalah TREZOR seed '), _defineProperty(_id$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_DigitalBitbox_scan', 'Hubungkan ke Digital Bitbox '), _defineProperty(_id$data, 'GEN_desc', 'Jika Anda memerlukan lebih dari satu dompet, Anda dapat memakai fitur '), _defineProperty(_id$data, 'GEN_Label_1', 'Masukkan password yang kuat (setidaknya 9 karakter) '), _defineProperty(_id$data, 'GEN_Placeholder_1', 'JANGAN LUPA untuk mengingat dan menyimpannya! '), _defineProperty(_id$data, 'GEN_SuccessMsg', 'Berhasil! Dompet Anda sudah dibuat. '), _defineProperty(_id$data, 'GEN_Label_2', 'Simpan Keystore atau Kunci Privat. Jangan lupa Password-nya. '), _defineProperty(_id$data, 'GEN_Label_3', 'Simpan alamat dompet Anda. '), _defineProperty(_id$data, 'GEN_Label_4', 'Opsional: Print Dompet Kertas Anda, atau simpan versi QR code-nya. '), _defineProperty(_id$data, 'BULK_Label_1', 'Jumlah Dompet yang akan dibuat '), _defineProperty(_id$data, 'BULK_Label_2', 'Buat Dompet '), _defineProperty(_id$data, 'BULK_SuccessMsg', 'Sukses! Dompet sudah berhasil dibuat. '), _defineProperty(_id$data, 'SEND_addr', 'Alamat tujuan '), _defineProperty(_id$data, 'SEND_amount', 'Jumlah untuk dikirim '), _defineProperty(_id$data, 'SEND_amount_short', 'Jumlah '), _defineProperty(_id$data, 'SEND_custom', 'Tambahkan "Custom Token" '), _defineProperty(_id$data, 'SEND_gas', 'Gas '), _defineProperty(_id$data, 'SEND_TransferTotal', 'Kirim seluruh Saldo '), _defineProperty(_id$data, 'SEND_generate', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'SEND_raw', 'Transaksi Raw '), _defineProperty(_id$data, 'SEND_signed', '"Signed Transaction" '), _defineProperty(_id$data, 'SEND_trans', 'Kirim Transaksi '), _defineProperty(_id$data, 'SENDModal_Title', 'PERINGATAN! '), _defineProperty(_id$data, 'SENDModal_Content_1', 'Anda akan mengirim '), _defineProperty(_id$data, 'SENDModal_Content_2', 'ke alamat '), _defineProperty(_id$data, 'SENDModal_Content_3', 'Apakah ini benar? '), _defineProperty(_id$data, 'SENDModal_Content_4', 'CATATAN: Jika terjadi Error, kemungkinan Anda harus menambah Ether ke akun Anda untuk menutup biaya gas dan pengiriman. Gas dibayar dalam Ether. '), _defineProperty(_id$data, 'SENDModal_No', 'Batalkan! '), _defineProperty(_id$data, 'SENDModal_Yes', 'Ya! Laksanakan Transaksi-nya. '), _defineProperty(_id$data, 'TOKEN_Addr', 'Alamat Token Contract'), _defineProperty(_id$data, 'TOKEN_Symbol', 'Simbol Token '), _defineProperty(_id$data, 'TOKEN_Dec', 'Desimal '), _defineProperty(_id$data, 'TOKEN_show', 'Tampilkan Semua Token '), _defineProperty(_id$data, 'TOKEN_hide', 'Jangan tampilkan Token '), _defineProperty(_id$data, 'TRANS_desc', 'Untuk pengiriman Token, gunakan halaman "Kirim Token". '), _defineProperty(_id$data, 'TRANS_warning', 'Penggunaan fitur "Hanya ETH" atau "Hanya ETC" memakai pengiriman melalui Kontrak. Beberapa layanan tidak menerima transaksi jenis ini. Baca lebih lanjut. '), _defineProperty(_id$data, 'TRANS_advanced', '+Advanced: Tambah Data '), _defineProperty(_id$data, 'TRANS_data', 'Data '), _defineProperty(_id$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_id$data, 'TRANS_sendInfo', 'Transaksi standar menggunakan 21000 gas membutuhkan 0.000441 ETH. Kami memakai harga gas sedikit-diatas-harga-gas-minimum senilai 0.000000021 ETH untuk mempercepat. Kami tidak mengambil biaya atas transaksi. '), _defineProperty(_id$data, 'TRANSModal_Title', 'Transaksi "Hanya ETH" dan "Hanya ETC" '), _defineProperty(_id$data, 'TRANSModal_Content_0', 'Catatan terkait jenis transaksi dan layanan: '), _defineProperty(_id$data, 'TRANSModal_Content_1', '**ETH (Transaksi Standar): ** Transaksi default ini melakukan pengiriman langsung dari alamat pengirim ke alamat tujuan. Nilai Gas 21000. Besar kemungkinan ETH yang dikirim dengan metode ini akan di "replay" di rantai ETC. '), _defineProperty(_id$data, 'TRANSModal_Content_2', '**Hanya ETH: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETH** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_3', '**Hanya ETC: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETC** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Hanya melakukan pengiriman melalui Transaksi Standar saja. Jika Anda mengirim menggunakan "Hanya ETH" atau "Hanya ETC", hubungi layanan konsumen mereka untuk menambahkan saldo Anda secara manual atau membatalkan transaksinya. [Bisa juga dicoba fasilitas "split" dari Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_id$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Tidak ada masalah dengan tipe pengiriman. Anda bisa memilih metode yang mana saja. '), _defineProperty(_id$data, 'TRANSModal_Yes', 'Baik, saya sudah paham sekarang. '), _defineProperty(_id$data, 'TRANSModal_No', 'Waduh, saya jadi tambah bingung. Bantu saya. '), _defineProperty(_id$data, 'OFFLINE_Title', 'Penyiapan & Pengiriman Transaksi Offline '), _defineProperty(_id$data, 'OFFLINE_Desc', 'Penyiapan Transaksi Offline memerlukan tiga langkah. Langkah 1 & 3 dilakukan menggunakan komputer "online", sementara langkah 2 menggunakan komputer yang "offline/airgapped". Ini untuk menjaga agar Kunci Privat Anda tidak menyentuh perangkat yang terkoneksi dengan internet. '), _defineProperty(_id$data, 'OFFLLINE_Step1_Title', 'Langkah 1: Pelengkapan Informasi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step1_Button', 'Buat Informasi '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_1', 'Alamat Pengirim '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_2', 'Catatan: Ini adalah alamat PENGIRIM, bukan alamat TUJUAN. "Nonce" dibuat oleh akun pengirim. Jika memakai komputer yang "airgapped", ini adalah alamat akun "cold-storage". '), _defineProperty(_id$data, 'OFFLINE_Step2_Title', 'Langkah 2: Pelengkapan Transaksi (komputer Offline) '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_1', 'Alamat Tujuan '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_2', 'Nilai/Jumlah untuk dikirim '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3', 'Harga Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3b', 'Nilai ini dihasilkan/ditunjukkan dari Langkah 1 yang dilakukan melalui komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4', 'Limit Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4b', 'Limit Gas di set pada 21000. Jika ada data tambahan atau pengiriman melalui kontrak, nilainya bisa berbeda. Gas yang tidak terpakai akan dikembalikan. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5b', 'Ini ditunjukkan dari Langkah 1 di komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6b', 'Ini opsional/tidak harus diisi. Data biasanya diperlukan jika bertransaksi melalui kontrak. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_7', 'Masukkan/Pilih Kunci Privat/JSON Anda. '), _defineProperty(_id$data, 'OFFLINE_Step3_Title', 'Langkah 3: Kirim/Publikasikan Transaksi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step3_Label_1', '"Paste" data "Signed Transaction" dari Langkah 2 di atas dan klik tombol "Kirim Transaksi". '), _defineProperty(_id$data, 'MSG_message', 'Pesan '), _defineProperty(_id$data, 'MSG_date', 'Tanggal '), _defineProperty(_id$data, 'MSG_signature', 'Signature '), _defineProperty(_id$data, 'MSG_verify', 'Verifikasi Pesan '), _defineProperty(_id$data, 'MSG_info1', 'Cantumkan tanggal hari ini sehingga "Signature" tidak dapat dipakai ulang pada tanggal yang berbeda. '), _defineProperty(_id$data, 'MSG_info2', 'Cantumkan nama atau "nickname" Anda dan dimana "nickname" tersebut dipakai sehingga pihak lain tidak dapat memakainya. '), _defineProperty(_id$data, 'MSG_info3', 'Cantumkan alasan yang spesifik untuk pesan ini sehingga pesan yang ditandai ini tidak dapat dipakai ulang untuk keperluan lain. '), _defineProperty(_id$data, 'MYWAL_Nick', 'Dompet Alias '), _defineProperty(_id$data, 'MYWAL_Address', 'Alamat Dompet '), _defineProperty(_id$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_id$data, 'MYWAL_Edit', 'Edit '), _defineProperty(_id$data, 'MYWAL_View', 'Tampilkan '), _defineProperty(_id$data, 'MYWAL_Remove', 'Hapus '), _defineProperty(_id$data, 'MYWAL_RemoveWal', 'Hapus Dompet: '), _defineProperty(_id$data, 'MYWAL_WatchOnly', 'Akun Untuk-Dilihat-Saja Anda '), _defineProperty(_id$data, 'MYWAL_Viewing', 'Viewing Wallet '), _defineProperty(_id$data, 'MYWAL_Hide', 'Sembunyikan Informasi Dompet '), _defineProperty(_id$data, 'MYWAL_Edit_2', 'Edit Dompet '), _defineProperty(_id$data, 'MYWAL_Name', 'Nama Dompet '), _defineProperty(_id$data, 'MYWAL_Content_1', 'Peringatan! Anda akan menghapus Dompet '), _defineProperty(_id$data, 'MYWAL_Content_2', 'Pastkan Anda telah **menyimpan Kunci Privat dan/atau File Keystore File dan password** sebelum menghapus Dompet. '), _defineProperty(_id$data, 'MYWAL_Content_3', 'Jika Anda akan memakai dompet ini dengan MyEtherWallet CX Anda ke depan, Kunci Privat/JSON dan password harus ditambahkan lagi secara manual. '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle', 'Memungkinkan Anda untuk mencetak Dompet Kertas dari berbagai format atau versi Kunci Privat. Hal ini diperlukan pada saat anda ingin [mengimpor akun Anda ke Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jika Anda hanya ingin pengecekan saldo, pakailah salah satu layanan blockchain explorer seperti [etherscan.io](https://etherscan.io/). '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle_Short', 'Untuk pencetakan Dompet Kertas dari berbagai format Kunci Privat. '), _defineProperty(_id$data, 'VIEWWALLET_SuccessMsg', 'Berhasil! Berikut detil dari dompet Anda. '), _defineProperty(_id$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_id$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_id$data, 'CX_error_1', 'Anda tidak memiliki Dompet yang disimpan sebelumnya. Klik ["Buat Dompet"](/cx-wallet.html#add-wallet) untuk membuatnya! '), _defineProperty(_id$data, 'CX_quicksend', 'Kirim '), _defineProperty(_id$data, 'NODE_Title', 'Set Up Node Custom Anda'), _defineProperty(_id$data, 'NODE_Subtitle', 'Untuk terhubung ke node lokal...'), _defineProperty(_id$data, 'NODE_Warning', 'Node Anda harus berupa HTTPS untuk dapat terhubung melalui MyEtherWallet.com. Anda dapat [mengunduh MyEtherWallet repo & menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest) untuk terhubung ke node apa saja. Atau, dapatkan SSL certificate gratis melalui [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_id$data, 'NODE_Name', 'Nama Node'), _defineProperty(_id$data, 'NODE_Port', 'Port Node'), _defineProperty(_id$data, 'NODE_CTA', 'Simpan & Pakai Node Custom'), _defineProperty(_id$data, 'CONTRACT_Title', 'Alamat Kontrak '), _defineProperty(_id$data, 'CONTRACT_Title_2', 'Pilih kontrak yang ada '), _defineProperty(_id$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_id$data, 'CONTRACT_Interact_Title', 'Kontrak Read / Write '), _defineProperty(_id$data, 'CONTRACT_Interact_CTA', 'Pilih fungsi '), _defineProperty(_id$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_id$data, 'CONTRACT_Read', 'READ '), _defineProperty(_id$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_id$data, 'DEP_generate', 'Buat Bytecode '), _defineProperty(_id$data, 'DEP_generated', 'Bytecode yang dibuat '), _defineProperty(_id$data, 'DEP_signtx', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'DEP_interface', 'Interface yang dibuat '), _defineProperty(_id$data, 'SWAP_rates', "Nilai Tukar yang berlaku "), _defineProperty(_id$data, 'SWAP_init_1', "Saya ingin menukar "), _defineProperty(_id$data, 'SWAP_init_2', " menjadi "), _defineProperty(_id$data, 'SWAP_init_CTA', "Lanjutkan! "), _defineProperty(_id$data, 'SWAP_information', "Informasi Anda "), _defineProperty(_id$data, 'SWAP_send_amt', "Jumlah untuk dikirim "), _defineProperty(_id$data, 'SWAP_rec_amt', "Jumlah untuk diterima "), _defineProperty(_id$data, 'SWAP_your_rate', "Nilai tukar Anda "), _defineProperty(_id$data, 'SWAP_rec_add', "Alamat penerima Anda "), _defineProperty(_id$data, 'SWAP_start_CTA', "Tukarkan "), _defineProperty(_id$data, 'SWAP_ref_num', "Nomor referensi Anda "), _defineProperty(_id$data, 'SWAP_time', "Sisa waktu untuk mengirim "), _defineProperty(_id$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_id$data, 'SWAP_progress_1', "Perintah Dijalankan "), _defineProperty(_id$data, 'SWAP_progress_2', "Menunggu "), _defineProperty(_id$data, 'SWAP_progress_3', "Diterima! "), _defineProperty(_id$data, 'SWAP_progress_4', "Mengirim {{orderResult.output.currency}} "), _defineProperty(_id$data, 'SWAP_progress_5', "Perintah Selesai "), _defineProperty(_id$data, 'SWAP_order_CTA', "Kirimkan "), _defineProperty(_id$data, 'SWAP_unlock', "Unlock wallet Anda untuk mengirim ETH atau Token langsung dari halaman ini. "), _defineProperty(_id$data, 'ERROR_0', 'Masukkan jumlah yang valid. '), _defineProperty(_id$data, 'ERROR_1', 'Password minimal terdiri dari 9 huruf. Pastikan password Anda kuat. '), _defineProperty(_id$data, 'ERROR_2', 'Maaf! tipe dompet ini tidak dikenal. '), _defineProperty(_id$data, 'ERROR_3', 'Ini bukan file dompet yang valid. '), _defineProperty(_id$data, 'ERROR_4', 'Unit tidak valid, gunakan salah satu dari unit berikut '), _defineProperty(_id$data, 'ERROR_5', 'Alamat tidak valid. '), _defineProperty(_id$data, 'ERROR_6', 'Password tidak valid. '), _defineProperty(_id$data, 'ERROR_7', 'Jumlah tidak valid. (Harus integer. Coba 0-18.) '), _defineProperty(_id$data, 'ERROR_8', 'Gas limit tidak valid. (Harus integer. Coba 21000-4000000.) '), _defineProperty(_id$data, 'ERROR_9', 'Nilai data tidak valid. (Harus hex.) '), _defineProperty(_id$data, 'ERROR_10', 'Jumlah Gas tidak valid. (Harus integer. Coba 20 GWEI / 20000000000 WEI.) '), _defineProperty(_id$data, 'ERROR_11', 'Nonce tidak valid. (Harus integer.) '), _defineProperty(_id$data, 'ERROR_12', 'Signed transaction tidak valid. '), _defineProperty(_id$data, 'ERROR_13', 'Sudah ada Dompet dengan nickname ini. '), _defineProperty(_id$data, 'ERROR_14', 'Dompet tidak ditemukan. '), _defineProperty(_id$data, 'ERROR_15', 'Tidak ditemukan proposal dengan ID ini atau terjadi error saat membaca proposal ini. '), _defineProperty(_id$data, 'ERROR_16', 'Terdapat dompet dengan alamat yang sama di storage. Cek kembali halaman dompet Anda. '), _defineProperty(_id$data, 'ERROR_17', 'Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Minimal harus ada **0.01 ETH** di akun untuk menutup biaya gas. Tambahkan ether dan coba lagi. '), _defineProperty(_id$data, 'ERROR_18', 'Semua gas akan digunakan pada transaksi ini. Ini berarti Anda telah memberikan suara pada proposal ini atau periode perdebatan telah berakhir. '), _defineProperty(_id$data, 'ERROR_19', 'Simbol tidak valid '), _defineProperty(_id$data, 'ERROR_20', 'Bukan ERC-20 token yang valid.'), _defineProperty(_id$data, 'ERROR_21', 'Tidak dapat memperkirakan gas. Saldo di akun tidak cukup, atau alamat kontrak penerima bisa mengeluarkan error. Cobalah untuk secara manual mengatur gas dan melanjutkan. Keterangan Error saat pengiriman mungkin lebih informatif. '), _defineProperty(_id$data, 'ERROR_22', 'Masukkan nama node yang valid'), _defineProperty(_id$data, 'ERROR_23', 'Masukkan URL yang valid. Jika Anda menggunakan https, URL Anda harus https'), _defineProperty(_id$data, 'ERROR_24', 'Masukkan port yang valid. '), _defineProperty(_id$data, 'ERROR_25', 'Masukkan chain ID yang valid. '), _defineProperty(_id$data, 'ERROR_26', 'Masukkan ABI yang valid. '), _defineProperty(_id$data, 'ERROR_27', 'Jumlah Minimum: 0.01. Jumlah Max: '), _defineProperty(_id$data, 'ERROR_28', '**DIPERLUKAN File Keystore & password** (atau Kunci Privat) untuk mengakses dompet Anda. Simpan dan backup dengan baik file ini! Tidak ada mekanisme untuk me-recover dompet jika file-nya hilang. Baca instruksi lengkapnya [di sini](https://www.myetherwallet.com/#help). '), _defineProperty(_id$data, 'ERROR_29', 'Masukkan user dan password yang valid. '), _defineProperty(_id$data, 'ERROR_30', 'Masukkan nama yang vaklid (7+ karakter, tanda baca terbatas) '), _defineProperty(_id$data, 'ERROR_31', 'Masukkan frase rahasia yang valid. '), _defineProperty(_id$data, 'ERROR_32', 'Tidak dapat tersambung ke node. Coba lakukan "Refresh" dan ganti node (pojok kanan atas), dan check setting firewall. Jika node-nya custom, periksa configs-nya.'), _defineProperty(_id$data, 'ERROR_33', 'Dompet yang Anda buka tidak sesuai dengan address pemiliknya. '), _defineProperty(_id$data, 'ERROR_34', 'Nama yang Anda coba buka tidak sama dengan nama yang dimasukkan. '), _defineProperty(_id$data, 'ERROR_35', 'Address yang dimasukkan tidak di checksum. Informasi lebih lanjut'), _defineProperty(_id$data, 'ERROR_36', 'Masukkan TX hash yang valid'), _defineProperty(_id$data, 'ERROR_37', 'Masukkan hex string yang valid (0-9, a-f)'), _defineProperty(_id$data, 'SUCCESS_1', 'Alamat valid '), _defineProperty(_id$data, 'SUCCESS_2', 'Dompet telah ter-dekripsi '), _defineProperty(_id$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_id$data, 'SUCCESS_4', 'Dompet Anda telah ditambahkan '), _defineProperty(_id$data, 'SUCCESS_5', 'File Terpilih '), _defineProperty(_id$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_id$data, 'SUCCESS_7', 'Message Signature ter-verifikasi'), _defineProperty(_id$data, 'WARN_Send_Link', 'Alamat, jumlah, gas atau informasi telah diisikan untuk Anda. Informasi tersebut dapat Anda rubah sebelum pengiriman. Buka kunci dompet Anda Untuk memulai. '), _defineProperty(_id$data, 'GETH_InvalidSender', 'Pengirim tidak valid '), _defineProperty(_id$data, 'GETH_Nonce', 'Nonce terlalu rendah '), _defineProperty(_id$data, 'GETH_Cheap', 'Harga Gas terlalu kecil untuk dapat diterima '), _defineProperty(_id$data, 'GETH_Balance', 'Saldo tidak mencukupi '), _defineProperty(_id$data, 'GETH_NonExistentAccount', 'Akun tidak ditemukan atau saldo terlalu rendah '), _defineProperty(_id$data, 'GETH_InsufficientFunds', 'Tidak cukup saldo untuk gas * harga + nilai '), _defineProperty(_id$data, 'GETH_IntrinsicGas', 'Gas intrinsik terlalu rendah '), _defineProperty(_id$data, 'GETH_GasLimit', 'Melebihi limit blok gas '), _defineProperty(_id$data, 'GETH_NegativeValue', 'Nilai negatif '), _defineProperty(_id$data, 'PARITY_AlreadyImported', "(parity-01) Transaksi dengan hash yang sama sudah pernah di-impor sebelumnya. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_GasLimitExceeded', "(parity-02) Biaya transaksi melebihi limit gas yang berlaku. Limit: {}, tersedia: {}. Coba turunkan gas yang disediakan. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_InsufficientBalance', "(parity-03) Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Diperlukan {} dan hanya tersedia: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InsufficientGasPrice', "(parity-04) Biaya transaksi terlalu rendah. Tidak memenuhi nilai biaya minimal untuk node Anda(minimal: {}, got: {}). Coba naikkan biaya transaksi. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InvalidGasLimit', "(parity-05) Gas yang disediakan nilainya diatas limit. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_LimitReached', "(parity-06) Terlalu banyak transaksi dalam antrian. Transaksi Anda gugur karena melampaui batas. Coba naikkan biaya transaksi There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_Old', "(parity-07) Nonce transaksi terlalu kecil. Coba naikkan nilai Nonce-nya. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_id$data, 'PARITY_TooCheapToReplace', "(parity-08) Biaya transaksi terlalu rendah. Ada transaksi lain dengan nonce yang sama dalam antrian. Coba naikkan biaya transaksi atau naikkan nonce-nya. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'translate_version', '0.3 '), _defineProperty(_id$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_id$data, 'TranslatorName_1', '[Yos Ginting](https://www.myetherwallet.com/?gaslimit=21000&to=0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c&value=1.0#send-transaction) '), _defineProperty(_id$data, 'TranslatorAddr_1', '0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c '), _defineProperty(_id$data, 'TranslatorName_2', ''), _defineProperty(_id$data, 'TranslatorAddr_2', ''), _defineProperty(_id$data, 'TranslatorName_3', ''), _defineProperty(_id$data, 'TranslatorAddr_3', ''), _defineProperty(_id$data, 'TranslatorName_4', ''), _defineProperty(_id$data, 'TranslatorAddr_4', ''), _defineProperty(_id$data, 'TranslatorName_5', ''), _defineProperty(_id$data, 'TranslatorAddr_5', ''), _defineProperty(_id$data, 'HELP_Warning', 'Jika Anda telah membuat dompet -atau- mendownload repo sebelum **Des. 31, 2015**, periksa dompet Anda & download versi repo yang baru. Klik untuk penjelasan yang lebih rinci. '), _defineProperty(_id$data, 'HELP_Desc', 'Anda melihat sesuatu yang hilang? Atau ada pertanyaan lain? [Hubungi kami](mailto:support@myetherwallet.com), dan kami tidak hanya akan menjawab pertanyaan Anda, kami akan memperbarui halaman ini untuk lebih bermanfaat bagi pengguna lainnya kedepan! '), _defineProperty(_id$data, 'HELP_Remind_Title', 'Beberapa pengingat '), _defineProperty(_id$data, 'HELP_Remind_Desc_1', '** Ethereum, MyEtherWallet.com & MyEtherWallet CX, dan beberapa library Javascript yang kami gunakan sedang dalam pengembangan yang aktif.** Meskipun kami telah benar-benar menguji & puluhan ribu dompet telah berhasil diciptakan oleh para pengguna di seluruh dunia, selalu ada kemungkinan bahwa sesuatu yang tidak terduga dapat terjadi yang menyebabkan ETH Anda hilang. Tolong jangan menginvestasikan lebih dari yang Anda mampu kehilangan, dan mohon berhati-hati. Jika ada sesuatu yang buruk terjadi, kami mohon maaf, tapi **kami tidak bertanggung jawab atas Ether yang hilang**. '), _defineProperty(_id$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX bukan "dompet web". Anda tidak membuat akun atau memberikan Ether Anda untuk kami pegang. Semua data tidak pernah meninggalkan komputer/browser Anda. Kami mempermudah Anda untuk membuat, menyimpan, dan mengakses informasi Anda dan berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_Remind_Desc_3', 'Jika Anda tidak menyimpan Kunci Privat & password Anda, tidak ada cara untuk memulihkan akses ke dompet Anda atau dana yang ada di dalamnya. Simpan kunci cadangan ke beberapa lokasi fisik – jangan hanya di komputer Anda saja! '), _defineProperty(_id$data, 'HELP_0_Title', '0) Saya masih baru. Apa yang harus saya lakukan? '), _defineProperty(_id$data, 'HELP_0_Desc_1', 'MyEtherWallet memberi Anda kemampuan untuk membuat dompet baru sehingga Anda dapat menyimpan Ether oleh diri Anda sendiri, bukan di bursa. Proses ini dilakukan sepenuhnya di komputer Anda, bukan di server kami. Oleh karena itu, saat Anda membuat dompet baru, **Anda bertanggung jawab untuk menyimpan cadangan/backup-nya dengan aman**. '), _defineProperty(_id$data, 'HELP_0_Desc_2', 'Buat dompet baru. '), _defineProperty(_id$data, 'HELP_0_Desc_3', 'Buat dompet cadangan/backup. '), _defineProperty(_id$data, 'HELP_0_Desc_4', 'Verifikasi bahwa Anda memiliki akses ke dompet baru ini dan telah menyimpan semua informasi yang diperlukan dengan benar. '), _defineProperty(_id$data, 'HELP_0_Desc_5', 'Transfer Ether ke dompet baru ini. '), _defineProperty(_id$data, 'HELP_1_Title', '1) Bagaimana cara membuat dompet baru? '), _defineProperty(_id$data, 'HELP_1_Desc_1', 'Buka halaman "Buat Dompet". '), _defineProperty(_id$data, 'HELP_1_Desc_2', 'Buka laman "Tambahkan Dompet" & pilih "Buat Dompet Baru" '), _defineProperty(_id$data, 'HELP_1_Desc_3', 'Masukkan password yang kuat. Jika Anda pikir Anda mungkin melupakannya, simpan di tempat yang aman. Anda memerlukan password ini untuk mengirim transaksi. '), _defineProperty(_id$data, 'HELP_1_Desc_4', 'Klik "GENERATE/BUAT". '), _defineProperty(_id$data, 'HELP_1_Desc_5', 'Dompet Anda telah dibuat. '), _defineProperty(_id$data, 'HELP_2a_Desc_1', 'Anda harus selalu membuat cadangan/backup dompet Anda secara eksternal dan di beberapa lokasi fisik - seperti pada drive USB dan/atau selembar kertas. '), _defineProperty(_id$data, 'HELP_2a_Desc_2', 'Simpan alamatnya. Anda bisa menyimpannya untuk diri sendiri atau membaginya dengan orang lain. Dengan cara itu, orang lain bisa mentransfer Ether ke Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_3', 'Simpan untuk diri sendiri semua versi Kunci Privat. Jangan berbagi dengan orang lain. Kunci Privat tersebut akan Anda diperlukan saat Anda ingin mengakses Ether Anda untuk mengirimkannya! Ada 3 jenis Kunci Privat: '), _defineProperty(_id$data, 'HELP_2a_Desc_4', 'Simpan alamat Anda, semua versi Kunci Privat, dan dompet kertas versi PDF dalam sebuah folder. Simpan ini di komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_5', 'Cetak alamat dompet jika Anda memiliki printer. Jika tidak, tuliskan kunci dan alamat privat Anda di selembar kertas. Simpan ini di lokasi yang aman, terpisah dari komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_6', 'Ingat, Anda harus mencegah hilangnya kunci dan passwordnya karena hilang atau gagalnya hard drive, atau drive USB, atau lembaran kertasnya. Anda juga harus ingat kerusakan total dari area fisik yang ada (misalnya karena api atau banjir). '), _defineProperty(_id$data, 'HELP_2b_Title', '2b) Bagaimana cara penyimpanan yang aman / offline / cold storage menggunakan MyEtherWallet? '), _defineProperty(_id$data, 'HELP_2b_Desc_1', 'Kunjungi [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_id$data, 'HELP_2b_Desc_2', 'Klik file `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_id$data, 'HELP_2b_Desc_3', 'Pindahkan zip ke sebuah komputer yang tidak terhubung ke internet (airgapped). '), _defineProperty(_id$data, 'HELP_2b_Desc_4', 'Unzip file-nya dan double klik `index.html`. '), _defineProperty(_id$data, 'HELP_2b_Desc_5', 'Buat dompet dengan password yang kuat. '), _defineProperty(_id$data, 'HELP_2b_Desc_6', 'Simpan alamatnya. Simpan semua versi Kunci Privatnya. Simpan passwordnya jika Anda mampu untuk mengingatnya selamanya. '), _defineProperty(_id$data, 'HELP_2b_Desc_7', 'Simpan kertas-kertas tersebut / USB di beberapa lokasi yang terpisah secara fisik. '), _defineProperty(_id$data, 'HELP_2b_Desc_8', 'Buka halaman "Lihat Info Dompet" dan ketik password/Kunci Privat Anda untuk memastikannya benar dan akses dompet Anda. Periksa dan pastikan alamat yang Anda tulis sama. '), _defineProperty(_id$data, 'HELP_3_Title', '3) Bagaimana cara memverifikasi bahwa saya memiliki akses ke dompet baru saya? '), _defineProperty(_id$data, 'HELP_3_Desc_1', '**Sebelum Anda mengirim Ether ke dompet baru Anda**, Anda harus memastikan Anda memiliki akses ke dompet baru tersebut. '), _defineProperty(_id$data, 'HELP_3_Desc_2', 'Buka halaman "Lihat Info Dompet". '), _defineProperty(_id$data, 'HELP_3_Desc_3', 'Buka laman MyEtherWallet.com bagian "Lihat Info Dompet" . '), _defineProperty(_id$data, 'HELP_3_Desc_4', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_5', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_3_Desc_6', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_3_Desc_7', 'Informasi dompet Anda akan ditayangkan. Temukan alamat akun Anda, di samping ikon berbentuk lingkaran yang berwarna-warni. Ikon visual ini merepresentasikan alamat Anda. Pastikan bahwa alamat tersebut adalah alamat yang telah Anda simpan ke dokumen teks Anda dan telah juga disalin ke dompet kertas Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_8', 'Jika Anda berencana untuk menyimpan ether dalam jumlah besar, sebaiknya coba untuk mengirimkan sejumlah kecil ether dari dompet baru sebelum menyetorkan jumlah yang besar. Kirim 0,001 ether ke dompet baru Anda, akses dompet itu, lalu coba kirimkan 0,001 ether itu ke alamat lain, dan pastikan semuanya berjalan lancar. '), _defineProperty(_id$data, 'HELP_4_Title', '4) Bagaimana cara mengirim Ether dari satu dompet ke dompet lainnya? '), _defineProperty(_id$data, 'HELP_4_Desc_1', 'Jika Anda berencana untuk memindahkan ether dalam jumlah besar, pastikan Anda telah menguji pengiriman sejumlah kecil ke dompet Anda terlebih dahulu untuk memastikan semuanya berjalan sesuai rencana. '), _defineProperty(_id$data, 'HELP_4_Desc_2', 'Buka halaman "Kirim Ether dan Token". '), _defineProperty(_id$data, 'HELP_4_Desc_3', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_4_Desc_4', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_4_Desc_5', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_4_Desc_6', 'Masukkan alamat yang ingin Anda kirim ke kolom "Alamat:". '), _defineProperty(_id$data, 'HELP_4_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4_Desc_9', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_4_Desc_10', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_4_Desc_11', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya. '), _defineProperty(_id$data, 'HELP_4_Desc_12', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.". '), _defineProperty(_id$data, 'HELP_4_Desc_13', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_4CX_Title', '4) Bagaimana cara mengirim Ether menggunakan MyEtherWallet CX? '), _defineProperty(_id$data, 'HELP_4CX_Desc_1', 'Pertama, Anda perlu menambahkan dompet. Setelah melakukannya, Anda memiliki 2 pilihan: menggunakan "QuickSend" dari ikon Chrome Extension atau menggunakan halaman "Kirim Ether dan Tokens". '), _defineProperty(_id$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_id$data, 'HELP_4CX_Desc_3', 'Klik Ikon Chrome Extension. '), _defineProperty(_id$data, 'HELP_4CX_Desc_4', 'Klik tombol "QuickSend". '), _defineProperty(_id$data, 'HELP_4CX_Desc_5', 'Pilih dompet yang dipakai untuk mengirim. '), _defineProperty(_id$data, 'HELP_4CX_Desc_6', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_4CX_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4CX_Desc_8', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_9', 'Verifikasi alamat dan jumlah yang Anda kirim sudah benar. '), _defineProperty(_id$data, 'HELP_4CX_Desc_10', 'Masukkan password untuk dompet itu. '), _defineProperty(_id$data, 'HELP_4CX_Desc_11', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_12', 'Menggunakan halaman "Kirim Ether dan Tokens" '), _defineProperty(_id$data, 'HELP_5_Title', '5) Bagaimana cara menjalankan MyEtherWallet.com secara offline/lokal? '), _defineProperty(_id$data, 'HELP_5_Desc_1', 'Anda dapat menjalankan MyEtherWallet.com secara lokal di komputer Anda, bukan dari server GitHub. Anda dapat membuat dompet yang benar-benar offline dan mengirim transaksi dari laman "Transaksi Offline". '), _defineProperty(_id$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sekarang berjalan sepenuhnya di komputer Anda. '), _defineProperty(_id$data, 'HELP_5_Desc_8', 'Jika Anda belum pernah melakukannya, Anda harus menyimpan folder dan seluruh isinya (bukan hanya `index.html`) agar bisa menjalankan websitenya. Jangan rubah atau pindahkan file apapun yang ada di dalam folder. Jika Anda akan menyimpan backup dari MyEtherWallet repo, sebaiknya simpan versi ZIP-nya untuk menggaransi bahwa isi foldernya lengkap. '), _defineProperty(_id$data, 'HELP_5_Desc_9', 'Karena kami masih terus memperbarui MyEtherWallet.com, sebaiknya Anda juga memperbarui versi repo yang Anda simpan secara berkala. '), _defineProperty(_id$data, 'HELP_5CX_Title', '6) Bagaimana cara memasang ekstensi ini dari repo, bukan dari Chrome Store? '), _defineProperty(_id$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip` dan unzip. '), _defineProperty(_id$data, 'HELP_5CX_Desc_3', 'Buka Google Chrome dan temukan Setting Anda (di menu di kanan atas). '), _defineProperty(_id$data, 'HELP_5CX_Desc_4', 'Klik "Extensions" di sebelah kiri. '), _defineProperty(_id$data, 'HELP_5CX_Desc_5', 'Check tombol "Developer Mode" di bagian atas dari laman tersebut. '), _defineProperty(_id$data, 'HELP_5CX_Desc_6', 'Klik tombol "Load unpacked extension...". '), _defineProperty(_id$data, 'HELP_5CX_Desc_7', 'Buka folder yang baru saja di unzip. Klik "select". '), _defineProperty(_id$data, 'HELP_5CX_Desc_8', 'Ekstensi tersebut sekarang akan muncul di bagian ekstensi dan di bilah Chrome Extension. '), _defineProperty(_id$data, 'HELP_7_Title', '7) Bagaimana cara mengirim Token & menambahkan token custom? '), _defineProperty(_id$data, 'HELP_7_Desc_0', 'Kunjungi [Ethplorer.io](https://ethplorer.io/) untuk mendapatkan informasi terkait token dan token desimal. '), _defineProperty(_id$data, 'HELP_7_Desc_1', 'Buka halaman "Kirim Token". '), _defineProperty(_id$data, 'HELP_7_Desc_2', 'Buka dompet Anda. '), _defineProperty(_id$data, 'HELP_7_Desc_3', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_7_Desc_4', 'Masukkan jumlah yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_5', 'Pilih token yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_6', 'Jika Anda tidak melihat token di dalam daftar yang ada: '), _defineProperty(_id$data, 'HELP_7_Desc_7', 'Klik "Custom". '), _defineProperty(_id$data, 'HELP_7_Desc_8', 'Masukkan alamat, nama, dan desimal dari token. Ini di set oleh para pengembang token dan juga dibutuhkan saat Anda "Add a Watch Token" ke Mist. '), _defineProperty(_id$data, 'HELP_7_Desc_9', 'Klik "Simpan". '), _defineProperty(_id$data, 'HELP_7_Desc_10', 'Anda sekarang dapat mengirim token itu dan juga melihat saldonya di sidebar. '), _defineProperty(_id$data, 'HELP_7_Desc_11', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_7_Desc_12', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_7_Desc_13', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya.. '), _defineProperty(_id$data, 'HELP_7_Desc_14', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.".'), _defineProperty(_id$data, 'HELP_7_Desc_15', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_8_Title', '8) Apa yang terjadi jika situs Anda tidak berfungsi? '), _defineProperty(_id$data, 'HELP_8_Desc_1', 'MyEtherWallet bukan dompet web. Anda tidak memiliki login dan tidak ada yang bisa disimpan ke server kami. Ini hanyalah sebuah antarmuka yang memungkinkan Anda berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_8_Desc_2', 'Jika situs MyEtherWallet.com tidak berfungsi, Anda harus memakai cara lain (misalnya memakai geth atau Ethereum Wallet/Mist) sebagai alternatifnya. Tapi Anda tidak perlu "mengeluarkan" Ether Anda dari MyEtherWallet.com karena Ether Anda tidak disimpan di MyEtherWallet.com. Ether Anda tetap tersimpan dalam dompet yang Anda buat di situs kami. '), _defineProperty(_id$data, 'HELP_8_Desc_3', 'Sekarang Anda dapat mengimpor Kunci Privat yang tidak dienkripsi dan file dalam format Geth/Mist (terenkripsi) langsung ke geth/ Ethereum Wallet/Mist dengan sangat mudah. Lihat pertanyaan #12 di bawah ini. '), _defineProperty(_id$data, 'HELP_8_Desc_4', 'Lebih dari itu, kemungkinan kita menghentikan layanan MyEtherWallet sangat kecil. Hampir tidak ada biaya dari penyelenggaraan layanan ini karena kami tidak menyimpan data apapun. Kalaupun sampai kami menghentikan layanan, semua file ini akan selalu akan tersedia untuk umum di [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Anda bisa mendownload file ZIP-nya disana dan menjalankannya secara lokal. '), _defineProperty(_id$data, 'HELP_8CX_Title', '8) Apa yang terjadi jika MyEtherWallet CX tidak beredar lagi? '), _defineProperty(_id$data, 'HELP_8CX_Desc_1', 'Pertama, semua data tersimpan di komputer Anda, bukan di server kami. Mungkin membingungkan, tapi saat Anda melihat semua Chrome Extension, Anda sedang TIDAK melihat program yang tersimpan di server kami - semuanya tersimpan di komputer Anda sendiri. '), _defineProperty(_id$data, 'HELP_8CX_Desc_2', 'terlepas dari semua itu, **sangat penting** bagi Anda untuk membuat backup/cadangan dari semua informasi dompet baru yang Anda buat dengan MyEtherWallet CX. Dengan begitu, jika terjadi sesuatu pada MyEtherWallet CX atau komputer Anda, Anda masih memiliki semua informasi yang diperlukan untuk mengakses Ether Anda. Lihat #2a untuk cara membuat backup/cadangan dompet Anda. '), _defineProperty(_id$data, 'HELP_8CX_Desc_3', 'Jika karena suatu hal maupun lainnya MyEtherWallet CX tidak lagi tersedia di Chrome Store, Anda tetap dapat menemukan file aslinya di Github dan menjalankannya secara manual. Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_9_Title', '9) Kenapa halaman "Kirim Ether dan Tokens" seperti offline? '), _defineProperty(_id$data, 'HELP_9_Desc_1', 'Sebenarnya tidak offline. Halaman tersebut memerlukan internet untuk mendapatkan harga gas saat ini, nonce akun anda, dan menyiarkan transaksi (alias "send"). Namun, pengiriman hanya memakai data transaksi yang sudah ditandatangani. Kunci Privat Anda tetap aman bersama Anda. Kami juga sekarang menyediakan halaman "Transaksi Offline" sehingga Anda dapat memastikan Kunci Privat Anda berada pada komputer yang offline/airgapped setiap saat.. '), _defineProperty(_id$data, 'HELP_10_Title', '10) Bagaimana cara melakukan transaksi offline? '), _defineProperty(_id$data, 'HELP_10_Desc_1', 'Buka halaman "Offline Transaction" menggunakan komputer yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_2', 'Masukkan data "From Address". Catatan, ini adalah alamat asal DARI pengirim, Bukan alamat TUJUAN. Langkah ini akan menghasilkan nonce dan harga gas. '), _defineProperty(_id$data, 'HELP_10_Desc_3', 'Pindah ke komputer yang offline. Masukkan "ALAMAT TUJUAN/TO ADDRESS" dan "JUMLAH/AMOUNT" yang akan dikirim. '), _defineProperty(_id$data, 'HELP_10_Desc_4', 'Masukkan "HARGA GAS/GAS PRICE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_5', 'Masukkan "NONCE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_6', '"BATAS GAS/GAS LIMIT" memiliki nilai default 21000. Ini cukup untuk membiayai transaksi standar. Jika Anda mengirim ke kontrak atau terdapat data tambahan dalam transaksi Anda, Anda perlu menambah batas gas. Sisa Gas akan dikembalikan kepada Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_7', 'Jika dikehendaki, Anda dapat menambahkan beberapa data. Jika Anda memasukkan data, Anda harus menambahkan gas diatas batas gas default 21000. Semua data dalam format HEX. '), _defineProperty(_id$data, 'HELP_10_Desc_8', 'Pilih file dompet Anda -atau- Kunci Privat-nya dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_9', 'Tekan tombol "LAKSANAKAN SIGNED TRANSACTION/GENERATE SIGNED TRANSACTION". '), _defineProperty(_id$data, 'HELP_10_Desc_10', 'Data di bawah tombol ini akan terisi dengan signed transaction Anda. Salin ini dan pindah kembali ke komputer Anda yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_11', 'Di komputer Anda yang online Anda, paste data signed transaction tadi ke bidang teks di langkah #3 dan klik kirim. Ini akan menyiarkan transaksi Anda ke jaringan. '), _defineProperty(_id$data, 'HELP_12_Title', '12) Bagaimana cara mengimpor dompet yang dibuat dengan MyEtherWallet ke dalam geth / Ethereum Wallet / Mist? '), _defineProperty(_id$data, 'HELP_12_Desc_1', 'Memakai file Geth/Mist JSON yang dibuat dari MyEtherWallet v2+.... '), _defineProperty(_id$data, 'HELP_12_Desc_2', 'Buka halaman "Lihat Info Dompet/View Wallet Info". '), _defineProperty(_id$data, 'HELP_12_Desc_3', 'Buka dompet Anda dengan menggunakan Kunci Privat atau file JSON yang **terenkripsi**. '), _defineProperty(_id$data, 'HELP_12_Desc_4', 'Buka halaman "Dompet Saya/My Wallets". '), _defineProperty(_id$data, 'HELP_12_Desc_5', 'Pilih dompet yang ingin Anda impor ke Mist, klik ikon "Lihat/View", masukkan password Anda, dan akses dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_6', 'Temukan bagian "Download JSON file - Geth/Mist Format (terenkripsi)". Tekan tombol "Download" di bawahnya. Anda akan dapatkan file keystore-nya. '), _defineProperty(_id$data, 'HELP_12_Desc_7', 'Buka aplikasi Ethereum Wallet. '), _defineProperty(_id$data, 'HELP_12_Desc_8', 'Di menu bar, buka "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_id$data, 'HELP_12_Desc_9', 'Ini akan membuka folder keystore Anda. Salin file yang baru saja Anda download (`UTC - 2016-04-14 ........ /`) ke folder keystore tersebut. '), _defineProperty(_id$data, 'HELP_12_Desc_10', 'Akun Anda akan segera muncul di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_11', 'Menggunakan Kunci Privat yang tidak dienkripsi... '), _defineProperty(_id$data, 'HELP_12_Desc_12', 'Jika Anda belum memiliki Kunci Privat yang tidak dienkripsi, navigasikan ke halaman "Lihat Detil Dompet/View Wallet Details". '), _defineProperty(_id$data, 'HELP_12_Desc_13', 'Pilih file dompet Anda -atau- masukkan/paste Kunci Privat Anda untuk membuka dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_14', 'Salin/Copy Kunci Privat Anda (tidak terenkripsi). '), _defineProperty(_id$data, 'HELP_12_Desc_15', 'ika Anda menggunakan Mac: '), _defineProperty(_id$data, 'HELP_12_Desc_15b', 'ika Anda menggunakan PC: '), _defineProperty(_id$data, 'HELP_12_Desc_16', 'Buka Teks Edit dan paste Kunci Privat ini. '), _defineProperty(_id$data, 'HELP_12_Desc_17', 'Buka menu bar dan klik "Format" -> "Make Plain text". '), _defineProperty(_id$data, 'HELP_12_Desc_18', 'Simpan file ini ke `desktop/` as` nothing_special_delete_me.txt` Anda. Pastikan tertulis "UTF-8" dan "Jika tidak ada ekstensi pada nama file yang diberikan gunakan .txt" pada dialog save. '), _defineProperty(_id$data, 'HELP_12_Desc_19', 'Buka terminal dan jalankan perintah berikut: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_20', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_21', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_22', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_23', 'Buka Notepad dan paste Kunci Privat-nya '), _defineProperty(_id$data, 'HELP_12_Desc_24', 'Simpan filenya dan beri nama `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_id$data, 'HELP_12_Desc_25', 'Jalankan perintah/command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_26', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_27', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_28', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_13_Title', '13) Apa arti dari "Dana yang tersedia tidak mencukupi. Akun yang Anda pakai untuk mengirim transaksi tidak memiliki cukup dana. Diperlukan XXXXXXXXXXXXXXXXXXX dan tersedia: XXXXXXXXXXXXXXXX."? '), _defineProperty(_id$data, 'HELP_13_Desc_1', 'Ini artinya tidak tersedia cukup Ether di akun Anda untuk menutupi biaya gas. Setiap transaksi (termasuk token dan transaksi kontrak) memerlukan gas dan gas tersebut dibayarkan menggunakan Ether. Jumlah yang ditampilkan adalah jumlah yang dibutuhkan untuk menutupi biaya transaksi di Wei. Ambil nomor itu, bagi dengan `1000000000000000000`, dan pakai untuk mengurangi jumlah Ether yang ingin Anda kirim (jika Anda mencoba mengirim Eter). Ini akan memberi Anda jumlah Ether yang perlu Anda kirim ke akun tersebut untuk melakukan transaksi. '), _defineProperty(_id$data, 'HELP_14_Title', '14) Beberapa situs menggunakan metode randomisasi pembuatan Kunci Privat melalui gerakan mouse. MyEtherWallet.com tidak menggunakan metode ini. Apakah metode pembuatan angka random yang dipakai MyEtherWallet aman? '), _defineProperty(_id$data, 'HELP_14_Desc_1', 'Harus diakuai bahwa penggunaan gerakan mouse adalah cara yang pandai dan oleh karenanya banyak orang menyukainya, namun sebenarnya metode window.crypto memastikan lebih banya entropi dibanding gerakan mouse anda. Menggunakan gerakan mouse bukanlah tidak aman, hanya saja kami (dan banyak peneliti kripto lainnya) percaya pada window.crypto. Selain itu, MyEtherWallet.com dapat digunakan pada perangkat sentuh. Bisa dilihat [percakapan antara redditor yang marah dengan Vitalik Buterin terkait gerakan mouse versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) dan ini tautan [window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_id$data, 'HELP_15_Title', '15) Kenapa akun yang baru saja saya buat tidak muncul di explorer blockchain? (seperti: etherchain, etherscan) '), _defineProperty(_id$data, 'HELP_15_Desc_1', 'Account hanya akan muncul di explorer blockchain begitu akun memiliki aktivitas di dalamnya—misalnya, setelah Anda memindahkan beberapa Ether ke sana. '), _defineProperty(_id$data, 'HELP_16_Title', '16) Bagaimana cara memeriksa saldo akun saya? '), _defineProperty(_id$data, 'HELP_16_Desc_1', 'Anda bisa menggunakan eksplorer blockchain seperti [etherscan.io](https://etherscan.io/). Paste alamat Anda ke dalam search bar dan riwayat transaksi Anda akan ditampilkan. Contohnya, [akun donasi kami](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) dilihat di etherscan.io '), _defineProperty(_id$data, 'HELP_17_Title', '17) Mengapa saldo saya tidak muncul saat saya membuka dompet saya? '), _defineProperty(_id$data, 'HELP_17_Desc_1', 'Hal ini kemungkinan besar karena Anda berada di belakang firewall. API yang kami gunakan untuk mendapatkan saldo dan mengonversi saldo tersebut terkadang diblokir oleh firewall. Anda masih bisa mengirim transaksi, Anda hanya perlu menggunakan metode yang berbeda untuk melihat saldo tersebut, misalnya memakai etherscan.io '), _defineProperty(_id$data, 'HELP_18_Title', '18) Dimana file dompet geth saya? '), _defineProperty(_id$data, 'HELP_19_Title', '19) Dimana file dompet Mist saya? '), _defineProperty(_id$data, 'HELP_19_Desc_1', 'File Mist biasanya tersimpan di lokasi di atas, tapi lebih mudah untuk membuka Mist, dengan memilih "Accounts" di bilah atas/top bar, pilih "Backup", dan pilih "Accounts". Ini akan membuka folder tempat file Anda disimpan. '), _defineProperty(_id$data, 'HELP_20_Title', '20) Dimana file dompet pre-sale saya? '), _defineProperty(_id$data, 'HELP_20_Desc_1', 'Ya di lokasi tempat Anda menyimpannya. ;) Juga semestinya dikirim lewat email, jadi coba check dulu. Cari file dengan nama `"ethereum_wallet_backup.json"` dan pilih file tersebut. File dompet ini akan dienkripsi dengan password yang Anda buat saat melakukan pembelian pre-sale. '), _defineProperty(_id$data, 'HELP_21_Title', '21) Tidak bisakah seseorang mencoba memasukkan data Kunci Privat secara acak dari akun yang ada saldonya, dan kemudian mengirimnya ke alamat mereka sendiri? '), _defineProperty(_id$data, 'HELP_21_Desc_1', 'Jawaban singkatnya: bisa, tapi mencari Kunci Privat sebuah akun yang ada saldonya akan memakan waktu lebih lama dari usia alam semesta...jadi jawabannya adalah...tidak bisa. '), _defineProperty(_id$data, 'HELP_21_Desc_2', 'Jawaban panjang versi ELI5: Ethereum dibuat berdasarkan [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), dan lebih spesifiknya [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) yang sangat banyak digunakan, tidak hanya di Ethereum. Sebagian besar server dilindungi melalui ECC. Bitcoin juga menggunakannya, begitu pula SSH dan TLS dan banyak lagi lainnya. Secara spesifik, Ethereum memakai kunci 256-bit, yang lebih kuat dari 128-bit dan 192-bit, yang juga banyak penggunanya dan masih dianggap aman oleh para ahli. '), _defineProperty(_id$data, 'HELP_21_Desc_3', 'Dalam hal ini Anda memiliki Kunci Privat dan kunci publik. Kunci Privat dapat memperoleh kunci publik, namun kunci publik tidak dapat dikembalikan ke Kunci Privat. Fakta bahwa internet dan penyimpanan rahasia dunia menggunakan kriptografi ini berarti bahwa jika ada cara untuk mendapatkan Kunci Privat dari kunci publik, ether Anda yang hilang merupakan masalah paling tidak prioritas dibanding problematika manusia lainnya. '), _defineProperty(_id$data, 'HELP_21_Desc_4', 'Dengan segala penjelaan tadi, jika ada orang lain yang memiliki Kunci Privat Anda, maka YA mereka memang bisa mengirim ether dari akun Anda. Sama seperti jika seseorang memiliki password email Anda, mereka dapat membaca dan mengirim email Anda, atau password ke rekening bank Anda, mereka dapat melakukan transfer. Anda bisa mendownload Kunci Privat Anda yang versi Keystore yang merupakan Kunci Privat yang dienkripsi dengan kata sandi. Ini seperti memiliki password yang juga dilindungi oleh password lain. '), _defineProperty(_id$data, 'HELP_21_Desc_5', 'Dan YA, secara teori Anda bisa mencoba mengetikkan string dari 64 heksadesimal karakter sampai Anda mendapatkan yang cocok. Bahkan, orang yang cerdik bisa menulis sebuah program untuk mengecek Kunci Privat secara acak dengan sangat cepat. Teknik ini dikenal dengan nama "brute-forcing" atau "mining". Hal ini telah didiskuikan secara panjang lebar dan mendalam. Dengan beberapa server high end, mereka mungkin bisa mengecek lebih dari 1 Juta kunci/detik. Namun, bahkan dengan kecepatan tersebut, biaya menjalankan server tersebut masih jauh lebih tinggi darimanfaatnya. Kemungkinan besar Anda, dan cicit Anda, akan sudah meninggal dunia sebelum mendapatkan Kunci Privat yang cocok. '), _defineProperty(_id$data, 'HELP_21_Desc_6', 'Jika Anda tahu tentang Bitcoin, [ini akan memberikan gambaran:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Untuk menggambarkan betapa kecil kemungkinannya untuk terjadi: misalkan setiap satoshi dari setiap bitcoin yang akan dihasilkan dikirim ke Kunci Privatnya sendiri yang unik. Kemungkinan bahwa di antara kunci-kunci tersebut terdapat dua yang sesuai dengan alamat yang sama kira-kira satu dari 100 quintillion. '), _defineProperty(_id$data, 'HELP_21_Desc_7', '[Jika Anda perlu yang lebih teknikal:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Angka-angka ini tidak ada hubungannya dengan teknologi perangkatnya; angka tersebut adalah angka maksimum yang dimungkinkan secara termodinamika. Dan ini menyiratkan bahwa serangan brute force terhadap kunci 256-bit tidaklah dimungkinkan sampai ada komputer yang dibuat dari sesuatu selain materi dan menempati sesuatu selain ruang.. '), _defineProperty(_id$data, 'HELP_21_Desc_8', 'Tentu saja, ini dengan asumsi bahwa kunci dihasilkan dengan cara yang benar-benar acak & dengan entropi yang cukup. Kunci yang dihasilkan di sini memenuhi kriteria itu, seperti juga yang dihasilkan oleh Jaxx dan Mist/geth. Dompet ethereum semuanya cukup bagus. Kunci yang dihasilkan oleh brainwallet tidak, karena otak seseorang tidak mampu menciptakan angka yang benar-benar acak. Memang benar bahwa ada beberapa kekhawatiran mengenai kurangnya entropi atau seed yang tidak dihasilkan secara benar-benar acak yang terjadi di dunia Bitcoin, tapi itu adalah masalah terpisah yang dapat didiskusikan di lain kesempatan. '), _defineProperty(_id$data, 'HELP_SecCX_Title', 'Keamanan - MyEtherWallet CX '), _defineProperty(_id$data, 'HELP_SecCX_Desc_1', 'Dimanakah informasi saya disimpan oleh Chrome Extension ini? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_2', 'Informasi yang dimasukkan ke Chrome Extension ini disimpan melalui [chrome.storage](http://chrome.storage/). - ini adalah tempat yang sama dengan password yang Anda simpan saat menyimpan password di Chrome. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_3', 'Informasi apa saja yang disimpan? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_4', 'Alamat, nickname, Kunci Privat disimpan di chrome.storage. Kunci Privat dienkripsi menggunakan kata sandi yang Anda pakai saat menambahkan dompet. Alamat dompet dan nickname tidak dienkripsi. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_5', 'mengapa alamat dompet dan nickname tidak dienkripsi? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_6', 'Jika kami mengenkripsi item ini, Anda harus memasukkan password setiap kali Anda ingin melihat saldo akun atau melihat nickname. Jiak Anda khawatir, kami sarankan Anda menggunakan MyEtherWallet.com, bukan Chrome Extension ini. '), _defineProperty(_id$data, 'HELP_Sec_Title', 'Keamanan '), _defineProperty(_id$data, 'HELP_Sec_Desc_1', 'Jika salah satu pertanyaan pertama Anda adalah "Mengapa saya harus percaya keapda orang-orang ini?", Ini sikap kehati-hatian yang baik. Mudah-mudahan informasi berikut ini akan membantu meringankan kekhawatiran anda. '), _defineProperty(_id$data, 'HELP_Sec_Desc_2', 'Kami sudah ada sejak 2015. Jika Anda mencari ["myetherwallet" di reddit](https://www.reddit.com/search?q=myetherwallet), Anda bisa melihat banyak orang yang sudah menggunakan layanan kami dan baik-baik saja. '), _defineProperty(_id$data, 'HELP_Sec_Desc_3', 'Kami tidak akan mengambil uang Anda atau mencuri Kunci Privat Anda. Tidak ada kode berbahaya di situs ini. Bahkan, fungsi "BUAT DOMPET/GENERATE WALLET" sepenihnya dilakukan di sisi klien. Ini berarti bahwa semua kode dieksekusi di **komputer Anda** dan tidak pernah disimpan dan dikirim di luar itu. '), _defineProperty(_id$data, 'HELP_Sec_Desc_4', 'Periksa URL ini -- Situs ini dijalankan melalui GitHub dan Anda bisa melihat sorce code nya di sini: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) ke [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_id$data, 'HELP_Sec_Desc_5', 'Untuk membuat dompet, Anda dapat mendownload [source code dan menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest). Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_Sec_Desc_6', 'Cobalam emmbuat sebuah test dompet. Uji dan periksa serta lihat aktivitas apa saja yang sedang terjadi di jaringan. Cara termudah bagi Anda untuk melakukan hal ini adalah dengan klik kanan pada halamannya dan klik "inspect element". Buka "Network" tab. Buat sebuah Test Dompet. Anda akan buktikan nahwa tidak ada aktivitas jaringan. Anda mungkin melihat sesuatu yang terjadi seperti data:image/gif dan data:image/png. Itu adalah kode QR yang dihasilkan ... di komputer Anda ... oleh komputer Anda. Tidak ada bytes yang ditransfer. '), _defineProperty(_id$data, 'HELP_Sec_Desc_8', 'Jika Anda merasa tidak nyaman menggunakan fasilitas ini, maka janganlah dipakai. Kami membuat program iniuntuk membantu orang untuk membuat dompet dan melakukan transaksi tanpa perlu mendalami cara memakai command line atau menjalankan full node.. Sekali lagi, silakan menghubungi kami jika Anda memiliki masalah dan kami akan merespon selekasnya. Terima kasih! '), _defineProperty(_id$data, 'HELP_FAQ_Title', 'Jawaban-jawaban lain yang bermanfaat terkait Pertanyaan yang sering diajukan '), _defineProperty(_id$data, 'HELP_Contact_Title', 'Cara untuk menghubungi kami'), _id$data); +}, _defineProperty(_id$data, 'ONBOARD_blockchain_title__alt', 'Apa itu Blockchain?'), _defineProperty(_id$data, 'ONBOARD_point_title__alt', 'Jadi apa gunanya MEW kalau begitu?'), _defineProperty(_id$data, 'ONBOARD_whymew_title', 'Jika MyEtherWallet tidak dapat melakukan semua hal tersebut, lalu apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_whymew_content__1', 'Karena itulah esensi desentralisasi dan blockchain.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__2', 'Anda tidak harus bergantung pada bank, pemerintah, atau orang lain saat Anda ingin memindahkan dana Anda.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__3', 'Anda tidak harus bergantung pada keamanan bursa atau bank agar dana Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__4', 'Jika Anda tidak menganggap hal-hal ini berharga, tanyakan pada diri Anda mengapa Anda menganggap blockchain dan cryptocurrencies sangat berharga. 😉'), _defineProperty(_id$data, 'ONBOARD_whymew_content__5', 'Jika Anda tidak berkenan, Anda bisa menggunakan [Coinbase](https://www.coinbase.com/) atau [Blockchain.info](https://blockchain.info/wallet/#/signup). Mereka memiliki akun yang lebih mirip dengan yang biasa Anda temui yaitu menggunakan username & password.'), _defineProperty(_id$data, 'ONBOARD_whymew_content__6', 'Jika Anda takut tapi ingin menggunakan MEW, [gunakan dompet hardware](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! Perangkat ini akan menjaga kunci Anda tetap aman.'), _defineProperty(_id$data, 'ONBOARD_why_title__alt', 'Tapi...kenapa?'), _defineProperty(_id$data, 'ONBOARD_secure_title', 'Cara Melindungi Diri & Dana Anda'), _defineProperty(_id$data, 'ONBOARD_secure_1_title', 'Cara Melindungi Diri Anda dari Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__1', 'Phisher biasanya mengirim Anda pesan dengan link ke situs web yang sekilas terlihat seperti MyEtherWallet, EtherDelta, Paypal, atau bank Anda, namun bukan situs web yang asli. Mereka mencuri informasi Anda dan kemudian mencuri uang Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__2', 'Pasang [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) atau [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) atau [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) atau [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) untuk memblokir situs web jahat.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__3', 'Selalu periksa URLnya: `https://www.myetherwallet.com`.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__4', 'Pastikan bar URL menunjukkan `MYETHERWALLET LLC` dalam warna hijau.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__5', 'Jangan mempercayai pesan atau tautan yang dikirim kepada Anda secara acak melalui email, Slack, Reddit, Twitter, dll.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__6', 'Selalu kunjungi situs secara langsung sebelum memasukkan informasi. Jangan memasukkan informasi setelah mengklik link dari pesan atau email.'), _defineProperty(_id$data, 'ONBOARD_secure_1_content__7', '[Pasang AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) dan jangan klik iklan dari search engine (misalnya Google).'), _defineProperty(_id$data, 'ONBOARD_point_title__alt_2', 'Apa gunanya?'), _defineProperty(_id$data, 'ONBOARD_secure_2_title', 'Cara Melindungi Diri dari Penipuan'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__1', 'Banyak orang akan berusaha membuat Anda memberi mereka uang tanpa memberikan imbalan apa-apa.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__2', 'Jika terlalu bagus untuk menjadi kenyataan, mungkin memang begitu.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__3', 'Teliti dengan baik sebelum mengirim uang ke seseorang atau sebuah kegiatan. Cari informasi dari berbagai situs web dan forum. Waspadalah!!'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__4', 'Ajukan pertanyaan saat Anda tidak mengerti tentang sesuatu atau merasa ada yang tidak benar.'), _defineProperty(_id$data, 'ONBOARD_secure_2_content__5', 'Jangan biarkan rasa takut, FUD, atau FOMO mengalahkan akal sehat Anda. Jika ada sesuatu yang sangat mendesak, tanyakan pada diri sendiri "mengapa?". Ini mungkin disengaja untuk menciptakan FOMO atau mencegah Anda membuat keputusan dengan teliti.'), _defineProperty(_id$data, 'ONBOARD_secure_3_title__alt', 'Kita ganyang Phisher'), _defineProperty(_id$data, 'ONBOARD_secure_3_title', 'Cara Melindungi Diri dari Kerugian'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__1', 'Jika sampai kehilangan, Kunci Privat atau password Anda akan hilang selamanya. Jagalah jangan sampai hilang.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__2', 'Buat cadangan Kunci Privat dan password Anda. JANGAN hanya menyimpannya di komputer Anda. Cetaklah di selembar kertas atau simpan ke drive USB.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__3', 'Simpan kertas ini atau USB drive di lokasi fisik yang berbeda. Cadangan tidak berguna jika dihancurkan oleh api atau banjir bersama laptop Anda.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__4', 'Jangan simpan Kunci Privat Anda di Dropbox, Google Drive, atau penyimpanan awan lainnya. Jika akun itu disusupi, dana Anda akan dicuri.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__5', 'Jika Anda memiliki kriptocurrency senilai lebih dari gaji 1 minggu Anda, pakailah dompet hardware. Tidak ada alasan untuk tidak memakainya. Biaya yang dikeluarkan sangat sepadan. Percaya saya.'), _defineProperty(_id$data, 'ONBOARD_secure_3_content__6', '[Lihat lebih banyak lagi tentang Tips Keamanan!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_id$data, 'ONBOARD_secure_2_title__alt_2', 'Berantas Penipuan'), _defineProperty(_id$data, 'ONBOARD_final_title__alt', 'Tinggal Satu lagi klik sebelum selesai! 🤘'), _defineProperty(_id$data, 'ONBOARD_final_title', 'Baiklah, saya selesai menguliahi Anda!'), _defineProperty(_id$data, 'ONBOARD_final_subtitle', 'Maaf telah memaksa Anda semua informasi tadi. Silahkan melanjutkan melalui tautan di bawah ini!'), _defineProperty(_id$data, 'ONBOARD_final_content__1', 'Buat dompet'), _defineProperty(_id$data, 'ONBOARD_final_content__2', 'Dapatkan dompet hardware'), _defineProperty(_id$data, 'ONBOARD_final_content__3', 'Cara Setup MEW + MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__4', 'Cara Menjalankan MEW Offline / Lokal'), _defineProperty(_id$data, 'ONBOARD_final_content__5', 'Cara Mengirim memakai dompet hardware Ledger'), _defineProperty(_id$data, 'ONBOARD_final_content__6', 'Cara Mengirim memakai dompet hardware TREZOR'), _defineProperty(_id$data, 'ONBOARD_final_content__7', 'Cara Mengirim memakai MetaMask'), _defineProperty(_id$data, 'ONBOARD_final_content__8', 'Pelajari lebih lanjut atau hubungi kami'), _defineProperty(_id$data, 'ONBOARD_final_content__9', 'Ya ampun, saya sudah tidak sabar, tolong biarkan saya bertransaksi.'), _defineProperty(_id$data, 'ONBOARD_resume', 'Sepertinya Anda belum selesai membaca semua slide di kunjungan sebelumnya. ProTip: bacalah semua slide sampai selesai 😉'), _defineProperty(_id$data, 'HELP_2a_Title', 'Bagaimana cara menyimpan/membackup dompet saya? '), _defineProperty(_id$data, 'x_CancelReplaceTx', 'Batalkan atau Ganti Transaksi'), _defineProperty(_id$data, 'x_CancelTx', 'Batalkan Transaksi'), _defineProperty(_id$data, 'x_PasswordDesc', 'Password ini * meng-enkripsi * Kunci Privat Anda. Ini bukan berfungsi sebagai "seed" untuk membuat "keys". **Anda akan memerlukan password ini + Kunci Privat Anda untuk membuka dompet Anda.**'), _defineProperty(_id$data, 'x_ReadMore', 'Lebih lanjut'), _defineProperty(_id$data, 'x_ReplaceTx', 'Ganti Transaksi'), _defineProperty(_id$data, 'x_TransHash', 'Hash Transaksi'), _defineProperty(_id$data, 'x_TXFee', 'Biaya TX'), _defineProperty(_id$data, 'x_TxHash', 'Hash TX'), _defineProperty(_id$data, 'NAV_CheckTxStatus', 'Check Status TX'), _defineProperty(_id$data, 'NAV_TxStatus', 'Status TX'), _defineProperty(_id$data, 'tx_Details', 'Detail Transaksi'), _defineProperty(_id$data, 'tx_Summary', 'Saat volume sedang tinggi (misalnya saat ICOs) transaksi dapat tertunda selama berjam-jam, bahkan hari. Fitur ini memberikan kemampuan untuk menemukan dan membatalkan / mengganti TX. ** Ini bukanlah hal yang pada umumnya dapat dilakukan. Jangan bergantung pada fitur ini & fitur ini hanya akan bekerja saat TX pool penuh. [Penjelasan tentang firur ini bisa dibaca di sini.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_id$data, 'tx_notFound', 'Transaksi tidak ditemukan'), _defineProperty(_id$data, 'tx_notFound_1', 'TX ini tidak dapat ditemukan di TX Pool dari node yang anda pakai.'), _defineProperty(_id$data, 'tx_notFound_2', 'Jika transaksi baru saja terkirim, tunggu 15 detik dan tekan tombol "Check TX Status" lagi. '), _defineProperty(_id$data, 'tx_notFound_3', 'Kemungkinan masih di TX pool dari node lain, menunggu untuk ditambang (mined).'), _defineProperty(_id$data, 'tx_notFound_4', 'Gunakan dropdown di kanan atas & pilih node ETH lainnya (e.g. `ETH (Etherscan.io)` atau `ETH (Infura.io)` atau `ETH (MyEtherWallet)`) dan check kembali.'), _defineProperty(_id$data, 'tx_foundInPending', 'Transaksi yang tertunda ditemukan'), _defineProperty(_id$data, 'tx_foundInPending_1', 'Transaksi Anda berlokasi di TX pool dari node yang Anda pakai. '), _defineProperty(_id$data, 'tx_foundInPending_2', 'Saat ini statusnya tertunda (menunggu untuk ditamnbang (mined). '), _defineProperty(_id$data, 'tx_foundInPending_3', 'Ada kemungkinan Anda dapat membatalkan atau mengganti transaksi ini. Buka dompet Anda di bawah ini.'), _defineProperty(_id$data, 'tx_FoundOnChain', 'Transaksi ditemukan'), _defineProperty(_id$data, 'tx_FoundOnChain_1', 'Transaksi Anda telah berhasil ditambang (mined) dan sudah masuk di blockchain.'), _defineProperty(_id$data, 'tx_FoundOnChain_2', '**Jika muncul Error `( ! )`, atau `BAD INSTRUCTION` atau `OUT OF GAS` berwarna merah**, artinya transaksi tidak berhasil terkirim. Transaksi ini tidak dapat dibatalkan ataupun diganti. Yang dapat Anda lakukan adalah mengirim transaksi baru. Jika muncul Error "Out of Gas" error, lipat dua-kan jumlah gas limit dari yang dipakai sebelumnya.'), _defineProperty(_id$data, 'tx_FoundOnChain_3', '**Jika tidak ada Error, artinya transaksi Anda berhasil terkirim.** ETH atau Token akan masuk ke alamat yang dituju. Jika ETH atau Token tidak muncul di alamat dompet / exchange account yang dituju, dan sudah lebih dari 24 jam sejak pengiriman, segera [hubungi penerima kiriman](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Lampirkan *link* dari transaksi Anda dan mintalah bantuan untuk memeriksa apa yang terjadi.'), _defineProperty(_id$data, 'GEN_Help_1', 'Memakai'), _defineProperty(_id$data, 'GEN_Help_2', 'untuk mengakses account Anda.'), _defineProperty(_id$data, 'GEN_Help_3', 'Device Anda * adalah * dompet Anda.'), _defineProperty(_id$data, 'GEN_Help_4', 'Panduan & FAQ'), _defineProperty(_id$data, 'GEN_Help_5', 'Bagaimana membuat Dompet'), _defineProperty(_id$data, 'GEN_Help_6', 'Mulai'), _defineProperty(_id$data, 'GEN_Help_7', 'Jaga keamanan-nya · Buat backup · Jangan berikan kepada siapapun · Jangan sampai hilang · Kehilangan bersifat permanen.'), _defineProperty(_id$data, 'GEN_Help_8', 'Tidak mengunduh file? '), _defineProperty(_id$data, 'GEN_Help_9', 'Coba memakai Google Chrome '), _defineProperty(_id$data, 'GEN_Help_10', 'Klik kanan dan "Save file as". Nama file: '), _defineProperty(_id$data, 'GEN_Help_11', 'Jangan buka file ini di komouter Anda '), _defineProperty(_id$data, 'GEN_Help_12', 'Pakailah untuk membuka dompet Anda melalui MyEtherWallet (atau Mist, Geth, Parity maupun perangkat lunak dompet lainnya.) '), _defineProperty(_id$data, 'GEN_Help_13', 'Cara membuat Back Up dari Keystore File Anda '), _defineProperty(_id$data, 'GEN_Help_14', 'Format apakah yang bermacam-macam ini? '), _defineProperty(_id$data, 'GEN_Help_15', 'Mencegah kehilangan dan pencurian dana Anda.'), _defineProperty(_id$data, 'GEN_Help_16', 'Format apakah yang bermacam-macam ini?'), _defineProperty(_id$data, 'GEN_Help_17', 'Kenapa saya harus?'), _defineProperty(_id$data, 'GEN_Help_18', 'Untuk memiliki backup sekunder.'), _defineProperty(_id$data, 'GEN_Help_19', 'Pada saat Anda lupa password.'), _defineProperty(_id$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_id$data, 'GET_ConfButton', 'Saya paham. Lanjutkan.'), _defineProperty(_id$data, 'GEN_Label_5', 'Simpan Kunci Privat Anda. '), _defineProperty(_id$data, 'GEN_Unlock', 'Buka kunci dompet Anda untuk melihat alamat Anda'), _defineProperty(_id$data, 'GAS_PRICE_Desc', 'Harga Gas Price adalah jumlah yang Anda bayar per unit gas. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Makin tinggi harga gas = transaksi makin cepat, tapi makin mahal. Default-nya `41 GWEI`.'), _defineProperty(_id$data, 'GAS_LIMIT_Desc', 'Batas Gas (Gas limit) adalah jumlah gas untuk dikirim bersama TX Anda. `Biaya TX = harga gas * gas limit` & dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Menaikkan angka ini tidak mempercepat TX Anda untuk ditambang. Pengiriman ETH = `21000`. Pengiriman Token = ~`200000`.'), _defineProperty(_id$data, 'NONCE_Desc', 'Nonce adalah nomor transaksi yang dikirimn dari sebuah alamat. Ini untuk menjamin agar pengiriman terlaksana secara runtut dan tidak ada yang dilakukan lebih dari sekali.'), _defineProperty(_id$data, 'TXFEE_Desc', 'Biaya TX Fee dibayarkan kepada miners untuk memasukkan TX Anda ke dalam block. Jumlahnya = `gas limit` * `gas price`. [Anda dapat mengkonversi GWEI -> ETH](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_id$data, 'NAV_AddWallet', 'Tambahkan Dompet '), _defineProperty(_id$data, 'NAV_BulkGenerate', 'Pembuatan Multiple Dompet '), _defineProperty(_id$data, 'NAV_Contact', 'Kontak '), _defineProperty(_id$data, 'NAV_Contracts', 'Kontrak '), _defineProperty(_id$data, 'NAV_DeployContract', 'Buat Kontract '), _defineProperty(_id$data, 'NAV_ENS', 'ENS'), _defineProperty(_id$data, 'NAV_GenerateWallet_alt', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_GenerateWallet', 'Buat Dompet '), _defineProperty(_id$data, 'NAV_Help', 'Bantuan '), _defineProperty(_id$data, 'NAV_InteractContract', 'Interaksi dengan Kontrak '), _defineProperty(_id$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_id$data, 'NAV_MyWallets', 'Dompet Saya '), _defineProperty(_id$data, 'NAV_Offline', 'Kirim Offline '), _defineProperty(_id$data, 'NAV_SendEther', 'Kirim Ether dan Token '), _defineProperty(_id$data, 'NAV_SendTokens', 'Kirim Token '), _defineProperty(_id$data, 'NAV_SignMsg', 'Penandaan Pesan '), _defineProperty(_id$data, 'NAV_Swap', 'Penukaran '), _defineProperty(_id$data, 'NAV_ViewWallet', 'Lihat Info Dompet '), _defineProperty(_id$data, 'NAV_YourWallets', 'Dompet Anda '), _defineProperty(_id$data, 'x_Access', 'Akses '), _defineProperty(_id$data, 'x_AddessDesc', 'Address Anda dikenal juga sebagai `Account #` atau `Public Key` Anda. Address inilah yang diberikan kepada pihak lain agar mereka bisa mengirim Ether atau Token. Pilihlah icon alamat berwarna untuk memudahkan identifikasi. Pastikan Address ini sama persis dengan yang tertulis di Dompet Kertas Anda maupun saat dipakai untuk keperluan lainnya. '), _defineProperty(_id$data, 'x_Address', 'Alamat Anda '), _defineProperty(_id$data, 'x_Cancel', 'Batal '), _defineProperty(_id$data, 'x_CSV', 'File CSV (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Download', 'Unduh '), _defineProperty(_id$data, 'x_Json', 'File JSON (tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_JsonDesc', 'Ini adalah Kunci Privat Anda dalam format JSON yang tidak ter-enkripsi. Tidak diperlukan password dan siapapun yang memiliki JSON Anda dapat mengakses dompet dan Ether Anda tanpa password. '), _defineProperty(_id$data, 'x_Keystore', 'File Keystore (UTC / JSON · Format yang direkomendasikan · Ter-enkripsi) '), _defineProperty(_id$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_id$data, 'x_KeystoreDesc', 'File Keystore ini sesuai dengan format yang dipakai Mist sehingga memudahkan untuk diimpor di kemudian hari. File ini yang disarankan untuk di unduh dan di backup. '), _defineProperty(_id$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_id$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_id$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_id$data, 'x_ParityPhrase', 'Frase Parity '), _defineProperty(_id$data, 'x_Password', 'Password '), _defineProperty(_id$data, 'x_Print', 'Print Dompet Kertas '), _defineProperty(_id$data, 'x_PrintDesc', 'ProTip: klik print dan simpan sebagai PDF jika Anda tidak memiliki printer! '), _defineProperty(_id$data, 'x_PrintShort', 'Print '), _defineProperty(_id$data, 'x_PrivKey', 'Kunci Privat (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_PrivKey2', 'Kunci Privat '), _defineProperty(_id$data, 'x_PrivKeyDesc', 'Ini adalah versi text yang tidak ter-enkripsi dan tidak memerlukan password. Jika file yang tidak ter-enkripsi ini sampai didapatkan orang lain, mereka dapat mengakses dompet Anda tanpa password. Oleh karenanya, sangat direkomendasikan untuk selalu memakai versi yang ter-enkripsi. '), _defineProperty(_id$data, 'x_Save', 'Simpan '), _defineProperty(_id$data, 'x_TXT', 'File TXT file (Tidak ter-enkripsi) '), _defineProperty(_id$data, 'x_Wallet', 'Dompet '), _defineProperty(_id$data, 'MEW_Warning_1', 'Pastikan menggunakan URL yang benar sebelum mengakses Dompet Anda atau sebelum membuat dompet baru. Waspadai situs phishing! '), _defineProperty(_id$data, 'CX_Warning_1', 'Pastikan membuat **backup eksternal** dari semua dompet yang ada. Banyak hal bisa terjadi yang bisa membuat data di Chrome Extension hilang, termasuk saat menginstall maupun menguninstall extension ini. Extension ini hanya untuk memudahkan mengakses dompet Anda, **BUKAN** untuk membackup. '), _defineProperty(_id$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_id$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_id$data, 'FOOTER_1', 'Client-side tool open source berbasis javascript untuk membuat Dompet dan transaksi Ethereum. '), _defineProperty(_id$data, 'FOOTER_1b', 'Oleh '), _defineProperty(_id$data, 'FOOTER_2', 'Donasi Anda akan sangat dihargai: '), _defineProperty(_id$data, 'FOOTER_3', 'Pembuatan Dompet Client-side wallet oleh '), _defineProperty(_id$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_id$data, 'sidebar_AccountInfo', 'Informasi Akun '), _defineProperty(_id$data, 'sidebar_AccountAddr', 'Alamat Akun '), _defineProperty(_id$data, 'sidebar_AccountBal', 'Saldo Akun '), _defineProperty(_id$data, 'sidebar_TokenBal', 'Saldo Token '), _defineProperty(_id$data, 'sidebar_Equiv', 'Nilai Ekuivalent '), _defineProperty(_id$data, 'sidebar_TransHistory', 'Sejarah Transaksi '), _defineProperty(_id$data, 'sidebar_donation', 'MyEtherWallet dapat dipergunakan secara cuma-cuma berdasarkan prinsip open source dengan tetap menjaga privasi dan keamanan. Semakin banyak donasi yang kami terima, semakin banyak waktu yang kami dapat luangkan untuk membuat fitur-fitur baru dan mewujudkan usulan dan keinginan para penggunanya. Tim kami yang terdiri dari hanya dua orang sangat membutuhkan dukungan Anda untuk mewujudkan cita-cita kami dalam membuat dunia yang semakin baik '), _defineProperty(_id$data, 'sidebar_donate', 'Kirim Donasi '), _defineProperty(_id$data, 'sidebar_thanks', 'Terima Kasih!!! '), _defineProperty(_id$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_id$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_id$data, 'decrypt_Access', 'Pilihan cara mengakses dompet Anda? '), _defineProperty(_id$data, 'decrypt_Title', 'Pilih format Kunci Privat: '), _defineProperty(_id$data, 'decrypt_Select', 'Pilih dompet: '), _defineProperty(_id$data, 'ADD_Label_1', 'Pilihan cara membuat dompet '), _defineProperty(_id$data, 'ADD_Radio_1', 'Buat dompet baru '), _defineProperty(_id$data, 'ADD_Radio_2', 'Pilih file dompet (Keystore/JSON) '), _defineProperty(_id$data, 'ADD_Radio_2_alt', 'Pilih file dompet '), _defineProperty(_id$data, 'ADD_Radio_2_short', 'PILIH FILE DOMPET... '), _defineProperty(_id$data, 'ADD_Radio_3', 'Paste/Ketik Kunci Privat Anda '), _defineProperty(_id$data, 'ADD_Radio_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Radio_5', 'Paste/Ketik Mnemonic Anda '), _defineProperty(_id$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_id$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_id$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_id$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_id$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_id$data, 'ADD_Label_2', 'Buat Alias: '), _defineProperty(_id$data, 'ADD_Label_3', 'File Dompet anda ter-enkripsi. Masukkan password '), _defineProperty(_id$data, 'ADD_Label_4', 'Tambah akun untuk dilihat '), _defineProperty(_id$data, 'ADD_Warning_1', 'Akun untuk "dilihat" dapat ditambahkan tanpa menggunakan Kunci Privat. Namun berarti tidak ada akses ke dompet tersebut dan transfer Ether tidak bisa dilakukan. '), _defineProperty(_id$data, 'ADD_Label_5', 'Masukkan alamat '), _defineProperty(_id$data, 'ADD_Label_6', 'Unlock dompet '), _defineProperty(_id$data, 'ADD_Label_6_short', 'Unlock '), _defineProperty(_id$data, 'ADD_Label_7', 'Tambah Akun '), _defineProperty(_id$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_id$data, 'MNEM_1', 'Pilih alamat yang Anda inginkan untuk berinteraksi. '), _defineProperty(_id$data, 'MNEM_2', 'Satu frasa "HD mnemonic" dapat mengakses beberapa dompet / alamat. Pilih alamat yang Anda inginkan untuk dipakai. '), _defineProperty(_id$data, 'MNEM_more', 'Tampilkan Alamat berikutnya '), _defineProperty(_id$data, 'MNEM_prev', 'Tampilkan Alamat sebelumnya '), _defineProperty(_id$data, 'ADD_Ledger_1', 'Hubungkan ke Ledger Wallet Anda '), _defineProperty(_id$data, 'ADD_Ledger_2', 'Buka Aplikasi Ethereum (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Exp', 'Buka Aplikasi Expanse (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_2_Ubq', 'Buka Aplikasi Ubiq (atau aplikasi kontrak) '), _defineProperty(_id$data, 'ADD_Ledger_3', 'Periksa bahwa "Browser Support" sudah di aktifkan di "Settings" '), _defineProperty(_id$data, 'ADD_Ledger_4', 'Jika "Browser Support" tidak ditemukan di "Settings", pastikan sudah mengupdate ke [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_id$data, 'ADD_Ledger_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_Ledger_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_Ledger_scan', 'Hubungkan ke Ledger Wallet '), _defineProperty(_id$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_id$data, 'x_Trezor', 'TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_scan', 'Hubungkan ke TREZOR '), _defineProperty(_id$data, 'ADD_Trezor_select', 'Ini adalah TREZOR seed '), _defineProperty(_id$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0a', 'Buka kembali MyEtherWallet melalui koneksi (SSL) yang aman '), _defineProperty(_id$data, 'ADD_DigitalBitbox_0b', 'Buka kembali MyEtherWallet menggunakan [Chrome](https://www.google.com/chrome/browser/desktop/) atau [Opera](https://www.opera.com/) '), _defineProperty(_id$data, 'ADD_DigitalBitbox_scan', 'Hubungkan ke Digital Bitbox '), _defineProperty(_id$data, 'GEN_desc', 'Jika Anda memerlukan lebih dari satu dompet, Anda dapat memakai fitur '), _defineProperty(_id$data, 'GEN_Label_1', 'Masukkan password yang kuat (setidaknya 9 karakter) '), _defineProperty(_id$data, 'GEN_Placeholder_1', 'JANGAN LUPA untuk mengingat dan menyimpannya! '), _defineProperty(_id$data, 'GEN_SuccessMsg', 'Berhasil! Dompet Anda sudah dibuat. '), _defineProperty(_id$data, 'GEN_Label_2', 'Simpan Keystore atau Kunci Privat. Jangan lupa Password-nya. '), _defineProperty(_id$data, 'GEN_Label_3', 'Simpan alamat dompet Anda. '), _defineProperty(_id$data, 'GEN_Label_4', 'Opsional: Print Dompet Kertas Anda, atau simpan versi QR code-nya. '), _defineProperty(_id$data, 'BULK_Label_1', 'Jumlah Dompet yang akan dibuat '), _defineProperty(_id$data, 'BULK_Label_2', 'Buat Dompet '), _defineProperty(_id$data, 'BULK_SuccessMsg', 'Sukses! Dompet sudah berhasil dibuat. '), _defineProperty(_id$data, 'SEND_addr', 'Alamat tujuan '), _defineProperty(_id$data, 'SEND_amount', 'Jumlah untuk dikirim '), _defineProperty(_id$data, 'SEND_amount_short', 'Jumlah '), _defineProperty(_id$data, 'SEND_custom', 'Tambahkan "Custom Token" '), _defineProperty(_id$data, 'SEND_gas', 'Gas '), _defineProperty(_id$data, 'SEND_TransferTotal', 'Kirim seluruh Saldo '), _defineProperty(_id$data, 'SEND_generate', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'SEND_raw', 'Transaksi Raw '), _defineProperty(_id$data, 'SEND_signed', '"Signed Transaction" '), _defineProperty(_id$data, 'SEND_trans', 'Kirim Transaksi '), _defineProperty(_id$data, 'SENDModal_Title', 'PERINGATAN! '), _defineProperty(_id$data, 'SENDModal_Content_1', 'Anda akan mengirim '), _defineProperty(_id$data, 'SENDModal_Content_2', 'ke alamat '), _defineProperty(_id$data, 'SENDModal_Content_3', 'Apakah ini benar? '), _defineProperty(_id$data, 'SENDModal_Content_4', 'CATATAN: Jika terjadi Error, kemungkinan Anda harus menambah Ether ke akun Anda untuk menutup biaya gas dan pengiriman. Gas dibayar dalam Ether. '), _defineProperty(_id$data, 'SENDModal_No', 'Batalkan! '), _defineProperty(_id$data, 'SENDModal_Yes', 'Ya! Laksanakan Transaksi-nya. '), _defineProperty(_id$data, 'TOKEN_Addr', 'Alamat Token Contract'), _defineProperty(_id$data, 'TOKEN_Symbol', 'Simbol Token '), _defineProperty(_id$data, 'TOKEN_Dec', 'Desimal '), _defineProperty(_id$data, 'TOKEN_show', 'Tampilkan Semua Token '), _defineProperty(_id$data, 'TOKEN_hide', 'Jangan tampilkan Token '), _defineProperty(_id$data, 'TRANS_desc', 'Untuk pengiriman Token, gunakan halaman "Kirim Token". '), _defineProperty(_id$data, 'TRANS_warning', 'Penggunaan fitur "Hanya ETH" atau "Hanya ETC" memakai pengiriman melalui Kontrak. Beberapa layanan tidak menerima transaksi jenis ini. Baca lebih lanjut. '), _defineProperty(_id$data, 'TRANS_advanced', '+Advanced: Tambah Data '), _defineProperty(_id$data, 'TRANS_data', 'Data '), _defineProperty(_id$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_id$data, 'TRANS_sendInfo', 'Transaksi standar menggunakan 21000 gas membutuhkan 0.000441 ETH. Kami memakai harga gas sedikit-diatas-harga-gas-minimum senilai 0.000000021 ETH untuk mempercepat. Kami tidak mengambil biaya atas transaksi. '), _defineProperty(_id$data, 'TRANSModal_Title', 'Transaksi "Hanya ETH" dan "Hanya ETC" '), _defineProperty(_id$data, 'TRANSModal_Content_0', 'Catatan terkait jenis transaksi dan layanan: '), _defineProperty(_id$data, 'TRANSModal_Content_1', '**ETH (Transaksi Standar): ** Transaksi default ini melakukan pengiriman langsung dari alamat pengirim ke alamat tujuan. Nilai Gas 21000. Besar kemungkinan ETH yang dikirim dengan metode ini akan di "replay" di rantai ETC. '), _defineProperty(_id$data, 'TRANSModal_Content_2', '**Hanya ETH: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETH** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_3', '**Hanya ETC: ** Pengiriman melalui [kontrak penangkal "replay" oleh Timon Rapp (direkomendasikan oleh VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) sehingga hanya dilaksanakan di rantai **ETC** saja. '), _defineProperty(_id$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Hanya melakukan pengiriman melalui Transaksi Standar saja. Jika Anda mengirim menggunakan "Hanya ETH" atau "Hanya ETC", hubungi layanan konsumen mereka untuk menambahkan saldo Anda secara manual atau membatalkan transaksinya. [Bisa juga dicoba fasilitas "split" dari Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_id$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Tidak ada masalah dengan tipe pengiriman. Anda bisa memilih metode yang mana saja. '), _defineProperty(_id$data, 'TRANSModal_Yes', 'Baik, saya sudah paham sekarang. '), _defineProperty(_id$data, 'TRANSModal_No', 'Waduh, saya jadi tambah bingung. Bantu saya. '), _defineProperty(_id$data, 'OFFLINE_Title', 'Penyiapan & Pengiriman Transaksi Offline '), _defineProperty(_id$data, 'OFFLINE_Desc', 'Penyiapan Transaksi Offline memerlukan tiga langkah. Langkah 1 & 3 dilakukan menggunakan komputer "online", sementara langkah 2 menggunakan komputer yang "offline/airgapped". Ini untuk menjaga agar Kunci Privat Anda tidak menyentuh perangkat yang terkoneksi dengan internet. '), _defineProperty(_id$data, 'OFFLLINE_Step1_Title', 'Langkah 1: Pelengkapan Informasi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step1_Button', 'Buat Informasi '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_1', 'Alamat Pengirim '), _defineProperty(_id$data, 'OFFLINE_Step1_Label_2', 'Catatan: Ini adalah alamat PENGIRIM, bukan alamat TUJUAN. "Nonce" dibuat oleh akun pengirim. Jika memakai komputer yang "airgapped", ini adalah alamat akun "cold-storage". '), _defineProperty(_id$data, 'OFFLINE_Step2_Title', 'Langkah 2: Pelengkapan Transaksi (komputer Offline) '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_1', 'Alamat Tujuan '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_2', 'Nilai/Jumlah untuk dikirim '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3', 'Harga Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_3b', 'Nilai ini dihasilkan/ditunjukkan dari Langkah 1 yang dilakukan melalui komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4', 'Limit Gas '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_4b', 'Limit Gas di set pada 21000. Jika ada data tambahan atau pengiriman melalui kontrak, nilainya bisa berbeda. Gas yang tidak terpakai akan dikembalikan. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_5b', 'Ini ditunjukkan dari Langkah 1 di komputer online di atas. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_6b', 'Ini opsional/tidak harus diisi. Data biasanya diperlukan jika bertransaksi melalui kontrak. '), _defineProperty(_id$data, 'OFFLINE_Step2_Label_7', 'Masukkan/Pilih Kunci Privat/JSON Anda. '), _defineProperty(_id$data, 'OFFLINE_Step3_Title', 'Langkah 3: Kirim/Publikasikan Transaksi (komputer Online) '), _defineProperty(_id$data, 'OFFLINE_Step3_Label_1', '"Paste" data "Signed Transaction" dari Langkah 2 di atas dan klik tombol "Kirim Transaksi". '), _defineProperty(_id$data, 'MSG_message', 'Pesan '), _defineProperty(_id$data, 'MSG_date', 'Tanggal '), _defineProperty(_id$data, 'MSG_signature', 'Signature '), _defineProperty(_id$data, 'MSG_verify', 'Verifikasi Pesan '), _defineProperty(_id$data, 'MSG_info1', 'Cantumkan tanggal hari ini sehingga "Signature" tidak dapat dipakai ulang pada tanggal yang berbeda. '), _defineProperty(_id$data, 'MSG_info2', 'Cantumkan nama atau "nickname" Anda dan dimana "nickname" tersebut dipakai sehingga pihak lain tidak dapat memakainya. '), _defineProperty(_id$data, 'MSG_info3', 'Cantumkan alasan yang spesifik untuk pesan ini sehingga pesan yang ditandai ini tidak dapat dipakai ulang untuk keperluan lain. '), _defineProperty(_id$data, 'MYWAL_Nick', 'Dompet Alias '), _defineProperty(_id$data, 'MYWAL_Address', 'Alamat Dompet '), _defineProperty(_id$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_id$data, 'MYWAL_Edit', 'Edit '), _defineProperty(_id$data, 'MYWAL_View', 'Tampilkan '), _defineProperty(_id$data, 'MYWAL_Remove', 'Hapus '), _defineProperty(_id$data, 'MYWAL_RemoveWal', 'Hapus Dompet: '), _defineProperty(_id$data, 'MYWAL_WatchOnly', 'Akun Untuk-Dilihat-Saja Anda '), _defineProperty(_id$data, 'MYWAL_Viewing', 'Viewing Wallet '), _defineProperty(_id$data, 'MYWAL_Hide', 'Sembunyikan Informasi Dompet '), _defineProperty(_id$data, 'MYWAL_Edit_2', 'Edit Dompet '), _defineProperty(_id$data, 'MYWAL_Name', 'Nama Dompet '), _defineProperty(_id$data, 'MYWAL_Content_1', 'Peringatan! Anda akan menghapus Dompet '), _defineProperty(_id$data, 'MYWAL_Content_2', 'Pastkan Anda telah **menyimpan Kunci Privat dan/atau File Keystore File dan password** sebelum menghapus Dompet. '), _defineProperty(_id$data, 'MYWAL_Content_3', 'Jika Anda akan memakai dompet ini dengan MyEtherWallet CX Anda ke depan, Kunci Privat/JSON dan password harus ditambahkan lagi secara manual. '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle', 'Memungkinkan Anda untuk mencetak Dompet Kertas dari berbagai format atau versi Kunci Privat. Hal ini diperlukan pada saat anda ingin [mengimpor akun Anda ke Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jika Anda hanya ingin pengecekan saldo, pakailah salah satu layanan blockchain explorer seperti [etherscan.io](https://etherscan.io/). '), _defineProperty(_id$data, 'VIEWWALLET_Subtitle_Short', 'Untuk pencetakan Dompet Kertas dari berbagai format Kunci Privat. '), _defineProperty(_id$data, 'VIEWWALLET_SuccessMsg', 'Berhasil! Berikut detil dari dompet Anda. '), _defineProperty(_id$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_id$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_id$data, 'CX_error_1', 'Anda tidak memiliki Dompet yang disimpan sebelumnya. Klik ["Buat Dompet"](/cx-wallet.html#add-wallet) untuk membuatnya! '), _defineProperty(_id$data, 'CX_quicksend', 'Kirim '), _defineProperty(_id$data, 'NODE_Title', 'Set Up Node Custom Anda'), _defineProperty(_id$data, 'NODE_Subtitle', 'Untuk terhubung ke node lokal...'), _defineProperty(_id$data, 'NODE_Warning', 'Node Anda harus berupa HTTPS untuk dapat terhubung melalui MyEtherWallet.com. Anda dapat [mengunduh MyEtherWallet repo & menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest) untuk terhubung ke node apa saja. Atau, dapatkan SSL certificate gratis melalui [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_id$data, 'NODE_Name', 'Nama Node'), _defineProperty(_id$data, 'NODE_Port', 'Port Node'), _defineProperty(_id$data, 'NODE_CTA', 'Simpan & Pakai Node Custom'), _defineProperty(_id$data, 'CONTRACT_Title', 'Alamat Kontrak '), _defineProperty(_id$data, 'CONTRACT_Title_2', 'Pilih kontrak yang ada '), _defineProperty(_id$data, 'CONTRACT_Json', 'Interface ABI / JSON '), _defineProperty(_id$data, 'CONTRACT_Interact_Title', 'Kontrak Read / Write '), _defineProperty(_id$data, 'CONTRACT_Interact_CTA', 'Pilih fungsi '), _defineProperty(_id$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_id$data, 'CONTRACT_Read', 'READ '), _defineProperty(_id$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_id$data, 'DEP_generate', 'Buat Bytecode '), _defineProperty(_id$data, 'DEP_generated', 'Bytecode yang dibuat '), _defineProperty(_id$data, 'DEP_signtx', 'Laksanakan Transaksi '), _defineProperty(_id$data, 'DEP_interface', 'Interface yang dibuat '), _defineProperty(_id$data, 'SWAP_rates', "Nilai Tukar yang berlaku "), _defineProperty(_id$data, 'SWAP_init_1', "Saya ingin menukar "), _defineProperty(_id$data, 'SWAP_init_2', " menjadi "), _defineProperty(_id$data, 'SWAP_init_CTA', "Lanjutkan! "), _defineProperty(_id$data, 'SWAP_information', "Informasi Anda "), _defineProperty(_id$data, 'SWAP_send_amt', "Jumlah untuk dikirim "), _defineProperty(_id$data, 'SWAP_rec_amt', "Jumlah untuk diterima "), _defineProperty(_id$data, 'SWAP_your_rate', "Nilai tukar Anda "), _defineProperty(_id$data, 'SWAP_rec_add', "Alamat penerima Anda "), _defineProperty(_id$data, 'SWAP_start_CTA', "Tukarkan "), _defineProperty(_id$data, 'SWAP_ref_num', "Nomor referensi Anda "), _defineProperty(_id$data, 'SWAP_time', "Sisa waktu untuk mengirim "), _defineProperty(_id$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_id$data, 'SWAP_progress_1', "Perintah Dijalankan "), _defineProperty(_id$data, 'SWAP_progress_2', "Menunggu "), _defineProperty(_id$data, 'SWAP_progress_3', "Diterima! "), _defineProperty(_id$data, 'SWAP_progress_4', "Mengirim {{orderResult.output.currency}} "), _defineProperty(_id$data, 'SWAP_progress_5', "Perintah Selesai "), _defineProperty(_id$data, 'SWAP_order_CTA', "Kirimkan "), _defineProperty(_id$data, 'SWAP_unlock', "Unlock wallet Anda untuk mengirim ETH atau Token langsung dari halaman ini. "), _defineProperty(_id$data, 'ERROR_0', 'Masukkan jumlah yang valid. '), _defineProperty(_id$data, 'ERROR_1', 'Password minimal terdiri dari 9 huruf. Pastikan password Anda kuat. '), _defineProperty(_id$data, 'ERROR_2', 'Maaf! tipe dompet ini tidak dikenal. '), _defineProperty(_id$data, 'ERROR_3', 'Ini bukan file dompet yang valid. '), _defineProperty(_id$data, 'ERROR_4', 'Unit tidak valid, gunakan salah satu dari unit berikut '), _defineProperty(_id$data, 'ERROR_5', 'Alamat tidak valid. '), _defineProperty(_id$data, 'ERROR_6', 'Password tidak valid. '), _defineProperty(_id$data, 'ERROR_7', 'Jumlah tidak valid. (Harus integer. Coba 0-18.) '), _defineProperty(_id$data, 'ERROR_8', 'Gas limit tidak valid. (Harus integer. Coba 21000-4000000.) '), _defineProperty(_id$data, 'ERROR_9', 'Nilai data tidak valid. (Harus hex.) '), _defineProperty(_id$data, 'ERROR_10', 'Jumlah Gas tidak valid. (Harus integer. Coba 20 GWEI / 20000000000 WEI.) '), _defineProperty(_id$data, 'ERROR_11', 'Nonce tidak valid. (Harus integer.) '), _defineProperty(_id$data, 'ERROR_12', 'Signed transaction tidak valid. '), _defineProperty(_id$data, 'ERROR_13', 'Sudah ada Dompet dengan nickname ini. '), _defineProperty(_id$data, 'ERROR_14', 'Dompet tidak ditemukan. '), _defineProperty(_id$data, 'ERROR_15', 'Tidak ditemukan proposal dengan ID ini atau terjadi error saat membaca proposal ini. '), _defineProperty(_id$data, 'ERROR_16', 'Terdapat dompet dengan alamat yang sama di storage. Cek kembali halaman dompet Anda. '), _defineProperty(_id$data, 'ERROR_17', 'Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Minimal harus ada **0.01 ETH** di akun untuk menutup biaya gas. Tambahkan ether dan coba lagi. '), _defineProperty(_id$data, 'ERROR_18', 'Semua gas akan digunakan pada transaksi ini. Ini berarti Anda telah memberikan suara pada proposal ini atau periode perdebatan telah berakhir. '), _defineProperty(_id$data, 'ERROR_19', 'Simbol tidak valid '), _defineProperty(_id$data, 'ERROR_20', 'Bukan ERC-20 token yang valid.'), _defineProperty(_id$data, 'ERROR_21', 'Tidak dapat memperkirakan gas. Saldo di akun tidak cukup, atau alamat kontrak penerima bisa mengeluarkan error. Cobalah untuk secara manual mengatur gas dan melanjutkan. Keterangan Error saat pengiriman mungkin lebih informatif. '), _defineProperty(_id$data, 'ERROR_22', 'Masukkan nama node yang valid'), _defineProperty(_id$data, 'ERROR_23', 'Masukkan URL yang valid. Jika Anda menggunakan https, URL Anda harus https'), _defineProperty(_id$data, 'ERROR_24', 'Masukkan port yang valid. '), _defineProperty(_id$data, 'ERROR_25', 'Masukkan chain ID yang valid. '), _defineProperty(_id$data, 'ERROR_26', 'Masukkan ABI yang valid. '), _defineProperty(_id$data, 'ERROR_27', 'Jumlah Minimum: 0.01. Jumlah Max: '), _defineProperty(_id$data, 'ERROR_28', '**DIPERLUKAN File Keystore & password** (atau Kunci Privat) untuk mengakses dompet Anda. Simpan dan backup dengan baik file ini! Tidak ada mekanisme untuk me-recover dompet jika file-nya hilang. Baca instruksi lengkapnya [di sini](https://www.myetherwallet.com/#help). '), _defineProperty(_id$data, 'ERROR_29', 'Masukkan user dan password yang valid. '), _defineProperty(_id$data, 'ERROR_30', 'Masukkan nama yang vaklid (7+ karakter, tanda baca terbatas) '), _defineProperty(_id$data, 'ERROR_31', 'Masukkan frase rahasia yang valid. '), _defineProperty(_id$data, 'ERROR_32', 'Tidak dapat tersambung ke node. Coba lakukan "Refresh" dan ganti node (pojok kanan atas), dan check setting firewall. Jika node-nya custom, periksa configs-nya.'), _defineProperty(_id$data, 'ERROR_33', 'Dompet yang Anda buka tidak sesuai dengan address pemiliknya. '), _defineProperty(_id$data, 'ERROR_34', 'Nama yang Anda coba buka tidak sama dengan nama yang dimasukkan. '), _defineProperty(_id$data, 'ERROR_35', 'Address yang dimasukkan tidak di checksum. Informasi lebih lanjut'), _defineProperty(_id$data, 'ERROR_36', 'Masukkan TX hash yang valid'), _defineProperty(_id$data, 'ERROR_37', 'Masukkan hex string yang valid (0-9, a-f)'), _defineProperty(_id$data, 'SUCCESS_1', 'Alamat valid '), _defineProperty(_id$data, 'SUCCESS_2', 'Dompet telah ter-dekripsi '), _defineProperty(_id$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_id$data, 'SUCCESS_4', 'Dompet Anda telah ditambahkan '), _defineProperty(_id$data, 'SUCCESS_5', 'File Terpilih '), _defineProperty(_id$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_id$data, 'SUCCESS_7', 'Message Signature ter-verifikasi'), _defineProperty(_id$data, 'WARN_Send_Link', 'Alamat, jumlah, gas atau informasi telah diisikan untuk Anda. Informasi tersebut dapat Anda rubah sebelum pengiriman. Buka kunci dompet Anda Untuk memulai. '), _defineProperty(_id$data, 'GETH_InvalidSender', 'Pengirim tidak valid '), _defineProperty(_id$data, 'GETH_Nonce', 'Nonce terlalu rendah '), _defineProperty(_id$data, 'GETH_Cheap', 'Harga Gas terlalu kecil untuk dapat diterima '), _defineProperty(_id$data, 'GETH_Balance', 'Saldo tidak mencukupi '), _defineProperty(_id$data, 'GETH_NonExistentAccount', 'Akun tidak ditemukan atau saldo terlalu rendah '), _defineProperty(_id$data, 'GETH_InsufficientFunds', 'Tidak cukup saldo untuk gas * harga + nilai '), _defineProperty(_id$data, 'GETH_IntrinsicGas', 'Gas intrinsik terlalu rendah '), _defineProperty(_id$data, 'GETH_GasLimit', 'Melebihi limit blok gas '), _defineProperty(_id$data, 'GETH_NegativeValue', 'Nilai negatif '), _defineProperty(_id$data, 'PARITY_AlreadyImported', "(parity-01) Transaksi dengan hash yang sama sudah pernah di-impor sebelumnya. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_GasLimitExceeded', "(parity-02) Biaya transaksi melebihi limit gas yang berlaku. Limit: {}, tersedia: {}. Coba turunkan gas yang disediakan. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_InsufficientBalance', "(parity-03) Dana tidak mencukupi. Akun yang dipakai untuk mengirim tidak memiliki dana yang cukup. Diperlukan {} dan hanya tersedia: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InsufficientGasPrice', "(parity-04) Biaya transaksi terlalu rendah. Tidak memenuhi nilai biaya minimal untuk node Anda(minimal: {}, got: {}). Coba naikkan biaya transaksi. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_InvalidGasLimit', "(parity-05) Gas yang disediakan nilainya diatas limit. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_id$data, 'PARITY_LimitReached', "(parity-06) Terlalu banyak transaksi dalam antrian. Transaksi Anda gugur karena melampaui batas. Coba naikkan biaya transaksi There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'PARITY_Old', "(parity-07) Nonce transaksi terlalu kecil. Coba naikkan nilai Nonce-nya. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_id$data, 'PARITY_TooCheapToReplace', "(parity-08) Biaya transaksi terlalu rendah. Ada transaksi lain dengan nonce yang sama dalam antrian. Coba naikkan biaya transaksi atau naikkan nonce-nya. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_id$data, 'translate_version', '0.3 '), _defineProperty(_id$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_id$data, 'TranslatorName_1', '[Yos Ginting](https://www.myetherwallet.com/?gaslimit=21000&to=0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c&value=1.0#send-transaction) '), _defineProperty(_id$data, 'TranslatorAddr_1', '0x8F646C5c215be6E0163f02Bd2eB97AFC2DF70e5c '), _defineProperty(_id$data, 'TranslatorName_2', ''), _defineProperty(_id$data, 'TranslatorAddr_2', ''), _defineProperty(_id$data, 'TranslatorName_3', ''), _defineProperty(_id$data, 'TranslatorAddr_3', ''), _defineProperty(_id$data, 'TranslatorName_4', ''), _defineProperty(_id$data, 'TranslatorAddr_4', ''), _defineProperty(_id$data, 'TranslatorName_5', ''), _defineProperty(_id$data, 'TranslatorAddr_5', ''), _defineProperty(_id$data, 'HELP_Warning', 'Jika Anda telah membuat dompet -atau- mendownload repo sebelum **Des. 31, 2015**, periksa dompet Anda & download versi repo yang baru. Klik untuk penjelasan yang lebih rinci. '), _defineProperty(_id$data, 'HELP_Desc', 'Anda melihat sesuatu yang hilang? Atau ada pertanyaan lain? [Hubungi kami](mailto:support@myetherwallet.com), dan kami tidak hanya akan menjawab pertanyaan Anda, kami akan memperbarui halaman ini untuk lebih bermanfaat bagi pengguna lainnya kedepan! '), _defineProperty(_id$data, 'HELP_Remind_Title', 'Beberapa pengingat '), _defineProperty(_id$data, 'HELP_Remind_Desc_1', '** Ethereum, MyEtherWallet.com & MyEtherWallet CX, dan beberapa library Javascript yang kami gunakan sedang dalam pengembangan yang aktif.** Meskipun kami telah benar-benar menguji & puluhan ribu dompet telah berhasil diciptakan oleh para pengguna di seluruh dunia, selalu ada kemungkinan bahwa sesuatu yang tidak terduga dapat terjadi yang menyebabkan ETH Anda hilang. Tolong jangan menginvestasikan lebih dari yang Anda mampu kehilangan, dan mohon berhati-hati. Jika ada sesuatu yang buruk terjadi, kami mohon maaf, tapi **kami tidak bertanggung jawab atas Ether yang hilang**. '), _defineProperty(_id$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX bukan "dompet web". Anda tidak membuat akun atau memberikan Ether Anda untuk kami pegang. Semua data tidak pernah meninggalkan komputer/browser Anda. Kami mempermudah Anda untuk membuat, menyimpan, dan mengakses informasi Anda dan berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_Remind_Desc_3', 'Jika Anda tidak menyimpan Kunci Privat & password Anda, tidak ada cara untuk memulihkan akses ke dompet Anda atau dana yang ada di dalamnya. Simpan kunci cadangan ke beberapa lokasi fisik – jangan hanya di komputer Anda saja! '), _defineProperty(_id$data, 'HELP_0_Title', '0) Saya masih baru. Apa yang harus saya lakukan? '), _defineProperty(_id$data, 'HELP_0_Desc_1', 'MyEtherWallet memberi Anda kemampuan untuk membuat dompet baru sehingga Anda dapat menyimpan Ether oleh diri Anda sendiri, bukan di bursa. Proses ini dilakukan sepenuhnya di komputer Anda, bukan di server kami. Oleh karena itu, saat Anda membuat dompet baru, **Anda bertanggung jawab untuk menyimpan cadangan/backup-nya dengan aman**. '), _defineProperty(_id$data, 'HELP_0_Desc_2', 'Buat dompet baru. '), _defineProperty(_id$data, 'HELP_0_Desc_3', 'Buat dompet cadangan/backup. '), _defineProperty(_id$data, 'HELP_0_Desc_4', 'Verifikasi bahwa Anda memiliki akses ke dompet baru ini dan telah menyimpan semua informasi yang diperlukan dengan benar. '), _defineProperty(_id$data, 'HELP_0_Desc_5', 'Transfer Ether ke dompet baru ini. '), _defineProperty(_id$data, 'HELP_1_Title', '1) Bagaimana cara membuat dompet baru? '), _defineProperty(_id$data, 'HELP_1_Desc_1', 'Buka halaman "Buat Dompet". '), _defineProperty(_id$data, 'HELP_1_Desc_2', 'Buka laman "Tambahkan Dompet" & pilih "Buat Dompet Baru" '), _defineProperty(_id$data, 'HELP_1_Desc_3', 'Masukkan password yang kuat. Jika Anda pikir Anda mungkin melupakannya, simpan di tempat yang aman. Anda memerlukan password ini untuk mengirim transaksi. '), _defineProperty(_id$data, 'HELP_1_Desc_4', 'Klik "GENERATE/BUAT". '), _defineProperty(_id$data, 'HELP_1_Desc_5', 'Dompet Anda telah dibuat. '), _defineProperty(_id$data, 'HELP_2a_Desc_1', 'Anda harus selalu membuat cadangan/backup dompet Anda secara eksternal dan di beberapa lokasi fisik - seperti pada drive USB dan/atau selembar kertas. '), _defineProperty(_id$data, 'HELP_2a_Desc_2', 'Simpan alamatnya. Anda bisa menyimpannya untuk diri sendiri atau membaginya dengan orang lain. Dengan cara itu, orang lain bisa mentransfer Ether ke Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_3', 'Simpan untuk diri sendiri semua versi Kunci Privat. Jangan berbagi dengan orang lain. Kunci Privat tersebut akan Anda diperlukan saat Anda ingin mengakses Ether Anda untuk mengirimkannya! Ada 3 jenis Kunci Privat: '), _defineProperty(_id$data, 'HELP_2a_Desc_4', 'Simpan alamat Anda, semua versi Kunci Privat, dan dompet kertas versi PDF dalam sebuah folder. Simpan ini di komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_5', 'Cetak alamat dompet jika Anda memiliki printer. Jika tidak, tuliskan kunci dan alamat privat Anda di selembar kertas. Simpan ini di lokasi yang aman, terpisah dari komputer dan drive USB Anda. '), _defineProperty(_id$data, 'HELP_2a_Desc_6', 'Ingat, Anda harus mencegah hilangnya kunci dan passwordnya karena hilang atau gagalnya hard drive, atau drive USB, atau lembaran kertasnya. Anda juga harus ingat kerusakan total dari area fisik yang ada (misalnya karena api atau banjir). '), _defineProperty(_id$data, 'HELP_2b_Title', '2b) Bagaimana cara penyimpanan yang aman / offline / cold storage menggunakan MyEtherWallet? '), _defineProperty(_id$data, 'HELP_2b_Desc_1', 'Kunjungi [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_id$data, 'HELP_2b_Desc_2', 'Klik file `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_id$data, 'HELP_2b_Desc_3', 'Pindahkan zip ke sebuah komputer yang tidak terhubung ke internet (airgapped). '), _defineProperty(_id$data, 'HELP_2b_Desc_4', 'Unzip file-nya dan double klik `index.html`. '), _defineProperty(_id$data, 'HELP_2b_Desc_5', 'Buat dompet dengan password yang kuat. '), _defineProperty(_id$data, 'HELP_2b_Desc_6', 'Simpan alamatnya. Simpan semua versi Kunci Privatnya. Simpan passwordnya jika Anda mampu untuk mengingatnya selamanya. '), _defineProperty(_id$data, 'HELP_2b_Desc_7', 'Simpan kertas-kertas tersebut / USB di beberapa lokasi yang terpisah secara fisik. '), _defineProperty(_id$data, 'HELP_2b_Desc_8', 'Buka halaman "Lihat Info Dompet" dan ketik password/Kunci Privat Anda untuk memastikannya benar dan akses dompet Anda. Periksa dan pastikan alamat yang Anda tulis sama. '), _defineProperty(_id$data, 'HELP_3_Title', '3) Bagaimana cara memverifikasi bahwa saya memiliki akses ke dompet baru saya? '), _defineProperty(_id$data, 'HELP_3_Desc_1', '**Sebelum Anda mengirim Ether ke dompet baru Anda**, Anda harus memastikan Anda memiliki akses ke dompet baru tersebut. '), _defineProperty(_id$data, 'HELP_3_Desc_2', 'Buka halaman "Lihat Info Dompet". '), _defineProperty(_id$data, 'HELP_3_Desc_3', 'Buka laman MyEtherWallet.com bagian "Lihat Info Dompet" . '), _defineProperty(_id$data, 'HELP_3_Desc_4', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_5', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_3_Desc_6', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_3_Desc_7', 'Informasi dompet Anda akan ditayangkan. Temukan alamat akun Anda, di samping ikon berbentuk lingkaran yang berwarna-warni. Ikon visual ini merepresentasikan alamat Anda. Pastikan bahwa alamat tersebut adalah alamat yang telah Anda simpan ke dokumen teks Anda dan telah juga disalin ke dompet kertas Anda. '), _defineProperty(_id$data, 'HELP_3_Desc_8', 'Jika Anda berencana untuk menyimpan ether dalam jumlah besar, sebaiknya coba untuk mengirimkan sejumlah kecil ether dari dompet baru sebelum menyetorkan jumlah yang besar. Kirim 0,001 ether ke dompet baru Anda, akses dompet itu, lalu coba kirimkan 0,001 ether itu ke alamat lain, dan pastikan semuanya berjalan lancar. '), _defineProperty(_id$data, 'HELP_4_Title', '4) Bagaimana cara mengirim Ether dari satu dompet ke dompet lainnya? '), _defineProperty(_id$data, 'HELP_4_Desc_1', 'Jika Anda berencana untuk memindahkan ether dalam jumlah besar, pastikan Anda telah menguji pengiriman sejumlah kecil ke dompet Anda terlebih dahulu untuk memastikan semuanya berjalan sesuai rencana. '), _defineProperty(_id$data, 'HELP_4_Desc_2', 'Buka halaman "Kirim Ether dan Token". '), _defineProperty(_id$data, 'HELP_4_Desc_3', 'Pilih file dompet Anda -atau- Kunci Privat Anda dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_4_Desc_4', 'Jika dompet dienkripsi, halaman isian password akan muncul secara otomatis. Masukkan passwordnya. '), _defineProperty(_id$data, 'HELP_4_Desc_5', 'Klik tombol "Buka Dompet/Unlock Wallet". '), _defineProperty(_id$data, 'HELP_4_Desc_6', 'Masukkan alamat yang ingin Anda kirim ke kolom "Alamat:". '), _defineProperty(_id$data, 'HELP_4_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4_Desc_9', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_4_Desc_10', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_4_Desc_11', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya. '), _defineProperty(_id$data, 'HELP_4_Desc_12', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.". '), _defineProperty(_id$data, 'HELP_4_Desc_13', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_4CX_Title', '4) Bagaimana cara mengirim Ether menggunakan MyEtherWallet CX? '), _defineProperty(_id$data, 'HELP_4CX_Desc_1', 'Pertama, Anda perlu menambahkan dompet. Setelah melakukannya, Anda memiliki 2 pilihan: menggunakan "QuickSend" dari ikon Chrome Extension atau menggunakan halaman "Kirim Ether dan Tokens". '), _defineProperty(_id$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_id$data, 'HELP_4CX_Desc_3', 'Klik Ikon Chrome Extension. '), _defineProperty(_id$data, 'HELP_4CX_Desc_4', 'Klik tombol "QuickSend". '), _defineProperty(_id$data, 'HELP_4CX_Desc_5', 'Pilih dompet yang dipakai untuk mengirim. '), _defineProperty(_id$data, 'HELP_4CX_Desc_6', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_4CX_Desc_7', 'Masukkan jumlah yang ingin Anda kirim. Anda juga dapat mengeklik tautan "Kirim Keseluruhan Saldo" jika Anda ingin mentransfer keseluruhan saldo. '), _defineProperty(_id$data, 'HELP_4CX_Desc_8', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_9', 'Verifikasi alamat dan jumlah yang Anda kirim sudah benar. '), _defineProperty(_id$data, 'HELP_4CX_Desc_10', 'Masukkan password untuk dompet itu. '), _defineProperty(_id$data, 'HELP_4CX_Desc_11', 'Klik "Kirim Transaksi". '), _defineProperty(_id$data, 'HELP_4CX_Desc_12', 'Menggunakan halaman "Kirim Ether dan Tokens" '), _defineProperty(_id$data, 'HELP_5_Title', '5) Bagaimana cara menjalankan MyEtherWallet.com secara offline/lokal? '), _defineProperty(_id$data, 'HELP_5_Desc_1', 'Anda dapat menjalankan MyEtherWallet.com secara lokal di komputer Anda, bukan dari server GitHub. Anda dapat membuat dompet yang benar-benar offline dan mengirim transaksi dari laman "Transaksi Offline". '), _defineProperty(_id$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sekarang berjalan sepenuhnya di komputer Anda. '), _defineProperty(_id$data, 'HELP_5_Desc_8', 'Jika Anda belum pernah melakukannya, Anda harus menyimpan folder dan seluruh isinya (bukan hanya `index.html`) agar bisa menjalankan websitenya. Jangan rubah atau pindahkan file apapun yang ada di dalam folder. Jika Anda akan menyimpan backup dari MyEtherWallet repo, sebaiknya simpan versi ZIP-nya untuk menggaransi bahwa isi foldernya lengkap. '), _defineProperty(_id$data, 'HELP_5_Desc_9', 'Karena kami masih terus memperbarui MyEtherWallet.com, sebaiknya Anda juga memperbarui versi repo yang Anda simpan secara berkala. '), _defineProperty(_id$data, 'HELP_5CX_Title', '6) Bagaimana cara memasang ekstensi ini dari repo, bukan dari Chrome Store? '), _defineProperty(_id$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip` dan unzip. '), _defineProperty(_id$data, 'HELP_5CX_Desc_3', 'Buka Google Chrome dan temukan Setting Anda (di menu di kanan atas). '), _defineProperty(_id$data, 'HELP_5CX_Desc_4', 'Klik "Extensions" di sebelah kiri. '), _defineProperty(_id$data, 'HELP_5CX_Desc_5', 'Check tombol "Developer Mode" di bagian atas dari laman tersebut. '), _defineProperty(_id$data, 'HELP_5CX_Desc_6', 'Klik tombol "Load unpacked extension...". '), _defineProperty(_id$data, 'HELP_5CX_Desc_7', 'Buka folder yang baru saja di unzip. Klik "select". '), _defineProperty(_id$data, 'HELP_5CX_Desc_8', 'Ekstensi tersebut sekarang akan muncul di bagian ekstensi dan di bilah Chrome Extension. '), _defineProperty(_id$data, 'HELP_7_Title', '7) Bagaimana cara mengirim Token & menambahkan token custom? '), _defineProperty(_id$data, 'HELP_7_Desc_0', 'Kunjungi [Ethplorer.io](https://ethplorer.io/) untuk mendapatkan informasi terkait token dan token desimal. '), _defineProperty(_id$data, 'HELP_7_Desc_1', 'Buka halaman "Kirim Token". '), _defineProperty(_id$data, 'HELP_7_Desc_2', 'Buka dompet Anda. '), _defineProperty(_id$data, 'HELP_7_Desc_3', 'Masukkan alamat tujuan yang ingin Anda kirimi ke kolom "Alamat tujuan:". '), _defineProperty(_id$data, 'HELP_7_Desc_4', 'Masukkan jumlah yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_5', 'Pilih token yang ingin Anda kirim. '), _defineProperty(_id$data, 'HELP_7_Desc_6', 'Jika Anda tidak melihat token di dalam daftar yang ada: '), _defineProperty(_id$data, 'HELP_7_Desc_7', 'Klik "Custom". '), _defineProperty(_id$data, 'HELP_7_Desc_8', 'Masukkan alamat, nama, dan desimal dari token. Ini di set oleh para pengembang token dan juga dibutuhkan saat Anda "Add a Watch Token" ke Mist. '), _defineProperty(_id$data, 'HELP_7_Desc_9', 'Klik "Simpan". '), _defineProperty(_id$data, 'HELP_7_Desc_10', 'Anda sekarang dapat mengirim token itu dan juga melihat saldonya di sidebar. '), _defineProperty(_id$data, 'HELP_7_Desc_11', 'Klik "Buat Transaksi". '), _defineProperty(_id$data, 'HELP_7_Desc_12', 'Beberapa data tambahan akan dimunculkan. Ini adalah proses dari browser Anda menjalankan transaksi. '), _defineProperty(_id$data, 'HELP_7_Desc_13', 'Klik tombol "Kirim Transaksi" berwarna biru di bawahnya.. '), _defineProperty(_id$data, 'HELP_7_Desc_14', 'Pop-up akan muncul. Pastikan jumlah dan alamat yang dituju benar. Kemudian klik tombol "Ya, saya yakin! Lakukan transaksi.".'), _defineProperty(_id$data, 'HELP_7_Desc_15', 'Transaksi akan dijalankan. TX Hash akan ditampilkan. Anda bisa klik TX Hash tersebut untuk melihatnya di blockchain. '), _defineProperty(_id$data, 'HELP_8_Title', '8) Apa yang terjadi jika situs Anda tidak berfungsi? '), _defineProperty(_id$data, 'HELP_8_Desc_1', 'MyEtherWallet bukan dompet web. Anda tidak memiliki login dan tidak ada yang bisa disimpan ke server kami. Ini hanyalah sebuah antarmuka yang memungkinkan Anda berinteraksi dengan blockchain. '), _defineProperty(_id$data, 'HELP_8_Desc_2', 'Jika situs MyEtherWallet.com tidak berfungsi, Anda harus memakai cara lain (misalnya memakai geth atau Ethereum Wallet/Mist) sebagai alternatifnya. Tapi Anda tidak perlu "mengeluarkan" Ether Anda dari MyEtherWallet.com karena Ether Anda tidak disimpan di MyEtherWallet.com. Ether Anda tetap tersimpan dalam dompet yang Anda buat di situs kami. '), _defineProperty(_id$data, 'HELP_8_Desc_3', 'Sekarang Anda dapat mengimpor Kunci Privat yang tidak dienkripsi dan file dalam format Geth/Mist (terenkripsi) langsung ke geth/ Ethereum Wallet/Mist dengan sangat mudah. Lihat pertanyaan #12 di bawah ini. '), _defineProperty(_id$data, 'HELP_8_Desc_4', 'Lebih dari itu, kemungkinan kita menghentikan layanan MyEtherWallet sangat kecil. Hampir tidak ada biaya dari penyelenggaraan layanan ini karena kami tidak menyimpan data apapun. Kalaupun sampai kami menghentikan layanan, semua file ini akan selalu akan tersedia untuk umum di [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Anda bisa mendownload file ZIP-nya disana dan menjalankannya secara lokal. '), _defineProperty(_id$data, 'HELP_8CX_Title', '8) Apa yang terjadi jika MyEtherWallet CX tidak beredar lagi? '), _defineProperty(_id$data, 'HELP_8CX_Desc_1', 'Pertama, semua data tersimpan di komputer Anda, bukan di server kami. Mungkin membingungkan, tapi saat Anda melihat semua Chrome Extension, Anda sedang TIDAK melihat program yang tersimpan di server kami - semuanya tersimpan di komputer Anda sendiri. '), _defineProperty(_id$data, 'HELP_8CX_Desc_2', 'terlepas dari semua itu, **sangat penting** bagi Anda untuk membuat backup/cadangan dari semua informasi dompet baru yang Anda buat dengan MyEtherWallet CX. Dengan begitu, jika terjadi sesuatu pada MyEtherWallet CX atau komputer Anda, Anda masih memiliki semua informasi yang diperlukan untuk mengakses Ether Anda. Lihat #2a untuk cara membuat backup/cadangan dompet Anda. '), _defineProperty(_id$data, 'HELP_8CX_Desc_3', 'Jika karena suatu hal maupun lainnya MyEtherWallet CX tidak lagi tersedia di Chrome Store, Anda tetap dapat menemukan file aslinya di Github dan menjalankannya secara manual. Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_9_Title', '9) Kenapa halaman "Kirim Ether dan Tokens" seperti offline? '), _defineProperty(_id$data, 'HELP_9_Desc_1', 'Sebenarnya tidak offline. Halaman tersebut memerlukan internet untuk mendapatkan harga gas saat ini, nonce akun anda, dan menyiarkan transaksi (alias "send"). Namun, pengiriman hanya memakai data transaksi yang sudah ditandatangani. Kunci Privat Anda tetap aman bersama Anda. Kami juga sekarang menyediakan halaman "Transaksi Offline" sehingga Anda dapat memastikan Kunci Privat Anda berada pada komputer yang offline/airgapped setiap saat.. '), _defineProperty(_id$data, 'HELP_10_Title', '10) Bagaimana cara melakukan transaksi offline? '), _defineProperty(_id$data, 'HELP_10_Desc_1', 'Buka halaman "Offline Transaction" menggunakan komputer yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_2', 'Masukkan data "From Address". Catatan, ini adalah alamat asal DARI pengirim, Bukan alamat TUJUAN. Langkah ini akan menghasilkan nonce dan harga gas. '), _defineProperty(_id$data, 'HELP_10_Desc_3', 'Pindah ke komputer yang offline. Masukkan "ALAMAT TUJUAN/TO ADDRESS" dan "JUMLAH/AMOUNT" yang akan dikirim. '), _defineProperty(_id$data, 'HELP_10_Desc_4', 'Masukkan "HARGA GAS/GAS PRICE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_5', 'Masukkan "NONCE" seperti ditunjukkan di online komputer pada step #1. '), _defineProperty(_id$data, 'HELP_10_Desc_6', '"BATAS GAS/GAS LIMIT" memiliki nilai default 21000. Ini cukup untuk membiayai transaksi standar. Jika Anda mengirim ke kontrak atau terdapat data tambahan dalam transaksi Anda, Anda perlu menambah batas gas. Sisa Gas akan dikembalikan kepada Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_7', 'Jika dikehendaki, Anda dapat menambahkan beberapa data. Jika Anda memasukkan data, Anda harus menambahkan gas diatas batas gas default 21000. Semua data dalam format HEX. '), _defineProperty(_id$data, 'HELP_10_Desc_8', 'Pilih file dompet Anda -atau- Kunci Privat-nya dan buka dompet Anda. '), _defineProperty(_id$data, 'HELP_10_Desc_9', 'Tekan tombol "LAKSANAKAN SIGNED TRANSACTION/GENERATE SIGNED TRANSACTION". '), _defineProperty(_id$data, 'HELP_10_Desc_10', 'Data di bawah tombol ini akan terisi dengan signed transaction Anda. Salin ini dan pindah kembali ke komputer Anda yang online. '), _defineProperty(_id$data, 'HELP_10_Desc_11', 'Di komputer Anda yang online Anda, paste data signed transaction tadi ke bidang teks di langkah #3 dan klik kirim. Ini akan menyiarkan transaksi Anda ke jaringan. '), _defineProperty(_id$data, 'HELP_12_Title', '12) Bagaimana cara mengimpor dompet yang dibuat dengan MyEtherWallet ke dalam geth / Ethereum Wallet / Mist? '), _defineProperty(_id$data, 'HELP_12_Desc_1', 'Memakai file Geth/Mist JSON yang dibuat dari MyEtherWallet v2+.... '), _defineProperty(_id$data, 'HELP_12_Desc_2', 'Buka halaman "Lihat Info Dompet/View Wallet Info". '), _defineProperty(_id$data, 'HELP_12_Desc_3', 'Buka dompet Anda dengan menggunakan Kunci Privat atau file JSON yang **terenkripsi**. '), _defineProperty(_id$data, 'HELP_12_Desc_4', 'Buka halaman "Dompet Saya/My Wallets". '), _defineProperty(_id$data, 'HELP_12_Desc_5', 'Pilih dompet yang ingin Anda impor ke Mist, klik ikon "Lihat/View", masukkan password Anda, dan akses dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_6', 'Temukan bagian "Download JSON file - Geth/Mist Format (terenkripsi)". Tekan tombol "Download" di bawahnya. Anda akan dapatkan file keystore-nya. '), _defineProperty(_id$data, 'HELP_12_Desc_7', 'Buka aplikasi Ethereum Wallet. '), _defineProperty(_id$data, 'HELP_12_Desc_8', 'Di menu bar, buka "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_id$data, 'HELP_12_Desc_9', 'Ini akan membuka folder keystore Anda. Salin file yang baru saja Anda download (`UTC - 2016-04-14 ........ /`) ke folder keystore tersebut. '), _defineProperty(_id$data, 'HELP_12_Desc_10', 'Akun Anda akan segera muncul di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_11', 'Menggunakan Kunci Privat yang tidak dienkripsi... '), _defineProperty(_id$data, 'HELP_12_Desc_12', 'Jika Anda belum memiliki Kunci Privat yang tidak dienkripsi, navigasikan ke halaman "Lihat Detil Dompet/View Wallet Details". '), _defineProperty(_id$data, 'HELP_12_Desc_13', 'Pilih file dompet Anda -atau- masukkan/paste Kunci Privat Anda untuk membuka dompet Anda. '), _defineProperty(_id$data, 'HELP_12_Desc_14', 'Salin/Copy Kunci Privat Anda (tidak terenkripsi). '), _defineProperty(_id$data, 'HELP_12_Desc_15', 'ika Anda menggunakan Mac: '), _defineProperty(_id$data, 'HELP_12_Desc_15b', 'ika Anda menggunakan PC: '), _defineProperty(_id$data, 'HELP_12_Desc_16', 'Buka Teks Edit dan paste Kunci Privat ini. '), _defineProperty(_id$data, 'HELP_12_Desc_17', 'Buka menu bar dan klik "Format" -> "Make Plain text". '), _defineProperty(_id$data, 'HELP_12_Desc_18', 'Simpan file ini ke `desktop/` as` nothing_special_delete_me.txt` Anda. Pastikan tertulis "UTF-8" dan "Jika tidak ada ekstensi pada nama file yang diberikan gunakan .txt" pada dialog save. '), _defineProperty(_id$data, 'HELP_12_Desc_19', 'Buka terminal dan jalankan perintah berikut: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_20', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_21', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_22', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_12_Desc_23', 'Buka Notepad dan paste Kunci Privat-nya '), _defineProperty(_id$data, 'HELP_12_Desc_24', 'Simpan filenya dan beri nama `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_id$data, 'HELP_12_Desc_25', 'Jalankan perintah/command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_26', 'Anda akan diminta untuk membuat password baru. Ini adalah password yang akan Anda gunakan di geth/Ethereum Wallet/Mist setiap kali Anda akan mengirim transaksi, mohon diingat dan jangan sampai lupa. '), _defineProperty(_id$data, 'HELP_12_Desc_27', 'Setelah berhasil mengimpor, hapus `nothing_special_delete_me.txt` '), _defineProperty(_id$data, 'HELP_12_Desc_28', 'Saat Anda membuka aplikasi Wallet Etereum berikutnya, akun Anda akan tercantum di bawah "Akun/Accounts". '), _defineProperty(_id$data, 'HELP_13_Title', '13) Apa arti dari "Dana yang tersedia tidak mencukupi. Akun yang Anda pakai untuk mengirim transaksi tidak memiliki cukup dana. Diperlukan XXXXXXXXXXXXXXXXXXX dan tersedia: XXXXXXXXXXXXXXXX."? '), _defineProperty(_id$data, 'HELP_13_Desc_1', 'Ini artinya tidak tersedia cukup Ether di akun Anda untuk menutupi biaya gas. Setiap transaksi (termasuk token dan transaksi kontrak) memerlukan gas dan gas tersebut dibayarkan menggunakan Ether. Jumlah yang ditampilkan adalah jumlah yang dibutuhkan untuk menutupi biaya transaksi di Wei. Ambil nomor itu, bagi dengan `1000000000000000000`, dan pakai untuk mengurangi jumlah Ether yang ingin Anda kirim (jika Anda mencoba mengirim Eter). Ini akan memberi Anda jumlah Ether yang perlu Anda kirim ke akun tersebut untuk melakukan transaksi. '), _defineProperty(_id$data, 'HELP_14_Title', '14) Beberapa situs menggunakan metode randomisasi pembuatan Kunci Privat melalui gerakan mouse. MyEtherWallet.com tidak menggunakan metode ini. Apakah metode pembuatan angka random yang dipakai MyEtherWallet aman? '), _defineProperty(_id$data, 'HELP_14_Desc_1', 'Harus diakuai bahwa penggunaan gerakan mouse adalah cara yang pandai dan oleh karenanya banyak orang menyukainya, namun sebenarnya metode window.crypto memastikan lebih banya entropi dibanding gerakan mouse anda. Menggunakan gerakan mouse bukanlah tidak aman, hanya saja kami (dan banyak peneliti kripto lainnya) percaya pada window.crypto. Selain itu, MyEtherWallet.com dapat digunakan pada perangkat sentuh. Bisa dilihat [percakapan antara redditor yang marah dengan Vitalik Buterin terkait gerakan mouse versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) dan ini tautan [window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_id$data, 'HELP_15_Title', '15) Kenapa akun yang baru saja saya buat tidak muncul di explorer blockchain? (seperti: etherchain, etherscan) '), _defineProperty(_id$data, 'HELP_15_Desc_1', 'Account hanya akan muncul di explorer blockchain begitu akun memiliki aktivitas di dalamnya—misalnya, setelah Anda memindahkan beberapa Ether ke sana. '), _defineProperty(_id$data, 'HELP_16_Title', '16) Bagaimana cara memeriksa saldo akun saya? '), _defineProperty(_id$data, 'HELP_16_Desc_1', 'Anda bisa menggunakan eksplorer blockchain seperti [etherscan.io](https://etherscan.io/). Paste alamat Anda ke dalam search bar dan riwayat transaksi Anda akan ditampilkan. Contohnya, [akun donasi kami](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) dilihat di etherscan.io '), _defineProperty(_id$data, 'HELP_17_Title', '17) Mengapa saldo saya tidak muncul saat saya membuka dompet saya? '), _defineProperty(_id$data, 'HELP_17_Desc_1', 'Hal ini kemungkinan besar karena Anda berada di belakang firewall. API yang kami gunakan untuk mendapatkan saldo dan mengonversi saldo tersebut terkadang diblokir oleh firewall. Anda masih bisa mengirim transaksi, Anda hanya perlu menggunakan metode yang berbeda untuk melihat saldo tersebut, misalnya memakai etherscan.io '), _defineProperty(_id$data, 'HELP_18_Title', '18) Dimana file dompet geth saya? '), _defineProperty(_id$data, 'HELP_19_Title', '19) Dimana file dompet Mist saya? '), _defineProperty(_id$data, 'HELP_19_Desc_1', 'File Mist biasanya tersimpan di lokasi di atas, tapi lebih mudah untuk membuka Mist, dengan memilih "Accounts" di bilah atas/top bar, pilih "Backup", dan pilih "Accounts". Ini akan membuka folder tempat file Anda disimpan. '), _defineProperty(_id$data, 'HELP_20_Title', '20) Dimana file dompet pre-sale saya? '), _defineProperty(_id$data, 'HELP_20_Desc_1', 'Ya di lokasi tempat Anda menyimpannya. ;) Juga semestinya dikirim lewat email, jadi coba check dulu. Cari file dengan nama `"ethereum_wallet_backup.json"` dan pilih file tersebut. File dompet ini akan dienkripsi dengan password yang Anda buat saat melakukan pembelian pre-sale. '), _defineProperty(_id$data, 'HELP_21_Title', '21) Tidak bisakah seseorang mencoba memasukkan data Kunci Privat secara acak dari akun yang ada saldonya, dan kemudian mengirimnya ke alamat mereka sendiri? '), _defineProperty(_id$data, 'HELP_21_Desc_1', 'Jawaban singkatnya: bisa, tapi mencari Kunci Privat sebuah akun yang ada saldonya akan memakan waktu lebih lama dari usia alam semesta...jadi jawabannya adalah...tidak bisa. '), _defineProperty(_id$data, 'HELP_21_Desc_2', 'Jawaban panjang versi ELI5: Ethereum dibuat berdasarkan [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), dan lebih spesifiknya [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) yang sangat banyak digunakan, tidak hanya di Ethereum. Sebagian besar server dilindungi melalui ECC. Bitcoin juga menggunakannya, begitu pula SSH dan TLS dan banyak lagi lainnya. Secara spesifik, Ethereum memakai kunci 256-bit, yang lebih kuat dari 128-bit dan 192-bit, yang juga banyak penggunanya dan masih dianggap aman oleh para ahli. '), _defineProperty(_id$data, 'HELP_21_Desc_3', 'Dalam hal ini Anda memiliki Kunci Privat dan kunci publik. Kunci Privat dapat memperoleh kunci publik, namun kunci publik tidak dapat dikembalikan ke Kunci Privat. Fakta bahwa internet dan penyimpanan rahasia dunia menggunakan kriptografi ini berarti bahwa jika ada cara untuk mendapatkan Kunci Privat dari kunci publik, ether Anda yang hilang merupakan masalah paling tidak prioritas dibanding problematika manusia lainnya. '), _defineProperty(_id$data, 'HELP_21_Desc_4', 'Dengan segala penjelaan tadi, jika ada orang lain yang memiliki Kunci Privat Anda, maka YA mereka memang bisa mengirim ether dari akun Anda. Sama seperti jika seseorang memiliki password email Anda, mereka dapat membaca dan mengirim email Anda, atau password ke rekening bank Anda, mereka dapat melakukan transfer. Anda bisa mendownload Kunci Privat Anda yang versi Keystore yang merupakan Kunci Privat yang dienkripsi dengan kata sandi. Ini seperti memiliki password yang juga dilindungi oleh password lain. '), _defineProperty(_id$data, 'HELP_21_Desc_5', 'Dan YA, secara teori Anda bisa mencoba mengetikkan string dari 64 heksadesimal karakter sampai Anda mendapatkan yang cocok. Bahkan, orang yang cerdik bisa menulis sebuah program untuk mengecek Kunci Privat secara acak dengan sangat cepat. Teknik ini dikenal dengan nama "brute-forcing" atau "mining". Hal ini telah didiskuikan secara panjang lebar dan mendalam. Dengan beberapa server high end, mereka mungkin bisa mengecek lebih dari 1 Juta kunci/detik. Namun, bahkan dengan kecepatan tersebut, biaya menjalankan server tersebut masih jauh lebih tinggi darimanfaatnya. Kemungkinan besar Anda, dan cicit Anda, akan sudah meninggal dunia sebelum mendapatkan Kunci Privat yang cocok. '), _defineProperty(_id$data, 'HELP_21_Desc_6', 'Jika Anda tahu tentang Bitcoin, [ini akan memberikan gambaran:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Untuk menggambarkan betapa kecil kemungkinannya untuk terjadi: misalkan setiap satoshi dari setiap bitcoin yang akan dihasilkan dikirim ke Kunci Privatnya sendiri yang unik. Kemungkinan bahwa di antara kunci-kunci tersebut terdapat dua yang sesuai dengan alamat yang sama kira-kira satu dari 100 quintillion. '), _defineProperty(_id$data, 'HELP_21_Desc_7', '[Jika Anda perlu yang lebih teknikal:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Angka-angka ini tidak ada hubungannya dengan teknologi perangkatnya; angka tersebut adalah angka maksimum yang dimungkinkan secara termodinamika. Dan ini menyiratkan bahwa serangan brute force terhadap kunci 256-bit tidaklah dimungkinkan sampai ada komputer yang dibuat dari sesuatu selain materi dan menempati sesuatu selain ruang.. '), _defineProperty(_id$data, 'HELP_21_Desc_8', 'Tentu saja, ini dengan asumsi bahwa kunci dihasilkan dengan cara yang benar-benar acak & dengan entropi yang cukup. Kunci yang dihasilkan di sini memenuhi kriteria itu, seperti juga yang dihasilkan oleh Jaxx dan Mist/geth. Dompet ethereum semuanya cukup bagus. Kunci yang dihasilkan oleh brainwallet tidak, karena otak seseorang tidak mampu menciptakan angka yang benar-benar acak. Memang benar bahwa ada beberapa kekhawatiran mengenai kurangnya entropi atau seed yang tidak dihasilkan secara benar-benar acak yang terjadi di dunia Bitcoin, tapi itu adalah masalah terpisah yang dapat didiskusikan di lain kesempatan. '), _defineProperty(_id$data, 'HELP_SecCX_Title', 'Keamanan - MyEtherWallet CX '), _defineProperty(_id$data, 'HELP_SecCX_Desc_1', 'Dimanakah informasi saya disimpan oleh Chrome Extension ini? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_2', 'Informasi yang dimasukkan ke Chrome Extension ini disimpan melalui [chrome.storage](http://chrome.storage/). - ini adalah tempat yang sama dengan password yang Anda simpan saat menyimpan password di Chrome. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_3', 'Informasi apa saja yang disimpan? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_4', 'Alamat, nickname, Kunci Privat disimpan di chrome.storage. Kunci Privat dienkripsi menggunakan kata sandi yang Anda pakai saat menambahkan dompet. Alamat dompet dan nickname tidak dienkripsi. '), _defineProperty(_id$data, 'HELP_SecCX_Desc_5', 'mengapa alamat dompet dan nickname tidak dienkripsi? '), _defineProperty(_id$data, 'HELP_SecCX_Desc_6', 'Jika kami mengenkripsi item ini, Anda harus memasukkan password setiap kali Anda ingin melihat saldo akun atau melihat nickname. Jiak Anda khawatir, kami sarankan Anda menggunakan MyEtherWallet.com, bukan Chrome Extension ini. '), _defineProperty(_id$data, 'HELP_Sec_Title', 'Keamanan '), _defineProperty(_id$data, 'HELP_Sec_Desc_1', 'Jika salah satu pertanyaan pertama Anda adalah "Mengapa saya harus percaya keapda orang-orang ini?", Ini sikap kehati-hatian yang baik. Mudah-mudahan informasi berikut ini akan membantu meringankan kekhawatiran anda. '), _defineProperty(_id$data, 'HELP_Sec_Desc_2', 'Kami sudah ada sejak 2015. Jika Anda mencari ["myetherwallet" di reddit](https://www.reddit.com/search?q=myetherwallet), Anda bisa melihat banyak orang yang sudah menggunakan layanan kami dan baik-baik saja. '), _defineProperty(_id$data, 'HELP_Sec_Desc_3', 'Kami tidak akan mengambil uang Anda atau mencuri Kunci Privat Anda. Tidak ada kode berbahaya di situs ini. Bahkan, fungsi "BUAT DOMPET/GENERATE WALLET" sepenihnya dilakukan di sisi klien. Ini berarti bahwa semua kode dieksekusi di **komputer Anda** dan tidak pernah disimpan dan dikirim di luar itu. '), _defineProperty(_id$data, 'HELP_Sec_Desc_4', 'Periksa URL ini -- Situs ini dijalankan melalui GitHub dan Anda bisa melihat sorce code nya di sini: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) ke [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_id$data, 'HELP_Sec_Desc_5', 'Untuk membuat dompet, Anda dapat mendownload [source code dan menjalankannya secara lokal](https://github.com/kvhnuke/etherwallet/releases/latest). Lihat #5 di atas. '), _defineProperty(_id$data, 'HELP_Sec_Desc_6', 'Cobalam emmbuat sebuah test dompet. Uji dan periksa serta lihat aktivitas apa saja yang sedang terjadi di jaringan. Cara termudah bagi Anda untuk melakukan hal ini adalah dengan klik kanan pada halamannya dan klik "inspect element". Buka "Network" tab. Buat sebuah Test Dompet. Anda akan buktikan nahwa tidak ada aktivitas jaringan. Anda mungkin melihat sesuatu yang terjadi seperti data:image/gif dan data:image/png. Itu adalah kode QR yang dihasilkan ... di komputer Anda ... oleh komputer Anda. Tidak ada bytes yang ditransfer. '), _defineProperty(_id$data, 'HELP_Sec_Desc_8', 'Jika Anda merasa tidak nyaman menggunakan fasilitas ini, maka janganlah dipakai. Kami membuat program iniuntuk membantu orang untuk membuat dompet dan melakukan transaksi tanpa perlu mendalami cara memakai command line atau menjalankan full node.. Sekali lagi, silakan menghubungi kami jika Anda memiliki masalah dan kami akan merespon selekasnya. Terima kasih! '), _defineProperty(_id$data, 'HELP_FAQ_Title', 'Jawaban-jawaban lain yang bermanfaat terkait Pertanyaan yang sering diajukan '), _defineProperty(_id$data, 'HELP_Contact_Title', 'Cara untuk menghubungi kami'), _id$data); module.exports = id; @@ -16518,7 +16515,7 @@ it.data = (_it$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_it$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_it$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_it$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_it$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_it$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_it$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_it$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_it$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_it$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_it$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_it$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_it$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_it$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_it$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_it$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_it$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_it$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_it$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_it$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_it$data, 'x_CancelReplaceTx', 'Annulla o sostituisci la transazione'), _defineProperty(_it$data, 'x_CancelTx', 'Annulla transazione'), _defineProperty(_it$data, 'x_PasswordDesc', 'Questa password * crittografa * la chiave privata. Non funge da seme per generare nuove chiavi. **Avrai bisogno di questa password e della chiave privata per sbloccare il portafoglio.**'), _defineProperty(_it$data, 'x_ReadMore', 'Altre informazioni'), _defineProperty(_it$data, 'x_ReplaceTx', 'Sostituisci transazione'), _defineProperty(_it$data, 'x_TransHash', 'Hash della transazione'), _defineProperty(_it$data, 'x_TXFee', 'Commissione transazione'), _defineProperty(_it$data, 'x_TxHash', 'Hash transazione'), _defineProperty(_it$data, 'NAV_CheckTxStatus', 'Controlla lo stato della transazione'), _defineProperty(_it$data, 'NAV_TxStatus', 'Stato transazione'), _defineProperty(_it$data, 'tx_Details', 'Dettagli della transazione'), _defineProperty(_it$data, 'tx_Summary', 'Nei periodi di traffico intenso (come durante le ICO) le transazioni possono rimanere in attesa per ore, o anche giorni. Questo strumento cerca di darti la possibilità di trovare e "annullare" / sostituire queste transazioni. ** Non è normalmente possibile farlo. Non dovresti farci affidamento, e funziona solo quando i *pool* delle transazioni sono pieni. [Altre informazioni su questo strumento qui.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_it$data, 'tx_notFound', 'Transazione non trovata'), _defineProperty(_it$data, 'tx_notFound_1', 'Impossibile trovare questa transazione nel *pool* delle transazioni del nodo a cui sei connesso.'), _defineProperty(_it$data, 'tx_notFound_2', 'Se l\'hai appena inviata, attendi 15 secondi e premi di nuovo il pulsante "Controlla lo stato della transazione". '), _defineProperty(_it$data, 'tx_notFound_3', 'Potrebbe trovarsi ancora nel *pool* delle transazioni di un altro nodo, in attesa di essere inclusa in un blocco.'), _defineProperty(_it$data, 'tx_notFound_4', 'Utilizza il menu a discesa in alto a destra e scegli un altro nodo ETH (ad esempio `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) e ricontrolla.'), _defineProperty(_it$data, 'tx_foundInPending', 'Transazione in sospeso trovata'), _defineProperty(_it$data, 'tx_foundInPending_1', 'La transazione è stata individuata nel *pool* delle transazioni del nodo a cui sei connesso. '), _defineProperty(_it$data, 'tx_foundInPending_2', 'Al momento è in sospeso (in attesa di essere inclusa in un blocco). '), _defineProperty(_it$data, 'tx_foundInPending_3', 'Forse è possibile "annullare" o sostituire questa transazione. Sblocca il portafoglio qui sotto.'), _defineProperty(_it$data, 'tx_FoundOnChain', 'Transazione trovata'), _defineProperty(_it$data, 'tx_FoundOnChain_1', 'La transazione è stata correttamente inclusa in un blocco e ora si trova sulla *blockchain*.'), _defineProperty(_it$data, 'tx_FoundOnChain_2', '**Se vedi un `( ! )` rosso, un messaggio di errore `BAD INSTRUCTION` o `OUT OF GAS`**, significa che la transazione non è stata correttamente *inviata*. Non puoi annullare o sostituire questa transazione. Puoi però inviarne una nuova. Se hai ricevuto un messaggio di errore "Out of Gas", dovresti raddoppiare il limite gas che avevi indicato in origine.'), _defineProperty(_it$data, 'tx_FoundOnChain_3', '**Se non vedi errori, la transazione è stata inviata correttamente.** I tuoi ETH o i tuoi token sono dove li hai inviati. Se non vedi questi ETH o token nell\'altro portafoglio / nel conto della piattaforma di scambio, e se sono passate più di 24 ore dall\'invio, [contatta quel servizio esterno](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Invia loro il *link* alla transazione e chiedi, cortesemente, di controllare la tua situazione.'), _defineProperty(_it$data, 'GEN_Help_1', 'Usa il tuo'), _defineProperty(_it$data, 'GEN_Help_2', 'per accedere al tuo conto.'), _defineProperty(_it$data, 'GEN_Help_3', 'Il tuo dispositivo * è * il tuo portafoglio.'), _defineProperty(_it$data, 'GEN_Help_4', 'Guide & FAQ'), _defineProperty(_it$data, 'GEN_Help_5', 'Come creare un portafoglio'), _defineProperty(_it$data, 'GEN_Help_6', 'Per iniziare'), _defineProperty(_it$data, 'GEN_Help_7', 'Mantienilo al sicuro · Fai un backup · Non condividerlo con nessuno · Non perderlo · Non si può ripristinare se lo perdi.'), _defineProperty(_it$data, 'GEN_Help_8', 'Non riesci a scaricare il file? '), _defineProperty(_it$data, 'GEN_Help_9', 'Prova ad usare Google Chrome '), _defineProperty(_it$data, 'GEN_Help_10', 'Fai clic col destro e scegli "Salva con nome". Nome file: '), _defineProperty(_it$data, 'GEN_Help_11', 'Non aprire questo file sul tuo computer '), _defineProperty(_it$data, 'GEN_Help_12', 'Usalo per sbloccare il portafoglio tramite MyEtherWallet (o Mist, Geth, Parity e altri client.) '), _defineProperty(_it$data, 'GEN_Help_13', 'Come fare il backup del file Keystore '), _defineProperty(_it$data, 'GEN_Help_14', 'Che cosa sono tutti questi formati? '), _defineProperty(_it$data, 'GEN_Help_15', 'Evitare la perdita & il furto dei tuoi fondi.'), _defineProperty(_it$data, 'GEN_Help_16', 'Che cosa sono tutti questi formati?'), _defineProperty(_it$data, 'GEN_Help_17', 'Perché dovrei farlo?'), _defineProperty(_it$data, 'GEN_Help_18', 'Per avere un backup secondario.'), _defineProperty(_it$data, 'GEN_Help_19', 'Nel caso ti dimenticassi la password.'), _defineProperty(_it$data, 'GEN_Help_20', 'Portafoglio offline'), _defineProperty(_it$data, 'GET_ConfButton', 'Ho capito. Continua.'), _defineProperty(_it$data, 'GEN_Label_5', 'Salva la tua `chiave privata`. '), _defineProperty(_it$data, 'GEN_Unlock', 'Sblocca il portafoglio per vedere l\'indirizzo'), _defineProperty(_it$data, 'GAS_PRICE_Desc', 'Il prezzo gas è la somma che paghi per unità di gas. `Commissione transazione = prezzo gas * limite gas` e si paga ai *miner* perché includano la tua transazione in un blocco. Più alto il prezzo gas = più veloce la transazione, ma più costosa. Di default è `41 GWEI`.'), _defineProperty(_it$data, 'GAS_LIMIT_Desc', 'Il limite gas è la quantità di gas da inviare con la transazione. `Commissione transazione` = prezzo gas * limite gas e si paga ai *miner* perché includano la tua transazione in un blocco. Aumentare questo numero non farà in modo che la tua transazione sia inclusa prima. Invio di ETH = `21000`. Invio di token = ~`200000`.'), _defineProperty(_it$data, 'NONCE_Desc', 'Il *nonce* è il numero di transazioni inviate da un certo indirizzo. Fa in modo che le transazioni siano inviate nel giusto ordine e non più di una volta.'), _defineProperty(_it$data, 'TXFEE_Desc', 'La commissione transazione si paga ai *miner* perché includano la transazione in un blocco. Si calcola come `limite gas` * `prezzo gas`. [Puoi calcolare la conversione GWEI -> ETH qui](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_it$data, 'NAV_AddWallet', 'Aggiungi portafoglio '), _defineProperty(_it$data, 'NAV_BulkGenerate', 'Generazione multipla '), _defineProperty(_it$data, 'NAV_Contact', 'Contatti '), _defineProperty(_it$data, 'NAV_Contracts', 'Contratti '), _defineProperty(_it$data, 'NAV_DeployContract', 'Pubblica contratto '), _defineProperty(_it$data, 'NAV_ENS', 'ENS'), _defineProperty(_it$data, 'NAV_GenerateWallet_alt', 'Nuovo portafoglio '), _defineProperty(_it$data, 'NAV_GenerateWallet', 'Crea nuovo portafoglio '), _defineProperty(_it$data, 'NAV_Help', 'Aiuto '), _defineProperty(_it$data, 'NAV_InteractContract', 'Interagisci con un contratto '), _defineProperty(_it$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_it$data, 'NAV_MyWallets', 'I miei portafogli '), _defineProperty(_it$data, 'NAV_Offline', 'Invia offline '), _defineProperty(_it$data, 'NAV_SendEther', 'Invia ether e token '), _defineProperty(_it$data, 'NAV_SendTokens', 'Invia token '), _defineProperty(_it$data, 'NAV_SignMsg', 'Firma messaggio '), _defineProperty(_it$data, 'NAV_Swap', 'Scambia '), _defineProperty(_it$data, 'NAV_ViewWallet', 'Informazioni portafoglio '), _defineProperty(_it$data, 'NAV_YourWallets', 'I tuoi portafogli '), _defineProperty(_it$data, 'x_Access', 'Accedi '), _defineProperty(_it$data, 'x_AddessDesc', 'Il tuo indirizzo può anche essere chiamato `Numero di conto` o `Chiave pubblica`. È ciò che condividi con chi ti vuole inviare degli ether o dei token. Individua l\'icona colorata dell\'indirizzo. Assicurati che corrisponda al tuo portafoglio cartaceo e controllala ogni volta che inserisci il tuo indirizzo da qualche parte.'), _defineProperty(_it$data, 'x_Address', 'Il tuo indirizzo '), _defineProperty(_it$data, 'x_Cancel', 'Annulla '), _defineProperty(_it$data, 'x_CSV', 'File CSV (non crittografato) '), _defineProperty(_it$data, 'x_Download', 'Download '), _defineProperty(_it$data, 'x_Json', 'File JSON (non crittografato) '), _defineProperty(_it$data, 'x_JsonDesc', 'Questa è la tua chiave privata in formato JSON non crittografato. Significa che non hai bisogno della password, ma chiunque trovi questo file JSON potrà avere accesso al tuo portafoglio e ai tuoi ether senza password. '), _defineProperty(_it$data, 'x_Keystore', 'File Keystore (UTC / JSON · Consigliato · Crittografato) '), _defineProperty(_it$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_it$data, 'x_KeystoreDesc', 'Questo file Keystore è compatibile con il formato usato da Mist, in modo da poterlo facilmente importare in futuro. È il file consigliato da scaricare e conservare. '), _defineProperty(_it$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_it$data, 'x_Mnemonic', 'Frase mnemonica '), _defineProperty(_it$data, 'x_ParityPhrase', 'Frase di Parity '), _defineProperty(_it$data, 'x_Password', 'Password '), _defineProperty(_it$data, 'x_Print', 'Stampa portafoglio cartaceo '), _defineProperty(_it$data, 'x_PrintDesc', 'Suggerimento Pro: Fai clic su stampa e salvalo come PDF, anche se non hai una stampante! '), _defineProperty(_it$data, 'x_PrintShort', 'Stampa '), _defineProperty(_it$data, 'x_PrivKey', 'Chiave privata (non crittografata) '), _defineProperty(_it$data, 'x_PrivKey2', 'Chiave privata '), _defineProperty(_it$data, 'x_PrivKeyDesc', 'Questa è la versione testuale non crittografata della tua chiave privata, il che significa che non serve una password. Se qualcuno trovasse la tua chiave privata non crittografata potrebbe avere accesso al tuo portafoglio senza una password. Per questa ragione di solito si consigliano le versioni crittografate. '), _defineProperty(_it$data, 'x_Save', 'Salva '), _defineProperty(_it$data, 'x_TXT', 'File TXT (non crittografato) '), _defineProperty(_it$data, 'x_Wallet', 'Portafoglio '), _defineProperty(_it$data, 'MEW_Warning_1', 'Controlla sempre l\'URL prima di accedere al tuo portafoglio o di crearne uno nuovo. Fai attenzione ai siti di phishing! '), _defineProperty(_it$data, 'CX_Warning_1', 'Assicurati di avere **dei backup esterni** di ogni portafoglio salvato qui. Ci sono molte cose che potrebbero causare la perdita dei dati di questa estensione di Chrome, come la disinstallazione e reinstallazione dell\'estensione. Questa estensione è un mezzo per accedere facilmente ai tuoi portafogli, **non** un modo di salvarli al sicuro. '), _defineProperty(_it$data, 'MEW_Tagline', 'Portafoglio ether JavaScript lato client Open Source '), _defineProperty(_it$data, 'CX_Tagline', 'Portafoglio ether JavaScript lato client Open Source (Estensione Chrome) '), _defineProperty(_it$data, 'FOOTER_1', 'Interfaccia gratuita, open source, lato client per generare portafogli Ethereum e altro. Interagisci con la *blockchain* Ethereum facilmente e in modo sicuro. Controlla bene l\'URL ( myetherwallet.com ) prima di sbloccare un portafoglio.'), _defineProperty(_it$data, 'FOOTER_1b', 'Creato da '), _defineProperty(_it$data, 'FOOTER_2', 'Donazioni molto apprezzate: '), _defineProperty(_it$data, 'FOOTER_3', 'Generazione portafogli lato client da parte di '), _defineProperty(_it$data, 'FOOTER_4', 'Dichiarazione di non responsabilità '), _defineProperty(_it$data, 'sidebar_AccountInfo', 'Informazioni conto '), _defineProperty(_it$data, 'sidebar_AccountAddr', 'Indirizzo conto '), _defineProperty(_it$data, 'sidebar_AccountBal', 'Saldo conto '), _defineProperty(_it$data, 'sidebar_TokenBal', 'Saldo token '), _defineProperty(_it$data, 'sidebar_Equiv', 'Valori equivalenti '), _defineProperty(_it$data, 'sidebar_TransHistory', 'Storico transazioni '), _defineProperty(_it$data, 'sidebar_donation', 'MyEtherWallet è un servizio gratuito e open-source votato alla tua privacy e sicurezza. Più donazioni riceviamo, più tempo dedichiamo a creare nuove funzionalità, considerare i tuoi commenti, e darti ciò che vuoi. Siamo solo due persone che provano a cambiare il mondo. Ci aiuti? '), _defineProperty(_it$data, 'sidebar_donate', 'Dona '), _defineProperty(_it$data, 'sidebar_thanks', 'GRAZIE!!! '), _defineProperty(_it$data, 'sidebar_DisplayOnTrezor', 'Visualizza indirizzo sul TREZOR'), _defineProperty(_it$data, 'sidebar_DisplayOnLedger', 'Visualizza indirizzo sul Ledger'), _defineProperty(_it$data, 'decrypt_Access', 'Come vuoi accedere al tuo portafoglio? '), _defineProperty(_it$data, 'decrypt_Title', 'Seleziona il formato della tua chiave privata: '), _defineProperty(_it$data, 'decrypt_Select', 'Seleziona un portafoglio: '), _defineProperty(_it$data, 'ADD_Label_1', 'Cosa vuoi fare? '), _defineProperty(_it$data, 'ADD_Radio_1', 'Genera un nuovo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2', 'Seleziona il file del tuo portafoglio (Keystore / JSON) '), _defineProperty(_it$data, 'ADD_Radio_2_alt', 'Seleziona il file del tuo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2_short', 'SELEZIONA FILE PORTAFOGLIO... '), _defineProperty(_it$data, 'ADD_Radio_3', 'Incolla/Inserisci la tua chiave privata '), _defineProperty(_it$data, 'ADD_Radio_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Radio_5', 'Incolla/Inserisci la tua frase mnemonica '), _defineProperty(_it$data, 'ADD_Radio_5_Path', 'Seleziona un percorso di derivazione HD '), _defineProperty(_it$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_it$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_it$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathCustom', 'altro'), _defineProperty(_it$data, 'ADD_Label_2', 'Crea un nome: '), _defineProperty(_it$data, 'ADD_Label_3', 'Il portafoglio è crittografato. Inserire la password '), _defineProperty(_it$data, 'ADD_Label_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Warning_1', 'Puoi aggiungere qualunque conto da "osservare" nella scheda dei portafogli senza caricare una chiave privata. Ciò ** non ** significa che avrai accesso a quel portafoglio, né che potrai trasferire gli Ether lì contenuti. '), _defineProperty(_it$data, 'ADD_Label_5', 'Inserisci l\'indirizzo '), _defineProperty(_it$data, 'ADD_Label_6', 'Sblocca portafoglio '), _defineProperty(_it$data, 'ADD_Label_6_short', 'Sblocca '), _defineProperty(_it$data, 'ADD_Label_7', 'Aggiungi conto '), _defineProperty(_it$data, 'ADD_Label_8', 'Password (facoltativo): '), _defineProperty(_it$data, 'GEN_desc', 'Se vuoi generare più portafogli, puoi farlo qui '), _defineProperty(_it$data, 'GEN_Label_1', 'Inserisci una password'), _defineProperty(_it$data, 'GEN_Placeholder_1', 'NON dimenticarti di salvarla! '), _defineProperty(_it$data, 'GEN_SuccessMsg', 'Perfetto! Il tuo portafoglio è stato generato. '), _defineProperty(_it$data, 'GEN_Label_2', 'Salva il file `Keystore`. '), _defineProperty(_it$data, 'GEN_Label_3', 'Salva il tuo indirizzo. '), _defineProperty(_it$data, 'GEN_Label_4', 'Stampa il portafoglio cartaceo o un QR code. '), _defineProperty(_it$data, 'BULK_Label_1', 'Numero di portafogli da generare '), _defineProperty(_it$data, 'BULK_Label_2', 'Genera portafogli '), _defineProperty(_it$data, 'BULK_SuccessMsg', 'Perfetto! I tuoi portafogli sono stati generati. '), _defineProperty(_it$data, 'SEND_addr', 'Indirizzo destinatario '), _defineProperty(_it$data, 'SEND_amount', 'Importo da inviare '), _defineProperty(_it$data, 'SEND_amount_short', 'Importo '), _defineProperty(_it$data, 'SEND_custom', 'Aggiungi altro token '), _defineProperty(_it$data, 'SEND_gas', 'Gas '), _defineProperty(_it$data, 'SEND_generate', 'Genera transazione '), _defineProperty(_it$data, 'SEND_raw', 'Transazione grezza '), _defineProperty(_it$data, 'SEND_signed', 'Transazione firmata '), _defineProperty(_it$data, 'SEND_trans', 'Invia transazione '), _defineProperty(_it$data, 'SEND_TransferTotal', 'Invia l\'intero saldo '), _defineProperty(_it$data, 'SENDModal_Title', 'Attenzione! '), _defineProperty(_it$data, 'SENDModal_Content_1', 'Stai per inviare '), _defineProperty(_it$data, 'SENDModal_Content_2', 'all\'indirizzo '), _defineProperty(_it$data, 'SENDModal_Content_3', 'Sei sicuro di volerlo fare? '), _defineProperty(_it$data, 'SENDModal_Content_4', 'NOTA: Se ricevi un errore, molto probabilmente dovrai aggiungere ether al tuo conto per coprire il costo del gas necessario ad inviare i token. Il gas si paga in ether. '), _defineProperty(_it$data, 'SENDModal_No', 'No, tiratemi fuori da qui! '), _defineProperty(_it$data, 'SENDModal_Yes', 'Sì, sono sicuro! Esegui la transazione. '), _defineProperty(_it$data, 'TOKEN_Addr', 'Indirizzo del token contratto'), _defineProperty(_it$data, 'TOKEN_Symbol', 'Simbolo del token '), _defineProperty(_it$data, 'TOKEN_Dec', 'Decimali '), _defineProperty(_it$data, 'TOKEN_show', 'Mostra tutti i token '), _defineProperty(_it$data, 'TOKEN_hide', 'Nascondi token '), _defineProperty(_it$data, 'TRANS_desc', 'Se invece volevi inviare dei token, utilizza la pagina "Invia token". '), _defineProperty(_it$data, 'TRANS_advanced', '+Avanzate: aggiungi dati '), _defineProperty(_it$data, 'TRANS_data', 'Dati '), _defineProperty(_it$data, 'TRANS_gas', 'Limite gas '), _defineProperty(_it$data, 'TRANS_sendInfo', 'Una transazione standard che utilizza 21000 gas costerà 0,000441 ETH. Utilizziamo un prezzo del gas leggermente al di sopra del minimo pari a 0,000000021 ETH per assicurarci che venga elaborata velocemente. Noi non prendiamo commissioni. '), _defineProperty(_it$data, 'OFFLINE_Title', 'Genera & invia una transazione offline '), _defineProperty(_it$data, 'OFFLINE_Desc', 'Per generare transazioni offline sono necessari tre passaggi. Svolgerai i passi 1 e 3 su un computer online, e il passo 2 su un computer offline/*air-gapped*. Questo per assicurarsi che le tue chiavi private non tocchino un dispositivo connesso a Internet. '), _defineProperty(_it$data, 'OFFLLINE_Step1_Title', 'Passo 1: generazione delle informazioni (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step1_Button', 'Genera informazioni '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_1', 'Indirizzo mittente '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_2', 'Nota: Questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Il *nonce* è generato dal conto di origine. Se stessi usando un computer *air-gapped*, sarebbe l\'indirizzo del conto offline. '), _defineProperty(_it$data, 'OFFLINE_Step2_Title', 'Passo 2: generazione della transazione (computer offline) '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_1', 'Indirizzo destinatario '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_2', 'Valore / importo da inviare '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3', 'Prezzo gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4', 'Limite gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4b', '21000 è il limite gas predefinito. Quando invii a contratti o aggiungi dati potresti aver bisogno di un valore maggiore. Eventuale gas non utilizzato ti sarà restituito. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6', 'Dati '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6b', 'Facoltativo. I dati sono usati spesso nelle transazioni inviate ai contratti. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_7', 'Inserisci / seleziona la tua chiave privata o JSON. '), _defineProperty(_it$data, 'OFFLINE_Step3_Title', 'Passo 3: Invia / pubblica la transazione (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step3_Label_1', 'Incolla la transazione firmata dal passo 2 qui e premi il pulsante "INVIA TRANSAZIONE". '), _defineProperty(_it$data, 'MSG_message', 'Messaggio '), _defineProperty(_it$data, 'MSG_date', 'Data '), _defineProperty(_it$data, 'MSG_signature', 'Firma '), _defineProperty(_it$data, 'MSG_verify', 'Verifica messaggio '), _defineProperty(_it$data, 'MSG_info1', 'Inserisci la data corrente per far sì che la firma non possa essere riutilizzata in un altro momento. '), _defineProperty(_it$data, 'MSG_info2', 'Indica il tuo nickname e dove lo usi in modo che qualcun altro non possa usarlo. '), _defineProperty(_it$data, 'MSG_info3', 'Includi una ragione specifica per il messaggio, così che non possa essere riutilizzato per uno scopo diverso. '), _defineProperty(_it$data, 'MYWAL_Nick', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Address', 'Indirizzo portafoglio '), _defineProperty(_it$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_it$data, 'MYWAL_Edit', 'Modifica '), _defineProperty(_it$data, 'MYWAL_View', 'Mostra '), _defineProperty(_it$data, 'MYWAL_Remove', 'Rimuovi '), _defineProperty(_it$data, 'MYWAL_RemoveWal', 'Rimozione portafoglio: '), _defineProperty(_it$data, 'MYWAL_WatchOnly', 'I tuoi conti osservati '), _defineProperty(_it$data, 'MYWAL_Viewing', 'Dettagli portafoglio '), _defineProperty(_it$data, 'MYWAL_Hide', 'Nascondi informazioni portafoglio '), _defineProperty(_it$data, 'MYWAL_Edit_2', 'Modifica portafoglio '), _defineProperty(_it$data, 'MYWAL_Name', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_1', 'Attenzione! Stai per rimuovere il tuo portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_2', 'Assicurati di aver **salvato la chiave privata e/o il file Keystore e la password** prima di rimuoverlo. '), _defineProperty(_it$data, 'MYWAL_Content_3', 'Se vorrai utilizzare questo portafoglio con MyEtherWallet CX in futuro, dovrai ri-aggiungerlo manualmente tramite la chiave privata/JSON e password. '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. Potresti volerlo fare per [importare il tuo conto in Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Se vuoi controllare il tuo saldo, ti consigliamo di utilizzare uno strumento per esplorare la *blockchain* come [etherscan.io](https://etherscan.io/). '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle_Short', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. '), _defineProperty(_it$data, 'VIEWWALLET_SuccessMsg', 'Perfetto! Questi sono i dettagli del tuo portafoglio. '), _defineProperty(_it$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_it$data, 'VIEWWALLET_HidePrivKey', '(nascondi)'), _defineProperty(_it$data, 'MNEM_1', 'Seleziona l\'indirizzo col quale vuoi interagire. '), _defineProperty(_it$data, 'MNEM_2', 'Con una singola frase mnemonica puoi avere accesso a un certo numero di portafogli / indirizzi. Seleziona l\'indirizzo con il quale vuoi interagire in questo momento. '), _defineProperty(_it$data, 'MNEM_more', 'Altri indirizzi '), _defineProperty(_it$data, 'MNEM_prev', 'Indirizzi precedenti '), _defineProperty(_it$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_0a', 'Devi accedere a MyEtherWallet tramite una connessione sicura (SSL / HTTPS) per poterti collegare. '), _defineProperty(_it$data, 'ADD_Ledger_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Ledger_1', 'Collega il tuo Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_2', 'Apri l\'applicazione Ethereum (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Exp', 'Apri l\'applicazione Expanse (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Ubq', 'Apri l\'applicazione Ubiq (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_3', 'Verifica che il supporto browser sia abilitato nelle impostazioni '), _defineProperty(_it$data, 'ADD_Ledger_4', 'Se non c\'è l\'opzione per il supporto browser nelle impostazioni, verifica di avere un [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_it$data, 'ADD_Ledger_scan', 'Collegati al Ledger Wallet '), _defineProperty(_it$data, 'ADD_MetaMask', 'Collegati a MetaMask '), _defineProperty(_it$data, 'x_Trezor', 'TREZOR '), _defineProperty(_it$data, 'ADD_Trezor_scan', 'Collegati al TREZOR '), _defineProperty(_it$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0a', 'Riapri MyEtherWallet su una connessione sicura (SSL) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_scan', 'Collega il tuo Digital Bitbox '), _defineProperty(_it$data, 'CX_error_1', 'Non c\'è nessun portafoglio. Fai clic su ["Aggiungi portafoglio"](/cx-wallet.html#add-wallet) per aggiungerne uno! '), _defineProperty(_it$data, 'CX_quicksend', 'Invio rapido '), _defineProperty(_it$data, 'CONTRACT_Title', 'Indirizzo contratto '), _defineProperty(_it$data, 'CONTRACT_Title_2', 'Seleziona contratto esistente '), _defineProperty(_it$data, 'CONTRACT_Json', 'Interfaccia ABI / JSON '), _defineProperty(_it$data, 'CONTRACT_Interact_Title', 'Leggi da / Scrivi su contratto '), _defineProperty(_it$data, 'CONTRACT_Interact_CTA', 'Seleziona una funzione '), _defineProperty(_it$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_it$data, 'CONTRACT_Read', 'LEGGI '), _defineProperty(_it$data, 'CONTRACT_Write', 'SCRIVI '), _defineProperty(_it$data, 'DEP_generate', 'Genera bytecode '), _defineProperty(_it$data, 'DEP_generated', 'Bytecode generato '), _defineProperty(_it$data, 'DEP_signtx', 'Firma transazione '), _defineProperty(_it$data, 'DEP_interface', 'Interfaccia generata '), _defineProperty(_it$data, 'NODE_Title', 'Configura nodo personalizzato'), _defineProperty(_it$data, 'NODE_Subtitle', 'Per collegarti a un nodo locale...'), _defineProperty(_it$data, 'NODE_Warning', 'Il tuo nodo deve utilizzare HTTPS per potertici collegare da MyEtherWallet.com. Puoi [scaricare il repository di MyEtherWallet ed eseguirlo in locale](https://github.com/kvhnuke/etherwallet/releases/latest) per collegarti ad altri tipi di nodo. Oppure, ottieni un certificato SSL gratuito tramite [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_it$data, 'NODE_Name', 'Nome del nodo'), _defineProperty(_it$data, 'NODE_Port', 'Porta del nodo'), _defineProperty(_it$data, 'NODE_CTA', 'Salva & utilizza il nodo'), _defineProperty(_it$data, 'SWAP_rates', "Tassi correnti "), _defineProperty(_it$data, 'SWAP_init_1', "Voglio scambiare i miei "), _defineProperty(_it$data, 'SWAP_init_2', " per "), _defineProperty(_it$data, 'SWAP_init_CTA', "Facciamolo! "), _defineProperty(_it$data, 'SWAP_information', "Il tuo riepilogo "), _defineProperty(_it$data, 'SWAP_send_amt', "Importo da inviare "), _defineProperty(_it$data, 'SWAP_rec_amt', "Importo da ricevere "), _defineProperty(_it$data, 'SWAP_your_rate', "Il tuo tasso "), _defineProperty(_it$data, 'SWAP_rec_add', "Indirizzo di ricezione "), _defineProperty(_it$data, 'SWAP_start_CTA', "Avvia scambio "), _defineProperty(_it$data, 'SWAP_ref_num', "Il tuo codice di riferimento "), _defineProperty(_it$data, 'SWAP_time', "Tempo rimanente per l\'invio "), _defineProperty(_it$data, 'SWAP_elapsed', "Tempo trascorso dall\'invio "), _defineProperty(_it$data, 'SWAP_progress_1', "Ordine creato "), _defineProperty(_it$data, 'SWAP_progress_2', "In attesa dei tuoi "), _defineProperty(_it$data, 'SWAP_progress_3', "ricevuti! "), _defineProperty(_it$data, 'SWAP_progress_4', "Invio dei tuoi {{orderResult.output.currency}} "), _defineProperty(_it$data, 'SWAP_progress_5', "Ordine completato "), _defineProperty(_it$data, 'SWAP_order_CTA', "Invia "), _defineProperty(_it$data, 'SWAP_unlock', "Sblocca il tuo portafoglio per inviare ETH o token direttamente da questa pagina. "), _defineProperty(_it$data, 'ERROR_0', 'Ti preghiamo di inserire una quantità valida. '), _defineProperty(_it$data, 'ERROR_1', 'La password deve essere di almeno 9 caratteri. Assicurati che sia robusta. '), _defineProperty(_it$data, 'ERROR_2', 'Siamo spiacenti! Non riconosciamo questo tipo di file portafoglio. '), _defineProperty(_it$data, 'ERROR_3', 'Questo non è un file portafoglio valido. '), _defineProperty(_it$data, 'ERROR_4', 'Questa unità non esiste, ti preghiamo di usare una delle seguenti unità '), _defineProperty(_it$data, 'ERROR_5', 'Inserisci un indirizzo valido. '), _defineProperty(_it$data, 'ERROR_6', 'Inserisci una password valida. '), _defineProperty(_it$data, 'ERROR_7', 'Inserisci dei decimali validi. (Deve essere un intero. Prova 0-18.) '), _defineProperty(_it$data, 'ERROR_8', 'Inserisci un limite gas valido. (Deve essere un intero. Prova 21000-4000000.) '), _defineProperty(_it$data, 'ERROR_9', 'Inserisci un valore valido per i dati. (Deve essere una stringa esadecimale.) '), _defineProperty(_it$data, 'ERROR_10', 'Inserisci prezzo valido per il gas. (Deve essere un intero. Prova 20 GWEI / 20000000000 WEI.) '), _defineProperty(_it$data, 'ERROR_11', 'Inserisci un nonce valido. (Deve essere un intero.) '), _defineProperty(_it$data, 'ERROR_12', 'Transazione firmata non valida. '), _defineProperty(_it$data, 'ERROR_13', 'Esiste già un portafoglio con questo nome. '), _defineProperty(_it$data, 'ERROR_14', 'Portafoglio non trovato. '), _defineProperty(_it$data, 'ERROR_15', 'Ops. Sembra che non esista ancora una proposta con questo ID o c\'è un errore nella lettura della proposta. '), _defineProperty(_it$data, 'ERROR_16', 'C\'è già un portafoglio con questo indirizzo fra quelli salvati. Controlla la pagina dei tuoi portafogli. '), _defineProperty(_it$data, 'ERROR_17', 'L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Se stai inviando token, ti servono 0,01 ETH nel conto per coprire i costi del gas. '), _defineProperty(_it$data, 'ERROR_18', 'Questa transazione consumerebbe tutto il gas. Ciò significa che hai già votato questa proposta o che il periodo di discussione è terminato. '), _defineProperty(_it$data, 'ERROR_19', 'Inserisci un simbolo valido '), _defineProperty(_it$data, 'ERROR_20', 'Non è un token ERC-20 valido. '), _defineProperty(_it$data, 'ERROR_21', 'Impossibile eseguire una stima del gas necessario. Non ci sono abbastanza fondi nel conto, oppure l\'indirizzo del contratto ricevente genererebbe un errore. Puoi inserire il gas manualmente e procedere. Il messaggio di errore al momento dell\'invio potrebbe contenere ulteriori informazioni. '), _defineProperty(_it$data, 'ERROR_22', 'Inserisci un nome di nodo valido '), _defineProperty(_it$data, 'ERROR_23', 'Inserisci un URL valido. Se usi https, l\'URL deve cominciare con https'), _defineProperty(_it$data, 'ERROR_24', 'Inserisci una porta valida '), _defineProperty(_it$data, 'ERROR_25', 'Inserisci un ID catena valido '), _defineProperty(_it$data, 'ERROR_26', 'Inserisci una ABI valida '), _defineProperty(_it$data, 'ERROR_27', 'Importo minimo: 0.01. Importo massimo: '), _defineProperty(_it$data, 'ERROR_28', 'Avrai bisogno del `file Keystore + la password` o della `chiave privata` (prossima pagina) per avere accesso a questo portafoglio in futuro. '), _defineProperty(_it$data, 'ERROR_29', 'Inserisci un nome utente e una password validi '), _defineProperty(_it$data, 'ERROR_30', 'Inserisci un nome valido (almeno 7 caratteri, punteggiatura limitata)'), _defineProperty(_it$data, 'ERROR_31', 'Inserisci una frase segreta valida '), _defineProperty(_it$data, 'ERROR_32', 'Impossibile collegarsi al nodo. Aggiorna la pagina, prova con un altro nodo (angolo in alto a destra), controlla le impostazioni del firewall. Se si tratta di un nodo personalizzato, controlla la configurazione.'), _defineProperty(_it$data, 'ERROR_33', 'L\'indirizzo del portafoglio non corrisponde a quello del proprietario. '), _defineProperty(_it$data, 'ERROR_34', 'Il nome che stai provando a rivelare non combacia con quello che hai inserito. '), _defineProperty(_it$data, 'ERROR_35', 'L\'indirizzo inserito non ha un checksum. Ulteriori informazioni'), _defineProperty(_it$data, 'ERROR_36', 'Inserisci un hash transazione valido'), _defineProperty(_it$data, 'ERROR_37', 'Inserisci una stringa esadecimale valida (0-9, a-f)'), _defineProperty(_it$data, 'SUCCESS_1', 'Indirizzo valido '), _defineProperty(_it$data, 'SUCCESS_2', 'Portafoglio decodificato correttamente '), _defineProperty(_it$data, 'SUCCESS_3', 'La transazione è stata inviata alla rete. È in attesa di essere inclusa in un blocco e confermata. Durante le ICO, potrebbero volerci 3 ore o più per la conferma. Utilizza i pulsanti Verifica e Controlla qui sotto per informazioni. Hash transazione: '), _defineProperty(_it$data, 'SUCCESS_4', 'Il portafoglio è stato aggiunto correttamente '), _defineProperty(_it$data, 'SUCCESS_5', 'File selezionato '), _defineProperty(_it$data, 'SUCCESS_6', 'Ora sei connesso '), _defineProperty(_it$data, 'SUCCESS_7', 'Firma del messaggio verificata'), _defineProperty(_it$data, 'WARN_Send_Link', 'Sei arrivato qui da un link che ha riempito per te i campi indirizzo, importo, gas, dati o tipo di transazione (modalità di invio). Puoi cambiare queste informazioni prima di inviare. Sblocca il tuo portafoglio per iniziare. '), _defineProperty(_it$data, 'GETH_InvalidSender', 'Mittente non valido '), _defineProperty(_it$data, 'GETH_Nonce', 'Nonce troppo basso '), _defineProperty(_it$data, 'GETH_Cheap', 'Prezzo del gas troppo basso per essere accettato '), _defineProperty(_it$data, 'GETH_Balance', 'Saldo insufficiente '), _defineProperty(_it$data, 'GETH_NonExistentAccount', 'Il conto non esiste o il saldo è insufficiente '), _defineProperty(_it$data, 'GETH_InsufficientFunds', 'Fondi insufficienti per gas * prezzo + valore '), _defineProperty(_it$data, 'GETH_IntrinsicGas', 'Gas intrinseco troppo basso '), _defineProperty(_it$data, 'GETH_GasLimit', 'Eccede il limite gas per il blocco '), _defineProperty(_it$data, 'GETH_NegativeValue', 'Valore negativo '), _defineProperty(_it$data, 'PARITY_AlreadyImported', "È già stata importata una transazione con lo stesso hash."), _defineProperty(_it$data, 'PARITY_Old', "Il nonce della transazione è troppo basso. Prova ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_TooCheapToReplace', "La commissione per la transazione è troppo bassa. Nella coda c'è un'altra transazione con lo stesso nonce. Prova ad aumentare la commissione o ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_LimitReached', "Ci sono troppe transazioni nella coda. La tua transazione è stata scartata per il superamento del limite. Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientGasPrice', "La commissione per la transazione è troppo bassa. Non soddisfa la commissione minima del tuo nodo (minima: {}, fornita: {}). Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientBalance', "Fondi insufficienti. L'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti {} ma presenti: {}."), _defineProperty(_it$data, 'PARITY_GasLimitExceeded', "Il costo della transazione eccede il limite gas corrente. Limite: {}, fornito: {}. Prova a ridurre il gas fornito."), _defineProperty(_it$data, 'PARITY_InvalidGasLimit', "Il gas fornito supera il limite."), _defineProperty(_it$data, 'translate_version', '0.3 '), _defineProperty(_it$data, 'Translator_Desc', 'Grazie ai nostri traduttori '), _defineProperty(_it$data, 'TranslatorName_1', '[ugilio](https://www.myetherwallet.com/?gaslimit=21000&to=0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa&value=1.0#send-transaction) '), _defineProperty(_it$data, 'TranslatorAddr_1', '0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa '), _defineProperty(_it$data, 'TranslatorName_2', ''), _defineProperty(_it$data, 'TranslatorAddr_2', ''), _defineProperty(_it$data, 'TranslatorName_3', ''), _defineProperty(_it$data, 'TranslatorAddr_3', ''), _defineProperty(_it$data, 'TranslatorName_4', ''), _defineProperty(_it$data, 'TranslatorAddr_4', ''), _defineProperty(_it$data, 'TranslatorName_5', ''), _defineProperty(_it$data, 'TranslatorAddr_5', ''), _defineProperty(_it$data, 'HELP_Warning', 'Se hai creato un portafoglio -oppure- hai scaricato il repository prima del **31 Dicembre 2015**, controlla i tuoi portafogli e scarica una nuova versione del repository. Fai clic qui per i dettagli. '), _defineProperty(_it$data, 'HELP_Desc', 'Vedi che manca qualcosa? Hai un\'altra domanda? [Mettiti in contatto con noi](mailto:support@myetherwallet.com), e non solo risponderemo alla tua domanda, ma aggiorneremo anche questa pagina in modo che sia più utile ad altri in futuro! '), _defineProperty(_it$data, 'HELP_Remind_Title', 'Qualche promemoria '), _defineProperty(_it$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, e alcune delle librerie Javascript che utilizziamo sono in continuo sviluppo.** Anche se abbiamo testato approfonditamente e persone di tutto il mondo hanno correttamente creato decine di migliaia di portafogli, c\'è sempre la remota possibilità che accada qualcosa di imprevisto che provochi la perdita dei tuoi ETH. Ti preghiamo di non investire più di quello che sei disposto a perdere, e di fare attenzione. Se dovesse capitare qualcosa, ci dispiace, ma **non siamo responsabili per gli ether perduti**. '), _defineProperty(_it$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX non sono "portafogli web". Non stai creando un account né ci stai dando i tuoi ether da custodire. Tutti i dati non lasciano mai il tuo computer/il tuo browser. Quello che facciamo è renderti facile creare, salvare, e accedere alle tue informazioni e interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_Remind_Desc_3', 'Se non salvi la tua chiave privata e la password, non c\'è modo di recuperare l\'accesso al tuo portafoglio o ai fondi che contiene. Salvali in molti luoghi fisici diversi e non solo sul tuo computer! '), _defineProperty(_it$data, 'HELP_0_Title', '0) Sono nuovo. Cosa faccio? '), _defineProperty(_it$data, 'HELP_0_Desc_1', 'MyEtherWallet ti dà la possibilità di generare nuovi portafogli in modo da poter conservare i tuoi ether da solo, invece di usare una piattaforma di scambio. Questo processo avviene interamente sul tuo computer, non sui nostri server. Quindi, quando generi un nuovo portafoglio, **sei responsabile del suo salvataggio in maniera sicura**. '), _defineProperty(_it$data, 'HELP_0_Desc_2', 'Crea un nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_3', 'Fai un backup del portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_4', 'Verifica di avere accesso a questo nuovo portafoglio e di avere salvato correttamente tutte le informazioni necessarie. '), _defineProperty(_it$data, 'HELP_0_Desc_5', 'Trasferisci degli ether in questo nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_1_Title', '1) Come creo un nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_1_Desc_1', 'Vai alla pagina "Genera portafoglio". '), _defineProperty(_it$data, 'HELP_1_Desc_2', 'Vai alla pagina "Aggiungi portafoglio" e seleziona "Genera un nuovo portafoglio" '), _defineProperty(_it$data, 'HELP_1_Desc_3', 'Inserisci una password robusta. Se pensi di poterla dimenticare, salvala in un posto sicuro. Avrai bisogno di questa password per inviare transazioni. '), _defineProperty(_it$data, 'HELP_1_Desc_4', 'Fai clic su "GENERA PORTAFOGLIO". '), _defineProperty(_it$data, 'HELP_1_Desc_5', 'Il tuo portafoglio è stato appena generato. '), _defineProperty(_it$data, 'HELP_2a_Title', 'Come salvo o faccio il backup del mio portafoglio? '), _defineProperty(_it$data, 'HELP_2a_Desc_1', 'Dovresti sempre fare dei backup esterni in diversi luoghi fisici - come su una penna USB e/o su un pezzo di carta. '), _defineProperty(_it$data, 'HELP_2a_Desc_2', 'Salva l\'indirizzo. Puoi tenerlo per te o condividerlo. In questo modo gli altri possono inviarti degli ether. '), _defineProperty(_it$data, 'HELP_2a_Desc_3', 'Salva delle versioni della chiave privata. Non condividerla con nessuno. La tua chiave privata è necessaria quando vuoi accedere ai tuoi ether per trasferirli! Ci sono 3 tipi di chiave privata: '), _defineProperty(_it$data, 'HELP_2a_Desc_4', 'Metti il tuo indirizzo, le versioni della chiave privata, e la versione PDF del tuo portafoglio cartaceo in una cartella. Salvala sul tuo computer e su una penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_5', 'Stampa il portafoglio se hai una stampante. In alternativa, trascrivi la tua chiave privata e l\'indirizzo su un pezzo di carta. Conserva questo foglio in un posto sicuro, separato dal tuo computer e dalla penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_6', 'Ricorda, devi evitare la perdita delle chiavi e della password in caso di smarrimento o malfunzionamento del tuo hard disk, penna USB, o pezzo di carta. Devi anche considerare la perdita fisica o il danneggiamento di una intera area (pensa a incendi o inondazioni). '), _defineProperty(_it$data, 'HELP_2b_Title', '2b) Come implemento un portafoglio offline in maniera sicura con MyEtherWallet? '), _defineProperty(_it$data, 'HELP_2b_Desc_1', 'Vai su [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_it$data, 'HELP_2b_Desc_2', 'Fai clic su `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_it$data, 'HELP_2b_Desc_3', 'Sposta il file zip su un computer *air-gapped*. '), _defineProperty(_it$data, 'HELP_2b_Desc_4', 'Decomprimilo e fai doppio clic su `index.html`. '), _defineProperty(_it$data, 'HELP_2b_Desc_5', 'Genera un portafoglio con una password robusta. '), _defineProperty(_it$data, 'HELP_2b_Desc_6', 'Salva l\'indirizzo. Salva delle versioni della chiave privata. Salva la password se potresti non ricordarla per sempre. '), _defineProperty(_it$data, 'HELP_2b_Desc_7', 'Conserva questi fogli / penne USB in diversi luoghi fisici separati. '), _defineProperty(_it$data, 'HELP_2b_Desc_8', 'Vai alla pagina "Informazioni portafoglio" e digita la tua chiave privata / password per assicurarti che siano corrette e per accedere al portafoglio. Controlla che l\'indirizzo che hai trascritto sia lo stesso. '), _defineProperty(_it$data, 'HELP_3_Title', '3) Come verifico di aver accesso al mio nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_3_Desc_1', '**Prima di inviare degli ether al tuo nuovo portafoglio**, dovresti assicurarti di poterci accedere. '), _defineProperty(_it$data, 'HELP_3_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_3_Desc_3', 'Vai alla pagina "Informazioni portafoglio" su MyEtherWallet.com. '), _defineProperty(_it$data, 'HELP_3_Desc_4', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_3_Desc_5', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_3_Desc_6', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_3_Desc_7', 'Dovrebbero comparire le informazioni sul tuo portafoglio. Individua l\'indirizzo del tuo conto, accanto all\'icona rotonda e colorata. Questa icona rappresenta visivamente il tuo indirizzo. Assicurati che l\'indirizzo sia quello che hai salvato nel tuo file di testo e che sia presente sul tuo portafoglio cartaceo. '), _defineProperty(_it$data, 'HELP_3_Desc_8', 'Se stai pensando di conservare una grande quantità di ether, ti consigliamo di provare a inviare una piccola somma di ether dal nuovo portafoglio prima di depositarci un grosso importo. Invia 0,001 ether al nuovo portafoglio, accedici, e invia quegli 0,001 ether a un altro indirizzo, e assicurati che tutto funzioni agevolmente. '), _defineProperty(_it$data, 'HELP_4_Title', '4) Come invio degli ether da un portafoglio a un altro? '), _defineProperty(_it$data, 'HELP_4_Desc_1', 'Se stai pensando di spostare una grande quantità di ether, dovresti prima provare ad inviare una piccola somma al tuo portafoglio per assicurarti che tutto vada come previsto. '), _defineProperty(_it$data, 'HELP_4_Desc_2', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4_Desc_3', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_4_Desc_4', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_4_Desc_5', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_4_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4_Desc_9', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_4_Desc_10', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_4_Desc_11', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_4_Desc_12', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_4_Desc_13', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_4CX_Title', '4) Come invio degli ether utilizzando MyEtherWallet CX? '), _defineProperty(_it$data, 'HELP_4CX_Desc_1', 'Innanzitutto devi aggiungere un portafoglio. Dopo averlo fatto hai 2 opzioni: la funzionalità "Invio rapido" dall\'icona dell\'estensione di Chrome o la pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4CX_Desc_2', 'Invio rapido: '), _defineProperty(_it$data, 'HELP_4CX_Desc_3', 'Fai clic sull\'icona dell\'estensione di Chrome. '), _defineProperty(_it$data, 'HELP_4CX_Desc_4', 'Fai clic sul pulsante "Invio rapido". '), _defineProperty(_it$data, 'HELP_4CX_Desc_5', 'Seleziona il portafoglio dal quale desideri inviare. '), _defineProperty(_it$data, 'HELP_4CX_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4CX_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4CX_Desc_8', 'Fai clic su "Invia transazione". '), _defineProperty(_it$data, 'HELP_4CX_Desc_9', 'Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. '), _defineProperty(_it$data, 'HELP_4CX_Desc_10', 'Inserisci la password del portafoglio. '), _defineProperty(_it$data, 'HELP_4CX_Desc_11', 'Fai clic su "Invia transazione." '), _defineProperty(_it$data, 'HELP_4CX_Desc_12', 'Tramite la pagina "Invia ether e token" '), _defineProperty(_it$data, 'HELP_5_Title', '5) Come faccio ad eseguire MyEtherWallet.com offline/in locale? '), _defineProperty(_it$data, 'HELP_5_Desc_1', 'Puoi eseguire MyEtherWallet.com sul tuo computer invece che dai server di GitHub. Puoi generare un portafoglio completamente offline e inviare transazioni dalla pagina "Invia Offline". '), _defineProperty(_it$data, 'HELP_5_Desc_7', 'MyEtherWallet.com è ora in esecuzione completamente sul tuo computer. '), _defineProperty(_it$data, 'HELP_5_Desc_8', 'In caso tu non abbia molta confidenza, ti serve l\'intera cartella per poter eseguire il sito web, non solo `index.html`. Non toccare né spostare nulla del contenuto della cartella. Se stai conservando un backup del repository MyEtherWallet per il futuro, ti consigliamo di conservare soltanto il file ZIP in modo da assicurarti che i contenuti della cartella rimangano intatti. '), _defineProperty(_it$data, 'HELP_5_Desc_9', 'Dal momento che stiamo costantemente aggiornando MyEtherWallet.com, ti consigliamo di aggiornare periodicamente la tua versione locale del repository. '), _defineProperty(_it$data, 'HELP_5CX_Title', '5) Come posso installare questa estensione dal repository invece che dal Chrome Store? '), _defineProperty(_it$data, 'HELP_5CX_Desc_2', 'Fai clic su `chrome-extension-vX.X.X.X.zip` e decomprimi il file. '), _defineProperty(_it$data, 'HELP_5CX_Desc_3', 'In Google Chrome, fai clic su Impostazioni (dal menu in alto a destra). '), _defineProperty(_it$data, 'HELP_5CX_Desc_4', 'Fai clic su "Estensioni" sulla sinistra. '), _defineProperty(_it$data, 'HELP_5CX_Desc_5', 'Seleziona la casella "Modalità sviluppatore" all\'inizio della pagina. '), _defineProperty(_it$data, 'HELP_5CX_Desc_6', 'Fai clic sul pulsante "Carica estensione non pacchettizzata...". '), _defineProperty(_it$data, 'HELP_5CX_Desc_7', 'Vai alla cartella che hai precedentemente scaricato e decompresso. Fai clic su "Seleziona". '), _defineProperty(_it$data, 'HELP_5CX_Desc_8', 'L\'estensione dovrebbe ora comparire fra le tue estensioni e nella barra delle estensioni di Chrome. '), _defineProperty(_it$data, 'HELP_7_Title', '7) Come invio token e come aggiungo token personalizzati? '), _defineProperty(_it$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) è un ottimo modo di esplorare i token e trovarne i decimali. '), _defineProperty(_it$data, 'HELP_7_Desc_1', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_7_Desc_2', 'Sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_7_Desc_3', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_7_Desc_4', 'Inserisci l\'importo che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_5', 'Seleziona il token che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_6', 'Se non vedi il token nell\'elenco: '), _defineProperty(_it$data, 'HELP_7_Desc_7', 'Fai clic su "Altro". '), _defineProperty(_it$data, 'HELP_7_Desc_8', 'Inserisci l\'indirizzo, il nome, e i decimali del token. Questi valori sono forniti dagli sviluppatori del token e sono necessari anche quando aggiungi il token in Mist per osservarlo. '), _defineProperty(_it$data, 'HELP_7_Desc_9', 'Fai clic su "Salva". '), _defineProperty(_it$data, 'HELP_7_Desc_10', 'Ora puoi inviare il token e anche vederne il saldo nella barra laterale. '), _defineProperty(_it$data, 'HELP_7_Desc_11', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_7_Desc_12', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_7_Desc_13', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_7_Desc_14', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_7_Desc_15', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Title', '8) Che succede se il vostro sito va giù? '), _defineProperty(_it$data, 'HELP_8_Desc_1', 'MyEtherWallet non è un portafoglio web. Non hai un login e niente viene mai salvato nei nostri server. È semplicemente un\'interfaccia che ti consente di interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Desc_2', 'Se MyEtherWallet.com va giù, dovrai trovare un altro modo (come geth o Ethereum Wallet / Mist) per fare quello che facciamo noi. Ma non dovrai "tirare fuori" i tuoi ether da MyEtherWallet perché non si trovano in MyEtherWallet. Sono in qualunque portafoglio tu abbia generato tramite il nostro sito. '), _defineProperty(_it$data, 'HELP_8_Desc_3', 'Ora puoi importare direttamente e molto facilmente in geth / Ethereum Wallet / Mist la tua chiave privata non crittografata e i tuoi file in formato Geth/Mist (crittografati). Vedi la domanda n. 12 qui sotto. '), _defineProperty(_it$data, 'HELP_8_Desc_4', 'Inoltre, la probabilità che tiriamo giù MyEtherWallet è prossima allo zero. Non ci costa praticamente nulla mantenerlo dal momento che non stiamo memorizzando alcuna informazione. Se anche disattivassimo il dominio, è ancora, e sarà sempre, disponibile pubblicamente su [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puoi scaricare lo ZIP da lì ed eseguirlo in locale. '), _defineProperty(_it$data, 'HELP_8CX_Title', '8) Che succede se MyEtherWallet CX sparisce? '), _defineProperty(_it$data, 'HELP_8CX_Desc_1', 'Innanzitutto, tutti i dati sono salvati sul tuo computer, non sui nostri server. So che può essere disorientante, ma quando utilizzi l\'estensione Chrome NON stai guardando qualcosa che è salvato da qualche parte sui nostri server - è tutto salvato sul tuo computer. '), _defineProperty(_it$data, 'HELP_8CX_Desc_2', 'Detto ciò, è **molto importante** che tu faccia un backup di tutte le informazioni relative a ogni nuovo portafoglio generato con MyEtherWallet CX. In questo modo se succede qualcosa a MyEtherWallet CX or al tuo computer avrai ancora tutte le informazioni necessarie ad accedere ai tuoi ether. Vedi la domanda n. 2a per come salvare i tuoi portafogli. '), _defineProperty(_it$data, 'HELP_8CX_Desc_3', 'Se per qualche ragione MyEtherWallet CX sparisce dal Chrome Store, puoi trovare i sorgenti su Github e caricare l\'estensione manualmente. Vedi la domanda n. 5 qui sopra. '), _defineProperty(_it$data, 'HELP_9_Title', '9) La pagina "Invia ether e token" è offline? '), _defineProperty(_it$data, 'HELP_9_Desc_1', 'No. Ha bisogno di Internet per poter ottenere il prezzo corrente del gas, il *nonce* del tuo conto, e per trasmettere la transazione (cioè per inviarla). Tuttavia, si limita ad inviare la transazione firmata. La tua chiave privata rimane al sicuro con te. Ora abbiamo inserito anche una pagina "Invia offline" così che ti possa assicurare che le tue chiavi private rimangano sempre su un computer offline/*air-gapped*. '), _defineProperty(_it$data, 'HELP_10_Title', '10) Come creo una transazione offline? '), _defineProperty(_it$data, 'HELP_10_Desc_1', 'Vai alla pagina "Invia offline" con il tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_2', 'Inserisci l\'"Indirizzo mittente". Ti preghiamo di notare che questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Da questo indirizzo si genera il *nonce* e il prezzo del gas. '), _defineProperty(_it$data, 'HELP_10_Desc_3', 'Spostati sul tuo computer offline. Inserisci l\'"INDIRIZZO DESTINATARIO" e l\'"IMPORTO" che desideri inviare. '), _defineProperty(_it$data, 'HELP_10_Desc_4', 'Inserisci il "PREZZO GAS" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_5', 'Inserisci il "NONCE" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_6', 'Il "LIMITE GAS" ha un valore predefinito di 21000. Questo valore è sufficiente per una transazione standard. Se desideri inviare ad un contratto o se includi nella transazione dati aggiuntivi avrai bisogno di aumentare il limite gas. Eventuale gas in eccesso ti sarà restituito. '), _defineProperty(_it$data, 'HELP_10_Desc_7', 'Se lo desideri, inserisci dei dati. Se lo fai, dovrai aumentare il limite gas a un valore superiore al limite predefinito di 21000. Tutti i dati sono in formato HEX. '), _defineProperty(_it$data, 'HELP_10_Desc_8', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_10_Desc_9', 'Premi il pulsante "GENERA TRANSAZIONE". '), _defineProperty(_it$data, 'HELP_10_Desc_10', 'I campi sotto il pulsante saranno riempiti con la transazione firmata. Copiala e ritorna al tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_11', 'Sul tuo computer online, incolla la transazione firmata nel campo di testo nel passo n. 3 e fai clic su "Invia transazione". In questo modo la transazione verrà trasmessa. '), _defineProperty(_it$data, 'HELP_12_Title', '12) Come faccio a importare un portafoglio creato con MyEtherWallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_it$data, 'HELP_12_Desc_1', 'Con un file JSON Geth/Mist generato da MyEtherWallet v2+.... '), _defineProperty(_it$data, 'HELP_12_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_3', 'Sblocca il portafoglio usando la tua chiave privata **crittografata** o il file JSON. '), _defineProperty(_it$data, 'HELP_12_Desc_4', 'Vai alla pagina "I miei portafogli". '), _defineProperty(_it$data, 'HELP_12_Desc_5', 'Seleziona il portafoglio che vuoi importare in Mist, fai clic sull\'icona "Mostra", inserisci la password, e accedi al portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_6', 'Individua la sezione "File Keystore/JSON (Consigliato · Crittografato · Formato Mist/Geth)". Premi il pulsante "Download" al di sotto. Ora hai il file keystore. '), _defineProperty(_it$data, 'HELP_12_Desc_7', 'Apri l\'applicazione Ethereum Wallet. '), _defineProperty(_it$data, 'HELP_12_Desc_8', 'Nella barra dei menu, vai su "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_it$data, 'HELP_12_Desc_9', 'Si aprirà la tua cartella keystore. Copia il file che hai appena scaricato (`UTC--2016-04-14........`) dentro questa cartella. '), _defineProperty(_it$data, 'HELP_12_Desc_10', 'Il tuo conto dovrebbe comparire immediatamente sotto "Accounts." '), _defineProperty(_it$data, 'HELP_12_Desc_11', 'Con una chiave privata non crittografata... '), _defineProperty(_it$data, 'HELP_12_Desc_12', 'Se non hai già la chiave private non crittografata, vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_13', 'Seleziona il file del tuo portafoglio -oppure- inserisci/incolla la tua chiave privata per sbloccare il portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_14', 'Copia la tua chiave privata (non crittografata). '), _defineProperty(_it$data, 'HELP_12_Desc_15', 'Se sei su un Mac: '), _defineProperty(_it$data, 'HELP_12_Desc_15b', 'Se sei su un PC: '), _defineProperty(_it$data, 'HELP_12_Desc_16', 'Apri TextEdit e incolla la chiave privata. '), _defineProperty(_it$data, 'HELP_12_Desc_17', 'Vai sulla barra dei menu e fai clic su "Formato" -> "Converti in formato Solo testo". '), _defineProperty(_it$data, 'HELP_12_Desc_18', 'Salva questo file sulla tua `Scrivania` come `niente_di_speciale_cancellami.txt`. Assicurati che siano selezionati "UTF-8" e "Se non è indicata nessuna estensione, usa .”txt”" nella finestra di salvataggio. '), _defineProperty(_it$data, 'HELP_12_Desc_19', 'Apri il terminale ed esegui il seguente comando: `geth account import ~/Desktop/niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_20', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_21', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_22', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_12_Desc_23', 'Apri Blocco note e incolla la chiave privata '), _defineProperty(_it$data, 'HELP_12_Desc_24', 'Salva il file come `niente_di_speciale_cancellami.txt` in `C:\\` '), _defineProperty(_it$data, 'HELP_12_Desc_25', 'Esegui il comando `geth account import C:\\niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_26', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_27', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_28', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_13_Title', '13) Cosa significa "Fondi insufficienti. L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti XXXXXXXXXXXXXXXXXXX ma presenti: XXXXXXXXXXXXXXXX."? '), _defineProperty(_it$data, 'HELP_13_Desc_1', 'Significa che non hai abbastanza ether nel tuo conto per coprire il costo del gas. Tutte le transazioni (comprese quelle che riguardano token e contratti) richiedono gas, e il gas si paga in ether. Il numero indicato è l\'importo richiesto per coprire il costo della transazione in wei. Prendi quel numero, dividilo per `1000000000000000000`, e sottrai la quantità di ether che stavi provando ad inviare (se stavi provando ad inviare ether). Il risultato è la somma in ether che devi inviare a quel conto per poter eseguire la transazione. '), _defineProperty(_it$data, 'HELP_14_Title', '14) Certi siti inizializzano il generatore di numeri casuali per la generazione della chiave privata tramite i movimenti del mouse. MyEtherWallet.com non lo fa. La generazione di numeri casuali di MyEtherWallet è sicura? '), _defineProperty(_it$data, 'HELP_14_Desc_1', 'Sebbene usare i movimenti del mouse sia ingegnoso, e comprendiamo perché piaccia, la realtà è che window.crypto assicura maggiore entropia rispetto ai tuoi movimenti del mouse. Non che i movimenti del mouse siano insicuri, è solo che noi (e un sacco di altri critto-esperimenti) crediamo in window.crypto. Oltretutto, MyEtherWallet.com può essere utilizzato su dispositivi touch. Qui c\'è una [conversazione fra un utente di reddit arrabbiato e Vitalik Buterin su movimenti del mouse contro window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) e qui c\'è [la specifica del w3 di window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_it$data, 'HELP_15_Title', '15) Perché il conto che ho appena creato non risulta nello strumento per esplorare la *blockchain*? (es: etherchain, etherscan) '), _defineProperty(_it$data, 'HELP_15_Desc_1', 'I conti vengono mostrati in quegli strumenti solamente dopo che c\'è stata un\'attività sul conto in questione—ad esempio, dopo che ci hai trasferito degli ether. '), _defineProperty(_it$data, 'HELP_16_Title', '16) Come faccio a controllare il saldo del mio conto? '), _defineProperty(_it$data, 'HELP_16_Desc_1', 'Puoi usare uno strumento per l\'esplorazione della *blockchain* come [etherscan.io](https://etherscan.io/). Incolla il tuo indirizzo nella barra di ricerca e vedrai il tuo indirizzo e lo storico delle transazioni. Ad esempio, questo è come si presenta il nostro [conto donazioni](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) su etherscan.io '), _defineProperty(_it$data, 'HELP_17_Title', '17) Perché non viene mostrato il saldo quando sblocco il mio portafoglio? '), _defineProperty(_it$data, 'HELP_17_Desc_1', 'Probabilmente perché sei dietro a un firewall. Le API che utilizziamo per ottenere il saldo e convertirlo sono spesso bloccate dai firewall per qualche ragione. Sarai ancora in grado di inviare transazioni, dovrai solo usare un metodo diverso per vedere il tuo saldo, come etherscan.io '), _defineProperty(_it$data, 'HELP_18_Title', '18) Dov\'è il mio file portafoglio di geth? '), _defineProperty(_it$data, 'HELP_19_Title', '19) Dov\'è il mio file portafoglio di Mist? '), _defineProperty(_it$data, 'HELP_19_Desc_1', 'I file di Mist si trovano di solito nelle posizioni qui sopra, ma è molto più facile aprire Mist, selezionare "Accounts" nella barra dei menu, selezionare "Backup", e selezionare "Accounts". Si aprirà la cartella in cui sono memorizzati i tuoi file. '), _defineProperty(_it$data, 'HELP_20_Title', '20) Dov\'è il mio file portafoglio della prevendita? '), _defineProperty(_it$data, 'HELP_20_Desc_1', 'Dove l\'hai salvato. ;) Ti è anche stato spedito in mail, quindi controllala. Cerca un file chiamato `"ethereum_wallet_backup.json"` e selezionalo. Questo portafoglio sarà crittografato con la password che hai creato durante l\'acquisto della prevendita. '), _defineProperty(_it$data, 'HELP_21_Title', '21) Non basta inserire chiavi private casuali, cercare un saldo, e poi inviarselo al proprio indirizzo? '), _defineProperty(_it$data, 'HELP_21_Desc_1', 'Versione corta: sì, ma trovare un conto con un saldo richiederebbe più tempo dell\'età dell\'universo... quindi no. '), _defineProperty(_it$data, 'HELP_21_Desc_2', 'Versione lunga in termini semplici: Ethereum si basa sulla [Crittografia a chiave pubblica](https://it.wikipedia.org/wiki/Crittografia_a_chiave_pubblica), nello specifico [Crittografia a curva ellittica](https://eprint.iacr.org/2013/734.pdf) (ECC) che è ampiamente utilizzata, non solo in Ethereum. La maggior parte dei server sono protetti tramite ECC. Anche Bitcoin la usa, oltre a SSH e TLS e a un sacco di altra roba. Le chiavi di Ethereum nello specifico sono di 256 bit, che sono più robuste di 128 bit e 192 bit, che sono anch\'esse ampiamente utilizzate e sono tuttora considerate sicure dagli esperti. '), _defineProperty(_it$data, 'HELP_21_Desc_3', 'In tutto ciò tu hai una chiave privata e una chiave pubblica. Dalla chiave privata si può derivare la chiave pubblica, ma dalla chiave pubblica non si può risalire alla chiave privata. Il fatto che Internet e i segreti del mondo usino questa crittografia significa che se ci fosse un modo per ottenere una chiave privata da una chiave pubblica, i tuoi ether persi sarebbero l\'ultimo dei problemi. '), _defineProperty(_it$data, 'HELP_21_Desc_4', 'Ora, detto ciò, SÌ se qualcun altro ha la tua chiave privata allora può effettivamente inviare ether dal tuo conto. Proprio come se qualcuno ha la password della tua mail può leggere e spedire la tua mail, o se ha la password del tuo conto bancario potrebbe fare dei trasferimenti. Potresti scaricare la versione Keystore della tua chiave privata che è la chiave privata crittografata con una password. È come avere una password che è a sua volta protetta da un\'altra password. '), _defineProperty(_it$data, 'HELP_21_Desc_5', 'E SÌ, in teoria potresti semplicemente digitare stringhe di 64 caratteri esadecimali fino a trovarne una che corrisponda. Infatti, persone intelligenti potrebbero scrivere un programma per controllare molto rapidamente chiavi private casuali. Questo procedimento è conosciuto come *"attacco a forza bruta"* o *"mining"* delle chiavi private. Ci hanno pensato molto e a lungo. Con qualche server di altissimo livello potrebbero essere in grado di controllare più di 1 milione di chiavi al secondo. Però nemmeno controllarne così tante al secondo porterebbe all\'accesso in una maniera tale da rendere il costo dell\'utilizzo di quei server vagamente vicino all\'essere proficuo - è più probabile che tu, e i tuoi pronipoti, moriate prima di trovare una corrispondenza. '), _defineProperty(_it$data, 'HELP_21_Desc_6', 'Se sai qualcosa di Bitcoin, [questo ti darà un\'idea:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *"Per illustrare quanto ciò sia improbabile: supponi che ogni satoshi di ogni bitcoin che sarà mai generato sia inviato a una sua chiave privata unica. La probabilità che fra queste chiavi ce ne possano essere due che corrispondano allo stesso indirizzo è circa di uno in 100 trilioni"*. '), _defineProperty(_it$data, 'HELP_21_Desc_7', '[Se preferisci qualcosa di un po\' più tecnico:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *"Questi numeri non hanno niente a che fare con la tecnologia dei dispositivi; sono i massimi che la termodinamica consente. E implicano fortemente che gli attacchi a forza bruta contro le chiavi a 256 bit saranno impraticabili almeno fino a quando i computer non saranno costruiti con qualcosa di diverso dalla materia e non occuperanno qualcosa di diverso dallo spazio."* '), _defineProperty(_it$data, 'HELP_21_Desc_8', 'Certo, tutto ciò assume che le chiavi siano generate in una maniera veramente casuale e con sufficiente entropia. Le chiavi generate qui soddisfano questi criteri, come anche Jaxx e Mist/geth. I portafogli Ethereum sono tutti piuttosto buoni. Le chiavi generate dai *brainwallet* non lo sono, dal momento che il cervello di una persona non è capace di creare un seme veramente casuale. Ci sono stati un numero di altri problemi relativi alla mancanza di entropia o a semi non generati in maniera veramente casuale nel mondo di Bitcoin, ma quella è un\'altra questione di cui non parleremo oggi. '), _defineProperty(_it$data, 'HELP_SecCX_Title', 'Sicurezza - MyEtherWallet CX '), _defineProperty(_it$data, 'HELP_SecCX_Desc_1', 'Dov\'è che questa estensione salva le mie informazioni? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_2', 'Le informazioni che memorizzi in questa estensione di Chrome sono salvate tramite [chrome.storage](http://chrome.storage/). - è lo stesso posto in cui vengono salvate le tue password quando le salvi in Chrome. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_3', 'Che informazioni sono salvate? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_4', 'L\'indirizzo, nome, e la chiave privata sono memorizzati in chrome.storage. La chiave privata è crittografata utilizzando la password che hai impostato quando hai aggiunto il portafoglio. Il nome e l\'indirizzo del portafoglio non sono crittografati. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_5', 'Perché il nome e l\'indirizzo del portafoglio non sono crittografati? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_6', 'Se crittografassimo questi elementi dovresti inserire una password ogni volta in cui volessi vedere il saldo del tuo conto o i nomi dei portafogli. Se ciò ti preoccupa, ti consigliamo di usare MyEtherWallet.com invece di questa estensione di Chrome. '), _defineProperty(_it$data, 'HELP_Sec_Title', 'Sicurezza '), _defineProperty(_it$data, 'HELP_Sec_Desc_1', 'Se una delle prime domande che ti poni è "Perché dovrei fidarmi di questa gente?", è una cosa buona. Quanto segue dovrebbe aiutarti a calmare i tuoi timori. '), _defineProperty(_it$data, 'HELP_Sec_Desc_2', 'Siamo attivi da agosto 2015. Se cerchi ["myetherwallet" su reddit](https://www.reddit.com/search?q=myetherwallet), puoi vedere che molte persone ci utilizzano con grande successo. '), _defineProperty(_it$data, 'HELP_Sec_Desc_3', 'Non prenderemo i tuoi soldi né ruberemo le tue chiavi private. Non c\'è codice malevolo su questo sito. Infatti le pagine "Genera portafoglio" sono completamente lato client. Ciò significa che tutto il codice è eseguito sul ** tuo computer** e non viene mai salvato e trasmesso da nessuna parte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_4', 'Controlla l\'URL -- Questo sito viene servito attraverso GitHub e puoi vederne il codice sorgente qui: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) su [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_it$data, 'HELP_Sec_Desc_5', 'Per la generazione dei portafogli, puoi scaricare il [codice sorgente](https://github.com/kvhnuke/etherwallet/releases/latest) ed eseguirlo in locale. Vedi la domanda 5 qui sopra. '), _defineProperty(_it$data, 'HELP_Sec_Desc_6', 'Genera un portafoglio di prova e controlla che attività di rete sono in corso. Il modo più facile e fare clic destro sulla pagina e scegliere "Analizza elemento". Vai sulla scheda "Rete". Genera un portafoglio di prova. Vedrai che non c\'è attività di rete. Potresti vedere accadere qualcosa che assomiglia a data:image/gif e data:image/png. Sono i QR code che vengono generati...sul tuo computer...dal tuo computer. Non sono stati trasferiti byte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_8', 'Se non ti senti a tuo agio a usare questo strumento, allora certo, non usarlo. Abbiamo creato questo strumento per aiutare la gente a generare portafogli ed eseguire transazioni senza bisogno di usare la riga di comando o far girare un nodo completo. Di nuovo, sentiti libero di contattarci se hai dubbi e ti risponderemo appena possibile. Grazie! '), _defineProperty(_it$data, 'HELP_FAQ_Title', 'Risposte più utili alle domande frequenti (in Inglese) '), _defineProperty(_it$data, 'HELP_Contact_Title', 'Modi per contattarci (in Inglese)'), _it$data); +}, _defineProperty(_it$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_it$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_it$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_it$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_it$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_it$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_it$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_it$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_it$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_it$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_it$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_it$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_it$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_it$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_it$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_it$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_it$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_it$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_it$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_it$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_it$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_it$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_it$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_it$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_it$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_it$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_it$data, 'x_CancelReplaceTx', 'Annulla o sostituisci la transazione'), _defineProperty(_it$data, 'x_CancelTx', 'Annulla transazione'), _defineProperty(_it$data, 'x_PasswordDesc', 'Questa password * crittografa * la chiave privata. Non funge da seme per generare nuove chiavi. **Avrai bisogno di questa password e della chiave privata per sbloccare il portafoglio.**'), _defineProperty(_it$data, 'x_ReadMore', 'Altre informazioni'), _defineProperty(_it$data, 'x_ReplaceTx', 'Sostituisci transazione'), _defineProperty(_it$data, 'x_TransHash', 'Hash della transazione'), _defineProperty(_it$data, 'x_TXFee', 'Commissione transazione'), _defineProperty(_it$data, 'x_TxHash', 'Hash transazione'), _defineProperty(_it$data, 'NAV_CheckTxStatus', 'Controlla lo stato della transazione'), _defineProperty(_it$data, 'NAV_TxStatus', 'Stato transazione'), _defineProperty(_it$data, 'tx_Details', 'Dettagli della transazione'), _defineProperty(_it$data, 'tx_Summary', 'Nei periodi di traffico intenso (come durante le ICO) le transazioni possono rimanere in attesa per ore, o anche giorni. Questo strumento cerca di darti la possibilità di trovare e "annullare" / sostituire queste transazioni. ** Non è normalmente possibile farlo. Non dovresti farci affidamento, e funziona solo quando i *pool* delle transazioni sono pieni. [Altre informazioni su questo strumento qui.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_it$data, 'tx_notFound', 'Transazione non trovata'), _defineProperty(_it$data, 'tx_notFound_1', 'Impossibile trovare questa transazione nel *pool* delle transazioni del nodo a cui sei connesso.'), _defineProperty(_it$data, 'tx_notFound_2', 'Se l\'hai appena inviata, attendi 15 secondi e premi di nuovo il pulsante "Controlla lo stato della transazione". '), _defineProperty(_it$data, 'tx_notFound_3', 'Potrebbe trovarsi ancora nel *pool* delle transazioni di un altro nodo, in attesa di essere inclusa in un blocco.'), _defineProperty(_it$data, 'tx_notFound_4', 'Utilizza il menu a discesa in alto a destra e scegli un altro nodo ETH (ad esempio `ETH (Etherscan.io)` o `ETH (Infura.io)` o `ETH (MyEtherWallet)`) e ricontrolla.'), _defineProperty(_it$data, 'tx_foundInPending', 'Transazione in sospeso trovata'), _defineProperty(_it$data, 'tx_foundInPending_1', 'La transazione è stata individuata nel *pool* delle transazioni del nodo a cui sei connesso. '), _defineProperty(_it$data, 'tx_foundInPending_2', 'Al momento è in sospeso (in attesa di essere inclusa in un blocco). '), _defineProperty(_it$data, 'tx_foundInPending_3', 'Forse è possibile "annullare" o sostituire questa transazione. Sblocca il portafoglio qui sotto.'), _defineProperty(_it$data, 'tx_FoundOnChain', 'Transazione trovata'), _defineProperty(_it$data, 'tx_FoundOnChain_1', 'La transazione è stata correttamente inclusa in un blocco e ora si trova sulla *blockchain*.'), _defineProperty(_it$data, 'tx_FoundOnChain_2', '**Se vedi un `( ! )` rosso, un messaggio di errore `BAD INSTRUCTION` o `OUT OF GAS`**, significa che la transazione non è stata correttamente *inviata*. Non puoi annullare o sostituire questa transazione. Puoi però inviarne una nuova. Se hai ricevuto un messaggio di errore "Out of Gas", dovresti raddoppiare il limite gas che avevi indicato in origine.'), _defineProperty(_it$data, 'tx_FoundOnChain_3', '**Se non vedi errori, la transazione è stata inviata correttamente.** I tuoi ETH o i tuoi token sono dove li hai inviati. Se non vedi questi ETH o token nell\'altro portafoglio / nel conto della piattaforma di scambio, e se sono passate più di 24 ore dall\'invio, [contatta quel servizio esterno](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Invia loro il *link* alla transazione e chiedi, cortesemente, di controllare la tua situazione.'), _defineProperty(_it$data, 'GEN_Help_1', 'Usa il tuo'), _defineProperty(_it$data, 'GEN_Help_2', 'per accedere al tuo conto.'), _defineProperty(_it$data, 'GEN_Help_3', 'Il tuo dispositivo * è * il tuo portafoglio.'), _defineProperty(_it$data, 'GEN_Help_4', 'Guide & FAQ'), _defineProperty(_it$data, 'GEN_Help_5', 'Come creare un portafoglio'), _defineProperty(_it$data, 'GEN_Help_6', 'Per iniziare'), _defineProperty(_it$data, 'GEN_Help_7', 'Mantienilo al sicuro · Fai un backup · Non condividerlo con nessuno · Non perderlo · Non si può ripristinare se lo perdi.'), _defineProperty(_it$data, 'GEN_Help_8', 'Non riesci a scaricare il file? '), _defineProperty(_it$data, 'GEN_Help_9', 'Prova ad usare Google Chrome '), _defineProperty(_it$data, 'GEN_Help_10', 'Fai clic col destro e scegli "Salva con nome". Nome file: '), _defineProperty(_it$data, 'GEN_Help_11', 'Non aprire questo file sul tuo computer '), _defineProperty(_it$data, 'GEN_Help_12', 'Usalo per sbloccare il portafoglio tramite MyEtherWallet (o Mist, Geth, Parity e altri client.) '), _defineProperty(_it$data, 'GEN_Help_13', 'Come fare il backup del file Keystore '), _defineProperty(_it$data, 'GEN_Help_14', 'Che cosa sono tutti questi formati? '), _defineProperty(_it$data, 'GEN_Help_15', 'Evitare la perdita & il furto dei tuoi fondi.'), _defineProperty(_it$data, 'GEN_Help_16', 'Che cosa sono tutti questi formati?'), _defineProperty(_it$data, 'GEN_Help_17', 'Perché dovrei farlo?'), _defineProperty(_it$data, 'GEN_Help_18', 'Per avere un backup secondario.'), _defineProperty(_it$data, 'GEN_Help_19', 'Nel caso ti dimenticassi la password.'), _defineProperty(_it$data, 'GEN_Help_20', 'Portafoglio offline'), _defineProperty(_it$data, 'GET_ConfButton', 'Ho capito. Continua.'), _defineProperty(_it$data, 'GEN_Label_5', 'Salva la tua `chiave privata`. '), _defineProperty(_it$data, 'GEN_Unlock', 'Sblocca il portafoglio per vedere l\'indirizzo'), _defineProperty(_it$data, 'GAS_PRICE_Desc', 'Il prezzo gas è la somma che paghi per unità di gas. `Commissione transazione = prezzo gas * limite gas` e si paga ai *miner* perché includano la tua transazione in un blocco. Più alto il prezzo gas = più veloce la transazione, ma più costosa. Di default è `41 GWEI`.'), _defineProperty(_it$data, 'GAS_LIMIT_Desc', 'Il limite gas è la quantità di gas da inviare con la transazione. `Commissione transazione` = prezzo gas * limite gas e si paga ai *miner* perché includano la tua transazione in un blocco. Aumentare questo numero non farà in modo che la tua transazione sia inclusa prima. Invio di ETH = `21000`. Invio di token = ~`200000`.'), _defineProperty(_it$data, 'NONCE_Desc', 'Il *nonce* è il numero di transazioni inviate da un certo indirizzo. Fa in modo che le transazioni siano inviate nel giusto ordine e non più di una volta.'), _defineProperty(_it$data, 'TXFEE_Desc', 'La commissione transazione si paga ai *miner* perché includano la transazione in un blocco. Si calcola come `limite gas` * `prezzo gas`. [Puoi calcolare la conversione GWEI -> ETH qui](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_it$data, 'NAV_AddWallet', 'Aggiungi portafoglio '), _defineProperty(_it$data, 'NAV_BulkGenerate', 'Generazione multipla '), _defineProperty(_it$data, 'NAV_Contact', 'Contatti '), _defineProperty(_it$data, 'NAV_Contracts', 'Contratti '), _defineProperty(_it$data, 'NAV_DeployContract', 'Pubblica contratto '), _defineProperty(_it$data, 'NAV_ENS', 'ENS'), _defineProperty(_it$data, 'NAV_GenerateWallet_alt', 'Nuovo portafoglio '), _defineProperty(_it$data, 'NAV_GenerateWallet', 'Crea nuovo portafoglio '), _defineProperty(_it$data, 'NAV_Help', 'Aiuto '), _defineProperty(_it$data, 'NAV_InteractContract', 'Interagisci con un contratto '), _defineProperty(_it$data, 'NAV_Multisig', 'Multifirma '), _defineProperty(_it$data, 'NAV_MyWallets', 'I miei portafogli '), _defineProperty(_it$data, 'NAV_Offline', 'Invia offline '), _defineProperty(_it$data, 'NAV_SendEther', 'Invia ether e token '), _defineProperty(_it$data, 'NAV_SendTokens', 'Invia token '), _defineProperty(_it$data, 'NAV_SignMsg', 'Firma messaggio '), _defineProperty(_it$data, 'NAV_Swap', 'Scambia '), _defineProperty(_it$data, 'NAV_ViewWallet', 'Informazioni portafoglio '), _defineProperty(_it$data, 'NAV_YourWallets', 'I tuoi portafogli '), _defineProperty(_it$data, 'x_Access', 'Accedi '), _defineProperty(_it$data, 'x_AddessDesc', 'Il tuo indirizzo può anche essere chiamato `Numero di conto` o `Chiave pubblica`. È ciò che condividi con chi ti vuole inviare degli ether o dei token. Individua l\'icona colorata dell\'indirizzo. Assicurati che corrisponda al tuo portafoglio cartaceo e controllala ogni volta che inserisci il tuo indirizzo da qualche parte.'), _defineProperty(_it$data, 'x_Address', 'Il tuo indirizzo '), _defineProperty(_it$data, 'x_Cancel', 'Annulla '), _defineProperty(_it$data, 'x_CSV', 'File CSV (non crittografato) '), _defineProperty(_it$data, 'x_Download', 'Download '), _defineProperty(_it$data, 'x_Json', 'File JSON (non crittografato) '), _defineProperty(_it$data, 'x_JsonDesc', 'Questa è la tua chiave privata in formato JSON non crittografato. Significa che non hai bisogno della password, ma chiunque trovi questo file JSON potrà avere accesso al tuo portafoglio e ai tuoi ether senza password. '), _defineProperty(_it$data, 'x_Keystore', 'File Keystore (UTC / JSON · Consigliato · Crittografato) '), _defineProperty(_it$data, 'x_Keystore2', 'File Keystore (UTC / JSON) '), _defineProperty(_it$data, 'x_KeystoreDesc', 'Questo file Keystore è compatibile con il formato usato da Mist, in modo da poterlo facilmente importare in futuro. È il file consigliato da scaricare e conservare. '), _defineProperty(_it$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_it$data, 'x_Mnemonic', 'Frase mnemonica '), _defineProperty(_it$data, 'x_ParityPhrase', 'Frase di Parity '), _defineProperty(_it$data, 'x_Password', 'Password '), _defineProperty(_it$data, 'x_Print', 'Stampa portafoglio cartaceo '), _defineProperty(_it$data, 'x_PrintDesc', 'Suggerimento Pro: Fai clic su stampa e salvalo come PDF, anche se non hai una stampante! '), _defineProperty(_it$data, 'x_PrintShort', 'Stampa '), _defineProperty(_it$data, 'x_PrivKey', 'Chiave privata (non crittografata) '), _defineProperty(_it$data, 'x_PrivKey2', 'Chiave privata '), _defineProperty(_it$data, 'x_PrivKeyDesc', 'Questa è la versione testuale non crittografata della tua chiave privata, il che significa che non serve una password. Se qualcuno trovasse la tua chiave privata non crittografata potrebbe avere accesso al tuo portafoglio senza una password. Per questa ragione di solito si consigliano le versioni crittografate. '), _defineProperty(_it$data, 'x_Save', 'Salva '), _defineProperty(_it$data, 'x_TXT', 'File TXT (non crittografato) '), _defineProperty(_it$data, 'x_Wallet', 'Portafoglio '), _defineProperty(_it$data, 'MEW_Warning_1', 'Controlla sempre l\'URL prima di accedere al tuo portafoglio o di crearne uno nuovo. Fai attenzione ai siti di phishing! '), _defineProperty(_it$data, 'CX_Warning_1', 'Assicurati di avere **dei backup esterni** di ogni portafoglio salvato qui. Ci sono molte cose che potrebbero causare la perdita dei dati di questa estensione di Chrome, come la disinstallazione e reinstallazione dell\'estensione. Questa estensione è un mezzo per accedere facilmente ai tuoi portafogli, **non** un modo di salvarli al sicuro. '), _defineProperty(_it$data, 'MEW_Tagline', 'Portafoglio ether JavaScript lato client Open Source '), _defineProperty(_it$data, 'CX_Tagline', 'Portafoglio ether JavaScript lato client Open Source (Estensione Chrome) '), _defineProperty(_it$data, 'FOOTER_1', 'Interfaccia gratuita, open source, lato client per generare portafogli Ethereum e altro. Interagisci con la *blockchain* Ethereum facilmente e in modo sicuro. Controlla bene l\'URL ( myetherwallet.com ) prima di sbloccare un portafoglio.'), _defineProperty(_it$data, 'FOOTER_1b', 'Creato da '), _defineProperty(_it$data, 'FOOTER_2', 'Donazioni molto apprezzate: '), _defineProperty(_it$data, 'FOOTER_3', 'Generazione portafogli lato client da parte di '), _defineProperty(_it$data, 'FOOTER_4', 'Dichiarazione di non responsabilità '), _defineProperty(_it$data, 'sidebar_AccountInfo', 'Informazioni conto '), _defineProperty(_it$data, 'sidebar_AccountAddr', 'Indirizzo conto '), _defineProperty(_it$data, 'sidebar_AccountBal', 'Saldo conto '), _defineProperty(_it$data, 'sidebar_TokenBal', 'Saldo token '), _defineProperty(_it$data, 'sidebar_Equiv', 'Valori equivalenti '), _defineProperty(_it$data, 'sidebar_TransHistory', 'Storico transazioni '), _defineProperty(_it$data, 'sidebar_donation', 'MyEtherWallet è un servizio gratuito e open-source votato alla tua privacy e sicurezza. Più donazioni riceviamo, più tempo dedichiamo a creare nuove funzionalità, considerare i tuoi commenti, e darti ciò che vuoi. Siamo solo due persone che provano a cambiare il mondo. Ci aiuti? '), _defineProperty(_it$data, 'sidebar_donate', 'Dona '), _defineProperty(_it$data, 'sidebar_thanks', 'GRAZIE!!! '), _defineProperty(_it$data, 'sidebar_DisplayOnTrezor', 'Visualizza indirizzo sul TREZOR'), _defineProperty(_it$data, 'sidebar_DisplayOnLedger', 'Visualizza indirizzo sul Ledger'), _defineProperty(_it$data, 'decrypt_Access', 'Come vuoi accedere al tuo portafoglio? '), _defineProperty(_it$data, 'decrypt_Title', 'Seleziona il formato della tua chiave privata: '), _defineProperty(_it$data, 'decrypt_Select', 'Seleziona un portafoglio: '), _defineProperty(_it$data, 'ADD_Label_1', 'Cosa vuoi fare? '), _defineProperty(_it$data, 'ADD_Radio_1', 'Genera un nuovo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2', 'Seleziona il file del tuo portafoglio (Keystore / JSON) '), _defineProperty(_it$data, 'ADD_Radio_2_alt', 'Seleziona il file del tuo portafoglio '), _defineProperty(_it$data, 'ADD_Radio_2_short', 'SELEZIONA FILE PORTAFOGLIO... '), _defineProperty(_it$data, 'ADD_Radio_3', 'Incolla/Inserisci la tua chiave privata '), _defineProperty(_it$data, 'ADD_Radio_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Radio_5', 'Incolla/Inserisci la tua frase mnemonica '), _defineProperty(_it$data, 'ADD_Radio_5_Path', 'Seleziona un percorso di derivazione HD '), _defineProperty(_it$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_it$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_it$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_it$data, 'ADD_Radio_5_PathCustom', 'altro'), _defineProperty(_it$data, 'ADD_Label_2', 'Crea un nome: '), _defineProperty(_it$data, 'ADD_Label_3', 'Il portafoglio è crittografato. Inserire la password '), _defineProperty(_it$data, 'ADD_Label_4', 'Aggiungi un conto da osservare '), _defineProperty(_it$data, 'ADD_Warning_1', 'Puoi aggiungere qualunque conto da "osservare" nella scheda dei portafogli senza caricare una chiave privata. Ciò ** non ** significa che avrai accesso a quel portafoglio, né che potrai trasferire gli Ether lì contenuti. '), _defineProperty(_it$data, 'ADD_Label_5', 'Inserisci l\'indirizzo '), _defineProperty(_it$data, 'ADD_Label_6', 'Sblocca portafoglio '), _defineProperty(_it$data, 'ADD_Label_6_short', 'Sblocca '), _defineProperty(_it$data, 'ADD_Label_7', 'Aggiungi conto '), _defineProperty(_it$data, 'ADD_Label_8', 'Password (facoltativo): '), _defineProperty(_it$data, 'GEN_desc', 'Se vuoi generare più portafogli, puoi farlo qui '), _defineProperty(_it$data, 'GEN_Label_1', 'Inserisci una password'), _defineProperty(_it$data, 'GEN_Placeholder_1', 'NON dimenticarti di salvarla! '), _defineProperty(_it$data, 'GEN_SuccessMsg', 'Perfetto! Il tuo portafoglio è stato generato. '), _defineProperty(_it$data, 'GEN_Label_2', 'Salva il file `Keystore`. '), _defineProperty(_it$data, 'GEN_Label_3', 'Salva il tuo indirizzo. '), _defineProperty(_it$data, 'GEN_Label_4', 'Stampa il portafoglio cartaceo o un QR code. '), _defineProperty(_it$data, 'BULK_Label_1', 'Numero di portafogli da generare '), _defineProperty(_it$data, 'BULK_Label_2', 'Genera portafogli '), _defineProperty(_it$data, 'BULK_SuccessMsg', 'Perfetto! I tuoi portafogli sono stati generati. '), _defineProperty(_it$data, 'SEND_addr', 'Indirizzo destinatario '), _defineProperty(_it$data, 'SEND_amount', 'Importo da inviare '), _defineProperty(_it$data, 'SEND_amount_short', 'Importo '), _defineProperty(_it$data, 'SEND_custom', 'Aggiungi altro token '), _defineProperty(_it$data, 'SEND_gas', 'Gas '), _defineProperty(_it$data, 'SEND_generate', 'Genera transazione '), _defineProperty(_it$data, 'SEND_raw', 'Transazione grezza '), _defineProperty(_it$data, 'SEND_signed', 'Transazione firmata '), _defineProperty(_it$data, 'SEND_trans', 'Invia transazione '), _defineProperty(_it$data, 'SEND_TransferTotal', 'Invia l\'intero saldo '), _defineProperty(_it$data, 'SENDModal_Title', 'Attenzione! '), _defineProperty(_it$data, 'SENDModal_Content_1', 'Stai per inviare '), _defineProperty(_it$data, 'SENDModal_Content_2', 'all\'indirizzo '), _defineProperty(_it$data, 'SENDModal_Content_3', 'Sei sicuro di volerlo fare? '), _defineProperty(_it$data, 'SENDModal_Content_4', 'NOTA: Se ricevi un errore, molto probabilmente dovrai aggiungere ether al tuo conto per coprire il costo del gas necessario ad inviare i token. Il gas si paga in ether. '), _defineProperty(_it$data, 'SENDModal_No', 'No, tiratemi fuori da qui! '), _defineProperty(_it$data, 'SENDModal_Yes', 'Sì, sono sicuro! Esegui la transazione. '), _defineProperty(_it$data, 'TOKEN_Addr', 'Indirizzo del token contratto'), _defineProperty(_it$data, 'TOKEN_Symbol', 'Simbolo del token '), _defineProperty(_it$data, 'TOKEN_Dec', 'Decimali '), _defineProperty(_it$data, 'TOKEN_show', 'Mostra tutti i token '), _defineProperty(_it$data, 'TOKEN_hide', 'Nascondi token '), _defineProperty(_it$data, 'TRANS_desc', 'Se invece volevi inviare dei token, utilizza la pagina "Invia token". '), _defineProperty(_it$data, 'TRANS_advanced', '+Avanzate: aggiungi dati '), _defineProperty(_it$data, 'TRANS_data', 'Dati '), _defineProperty(_it$data, 'TRANS_gas', 'Limite gas '), _defineProperty(_it$data, 'TRANS_sendInfo', 'Una transazione standard che utilizza 21000 gas costerà 0,000441 ETH. Utilizziamo un prezzo del gas leggermente al di sopra del minimo pari a 0,000000021 ETH per assicurarci che venga elaborata velocemente. Noi non prendiamo commissioni. '), _defineProperty(_it$data, 'OFFLINE_Title', 'Genera & invia una transazione offline '), _defineProperty(_it$data, 'OFFLINE_Desc', 'Per generare transazioni offline sono necessari tre passaggi. Svolgerai i passi 1 e 3 su un computer online, e il passo 2 su un computer offline/*air-gapped*. Questo per assicurarsi che le tue chiavi private non tocchino un dispositivo connesso a Internet. '), _defineProperty(_it$data, 'OFFLLINE_Step1_Title', 'Passo 1: generazione delle informazioni (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step1_Button', 'Genera informazioni '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_1', 'Indirizzo mittente '), _defineProperty(_it$data, 'OFFLINE_Step1_Label_2', 'Nota: Questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Il *nonce* è generato dal conto di origine. Se stessi usando un computer *air-gapped*, sarebbe l\'indirizzo del conto offline. '), _defineProperty(_it$data, 'OFFLINE_Step2_Title', 'Passo 2: generazione della transazione (computer offline) '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_1', 'Indirizzo destinatario '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_2', 'Valore / importo da inviare '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3', 'Prezzo gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_3b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4', 'Limite gas '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_4b', '21000 è il limite gas predefinito. Quando invii a contratti o aggiungi dati potresti aver bisogno di un valore maggiore. Eventuale gas non utilizzato ti sarà restituito. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_5b', 'Questo valore è stato mostrato nel passo 1 sul computer online. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6', 'Dati '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_6b', 'Facoltativo. I dati sono usati spesso nelle transazioni inviate ai contratti. '), _defineProperty(_it$data, 'OFFLINE_Step2_Label_7', 'Inserisci / seleziona la tua chiave privata o JSON. '), _defineProperty(_it$data, 'OFFLINE_Step3_Title', 'Passo 3: Invia / pubblica la transazione (computer online) '), _defineProperty(_it$data, 'OFFLINE_Step3_Label_1', 'Incolla la transazione firmata dal passo 2 qui e premi il pulsante "INVIA TRANSAZIONE". '), _defineProperty(_it$data, 'MSG_message', 'Messaggio '), _defineProperty(_it$data, 'MSG_date', 'Data '), _defineProperty(_it$data, 'MSG_signature', 'Firma '), _defineProperty(_it$data, 'MSG_verify', 'Verifica messaggio '), _defineProperty(_it$data, 'MSG_info1', 'Inserisci la data corrente per far sì che la firma non possa essere riutilizzata in un altro momento. '), _defineProperty(_it$data, 'MSG_info2', 'Indica il tuo nickname e dove lo usi in modo che qualcun altro non possa usarlo. '), _defineProperty(_it$data, 'MSG_info3', 'Includi una ragione specifica per il messaggio, così che non possa essere riutilizzato per uno scopo diverso. '), _defineProperty(_it$data, 'MYWAL_Nick', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Address', 'Indirizzo portafoglio '), _defineProperty(_it$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_it$data, 'MYWAL_Edit', 'Modifica '), _defineProperty(_it$data, 'MYWAL_View', 'Mostra '), _defineProperty(_it$data, 'MYWAL_Remove', 'Rimuovi '), _defineProperty(_it$data, 'MYWAL_RemoveWal', 'Rimozione portafoglio: '), _defineProperty(_it$data, 'MYWAL_WatchOnly', 'I tuoi conti osservati '), _defineProperty(_it$data, 'MYWAL_Viewing', 'Dettagli portafoglio '), _defineProperty(_it$data, 'MYWAL_Hide', 'Nascondi informazioni portafoglio '), _defineProperty(_it$data, 'MYWAL_Edit_2', 'Modifica portafoglio '), _defineProperty(_it$data, 'MYWAL_Name', 'Nome portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_1', 'Attenzione! Stai per rimuovere il tuo portafoglio '), _defineProperty(_it$data, 'MYWAL_Content_2', 'Assicurati di aver **salvato la chiave privata e/o il file Keystore e la password** prima di rimuoverlo. '), _defineProperty(_it$data, 'MYWAL_Content_3', 'Se vorrai utilizzare questo portafoglio con MyEtherWallet CX in futuro, dovrai ri-aggiungerlo manualmente tramite la chiave privata/JSON e password. '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. Potresti volerlo fare per [importare il tuo conto in Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Se vuoi controllare il tuo saldo, ti consigliamo di utilizzare uno strumento per esplorare la *blockchain* come [etherscan.io](https://etherscan.io/). '), _defineProperty(_it$data, 'VIEWWALLET_Subtitle_Short', 'Qui è possibile scaricare diverse versioni delle chiavi private e ristampare il portafoglio cartaceo. '), _defineProperty(_it$data, 'VIEWWALLET_SuccessMsg', 'Perfetto! Questi sono i dettagli del tuo portafoglio. '), _defineProperty(_it$data, 'VIEWWALLET_ShowPrivKey', '(mostra)'), _defineProperty(_it$data, 'VIEWWALLET_HidePrivKey', '(nascondi)'), _defineProperty(_it$data, 'MNEM_1', 'Seleziona l\'indirizzo col quale vuoi interagire. '), _defineProperty(_it$data, 'MNEM_2', 'Con una singola frase mnemonica puoi avere accesso a un certo numero di portafogli / indirizzi. Seleziona l\'indirizzo con il quale vuoi interagire in questo momento. '), _defineProperty(_it$data, 'MNEM_more', 'Altri indirizzi '), _defineProperty(_it$data, 'MNEM_prev', 'Indirizzi precedenti '), _defineProperty(_it$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_0a', 'Devi accedere a MyEtherWallet tramite una connessione sicura (SSL / HTTPS) per poterti collegare. '), _defineProperty(_it$data, 'ADD_Ledger_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_Ledger_1', 'Collega il tuo Ledger Wallet '), _defineProperty(_it$data, 'ADD_Ledger_2', 'Apri l\'applicazione Ethereum (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Exp', 'Apri l\'applicazione Expanse (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_2_Ubq', 'Apri l\'applicazione Ubiq (o l\'applicazione di un contratto) '), _defineProperty(_it$data, 'ADD_Ledger_3', 'Verifica che il supporto browser sia abilitato nelle impostazioni '), _defineProperty(_it$data, 'ADD_Ledger_4', 'Se non c\'è l\'opzione per il supporto browser nelle impostazioni, verifica di avere un [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_it$data, 'ADD_Ledger_scan', 'Collegati al Ledger Wallet '), _defineProperty(_it$data, 'ADD_MetaMask', 'Collegati a MetaMask '), _defineProperty(_it$data, 'x_Trezor', 'TREZOR '), _defineProperty(_it$data, 'ADD_Trezor_scan', 'Collegati al TREZOR '), _defineProperty(_it$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0a', 'Riapri MyEtherWallet su una connessione sicura (SSL) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_0b', 'Riapri MyEtherWallet utilizzando [Chrome](https://www.google.com/chrome/browser/desktop/) o [Opera](https://www.opera.com/) '), _defineProperty(_it$data, 'ADD_DigitalBitbox_scan', 'Collega il tuo Digital Bitbox '), _defineProperty(_it$data, 'CX_error_1', 'Non c\'è nessun portafoglio. Fai clic su ["Aggiungi portafoglio"](/cx-wallet.html#add-wallet) per aggiungerne uno! '), _defineProperty(_it$data, 'CX_quicksend', 'Invio rapido '), _defineProperty(_it$data, 'CONTRACT_Title', 'Indirizzo contratto '), _defineProperty(_it$data, 'CONTRACT_Title_2', 'Seleziona contratto esistente '), _defineProperty(_it$data, 'CONTRACT_Json', 'Interfaccia ABI / JSON '), _defineProperty(_it$data, 'CONTRACT_Interact_Title', 'Leggi da / Scrivi su contratto '), _defineProperty(_it$data, 'CONTRACT_Interact_CTA', 'Seleziona una funzione '), _defineProperty(_it$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_it$data, 'CONTRACT_Read', 'LEGGI '), _defineProperty(_it$data, 'CONTRACT_Write', 'SCRIVI '), _defineProperty(_it$data, 'DEP_generate', 'Genera bytecode '), _defineProperty(_it$data, 'DEP_generated', 'Bytecode generato '), _defineProperty(_it$data, 'DEP_signtx', 'Firma transazione '), _defineProperty(_it$data, 'DEP_interface', 'Interfaccia generata '), _defineProperty(_it$data, 'NODE_Title', 'Configura nodo personalizzato'), _defineProperty(_it$data, 'NODE_Subtitle', 'Per collegarti a un nodo locale...'), _defineProperty(_it$data, 'NODE_Warning', 'Il tuo nodo deve utilizzare HTTPS per potertici collegare da MyEtherWallet.com. Puoi [scaricare il repository di MyEtherWallet ed eseguirlo in locale](https://github.com/kvhnuke/etherwallet/releases/latest) per collegarti ad altri tipi di nodo. Oppure, ottieni un certificato SSL gratuito tramite [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_it$data, 'NODE_Name', 'Nome del nodo'), _defineProperty(_it$data, 'NODE_Port', 'Porta del nodo'), _defineProperty(_it$data, 'NODE_CTA', 'Salva & utilizza il nodo'), _defineProperty(_it$data, 'SWAP_rates', "Tassi correnti "), _defineProperty(_it$data, 'SWAP_init_1', "Voglio scambiare i miei "), _defineProperty(_it$data, 'SWAP_init_2', " per "), _defineProperty(_it$data, 'SWAP_init_CTA', "Facciamolo! "), _defineProperty(_it$data, 'SWAP_information', "Il tuo riepilogo "), _defineProperty(_it$data, 'SWAP_send_amt', "Importo da inviare "), _defineProperty(_it$data, 'SWAP_rec_amt', "Importo da ricevere "), _defineProperty(_it$data, 'SWAP_your_rate', "Il tuo tasso "), _defineProperty(_it$data, 'SWAP_rec_add', "Indirizzo di ricezione "), _defineProperty(_it$data, 'SWAP_start_CTA', "Avvia scambio "), _defineProperty(_it$data, 'SWAP_ref_num', "Il tuo codice di riferimento "), _defineProperty(_it$data, 'SWAP_time', "Tempo rimanente per l\'invio "), _defineProperty(_it$data, 'SWAP_elapsed', "Tempo trascorso dall\'invio "), _defineProperty(_it$data, 'SWAP_progress_1', "Ordine creato "), _defineProperty(_it$data, 'SWAP_progress_2', "In attesa dei tuoi "), _defineProperty(_it$data, 'SWAP_progress_3', "ricevuti! "), _defineProperty(_it$data, 'SWAP_progress_4', "Invio dei tuoi {{orderResult.output.currency}} "), _defineProperty(_it$data, 'SWAP_progress_5', "Ordine completato "), _defineProperty(_it$data, 'SWAP_order_CTA', "Invia "), _defineProperty(_it$data, 'SWAP_unlock', "Sblocca il tuo portafoglio per inviare ETH o token direttamente da questa pagina. "), _defineProperty(_it$data, 'ERROR_0', 'Ti preghiamo di inserire una quantità valida. '), _defineProperty(_it$data, 'ERROR_1', 'La password deve essere di almeno 9 caratteri. Assicurati che sia robusta. '), _defineProperty(_it$data, 'ERROR_2', 'Siamo spiacenti! Non riconosciamo questo tipo di file portafoglio. '), _defineProperty(_it$data, 'ERROR_3', 'Questo non è un file portafoglio valido. '), _defineProperty(_it$data, 'ERROR_4', 'Questa unità non esiste, ti preghiamo di usare una delle seguenti unità '), _defineProperty(_it$data, 'ERROR_5', 'Inserisci un indirizzo valido. '), _defineProperty(_it$data, 'ERROR_6', 'Inserisci una password valida. '), _defineProperty(_it$data, 'ERROR_7', 'Inserisci dei decimali validi. (Deve essere un intero. Prova 0-18.) '), _defineProperty(_it$data, 'ERROR_8', 'Inserisci un limite gas valido. (Deve essere un intero. Prova 21000-4000000.) '), _defineProperty(_it$data, 'ERROR_9', 'Inserisci un valore valido per i dati. (Deve essere una stringa esadecimale.) '), _defineProperty(_it$data, 'ERROR_10', 'Inserisci prezzo valido per il gas. (Deve essere un intero. Prova 20 GWEI / 20000000000 WEI.) '), _defineProperty(_it$data, 'ERROR_11', 'Inserisci un nonce valido. (Deve essere un intero.) '), _defineProperty(_it$data, 'ERROR_12', 'Transazione firmata non valida. '), _defineProperty(_it$data, 'ERROR_13', 'Esiste già un portafoglio con questo nome. '), _defineProperty(_it$data, 'ERROR_14', 'Portafoglio non trovato. '), _defineProperty(_it$data, 'ERROR_15', 'Ops. Sembra che non esista ancora una proposta con questo ID o c\'è un errore nella lettura della proposta. '), _defineProperty(_it$data, 'ERROR_16', 'C\'è già un portafoglio con questo indirizzo fra quelli salvati. Controlla la pagina dei tuoi portafogli. '), _defineProperty(_it$data, 'ERROR_17', 'L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Se stai inviando token, ti servono 0,01 ETH nel conto per coprire i costi del gas. '), _defineProperty(_it$data, 'ERROR_18', 'Questa transazione consumerebbe tutto il gas. Ciò significa che hai già votato questa proposta o che il periodo di discussione è terminato. '), _defineProperty(_it$data, 'ERROR_19', 'Inserisci un simbolo valido '), _defineProperty(_it$data, 'ERROR_20', 'Non è un token ERC-20 valido. '), _defineProperty(_it$data, 'ERROR_21', 'Impossibile eseguire una stima del gas necessario. Non ci sono abbastanza fondi nel conto, oppure l\'indirizzo del contratto ricevente genererebbe un errore. Puoi inserire il gas manualmente e procedere. Il messaggio di errore al momento dell\'invio potrebbe contenere ulteriori informazioni. '), _defineProperty(_it$data, 'ERROR_22', 'Inserisci un nome di nodo valido '), _defineProperty(_it$data, 'ERROR_23', 'Inserisci un URL valido. Se usi https, l\'URL deve cominciare con https'), _defineProperty(_it$data, 'ERROR_24', 'Inserisci una porta valida '), _defineProperty(_it$data, 'ERROR_25', 'Inserisci un ID catena valido '), _defineProperty(_it$data, 'ERROR_26', 'Inserisci una ABI valida '), _defineProperty(_it$data, 'ERROR_27', 'Importo minimo: 0.01. Importo massimo: '), _defineProperty(_it$data, 'ERROR_28', 'Avrai bisogno del `file Keystore + la password` o della `chiave privata` (prossima pagina) per avere accesso a questo portafoglio in futuro. '), _defineProperty(_it$data, 'ERROR_29', 'Inserisci un nome utente e una password validi '), _defineProperty(_it$data, 'ERROR_30', 'Inserisci un nome valido (almeno 7 caratteri, punteggiatura limitata)'), _defineProperty(_it$data, 'ERROR_31', 'Inserisci una frase segreta valida '), _defineProperty(_it$data, 'ERROR_32', 'Impossibile collegarsi al nodo. Aggiorna la pagina, prova con un altro nodo (angolo in alto a destra), controlla le impostazioni del firewall. Se si tratta di un nodo personalizzato, controlla la configurazione.'), _defineProperty(_it$data, 'ERROR_33', 'L\'indirizzo del portafoglio non corrisponde a quello del proprietario. '), _defineProperty(_it$data, 'ERROR_34', 'Il nome che stai provando a rivelare non combacia con quello che hai inserito. '), _defineProperty(_it$data, 'ERROR_35', 'L\'indirizzo inserito non ha un checksum. Ulteriori informazioni'), _defineProperty(_it$data, 'ERROR_36', 'Inserisci un hash transazione valido'), _defineProperty(_it$data, 'ERROR_37', 'Inserisci una stringa esadecimale valida (0-9, a-f)'), _defineProperty(_it$data, 'SUCCESS_1', 'Indirizzo valido '), _defineProperty(_it$data, 'SUCCESS_2', 'Portafoglio decodificato correttamente '), _defineProperty(_it$data, 'SUCCESS_3', 'La transazione è stata inviata alla rete. È in attesa di essere inclusa in un blocco e confermata. Durante le ICO, potrebbero volerci 3 ore o più per la conferma. Utilizza i pulsanti Verifica e Controlla qui sotto per informazioni. Hash transazione: '), _defineProperty(_it$data, 'SUCCESS_4', 'Il portafoglio è stato aggiunto correttamente '), _defineProperty(_it$data, 'SUCCESS_5', 'File selezionato '), _defineProperty(_it$data, 'SUCCESS_6', 'Ora sei connesso '), _defineProperty(_it$data, 'SUCCESS_7', 'Firma del messaggio verificata'), _defineProperty(_it$data, 'WARN_Send_Link', 'Sei arrivato qui da un link che ha riempito per te i campi indirizzo, importo, gas, dati o tipo di transazione (modalità di invio). Puoi cambiare queste informazioni prima di inviare. Sblocca il tuo portafoglio per iniziare. '), _defineProperty(_it$data, 'GETH_InvalidSender', 'Mittente non valido '), _defineProperty(_it$data, 'GETH_Nonce', 'Nonce troppo basso '), _defineProperty(_it$data, 'GETH_Cheap', 'Prezzo del gas troppo basso per essere accettato '), _defineProperty(_it$data, 'GETH_Balance', 'Saldo insufficiente '), _defineProperty(_it$data, 'GETH_NonExistentAccount', 'Il conto non esiste o il saldo è insufficiente '), _defineProperty(_it$data, 'GETH_InsufficientFunds', 'Fondi insufficienti per gas * prezzo + valore '), _defineProperty(_it$data, 'GETH_IntrinsicGas', 'Gas intrinseco troppo basso '), _defineProperty(_it$data, 'GETH_GasLimit', 'Eccede il limite gas per il blocco '), _defineProperty(_it$data, 'GETH_NegativeValue', 'Valore negativo '), _defineProperty(_it$data, 'PARITY_AlreadyImported', "È già stata importata una transazione con lo stesso hash."), _defineProperty(_it$data, 'PARITY_Old', "Il nonce della transazione è troppo basso. Prova ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_TooCheapToReplace', "La commissione per la transazione è troppo bassa. Nella coda c'è un'altra transazione con lo stesso nonce. Prova ad aumentare la commissione o ad incrementare il nonce."), _defineProperty(_it$data, 'PARITY_LimitReached', "Ci sono troppe transazioni nella coda. La tua transazione è stata scartata per il superamento del limite. Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientGasPrice', "La commissione per la transazione è troppo bassa. Non soddisfa la commissione minima del tuo nodo (minima: {}, fornita: {}). Prova ad aumentare la commissione."), _defineProperty(_it$data, 'PARITY_InsufficientBalance', "Fondi insufficienti. L'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti {} ma presenti: {}."), _defineProperty(_it$data, 'PARITY_GasLimitExceeded', "Il costo della transazione eccede il limite gas corrente. Limite: {}, fornito: {}. Prova a ridurre il gas fornito."), _defineProperty(_it$data, 'PARITY_InvalidGasLimit', "Il gas fornito supera il limite."), _defineProperty(_it$data, 'translate_version', '0.3 '), _defineProperty(_it$data, 'Translator_Desc', 'Grazie ai nostri traduttori '), _defineProperty(_it$data, 'TranslatorName_1', '[ugilio](https://www.myetherwallet.com/?gaslimit=21000&to=0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa&value=1.0#send-transaction) '), _defineProperty(_it$data, 'TranslatorAddr_1', '0x07932bc1c68c8ff188f4225e892178ab6d8c4eaa '), _defineProperty(_it$data, 'TranslatorName_2', ''), _defineProperty(_it$data, 'TranslatorAddr_2', ''), _defineProperty(_it$data, 'TranslatorName_3', ''), _defineProperty(_it$data, 'TranslatorAddr_3', ''), _defineProperty(_it$data, 'TranslatorName_4', ''), _defineProperty(_it$data, 'TranslatorAddr_4', ''), _defineProperty(_it$data, 'TranslatorName_5', ''), _defineProperty(_it$data, 'TranslatorAddr_5', ''), _defineProperty(_it$data, 'HELP_Warning', 'Se hai creato un portafoglio -oppure- hai scaricato il repository prima del **31 Dicembre 2015**, controlla i tuoi portafogli e scarica una nuova versione del repository. Fai clic qui per i dettagli. '), _defineProperty(_it$data, 'HELP_Desc', 'Vedi che manca qualcosa? Hai un\'altra domanda? [Mettiti in contatto con noi](mailto:support@myetherwallet.com), e non solo risponderemo alla tua domanda, ma aggiorneremo anche questa pagina in modo che sia più utile ad altri in futuro! '), _defineProperty(_it$data, 'HELP_Remind_Title', 'Qualche promemoria '), _defineProperty(_it$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, e alcune delle librerie Javascript che utilizziamo sono in continuo sviluppo.** Anche se abbiamo testato approfonditamente e persone di tutto il mondo hanno correttamente creato decine di migliaia di portafogli, c\'è sempre la remota possibilità che accada qualcosa di imprevisto che provochi la perdita dei tuoi ETH. Ti preghiamo di non investire più di quello che sei disposto a perdere, e di fare attenzione. Se dovesse capitare qualcosa, ci dispiace, ma **non siamo responsabili per gli ether perduti**. '), _defineProperty(_it$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX non sono "portafogli web". Non stai creando un account né ci stai dando i tuoi ether da custodire. Tutti i dati non lasciano mai il tuo computer/il tuo browser. Quello che facciamo è renderti facile creare, salvare, e accedere alle tue informazioni e interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_Remind_Desc_3', 'Se non salvi la tua chiave privata e la password, non c\'è modo di recuperare l\'accesso al tuo portafoglio o ai fondi che contiene. Salvali in molti luoghi fisici diversi e non solo sul tuo computer! '), _defineProperty(_it$data, 'HELP_0_Title', '0) Sono nuovo. Cosa faccio? '), _defineProperty(_it$data, 'HELP_0_Desc_1', 'MyEtherWallet ti dà la possibilità di generare nuovi portafogli in modo da poter conservare i tuoi ether da solo, invece di usare una piattaforma di scambio. Questo processo avviene interamente sul tuo computer, non sui nostri server. Quindi, quando generi un nuovo portafoglio, **sei responsabile del suo salvataggio in maniera sicura**. '), _defineProperty(_it$data, 'HELP_0_Desc_2', 'Crea un nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_3', 'Fai un backup del portafoglio. '), _defineProperty(_it$data, 'HELP_0_Desc_4', 'Verifica di avere accesso a questo nuovo portafoglio e di avere salvato correttamente tutte le informazioni necessarie. '), _defineProperty(_it$data, 'HELP_0_Desc_5', 'Trasferisci degli ether in questo nuovo portafoglio. '), _defineProperty(_it$data, 'HELP_1_Title', '1) Come creo un nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_1_Desc_1', 'Vai alla pagina "Genera portafoglio". '), _defineProperty(_it$data, 'HELP_1_Desc_2', 'Vai alla pagina "Aggiungi portafoglio" e seleziona "Genera un nuovo portafoglio" '), _defineProperty(_it$data, 'HELP_1_Desc_3', 'Inserisci una password robusta. Se pensi di poterla dimenticare, salvala in un posto sicuro. Avrai bisogno di questa password per inviare transazioni. '), _defineProperty(_it$data, 'HELP_1_Desc_4', 'Fai clic su "GENERA PORTAFOGLIO". '), _defineProperty(_it$data, 'HELP_1_Desc_5', 'Il tuo portafoglio è stato appena generato. '), _defineProperty(_it$data, 'HELP_2a_Title', 'Come salvo o faccio il backup del mio portafoglio? '), _defineProperty(_it$data, 'HELP_2a_Desc_1', 'Dovresti sempre fare dei backup esterni in diversi luoghi fisici - come su una penna USB e/o su un pezzo di carta. '), _defineProperty(_it$data, 'HELP_2a_Desc_2', 'Salva l\'indirizzo. Puoi tenerlo per te o condividerlo. In questo modo gli altri possono inviarti degli ether. '), _defineProperty(_it$data, 'HELP_2a_Desc_3', 'Salva delle versioni della chiave privata. Non condividerla con nessuno. La tua chiave privata è necessaria quando vuoi accedere ai tuoi ether per trasferirli! Ci sono 3 tipi di chiave privata: '), _defineProperty(_it$data, 'HELP_2a_Desc_4', 'Metti il tuo indirizzo, le versioni della chiave privata, e la versione PDF del tuo portafoglio cartaceo in una cartella. Salvala sul tuo computer e su una penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_5', 'Stampa il portafoglio se hai una stampante. In alternativa, trascrivi la tua chiave privata e l\'indirizzo su un pezzo di carta. Conserva questo foglio in un posto sicuro, separato dal tuo computer e dalla penna USB. '), _defineProperty(_it$data, 'HELP_2a_Desc_6', 'Ricorda, devi evitare la perdita delle chiavi e della password in caso di smarrimento o malfunzionamento del tuo hard disk, penna USB, o pezzo di carta. Devi anche considerare la perdita fisica o il danneggiamento di una intera area (pensa a incendi o inondazioni). '), _defineProperty(_it$data, 'HELP_2b_Title', '2b) Come implemento un portafoglio offline in maniera sicura con MyEtherWallet? '), _defineProperty(_it$data, 'HELP_2b_Desc_1', 'Vai su [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_it$data, 'HELP_2b_Desc_2', 'Fai clic su `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_it$data, 'HELP_2b_Desc_3', 'Sposta il file zip su un computer *air-gapped*. '), _defineProperty(_it$data, 'HELP_2b_Desc_4', 'Decomprimilo e fai doppio clic su `index.html`. '), _defineProperty(_it$data, 'HELP_2b_Desc_5', 'Genera un portafoglio con una password robusta. '), _defineProperty(_it$data, 'HELP_2b_Desc_6', 'Salva l\'indirizzo. Salva delle versioni della chiave privata. Salva la password se potresti non ricordarla per sempre. '), _defineProperty(_it$data, 'HELP_2b_Desc_7', 'Conserva questi fogli / penne USB in diversi luoghi fisici separati. '), _defineProperty(_it$data, 'HELP_2b_Desc_8', 'Vai alla pagina "Informazioni portafoglio" e digita la tua chiave privata / password per assicurarti che siano corrette e per accedere al portafoglio. Controlla che l\'indirizzo che hai trascritto sia lo stesso. '), _defineProperty(_it$data, 'HELP_3_Title', '3) Come verifico di aver accesso al mio nuovo portafoglio? '), _defineProperty(_it$data, 'HELP_3_Desc_1', '**Prima di inviare degli ether al tuo nuovo portafoglio**, dovresti assicurarti di poterci accedere. '), _defineProperty(_it$data, 'HELP_3_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_3_Desc_3', 'Vai alla pagina "Informazioni portafoglio" su MyEtherWallet.com. '), _defineProperty(_it$data, 'HELP_3_Desc_4', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_3_Desc_5', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_3_Desc_6', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_3_Desc_7', 'Dovrebbero comparire le informazioni sul tuo portafoglio. Individua l\'indirizzo del tuo conto, accanto all\'icona rotonda e colorata. Questa icona rappresenta visivamente il tuo indirizzo. Assicurati che l\'indirizzo sia quello che hai salvato nel tuo file di testo e che sia presente sul tuo portafoglio cartaceo. '), _defineProperty(_it$data, 'HELP_3_Desc_8', 'Se stai pensando di conservare una grande quantità di ether, ti consigliamo di provare a inviare una piccola somma di ether dal nuovo portafoglio prima di depositarci un grosso importo. Invia 0,001 ether al nuovo portafoglio, accedici, e invia quegli 0,001 ether a un altro indirizzo, e assicurati che tutto funzioni agevolmente. '), _defineProperty(_it$data, 'HELP_4_Title', '4) Come invio degli ether da un portafoglio a un altro? '), _defineProperty(_it$data, 'HELP_4_Desc_1', 'Se stai pensando di spostare una grande quantità di ether, dovresti prima provare ad inviare una piccola somma al tuo portafoglio per assicurarti che tutto vada come previsto. '), _defineProperty(_it$data, 'HELP_4_Desc_2', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4_Desc_3', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_4_Desc_4', 'Se il portafoglio è crittografato, comparirà automaticamente una casella di testo. Inserisci la password. '), _defineProperty(_it$data, 'HELP_4_Desc_5', 'Fai clic sul pulsante "Sblocca". '), _defineProperty(_it$data, 'HELP_4_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4_Desc_9', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_4_Desc_10', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_4_Desc_11', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_4_Desc_12', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_4_Desc_13', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_4CX_Title', '4) Come invio degli ether utilizzando MyEtherWallet CX? '), _defineProperty(_it$data, 'HELP_4CX_Desc_1', 'Innanzitutto devi aggiungere un portafoglio. Dopo averlo fatto hai 2 opzioni: la funzionalità "Invio rapido" dall\'icona dell\'estensione di Chrome o la pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_4CX_Desc_2', 'Invio rapido: '), _defineProperty(_it$data, 'HELP_4CX_Desc_3', 'Fai clic sull\'icona dell\'estensione di Chrome. '), _defineProperty(_it$data, 'HELP_4CX_Desc_4', 'Fai clic sul pulsante "Invio rapido". '), _defineProperty(_it$data, 'HELP_4CX_Desc_5', 'Seleziona il portafoglio dal quale desideri inviare. '), _defineProperty(_it$data, 'HELP_4CX_Desc_6', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_4CX_Desc_7', 'Inserisci l\'importo che vuoi inviare. Puoi anche fare clic sul link "Invia l\'intero saldo" se desideri trasferire l\'intero saldo. '), _defineProperty(_it$data, 'HELP_4CX_Desc_8', 'Fai clic su "Invia transazione". '), _defineProperty(_it$data, 'HELP_4CX_Desc_9', 'Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. '), _defineProperty(_it$data, 'HELP_4CX_Desc_10', 'Inserisci la password del portafoglio. '), _defineProperty(_it$data, 'HELP_4CX_Desc_11', 'Fai clic su "Invia transazione." '), _defineProperty(_it$data, 'HELP_4CX_Desc_12', 'Tramite la pagina "Invia ether e token" '), _defineProperty(_it$data, 'HELP_5_Title', '5) Come faccio ad eseguire MyEtherWallet.com offline/in locale? '), _defineProperty(_it$data, 'HELP_5_Desc_1', 'Puoi eseguire MyEtherWallet.com sul tuo computer invece che dai server di GitHub. Puoi generare un portafoglio completamente offline e inviare transazioni dalla pagina "Invia Offline". '), _defineProperty(_it$data, 'HELP_5_Desc_7', 'MyEtherWallet.com è ora in esecuzione completamente sul tuo computer. '), _defineProperty(_it$data, 'HELP_5_Desc_8', 'In caso tu non abbia molta confidenza, ti serve l\'intera cartella per poter eseguire il sito web, non solo `index.html`. Non toccare né spostare nulla del contenuto della cartella. Se stai conservando un backup del repository MyEtherWallet per il futuro, ti consigliamo di conservare soltanto il file ZIP in modo da assicurarti che i contenuti della cartella rimangano intatti. '), _defineProperty(_it$data, 'HELP_5_Desc_9', 'Dal momento che stiamo costantemente aggiornando MyEtherWallet.com, ti consigliamo di aggiornare periodicamente la tua versione locale del repository. '), _defineProperty(_it$data, 'HELP_5CX_Title', '5) Come posso installare questa estensione dal repository invece che dal Chrome Store? '), _defineProperty(_it$data, 'HELP_5CX_Desc_2', 'Fai clic su `chrome-extension-vX.X.X.X.zip` e decomprimi il file. '), _defineProperty(_it$data, 'HELP_5CX_Desc_3', 'In Google Chrome, fai clic su Impostazioni (dal menu in alto a destra). '), _defineProperty(_it$data, 'HELP_5CX_Desc_4', 'Fai clic su "Estensioni" sulla sinistra. '), _defineProperty(_it$data, 'HELP_5CX_Desc_5', 'Seleziona la casella "Modalità sviluppatore" all\'inizio della pagina. '), _defineProperty(_it$data, 'HELP_5CX_Desc_6', 'Fai clic sul pulsante "Carica estensione non pacchettizzata...". '), _defineProperty(_it$data, 'HELP_5CX_Desc_7', 'Vai alla cartella che hai precedentemente scaricato e decompresso. Fai clic su "Seleziona". '), _defineProperty(_it$data, 'HELP_5CX_Desc_8', 'L\'estensione dovrebbe ora comparire fra le tue estensioni e nella barra delle estensioni di Chrome. '), _defineProperty(_it$data, 'HELP_7_Title', '7) Come invio token e come aggiungo token personalizzati? '), _defineProperty(_it$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) è un ottimo modo di esplorare i token e trovarne i decimali. '), _defineProperty(_it$data, 'HELP_7_Desc_1', 'Vai alla pagina "Invia ether e token". '), _defineProperty(_it$data, 'HELP_7_Desc_2', 'Sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_7_Desc_3', 'Inserisci l\'indirizzo al quale vuoi inviare nel campo "Indirizzo destinatario:". '), _defineProperty(_it$data, 'HELP_7_Desc_4', 'Inserisci l\'importo che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_5', 'Seleziona il token che vuoi inviare. '), _defineProperty(_it$data, 'HELP_7_Desc_6', 'Se non vedi il token nell\'elenco: '), _defineProperty(_it$data, 'HELP_7_Desc_7', 'Fai clic su "Altro". '), _defineProperty(_it$data, 'HELP_7_Desc_8', 'Inserisci l\'indirizzo, il nome, e i decimali del token. Questi valori sono forniti dagli sviluppatori del token e sono necessari anche quando aggiungi il token in Mist per osservarlo. '), _defineProperty(_it$data, 'HELP_7_Desc_9', 'Fai clic su "Salva". '), _defineProperty(_it$data, 'HELP_7_Desc_10', 'Ora puoi inviare il token e anche vederne il saldo nella barra laterale. '), _defineProperty(_it$data, 'HELP_7_Desc_11', 'Fai clic su "Genera transazione". '), _defineProperty(_it$data, 'HELP_7_Desc_12', 'Compariranno un paio di ulteriori campi. È perché il tuo browser ha generato la transazione. '), _defineProperty(_it$data, 'HELP_7_Desc_13', 'Fai clic sul pulsante azzurro "Invia transazione" in basso. '), _defineProperty(_it$data, 'HELP_7_Desc_14', 'Comparirà un pop-up. Verifica che l\'importo e l\'indirizzo a cui stai inviando siano corretti. Quindi fai clic sul pulsante "Sì, sono sicuro! Esegui la transazione.". '), _defineProperty(_it$data, 'HELP_7_Desc_15', 'La transazione verrà inviata. Verrà mostrato il codice hash della transazione. Puoi fare clic sul codice hash per visualizzarla sulla *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Title', '8) Che succede se il vostro sito va giù? '), _defineProperty(_it$data, 'HELP_8_Desc_1', 'MyEtherWallet non è un portafoglio web. Non hai un login e niente viene mai salvato nei nostri server. È semplicemente un\'interfaccia che ti consente di interagire con la *blockchain*. '), _defineProperty(_it$data, 'HELP_8_Desc_2', 'Se MyEtherWallet.com va giù, dovrai trovare un altro modo (come geth o Ethereum Wallet / Mist) per fare quello che facciamo noi. Ma non dovrai "tirare fuori" i tuoi ether da MyEtherWallet perché non si trovano in MyEtherWallet. Sono in qualunque portafoglio tu abbia generato tramite il nostro sito. '), _defineProperty(_it$data, 'HELP_8_Desc_3', 'Ora puoi importare direttamente e molto facilmente in geth / Ethereum Wallet / Mist la tua chiave privata non crittografata e i tuoi file in formato Geth/Mist (crittografati). Vedi la domanda n. 12 qui sotto. '), _defineProperty(_it$data, 'HELP_8_Desc_4', 'Inoltre, la probabilità che tiriamo giù MyEtherWallet è prossima allo zero. Non ci costa praticamente nulla mantenerlo dal momento che non stiamo memorizzando alcuna informazione. Se anche disattivassimo il dominio, è ancora, e sarà sempre, disponibile pubblicamente su [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Puoi scaricare lo ZIP da lì ed eseguirlo in locale. '), _defineProperty(_it$data, 'HELP_8CX_Title', '8) Che succede se MyEtherWallet CX sparisce? '), _defineProperty(_it$data, 'HELP_8CX_Desc_1', 'Innanzitutto, tutti i dati sono salvati sul tuo computer, non sui nostri server. So che può essere disorientante, ma quando utilizzi l\'estensione Chrome NON stai guardando qualcosa che è salvato da qualche parte sui nostri server - è tutto salvato sul tuo computer. '), _defineProperty(_it$data, 'HELP_8CX_Desc_2', 'Detto ciò, è **molto importante** che tu faccia un backup di tutte le informazioni relative a ogni nuovo portafoglio generato con MyEtherWallet CX. In questo modo se succede qualcosa a MyEtherWallet CX or al tuo computer avrai ancora tutte le informazioni necessarie ad accedere ai tuoi ether. Vedi la domanda n. 2a per come salvare i tuoi portafogli. '), _defineProperty(_it$data, 'HELP_8CX_Desc_3', 'Se per qualche ragione MyEtherWallet CX sparisce dal Chrome Store, puoi trovare i sorgenti su Github e caricare l\'estensione manualmente. Vedi la domanda n. 5 qui sopra. '), _defineProperty(_it$data, 'HELP_9_Title', '9) La pagina "Invia ether e token" è offline? '), _defineProperty(_it$data, 'HELP_9_Desc_1', 'No. Ha bisogno di Internet per poter ottenere il prezzo corrente del gas, il *nonce* del tuo conto, e per trasmettere la transazione (cioè per inviarla). Tuttavia, si limita ad inviare la transazione firmata. La tua chiave privata rimane al sicuro con te. Ora abbiamo inserito anche una pagina "Invia offline" così che ti possa assicurare che le tue chiavi private rimangano sempre su un computer offline/*air-gapped*. '), _defineProperty(_it$data, 'HELP_10_Title', '10) Come creo una transazione offline? '), _defineProperty(_it$data, 'HELP_10_Desc_1', 'Vai alla pagina "Invia offline" con il tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_2', 'Inserisci l\'"Indirizzo mittente". Ti preghiamo di notare che questo è l\'indirizzo MITTENTE, non l\'indirizzo DESTINATARIO. Da questo indirizzo si genera il *nonce* e il prezzo del gas. '), _defineProperty(_it$data, 'HELP_10_Desc_3', 'Spostati sul tuo computer offline. Inserisci l\'"INDIRIZZO DESTINATARIO" e l\'"IMPORTO" che desideri inviare. '), _defineProperty(_it$data, 'HELP_10_Desc_4', 'Inserisci il "PREZZO GAS" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_5', 'Inserisci il "NONCE" così come visualizzato sul tuo computer online nel passo n. 1. '), _defineProperty(_it$data, 'HELP_10_Desc_6', 'Il "LIMITE GAS" ha un valore predefinito di 21000. Questo valore è sufficiente per una transazione standard. Se desideri inviare ad un contratto o se includi nella transazione dati aggiuntivi avrai bisogno di aumentare il limite gas. Eventuale gas in eccesso ti sarà restituito. '), _defineProperty(_it$data, 'HELP_10_Desc_7', 'Se lo desideri, inserisci dei dati. Se lo fai, dovrai aumentare il limite gas a un valore superiore al limite predefinito di 21000. Tutti i dati sono in formato HEX. '), _defineProperty(_it$data, 'HELP_10_Desc_8', 'Seleziona il file del tuo portafoglio -oppure- la tua chiave privata e sblocca il portafoglio. '), _defineProperty(_it$data, 'HELP_10_Desc_9', 'Premi il pulsante "GENERA TRANSAZIONE". '), _defineProperty(_it$data, 'HELP_10_Desc_10', 'I campi sotto il pulsante saranno riempiti con la transazione firmata. Copiala e ritorna al tuo computer online. '), _defineProperty(_it$data, 'HELP_10_Desc_11', 'Sul tuo computer online, incolla la transazione firmata nel campo di testo nel passo n. 3 e fai clic su "Invia transazione". In questo modo la transazione verrà trasmessa. '), _defineProperty(_it$data, 'HELP_12_Title', '12) Come faccio a importare un portafoglio creato con MyEtherWallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_it$data, 'HELP_12_Desc_1', 'Con un file JSON Geth/Mist generato da MyEtherWallet v2+.... '), _defineProperty(_it$data, 'HELP_12_Desc_2', 'Vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_3', 'Sblocca il portafoglio usando la tua chiave privata **crittografata** o il file JSON. '), _defineProperty(_it$data, 'HELP_12_Desc_4', 'Vai alla pagina "I miei portafogli". '), _defineProperty(_it$data, 'HELP_12_Desc_5', 'Seleziona il portafoglio che vuoi importare in Mist, fai clic sull\'icona "Mostra", inserisci la password, e accedi al portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_6', 'Individua la sezione "File Keystore/JSON (Consigliato · Crittografato · Formato Mist/Geth)". Premi il pulsante "Download" al di sotto. Ora hai il file keystore. '), _defineProperty(_it$data, 'HELP_12_Desc_7', 'Apri l\'applicazione Ethereum Wallet. '), _defineProperty(_it$data, 'HELP_12_Desc_8', 'Nella barra dei menu, vai su "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_it$data, 'HELP_12_Desc_9', 'Si aprirà la tua cartella keystore. Copia il file che hai appena scaricato (`UTC--2016-04-14........`) dentro questa cartella. '), _defineProperty(_it$data, 'HELP_12_Desc_10', 'Il tuo conto dovrebbe comparire immediatamente sotto "Accounts." '), _defineProperty(_it$data, 'HELP_12_Desc_11', 'Con una chiave privata non crittografata... '), _defineProperty(_it$data, 'HELP_12_Desc_12', 'Se non hai già la chiave private non crittografata, vai alla pagina "Informazioni portafoglio". '), _defineProperty(_it$data, 'HELP_12_Desc_13', 'Seleziona il file del tuo portafoglio -oppure- inserisci/incolla la tua chiave privata per sbloccare il portafoglio. '), _defineProperty(_it$data, 'HELP_12_Desc_14', 'Copia la tua chiave privata (non crittografata). '), _defineProperty(_it$data, 'HELP_12_Desc_15', 'Se sei su un Mac: '), _defineProperty(_it$data, 'HELP_12_Desc_15b', 'Se sei su un PC: '), _defineProperty(_it$data, 'HELP_12_Desc_16', 'Apri TextEdit e incolla la chiave privata. '), _defineProperty(_it$data, 'HELP_12_Desc_17', 'Vai sulla barra dei menu e fai clic su "Formato" -> "Converti in formato Solo testo". '), _defineProperty(_it$data, 'HELP_12_Desc_18', 'Salva questo file sulla tua `Scrivania` come `niente_di_speciale_cancellami.txt`. Assicurati che siano selezionati "UTF-8" e "Se non è indicata nessuna estensione, usa .”txt”" nella finestra di salvataggio. '), _defineProperty(_it$data, 'HELP_12_Desc_19', 'Apri il terminale ed esegui il seguente comando: `geth account import ~/Desktop/niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_20', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_21', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_22', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_12_Desc_23', 'Apri Blocco note e incolla la chiave privata '), _defineProperty(_it$data, 'HELP_12_Desc_24', 'Salva il file come `niente_di_speciale_cancellami.txt` in `C:\\` '), _defineProperty(_it$data, 'HELP_12_Desc_25', 'Esegui il comando `geth account import C:\\niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_26', 'Ti verrà chiesto di creare una nuova password. È la password che userai in geth / Ethereum Wallet / Mist ogni volta che invierai una transazione, quindi non dimenticarla. '), _defineProperty(_it$data, 'HELP_12_Desc_27', 'A importazione conclusa positivamente, cancella `niente_di_speciale_cancellami.txt` '), _defineProperty(_it$data, 'HELP_12_Desc_28', 'Alla prossima apertura dell\'applicazione Ethereum Wallet, il tuo conto sarà mostrato sotto "Accounts". '), _defineProperty(_it$data, 'HELP_13_Title', '13) Cosa significa "Fondi insufficienti. L\'account dal quale stai provando ad inviare la transazione non ha abbastanza fondi. Richiesti XXXXXXXXXXXXXXXXXXX ma presenti: XXXXXXXXXXXXXXXX."? '), _defineProperty(_it$data, 'HELP_13_Desc_1', 'Significa che non hai abbastanza ether nel tuo conto per coprire il costo del gas. Tutte le transazioni (comprese quelle che riguardano token e contratti) richiedono gas, e il gas si paga in ether. Il numero indicato è l\'importo richiesto per coprire il costo della transazione in wei. Prendi quel numero, dividilo per `1000000000000000000`, e sottrai la quantità di ether che stavi provando ad inviare (se stavi provando ad inviare ether). Il risultato è la somma in ether che devi inviare a quel conto per poter eseguire la transazione. '), _defineProperty(_it$data, 'HELP_14_Title', '14) Certi siti inizializzano il generatore di numeri casuali per la generazione della chiave privata tramite i movimenti del mouse. MyEtherWallet.com non lo fa. La generazione di numeri casuali di MyEtherWallet è sicura? '), _defineProperty(_it$data, 'HELP_14_Desc_1', 'Sebbene usare i movimenti del mouse sia ingegnoso, e comprendiamo perché piaccia, la realtà è che window.crypto assicura maggiore entropia rispetto ai tuoi movimenti del mouse. Non che i movimenti del mouse siano insicuri, è solo che noi (e un sacco di altri critto-esperimenti) crediamo in window.crypto. Oltretutto, MyEtherWallet.com può essere utilizzato su dispositivi touch. Qui c\'è una [conversazione fra un utente di reddit arrabbiato e Vitalik Buterin su movimenti del mouse contro window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) e qui c\'è [la specifica del w3 di window.crypto](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_it$data, 'HELP_15_Title', '15) Perché il conto che ho appena creato non risulta nello strumento per esplorare la *blockchain*? (es: etherchain, etherscan) '), _defineProperty(_it$data, 'HELP_15_Desc_1', 'I conti vengono mostrati in quegli strumenti solamente dopo che c\'è stata un\'attività sul conto in questione—ad esempio, dopo che ci hai trasferito degli ether. '), _defineProperty(_it$data, 'HELP_16_Title', '16) Come faccio a controllare il saldo del mio conto? '), _defineProperty(_it$data, 'HELP_16_Desc_1', 'Puoi usare uno strumento per l\'esplorazione della *blockchain* come [etherscan.io](https://etherscan.io/). Incolla il tuo indirizzo nella barra di ricerca e vedrai il tuo indirizzo e lo storico delle transazioni. Ad esempio, questo è come si presenta il nostro [conto donazioni](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) su etherscan.io '), _defineProperty(_it$data, 'HELP_17_Title', '17) Perché non viene mostrato il saldo quando sblocco il mio portafoglio? '), _defineProperty(_it$data, 'HELP_17_Desc_1', 'Probabilmente perché sei dietro a un firewall. Le API che utilizziamo per ottenere il saldo e convertirlo sono spesso bloccate dai firewall per qualche ragione. Sarai ancora in grado di inviare transazioni, dovrai solo usare un metodo diverso per vedere il tuo saldo, come etherscan.io '), _defineProperty(_it$data, 'HELP_18_Title', '18) Dov\'è il mio file portafoglio di geth? '), _defineProperty(_it$data, 'HELP_19_Title', '19) Dov\'è il mio file portafoglio di Mist? '), _defineProperty(_it$data, 'HELP_19_Desc_1', 'I file di Mist si trovano di solito nelle posizioni qui sopra, ma è molto più facile aprire Mist, selezionare "Accounts" nella barra dei menu, selezionare "Backup", e selezionare "Accounts". Si aprirà la cartella in cui sono memorizzati i tuoi file. '), _defineProperty(_it$data, 'HELP_20_Title', '20) Dov\'è il mio file portafoglio della prevendita? '), _defineProperty(_it$data, 'HELP_20_Desc_1', 'Dove l\'hai salvato. ;) Ti è anche stato spedito in mail, quindi controllala. Cerca un file chiamato `"ethereum_wallet_backup.json"` e selezionalo. Questo portafoglio sarà crittografato con la password che hai creato durante l\'acquisto della prevendita. '), _defineProperty(_it$data, 'HELP_21_Title', '21) Non basta inserire chiavi private casuali, cercare un saldo, e poi inviarselo al proprio indirizzo? '), _defineProperty(_it$data, 'HELP_21_Desc_1', 'Versione corta: sì, ma trovare un conto con un saldo richiederebbe più tempo dell\'età dell\'universo... quindi no. '), _defineProperty(_it$data, 'HELP_21_Desc_2', 'Versione lunga in termini semplici: Ethereum si basa sulla [Crittografia a chiave pubblica](https://it.wikipedia.org/wiki/Crittografia_a_chiave_pubblica), nello specifico [Crittografia a curva ellittica](https://eprint.iacr.org/2013/734.pdf) (ECC) che è ampiamente utilizzata, non solo in Ethereum. La maggior parte dei server sono protetti tramite ECC. Anche Bitcoin la usa, oltre a SSH e TLS e a un sacco di altra roba. Le chiavi di Ethereum nello specifico sono di 256 bit, che sono più robuste di 128 bit e 192 bit, che sono anch\'esse ampiamente utilizzate e sono tuttora considerate sicure dagli esperti. '), _defineProperty(_it$data, 'HELP_21_Desc_3', 'In tutto ciò tu hai una chiave privata e una chiave pubblica. Dalla chiave privata si può derivare la chiave pubblica, ma dalla chiave pubblica non si può risalire alla chiave privata. Il fatto che Internet e i segreti del mondo usino questa crittografia significa che se ci fosse un modo per ottenere una chiave privata da una chiave pubblica, i tuoi ether persi sarebbero l\'ultimo dei problemi. '), _defineProperty(_it$data, 'HELP_21_Desc_4', 'Ora, detto ciò, SÌ se qualcun altro ha la tua chiave privata allora può effettivamente inviare ether dal tuo conto. Proprio come se qualcuno ha la password della tua mail può leggere e spedire la tua mail, o se ha la password del tuo conto bancario potrebbe fare dei trasferimenti. Potresti scaricare la versione Keystore della tua chiave privata che è la chiave privata crittografata con una password. È come avere una password che è a sua volta protetta da un\'altra password. '), _defineProperty(_it$data, 'HELP_21_Desc_5', 'E SÌ, in teoria potresti semplicemente digitare stringhe di 64 caratteri esadecimali fino a trovarne una che corrisponda. Infatti, persone intelligenti potrebbero scrivere un programma per controllare molto rapidamente chiavi private casuali. Questo procedimento è conosciuto come *"attacco a forza bruta"* o *"mining"* delle chiavi private. Ci hanno pensato molto e a lungo. Con qualche server di altissimo livello potrebbero essere in grado di controllare più di 1 milione di chiavi al secondo. Però nemmeno controllarne così tante al secondo porterebbe all\'accesso in una maniera tale da rendere il costo dell\'utilizzo di quei server vagamente vicino all\'essere proficuo - è più probabile che tu, e i tuoi pronipoti, moriate prima di trovare una corrispondenza. '), _defineProperty(_it$data, 'HELP_21_Desc_6', 'Se sai qualcosa di Bitcoin, [questo ti darà un\'idea:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *"Per illustrare quanto ciò sia improbabile: supponi che ogni satoshi di ogni bitcoin che sarà mai generato sia inviato a una sua chiave privata unica. La probabilità che fra queste chiavi ce ne possano essere due che corrispondano allo stesso indirizzo è circa di uno in 100 trilioni"*. '), _defineProperty(_it$data, 'HELP_21_Desc_7', '[Se preferisci qualcosa di un po\' più tecnico:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *"Questi numeri non hanno niente a che fare con la tecnologia dei dispositivi; sono i massimi che la termodinamica consente. E implicano fortemente che gli attacchi a forza bruta contro le chiavi a 256 bit saranno impraticabili almeno fino a quando i computer non saranno costruiti con qualcosa di diverso dalla materia e non occuperanno qualcosa di diverso dallo spazio."* '), _defineProperty(_it$data, 'HELP_21_Desc_8', 'Certo, tutto ciò assume che le chiavi siano generate in una maniera veramente casuale e con sufficiente entropia. Le chiavi generate qui soddisfano questi criteri, come anche Jaxx e Mist/geth. I portafogli Ethereum sono tutti piuttosto buoni. Le chiavi generate dai *brainwallet* non lo sono, dal momento che il cervello di una persona non è capace di creare un seme veramente casuale. Ci sono stati un numero di altri problemi relativi alla mancanza di entropia o a semi non generati in maniera veramente casuale nel mondo di Bitcoin, ma quella è un\'altra questione di cui non parleremo oggi. '), _defineProperty(_it$data, 'HELP_SecCX_Title', 'Sicurezza - MyEtherWallet CX '), _defineProperty(_it$data, 'HELP_SecCX_Desc_1', 'Dov\'è che questa estensione salva le mie informazioni? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_2', 'Le informazioni che memorizzi in questa estensione di Chrome sono salvate tramite [chrome.storage](http://chrome.storage/). - è lo stesso posto in cui vengono salvate le tue password quando le salvi in Chrome. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_3', 'Che informazioni sono salvate? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_4', 'L\'indirizzo, nome, e la chiave privata sono memorizzati in chrome.storage. La chiave privata è crittografata utilizzando la password che hai impostato quando hai aggiunto il portafoglio. Il nome e l\'indirizzo del portafoglio non sono crittografati. '), _defineProperty(_it$data, 'HELP_SecCX_Desc_5', 'Perché il nome e l\'indirizzo del portafoglio non sono crittografati? '), _defineProperty(_it$data, 'HELP_SecCX_Desc_6', 'Se crittografassimo questi elementi dovresti inserire una password ogni volta in cui volessi vedere il saldo del tuo conto o i nomi dei portafogli. Se ciò ti preoccupa, ti consigliamo di usare MyEtherWallet.com invece di questa estensione di Chrome. '), _defineProperty(_it$data, 'HELP_Sec_Title', 'Sicurezza '), _defineProperty(_it$data, 'HELP_Sec_Desc_1', 'Se una delle prime domande che ti poni è "Perché dovrei fidarmi di questa gente?", è una cosa buona. Quanto segue dovrebbe aiutarti a calmare i tuoi timori. '), _defineProperty(_it$data, 'HELP_Sec_Desc_2', 'Siamo attivi da agosto 2015. Se cerchi ["myetherwallet" su reddit](https://www.reddit.com/search?q=myetherwallet), puoi vedere che molte persone ci utilizzano con grande successo. '), _defineProperty(_it$data, 'HELP_Sec_Desc_3', 'Non prenderemo i tuoi soldi né ruberemo le tue chiavi private. Non c\'è codice malevolo su questo sito. Infatti le pagine "Genera portafoglio" sono completamente lato client. Ciò significa che tutto il codice è eseguito sul ** tuo computer** e non viene mai salvato e trasmesso da nessuna parte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_4', 'Controlla l\'URL -- Questo sito viene servito attraverso GitHub e puoi vederne il codice sorgente qui: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) su [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_it$data, 'HELP_Sec_Desc_5', 'Per la generazione dei portafogli, puoi scaricare il [codice sorgente](https://github.com/kvhnuke/etherwallet/releases/latest) ed eseguirlo in locale. Vedi la domanda 5 qui sopra. '), _defineProperty(_it$data, 'HELP_Sec_Desc_6', 'Genera un portafoglio di prova e controlla che attività di rete sono in corso. Il modo più facile e fare clic destro sulla pagina e scegliere "Analizza elemento". Vai sulla scheda "Rete". Genera un portafoglio di prova. Vedrai che non c\'è attività di rete. Potresti vedere accadere qualcosa che assomiglia a data:image/gif e data:image/png. Sono i QR code che vengono generati...sul tuo computer...dal tuo computer. Non sono stati trasferiti byte. '), _defineProperty(_it$data, 'HELP_Sec_Desc_8', 'Se non ti senti a tuo agio a usare questo strumento, allora certo, non usarlo. Abbiamo creato questo strumento per aiutare la gente a generare portafogli ed eseguire transazioni senza bisogno di usare la riga di comando o far girare un nodo completo. Di nuovo, sentiti libero di contattarci se hai dubbi e ti risponderemo appena possibile. Grazie! '), _defineProperty(_it$data, 'HELP_FAQ_Title', 'Risposte più utili alle domande frequenti (in Inglese) '), _defineProperty(_it$data, 'HELP_Contact_Title', 'Modi per contattarci (in Inglese)'), _it$data); module.exports = it; @@ -16687,7 +16684,7 @@ ja.data = (_ja$data = { ONBOARD_why_content__7: '**あなた**が、そして**あなただけ**が自分のセキュリテイの全責任を持ちます。', /***You** and **only you** are responsible for your security.*/ ONBOARD_why_content__8: '秘密鍵とパスワードを大事に保管してください。秘密鍵は、ニーモニックフレーズ、キーストアファイル、UTCファイル、JSONファイル、お財布(ワレット)ファイルとも呼ばれることがあります。', /*Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.*/ ONBOARD_why_content__9: 'もし秘密鍵やパスワードを忘れると、誰も回復させることができません。', /*If you lose your private key or password, no one can recover it.*/ - ONBOARD_why_content__10: 'もし、あなたが秘密鍵を詐欺サイトで入力すると、**全ての資産**が盗まれてしまいます。' }, _defineProperty(_ja$data, 'ONBOARD_blockchain_title__alt', '一体ブロックチェーンって何? '), _defineProperty(_ja$data, 'ONBOARD_point_title__alt', 'それじゃMEWは何ができるの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_title', 'MyEtherWalletにできないなら、どうすればいいの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__1', 'それがブロックチェーンによる分散化の**きも**だからです。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__2', '自分の資産やお金を動かすときに、金融機関、政府や他の誰かを頼る必要が全くありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__3', '自分の資産を守るために、取引所や金融機関のセキュリティを頼る必要もありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__4', 'もし、こういった事には価値がない、と感じるのでしたら、なぜブロックチェーンや仮想通貨に価値があるのかよーく考えて見てください。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__5', 'もし、お気に召さないようでしたら、[Coinbase](https://www.coinbase.com/) や [Blockchain.info](https://blockchain.info/wallet/#/signup)をお使いください。これらは、より身近なIDとパスワードを使用しています。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__6', 'もし、少し不安だけれどもMEWを使いたければ、[ハードウェアワレットを入手(英語)](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)!'), _defineProperty(_ja$data, 'ONBOARD_why_title__alt', 'でも...どうして?'), _defineProperty(_ja$data, 'ONBOARD_secure_title', '自分自身とその資産の守り方 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_title', 'オンライン詐欺から自分自身を守る方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__1', 'オンライン詐欺師は、MyEtherWallet、EtherDelta、Paypalやあなたの金融機関のリンクが含まれた個人メッセージを送りつけてきますが、これは偽のサイトです。あなたの情報を盗み、そして資産を盗みます。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__2', '[EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn)または[MetaMask](https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige). のクローム拡張を使って、これらの悪意のサイトを遮断してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__3', 'いつも、必ず、URL:「https://www.myetherwallet.com」を確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__4', 'URLバーに、 `MYETHERWALLET LLC [US]`と緑色で表示されていることを必ず確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__5', 'eメール、Slack、Reddit、Twitterやその他から送られてくるメッセージやリンクを信用しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__6', '情報を入力する前に、常に直接サイトを参照してから閲覧してください。eメールやメッセージのリンクを押してから情報を入力しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__7', '[AdBlockerを導入](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=ja)し、サーチエンジンの広告(例:グーグル)をクリックしないでください。'), _defineProperty(_ja$data, 'ONBOARD_point_title__alt_2', 'それで要点は?'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title', 'オンライン詐欺から自分自身を守る方法'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__1', 'これらの人達は、何の見返りもなしにお金をあげる、と言って近づいてきます。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__2', 'もし、ありそうにないほど良い話であれば、きっとその通りです。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__3', '誰か、あるいは何かのプロジェクトに送金する前に、よくお調べください。サイトやフォーラムの情報をよく確かめてください。慎重に。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__4', '理解できなかったり、正しくないと思われる場合には、直接質問してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__5', '不安や懐疑心、流行遅れになる事の恐怖が常識の範囲を越えないように。もし何かとても緊急だと言われたら、なぜだろう、と自分でもう一度考えてみてください。おそらくそれは、時期を逃してしまう恐怖を煽るものか、十分な下調べをさせないための罠です。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title__alt', ' くたばれ詐欺師ども'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title', '損失を防ぐ方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__1', 'もしパスワードや秘密鍵を無くすと、財産を永久に失います。絶対に無くすな。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__2', '秘密鍵やパスワードのバックアップを作成してください。コンピューターに保存したままにしないでください。印刷したり、USBキーに保存してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__3', 'その紙やUSBキーを別の場所に保管してください。一つだけのバックアップでは、火事や津波などで、ラップトップコンピューターと共に破壊されてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__4', '秘密鍵をDropbox、Google Drive、や他のクラウドストレージに保管しないでください。そのアカウント(のセキュリティ)が損なわれた場合に、資産が盗まれてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__5', 'もし、あなたが自分の1週間以上の給料に値する仮想通貨をお持ちであれば、ハードウェア・ワレットを入手してください。言い訳無用です。それだけの価値があります。私が保証します。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__6', '[さらに安全確保のためのセキュリティ情報!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title__alt_2', '詐欺の撲滅 '), _defineProperty(_ja$data, 'ONBOARD_final_title__alt', 'もうワンクリックで完了です! 🤘'), _defineProperty(_ja$data, 'ONBOARD_final_title', 'オーライ!講義終了!'), _defineProperty(_ja$data, 'ONBOARD_final_subtitle', 'こんな風で申し訳ありません。次はこれです!'), _defineProperty(_ja$data, 'ONBOARD_final_content__1', 'お財布を作る'), _defineProperty(_ja$data, 'ONBOARD_final_content__2', 'ハードウェア・ワレットを手に入れる'), _defineProperty(_ja$data, 'ONBOARD_final_content__3', 'MEWとMetamaskの設定方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__4', 'オフライン/手元でのMEWの使い方'), _defineProperty(_ja$data, 'ONBOARD_final_content__5', 'Ledgerハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__6', 'TREZORハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__7', 'MetaMaskでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__8', 'もっと教えて、連絡したい'), _defineProperty(_ja$data, 'ONBOARD_final_content__9', 'もう勘弁、お願い、早く使わせて。'), _defineProperty(_ja$data, 'ONBOARD_resume', '前回スライドを最後までお読みになっていないようです。プロのアドバイス:スライドを全部読みましょう😉'), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_scan', 'DigitalBitboxに接続する '), _defineProperty(_ja$data, 'ADD_Label_1', 'ご希望の操作方法をお選びください '), _defineProperty(_ja$data, 'ADD_Label_2', 'ニックネームの作成: '), _defineProperty(_ja$data, 'ADD_Label_3', 'お財布が暗号化されています。パスワードを入力してください: '), _defineProperty(_ja$data, 'ADD_Label_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Label_5', 'アドレスを入力 '), _defineProperty(_ja$data, 'ADD_Label_6', 'お財布をアンロック: '), _defineProperty(_ja$data, 'ADD_Label_6_short', 'アンロック '), _defineProperty(_ja$data, 'ADD_Label_7', 'アカウント追加 '), _defineProperty(_ja$data, 'ADD_Label_8', 'パスワード(任意): '), _defineProperty(_ja$data, 'ADD_Ledger_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_1', '自分の Ledger Wallet を接続する '), _defineProperty(_ja$data, 'ADD_Ledger_2', 'イサリアムアプリケーション(あるいはコントラクトアプリケーション)を開く 。 '), _defineProperty(_ja$data, 'ADD_Ledger_2_Exp', 'Expanseアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_2_Ubq', 'Ubiqアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_3', '設定中で、ブラウザサポートが有効にされていることを確認してください。 '), _defineProperty(_ja$data, 'ADD_Ledger_4', '設定にブラウザサポートが見つからなければ、[Firmware >1.2]を確認してください。(https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ja$data, 'ADD_Ledger_scan', 'Ledger Wallet に接続 '), _defineProperty(_ja$data, 'ADD_MetaMask', 'MetaMask に接続 '), _defineProperty(_ja$data, 'ADD_Radio_1', 'お財布の新規作成 '), _defineProperty(_ja$data, 'ADD_Radio_2', 'お財布ファイルの選択 (Keystore / JSON) '), _defineProperty(_ja$data, 'ADD_Radio_2_alt', 'お財布ファイルの選択: '), _defineProperty(_ja$data, 'ADD_Radio_2_short', 'お財布ファイルを選択 '), _defineProperty(_ja$data, 'ADD_Radio_3', '秘密鍵をペースト/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Radio_5', 'ニーモニックを上書き/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_5_Path', 'HD derivation pathを選択 '), _defineProperty(_ja$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ja$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathCustom', 'カスタム'), _defineProperty(_ja$data, 'ADD_Trezor_scan', 'TREZORに接続 '), _defineProperty(_ja$data, 'ADD_Warning_1', '任意のアカウントを監視する目的で、秘密鍵をアップロードせずにお財布タブに追加することできます。これによってお財布の操作や、ETHERの移動が可能になるわけではありません。 '), _defineProperty(_ja$data, 'BULK_Label_1', '作成するお財布の数 '), _defineProperty(_ja$data, 'BULK_Label_2', 'お財布を複数を作成する '), _defineProperty(_ja$data, 'BULK_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'CONTRACT_ByteCode', 'バイトコード '), _defineProperty(_ja$data, 'CONTRACT_Interact_CTA', '機能を一つ選ぶ '), _defineProperty(_ja$data, 'CONTRACT_Interact_Title', '契約の読込や書込 '), _defineProperty(_ja$data, 'CONTRACT_Json', 'ABI / JSON インターフェース '), _defineProperty(_ja$data, 'CONTRACT_Read', '読み取り '), _defineProperty(_ja$data, 'CONTRACT_Title', '契約アドレス '), _defineProperty(_ja$data, 'CONTRACT_Title_2', '既存の契約を選択 '), _defineProperty(_ja$data, 'CONTRACT_Write', '書き込み '), _defineProperty(_ja$data, 'CX_error_1', 'お財布が保存されていません。["Add Wallet"](/cx-wallet.html#add-wallet)をクリックして追加してください。 '), _defineProperty(_ja$data, 'CX_quicksend', '簡易送信 '), _defineProperty(_ja$data, 'CX_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 Chrome Extension '), _defineProperty(_ja$data, 'CX_Warning_1', '必ずここに保管するすべてのお財布の「外部バックアップ」を作成してください。このChrome Extensionでは、再導入などで、データが保存されずの消失することが頻繁に起こります。このエクステンションは容易な操作を提供するのみで、「バックアップ」は行いません。 '), _defineProperty(_ja$data, 'decrypt_Access', 'どの方法でお財布を操作しますか? '), _defineProperty(_ja$data, 'decrypt_Title', '秘密鍵形式の選択: '), _defineProperty(_ja$data, 'decrypt_Select', 'お財布の選択 '), _defineProperty(_ja$data, 'DEP_generate', 'バイトコードを生成する '), _defineProperty(_ja$data, 'DEP_generated', '生成されたバイトコード '), _defineProperty(_ja$data, 'DEP_signtx', 'トランザクションに署名 '), _defineProperty(_ja$data, 'DEP_interface', '生成されたインターフェース '), _defineProperty(_ja$data, 'ERROR_0', '(error_01) 正しい値を入力してください。 (Please enter a valid amount.) '), _defineProperty(_ja$data, 'ERROR_1', '(error_02) パスワードは少なくとも9文字が必要です。強固なパスワードであることをお確かめください。 (Your password must be at least 9 characters. Please ensure it is a strong password.) '), _defineProperty(_ja$data, 'ERROR_2', '(error_03) 申し訳ございませんが、このタイプのお財布ファイルは認識できません。 (Sorry! We don\'t recognize this type of wallet file.) '), _defineProperty(_ja$data, 'ERROR_3', '(error_04) 正しいお財布ファイルではありません。 (This is not a valid wallet file.) '), _defineProperty(_ja$data, 'ERROR_4', '(error_05) この単位は存在しませんので、下記の中からお選びください。 (This unit doesn\'t exists, please use the one of the following units) '), _defineProperty(_ja$data, 'ERROR_5', '(error_06) 無効なアドレスです。 (Please enter a valid address.) '), _defineProperty(_ja$data, 'ERROR_6', '(error_07) 無効なパスワードです。 (Please enter a valid password.) '), _defineProperty(_ja$data, 'ERROR_7', '(error_08) 無効な総量です。 (Must be integer. Try 0-18.) (Please enter valid decimals (Must be an integer. Try 0-18.)) '), _defineProperty(_ja$data, 'ERROR_8', '(error_09) 無効なガスリミットです。 (Must be integer. Try 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)) '), _defineProperty(_ja$data, 'ERROR_9', '(error_10) 無効なデータです。 (Must be hex.) (Please enter a valid data value (Must be hex.)) '), _defineProperty(_ja$data, 'ERROR_10', '(error_11) 無効なガス総量です。 (Must be integer. Try 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)) '), _defineProperty(_ja$data, 'ERROR_11', '(error_12) 無効な nonce です。 (Must be integer.) (Please enter a valid nonce (Must be an integer.)) '), _defineProperty(_ja$data, 'ERROR_12', '(error_13) 無効な署名のトランザクションです。 (Invalid signed transaction.) '), _defineProperty(_ja$data, 'ERROR_13', '(error_14) 同じニックネームのお財布が既にあります。 (A wallet with this nickname already exists.) '), _defineProperty(_ja$data, 'ERROR_14', '(error_15) お財布が見つかりません。 (Wallet not found.) '), _defineProperty(_ja$data, 'ERROR_15', '(error_16) このIDのプロポーサルは存在しない、あるいは正常に読み込みできません。 (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.) '), _defineProperty(_ja$data, 'ERROR_16', '(error_17) 同じアドレスのお財布が既に存在します。お財布のページをご確認ください。 (A wallet with this address already exists in storage. Please check your wallets page.) '), _defineProperty(_ja$data, 'ERROR_17', '(error_18) "ファンドが足りません。 トランザクション送出元のファンドが不足しています。ガスとして使われるために、少なくとも0.01 etherがお財布上に必要です。 (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)) '), _defineProperty(_ja$data, 'ERROR_18', '(error_19) 全てのガスがこのトランザクションにより消費されます。これは、既に投票を行ったか、あるいはディベート期間が終了したためです。 (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.) '), _defineProperty(_ja$data, 'ERROR_19', '(error_20) 無効なシンボル (Please enter a valid symbol) '), _defineProperty(_ja$data, 'ERROR_20', '(error_21) は有効なERC-20トークンではありません。もし他のトークンをロード中であれば、このトークンを取り除いてからもう一度試してください。 (Not a valid ERC-20 token) '), _defineProperty(_ja$data, 'ERROR_21', '(error_22) ガス量を推定できません。十分な資金が口座にないか、あるいは受け取り側のコントラクトがエラーになっています。ガス量を変更してから試してください。送出時にはより詳しいエラーメッセージが返ります。 (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.) '), _defineProperty(_ja$data, 'ERROR_22', '(error_23) 正しいノード名を入力してください (Please enter a valid node name) '), _defineProperty(_ja$data, 'ERROR_23', '(error_24) 正しいURLを入力してください。 HTTPS接続の場合には、ノードはHTPPSで接続しなければなりません。 (Please enter a valid URL. If you are on https, your URL must be https) '), _defineProperty(_ja$data, 'ERROR_24', '(error_25) 正しいポートを入力してください (Please enter a valid port.) '), _defineProperty(_ja$data, 'ERROR_25', '(error_26) 正しい chain ID を入力してください (Please enter a valid chain ID.) '), _defineProperty(_ja$data, 'ERROR_26', '(error_27) 正しい ABI を入力してください (Please enter a valid ABI.) '), _defineProperty(_ja$data, 'ERROR_27', '(error_28) 最小値: 0.01. 最大値: (Minimum amount: 0.01. Max amount:) '), _defineProperty(_ja$data, 'ERROR_28', '(error_29) お財布を操作するためには**Keystore/JSONとパスワードか秘密鍵が必要** 保存してから、外部バックアップしてください!ここで保存しないとお財布が使用できなくなります。詳細はヘルプページを参照してください。(https://www.myetherwallet.com/#help) (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. ) '), _defineProperty(_ja$data, 'ERROR_29', '(error_30) 正しいユーザーとパスワードを入力してください (Please enter a valid user and password.) '), _defineProperty(_ja$data, 'ERROR_30', '(error_31) 正しい ENS名を入力してください (Please enter a valid name (7+ characters, limited punctuation)) '), _defineProperty(_ja$data, 'ERROR_31', '(error_32) 無効な秘密フレーズです (Please enter a valid secret phrase.) '), _defineProperty(_ja$data, 'ERROR_32', '(error_33) ノードに接続できませんでした。ページを再表示したり、別のノード(画面の右上にあります)を試したり,ファイアーウォールの設定を確認してください。 カスタムノードの使用時には、構成設定を確認してください (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)。'), _defineProperty(_ja$data, 'ERROR_33', '(error_34) アンロックしたお財布のアドレスがオーナーのアドレスと一致しません (The wallet you have unlocked does not match the owner\'s address.)。'), _defineProperty(_ja$data, 'ERROR_34', '(error_35) 以前に入力したものと異なる名前です。 (The name you are attempting to reveal does not match the name you have entered.) '), _defineProperty(_ja$data, 'ERROR_35', '(error_36) チェックサムが付いていません。 詳細What does that mean?)>'), _defineProperty(_ja$data, 'ERROR_36', '(error_37) 正しいトランザクションハッシュを入力してくださ (Please enter a valid TX hash)い'), _defineProperty(_ja$data, 'ERROR_37', '(error_38) 16進数を正しく入力してください (0-9, a-f (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f))'), _defineProperty(_ja$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_ja$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_ja$data, 'GETH_Balance', '(geth-01) 残高不足 Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_Cheap', '(geth-02) ガス価格が低すぎます Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ja$data, 'GETH_GasLimit', '(geth-03) ブロックガスリミットを越えています Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ja$data, 'GETH_InsufficientFunds', '(geth-04) ガス*価格+数量に足りません Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_IntrinsicGas', '(geth-05) 基本のガス不足です Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ja$data, 'GETH_InvalidSender', '(geth-06) 送出元が無効です Invalid sender.'), _defineProperty(_ja$data, 'GETH_NegativeValue', '(geth-07) 負の値です Negative value.'), _defineProperty(_ja$data, 'GETH_Nonce', '(geth-08) Nonce が足りません This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).'), _defineProperty(_ja$data, 'GETH_NonExistentAccount', '(geth-09) アカウントが存在しない、あるいはその残高不足です Account does not exist or account balance too low'), _defineProperty(_ja$data, 'PARITY_AlreadyImported', "(parity-01) 同じハッシュのトランザクションがすでにインポートされています。 A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_GasLimitExceeded', "(parity-02) トランザクションコストがガスリミットを超過しました。 リミット: {}, 現在: {}. ガス供給量を減らして見てください。"), _defineProperty(_ja$data, 'PARITY_InsufficientBalance', "(parity-03) ファンドが足りません。 トランザクション送出元のファンドが不足しています。 必要量 {} で 現在: {}  です。 Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InsufficientGasPrice', "(parity-04) トランザクションフィー不足です。 ノードの最小 fee を満たしていません。 (minimal: {}, got: {}). fee を増やしてください。 There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InvalidGasLimit', "(parity-05) ガス供給量が制限を超過しています。 Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_ja$data, 'PARITY_LimitReached', "(parity-06) キューにあるトランザクションの数が多すぎます。上限を超えたため、対象のトランザクションは除外されています。その fee を増やしてみてください。 There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_Old', "(parity-07) トランザクション nonceが小さすぎます。増やしてみてください。 There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ja$data, 'PARITY_TooCheapToReplace', "(parity-08) トランザクションフィー不足です。同じ nonce のトランザクションが別のキューにあります。fee または nonce を増やしてみてください。 TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'FOOTER_1', 'イサーリアムお財布の作成とトランザクション実行のためのオープンソース、javascript、 クライアントサイドツール。 '), _defineProperty(_ja$data, 'FOOTER_1b', '制作 '), _defineProperty(_ja$data, 'FOOTER_2', '投げ銭に感謝致します!: '), _defineProperty(_ja$data, 'FOOTER_3', 'クライアントサイドお財布制作 '), _defineProperty(_ja$data, 'FOOTER_4', '免責事項 '), _defineProperty(_ja$data, 'GAS_PRICE_Desc', 'ガス価格は、ガスの一単位にかかるの料金のことです。 「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するためにマイナーに支払う手数料です。ガス価格が高いほど処理は早く行われますが、料金は高くなります。デファルトは 「20 GWEI」です。'), _defineProperty(_ja$data, 'GAS_LIMIT_Desc', 'ガスリミットは、その処理のために送出するガスの総量です。「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するための料金として支払われます。 この数字を増やしても、自分の処理が早くなることはありません。ETHの送出 = 「21000」、トークンの送出 = ~「200000」が目安になります。'), _defineProperty(_ja$data, 'GEN_desc', '複数のお財布の作成をこのタブで行う事ができます: '), _defineProperty(_ja$data, 'GEN_Help_1', 'この'), _defineProperty(_ja$data, 'GEN_Help_2', 'で自分の口座アドレスにアクセスしてください。'), _defineProperty(_ja$data, 'GEN_Help_3', '自分のデバイスそのものが、自分のお財布です。'), _defineProperty(_ja$data, 'GEN_Help_4', 'ガイドとFAQ'), _defineProperty(_ja$data, 'GEN_Help_5', 'お財布の作り方'), _defineProperty(_ja$data, 'GEN_Help_6', 'ここから始める'), _defineProperty(_ja$data, 'GEN_Help_7', '安全な所で保管してください · バックアップを作成してください · 他の誰にも教えないでください · 絶対になくさないでください · 無くした時には回復する方法はありません。'), _defineProperty(_ja$data, 'GEN_Help_8', 'ファイルをダウンロードしませんでしたか?'), _defineProperty(_ja$data, 'GEN_Help_9', 'Google Chromeをお使いください'), _defineProperty(_ja$data, 'GEN_Help_10', '右クリックしてファイルを保存。ファイル名: '), _defineProperty(_ja$data, 'GEN_Help_11', 'このファイルは自分のコンピューターで開かないでください'), _defineProperty(_ja$data, 'GEN_Help_12', 'MyEtherWalletの上でこれを使って自分のお財布をアンロックしてください(Mist, Geth, Parityや他のお財布クライアントも可)'), _defineProperty(_ja$data, 'GEN_Help_13', '自分のキーストアファイルのバックアップ作成方法'), _defineProperty(_ja$data, 'GEN_Help_14', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_15', '自分の資金の紛失や盗難を防止する。'), _defineProperty(_ja$data, 'GEN_Help_16', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_17', 'なぜこれらをすべきか?'), _defineProperty(_ja$data, 'GEN_Help_18', '2番目のバックアップ作成のため'), _defineProperty(_ja$data, 'GEN_Help_19', 'パスワードを忘れた場合には'), _defineProperty(_ja$data, 'GEN_Help_20', '隔離された保管場所'), _defineProperty(_ja$data, 'GEN_Label_1', '強固なパスワードを入力(9文字以上) '), _defineProperty(_ja$data, 'GEN_Label_2', 'Keystore/JSON あるいは秘密鍵を保存してください。パスワードを絶対に忘れないようにしてください。 '), _defineProperty(_ja$data, 'GEN_Label_3', 'アドレスを保存してください。 '), _defineProperty(_ja$data, 'GEN_Label_4', '必要であれば、お財布紙情報、あるいはQRコードを印刷してください。 '), _defineProperty(_ja$data, 'GEN_Label_5', '自分の秘密鍵を保存する。'), _defineProperty(_ja$data, 'GEN_Placeholder_1', '必ず保存してください! '), _defineProperty(_ja$data, 'GEN_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'GEN_Unlock', '自分のアドレスを確認するために、お財布を解錠する'), _defineProperty(_ja$data, 'GET_ConfButton', '理解できました。続けます。'), _defineProperty(_ja$data, 'MEW_Warning_1', 'お財布を操作したり新しいお財布を作成する前に、必ずURLを確認してください。詐欺サイトに御注意ください! '), _defineProperty(_ja$data, 'MEW_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 '), _defineProperty(_ja$data, 'MNEM_1', '操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_2', 'HDニーモニックの一つの文節で、複数のお財布やアドレスが操作可能です。操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_more', 'さらにアドレスを表示 '), _defineProperty(_ja$data, 'MNEM_prev', '前のアドレス表示 '), _defineProperty(_ja$data, 'MSG_message', 'メッセージ '), _defineProperty(_ja$data, 'MSG_date', '日付 '), _defineProperty(_ja$data, 'MSG_signature', '署名 '), _defineProperty(_ja$data, 'MSG_verify', 'メッセージを確認 '), _defineProperty(_ja$data, 'MSG_info1', 'この署名が別の日付で再度使われないようにするために、現時点の日付を入れてください。 '), _defineProperty(_ja$data, 'MSG_info2', '他人に使われないようにするため、あなたのニックネームとそれが使われるところを入れてください。 '), _defineProperty(_ja$data, 'MSG_info3', '異なった目的で使用されないようにするために、利用目的を入れてください。 '), _defineProperty(_ja$data, 'MYWAL_Nick', 'お財布ニックネーム '), _defineProperty(_ja$data, 'MYWAL_Address', 'お財布アドレス '), _defineProperty(_ja$data, 'MYWAL_Bal', '残高 '), _defineProperty(_ja$data, 'MYWAL_Edit', '編集 '), _defineProperty(_ja$data, 'MYWAL_View', '表示 '), _defineProperty(_ja$data, 'MYWAL_Remove', '消去 '), _defineProperty(_ja$data, 'MYWAL_RemoveWal', 'お財布を消去: '), _defineProperty(_ja$data, 'MYWAL_WatchOnly', '監視中のアカウント '), _defineProperty(_ja$data, 'MYWAL_Viewing', 'お財布を表示: '), _defineProperty(_ja$data, 'MYWAL_Hide', 'お財布情報を隠す '), _defineProperty(_ja$data, 'MYWAL_Edit_2', 'お財布を編集: '), _defineProperty(_ja$data, 'MYWAL_Name', 'お財布名 '), _defineProperty(_ja$data, 'MYWAL_Content_1', '警告! お財布を消去しようとしています: '), _defineProperty(_ja$data, 'MYWAL_Content_2', '**秘密鍵と鍵保存ファイル及びパスワード**が保管されているか確認してください。 '), _defineProperty(_ja$data, 'MYWAL_Content_3', 'MyEtherWallet CXでこのお財布を使用するためには、秘密鍵あるいはJSONとパスワードを手動で追加する必要があります。 '), _defineProperty(_ja$data, 'NAV_AddWallet', 'お財布の追加 '), _defineProperty(_ja$data, 'NAV_BulkGenerate', 'バルク作成 '), _defineProperty(_ja$data, 'NAV_CheckTxStatus', '処理状況を確認'), _defineProperty(_ja$data, 'NAV_Contact', '連絡する '), _defineProperty(_ja$data, 'NAV_Contracts', '契約 '), _defineProperty(_ja$data, 'NAV_DeployContract', '契約を展開 '), _defineProperty(_ja$data, 'NAV_DomainSale', 'ドメイン販売'), _defineProperty(_ja$data, 'NAV_ENS', 'ENS'), _defineProperty(_ja$data, 'NAV_GenerateWallet_alt', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_GenerateWallet', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_Help', 'ヘルプ '), _defineProperty(_ja$data, 'NAV_InteractContract', '契約を操作 '), _defineProperty(_ja$data, 'NAV_Multisig', '多重署名 '), _defineProperty(_ja$data, 'NAV_MyWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NAV_Offline', 'オフライン送出 '), _defineProperty(_ja$data, 'NAV_SendEther', 'Ether/トークンの送出 '), _defineProperty(_ja$data, 'NAV_SendTokens', 'トークン送出 '), _defineProperty(_ja$data, 'NAV_SignMsg', 'メッセージ署名 '), _defineProperty(_ja$data, 'NAV_Swap', '通貨の両替 '), _defineProperty(_ja$data, 'NAV_TxStatus', '処理状況'), _defineProperty(_ja$data, 'NAV_ViewWallet', 'お財布情報を見る '), _defineProperty(_ja$data, 'NAV_YourWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NODE_Title', 'カスタムノードをセットアップ'), _defineProperty(_ja$data, 'NODE_Subtitle', 'ローカルノードに接続するには...'), _defineProperty(_ja$data, 'NODE_Warning', 'MyEtherWallet.com 経由で接続するためには、HTTPSノードが必要です。[MyEtherWalletをレポジトリからダウンロードして、手元で走らせ、](https://github.com/kvhnuke/etherwallet/releases/latest)いずれかのノードに接続することもできます。 あるいは、無料のSSL証明書を[LetsEncrypt](https://letsencrypt.org/)から入手してください'), _defineProperty(_ja$data, 'NODE_Name', 'ノード名'), _defineProperty(_ja$data, 'NODE_Port', 'ノードポート'), _defineProperty(_ja$data, 'NODE_CTA', '保存してカスタムノードを使用'), _defineProperty(_ja$data, 'NONCE_Desc', 'このnonceは、指定のアドレスから送出される処理の数です。正しい順番で重複しないように処理を確実にするためのものです。'), _defineProperty(_ja$data, 'OFFLINE_Desc', 'オフライントランザクションの作成は、3ステップで行う事ができます。ステップ1と3はオンラインのコンピューター上で行い、ステップ2は、オフライン、あるいは物理的にネットワークと切断されたコンピューターを用います。これにより、秘密鍵が、インターネットに接続したデバイスと接触する事を避ける事ができます。 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Button', '情報生成 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_1', '送出元アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_2', 'ノート:これは、送出元アドレスであって、送出先アドレスではありません。操作元アカウントからは「Nonce」が生成されます。切断されたコンピューターを使用する場合に、このアドレスはコールドストレージのアカウントのものになります。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Title', 'ステップ2: 情報生成 (オフラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_1', '送出先アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_2', '送出する値/総量 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3', 'ガス価格 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3b', 'これは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4', 'ガスリミット '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4b', 'ガスリミットの既定値は21000です。契約や付加データーを送出する場合には、これらの値は 異なるものにする必要があります。使用されなかったガスは全て返却されます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5b', 'これらは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6', 'データ '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6b', 'これは、任意の付加データです。契約に対してトランザクションを送出する際などでよく使われます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_7', '秘密鍵/JSONの入力/選択 '), _defineProperty(_ja$data, 'OFFLINE_Step3_Title', 'ステップ3: トランザクションの送出/公開(オンラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step3_Label_1', 'ステップ2で署名されたトランザクションをここにペーストして「トランザクションの送出」ボタンをクリックする。 '), _defineProperty(_ja$data, 'OFFLINE_Title', 'オフライントランザクションを作成し送出 '), _defineProperty(_ja$data, 'OFFLLINE_Step1_Title', 'ステップ1: 情報生成 (オンラインコンピューター) '), _defineProperty(_ja$data, 'SEND_addr', '宛先アドレス: '), _defineProperty(_ja$data, 'SEND_amount', '送出数量: '), _defineProperty(_ja$data, 'SEND_amount_short', '数量 '), _defineProperty(_ja$data, 'SEND_custom', 'カスタムトークンを追加 '), _defineProperty(_ja$data, 'SEND_gas', 'ガス '), _defineProperty(_ja$data, 'SEND_generate', 'トランザクションを生成 '), _defineProperty(_ja$data, 'SEND_raw', '未加工トランザクション '), _defineProperty(_ja$data, 'SEND_signed', '署名済みトランザクション '), _defineProperty(_ja$data, 'SEND_trans', 'トランザクションの送出 '), _defineProperty(_ja$data, 'SEND_TransferTotal', '残高をすべて送出する '), _defineProperty(_ja$data, 'SENDModal_Content_1', '送出準備が '), _defineProperty(_ja$data, 'SENDModal_Content_2', 'について、アドレス '), _defineProperty(_ja$data, 'SENDModal_Content_3', 'に対し完了。本当に送出してよろしいですか? '), _defineProperty(_ja$data, 'SENDModal_Content_4', 'ノート:最も起こりやすいエラーの原因は、送出のためのガス不足で、その場合には、ETHを追加する必要があります。ガスはETHで支払われます。 '), _defineProperty(_ja$data, 'SENDModal_No', 'いいえ、中断します。 '), _defineProperty(_ja$data, 'SENDModal_Title', '警告! '), _defineProperty(_ja$data, 'SENDModal_Yes', 'はい、確かです。処理を実行します。 '), _defineProperty(_ja$data, 'sidebar_AccountInfo', 'アカウント情報 '), _defineProperty(_ja$data, 'sidebar_AccountAddr', 'アカウントアドレス: '), _defineProperty(_ja$data, 'sidebar_AccountBal', 'アカウント残高 '), _defineProperty(_ja$data, 'sidebar_TokenBal', 'トークン残高 '), _defineProperty(_ja$data, 'sidebar_Equiv', '等価 '), _defineProperty(_ja$data, 'sidebar_TransHistory', 'トランザクション履歴 '), _defineProperty(_ja$data, 'sidebar_donation', 'MyEtherWalletは、プライバシーとセキュリティのための無料のオープンソースサービスです。 寄付が増えることによって、新機能やフィードバックの反映を行い、よりユーザーの皆様のご希望に沿った制作の時間を増やす事が可能になります。私たちは、たった二人で世界を変えようとしています。お手伝いいただけますか? '), _defineProperty(_ja$data, 'sidebar_donate', '寄付する '), _defineProperty(_ja$data, 'sidebar_thanks', '感謝します!!! '), _defineProperty(_ja$data, 'sidebar_DisplayOnTrezor', 'TREZORでアドレスを表示'), _defineProperty(_ja$data, 'sidebar_DisplayOnLedger', 'Ledgerでアドレスを表示'), _defineProperty(_ja$data, 'SUCCESS_1', '有効なアドレス '), _defineProperty(_ja$data, 'SUCCESS_2', 'お財布は正常に暗号解除されました。 '), _defineProperty(_ja$data, 'SUCCESS_3', 'トランザクションはブロックチェイン上に展開されています。ガス不足や契約実行エラーがないことを確認するために、下のボタンをクリックしてトランザクション(TX)を表示してください。 TX Hash: '), _defineProperty(_ja$data, 'SUCCESS_4', 'お財布が追加されました: '), _defineProperty(_ja$data, 'SUCCESS_5', '選択されました: '), _defineProperty(_ja$data, 'SUCCESS_6', '接続完了しました '), _defineProperty(_ja$data, 'SUCCESS_7', 'メッセージの署名が確認されました'), _defineProperty(_ja$data, 'SWAP_rates', "現在のレート "), _defineProperty(_ja$data, 'SWAP_init_1', "両替する "), _defineProperty(_ja$data, 'SWAP_init_2', " を "), _defineProperty(_ja$data, 'SWAP_init_CTA', "次へ "), _defineProperty(_ja$data, 'SWAP_information', "あなたの情報 "), _defineProperty(_ja$data, 'SWAP_send_amt', "送出総額 "), _defineProperty(_ja$data, 'SWAP_rec_amt', "受け取り総額 "), _defineProperty(_ja$data, 'SWAP_your_rate', "変換レート "), _defineProperty(_ja$data, 'SWAP_rec_add', "受け取りアドレス "), _defineProperty(_ja$data, 'SWAP_start_CTA', "交換開始 "), _defineProperty(_ja$data, 'SWAP_ref_num', "参照番号 "), _defineProperty(_ja$data, 'SWAP_time', "送出するまでにあと、 "), _defineProperty(_ja$data, 'SWAP_elapsed', "発注後の経過時間 "), _defineProperty(_ja$data, 'SWAP_progress_1', "注文を開始しました "), _defineProperty(_ja$data, 'SWAP_progress_2', "到着待機中 "), _defineProperty(_ja$data, 'SWAP_progress_3', "ETH受け取り完了 "), _defineProperty(_ja$data, 'SWAP_progress_4', "送出中 {{orderResult.output.currency}} "), _defineProperty(_ja$data, 'SWAP_progress_5', "注文完了 "), _defineProperty(_ja$data, 'SWAP_order_CTA', "お送りいただきたいのは "), _defineProperty(_ja$data, 'SWAP_unlock', "このページから直接ETHあるいはトークンを送出するためには、お財布を解錠してください。"), _defineProperty(_ja$data, 'TOKEN_Addr', 'トークン契約アドレス: '), _defineProperty(_ja$data, 'TOKEN_Symbol', 'トークンシンボル: '), _defineProperty(_ja$data, 'TOKEN_Dec', 'ケタ数: '), _defineProperty(_ja$data, 'TOKEN_show', '全てのトークンを表示 '), _defineProperty(_ja$data, 'TOKEN_hide', 'トークンを隠す '), _defineProperty(_ja$data, 'TRANS_advanced', '+上級:ガスあるいはデータを追加してください '), _defineProperty(_ja$data, 'TRANS_data', 'データ: '), _defineProperty(_ja$data, 'TRANS_desc', 'トークンを送出するには「トークン送出」のタブを選択してください。 '), _defineProperty(_ja$data, 'TRANS_gas', 'ガスリミット: '), _defineProperty(_ja$data, 'TRANS_sendInfo', '21000ガスを使用する標準トランザクションは、0.000441 ETHを消費します。迅速な処理を行うために、若干最小量よりも多めの0.000000021 ETHのガスを使用します。当サービスでは、トランザクション料金は徴収いたしません。 '), _defineProperty(_ja$data, 'translate_version', '0.5'), _defineProperty(_ja$data, 'Translator_Desc', '日本語開発者を支援する: '), _defineProperty(_ja$data, 'TranslatorAddr_1', '0xf991119Eea62Eee1a6fdaA7f621e91A42f325FcE '), _defineProperty(_ja$data, 'TranslatorAddr_2', ''), _defineProperty(_ja$data, 'TranslatorAddr_3', ''), _defineProperty(_ja$data, 'TranslatorAddr_4', ''), _defineProperty(_ja$data, 'TranslatorAddr_5', ''), _defineProperty(_ja$data, 'TranslatorName_1', '[sekisanchi.eth](https://etherscan.io/address/0xf991119eea62eee1a6fdaa7f621e91a42f325fce) '), _defineProperty(_ja$data, 'TranslatorName_2', ''), _defineProperty(_ja$data, 'TranslatorName_3', ''), _defineProperty(_ja$data, 'TranslatorName_4', ''), _defineProperty(_ja$data, 'TranslatorName_5', ''), _defineProperty(_ja$data, 'tx_Details', '処理内容詳細'), _defineProperty(_ja$data, 'tx_foundInPending', '待機中の処理が見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_1', 'あなたの処理が、現在接続中のノードの処理待ちプールの中で見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_2', '現在待機中です(発掘待ち)。'), _defineProperty(_ja$data, 'tx_foundInPending_3', 'この処理を取り消す、あるいは置き換えることができます。下記のお財布をアンロックしてください。 '), _defineProperty(_ja$data, 'tx_FoundOnChain', '処理が見つかりました'), _defineProperty(_ja$data, 'tx_FoundOnChain_1', 'あなたの待機中の処理は発掘され、ブロックチェーンに配置されました。'), _defineProperty(_ja$data, 'tx_FoundOnChain_2', '**もし赤い `( ! )`, `BAD INSTRUCTION` あるいは `OUT OF GAS` のエラーメッセージを見つけたら**, これは、処理送出に失敗したということです。処理の取り消しや置き換えはできません。代わりに、新しい処理を送出してください。 "Out of Gas" エラーの場合には, ガスリミットをはじめに指定した値の倍にしてください。'), _defineProperty(_ja$data, 'tx_FoundOnChain_3', '**何もエラーメッセージが返ってこなければ、あなたの処理は正しく送出されています。** ETHあるいはトークンは、送ろうとしたあて先の場所にあります。 もし、ETHやトークンが他のお財布や交換所のお財布に見つからず、処理を開始してから24時間以上経っていたら、 [そのサービスに連絡](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html)してください。状況を確認してもらうために、自分の処理のリンクをうまく知らせてください。'), _defineProperty(_ja$data, 'tx_notFound', '対象の処理が見つかりません'), _defineProperty(_ja$data, 'tx_notFound_1', 'この処理は、現在接続中の処理プールの中にありませんでした。'), _defineProperty(_ja$data, 'tx_notFound_2', 'もし今、処理を送出した直後であれば、15秒待ってから「処理状況を確認」ボタンを再度押してください。'), _defineProperty(_ja$data, 'tx_notFound_3', '別の処理プールで発掘待ちになっているかもしれません。'), _defineProperty(_ja$data, 'tx_notFound_4', '右上の下展開メニューから、別のノードを選択してください。 (例: `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) から選んで再度確認する。'), _defineProperty(_ja$data, 'tx_Summary', '数日後に処理状況を確認した場合をのぞいて、大量の処理発生時(ICO期間など)には、数時間処理が遅れる場合があります。本ツールは、そのような状況において処理待ちの処理を探し出し取り消す、あるいは更新する機能を提供します。**これは特殊な操作で、処理プールが満杯の場合にのみ有効です。 [このツールに関しては、こちらを参考にしてください。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ja$data, 'TXFEE_Desc', 'この処理料金は自分の処理をブロックに配置するためにマイナーに支払われます。「ガスリミット」*「ガス価格」で算出されます。 [GWEI -> ETHの単位変換はこちらです。](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ja$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ja$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。[import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)する時に必要です。残高をチェックするためには、[etherscan.io](https://etherscan.io/)のようなブロックチェーンエクスプローラーサービスを使う事をおすすめします。 '), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle_Short', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。 '), _defineProperty(_ja$data, 'VIEWWALLET_SuccessMsg', '成功しました! お財布の詳細は以下の通りです。 '), _defineProperty(_ja$data, 'WARN_Send_Link', '自分のアドレス、リンク、ガス、データ、あるいはトランザクションタイプ(送出モード)が指定されたリンクでここに表示されています。 送出前に修正可能です。もう一度行うために、お財布を解錠してください。 '), _defineProperty(_ja$data, 'x_CancelReplaceTx', '処理を中断、あるいは置換'), _defineProperty(_ja$data, 'x_CancelTx', '処理を中断'), _defineProperty(_ja$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ja$data, 'x_PasswordDesc', 'このパスワードで秘密鍵を**暗号化**します。新しい鍵を作るための元種(seed)ではありません。**このパスワードと(暗号化された)秘密鍵の二つを使って、お財布を解錠します**'), _defineProperty(_ja$data, 'x_ReadMore', 'もっと読む'), _defineProperty(_ja$data, 'x_ReplaceTx', '処理を置き換える'), _defineProperty(_ja$data, 'x_TransHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_TXFee', '処理料'), _defineProperty(_ja$data, 'x_TxHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_Access', 'アクセス '), _defineProperty(_ja$data, 'x_AddessDesc', '自分のアドレスは、アカウント番号や公開キーでも知ることができます。誰かとETHやトークンの受け渡しをするために、これらを用います。きれいな色のついたアドレスアイコンを見つけてください。自分のペーパーウォレットや、アドレスを入力する際に、同じアイコンであることをしっかりと確認してください。 これは自分のアカウント番号と公開鍵になります。ETHを送信するために必要な情報です。アイコンは自分のアドレスを識別するものです。 '), _defineProperty(_ja$data, 'x_Address', '自分のアドレス '), _defineProperty(_ja$data, 'x_Cancel', '取り消す '), _defineProperty(_ja$data, 'x_CSV', 'CSV ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Download', 'ダウンロード '), _defineProperty(_ja$data, 'x_Json', 'JSON ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_JsonDesc', 'これはパスワードが不要な暗号化されていないJSONフォーマットの秘密鍵です。この暗号化されていないJSONフォーマットの秘密鍵を使えば、誰でもパスワードを使わずに自分のお財布とEtherにアクセスできます。 '), _defineProperty(_ja$data, 'x_Keystore', 'Keystore ファイル (UTC / JSON · 推奨 · 暗号化) '), _defineProperty(_ja$data, 'x_Keystore2', 'Keystore ファイル (UTC / JSON) '), _defineProperty(_ja$data, 'x_KeystoreDesc', 'この Keystore / JSON ファイルは、後で容易にインポートするため、Mistで使われているフォーマットと一致させる必要があります。ダウンロードしてバックアップを取ることをおすすめします。 '), _defineProperty(_ja$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ja$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ja$data, 'x_Mnemonic', 'ニーモニック文節 '), _defineProperty(_ja$data, 'x_ParityPhrase', 'パリティ文節 '), _defineProperty(_ja$data, 'x_Password', 'パスワード '), _defineProperty(_ja$data, 'x_Print', 'お財布紙情報を印刷 '), _defineProperty(_ja$data, 'x_PrintDesc', 'アドバイス: プリンターが接続されていなくても、「印刷」をクリックしてPDFで保存できます。 '), _defineProperty(_ja$data, 'x_PrintShort', '印刷 '), _defineProperty(_ja$data, 'x_PrivKey', '秘密鍵(未暗号化) '), _defineProperty(_ja$data, 'x_PrivKey2', '秘密鍵 '), _defineProperty(_ja$data, 'x_PrivKeyDesc', 'これはパスワードが不要な暗号化されていない秘密鍵です。この暗号化されていない秘密鍵を使えば、誰でもパスワードなしで自分のお財布を使用できます。従って、暗号化された秘密鍵の利用をおすすめします。 '), _defineProperty(_ja$data, 'x_Save', '保存する '), _defineProperty(_ja$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ja$data, 'x_TXT', 'TXT ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Wallet', 'お財布 '), _defineProperty(_ja$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ja$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ja$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ja$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ja$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ja$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ja$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ja$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ja$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ja$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ja$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ja$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ja$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ja$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ja$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ja$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ja$data, 'HELP_2a_Title', 'お財布の保管やバックアップの方法は? '), _defineProperty(_ja$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ja$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ja$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ja$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ja$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ja$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ja$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ja$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ja$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ja$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ja$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ja$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ja$data, 'HELP_4_Desc_2', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ja$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ja$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ja$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ja$data, 'HELP_4CX_Desc_12', 'Using "Ether送出 トークン送出" Page '), _defineProperty(_ja$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ja$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ja$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ja$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ja$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ja$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ja$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ja$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ja$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ja$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ja$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ja$data, 'HELP_7_Desc_1', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ja$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ja$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ja$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ja$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ja$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ja$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ja$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ja$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ja$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ja$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ja$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ja$data, 'HELP_9_Title', '9) Is the "Ether送出 トークン送出" page offline? '), _defineProperty(_ja$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ja$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ja$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ja$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ja$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ja$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ja$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ja$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ja$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ja$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ja$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ja$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ja$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ja$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ja$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ja$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ja$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ja$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ja$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ja$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_ja$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ja$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ja$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ja$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ja$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ja$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ja$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ja$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ja$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ja$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ja$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ja$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ja$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ja$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ja$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ja$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ja$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ja$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ja$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ja$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ja$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ja$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ja$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ja$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ja$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ja$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ja$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ja$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ja$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ja$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ja$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ja$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ja$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ja$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ja$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ja$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ja$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ja$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ja$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ja$data); + ONBOARD_why_content__10: 'もし、あなたが秘密鍵を詐欺サイトで入力すると、**全ての資産**が盗まれてしまいます。' }, _defineProperty(_ja$data, 'ONBOARD_blockchain_title__alt', '一体ブロックチェーンって何? '), _defineProperty(_ja$data, 'ONBOARD_point_title__alt', 'それじゃMEWは何ができるの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_title', 'MyEtherWalletにできないなら、どうすればいいの?'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__1', 'それがブロックチェーンによる分散化の**きも**だからです。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__2', '自分の資産やお金を動かすときに、金融機関、政府や他の誰かを頼る必要が全くありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__3', '自分の資産を守るために、取引所や金融機関のセキュリティを頼る必要もありません。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__4', 'もし、こういった事には価値がない、と感じるのでしたら、なぜブロックチェーンや仮想通貨に価値があるのかよーく考えて見てください。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__5', 'もし、お気に召さないようでしたら、[Coinbase](https://www.coinbase.com/) や [Blockchain.info](https://blockchain.info/wallet/#/signup)をお使いください。これらは、より身近なIDとパスワードを使用しています。'), _defineProperty(_ja$data, 'ONBOARD_whymew_content__6', 'もし、少し不安だけれどもMEWを使いたければ、[ハードウェアワレットを入手(英語)](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)!'), _defineProperty(_ja$data, 'ONBOARD_why_title__alt', 'でも...どうして?'), _defineProperty(_ja$data, 'ONBOARD_secure_title', '自分自身とその資産の守り方 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_title', 'オンライン詐欺から自分自身を守る方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__1', 'オンライン詐欺師は、MyEtherWallet、EtherDelta、Paypalやあなたの金融機関のリンクが含まれた個人メッセージを送りつけてきますが、これは偽のサイトです。あなたの情報を盗み、そして資産を盗みます。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__2', '[EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn)または[MetaMask](https://myetherwallet.github.io/knowledge-base/migration/moving-from-private-key-to-metamask.html) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige). のクローム拡張を使って、これらの悪意のサイトを遮断してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__3', 'いつも、必ず、URL:「https://www.myetherwallet.com」を確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__4', 'URLバーに、 `MYETHERWALLET LLC`と緑色で表示されていることを必ず確認してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__5', 'eメール、Slack、Reddit、Twitterやその他から送られてくるメッセージやリンクを信用しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__6', '情報を入力する前に、常に直接サイトを参照してから閲覧してください。eメールやメッセージのリンクを押してから情報を入力しないでください。'), _defineProperty(_ja$data, 'ONBOARD_secure_1_content__7', '[AdBlockerを導入](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=ja)し、サーチエンジンの広告(例:グーグル)をクリックしないでください。'), _defineProperty(_ja$data, 'ONBOARD_point_title__alt_2', 'それで要点は?'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title', 'オンライン詐欺から自分自身を守る方法'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__1', 'これらの人達は、何の見返りもなしにお金をあげる、と言って近づいてきます。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__2', 'もし、ありそうにないほど良い話であれば、きっとその通りです。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__3', '誰か、あるいは何かのプロジェクトに送金する前に、よくお調べください。サイトやフォーラムの情報をよく確かめてください。慎重に。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__4', '理解できなかったり、正しくないと思われる場合には、直接質問してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_2_content__5', '不安や懐疑心、流行遅れになる事の恐怖が常識の範囲を越えないように。もし何かとても緊急だと言われたら、なぜだろう、と自分でもう一度考えてみてください。おそらくそれは、時期を逃してしまう恐怖を煽るものか、十分な下調べをさせないための罠です。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title__alt', ' くたばれ詐欺師ども'), _defineProperty(_ja$data, 'ONBOARD_secure_3_title', '損失を防ぐ方法 '), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__1', 'もしパスワードや秘密鍵を無くすと、財産を永久に失います。絶対に無くすな。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__2', '秘密鍵やパスワードのバックアップを作成してください。コンピューターに保存したままにしないでください。印刷したり、USBキーに保存してください。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__3', 'その紙やUSBキーを別の場所に保管してください。一つだけのバックアップでは、火事や津波などで、ラップトップコンピューターと共に破壊されてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__4', '秘密鍵をDropbox、Google Drive、や他のクラウドストレージに保管しないでください。そのアカウント(のセキュリティ)が損なわれた場合に、資産が盗まれてしまいます。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__5', 'もし、あなたが自分の1週間以上の給料に値する仮想通貨をお持ちであれば、ハードウェア・ワレットを入手してください。言い訳無用です。それだけの価値があります。私が保証します。'), _defineProperty(_ja$data, 'ONBOARD_secure_3_content__6', '[さらに安全確保のためのセキュリティ情報!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ja$data, 'ONBOARD_secure_2_title__alt_2', '詐欺の撲滅 '), _defineProperty(_ja$data, 'ONBOARD_final_title__alt', 'もうワンクリックで完了です! 🤘'), _defineProperty(_ja$data, 'ONBOARD_final_title', 'オーライ!講義終了!'), _defineProperty(_ja$data, 'ONBOARD_final_subtitle', 'こんな風で申し訳ありません。次はこれです!'), _defineProperty(_ja$data, 'ONBOARD_final_content__1', 'お財布を作る'), _defineProperty(_ja$data, 'ONBOARD_final_content__2', 'ハードウェア・ワレットを手に入れる'), _defineProperty(_ja$data, 'ONBOARD_final_content__3', 'MEWとMetamaskの設定方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__4', 'オフライン/手元でのMEWの使い方'), _defineProperty(_ja$data, 'ONBOARD_final_content__5', 'Ledgerハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__6', 'TREZORハードウェア・ワレットでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__7', 'MetaMaskでの送出方法'), _defineProperty(_ja$data, 'ONBOARD_final_content__8', 'もっと教えて、連絡したい'), _defineProperty(_ja$data, 'ONBOARD_final_content__9', 'もう勘弁、お願い、早く使わせて。'), _defineProperty(_ja$data, 'ONBOARD_resume', '前回スライドを最後までお読みになっていないようです。プロのアドバイス:スライドを全部読みましょう😉'), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_DigitalBitbox_scan', 'DigitalBitboxに接続する '), _defineProperty(_ja$data, 'ADD_Label_1', 'ご希望の操作方法をお選びください '), _defineProperty(_ja$data, 'ADD_Label_2', 'ニックネームの作成: '), _defineProperty(_ja$data, 'ADD_Label_3', 'お財布が暗号化されています。パスワードを入力してください: '), _defineProperty(_ja$data, 'ADD_Label_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Label_5', 'アドレスを入力 '), _defineProperty(_ja$data, 'ADD_Label_6', 'お財布をアンロック: '), _defineProperty(_ja$data, 'ADD_Label_6_short', 'アンロック '), _defineProperty(_ja$data, 'ADD_Label_7', 'アカウント追加 '), _defineProperty(_ja$data, 'ADD_Label_8', 'パスワード(任意): '), _defineProperty(_ja$data, 'ADD_Ledger_0a', 'セキュアコネクション(SSL)で再度MyEtherWalletを開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_0b', 'MyEtherWalletを再度「Chrome」(https://www.google.com/chrome/browser/desktop/) あるいは [Opera](https://www.opera.com/)で開いてください。 '), _defineProperty(_ja$data, 'ADD_Ledger_1', '自分の Ledger Wallet を接続する '), _defineProperty(_ja$data, 'ADD_Ledger_2', 'イサリアムアプリケーション(あるいはコントラクトアプリケーション)を開く 。 '), _defineProperty(_ja$data, 'ADD_Ledger_2_Exp', 'Expanseアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_2_Ubq', 'Ubiqアプリケーション(または契約アプリケーション)を開きます。'), _defineProperty(_ja$data, 'ADD_Ledger_3', '設定中で、ブラウザサポートが有効にされていることを確認してください。 '), _defineProperty(_ja$data, 'ADD_Ledger_4', '設定にブラウザサポートが見つからなければ、[Firmware >1.2]を確認してください。(https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ja$data, 'ADD_Ledger_scan', 'Ledger Wallet に接続 '), _defineProperty(_ja$data, 'ADD_MetaMask', 'MetaMask に接続 '), _defineProperty(_ja$data, 'ADD_Radio_1', 'お財布の新規作成 '), _defineProperty(_ja$data, 'ADD_Radio_2', 'お財布ファイルの選択 (Keystore / JSON) '), _defineProperty(_ja$data, 'ADD_Radio_2_alt', 'お財布ファイルの選択: '), _defineProperty(_ja$data, 'ADD_Radio_2_short', 'お財布ファイルを選択 '), _defineProperty(_ja$data, 'ADD_Radio_3', '秘密鍵をペースト/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_4', '監視するアカウントを追加 '), _defineProperty(_ja$data, 'ADD_Radio_5', 'ニーモニックを上書き/タイプ '), _defineProperty(_ja$data, 'ADD_Radio_5_Path', 'HD derivation pathを選択 '), _defineProperty(_ja$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ja$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ja$data, 'ADD_Radio_5_PathCustom', 'カスタム'), _defineProperty(_ja$data, 'ADD_Trezor_scan', 'TREZORに接続 '), _defineProperty(_ja$data, 'ADD_Warning_1', '任意のアカウントを監視する目的で、秘密鍵をアップロードせずにお財布タブに追加することできます。これによってお財布の操作や、ETHERの移動が可能になるわけではありません。 '), _defineProperty(_ja$data, 'BULK_Label_1', '作成するお財布の数 '), _defineProperty(_ja$data, 'BULK_Label_2', 'お財布を複数を作成する '), _defineProperty(_ja$data, 'BULK_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'CONTRACT_ByteCode', 'バイトコード '), _defineProperty(_ja$data, 'CONTRACT_Interact_CTA', '機能を一つ選ぶ '), _defineProperty(_ja$data, 'CONTRACT_Interact_Title', '契約の読込や書込 '), _defineProperty(_ja$data, 'CONTRACT_Json', 'ABI / JSON インターフェース '), _defineProperty(_ja$data, 'CONTRACT_Read', '読み取り '), _defineProperty(_ja$data, 'CONTRACT_Title', '契約アドレス '), _defineProperty(_ja$data, 'CONTRACT_Title_2', '既存の契約を選択 '), _defineProperty(_ja$data, 'CONTRACT_Write', '書き込み '), _defineProperty(_ja$data, 'CX_error_1', 'お財布が保存されていません。["Add Wallet"](/cx-wallet.html#add-wallet)をクリックして追加してください。 '), _defineProperty(_ja$data, 'CX_quicksend', '簡易送信 '), _defineProperty(_ja$data, 'CX_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 Chrome Extension '), _defineProperty(_ja$data, 'CX_Warning_1', '必ずここに保管するすべてのお財布の「外部バックアップ」を作成してください。このChrome Extensionでは、再導入などで、データが保存されずの消失することが頻繁に起こります。このエクステンションは容易な操作を提供するのみで、「バックアップ」は行いません。 '), _defineProperty(_ja$data, 'decrypt_Access', 'どの方法でお財布を操作しますか? '), _defineProperty(_ja$data, 'decrypt_Title', '秘密鍵形式の選択: '), _defineProperty(_ja$data, 'decrypt_Select', 'お財布の選択 '), _defineProperty(_ja$data, 'DEP_generate', 'バイトコードを生成する '), _defineProperty(_ja$data, 'DEP_generated', '生成されたバイトコード '), _defineProperty(_ja$data, 'DEP_signtx', 'トランザクションに署名 '), _defineProperty(_ja$data, 'DEP_interface', '生成されたインターフェース '), _defineProperty(_ja$data, 'ERROR_0', '(error_01) 正しい値を入力してください。 (Please enter a valid amount.) '), _defineProperty(_ja$data, 'ERROR_1', '(error_02) パスワードは少なくとも9文字が必要です。強固なパスワードであることをお確かめください。 (Your password must be at least 9 characters. Please ensure it is a strong password.) '), _defineProperty(_ja$data, 'ERROR_2', '(error_03) 申し訳ございませんが、このタイプのお財布ファイルは認識できません。 (Sorry! We don\'t recognize this type of wallet file.) '), _defineProperty(_ja$data, 'ERROR_3', '(error_04) 正しいお財布ファイルではありません。 (This is not a valid wallet file.) '), _defineProperty(_ja$data, 'ERROR_4', '(error_05) この単位は存在しませんので、下記の中からお選びください。 (This unit doesn\'t exists, please use the one of the following units) '), _defineProperty(_ja$data, 'ERROR_5', '(error_06) 無効なアドレスです。 (Please enter a valid address.) '), _defineProperty(_ja$data, 'ERROR_6', '(error_07) 無効なパスワードです。 (Please enter a valid password.) '), _defineProperty(_ja$data, 'ERROR_7', '(error_08) 無効な総量です。 (Must be integer. Try 0-18.) (Please enter valid decimals (Must be an integer. Try 0-18.)) '), _defineProperty(_ja$data, 'ERROR_8', '(error_09) 無効なガスリミットです。 (Must be integer. Try 21000-4000000.) (Please enter a valid gas limit (Must be an integer. Try 21000-4000000.)) '), _defineProperty(_ja$data, 'ERROR_9', '(error_10) 無効なデータです。 (Must be hex.) (Please enter a valid data value (Must be hex.)) '), _defineProperty(_ja$data, 'ERROR_10', '(error_11) 無効なガス総量です。 (Must be integer. Try 20 GWEI / 20000000000 WEI.) (Please enter a valid gas price. (Must be an integer. Try 20 GWEI / 20000000000 WEI.)) '), _defineProperty(_ja$data, 'ERROR_11', '(error_12) 無効な nonce です。 (Must be integer.) (Please enter a valid nonce (Must be an integer.)) '), _defineProperty(_ja$data, 'ERROR_12', '(error_13) 無効な署名のトランザクションです。 (Invalid signed transaction.) '), _defineProperty(_ja$data, 'ERROR_13', '(error_14) 同じニックネームのお財布が既にあります。 (A wallet with this nickname already exists.) '), _defineProperty(_ja$data, 'ERROR_14', '(error_15) お財布が見つかりません。 (Wallet not found.) '), _defineProperty(_ja$data, 'ERROR_15', '(error_16) このIDのプロポーサルは存在しない、あるいは正常に読み込みできません。 (Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal.) '), _defineProperty(_ja$data, 'ERROR_16', '(error_17) 同じアドレスのお財布が既に存在します。お財布のページをご確認ください。 (A wallet with this address already exists in storage. Please check your wallets page.) '), _defineProperty(_ja$data, 'ERROR_17', '(error_18) "ファンドが足りません。 トランザクション送出元のファンドが不足しています。ガスとして使われるために、少なくとも0.01 etherがお財布上に必要です。 (Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)) '), _defineProperty(_ja$data, 'ERROR_18', '(error_19) 全てのガスがこのトランザクションにより消費されます。これは、既に投票を行ったか、あるいはディベート期間が終了したためです。 (All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.) '), _defineProperty(_ja$data, 'ERROR_19', '(error_20) 無効なシンボル (Please enter a valid symbol) '), _defineProperty(_ja$data, 'ERROR_20', '(error_21) は有効なERC-20トークンではありません。もし他のトークンをロード中であれば、このトークンを取り除いてからもう一度試してください。 (Not a valid ERC-20 token) '), _defineProperty(_ja$data, 'ERROR_21', '(error_22) ガス量を推定できません。十分な資金が口座にないか、あるいは受け取り側のコントラクトがエラーになっています。ガス量を変更してから試してください。送出時にはより詳しいエラーメッセージが返ります。 (Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.) '), _defineProperty(_ja$data, 'ERROR_22', '(error_23) 正しいノード名を入力してください (Please enter a valid node name) '), _defineProperty(_ja$data, 'ERROR_23', '(error_24) 正しいURLを入力してください。 HTTPS接続の場合には、ノードはHTPPSで接続しなければなりません。 (Please enter a valid URL. If you are on https, your URL must be https) '), _defineProperty(_ja$data, 'ERROR_24', '(error_25) 正しいポートを入力してください (Please enter a valid port.) '), _defineProperty(_ja$data, 'ERROR_25', '(error_26) 正しい chain ID を入力してください (Please enter a valid chain ID.) '), _defineProperty(_ja$data, 'ERROR_26', '(error_27) 正しい ABI を入力してください (Please enter a valid ABI.) '), _defineProperty(_ja$data, 'ERROR_27', '(error_28) 最小値: 0.01. 最大値: (Minimum amount: 0.01. Max amount:) '), _defineProperty(_ja$data, 'ERROR_28', '(error_29) お財布を操作するためには**Keystore/JSONとパスワードか秘密鍵が必要** 保存してから、外部バックアップしてください!ここで保存しないとお財布が使用できなくなります。詳細はヘルプページを参照してください。(https://www.myetherwallet.com/#help) (You need this `Keystore File + Password` or the `Private Key` (next page) to access this wallet in the future. ) '), _defineProperty(_ja$data, 'ERROR_29', '(error_30) 正しいユーザーとパスワードを入力してください (Please enter a valid user and password.) '), _defineProperty(_ja$data, 'ERROR_30', '(error_31) 正しい ENS名を入力してください (Please enter a valid name (7+ characters, limited punctuation)) '), _defineProperty(_ja$data, 'ERROR_31', '(error_32) 無効な秘密フレーズです (Please enter a valid secret phrase.) '), _defineProperty(_ja$data, 'ERROR_32', '(error_33) ノードに接続できませんでした。ページを再表示したり、別のノード(画面の右上にあります)を試したり,ファイアーウォールの設定を確認してください。 カスタムノードの使用時には、構成設定を確認してください (Could not connect to the node. Refresh your page, try a different node (top-right corner), check your firewall settings. If custom node, check your configs.)。'), _defineProperty(_ja$data, 'ERROR_33', '(error_34) アンロックしたお財布のアドレスがオーナーのアドレスと一致しません (The wallet you have unlocked does not match the owner\'s address.)。'), _defineProperty(_ja$data, 'ERROR_34', '(error_35) 以前に入力したものと異なる名前です。 (The name you are attempting to reveal does not match the name you have entered.) '), _defineProperty(_ja$data, 'ERROR_35', '(error_36) チェックサムが付いていません。 詳細What does that mean?)>'), _defineProperty(_ja$data, 'ERROR_36', '(error_37) 正しいトランザクションハッシュを入力してくださ (Please enter a valid TX hash)い'), _defineProperty(_ja$data, 'ERROR_37', '(error_38) 16進数を正しく入力してください (0-9, a-f (Please enter valid hex string. Hex only contains: 0x, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, a, b, c, d, e, f))'), _defineProperty(_ja$data, 'ERROR_38', '(error_39) Offer must have either price or reserve set to more than 0'), _defineProperty(_ja$data, 'ERROR_39', '(error_40) Bid must be more than the specified minimum'), _defineProperty(_ja$data, 'GETH_Balance', '(geth-01) 残高不足 Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_Cheap', '(geth-02) ガス価格が低すぎます Gas price too low for acceptance. Try raising the gas price to 21 GWEI via the dropdown in top-right.'), _defineProperty(_ja$data, 'GETH_GasLimit', '(geth-03) ブロックガスリミットを越えています Exceeds block gas limit. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)'), _defineProperty(_ja$data, 'GETH_InsufficientFunds', '(geth-04) ガス*価格+数量に足りません Insufficient balance. Your gas limit * gas price + amount to send exceeds your current balance. Send more ETH to your account or use the "Send Entire Balance" button. If you believe this is in error, try pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)'), _defineProperty(_ja$data, 'GETH_IntrinsicGas', '(geth-05) 基本のガス不足です Intrinsic gas too low. Try raising the gas price to 21 GWEI via the dropdown in top-right or the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again.'), _defineProperty(_ja$data, 'GETH_InvalidSender', '(geth-06) 送出元が無効です Invalid sender.'), _defineProperty(_ja$data, 'GETH_NegativeValue', '(geth-07) 負の値です Negative value.'), _defineProperty(_ja$data, 'GETH_Nonce', '(geth-08) Nonce が足りません This TX\'s [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html) is too low. Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html).'), _defineProperty(_ja$data, 'GETH_NonExistentAccount', '(geth-09) アカウントが存在しない、あるいはその残高不足です Account does not exist or account balance too low'), _defineProperty(_ja$data, 'PARITY_AlreadyImported', "(parity-01) 同じハッシュのトランザクションがすでにインポートされています。 A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_GasLimitExceeded', "(parity-02) トランザクションコストがガスリミットを超過しました。 リミット: {}, 現在: {}. ガス供給量を減らして見てください。"), _defineProperty(_ja$data, 'PARITY_InsufficientBalance', "(parity-03) ファンドが足りません。 トランザクション送出元のファンドが不足しています。 必要量 {} で 現在: {}  です。 Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InsufficientGasPrice', "(parity-04) トランザクションフィー不足です。 ノードの最小 fee を満たしていません。 (minimal: {}, got: {}). fee を増やしてください。 There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_InvalidGasLimit', "(parity-05) ガス供給量が制限を超過しています。 Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_ja$data, 'PARITY_LimitReached', "(parity-06) キューにあるトランザクションの数が多すぎます。上限を超えたため、対象のトランザクションは除外されています。その fee を増やしてみてください。 There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'PARITY_Old', "(parity-07) トランザクション nonceが小さすぎます。増やしてみてください。 There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_ja$data, 'PARITY_TooCheapToReplace', "(parity-08) トランザクションフィー不足です。同じ nonce のトランザクションが別のキューにあります。fee または nonce を増やしてみてください。 TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_ja$data, 'FOOTER_1', 'イサーリアムお財布の作成とトランザクション実行のためのオープンソース、javascript、 クライアントサイドツール。 '), _defineProperty(_ja$data, 'FOOTER_1b', '制作 '), _defineProperty(_ja$data, 'FOOTER_2', '投げ銭に感謝致します!: '), _defineProperty(_ja$data, 'FOOTER_3', 'クライアントサイドお財布制作 '), _defineProperty(_ja$data, 'FOOTER_4', '免責事項 '), _defineProperty(_ja$data, 'GAS_PRICE_Desc', 'ガス価格は、ガスの一単位にかかるの料金のことです。 「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するためにマイナーに支払う手数料です。ガス価格が高いほど処理は早く行われますが、料金は高くなります。デファルトは 「20 GWEI」です。'), _defineProperty(_ja$data, 'GAS_LIMIT_Desc', 'ガスリミットは、その処理のために送出するガスの総量です。「処理料金 = ガス価格 * ガスリミット」で算出され、自分の処理をブロックに配置するための料金として支払われます。 この数字を増やしても、自分の処理が早くなることはありません。ETHの送出 = 「21000」、トークンの送出 = ~「200000」が目安になります。'), _defineProperty(_ja$data, 'GEN_desc', '複数のお財布の作成をこのタブで行う事ができます: '), _defineProperty(_ja$data, 'GEN_Help_1', 'この'), _defineProperty(_ja$data, 'GEN_Help_2', 'で自分の口座アドレスにアクセスしてください。'), _defineProperty(_ja$data, 'GEN_Help_3', '自分のデバイスそのものが、自分のお財布です。'), _defineProperty(_ja$data, 'GEN_Help_4', 'ガイドとFAQ'), _defineProperty(_ja$data, 'GEN_Help_5', 'お財布の作り方'), _defineProperty(_ja$data, 'GEN_Help_6', 'ここから始める'), _defineProperty(_ja$data, 'GEN_Help_7', '安全な所で保管してください · バックアップを作成してください · 他の誰にも教えないでください · 絶対になくさないでください · 無くした時には回復する方法はありません。'), _defineProperty(_ja$data, 'GEN_Help_8', 'ファイルをダウンロードしませんでしたか?'), _defineProperty(_ja$data, 'GEN_Help_9', 'Google Chromeをお使いください'), _defineProperty(_ja$data, 'GEN_Help_10', '右クリックしてファイルを保存。ファイル名: '), _defineProperty(_ja$data, 'GEN_Help_11', 'このファイルは自分のコンピューターで開かないでください'), _defineProperty(_ja$data, 'GEN_Help_12', 'MyEtherWalletの上でこれを使って自分のお財布をアンロックしてください(Mist, Geth, Parityや他のお財布クライアントも可)'), _defineProperty(_ja$data, 'GEN_Help_13', '自分のキーストアファイルのバックアップ作成方法'), _defineProperty(_ja$data, 'GEN_Help_14', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_15', '自分の資金の紛失や盗難を防止する。'), _defineProperty(_ja$data, 'GEN_Help_16', 'これらの方式の違いは?'), _defineProperty(_ja$data, 'GEN_Help_17', 'なぜこれらをすべきか?'), _defineProperty(_ja$data, 'GEN_Help_18', '2番目のバックアップ作成のため'), _defineProperty(_ja$data, 'GEN_Help_19', 'パスワードを忘れた場合には'), _defineProperty(_ja$data, 'GEN_Help_20', '隔離された保管場所'), _defineProperty(_ja$data, 'GEN_Label_1', '強固なパスワードを入力(9文字以上) '), _defineProperty(_ja$data, 'GEN_Label_2', 'Keystore/JSON あるいは秘密鍵を保存してください。パスワードを絶対に忘れないようにしてください。 '), _defineProperty(_ja$data, 'GEN_Label_3', 'アドレスを保存してください。 '), _defineProperty(_ja$data, 'GEN_Label_4', '必要であれば、お財布紙情報、あるいはQRコードを印刷してください。 '), _defineProperty(_ja$data, 'GEN_Label_5', '自分の秘密鍵を保存する。'), _defineProperty(_ja$data, 'GEN_Placeholder_1', '必ず保存してください! '), _defineProperty(_ja$data, 'GEN_SuccessMsg', '成功!お財布が作成されました。 '), _defineProperty(_ja$data, 'GEN_Unlock', '自分のアドレスを確認するために、お財布を解錠する'), _defineProperty(_ja$data, 'GET_ConfButton', '理解できました。続けます。'), _defineProperty(_ja$data, 'MEW_Warning_1', 'お財布を操作したり新しいお財布を作成する前に、必ずURLを確認してください。詐欺サイトに御注意ください! '), _defineProperty(_ja$data, 'MEW_Tagline', 'オープンソース JavaScript クライアントサイド Etherお財布 '), _defineProperty(_ja$data, 'MNEM_1', '操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_2', 'HDニーモニックの一つの文節で、複数のお財布やアドレスが操作可能です。操作したいアドレスを選択してください。 '), _defineProperty(_ja$data, 'MNEM_more', 'さらにアドレスを表示 '), _defineProperty(_ja$data, 'MNEM_prev', '前のアドレス表示 '), _defineProperty(_ja$data, 'MSG_message', 'メッセージ '), _defineProperty(_ja$data, 'MSG_date', '日付 '), _defineProperty(_ja$data, 'MSG_signature', '署名 '), _defineProperty(_ja$data, 'MSG_verify', 'メッセージを確認 '), _defineProperty(_ja$data, 'MSG_info1', 'この署名が別の日付で再度使われないようにするために、現時点の日付を入れてください。 '), _defineProperty(_ja$data, 'MSG_info2', '他人に使われないようにするため、あなたのニックネームとそれが使われるところを入れてください。 '), _defineProperty(_ja$data, 'MSG_info3', '異なった目的で使用されないようにするために、利用目的を入れてください。 '), _defineProperty(_ja$data, 'MYWAL_Nick', 'お財布ニックネーム '), _defineProperty(_ja$data, 'MYWAL_Address', 'お財布アドレス '), _defineProperty(_ja$data, 'MYWAL_Bal', '残高 '), _defineProperty(_ja$data, 'MYWAL_Edit', '編集 '), _defineProperty(_ja$data, 'MYWAL_View', '表示 '), _defineProperty(_ja$data, 'MYWAL_Remove', '消去 '), _defineProperty(_ja$data, 'MYWAL_RemoveWal', 'お財布を消去: '), _defineProperty(_ja$data, 'MYWAL_WatchOnly', '監視中のアカウント '), _defineProperty(_ja$data, 'MYWAL_Viewing', 'お財布を表示: '), _defineProperty(_ja$data, 'MYWAL_Hide', 'お財布情報を隠す '), _defineProperty(_ja$data, 'MYWAL_Edit_2', 'お財布を編集: '), _defineProperty(_ja$data, 'MYWAL_Name', 'お財布名 '), _defineProperty(_ja$data, 'MYWAL_Content_1', '警告! お財布を消去しようとしています: '), _defineProperty(_ja$data, 'MYWAL_Content_2', '**秘密鍵と鍵保存ファイル及びパスワード**が保管されているか確認してください。 '), _defineProperty(_ja$data, 'MYWAL_Content_3', 'MyEtherWallet CXでこのお財布を使用するためには、秘密鍵あるいはJSONとパスワードを手動で追加する必要があります。 '), _defineProperty(_ja$data, 'NAV_AddWallet', 'お財布の追加 '), _defineProperty(_ja$data, 'NAV_BulkGenerate', 'バルク作成 '), _defineProperty(_ja$data, 'NAV_CheckTxStatus', '処理状況を確認'), _defineProperty(_ja$data, 'NAV_Contact', '連絡する '), _defineProperty(_ja$data, 'NAV_Contracts', '契約 '), _defineProperty(_ja$data, 'NAV_DeployContract', '契約を展開 '), _defineProperty(_ja$data, 'NAV_DomainSale', 'ドメイン販売'), _defineProperty(_ja$data, 'NAV_ENS', 'ENS'), _defineProperty(_ja$data, 'NAV_GenerateWallet_alt', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_GenerateWallet', 'お財布の作成 '), _defineProperty(_ja$data, 'NAV_Help', 'ヘルプ '), _defineProperty(_ja$data, 'NAV_InteractContract', '契約を操作 '), _defineProperty(_ja$data, 'NAV_Multisig', '多重署名 '), _defineProperty(_ja$data, 'NAV_MyWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NAV_Offline', 'オフライン送出 '), _defineProperty(_ja$data, 'NAV_SendEther', 'Ether/トークンの送出 '), _defineProperty(_ja$data, 'NAV_SendTokens', 'トークン送出 '), _defineProperty(_ja$data, 'NAV_SignMsg', 'メッセージ署名 '), _defineProperty(_ja$data, 'NAV_Swap', '通貨の両替 '), _defineProperty(_ja$data, 'NAV_TxStatus', '処理状況'), _defineProperty(_ja$data, 'NAV_ViewWallet', 'お財布情報を見る '), _defineProperty(_ja$data, 'NAV_YourWallets', '自分のお財布 '), _defineProperty(_ja$data, 'NODE_Title', 'カスタムノードをセットアップ'), _defineProperty(_ja$data, 'NODE_Subtitle', 'ローカルノードに接続するには...'), _defineProperty(_ja$data, 'NODE_Warning', 'MyEtherWallet.com 経由で接続するためには、HTTPSノードが必要です。[MyEtherWalletをレポジトリからダウンロードして、手元で走らせ、](https://github.com/kvhnuke/etherwallet/releases/latest)いずれかのノードに接続することもできます。 あるいは、無料のSSL証明書を[LetsEncrypt](https://letsencrypt.org/)から入手してください'), _defineProperty(_ja$data, 'NODE_Name', 'ノード名'), _defineProperty(_ja$data, 'NODE_Port', 'ノードポート'), _defineProperty(_ja$data, 'NODE_CTA', '保存してカスタムノードを使用'), _defineProperty(_ja$data, 'NONCE_Desc', 'このnonceは、指定のアドレスから送出される処理の数です。正しい順番で重複しないように処理を確実にするためのものです。'), _defineProperty(_ja$data, 'OFFLINE_Desc', 'オフライントランザクションの作成は、3ステップで行う事ができます。ステップ1と3はオンラインのコンピューター上で行い、ステップ2は、オフライン、あるいは物理的にネットワークと切断されたコンピューターを用います。これにより、秘密鍵が、インターネットに接続したデバイスと接触する事を避ける事ができます。 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Button', '情報生成 '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_1', '送出元アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step1_Label_2', 'ノート:これは、送出元アドレスであって、送出先アドレスではありません。操作元アカウントからは「Nonce」が生成されます。切断されたコンピューターを使用する場合に、このアドレスはコールドストレージのアカウントのものになります。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Title', 'ステップ2: 情報生成 (オフラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_1', '送出先アドレス: '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_2', '送出する値/総量 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3', 'ガス価格 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_3b', 'これは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4', 'ガスリミット '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_4b', 'ガスリミットの既定値は21000です。契約や付加データーを送出する場合には、これらの値は 異なるものにする必要があります。使用されなかったガスは全て返却されます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_5b', 'これらは、ステップ1でオンラインコンピューターに表示されたものです。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6', 'データ '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_6b', 'これは、任意の付加データです。契約に対してトランザクションを送出する際などでよく使われます。 '), _defineProperty(_ja$data, 'OFFLINE_Step2_Label_7', '秘密鍵/JSONの入力/選択 '), _defineProperty(_ja$data, 'OFFLINE_Step3_Title', 'ステップ3: トランザクションの送出/公開(オンラインコンピューター) '), _defineProperty(_ja$data, 'OFFLINE_Step3_Label_1', 'ステップ2で署名されたトランザクションをここにペーストして「トランザクションの送出」ボタンをクリックする。 '), _defineProperty(_ja$data, 'OFFLINE_Title', 'オフライントランザクションを作成し送出 '), _defineProperty(_ja$data, 'OFFLLINE_Step1_Title', 'ステップ1: 情報生成 (オンラインコンピューター) '), _defineProperty(_ja$data, 'SEND_addr', '宛先アドレス: '), _defineProperty(_ja$data, 'SEND_amount', '送出数量: '), _defineProperty(_ja$data, 'SEND_amount_short', '数量 '), _defineProperty(_ja$data, 'SEND_custom', 'カスタムトークンを追加 '), _defineProperty(_ja$data, 'SEND_gas', 'ガス '), _defineProperty(_ja$data, 'SEND_generate', 'トランザクションを生成 '), _defineProperty(_ja$data, 'SEND_raw', '未加工トランザクション '), _defineProperty(_ja$data, 'SEND_signed', '署名済みトランザクション '), _defineProperty(_ja$data, 'SEND_trans', 'トランザクションの送出 '), _defineProperty(_ja$data, 'SEND_TransferTotal', '残高をすべて送出する '), _defineProperty(_ja$data, 'SENDModal_Content_1', '送出準備が '), _defineProperty(_ja$data, 'SENDModal_Content_2', 'について、アドレス '), _defineProperty(_ja$data, 'SENDModal_Content_3', 'に対し完了。本当に送出してよろしいですか? '), _defineProperty(_ja$data, 'SENDModal_Content_4', 'ノート:最も起こりやすいエラーの原因は、送出のためのガス不足で、その場合には、ETHを追加する必要があります。ガスはETHで支払われます。 '), _defineProperty(_ja$data, 'SENDModal_No', 'いいえ、中断します。 '), _defineProperty(_ja$data, 'SENDModal_Title', '警告! '), _defineProperty(_ja$data, 'SENDModal_Yes', 'はい、確かです。処理を実行します。 '), _defineProperty(_ja$data, 'sidebar_AccountInfo', 'アカウント情報 '), _defineProperty(_ja$data, 'sidebar_AccountAddr', 'アカウントアドレス: '), _defineProperty(_ja$data, 'sidebar_AccountBal', 'アカウント残高 '), _defineProperty(_ja$data, 'sidebar_TokenBal', 'トークン残高 '), _defineProperty(_ja$data, 'sidebar_Equiv', '等価 '), _defineProperty(_ja$data, 'sidebar_TransHistory', 'トランザクション履歴 '), _defineProperty(_ja$data, 'sidebar_donation', 'MyEtherWalletは、プライバシーとセキュリティのための無料のオープンソースサービスです。 寄付が増えることによって、新機能やフィードバックの反映を行い、よりユーザーの皆様のご希望に沿った制作の時間を増やす事が可能になります。私たちは、たった二人で世界を変えようとしています。お手伝いいただけますか? '), _defineProperty(_ja$data, 'sidebar_donate', '寄付する '), _defineProperty(_ja$data, 'sidebar_thanks', '感謝します!!! '), _defineProperty(_ja$data, 'sidebar_DisplayOnTrezor', 'TREZORでアドレスを表示'), _defineProperty(_ja$data, 'sidebar_DisplayOnLedger', 'Ledgerでアドレスを表示'), _defineProperty(_ja$data, 'SUCCESS_1', '有効なアドレス '), _defineProperty(_ja$data, 'SUCCESS_2', 'お財布は正常に暗号解除されました。 '), _defineProperty(_ja$data, 'SUCCESS_3', 'トランザクションはブロックチェイン上に展開されています。ガス不足や契約実行エラーがないことを確認するために、下のボタンをクリックしてトランザクション(TX)を表示してください。 TX Hash: '), _defineProperty(_ja$data, 'SUCCESS_4', 'お財布が追加されました: '), _defineProperty(_ja$data, 'SUCCESS_5', '選択されました: '), _defineProperty(_ja$data, 'SUCCESS_6', '接続完了しました '), _defineProperty(_ja$data, 'SUCCESS_7', 'メッセージの署名が確認されました'), _defineProperty(_ja$data, 'SWAP_rates', "現在のレート "), _defineProperty(_ja$data, 'SWAP_init_1', "両替する "), _defineProperty(_ja$data, 'SWAP_init_2', " を "), _defineProperty(_ja$data, 'SWAP_init_CTA', "次へ "), _defineProperty(_ja$data, 'SWAP_information', "あなたの情報 "), _defineProperty(_ja$data, 'SWAP_send_amt', "送出総額 "), _defineProperty(_ja$data, 'SWAP_rec_amt', "受け取り総額 "), _defineProperty(_ja$data, 'SWAP_your_rate', "変換レート "), _defineProperty(_ja$data, 'SWAP_rec_add', "受け取りアドレス "), _defineProperty(_ja$data, 'SWAP_start_CTA', "交換開始 "), _defineProperty(_ja$data, 'SWAP_ref_num', "参照番号 "), _defineProperty(_ja$data, 'SWAP_time', "送出するまでにあと、 "), _defineProperty(_ja$data, 'SWAP_elapsed', "発注後の経過時間 "), _defineProperty(_ja$data, 'SWAP_progress_1', "注文を開始しました "), _defineProperty(_ja$data, 'SWAP_progress_2', "到着待機中 "), _defineProperty(_ja$data, 'SWAP_progress_3', "ETH受け取り完了 "), _defineProperty(_ja$data, 'SWAP_progress_4', "送出中 {{orderResult.output.currency}} "), _defineProperty(_ja$data, 'SWAP_progress_5', "注文完了 "), _defineProperty(_ja$data, 'SWAP_order_CTA', "お送りいただきたいのは "), _defineProperty(_ja$data, 'SWAP_unlock', "このページから直接ETHあるいはトークンを送出するためには、お財布を解錠してください。"), _defineProperty(_ja$data, 'TOKEN_Addr', 'トークン契約アドレス: '), _defineProperty(_ja$data, 'TOKEN_Symbol', 'トークンシンボル: '), _defineProperty(_ja$data, 'TOKEN_Dec', 'ケタ数: '), _defineProperty(_ja$data, 'TOKEN_show', '全てのトークンを表示 '), _defineProperty(_ja$data, 'TOKEN_hide', 'トークンを隠す '), _defineProperty(_ja$data, 'TRANS_advanced', '+上級:ガスあるいはデータを追加してください '), _defineProperty(_ja$data, 'TRANS_data', 'データ: '), _defineProperty(_ja$data, 'TRANS_desc', 'トークンを送出するには「トークン送出」のタブを選択してください。 '), _defineProperty(_ja$data, 'TRANS_gas', 'ガスリミット: '), _defineProperty(_ja$data, 'TRANS_sendInfo', '21000ガスを使用する標準トランザクションは、0.000441 ETHを消費します。迅速な処理を行うために、若干最小量よりも多めの0.000000021 ETHのガスを使用します。当サービスでは、トランザクション料金は徴収いたしません。 '), _defineProperty(_ja$data, 'translate_version', '0.5'), _defineProperty(_ja$data, 'Translator_Desc', '日本語開発者を支援する: '), _defineProperty(_ja$data, 'TranslatorAddr_1', '0xf991119Eea62Eee1a6fdaA7f621e91A42f325FcE '), _defineProperty(_ja$data, 'TranslatorAddr_2', ''), _defineProperty(_ja$data, 'TranslatorAddr_3', ''), _defineProperty(_ja$data, 'TranslatorAddr_4', ''), _defineProperty(_ja$data, 'TranslatorAddr_5', ''), _defineProperty(_ja$data, 'TranslatorName_1', '[sekisanchi.eth](https://etherscan.io/address/0xf991119eea62eee1a6fdaa7f621e91a42f325fce) '), _defineProperty(_ja$data, 'TranslatorName_2', ''), _defineProperty(_ja$data, 'TranslatorName_3', ''), _defineProperty(_ja$data, 'TranslatorName_4', ''), _defineProperty(_ja$data, 'TranslatorName_5', ''), _defineProperty(_ja$data, 'tx_Details', '処理内容詳細'), _defineProperty(_ja$data, 'tx_foundInPending', '待機中の処理が見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_1', 'あなたの処理が、現在接続中のノードの処理待ちプールの中で見つかりました。'), _defineProperty(_ja$data, 'tx_foundInPending_2', '現在待機中です(発掘待ち)。'), _defineProperty(_ja$data, 'tx_foundInPending_3', 'この処理を取り消す、あるいは置き換えることができます。下記のお財布をアンロックしてください。 '), _defineProperty(_ja$data, 'tx_FoundOnChain', '処理が見つかりました'), _defineProperty(_ja$data, 'tx_FoundOnChain_1', 'あなたの待機中の処理は発掘され、ブロックチェーンに配置されました。'), _defineProperty(_ja$data, 'tx_FoundOnChain_2', '**もし赤い `( ! )`, `BAD INSTRUCTION` あるいは `OUT OF GAS` のエラーメッセージを見つけたら**, これは、処理送出に失敗したということです。処理の取り消しや置き換えはできません。代わりに、新しい処理を送出してください。 "Out of Gas" エラーの場合には, ガスリミットをはじめに指定した値の倍にしてください。'), _defineProperty(_ja$data, 'tx_FoundOnChain_3', '**何もエラーメッセージが返ってこなければ、あなたの処理は正しく送出されています。** ETHあるいはトークンは、送ろうとしたあて先の場所にあります。 もし、ETHやトークンが他のお財布や交換所のお財布に見つからず、処理を開始してから24時間以上経っていたら、 [そのサービスに連絡](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html)してください。状況を確認してもらうために、自分の処理のリンクをうまく知らせてください。'), _defineProperty(_ja$data, 'tx_notFound', '対象の処理が見つかりません'), _defineProperty(_ja$data, 'tx_notFound_1', 'この処理は、現在接続中の処理プールの中にありませんでした。'), _defineProperty(_ja$data, 'tx_notFound_2', 'もし今、処理を送出した直後であれば、15秒待ってから「処理状況を確認」ボタンを再度押してください。'), _defineProperty(_ja$data, 'tx_notFound_3', '別の処理プールで発掘待ちになっているかもしれません。'), _defineProperty(_ja$data, 'tx_notFound_4', '右上の下展開メニューから、別のノードを選択してください。 (例: `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) から選んで再度確認する。'), _defineProperty(_ja$data, 'tx_Summary', '数日後に処理状況を確認した場合をのぞいて、大量の処理発生時(ICO期間など)には、数時間処理が遅れる場合があります。本ツールは、そのような状況において処理待ちの処理を探し出し取り消す、あるいは更新する機能を提供します。**これは特殊な操作で、処理プールが満杯の場合にのみ有効です。 [このツールに関しては、こちらを参考にしてください。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ja$data, 'TXFEE_Desc', 'この処理料金は自分の処理をブロックに配置するためにマイナーに支払われます。「ガスリミット」*「ガス価格」で算出されます。 [GWEI -> ETHの単位変換はこちらです。](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ja$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ja$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。[import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)する時に必要です。残高をチェックするためには、[etherscan.io](https://etherscan.io/)のようなブロックチェーンエクスプローラーサービスを使う事をおすすめします。 '), _defineProperty(_ja$data, 'VIEWWALLET_Subtitle_Short', '異なったバージョンの秘密鍵をダウンロードしたり、お財布紙情報を再印刷することができます。 '), _defineProperty(_ja$data, 'VIEWWALLET_SuccessMsg', '成功しました! お財布の詳細は以下の通りです。 '), _defineProperty(_ja$data, 'WARN_Send_Link', '自分のアドレス、リンク、ガス、データ、あるいはトランザクションタイプ(送出モード)が指定されたリンクでここに表示されています。 送出前に修正可能です。もう一度行うために、お財布を解錠してください。 '), _defineProperty(_ja$data, 'x_CancelReplaceTx', '処理を中断、あるいは置換'), _defineProperty(_ja$data, 'x_CancelTx', '処理を中断'), _defineProperty(_ja$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ja$data, 'x_PasswordDesc', 'このパスワードで秘密鍵を**暗号化**します。新しい鍵を作るための元種(seed)ではありません。**このパスワードと(暗号化された)秘密鍵の二つを使って、お財布を解錠します**'), _defineProperty(_ja$data, 'x_ReadMore', 'もっと読む'), _defineProperty(_ja$data, 'x_ReplaceTx', '処理を置き換える'), _defineProperty(_ja$data, 'x_TransHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_TXFee', '処理料'), _defineProperty(_ja$data, 'x_TxHash', '処理ハッシュ'), _defineProperty(_ja$data, 'x_Access', 'アクセス '), _defineProperty(_ja$data, 'x_AddessDesc', '自分のアドレスは、アカウント番号や公開キーでも知ることができます。誰かとETHやトークンの受け渡しをするために、これらを用います。きれいな色のついたアドレスアイコンを見つけてください。自分のペーパーウォレットや、アドレスを入力する際に、同じアイコンであることをしっかりと確認してください。 これは自分のアカウント番号と公開鍵になります。ETHを送信するために必要な情報です。アイコンは自分のアドレスを識別するものです。 '), _defineProperty(_ja$data, 'x_Address', '自分のアドレス '), _defineProperty(_ja$data, 'x_Cancel', '取り消す '), _defineProperty(_ja$data, 'x_CSV', 'CSV ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Download', 'ダウンロード '), _defineProperty(_ja$data, 'x_Json', 'JSON ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_JsonDesc', 'これはパスワードが不要な暗号化されていないJSONフォーマットの秘密鍵です。この暗号化されていないJSONフォーマットの秘密鍵を使えば、誰でもパスワードを使わずに自分のお財布とEtherにアクセスできます。 '), _defineProperty(_ja$data, 'x_Keystore', 'Keystore ファイル (UTC / JSON · 推奨 · 暗号化) '), _defineProperty(_ja$data, 'x_Keystore2', 'Keystore ファイル (UTC / JSON) '), _defineProperty(_ja$data, 'x_KeystoreDesc', 'この Keystore / JSON ファイルは、後で容易にインポートするため、Mistで使われているフォーマットと一致させる必要があります。ダウンロードしてバックアップを取ることをおすすめします。 '), _defineProperty(_ja$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ja$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ja$data, 'x_Mnemonic', 'ニーモニック文節 '), _defineProperty(_ja$data, 'x_ParityPhrase', 'パリティ文節 '), _defineProperty(_ja$data, 'x_Password', 'パスワード '), _defineProperty(_ja$data, 'x_Print', 'お財布紙情報を印刷 '), _defineProperty(_ja$data, 'x_PrintDesc', 'アドバイス: プリンターが接続されていなくても、「印刷」をクリックしてPDFで保存できます。 '), _defineProperty(_ja$data, 'x_PrintShort', '印刷 '), _defineProperty(_ja$data, 'x_PrivKey', '秘密鍵(未暗号化) '), _defineProperty(_ja$data, 'x_PrivKey2', '秘密鍵 '), _defineProperty(_ja$data, 'x_PrivKeyDesc', 'これはパスワードが不要な暗号化されていない秘密鍵です。この暗号化されていない秘密鍵を使えば、誰でもパスワードなしで自分のお財布を使用できます。従って、暗号化された秘密鍵の利用をおすすめします。 '), _defineProperty(_ja$data, 'x_Save', '保存する '), _defineProperty(_ja$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ja$data, 'x_TXT', 'TXT ファイル (未暗号化) '), _defineProperty(_ja$data, 'x_Wallet', 'お財布 '), _defineProperty(_ja$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ja$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ja$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ja$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ja$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ja$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ja$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ja$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ja$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ja$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ja$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ja$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ja$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ja$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ja$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ja$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ja$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ja$data, 'HELP_2a_Title', 'お財布の保管やバックアップの方法は? '), _defineProperty(_ja$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ja$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ja$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ja$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ja$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ja$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ja$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ja$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ja$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ja$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ja$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ja$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ja$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ja$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ja$data, 'HELP_4_Desc_2', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ja$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ja$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ja$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ja$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ja$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ja$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ja$data, 'HELP_4CX_Desc_12', 'Using "Ether送出 トークン送出" Page '), _defineProperty(_ja$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ja$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ja$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ja$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ja$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ja$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ja$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ja$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ja$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ja$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ja$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ja$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ja$data, 'HELP_7_Desc_1', 'Navigate to the "Ether送出 トークン送出" page. '), _defineProperty(_ja$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ja$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ja$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ja$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ja$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ja$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ja$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ja$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ja$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ja$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ja$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ja$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ja$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ja$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ja$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ja$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ja$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ja$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ja$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ja$data, 'HELP_9_Title', '9) Is the "Ether送出 トークン送出" page offline? '), _defineProperty(_ja$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ja$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ja$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ja$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ja$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ja$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ja$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ja$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ja$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ja$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ja$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ja$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ja$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ja$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ja$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ja$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ja$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ja$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ja$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ja$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ja$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ja$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ja$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ja$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ja$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_ja$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ja$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ja$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ja$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ja$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ja$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ja$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ja$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ja$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ja$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ja$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ja$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ja$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ja$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ja$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ja$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ja$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ja$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ja$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ja$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ja$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ja$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ja$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ja$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ja$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ja$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ja$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ja$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ja$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ja$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ja$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ja$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ja$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ja$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ja$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ja$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ja$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ja$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ja$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ja$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ja$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ja$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ja$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ja$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ja$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ja$data); module.exports = ja; @@ -16852,7 +16849,7 @@ ko.data = (_ko$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ko$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ko$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ko$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ko$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ko$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ko$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ko$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ko$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ko$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ko$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ko$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ko$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ko$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ko$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ko$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ko$data, 'x_ReadMore', 'Read More'), _defineProperty(_ko$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ko$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ko$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ko$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ko$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ko$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ko$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ko$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ko$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ko$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ko$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ko$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ko$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ko$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ko$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ko$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ko$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ko$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ko$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ko$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ko$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ko$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ko$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ko$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ko$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ko$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ko$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ko$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ko$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ko$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ko$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ko$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ko$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ko$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ko$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ko$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ko$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ko$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ko$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ko$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ko$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ko$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ko$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ko$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ko$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ko$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ko$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ko$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ko$data, 'NAV_AddWallet', '지갑 추가 '), _defineProperty(_ko$data, 'NAV_BulkGenerate', '대량 생성 '), _defineProperty(_ko$data, 'NAV_Contact', '문의하기 '), _defineProperty(_ko$data, 'NAV_Contracts', '컨트랙트 '), _defineProperty(_ko$data, 'NAV_DeployContract', '컨트랙트 배포 '), _defineProperty(_ko$data, 'NAV_ENS', 'ENS'), _defineProperty(_ko$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ko$data, 'NAV_GenerateWallet', '지갑 생성 '), _defineProperty(_ko$data, 'NAV_Help', '도움말 '), _defineProperty(_ko$data, 'NAV_InteractContract', '컨트랙트 조작 '), _defineProperty(_ko$data, 'NAV_Multisig', '멀티시그 '), _defineProperty(_ko$data, 'NAV_MyWallets', '내 지갑 '), _defineProperty(_ko$data, 'NAV_Offline', '오프라인 전송 '), _defineProperty(_ko$data, 'NAV_SendEther', '이더리움 & 토큰 전송 '), _defineProperty(_ko$data, 'NAV_SendTokens', '토큰 전송 '), _defineProperty(_ko$data, 'NAV_SignMsg', '메세지 서명 '), _defineProperty(_ko$data, 'NAV_Swap', '교환 '), _defineProperty(_ko$data, 'NAV_ViewWallet', '지갑 정보 보기 '), _defineProperty(_ko$data, 'NAV_YourWallets', '내 지갑 '), _defineProperty(_ko$data, 'x_Access', '액세스 '), _defineProperty(_ko$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 이것은 자신의 계좌 번호와 공개 키입니다. ETH를 전송하기 위해 필요한 정보입니다. 아이콘은 자신의 주소를 식별합니다. '), _defineProperty(_ko$data, 'x_Address', '내 주소 '), _defineProperty(_ko$data, 'x_Cancel', '취소 '), _defineProperty(_ko$data, 'x_CSV', 'CSV 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Download', '다운로드 '), _defineProperty(_ko$data, 'x_Json', 'JSON 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_JsonDesc', '이것은 암호화되지 않은 JSON 형식의 개인 키입니다. 이 암호화되지 않은 JSON 형식의 개인 키를 사용하면 누구나 암호없이 자신의 지갑과 이더리움에 액세스 할 수 있습니다. '), _defineProperty(_ko$data, 'x_Keystore', 'Keystore 파일 (UTC / JSON · 권장 · 암호화됨) '), _defineProperty(_ko$data, 'x_Keystore2', 'Keystore 파일 (UTC / JSON) '), _defineProperty(_ko$data, 'x_KeystoreDesc', '이 Keystore / JSON 파일은 Mist에서 사용하는 형식과 일치하므로 나중에 쉽게 가져올 수 있습니다. 다운로드하고 백업하는 것을 권장합니다. '), _defineProperty(_ko$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ko$data, 'x_Mnemonic', 'Mnemonic 문구 '), _defineProperty(_ko$data, 'x_ParityPhrase', 'Parity 문구 '), _defineProperty(_ko$data, 'x_Password', '비밀번호 '), _defineProperty(_ko$data, 'x_Print', '종이 지갑 인쇄 '), _defineProperty(_ko$data, 'x_PrintDesc', '팁: 프린터를 사용하지 않더라도 인쇄를 클릭하여 PDF 파일로 저장할 수 있습니다! '), _defineProperty(_ko$data, 'x_PrintShort', '인쇄 '), _defineProperty(_ko$data, 'x_PrivKey', '개인 키 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_PrivKey2', '개인 키 '), _defineProperty(_ko$data, 'x_PrivKeyDesc', '이것은 암호화되지 않은 개인 키이므로 암호가 필요하지 않습니다. 이 암호화되지 않은 개인 키를 사용하면 누구나 암호 없이 지갑을 사용할 수 있습니다. 따라서 암호화된 개인 키 사용을 권장합니다. '), _defineProperty(_ko$data, 'x_Save', '저장 '), _defineProperty(_ko$data, 'x_TXT', 'TXT 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Wallet', '지갑 '), _defineProperty(_ko$data, 'CX_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 Chrome 확장 프로그램 '), _defineProperty(_ko$data, 'CX_Warning_1', '반드시 이곳에 보관하는 모든 지갑은 **외부 백업**을 진행해주세요. 이 Chrome 확장 프로그램에서는 확장 프로그램 제거 및 재설치를 포함하여 데이터가 저장되지 않고 손실되는 경우가 자주 발생합니다. 이 확장 프로그램은 쉬운 조작을 제공할 뿐, **백업**을 제공하지 않습니다. '), _defineProperty(_ko$data, 'MEW_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 '), _defineProperty(_ko$data, 'MEW_Warning_1', '지갑에 액세스하거나 새 지갑을 생성하기 전 반드시 URL을 확인해주세요. 피싱(사기) 사이트에 주의하세요! '), _defineProperty(_ko$data, 'FOOTER_1', '쉽게 사용할 수 있는 오픈 소스, 클라이언트 측 도구 & 이더리움 네트워크와 안전하게 상호 작용합니다. '), _defineProperty(_ko$data, 'FOOTER_1b', '개발자 '), _defineProperty(_ko$data, 'FOOTER_2', '기부해주셔서 정말 감사합니다. '), _defineProperty(_ko$data, 'FOOTER_3', '클라이언트 측 지갑 생성 '), _defineProperty(_ko$data, 'FOOTER_4', '면책 조항 '), _defineProperty(_ko$data, 'sidebar_AccountInfo', '계정 정보 '), _defineProperty(_ko$data, 'sidebar_AccountAddr', '계정 주소 '), _defineProperty(_ko$data, 'sidebar_AccountBal', '계정 잔액 '), _defineProperty(_ko$data, 'sidebar_TokenBal', '토큰 잔액 '), _defineProperty(_ko$data, 'sidebar_Equiv', '동일한 가치 '), _defineProperty(_ko$data, 'sidebar_TransHistory', '트랜잭션 내역 '), _defineProperty(_ko$data, 'sidebar_donation', 'MyEtherWallet은 개인정보보호와 보안을 위한 무료 오픈 서비스입니다. 기부를 많이 받을수록 우리는 새로운 기능과 다양한 의견을 반영하여 사용자의 희망 사항을 위한 개발 시간을 늘리는 것이 가능해질 수 있습니다. 우리는 단 두명이 세상을 바꾸려 하고 있습니다. 도와주시겠습니까? '), _defineProperty(_ko$data, 'sidebar_donate', '기부 '), _defineProperty(_ko$data, 'sidebar_thanks', '감사합니다!!! '), _defineProperty(_ko$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ko$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ko$data, 'decrypt_Access', '지갑 액세스 방법 선택 '), _defineProperty(_ko$data, 'decrypt_Title', '비공개 키의 형식을 선택해주세요. '), _defineProperty(_ko$data, 'decrypt_Select', '지갑 선택 '), _defineProperty(_ko$data, 'MNEM_1', '액세스하고자 하는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_2', '하나의 HD Mnemonic 문구에서 여러 가지 지갑/주소를 액세스할 수 있습니다. 액세스하려는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_more', '나머지 주소 '), _defineProperty(_ko$data, 'MNEM_prev', '이전 주소 '), _defineProperty(_ko$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ko$data, 'ADD_Ledger_1', '사용자의 Ledger Wallet를 연결해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_2', '이더리움 어플리케이션을 실행해주세요 (또는 컨트랙트 어플리케이션) '), _defineProperty(_ko$data, 'ADD_Ledger_2_Exp', 'Expanse 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_2_Ubq', 'Ubiq 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_3', 'Browser Support가 활성화된 상태인지 확인해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_4', '설정에서 Browser Support를 확인할 수 없으면, Ledger [Firmware 1.2] (https://www.ledgerwallet.com/apps/manager) 버전이 설치되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_scan', 'Ledger Wallet 에 연결하기 '), _defineProperty(_ko$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ko$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ko$data, 'ADD_Trezor_scan', 'TREZOR 에 연결하기 '), _defineProperty(_ko$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_scan', 'Digital Bitbox 에 연결하기 '), _defineProperty(_ko$data, 'ADD_Label_1', '어떤 걸 진행하시겠습니까? '), _defineProperty(_ko$data, 'ADD_Radio_1', '새로운 지갑 생성 '), _defineProperty(_ko$data, 'ADD_Radio_2', '지갑 파일 선택하기 (Keystone / JSON) '), _defineProperty(_ko$data, 'ADD_Radio_2_alt', '지갑 파일 선택하기 '), _defineProperty(_ko$data, 'ADD_Radio_2_short', '지갑 파일 선택하기... '), _defineProperty(_ko$data, 'ADD_Radio_3', '개인 키를 복사해서 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Radio_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Radio_5', 'Mnemonic 붙여넣기/입력 '), _defineProperty(_ko$data, 'ADD_Radio_5_Path', 'HD derivation 경로 선택 '), _defineProperty(_ko$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ko$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathCustom', '커스텀 '), _defineProperty(_ko$data, 'ADD_Label_2', '닉네임 만들기 '), _defineProperty(_ko$data, 'ADD_Label_3', '당신의 지갑은 암호화되었습니다. 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Label_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Warning_1', '지갑 탭은 개인 키를 업로드하지 않고 임의로 모니터링하는 계좌를 추가할 수 있습니다. 이에 따라 지갑의 액세스나 이더리움 전송이 가능하지 않습니다. '), _defineProperty(_ko$data, 'ADD_Label_5', '주소 입력 '), _defineProperty(_ko$data, 'ADD_Label_6', '지갑 잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_6_short', '잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_7', '계좌 추가 '), _defineProperty(_ko$data, 'ADD_Label_8', '비밀번호 (선택): '), _defineProperty(_ko$data, 'MYWAL_Nick', '지갑 닉네임 '), _defineProperty(_ko$data, 'MYWAL_Address', '지갑 주소 '), _defineProperty(_ko$data, 'MYWAL_Bal', '잔액 '), _defineProperty(_ko$data, 'MYWAL_Edit', '편집 '), _defineProperty(_ko$data, 'MYWAL_View', '보기 '), _defineProperty(_ko$data, 'MYWAL_Remove', '제거 '), _defineProperty(_ko$data, 'MYWAL_RemoveWal', '지갑 제거 '), _defineProperty(_ko$data, 'MYWAL_WatchOnly', '내 모니터링 전용 계좌 '), _defineProperty(_ko$data, 'MYWAL_Viewing', '지갑 표시 '), _defineProperty(_ko$data, 'MYWAL_Hide', '지갑 정보 숨기기 '), _defineProperty(_ko$data, 'MYWAL_Edit_2', '지갑 수정 '), _defineProperty(_ko$data, 'MYWAL_Name', '지갑 이름 '), _defineProperty(_ko$data, 'MYWAL_Content_1', '경고! 지갑을 제거하려고 합니다. '), _defineProperty(_ko$data, 'MYWAL_Content_2', '제거하기 전 ** 개인 키 및 Keystore 파일, 비밀번호 **가 저장되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'MYWAL_Content_3', '나중에 이 지갑을 MyEtherWallet CX와 같이 사용하려면, 개인 키/JSON과 비밀번호를 이용하여 수동으로 다시 추가해야 합니다. '), _defineProperty(_ko$data, 'GEN_desc', '만약 여러 개의 지갑을 생성하고 싶다면, 여기서 처리할 수 있습니다. '), _defineProperty(_ko$data, 'GEN_Label_1', '안전한 비밀번호를 입력해주세요 (최소 9 글자) '), _defineProperty(_ko$data, 'GEN_Placeholder_1', '비밀번호를 저장하고 기억하는 것을 잊지 마세요! '), _defineProperty(_ko$data, 'GEN_SuccessMsg', '성공! 당신의 지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'GEN_Label_2', '당신의 지갑 파일을 저장해주세요. 비밀번호를 잃어버리면 안됩니다. '), _defineProperty(_ko$data, 'GEN_Label_3', '지갑 주소를 저장해주세요 '), _defineProperty(_ko$data, 'GEN_Label_4', '선택: 종이 지갑을 인쇄하거나 QR 코드를 저장해주세요. '), _defineProperty(_ko$data, 'BULK_Label_1', '생성할 지갑 개수 '), _defineProperty(_ko$data, 'BULK_Label_2', '지갑 생성하기 '), _defineProperty(_ko$data, 'BULK_SuccessMsg', '성공! 당신의 지갑들이 생성되었습니다. '), _defineProperty(_ko$data, 'SEND_addr', '받는 주소 '), _defineProperty(_ko$data, 'SEND_amount', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_amount_short', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_custom', '커스텀 토큰 추가 '), _defineProperty(_ko$data, 'SEND_gas', '가스 '), _defineProperty(_ko$data, 'SEND_TransferTotal', '잔액 모두 전송하기 '), _defineProperty(_ko$data, 'SEND_generate', '트랜잭션 생성 '), _defineProperty(_ko$data, 'SEND_raw', '초기 트랜잭션 '), _defineProperty(_ko$data, 'SEND_signed', '서명된 트랜잭션 '), _defineProperty(_ko$data, 'SEND_trans', '트랜잭션 전송하기 '), _defineProperty(_ko$data, 'SENDModal_Title', '경고! '), _defineProperty(_ko$data, 'SENDModal_Content_1', '전송할 예정입니다. '), _defineProperty(_ko$data, 'SENDModal_Content_2', '받는 주소 '), _defineProperty(_ko$data, 'SENDModal_Content_3', '정말 전송 하시겠습니까? '), _defineProperty(_ko$data, 'SENDModal_Content_4', '참고: 에러가 발생한다면, 대부분 토큰 전송에 필요한 가스(수수료, 이더리움으로 결제)가 부족한 것입니다. 이더리움을 계좌에 추가해 주세요. '), _defineProperty(_ko$data, 'SENDModal_No', '아니요, 전송을 취소합니다. '), _defineProperty(_ko$data, 'SENDModal_Yes', '네, 맞습니다! 전송합니다. '), _defineProperty(_ko$data, 'TOKEN_Addr', 'Token Contract 주소 '), _defineProperty(_ko$data, 'TOKEN_Symbol', '토큰 기호 '), _defineProperty(_ko$data, 'TOKEN_Dec', '소수 자릿수 '), _defineProperty(_ko$data, 'TOKEN_show', '모든 토큰 보기 '), _defineProperty(_ko$data, 'TOKEN_hide', '토큰 숨기기 '), _defineProperty(_ko$data, 'TRANS_desc', '만약 토큰을 전송하고 싶다면 , "토큰 전송하기" 페이지를 사용해주세요. '), _defineProperty(_ko$data, 'TRANS_warning', '"이더리움만 전송하기" 또는 "이더리움 클래식만 전송하기" 를 사용하여 전송할 때, 몇 가지 서비스는 컨트랙트가 체결되지 않을 수 있습니다. 더보기. '), _defineProperty(_ko$data, 'TRANS_advanced', '+고급: 데이터 추가 '), _defineProperty(_ko$data, 'TRANS_data', '데이터 '), _defineProperty(_ko$data, 'TRANS_gas', '가스 한도 '), _defineProperty(_ko$data, 'TRANS_sendInfo', '21000 가스를 사용하는 표준 트랜잭션은 0.000441 ETH 를 사용합니다. 우리는 최소 가스 가격인 0.000000021 보다 약간 높게 책정하여 전송을 빠르게 합니다. MyEtherWallet은 트랜잭션 수수료를 얻지 않습니다. '), _defineProperty(_ko$data, 'OFFLINE_Title', '오프라인 트랜잭션 생성 & 전송하기 '), _defineProperty(_ko$data, 'OFFLINE_Desc', '오프라인 트랜잭션은 3단계로 이루어 집니다. 1, 3 단계는 온라인 컴퓨터로 진행되고, 2 단계는 오프라인/인터넷이 연결되지 않은 컴퓨터로 진행됩니다. 이러한 단계는 개인 키가 인터넷에 연결된 장치에 도달하지 못하도록 합니다. '), _defineProperty(_ko$data, 'OFFLLINE_Step1_Title', '1 단계 : 정보 생성하기 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step1_Button', '정보 생성 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_1', '보내는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_2', '참고: 이것은 받는 주소가 아닌 보내는 주소입니다. Nonce는 원래 계좌에서 생성됩니다. 인터넷에 연결되지 않은 컴퓨터를 사용하는 경우 이 주소는 콜드 스토리지 계좌의 주소가 됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Title', '2 단계 : 트랜잭션 생성하기 (오프라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_1', '받는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_2', '보낼 금액/총량 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3', '가스 가격 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4', '가스 한도 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4b', '21000 가스는 기본 설정값입니다. 컨트랙트를 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6', '데이터 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6b', '이것은 선택사항입니다. 데이터는 컨트랙트에 대해 트랜잭션을 전송할 때 자주 사용됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_7', '개인 키 / JSON 입력 또는 선택 '), _defineProperty(_ko$data, 'OFFLINE_Step3_Title', '3 단계 : 전송 또는 트랜잭션 발행 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step3_Label_1', '2단계에서 서명된 트랜잭션를 붙여넣고, "트랜잭션 전송하기" 버튼을 누르세요 '), _defineProperty(_ko$data, 'CONTRACT_Title', '컨트랙트 주소 '), _defineProperty(_ko$data, 'CONTRACT_Title_2', '기존 컨트랙트 선택하기 '), _defineProperty(_ko$data, 'CONTRACT_Json', 'ABI / JSON 인터페이스 '), _defineProperty(_ko$data, 'CONTRACT_Interact_Title', '컨트랙트 읽기/쓰기 '), _defineProperty(_ko$data, 'CONTRACT_Interact_CTA', '함수 선택 '), _defineProperty(_ko$data, 'CONTRACT_ByteCode', 'Byte 코드 '), _defineProperty(_ko$data, 'CONTRACT_Read', '읽기 '), _defineProperty(_ko$data, 'CONTRACT_Write', '쓰기 '), _defineProperty(_ko$data, 'DEP_generate', 'Byte 코드 생성하기 '), _defineProperty(_ko$data, 'DEP_generated', '생성된 Byte 코드 '), _defineProperty(_ko$data, 'DEP_signtx', '서명 트랜잭션 '), _defineProperty(_ko$data, 'DEP_interface', '생성된 인터페이스 '), _defineProperty(_ko$data, 'NODE_Title', '커스텀 노드 설정하기 '), _defineProperty(_ko$data, 'NODE_Subtitle', '로컬 노드에 연결하려면... '), _defineProperty(_ko$data, 'NODE_Warning', 'MyEtherWallet.com을 통해 연결하기 위해서는 HTTPS 노드가 필요합니다. 모든 노드에 연결하려면 [MyEtherWallet 저장소를 다운로드하고 로컬로 실행] (https://github.com/kvhnuke/etherwallet/releases/latest) 할 수 있습니다. 추가로 무료 SSL 인증서를 [LetsEncrypt](https://letsencrypt.org/)에서 받으실 수 있습니다. '), _defineProperty(_ko$data, 'NODE_Name', '노드 명 '), _defineProperty(_ko$data, 'NODE_Port', '노드 포트 '), _defineProperty(_ko$data, 'NODE_CTA', '커스텀 노드 저장 또는 사용 '), _defineProperty(_ko$data, 'SWAP_rates', "현재 시세 "), _defineProperty(_ko$data, 'SWAP_init_1', "환전하실 "), _defineProperty(_ko$data, 'SWAP_init_2', "에서 "), _defineProperty(_ko$data, 'SWAP_init_CTA', "진행합니다! "), _defineProperty(_ko$data, 'SWAP_information', "당신의 정보 "), _defineProperty(_ko$data, 'SWAP_send_amt', "전송량 "), _defineProperty(_ko$data, 'SWAP_rec_amt', "수신량 "), _defineProperty(_ko$data, 'SWAP_your_rate', "당신의 비율 "), _defineProperty(_ko$data, 'SWAP_rec_add', "당신의 받는 주소 "), _defineProperty(_ko$data, 'SWAP_start_CTA', "교환 시작 "), _defineProperty(_ko$data, 'SWAP_ref_num', "참조 번호 "), _defineProperty(_ko$data, 'SWAP_time', "남은 전송 시간 "), _defineProperty(_ko$data, 'SWAP_elapsed', "전송 시간 경과 "), _defineProperty(_ko$data, 'SWAP_progress_1', "주문 개시 "), _defineProperty(_ko$data, 'SWAP_progress_2', "기다리는 중… : "), _defineProperty(_ko$data, 'SWAP_progress_3', "수신 완료! "), _defineProperty(_ko$data, 'SWAP_progress_4', "{{order Result.output,currency}} 전송하는 중 "), _defineProperty(_ko$data, 'SWAP_progress_5', "주문 완료 "), _defineProperty(_ko$data, 'SWAP_order_CTA', "전송해주세요 : "), _defineProperty(_ko$data, 'SWAP_unlock', "ETH 또는 토큰을 이 페이지에서 바로 전송하기 위해 당신의 지갑 비밀번호를 해제해주세요. "), _defineProperty(_ko$data, 'MSG_message', '메세지 '), _defineProperty(_ko$data, 'MSG_date', '날짜 '), _defineProperty(_ko$data, 'MSG_signature', '서명 '), _defineProperty(_ko$data, 'MSG_verify', '메세지 확인 '), _defineProperty(_ko$data, 'MSG_info1', '서명을 다른 날짜에 재사용하지 못하도록 현재의 날짜를 포함해주세요. '), _defineProperty(_ko$data, 'MSG_info2', '타인이 사용하지 못하도록 당신의 닉네임을 포함해주세요 '), _defineProperty(_ko$data, 'MSG_info3', '다른 용도로 사용되는 것을 막으려면 세부적인 내용을 메시지에 포함해주세요. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄할 수 있습니다. [계좌를 Geth/Mist로 가져오기](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)를 진행할 때 필요합니다. 잔액을 확인하려면 [etherscan.io](https://etherscan.io/)과 같은 블록체인 조회 서비스를 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle_Short', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄 할 수 있습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_SuccessMsg', '성공했습니다! 지갑의 세부사항은 다음과 같습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_ShowPrivKey', '(보기) '), _defineProperty(_ko$data, 'VIEWWALLET_HidePrivKey', '(숨기기) '), _defineProperty(_ko$data, 'CX_error_1', '저장된 지갑이 없습니다. 지갑을 추가하려면 ["지갑 추가"](/cx-wallet.html#add-wallet) 버튼을 클릭해주세요! '), _defineProperty(_ko$data, 'CX_quicksend', '빠른 전송 '), _defineProperty(_ko$data, 'ERROR_0', '올바른 금액을 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_1', '비밀번호는 최소 9자 이상이어야 합니다. 더 강력한 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_2', '죄송합니다. 이러한 유형의 지갑 파일은 인식 할 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_3', '올바른 지갑 파일이 아닙니다. '), _defineProperty(_ko$data, 'ERROR_4', '존재하지 않는 단위입니다. 다음과 같은 단위 중 하나를 사용해주세요. '), _defineProperty(_ko$data, 'ERROR_5', '잘못된 주소입니다. '), _defineProperty(_ko$data, 'ERROR_6', '잘못된 비밀번호입니다. '), _defineProperty(_ko$data, 'ERROR_7', '잘못된 수량입니다. (Must be integer. Try 0-18.) '), _defineProperty(_ko$data, 'ERROR_8', '잘못된 가스 한도입니다. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ko$data, 'ERROR_9', '잘못된 데이터입니다. (Must be hex.) '), _defineProperty(_ko$data, 'ERROR_10', '잘못된 가스 수량입니다. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ko$data, 'ERROR_11', '잘못된 nonce 입니다. (Must be integer.) '), _defineProperty(_ko$data, 'ERROR_12', '잘못된 서명 트랜잭션입니다. '), _defineProperty(_ko$data, 'ERROR_13', '이미 같은 닉네임의 지갑이 존재합니다. '), _defineProperty(_ko$data, 'ERROR_14', '지갑을 찾을 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_15', '이와 같은 ID 요청을 찾을 수 없거나 요청을 읽는 데 실패하였습니다. '), _defineProperty(_ko$data, 'ERROR_16', '같은 주소의 지갑이 이미 존재합니다. 지갑 페이지를 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_17', '자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 가스 비용을 지불하기 위해서는 적어도 **0.01ETH**가 필요합니다. ETH을 추가한 뒤 다시 실행해주세요. '), _defineProperty(_ko$data, 'ERROR_18', '모든 가스가 이 트랜잭션을 위해 사용됩니다. 이것은 이미 투표를 진행했거나 토론 기간이 종료되었기 때문입니다. '), _defineProperty(_ko$data, 'ERROR_19', '비정상 기호 '), _defineProperty(_ko$data, 'ERROR_20', '올바른 ERC-20 토큰이 아닙니다 '), _defineProperty(_ko$data, 'ERROR_21', '필요한 가스양을 추정할 수 없습니다. 충분한 자금이 계좌에 없거나 수신 측 컨트랙트에 오류가 있을 수 있습니다. 가스양을 변경한 후 사용해보세요. 전송시 에러 메세지가 반환됩니다. '), _defineProperty(_ko$data, 'ERROR_22', '올바른 노드 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_23', '올바른 URL을 입력해주세요. HTTPS를 통해서 연결한다면, 노드도 HTTPS에 연결해야합니다. '), _defineProperty(_ko$data, 'ERROR_24', '올바른 포트를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_25', '올바른 체인 ID를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_26', '올바른 ABI를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_27', '최소량: 0.01. 최대량: '), _defineProperty(_ko$data, 'ERROR_28', '지갑에 액세스하기 위해서는 **Keystore 파일과 비밀번호** (또는 개인키)가 필요합니다. 별도로 저장하여 백업해주세요. 만약 그것을 저장하지 않으면 지갑을 복원할 방법이 없습니다. 자세한 내용은 [도움말 페이지](https://www.myetherwallet.com/#help)를 참고해주세요. '), _defineProperty(_ko$data, 'ERROR_29', '올바른 사용자와 패스워드를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_30', '올바른 ENS 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_31', '잘못된 비밀 문구입니다. '), _defineProperty(_ko$data, 'ERROR_32', '노드에 연결할 수 없습니다. 새로고침 하거나 도움말을 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_33', '입찰자의 주소와 잠금 해제된 지갑이 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_34', '해당 이름이 문자열의 이름과 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ko$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ko$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ko$data, 'SUCCESS_1', '유효한 주소 '), _defineProperty(_ko$data, 'SUCCESS_2', '지갑이 성공적으로 복호화 되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_3', '트랜잭션이 블록체인으로 공개됩니다. 트랜잭션 내역과 가스가 채굴되었는지 확인려면 클릭해주세요. 가스 또는 컨트랙트 실행 오류가 없는지 확인해주세요. TX Hash : '), _defineProperty(_ko$data, 'SUCCESS_4', '지갑이 성공적으로 추가되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_5', '파일이 선택되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_6', '성공적으로 연결되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_7', '메세지 서명이 확인되었습니다. '), _defineProperty(_ko$data, 'WARN_Send_Link', '주소, 값, 가스, 데이터 필드 또는 트랜잭션 유형 (전송 모드)이 링크를 통해 도착했습니다. 전송하기 전에 정보를 변경할 수 있습니다. 시작하려면 지갑을 열어주세요. '), _defineProperty(_ko$data, 'GETH_InvalidSender', '잘못된 전송지입니다. '), _defineProperty(_ko$data, 'GETH_Nonce', 'Nonce가 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Cheap', '가스 가격이 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Balance', '잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_NonExistentAccount', '계좌가 존재 하지 않거나 잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_InsufficientFunds', '가스 * 가격 + 수량에 대한 자금이 부족합니다.'), _defineProperty(_ko$data, 'GETH_IntrinsicGas', '기본 가스가 부족합니다. '), _defineProperty(_ko$data, 'GETH_GasLimit', '블록 가스 한도를 초과하였습니다. '), _defineProperty(_ko$data, 'GETH_NegativeValue', '마이너스 값 '), _defineProperty(_ko$data, 'PARITY_AlreadyImported', "이미 동일한 해시를 사용한 트랜잭션을 가져 왔습니다. "), _defineProperty(_ko$data, 'PARITY_Old', "트랜잭션 Nonce가 너무 낮습니다. Nonce를 증가시키십시오. "), _defineProperty(_ko$data, 'PARITY_TooCheapToReplace', "트랜잭션 수수료가 너무 낮습니다. 동일한 nonce를 가진 다른 트랜잭션이 대기열에 있습니다. 수수료를 늘리거나 nonce를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_LimitReached', "대기열에 트랜잭션이 너무 많습니다. 트랜잭션이 한도를 초과하여 해당 트랜잭션이 제외되었습니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientGasPrice', "트랜잭션 수수료가 너무 낮습니다. 노드의 최소 수수료 (최소 : {}, 획득 : {})를 충족시키지 못합니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientBalance', "자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 필요량: {}, 현재 : {} wei. "), _defineProperty(_ko$data, 'PARITY_GasLimitExceeded', "트랜잭션 비용이 현재 가스 한도를 초과합니다. 제한 : {}, 획득 : {}. 가스 공급량을 줄이고 다시 시도해보세요. "), _defineProperty(_ko$data, 'PARITY_InvalidGasLimit', "공급 된 가스가 한도를 초과했습니다. "), _defineProperty(_ko$data, 'translate_version', '0.5 '), _defineProperty(_ko$data, 'Translator_Desc', '번역에 기여해주신 분들 '), _defineProperty(_ko$data, 'TranslatorName_1', '[CoinKorea](https://www.myetherwallet.com/?gaslimit=21000&to=0x0080782b9A9A14f7871Bb765eF7041e784D03F00&value=1.0#send-transaction) · [kanghamin](https://www.myetherwallet.com/?gaslimit=21000&to=0x7B12655A5aada0b3c053C7ff5aa444Bd666A0163&value=1.0#send-transaction) · [maa](https://www.myetherwallet.com/?gaslimit=21000&to=0x14036e41ddb2bd408eaf91597e6dc5220f776ae0&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_1', '0x0080782b9A9A14f7871Bb765eF7041e784D03F00 '), _defineProperty(_ko$data, 'TranslatorName_2', '· [Issac](https://www.myetherwallet.com/?gaslimit=21000&to=0x594a7773f4e062ccf644e8f122d5612b5f0db3b2&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_2', '0x594a7773f4e062ccf644e8f122d5612b5f0db3b2 '), _defineProperty(_ko$data, 'TranslatorName_3', '· [coinmaker](https://www.myetherwallet.com/?gaslimit=21000&to=0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_3', '0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad '), _defineProperty(_ko$data, 'TranslatorName_4', '· [csjune](https://www.myetherwallet.com/?gaslimit=21000&to=0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_4', '0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f '), _defineProperty(_ko$data, 'TranslatorName_5', '· [sadfrog](https://www.myetherwallet.com/?gaslimit=21000&to=0x608c96865c3d1364ffc5137e5ac78b57e58714d4&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_5', '0x608c96865c3d1364ffc5137e5ac78b57e58714d4 '), _defineProperty(_ko$data, 'HELP_Warning', '**2015년 3월** 이전에 지갑을 만들었거나 저장소를 다운로드했다면, 지갑 & 저장소의 새 버전을 확인하고 다운로드해주세요. 자세한 내용을 보려면 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_Desc', '잘못된 부분이나 다른 질문이 있으신가요? [우리에게 연락해주세요] (mailto : support@myetherwallet.com), 당신의 질문에 답변하는 것 뿐만 아니라, 향후 사용자들에게 더 유용할 수 있도록 페이지를 업데이트할 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Title', '몇 가지 알림 '), _defineProperty(_ko$data, 'HELP_Remind_Desc_1', '**이더리움, MyEtherWallet.com & MyEtherWallet CX, 그리고 우리가 사용하는 JavaScript 라이브러리는 활발하게 개발되고 있습니다. ** 우리가 철저하게 테스트를 진행하여 수만 개의 지갑이 전 세계 사람들에 의해 성공적으로 만들어졌지만 예상치 못한 일이 발생하여 ETH를 잃을 가능성이 항상 존재합니다. 항상 조심해주세요. 만약 무슨 일이 발생한다면, 유감스럽지만 **우리는 잃어버린 이더리움에 대한 책임을 지지 않습니다.** '), _defineProperty(_ko$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com 과 MyEtherWallet CX는 웹 지갑이 아닙니다. 계정을 만들거나 우리에게 당신이 가진 이더리움을 주면 안 됩니다. 모든 데이터는 당신의 컴퓨터와 브라우저에 남아 있을 것입니다. 우리는 당신이 쉽게 당신의 정보를 만들고, 저장하고, 접근하고 블록체인과 상호 작용할 수 있도록 도울 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Desc_3', '당신의 개인 키와 암호를 저장하지 않으면, 지갑에 액세스할 수 없게 될 뿐만 아니라, 지갑에 있는 자금에도 접근할 수 없게 됩니다. 개인 키와 암호를 컴퓨터뿐만 아니라 – 다양한 실제 위치(ex :인쇄, 메모 등...)에도 백업해야 합니다! '), _defineProperty(_ko$data, 'HELP_0_Title', '0) 처음 사용합니다. 뭘 해야 하나요? '), _defineProperty(_ko$data, 'HELP_0_Desc_1', 'MyEtherWallet은 새로운 지갑을 생성할 수 있는 기능을 제공하므로 거래소에 이더리움을 두지 않고 직접 저장할 수 있습니다. 이 과정은 전적으로 당신의 컴퓨터에서 발생하고 우리의 서버에서 발생하지 않습니다. 따라서 새로운 지갑을 만들 때 **안전하게 백업’해야 합니다**. '), _defineProperty(_ko$data, 'HELP_0_Desc_2', '새로운 지갑 생성하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_3', '지갑 백업하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_4', '새로운 지갑에 대한 액세스 권한과 필요한 모든 정보를 올바르게 저장하였는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_0_Desc_5', '이더리움을 새로운 지갑으로 전송해보세요. '), _defineProperty(_ko$data, 'HELP_1_Title', '1) 새로운 지갑을 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_1_Desc_1', '"지갑 생성" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_2', '"지갑 추가" 페이지로 이동 & "새 지갑 생성"을 선택해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_3', '안전을 위하여 강력한 비밀번호를 설정하고 비밀번호 분실을 대비하여 안전하게 백업해주세요. 송금 시에 이 비밀번호가 요구됩니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_4', '"생성하기"를 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_5', '지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'HELP_2a_Title', '어떻게 내 지갑을 저장/백업할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2a_Desc_1', '항상 지갑을 USB 드라이브 또는 메모지와 같은 여러 위치에 백업해두어야 합니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_2', '주소를 저장해주세요. 주소는 자신만 확인할 수 있도록 보관하거나 다른 사람에게 공유할 수 있습니다. 주소를 공유하면 다른 사람이 해당 주소로 이더리움을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_3', '개인 키를 저장해주세요. 절대 타인과 공유하지 마세요. 개인 키는 지갑에 액세스하거나 이더리움을 전송하는 데 필요합니다! 개인 키에는 3가지 유형이 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_4', '주소, 개인 키 버전 및 종이 지갑의 PDF 파일을 폴더에 보관하고 컴퓨터와 USB 드라이브에 저장하세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_5', '프린터가 있으면 지갑을 인쇄해주세요. 프린터가 없다면, 개인 키와 지갑 주소를 메모해주세요. 인쇄물 또는 메모를 컴퓨터와 USB와 분리된 안전한 위치에 보관해주세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_6', '하드 디스크, USB, 종이의 손상을 방지해야 한다는 것을 유념하세요. 또한, 보관 장소의 재난에 대비해주세요. (화재, 홍수 등) '), _defineProperty(_ko$data, 'HELP_2b_Title', '2b) 어떻게 하면 MyEtherWallet을 이용해 안전하게 오프라인, 콜드 스토리지로 자산을 보관할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2b_Desc_1', '다음을 참고 해주세요. [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ko$data, 'HELP_2b_Desc_2', '"etherwallet-vX.X.X.X.zip" 파일을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_3', 'zip 파일을 인터넷이 연결되지 않은 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_4', '압축을 푼 후, ‘index.html’ 을 더블 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_5', '강력한 비밀번호와 함께 지갑을 생성합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_6', '지갑 주소를 저장합니다. 개인 키의 버전들을 저장합니다. 비밀번호를 영원히 기억할 자신이 없다면 저장합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_7', '인쇄된 지갑과 USB를 여러 장소에 분산하여 보관합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_8', '"지갑 정보 보기" 페이지에서 개인 키와 암호가 잘 작동하는지 확인해주세요. 저장해둔 지갑 주소가 동일한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_3_Title', '3) 새로운 지갑에 대한 액세스 권한을 확인하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_3_Desc_1', '**새 지갑에 이더리움을 전송하기 전**에 지갑에 접근할 수 있는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_3', 'MyEtherWallet.com 에서 "지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_4', '지갑 파일 선택 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_5', '지갑이 암호화되어 있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_6', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_7', '지갑 정보가 표시됩니다. 색색의 동그란 아이콘 옆에 있는 지갑 주소를 찾습니다. 아이콘은 지갑 주소를 시각적으로 나타냅니다. 지갑 주소가 지갑을 생성할 때 메모해두었던 주소와 일치하는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_8', '많은 양의 이더리움을 MyEtherWallet 으로 전송하기 전에, 소량의 이더리움을 전송해 보는 것을 권장합니다. 0.001 이더리움을 지갑으로 전송하고, 지갑을 열어 받은 이더리움을 확인하고, 다시 0.001 이더리움을 다른 주소로 전송하여 모든 과정이 잘 작동하는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Title', '4) 한 지갑에서 다른 지갑으로 이더리움을 어떻게 전송하나요? '), _defineProperty(_ko$data, 'HELP_4_Desc_1', '많은 양의 이더리움을 다른 지갑으로 전송하기 전에 소량의 이더리움을 전송하여 전송이 잘 되는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Desc_2', '"이더리움 & 토큰 전송하기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_3', '지갑 파일 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_4', '지갑이 암호화되어있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_5', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_6', '"받는 주소" 영역에 이더리움을 전송할 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_9', '"트랜잭션 생성하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_10', '몇 가지 영역이 추가로 나타납니다. 당신의 브라우저에서 트랜잭션을 생성합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_11', '바로 아래에 있는 "트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_12', '팝업창 열리면, 전송하고자 하는 수량이 정확한지 확인해주세요. 그 후, "네, 맞습니다! 전송합니다." 버튼을 누릅니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_13', '트랜잭션이 제출되고, TXID가 표시 됩니다. TXID를 클릭하여 블록체인에 등록되었는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_4CX_Title', '4) 이더리움을 MyEtherWallet CX를 사용하여 전송하는 방법이 궁급합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_1', '우선 지갑을 추가해야 합니다. 그 후에, 2가지 방법이 있습니다. "빠른 전송" 또는 "이더리움 & 토큰 전송" 페이지입니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_2', '빠른 전송 '), _defineProperty(_ko$data, 'HELP_4CX_Desc_3', 'Chrome 확장 프로그램 아이콘을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_4', '‘빠른 전송’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_5', '보내는 곳(지갑)을 선택합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_6', '"받는 주소" 영역에 전송한 이더리움을 받게 될 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_8', '"트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_9', '받는 주소와 양이 정확한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_10', '지갑 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_11', '"트랜잭션 전송하기"를 클릭합니다." '), _defineProperty(_ko$data, 'HELP_4CX_Desc_12', '"이더리움 & 토큰 전송하기" 페이지를 사용하는 방법'), _defineProperty(_ko$data, 'HELP_5_Title', '5) MyEtherWallet.com 을 오프라인/로컬에서 사용할 수 있나요? '), _defineProperty(_ko$data, 'HELP_5_Desc_1', 'MyEtherWallet을 GitHub 서버가 아닌 본인의 컴퓨터에서 이용할 수 있습니다. 오프라인 상태에서 지갑을 생성할 수 있으며, "오프라인 트랜잭션" 페이지에서 트랜잭션을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_7', 'MyEtherWallet.com 은 이제 본인의 컴퓨터에서 구동됩니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_8', '아직 사용이 미숙할 때는, ‘index.html’ 뿐만 아니라 웹사이트를 가동하는 전체 폴더를 수정하지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_5_Desc_9', '우리는 MyEtherWallet.com을 주기적으로 업데이트하고 있으므로 당신이 정기적으로 저장소의 업데이트된 버전을 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'HELP_5CX_Title', '5) Chrome 스토어 대신 저장소에서 이 확장 프로그램을 설치하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_5CX_Desc_2', '"chrome-extension-vX.X.X.X.zip"을 누르고, 압축을 풀어주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_3', '구글 Chrome에서 설정(우측 상단 메뉴)에 있습니다. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_4', '"확장기능" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_5', '페이지 상단에 있는 개발자 모드 버튼에 체크해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_6', '압축 해제된 확장 프로그램 로드 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_7', '조금 전 다운로드해서 압축을 푼 폴더로 가서 선택해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_8', '여기까지 하셨다면 마이이더월렛은 당신의 Chrome 확장 프로그램 창에 나타나서 Chrome 확장 프로그램 바에 생기게 됩니다. '), _defineProperty(_ko$data, 'HELP_7_Title', '7) 어떻게 토큰 전송하기&커스텀 토큰 추가할 수 있나요? '), _defineProperty(_ko$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/)에서 토큰을 탐색하여 토큰의 decimals를 찾을 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_1', '이더리움 & 토큰 전송 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_2', '지갑을 잠금 해제 합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_3', '보낼 주소 입력란에 전송하고 싶은 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_4', '전송하고 싶은 금액을 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_5', '전송하고 싶은 토큰을 선택합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_6', '원하는 토큰이 보이지 않는다면 '), _defineProperty(_ko$data, 'HELP_7_Desc_7', '커스텀’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_8', '주소와 이름, 토큰의 decimals를 입력합니다. 이것은 토큰의 개발자에 의해서 제공되고 또한 당신이 Mist에서 "모니터링할 토큰 추가하기"를 할 때 필요합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_9', '‘저장’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_10', '이제 토큰을 전송할 수 있게 됐을 뿐만 아니라 사이드 바에서 잔액도 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_11', '"트랜잭션 생성" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_12', '2가지 이상의 영역이 나타날 것입니다. 이것이 트랜잭션을 생성하고 있는 것은 당신의 브라우저입니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_13', '그 아래에 있는 파란색 ‘트랜잭션 전송하기’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_14', '팝업창이 열리면 보내는 양과 주소가 맞는지 확인해주세요. 그리고 "네 맞습니다! 전송합니다." 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_15', '트랜잭션이 전송되면 TXID가 나타날 것입니다. 해당 TXID를 클릭하여 블록체인에서 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8_Title', '8) MyEtherWallet 서버가 다운되면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8_Desc_1', 'MyEtherWallet은 웹 지갑이 아닙니다. 서버에는 로그인은 물론 어떠한 것도 저장되지 않습니다. MyEtherWallet은 단지 블록체인에 접근 하게 해주는 도구입니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_2', '만약 MyEtherWallet.com 이 다운된다면, 다른 대안 도구 (geth 또는 Ethereum Wallet / Mist 등)을 사용해야 합니다. MyEtherWallet 에서 이더리움을 꺼내야 할 필요는 없습니다. 이더리움들은 MyEtherWallet.com 을 통해서 생성된 지갑 내에 존재합니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_3', '암호화되지 않은 개인 키와 암호화된 Geth/Mist 형식의 파일은 쉽게 geth / 이더리움 지갑 / Mist에서 불러올 수 있습니다. 아래의 질문 #12를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_8_Desc_4', '또한, MyEtherWallet 이 다운 될 가능성은 희박합니다. 우리는 어떠한 정보도 저장하지 않기 때문에 비용이 들지 않습니다. 도메인이 다운되더라도, 항상 공개적으로 [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages)을 통해 로컬 지갑을 시작할 수 있습니다. ZIP 파일을 다운 받아주세요. '), _defineProperty(_ko$data, 'HELP_8CX_Title', '8) MyEtherWallet CX가 사라지면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8CX_Desc_1', '우선, 모든 정보는 MyEtherWallet 서버가 아닌 사용자의 컴퓨터에 저장됩니다. 오해할 수도 있지만, Chrome 확장 프로그램 화면은 우리의 서버에서 불러온 것이 아닙니다. 전부 사용자의 컴퓨터에 저장 되어있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_2', '즉, **매우 중요** MyEtherWallet CX 로 새로 만든 지갑 정보는 모두 백업해 두어야 합니다. 만약 컴퓨터에 문제가 생기거나 Chrome 확장 프로그램에 문제가 생겨도 백업해둔 파일로 지갑에 접근할 수 있습니다. #2a에서 지갑을 어떻게 백업 하는 지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_3', '어떤 이유로 MyEtherWallet CX 가 Chrome 스토어에서 사라져도, Github 에서 소스를 다운 받아 수동으로 사용할 수 있습니다. 위의 #5를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_9_Title', '9) "이더리움 & 토큰 전송하기" 페이지는 오프라인인가요? '), _defineProperty(_ko$data, 'HELP_9_Desc_1', '아닙니다. 현재 가스 가격, 본인의 계정 정보, 그리고 트랜잭션 ("전송하기")를 나타내기 위해서는 인터넷이 필요합니다. 그러나 이것은 서명된 트랜잭션만 보냅니다. 개인 키는 안전하게 귀하와 함께 있습니다. 또한, 오프라인 트랜잭션 페이지를 제공하여 개인 키가 항상 오프라인 / 인터넷이 연결되지 않은 컴퓨터에 있는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_10_Title', '10) 오프라인 트랜잭션은 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_10_Desc_1', '온라인 컴퓨터에서 "오프라인 트랜잭션" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_2', '"보낸 사람 주소"를 입력하십시오. 이 주소는 TO가 아니라 FROM으로 보내는 주소입니다. 이것은 nonce 및 가스 가격을 생성합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_3', '오프라인 컴퓨터에서, "받는 곳"과 전송하고자 하는 "금액" 을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_4', '온라인 컴퓨터 1단계에서 표시된 "가스 가격"을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_5', '온라인 컴퓨터 1단계에서 표시된 "NONCE"를 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_6', '21000 가스는 기본 설정값입니다. 트랜잭션을 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_7', '가스를 늘리고 싶다면 희망 가스양을 입력해주세요. 기본값인 21000 가스보다 높은 양을 입력해야 합니다. 모든 데이터는 HEX 포맷입니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_8', '지갑을 열기 위해 지갑 파일 또는 개인 키를 선택합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_9', '"서명된 트랜잭션 생성" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_10_Desc_10', '이 버튼 아래의 데이터 영역은 서명된 트랜잭션으로 채워집니다. 이것을 복사하여 온라인 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_11', '온라인 컴퓨터에서 3단계의 텍스트 필드에 서명된 트랜잭션을 붙여넣고 전송하기를 클릭해주세요. 그 후에 트랜잭션이 공개됩니다. '), _defineProperty(_ko$data, 'HELP_12_Title', '12) MyEtherWallet으로 만든 지갑을 geth / 이더리움 지갑 / Mist로 가져오려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_12_Desc_1', 'MyEtherWallet v2 +의 Geth / Mist JSON 파일 사용하기… '), _defineProperty(_ko$data, 'HELP_12_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_3', '**암호화된** 개인 키 또는 JSON 파일을 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_4', '"내 지갑"페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_5', 'Mist로 가져올 지갑을 선택하고 "보기" 아이콘을 클릭한 다음 비밀번호를 입력하고 지갑에 액세스합니다.'), _defineProperty(_ko$data, 'HELP_12_Desc_6', '"JSON 파일 다운로드 - Geth / Mist 형식 (암호화됨)" 부문을 찾아주세요. 아래의 "다운로드" 버튼을 클릭합니다. 이제 키 저장소 파일이 생겼습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_7', '이더리움 어플리케이션을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_8', '메뉴 바에서 "계정들" > "백업" > "계정" 으로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_9', '그러면 키 저장소 폴더가 열립니다. 방금 다운로드 한 파일 ("UTC - 2016-04-14 ........ /")을 사용자의 keystore 폴더에 복사합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_10', '사용자의 계정이 바로 "계정" 아래에 나타나야합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_11', '사용자의 암호화되지 않은 개인 키를 사용합니다… '), _defineProperty(_ko$data, 'HELP_12_Desc_12', '아직 암호화된 키가 없다면 ‘지갑 세부사항 보기’ 페이지로 갑니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_13', '당신의 지갑 파일을 선택하거나 당신의 개인 키를 입력/붙여넣기 하여 지갑의 잠금을 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_14', '당신의 개인 키를 복사합니다. (암호화되지 않은) '), _defineProperty(_ko$data, 'HELP_12_Desc_15', '맥을 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_15b', 'PC를 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_16', 'Text 편집을 열어 개인 키를 붙여넣기 합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_17', '메뉴로 가서 "포맷" -> "일반 텍스트 만들기"를 선택합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_18', '이 파일을 당신 컴퓨터에 "nothing_special_delete_me.txt"같은 제목으로 저장해주세요 저장 대화 상자에 "UTF-8"과 "확장자가 제공되지 않은 경우 .txt 사용"이 표시되어있는지 확인합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_19', '터미널을 열고 다음 커맨드를 실행합니다. "geth account import ~/Desktop/nothing_special_delete_me.txt" '), _defineProperty(_ko$data, 'HELP_12_Desc_20', '실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 사용할 비밀번호이므로 절대 잃어버리지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_12_Desc_21', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_22', '이후 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다.". '), _defineProperty(_ko$data, 'HELP_12_Desc_23', '메모장을 열고 개인 키를 붙여넣습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_24', '"C :"에 "nothing_special_delete_me.txt"이름으로 파일을 저장합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_25', '"geth 계정 가져오기 C : \\ nothing_special_delete_me.txt" 명령을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_26', '명령을 실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 geth / 이더리움 지갑 / Mist에서 사용할 비밀번호이므로 절대 잃어버리지 마십시오. '), _defineProperty(_ko$data, 'HELP_12_Desc_27', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_28', '다음에 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다. '), _defineProperty(_ko$data, 'HELP_13_Title', '13) "잔액 부족. 계좌에 충분한 자금이 없습니다. 필요한 : XXXXXXXXXXXXXXXXXXX 그리고 가지고 있는: XXXXXXXXXXXXXXXXXXX" 는 어떤 의미인가요? '), _defineProperty(_ko$data, 'HELP_13_Desc_1', '이것은 가스 비용을 충당하기 위해 계좌에 이더리움이 부족하다는 의미입니다. 각각의 트랜잭션(토큰 및 컨트랙트 트랜잭션을 포함하여) 가스가 필요하고 그 가스는 이더리움으로 지불됩니다. 표시된 숫자는 Wei에서 트랜잭션의 비용을 충당하기 위해 필요한 금액입니다. 이 숫자를 "1000000000000000000"으로 나눈 다음, 당신이 전송하려고 하는 이더리움의 금액을 제외합니다.(이더리움을 전송하려고 하는 경우) 이렇게 하면 트랜잭션을 만들기 위해 해당 계좌로 전송하는데 필요한 이더리움의 금액을 알 수 있습니다. '), _defineProperty(_ko$data, 'HELP_14_Title', '14) 일부 사이트들은 마우스의 조작을 통해 개인 키 생성을 무작위로 시드 합니다. MyEtherWallet.com은 이 방식을 사용하지 않습니다. MyEtherWallet의 무작위 숫자 생성이 안전할까요? '), _defineProperty(_ko$data, 'HELP_14_Desc_1', '대상을 움직이는 마우스는 영리하게 작동하며 우리는 사람들이 그것을 좋아하는 이유를 이해하지만, 실제 window.crypto는 당신의 마우스 조작보다 더 많은 엔트로피를 보장합니다. 마우스의 조작은 안전하지 못합니다. 우리와 다른 많은 암호 실험들은 window.crypto를 믿습니다. 게다가 MyEtherWallet.com은 터치 장치에서도 이용될 수 있습니다. 여기에 [마우스 조작에 관해 화가 난 Reddit 이용자와 비탈릭의 대화 v.window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm)와 [ window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GloblCrypto)가 있습니다. '), _defineProperty(_ko$data, 'HELP_15_Title', '15) 방금 만든 계정이 블록체인 탐색기에 표시되지 않는 이유는 뭔가요? (예, etherchain, etherscan) '), _defineProperty(_ko$data, 'HELP_15_Desc_1', '계좌는 거래 활동이 있을 경우에만 블록체인 탐색기에 표시됩니다. 예를 들어, 이더리움을 계좌로 이동시키면 계좌가 활성화됩니다. '), _defineProperty(_ko$data, 'HELP_16_Title', '16) 내 계좌의 잔액을 어떻게 확인하나요? '), _defineProperty(_ko$data, 'HELP_16_Desc_1', '[etherscan.io] (https://etherscan.io/) 와 같은 블록체인 탐색기를 사용할 수 있습니다. 주소를 검색 창에 붙여넣으면 주소와 거래 내역이 표시됩니다. 예를 들어, 우리의 [기부 계정]은 (https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) 과 같습니다. '), _defineProperty(_ko$data, 'HELP_17_Title', '17) 내 지갑에서 잔액이 표시되지 않는 이유는 뭔가요? '), _defineProperty(_ko$data, 'HELP_17_Desc_1', '그 이유는 방화벽 때문입니다. 우리가 잔액 정보를 얻고 잔액 정보를 변환하는 데 사용하는 API는 어떤 이유로 든 방화벽에 의해 차단되는 경우가 많습니다. 사용자는 계속해서 트랜잭션을 보낼 수 있습니다. 당신은 단지 잔액을 확인하기 위해 etherscan.io 블록체인 탐색 사이트와 같은 다른 방법을 사용해야 될 수 있습니다. '), _defineProperty(_ko$data, 'HELP_18_Title', '18) 내 geth 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Title', '19) 내 Mist 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Desc_1', 'Mist 파일은 일반적으로 위의 파일 위치에서 찾을 수 있지만 Mist를 열려면 맨 위 표시할 줄에서 "계좌"를 선택하고 "백업"을 선택한 다음 "계좌"를 선택하는 것이 훨씬 간단합니다. 그러면 파일이 저장된 폴더가 열립니다. '), _defineProperty(_ko$data, 'HELP_20_Title', '20) 나의 프리세일 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_20_Desc_1', '당신이 지갑 파일을 어디에 보관했든지 간에 지갑 파일은 당신에게 이메일로도 전송되었습니다. 그곳에서 확인하시면 됩니다. "ethereum_wallet_backup.json"이라고 쓰여있는 파일을 찾아서 그 파일을 선택해주세요. 이 지갑 파일은 당신이 프리 세일 구매할 때 만들었던 비밀번호로 암호화되어 있을 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Title', '21) 혹여나 누군가가 랜덤한 개인 키를 넣어 잔고를 찾아서 자기 주소로 보낼 수도 있나요? '), _defineProperty(_ko$data, 'HELP_21_Desc_1', '짧은 답변 : 가능은 합니다. 하지만 잔고가 있는 계좌를 찾는데 아마 영원한 시간이 걸릴 것입니다. 따라서 불가능하다고 생각하면 될 것 같습니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_2', '길지만, 최대한 쉽게 설명한 답변: 그래서 이더리움은 [공개 키 암호화](https://en.wikipedia.org/wiki/Public-key_cryptograpy) 특히나 [타원곡선 암호화](https://eprint.iacr.org/2013/734.pdf) 를 기반으로 합니다. 대부분의 서버는 ECC를 통해 보호됩니다. 비트코인은 SSH와 TLS 뿐만 아니라 다른 것들도 많이 사용합니다. 이더리움의 키는 128bit와 192bit보다 더 강력한 256bit 키이며, 이것들은 널리 사용되고 있으며 전문가들도 안전하다고 얘기합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_3', '이곳에는 개인 키와 공개 키가 존재합니다. 개인 키는 공개 키를 생성시킬 수 있지만, 공개 키는 개인 키로 되돌릴 수 없습니다. 인터넷과 세계의 비밀들이 이 암호를 사용하고 있다는 사실은, 공개 키에서 개인 키로 되돌리는 방법이 있다면 이것이 한 사람의 문제가 아니라 모든 사람의 문제가 될 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_4', '만약 누군가가 당신의 개인 키를 소지하고 있다면 당신의 계좌에서 이더리움을 보낼 수 있게 됩니다. 이 얘기는 누군가가 당신의 이메일의 비밀번호를 알고 있다면 당신의 이메일을 읽을 수 있으며, 이메일이나 누군가가 출금할 수 있도록 당신의 은행 계좌 비밀번호를 전송할 수 있다는 것과 마찬가지입니다. 당신은 비밀번호로 암호화된 개인 키인 ‘개인 키의 Keystore 버전’을 다운로드 할 수 있습니다. 이것은 다른 암호로 보호되는 비밀번호를 갖게 되는 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_5', '그리고 이론상 누군가가 당신의 계좌를 찾을 때까지 64개의 16진수 문자열을 대입한다면 당신의 계좌가 도난당할 수도 있습니다. 사실 똑똑한 사람들은 임의의 개인 키를 매우 빠르게 검사할 수 있는 프로그램을 만들 수 있습니다. 이것은 ‘무차별 대입 공격’ 또는 ‘개인 키 마이닝’이라고 알려져 있습니다. 사람들은 이것에 대해 오랫동안 고민해 왔습니다. 2~3개의 초고속 서버로 그들은 초당 100만 개 이상의 키를 검사할 수 있습니다. 그러나 초당 수많은 것들은 검사하는 것조차 이 서버를 운영하는 비용을 감당하는게 무의미한 일이 될 것입니다. 개인 키를 알아내기 위해선 어마어마한 시간이 걸립니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_6', '당신이 비트코인에 대해 이해하고 있는 사람이라면 [이 링크로 앞으로 상황을 예측할 수 있을 것입니다.](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-willpeple) 이것이 어떻게 되는 것인지 설명하자면 : 여태껏 생성된 비트코인의 모든 사토시가 고유한 자체의 개인 키로 전송했다고 가정해봅시다. 두 가지 키가 같은 키에 해당할 확률은 약 100억분의 1입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_7', '[좀 더 기술적인 것을 원한다면:] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *이 숫자는 장치 기술과 아무런 관련이 없습니다. 그것들은 열역학이 허용하는 최대치입니다. 그리고 그것들은 256bit 키에 대한 무차별 대입 공격이 해당 컴퓨터가 다른 물질로 변할 때까지 엄청난 시간이 흘러도 불가능하다는 것을 강하게 암시합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_8', '물론, 이 모든 개인 키가 정말로 무작위 방식으로 충분한 엔트로피를 갖고 생성된다고 가정합시다. 이곳에서 생성된 키는 Jaxx 와 Mist/geth와 마찬가지로 해당 기준을 충족시킵니다. 이더리움 지갑들은 모두 좋은 지갑들입니다. 사람의 뇌가 정말로 무작위적인 시드를 만들어내지 못하기 때문에 사람에 의해 만들어진 지갑으로 만들어진 키는 썩 좋지 않습니다. 비트코인 세계에서는 정말로 무작위 방식으로 생성되고 있지 않은 엔트로피나 시드가 부족한 것에 관해 수많은 문제가 있었습니다. 하지만 그것은 언젠가 해결이 될 날을 기다릴 수 있는 것은 별개의 문제입니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Title', '보안 - MyEtherWallet CX '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_1', '이 확장 프로그램이 내 정보를 어디에 저장하나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_2', '당신이 Chrome 확장 프로그램에 저장한 정보는 [Chrome.storage](http://chrome.storage/)를 통해 저장됩니다. - 이것은 당신이 Chrome에 비밀번호를 저장한 위치와 같은 위치에 저장됩니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_3', '어떤 정보가 저장되나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_4', '주소, 닉네임, 개인 키가 Chrome 스토리지에 저장됩니다. 개인 키는 지갑을 추가할 때 생성된 비밀번호로 암호화됩니다. 닉네임, 지갑 주소는 암호화되지 않습니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_5', '닉네임과 지갑 주소는 왜 암호화되지 않나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_6', '닉네임과 지갑 주소를 암호화하면 계좌 잔액과 닉네임들을 확인할 때마다 비밀번호를 입력해야 합니다. 보안이 걱정된다면 Chrome 확장 프로그램 대신 MyEtherWallet.com 을 사용해주세요. '), _defineProperty(_ko$data, 'HELP_Sec_Title', '보안 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_1', '당신의 첫 번째 질문이 "이 사람들을 신뢰할 수 있나요?"라는 질문이라면 매우 타당한 질문입니다. 다음 내용이 당신의 질문에 대한 답변이 되기를 바랍니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_2', '우리는 2015년 8월부터 운영되어 왔습니다. [www.reddit.com 에서 myetherwallet](https://www.reddit.com/search?q=myetherwalle)을 검색하면 많은 사용자들을 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_3', '우리는 절대 돈을 빼가거나 개인 키를 훔치지 않습니다. 이 사이트에 악의적인 코드는 없습니다. 실제로 지갑 생성 페이지는 완전하게 클라이언트 측에서 작동합니다. 즉, 모든 코드가 **사용자 컴퓨터**에서 실행되며 절대 다른 곳에 정보가 저장되거나 전송되지 않습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_4', '이 URL을 확인해보세요. -- 이 사이트는 GitHub를 통해 소스가 공개되어 있으며 다음 링크에서 확인하실 수 있습니다. : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ko$data, 'HELP_Sec_Desc_5', '지갑을 생성하려면, [소스 코드를 다운로드하여 로컬에서 실행하십시오](https://github.com/kvhnuke/etherwallet/releases/latest). 위의 #5를 참조해주세요 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_6', '테스트 지갑을 생성하고 어떤 네트워크 활동이 진행되는지 확인할 수 있습니다. 가장 쉬운 방법은 페이지를 마우스 오른쪽 버튼을 클릭하여 "요소 검사"를 클릭합니다. "네트워크" 탭으로 이동합니다. 테스트 지갑을 생성하면 네트워크 탭에서 네트워크 활동이 없음을 확인할 수 있습니다. data:image/gif, data:image/png 생성도 역시 네트워크를 사용하지 않는 것을 확인하실 수 있습니다. QR 코드는 컴퓨터에서 생성됩니다. 당신의 컴퓨터에서 아무것도 전송되지 않는 것을 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_8', '이 도구를 사용하는 것이 내키지 않는다면 사용하지 않아도 됩니다. 우리는 사람들이 커맨드 명령을 입력이나 풀 노드를 실행할 필요 없이 지갑을 생성하고 트랜잭션을 생성하는 데 도움이 되었으면 하는 바램으로 이 도구를 제작하였습니다. 다시 말씀드리자면, 이상한 점을 발견하신다면 우리에게 연락해주세요. 가능한 빨리 답변드리겠습니다. 감사합니다! '), _defineProperty(_ko$data, 'HELP_FAQ_Title', '자주 묻는 질문에 대한 도움이 될 답변 '), _defineProperty(_ko$data, 'HELP_Contact_Title', '연락 방법 '), _ko$data); +}, _defineProperty(_ko$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ko$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ko$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ko$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ko$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ko$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ko$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ko$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ko$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ko$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ko$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ko$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ko$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ko$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ko$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ko$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ko$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ko$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ko$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ko$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ko$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ko$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ko$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ko$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ko$data, 'x_ReadMore', 'Read More'), _defineProperty(_ko$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ko$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ko$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ko$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ko$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ko$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ko$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ko$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ko$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ko$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ko$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ko$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ko$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ko$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ko$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ko$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ko$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ko$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ko$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ko$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ko$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ko$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ko$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ko$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ko$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ko$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ko$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ko$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ko$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ko$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ko$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ko$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ko$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ko$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ko$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ko$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ko$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ko$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ko$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ko$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ko$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ko$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ko$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ko$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ko$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ko$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ko$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ko$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ko$data, 'NAV_AddWallet', '지갑 추가 '), _defineProperty(_ko$data, 'NAV_BulkGenerate', '대량 생성 '), _defineProperty(_ko$data, 'NAV_Contact', '문의하기 '), _defineProperty(_ko$data, 'NAV_Contracts', '컨트랙트 '), _defineProperty(_ko$data, 'NAV_DeployContract', '컨트랙트 배포 '), _defineProperty(_ko$data, 'NAV_ENS', 'ENS'), _defineProperty(_ko$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ko$data, 'NAV_GenerateWallet', '지갑 생성 '), _defineProperty(_ko$data, 'NAV_Help', '도움말 '), _defineProperty(_ko$data, 'NAV_InteractContract', '컨트랙트 조작 '), _defineProperty(_ko$data, 'NAV_Multisig', '멀티시그 '), _defineProperty(_ko$data, 'NAV_MyWallets', '내 지갑 '), _defineProperty(_ko$data, 'NAV_Offline', '오프라인 전송 '), _defineProperty(_ko$data, 'NAV_SendEther', '이더리움 & 토큰 전송 '), _defineProperty(_ko$data, 'NAV_SendTokens', '토큰 전송 '), _defineProperty(_ko$data, 'NAV_SignMsg', '메세지 서명 '), _defineProperty(_ko$data, 'NAV_Swap', '교환 '), _defineProperty(_ko$data, 'NAV_ViewWallet', '지갑 정보 보기 '), _defineProperty(_ko$data, 'NAV_YourWallets', '내 지갑 '), _defineProperty(_ko$data, 'x_Access', '액세스 '), _defineProperty(_ko$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 이것은 자신의 계좌 번호와 공개 키입니다. ETH를 전송하기 위해 필요한 정보입니다. 아이콘은 자신의 주소를 식별합니다. '), _defineProperty(_ko$data, 'x_Address', '내 주소 '), _defineProperty(_ko$data, 'x_Cancel', '취소 '), _defineProperty(_ko$data, 'x_CSV', 'CSV 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Download', '다운로드 '), _defineProperty(_ko$data, 'x_Json', 'JSON 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_JsonDesc', '이것은 암호화되지 않은 JSON 형식의 개인 키입니다. 이 암호화되지 않은 JSON 형식의 개인 키를 사용하면 누구나 암호없이 자신의 지갑과 이더리움에 액세스 할 수 있습니다. '), _defineProperty(_ko$data, 'x_Keystore', 'Keystore 파일 (UTC / JSON · 권장 · 암호화됨) '), _defineProperty(_ko$data, 'x_Keystore2', 'Keystore 파일 (UTC / JSON) '), _defineProperty(_ko$data, 'x_KeystoreDesc', '이 Keystore / JSON 파일은 Mist에서 사용하는 형식과 일치하므로 나중에 쉽게 가져올 수 있습니다. 다운로드하고 백업하는 것을 권장합니다. '), _defineProperty(_ko$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ko$data, 'x_Mnemonic', 'Mnemonic 문구 '), _defineProperty(_ko$data, 'x_ParityPhrase', 'Parity 문구 '), _defineProperty(_ko$data, 'x_Password', '비밀번호 '), _defineProperty(_ko$data, 'x_Print', '종이 지갑 인쇄 '), _defineProperty(_ko$data, 'x_PrintDesc', '팁: 프린터를 사용하지 않더라도 인쇄를 클릭하여 PDF 파일로 저장할 수 있습니다! '), _defineProperty(_ko$data, 'x_PrintShort', '인쇄 '), _defineProperty(_ko$data, 'x_PrivKey', '개인 키 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_PrivKey2', '개인 키 '), _defineProperty(_ko$data, 'x_PrivKeyDesc', '이것은 암호화되지 않은 개인 키이므로 암호가 필요하지 않습니다. 이 암호화되지 않은 개인 키를 사용하면 누구나 암호 없이 지갑을 사용할 수 있습니다. 따라서 암호화된 개인 키 사용을 권장합니다. '), _defineProperty(_ko$data, 'x_Save', '저장 '), _defineProperty(_ko$data, 'x_TXT', 'TXT 파일 (암호화되지 않음) '), _defineProperty(_ko$data, 'x_Wallet', '지갑 '), _defineProperty(_ko$data, 'CX_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 Chrome 확장 프로그램 '), _defineProperty(_ko$data, 'CX_Warning_1', '반드시 이곳에 보관하는 모든 지갑은 **외부 백업**을 진행해주세요. 이 Chrome 확장 프로그램에서는 확장 프로그램 제거 및 재설치를 포함하여 데이터가 저장되지 않고 손실되는 경우가 자주 발생합니다. 이 확장 프로그램은 쉬운 조작을 제공할 뿐, **백업**을 제공하지 않습니다. '), _defineProperty(_ko$data, 'MEW_Tagline', '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 '), _defineProperty(_ko$data, 'MEW_Warning_1', '지갑에 액세스하거나 새 지갑을 생성하기 전 반드시 URL을 확인해주세요. 피싱(사기) 사이트에 주의하세요! '), _defineProperty(_ko$data, 'FOOTER_1', '쉽게 사용할 수 있는 오픈 소스, 클라이언트 측 도구 & 이더리움 네트워크와 안전하게 상호 작용합니다. '), _defineProperty(_ko$data, 'FOOTER_1b', '개발자 '), _defineProperty(_ko$data, 'FOOTER_2', '기부해주셔서 정말 감사합니다. '), _defineProperty(_ko$data, 'FOOTER_3', '클라이언트 측 지갑 생성 '), _defineProperty(_ko$data, 'FOOTER_4', '면책 조항 '), _defineProperty(_ko$data, 'sidebar_AccountInfo', '계정 정보 '), _defineProperty(_ko$data, 'sidebar_AccountAddr', '계정 주소 '), _defineProperty(_ko$data, 'sidebar_AccountBal', '계정 잔액 '), _defineProperty(_ko$data, 'sidebar_TokenBal', '토큰 잔액 '), _defineProperty(_ko$data, 'sidebar_Equiv', '동일한 가치 '), _defineProperty(_ko$data, 'sidebar_TransHistory', '트랜잭션 내역 '), _defineProperty(_ko$data, 'sidebar_donation', 'MyEtherWallet은 개인정보보호와 보안을 위한 무료 오픈 서비스입니다. 기부를 많이 받을수록 우리는 새로운 기능과 다양한 의견을 반영하여 사용자의 희망 사항을 위한 개발 시간을 늘리는 것이 가능해질 수 있습니다. 우리는 단 두명이 세상을 바꾸려 하고 있습니다. 도와주시겠습니까? '), _defineProperty(_ko$data, 'sidebar_donate', '기부 '), _defineProperty(_ko$data, 'sidebar_thanks', '감사합니다!!! '), _defineProperty(_ko$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ko$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ko$data, 'decrypt_Access', '지갑 액세스 방법 선택 '), _defineProperty(_ko$data, 'decrypt_Title', '비공개 키의 형식을 선택해주세요. '), _defineProperty(_ko$data, 'decrypt_Select', '지갑 선택 '), _defineProperty(_ko$data, 'MNEM_1', '액세스하고자 하는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_2', '하나의 HD Mnemonic 문구에서 여러 가지 지갑/주소를 액세스할 수 있습니다. 액세스하려는 주소를 선택해주세요. '), _defineProperty(_ko$data, 'MNEM_more', '나머지 주소 '), _defineProperty(_ko$data, 'MNEM_prev', '이전 주소 '), _defineProperty(_ko$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ko$data, 'ADD_Ledger_1', '사용자의 Ledger Wallet를 연결해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_2', '이더리움 어플리케이션을 실행해주세요 (또는 컨트랙트 어플리케이션) '), _defineProperty(_ko$data, 'ADD_Ledger_2_Exp', 'Expanse 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_2_Ubq', 'Ubiq 응용 프로그램 (또는 계약 응용 프로그램) 실행'), _defineProperty(_ko$data, 'ADD_Ledger_3', 'Browser Support가 활성화된 상태인지 확인해주세요 '), _defineProperty(_ko$data, 'ADD_Ledger_4', '설정에서 Browser Support를 확인할 수 없으면, Ledger [Firmware 1.2] (https://www.ledgerwallet.com/apps/manager) 버전이 설치되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_Ledger_scan', 'Ledger Wallet 에 연결하기 '), _defineProperty(_ko$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ko$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ko$data, 'ADD_Trezor_scan', 'TREZOR 에 연결하기 '), _defineProperty(_ko$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0a', 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_0b', 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. '), _defineProperty(_ko$data, 'ADD_DigitalBitbox_scan', 'Digital Bitbox 에 연결하기 '), _defineProperty(_ko$data, 'ADD_Label_1', '어떤 걸 진행하시겠습니까? '), _defineProperty(_ko$data, 'ADD_Radio_1', '새로운 지갑 생성 '), _defineProperty(_ko$data, 'ADD_Radio_2', '지갑 파일 선택하기 (Keystone / JSON) '), _defineProperty(_ko$data, 'ADD_Radio_2_alt', '지갑 파일 선택하기 '), _defineProperty(_ko$data, 'ADD_Radio_2_short', '지갑 파일 선택하기... '), _defineProperty(_ko$data, 'ADD_Radio_3', '개인 키를 복사해서 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Radio_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Radio_5', 'Mnemonic 붙여넣기/입력 '), _defineProperty(_ko$data, 'ADD_Radio_5_Path', 'HD derivation 경로 선택 '), _defineProperty(_ko$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ko$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ko$data, 'ADD_Radio_5_PathCustom', '커스텀 '), _defineProperty(_ko$data, 'ADD_Label_2', '닉네임 만들기 '), _defineProperty(_ko$data, 'ADD_Label_3', '당신의 지갑은 암호화되었습니다. 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ADD_Label_4', '모니터링 계좌 추가 '), _defineProperty(_ko$data, 'ADD_Warning_1', '지갑 탭은 개인 키를 업로드하지 않고 임의로 모니터링하는 계좌를 추가할 수 있습니다. 이에 따라 지갑의 액세스나 이더리움 전송이 가능하지 않습니다. '), _defineProperty(_ko$data, 'ADD_Label_5', '주소 입력 '), _defineProperty(_ko$data, 'ADD_Label_6', '지갑 잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_6_short', '잠금 해제 '), _defineProperty(_ko$data, 'ADD_Label_7', '계좌 추가 '), _defineProperty(_ko$data, 'ADD_Label_8', '비밀번호 (선택): '), _defineProperty(_ko$data, 'MYWAL_Nick', '지갑 닉네임 '), _defineProperty(_ko$data, 'MYWAL_Address', '지갑 주소 '), _defineProperty(_ko$data, 'MYWAL_Bal', '잔액 '), _defineProperty(_ko$data, 'MYWAL_Edit', '편집 '), _defineProperty(_ko$data, 'MYWAL_View', '보기 '), _defineProperty(_ko$data, 'MYWAL_Remove', '제거 '), _defineProperty(_ko$data, 'MYWAL_RemoveWal', '지갑 제거 '), _defineProperty(_ko$data, 'MYWAL_WatchOnly', '내 모니터링 전용 계좌 '), _defineProperty(_ko$data, 'MYWAL_Viewing', '지갑 표시 '), _defineProperty(_ko$data, 'MYWAL_Hide', '지갑 정보 숨기기 '), _defineProperty(_ko$data, 'MYWAL_Edit_2', '지갑 수정 '), _defineProperty(_ko$data, 'MYWAL_Name', '지갑 이름 '), _defineProperty(_ko$data, 'MYWAL_Content_1', '경고! 지갑을 제거하려고 합니다. '), _defineProperty(_ko$data, 'MYWAL_Content_2', '제거하기 전 ** 개인 키 및 Keystore 파일, 비밀번호 **가 저장되어 있는지 확인해주세요. '), _defineProperty(_ko$data, 'MYWAL_Content_3', '나중에 이 지갑을 MyEtherWallet CX와 같이 사용하려면, 개인 키/JSON과 비밀번호를 이용하여 수동으로 다시 추가해야 합니다. '), _defineProperty(_ko$data, 'GEN_desc', '만약 여러 개의 지갑을 생성하고 싶다면, 여기서 처리할 수 있습니다. '), _defineProperty(_ko$data, 'GEN_Label_1', '안전한 비밀번호를 입력해주세요 (최소 9 글자) '), _defineProperty(_ko$data, 'GEN_Placeholder_1', '비밀번호를 저장하고 기억하는 것을 잊지 마세요! '), _defineProperty(_ko$data, 'GEN_SuccessMsg', '성공! 당신의 지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'GEN_Label_2', '당신의 지갑 파일을 저장해주세요. 비밀번호를 잃어버리면 안됩니다. '), _defineProperty(_ko$data, 'GEN_Label_3', '지갑 주소를 저장해주세요 '), _defineProperty(_ko$data, 'GEN_Label_4', '선택: 종이 지갑을 인쇄하거나 QR 코드를 저장해주세요. '), _defineProperty(_ko$data, 'BULK_Label_1', '생성할 지갑 개수 '), _defineProperty(_ko$data, 'BULK_Label_2', '지갑 생성하기 '), _defineProperty(_ko$data, 'BULK_SuccessMsg', '성공! 당신의 지갑들이 생성되었습니다. '), _defineProperty(_ko$data, 'SEND_addr', '받는 주소 '), _defineProperty(_ko$data, 'SEND_amount', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_amount_short', '보낼 수량 '), _defineProperty(_ko$data, 'SEND_custom', '커스텀 토큰 추가 '), _defineProperty(_ko$data, 'SEND_gas', '가스 '), _defineProperty(_ko$data, 'SEND_TransferTotal', '잔액 모두 전송하기 '), _defineProperty(_ko$data, 'SEND_generate', '트랜잭션 생성 '), _defineProperty(_ko$data, 'SEND_raw', '초기 트랜잭션 '), _defineProperty(_ko$data, 'SEND_signed', '서명된 트랜잭션 '), _defineProperty(_ko$data, 'SEND_trans', '트랜잭션 전송하기 '), _defineProperty(_ko$data, 'SENDModal_Title', '경고! '), _defineProperty(_ko$data, 'SENDModal_Content_1', '전송할 예정입니다. '), _defineProperty(_ko$data, 'SENDModal_Content_2', '받는 주소 '), _defineProperty(_ko$data, 'SENDModal_Content_3', '정말 전송 하시겠습니까? '), _defineProperty(_ko$data, 'SENDModal_Content_4', '참고: 에러가 발생한다면, 대부분 토큰 전송에 필요한 가스(수수료, 이더리움으로 결제)가 부족한 것입니다. 이더리움을 계좌에 추가해 주세요. '), _defineProperty(_ko$data, 'SENDModal_No', '아니요, 전송을 취소합니다. '), _defineProperty(_ko$data, 'SENDModal_Yes', '네, 맞습니다! 전송합니다. '), _defineProperty(_ko$data, 'TOKEN_Addr', 'Token Contract 주소 '), _defineProperty(_ko$data, 'TOKEN_Symbol', '토큰 기호 '), _defineProperty(_ko$data, 'TOKEN_Dec', '소수 자릿수 '), _defineProperty(_ko$data, 'TOKEN_show', '모든 토큰 보기 '), _defineProperty(_ko$data, 'TOKEN_hide', '토큰 숨기기 '), _defineProperty(_ko$data, 'TRANS_desc', '만약 토큰을 전송하고 싶다면 , "토큰 전송하기" 페이지를 사용해주세요. '), _defineProperty(_ko$data, 'TRANS_warning', '"이더리움만 전송하기" 또는 "이더리움 클래식만 전송하기" 를 사용하여 전송할 때, 몇 가지 서비스는 컨트랙트가 체결되지 않을 수 있습니다. 더보기. '), _defineProperty(_ko$data, 'TRANS_advanced', '+고급: 데이터 추가 '), _defineProperty(_ko$data, 'TRANS_data', '데이터 '), _defineProperty(_ko$data, 'TRANS_gas', '가스 한도 '), _defineProperty(_ko$data, 'TRANS_sendInfo', '21000 가스를 사용하는 표준 트랜잭션은 0.000441 ETH 를 사용합니다. 우리는 최소 가스 가격인 0.000000021 보다 약간 높게 책정하여 전송을 빠르게 합니다. MyEtherWallet은 트랜잭션 수수료를 얻지 않습니다. '), _defineProperty(_ko$data, 'OFFLINE_Title', '오프라인 트랜잭션 생성 & 전송하기 '), _defineProperty(_ko$data, 'OFFLINE_Desc', '오프라인 트랜잭션은 3단계로 이루어 집니다. 1, 3 단계는 온라인 컴퓨터로 진행되고, 2 단계는 오프라인/인터넷이 연결되지 않은 컴퓨터로 진행됩니다. 이러한 단계는 개인 키가 인터넷에 연결된 장치에 도달하지 못하도록 합니다. '), _defineProperty(_ko$data, 'OFFLLINE_Step1_Title', '1 단계 : 정보 생성하기 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step1_Button', '정보 생성 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_1', '보내는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step1_Label_2', '참고: 이것은 받는 주소가 아닌 보내는 주소입니다. Nonce는 원래 계좌에서 생성됩니다. 인터넷에 연결되지 않은 컴퓨터를 사용하는 경우 이 주소는 콜드 스토리지 계좌의 주소가 됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Title', '2 단계 : 트랜잭션 생성하기 (오프라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_1', '받는 주소 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_2', '보낼 금액/총량 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3', '가스 가격 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_3b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4', '가스 한도 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_4b', '21000 가스는 기본 설정값입니다. 컨트랙트를 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_5b', '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6', '데이터 '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_6b', '이것은 선택사항입니다. 데이터는 컨트랙트에 대해 트랜잭션을 전송할 때 자주 사용됩니다. '), _defineProperty(_ko$data, 'OFFLINE_Step2_Label_7', '개인 키 / JSON 입력 또는 선택 '), _defineProperty(_ko$data, 'OFFLINE_Step3_Title', '3 단계 : 전송 또는 트랜잭션 발행 (온라인 컴퓨터) '), _defineProperty(_ko$data, 'OFFLINE_Step3_Label_1', '2단계에서 서명된 트랜잭션를 붙여넣고, "트랜잭션 전송하기" 버튼을 누르세요 '), _defineProperty(_ko$data, 'CONTRACT_Title', '컨트랙트 주소 '), _defineProperty(_ko$data, 'CONTRACT_Title_2', '기존 컨트랙트 선택하기 '), _defineProperty(_ko$data, 'CONTRACT_Json', 'ABI / JSON 인터페이스 '), _defineProperty(_ko$data, 'CONTRACT_Interact_Title', '컨트랙트 읽기/쓰기 '), _defineProperty(_ko$data, 'CONTRACT_Interact_CTA', '함수 선택 '), _defineProperty(_ko$data, 'CONTRACT_ByteCode', 'Byte 코드 '), _defineProperty(_ko$data, 'CONTRACT_Read', '읽기 '), _defineProperty(_ko$data, 'CONTRACT_Write', '쓰기 '), _defineProperty(_ko$data, 'DEP_generate', 'Byte 코드 생성하기 '), _defineProperty(_ko$data, 'DEP_generated', '생성된 Byte 코드 '), _defineProperty(_ko$data, 'DEP_signtx', '서명 트랜잭션 '), _defineProperty(_ko$data, 'DEP_interface', '생성된 인터페이스 '), _defineProperty(_ko$data, 'NODE_Title', '커스텀 노드 설정하기 '), _defineProperty(_ko$data, 'NODE_Subtitle', '로컬 노드에 연결하려면... '), _defineProperty(_ko$data, 'NODE_Warning', 'MyEtherWallet.com을 통해 연결하기 위해서는 HTTPS 노드가 필요합니다. 모든 노드에 연결하려면 [MyEtherWallet 저장소를 다운로드하고 로컬로 실행] (https://github.com/kvhnuke/etherwallet/releases/latest) 할 수 있습니다. 추가로 무료 SSL 인증서를 [LetsEncrypt](https://letsencrypt.org/)에서 받으실 수 있습니다. '), _defineProperty(_ko$data, 'NODE_Name', '노드 명 '), _defineProperty(_ko$data, 'NODE_Port', '노드 포트 '), _defineProperty(_ko$data, 'NODE_CTA', '커스텀 노드 저장 또는 사용 '), _defineProperty(_ko$data, 'SWAP_rates', "현재 시세 "), _defineProperty(_ko$data, 'SWAP_init_1', "환전하실 "), _defineProperty(_ko$data, 'SWAP_init_2', "에서 "), _defineProperty(_ko$data, 'SWAP_init_CTA', "진행합니다! "), _defineProperty(_ko$data, 'SWAP_information', "당신의 정보 "), _defineProperty(_ko$data, 'SWAP_send_amt', "전송량 "), _defineProperty(_ko$data, 'SWAP_rec_amt', "수신량 "), _defineProperty(_ko$data, 'SWAP_your_rate', "당신의 비율 "), _defineProperty(_ko$data, 'SWAP_rec_add', "당신의 받는 주소 "), _defineProperty(_ko$data, 'SWAP_start_CTA', "교환 시작 "), _defineProperty(_ko$data, 'SWAP_ref_num', "참조 번호 "), _defineProperty(_ko$data, 'SWAP_time', "남은 전송 시간 "), _defineProperty(_ko$data, 'SWAP_elapsed', "전송 시간 경과 "), _defineProperty(_ko$data, 'SWAP_progress_1', "주문 개시 "), _defineProperty(_ko$data, 'SWAP_progress_2', "기다리는 중… : "), _defineProperty(_ko$data, 'SWAP_progress_3', "수신 완료! "), _defineProperty(_ko$data, 'SWAP_progress_4', "{{order Result.output,currency}} 전송하는 중 "), _defineProperty(_ko$data, 'SWAP_progress_5', "주문 완료 "), _defineProperty(_ko$data, 'SWAP_order_CTA', "전송해주세요 : "), _defineProperty(_ko$data, 'SWAP_unlock', "ETH 또는 토큰을 이 페이지에서 바로 전송하기 위해 당신의 지갑 비밀번호를 해제해주세요. "), _defineProperty(_ko$data, 'MSG_message', '메세지 '), _defineProperty(_ko$data, 'MSG_date', '날짜 '), _defineProperty(_ko$data, 'MSG_signature', '서명 '), _defineProperty(_ko$data, 'MSG_verify', '메세지 확인 '), _defineProperty(_ko$data, 'MSG_info1', '서명을 다른 날짜에 재사용하지 못하도록 현재의 날짜를 포함해주세요. '), _defineProperty(_ko$data, 'MSG_info2', '타인이 사용하지 못하도록 당신의 닉네임을 포함해주세요 '), _defineProperty(_ko$data, 'MSG_info3', '다른 용도로 사용되는 것을 막으려면 세부적인 내용을 메시지에 포함해주세요. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄할 수 있습니다. [계좌를 Geth/Mist로 가져오기](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)를 진행할 때 필요합니다. 잔액을 확인하려면 [etherscan.io](https://etherscan.io/)과 같은 블록체인 조회 서비스를 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'VIEWWALLET_Subtitle_Short', '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄 할 수 있습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_SuccessMsg', '성공했습니다! 지갑의 세부사항은 다음과 같습니다. '), _defineProperty(_ko$data, 'VIEWWALLET_ShowPrivKey', '(보기) '), _defineProperty(_ko$data, 'VIEWWALLET_HidePrivKey', '(숨기기) '), _defineProperty(_ko$data, 'CX_error_1', '저장된 지갑이 없습니다. 지갑을 추가하려면 ["지갑 추가"](/cx-wallet.html#add-wallet) 버튼을 클릭해주세요! '), _defineProperty(_ko$data, 'CX_quicksend', '빠른 전송 '), _defineProperty(_ko$data, 'ERROR_0', '올바른 금액을 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_1', '비밀번호는 최소 9자 이상이어야 합니다. 더 강력한 비밀번호를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_2', '죄송합니다. 이러한 유형의 지갑 파일은 인식 할 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_3', '올바른 지갑 파일이 아닙니다. '), _defineProperty(_ko$data, 'ERROR_4', '존재하지 않는 단위입니다. 다음과 같은 단위 중 하나를 사용해주세요. '), _defineProperty(_ko$data, 'ERROR_5', '잘못된 주소입니다. '), _defineProperty(_ko$data, 'ERROR_6', '잘못된 비밀번호입니다. '), _defineProperty(_ko$data, 'ERROR_7', '잘못된 수량입니다. (Must be integer. Try 0-18.) '), _defineProperty(_ko$data, 'ERROR_8', '잘못된 가스 한도입니다. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ko$data, 'ERROR_9', '잘못된 데이터입니다. (Must be hex.) '), _defineProperty(_ko$data, 'ERROR_10', '잘못된 가스 수량입니다. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ko$data, 'ERROR_11', '잘못된 nonce 입니다. (Must be integer.) '), _defineProperty(_ko$data, 'ERROR_12', '잘못된 서명 트랜잭션입니다. '), _defineProperty(_ko$data, 'ERROR_13', '이미 같은 닉네임의 지갑이 존재합니다. '), _defineProperty(_ko$data, 'ERROR_14', '지갑을 찾을 수 없습니다. '), _defineProperty(_ko$data, 'ERROR_15', '이와 같은 ID 요청을 찾을 수 없거나 요청을 읽는 데 실패하였습니다. '), _defineProperty(_ko$data, 'ERROR_16', '같은 주소의 지갑이 이미 존재합니다. 지갑 페이지를 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_17', '자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 가스 비용을 지불하기 위해서는 적어도 **0.01ETH**가 필요합니다. ETH을 추가한 뒤 다시 실행해주세요. '), _defineProperty(_ko$data, 'ERROR_18', '모든 가스가 이 트랜잭션을 위해 사용됩니다. 이것은 이미 투표를 진행했거나 토론 기간이 종료되었기 때문입니다. '), _defineProperty(_ko$data, 'ERROR_19', '비정상 기호 '), _defineProperty(_ko$data, 'ERROR_20', '올바른 ERC-20 토큰이 아닙니다 '), _defineProperty(_ko$data, 'ERROR_21', '필요한 가스양을 추정할 수 없습니다. 충분한 자금이 계좌에 없거나 수신 측 컨트랙트에 오류가 있을 수 있습니다. 가스양을 변경한 후 사용해보세요. 전송시 에러 메세지가 반환됩니다. '), _defineProperty(_ko$data, 'ERROR_22', '올바른 노드 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_23', '올바른 URL을 입력해주세요. HTTPS를 통해서 연결한다면, 노드도 HTTPS에 연결해야합니다. '), _defineProperty(_ko$data, 'ERROR_24', '올바른 포트를 입력해주세요. '), _defineProperty(_ko$data, 'ERROR_25', '올바른 체인 ID를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_26', '올바른 ABI를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_27', '최소량: 0.01. 최대량: '), _defineProperty(_ko$data, 'ERROR_28', '지갑에 액세스하기 위해서는 **Keystore 파일과 비밀번호** (또는 개인키)가 필요합니다. 별도로 저장하여 백업해주세요. 만약 그것을 저장하지 않으면 지갑을 복원할 방법이 없습니다. 자세한 내용은 [도움말 페이지](https://www.myetherwallet.com/#help)를 참고해주세요. '), _defineProperty(_ko$data, 'ERROR_29', '올바른 사용자와 패스워드를 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_30', '올바른 ENS 이름을 입력해주세요 '), _defineProperty(_ko$data, 'ERROR_31', '잘못된 비밀 문구입니다. '), _defineProperty(_ko$data, 'ERROR_32', '노드에 연결할 수 없습니다. 새로고침 하거나 도움말을 확인해주세요. '), _defineProperty(_ko$data, 'ERROR_33', '입찰자의 주소와 잠금 해제된 지갑이 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_34', '해당 이름이 문자열의 이름과 일치하지 않습니다. '), _defineProperty(_ko$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ko$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ko$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ko$data, 'SUCCESS_1', '유효한 주소 '), _defineProperty(_ko$data, 'SUCCESS_2', '지갑이 성공적으로 복호화 되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_3', '트랜잭션이 블록체인으로 공개됩니다. 트랜잭션 내역과 가스가 채굴되었는지 확인려면 클릭해주세요. 가스 또는 컨트랙트 실행 오류가 없는지 확인해주세요. TX Hash : '), _defineProperty(_ko$data, 'SUCCESS_4', '지갑이 성공적으로 추가되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_5', '파일이 선택되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_6', '성공적으로 연결되었습니다. '), _defineProperty(_ko$data, 'SUCCESS_7', '메세지 서명이 확인되었습니다. '), _defineProperty(_ko$data, 'WARN_Send_Link', '주소, 값, 가스, 데이터 필드 또는 트랜잭션 유형 (전송 모드)이 링크를 통해 도착했습니다. 전송하기 전에 정보를 변경할 수 있습니다. 시작하려면 지갑을 열어주세요. '), _defineProperty(_ko$data, 'GETH_InvalidSender', '잘못된 전송지입니다. '), _defineProperty(_ko$data, 'GETH_Nonce', 'Nonce가 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Cheap', '가스 가격이 너무 낮습니다. '), _defineProperty(_ko$data, 'GETH_Balance', '잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_NonExistentAccount', '계좌가 존재 하지 않거나 잔액이 부족합니다. '), _defineProperty(_ko$data, 'GETH_InsufficientFunds', '가스 * 가격 + 수량에 대한 자금이 부족합니다.'), _defineProperty(_ko$data, 'GETH_IntrinsicGas', '기본 가스가 부족합니다. '), _defineProperty(_ko$data, 'GETH_GasLimit', '블록 가스 한도를 초과하였습니다. '), _defineProperty(_ko$data, 'GETH_NegativeValue', '마이너스 값 '), _defineProperty(_ko$data, 'PARITY_AlreadyImported', "이미 동일한 해시를 사용한 트랜잭션을 가져 왔습니다. "), _defineProperty(_ko$data, 'PARITY_Old', "트랜잭션 Nonce가 너무 낮습니다. Nonce를 증가시키십시오. "), _defineProperty(_ko$data, 'PARITY_TooCheapToReplace', "트랜잭션 수수료가 너무 낮습니다. 동일한 nonce를 가진 다른 트랜잭션이 대기열에 있습니다. 수수료를 늘리거나 nonce를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_LimitReached', "대기열에 트랜잭션이 너무 많습니다. 트랜잭션이 한도를 초과하여 해당 트랜잭션이 제외되었습니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientGasPrice', "트랜잭션 수수료가 너무 낮습니다. 노드의 최소 수수료 (최소 : {}, 획득 : {})를 충족시키지 못합니다. 수수료를 늘려보세요. "), _defineProperty(_ko$data, 'PARITY_InsufficientBalance', "자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 필요량: {}, 현재 : {} wei. "), _defineProperty(_ko$data, 'PARITY_GasLimitExceeded', "트랜잭션 비용이 현재 가스 한도를 초과합니다. 제한 : {}, 획득 : {}. 가스 공급량을 줄이고 다시 시도해보세요. "), _defineProperty(_ko$data, 'PARITY_InvalidGasLimit', "공급 된 가스가 한도를 초과했습니다. "), _defineProperty(_ko$data, 'translate_version', '0.5 '), _defineProperty(_ko$data, 'Translator_Desc', '번역에 기여해주신 분들 '), _defineProperty(_ko$data, 'TranslatorName_1', '[CoinKorea](https://www.myetherwallet.com/?gaslimit=21000&to=0x0080782b9A9A14f7871Bb765eF7041e784D03F00&value=1.0#send-transaction) · [kanghamin](https://www.myetherwallet.com/?gaslimit=21000&to=0x7B12655A5aada0b3c053C7ff5aa444Bd666A0163&value=1.0#send-transaction) · [maa](https://www.myetherwallet.com/?gaslimit=21000&to=0x14036e41ddb2bd408eaf91597e6dc5220f776ae0&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_1', '0x0080782b9A9A14f7871Bb765eF7041e784D03F00 '), _defineProperty(_ko$data, 'TranslatorName_2', '· [Issac](https://www.myetherwallet.com/?gaslimit=21000&to=0x594a7773f4e062ccf644e8f122d5612b5f0db3b2&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_2', '0x594a7773f4e062ccf644e8f122d5612b5f0db3b2 '), _defineProperty(_ko$data, 'TranslatorName_3', '· [coinmaker](https://www.myetherwallet.com/?gaslimit=21000&to=0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_3', '0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad '), _defineProperty(_ko$data, 'TranslatorName_4', '· [csjune](https://www.myetherwallet.com/?gaslimit=21000&to=0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_4', '0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f '), _defineProperty(_ko$data, 'TranslatorName_5', '· [sadfrog](https://www.myetherwallet.com/?gaslimit=21000&to=0x608c96865c3d1364ffc5137e5ac78b57e58714d4&value=1.0#send-transaction) '), _defineProperty(_ko$data, 'TranslatorAddr_5', '0x608c96865c3d1364ffc5137e5ac78b57e58714d4 '), _defineProperty(_ko$data, 'HELP_Warning', '**2015년 3월** 이전에 지갑을 만들었거나 저장소를 다운로드했다면, 지갑 & 저장소의 새 버전을 확인하고 다운로드해주세요. 자세한 내용을 보려면 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_Desc', '잘못된 부분이나 다른 질문이 있으신가요? [우리에게 연락해주세요] (mailto : support@myetherwallet.com), 당신의 질문에 답변하는 것 뿐만 아니라, 향후 사용자들에게 더 유용할 수 있도록 페이지를 업데이트할 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Title', '몇 가지 알림 '), _defineProperty(_ko$data, 'HELP_Remind_Desc_1', '**이더리움, MyEtherWallet.com & MyEtherWallet CX, 그리고 우리가 사용하는 JavaScript 라이브러리는 활발하게 개발되고 있습니다. ** 우리가 철저하게 테스트를 진행하여 수만 개의 지갑이 전 세계 사람들에 의해 성공적으로 만들어졌지만 예상치 못한 일이 발생하여 ETH를 잃을 가능성이 항상 존재합니다. 항상 조심해주세요. 만약 무슨 일이 발생한다면, 유감스럽지만 **우리는 잃어버린 이더리움에 대한 책임을 지지 않습니다.** '), _defineProperty(_ko$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com 과 MyEtherWallet CX는 웹 지갑이 아닙니다. 계정을 만들거나 우리에게 당신이 가진 이더리움을 주면 안 됩니다. 모든 데이터는 당신의 컴퓨터와 브라우저에 남아 있을 것입니다. 우리는 당신이 쉽게 당신의 정보를 만들고, 저장하고, 접근하고 블록체인과 상호 작용할 수 있도록 도울 것입니다. '), _defineProperty(_ko$data, 'HELP_Remind_Desc_3', '당신의 개인 키와 암호를 저장하지 않으면, 지갑에 액세스할 수 없게 될 뿐만 아니라, 지갑에 있는 자금에도 접근할 수 없게 됩니다. 개인 키와 암호를 컴퓨터뿐만 아니라 – 다양한 실제 위치(ex :인쇄, 메모 등...)에도 백업해야 합니다! '), _defineProperty(_ko$data, 'HELP_0_Title', '0) 처음 사용합니다. 뭘 해야 하나요? '), _defineProperty(_ko$data, 'HELP_0_Desc_1', 'MyEtherWallet은 새로운 지갑을 생성할 수 있는 기능을 제공하므로 거래소에 이더리움을 두지 않고 직접 저장할 수 있습니다. 이 과정은 전적으로 당신의 컴퓨터에서 발생하고 우리의 서버에서 발생하지 않습니다. 따라서 새로운 지갑을 만들 때 **안전하게 백업’해야 합니다**. '), _defineProperty(_ko$data, 'HELP_0_Desc_2', '새로운 지갑 생성하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_3', '지갑 백업하기 '), _defineProperty(_ko$data, 'HELP_0_Desc_4', '새로운 지갑에 대한 액세스 권한과 필요한 모든 정보를 올바르게 저장하였는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_0_Desc_5', '이더리움을 새로운 지갑으로 전송해보세요. '), _defineProperty(_ko$data, 'HELP_1_Title', '1) 새로운 지갑을 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_1_Desc_1', '"지갑 생성" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_2', '"지갑 추가" 페이지로 이동 & "새 지갑 생성"을 선택해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_3', '안전을 위하여 강력한 비밀번호를 설정하고 비밀번호 분실을 대비하여 안전하게 백업해주세요. 송금 시에 이 비밀번호가 요구됩니다. '), _defineProperty(_ko$data, 'HELP_1_Desc_4', '"생성하기"를 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_1_Desc_5', '지갑이 생성되었습니다. '), _defineProperty(_ko$data, 'HELP_2a_Title', '어떻게 내 지갑을 저장/백업할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2a_Desc_1', '항상 지갑을 USB 드라이브 또는 메모지와 같은 여러 위치에 백업해두어야 합니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_2', '주소를 저장해주세요. 주소는 자신만 확인할 수 있도록 보관하거나 다른 사람에게 공유할 수 있습니다. 주소를 공유하면 다른 사람이 해당 주소로 이더리움을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_3', '개인 키를 저장해주세요. 절대 타인과 공유하지 마세요. 개인 키는 지갑에 액세스하거나 이더리움을 전송하는 데 필요합니다! 개인 키에는 3가지 유형이 있습니다. '), _defineProperty(_ko$data, 'HELP_2a_Desc_4', '주소, 개인 키 버전 및 종이 지갑의 PDF 파일을 폴더에 보관하고 컴퓨터와 USB 드라이브에 저장하세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_5', '프린터가 있으면 지갑을 인쇄해주세요. 프린터가 없다면, 개인 키와 지갑 주소를 메모해주세요. 인쇄물 또는 메모를 컴퓨터와 USB와 분리된 안전한 위치에 보관해주세요. '), _defineProperty(_ko$data, 'HELP_2a_Desc_6', '하드 디스크, USB, 종이의 손상을 방지해야 한다는 것을 유념하세요. 또한, 보관 장소의 재난에 대비해주세요. (화재, 홍수 등) '), _defineProperty(_ko$data, 'HELP_2b_Title', '2b) 어떻게 하면 MyEtherWallet을 이용해 안전하게 오프라인, 콜드 스토리지로 자산을 보관할 수 있나요? '), _defineProperty(_ko$data, 'HELP_2b_Desc_1', '다음을 참고 해주세요. [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ko$data, 'HELP_2b_Desc_2', '"etherwallet-vX.X.X.X.zip" 파일을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_3', 'zip 파일을 인터넷이 연결되지 않은 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_4', '압축을 푼 후, ‘index.html’ 을 더블 클릭합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_5', '강력한 비밀번호와 함께 지갑을 생성합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_6', '지갑 주소를 저장합니다. 개인 키의 버전들을 저장합니다. 비밀번호를 영원히 기억할 자신이 없다면 저장합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_7', '인쇄된 지갑과 USB를 여러 장소에 분산하여 보관합니다. '), _defineProperty(_ko$data, 'HELP_2b_Desc_8', '"지갑 정보 보기" 페이지에서 개인 키와 암호가 잘 작동하는지 확인해주세요. 저장해둔 지갑 주소가 동일한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_3_Title', '3) 새로운 지갑에 대한 액세스 권한을 확인하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_3_Desc_1', '**새 지갑에 이더리움을 전송하기 전**에 지갑에 접근할 수 있는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_3', 'MyEtherWallet.com 에서 "지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_4', '지갑 파일 선택 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_5', '지갑이 암호화되어 있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_6', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_7', '지갑 정보가 표시됩니다. 색색의 동그란 아이콘 옆에 있는 지갑 주소를 찾습니다. 아이콘은 지갑 주소를 시각적으로 나타냅니다. 지갑 주소가 지갑을 생성할 때 메모해두었던 주소와 일치하는지 확인해야 합니다. '), _defineProperty(_ko$data, 'HELP_3_Desc_8', '많은 양의 이더리움을 MyEtherWallet 으로 전송하기 전에, 소량의 이더리움을 전송해 보는 것을 권장합니다. 0.001 이더리움을 지갑으로 전송하고, 지갑을 열어 받은 이더리움을 확인하고, 다시 0.001 이더리움을 다른 주소로 전송하여 모든 과정이 잘 작동하는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Title', '4) 한 지갑에서 다른 지갑으로 이더리움을 어떻게 전송하나요? '), _defineProperty(_ko$data, 'HELP_4_Desc_1', '많은 양의 이더리움을 다른 지갑으로 전송하기 전에 소량의 이더리움을 전송하여 전송이 잘 되는지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4_Desc_2', '"이더리움 & 토큰 전송하기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_3', '지갑 파일 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_4', '지갑이 암호화되어있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_5', '"지갑 잠금 해제" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_6', '"받는 주소" 영역에 이더리움을 전송할 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_9', '"트랜잭션 생성하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_10', '몇 가지 영역이 추가로 나타납니다. 당신의 브라우저에서 트랜잭션을 생성합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_11', '바로 아래에 있는 "트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_12', '팝업창 열리면, 전송하고자 하는 수량이 정확한지 확인해주세요. 그 후, "네, 맞습니다! 전송합니다." 버튼을 누릅니다. '), _defineProperty(_ko$data, 'HELP_4_Desc_13', '트랜잭션이 제출되고, TXID가 표시 됩니다. TXID를 클릭하여 블록체인에 등록되었는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_4CX_Title', '4) 이더리움을 MyEtherWallet CX를 사용하여 전송하는 방법이 궁급합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_1', '우선 지갑을 추가해야 합니다. 그 후에, 2가지 방법이 있습니다. "빠른 전송" 또는 "이더리움 & 토큰 전송" 페이지입니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_2', '빠른 전송 '), _defineProperty(_ko$data, 'HELP_4CX_Desc_3', 'Chrome 확장 프로그램 아이콘을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_4', '‘빠른 전송’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_5', '보내는 곳(지갑)을 선택합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_6', '"받는 주소" 영역에 전송한 이더리움을 받게 될 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_7', '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_8', '"트랜잭션 전송하기"를 클릭합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_9', '받는 주소와 양이 정확한지 확인해주세요. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_10', '지갑 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_4CX_Desc_11', '"트랜잭션 전송하기"를 클릭합니다." '), _defineProperty(_ko$data, 'HELP_4CX_Desc_12', '"이더리움 & 토큰 전송하기" 페이지를 사용하는 방법'), _defineProperty(_ko$data, 'HELP_5_Title', '5) MyEtherWallet.com 을 오프라인/로컬에서 사용할 수 있나요? '), _defineProperty(_ko$data, 'HELP_5_Desc_1', 'MyEtherWallet을 GitHub 서버가 아닌 본인의 컴퓨터에서 이용할 수 있습니다. 오프라인 상태에서 지갑을 생성할 수 있으며, "오프라인 트랜잭션" 페이지에서 트랜잭션을 전송할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_7', 'MyEtherWallet.com 은 이제 본인의 컴퓨터에서 구동됩니다. '), _defineProperty(_ko$data, 'HELP_5_Desc_8', '아직 사용이 미숙할 때는, ‘index.html’ 뿐만 아니라 웹사이트를 가동하는 전체 폴더를 수정하지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_5_Desc_9', '우리는 MyEtherWallet.com을 주기적으로 업데이트하고 있으므로 당신이 정기적으로 저장소의 업데이트된 버전을 사용하는 것을 권장합니다. '), _defineProperty(_ko$data, 'HELP_5CX_Title', '5) Chrome 스토어 대신 저장소에서 이 확장 프로그램을 설치하려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_5CX_Desc_2', '"chrome-extension-vX.X.X.X.zip"을 누르고, 압축을 풀어주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_3', '구글 Chrome에서 설정(우측 상단 메뉴)에 있습니다. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_4', '"확장기능" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_5', '페이지 상단에 있는 개발자 모드 버튼에 체크해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_6', '압축 해제된 확장 프로그램 로드 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_7', '조금 전 다운로드해서 압축을 푼 폴더로 가서 선택해주세요. '), _defineProperty(_ko$data, 'HELP_5CX_Desc_8', '여기까지 하셨다면 마이이더월렛은 당신의 Chrome 확장 프로그램 창에 나타나서 Chrome 확장 프로그램 바에 생기게 됩니다. '), _defineProperty(_ko$data, 'HELP_7_Title', '7) 어떻게 토큰 전송하기&커스텀 토큰 추가할 수 있나요? '), _defineProperty(_ko$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/)에서 토큰을 탐색하여 토큰의 decimals를 찾을 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_1', '이더리움 & 토큰 전송 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_2', '지갑을 잠금 해제 합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_3', '보낼 주소 입력란에 전송하고 싶은 주소를 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_4', '전송하고 싶은 금액을 입력합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_5', '전송하고 싶은 토큰을 선택합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_6', '원하는 토큰이 보이지 않는다면 '), _defineProperty(_ko$data, 'HELP_7_Desc_7', '커스텀’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_8', '주소와 이름, 토큰의 decimals를 입력합니다. 이것은 토큰의 개발자에 의해서 제공되고 또한 당신이 Mist에서 "모니터링할 토큰 추가하기"를 할 때 필요합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_9', '‘저장’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_10', '이제 토큰을 전송할 수 있게 됐을 뿐만 아니라 사이드 바에서 잔액도 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_11', '"트랜잭션 생성" 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_12', '2가지 이상의 영역이 나타날 것입니다. 이것이 트랜잭션을 생성하고 있는 것은 당신의 브라우저입니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_13', '그 아래에 있는 파란색 ‘트랜잭션 전송하기’ 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_14', '팝업창이 열리면 보내는 양과 주소가 맞는지 확인해주세요. 그리고 "네 맞습니다! 전송합니다." 버튼을 클릭합니다. '), _defineProperty(_ko$data, 'HELP_7_Desc_15', '트랜잭션이 전송되면 TXID가 나타날 것입니다. 해당 TXID를 클릭하여 블록체인에서 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8_Title', '8) MyEtherWallet 서버가 다운되면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8_Desc_1', 'MyEtherWallet은 웹 지갑이 아닙니다. 서버에는 로그인은 물론 어떠한 것도 저장되지 않습니다. MyEtherWallet은 단지 블록체인에 접근 하게 해주는 도구입니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_2', '만약 MyEtherWallet.com 이 다운된다면, 다른 대안 도구 (geth 또는 Ethereum Wallet / Mist 등)을 사용해야 합니다. MyEtherWallet 에서 이더리움을 꺼내야 할 필요는 없습니다. 이더리움들은 MyEtherWallet.com 을 통해서 생성된 지갑 내에 존재합니다. '), _defineProperty(_ko$data, 'HELP_8_Desc_3', '암호화되지 않은 개인 키와 암호화된 Geth/Mist 형식의 파일은 쉽게 geth / 이더리움 지갑 / Mist에서 불러올 수 있습니다. 아래의 질문 #12를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_8_Desc_4', '또한, MyEtherWallet 이 다운 될 가능성은 희박합니다. 우리는 어떠한 정보도 저장하지 않기 때문에 비용이 들지 않습니다. 도메인이 다운되더라도, 항상 공개적으로 [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages)을 통해 로컬 지갑을 시작할 수 있습니다. ZIP 파일을 다운 받아주세요. '), _defineProperty(_ko$data, 'HELP_8CX_Title', '8) MyEtherWallet CX가 사라지면 어떻게 되나요? '), _defineProperty(_ko$data, 'HELP_8CX_Desc_1', '우선, 모든 정보는 MyEtherWallet 서버가 아닌 사용자의 컴퓨터에 저장됩니다. 오해할 수도 있지만, Chrome 확장 프로그램 화면은 우리의 서버에서 불러온 것이 아닙니다. 전부 사용자의 컴퓨터에 저장 되어있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_2', '즉, **매우 중요** MyEtherWallet CX 로 새로 만든 지갑 정보는 모두 백업해 두어야 합니다. 만약 컴퓨터에 문제가 생기거나 Chrome 확장 프로그램에 문제가 생겨도 백업해둔 파일로 지갑에 접근할 수 있습니다. #2a에서 지갑을 어떻게 백업 하는 지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_8CX_Desc_3', '어떤 이유로 MyEtherWallet CX 가 Chrome 스토어에서 사라져도, Github 에서 소스를 다운 받아 수동으로 사용할 수 있습니다. 위의 #5를 확인해주세요. '), _defineProperty(_ko$data, 'HELP_9_Title', '9) "이더리움 & 토큰 전송하기" 페이지는 오프라인인가요? '), _defineProperty(_ko$data, 'HELP_9_Desc_1', '아닙니다. 현재 가스 가격, 본인의 계정 정보, 그리고 트랜잭션 ("전송하기")를 나타내기 위해서는 인터넷이 필요합니다. 그러나 이것은 서명된 트랜잭션만 보냅니다. 개인 키는 안전하게 귀하와 함께 있습니다. 또한, 오프라인 트랜잭션 페이지를 제공하여 개인 키가 항상 오프라인 / 인터넷이 연결되지 않은 컴퓨터에 있는지 확인할 수 있습니다. '), _defineProperty(_ko$data, 'HELP_10_Title', '10) 오프라인 트랜잭션은 어떻게 생성하나요? '), _defineProperty(_ko$data, 'HELP_10_Desc_1', '온라인 컴퓨터에서 "오프라인 트랜잭션" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_2', '"보낸 사람 주소"를 입력하십시오. 이 주소는 TO가 아니라 FROM으로 보내는 주소입니다. 이것은 nonce 및 가스 가격을 생성합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_3', '오프라인 컴퓨터에서, "받는 곳"과 전송하고자 하는 "금액" 을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_4', '온라인 컴퓨터 1단계에서 표시된 "가스 가격"을 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_5', '온라인 컴퓨터 1단계에서 표시된 "NONCE"를 입력합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_6', '21000 가스는 기본 설정값입니다. 트랜잭션을 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_7', '가스를 늘리고 싶다면 희망 가스양을 입력해주세요. 기본값인 21000 가스보다 높은 양을 입력해야 합니다. 모든 데이터는 HEX 포맷입니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_8', '지갑을 열기 위해 지갑 파일 또는 개인 키를 선택합니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_9', '"서명된 트랜잭션 생성" 버튼을 클릭해주세요. '), _defineProperty(_ko$data, 'HELP_10_Desc_10', '이 버튼 아래의 데이터 영역은 서명된 트랜잭션으로 채워집니다. 이것을 복사하여 온라인 컴퓨터로 옮깁니다. '), _defineProperty(_ko$data, 'HELP_10_Desc_11', '온라인 컴퓨터에서 3단계의 텍스트 필드에 서명된 트랜잭션을 붙여넣고 전송하기를 클릭해주세요. 그 후에 트랜잭션이 공개됩니다. '), _defineProperty(_ko$data, 'HELP_12_Title', '12) MyEtherWallet으로 만든 지갑을 geth / 이더리움 지갑 / Mist로 가져오려면 어떻게 해야 하나요? '), _defineProperty(_ko$data, 'HELP_12_Desc_1', 'MyEtherWallet v2 +의 Geth / Mist JSON 파일 사용하기… '), _defineProperty(_ko$data, 'HELP_12_Desc_2', '"지갑 정보 보기" 페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_3', '**암호화된** 개인 키 또는 JSON 파일을 사용하여 지갑을 잠금 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_4', '"내 지갑"페이지로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_5', 'Mist로 가져올 지갑을 선택하고 "보기" 아이콘을 클릭한 다음 비밀번호를 입력하고 지갑에 액세스합니다.'), _defineProperty(_ko$data, 'HELP_12_Desc_6', '"JSON 파일 다운로드 - Geth / Mist 형식 (암호화됨)" 부문을 찾아주세요. 아래의 "다운로드" 버튼을 클릭합니다. 이제 키 저장소 파일이 생겼습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_7', '이더리움 어플리케이션을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_8', '메뉴 바에서 "계정들" > "백업" > "계정" 으로 이동합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_9', '그러면 키 저장소 폴더가 열립니다. 방금 다운로드 한 파일 ("UTC - 2016-04-14 ........ /")을 사용자의 keystore 폴더에 복사합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_10', '사용자의 계정이 바로 "계정" 아래에 나타나야합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_11', '사용자의 암호화되지 않은 개인 키를 사용합니다… '), _defineProperty(_ko$data, 'HELP_12_Desc_12', '아직 암호화된 키가 없다면 ‘지갑 세부사항 보기’ 페이지로 갑니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_13', '당신의 지갑 파일을 선택하거나 당신의 개인 키를 입력/붙여넣기 하여 지갑의 잠금을 해제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_14', '당신의 개인 키를 복사합니다. (암호화되지 않은) '), _defineProperty(_ko$data, 'HELP_12_Desc_15', '맥을 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_15b', 'PC를 사용하고 있다면 '), _defineProperty(_ko$data, 'HELP_12_Desc_16', 'Text 편집을 열어 개인 키를 붙여넣기 합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_17', '메뉴로 가서 "포맷" -> "일반 텍스트 만들기"를 선택합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_18', '이 파일을 당신 컴퓨터에 "nothing_special_delete_me.txt"같은 제목으로 저장해주세요 저장 대화 상자에 "UTF-8"과 "확장자가 제공되지 않은 경우 .txt 사용"이 표시되어있는지 확인합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_19', '터미널을 열고 다음 커맨드를 실행합니다. "geth account import ~/Desktop/nothing_special_delete_me.txt" '), _defineProperty(_ko$data, 'HELP_12_Desc_20', '실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 사용할 비밀번호이므로 절대 잃어버리지 말아 주세요. '), _defineProperty(_ko$data, 'HELP_12_Desc_21', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_22', '이후 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다.". '), _defineProperty(_ko$data, 'HELP_12_Desc_23', '메모장을 열고 개인 키를 붙여넣습니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_24', '"C :"에 "nothing_special_delete_me.txt"이름으로 파일을 저장합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_25', '"geth 계정 가져오기 C : \\ nothing_special_delete_me.txt" 명령을 실행합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_26', '명령을 실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 geth / 이더리움 지갑 / Mist에서 사용할 비밀번호이므로 절대 잃어버리지 마십시오. '), _defineProperty(_ko$data, 'HELP_12_Desc_27', '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. '), _defineProperty(_ko$data, 'HELP_12_Desc_28', '다음에 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다. '), _defineProperty(_ko$data, 'HELP_13_Title', '13) "잔액 부족. 계좌에 충분한 자금이 없습니다. 필요한 : XXXXXXXXXXXXXXXXXXX 그리고 가지고 있는: XXXXXXXXXXXXXXXXXXX" 는 어떤 의미인가요? '), _defineProperty(_ko$data, 'HELP_13_Desc_1', '이것은 가스 비용을 충당하기 위해 계좌에 이더리움이 부족하다는 의미입니다. 각각의 트랜잭션(토큰 및 컨트랙트 트랜잭션을 포함하여) 가스가 필요하고 그 가스는 이더리움으로 지불됩니다. 표시된 숫자는 Wei에서 트랜잭션의 비용을 충당하기 위해 필요한 금액입니다. 이 숫자를 "1000000000000000000"으로 나눈 다음, 당신이 전송하려고 하는 이더리움의 금액을 제외합니다.(이더리움을 전송하려고 하는 경우) 이렇게 하면 트랜잭션을 만들기 위해 해당 계좌로 전송하는데 필요한 이더리움의 금액을 알 수 있습니다. '), _defineProperty(_ko$data, 'HELP_14_Title', '14) 일부 사이트들은 마우스의 조작을 통해 개인 키 생성을 무작위로 시드 합니다. MyEtherWallet.com은 이 방식을 사용하지 않습니다. MyEtherWallet의 무작위 숫자 생성이 안전할까요? '), _defineProperty(_ko$data, 'HELP_14_Desc_1', '대상을 움직이는 마우스는 영리하게 작동하며 우리는 사람들이 그것을 좋아하는 이유를 이해하지만, 실제 window.crypto는 당신의 마우스 조작보다 더 많은 엔트로피를 보장합니다. 마우스의 조작은 안전하지 못합니다. 우리와 다른 많은 암호 실험들은 window.crypto를 믿습니다. 게다가 MyEtherWallet.com은 터치 장치에서도 이용될 수 있습니다. 여기에 [마우스 조작에 관해 화가 난 Reddit 이용자와 비탈릭의 대화 v.window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm)와 [ window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GloblCrypto)가 있습니다. '), _defineProperty(_ko$data, 'HELP_15_Title', '15) 방금 만든 계정이 블록체인 탐색기에 표시되지 않는 이유는 뭔가요? (예, etherchain, etherscan) '), _defineProperty(_ko$data, 'HELP_15_Desc_1', '계좌는 거래 활동이 있을 경우에만 블록체인 탐색기에 표시됩니다. 예를 들어, 이더리움을 계좌로 이동시키면 계좌가 활성화됩니다. '), _defineProperty(_ko$data, 'HELP_16_Title', '16) 내 계좌의 잔액을 어떻게 확인하나요? '), _defineProperty(_ko$data, 'HELP_16_Desc_1', '[etherscan.io] (https://etherscan.io/) 와 같은 블록체인 탐색기를 사용할 수 있습니다. 주소를 검색 창에 붙여넣으면 주소와 거래 내역이 표시됩니다. 예를 들어, 우리의 [기부 계정]은 (https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) 과 같습니다. '), _defineProperty(_ko$data, 'HELP_17_Title', '17) 내 지갑에서 잔액이 표시되지 않는 이유는 뭔가요? '), _defineProperty(_ko$data, 'HELP_17_Desc_1', '그 이유는 방화벽 때문입니다. 우리가 잔액 정보를 얻고 잔액 정보를 변환하는 데 사용하는 API는 어떤 이유로 든 방화벽에 의해 차단되는 경우가 많습니다. 사용자는 계속해서 트랜잭션을 보낼 수 있습니다. 당신은 단지 잔액을 확인하기 위해 etherscan.io 블록체인 탐색 사이트와 같은 다른 방법을 사용해야 될 수 있습니다. '), _defineProperty(_ko$data, 'HELP_18_Title', '18) 내 geth 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Title', '19) 내 Mist 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_19_Desc_1', 'Mist 파일은 일반적으로 위의 파일 위치에서 찾을 수 있지만 Mist를 열려면 맨 위 표시할 줄에서 "계좌"를 선택하고 "백업"을 선택한 다음 "계좌"를 선택하는 것이 훨씬 간단합니다. 그러면 파일이 저장된 폴더가 열립니다. '), _defineProperty(_ko$data, 'HELP_20_Title', '20) 나의 프리세일 지갑 파일이 어디 있나요? '), _defineProperty(_ko$data, 'HELP_20_Desc_1', '당신이 지갑 파일을 어디에 보관했든지 간에 지갑 파일은 당신에게 이메일로도 전송되었습니다. 그곳에서 확인하시면 됩니다. "ethereum_wallet_backup.json"이라고 쓰여있는 파일을 찾아서 그 파일을 선택해주세요. 이 지갑 파일은 당신이 프리 세일 구매할 때 만들었던 비밀번호로 암호화되어 있을 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Title', '21) 혹여나 누군가가 랜덤한 개인 키를 넣어 잔고를 찾아서 자기 주소로 보낼 수도 있나요? '), _defineProperty(_ko$data, 'HELP_21_Desc_1', '짧은 답변 : 가능은 합니다. 하지만 잔고가 있는 계좌를 찾는데 아마 영원한 시간이 걸릴 것입니다. 따라서 불가능하다고 생각하면 될 것 같습니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_2', '길지만, 최대한 쉽게 설명한 답변: 그래서 이더리움은 [공개 키 암호화](https://en.wikipedia.org/wiki/Public-key_cryptograpy) 특히나 [타원곡선 암호화](https://eprint.iacr.org/2013/734.pdf) 를 기반으로 합니다. 대부분의 서버는 ECC를 통해 보호됩니다. 비트코인은 SSH와 TLS 뿐만 아니라 다른 것들도 많이 사용합니다. 이더리움의 키는 128bit와 192bit보다 더 강력한 256bit 키이며, 이것들은 널리 사용되고 있으며 전문가들도 안전하다고 얘기합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_3', '이곳에는 개인 키와 공개 키가 존재합니다. 개인 키는 공개 키를 생성시킬 수 있지만, 공개 키는 개인 키로 되돌릴 수 없습니다. 인터넷과 세계의 비밀들이 이 암호를 사용하고 있다는 사실은, 공개 키에서 개인 키로 되돌리는 방법이 있다면 이것이 한 사람의 문제가 아니라 모든 사람의 문제가 될 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_4', '만약 누군가가 당신의 개인 키를 소지하고 있다면 당신의 계좌에서 이더리움을 보낼 수 있게 됩니다. 이 얘기는 누군가가 당신의 이메일의 비밀번호를 알고 있다면 당신의 이메일을 읽을 수 있으며, 이메일이나 누군가가 출금할 수 있도록 당신의 은행 계좌 비밀번호를 전송할 수 있다는 것과 마찬가지입니다. 당신은 비밀번호로 암호화된 개인 키인 ‘개인 키의 Keystore 버전’을 다운로드 할 수 있습니다. 이것은 다른 암호로 보호되는 비밀번호를 갖게 되는 것입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_5', '그리고 이론상 누군가가 당신의 계좌를 찾을 때까지 64개의 16진수 문자열을 대입한다면 당신의 계좌가 도난당할 수도 있습니다. 사실 똑똑한 사람들은 임의의 개인 키를 매우 빠르게 검사할 수 있는 프로그램을 만들 수 있습니다. 이것은 ‘무차별 대입 공격’ 또는 ‘개인 키 마이닝’이라고 알려져 있습니다. 사람들은 이것에 대해 오랫동안 고민해 왔습니다. 2~3개의 초고속 서버로 그들은 초당 100만 개 이상의 키를 검사할 수 있습니다. 그러나 초당 수많은 것들은 검사하는 것조차 이 서버를 운영하는 비용을 감당하는게 무의미한 일이 될 것입니다. 개인 키를 알아내기 위해선 어마어마한 시간이 걸립니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_6', '당신이 비트코인에 대해 이해하고 있는 사람이라면 [이 링크로 앞으로 상황을 예측할 수 있을 것입니다.](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-willpeple) 이것이 어떻게 되는 것인지 설명하자면 : 여태껏 생성된 비트코인의 모든 사토시가 고유한 자체의 개인 키로 전송했다고 가정해봅시다. 두 가지 키가 같은 키에 해당할 확률은 약 100억분의 1입니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_7', '[좀 더 기술적인 것을 원한다면:] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *이 숫자는 장치 기술과 아무런 관련이 없습니다. 그것들은 열역학이 허용하는 최대치입니다. 그리고 그것들은 256bit 키에 대한 무차별 대입 공격이 해당 컴퓨터가 다른 물질로 변할 때까지 엄청난 시간이 흘러도 불가능하다는 것을 강하게 암시합니다. '), _defineProperty(_ko$data, 'HELP_21_Desc_8', '물론, 이 모든 개인 키가 정말로 무작위 방식으로 충분한 엔트로피를 갖고 생성된다고 가정합시다. 이곳에서 생성된 키는 Jaxx 와 Mist/geth와 마찬가지로 해당 기준을 충족시킵니다. 이더리움 지갑들은 모두 좋은 지갑들입니다. 사람의 뇌가 정말로 무작위적인 시드를 만들어내지 못하기 때문에 사람에 의해 만들어진 지갑으로 만들어진 키는 썩 좋지 않습니다. 비트코인 세계에서는 정말로 무작위 방식으로 생성되고 있지 않은 엔트로피나 시드가 부족한 것에 관해 수많은 문제가 있었습니다. 하지만 그것은 언젠가 해결이 될 날을 기다릴 수 있는 것은 별개의 문제입니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Title', '보안 - MyEtherWallet CX '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_1', '이 확장 프로그램이 내 정보를 어디에 저장하나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_2', '당신이 Chrome 확장 프로그램에 저장한 정보는 [Chrome.storage](http://chrome.storage/)를 통해 저장됩니다. - 이것은 당신이 Chrome에 비밀번호를 저장한 위치와 같은 위치에 저장됩니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_3', '어떤 정보가 저장되나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_4', '주소, 닉네임, 개인 키가 Chrome 스토리지에 저장됩니다. 개인 키는 지갑을 추가할 때 생성된 비밀번호로 암호화됩니다. 닉네임, 지갑 주소는 암호화되지 않습니다. '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_5', '닉네임과 지갑 주소는 왜 암호화되지 않나요? '), _defineProperty(_ko$data, 'HELP_SecCX_Desc_6', '닉네임과 지갑 주소를 암호화하면 계좌 잔액과 닉네임들을 확인할 때마다 비밀번호를 입력해야 합니다. 보안이 걱정된다면 Chrome 확장 프로그램 대신 MyEtherWallet.com 을 사용해주세요. '), _defineProperty(_ko$data, 'HELP_Sec_Title', '보안 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_1', '당신의 첫 번째 질문이 "이 사람들을 신뢰할 수 있나요?"라는 질문이라면 매우 타당한 질문입니다. 다음 내용이 당신의 질문에 대한 답변이 되기를 바랍니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_2', '우리는 2015년 8월부터 운영되어 왔습니다. [www.reddit.com 에서 myetherwallet](https://www.reddit.com/search?q=myetherwalle)을 검색하면 많은 사용자들을 볼 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_3', '우리는 절대 돈을 빼가거나 개인 키를 훔치지 않습니다. 이 사이트에 악의적인 코드는 없습니다. 실제로 지갑 생성 페이지는 완전하게 클라이언트 측에서 작동합니다. 즉, 모든 코드가 **사용자 컴퓨터**에서 실행되며 절대 다른 곳에 정보가 저장되거나 전송되지 않습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_4', '이 URL을 확인해보세요. -- 이 사이트는 GitHub를 통해 소스가 공개되어 있으며 다음 링크에서 확인하실 수 있습니다. : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ko$data, 'HELP_Sec_Desc_5', '지갑을 생성하려면, [소스 코드를 다운로드하여 로컬에서 실행하십시오](https://github.com/kvhnuke/etherwallet/releases/latest). 위의 #5를 참조해주세요 '), _defineProperty(_ko$data, 'HELP_Sec_Desc_6', '테스트 지갑을 생성하고 어떤 네트워크 활동이 진행되는지 확인할 수 있습니다. 가장 쉬운 방법은 페이지를 마우스 오른쪽 버튼을 클릭하여 "요소 검사"를 클릭합니다. "네트워크" 탭으로 이동합니다. 테스트 지갑을 생성하면 네트워크 탭에서 네트워크 활동이 없음을 확인할 수 있습니다. data:image/gif, data:image/png 생성도 역시 네트워크를 사용하지 않는 것을 확인하실 수 있습니다. QR 코드는 컴퓨터에서 생성됩니다. 당신의 컴퓨터에서 아무것도 전송되지 않는 것을 확인하실 수 있습니다. '), _defineProperty(_ko$data, 'HELP_Sec_Desc_8', '이 도구를 사용하는 것이 내키지 않는다면 사용하지 않아도 됩니다. 우리는 사람들이 커맨드 명령을 입력이나 풀 노드를 실행할 필요 없이 지갑을 생성하고 트랜잭션을 생성하는 데 도움이 되었으면 하는 바램으로 이 도구를 제작하였습니다. 다시 말씀드리자면, 이상한 점을 발견하신다면 우리에게 연락해주세요. 가능한 빨리 답변드리겠습니다. 감사합니다! '), _defineProperty(_ko$data, 'HELP_FAQ_Title', '자주 묻는 질문에 대한 도움이 될 답변 '), _defineProperty(_ko$data, 'HELP_Contact_Title', '연락 방법 '), _ko$data); module.exports = ko; @@ -17017,7 +17014,7 @@ nl.data = (_nl$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_nl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_nl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_nl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_nl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_nl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_nl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_nl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_nl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_nl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_nl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_nl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_nl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_nl$data, 'x_CancelReplaceTx', 'Annuleer of Vervang Transactie'), _defineProperty(_nl$data, 'x_CancelTx', 'Annuleer Transactie'), _defineProperty(_nl$data, 'x_PasswordDesc', 'Dit wachtwoord * versleuteld * je prive sleutel. Dit wachtwoord dient niet als "seed" om je sleutels te genereren. **Je hebt zowel je wachtwoord als je prive sleutel beide nodig om je wallet te openen.**'), _defineProperty(_nl$data, 'x_ReadMore', 'Lees meer'), _defineProperty(_nl$data, 'x_ReplaceTx', 'Vervang Transactie'), _defineProperty(_nl$data, 'x_TransHash', 'Transactie Hash'), _defineProperty(_nl$data, 'x_TXFee', 'TX Vergoeding ("TX Fee")'), _defineProperty(_nl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_nl$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_nl$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_nl$data, 'tx_Details', 'Transactie Details'), _defineProperty(_nl$data, 'tx_Summary', 'Ten tijden van hoog transactie volume (zoals tijdens ICOs) kunnen transacties voor uren, zo niet dagen, "pending" blijven. Deze tool heeft als doel om je de mogelijkheid te geven om deze TXs op te sporen en ze te "annuleren" / vervangen. ** Dit is niet typisch iets wat je kunt doen. Je zou er niet op moeten vertrouwen dat dit werkt & het kan alleen werken als de TX Pools vol zitten. [Lees hier meer over deze tool.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_nl$data, 'tx_notFound', 'Transactie Niet Gevonden'), _defineProperty(_nl$data, 'tx_notFound_1', 'Deze TX werd niet gevonden in de TX Pool van de node waarmee je bent verbonden.'), _defineProperty(_nl$data, 'tx_notFound_2', 'Als je deze transactie zojuist hebt verzonden, wacht dan eerst 15 seconden en druk nogmaals op de "Check TX Status" knop. '), _defineProperty(_nl$data, 'tx_notFound_3', 'De transactie zou nog steeds in de TX Pool van een andere node kunnen zitten, in afwachting om ge-mined te worden.'), _defineProperty(_nl$data, 'tx_notFound_4', 'Gebruik het drop-down menu in de rechterbovenhoek & selecteer een andere ETH node (bijvoobeeld `ETH (Etherscan.io)` of `ETH (Infura.io)` of `ETH (MyEtherWallet)`) en check opnieuw.'), _defineProperty(_nl$data, 'tx_foundInPending', 'Pending Transactie Gevonden'), _defineProperty(_nl$data, 'tx_foundInPending_1', 'Je transactie is gevonden in de TX Pool van de node waarmee je bent verbonden. '), _defineProperty(_nl$data, 'tx_foundInPending_2', 'Je transactie is momenteel "pending" (in afwachting om ge-mined te worden). '), _defineProperty(_nl$data, 'tx_foundInPending_3', 'Er is een kans dat je je transactie kunt "anneleren" of vervangen. Open je wallet hieronder.'), _defineProperty(_nl$data, 'tx_FoundOnChain', 'Transactie Gevonden'), _defineProperty(_nl$data, 'tx_FoundOnChain_1', 'Je transactie was succesvol ge-mined en is in de blockchain opgenomen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_2', '**Als je een rood `( ! )`, een `BAD INSTRUCTION` of een `OUT OF GAS` foutmelding**, betekend dat dat de transactie niet succesvol is *verzonden*. Je kunt deze transactie niet annuleren of vervangen. Verzend in plaats daarvan een nieuwe transactie. Als je een "Out of Gas" foutmelding krijgt, zou je de oorspronkelijke gas limit moeten verdubbelen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_3', '**Als je geen enkele foutmelding ziet is je transactie met succes verzonden.** Je ETH of Tokens zijn waar je ze naar verzonden hebt. Als je je verzonden ETH of Tokens niet gecrediteerd ziet in je andere wallet / exchange account, en het is inmiddels al 24+ uur geleden sinds je de transactie verzonden hebt, neem dan [contact op met die service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Geef ze de *link* naar je transactie en vraag ze op je allerliefste manier om naar je situatie te kijken.'), _defineProperty(_nl$data, 'GEN_Help_1', 'gebruik jouw'), _defineProperty(_nl$data, 'GEN_Help_2', 'om toegang tot je account te verkrijgen.'), _defineProperty(_nl$data, 'GEN_Help_3', 'Jouw device * is * je wallet.'), _defineProperty(_nl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_nl$data, 'GEN_Help_5', 'Hoe maak je een Wallet'), _defineProperty(_nl$data, 'GEN_Help_6', 'Aan de slag'), _defineProperty(_nl$data, 'GEN_Help_7', 'Bewaar dit veilig · Maak een backup · Deel het met niemand · Raak het niet kwijt · Dit kan niet meer worden hersteld als je het kwijtraakt.'), _defineProperty(_nl$data, 'GEN_Help_8', 'Lukt het downloaden niet? '), _defineProperty(_nl$data, 'GEN_Help_9', 'Probeer het met Google Chrome '), _defineProperty(_nl$data, 'GEN_Help_10', 'Rechtermuisknop & kies opslaan als. Bestandsnaam: '), _defineProperty(_nl$data, 'GEN_Help_11', 'Open dit bestand niet op je computer '), _defineProperty(_nl$data, 'GEN_Help_12', 'Gebruik het enkel om je wallet te openen via MyEtherWallet (of Mist, Geth, Parity en andere wallet clients.) '), _defineProperty(_nl$data, 'GEN_Help_13', 'Hoe maak je een backup van je Keystore bestand '), _defineProperty(_nl$data, 'GEN_Help_14', 'Wat zijn al deze verschillende formaten? '), _defineProperty(_nl$data, 'GEN_Help_15', 'Voorkom verlies & diefstal van je tegoeden.'), _defineProperty(_nl$data, 'GEN_Help_16', 'Wat zijn al deze verschillende formaten?'), _defineProperty(_nl$data, 'GEN_Help_17', 'Waarom zou ik?'), _defineProperty(_nl$data, 'GEN_Help_18', 'Om een tweede extra backup te hebben.'), _defineProperty(_nl$data, 'GEN_Help_19', 'Voor als je ooit je wachtwoord vergeet.'), _defineProperty(_nl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_nl$data, 'GET_ConfButton', 'Ik begrijp het. Ga door.'), _defineProperty(_nl$data, 'GEN_Label_5', 'Sla je Prive Sleutel op. '), _defineProperty(_nl$data, 'GEN_Unlock', 'Open je wallet om je adres te bekijken'), _defineProperty(_nl$data, 'GAS_PRICE_Desc', 'Gas Prijs is het bedrag dat je betaald per unit gas. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Des te hoger de gas prijs = de sneller je transactie, maar ook duurder. Standaard is `41 GWEI`.'), _defineProperty(_nl$data, 'GAS_LIMIT_Desc', 'Gas limiet is de hoeveelheid gas waarmee je je TX verstuurd. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Het verhogen van dit nummer zorgt er niet voor dat je TX sneller ge-mined zal worden. Verzenden van ETH = `21000`. Verzenden van Tokens = ~`200000`.'), _defineProperty(_nl$data, 'NONCE_Desc', 'De nonce is het aantal transacties die reeds verzonden zijn van een gegeven adres. De nonce verzekert dat transacties in de juiste volgorde worden verzonden en dat een transactie slechts 1 keer geldig is.'), _defineProperty(_nl$data, 'TXFEE_Desc', 'De TX vergoeding (`fee`) wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. De vergoeding is de `gas limiet` * `gas prijs`. [Je kunt hier GWEI -> ETH converteren](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_nl$data, 'NAV_AddWallet', 'Wallet Toevoegen '), _defineProperty(_nl$data, 'NAV_BulkGenerate', 'Bulk Genereren '), _defineProperty(_nl$data, 'NAV_Contact', 'Contact '), _defineProperty(_nl$data, 'NAV_Contracts', 'Contracten '), _defineProperty(_nl$data, 'NAV_DeployContract', 'Publiceer Contract '), _defineProperty(_nl$data, 'NAV_ENS', 'ENS'), _defineProperty(_nl$data, 'NAV_GenerateWallet_alt', 'Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_GenerateWallet', 'Genereer Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_Help', 'Help '), _defineProperty(_nl$data, 'NAV_InteractContract', 'Interactie met Contract '), _defineProperty(_nl$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_nl$data, 'NAV_MyWallets', 'Mijn Wallets '), _defineProperty(_nl$data, 'NAV_Offline', 'Verzend Offline '), _defineProperty(_nl$data, 'NAV_SendEther', 'Verzend Ether & Tokens '), _defineProperty(_nl$data, 'NAV_SendTokens', 'Verzend Tokens '), _defineProperty(_nl$data, 'NAV_SignMsg', 'Onderteken Bericht '), _defineProperty(_nl$data, 'NAV_Swap', 'Omwisselen '), _defineProperty(_nl$data, 'NAV_ViewWallet', 'Bekijk Wallet Info '), _defineProperty(_nl$data, 'NAV_YourWallets', 'Jouw Wallets '), _defineProperty(_nl$data, 'x_Access', 'Verkrijg Toegang '), _defineProperty(_nl$data, 'x_AddessDesc', 'Je Adres wordt ook wel je `Account #` of je Publieke Sleutel ("Public Key") genoemd. Dit is wat je deelt met anderen zodat ze je Ether of Tokens kunnen toesturen. Zie ook je kleurrijke adres icoon. Zorg ervoor dat het matched met je paper wallet & waar dan ook wanneer je je adres ergens invoerd. Dit icoon is een makkelijke manier om je adres te herkennen. '), _defineProperty(_nl$data, 'x_Address', 'Je Adres '), _defineProperty(_nl$data, 'x_Cancel', 'Annuleren '), _defineProperty(_nl$data, 'x_CSV', 'CSV bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Download', 'Download '), _defineProperty(_nl$data, 'x_Json', 'JSON Bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_JsonDesc', 'Dit is het onversleutelde, JSON formaat van je prive sleutel ("Private Key"). Dit betekend dat je het wachtwoord niet nodig hebt, maar ook dat een ieder die je JSON bestand vind toegang heeft tot je wallet & Ether zonder wachtwoord. '), _defineProperty(_nl$data, 'x_Keystore', 'Keystore Bestand (UTC / JSON · Aangeraden · versleuteld) '), _defineProperty(_nl$data, 'x_Keystore2', 'Keystore Bestand (UTC / JSON) '), _defineProperty(_nl$data, 'x_KeystoreDesc', 'Dit Keystore bestand voldoet aan het formaat zoals gebruikt door Mist waardoor je het gemakkelijk kunt importeren in de toekomst. Dit is de aanbevolen methode voor download en back up. '), _defineProperty(_nl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_nl$data, 'x_Mnemonic', 'Mnemonic Zin '), _defineProperty(_nl$data, 'x_ParityPhrase', 'Parity herstelzin '), _defineProperty(_nl$data, 'x_Password', 'Wachtwoord '), _defineProperty(_nl$data, 'x_Print', 'Druk je papieren wallet af '), _defineProperty(_nl$data, 'x_PrintDesc', 'ProTip: Klik Afdrukken en sla deze pagina op als PDF, zelfs als je geen printer hebt! '), _defineProperty(_nl$data, 'x_PrintShort', 'Afdrukken '), _defineProperty(_nl$data, 'x_PrivKey', 'Prive Sleutel (onversleuteld) '), _defineProperty(_nl$data, 'x_PrivKey2', 'Prive Sleutel '), _defineProperty(_nl$data, 'x_PrivKeyDesc', 'Dit is een onversleutelde tekst versie van je prive sleutel waarbij geen wachtwoord benodigd is. Mocht iemand deze onversleutelde prive sleutel vinden, kunnen zij zonder wachtwoord bij je account. Om deze reden zijn versleutelde versies aanbevolen. '), _defineProperty(_nl$data, 'x_Save', 'Opslaan '), _defineProperty(_nl$data, 'x_TXT', 'TXT bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Wallet', 'Wallet '), _defineProperty(_nl$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extensie '), _defineProperty(_nl$data, 'CX_Warning_1', 'Zorg voor **externe backups** van alle wallets die je hier opslaat. Er kunnen diverse dingen gebeuren die ervoor zorgen dat je gegevens in deze Chrome Extensie verloren gaan, inclusief het deinstalleren en installeren van de extensie. Deze extensie is een manier om je wallet gemakkelijk toegankelijk te maken, **geen** manier om ze te backuppen. '), _defineProperty(_nl$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_nl$data, 'MEW_Warning_1', 'Check altijd de URL voordat je jouw wallet opent of een nieuwe wallet genereert. Pas op voor phishing sites! '), _defineProperty(_nl$data, 'FOOTER_1', 'Een gratis, open source, client-side interface om Ethereum wallets te genereren & meer. Wissel op een gemakkelijke & veilige manier informatie uit met de Ethereum blockchain. Dubbel-check de URL/link ( myetherwallet.com ) alvorens je wallet te openen.'), _defineProperty(_nl$data, 'FOOTER_1b', 'Gemaakt door '), _defineProperty(_nl$data, 'FOOTER_2', 'Donaties worden zeer gewaardeerd: '), _defineProperty(_nl$data, 'FOOTER_3', 'Client-side wallet genereren door '), _defineProperty(_nl$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_nl$data, 'sidebar_AccountInfo', 'Account Informatie '), _defineProperty(_nl$data, 'sidebar_AccountAddr', 'Account Adres '), _defineProperty(_nl$data, 'sidebar_AccountBal', 'Account Saldo '), _defineProperty(_nl$data, 'sidebar_TokenBal', 'Token Saldo '), _defineProperty(_nl$data, 'sidebar_Equiv', 'Equivalente Waarde '), _defineProperty(_nl$data, 'sidebar_TransHistory', 'Transactie Geschiedenis '), _defineProperty(_nl$data, 'sidebar_donation', 'MyEtherWallet is een gratis, open-source service toegewijd aan jouw privacy en beveiliging. Des te meer donaties we ontvangen, des te meer tijd we zullen spenderen aan nieuwe functies, aan de hand van jouw terugkoppeling, en we je kunnen geven wat jij wilt. Wij zijn slechts twee mensen die de wereld een stukje beter willen maken. Help jij mee? '), _defineProperty(_nl$data, 'sidebar_donate', 'Doneer '), _defineProperty(_nl$data, 'sidebar_thanks', 'BEDANKT!!! '), _defineProperty(_nl$data, 'sidebar_DisplayOnTrezor', 'Toon adres op TREZOR'), _defineProperty(_nl$data, 'sidebar_DisplayOnLedger', 'Toon adres op Ledger'), _defineProperty(_nl$data, 'decrypt_Access', 'Hoe wil je toegang tot je wallet? '), _defineProperty(_nl$data, 'decrypt_Title', 'Selecteer het formaat van je prive sleutel: '), _defineProperty(_nl$data, 'decrypt_Select', 'Selecteer een Wallet: '), _defineProperty(_nl$data, 'MNEM_1', 'Selecteer het adres waarmee je wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_2', 'Met jouw enkele HD mnemonic zin heb je toegang tot meerdere wallets / adressen. Selecteer het adres waarmee je nu wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_more', 'Meer Adressen '), _defineProperty(_nl$data, 'MNEM_prev', 'Vorige Adressen '), _defineProperty(_nl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_1', 'Verbind je Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_2', 'Open de Ethereum applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Exp', 'Open de Expanse applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Ubq', 'Open de Ubiq applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_3', 'Controleer of "Browser Support" is ingeschakeld in je instellingen '), _defineProperty(_nl$data, 'ADD_Ledger_4', 'Als je "Browser Support" niet in je instellingen kunt vinden, controleer dan dat je [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) is '), _defineProperty(_nl$data, 'ADD_Ledger_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_Ledger_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Ledger_scan', 'Verbind met Ledger Wallet '), _defineProperty(_nl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_nl$data, 'ADD_Trezor_scan', 'Verbind met TREZOR '), _defineProperty(_nl$data, 'ADD_MetaMask', 'Verbind met MetaMask '), _defineProperty(_nl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_scan', 'Verbind met Digital Bitbox '), _defineProperty(_nl$data, 'ADD_Label_1', 'Wat wil je doen? '), _defineProperty(_nl$data, 'ADD_Radio_1', 'Genereer nieuwe wallet '), _defineProperty(_nl$data, 'ADD_Radio_2', 'Selecteer je wallet bestand (Keystore / JSON) '), _defineProperty(_nl$data, 'ADD_Radio_2_alt', 'Selecteer je wallet bestand '), _defineProperty(_nl$data, 'ADD_Radio_2_short', 'SELECTEER WALLET BESTAND... '), _defineProperty(_nl$data, 'ADD_Radio_3', 'Plak/Type je prive sleutel '), _defineProperty(_nl$data, 'ADD_Radio_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Radio_5', 'Plak/type Mnemonic '), _defineProperty(_nl$data, 'ADD_Radio_5_Path', 'Selecteer HD derivation path '), _defineProperty(_nl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_nl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_nl$data, 'ADD_Label_2', 'Verzin een Nickname: '), _defineProperty(_nl$data, 'ADD_Label_3', 'Je wallet is versleuteld. Geef je wachtwoord '), _defineProperty(_nl$data, 'ADD_Label_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Warning_1', 'Je kunt elk account toevoegen als "bekijken" in het wallets tabblad zonder de prive sleutel te uploaden. Dit betekend ** niet ** dat je toegang hebt tot deze wallet, noch dat je er Ether vanuit kunt versturen. '), _defineProperty(_nl$data, 'ADD_Label_5', 'Voer het adres in '), _defineProperty(_nl$data, 'ADD_Label_6', 'Ontsleutel je wallet '), _defineProperty(_nl$data, 'ADD_Label_6_short', 'Ontsleutel '), _defineProperty(_nl$data, 'ADD_Label_7', 'Voeg account toe '), _defineProperty(_nl$data, 'ADD_Label_8', 'Wachtwoord (optioneel): '), _defineProperty(_nl$data, 'MYWAL_Nick', 'Wallet Nickname '), _defineProperty(_nl$data, 'MYWAL_Address', 'Wallet Adres '), _defineProperty(_nl$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_nl$data, 'MYWAL_Edit', 'Bewerken '), _defineProperty(_nl$data, 'MYWAL_View', 'Bekijken '), _defineProperty(_nl$data, 'MYWAL_Remove', 'Verwijderen '), _defineProperty(_nl$data, 'MYWAL_RemoveWal', 'Verwijder Wallet: '), _defineProperty(_nl$data, 'MYWAL_WatchOnly', 'Je Watch-Only Accounts '), _defineProperty(_nl$data, 'MYWAL_Viewing', 'Te Bekijken Wallet '), _defineProperty(_nl$data, 'MYWAL_Hide', 'Verberg Wallet Info '), _defineProperty(_nl$data, 'MYWAL_Edit_2', 'Bewerk Wallet '), _defineProperty(_nl$data, 'MYWAL_Name', 'Wallet Naam '), _defineProperty(_nl$data, 'MYWAL_Content_1', 'Waarschuwing! Je staat op het punt om je wallet te verwijderen '), _defineProperty(_nl$data, 'MYWAL_Content_2', 'Wees er zeker van dat je **de prive sleutel/JSON bestand en het wachtwoord opgeslagen hebt** van deze wallet voordat je het verwijderd. '), _defineProperty(_nl$data, 'MYWAL_Content_3', 'Als je deze wallet in de toekomst nog wilt gebruiken met MyEtherWallet CX, zul je het met de hand moeten toevoegen door gebruik te maken van de prive sleutel/JSON en wachtwoord. '), _defineProperty(_nl$data, 'GEN_desc', 'Als je meerdere wallets wilt genereren, kun je dat hier doen '), _defineProperty(_nl$data, 'GEN_Label_1', 'Voer een sterk wachtwoord in (minimaal 9 karakters) '), _defineProperty(_nl$data, 'GEN_Placeholder_1', 'Vergeet NIET om dit wachtwoord op te slaan! '), _defineProperty(_nl$data, 'GEN_SuccessMsg', 'Gelukt! Je wallet is gegenereerd. '), _defineProperty(_nl$data, 'GEN_Label_2', 'Sla je "Keystore" bestand op.'), _defineProperty(_nl$data, 'GEN_Label_3', 'Sla je adres op. '), _defineProperty(_nl$data, 'GEN_Label_4', 'Optioneel: Druk je papieren wallet af, of bewaar hem als QR code.'), _defineProperty(_nl$data, 'BULK_Label_1', 'Aantal te genereren wallets '), _defineProperty(_nl$data, 'BULK_Label_2', 'Genereer Wallets '), _defineProperty(_nl$data, 'BULK_SuccessMsg', 'Gelukt! Je wallets zijn gegenereerd. '), _defineProperty(_nl$data, 'SEND_addr', 'Aan Adres '), _defineProperty(_nl$data, 'SEND_amount', 'Te verzenden bedrag '), _defineProperty(_nl$data, 'SEND_amount_short', 'Bedrag '), _defineProperty(_nl$data, 'SEND_custom', 'Aangepast Token '), _defineProperty(_nl$data, 'SEND_gas', 'Gas '), _defineProperty(_nl$data, 'SEND_TransferTotal', 'Verzend volledig saldo '), _defineProperty(_nl$data, 'SEND_generate', 'Genereer Transactie '), _defineProperty(_nl$data, 'SEND_raw', 'Raw Transactie '), _defineProperty(_nl$data, 'SEND_signed', 'Gesigneerde Transactie '), _defineProperty(_nl$data, 'SEND_trans', 'Verzend Transactie '), _defineProperty(_nl$data, 'SENDModal_Title', 'Waarschuwing! '), _defineProperty(_nl$data, 'SENDModal_Content_1', 'Je staat op het punt om het volgende bedrag over te maken '), _defineProperty(_nl$data, 'SENDModal_Content_2', 'aan adres '), _defineProperty(_nl$data, 'SENDModal_Content_3', 'Weet je zeker dat je dit wilt doen? '), _defineProperty(_nl$data, 'SENDModal_Content_4', 'OPMERKING: Als je een fout bent tegengekomen, zul je waarschijnlijk ether aan je account moeten toevoegen om de gas kosten voor het verzenden van deze transactie te betalen. Gas wordt betaald in ether. '), _defineProperty(_nl$data, 'SENDModal_No', 'Nee, haal me hier weg! '), _defineProperty(_nl$data, 'SENDModal_Yes', 'Ja, ik weet het zeker! Maak de transactie. '), _defineProperty(_nl$data, 'TOKEN_Addr', 'Token Contract Adres '), _defineProperty(_nl$data, 'TOKEN_Symbol', 'Token Symbool '), _defineProperty(_nl$data, 'TOKEN_Dec', 'Decimalen '), _defineProperty(_nl$data, 'TOKEN_show', 'Toon alle Tokens '), _defineProperty(_nl$data, 'TOKEN_hide', 'Verberg Tokens '), _defineProperty(_nl$data, 'TRANS_desc', 'Als je Tokens wilt versturen, gebruik dan de "Verzend Token" pagina i.p.v. deze pagina. '), _defineProperty(_nl$data, 'TRANS_advanced', '+Geavanceerd: Voeg Data toe '), _defineProperty(_nl$data, 'TRANS_data', 'Data '), _defineProperty(_nl$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_nl$data, 'TRANS_sendInfo', 'Een standaard transactie met 21000 gas zal 0.000441 ETH kosten. Wij gebruiken een iets-boven-minimum gas prijs van 0.000000021 ETH om te garranderen dat de transactie snel uitgevoerd zal worden. Wij zijn niet verantwoordelijk voor je transactie kosten. '), _defineProperty(_nl$data, 'OFFLINE_Title', 'Genereer & Verzend een Offline Transactie '), _defineProperty(_nl$data, 'OFFLINE_Desc', 'Een offline transactie doe je in drie stappen. Stap 1 en 3 doe je op een online computer, terwijl je stap 2 uitvoert op een offline/afgeschermde computer. Dit zorgt ervoor dat je prive sleutel niet in aanraking komt met een met internet verbonden computer. '), _defineProperty(_nl$data, 'OFFLLINE_Step1_Title', 'Stap 1: Genereer Informatie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step1_Button', 'Genereer Informatie '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_1', 'Van Adres '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_2', 'Opmerking: Dit is het VAN adress, niet het AAN adres. De Nonce wordt generenereerd van het oorspronkelijke account. Als je een afgeschermde (airgapped) computer gebruikt, zal dit het adres van het cold-storage account zijn. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Title', 'Stap 2: Genereer Transactie (Offline Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_1', 'Aan Adres '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_2', 'Waarde / Te Verzenden Bedrag '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3', 'Gas Prijs '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4', 'Gas Limiet '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4b', '21000 is de standaard gas limiet. Als je (naar) een contract verstuurd of data toevoegd, zou je dit anders moeten instellen. Alle onbenutte gas zal aan je worden teruggestuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6b', 'Dit is optioneel. Data wordt vaak gebruikt als je transacties naar contracten verstuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_7', 'Selecteer en geef je Prive Sleutel / JSON in. '), _defineProperty(_nl$data, 'OFFLINE_Step3_Title', 'Stap 3: Verstuur / Publiceer Transactie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step3_Label_1', 'Plak de gesigneerde transactie van Stap 2 hier en klik de "Verzend Transactie" knop. '), _defineProperty(_nl$data, 'CONTRACT_Title', 'Contract Adres '), _defineProperty(_nl$data, 'CONTRACT_Title_2', 'Selecteer Bestaand Contract '), _defineProperty(_nl$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_nl$data, 'CONTRACT_Interact_Title', 'Lees / Schrijf Contract '), _defineProperty(_nl$data, 'CONTRACT_Interact_CTA', 'Selecteer een functie '), _defineProperty(_nl$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_nl$data, 'CONTRACT_Read', 'LEES '), _defineProperty(_nl$data, 'CONTRACT_Write', 'SCHRIJF '), _defineProperty(_nl$data, 'DEP_generate', 'Genereer Bytecode '), _defineProperty(_nl$data, 'DEP_generated', 'Gegenereerde Bytecode '), _defineProperty(_nl$data, 'DEP_signtx', 'Onderteken Transactie '), _defineProperty(_nl$data, 'DEP_interface', 'Gegenereerde Interface '), _defineProperty(_nl$data, 'NODE_Title', 'Stel je Custom Node in'), _defineProperty(_nl$data, 'NODE_Subtitle', 'Om met een lokale node te verbinden...'), _defineProperty(_nl$data, 'NODE_Warning', 'Je node dient HTTPS te zijn om met MyEtherWallet.com te kunnen verbinden. Je kunt de [MyEtherWallet repo downloaden](https://github.com/kvhnuke/etherwallet/releases/latest) en lokaal uitvoeren en vervolgens met iedere node verbinden. Of, verkrijg een gratis SSL certificaat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_nl$data, 'NODE_Name', 'Node Naam'), _defineProperty(_nl$data, 'NODE_Port', 'Node Poort'), _defineProperty(_nl$data, 'NODE_CTA', 'Opslaan & Custom Node gebruiken'), _defineProperty(_nl$data, 'SWAP_rates', "Actuele Koersen "), _defineProperty(_nl$data, 'SWAP_init_1', "Ik wil mijn "), _defineProperty(_nl$data, 'SWAP_init_2', " omwisselen voor "), _defineProperty(_nl$data, 'SWAP_init_CTA', "Naar de volgende stap "), _defineProperty(_nl$data, 'SWAP_information', "Je informatie "), _defineProperty(_nl$data, 'SWAP_send_amt', "Te verzenden bedrag "), _defineProperty(_nl$data, 'SWAP_rec_amt', "Te ontvangen bedrag "), _defineProperty(_nl$data, 'SWAP_your_rate', "Je wisselkoers "), _defineProperty(_nl$data, 'SWAP_rec_add', "Je ontvangst Adres "), _defineProperty(_nl$data, 'SWAP_start_CTA', "Start Omwisselen "), _defineProperty(_nl$data, 'SWAP_ref_num', "Je referentie nummer "), _defineProperty(_nl$data, 'SWAP_time', "Resterende tijd om te verzenden "), _defineProperty(_nl$data, 'SWAP_elapsed', "Verstreken tijd sinds verzonden"), _defineProperty(_nl$data, 'SWAP_progress_1', "Bestelling Gestart "), _defineProperty(_nl$data, 'SWAP_progress_2', "Wachten op je "), _defineProperty(_nl$data, 'SWAP_progress_3', "Ontvangen! "), _defineProperty(_nl$data, 'SWAP_progress_4', "Verzenden van je {{orderResult.output.currency}} "), _defineProperty(_nl$data, 'SWAP_progress_5', "Bestelling Voltooid "), _defineProperty(_nl$data, 'SWAP_order_CTA', "Verzend alsjeblieft "), _defineProperty(_nl$data, 'SWAP_unlock', "Open je Wallet op deze pagina om ETH of Tokens direct te verzenden. "), _defineProperty(_nl$data, 'MSG_message', 'Bericht '), _defineProperty(_nl$data, 'MSG_date', 'Datum '), _defineProperty(_nl$data, 'MSG_signature', 'Handtekening '), _defineProperty(_nl$data, 'MSG_verify', 'Verifieer Bericht '), _defineProperty(_nl$data, 'MSG_info1', 'Voeg de huidige datum toe zodat je handtekening niet opnieuw kan worden gebruikt op een andere datum. '), _defineProperty(_nl$data, 'MSG_info2', 'Voeg je nickname toe en waar je deze gebruikt zodat anderen deze niet kunnen gebruiken. '), _defineProperty(_nl$data, 'MSG_info3', 'Geef een specifieke reden op voor de boodschap, zodat deze niet kan worden hergebruikt voor een ander doel. '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. Je zou dit kunnen doen om [je account in Geth/Mist te importeren](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Als je enkel je saldo wilt raadplegen, adviseren we je om gebruik te maken van een blockchain explorer zoals [etherscan.io](https://etherscan.io/). '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle_Short', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. '), _defineProperty(_nl$data, 'VIEWWALLET_SuccessMsg', 'Gelukt! Hier zijn je wallet details. '), _defineProperty(_nl$data, 'VIEWWALLET_ShowPrivKey', '(laat zien)'), _defineProperty(_nl$data, 'VIEWWALLET_HidePrivKey', '(verberg)'), _defineProperty(_nl$data, 'CX_error_1', 'Je hebt nog geen enkele wallets opgeslagen. Klik ["Voeg wallet toe"](/cx-wallet.html#add-wallet) om er een toe te voegen! '), _defineProperty(_nl$data, 'CX_quicksend', 'VerzendSnel '), _defineProperty(_nl$data, 'ERROR_0', 'Geef alsjeblieft een geldig bedrag in. '), _defineProperty(_nl$data, 'ERROR_1', 'Je wachtwoord dient minimaal 9 karakters lang te zijn. Zorg voor een sterk wachtwoord. '), _defineProperty(_nl$data, 'ERROR_2', 'Sorry! We herkennen dit type Wallet bestand niet. '), _defineProperty(_nl$data, 'ERROR_3', 'Dit is geen geldig Wallet bestand. '), _defineProperty(_nl$data, 'ERROR_4', 'Deze eenheid bestaat niet, kies alsjeblieft een van de volgende eenheden '), _defineProperty(_nl$data, 'ERROR_5', 'Ongeldig adres. '), _defineProperty(_nl$data, 'ERROR_6', 'Ongeldig wachtwoord. '), _defineProperty(_nl$data, 'ERROR_7', 'Ongeldig bedrag. (Moet een getal zijn. Probeer 0-18.) '), _defineProperty(_nl$data, 'ERROR_8', 'Ongeldige gas limiet. (Moet een getal zijn. Probeer 21000-4000000.) '), _defineProperty(_nl$data, 'ERROR_9', 'Ongeldige data waarde. (Moet hexadecimaal zijn.) '), _defineProperty(_nl$data, 'ERROR_10', 'Ongeldige gas bedrag. (Moet een getal zijn. Probeer 20 GWEI / 20000000000 WEI.) '), _defineProperty(_nl$data, 'ERROR_11', 'Ongeldige nonce. (Moet een getal zijn.) '), _defineProperty(_nl$data, 'ERROR_12', 'Ongeldige gesigneerde transactie. '), _defineProperty(_nl$data, 'ERROR_13', 'Een wallet met deze nickname bestaat reeds. '), _defineProperty(_nl$data, 'ERROR_14', 'Wallet niet gevonden. '), _defineProperty(_nl$data, 'ERROR_15', 'Het ziet er niet naar uit dat een proposal met dit ID bestaat of dat er een fout is opgetreden bij het lezen van dit proposal. '), _defineProperty(_nl$data, 'ERROR_16', 'Een wallet met dit adres bestaat reeds. Check alsjeblileft je wallet pagina. '), _defineProperty(_nl$data, 'ERROR_17', 'Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Je hebt mininaal 0.01 ether in je account nodig om de in de gas kosten te voorzien. Voeg alsjeblieft wat ether toe en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_18', 'Alle gas zou worden verbruikt op deze transactie. Dit betekend dat je al gestemd hebt op dit proposal of dat de debateerperiode is verstreken. '), _defineProperty(_nl$data, 'ERROR_19', 'Ongeldig symbol '), _defineProperty(_nl$data, 'ERROR_20', 'is geen geldig ERC-20 token. Als andere tokens nog aan het laden zijn, verwijder dan dit token en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_21', 'Kon gas niet inschatten. Er is onvoldoende saldo in het account, of het ontvangende contract adres geeft een fout. Voel je vrij om het gas handmatig in te stellen en door te gaan. De foutmelding bij het verzenden kan informatiever zijn. '), _defineProperty(_nl$data, 'ERROR_22', 'Geef een geldige node naam in '), _defineProperty(_nl$data, 'ERROR_23', 'Voer een geldige url in, als je van https gebruik maakt moet je url met https beginnen '), _defineProperty(_nl$data, 'ERROR_24', 'Voer een geldige poort in '), _defineProperty(_nl$data, 'ERROR_25', 'Voer een geldig chain ID in '), _defineProperty(_nl$data, 'ERROR_26', 'Voer een geldige ABI in '), _defineProperty(_nl$data, 'ERROR_27', 'Minimale hoeveelheid is 0.01 '), _defineProperty(_nl$data, 'ERROR_28', '**Je hebt je Keystore Bestand & wachtwoord of prive sleutel nodig** om toegang tot deze wallet te verkrijgen in de toekomst. Sla het op & maak een externe back-up! Er is geen enkele manier om je wallet te herstellen als je het nu niet opslaat. Lees ook de help pagina (https://www.myetherwallet.com/#help) voor instructies. '), _defineProperty(_nl$data, 'ERROR_29', 'Voer een valide gebruikersnaam en wachtwoord in '), _defineProperty(_nl$data, 'ERROR_30', 'Voer een valide ENS naam in '), _defineProperty(_nl$data, 'ERROR_31', 'Ongeldige geheime zin '), _defineProperty(_nl$data, 'ERROR_32', 'Kon niet met de node verbinden. Ververs de pagina, probeer een andere node (rechterbovenhoek) en/of check je firewall instellingen. Check bij een custom node je configuratie.'), _defineProperty(_nl$data, 'ERROR_33', 'De wallet die je hebt geopend matched niet bij het adres van de eigenaar owner\'s. '), _defineProperty(_nl$data, 'ERROR_34', 'De naam die je probeert de onthullen ("reveal") matched niet met de naam die je hebt ingevoerd. '), _defineProperty(_nl$data, 'ERROR_35', 'Input adres is niet ge-checksummed. Meer info'), _defineProperty(_nl$data, 'ERROR_36', 'Voer een geldige TX hash in'), _defineProperty(_nl$data, 'ERROR_37', 'Voer een geldige hex string in (0-9, a-f)'), _defineProperty(_nl$data, 'SUCCESS_1', 'Geldig adres '), _defineProperty(_nl$data, 'SUCCESS_2', 'Wallet succesvol ontsleuteld '), _defineProperty(_nl$data, 'SUCCESS_3', 'Je TX is naar het netwerk verzonden (ge-broadcast), en is in afwachting om ge-mined en bevestigd te worden. Ten tijden van ICOs, kan het zijn dat het bevestigen ervan 3+ uur duurt. Gebruik de Verify & Check knoppen hieronder on de status te volgen. TX Hash: '), _defineProperty(_nl$data, 'SUCCESS_4', 'Je Wallet is succesvol toegevoegd '), _defineProperty(_nl$data, 'SUCCESS_5', 'Bestand Geselecteerd '), _defineProperty(_nl$data, 'SUCCESS_6', 'Je bent succesvol verbonden '), _defineProperty(_nl$data, 'SUCCESS_7', 'Bericht Ondertekening Geverifieerd'), _defineProperty(_nl$data, 'WARN_Send_Link', 'Je bent hier gekomen via een link waarbij het adres, bedrag, gas of data velden al ingevuld zijn. Indien gewenst kun je elk veld nog aanpassen voor het verzenden. Ontgrendel je wallet on te beginnen. '), _defineProperty(_nl$data, 'GETH_InvalidSender', 'Ongeldige verzender '), _defineProperty(_nl$data, 'GETH_Nonce', 'Nonce te laag '), _defineProperty(_nl$data, 'GETH_Cheap', 'Gas prijs te laag voor acceptatie '), _defineProperty(_nl$data, 'GETH_Balance', 'Ontoereikend saldo '), _defineProperty(_nl$data, 'GETH_NonExistentAccount', 'Account bestaat niet of account saldo te laag '), _defineProperty(_nl$data, 'GETH_InsufficientFunds', 'Ontoereikend saldo voor gas * prijs + waarde '), _defineProperty(_nl$data, 'GETH_IntrinsicGas', 'Intrinsiek gas te laag '), _defineProperty(_nl$data, 'GETH_GasLimit', 'Overstijgt blok gas limiet '), _defineProperty(_nl$data, 'GETH_NegativeValue', 'Negative waarde '), _defineProperty(_nl$data, 'PARITY_AlreadyImported', "(parity-01) Transactie met dezelfde hash was reeds geimporteerd. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_GasLimitExceeded', "(parity-02) Transactie kosten overstijgen de huidige gas limiet. Limiet: {}, momenteel: {}. Probeer de hoeveelheid gas te verminderen. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientBalance', "(parity-03) Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Vereist {} en momenteel: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientGasPrice', "(parity-04) Transactie vergoeding is te laag. Het voldoet niet aan je node's minimale vergoeding (minimaal: {}, momenteel: {}). Probeer je transactie vergoeding te verhogen. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InvalidGasLimit', "(parity-05) Hoeveelheid gas is boven de limiet. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_LimitReached', "(parity-06) Er staan te veel transacties in de wachtrij. Je transactie is afgewezen door deze limiet. Probeer je transactie vergoeding te verhogen. There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_Old', "(parity-07) Transactie nonce is te laag. Probeer de nonce te verhogen. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_nl$data, 'PARITY_TooCheapToReplace', "(parity-08) Transactie vergoeding is te laag. Er staat een andere transactie met dezelfde nonce in de wachtrij. Probeer de transactie vergoeding of de nonce te verhogen. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'translate_version', '0.5 '), _defineProperty(_nl$data, 'Translator_Desc', 'Bedank onze vertalers '), _defineProperty(_nl$data, 'TranslatorName_1', '[h3ll0fr13nd](https://www.myetherwallet.com/?gaslimit=21000&to=0xB5FbCE123F12347206c881cae73A3046BA1A90bA&value=1.0#send-transaction) '), _defineProperty(_nl$data, 'TranslatorAddr_1', '0xB5FbCE123F12347206c881cae73A3046BA1A90bA '), _defineProperty(_nl$data, 'TranslatorName_2', ''), _defineProperty(_nl$data, 'TranslatorAddr_2', ''), _defineProperty(_nl$data, 'TranslatorName_3', ''), _defineProperty(_nl$data, 'TranslatorAddr_3', ''), _defineProperty(_nl$data, 'TranslatorName_4', ''), _defineProperty(_nl$data, 'TranslatorAddr_4', ''), _defineProperty(_nl$data, 'TranslatorName_5', ''), _defineProperty(_nl$data, 'TranslatorAddr_5', ''), _defineProperty(_nl$data, 'HELP_Warning', 'Als je een wallet aangemaakt hebt -of repo hebt gedownload- voor **31 december 2015**, verifieer dan alsjebieft je wallets en download een nieuwe versie van de repo. Klik voor details. '), _defineProperty(_nl$data, 'HELP_Desc', 'Zie je dat er iets mist? Of heb je een andere vraag? [Neem contact met ons op](mailto:support@myetherwallet.com), en we zullen niet alleen je vraag beantwoorden, maar ook deze help pagina bijwerken zodat deze nog nuttiger wordt voor toekomstige gebruikers! '), _defineProperty(_nl$data, 'HELP_Remind_Title', 'Enkele herinneringen '), _defineProperty(_nl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, en enkele onderliggende Javascript libraries waar we gebruik van maken zijn onderheving aan active ontwikkeling.** Hoewel we grondig testen & er inmiddels tienduizenden wallets succesvol zijn aangemaakt door mensen over de hele wereld, blijft er altijd een geringe kans dat iets er onverwachts optreedt waardoor je je ether kunt verliezen. Investeer alsjeblieft niet meer dan dat je bereid bent om te verliezen, en wees voorzichtig. Zou er onverhoopt toch iets gebeuren vinden we dat zeer spijtig, echter **zullen wij nooit verantwoordelijk zijn voor de verloren Ether**. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX zijn geen "web wallets". Je maakt bij ons geen account aan noch geef je ooit je Ether aan ons in bezit. Alle gegevens verlaten nooit je computer/je browser. We helpen je alleen gemakkelijk toegang te verkrijgen tot de blockchain zodat je er informatie in kunt opslaan en kunt uitlezen. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_3', 'Als je je prive sleutel en wachtwoord niet opslaat, is er geen enkele manier om toegang tot je wallet te verkrijgen of het saldo dat het bevat. Maak back-ups en bewaar deze op meerdere fysieke lokaties en dus niet alleen op je eigen computer! '), _defineProperty(_nl$data, 'HELP_0_Title', '0) Ik ben nieuw. Waar begin ik? '), _defineProperty(_nl$data, 'HELP_0_Desc_1', 'MyEtherWallet geeft je de mogelijkheid om nieuwe wallets te genereren zodat je daarin je Ether kunt bewaren in plaat van op een exchange. Dit process vind volledig lokaal plaats, op je eigen computer en niet op onze servers. Daarom **ben je volledig zelf verantwoordelijk voor het veilig opslaan** van je via deze website aangemaakte wallets. '), _defineProperty(_nl$data, 'HELP_0_Desc_2', 'Creer een nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_0_Desc_3', 'Maak een wallet back-up. '), _defineProperty(_nl$data, 'HELP_0_Desc_4', 'Verrifieer dat je toegang hebt tot dit nieuwe wallet en dat je alle noodzakelijke informatie correct hebt opgeslagen. '), _defineProperty(_nl$data, 'HELP_0_Desc_5', 'Verzend Ether naar dit nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_1_Title', '1) Hoe creer ik een nieuw wallet? '), _defineProperty(_nl$data, 'HELP_1_Desc_1', 'Ga naar de "Genereer Wallet" pagina. '), _defineProperty(_nl$data, 'HELP_1_Desc_2', 'Ga naar de "Wallet Toevoegen" pagina & selecteer "Genereer Nieuw Wallet" '), _defineProperty(_nl$data, 'HELP_1_Desc_3', 'Voer een sterk wachtwoord in. Als je denkt dat je het misschien gaat vergeten, bewaar het dan op een veilige plek. Je zult dit wachtwoord nodig hebben om transacties te versturen. '), _defineProperty(_nl$data, 'HELP_1_Desc_4', 'klik "GENENEREER". '), _defineProperty(_nl$data, 'HELP_1_Desc_5', 'Je wallet is nu gegenereerd. '), _defineProperty(_nl$data, 'HELP_2a_Title', 'Hoe bewaar/back-up ik mijn wallet? '), _defineProperty(_nl$data, 'HELP_2a_Desc_1', 'Zorg altijd voor een goede back-up van je wallet op meerdere fysiek verschillende lokaties - bijvoorbeeld op een USB drive en/of op een vel papier. '), _defineProperty(_nl$data, 'HELP_2a_Desc_2', 'Bewaar het adres. Je kunt het voor jezelf bewaren of met anderen delen. Op die manier kunnen anderen ether naar je versturen. '), _defineProperty(_nl$data, 'HELP_2a_Desc_3', 'Bewaar versies van je prive sleutel. Deel deze niet met anderen. Je prive sleutel heb je nodig wanneer je toegang tot je ETH wilt om het te versturen! Er zijn drie soorten prive sleutels: '), _defineProperty(_nl$data, 'HELP_2a_Desc_4', 'Plaats je adres, versies van je prive sleutel, en de PDF versie van je papieren wallet in een map. Bewaar deze op je computer en een USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_5', 'Druk je wallet af als je een printer hebt. Zo niet, schrijf dan je prive sleutel en adres op een vel papier. Bewaar dit op een veilige lokatie, ergens anders dan je computer en de USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_6', 'Houd in gedachte dat je moet voorkomen dan je je sleutels en wachtwoord kwijt raakt door een defect of verlies van je harde schijf, USB drive, of vel papier. Denk ook aan het fysieke verlies / schade van een complete ruimte (denk aan brand of overstroming). '), _defineProperty(_nl$data, 'HELP_2b_Title', '2b) Hoe doe ik veilig / offline / cold storage met MyEtherWallet? '), _defineProperty(_nl$data, 'HELP_2b_Desc_1', 'Ga naar onze github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_nl$data, 'HELP_2b_Desc_2', 'Klik `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_3', 'Verplaats de zip naar een offline (airgapped) computer. '), _defineProperty(_nl$data, 'HELP_2b_Desc_4', 'Unzip het en dubbel-klik `index.html`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_5', 'Genereer een wallet met een sterk wachtwoord. '), _defineProperty(_nl$data, 'HELP_2b_Desc_6', 'Bewaar het adres. Bewaar versies van de prive sleutel. Bewaar het wachtwoord als je het je niet voor altijd kunt herinneren. '), _defineProperty(_nl$data, 'HELP_2b_Desc_7', 'Bewaar deze papieren / USB drives op verschillende fysiek verschillende lokaties. '), _defineProperty(_nl$data, 'HELP_2b_Desc_8', 'Ga naar de "Bekijk Wallet Info" pagina en voer je prive sleutel / wachtwoord in om zeker te stellen dat ze correct zijn en dat je toegang hebt tot je wallet. Controleer dat het adres wat je opgeschreven hebt gelijk is. '), _defineProperty(_nl$data, 'HELP_3_Title', '3) Hoe verifieer ik dat ik toegang hebt tot mijn nieuwe wallets? '), _defineProperty(_nl$data, 'HELP_3_Desc_1', 'Zorg **voordat je enige Ether naar je wallet verstuurd** dat je controleerd dat je er toegang toe hebt. '), _defineProperty(_nl$data, 'HELP_3_Desc_2', 'Navigeer naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_3', 'Navigeer naar de MyEtherWallet.com "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_4', 'Selecteer je wallet bestand -of- je prive sleutel en open je wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_5', 'Als je wallet is versleuteld (encrypted) zal er een automatisch een extra invoerveld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_3_Desc_6', 'Klik op de "Ontsleutel je Wallet" knop. '), _defineProperty(_nl$data, 'HELP_3_Desc_7', 'Informatie over je wallet zal verschijnen. Zoek je account adres, naast een kleurrijk, cirkelvormig icoon. Dit icoon is een visuele voorstelling van je address. Zorg ervoor dat je zeker weet dat dit adres het adres is wat je opgeslagen hebt in je tekst document en op je papieren wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_8', 'Als je van plan bent om er een grote hoeveelheid ether op na te houden, raden we je aan om eerst een kleine hoeveelheid ether naar je nieuwe wallet te versturen voordat je er een grotere hoeveelheid ether naar stuurt. Stuur bijvoorbeeld 0.001 ether naar je nieuwe wallet, verkrijg vervolgens toegang tot dit wallet, stuur die zelfde 0.001 ether naar een ander adres, en controleer dat alles soepel verloopt. '), _defineProperty(_nl$data, 'HELP_4_Title', '4) Hoe stuur ik Ether van het ene wallet naar het ander? '), _defineProperty(_nl$data, 'HELP_4_Desc_1', 'Als je van plan ben om een grote hoeveelheid ether te versturen/ontvangen, raden we je aan om eerst te testen met een klein bedrag om er zeker van te zijn dat alles gaat zoals je verwacht. '), _defineProperty(_nl$data, 'HELP_4_Desc_2', 'Navigeer naar de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4_Desc_3', 'Selecteer je wallet bestand -of- je prive sleutel en ontgrendel je wallet. '), _defineProperty(_nl$data, 'HELP_4_Desc_4', 'Als je wallet gecodeerd (encrypted) is, zal er automatisch een extra invoer veld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_4_Desc_5', 'Klik op de "Ontsleutel Wallet" knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Verzend volledig saldo" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4_Desc_9', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_4_Desc_10', 'Enkele extra nieuwe invoer velden zullen verschijnen. Dit is jouw browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_4_Desc_11', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_4_Desc_12', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_13', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_4CX_Title', '4) Hoe verzend ik Ether met MyEtherWallet CX? '), _defineProperty(_nl$data, 'HELP_4CX_Desc_1', 'Ten eerste heb je een wallet nodig. Zodra je die hebt, heb je 2 opties: De "VerzendSnel" functionaliteit vanuit het Chrome Extensie icoon of de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_2', 'VerzendSnel: '), _defineProperty(_nl$data, 'HELP_4CX_Desc_3', 'Klik op het Chrome Extensie icoon. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_4', 'Klik op de "VerzendSnel" knop. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_5', 'Selecteer het wallet waar vanuit je wilt verzenden. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Transfer total available balance" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_8', 'Klik "Verzend Transactie". '), _defineProperty(_nl$data, 'HELP_4CX_Desc_9', 'Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_10', 'Voer het wachtwoord van je wallet in. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_11', 'Klik "Verzend Transactie." '), _defineProperty(_nl$data, 'HELP_4CX_Desc_12', 'Maak gebruik van de "Verzend Ether en Tokens" Pagina '), _defineProperty(_nl$data, 'HELP_5_Title', '5) Hoe voer ik MyEtherWallet.com offline/lokaal uit? '), _defineProperty(_nl$data, 'HELP_5_Desc_1', 'Je kunt MyEtherWallet.com uitvoeren op je eigen computer in plaats van op de GitHub servers. Je kunt een wallet volledig offline genereren en transacties versturen met behulp van de "Offline Transactie" pagina. '), _defineProperty(_nl$data, 'HELP_5_Desc_7', 'MyEtherWallet.com draait nu volledig op jouw computer. '), _defineProperty(_nl$data, 'HELP_5_Desc_8', 'Voor het geval dat je er niet bekend mee bent: je hebt de volledige map nodig om de site lokaal te draaien, niet alleen het `index.html` bestand. Laat alle bestanden in de map met rust en ga ze niet verplaatsen. Als je een back-up wilt bewaren van de MyEtherWallet repo voor de toekomst, raden we je aan om alleen de ZIP te bewaren zodat je zeker weet dat de inhoud intact blijft. '), _defineProperty(_nl$data, 'HELP_5_Desc_9', 'Gezien we MyEtherWallet.com continu updaten, raden we je aan om regelmatig je opgeslagen versie van de repo bij te werken. '), _defineProperty(_nl$data, 'HELP_5CX_Title', '5) Hoe installeer ik deze extensie vanuit de repo in plaats van de Chrome Store? '), _defineProperty(_nl$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_3', 'Ga naar Google Chrome zoek je instellingen op (in het menu in de rechterbovenhoek). '), _defineProperty(_nl$data, 'HELP_5CX_Desc_4', 'Klik "Extensies" aan de linkerkant. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_5', 'Vink de "Ontwikkelaarmodus" aan bovenaan op de pagina. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_6', 'Klik op de "Uitgepakte extensie laden..." knop. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_7', 'Navigeer naar de nu ge-unzipte map die je eerder hebt gedownload. Klik "selecteer". '), _defineProperty(_nl$data, 'HELP_5CX_Desc_8', 'De extensie zou nu moeten verschijnen in je extensies en in je Chrome Extensie balk. '), _defineProperty(_nl$data, 'HELP_7_Title', '7) Hoe verzend ik Tokens & voeg ik alternatieve tokens toe? '), _defineProperty(_nl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a goede manier om tokens te verkenen en de getallen omtrent het token op te zoeken. '), _defineProperty(_nl$data, 'HELP_7_Desc_1', 'Navigeer naar de "Verzend Token" pagina. '), _defineProperty(_nl$data, 'HELP_7_Desc_2', 'Ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_7_Desc_3', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_7_Desc_4', 'Voer de te verzenden hoeveelheid in. '), _defineProperty(_nl$data, 'HELP_7_Desc_5', 'Selecteer welk token je zou willen verzenden '), _defineProperty(_nl$data, 'HELP_7_Desc_6', 'Als het token niet wordt vermeld: '), _defineProperty(_nl$data, 'HELP_7_Desc_7', 'Klik op "Aangepast". '), _defineProperty(_nl$data, 'HELP_7_Desc_8', 'Voer het adres, naam, en decimalen van het token in. Deze worden verschaft door de ontwikkelaars van het token en zijn tevens benodigd wanneer je een "Add a Watch Token" aan Mist toevoegd. '), _defineProperty(_nl$data, 'HELP_7_Desc_9', 'Klik op "Opslaan". '), _defineProperty(_nl$data, 'HELP_7_Desc_10', 'Je kunt nu dit token verzenden en tevens zul je het saldo kunnen zien in the zijbalk. '), _defineProperty(_nl$data, 'HELP_7_Desc_11', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_7_Desc_12', 'Enkele extra velden zullen verschijnen. Dit is je browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_7_Desc_13', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_7_Desc_14', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_7_Desc_15', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_8_Title', '8) Wat gebeurd er als deze website stopt? '), _defineProperty(_nl$data, 'HELP_8_Desc_1', 'MyEtherWallet is geen web wallet. Je hoeft niet in te loggen en er zal nooit iets van je op onze servers worden bewaard. Onze website is enkel een interface om toegang te verkrijgen tot de blockchain. '), _defineProperty(_nl$data, 'HELP_8_Desc_2', 'Als MyEtherWallet.com er mee stopt, zul je een andere manier moeten zien te vinden (zoals geth of Ethereum Wallet / Mist) om te doen wat wij doen. Maar wat je niet zult hoeven te doen is je Ether uit MyEtherWallet halen omdat het niet in MyEtherWallet zit. Je Ether zit in in welk wallet dan ook je op onze site hebt gegenereerd. '), _defineProperty(_nl$data, 'HELP_8_Desc_3', 'Je kunt je onversleutelde (unencrypted) prive sleutel en je Geth/Mist Formaat (encrypted) bestanden heel gemakkelijk en direct in geth / Ethereum Wallet / Mist importeren. Zie onderstaande vraag #12. '), _defineProperty(_nl$data, 'HELP_8_Desc_4', 'Daarnaast is de kans dat wij MyEtherWallet offline halen is miniem tot onmogelijk. Het kost ons vrijwel niets om de site in stand te houden omdat we geen informatie opslaan. Als we toch het domijn offline halen, is het ook altijd nog publiekelijk beschikbaar op [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Je kunt daar de ZIP downloaden en het lokaal draaien. '), _defineProperty(_nl$data, 'HELP_8CX_Title', '8) Wat gebeurd er als MyEtherWallet CX verdwijnt? '), _defineProperty(_nl$data, 'HELP_8CX_Desc_1', 'Ten eerste is alle je data op jouw computer opgeslagen, niet op onze servers. We snappen dat het verwarrend kan zijn, maar als je naar de Chrome Extensie kijkt, kijk je NIET naar dingen die ergens op onze servers staan opgeslagen - alles is bewaard op je eigen computer. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_2', 'Dat gezegd hebbende, is het dan ook **erg belangrijk** dat je een back-up maakt van je wallets die met MyEtherWallet CX zijn gegenereerd. Als er iets met MyEtherWallet CX of jouw computer gebeurd blijft op die manier je wallet bewaard, en heb alle noodzakelijke informatie bij de hand om toegang tot je Ether te verkrijgen. Zie vraag #2a om te leren hoe een back-up van je wallet kunt maken. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_3', 'Als om wat voor reden dan ook MyEtherWallet CX verdwijnt van de Chrome Store, kunt je het altijd nog handmatig laden met de broncode van Github. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_9_Title', '9) Is de "Verzend Ether en Tokens" pagina offline? '), _defineProperty(_nl$data, 'HELP_9_Desc_1', 'Nee. De pagina heeft een internet verbinding nodig voor het bepalen van de actuele gas prijs, nonce van je account, en het versturen (broadcasten) van de transactie. Echter, het enige wat verstuurd wordt is je ondertekende transactie. Je prive sleutel blijft veilig bij je. We hebben nu ook een "Offline Transactie" pagina zodat je ervoor kunt zorgen dat je prive sleutels ten alle tijden op een offline/airgapped computer blijven. '), _defineProperty(_nl$data, 'HELP_10_Title', '10) Hoe voer ik een offline transactie uit? '), _defineProperty(_nl$data, 'HELP_10_Desc_1', 'Navigeer naar de "Offline Transactie" pagina met je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_2', 'Voer het "Van Adres" in. Let hierbij op dat dit het adres is waar VAN je zal gaan versturen; VAN, en niet AAN. Dit genereert de nonce en gas prijs. '), _defineProperty(_nl$data, 'HELP_10_Desc_3', 'Ga vervolgens naar je offline computer. Voor het "AAN ADRES" en het te verzenden "BEDRAG" in. '), _defineProperty(_nl$data, 'HELP_10_Desc_4', 'Voer de "GAS PRIJS" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_5', 'Voer de "NONCE" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_6', 'De "GAS LIMIET" heeft een standaard waarde van 21000. Dit zal een standaard transactie dekken. Indien je naar een contract verstuurd of als je extra data aan je transactie wilt toevoegen, zil je de gas limiet moeten verhogen. Al het teveel aan gas zal aan je geretourneerd worden. '), _defineProperty(_nl$data, 'HELP_10_Desc_7', 'Als je dat wenst, kun je extra data invoeren. Als je extra data toevoegd, zul je meer dan de standaard 21000 gas limiet moeten instellen. Alle data is in HEX formaat. '), _defineProperty(_nl$data, 'HELP_10_Desc_8', 'Selecteer je wallet bestand -of- je prive sleutel en ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_10_Desc_9', 'Druk op de "GENEREREER ONDERTEKENDE TRANSACTIE" knop. '), _defineProperty(_nl$data, 'HELP_10_Desc_10', 'Het data veld eronder zal worden ingevuld met je ondertekende transactie. Kopier dit veld en neem het mee terug naar je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_11', 'Plak de ondertekende transactie op je online computer in het tekst veld van stap #3 em klik send. Dit zal je transactie publiceren op de blockchain (broadcasten). '), _defineProperty(_nl$data, 'HELP_12_Title', '12) Hoe importeer ik een MyEtherWallet wallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_nl$data, 'HELP_12_Desc_1', 'Door gebruik te maken van een Geth/Mist JSON bestand van MyEtherWallet v2+.... '), _defineProperty(_nl$data, 'HELP_12_Desc_2', 'Ga naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_3', 'Ontsleutel je wallet met je **versleutelde** prive sleutel of JSON bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_4', 'Ga naar de "Mijn Wallets" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_5', 'Selecteer het wallet dat je wilt importeren in Mist, klik op het "Bekijken" icoon, voer je wachtwoord in, en verkrijg toegang tot je wallet. '), _defineProperty(_nl$data, 'HELP_12_Desc_6', 'Zoek naar de "Download JSON bestand - Geth/Mist Formaat (encrypted)" sectie. Druk op de "Download" knop eronder. Je hebt nu je keystore bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_7', 'Open de Ethereum Wallet applicatie. '), _defineProperty(_nl$data, 'HELP_12_Desc_8', 'In de menu balk, ga naar "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_nl$data, 'HELP_12_Desc_9', 'Hiermee open je de keystore map. Kopier het bestand wat je zojuist hebt gedownload (`UTC--2016-04-14......../`) naar deze keystore map. '), _defineProperty(_nl$data, 'HELP_12_Desc_10', 'Je account zou nu direct moeten verschijnen onder "Accounts." '), _defineProperty(_nl$data, 'HELP_12_Desc_11', 'Door gebruik te maken van je onversleutelde prive sleutel... '), _defineProperty(_nl$data, 'HELP_12_Desc_12', 'Indien je nog geen onversleutelde (unencrypted) prive sleutel van je wallet hebt, navigeer je naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_13', 'Selecteer je wallet bestand -of- voer je prive sleutel in om je wallet te ontsleutelen. '), _defineProperty(_nl$data, 'HELP_12_Desc_14', 'Kopier je prive sleutel (onversleuteld/unencrypted). '), _defineProperty(_nl$data, 'HELP_12_Desc_15', 'Als je op een Mac werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_15b', 'Als je op een PC werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_16', 'Open Tekst Editor en plak deze prive sleutel. '), _defineProperty(_nl$data, 'HELP_12_Desc_17', 'Ga naar de menu balk en klik "Formaat" -> "Maak Platte Tekst". '), _defineProperty(_nl$data, 'HELP_12_Desc_18', 'Sla dit bestand op op je bureaublad als `niets_bijzonders_verwijder_mij.txt`. Controleer dat de opties "UTF-8" en "If no extension is provided use .txt" gekozen zijn in het dialog. '), _defineProperty(_nl$data, 'HELP_12_Desc_19', 'Open terminal en voer het volgende commando uit: `geth account import ~/Desktop/niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_20', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_21', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_22', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_12_Desc_23', 'Open Kladblok (Notepad) & plak de prive seutel '), _defineProperty(_nl$data, 'HELP_12_Desc_24', 'Sla het bestand op als `niets_bijzonders_verwijder_mij.txt` in `C:` '), _defineProperty(_nl$data, 'HELP_12_Desc_25', 'Open de command prompt en voer het volgende commando uit: `geth account import C:\\niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_26', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_27', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_28', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_13_Title', '13) Wat betekend "Ontoereikend saldo. Het account waarvan je de transactie verstuurd bevat niet voldoende saldo. Vereist XXXXXXXXXXXXXXXXXXX en heeft: XXXXXXXXXXXXXXXX."? '), _defineProperty(_nl$data, 'HELP_13_Desc_1', 'Dit betekend dat je account onvoldoende Ether bevat om de kosten voor het vereiste gas te dekken. Elke transactie (inclusief token en contract transacties) vereisen gas en dit gas wordt betaald in Ether. Het weergegeven nummer is de hoeveelheid die voor de transactie vereist in Wei. Neem dit nummer, deel het door `1000000000000000000`, en trek daarvan de hoeveelheid Ether die je probeerde te verzenden af (als je probeerde Ether te versturen). Dit geeft je de hoeveelheid Ether die je dient te versturen naar het account om de transactie te maken. '), _defineProperty(_nl$data, 'HELP_14_Title', '14) Sommige sites zorgen voor een willekeurigheid (seed) bij het genereren van de prive sleutel via muis bewegingen. MyEtherWallet.com doet dit niet. Is de wikkeleurigheid (random number generation) van MyEtherWallet wel veilig? '), _defineProperty(_nl$data, 'HELP_14_Desc_1', 'Hoewel het bewegen van de muis een slimme truck is en we begrijpen waarom mensen dit een goed idee vinden, is de werkelijkheid dat "window.crypto" een grotere willekeurigheid (hogere entropie) zeker stelt dan je muisbewegingen. De muisbewegingen zijn niet onveilig, echter wij (en enorm veel andere crypto experimenten) geloven in "window.crypto". Bovendien kan MyEtherWallet.com gebruikt worden op touchscreen apparaten. Hier vind je een [conversatie tussen een boze redditor en Vitalik Buterin over de muisbewegingen v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_nl$data, 'HELP_15_Title', '15) Hoe komt het dat het wallet wat ik zojuist heb aangemaakt niet in de blockchain explorer terug te vinden is? (bijvoorbeeld: etherchain, etherscan) '), _defineProperty(_nl$data, 'HELP_15_Desc_1', 'Adresen zullen enkel in een blockchain explorer worden weergegeven zodra er activiteit op een account heeft plaats gevonden. Bijvoorbeeld, zodra je er wat Ether naar toe verzonden hebt. '), _defineProperty(_nl$data, 'HELP_16_Title', '16) Hoe check ik het saldo van mijn account? '), _defineProperty(_nl$data, 'HELP_16_Desc_1', 'Je kunt hiervoor een blockchain explorer gebruiken zoals bijvoorbeeld [etherscan.io](https://etherscan.io/). Plak daar je adres in de zoekbalk en je adres en transactie geschiedenis zullen worden getoond. Bekijk bijvoobeeld hoe ons [donatie account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) eruit ziet op etherscan.io '), _defineProperty(_nl$data, 'HELP_17_Title', '17) Waarom wordt mijn saldo niet weergegeven nadat ik mijn wallet heb ontsleuteld? '), _defineProperty(_nl$data, 'HELP_17_Desc_1', 'Dit wordt zeer waarschijnlijk veroorzaakt door het feit dat je achter een firwall zit. De API waarvan we gebruik maken om je saldo op te halen en te converteren wordt vaak geblokkeerd door firewalls om wat voor reden dan ook. Het is nog steeds mogelijk om transacties te verzenden, je hebt enkel een andere methode nodig om je saldo the checken, zoals bijvoorbeeld etherscan.io '), _defineProperty(_nl$data, 'HELP_18_Title', '18) Waar is mijn Geth wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Title', '19) Waar is mijn Mist wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Desc_1', 'Mist bestanden zijn normaliter te vinden op de bovenstaande bestandslocaties, maar het volgende is veel makkelijker: open Mist, selecteer "Accounts" in de top balk, selecteer "Backup", en selecteer "Accounts". Hiermee open je de map waar je bestanden worden bewaard. '), _defineProperty(_nl$data, 'HELP_20_Title', '20) Waar is mijn pre-sale wallet bestand? '), _defineProperty(_nl$data, 'HELP_20_Desc_1', 'Waar jij het opgeslagen hebt. ;) Het was ook naar je gemailed, dus kijk ook daar. Zoek naar het bestand genaamd "ethereum_wallet_backup.json" en selecteer dit bestand. Dit wallet bestand zal versleuteld (encrypted) zijn met een wachtwoord dat je aangemaakt hebt tijdens de aankoop van de pre-sale. '), _defineProperty(_nl$data, 'HELP_21_Title', '21) Kan iedereen niet simpelweg willekeurige prive sleutels invoeren, zoekend naar een saldo, en dit naar hun eigen adres versturen? '), _defineProperty(_nl$data, 'HELP_21_Desc_1', 'De korte versie: ja, echter het vinden van een account met saldo gaat je langer duren dan het universum...dus...nee. '), _defineProperty(_nl$data, 'HELP_21_Desc_2', 'De lange ELI5 versie: Ethereum is gebasserd op [Publieke Sleutel Cryptografie](https://en.wikipedia.org/wiki/Public-key_cryptography), en meer specifiek op [Elliptische curve cryptografie](https://eprint.iacr.org/2013/734.pdf) wat op grote schaal gebruikt wordt, niet alleen in Ethereum. De meeste van onze servers zijn beveiligd via ECC. Bitcoin maakt hier ook gebruik van, net als SSH, TLS en vele andere dingen. De specifieke Ethereum sleutels zijn 256-bit sleutels, welke sterker zijn dan 128-bit en 192-bit, terwijl die ook op grote schaal gebruikt worden en no steeds als veilig worden beschouwd door experts. '), _defineProperty(_nl$data, 'HELP_21_Desc_3', 'Hierbij heb je een prive sleutel en een publieke sleutel. Vanuit de prive sleutel kan de publieke sleutel afgeleid worden, maar de publieke sleutel kan niet terug omgezet worden in de prive sleutel. Het feit dat het internet en ’s werelds geheimen gebruik maken van deze cryptografie betekend dat indien er een manier is om van publieke sleutel naar prive sleutel te gaan, dat jouw verloren ether wel het minste van een ieders probleem is. '), _defineProperty(_nl$data, 'HELP_21_Desc_4', 'Nu we dat duidelijk hebben: JA, als iemand anders je prive sleutel heeft kunnen ze inderdaad ether vanuit jouw account versturen. Net zoals dat iemand die je wachtwoord van je email heeft, je email kan lezen en sturen, of met het wachtwoord van je bank rekening geld kunnen overmaken. Je zou de Keystore versie van je prive sleutel kunnen downloaden, dat is je prive sleutel die is versleuteld (encrypted) met een wachtwoord. Dit is alsof je een wachtwoord hebt want je vervolgens nog eens beveiligd met een ander wachtwoord. '), _defineProperty(_nl$data, 'HELP_21_Desc_5', 'En JA, in theorie zou je een serie van 64 hexadecimale karakters kunnen intypen tot je er een hebt die matched. Sterker nog, een slim persoon zou een programma kunnen schrijven om heel snel willekeurige prive sleutels te controleren. Dit wordt ook wel "brute-forcing" van prive sleutels genoemd. Mensen hebben hier lang en goed over nagedacht. Met enkele krachtige servers zouden ze misschien wel zo’n miljoen sleutels per seconde kunnen controleren. Echter, zelfs wanneer er zoveel sleutels per seconde gecontroleed kunnen worden zou de opbrengst ervan niet eens in de buurt komen bij de kosten om de servers te onderhouden - het is waarschijnlijker dat jij, en je achterkleinkinderen, zijn overleden voordat je een match vind. '), _defineProperty(_nl$data, 'HELP_21_Desc_6', 'Als je Bitcoin een beetje kent, [biedt dit een aardig perspectief:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_nl$data, 'HELP_21_Desc_7', '[Als je het iets technischer wilt:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_nl$data, 'HELP_21_Desc_8', 'Uiteraard gaat bovenstaande er vanuit dat de sleutels worden gegenereerd met een volledige willekeur & met afdoende entropie. De sleutels die hier gegenreerd worden voldoen aan dat criterium, net als Jaxx en Mist/geth. De Ethereum wallets zijn allemaal best goed. Sleutels gegenereerd door "brainwallets" doen dit niet, omdat een het brein van een persoon niet capabel is om een werkelijk willekeurige "seed" te maken. Er zijn een heel aantal kwesties geweest met betrekking tot het gebrek entropie en "seeds" die niet in een volledig willekeurige manier waren gemaakt in Bitcoin-land, maar dat is een ander verhaal en kan wachten tot een andere keer. '), _defineProperty(_nl$data, 'HELP_SecCX_Title', 'Beveiliging - MyEtherWallet CX '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_1', 'Waar bewaard deze extentie mijn informatie? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_2', 'De informatie die je bewaard in deze Chrome Extensie wordt opgeslagen via [chrome.storage](http://chrome.storage/). - dit is dezelfde plek als waar je wachtwoorden staan opgeslagen als je je wachtwoorden bewaard in Chrome. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_3', 'Welke informatie wordt bewaard? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_4', 'Het adres, nickname en prive sleutel worden bewaard in chrome.storage. De prive sleutel is versleuteld (encrypted) met het wachtwoord wat je hebt ingesteld toen je je wallet hebt toegevoegd. De nickname en het wallet adres zijn niet versleuteld. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_5', 'Waarom zijn de nickname en adres niet versleuteld? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_6', 'Als we deze items zouden versleutelen, zou je iedere keer dat je je saldo of nicknames wilt checken je wachtwoord moeten invoeren. Als je je hierover zorgen maakt, raden we je aan om gebruik te maken van MyEtherWallet.com in plaats van deze Chrome Extensie. '), _defineProperty(_nl$data, 'HELP_Sec_Title', 'Beveiliging '), _defineProperty(_nl$data, 'HELP_Sec_Desc_1', 'Als een van je eerste vragen is: "Waarom zou ik deze mensen moeten vertrouwen?", dan is dat alleen maar goed. Hopelijk zal het volgende je angst verminderen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_2', 'We zijn up en running sinds augustus 2015. Als je zoekt naar ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), zul je tal van mensen vinden die ons met groot succes gebruiken. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_3', 'We gaan je niet je geld afnemen of je prive sleutel(s) stelen. Onze website bevat geen kwaadaardige code. Sterker nog, de "GENEREER WALLET" paginas zijn volledig client-side. Dit betekend dat alle code wordt uitgevoerd op ** jouw computer** en dat het buiten jouw computer niets bewaard of verstuurd. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_4', 'Controleer de URL -- Deze website draait vanaf GitHub en je kunt de bron code hier vinden: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) naar de domein namen: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_nl$data, 'HELP_Sec_Desc_5', 'Om wallets te genereren, kun je ook de [source code](https://github.com/kvhnuke/etherwallet/releases/latest) downloaden. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_6', 'Doe een test ronde en controleer wat voor netwerk activiteit er plaats vind. De makkelijkste manier om dit te doen is door met de rechtermuisknop op de pagina de klikken en te kiezen voor "inspecteer element". Ga naar het "Netwerk" tab. Genereer een test wallet. Je zult zien dat er geen netwerk activiteit is. Je zou kunnen zien dat er iets gebeurd wat er als volgt uitziet: data:image/gif and data:image/png. Dit zijn de QR codes die worden gegenereerd...op jouw computer...door jouw computer. Er werden geen bytes overgedragen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_8', 'Als je je niet pettig voelt bij het gebruikt van deze tool, gebruik hem dan vooral niet. We hebben deze tool voor mensen gemaakt als een handige manier om wallets te genereren en transacties te maken zonder dat je in de command prompt hoeft te duiken of een "full node" moet draaien. Nogmaals, voel je vrij om contact met ons op te nemen als je je zorgen maakt en we zullen zo snel mogelijk reageren. Bedankt! '), _defineProperty(_nl$data, 'HELP_FAQ_Title', 'Meer hulpzame antwoorden op veel voorkomende vragen: '), _defineProperty(_nl$data, 'HELP_Contact_Title', 'Manieren om in contact te komen:'), _nl$data); +}, _defineProperty(_nl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_nl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_nl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_nl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_nl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_nl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_nl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_nl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_nl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_nl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_nl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_nl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_nl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_nl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_nl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_nl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_nl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_nl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_nl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_nl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_nl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_nl$data, 'x_CancelReplaceTx', 'Annuleer of Vervang Transactie'), _defineProperty(_nl$data, 'x_CancelTx', 'Annuleer Transactie'), _defineProperty(_nl$data, 'x_PasswordDesc', 'Dit wachtwoord * versleuteld * je prive sleutel. Dit wachtwoord dient niet als "seed" om je sleutels te genereren. **Je hebt zowel je wachtwoord als je prive sleutel beide nodig om je wallet te openen.**'), _defineProperty(_nl$data, 'x_ReadMore', 'Lees meer'), _defineProperty(_nl$data, 'x_ReplaceTx', 'Vervang Transactie'), _defineProperty(_nl$data, 'x_TransHash', 'Transactie Hash'), _defineProperty(_nl$data, 'x_TXFee', 'TX Vergoeding ("TX Fee")'), _defineProperty(_nl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_nl$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_nl$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_nl$data, 'tx_Details', 'Transactie Details'), _defineProperty(_nl$data, 'tx_Summary', 'Ten tijden van hoog transactie volume (zoals tijdens ICOs) kunnen transacties voor uren, zo niet dagen, "pending" blijven. Deze tool heeft als doel om je de mogelijkheid te geven om deze TXs op te sporen en ze te "annuleren" / vervangen. ** Dit is niet typisch iets wat je kunt doen. Je zou er niet op moeten vertrouwen dat dit werkt & het kan alleen werken als de TX Pools vol zitten. [Lees hier meer over deze tool.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_nl$data, 'tx_notFound', 'Transactie Niet Gevonden'), _defineProperty(_nl$data, 'tx_notFound_1', 'Deze TX werd niet gevonden in de TX Pool van de node waarmee je bent verbonden.'), _defineProperty(_nl$data, 'tx_notFound_2', 'Als je deze transactie zojuist hebt verzonden, wacht dan eerst 15 seconden en druk nogmaals op de "Check TX Status" knop. '), _defineProperty(_nl$data, 'tx_notFound_3', 'De transactie zou nog steeds in de TX Pool van een andere node kunnen zitten, in afwachting om ge-mined te worden.'), _defineProperty(_nl$data, 'tx_notFound_4', 'Gebruik het drop-down menu in de rechterbovenhoek & selecteer een andere ETH node (bijvoobeeld `ETH (Etherscan.io)` of `ETH (Infura.io)` of `ETH (MyEtherWallet)`) en check opnieuw.'), _defineProperty(_nl$data, 'tx_foundInPending', 'Pending Transactie Gevonden'), _defineProperty(_nl$data, 'tx_foundInPending_1', 'Je transactie is gevonden in de TX Pool van de node waarmee je bent verbonden. '), _defineProperty(_nl$data, 'tx_foundInPending_2', 'Je transactie is momenteel "pending" (in afwachting om ge-mined te worden). '), _defineProperty(_nl$data, 'tx_foundInPending_3', 'Er is een kans dat je je transactie kunt "anneleren" of vervangen. Open je wallet hieronder.'), _defineProperty(_nl$data, 'tx_FoundOnChain', 'Transactie Gevonden'), _defineProperty(_nl$data, 'tx_FoundOnChain_1', 'Je transactie was succesvol ge-mined en is in de blockchain opgenomen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_2', '**Als je een rood `( ! )`, een `BAD INSTRUCTION` of een `OUT OF GAS` foutmelding**, betekend dat dat de transactie niet succesvol is *verzonden*. Je kunt deze transactie niet annuleren of vervangen. Verzend in plaats daarvan een nieuwe transactie. Als je een "Out of Gas" foutmelding krijgt, zou je de oorspronkelijke gas limit moeten verdubbelen.'), _defineProperty(_nl$data, 'tx_FoundOnChain_3', '**Als je geen enkele foutmelding ziet is je transactie met succes verzonden.** Je ETH of Tokens zijn waar je ze naar verzonden hebt. Als je je verzonden ETH of Tokens niet gecrediteerd ziet in je andere wallet / exchange account, en het is inmiddels al 24+ uur geleden sinds je de transactie verzonden hebt, neem dan [contact op met die service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Geef ze de *link* naar je transactie en vraag ze op je allerliefste manier om naar je situatie te kijken.'), _defineProperty(_nl$data, 'GEN_Help_1', 'gebruik jouw'), _defineProperty(_nl$data, 'GEN_Help_2', 'om toegang tot je account te verkrijgen.'), _defineProperty(_nl$data, 'GEN_Help_3', 'Jouw device * is * je wallet.'), _defineProperty(_nl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_nl$data, 'GEN_Help_5', 'Hoe maak je een Wallet'), _defineProperty(_nl$data, 'GEN_Help_6', 'Aan de slag'), _defineProperty(_nl$data, 'GEN_Help_7', 'Bewaar dit veilig · Maak een backup · Deel het met niemand · Raak het niet kwijt · Dit kan niet meer worden hersteld als je het kwijtraakt.'), _defineProperty(_nl$data, 'GEN_Help_8', 'Lukt het downloaden niet? '), _defineProperty(_nl$data, 'GEN_Help_9', 'Probeer het met Google Chrome '), _defineProperty(_nl$data, 'GEN_Help_10', 'Rechtermuisknop & kies opslaan als. Bestandsnaam: '), _defineProperty(_nl$data, 'GEN_Help_11', 'Open dit bestand niet op je computer '), _defineProperty(_nl$data, 'GEN_Help_12', 'Gebruik het enkel om je wallet te openen via MyEtherWallet (of Mist, Geth, Parity en andere wallet clients.) '), _defineProperty(_nl$data, 'GEN_Help_13', 'Hoe maak je een backup van je Keystore bestand '), _defineProperty(_nl$data, 'GEN_Help_14', 'Wat zijn al deze verschillende formaten? '), _defineProperty(_nl$data, 'GEN_Help_15', 'Voorkom verlies & diefstal van je tegoeden.'), _defineProperty(_nl$data, 'GEN_Help_16', 'Wat zijn al deze verschillende formaten?'), _defineProperty(_nl$data, 'GEN_Help_17', 'Waarom zou ik?'), _defineProperty(_nl$data, 'GEN_Help_18', 'Om een tweede extra backup te hebben.'), _defineProperty(_nl$data, 'GEN_Help_19', 'Voor als je ooit je wachtwoord vergeet.'), _defineProperty(_nl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_nl$data, 'GET_ConfButton', 'Ik begrijp het. Ga door.'), _defineProperty(_nl$data, 'GEN_Label_5', 'Sla je Prive Sleutel op. '), _defineProperty(_nl$data, 'GEN_Unlock', 'Open je wallet om je adres te bekijken'), _defineProperty(_nl$data, 'GAS_PRICE_Desc', 'Gas Prijs is het bedrag dat je betaald per unit gas. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Des te hoger de gas prijs = de sneller je transactie, maar ook duurder. Standaard is `41 GWEI`.'), _defineProperty(_nl$data, 'GAS_LIMIT_Desc', 'Gas limiet is de hoeveelheid gas waarmee je je TX verstuurd. `TX vergoeding = gas prijs * gas limiet` & wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. Het verhogen van dit nummer zorgt er niet voor dat je TX sneller ge-mined zal worden. Verzenden van ETH = `21000`. Verzenden van Tokens = ~`200000`.'), _defineProperty(_nl$data, 'NONCE_Desc', 'De nonce is het aantal transacties die reeds verzonden zijn van een gegeven adres. De nonce verzekert dat transacties in de juiste volgorde worden verzonden en dat een transactie slechts 1 keer geldig is.'), _defineProperty(_nl$data, 'TXFEE_Desc', 'De TX vergoeding (`fee`) wordt betaald aan de miners om jouw TX in een blok op de blockchain op te nemen. De vergoeding is de `gas limiet` * `gas prijs`. [Je kunt hier GWEI -> ETH converteren](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_nl$data, 'NAV_AddWallet', 'Wallet Toevoegen '), _defineProperty(_nl$data, 'NAV_BulkGenerate', 'Bulk Genereren '), _defineProperty(_nl$data, 'NAV_Contact', 'Contact '), _defineProperty(_nl$data, 'NAV_Contracts', 'Contracten '), _defineProperty(_nl$data, 'NAV_DeployContract', 'Publiceer Contract '), _defineProperty(_nl$data, 'NAV_ENS', 'ENS'), _defineProperty(_nl$data, 'NAV_GenerateWallet_alt', 'Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_GenerateWallet', 'Genereer Nieuw Wallet '), _defineProperty(_nl$data, 'NAV_Help', 'Help '), _defineProperty(_nl$data, 'NAV_InteractContract', 'Interactie met Contract '), _defineProperty(_nl$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_nl$data, 'NAV_MyWallets', 'Mijn Wallets '), _defineProperty(_nl$data, 'NAV_Offline', 'Verzend Offline '), _defineProperty(_nl$data, 'NAV_SendEther', 'Verzend Ether & Tokens '), _defineProperty(_nl$data, 'NAV_SendTokens', 'Verzend Tokens '), _defineProperty(_nl$data, 'NAV_SignMsg', 'Onderteken Bericht '), _defineProperty(_nl$data, 'NAV_Swap', 'Omwisselen '), _defineProperty(_nl$data, 'NAV_ViewWallet', 'Bekijk Wallet Info '), _defineProperty(_nl$data, 'NAV_YourWallets', 'Jouw Wallets '), _defineProperty(_nl$data, 'x_Access', 'Verkrijg Toegang '), _defineProperty(_nl$data, 'x_AddessDesc', 'Je Adres wordt ook wel je `Account #` of je Publieke Sleutel ("Public Key") genoemd. Dit is wat je deelt met anderen zodat ze je Ether of Tokens kunnen toesturen. Zie ook je kleurrijke adres icoon. Zorg ervoor dat het matched met je paper wallet & waar dan ook wanneer je je adres ergens invoerd. Dit icoon is een makkelijke manier om je adres te herkennen. '), _defineProperty(_nl$data, 'x_Address', 'Je Adres '), _defineProperty(_nl$data, 'x_Cancel', 'Annuleren '), _defineProperty(_nl$data, 'x_CSV', 'CSV bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Download', 'Download '), _defineProperty(_nl$data, 'x_Json', 'JSON Bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_JsonDesc', 'Dit is het onversleutelde, JSON formaat van je prive sleutel ("Private Key"). Dit betekend dat je het wachtwoord niet nodig hebt, maar ook dat een ieder die je JSON bestand vind toegang heeft tot je wallet & Ether zonder wachtwoord. '), _defineProperty(_nl$data, 'x_Keystore', 'Keystore Bestand (UTC / JSON · Aangeraden · versleuteld) '), _defineProperty(_nl$data, 'x_Keystore2', 'Keystore Bestand (UTC / JSON) '), _defineProperty(_nl$data, 'x_KeystoreDesc', 'Dit Keystore bestand voldoet aan het formaat zoals gebruikt door Mist waardoor je het gemakkelijk kunt importeren in de toekomst. Dit is de aanbevolen methode voor download en back up. '), _defineProperty(_nl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_nl$data, 'x_Mnemonic', 'Mnemonic Zin '), _defineProperty(_nl$data, 'x_ParityPhrase', 'Parity herstelzin '), _defineProperty(_nl$data, 'x_Password', 'Wachtwoord '), _defineProperty(_nl$data, 'x_Print', 'Druk je papieren wallet af '), _defineProperty(_nl$data, 'x_PrintDesc', 'ProTip: Klik Afdrukken en sla deze pagina op als PDF, zelfs als je geen printer hebt! '), _defineProperty(_nl$data, 'x_PrintShort', 'Afdrukken '), _defineProperty(_nl$data, 'x_PrivKey', 'Prive Sleutel (onversleuteld) '), _defineProperty(_nl$data, 'x_PrivKey2', 'Prive Sleutel '), _defineProperty(_nl$data, 'x_PrivKeyDesc', 'Dit is een onversleutelde tekst versie van je prive sleutel waarbij geen wachtwoord benodigd is. Mocht iemand deze onversleutelde prive sleutel vinden, kunnen zij zonder wachtwoord bij je account. Om deze reden zijn versleutelde versies aanbevolen. '), _defineProperty(_nl$data, 'x_Save', 'Opslaan '), _defineProperty(_nl$data, 'x_TXT', 'TXT bestand (onversleuteld) '), _defineProperty(_nl$data, 'x_Wallet', 'Wallet '), _defineProperty(_nl$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extensie '), _defineProperty(_nl$data, 'CX_Warning_1', 'Zorg voor **externe backups** van alle wallets die je hier opslaat. Er kunnen diverse dingen gebeuren die ervoor zorgen dat je gegevens in deze Chrome Extensie verloren gaan, inclusief het deinstalleren en installeren van de extensie. Deze extensie is een manier om je wallet gemakkelijk toegankelijk te maken, **geen** manier om ze te backuppen. '), _defineProperty(_nl$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_nl$data, 'MEW_Warning_1', 'Check altijd de URL voordat je jouw wallet opent of een nieuwe wallet genereert. Pas op voor phishing sites! '), _defineProperty(_nl$data, 'FOOTER_1', 'Een gratis, open source, client-side interface om Ethereum wallets te genereren & meer. Wissel op een gemakkelijke & veilige manier informatie uit met de Ethereum blockchain. Dubbel-check de URL/link ( myetherwallet.com ) alvorens je wallet te openen.'), _defineProperty(_nl$data, 'FOOTER_1b', 'Gemaakt door '), _defineProperty(_nl$data, 'FOOTER_2', 'Donaties worden zeer gewaardeerd: '), _defineProperty(_nl$data, 'FOOTER_3', 'Client-side wallet genereren door '), _defineProperty(_nl$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_nl$data, 'sidebar_AccountInfo', 'Account Informatie '), _defineProperty(_nl$data, 'sidebar_AccountAddr', 'Account Adres '), _defineProperty(_nl$data, 'sidebar_AccountBal', 'Account Saldo '), _defineProperty(_nl$data, 'sidebar_TokenBal', 'Token Saldo '), _defineProperty(_nl$data, 'sidebar_Equiv', 'Equivalente Waarde '), _defineProperty(_nl$data, 'sidebar_TransHistory', 'Transactie Geschiedenis '), _defineProperty(_nl$data, 'sidebar_donation', 'MyEtherWallet is een gratis, open-source service toegewijd aan jouw privacy en beveiliging. Des te meer donaties we ontvangen, des te meer tijd we zullen spenderen aan nieuwe functies, aan de hand van jouw terugkoppeling, en we je kunnen geven wat jij wilt. Wij zijn slechts twee mensen die de wereld een stukje beter willen maken. Help jij mee? '), _defineProperty(_nl$data, 'sidebar_donate', 'Doneer '), _defineProperty(_nl$data, 'sidebar_thanks', 'BEDANKT!!! '), _defineProperty(_nl$data, 'sidebar_DisplayOnTrezor', 'Toon adres op TREZOR'), _defineProperty(_nl$data, 'sidebar_DisplayOnLedger', 'Toon adres op Ledger'), _defineProperty(_nl$data, 'decrypt_Access', 'Hoe wil je toegang tot je wallet? '), _defineProperty(_nl$data, 'decrypt_Title', 'Selecteer het formaat van je prive sleutel: '), _defineProperty(_nl$data, 'decrypt_Select', 'Selecteer een Wallet: '), _defineProperty(_nl$data, 'MNEM_1', 'Selecteer het adres waarmee je wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_2', 'Met jouw enkele HD mnemonic zin heb je toegang tot meerdere wallets / adressen. Selecteer het adres waarmee je nu wilt communiceren. '), _defineProperty(_nl$data, 'MNEM_more', 'Meer Adressen '), _defineProperty(_nl$data, 'MNEM_prev', 'Vorige Adressen '), _defineProperty(_nl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_1', 'Verbind je Ledger Wallet '), _defineProperty(_nl$data, 'ADD_Ledger_2', 'Open de Ethereum applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Exp', 'Open de Expanse applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_2_Ubq', 'Open de Ubiq applicatie (of een contract applicatie) '), _defineProperty(_nl$data, 'ADD_Ledger_3', 'Controleer of "Browser Support" is ingeschakeld in je instellingen '), _defineProperty(_nl$data, 'ADD_Ledger_4', 'Als je "Browser Support" niet in je instellingen kunt vinden, controleer dan dat je [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) is '), _defineProperty(_nl$data, 'ADD_Ledger_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_Ledger_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_Ledger_scan', 'Verbind met Ledger Wallet '), _defineProperty(_nl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_nl$data, 'ADD_Trezor_scan', 'Verbind met TREZOR '), _defineProperty(_nl$data, 'ADD_MetaMask', 'Verbind met MetaMask '), _defineProperty(_nl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0a', 'Her-open MyEtherWallet met een veilige (SSL) verbinding '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_0b', 'Her-open MyEtherWallet door gebruik te maken van [Chrome](https://www.google.com/chrome/browser/desktop/) of [Opera](https://www.opera.com/) '), _defineProperty(_nl$data, 'ADD_DigitalBitbox_scan', 'Verbind met Digital Bitbox '), _defineProperty(_nl$data, 'ADD_Label_1', 'Wat wil je doen? '), _defineProperty(_nl$data, 'ADD_Radio_1', 'Genereer nieuwe wallet '), _defineProperty(_nl$data, 'ADD_Radio_2', 'Selecteer je wallet bestand (Keystore / JSON) '), _defineProperty(_nl$data, 'ADD_Radio_2_alt', 'Selecteer je wallet bestand '), _defineProperty(_nl$data, 'ADD_Radio_2_short', 'SELECTEER WALLET BESTAND... '), _defineProperty(_nl$data, 'ADD_Radio_3', 'Plak/Type je prive sleutel '), _defineProperty(_nl$data, 'ADD_Radio_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Radio_5', 'Plak/type Mnemonic '), _defineProperty(_nl$data, 'ADD_Radio_5_Path', 'Selecteer HD derivation path '), _defineProperty(_nl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_nl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_nl$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_nl$data, 'ADD_Label_2', 'Verzin een Nickname: '), _defineProperty(_nl$data, 'ADD_Label_3', 'Je wallet is versleuteld. Geef je wachtwoord '), _defineProperty(_nl$data, 'ADD_Label_4', 'Voeg een te bekijken account toe '), _defineProperty(_nl$data, 'ADD_Warning_1', 'Je kunt elk account toevoegen als "bekijken" in het wallets tabblad zonder de prive sleutel te uploaden. Dit betekend ** niet ** dat je toegang hebt tot deze wallet, noch dat je er Ether vanuit kunt versturen. '), _defineProperty(_nl$data, 'ADD_Label_5', 'Voer het adres in '), _defineProperty(_nl$data, 'ADD_Label_6', 'Ontsleutel je wallet '), _defineProperty(_nl$data, 'ADD_Label_6_short', 'Ontsleutel '), _defineProperty(_nl$data, 'ADD_Label_7', 'Voeg account toe '), _defineProperty(_nl$data, 'ADD_Label_8', 'Wachtwoord (optioneel): '), _defineProperty(_nl$data, 'MYWAL_Nick', 'Wallet Nickname '), _defineProperty(_nl$data, 'MYWAL_Address', 'Wallet Adres '), _defineProperty(_nl$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_nl$data, 'MYWAL_Edit', 'Bewerken '), _defineProperty(_nl$data, 'MYWAL_View', 'Bekijken '), _defineProperty(_nl$data, 'MYWAL_Remove', 'Verwijderen '), _defineProperty(_nl$data, 'MYWAL_RemoveWal', 'Verwijder Wallet: '), _defineProperty(_nl$data, 'MYWAL_WatchOnly', 'Je Watch-Only Accounts '), _defineProperty(_nl$data, 'MYWAL_Viewing', 'Te Bekijken Wallet '), _defineProperty(_nl$data, 'MYWAL_Hide', 'Verberg Wallet Info '), _defineProperty(_nl$data, 'MYWAL_Edit_2', 'Bewerk Wallet '), _defineProperty(_nl$data, 'MYWAL_Name', 'Wallet Naam '), _defineProperty(_nl$data, 'MYWAL_Content_1', 'Waarschuwing! Je staat op het punt om je wallet te verwijderen '), _defineProperty(_nl$data, 'MYWAL_Content_2', 'Wees er zeker van dat je **de prive sleutel/JSON bestand en het wachtwoord opgeslagen hebt** van deze wallet voordat je het verwijderd. '), _defineProperty(_nl$data, 'MYWAL_Content_3', 'Als je deze wallet in de toekomst nog wilt gebruiken met MyEtherWallet CX, zul je het met de hand moeten toevoegen door gebruik te maken van de prive sleutel/JSON en wachtwoord. '), _defineProperty(_nl$data, 'GEN_desc', 'Als je meerdere wallets wilt genereren, kun je dat hier doen '), _defineProperty(_nl$data, 'GEN_Label_1', 'Voer een sterk wachtwoord in (minimaal 9 karakters) '), _defineProperty(_nl$data, 'GEN_Placeholder_1', 'Vergeet NIET om dit wachtwoord op te slaan! '), _defineProperty(_nl$data, 'GEN_SuccessMsg', 'Gelukt! Je wallet is gegenereerd. '), _defineProperty(_nl$data, 'GEN_Label_2', 'Sla je "Keystore" bestand op.'), _defineProperty(_nl$data, 'GEN_Label_3', 'Sla je adres op. '), _defineProperty(_nl$data, 'GEN_Label_4', 'Optioneel: Druk je papieren wallet af, of bewaar hem als QR code.'), _defineProperty(_nl$data, 'BULK_Label_1', 'Aantal te genereren wallets '), _defineProperty(_nl$data, 'BULK_Label_2', 'Genereer Wallets '), _defineProperty(_nl$data, 'BULK_SuccessMsg', 'Gelukt! Je wallets zijn gegenereerd. '), _defineProperty(_nl$data, 'SEND_addr', 'Aan Adres '), _defineProperty(_nl$data, 'SEND_amount', 'Te verzenden bedrag '), _defineProperty(_nl$data, 'SEND_amount_short', 'Bedrag '), _defineProperty(_nl$data, 'SEND_custom', 'Aangepast Token '), _defineProperty(_nl$data, 'SEND_gas', 'Gas '), _defineProperty(_nl$data, 'SEND_TransferTotal', 'Verzend volledig saldo '), _defineProperty(_nl$data, 'SEND_generate', 'Genereer Transactie '), _defineProperty(_nl$data, 'SEND_raw', 'Raw Transactie '), _defineProperty(_nl$data, 'SEND_signed', 'Gesigneerde Transactie '), _defineProperty(_nl$data, 'SEND_trans', 'Verzend Transactie '), _defineProperty(_nl$data, 'SENDModal_Title', 'Waarschuwing! '), _defineProperty(_nl$data, 'SENDModal_Content_1', 'Je staat op het punt om het volgende bedrag over te maken '), _defineProperty(_nl$data, 'SENDModal_Content_2', 'aan adres '), _defineProperty(_nl$data, 'SENDModal_Content_3', 'Weet je zeker dat je dit wilt doen? '), _defineProperty(_nl$data, 'SENDModal_Content_4', 'OPMERKING: Als je een fout bent tegengekomen, zul je waarschijnlijk ether aan je account moeten toevoegen om de gas kosten voor het verzenden van deze transactie te betalen. Gas wordt betaald in ether. '), _defineProperty(_nl$data, 'SENDModal_No', 'Nee, haal me hier weg! '), _defineProperty(_nl$data, 'SENDModal_Yes', 'Ja, ik weet het zeker! Maak de transactie. '), _defineProperty(_nl$data, 'TOKEN_Addr', 'Token Contract Adres '), _defineProperty(_nl$data, 'TOKEN_Symbol', 'Token Symbool '), _defineProperty(_nl$data, 'TOKEN_Dec', 'Decimalen '), _defineProperty(_nl$data, 'TOKEN_show', 'Toon alle Tokens '), _defineProperty(_nl$data, 'TOKEN_hide', 'Verberg Tokens '), _defineProperty(_nl$data, 'TRANS_desc', 'Als je Tokens wilt versturen, gebruik dan de "Verzend Token" pagina i.p.v. deze pagina. '), _defineProperty(_nl$data, 'TRANS_advanced', '+Geavanceerd: Voeg Data toe '), _defineProperty(_nl$data, 'TRANS_data', 'Data '), _defineProperty(_nl$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_nl$data, 'TRANS_sendInfo', 'Een standaard transactie met 21000 gas zal 0.000441 ETH kosten. Wij gebruiken een iets-boven-minimum gas prijs van 0.000000021 ETH om te garranderen dat de transactie snel uitgevoerd zal worden. Wij zijn niet verantwoordelijk voor je transactie kosten. '), _defineProperty(_nl$data, 'OFFLINE_Title', 'Genereer & Verzend een Offline Transactie '), _defineProperty(_nl$data, 'OFFLINE_Desc', 'Een offline transactie doe je in drie stappen. Stap 1 en 3 doe je op een online computer, terwijl je stap 2 uitvoert op een offline/afgeschermde computer. Dit zorgt ervoor dat je prive sleutel niet in aanraking komt met een met internet verbonden computer. '), _defineProperty(_nl$data, 'OFFLLINE_Step1_Title', 'Stap 1: Genereer Informatie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step1_Button', 'Genereer Informatie '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_1', 'Van Adres '), _defineProperty(_nl$data, 'OFFLINE_Step1_Label_2', 'Opmerking: Dit is het VAN adress, niet het AAN adres. De Nonce wordt generenereerd van het oorspronkelijke account. Als je een afgeschermde (airgapped) computer gebruikt, zal dit het adres van het cold-storage account zijn. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Title', 'Stap 2: Genereer Transactie (Offline Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_1', 'Aan Adres '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_2', 'Waarde / Te Verzenden Bedrag '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3', 'Gas Prijs '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_3b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4', 'Gas Limiet '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_4b', '21000 is de standaard gas limiet. Als je (naar) een contract verstuurd of data toevoegd, zou je dit anders moeten instellen. Alle onbenutte gas zal aan je worden teruggestuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_5b', 'Dit werd weergegeven in Stap 1 op je online computer. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_6b', 'Dit is optioneel. Data wordt vaak gebruikt als je transacties naar contracten verstuurd. '), _defineProperty(_nl$data, 'OFFLINE_Step2_Label_7', 'Selecteer en geef je Prive Sleutel / JSON in. '), _defineProperty(_nl$data, 'OFFLINE_Step3_Title', 'Stap 3: Verstuur / Publiceer Transactie (Online Computer) '), _defineProperty(_nl$data, 'OFFLINE_Step3_Label_1', 'Plak de gesigneerde transactie van Stap 2 hier en klik de "Verzend Transactie" knop. '), _defineProperty(_nl$data, 'CONTRACT_Title', 'Contract Adres '), _defineProperty(_nl$data, 'CONTRACT_Title_2', 'Selecteer Bestaand Contract '), _defineProperty(_nl$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_nl$data, 'CONTRACT_Interact_Title', 'Lees / Schrijf Contract '), _defineProperty(_nl$data, 'CONTRACT_Interact_CTA', 'Selecteer een functie '), _defineProperty(_nl$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_nl$data, 'CONTRACT_Read', 'LEES '), _defineProperty(_nl$data, 'CONTRACT_Write', 'SCHRIJF '), _defineProperty(_nl$data, 'DEP_generate', 'Genereer Bytecode '), _defineProperty(_nl$data, 'DEP_generated', 'Gegenereerde Bytecode '), _defineProperty(_nl$data, 'DEP_signtx', 'Onderteken Transactie '), _defineProperty(_nl$data, 'DEP_interface', 'Gegenereerde Interface '), _defineProperty(_nl$data, 'NODE_Title', 'Stel je Custom Node in'), _defineProperty(_nl$data, 'NODE_Subtitle', 'Om met een lokale node te verbinden...'), _defineProperty(_nl$data, 'NODE_Warning', 'Je node dient HTTPS te zijn om met MyEtherWallet.com te kunnen verbinden. Je kunt de [MyEtherWallet repo downloaden](https://github.com/kvhnuke/etherwallet/releases/latest) en lokaal uitvoeren en vervolgens met iedere node verbinden. Of, verkrijg een gratis SSL certificaat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_nl$data, 'NODE_Name', 'Node Naam'), _defineProperty(_nl$data, 'NODE_Port', 'Node Poort'), _defineProperty(_nl$data, 'NODE_CTA', 'Opslaan & Custom Node gebruiken'), _defineProperty(_nl$data, 'SWAP_rates', "Actuele Koersen "), _defineProperty(_nl$data, 'SWAP_init_1', "Ik wil mijn "), _defineProperty(_nl$data, 'SWAP_init_2', " omwisselen voor "), _defineProperty(_nl$data, 'SWAP_init_CTA', "Naar de volgende stap "), _defineProperty(_nl$data, 'SWAP_information', "Je informatie "), _defineProperty(_nl$data, 'SWAP_send_amt', "Te verzenden bedrag "), _defineProperty(_nl$data, 'SWAP_rec_amt', "Te ontvangen bedrag "), _defineProperty(_nl$data, 'SWAP_your_rate', "Je wisselkoers "), _defineProperty(_nl$data, 'SWAP_rec_add', "Je ontvangst Adres "), _defineProperty(_nl$data, 'SWAP_start_CTA', "Start Omwisselen "), _defineProperty(_nl$data, 'SWAP_ref_num', "Je referentie nummer "), _defineProperty(_nl$data, 'SWAP_time', "Resterende tijd om te verzenden "), _defineProperty(_nl$data, 'SWAP_elapsed', "Verstreken tijd sinds verzonden"), _defineProperty(_nl$data, 'SWAP_progress_1', "Bestelling Gestart "), _defineProperty(_nl$data, 'SWAP_progress_2', "Wachten op je "), _defineProperty(_nl$data, 'SWAP_progress_3', "Ontvangen! "), _defineProperty(_nl$data, 'SWAP_progress_4', "Verzenden van je {{orderResult.output.currency}} "), _defineProperty(_nl$data, 'SWAP_progress_5', "Bestelling Voltooid "), _defineProperty(_nl$data, 'SWAP_order_CTA', "Verzend alsjeblieft "), _defineProperty(_nl$data, 'SWAP_unlock', "Open je Wallet op deze pagina om ETH of Tokens direct te verzenden. "), _defineProperty(_nl$data, 'MSG_message', 'Bericht '), _defineProperty(_nl$data, 'MSG_date', 'Datum '), _defineProperty(_nl$data, 'MSG_signature', 'Handtekening '), _defineProperty(_nl$data, 'MSG_verify', 'Verifieer Bericht '), _defineProperty(_nl$data, 'MSG_info1', 'Voeg de huidige datum toe zodat je handtekening niet opnieuw kan worden gebruikt op een andere datum. '), _defineProperty(_nl$data, 'MSG_info2', 'Voeg je nickname toe en waar je deze gebruikt zodat anderen deze niet kunnen gebruiken. '), _defineProperty(_nl$data, 'MSG_info3', 'Geef een specifieke reden op voor de boodschap, zodat deze niet kan worden hergebruikt voor een ander doel. '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. Je zou dit kunnen doen om [je account in Geth/Mist te importeren](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Als je enkel je saldo wilt raadplegen, adviseren we je om gebruik te maken van een blockchain explorer zoals [etherscan.io](https://etherscan.io/). '), _defineProperty(_nl$data, 'VIEWWALLET_Subtitle_Short', 'Hiermee kun je verschillende versies van je prive sleutels downloaden en je papieren wallet opnieuw afdrukken. '), _defineProperty(_nl$data, 'VIEWWALLET_SuccessMsg', 'Gelukt! Hier zijn je wallet details. '), _defineProperty(_nl$data, 'VIEWWALLET_ShowPrivKey', '(laat zien)'), _defineProperty(_nl$data, 'VIEWWALLET_HidePrivKey', '(verberg)'), _defineProperty(_nl$data, 'CX_error_1', 'Je hebt nog geen enkele wallets opgeslagen. Klik ["Voeg wallet toe"](/cx-wallet.html#add-wallet) om er een toe te voegen! '), _defineProperty(_nl$data, 'CX_quicksend', 'VerzendSnel '), _defineProperty(_nl$data, 'ERROR_0', 'Geef alsjeblieft een geldig bedrag in. '), _defineProperty(_nl$data, 'ERROR_1', 'Je wachtwoord dient minimaal 9 karakters lang te zijn. Zorg voor een sterk wachtwoord. '), _defineProperty(_nl$data, 'ERROR_2', 'Sorry! We herkennen dit type Wallet bestand niet. '), _defineProperty(_nl$data, 'ERROR_3', 'Dit is geen geldig Wallet bestand. '), _defineProperty(_nl$data, 'ERROR_4', 'Deze eenheid bestaat niet, kies alsjeblieft een van de volgende eenheden '), _defineProperty(_nl$data, 'ERROR_5', 'Ongeldig adres. '), _defineProperty(_nl$data, 'ERROR_6', 'Ongeldig wachtwoord. '), _defineProperty(_nl$data, 'ERROR_7', 'Ongeldig bedrag. (Moet een getal zijn. Probeer 0-18.) '), _defineProperty(_nl$data, 'ERROR_8', 'Ongeldige gas limiet. (Moet een getal zijn. Probeer 21000-4000000.) '), _defineProperty(_nl$data, 'ERROR_9', 'Ongeldige data waarde. (Moet hexadecimaal zijn.) '), _defineProperty(_nl$data, 'ERROR_10', 'Ongeldige gas bedrag. (Moet een getal zijn. Probeer 20 GWEI / 20000000000 WEI.) '), _defineProperty(_nl$data, 'ERROR_11', 'Ongeldige nonce. (Moet een getal zijn.) '), _defineProperty(_nl$data, 'ERROR_12', 'Ongeldige gesigneerde transactie. '), _defineProperty(_nl$data, 'ERROR_13', 'Een wallet met deze nickname bestaat reeds. '), _defineProperty(_nl$data, 'ERROR_14', 'Wallet niet gevonden. '), _defineProperty(_nl$data, 'ERROR_15', 'Het ziet er niet naar uit dat een proposal met dit ID bestaat of dat er een fout is opgetreden bij het lezen van dit proposal. '), _defineProperty(_nl$data, 'ERROR_16', 'Een wallet met dit adres bestaat reeds. Check alsjeblileft je wallet pagina. '), _defineProperty(_nl$data, 'ERROR_17', 'Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Je hebt mininaal 0.01 ether in je account nodig om de in de gas kosten te voorzien. Voeg alsjeblieft wat ether toe en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_18', 'Alle gas zou worden verbruikt op deze transactie. Dit betekend dat je al gestemd hebt op dit proposal of dat de debateerperiode is verstreken. '), _defineProperty(_nl$data, 'ERROR_19', 'Ongeldig symbol '), _defineProperty(_nl$data, 'ERROR_20', 'is geen geldig ERC-20 token. Als andere tokens nog aan het laden zijn, verwijder dan dit token en probeer het opnieuw. '), _defineProperty(_nl$data, 'ERROR_21', 'Kon gas niet inschatten. Er is onvoldoende saldo in het account, of het ontvangende contract adres geeft een fout. Voel je vrij om het gas handmatig in te stellen en door te gaan. De foutmelding bij het verzenden kan informatiever zijn. '), _defineProperty(_nl$data, 'ERROR_22', 'Geef een geldige node naam in '), _defineProperty(_nl$data, 'ERROR_23', 'Voer een geldige url in, als je van https gebruik maakt moet je url met https beginnen '), _defineProperty(_nl$data, 'ERROR_24', 'Voer een geldige poort in '), _defineProperty(_nl$data, 'ERROR_25', 'Voer een geldig chain ID in '), _defineProperty(_nl$data, 'ERROR_26', 'Voer een geldige ABI in '), _defineProperty(_nl$data, 'ERROR_27', 'Minimale hoeveelheid is 0.01 '), _defineProperty(_nl$data, 'ERROR_28', '**Je hebt je Keystore Bestand & wachtwoord of prive sleutel nodig** om toegang tot deze wallet te verkrijgen in de toekomst. Sla het op & maak een externe back-up! Er is geen enkele manier om je wallet te herstellen als je het nu niet opslaat. Lees ook de help pagina (https://www.myetherwallet.com/#help) voor instructies. '), _defineProperty(_nl$data, 'ERROR_29', 'Voer een valide gebruikersnaam en wachtwoord in '), _defineProperty(_nl$data, 'ERROR_30', 'Voer een valide ENS naam in '), _defineProperty(_nl$data, 'ERROR_31', 'Ongeldige geheime zin '), _defineProperty(_nl$data, 'ERROR_32', 'Kon niet met de node verbinden. Ververs de pagina, probeer een andere node (rechterbovenhoek) en/of check je firewall instellingen. Check bij een custom node je configuratie.'), _defineProperty(_nl$data, 'ERROR_33', 'De wallet die je hebt geopend matched niet bij het adres van de eigenaar owner\'s. '), _defineProperty(_nl$data, 'ERROR_34', 'De naam die je probeert de onthullen ("reveal") matched niet met de naam die je hebt ingevoerd. '), _defineProperty(_nl$data, 'ERROR_35', 'Input adres is niet ge-checksummed. Meer info'), _defineProperty(_nl$data, 'ERROR_36', 'Voer een geldige TX hash in'), _defineProperty(_nl$data, 'ERROR_37', 'Voer een geldige hex string in (0-9, a-f)'), _defineProperty(_nl$data, 'SUCCESS_1', 'Geldig adres '), _defineProperty(_nl$data, 'SUCCESS_2', 'Wallet succesvol ontsleuteld '), _defineProperty(_nl$data, 'SUCCESS_3', 'Je TX is naar het netwerk verzonden (ge-broadcast), en is in afwachting om ge-mined en bevestigd te worden. Ten tijden van ICOs, kan het zijn dat het bevestigen ervan 3+ uur duurt. Gebruik de Verify & Check knoppen hieronder on de status te volgen. TX Hash: '), _defineProperty(_nl$data, 'SUCCESS_4', 'Je Wallet is succesvol toegevoegd '), _defineProperty(_nl$data, 'SUCCESS_5', 'Bestand Geselecteerd '), _defineProperty(_nl$data, 'SUCCESS_6', 'Je bent succesvol verbonden '), _defineProperty(_nl$data, 'SUCCESS_7', 'Bericht Ondertekening Geverifieerd'), _defineProperty(_nl$data, 'WARN_Send_Link', 'Je bent hier gekomen via een link waarbij het adres, bedrag, gas of data velden al ingevuld zijn. Indien gewenst kun je elk veld nog aanpassen voor het verzenden. Ontgrendel je wallet on te beginnen. '), _defineProperty(_nl$data, 'GETH_InvalidSender', 'Ongeldige verzender '), _defineProperty(_nl$data, 'GETH_Nonce', 'Nonce te laag '), _defineProperty(_nl$data, 'GETH_Cheap', 'Gas prijs te laag voor acceptatie '), _defineProperty(_nl$data, 'GETH_Balance', 'Ontoereikend saldo '), _defineProperty(_nl$data, 'GETH_NonExistentAccount', 'Account bestaat niet of account saldo te laag '), _defineProperty(_nl$data, 'GETH_InsufficientFunds', 'Ontoereikend saldo voor gas * prijs + waarde '), _defineProperty(_nl$data, 'GETH_IntrinsicGas', 'Intrinsiek gas te laag '), _defineProperty(_nl$data, 'GETH_GasLimit', 'Overstijgt blok gas limiet '), _defineProperty(_nl$data, 'GETH_NegativeValue', 'Negative waarde '), _defineProperty(_nl$data, 'PARITY_AlreadyImported', "(parity-01) Transactie met dezelfde hash was reeds geimporteerd. A transaction with the same hash was already imported. It was probably already broadcast. To avoid duplicate transactions, check your address on [etherscan.io](https://etherscan.io) & wait 10 minutes before attempting to send again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_GasLimitExceeded', "(parity-02) Transactie kosten overstijgen de huidige gas limiet. Limiet: {}, momenteel: {}. Probeer de hoeveelheid gas te verminderen. Transaction cost exceeds current gas limit. Limit: (d+), got: (d+). Please lower the gas limit to 21000 (for sending) or 200000 (for sending tokens or contracts) and try again. [Learn More](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientBalance', "(parity-03) Ontoereikend saldo. Het account waarvan je probeert te versturen bevat niet voldoende saldo. Vereist {} en momenteel: {}. Insufficient balance. The account you tried to send transaction from does not have enough funds. If you believe this is in error, try using the 'Send Entire Balance' button, or pressing generate again. Required (d+) and got: (d+). [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InsufficientGasPrice', "(parity-04) Transactie vergoeding is te laag. Het voldoet niet aan je node's minimale vergoeding (minimaal: {}, momenteel: {}). Probeer je transactie vergoeding te verhogen. There is another transaction with same nonce in the queue, or the transaction fee is too low. Try incrementing the nonce by clicking the Generate button again. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_InvalidGasLimit', "(parity-05) Hoeveelheid gas is boven de limiet. Supplied gas limit is beyond limit. Try lowering the gas limit to 21000. [Learn More.](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html)"), _defineProperty(_nl$data, 'PARITY_LimitReached', "(parity-06) Er staan te veel transacties in de wachtrij. Je transactie is afgewezen door deze limiet. Probeer je transactie vergoeding te verhogen. There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the gas price. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'PARITY_Old', "(parity-07) Transactie nonce is te laag. Probeer de nonce te verhogen. There is already a transaction with this [nonce](https://myetherwallet.github.io/knowledge-base/transactions/what-is-nonce.html). Try incrementing the nonce by pressing the Generate button again, or [replace the pending transaction](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)."), _defineProperty(_nl$data, 'PARITY_TooCheapToReplace', "(parity-08) Transactie vergoeding is te laag. Er staat een andere transactie met dezelfde nonce in de wachtrij. Probeer de transactie vergoeding of de nonce te verhogen. TX Fee is too low. It does not satisfy your node's minimal fee (minimal: (d+), got: (d+)). Try increasing the gas price and/or gas limit. [Learn More.](https://myetherwallet.github.io/knowledge-base/transactions/transactions-not-showing-or-pending.html)"), _defineProperty(_nl$data, 'translate_version', '0.5 '), _defineProperty(_nl$data, 'Translator_Desc', 'Bedank onze vertalers '), _defineProperty(_nl$data, 'TranslatorName_1', '[h3ll0fr13nd](https://www.myetherwallet.com/?gaslimit=21000&to=0xB5FbCE123F12347206c881cae73A3046BA1A90bA&value=1.0#send-transaction) '), _defineProperty(_nl$data, 'TranslatorAddr_1', '0xB5FbCE123F12347206c881cae73A3046BA1A90bA '), _defineProperty(_nl$data, 'TranslatorName_2', ''), _defineProperty(_nl$data, 'TranslatorAddr_2', ''), _defineProperty(_nl$data, 'TranslatorName_3', ''), _defineProperty(_nl$data, 'TranslatorAddr_3', ''), _defineProperty(_nl$data, 'TranslatorName_4', ''), _defineProperty(_nl$data, 'TranslatorAddr_4', ''), _defineProperty(_nl$data, 'TranslatorName_5', ''), _defineProperty(_nl$data, 'TranslatorAddr_5', ''), _defineProperty(_nl$data, 'HELP_Warning', 'Als je een wallet aangemaakt hebt -of repo hebt gedownload- voor **31 december 2015**, verifieer dan alsjebieft je wallets en download een nieuwe versie van de repo. Klik voor details. '), _defineProperty(_nl$data, 'HELP_Desc', 'Zie je dat er iets mist? Of heb je een andere vraag? [Neem contact met ons op](mailto:support@myetherwallet.com), en we zullen niet alleen je vraag beantwoorden, maar ook deze help pagina bijwerken zodat deze nog nuttiger wordt voor toekomstige gebruikers! '), _defineProperty(_nl$data, 'HELP_Remind_Title', 'Enkele herinneringen '), _defineProperty(_nl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, en enkele onderliggende Javascript libraries waar we gebruik van maken zijn onderheving aan active ontwikkeling.** Hoewel we grondig testen & er inmiddels tienduizenden wallets succesvol zijn aangemaakt door mensen over de hele wereld, blijft er altijd een geringe kans dat iets er onverwachts optreedt waardoor je je ether kunt verliezen. Investeer alsjeblieft niet meer dan dat je bereid bent om te verliezen, en wees voorzichtig. Zou er onverhoopt toch iets gebeuren vinden we dat zeer spijtig, echter **zullen wij nooit verantwoordelijk zijn voor de verloren Ether**. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX zijn geen "web wallets". Je maakt bij ons geen account aan noch geef je ooit je Ether aan ons in bezit. Alle gegevens verlaten nooit je computer/je browser. We helpen je alleen gemakkelijk toegang te verkrijgen tot de blockchain zodat je er informatie in kunt opslaan en kunt uitlezen. '), _defineProperty(_nl$data, 'HELP_Remind_Desc_3', 'Als je je prive sleutel en wachtwoord niet opslaat, is er geen enkele manier om toegang tot je wallet te verkrijgen of het saldo dat het bevat. Maak back-ups en bewaar deze op meerdere fysieke lokaties en dus niet alleen op je eigen computer! '), _defineProperty(_nl$data, 'HELP_0_Title', '0) Ik ben nieuw. Waar begin ik? '), _defineProperty(_nl$data, 'HELP_0_Desc_1', 'MyEtherWallet geeft je de mogelijkheid om nieuwe wallets te genereren zodat je daarin je Ether kunt bewaren in plaat van op een exchange. Dit process vind volledig lokaal plaats, op je eigen computer en niet op onze servers. Daarom **ben je volledig zelf verantwoordelijk voor het veilig opslaan** van je via deze website aangemaakte wallets. '), _defineProperty(_nl$data, 'HELP_0_Desc_2', 'Creer een nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_0_Desc_3', 'Maak een wallet back-up. '), _defineProperty(_nl$data, 'HELP_0_Desc_4', 'Verrifieer dat je toegang hebt tot dit nieuwe wallet en dat je alle noodzakelijke informatie correct hebt opgeslagen. '), _defineProperty(_nl$data, 'HELP_0_Desc_5', 'Verzend Ether naar dit nieuwe wallet. '), _defineProperty(_nl$data, 'HELP_1_Title', '1) Hoe creer ik een nieuw wallet? '), _defineProperty(_nl$data, 'HELP_1_Desc_1', 'Ga naar de "Genereer Wallet" pagina. '), _defineProperty(_nl$data, 'HELP_1_Desc_2', 'Ga naar de "Wallet Toevoegen" pagina & selecteer "Genereer Nieuw Wallet" '), _defineProperty(_nl$data, 'HELP_1_Desc_3', 'Voer een sterk wachtwoord in. Als je denkt dat je het misschien gaat vergeten, bewaar het dan op een veilige plek. Je zult dit wachtwoord nodig hebben om transacties te versturen. '), _defineProperty(_nl$data, 'HELP_1_Desc_4', 'klik "GENENEREER". '), _defineProperty(_nl$data, 'HELP_1_Desc_5', 'Je wallet is nu gegenereerd. '), _defineProperty(_nl$data, 'HELP_2a_Title', 'Hoe bewaar/back-up ik mijn wallet? '), _defineProperty(_nl$data, 'HELP_2a_Desc_1', 'Zorg altijd voor een goede back-up van je wallet op meerdere fysiek verschillende lokaties - bijvoorbeeld op een USB drive en/of op een vel papier. '), _defineProperty(_nl$data, 'HELP_2a_Desc_2', 'Bewaar het adres. Je kunt het voor jezelf bewaren of met anderen delen. Op die manier kunnen anderen ether naar je versturen. '), _defineProperty(_nl$data, 'HELP_2a_Desc_3', 'Bewaar versies van je prive sleutel. Deel deze niet met anderen. Je prive sleutel heb je nodig wanneer je toegang tot je ETH wilt om het te versturen! Er zijn drie soorten prive sleutels: '), _defineProperty(_nl$data, 'HELP_2a_Desc_4', 'Plaats je adres, versies van je prive sleutel, en de PDF versie van je papieren wallet in een map. Bewaar deze op je computer en een USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_5', 'Druk je wallet af als je een printer hebt. Zo niet, schrijf dan je prive sleutel en adres op een vel papier. Bewaar dit op een veilige lokatie, ergens anders dan je computer en de USB drive. '), _defineProperty(_nl$data, 'HELP_2a_Desc_6', 'Houd in gedachte dat je moet voorkomen dan je je sleutels en wachtwoord kwijt raakt door een defect of verlies van je harde schijf, USB drive, of vel papier. Denk ook aan het fysieke verlies / schade van een complete ruimte (denk aan brand of overstroming). '), _defineProperty(_nl$data, 'HELP_2b_Title', '2b) Hoe doe ik veilig / offline / cold storage met MyEtherWallet? '), _defineProperty(_nl$data, 'HELP_2b_Desc_1', 'Ga naar onze github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_nl$data, 'HELP_2b_Desc_2', 'Klik `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_3', 'Verplaats de zip naar een offline (airgapped) computer. '), _defineProperty(_nl$data, 'HELP_2b_Desc_4', 'Unzip het en dubbel-klik `index.html`. '), _defineProperty(_nl$data, 'HELP_2b_Desc_5', 'Genereer een wallet met een sterk wachtwoord. '), _defineProperty(_nl$data, 'HELP_2b_Desc_6', 'Bewaar het adres. Bewaar versies van de prive sleutel. Bewaar het wachtwoord als je het je niet voor altijd kunt herinneren. '), _defineProperty(_nl$data, 'HELP_2b_Desc_7', 'Bewaar deze papieren / USB drives op verschillende fysiek verschillende lokaties. '), _defineProperty(_nl$data, 'HELP_2b_Desc_8', 'Ga naar de "Bekijk Wallet Info" pagina en voer je prive sleutel / wachtwoord in om zeker te stellen dat ze correct zijn en dat je toegang hebt tot je wallet. Controleer dat het adres wat je opgeschreven hebt gelijk is. '), _defineProperty(_nl$data, 'HELP_3_Title', '3) Hoe verifieer ik dat ik toegang hebt tot mijn nieuwe wallets? '), _defineProperty(_nl$data, 'HELP_3_Desc_1', 'Zorg **voordat je enige Ether naar je wallet verstuurd** dat je controleerd dat je er toegang toe hebt. '), _defineProperty(_nl$data, 'HELP_3_Desc_2', 'Navigeer naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_3', 'Navigeer naar de MyEtherWallet.com "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_3_Desc_4', 'Selecteer je wallet bestand -of- je prive sleutel en open je wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_5', 'Als je wallet is versleuteld (encrypted) zal er een automatisch een extra invoerveld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_3_Desc_6', 'Klik op de "Ontsleutel je Wallet" knop. '), _defineProperty(_nl$data, 'HELP_3_Desc_7', 'Informatie over je wallet zal verschijnen. Zoek je account adres, naast een kleurrijk, cirkelvormig icoon. Dit icoon is een visuele voorstelling van je address. Zorg ervoor dat je zeker weet dat dit adres het adres is wat je opgeslagen hebt in je tekst document en op je papieren wallet. '), _defineProperty(_nl$data, 'HELP_3_Desc_8', 'Als je van plan bent om er een grote hoeveelheid ether op na te houden, raden we je aan om eerst een kleine hoeveelheid ether naar je nieuwe wallet te versturen voordat je er een grotere hoeveelheid ether naar stuurt. Stuur bijvoorbeeld 0.001 ether naar je nieuwe wallet, verkrijg vervolgens toegang tot dit wallet, stuur die zelfde 0.001 ether naar een ander adres, en controleer dat alles soepel verloopt. '), _defineProperty(_nl$data, 'HELP_4_Title', '4) Hoe stuur ik Ether van het ene wallet naar het ander? '), _defineProperty(_nl$data, 'HELP_4_Desc_1', 'Als je van plan ben om een grote hoeveelheid ether te versturen/ontvangen, raden we je aan om eerst te testen met een klein bedrag om er zeker van te zijn dat alles gaat zoals je verwacht. '), _defineProperty(_nl$data, 'HELP_4_Desc_2', 'Navigeer naar de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4_Desc_3', 'Selecteer je wallet bestand -of- je prive sleutel en ontgrendel je wallet. '), _defineProperty(_nl$data, 'HELP_4_Desc_4', 'Als je wallet gecodeerd (encrypted) is, zal er automatisch een extra invoer veld verschijnen. Voer je wachtwoord in. '), _defineProperty(_nl$data, 'HELP_4_Desc_5', 'Klik op de "Ontsleutel Wallet" knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Verzend volledig saldo" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4_Desc_9', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_4_Desc_10', 'Enkele extra nieuwe invoer velden zullen verschijnen. Dit is jouw browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_4_Desc_11', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_4_Desc_12', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_4_Desc_13', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_4CX_Title', '4) Hoe verzend ik Ether met MyEtherWallet CX? '), _defineProperty(_nl$data, 'HELP_4CX_Desc_1', 'Ten eerste heb je een wallet nodig. Zodra je die hebt, heb je 2 opties: De "VerzendSnel" functionaliteit vanuit het Chrome Extensie icoon of de "Verzend Ether en Tokens" pagina. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_2', 'VerzendSnel: '), _defineProperty(_nl$data, 'HELP_4CX_Desc_3', 'Klik op het Chrome Extensie icoon. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_4', 'Klik op de "VerzendSnel" knop. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_5', 'Selecteer het wallet waar vanuit je wilt verzenden. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_6', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_7', 'Voer het te verzenden bedrag in. Je kunt ook klikken op de "Transfer total available balance" link als je het totaal beschikbare saldo wilt overmaken. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_8', 'Klik "Verzend Transactie". '), _defineProperty(_nl$data, 'HELP_4CX_Desc_9', 'Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_10', 'Voer het wachtwoord van je wallet in. '), _defineProperty(_nl$data, 'HELP_4CX_Desc_11', 'Klik "Verzend Transactie." '), _defineProperty(_nl$data, 'HELP_4CX_Desc_12', 'Maak gebruik van de "Verzend Ether en Tokens" Pagina '), _defineProperty(_nl$data, 'HELP_5_Title', '5) Hoe voer ik MyEtherWallet.com offline/lokaal uit? '), _defineProperty(_nl$data, 'HELP_5_Desc_1', 'Je kunt MyEtherWallet.com uitvoeren op je eigen computer in plaats van op de GitHub servers. Je kunt een wallet volledig offline genereren en transacties versturen met behulp van de "Offline Transactie" pagina. '), _defineProperty(_nl$data, 'HELP_5_Desc_7', 'MyEtherWallet.com draait nu volledig op jouw computer. '), _defineProperty(_nl$data, 'HELP_5_Desc_8', 'Voor het geval dat je er niet bekend mee bent: je hebt de volledige map nodig om de site lokaal te draaien, niet alleen het `index.html` bestand. Laat alle bestanden in de map met rust en ga ze niet verplaatsen. Als je een back-up wilt bewaren van de MyEtherWallet repo voor de toekomst, raden we je aan om alleen de ZIP te bewaren zodat je zeker weet dat de inhoud intact blijft. '), _defineProperty(_nl$data, 'HELP_5_Desc_9', 'Gezien we MyEtherWallet.com continu updaten, raden we je aan om regelmatig je opgeslagen versie van de repo bij te werken. '), _defineProperty(_nl$data, 'HELP_5CX_Title', '5) Hoe installeer ik deze extensie vanuit de repo in plaats van de Chrome Store? '), _defineProperty(_nl$data, 'HELP_5CX_Desc_2', 'Klik `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_3', 'Ga naar Google Chrome zoek je instellingen op (in het menu in de rechterbovenhoek). '), _defineProperty(_nl$data, 'HELP_5CX_Desc_4', 'Klik "Extensies" aan de linkerkant. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_5', 'Vink de "Ontwikkelaarmodus" aan bovenaan op de pagina. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_6', 'Klik op de "Uitgepakte extensie laden..." knop. '), _defineProperty(_nl$data, 'HELP_5CX_Desc_7', 'Navigeer naar de nu ge-unzipte map die je eerder hebt gedownload. Klik "selecteer". '), _defineProperty(_nl$data, 'HELP_5CX_Desc_8', 'De extensie zou nu moeten verschijnen in je extensies en in je Chrome Extensie balk. '), _defineProperty(_nl$data, 'HELP_7_Title', '7) Hoe verzend ik Tokens & voeg ik alternatieve tokens toe? '), _defineProperty(_nl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a goede manier om tokens te verkenen en de getallen omtrent het token op te zoeken. '), _defineProperty(_nl$data, 'HELP_7_Desc_1', 'Navigeer naar de "Verzend Token" pagina. '), _defineProperty(_nl$data, 'HELP_7_Desc_2', 'Ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_7_Desc_3', 'Voer het adres in waar naar je wilt versturen in het "Aan adres:" veld. '), _defineProperty(_nl$data, 'HELP_7_Desc_4', 'Voer de te verzenden hoeveelheid in. '), _defineProperty(_nl$data, 'HELP_7_Desc_5', 'Selecteer welk token je zou willen verzenden '), _defineProperty(_nl$data, 'HELP_7_Desc_6', 'Als het token niet wordt vermeld: '), _defineProperty(_nl$data, 'HELP_7_Desc_7', 'Klik op "Aangepast". '), _defineProperty(_nl$data, 'HELP_7_Desc_8', 'Voer het adres, naam, en decimalen van het token in. Deze worden verschaft door de ontwikkelaars van het token en zijn tevens benodigd wanneer je een "Add a Watch Token" aan Mist toevoegd. '), _defineProperty(_nl$data, 'HELP_7_Desc_9', 'Klik op "Opslaan". '), _defineProperty(_nl$data, 'HELP_7_Desc_10', 'Je kunt nu dit token verzenden en tevens zul je het saldo kunnen zien in the zijbalk. '), _defineProperty(_nl$data, 'HELP_7_Desc_11', 'Klik "Genereer Transactie". '), _defineProperty(_nl$data, 'HELP_7_Desc_12', 'Enkele extra velden zullen verschijnen. Dit is je browser die de transactie genereert. '), _defineProperty(_nl$data, 'HELP_7_Desc_13', 'Klik op de blauwe "Verzend Transactie" knop eronder. '), _defineProperty(_nl$data, 'HELP_7_Desc_14', 'Een pop-up zal verschijnen. Controleer dat het bedrag en het adres waarnaar je gaat verzenden correct zijn. Klik vervolgens op de "Ja, ik weet het zeker! Maak de transactie." knop. '), _defineProperty(_nl$data, 'HELP_7_Desc_15', 'De transactie zal worden verstuurt. Het TX Hash zal worden weergegeven. Je kunt op dit TX Hash klikken om het in de blockchain te bekijken. '), _defineProperty(_nl$data, 'HELP_8_Title', '8) Wat gebeurd er als deze website stopt? '), _defineProperty(_nl$data, 'HELP_8_Desc_1', 'MyEtherWallet is geen web wallet. Je hoeft niet in te loggen en er zal nooit iets van je op onze servers worden bewaard. Onze website is enkel een interface om toegang te verkrijgen tot de blockchain. '), _defineProperty(_nl$data, 'HELP_8_Desc_2', 'Als MyEtherWallet.com er mee stopt, zul je een andere manier moeten zien te vinden (zoals geth of Ethereum Wallet / Mist) om te doen wat wij doen. Maar wat je niet zult hoeven te doen is je Ether uit MyEtherWallet halen omdat het niet in MyEtherWallet zit. Je Ether zit in in welk wallet dan ook je op onze site hebt gegenereerd. '), _defineProperty(_nl$data, 'HELP_8_Desc_3', 'Je kunt je onversleutelde (unencrypted) prive sleutel en je Geth/Mist Formaat (encrypted) bestanden heel gemakkelijk en direct in geth / Ethereum Wallet / Mist importeren. Zie onderstaande vraag #12. '), _defineProperty(_nl$data, 'HELP_8_Desc_4', 'Daarnaast is de kans dat wij MyEtherWallet offline halen is miniem tot onmogelijk. Het kost ons vrijwel niets om de site in stand te houden omdat we geen informatie opslaan. Als we toch het domijn offline halen, is het ook altijd nog publiekelijk beschikbaar op [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Je kunt daar de ZIP downloaden en het lokaal draaien. '), _defineProperty(_nl$data, 'HELP_8CX_Title', '8) Wat gebeurd er als MyEtherWallet CX verdwijnt? '), _defineProperty(_nl$data, 'HELP_8CX_Desc_1', 'Ten eerste is alle je data op jouw computer opgeslagen, niet op onze servers. We snappen dat het verwarrend kan zijn, maar als je naar de Chrome Extensie kijkt, kijk je NIET naar dingen die ergens op onze servers staan opgeslagen - alles is bewaard op je eigen computer. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_2', 'Dat gezegd hebbende, is het dan ook **erg belangrijk** dat je een back-up maakt van je wallets die met MyEtherWallet CX zijn gegenereerd. Als er iets met MyEtherWallet CX of jouw computer gebeurd blijft op die manier je wallet bewaard, en heb alle noodzakelijke informatie bij de hand om toegang tot je Ether te verkrijgen. Zie vraag #2a om te leren hoe een back-up van je wallet kunt maken. '), _defineProperty(_nl$data, 'HELP_8CX_Desc_3', 'Als om wat voor reden dan ook MyEtherWallet CX verdwijnt van de Chrome Store, kunt je het altijd nog handmatig laden met de broncode van Github. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_9_Title', '9) Is de "Verzend Ether en Tokens" pagina offline? '), _defineProperty(_nl$data, 'HELP_9_Desc_1', 'Nee. De pagina heeft een internet verbinding nodig voor het bepalen van de actuele gas prijs, nonce van je account, en het versturen (broadcasten) van de transactie. Echter, het enige wat verstuurd wordt is je ondertekende transactie. Je prive sleutel blijft veilig bij je. We hebben nu ook een "Offline Transactie" pagina zodat je ervoor kunt zorgen dat je prive sleutels ten alle tijden op een offline/airgapped computer blijven. '), _defineProperty(_nl$data, 'HELP_10_Title', '10) Hoe voer ik een offline transactie uit? '), _defineProperty(_nl$data, 'HELP_10_Desc_1', 'Navigeer naar de "Offline Transactie" pagina met je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_2', 'Voer het "Van Adres" in. Let hierbij op dat dit het adres is waar VAN je zal gaan versturen; VAN, en niet AAN. Dit genereert de nonce en gas prijs. '), _defineProperty(_nl$data, 'HELP_10_Desc_3', 'Ga vervolgens naar je offline computer. Voor het "AAN ADRES" en het te verzenden "BEDRAG" in. '), _defineProperty(_nl$data, 'HELP_10_Desc_4', 'Voer de "GAS PRIJS" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_5', 'Voer de "NONCE" in zoals werd weergegeven op je online computer in stap #1. '), _defineProperty(_nl$data, 'HELP_10_Desc_6', 'De "GAS LIMIET" heeft een standaard waarde van 21000. Dit zal een standaard transactie dekken. Indien je naar een contract verstuurd of als je extra data aan je transactie wilt toevoegen, zil je de gas limiet moeten verhogen. Al het teveel aan gas zal aan je geretourneerd worden. '), _defineProperty(_nl$data, 'HELP_10_Desc_7', 'Als je dat wenst, kun je extra data invoeren. Als je extra data toevoegd, zul je meer dan de standaard 21000 gas limiet moeten instellen. Alle data is in HEX formaat. '), _defineProperty(_nl$data, 'HELP_10_Desc_8', 'Selecteer je wallet bestand -of- je prive sleutel en ontsleutel je wallet. '), _defineProperty(_nl$data, 'HELP_10_Desc_9', 'Druk op de "GENEREREER ONDERTEKENDE TRANSACTIE" knop. '), _defineProperty(_nl$data, 'HELP_10_Desc_10', 'Het data veld eronder zal worden ingevuld met je ondertekende transactie. Kopier dit veld en neem het mee terug naar je online computer. '), _defineProperty(_nl$data, 'HELP_10_Desc_11', 'Plak de ondertekende transactie op je online computer in het tekst veld van stap #3 em klik send. Dit zal je transactie publiceren op de blockchain (broadcasten). '), _defineProperty(_nl$data, 'HELP_12_Title', '12) Hoe importeer ik een MyEtherWallet wallet in geth / Ethereum Wallet / Mist? '), _defineProperty(_nl$data, 'HELP_12_Desc_1', 'Door gebruik te maken van een Geth/Mist JSON bestand van MyEtherWallet v2+.... '), _defineProperty(_nl$data, 'HELP_12_Desc_2', 'Ga naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_3', 'Ontsleutel je wallet met je **versleutelde** prive sleutel of JSON bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_4', 'Ga naar de "Mijn Wallets" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_5', 'Selecteer het wallet dat je wilt importeren in Mist, klik op het "Bekijken" icoon, voer je wachtwoord in, en verkrijg toegang tot je wallet. '), _defineProperty(_nl$data, 'HELP_12_Desc_6', 'Zoek naar de "Download JSON bestand - Geth/Mist Formaat (encrypted)" sectie. Druk op de "Download" knop eronder. Je hebt nu je keystore bestand. '), _defineProperty(_nl$data, 'HELP_12_Desc_7', 'Open de Ethereum Wallet applicatie. '), _defineProperty(_nl$data, 'HELP_12_Desc_8', 'In de menu balk, ga naar "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_nl$data, 'HELP_12_Desc_9', 'Hiermee open je de keystore map. Kopier het bestand wat je zojuist hebt gedownload (`UTC--2016-04-14......../`) naar deze keystore map. '), _defineProperty(_nl$data, 'HELP_12_Desc_10', 'Je account zou nu direct moeten verschijnen onder "Accounts." '), _defineProperty(_nl$data, 'HELP_12_Desc_11', 'Door gebruik te maken van je onversleutelde prive sleutel... '), _defineProperty(_nl$data, 'HELP_12_Desc_12', 'Indien je nog geen onversleutelde (unencrypted) prive sleutel van je wallet hebt, navigeer je naar de "Bekijk Wallet Info" pagina. '), _defineProperty(_nl$data, 'HELP_12_Desc_13', 'Selecteer je wallet bestand -of- voer je prive sleutel in om je wallet te ontsleutelen. '), _defineProperty(_nl$data, 'HELP_12_Desc_14', 'Kopier je prive sleutel (onversleuteld/unencrypted). '), _defineProperty(_nl$data, 'HELP_12_Desc_15', 'Als je op een Mac werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_15b', 'Als je op een PC werkt: '), _defineProperty(_nl$data, 'HELP_12_Desc_16', 'Open Tekst Editor en plak deze prive sleutel. '), _defineProperty(_nl$data, 'HELP_12_Desc_17', 'Ga naar de menu balk en klik "Formaat" -> "Maak Platte Tekst". '), _defineProperty(_nl$data, 'HELP_12_Desc_18', 'Sla dit bestand op op je bureaublad als `niets_bijzonders_verwijder_mij.txt`. Controleer dat de opties "UTF-8" en "If no extension is provided use .txt" gekozen zijn in het dialog. '), _defineProperty(_nl$data, 'HELP_12_Desc_19', 'Open terminal en voer het volgende commando uit: `geth account import ~/Desktop/niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_20', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_21', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_22', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_12_Desc_23', 'Open Kladblok (Notepad) & plak de prive seutel '), _defineProperty(_nl$data, 'HELP_12_Desc_24', 'Sla het bestand op als `niets_bijzonders_verwijder_mij.txt` in `C:` '), _defineProperty(_nl$data, 'HELP_12_Desc_25', 'Open de command prompt en voer het volgende commando uit: `geth account import C:\\niets_bijzonders_verwijder_mij.txt` '), _defineProperty(_nl$data, 'HELP_12_Desc_26', 'Je zal gevraagd worden om een nieuw wachtwoord. Dit is het wachtwoord wat je zult gebruiken in geth / Ethereum Wallet / Mist elke keer als je een transactie verzend, dus zorg dat je dit niet vergeet. '), _defineProperty(_nl$data, 'HELP_12_Desc_27', 'Verwijder het bestand `niets_bijzonders_verwijder_mij.txt` na een geslaagde import. '), _defineProperty(_nl$data, 'HELP_12_Desc_28', 'De volgende keer dat je de Ethereum Wallet applicatie opent, zal je account worden vermeld onder "Accounts". '), _defineProperty(_nl$data, 'HELP_13_Title', '13) Wat betekend "Ontoereikend saldo. Het account waarvan je de transactie verstuurd bevat niet voldoende saldo. Vereist XXXXXXXXXXXXXXXXXXX en heeft: XXXXXXXXXXXXXXXX."? '), _defineProperty(_nl$data, 'HELP_13_Desc_1', 'Dit betekend dat je account onvoldoende Ether bevat om de kosten voor het vereiste gas te dekken. Elke transactie (inclusief token en contract transacties) vereisen gas en dit gas wordt betaald in Ether. Het weergegeven nummer is de hoeveelheid die voor de transactie vereist in Wei. Neem dit nummer, deel het door `1000000000000000000`, en trek daarvan de hoeveelheid Ether die je probeerde te verzenden af (als je probeerde Ether te versturen). Dit geeft je de hoeveelheid Ether die je dient te versturen naar het account om de transactie te maken. '), _defineProperty(_nl$data, 'HELP_14_Title', '14) Sommige sites zorgen voor een willekeurigheid (seed) bij het genereren van de prive sleutel via muis bewegingen. MyEtherWallet.com doet dit niet. Is de wikkeleurigheid (random number generation) van MyEtherWallet wel veilig? '), _defineProperty(_nl$data, 'HELP_14_Desc_1', 'Hoewel het bewegen van de muis een slimme truck is en we begrijpen waarom mensen dit een goed idee vinden, is de werkelijkheid dat "window.crypto" een grotere willekeurigheid (hogere entropie) zeker stelt dan je muisbewegingen. De muisbewegingen zijn niet onveilig, echter wij (en enorm veel andere crypto experimenten) geloven in "window.crypto". Bovendien kan MyEtherWallet.com gebruikt worden op touchscreen apparaten. Hier vind je een [conversatie tussen een boze redditor en Vitalik Buterin over de muisbewegingen v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_nl$data, 'HELP_15_Title', '15) Hoe komt het dat het wallet wat ik zojuist heb aangemaakt niet in de blockchain explorer terug te vinden is? (bijvoorbeeld: etherchain, etherscan) '), _defineProperty(_nl$data, 'HELP_15_Desc_1', 'Adresen zullen enkel in een blockchain explorer worden weergegeven zodra er activiteit op een account heeft plaats gevonden. Bijvoorbeeld, zodra je er wat Ether naar toe verzonden hebt. '), _defineProperty(_nl$data, 'HELP_16_Title', '16) Hoe check ik het saldo van mijn account? '), _defineProperty(_nl$data, 'HELP_16_Desc_1', 'Je kunt hiervoor een blockchain explorer gebruiken zoals bijvoorbeeld [etherscan.io](https://etherscan.io/). Plak daar je adres in de zoekbalk en je adres en transactie geschiedenis zullen worden getoond. Bekijk bijvoobeeld hoe ons [donatie account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) eruit ziet op etherscan.io '), _defineProperty(_nl$data, 'HELP_17_Title', '17) Waarom wordt mijn saldo niet weergegeven nadat ik mijn wallet heb ontsleuteld? '), _defineProperty(_nl$data, 'HELP_17_Desc_1', 'Dit wordt zeer waarschijnlijk veroorzaakt door het feit dat je achter een firwall zit. De API waarvan we gebruik maken om je saldo op te halen en te converteren wordt vaak geblokkeerd door firewalls om wat voor reden dan ook. Het is nog steeds mogelijk om transacties te verzenden, je hebt enkel een andere methode nodig om je saldo the checken, zoals bijvoorbeeld etherscan.io '), _defineProperty(_nl$data, 'HELP_18_Title', '18) Waar is mijn Geth wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Title', '19) Waar is mijn Mist wallet bestand? '), _defineProperty(_nl$data, 'HELP_19_Desc_1', 'Mist bestanden zijn normaliter te vinden op de bovenstaande bestandslocaties, maar het volgende is veel makkelijker: open Mist, selecteer "Accounts" in de top balk, selecteer "Backup", en selecteer "Accounts". Hiermee open je de map waar je bestanden worden bewaard. '), _defineProperty(_nl$data, 'HELP_20_Title', '20) Waar is mijn pre-sale wallet bestand? '), _defineProperty(_nl$data, 'HELP_20_Desc_1', 'Waar jij het opgeslagen hebt. ;) Het was ook naar je gemailed, dus kijk ook daar. Zoek naar het bestand genaamd "ethereum_wallet_backup.json" en selecteer dit bestand. Dit wallet bestand zal versleuteld (encrypted) zijn met een wachtwoord dat je aangemaakt hebt tijdens de aankoop van de pre-sale. '), _defineProperty(_nl$data, 'HELP_21_Title', '21) Kan iedereen niet simpelweg willekeurige prive sleutels invoeren, zoekend naar een saldo, en dit naar hun eigen adres versturen? '), _defineProperty(_nl$data, 'HELP_21_Desc_1', 'De korte versie: ja, echter het vinden van een account met saldo gaat je langer duren dan het universum...dus...nee. '), _defineProperty(_nl$data, 'HELP_21_Desc_2', 'De lange ELI5 versie: Ethereum is gebasserd op [Publieke Sleutel Cryptografie](https://en.wikipedia.org/wiki/Public-key_cryptography), en meer specifiek op [Elliptische curve cryptografie](https://eprint.iacr.org/2013/734.pdf) wat op grote schaal gebruikt wordt, niet alleen in Ethereum. De meeste van onze servers zijn beveiligd via ECC. Bitcoin maakt hier ook gebruik van, net als SSH, TLS en vele andere dingen. De specifieke Ethereum sleutels zijn 256-bit sleutels, welke sterker zijn dan 128-bit en 192-bit, terwijl die ook op grote schaal gebruikt worden en no steeds als veilig worden beschouwd door experts. '), _defineProperty(_nl$data, 'HELP_21_Desc_3', 'Hierbij heb je een prive sleutel en een publieke sleutel. Vanuit de prive sleutel kan de publieke sleutel afgeleid worden, maar de publieke sleutel kan niet terug omgezet worden in de prive sleutel. Het feit dat het internet en ’s werelds geheimen gebruik maken van deze cryptografie betekend dat indien er een manier is om van publieke sleutel naar prive sleutel te gaan, dat jouw verloren ether wel het minste van een ieders probleem is. '), _defineProperty(_nl$data, 'HELP_21_Desc_4', 'Nu we dat duidelijk hebben: JA, als iemand anders je prive sleutel heeft kunnen ze inderdaad ether vanuit jouw account versturen. Net zoals dat iemand die je wachtwoord van je email heeft, je email kan lezen en sturen, of met het wachtwoord van je bank rekening geld kunnen overmaken. Je zou de Keystore versie van je prive sleutel kunnen downloaden, dat is je prive sleutel die is versleuteld (encrypted) met een wachtwoord. Dit is alsof je een wachtwoord hebt want je vervolgens nog eens beveiligd met een ander wachtwoord. '), _defineProperty(_nl$data, 'HELP_21_Desc_5', 'En JA, in theorie zou je een serie van 64 hexadecimale karakters kunnen intypen tot je er een hebt die matched. Sterker nog, een slim persoon zou een programma kunnen schrijven om heel snel willekeurige prive sleutels te controleren. Dit wordt ook wel "brute-forcing" van prive sleutels genoemd. Mensen hebben hier lang en goed over nagedacht. Met enkele krachtige servers zouden ze misschien wel zo’n miljoen sleutels per seconde kunnen controleren. Echter, zelfs wanneer er zoveel sleutels per seconde gecontroleed kunnen worden zou de opbrengst ervan niet eens in de buurt komen bij de kosten om de servers te onderhouden - het is waarschijnlijker dat jij, en je achterkleinkinderen, zijn overleden voordat je een match vind. '), _defineProperty(_nl$data, 'HELP_21_Desc_6', 'Als je Bitcoin een beetje kent, [biedt dit een aardig perspectief:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_nl$data, 'HELP_21_Desc_7', '[Als je het iets technischer wilt:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_nl$data, 'HELP_21_Desc_8', 'Uiteraard gaat bovenstaande er vanuit dat de sleutels worden gegenereerd met een volledige willekeur & met afdoende entropie. De sleutels die hier gegenreerd worden voldoen aan dat criterium, net als Jaxx en Mist/geth. De Ethereum wallets zijn allemaal best goed. Sleutels gegenereerd door "brainwallets" doen dit niet, omdat een het brein van een persoon niet capabel is om een werkelijk willekeurige "seed" te maken. Er zijn een heel aantal kwesties geweest met betrekking tot het gebrek entropie en "seeds" die niet in een volledig willekeurige manier waren gemaakt in Bitcoin-land, maar dat is een ander verhaal en kan wachten tot een andere keer. '), _defineProperty(_nl$data, 'HELP_SecCX_Title', 'Beveiliging - MyEtherWallet CX '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_1', 'Waar bewaard deze extentie mijn informatie? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_2', 'De informatie die je bewaard in deze Chrome Extensie wordt opgeslagen via [chrome.storage](http://chrome.storage/). - dit is dezelfde plek als waar je wachtwoorden staan opgeslagen als je je wachtwoorden bewaard in Chrome. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_3', 'Welke informatie wordt bewaard? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_4', 'Het adres, nickname en prive sleutel worden bewaard in chrome.storage. De prive sleutel is versleuteld (encrypted) met het wachtwoord wat je hebt ingesteld toen je je wallet hebt toegevoegd. De nickname en het wallet adres zijn niet versleuteld. '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_5', 'Waarom zijn de nickname en adres niet versleuteld? '), _defineProperty(_nl$data, 'HELP_SecCX_Desc_6', 'Als we deze items zouden versleutelen, zou je iedere keer dat je je saldo of nicknames wilt checken je wachtwoord moeten invoeren. Als je je hierover zorgen maakt, raden we je aan om gebruik te maken van MyEtherWallet.com in plaats van deze Chrome Extensie. '), _defineProperty(_nl$data, 'HELP_Sec_Title', 'Beveiliging '), _defineProperty(_nl$data, 'HELP_Sec_Desc_1', 'Als een van je eerste vragen is: "Waarom zou ik deze mensen moeten vertrouwen?", dan is dat alleen maar goed. Hopelijk zal het volgende je angst verminderen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_2', 'We zijn up en running sinds augustus 2015. Als je zoekt naar ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), zul je tal van mensen vinden die ons met groot succes gebruiken. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_3', 'We gaan je niet je geld afnemen of je prive sleutel(s) stelen. Onze website bevat geen kwaadaardige code. Sterker nog, de "GENEREER WALLET" paginas zijn volledig client-side. Dit betekend dat alle code wordt uitgevoerd op ** jouw computer** en dat het buiten jouw computer niets bewaard of verstuurd. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_4', 'Controleer de URL -- Deze website draait vanaf GitHub en je kunt de bron code hier vinden: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) naar de domein namen: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_nl$data, 'HELP_Sec_Desc_5', 'Om wallets te genereren, kun je ook de [source code](https://github.com/kvhnuke/etherwallet/releases/latest) downloaden. Zie #5 hierboven. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_6', 'Doe een test ronde en controleer wat voor netwerk activiteit er plaats vind. De makkelijkste manier om dit te doen is door met de rechtermuisknop op de pagina de klikken en te kiezen voor "inspecteer element". Ga naar het "Netwerk" tab. Genereer een test wallet. Je zult zien dat er geen netwerk activiteit is. Je zou kunnen zien dat er iets gebeurd wat er als volgt uitziet: data:image/gif and data:image/png. Dit zijn de QR codes die worden gegenereerd...op jouw computer...door jouw computer. Er werden geen bytes overgedragen. '), _defineProperty(_nl$data, 'HELP_Sec_Desc_8', 'Als je je niet pettig voelt bij het gebruikt van deze tool, gebruik hem dan vooral niet. We hebben deze tool voor mensen gemaakt als een handige manier om wallets te genereren en transacties te maken zonder dat je in de command prompt hoeft te duiken of een "full node" moet draaien. Nogmaals, voel je vrij om contact met ons op te nemen als je je zorgen maakt en we zullen zo snel mogelijk reageren. Bedankt! '), _defineProperty(_nl$data, 'HELP_FAQ_Title', 'Meer hulpzame antwoorden op veel voorkomende vragen: '), _defineProperty(_nl$data, 'HELP_Contact_Title', 'Manieren om in contact te komen:'), _nl$data); module.exports = nl; @@ -17182,7 +17179,7 @@ no.data = (_no$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_no$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_no$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_no$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_no$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_no$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_no$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_no$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_no$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_no$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_no$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_no$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_no$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_no$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_no$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_no$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_no$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_no$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_no$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_no$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_no$data, 'x_CancelReplaceTx', 'Kanseller eller erstatt transaksjon'), _defineProperty(_no$data, 'x_CancelTx', 'Kanseller transaksjon'), _defineProperty(_no$data, 'x_PasswordDesc', 'Dette passordet * krypterer * din private nøkkel. Det fungerer ikke som "seed" for å generere nøklene dine. **Du vil trenge dette passordet + din private nøkkel for å låse opp lommeboken din.**'), _defineProperty(_no$data, 'x_ReadMore', 'Les mer'), _defineProperty(_no$data, 'x_ReplaceTx', 'Erstatt transaksjon'), _defineProperty(_no$data, 'x_TransHash', 'Transaksjonens hash'), _defineProperty(_no$data, 'x_TXFee', 'Tr.avgift'), _defineProperty(_no$data, 'x_TxHash', 'Tr.hash'), _defineProperty(_no$data, 'NAV_CheckTxStatus', 'Sjekk transaksjonsstatus'), _defineProperty(_no$data, 'NAV_TxStatus', 'Transaksjonsstatus'), _defineProperty(_no$data, 'tx_Details', 'Transaksjonsdetaljer'), _defineProperty(_no$data, 'tx_Summary', 'I perioder med høy aktivitet (som f.eks. under ICO-er), kan transaksjoner stå på vent i flere timer, og i verste fall i flere dager. Dette verktøyet har som mål å gi deg muligheten til å finne og "avbryte" / erstatte disse transaksjonene. ** Dette er ikke vanligvis noe du kan gjøre. Det bør ikke stoles på, og vil bare kunne fungere når det ligger mange transaksjoner i kø. [Vennligst les mer om dette verktøyet her.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_no$data, 'tx_notFound', 'Transaksjon ikke funnet'), _defineProperty(_no$data, 'tx_notFound_1', 'Denne transaksjonen finnes ikke i transaksjonskøen til noden du er tilkoblet.'), _defineProperty(_no$data, 'tx_notFound_2', 'Hvis du nettopp har sendt transaksjonen, vennligst vent 15 sekunder og trykk "Sjekk transaksjonsstatus"-knappen igjen. '), _defineProperty(_no$data, 'tx_notFound_3', 'Den kan fortsatt befinne seg i transaksjonskøen til en annen node, i påvente av å bli behandlet (inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_notFound_4', 'Bruk rullegardinmenyen øverst til høyre og velg en annen ETH-node. (f.eks. `ETH (Etherscan.io)` eller `ETH (Infura.io)` eller `ETH (MyEtherWallet)`), og sjekk igjen.'), _defineProperty(_no$data, 'tx_foundInPending', 'Ventende transaksjon funnet'), _defineProperty(_no$data, 'tx_foundInPending_1', 'Din transaksjon ble funnet i transaksjonskøen til noden du er tilkoblet. '), _defineProperty(_no$data, 'tx_foundInPending_2', 'Den står for øyeblikket på vent (på å bli inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_foundInPending_3', 'Det er en mulighet for at du kan "kansellere" eller erstatte denne transaksjonen. Lås opp lommeboken din nedenfor.'), _defineProperty(_no$data, 'tx_FoundOnChain', 'Transaksjon funnet'), _defineProperty(_no$data, 'tx_FoundOnChain_1', 'Transaksjonen din var vellykket og ligger i blokkkjeden.'), _defineProperty(_no$data, 'tx_FoundOnChain_2', '**Hvis du ser et rødt utropstegn `( ! )` eller `BAD INSTRUCTION` eller `OUT OF GAS` feilmelding**, så betyr dette at transaksjonen ikke var vellykket. Du kan ikke "kansellere" eller erstatte denne transaksjonen. I stedet kan du sende en ny transaksjon. Hvis du fikk en "Out of Gas"-feilmelding, bør du doble gas-grensen som du spesifiserte i utgangspunktet. '), _defineProperty(_no$data, 'tx_FoundOnChain_3', '**Hvis du ikke ser noen feil, var transaksjonen vellykket.** Dine ETH eller Tokens er der du sendte dem. Hvis du ikke ser disse ETH eller Tokens der du sendte dem, og det har gått mer enn 24 timer, vennligst [kontakt vedkommende service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send dem en *lenke* til transaksjonen din og spør dem pent om å se på situasjonen din.'), _defineProperty(_no$data, 'GEN_Help_1', 'Bruk'), _defineProperty(_no$data, 'GEN_Help_2', 'for å få tilgang til kontoen din.'), _defineProperty(_no$data, 'GEN_Help_3', 'Enheten din * er * lommeboken din.'), _defineProperty(_no$data, 'GEN_Help_4', 'Guider & FAQ'), _defineProperty(_no$data, 'GEN_Help_5', 'Hvordan opprette en lommebok'), _defineProperty(_no$data, 'GEN_Help_6', 'Komme i gang'), _defineProperty(_no$data, 'GEN_Help_7', 'Ta godt vare på det · Lag en sikkerhetskopi · Ikke del den med noen · Ikke mist det · Det kan ikke gjenopprettes hvis du mister det.'), _defineProperty(_no$data, 'GEN_Help_8', 'Lastes ikke filen ned? '), _defineProperty(_no$data, 'GEN_Help_9', 'Prøv å bruke Google Chrome '), _defineProperty(_no$data, 'GEN_Help_10', 'Høyreklikk & velg "lagre linken som". Filnavn: '), _defineProperty(_no$data, 'GEN_Help_11', 'Ikke åpne denne filen på datamaskinen din '), _defineProperty(_no$data, 'GEN_Help_12', 'Bruk den sammen med passordet du oppga til å låse opp lommeboken din via MyEtherWallet (eller Mist, Geth, Parity og andre lommebok-klienter.) '), _defineProperty(_no$data, 'GEN_Help_13', 'Hvordan sikkerhetskopiere Keystore-filen '), _defineProperty(_no$data, 'GEN_Help_14', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_15', 'Unngå tap & tyveri av midlene dine.'), _defineProperty(_no$data, 'GEN_Help_16', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_17', 'Hvorfor bør jeg gjøre dette?'), _defineProperty(_no$data, 'GEN_Help_18', 'For å ha en ekstra sikkerhetskopi.'), _defineProperty(_no$data, 'GEN_Help_19', 'I tilfelle du noen gang glemmer passordet ditt.'), _defineProperty(_no$data, 'GEN_Help_20', 'Kald-lagring'), _defineProperty(_no$data, 'GET_ConfButton', 'Jeg forstår. Fortsett. '), _defineProperty(_no$data, 'GEN_Label_5', 'Lagre din `Private Nøkkel`. '), _defineProperty(_no$data, 'GEN_Unlock', 'Lås opp lommeboken for å se adressen. '), _defineProperty(_no$data, 'GAS_PRICE_Desc', 'Gas-pris er beløpet du betaler per gas-enhet. `Transaksjonsavgift = gas-pris * gas-grense` & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Høyere gas-pris = raskere transaksjon, men dyrere. Standardinnstillingen er `41 GWEI`. '), _defineProperty(_no$data, 'GAS_LIMIT_Desc', 'Gas-grense er mengden gas som sendes med transaksjonen din. `Tr.avg.` = gas-pris * gas-grense & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Å øke dette tallet vil ikke få gjennom transaksjonen din raskere. Ulike typer transaksjoner krever ulik mengde gas. F.eks. koster det `21000` å sende ETH og ~`200 000` å sende tokens. '), _defineProperty(_no$data, 'NONCE_Desc', '"Nonce" er antall transaksjoner som noensinne har blitt sendt fra en gitt adresse. Det sikrer at transaksjoner sendes i riktig rekkefølge, og ikke mer enn én gang. '), _defineProperty(_no$data, 'TXFEE_Desc', 'Transaksjonsavgiften betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Det er `gas-grense` * `gas-pris`. [Du kan regne om GWEI -> ETH her](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_no$data, 'NAV_AddWallet', 'Legg til lommebok '), _defineProperty(_no$data, 'NAV_BulkGenerate', 'Opprett flere lommebøker '), _defineProperty(_no$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_no$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_no$data, 'NAV_DeployContract', 'Utplasser kontrakt '), _defineProperty(_no$data, 'NAV_ENS', 'ENS'), _defineProperty(_no$data, 'NAV_GenerateWallet_alt', 'Ny lommebok '), _defineProperty(_no$data, 'NAV_GenerateWallet', 'Opprett lommebok '), _defineProperty(_no$data, 'NAV_Help', 'Hjelp '), _defineProperty(_no$data, 'NAV_InteractContract', 'Samhandle med Kontrakt '), _defineProperty(_no$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_no$data, 'NAV_MyWallets', 'Mine lommebøker '), _defineProperty(_no$data, 'NAV_Offline', 'Send Offline '), _defineProperty(_no$data, 'NAV_SendEther', 'Send Ether & Tokens '), _defineProperty(_no$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_no$data, 'NAV_SignMsg', 'Signér Melding '), _defineProperty(_no$data, 'NAV_Swap', 'Veksling '), _defineProperty(_no$data, 'NAV_ViewWallet', 'Vis lommebok-info '), _defineProperty(_no$data, 'NAV_YourWallets', 'Dine lommebøker '), _defineProperty(_no$data, 'x_Access', 'Åpne '), _defineProperty(_no$data, 'x_AddessDesc', 'Din `adresse` kalles også for `kontonummer` eller `offentlig nøkkel`. Det er denne du sender til folk så de kan sende deg Ether eller Tokens. Find det fargerike adresse-ikonet. Forsikre deg om at det er likt med ikonet på papir-lommeboken din og ellers hver gang du oppgir adressen din. '), _defineProperty(_no$data, 'x_Address', 'Din adresse '), _defineProperty(_no$data, 'x_Cancel', 'x_Annuler '), _defineProperty(_no$data, 'x_CSV', 'CSV-fil (ukryptert) '), _defineProperty(_no$data, 'x_Download', 'Last ned '), _defineProperty(_no$data, 'x_Json', 'JSON-fil (ukryptert) '), _defineProperty(_no$data, 'x_JsonDesc', 'Dette er det ukrypterte JSON-formatet av din private nøkkel. Dette betyr at du ikke trenger noe passord, men også at den som finner din JSON kan få tilgang til lommeboken din og etherne dine uten passord. '), _defineProperty(_no$data, 'x_Keystore', 'Keystore-fil (UTC / JSON · Anbefalt · Kryptert) '), _defineProperty(_no$data, 'x_Keystore2', 'Keystore-fil (UTC / JSON) '), _defineProperty(_no$data, 'x_KeystoreDesc', 'Denne Keystore-filen samsvarer med formatet som brukes av Mist, så du enkelt kan importere den i fremtiden. Det er den anbefalte filen å laste ned og sikkerhetskopiere. '), _defineProperty(_no$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_no$data, 'x_Mnemonic', 'Mnemonisk Frase '), _defineProperty(_no$data, 'x_ParityPhrase', 'Parity-frase '), _defineProperty(_no$data, 'x_Password', 'Passord '), _defineProperty(_no$data, 'x_Print', 'Skriv ut papirlommebok '), _defineProperty(_no$data, 'x_PrintDesc', 'Profftips: Klikk "skriv ut" og lagre som PDF, selv om du ikke har noen skriver! '), _defineProperty(_no$data, 'x_PrintShort', 'Skriv ut '), _defineProperty(_no$data, 'x_PrivKey', 'Privat nøkkel (ukryptert) '), _defineProperty(_no$data, 'x_PrivKey2', 'Privat nøkkel '), _defineProperty(_no$data, 'x_PrivKeyDesc', 'Dette er den ukrypterte tekstversjonen av den private nøkkelen din, noe som betyr at det ikke er nødvendig med noe passord. Hvis noen skulle få tak i den ukrypterte private nøkkelen din, ville de få tilgang til lommeboken din uten å bruke passord. Derfor er krypterte nøkler vanligvis å anbefale. '), _defineProperty(_no$data, 'x_Save', 'x_Lagre '), _defineProperty(_no$data, 'x_TXT', 'TXT-fil (ukryptert) '), _defineProperty(_no$data, 'x_Wallet', 'Lommebok '), _defineProperty(_no$data, 'MEW_Warning_1', 'Sjekk alltid nettsideadressen før du bruker eller oppretter en lommebok. Pass opp for "phishing"-nettsider! '), _defineProperty(_no$data, 'CX_Warning_1', 'Sørg for at du har **eksterne sikkerhetskopier** av alle lommebøker som du lagrer her. Mye kan hende som vil kunne medføre at du mister informasjonen i denne Chrome-utvidelsen, inkludert avinstallasjon og reinstallasjon av utvidelsen. Denne utvidelsen gir deg enkel tilgang til lommebøkene dine, men er **ikke** en måte å sikkerhetskopiere dem på. '), _defineProperty(_no$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_no$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_no$data, 'FOOTER_1', 'Et åpen-kildekode-, javascript-, klient-side-verktøy for å opprette Ethereum-lommebøker & sende transaksjoner. '), _defineProperty(_no$data, 'FOOTER_1b', 'Skapt av '), _defineProperty(_no$data, 'FOOTER_2', 'Donasjoner mottas med takk: '), _defineProperty(_no$data, 'FOOTER_3', 'Klient-side lommebok-oppretting av '), _defineProperty(_no$data, 'FOOTER_4', 'Ansvarsfraskrivelse '), _defineProperty(_no$data, 'sidebar_AccountInfo', 'Kontoinformasjon '), _defineProperty(_no$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_no$data, 'sidebar_AccountBal', 'Saldo på konto '), _defineProperty(_no$data, 'sidebar_TokenBal', 'Token-saldo '), _defineProperty(_no$data, 'sidebar_Equiv', 'Tilsvarende verdier '), _defineProperty(_no$data, 'sidebar_TransHistory', 'Transaksjonshistorikk '), _defineProperty(_no$data, 'sidebar_donation', 'MyEtherWallet er en gratis åpen-kildekode-service som er dedikert til å ivareta ditt personvern og din sikkerhet. Jo flere donasjoner vi får, jo mer tid kan vi bruke til å lage nye funksjoner, lytte til tilbakemeldinger, og gi deg det du ønsker. Vi er bare to personer som prøver å forandre verden. Vil du hjelpe oss? '), _defineProperty(_no$data, 'sidebar_donate', 'Doner '), _defineProperty(_no$data, 'sidebar_thanks', 'TAKK!!! '), _defineProperty(_no$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_no$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_no$data, 'decrypt_Access', 'Hvordan ønsker du å få tilgang til lommeboken din? '), _defineProperty(_no$data, 'decrypt_Title', 'Velg formatet på din private nøkkel: '), _defineProperty(_no$data, 'decrypt_Select', 'Velg en lommebok: '), _defineProperty(_no$data, 'ADD_Label_1', 'Hva ønsker du å gjøre? '), _defineProperty(_no$data, 'ADD_Radio_1', 'Opprett ny lommebok '), _defineProperty(_no$data, 'ADD_Radio_2', 'Velg lommebok-filen din (Keystore / JSON) '), _defineProperty(_no$data, 'ADD_Radio_2_alt', 'Velg lommebok-fil '), _defineProperty(_no$data, 'ADD_Radio_2_short', 'VELG LOMMEBOK-FIL... '), _defineProperty(_no$data, 'ADD_Radio_3', 'Lim/skriv inn din private nøkkel '), _defineProperty(_no$data, 'ADD_Radio_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Radio_5_Path', 'Velg "HD derivation" variant '), _defineProperty(_no$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_no$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_no$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathCustom', '(tilpasset) '), _defineProperty(_no$data, 'ADD_Radio_5', 'Lim inn/tast din mnemoniske frase '), _defineProperty(_no$data, 'ADD_Label_2', 'Lag et kallenavn: '), _defineProperty(_no$data, 'ADD_Label_3', 'Filen din er kryptert. Vennligst oppgi passordet '), _defineProperty(_no$data, 'ADD_Label_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Warning_1', 'Du kan legge til hvilken som helst konto som du vil overvåke på lommebok-siden uten å laste opp en privat nøkkel. Dette betyr ** ikke ** at du har tilgang til denne lommeboken, eller at du kan overføre ether fra den. '), _defineProperty(_no$data, 'ADD_Label_5', 'Oppgi adressen '), _defineProperty(_no$data, 'ADD_Label_6', 'Lås opp lommeboen din '), _defineProperty(_no$data, 'ADD_Label_6_short', 'Lås opp '), _defineProperty(_no$data, 'ADD_Label_7', 'Legg til konto '), _defineProperty(_no$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_no$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_1', 'Koble til din Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_2', 'Åpne Ethereum-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Exp', 'Åpne Expanse-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Ubq', 'Åpne Ubiq-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_3', 'Sjekk at nettleserstøtte er aktivert i innstillingene. '), _defineProperty(_no$data, 'ADD_Ledger_4', 'Hvis du ikke finner noen nettleserstøtte i innstillingene, sjekk at du har [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_no$data, 'ADD_Ledger_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_Ledger_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Ledger_scan', 'Koble til Ledger Wallet '), _defineProperty(_no$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_no$data, 'x_Trezor', 'TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_scan', 'Koble til TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_select', 'Dette er en TREZOR seed '), _defineProperty(_no$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_no$data, 'GEN_desc', 'Hvis du vil opprette flere lommebøker, kan du gjøre det her '), _defineProperty(_no$data, 'GEN_Label_1', 'Oppgi et sterkt passord (minst 9 tegn) '), _defineProperty(_no$data, 'GEN_Placeholder_1', 'Glem IKKE å ta vare på dette! '), _defineProperty(_no$data, 'GEN_SuccessMsg', 'Suksess! Lommeboken din har blitt opprettet. '), _defineProperty(_no$data, 'GEN_Label_2', 'Lagre din Keystore-fil og/eller private nøkkel. Ikke glem passordet ditt ovenfor. '), _defineProperty(_no$data, 'GEN_Label_3', 'Lagre adressen din. '), _defineProperty(_no$data, 'GEN_Label_4', 'Valgfritt: Skriv ut din papir-lommebok, eller lagre en QR-kode-versjon.'), _defineProperty(_no$data, 'BULK_Label_1', 'Antall lommebøker som skal opprettes '), _defineProperty(_no$data, 'BULK_Label_2', 'Opprett lommebøker '), _defineProperty(_no$data, 'BULK_SuccessMsg', 'Suksess! Lommebøkene dine har blitt opprettet. '), _defineProperty(_no$data, 'SEND_addr', 'Til-adresse '), _defineProperty(_no$data, 'SEND_amount', 'Beløp som skal sendes '), _defineProperty(_no$data, 'SEND_amount_short', 'Beløp '), _defineProperty(_no$data, 'SEND_custom', 'Tilpasning '), _defineProperty(_no$data, 'SEND_gas', 'Gas '), _defineProperty(_no$data, 'SEND_TransferTotal', 'Overfør total tilgjengelig saldo '), _defineProperty(_no$data, 'SEND_generate', 'Generer transaksjon '), _defineProperty(_no$data, 'SEND_raw', 'Rå-transaksjon '), _defineProperty(_no$data, 'SEND_signed', 'Signert transaksjon '), _defineProperty(_no$data, 'SEND_trans', 'Send transaksjon '), _defineProperty(_no$data, 'SEND_custom', 'Legg til Token '), _defineProperty(_no$data, 'SENDModal_Title', 'Advarsel! '), _defineProperty(_no$data, 'SENDModal_Content_1', 'Du er i ferd med å sende '), _defineProperty(_no$data, 'SENDModal_Content_2', 'til adressen '), _defineProperty(_no$data, 'SENDModal_Content_3', 'Er du sikker på at du ønsker å gjøre dette? '), _defineProperty(_no$data, 'SENDModal_Content_4', 'NB: Hvis det oppstår en feil, må du sannsynligvis legge til ether til kontoen din for å dekke "gas"-kostnaden for å sende ether/token. "Gas" betales i ether. '), _defineProperty(_no$data, 'SENDModal_No', 'Nei, få meg ut herfra! '), _defineProperty(_no$data, 'SENDModal_Yes', 'Ja, jeg er sikker! Gjennomfør transaksjonen. '), _defineProperty(_no$data, 'TOKEN_Addr', 'Token Kontraktadresse-Adresse '), _defineProperty(_no$data, 'TOKEN_Symbol', 'Token-symbol '), _defineProperty(_no$data, 'TOKEN_Dec', 'Desimaler '), _defineProperty(_no$data, 'TOKEN_show', 'Vis Alle Tokens '), _defineProperty(_no$data, 'TOKEN_hide', 'Skjul Tokens '), _defineProperty(_no$data, 'TRANS_desc', 'Hvis du ønsker å sende token, vennligst bruk "Send Token"-siden i stedet. '), _defineProperty(_no$data, 'TRANS_warning', 'Hvis du bruker "Kun ETH"- eller "Kun ETC"-funksjonene, sender du via en kontrakt. Noen tjenester har problemer med å akseptere disse transaksjonene. Les mer. '), _defineProperty(_no$data, 'TRANS_advanced', '+Avansert: Legg til data '), _defineProperty(_no$data, 'TRANS_data', 'Data '), _defineProperty(_no$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_no$data, 'TRANS_sendInfo', 'En standard transaksjon som bruker 21000 gas vil koste 0,000441 ETH. Vi bruker en litt-over-minimum gas-pris på 0,000000021 ETH for å sikre at transaksjonen blir raskt behandlet. Vi tar ikke noe transaksjonsgebyr. '), _defineProperty(_no$data, 'TRANSModal_Title', '"Kun ETH"- og "Kun ETC"-transaksjoner '), _defineProperty(_no$data, 'TRANSModal_Content_0', 'En notis om forskjellige transaksjoner og tjenester: '), _defineProperty(_no$data, 'TRANSModal_Content_1', '**ETH (Standardtransaksjon): ** Dette Oppretter en standardtransaksjon direkte fra en adresse ti en annen. Den har standard gas på 21000. Det er sannsynlig at ETH som sendes med denne metoden også vil bli sendt som ETC på ETC-kjeden (hvis kontoen inneholder både ETH og ETC). Dette er anbefalt metode hvis kontoen kun inneholder ETH. '), _defineProperty(_no$data, 'TRANSModal_Content_2', '**Kun ETH: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETH**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_3', '**Kun ETC: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETC**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Send kun via Standard transaksjon. Hvis du sender via "Kun"-kontraktene, vil du måtte ta kontakt med deres kundestøttepersonell for å manuelt legge til saldoen din eller få en tilbakebetaling. [Du kan også prøve Shapeshift sitt "splitte"-verktøy.](https://split.shapeshift.io/) '), _defineProperty(_no$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ingen kjente problemer. Bruk det som passer. '), _defineProperty(_no$data, 'TRANSModal_Yes', 'Flott, jeg skjønner det nå. '), _defineProperty(_no$data, 'TRANSModal_No', 'Trøste og bære, nå er jeg bare enda mer forvirret. Hjelp meg. '), _defineProperty(_no$data, 'OFFLINE_Title', 'Generer & send offline transaksjon '), _defineProperty(_no$data, 'OFFLINE_Desc', 'Generering av offline-transaksjoner kan utføres i tre steg. Du utfører steg 1 og 3 på en internettilknyttet datamaskin, og steg 2 på en offline/frakoblet datamaskon. Dette sikrer at dine private nøkler ikke kommer i kontakt med en internettilknyttet enhet. '), _defineProperty(_no$data, 'OFFLLINE_Step1_Title', 'Steg 1: Generer informasjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step1_Button', 'Generer informasjon '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_1', 'Fra-adresse '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_2', 'NB: Dette er FRA-adressen, ikke TIL-adressen. "Nonce" genereres fra den opprinnelige kontoen. Hvis du bruker en frakoblet datamaskin, vil dette være adressen til "kald-lager"-kontoen (dvs. kontoen som lagres frakoblet internett). '), _defineProperty(_no$data, 'OFFLINE_Step2_Title', 'Steg 2: Generer transaksjon (frakoblet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_1', 'Til-adresse '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_2', 'Verdi / Beløp å sende '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3', 'Gas-pris '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4', 'Gas-grense '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4b', '21000 er standard gas-grense. Når du sender kontrakter eller ekstra data, kan det hende at grensen må settes høyere. Eventuelt ubrukt gas blir returnert til deg. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6b', 'Dette er valgfritt. Data brukes ofte når du sender transaksjoner til kontrakter. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_7', 'Skriv inn / Velg din private nøkkel / JSON. '), _defineProperty(_no$data, 'OFFLINE_Step3_Title', 'Steg 3: Send / Publiser transaksjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step3_Label_1', 'Overfør (f.eks. via USB-minnepinne) den signerte transaksjonen fra steg 2 og lim den inn her. Trykk så "SEND TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'MSG_message', 'Melding '), _defineProperty(_no$data, 'MSG_date', 'Dato '), _defineProperty(_no$data, 'MSG_signature', 'Signatur '), _defineProperty(_no$data, 'MSG_verify', 'Verifiser Melding '), _defineProperty(_no$data, 'MSG_info1', 'Inkluder dagens dato slik at signaturen ikke kan brukes på nytt på en annen dato. '), _defineProperty(_no$data, 'MSG_info2', 'Inkluder brukernavnet ditt og hvor du benytter dette navnet slik at ingen andre kan benytte det. '), _defineProperty(_no$data, 'MSG_info3', 'Inkluder en spesifikk grunn for meldingen så den ikke kan brukes på nytt for et annet formål. '), _defineProperty(_no$data, 'MNEM_1', 'Vennligst velg adressen du vil jobbe med. '), _defineProperty(_no$data, 'MNEM_2', 'Din "HD-mnemoniske frase" kan gi deg tilgang til flere lommebøker / adresser. Vennligst velg den adressen du vil jobbe med denne gangen. '), _defineProperty(_no$data, 'MNEM_more', 'Flere Adresser '), _defineProperty(_no$data, 'MNEM_prev', 'Forrige Adresse '), _defineProperty(_no$data, 'NODE_Title', 'Sett opp en alternativ node'), _defineProperty(_no$data, 'NODE_Subtitle', 'For å koble til en lokal node...'), _defineProperty(_no$data, 'NODE_Warning', 'Noden din må være HTTPS for å muliggjøre tilkobling via MyEtherWallet.com. Du kan [laste ned MyEtherWallet-repoet & kjøre det lokalt](https://github.com/kvhnuke/etherwallet/releases/latest) for å koble til en hvilken som helst node. Eller du kan skaffe deg et gratis SSL-sertifikat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_no$data, 'NODE_Name', 'Nodens navn'), _defineProperty(_no$data, 'NODE_Port', 'Nodens port'), _defineProperty(_no$data, 'NODE_CTA', 'Lagre & bruk alternativ node'), _defineProperty(_no$data, 'CONTRACT_Title', 'Kontraktadresse '), _defineProperty(_no$data, 'CONTRACT_Title_2', 'Velg eksisterende kontrakt '), _defineProperty(_no$data, 'CONTRACT_Json', 'ABI / JSON grensesnitt '), _defineProperty(_no$data, 'CONTRACT_Interact_Title', 'Les fra / Skriv til kontrakt '), _defineProperty(_no$data, 'CONTRACT_Interact_CTA', 'Velg en funksjon '), _defineProperty(_no$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_no$data, 'CONTRACT_Read', 'LES '), _defineProperty(_no$data, 'CONTRACT_Write', 'SKRIV '), _defineProperty(_no$data, 'DEP_generate', 'Generer Bytecode '), _defineProperty(_no$data, 'DEP_generated', 'Generert Bytecode '), _defineProperty(_no$data, 'DEP_signtx', 'Signer transaksjon '), _defineProperty(_no$data, 'DEP_interface', 'Generer grensesnitt '), _defineProperty(_no$data, 'SWAP_rates', "Aktuelle vekslingskurser "), _defineProperty(_no$data, 'SWAP_init_1', "Jeg vil veksle mine "), _defineProperty(_no$data, 'SWAP_init_2', " med "), _defineProperty(_no$data, 'SWAP_init_CTA', "Gjennomfør! "), _defineProperty(_no$data, 'SWAP_information', "Din informasjon "), _defineProperty(_no$data, 'SWAP_send_amt', "Beløp som sendes "), _defineProperty(_no$data, 'SWAP_rec_amt', "Beløp som mottas "), _defineProperty(_no$data, 'SWAP_your_rate', "Din vekslingskurs "), _defineProperty(_no$data, 'SWAP_rec_add', "Din mottakeradresse "), _defineProperty(_no$data, 'SWAP_start_CTA', "Start byttet "), _defineProperty(_no$data, 'SWAP_ref_num', "Ditt referansenummer "), _defineProperty(_no$data, 'SWAP_time', "Gjenstående tid til å sende "), _defineProperty(_no$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_no$data, 'SWAP_progress_1', "Ordre initiert "), _defineProperty(_no$data, 'SWAP_progress_2', "Venter på dine "), _defineProperty(_no$data, 'SWAP_progress_3', "Mottatt! "), _defineProperty(_no$data, 'SWAP_progress_4', "Sender dine {{orderResult.output.currency}} "), _defineProperty(_no$data, 'SWAP_progress_5', "Ordre fullført "), _defineProperty(_no$data, 'SWAP_order_CTA', "Vennligst send "), _defineProperty(_no$data, 'SWAP_unlock', "Lås opp din lommebok for å sende ETH eller Tokens direkte fra denne siden. "), _defineProperty(_no$data, 'MYWAL_Nick', 'Lommebok-kallenavn '), _defineProperty(_no$data, 'MYWAL_Address', 'Lommebok-adresse '), _defineProperty(_no$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_no$data, 'MYWAL_Edit', 'Rediger '), _defineProperty(_no$data, 'MYWAL_View', 'Se på '), _defineProperty(_no$data, 'MYWAL_Remove', 'Fjern '), _defineProperty(_no$data, 'MYWAL_RemoveWal', 'Fjern lommebok: '), _defineProperty(_no$data, 'MYWAL_WatchOnly', 'Dine "bare-se"-kontoer '), _defineProperty(_no$data, 'MYWAL_Viewing', 'Viser lommebok '), _defineProperty(_no$data, 'MYWAL_Hide', 'Skjul lommebok-info '), _defineProperty(_no$data, 'MYWAL_Edit_2', 'Rediger lommebok '), _defineProperty(_no$data, 'MYWAL_Name', 'Lommeboknavn '), _defineProperty(_no$data, 'MYWAL_Content_1', 'Advarsel! Du er i ferd med å fjerne lommeboken din '), _defineProperty(_no$data, 'MYWAL_Content_2', 'Vær sikker på at du har **lagret den private nøkkelen/JSON-filen og passordet** tilknyttet denne lommeboken før du fjerner den. '), _defineProperty(_no$data, 'MYWAL_Content_3', 'Hvis du ønsker å bruke denne lommeboken med din MyEtherWallet Chrome-utvidelse i fremtiden, må du manuelt legge den til igjen ved å bruke den private nøkkelen/JSON og passord. '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. Du vil kanskje gjøre dette for å [importere kontoen din til Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Hvis du bare ønsker å sjekke saldoen din, anbefaler vi at du bruker en "blockchain explorer" som f.eks. [etherscan.io](https://etherscan.io/). '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle_Short', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. '), _defineProperty(_no$data, 'VIEWWALLET_SuccessMsg', 'Suksess! Her er detaljene om din lommebok. '), _defineProperty(_no$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_no$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_no$data, 'CX_error_1', 'Du har ennå ikke lagret noen lommebok. Klikk ["Legg til lommebok"](/cx-wallet.html#add-wallet) for å legge til en! '), _defineProperty(_no$data, 'CX_quicksend', 'Send '), _defineProperty(_no$data, 'ERROR_0', 'Vennligst oppgi et gyldig beløp. '), _defineProperty(_no$data, 'ERROR_1', 'Passordet ditt må inneholde minst 9 tegn. Vennligst sørg for at det er et sterkt passord. '), _defineProperty(_no$data, 'ERROR_2', 'Beklager! Vi kjenner ikke igjen denne typen lommebok-fil. '), _defineProperty(_no$data, 'ERROR_3', 'Dette er ikke en gyldig lommebok-fil. '), _defineProperty(_no$data, 'ERROR_4', 'Denne enheten eksisterer ikke, vennligst benytt en av de følgende enhetene '), _defineProperty(_no$data, 'ERROR_5', 'Ugyldig adresse. '), _defineProperty(_no$data, 'ERROR_6', 'Ugyldig passord. '), _defineProperty(_no$data, 'ERROR_7', 'Ugyldig beløp. (Må være heltall. Prøv 0-18.) '), _defineProperty(_no$data, 'ERROR_8', 'Ugyldig gas-grense. (Må være heltall. Prøv 21000-4000000.) '), _defineProperty(_no$data, 'ERROR_9', 'Ugyldig dataverdi. (Må være hex.) '), _defineProperty(_no$data, 'ERROR_10', 'Ugyldig gas-mengde. (Må være heltall. Prøv 20 GWEI / 20000000000 WEI.) '), _defineProperty(_no$data, 'ERROR_11', 'Ugyldig nonce. (Må være heltall.) '), _defineProperty(_no$data, 'ERROR_12', 'Ugyldig signert transaksjon. '), _defineProperty(_no$data, 'ERROR_13', 'En lommebok med dette kallenavnet eksisterer allerede. '), _defineProperty(_no$data, 'ERROR_14', 'Lommebok ikke funnet. '), _defineProperty(_no$data, 'ERROR_15', 'Det ser ikke ut til at et forslag med denne ID-en eksisterer ennå, eller det er en feil ved innlesning av dette forslaget. '), _defineProperty(_no$data, 'ERROR_16', 'En lommebok med denne adressen er allerede lagret. Vennligst sjekk lommebok-siden din. '), _defineProperty(_no$data, 'ERROR_17', 'Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Du trenger minst 0,01 ether på kontoen din for å dekke gas-kostnaden. Vennligst legg til litt ether og prøv igjen. '), _defineProperty(_no$data, 'ERROR_18', 'All gas vil bli brukt på denne transaksjonen. Dette betyr at du allerede har stemt på dette forslaget, eller at debatt-perioden er over. '), _defineProperty(_no$data, 'ERROR_19', 'Ugyldig symbol '), _defineProperty(_no$data, 'ERROR_20', 'er ikke en gyldig ERC-20-token. Hvis andre tokens holder på å lastes, vennligst fjern denne token og prøv igjen. '), _defineProperty(_no$data, 'ERROR_21', 'Kunne ikke estimere gas. Det er enten ikke nok midler på kontoen, eller så gir den mottakende kontraktadressen en feilmelding. Prøv å justere gas-mengden manuelt, og fortsett. Feilmeldingen du får når du sender kan være mer informativ. '), _defineProperty(_no$data, 'ERROR_22', 'Vennligst oppgi gyldig nodenavn '), _defineProperty(_no$data, 'ERROR_23', 'Oppgi gyldig URL (internett-adresse), hvis du er på https må URL-en starte med https '), _defineProperty(_no$data, 'ERROR_24', 'Vennligst oppgi gyldig port '), _defineProperty(_no$data, 'ERROR_25', 'Vennligst oppgi gyldig kjede-ID '), _defineProperty(_no$data, 'ERROR_26', 'Vennligst oppgi gyldig ABI '), _defineProperty(_no$data, 'ERROR_27', 'Minimumsbeløp 0.01 '), _defineProperty(_no$data, 'ERROR_28', '**Du trenger din Keystore-fil & passord eller din private nøkkel** for å få tilgang til denne lommeboken i framtiden. Vennligst lagre og sikkerhetskopier den eksternt! Det finnes ingen måte å gjenopprette en lommebok på hvis du ikke lagrer den. Les [hjelpesiden](https://www.myetherwallet.com/#help) for ytterligere instruksjoner (foreløpig kun på engelsk). '), _defineProperty(_no$data, 'ERROR_29', 'Vennligst oppgi gyldig brukernavn og passord '), _defineProperty(_no$data, 'ERROR_30', 'Vennligst oppgi et gyldig ENS-navn '), _defineProperty(_no$data, 'ERROR_31', 'Ugyldig hemmelig frase '), _defineProperty(_no$data, 'ERROR_32', 'Kunne ikke bytte node eller koble til noden du valgte. Last inn siden på nytt, prøv en annen node (øverste høyre hjørnet), sjekk brannmur-innstillingene. Hvis du bruker din egen node, sjekk konfigurasjonen.'), _defineProperty(_no$data, 'ERROR_33', 'Lommeboken du har låst opp stemmer ikke overens med eierens adresse. '), _defineProperty(_no$data, 'ERROR_34', 'Navnet du prøver å avsløre er ikke likt navnet du har tastet inn. '), _defineProperty(_no$data, 'ERROR_35', 'Input-adressen har ingen sjekk-sum. More info'), _defineProperty(_no$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_no$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_no$data, 'SUCCESS_1', 'Gyldig adresse '), _defineProperty(_no$data, 'SUCCESS_2', 'Dekrypteringen av lommeboken var vellykket '), _defineProperty(_no$data, 'SUCCESS_3', 'Transaksjonen ble kringkastet til blokkjeden. Klikk for å se transaksjonen din og verifisere at den ble inkludert (mined), og at den ikke ga noen tom-for-gas- eller kontrakt-utførelsesfeil. TX Hash: '), _defineProperty(_no$data, 'SUCCESS_4', 'Lommeboken din ble lagt til '), _defineProperty(_no$data, 'SUCCESS_5', 'Valgt fil '), _defineProperty(_no$data, 'SUCCESS_6', 'Tilkobling ble opprettet '), _defineProperty(_no$data, 'SUCCESS_7', 'Meldingssignatur bekreftet'), _defineProperty(_no$data, 'WARN_Send_Link', 'Du ankom via en lenke hvor adresse, verdi, gas, datafelt og/eller transaksjonstype (sendingsmodus) var ferdigutfylt. Du kan endre denne informasjonen før du sender. Lås opp lommeboken din for å komme i gang. '), _defineProperty(_no$data, 'GETH_InvalidSender', 'Feil på avsender '), _defineProperty(_no$data, 'GETH_Nonce', 'For liten Nonce '), _defineProperty(_no$data, 'GETH_Cheap', 'Gas-pris for lav til å kunne aksepteres '), _defineProperty(_no$data, 'GETH_Balance', 'Utilstrekkelig saldo '), _defineProperty(_no$data, 'GETH_NonExistentAccount', 'Kontoen eksisterer ikke eller saldoen er for lav '), _defineProperty(_no$data, 'GETH_InsufficientFunds', 'Utilstrekkelig med midler for gas * pris + verdi '), _defineProperty(_no$data, 'GETH_IntrinsicGas', 'Gas-egenverdi for lav '), _defineProperty(_no$data, 'GETH_GasLimit', 'Overskrider blokkens gas-grense '), _defineProperty(_no$data, 'GETH_NegativeValue', 'Negativ verdi '), _defineProperty(_no$data, 'PARITY_AlreadyImported', "En transaksjon med samme hash har allerede blitt importert."), _defineProperty(_no$data, 'PARITY_Old', "Transaksjonens nonce er for lav. Prøv å øke nonce gradvis (+1)."), _defineProperty(_no$data, 'PARITY_TooCheapToReplace', "Transaksjonsavgiften er for lav. Det er en annen transaksjon med samme nonce i køen. Prøv å øke avgiften eller øke nonce (+1)."), _defineProperty(_no$data, 'PARITY_LimitReached', "Det er for mange transaksjoner i køen. Transaksjonen din ble derfor droppet. Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientGasPrice', "Transaksjonsavgiften er for lav. Den tilfredsstiller ikke minimumsavgiften til noden din. (minimum: {}, fått: {}). Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientBalance', "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd {} og fått: {}."), _defineProperty(_no$data, 'PARITY_GasLimitExceeded', "Transaksjonskostnaden overskrider nåværende gas-grense. Grense: {}, fått: {}. Prøv å redusere tilført gas."), _defineProperty(_no$data, 'PARITY_InvalidGasLimit', "Tilført mengde gas er over grensen."), _defineProperty(_no$data, 'translate_version', '0.4 '), _defineProperty(_no$data, 'Translator_Desc', 'Takk til oversetterne våre '), _defineProperty(_no$data, 'TranslatorName_1', '[mrstormlars](https://www.myetherwallet.com/?gaslimit=21000&to=mrstormlars.eth&value=1.0#send-transaction) '), _defineProperty(_no$data, 'TranslatorAddr_1', ''), _defineProperty(_no$data, 'TranslatorName_2', ''), _defineProperty(_no$data, 'TranslatorAddr_2', ''), _defineProperty(_no$data, 'TranslatorName_3', ''), _defineProperty(_no$data, 'TranslatorAddr_3', ''), _defineProperty(_no$data, 'TranslatorName_4', ''), _defineProperty(_no$data, 'TranslatorAddr_4', ''), _defineProperty(_no$data, 'TranslatorName_5', ''), _defineProperty(_no$data, 'TranslatorAddr_5', ''), _defineProperty(_no$data, 'HELP_Warning', 'Hvis du opprettet en lommebok -eller- lastet ned repoet før **31. desember 2015**, vennligst sjekk lommebøkene dine & last ned en ny versjon av repoet. Klikk for detaljer. '), _defineProperty(_no$data, 'HELP_Desc', 'Ser du noe som mangler? Har du flere spørsmål? [Ta kontakt med oss](mailto:support@myetherwallet.com), så vil vi ikke bare besvare spørsmålet ditt, men vi vil også oppdatere denne siden så den blir mer nyttig i framtiden! '), _defineProperty(_no$data, 'HELP_Remind_Title', 'Noen påminnelser '), _defineProperty(_no$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, og noen av de underliggende Javascript-bibliotekene vi benytter er under aktiv utvikling.** Selv om vi har testet grundig, og titusenvis av lommebøker har blitt opprettet uten feil av folk over hele kloden, så er det alltid en liten mulighet for at noe uventet kan skje som kan medføre at dine ETH kan tapes. Vennligst ikke invester mer enn du er villig til å tape, and vær så snill å være forsiktig. Hvis noe skulle skje, er vi lei oss for det, men **vi er ikke ansvarlige for eventuelt tapte etere**. '), _defineProperty(_no$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX er ikke "web wallets" (internettlommebøker). Du oppretter ikke en konto eller gir oss dine ethere for oppbevaring hos oss. Alle data forblir på din PC / i din nettleser. Vi gjør det enkelt for deg å opprette, lagre og få tilgang til din informasjon og samhogle med blokkjeden. '), _defineProperty(_no$data, 'HELP_Remind_Desc_3', 'Hvis du ikke lagrer din private nøkkel & passord, finnes det ingen måte å gjenopprette din lommebok på, eller midlene den inneholder. Sikkerhetskopier dem på flere fysiske lokasjoner – ikke bare på datamaskinen din! '), _defineProperty(_no$data, 'HELP_0_Title', '0) Jeg er nybegynner. Hva skal jeg gjøre? '), _defineProperty(_no$data, 'HELP_0_Desc_1', 'MyEtherWallet gir deg muligheten til å opprette nye lommebøker slik at du kan lagre etherne dine selv, i stedet for på en børs (hvor du kan kjøpe ether). Denne prosessen skjer helt og holdent på din datamaskin, ikke på våre servere. Derfor, når du oppretter en ny lommebok, **er du ansvarlig for å sikkerhetskopiere den på en forsvarlig måte**. '), _defineProperty(_no$data, 'HELP_0_Desc_2', 'Opprett en ny lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_3', 'Sikkerhetskopier lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_4', 'Verifiser at du har tilgang til denne nye lommeboken (f.eks. ved å overføre et ørlite beløp til og fra den nye lommeboken), og at all nødvendig informasjon er lagret og korrekt. '), _defineProperty(_no$data, 'HELP_0_Desc_5', 'Overfør ether til den nye lommeboken. '), _defineProperty(_no$data, 'HELP_1_Title', '1) Hvordan oppretter jeg en ny lommebok? '), _defineProperty(_no$data, 'HELP_1_Desc_1', 'Gå til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_1_Desc_2', 'Gå til "Legg til lommebok"-siden & velg "Opprett ny lommebok" '), _defineProperty(_no$data, 'HELP_1_Desc_3', 'Oppgi et sterkt passord. Hvis du ikke tror du klarer å huske det, skriv det opp på et sikkert sted. Du kommer til å trenge dette passordet for å sende transaksjoner. '), _defineProperty(_no$data, 'HELP_1_Desc_4', 'Klikk "OPPRETT". '), _defineProperty(_no$data, 'HELP_1_Desc_5', 'Din lommebok har nå blitt opprettet. '), _defineProperty(_no$data, 'HELP_2a_Title', 'Hvordan lagrer/sikkerhetskopierer jeg lommeboken min? '), _defineProperty(_no$data, 'HELP_2a_Desc_1', 'Du bør alltid sikkerhetskopiere lommeboken din eksternt og på flere fysiske lokasjoner - som f.eks. på en USB-disk og/eller på et papirark. '), _defineProperty(_no$data, 'HELP_2a_Desc_2', 'Lagre adressen. Du kan holde den for deg selv eller dele den med andre. På den måten kan andre overføre ether til deg. '), _defineProperty(_no$data, 'HELP_2a_Desc_3', 'Lagre versjoner av den private nøkkelen. Ikke del den med noen andre. Din private nøkkel er nødvendig hvis du vil ha tilgang til (og sende) etheren din! Det er 3 typer private nøkler: '), _defineProperty(_no$data, 'HELP_2a_Desc_4', 'Plasser adressen din, versjoner av den private nøkkelen, og PDF-versjonen av papirlommeboken i en folder. Lagre denne på datamaskinen din og en USB-disk. '), _defineProperty(_no$data, 'HELP_2a_Desc_5', 'Skriv ut lommeboken hvis du har en skriver. Hvis ikke, skriv ned adressen og den private nøkkelen din på et papirark. Lagre dette på et sikkert sted, separat fra datamaskinen og USB-disken. '), _defineProperty(_no$data, 'HELP_2a_Desc_6', 'Husk at du må unngå tap av nøklene og passordet pga. tap av, eller feil på, harddisk, USB-disk eller paperlommebok. Du må også ta i betraktning at det kan oppstå fysisk tap/skade på et helt område (tenk på brann eller flom). '), _defineProperty(_no$data, 'HELP_2b_Title', '2b) Hvordan kan jeg lagre ether sikkert / offline / "kaldt" med MyEtherWallet? '), _defineProperty(_no$data, 'HELP_2b_Desc_1', 'Gå til vår github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_no$data, 'HELP_2b_Desc_2', 'Klikk `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_2b_Desc_3', 'Flytt zip-fila til en frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_2b_Desc_4', 'Pakk ut zip-fila (unzip) og dobbeltklikk `index.html`. '), _defineProperty(_no$data, 'HELP_2b_Desc_5', 'Opprett en lommebok med et sterkt passord. '), _defineProperty(_no$data, 'HELP_2b_Desc_6', 'Lagre adressen. Lagre versjoner av den private nøkkelen. Lagre passordet hvis du ikke tror du klarer å huske det for alltid. '), _defineProperty(_no$data, 'HELP_2b_Desc_7', 'Lagre disse papirene / USB-ene på flere fysisk separate steder. '), _defineProperty(_no$data, 'HELP_2b_Desc_8', 'Gå til "Vis lommebok-info"-siden og oppgi (lim inn) din private nøkkel / passord for å sikre at de er korrekte og gir deg tilgang til lommeboken din. Sjekk at adressen du skrev ned er den samme. '), _defineProperty(_no$data, 'HELP_3_Title', '3) Hvordan verifiserer jeg at jeg har tilgang til den nye lommeboken min? '), _defineProperty(_no$data, 'HELP_3_Desc_1', '**Før du sender ether til din nye lommebok**, bør du forsikre deg om at du har tilgang til den. '), _defineProperty(_no$data, 'HELP_3_Desc_2', 'Naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_3_Desc_3', 'Naviger til MyEtherWallet.com sin "Vis lommebok-info"-side. '), _defineProperty(_no$data, 'HELP_3_Desc_4', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_3_Desc_5', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks. Oppgi passordet. '), _defineProperty(_no$data, 'HELP_3_Desc_6', 'Klikk "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_3_Desc_7', 'Informasjon om lommeboken din skal nå dukke opp. Finn konto-adressen din ved siden av et fargerikt, sirkulært ikon. Dette ikonet er en unik, visuell representasjon av din adresse. Vær sikker på at adressen er den samme adressen som du har lagret i tekstdokumentet og papirlommeboken. '), _defineProperty(_no$data, 'HELP_3_Desc_8', 'Hvis du planlegger å lagre et stort ether-beløp, anbefaler vi at du sender et lite beløp til- og fra den nye lommeboken før du deponerer et stort beløp. Send 0,001 ether til din nye lommebok, åpne lommeboken, send de 0,001 eterne (-minus gas-kostnad) til en annen adresse, og forikre deg om at alt fungerer som det skal. '), _defineProperty(_no$data, 'HELP_4_Title', '4) Hvordan sender jeg ether fra en lommebok til en annen? '), _defineProperty(_no$data, 'HELP_4_Desc_1', 'Hvis du planlegger å flytte et stort ether-beløp, bør du testsende et lite beløp først for å forsikre deg om at alt går som planlagt. '), _defineProperty(_no$data, 'HELP_4_Desc_2', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4_Desc_3', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_4_Desc_4', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks hvor du må oppgi passordet ditt. '), _defineProperty(_no$data, 'HELP_4_Desc_5', 'Klikk på "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_6', 'Oppgi adressen som du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4_Desc_7', 'Oppgi beløpet som du ønsker å sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du ønsker å overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4_Desc_9', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_4_Desc_10', 'En del felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_4_Desc_11', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_4_Desc_12', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_13', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_4CX_Title', '4) Hvordan sender jeg ether med MyEtherWallet CX (Chrome-utvidelsen)? '), _defineProperty(_no$data, 'HELP_4CX_Desc_1', 'Først må du legge til en lommebok. Når du har gjort det, har du 2 muligheter: den kjappe "Send"-funksjonaliteten fra Chrome-utvidelsesikonet eller "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4CX_Desc_2', 'Send: '), _defineProperty(_no$data, 'HELP_4CX_Desc_3', 'Klikk Chrome-utvidelsesikonet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_4', 'Klikk "Send"-knappen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_5', 'Velg lommeboken du ønsker å sende fra. '), _defineProperty(_no$data, 'HELP_4CX_Desc_6', 'Oppgi adressen du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_7', 'Oppgi beløpet du vil sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du vil overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_8', 'Klikk "Send transaksjon". '), _defineProperty(_no$data, 'HELP_4CX_Desc_9', 'Verifiser at adressen og beløpet er korrekt. '), _defineProperty(_no$data, 'HELP_4CX_Desc_10', 'Oppgi passordet for lommeboken. '), _defineProperty(_no$data, 'HELP_4CX_Desc_11', 'Klikk "Send transaksjon." '), _defineProperty(_no$data, 'HELP_4CX_Desc_12', 'Bruk "Send Ether & Tokens"-siden '), _defineProperty(_no$data, 'HELP_5_Title', '5) Hvordan kan jeg bruke MyEtherWallet.com offline/lokalt? '), _defineProperty(_no$data, 'HELP_5_Desc_1', 'Du kan bruke MyEtherWallet.com på datamaskinen din i stedet for fra GitHub-serverne. Du kan opprette en lommebok fullstendig frakoblet fra internett, og sende transaksjoner fra "Send offline"-siden. '), _defineProperty(_no$data, 'HELP_5_Desc_7', 'MyEtherWallet.com kjører nå utelukkende på din datamaskin. '), _defineProperty(_no$data, 'HELP_5_Desc_8', 'I tilfelle du ikke er så vant med dette: du må beholde hele mappen for å kunne kjøre nettsiden, ikke bare `index.html`. Ikke rør eller flytt rundt på noe i mappen. Hvis du lagrer en backup av MyEtherWallet-repoet for framtiden, anbefaler vi å kun lagre zip-fila så du kan være sikker på at innholdet i mappen forblir intakt. '), _defineProperty(_no$data, 'HELP_5_Desc_9', 'Siden vi oppdaterer MyEtherWallet.com hele tiden, anbefaler vi at du oppdaterer din lagrede versjon av repoet jevnlig. '), _defineProperty(_no$data, 'HELP_5CX_Title', '5) Hvordan kan jeg installere denne utvidelsen fra repoet i stedet for fra Chrome-butikken? '), _defineProperty(_no$data, 'HELP_5CX_Desc_2', 'Klikk `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_5CX_Desc_3', 'Gå til Google Chrome og finn innstillingene i menyen øverst til høyre under "Flere verktøy". '), _defineProperty(_no$data, 'HELP_5CX_Desc_4', 'Clikk "Utvidelser" til venstre. '), _defineProperty(_no$data, 'HELP_5CX_Desc_5', 'Huk av "Utviklermodus"-knappen på toppen av siden. '), _defineProperty(_no$data, 'HELP_5CX_Desc_6', 'Klikk "Last inn upakket utvidelser"-knappen. '), _defineProperty(_no$data, 'HELP_5CX_Desc_7', 'Naviger til den nå utpakkede mappen som du lastet ned tidligere. Clikk "OK". '), _defineProperty(_no$data, 'HELP_5CX_Desc_8', 'Utvidelsen skal nå dukke opp blant utvidelsene dine og i utvidelses-knappelinjen øverst til høyre i nettleseren. '), _defineProperty(_no$data, 'HELP_7_Title', '7) Hvordan sender jeg token & legger til flere typer token? '), _defineProperty(_no$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) er en flott måte å utforske token på, og for å finne informasjon om antall desimaler for en token. '), _defineProperty(_no$data, 'HELP_7_Desc_1', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_7_Desc_2', 'Lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_7_Desc_3', 'Oppgi adressen som du vil sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_7_Desc_4', 'Oppgi beløpet som du vil sende. '), _defineProperty(_no$data, 'HELP_7_Desc_5', 'Velg hvilken type token du vil sende . '), _defineProperty(_no$data, 'HELP_7_Desc_6', 'Hvis du ikke ser token-typen på listen: '), _defineProperty(_no$data, 'HELP_7_Desc_7', 'Klikk "Tilpasning". '), _defineProperty(_no$data, 'HELP_7_Desc_8', 'Oppgi adressen, navnet, og antall desimaler for token-et. Disse er oppgitt fra utviklerne av token-et og er også nødvendige når du skal "Add a Watch Token" i Mist. '), _defineProperty(_no$data, 'HELP_7_Desc_9', 'Klikk "Lagre". '), _defineProperty(_no$data, 'HELP_7_Desc_10', 'Du kan nå sende denne typen token, samt se saldoen for aktuell token i sidefeltet. '), _defineProperty(_no$data, 'HELP_7_Desc_11', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_7_Desc_12', 'Noen flere felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_7_Desc_13', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_7_Desc_14', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_7_Desc_15', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Title', '8) Hva skjer hvis nettsiden går ned? '), _defineProperty(_no$data, 'HELP_8_Desc_1', 'MyEtherWallet er ikke en nett-lommebok (web wallet). Du har ingen innlogging og ingenting blir noensinne lagret på våre servere. Det er ganske enkelt et grensesnitt som tillater deg å samhandle med blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Desc_2', 'Hvis MyEtherWallet.com går ned, må du finne en annen måte (som f.eks. geth eller Ethereum Wallet / Mist) å gjøre det på. Men du vil ikke trenge å "hente" eteren din ut av MyEtherWallet, fordi den ikke befinner seg i MyEtherWallet. Den befinner seg i den lommeboka/kontoen som du opprettet ved hjelp av nettsiden vår. '), _defineProperty(_no$data, 'HELP_8_Desc_3', 'Du kan nå svært enkelt importere din ukrypterte private nøkkel og dine Geth/Mist-format (krypterte) filer direkte inn i geth / Ethereum Wallet / Mist. Se spørsmål #12 nedenfor. '), _defineProperty(_no$data, 'HELP_8_Desc_4', 'I tillegg er sannsynligheten for at vi tar ned MyEtherWallet svært liten. Det koster oss nesten ingenting å opprettholde den siden vi ikke lagrer noen informasjon. Hvis vi tar ned domenet, er det fortsatt, og vil alltid være, offentlig tilgjengelig på [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Du kan laste ned zip-fila der og kjøre den lokalt. '), _defineProperty(_no$data, 'HELP_8CX_Title', '8) Hva skjer hvis MyEtherWallet CX (Chrome-utvidelsen) forsvinner? '), _defineProperty(_no$data, 'HELP_8CX_Desc_1', 'For det første er alle data lagret på din datamaskin, ikke på våre servere. Jeg vet det kan være forvirrende, men når du ser på Chrome-utvidelsen, så ser du IKKE på ting som er lagret på våre servere et eller annet sted - det er alt sammen lagret på din egen datamaskin. '), _defineProperty(_no$data, 'HELP_8CX_Desc_2', 'Når det er sagt, så er det **svært viktig** at du sikkerhetskopierer all din informasjon for alle lommebøkene som du har opprettet med MyEtherWallet CX. På den måten vil du fortsatt ha all nødvendig informasjon for å få tilgang til eteren din selv om noe skulle hende med MyEtherWallet CX eller datamaskinen din. Se spørsmål #2a ang. hvordan du sikkerhetskopierer lommebøkene dine. '), _defineProperty(_no$data, 'HELP_8CX_Desc_3', 'Hvis MyEtherWallet CX av en eller annen grunn skulle forsvinne fra Chrome Store, så kan du finne kildekoden på Github og laste den inn manuelt. Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_9_Title', '9) Er "Send Ether & Tokens"-siden offline? '), _defineProperty(_no$data, 'HELP_9_Desc_1', 'Nei. Den trenger internett for å kunne skaffe den aktuelle gas-prisen, "nonce" for kontoen din, og for å kunne kringkaste transaksjonen (aka "send"). Imidlertid sender den kun den signerte transaksjonen. Din private nøkkel forblir i sikkerhet hos deg. Vi tilbyr nå også en "Offline transaction"-side slik at du kan forsikre deg om at dine private nøkler til enhver tid kun befinner seg på en offline/frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_10_Title', '10) Hvordan lager jeg en frakoblet/offline transaksjon? '), _defineProperty(_no$data, 'HELP_10_Desc_1', 'Naviger til "Send Offline"-siden via din internettilknyttede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_2', 'Oppgi "Fra-adressen". Vennligst merk at dette er adressen du sender FRA, ikke TIL. Dette genererer "nonce" og "gas-pris". '), _defineProperty(_no$data, 'HELP_10_Desc_3', 'Gå til den internettfrakoblede datamaskinen. Oppgi "TIL-ADRESSEN" og "BELØPET" du vil sende. '), _defineProperty(_no$data, 'HELP_10_Desc_4', 'Oppgi "GAS-PRISEN" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_5', 'Oppgi "NONCE" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_6', '"GAS-GRENSE" har en standardverdi på 21000. Dette vil dekke en standardtransaksjon. Hvis du sender til en kontrakt eller inkluderer ekstra data i transaksjonen din, må du øke gas-grensen. Eventuelt overskytende gas blir returnert til deg (fra-kontoen). '), _defineProperty(_no$data, 'HELP_10_Desc_7', 'Oppgi noe data hvis du vil. Hvis du oppgir data, må du inkludere mer enn det som er standard gas-grense (21000). Alle data er i HEX-format. '), _defineProperty(_no$data, 'HELP_10_Desc_8', 'Velg lommebokfilen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_10_Desc_9', 'Trykk på "GENERER SIGNERT TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'HELP_10_Desc_10', 'Datafeltet under denne knappen vil fylles med din signerte transaksjon. Kopier denne og flytt den tilbake til din tilkoblede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_11', 'Lim inn den signerte transaksjonen i tekstfeltet i steg #3 på den tilkoblede maskinen og klikk "Send Ether & Tokens". Dette vil kringkaste transaksjonen din. '), _defineProperty(_no$data, 'HELP_12_Title', '12) Hvordan kan jeg importere en lommebok opprettet med MyEtherWallet til geth / Ethereum Wallet / Mist? '), _defineProperty(_no$data, 'HELP_12_Desc_1', 'Ved å bruke en Geth/Mist JSON-fil fra MyEtherWallet v2+.... '), _defineProperty(_no$data, 'HELP_12_Desc_2', 'Gå til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_3', 'Lås opp lommeboken din ved hjelp av din **krypterte** private nøkkel eller JSON-fil. '), _defineProperty(_no$data, 'HELP_12_Desc_4', 'Gå til "Mine lommebøker"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_5', 'Velg lommeboken som du ønsker å importere til Mist, klikk "Vis"-ikonet, oppgi passordet, og få tilgang til lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_6', 'Finn "Last ned JSON-fil - Geth/Mist-format (kryptert)"-seksjonen. Trykk "Last ned"-knappen nedenfor. Du har nå fått keystore-filen til lommeboken din. '), _defineProperty(_no$data, 'HELP_12_Desc_7', 'Åpne "Ethereum Wallet"-programmet. '), _defineProperty(_no$data, 'HELP_12_Desc_8', 'I menyfeltet, gå til "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_no$data, 'HELP_12_Desc_9', 'Dette vil åpne keystore-mappen på harddisken din. Kopier filen du nettopp lastet ned (`UTC--2016-04-14......../`) inn i denne keystore-mappen. '), _defineProperty(_no$data, 'HELP_12_Desc_10', 'Kontoen din skal nå umiddelbart dukke opp under "Accounts." '), _defineProperty(_no$data, 'HELP_12_Desc_11', 'Ved å bruke din ukrypterte private nøkkel... '), _defineProperty(_no$data, 'HELP_12_Desc_12', 'Hvis du ikke allerede har den ukrypterte private nøkkelen din, naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_13', 'Velg lommebok-filen din, eller oppgi/lim inn din private nøkkel, for å låse opp lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_14', 'Kopier den (ukrypterte) private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_15', 'Hvis du er på en Mac: '), _defineProperty(_no$data, 'HELP_12_Desc_15b', 'Hvis du er på en PC: '), _defineProperty(_no$data, 'HELP_12_Desc_16', 'Åpne Text Edit og lim inn denne private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_17', 'Gå til menylinjen og klikk "Format" -> "Make Plain Text". '), _defineProperty(_no$data, 'HELP_12_Desc_18', 'Lagre denne fila på skrivebordet ditt som `ikke_noe_spesielt_slett_meg.txt`. Pass på at det står "UTF-8" og "If no extension is provided use .txt" i lagringsdialogen. '), _defineProperty(_no$data, 'HELP_12_Desc_19', 'Åpne terminalen og kjør følgende kommando: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_20', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_21', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_22', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_12_Desc_23', 'Åpne Notisblokk/Notepad & lim inn den private nøkkelen '), _defineProperty(_no$data, 'HELP_12_Desc_24', 'Lagre fila som `ikke_noe_spesielt_slett_meg.txt` på `C:` '), _defineProperty(_no$data, 'HELP_12_Desc_25', 'Kjør ledetekst (Windowstast + "cmd")-kommandoen, `geth account import C:\\ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_26', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_27', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_28', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_13_Title', '13) Hva betyr "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd XXXXXXXXXXXXXXXXXXX og fått: XXXXXXXXXXXXXXXX." ? '), _defineProperty(_no$data, 'HELP_13_Desc_1', 'Dette betyr at du ikke har nok Ether på kontoen din til å dekke gas-kostnaden. Hver transaksjon (inkludert token- og kontrakt-transaksjoner) krever gas, og gas betales med Ether. Tallet som vises er beløpet som kreves for å dekke transaksjonskostnaden i Wei (1 ETH = 10^18 Wei). Ta dette tallet, del det på `1000000000000000000`, og trekk fra Ether-beløpet som du prøvde å sende (hvis du prøvde å sende Ether). Dette vil gi deg Ether-beløpet som du mangler på (trenger å sende til) denne kontoen for å gjennomføre transaksjonen. '), _defineProperty(_no$data, 'HELP_14_Title', '14) Noen nettsider randomiserer genereringen av den private nøkkelen via musebevegelser. MyEtherWallet.com gjør ikke dette. Er metoden som MyEtherWallet bruker til å generere tilfeldige tall sikker? '), _defineProperty(_no$data, 'HELP_14_Desc_1', 'Selv om musebevegelses-metoden er smart og vi skjønner hvorfor folk liker den, så er realiteten at window.crypto sikrer mer entropi (tilfeldighet) enn musebevegelser. Musebevegelses-metoden er ikke usikker, men det er bare det at vi (og mange andre kryptoeksperter) har tro på window.crypto. I tillegg kan MyEtherWallet.com også benyttes på fingerstyrte enheter. Her er en [konversasjon mellom en sint redditor og Vitalik Buterin angående musebevegelser versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) og her er [window.crypto w3 spesifikasjonen](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_no$data, 'HELP_15_Title', '15) Hvorfor har ikke kontoen jeg nettopp opprettet dukket opp i blokkjede-utforskeren? (ie: etherchain, etherscan) '), _defineProperty(_no$data, 'HELP_15_Desc_1', 'Kontoer vil kun dukke opp i en blokkjede-utforsker når kontoen har hatt aktivitet—for eksempel, når du har overført Ether til den. '), _defineProperty(_no$data, 'HELP_16_Title', '16) Hvordan kan jeg sjekke saldoen på kontoen min? '), _defineProperty(_no$data, 'HELP_16_Desc_1', 'Du kan bruke en blokkjede-utforsker som [etherscan.io](https://etherscan.io/). Lim inn adressen i søkefeltet og den vil finne fram adressen og transaksjonshistorikken. For eksempel, her ser du hvordan vår [donasjonskonto](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) ser ut på etherscan.io '), _defineProperty(_no$data, 'HELP_17_Title', '17) Hvorfor vises ikke saldoen min når jeg låser opp lommeboken min? '), _defineProperty(_no$data, 'HELP_17_Desc_1', 'Dette er mest sannsynlig fordi du er bak en brannmur. API-en vi bruker for å innhente saldoen blokkeres ofte av brannmurer av ymse årsaker. Du vil fortsatt være i stand til å sende transaksjoner, du må bare bruke en annen metode for å se nevnte saldo, som etherscan.io '), _defineProperty(_no$data, 'HELP_18_Title', '18) Hvor er min geth lommebok-fil '), _defineProperty(_no$data, 'HELP_19_Title', '19) Hvor er min Mist lommebok-fil? '), _defineProperty(_no$data, 'HELP_19_Desc_1', 'Mist-filer lagres typisk i lokasjonene ovenfor, men det er mye enklere å åpne Mist, velge "Accounts" i topp-menylinjen, velge "Backup", og velge "Accounts". Dette vil åpne mappen hvor filene dine er lagret. '), _defineProperty(_no$data, 'HELP_20_Title', '20) Hvor er pre-sale lommebok-filen? '), _defineProperty(_no$data, 'HELP_20_Desc_1', 'Der du lagret den. ;) Den ble også sendt deg på e-post, så sjekk der. Se etter fila som heter `"ethereum_wallet_backup.json"` og velg den fila. Denne fila vil være kryptert med et passord som du opprettet under "pre-sale"-kjøpet. '), _defineProperty(_no$data, 'HELP_21_Title', '21) Kan ikke hvem som helst legge inn tilfeldige private nøkler, sjekke saldoen, og sende Ether til sin egen adresse? '), _defineProperty(_no$data, 'HELP_21_Desc_1', 'Kortversjonen: ja, men å finne en konto som inneholder Ether ville tatt lengre tid enn universets levealder...så...nei. '), _defineProperty(_no$data, 'HELP_21_Desc_2', 'Lang ELI5-versjon: Ethereum er basert på [Offentlig nøkkel-kryptografi](https://en.wikipedia.org/wiki/Public-key_cryptography), og mer spesifikt [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf), som er svært utbredt, ikke bare i Ethereum. De fleste servere er beskyttet via ECC. Bitcoin bruker den samme, likeså SSH og TLS og mange flere. Ethereum-nøklene er 256-bit nøkler, som er sterkere enn 128-bit og 192-bit, som også er mye brukt og fortsatt betraktes som sikre av ekspertene. '), _defineProperty(_no$data, 'HELP_21_Desc_3', 'I denne har du en privat nøkkel og en offentlig nøkkel. Den private nøkkelen kan utlede den offentlige nøkkelen, men den offentlige nøkkelen kan ikke brukes for å finne den private nøkkelen. Det faktum at internett og verdens hemmeligheter bruker denne kryptografien betyr at hvis det blir funnet en måte å gå fra offentlige til private nøkler på, så vil dine tapte Ether være det minste av alles problemer. '), _defineProperty(_no$data, 'HELP_21_Desc_4', 'Når det er sagt, JA, hvis noen andre har din private nøkkel, så kan de såvisst sende ether fra din konto. Akkurat som hvis noen har passordet til e-posten din, så kan de lese og sende din e-post, eller passordet til bankkontoen din, så kan de overføre penger. Du kunne laste ned keystore-versjonen av den private nøkkelen din, som er den private nøkkelen som er kryptert med et passord. Dette blir som å ha et passord som er beskyttet av et annet passord. '), _defineProperty(_no$data, 'HELP_21_Desc_5', 'og JA, i teorien kunne du bare taste inn en streng med 64 hexadesimaltegn helt dil du fant en som passet. Faktisk kunne smarte folk skrive et program som svært hurtig kunne sjekke tilfeldige private nøkler. Dette kalles "brute-forcing" eller "mining" private nøkler. Folk har tenkt lenge og hardt på dette. Med noen få svært gode servere, kunne de kanskje klare å sjekke >1M nøkler/sekund. Likevel, selv når så mange sjekkes per sekund, ville det ikke gi tilgang midler som ville gjøre det i nærheten av å være lønnsomt å kjøre disse serverne. - Det er mer sannsynlig at du, eller dine oldebarn, vil dø før du får en match. '), _defineProperty(_no$data, 'HELP_21_Desc_6', 'Hvis du vet noe om Bitcoin, [dette vil sette det i perspektiv:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *For å illustrere hvor usannsynlig det er: anta at alle satoshi av alle bitcoin som noensinne blir generert ble sendt til hver sin egen unike private nøkkel. Sannsynligheten for at det blant disse nøklene kunne være to som ville korrespondere med samme adresse er ca 1 til 10^20. '), _defineProperty(_no$data, 'HELP_21_Desc_7', '[Hvis du ønsker en mer teknisk forklaring:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Disse tallene har ikke noe å gjøre med teknologien til enhetene; de er det maksimale som termodynamikken vil tillate. Og de impliserer sterkt at "brute-force"-angrep mot 256-bit nøkler vil være uoppnåelig fram til datamaskiner lages av noe annet enn materie og befinner seg i noe annet enn rom. '), _defineProperty(_no$data, 'HELP_21_Desc_8', 'Selvsagt betinger alt dette at nøkler blir generert på en virkelig tilfeldig måte & med tilstrekkelig entropi. Nøklene som genereres her tilfredsstiller dette kriteriet, det samme gjør Jaxx og Mist/geth. Alle Ethereum-lommebøker er OK. Nøkler som genereres av "brainwallets" er ikke like gode, siden en persons hjerne ikke er i stand til å lage en virkelig tilfeldig "seed". Det har vært noen andre tilfeller av manglende entropi eller "seeds" som ikke er generert på en virkelig tilfeldig måte i Bitcoin-land, men det er en historie som kan vente til en annen dag. '), _defineProperty(_no$data, 'HELP_SecCX_Title', 'Datasikkerhet - MyEtherWallet CX (Chrome-utvidelsen) '), _defineProperty(_no$data, 'HELP_SecCX_Desc_1', 'Hvor lagrer denne utvidelsen informasjonen min? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_2', 'Informasjonen som du lager i denne Chrome-utvidelsen lagres via [chrome.storage](http://chrome.storage/). - dette er samme sted som passordene dine lagres når du lagrer passord i Chrome. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_3', 'Hvilken informasjon lages? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_4', 'Adresser, kallenavn og private nøkler lagres i chrome.storage. Den private nøkkelen er kryptert ved hjelp av passordet du satte da du la til lommeboken. Kallenavn og lommebok-adresser er ikke kryptert. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_5', 'Hvorfor er ikke kallenavn og lommebok-adresser kryptert? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_6', 'Hvis vi skulle kryptere disse, måtte du ha oppgitt et passord hver gang du ønsket å se saldo for kontoene dine eller vise kallenavnene. Hvis dette bekymrer deg, anbefaler vi deg å bruke MyEtherWallet.com i stedet for denne Chrome-utvidelsen. '), _defineProperty(_no$data, 'HELP_Sec_Title', 'Datasikkerhet '), _defineProperty(_no$data, 'HELP_Sec_Desc_1', 'Hvis en av dine første spørsmål er "Hvorfor skulle jeg stole på disse folkene?", så er det en god ting. Forhåpentligvis vil følgende bidra til å lette på frykten din. '), _defineProperty(_no$data, 'HELP_Sec_Desc_2', 'Vi har vært oppe-og-gå siden august 2015. Hvis du søker etter ["myetherwallet" på reddit](https://www.reddit.com/search?q=myetherwallet), så kan du se mange folk som bruker oss med stor suksess. '), _defineProperty(_no$data, 'HELP_Sec_Desc_3', 'Vi kommer ikke til å ta pengene dine eller stjele dine private nøkler. Det er ingen ondsinnet kode på denne siden. Faktisk er "Send Ether & Tokens"-siden fullstendig klient-drevet. Det betyr at all koden blir kjørt på ** din datamaskin ** og det blir aldri lagret eller overført noe sted. '), _defineProperty(_no$data, 'HELP_Sec_Desc_4', 'Sjekk nettsideadressen (URL) -- Denne siden blir drevet gjennom GitHub og du kan se kildekoden her: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) til domenet: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_no$data, 'HELP_Sec_Desc_5', 'For å generere lommebøker, kan du laste ned [kildekoden](https://github.com/kvhnuke/etherwallet/releases/latest). Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_Sec_Desc_6', 'Kjør en test og sjekk hvilken nettverksaktivitet som skjer. Den enkleste måten som du kan gjøre dette på er å høyreklikke på siden og klikke "inspiser element". Gå til "Nettverk"-flippen. Generer en test-lommebok. Du vil se at det ikke er noen nettverksaktivitet. Du vil se at noe som ser ut som data:image/gif og data:image/png skjer. Disse er QR-kodene som blir generert...på din datamaskin...av din datamaskin. Ingen bytes ble overført. '), _defineProperty(_no$data, 'HELP_Sec_Desc_8', 'Hvis du ikke er komfortabel med å bruke dette verktøyet, så for all del, ikke bruk det. Vi laget dette verktøyet som et hjelpemiddel for folk som vil opprette lommebøker og utføre transaksjoner uten å måtte dykke ned i kommandolinjeoperasjoner eller kjøre en full node. Igjen, ta gjerne kontakt hvis du har bekymringer og vi vil gi tilbakemelding så snart som mulig. Takk! '), _defineProperty(_no$data, 'HELP_FAQ_Title', 'Flere nyttige svar på hyppige spørsmål '), _defineProperty(_no$data, 'HELP_Contact_Title', 'Måter å ta kontakt på'), _no$data); +}, _defineProperty(_no$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_no$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_no$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_no$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_no$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_no$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_no$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_no$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_no$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_no$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_no$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_no$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_no$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_no$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_no$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_no$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_no$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_no$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_no$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_no$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_no$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_no$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_no$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_no$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_no$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_no$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_no$data, 'x_CancelReplaceTx', 'Kanseller eller erstatt transaksjon'), _defineProperty(_no$data, 'x_CancelTx', 'Kanseller transaksjon'), _defineProperty(_no$data, 'x_PasswordDesc', 'Dette passordet * krypterer * din private nøkkel. Det fungerer ikke som "seed" for å generere nøklene dine. **Du vil trenge dette passordet + din private nøkkel for å låse opp lommeboken din.**'), _defineProperty(_no$data, 'x_ReadMore', 'Les mer'), _defineProperty(_no$data, 'x_ReplaceTx', 'Erstatt transaksjon'), _defineProperty(_no$data, 'x_TransHash', 'Transaksjonens hash'), _defineProperty(_no$data, 'x_TXFee', 'Tr.avgift'), _defineProperty(_no$data, 'x_TxHash', 'Tr.hash'), _defineProperty(_no$data, 'NAV_CheckTxStatus', 'Sjekk transaksjonsstatus'), _defineProperty(_no$data, 'NAV_TxStatus', 'Transaksjonsstatus'), _defineProperty(_no$data, 'tx_Details', 'Transaksjonsdetaljer'), _defineProperty(_no$data, 'tx_Summary', 'I perioder med høy aktivitet (som f.eks. under ICO-er), kan transaksjoner stå på vent i flere timer, og i verste fall i flere dager. Dette verktøyet har som mål å gi deg muligheten til å finne og "avbryte" / erstatte disse transaksjonene. ** Dette er ikke vanligvis noe du kan gjøre. Det bør ikke stoles på, og vil bare kunne fungere når det ligger mange transaksjoner i kø. [Vennligst les mer om dette verktøyet her.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_no$data, 'tx_notFound', 'Transaksjon ikke funnet'), _defineProperty(_no$data, 'tx_notFound_1', 'Denne transaksjonen finnes ikke i transaksjonskøen til noden du er tilkoblet.'), _defineProperty(_no$data, 'tx_notFound_2', 'Hvis du nettopp har sendt transaksjonen, vennligst vent 15 sekunder og trykk "Sjekk transaksjonsstatus"-knappen igjen. '), _defineProperty(_no$data, 'tx_notFound_3', 'Den kan fortsatt befinne seg i transaksjonskøen til en annen node, i påvente av å bli behandlet (inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_notFound_4', 'Bruk rullegardinmenyen øverst til høyre og velg en annen ETH-node. (f.eks. `ETH (Etherscan.io)` eller `ETH (Infura.io)` eller `ETH (MyEtherWallet)`), og sjekk igjen.'), _defineProperty(_no$data, 'tx_foundInPending', 'Ventende transaksjon funnet'), _defineProperty(_no$data, 'tx_foundInPending_1', 'Din transaksjon ble funnet i transaksjonskøen til noden du er tilkoblet. '), _defineProperty(_no$data, 'tx_foundInPending_2', 'Den står for øyeblikket på vent (på å bli inkludert i blokkjeden). '), _defineProperty(_no$data, 'tx_foundInPending_3', 'Det er en mulighet for at du kan "kansellere" eller erstatte denne transaksjonen. Lås opp lommeboken din nedenfor.'), _defineProperty(_no$data, 'tx_FoundOnChain', 'Transaksjon funnet'), _defineProperty(_no$data, 'tx_FoundOnChain_1', 'Transaksjonen din var vellykket og ligger i blokkkjeden.'), _defineProperty(_no$data, 'tx_FoundOnChain_2', '**Hvis du ser et rødt utropstegn `( ! )` eller `BAD INSTRUCTION` eller `OUT OF GAS` feilmelding**, så betyr dette at transaksjonen ikke var vellykket. Du kan ikke "kansellere" eller erstatte denne transaksjonen. I stedet kan du sende en ny transaksjon. Hvis du fikk en "Out of Gas"-feilmelding, bør du doble gas-grensen som du spesifiserte i utgangspunktet. '), _defineProperty(_no$data, 'tx_FoundOnChain_3', '**Hvis du ikke ser noen feil, var transaksjonen vellykket.** Dine ETH eller Tokens er der du sendte dem. Hvis du ikke ser disse ETH eller Tokens der du sendte dem, og det har gått mer enn 24 timer, vennligst [kontakt vedkommende service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send dem en *lenke* til transaksjonen din og spør dem pent om å se på situasjonen din.'), _defineProperty(_no$data, 'GEN_Help_1', 'Bruk'), _defineProperty(_no$data, 'GEN_Help_2', 'for å få tilgang til kontoen din.'), _defineProperty(_no$data, 'GEN_Help_3', 'Enheten din * er * lommeboken din.'), _defineProperty(_no$data, 'GEN_Help_4', 'Guider & FAQ'), _defineProperty(_no$data, 'GEN_Help_5', 'Hvordan opprette en lommebok'), _defineProperty(_no$data, 'GEN_Help_6', 'Komme i gang'), _defineProperty(_no$data, 'GEN_Help_7', 'Ta godt vare på det · Lag en sikkerhetskopi · Ikke del den med noen · Ikke mist det · Det kan ikke gjenopprettes hvis du mister det.'), _defineProperty(_no$data, 'GEN_Help_8', 'Lastes ikke filen ned? '), _defineProperty(_no$data, 'GEN_Help_9', 'Prøv å bruke Google Chrome '), _defineProperty(_no$data, 'GEN_Help_10', 'Høyreklikk & velg "lagre linken som". Filnavn: '), _defineProperty(_no$data, 'GEN_Help_11', 'Ikke åpne denne filen på datamaskinen din '), _defineProperty(_no$data, 'GEN_Help_12', 'Bruk den sammen med passordet du oppga til å låse opp lommeboken din via MyEtherWallet (eller Mist, Geth, Parity og andre lommebok-klienter.) '), _defineProperty(_no$data, 'GEN_Help_13', 'Hvordan sikkerhetskopiere Keystore-filen '), _defineProperty(_no$data, 'GEN_Help_14', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_15', 'Unngå tap & tyveri av midlene dine.'), _defineProperty(_no$data, 'GEN_Help_16', 'Hva er disse ulike formatene? '), _defineProperty(_no$data, 'GEN_Help_17', 'Hvorfor bør jeg gjøre dette?'), _defineProperty(_no$data, 'GEN_Help_18', 'For å ha en ekstra sikkerhetskopi.'), _defineProperty(_no$data, 'GEN_Help_19', 'I tilfelle du noen gang glemmer passordet ditt.'), _defineProperty(_no$data, 'GEN_Help_20', 'Kald-lagring'), _defineProperty(_no$data, 'GET_ConfButton', 'Jeg forstår. Fortsett. '), _defineProperty(_no$data, 'GEN_Label_5', 'Lagre din `Private Nøkkel`. '), _defineProperty(_no$data, 'GEN_Unlock', 'Lås opp lommeboken for å se adressen. '), _defineProperty(_no$data, 'GAS_PRICE_Desc', 'Gas-pris er beløpet du betaler per gas-enhet. `Transaksjonsavgift = gas-pris * gas-grense` & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Høyere gas-pris = raskere transaksjon, men dyrere. Standardinnstillingen er `41 GWEI`. '), _defineProperty(_no$data, 'GAS_LIMIT_Desc', 'Gas-grense er mengden gas som sendes med transaksjonen din. `Tr.avg.` = gas-pris * gas-grense & betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Å øke dette tallet vil ikke få gjennom transaksjonen din raskere. Ulike typer transaksjoner krever ulik mengde gas. F.eks. koster det `21000` å sende ETH og ~`200 000` å sende tokens. '), _defineProperty(_no$data, 'NONCE_Desc', '"Nonce" er antall transaksjoner som noensinne har blitt sendt fra en gitt adresse. Det sikrer at transaksjoner sendes i riktig rekkefølge, og ikke mer enn én gang. '), _defineProperty(_no$data, 'TXFEE_Desc', 'Transaksjonsavgiften betales til "utgraverne" for å inkludere transaksjonen din i en blokk. Det er `gas-grense` * `gas-pris`. [Du kan regne om GWEI -> ETH her](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_no$data, 'NAV_AddWallet', 'Legg til lommebok '), _defineProperty(_no$data, 'NAV_BulkGenerate', 'Opprett flere lommebøker '), _defineProperty(_no$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_no$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_no$data, 'NAV_DeployContract', 'Utplasser kontrakt '), _defineProperty(_no$data, 'NAV_ENS', 'ENS'), _defineProperty(_no$data, 'NAV_GenerateWallet_alt', 'Ny lommebok '), _defineProperty(_no$data, 'NAV_GenerateWallet', 'Opprett lommebok '), _defineProperty(_no$data, 'NAV_Help', 'Hjelp '), _defineProperty(_no$data, 'NAV_InteractContract', 'Samhandle med Kontrakt '), _defineProperty(_no$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_no$data, 'NAV_MyWallets', 'Mine lommebøker '), _defineProperty(_no$data, 'NAV_Offline', 'Send Offline '), _defineProperty(_no$data, 'NAV_SendEther', 'Send Ether & Tokens '), _defineProperty(_no$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_no$data, 'NAV_SignMsg', 'Signér Melding '), _defineProperty(_no$data, 'NAV_Swap', 'Veksling '), _defineProperty(_no$data, 'NAV_ViewWallet', 'Vis lommebok-info '), _defineProperty(_no$data, 'NAV_YourWallets', 'Dine lommebøker '), _defineProperty(_no$data, 'x_Access', 'Åpne '), _defineProperty(_no$data, 'x_AddessDesc', 'Din `adresse` kalles også for `kontonummer` eller `offentlig nøkkel`. Det er denne du sender til folk så de kan sende deg Ether eller Tokens. Find det fargerike adresse-ikonet. Forsikre deg om at det er likt med ikonet på papir-lommeboken din og ellers hver gang du oppgir adressen din. '), _defineProperty(_no$data, 'x_Address', 'Din adresse '), _defineProperty(_no$data, 'x_Cancel', 'x_Annuler '), _defineProperty(_no$data, 'x_CSV', 'CSV-fil (ukryptert) '), _defineProperty(_no$data, 'x_Download', 'Last ned '), _defineProperty(_no$data, 'x_Json', 'JSON-fil (ukryptert) '), _defineProperty(_no$data, 'x_JsonDesc', 'Dette er det ukrypterte JSON-formatet av din private nøkkel. Dette betyr at du ikke trenger noe passord, men også at den som finner din JSON kan få tilgang til lommeboken din og etherne dine uten passord. '), _defineProperty(_no$data, 'x_Keystore', 'Keystore-fil (UTC / JSON · Anbefalt · Kryptert) '), _defineProperty(_no$data, 'x_Keystore2', 'Keystore-fil (UTC / JSON) '), _defineProperty(_no$data, 'x_KeystoreDesc', 'Denne Keystore-filen samsvarer med formatet som brukes av Mist, så du enkelt kan importere den i fremtiden. Det er den anbefalte filen å laste ned og sikkerhetskopiere. '), _defineProperty(_no$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_no$data, 'x_Mnemonic', 'Mnemonisk Frase '), _defineProperty(_no$data, 'x_ParityPhrase', 'Parity-frase '), _defineProperty(_no$data, 'x_Password', 'Passord '), _defineProperty(_no$data, 'x_Print', 'Skriv ut papirlommebok '), _defineProperty(_no$data, 'x_PrintDesc', 'Profftips: Klikk "skriv ut" og lagre som PDF, selv om du ikke har noen skriver! '), _defineProperty(_no$data, 'x_PrintShort', 'Skriv ut '), _defineProperty(_no$data, 'x_PrivKey', 'Privat nøkkel (ukryptert) '), _defineProperty(_no$data, 'x_PrivKey2', 'Privat nøkkel '), _defineProperty(_no$data, 'x_PrivKeyDesc', 'Dette er den ukrypterte tekstversjonen av den private nøkkelen din, noe som betyr at det ikke er nødvendig med noe passord. Hvis noen skulle få tak i den ukrypterte private nøkkelen din, ville de få tilgang til lommeboken din uten å bruke passord. Derfor er krypterte nøkler vanligvis å anbefale. '), _defineProperty(_no$data, 'x_Save', 'x_Lagre '), _defineProperty(_no$data, 'x_TXT', 'TXT-fil (ukryptert) '), _defineProperty(_no$data, 'x_Wallet', 'Lommebok '), _defineProperty(_no$data, 'MEW_Warning_1', 'Sjekk alltid nettsideadressen før du bruker eller oppretter en lommebok. Pass opp for "phishing"-nettsider! '), _defineProperty(_no$data, 'CX_Warning_1', 'Sørg for at du har **eksterne sikkerhetskopier** av alle lommebøker som du lagrer her. Mye kan hende som vil kunne medføre at du mister informasjonen i denne Chrome-utvidelsen, inkludert avinstallasjon og reinstallasjon av utvidelsen. Denne utvidelsen gir deg enkel tilgang til lommebøkene dine, men er **ikke** en måte å sikkerhetskopiere dem på. '), _defineProperty(_no$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_no$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_no$data, 'FOOTER_1', 'Et åpen-kildekode-, javascript-, klient-side-verktøy for å opprette Ethereum-lommebøker & sende transaksjoner. '), _defineProperty(_no$data, 'FOOTER_1b', 'Skapt av '), _defineProperty(_no$data, 'FOOTER_2', 'Donasjoner mottas med takk: '), _defineProperty(_no$data, 'FOOTER_3', 'Klient-side lommebok-oppretting av '), _defineProperty(_no$data, 'FOOTER_4', 'Ansvarsfraskrivelse '), _defineProperty(_no$data, 'sidebar_AccountInfo', 'Kontoinformasjon '), _defineProperty(_no$data, 'sidebar_AccountAddr', 'Kontoadresse '), _defineProperty(_no$data, 'sidebar_AccountBal', 'Saldo på konto '), _defineProperty(_no$data, 'sidebar_TokenBal', 'Token-saldo '), _defineProperty(_no$data, 'sidebar_Equiv', 'Tilsvarende verdier '), _defineProperty(_no$data, 'sidebar_TransHistory', 'Transaksjonshistorikk '), _defineProperty(_no$data, 'sidebar_donation', 'MyEtherWallet er en gratis åpen-kildekode-service som er dedikert til å ivareta ditt personvern og din sikkerhet. Jo flere donasjoner vi får, jo mer tid kan vi bruke til å lage nye funksjoner, lytte til tilbakemeldinger, og gi deg det du ønsker. Vi er bare to personer som prøver å forandre verden. Vil du hjelpe oss? '), _defineProperty(_no$data, 'sidebar_donate', 'Doner '), _defineProperty(_no$data, 'sidebar_thanks', 'TAKK!!! '), _defineProperty(_no$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_no$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_no$data, 'decrypt_Access', 'Hvordan ønsker du å få tilgang til lommeboken din? '), _defineProperty(_no$data, 'decrypt_Title', 'Velg formatet på din private nøkkel: '), _defineProperty(_no$data, 'decrypt_Select', 'Velg en lommebok: '), _defineProperty(_no$data, 'ADD_Label_1', 'Hva ønsker du å gjøre? '), _defineProperty(_no$data, 'ADD_Radio_1', 'Opprett ny lommebok '), _defineProperty(_no$data, 'ADD_Radio_2', 'Velg lommebok-filen din (Keystore / JSON) '), _defineProperty(_no$data, 'ADD_Radio_2_alt', 'Velg lommebok-fil '), _defineProperty(_no$data, 'ADD_Radio_2_short', 'VELG LOMMEBOK-FIL... '), _defineProperty(_no$data, 'ADD_Radio_3', 'Lim/skriv inn din private nøkkel '), _defineProperty(_no$data, 'ADD_Radio_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Radio_5_Path', 'Velg "HD derivation" variant '), _defineProperty(_no$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_no$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_no$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_no$data, 'ADD_Radio_5_PathCustom', '(tilpasset) '), _defineProperty(_no$data, 'ADD_Radio_5', 'Lim inn/tast din mnemoniske frase '), _defineProperty(_no$data, 'ADD_Label_2', 'Lag et kallenavn: '), _defineProperty(_no$data, 'ADD_Label_3', 'Filen din er kryptert. Vennligst oppgi passordet '), _defineProperty(_no$data, 'ADD_Label_4', 'Legg til en konto for overvåkning '), _defineProperty(_no$data, 'ADD_Warning_1', 'Du kan legge til hvilken som helst konto som du vil overvåke på lommebok-siden uten å laste opp en privat nøkkel. Dette betyr ** ikke ** at du har tilgang til denne lommeboken, eller at du kan overføre ether fra den. '), _defineProperty(_no$data, 'ADD_Label_5', 'Oppgi adressen '), _defineProperty(_no$data, 'ADD_Label_6', 'Lås opp lommeboen din '), _defineProperty(_no$data, 'ADD_Label_6_short', 'Lås opp '), _defineProperty(_no$data, 'ADD_Label_7', 'Legg til konto '), _defineProperty(_no$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_no$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_1', 'Koble til din Ledger Wallet '), _defineProperty(_no$data, 'ADD_Ledger_2', 'Åpne Ethereum-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Exp', 'Åpne Expanse-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_2_Ubq', 'Åpne Ubiq-applikasjonen (eller kontraktsapplikasjonen) '), _defineProperty(_no$data, 'ADD_Ledger_3', 'Sjekk at nettleserstøtte er aktivert i innstillingene. '), _defineProperty(_no$data, 'ADD_Ledger_4', 'Hvis du ikke finner noen nettleserstøtte i innstillingene, sjekk at du har [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_no$data, 'ADD_Ledger_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_Ledger_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_Ledger_scan', 'Koble til Ledger Wallet '), _defineProperty(_no$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_no$data, 'x_Trezor', 'TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_scan', 'Koble til TREZOR '), _defineProperty(_no$data, 'ADD_Trezor_select', 'Dette er en TREZOR seed '), _defineProperty(_no$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0a', 'Åpne MyEtherWallet på nytt på en sikker (SSL) forbindelse. '), _defineProperty(_no$data, 'ADD_DigitalBitbox_0b', 'Åpne MyEtherWallet på nytt med [Chrome](https://www.google.com/chrome/browser/desktop/) eller [Opera](https://www.opera.com/) '), _defineProperty(_no$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_no$data, 'GEN_desc', 'Hvis du vil opprette flere lommebøker, kan du gjøre det her '), _defineProperty(_no$data, 'GEN_Label_1', 'Oppgi et sterkt passord (minst 9 tegn) '), _defineProperty(_no$data, 'GEN_Placeholder_1', 'Glem IKKE å ta vare på dette! '), _defineProperty(_no$data, 'GEN_SuccessMsg', 'Suksess! Lommeboken din har blitt opprettet. '), _defineProperty(_no$data, 'GEN_Label_2', 'Lagre din Keystore-fil og/eller private nøkkel. Ikke glem passordet ditt ovenfor. '), _defineProperty(_no$data, 'GEN_Label_3', 'Lagre adressen din. '), _defineProperty(_no$data, 'GEN_Label_4', 'Valgfritt: Skriv ut din papir-lommebok, eller lagre en QR-kode-versjon.'), _defineProperty(_no$data, 'BULK_Label_1', 'Antall lommebøker som skal opprettes '), _defineProperty(_no$data, 'BULK_Label_2', 'Opprett lommebøker '), _defineProperty(_no$data, 'BULK_SuccessMsg', 'Suksess! Lommebøkene dine har blitt opprettet. '), _defineProperty(_no$data, 'SEND_addr', 'Til-adresse '), _defineProperty(_no$data, 'SEND_amount', 'Beløp som skal sendes '), _defineProperty(_no$data, 'SEND_amount_short', 'Beløp '), _defineProperty(_no$data, 'SEND_custom', 'Tilpasning '), _defineProperty(_no$data, 'SEND_gas', 'Gas '), _defineProperty(_no$data, 'SEND_TransferTotal', 'Overfør total tilgjengelig saldo '), _defineProperty(_no$data, 'SEND_generate', 'Generer transaksjon '), _defineProperty(_no$data, 'SEND_raw', 'Rå-transaksjon '), _defineProperty(_no$data, 'SEND_signed', 'Signert transaksjon '), _defineProperty(_no$data, 'SEND_trans', 'Send transaksjon '), _defineProperty(_no$data, 'SEND_custom', 'Legg til Token '), _defineProperty(_no$data, 'SENDModal_Title', 'Advarsel! '), _defineProperty(_no$data, 'SENDModal_Content_1', 'Du er i ferd med å sende '), _defineProperty(_no$data, 'SENDModal_Content_2', 'til adressen '), _defineProperty(_no$data, 'SENDModal_Content_3', 'Er du sikker på at du ønsker å gjøre dette? '), _defineProperty(_no$data, 'SENDModal_Content_4', 'NB: Hvis det oppstår en feil, må du sannsynligvis legge til ether til kontoen din for å dekke "gas"-kostnaden for å sende ether/token. "Gas" betales i ether. '), _defineProperty(_no$data, 'SENDModal_No', 'Nei, få meg ut herfra! '), _defineProperty(_no$data, 'SENDModal_Yes', 'Ja, jeg er sikker! Gjennomfør transaksjonen. '), _defineProperty(_no$data, 'TOKEN_Addr', 'Token Kontraktadresse-Adresse '), _defineProperty(_no$data, 'TOKEN_Symbol', 'Token-symbol '), _defineProperty(_no$data, 'TOKEN_Dec', 'Desimaler '), _defineProperty(_no$data, 'TOKEN_show', 'Vis Alle Tokens '), _defineProperty(_no$data, 'TOKEN_hide', 'Skjul Tokens '), _defineProperty(_no$data, 'TRANS_desc', 'Hvis du ønsker å sende token, vennligst bruk "Send Token"-siden i stedet. '), _defineProperty(_no$data, 'TRANS_warning', 'Hvis du bruker "Kun ETH"- eller "Kun ETC"-funksjonene, sender du via en kontrakt. Noen tjenester har problemer med å akseptere disse transaksjonene. Les mer. '), _defineProperty(_no$data, 'TRANS_advanced', '+Avansert: Legg til data '), _defineProperty(_no$data, 'TRANS_data', 'Data '), _defineProperty(_no$data, 'TRANS_gas', 'Gas Limit '), _defineProperty(_no$data, 'TRANS_sendInfo', 'En standard transaksjon som bruker 21000 gas vil koste 0,000441 ETH. Vi bruker en litt-over-minimum gas-pris på 0,000000021 ETH for å sikre at transaksjonen blir raskt behandlet. Vi tar ikke noe transaksjonsgebyr. '), _defineProperty(_no$data, 'TRANSModal_Title', '"Kun ETH"- og "Kun ETC"-transaksjoner '), _defineProperty(_no$data, 'TRANSModal_Content_0', 'En notis om forskjellige transaksjoner og tjenester: '), _defineProperty(_no$data, 'TRANSModal_Content_1', '**ETH (Standardtransaksjon): ** Dette Oppretter en standardtransaksjon direkte fra en adresse ti en annen. Den har standard gas på 21000. Det er sannsynlig at ETH som sendes med denne metoden også vil bli sendt som ETC på ETC-kjeden (hvis kontoen inneholder både ETH og ETC). Dette er anbefalt metode hvis kontoen kun inneholder ETH. '), _defineProperty(_no$data, 'TRANSModal_Content_2', '**Kun ETH: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETH**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_3', '**Kun ETC: ** Dette sender via [Timon Rapp\'s replay-beskyttelseskontrakt (som anbefalt av VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) slik at du kun sender på **ETC**-kjeden. '), _defineProperty(_no$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Send kun via Standard transaksjon. Hvis du sender via "Kun"-kontraktene, vil du måtte ta kontakt med deres kundestøttepersonell for å manuelt legge til saldoen din eller få en tilbakebetaling. [Du kan også prøve Shapeshift sitt "splitte"-verktøy.](https://split.shapeshift.io/) '), _defineProperty(_no$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Ingen kjente problemer. Bruk det som passer. '), _defineProperty(_no$data, 'TRANSModal_Yes', 'Flott, jeg skjønner det nå. '), _defineProperty(_no$data, 'TRANSModal_No', 'Trøste og bære, nå er jeg bare enda mer forvirret. Hjelp meg. '), _defineProperty(_no$data, 'OFFLINE_Title', 'Generer & send offline transaksjon '), _defineProperty(_no$data, 'OFFLINE_Desc', 'Generering av offline-transaksjoner kan utføres i tre steg. Du utfører steg 1 og 3 på en internettilknyttet datamaskin, og steg 2 på en offline/frakoblet datamaskon. Dette sikrer at dine private nøkler ikke kommer i kontakt med en internettilknyttet enhet. '), _defineProperty(_no$data, 'OFFLLINE_Step1_Title', 'Steg 1: Generer informasjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step1_Button', 'Generer informasjon '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_1', 'Fra-adresse '), _defineProperty(_no$data, 'OFFLINE_Step1_Label_2', 'NB: Dette er FRA-adressen, ikke TIL-adressen. "Nonce" genereres fra den opprinnelige kontoen. Hvis du bruker en frakoblet datamaskin, vil dette være adressen til "kald-lager"-kontoen (dvs. kontoen som lagres frakoblet internett). '), _defineProperty(_no$data, 'OFFLINE_Step2_Title', 'Steg 2: Generer transaksjon (frakoblet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_1', 'Til-adresse '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_2', 'Verdi / Beløp å sende '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3', 'Gas-pris '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_3b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4', 'Gas-grense '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_4b', '21000 er standard gas-grense. Når du sender kontrakter eller ekstra data, kan det hende at grensen må settes høyere. Eventuelt ubrukt gas blir returnert til deg. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_5b', 'Dette kom fram i steg 1 på den internettilknyttede maskinen. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6', 'Data '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_6b', 'Dette er valgfritt. Data brukes ofte når du sender transaksjoner til kontrakter. '), _defineProperty(_no$data, 'OFFLINE_Step2_Label_7', 'Skriv inn / Velg din private nøkkel / JSON. '), _defineProperty(_no$data, 'OFFLINE_Step3_Title', 'Steg 3: Send / Publiser transaksjon (internettilknyttet datamaskin) '), _defineProperty(_no$data, 'OFFLINE_Step3_Label_1', 'Overfør (f.eks. via USB-minnepinne) den signerte transaksjonen fra steg 2 og lim den inn her. Trykk så "SEND TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'MSG_message', 'Melding '), _defineProperty(_no$data, 'MSG_date', 'Dato '), _defineProperty(_no$data, 'MSG_signature', 'Signatur '), _defineProperty(_no$data, 'MSG_verify', 'Verifiser Melding '), _defineProperty(_no$data, 'MSG_info1', 'Inkluder dagens dato slik at signaturen ikke kan brukes på nytt på en annen dato. '), _defineProperty(_no$data, 'MSG_info2', 'Inkluder brukernavnet ditt og hvor du benytter dette navnet slik at ingen andre kan benytte det. '), _defineProperty(_no$data, 'MSG_info3', 'Inkluder en spesifikk grunn for meldingen så den ikke kan brukes på nytt for et annet formål. '), _defineProperty(_no$data, 'MNEM_1', 'Vennligst velg adressen du vil jobbe med. '), _defineProperty(_no$data, 'MNEM_2', 'Din "HD-mnemoniske frase" kan gi deg tilgang til flere lommebøker / adresser. Vennligst velg den adressen du vil jobbe med denne gangen. '), _defineProperty(_no$data, 'MNEM_more', 'Flere Adresser '), _defineProperty(_no$data, 'MNEM_prev', 'Forrige Adresse '), _defineProperty(_no$data, 'NODE_Title', 'Sett opp en alternativ node'), _defineProperty(_no$data, 'NODE_Subtitle', 'For å koble til en lokal node...'), _defineProperty(_no$data, 'NODE_Warning', 'Noden din må være HTTPS for å muliggjøre tilkobling via MyEtherWallet.com. Du kan [laste ned MyEtherWallet-repoet & kjøre det lokalt](https://github.com/kvhnuke/etherwallet/releases/latest) for å koble til en hvilken som helst node. Eller du kan skaffe deg et gratis SSL-sertifikat via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_no$data, 'NODE_Name', 'Nodens navn'), _defineProperty(_no$data, 'NODE_Port', 'Nodens port'), _defineProperty(_no$data, 'NODE_CTA', 'Lagre & bruk alternativ node'), _defineProperty(_no$data, 'CONTRACT_Title', 'Kontraktadresse '), _defineProperty(_no$data, 'CONTRACT_Title_2', 'Velg eksisterende kontrakt '), _defineProperty(_no$data, 'CONTRACT_Json', 'ABI / JSON grensesnitt '), _defineProperty(_no$data, 'CONTRACT_Interact_Title', 'Les fra / Skriv til kontrakt '), _defineProperty(_no$data, 'CONTRACT_Interact_CTA', 'Velg en funksjon '), _defineProperty(_no$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_no$data, 'CONTRACT_Read', 'LES '), _defineProperty(_no$data, 'CONTRACT_Write', 'SKRIV '), _defineProperty(_no$data, 'DEP_generate', 'Generer Bytecode '), _defineProperty(_no$data, 'DEP_generated', 'Generert Bytecode '), _defineProperty(_no$data, 'DEP_signtx', 'Signer transaksjon '), _defineProperty(_no$data, 'DEP_interface', 'Generer grensesnitt '), _defineProperty(_no$data, 'SWAP_rates', "Aktuelle vekslingskurser "), _defineProperty(_no$data, 'SWAP_init_1', "Jeg vil veksle mine "), _defineProperty(_no$data, 'SWAP_init_2', " med "), _defineProperty(_no$data, 'SWAP_init_CTA', "Gjennomfør! "), _defineProperty(_no$data, 'SWAP_information', "Din informasjon "), _defineProperty(_no$data, 'SWAP_send_amt', "Beløp som sendes "), _defineProperty(_no$data, 'SWAP_rec_amt', "Beløp som mottas "), _defineProperty(_no$data, 'SWAP_your_rate', "Din vekslingskurs "), _defineProperty(_no$data, 'SWAP_rec_add', "Din mottakeradresse "), _defineProperty(_no$data, 'SWAP_start_CTA', "Start byttet "), _defineProperty(_no$data, 'SWAP_ref_num', "Ditt referansenummer "), _defineProperty(_no$data, 'SWAP_time', "Gjenstående tid til å sende "), _defineProperty(_no$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_no$data, 'SWAP_progress_1', "Ordre initiert "), _defineProperty(_no$data, 'SWAP_progress_2', "Venter på dine "), _defineProperty(_no$data, 'SWAP_progress_3', "Mottatt! "), _defineProperty(_no$data, 'SWAP_progress_4', "Sender dine {{orderResult.output.currency}} "), _defineProperty(_no$data, 'SWAP_progress_5', "Ordre fullført "), _defineProperty(_no$data, 'SWAP_order_CTA', "Vennligst send "), _defineProperty(_no$data, 'SWAP_unlock', "Lås opp din lommebok for å sende ETH eller Tokens direkte fra denne siden. "), _defineProperty(_no$data, 'MYWAL_Nick', 'Lommebok-kallenavn '), _defineProperty(_no$data, 'MYWAL_Address', 'Lommebok-adresse '), _defineProperty(_no$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_no$data, 'MYWAL_Edit', 'Rediger '), _defineProperty(_no$data, 'MYWAL_View', 'Se på '), _defineProperty(_no$data, 'MYWAL_Remove', 'Fjern '), _defineProperty(_no$data, 'MYWAL_RemoveWal', 'Fjern lommebok: '), _defineProperty(_no$data, 'MYWAL_WatchOnly', 'Dine "bare-se"-kontoer '), _defineProperty(_no$data, 'MYWAL_Viewing', 'Viser lommebok '), _defineProperty(_no$data, 'MYWAL_Hide', 'Skjul lommebok-info '), _defineProperty(_no$data, 'MYWAL_Edit_2', 'Rediger lommebok '), _defineProperty(_no$data, 'MYWAL_Name', 'Lommeboknavn '), _defineProperty(_no$data, 'MYWAL_Content_1', 'Advarsel! Du er i ferd med å fjerne lommeboken din '), _defineProperty(_no$data, 'MYWAL_Content_2', 'Vær sikker på at du har **lagret den private nøkkelen/JSON-filen og passordet** tilknyttet denne lommeboken før du fjerner den. '), _defineProperty(_no$data, 'MYWAL_Content_3', 'Hvis du ønsker å bruke denne lommeboken med din MyEtherWallet Chrome-utvidelse i fremtiden, må du manuelt legge den til igjen ved å bruke den private nøkkelen/JSON og passord. '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. Du vil kanskje gjøre dette for å [importere kontoen din til Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Hvis du bare ønsker å sjekke saldoen din, anbefaler vi at du bruker en "blockchain explorer" som f.eks. [etherscan.io](https://etherscan.io/). '), _defineProperty(_no$data, 'VIEWWALLET_Subtitle_Short', 'Dette gir deg muligheten til å laste ned ulike versjoner av private nøkler og skrive ut papirlommeboken din på nytt. '), _defineProperty(_no$data, 'VIEWWALLET_SuccessMsg', 'Suksess! Her er detaljene om din lommebok. '), _defineProperty(_no$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_no$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_no$data, 'CX_error_1', 'Du har ennå ikke lagret noen lommebok. Klikk ["Legg til lommebok"](/cx-wallet.html#add-wallet) for å legge til en! '), _defineProperty(_no$data, 'CX_quicksend', 'Send '), _defineProperty(_no$data, 'ERROR_0', 'Vennligst oppgi et gyldig beløp. '), _defineProperty(_no$data, 'ERROR_1', 'Passordet ditt må inneholde minst 9 tegn. Vennligst sørg for at det er et sterkt passord. '), _defineProperty(_no$data, 'ERROR_2', 'Beklager! Vi kjenner ikke igjen denne typen lommebok-fil. '), _defineProperty(_no$data, 'ERROR_3', 'Dette er ikke en gyldig lommebok-fil. '), _defineProperty(_no$data, 'ERROR_4', 'Denne enheten eksisterer ikke, vennligst benytt en av de følgende enhetene '), _defineProperty(_no$data, 'ERROR_5', 'Ugyldig adresse. '), _defineProperty(_no$data, 'ERROR_6', 'Ugyldig passord. '), _defineProperty(_no$data, 'ERROR_7', 'Ugyldig beløp. (Må være heltall. Prøv 0-18.) '), _defineProperty(_no$data, 'ERROR_8', 'Ugyldig gas-grense. (Må være heltall. Prøv 21000-4000000.) '), _defineProperty(_no$data, 'ERROR_9', 'Ugyldig dataverdi. (Må være hex.) '), _defineProperty(_no$data, 'ERROR_10', 'Ugyldig gas-mengde. (Må være heltall. Prøv 20 GWEI / 20000000000 WEI.) '), _defineProperty(_no$data, 'ERROR_11', 'Ugyldig nonce. (Må være heltall.) '), _defineProperty(_no$data, 'ERROR_12', 'Ugyldig signert transaksjon. '), _defineProperty(_no$data, 'ERROR_13', 'En lommebok med dette kallenavnet eksisterer allerede. '), _defineProperty(_no$data, 'ERROR_14', 'Lommebok ikke funnet. '), _defineProperty(_no$data, 'ERROR_15', 'Det ser ikke ut til at et forslag med denne ID-en eksisterer ennå, eller det er en feil ved innlesning av dette forslaget. '), _defineProperty(_no$data, 'ERROR_16', 'En lommebok med denne adressen er allerede lagret. Vennligst sjekk lommebok-siden din. '), _defineProperty(_no$data, 'ERROR_17', 'Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Du trenger minst 0,01 ether på kontoen din for å dekke gas-kostnaden. Vennligst legg til litt ether og prøv igjen. '), _defineProperty(_no$data, 'ERROR_18', 'All gas vil bli brukt på denne transaksjonen. Dette betyr at du allerede har stemt på dette forslaget, eller at debatt-perioden er over. '), _defineProperty(_no$data, 'ERROR_19', 'Ugyldig symbol '), _defineProperty(_no$data, 'ERROR_20', 'er ikke en gyldig ERC-20-token. Hvis andre tokens holder på å lastes, vennligst fjern denne token og prøv igjen. '), _defineProperty(_no$data, 'ERROR_21', 'Kunne ikke estimere gas. Det er enten ikke nok midler på kontoen, eller så gir den mottakende kontraktadressen en feilmelding. Prøv å justere gas-mengden manuelt, og fortsett. Feilmeldingen du får når du sender kan være mer informativ. '), _defineProperty(_no$data, 'ERROR_22', 'Vennligst oppgi gyldig nodenavn '), _defineProperty(_no$data, 'ERROR_23', 'Oppgi gyldig URL (internett-adresse), hvis du er på https må URL-en starte med https '), _defineProperty(_no$data, 'ERROR_24', 'Vennligst oppgi gyldig port '), _defineProperty(_no$data, 'ERROR_25', 'Vennligst oppgi gyldig kjede-ID '), _defineProperty(_no$data, 'ERROR_26', 'Vennligst oppgi gyldig ABI '), _defineProperty(_no$data, 'ERROR_27', 'Minimumsbeløp 0.01 '), _defineProperty(_no$data, 'ERROR_28', '**Du trenger din Keystore-fil & passord eller din private nøkkel** for å få tilgang til denne lommeboken i framtiden. Vennligst lagre og sikkerhetskopier den eksternt! Det finnes ingen måte å gjenopprette en lommebok på hvis du ikke lagrer den. Les [hjelpesiden](https://www.myetherwallet.com/#help) for ytterligere instruksjoner (foreløpig kun på engelsk). '), _defineProperty(_no$data, 'ERROR_29', 'Vennligst oppgi gyldig brukernavn og passord '), _defineProperty(_no$data, 'ERROR_30', 'Vennligst oppgi et gyldig ENS-navn '), _defineProperty(_no$data, 'ERROR_31', 'Ugyldig hemmelig frase '), _defineProperty(_no$data, 'ERROR_32', 'Kunne ikke bytte node eller koble til noden du valgte. Last inn siden på nytt, prøv en annen node (øverste høyre hjørnet), sjekk brannmur-innstillingene. Hvis du bruker din egen node, sjekk konfigurasjonen.'), _defineProperty(_no$data, 'ERROR_33', 'Lommeboken du har låst opp stemmer ikke overens med eierens adresse. '), _defineProperty(_no$data, 'ERROR_34', 'Navnet du prøver å avsløre er ikke likt navnet du har tastet inn. '), _defineProperty(_no$data, 'ERROR_35', 'Input-adressen har ingen sjekk-sum. More info'), _defineProperty(_no$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_no$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_no$data, 'SUCCESS_1', 'Gyldig adresse '), _defineProperty(_no$data, 'SUCCESS_2', 'Dekrypteringen av lommeboken var vellykket '), _defineProperty(_no$data, 'SUCCESS_3', 'Transaksjonen ble kringkastet til blokkjeden. Klikk for å se transaksjonen din og verifisere at den ble inkludert (mined), og at den ikke ga noen tom-for-gas- eller kontrakt-utførelsesfeil. TX Hash: '), _defineProperty(_no$data, 'SUCCESS_4', 'Lommeboken din ble lagt til '), _defineProperty(_no$data, 'SUCCESS_5', 'Valgt fil '), _defineProperty(_no$data, 'SUCCESS_6', 'Tilkobling ble opprettet '), _defineProperty(_no$data, 'SUCCESS_7', 'Meldingssignatur bekreftet'), _defineProperty(_no$data, 'WARN_Send_Link', 'Du ankom via en lenke hvor adresse, verdi, gas, datafelt og/eller transaksjonstype (sendingsmodus) var ferdigutfylt. Du kan endre denne informasjonen før du sender. Lås opp lommeboken din for å komme i gang. '), _defineProperty(_no$data, 'GETH_InvalidSender', 'Feil på avsender '), _defineProperty(_no$data, 'GETH_Nonce', 'For liten Nonce '), _defineProperty(_no$data, 'GETH_Cheap', 'Gas-pris for lav til å kunne aksepteres '), _defineProperty(_no$data, 'GETH_Balance', 'Utilstrekkelig saldo '), _defineProperty(_no$data, 'GETH_NonExistentAccount', 'Kontoen eksisterer ikke eller saldoen er for lav '), _defineProperty(_no$data, 'GETH_InsufficientFunds', 'Utilstrekkelig med midler for gas * pris + verdi '), _defineProperty(_no$data, 'GETH_IntrinsicGas', 'Gas-egenverdi for lav '), _defineProperty(_no$data, 'GETH_GasLimit', 'Overskrider blokkens gas-grense '), _defineProperty(_no$data, 'GETH_NegativeValue', 'Negativ verdi '), _defineProperty(_no$data, 'PARITY_AlreadyImported', "En transaksjon med samme hash har allerede blitt importert."), _defineProperty(_no$data, 'PARITY_Old', "Transaksjonens nonce er for lav. Prøv å øke nonce gradvis (+1)."), _defineProperty(_no$data, 'PARITY_TooCheapToReplace', "Transaksjonsavgiften er for lav. Det er en annen transaksjon med samme nonce i køen. Prøv å øke avgiften eller øke nonce (+1)."), _defineProperty(_no$data, 'PARITY_LimitReached', "Det er for mange transaksjoner i køen. Transaksjonen din ble derfor droppet. Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientGasPrice', "Transaksjonsavgiften er for lav. Den tilfredsstiller ikke minimumsavgiften til noden din. (minimum: {}, fått: {}). Prøv å øke avgiften."), _defineProperty(_no$data, 'PARITY_InsufficientBalance', "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd {} og fått: {}."), _defineProperty(_no$data, 'PARITY_GasLimitExceeded', "Transaksjonskostnaden overskrider nåværende gas-grense. Grense: {}, fått: {}. Prøv å redusere tilført gas."), _defineProperty(_no$data, 'PARITY_InvalidGasLimit', "Tilført mengde gas er over grensen."), _defineProperty(_no$data, 'translate_version', '0.4 '), _defineProperty(_no$data, 'Translator_Desc', 'Takk til oversetterne våre '), _defineProperty(_no$data, 'TranslatorName_1', '[mrstormlars](https://www.myetherwallet.com/?gaslimit=21000&to=mrstormlars.eth&value=1.0#send-transaction) '), _defineProperty(_no$data, 'TranslatorAddr_1', ''), _defineProperty(_no$data, 'TranslatorName_2', ''), _defineProperty(_no$data, 'TranslatorAddr_2', ''), _defineProperty(_no$data, 'TranslatorName_3', ''), _defineProperty(_no$data, 'TranslatorAddr_3', ''), _defineProperty(_no$data, 'TranslatorName_4', ''), _defineProperty(_no$data, 'TranslatorAddr_4', ''), _defineProperty(_no$data, 'TranslatorName_5', ''), _defineProperty(_no$data, 'TranslatorAddr_5', ''), _defineProperty(_no$data, 'HELP_Warning', 'Hvis du opprettet en lommebok -eller- lastet ned repoet før **31. desember 2015**, vennligst sjekk lommebøkene dine & last ned en ny versjon av repoet. Klikk for detaljer. '), _defineProperty(_no$data, 'HELP_Desc', 'Ser du noe som mangler? Har du flere spørsmål? [Ta kontakt med oss](mailto:support@myetherwallet.com), så vil vi ikke bare besvare spørsmålet ditt, men vi vil også oppdatere denne siden så den blir mer nyttig i framtiden! '), _defineProperty(_no$data, 'HELP_Remind_Title', 'Noen påminnelser '), _defineProperty(_no$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, og noen av de underliggende Javascript-bibliotekene vi benytter er under aktiv utvikling.** Selv om vi har testet grundig, og titusenvis av lommebøker har blitt opprettet uten feil av folk over hele kloden, så er det alltid en liten mulighet for at noe uventet kan skje som kan medføre at dine ETH kan tapes. Vennligst ikke invester mer enn du er villig til å tape, and vær så snill å være forsiktig. Hvis noe skulle skje, er vi lei oss for det, men **vi er ikke ansvarlige for eventuelt tapte etere**. '), _defineProperty(_no$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX er ikke "web wallets" (internettlommebøker). Du oppretter ikke en konto eller gir oss dine ethere for oppbevaring hos oss. Alle data forblir på din PC / i din nettleser. Vi gjør det enkelt for deg å opprette, lagre og få tilgang til din informasjon og samhogle med blokkjeden. '), _defineProperty(_no$data, 'HELP_Remind_Desc_3', 'Hvis du ikke lagrer din private nøkkel & passord, finnes det ingen måte å gjenopprette din lommebok på, eller midlene den inneholder. Sikkerhetskopier dem på flere fysiske lokasjoner – ikke bare på datamaskinen din! '), _defineProperty(_no$data, 'HELP_0_Title', '0) Jeg er nybegynner. Hva skal jeg gjøre? '), _defineProperty(_no$data, 'HELP_0_Desc_1', 'MyEtherWallet gir deg muligheten til å opprette nye lommebøker slik at du kan lagre etherne dine selv, i stedet for på en børs (hvor du kan kjøpe ether). Denne prosessen skjer helt og holdent på din datamaskin, ikke på våre servere. Derfor, når du oppretter en ny lommebok, **er du ansvarlig for å sikkerhetskopiere den på en forsvarlig måte**. '), _defineProperty(_no$data, 'HELP_0_Desc_2', 'Opprett en ny lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_3', 'Sikkerhetskopier lommebok. '), _defineProperty(_no$data, 'HELP_0_Desc_4', 'Verifiser at du har tilgang til denne nye lommeboken (f.eks. ved å overføre et ørlite beløp til og fra den nye lommeboken), og at all nødvendig informasjon er lagret og korrekt. '), _defineProperty(_no$data, 'HELP_0_Desc_5', 'Overfør ether til den nye lommeboken. '), _defineProperty(_no$data, 'HELP_1_Title', '1) Hvordan oppretter jeg en ny lommebok? '), _defineProperty(_no$data, 'HELP_1_Desc_1', 'Gå til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_1_Desc_2', 'Gå til "Legg til lommebok"-siden & velg "Opprett ny lommebok" '), _defineProperty(_no$data, 'HELP_1_Desc_3', 'Oppgi et sterkt passord. Hvis du ikke tror du klarer å huske det, skriv det opp på et sikkert sted. Du kommer til å trenge dette passordet for å sende transaksjoner. '), _defineProperty(_no$data, 'HELP_1_Desc_4', 'Klikk "OPPRETT". '), _defineProperty(_no$data, 'HELP_1_Desc_5', 'Din lommebok har nå blitt opprettet. '), _defineProperty(_no$data, 'HELP_2a_Title', 'Hvordan lagrer/sikkerhetskopierer jeg lommeboken min? '), _defineProperty(_no$data, 'HELP_2a_Desc_1', 'Du bør alltid sikkerhetskopiere lommeboken din eksternt og på flere fysiske lokasjoner - som f.eks. på en USB-disk og/eller på et papirark. '), _defineProperty(_no$data, 'HELP_2a_Desc_2', 'Lagre adressen. Du kan holde den for deg selv eller dele den med andre. På den måten kan andre overføre ether til deg. '), _defineProperty(_no$data, 'HELP_2a_Desc_3', 'Lagre versjoner av den private nøkkelen. Ikke del den med noen andre. Din private nøkkel er nødvendig hvis du vil ha tilgang til (og sende) etheren din! Det er 3 typer private nøkler: '), _defineProperty(_no$data, 'HELP_2a_Desc_4', 'Plasser adressen din, versjoner av den private nøkkelen, og PDF-versjonen av papirlommeboken i en folder. Lagre denne på datamaskinen din og en USB-disk. '), _defineProperty(_no$data, 'HELP_2a_Desc_5', 'Skriv ut lommeboken hvis du har en skriver. Hvis ikke, skriv ned adressen og den private nøkkelen din på et papirark. Lagre dette på et sikkert sted, separat fra datamaskinen og USB-disken. '), _defineProperty(_no$data, 'HELP_2a_Desc_6', 'Husk at du må unngå tap av nøklene og passordet pga. tap av, eller feil på, harddisk, USB-disk eller paperlommebok. Du må også ta i betraktning at det kan oppstå fysisk tap/skade på et helt område (tenk på brann eller flom). '), _defineProperty(_no$data, 'HELP_2b_Title', '2b) Hvordan kan jeg lagre ether sikkert / offline / "kaldt" med MyEtherWallet? '), _defineProperty(_no$data, 'HELP_2b_Desc_1', 'Gå til vår github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_no$data, 'HELP_2b_Desc_2', 'Klikk `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_2b_Desc_3', 'Flytt zip-fila til en frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_2b_Desc_4', 'Pakk ut zip-fila (unzip) og dobbeltklikk `index.html`. '), _defineProperty(_no$data, 'HELP_2b_Desc_5', 'Opprett en lommebok med et sterkt passord. '), _defineProperty(_no$data, 'HELP_2b_Desc_6', 'Lagre adressen. Lagre versjoner av den private nøkkelen. Lagre passordet hvis du ikke tror du klarer å huske det for alltid. '), _defineProperty(_no$data, 'HELP_2b_Desc_7', 'Lagre disse papirene / USB-ene på flere fysisk separate steder. '), _defineProperty(_no$data, 'HELP_2b_Desc_8', 'Gå til "Vis lommebok-info"-siden og oppgi (lim inn) din private nøkkel / passord for å sikre at de er korrekte og gir deg tilgang til lommeboken din. Sjekk at adressen du skrev ned er den samme. '), _defineProperty(_no$data, 'HELP_3_Title', '3) Hvordan verifiserer jeg at jeg har tilgang til den nye lommeboken min? '), _defineProperty(_no$data, 'HELP_3_Desc_1', '**Før du sender ether til din nye lommebok**, bør du forsikre deg om at du har tilgang til den. '), _defineProperty(_no$data, 'HELP_3_Desc_2', 'Naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_3_Desc_3', 'Naviger til MyEtherWallet.com sin "Vis lommebok-info"-side. '), _defineProperty(_no$data, 'HELP_3_Desc_4', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_3_Desc_5', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks. Oppgi passordet. '), _defineProperty(_no$data, 'HELP_3_Desc_6', 'Klikk "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_3_Desc_7', 'Informasjon om lommeboken din skal nå dukke opp. Finn konto-adressen din ved siden av et fargerikt, sirkulært ikon. Dette ikonet er en unik, visuell representasjon av din adresse. Vær sikker på at adressen er den samme adressen som du har lagret i tekstdokumentet og papirlommeboken. '), _defineProperty(_no$data, 'HELP_3_Desc_8', 'Hvis du planlegger å lagre et stort ether-beløp, anbefaler vi at du sender et lite beløp til- og fra den nye lommeboken før du deponerer et stort beløp. Send 0,001 ether til din nye lommebok, åpne lommeboken, send de 0,001 eterne (-minus gas-kostnad) til en annen adresse, og forikre deg om at alt fungerer som det skal. '), _defineProperty(_no$data, 'HELP_4_Title', '4) Hvordan sender jeg ether fra en lommebok til en annen? '), _defineProperty(_no$data, 'HELP_4_Desc_1', 'Hvis du planlegger å flytte et stort ether-beløp, bør du testsende et lite beløp først for å forsikre deg om at alt går som planlagt. '), _defineProperty(_no$data, 'HELP_4_Desc_2', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4_Desc_3', 'Velg lommebok-filen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_4_Desc_4', 'Hvis lommeboken er kryptert, vil det automatisk dukke opp en tekstboks hvor du må oppgi passordet ditt. '), _defineProperty(_no$data, 'HELP_4_Desc_5', 'Klikk på "Lås opp lommebok"-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_6', 'Oppgi adressen som du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4_Desc_7', 'Oppgi beløpet som du ønsker å sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du ønsker å overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4_Desc_9', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_4_Desc_10', 'En del felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_4_Desc_11', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_4_Desc_12', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_4_Desc_13', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_4CX_Title', '4) Hvordan sender jeg ether med MyEtherWallet CX (Chrome-utvidelsen)? '), _defineProperty(_no$data, 'HELP_4CX_Desc_1', 'Først må du legge til en lommebok. Når du har gjort det, har du 2 muligheter: den kjappe "Send"-funksjonaliteten fra Chrome-utvidelsesikonet eller "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_4CX_Desc_2', 'Send: '), _defineProperty(_no$data, 'HELP_4CX_Desc_3', 'Klikk Chrome-utvidelsesikonet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_4', 'Klikk "Send"-knappen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_5', 'Velg lommeboken du ønsker å sende fra. '), _defineProperty(_no$data, 'HELP_4CX_Desc_6', 'Oppgi adressen du ønsker å sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_4CX_Desc_7', 'Oppgi beløpet du vil sende. Du kan også klikke på "Send hele saldoen"-lenken hvis du vil overføre hele saldoen. '), _defineProperty(_no$data, 'HELP_4CX_Desc_8', 'Klikk "Send transaksjon". '), _defineProperty(_no$data, 'HELP_4CX_Desc_9', 'Verifiser at adressen og beløpet er korrekt. '), _defineProperty(_no$data, 'HELP_4CX_Desc_10', 'Oppgi passordet for lommeboken. '), _defineProperty(_no$data, 'HELP_4CX_Desc_11', 'Klikk "Send transaksjon." '), _defineProperty(_no$data, 'HELP_4CX_Desc_12', 'Bruk "Send Ether & Tokens"-siden '), _defineProperty(_no$data, 'HELP_5_Title', '5) Hvordan kan jeg bruke MyEtherWallet.com offline/lokalt? '), _defineProperty(_no$data, 'HELP_5_Desc_1', 'Du kan bruke MyEtherWallet.com på datamaskinen din i stedet for fra GitHub-serverne. Du kan opprette en lommebok fullstendig frakoblet fra internett, og sende transaksjoner fra "Send offline"-siden. '), _defineProperty(_no$data, 'HELP_5_Desc_7', 'MyEtherWallet.com kjører nå utelukkende på din datamaskin. '), _defineProperty(_no$data, 'HELP_5_Desc_8', 'I tilfelle du ikke er så vant med dette: du må beholde hele mappen for å kunne kjøre nettsiden, ikke bare `index.html`. Ikke rør eller flytt rundt på noe i mappen. Hvis du lagrer en backup av MyEtherWallet-repoet for framtiden, anbefaler vi å kun lagre zip-fila så du kan være sikker på at innholdet i mappen forblir intakt. '), _defineProperty(_no$data, 'HELP_5_Desc_9', 'Siden vi oppdaterer MyEtherWallet.com hele tiden, anbefaler vi at du oppdaterer din lagrede versjon av repoet jevnlig. '), _defineProperty(_no$data, 'HELP_5CX_Title', '5) Hvordan kan jeg installere denne utvidelsen fra repoet i stedet for fra Chrome-butikken? '), _defineProperty(_no$data, 'HELP_5CX_Desc_2', 'Klikk `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_no$data, 'HELP_5CX_Desc_3', 'Gå til Google Chrome og finn innstillingene i menyen øverst til høyre under "Flere verktøy". '), _defineProperty(_no$data, 'HELP_5CX_Desc_4', 'Clikk "Utvidelser" til venstre. '), _defineProperty(_no$data, 'HELP_5CX_Desc_5', 'Huk av "Utviklermodus"-knappen på toppen av siden. '), _defineProperty(_no$data, 'HELP_5CX_Desc_6', 'Klikk "Last inn upakket utvidelser"-knappen. '), _defineProperty(_no$data, 'HELP_5CX_Desc_7', 'Naviger til den nå utpakkede mappen som du lastet ned tidligere. Clikk "OK". '), _defineProperty(_no$data, 'HELP_5CX_Desc_8', 'Utvidelsen skal nå dukke opp blant utvidelsene dine og i utvidelses-knappelinjen øverst til høyre i nettleseren. '), _defineProperty(_no$data, 'HELP_7_Title', '7) Hvordan sender jeg token & legger til flere typer token? '), _defineProperty(_no$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) er en flott måte å utforske token på, og for å finne informasjon om antall desimaler for en token. '), _defineProperty(_no$data, 'HELP_7_Desc_1', 'Naviger til "Send Ether & Tokens"-siden. '), _defineProperty(_no$data, 'HELP_7_Desc_2', 'Lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_7_Desc_3', 'Oppgi adressen som du vil sende til i "Til adresse:"-feltet. '), _defineProperty(_no$data, 'HELP_7_Desc_4', 'Oppgi beløpet som du vil sende. '), _defineProperty(_no$data, 'HELP_7_Desc_5', 'Velg hvilken type token du vil sende . '), _defineProperty(_no$data, 'HELP_7_Desc_6', 'Hvis du ikke ser token-typen på listen: '), _defineProperty(_no$data, 'HELP_7_Desc_7', 'Klikk "Tilpasning". '), _defineProperty(_no$data, 'HELP_7_Desc_8', 'Oppgi adressen, navnet, og antall desimaler for token-et. Disse er oppgitt fra utviklerne av token-et og er også nødvendige når du skal "Add a Watch Token" i Mist. '), _defineProperty(_no$data, 'HELP_7_Desc_9', 'Klikk "Lagre". '), _defineProperty(_no$data, 'HELP_7_Desc_10', 'Du kan nå sende denne typen token, samt se saldoen for aktuell token i sidefeltet. '), _defineProperty(_no$data, 'HELP_7_Desc_11', 'Klikk "Generer transaksjon". '), _defineProperty(_no$data, 'HELP_7_Desc_12', 'Noen flere felter vil dukke opp. Dette er nettleseren din som genererer transaksjonen. '), _defineProperty(_no$data, 'HELP_7_Desc_13', 'Klikk den blå "Send transaksjon"-knappen nedenfor dette. '), _defineProperty(_no$data, 'HELP_7_Desc_14', 'En pop-up vil dukke opp. Verifiser at beløp og adresse du sender til er korrekt. Klikk så "Ja, jeg er sikker! Gjennomfør transaksjonen."-knappen. '), _defineProperty(_no$data, 'HELP_7_Desc_15', 'Transaksjonen vil bli sendt inn. Transaksjons-ID-en (TX-ID) vil vises. Du kan klikke på TX Hash for å se den på blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Title', '8) Hva skjer hvis nettsiden går ned? '), _defineProperty(_no$data, 'HELP_8_Desc_1', 'MyEtherWallet er ikke en nett-lommebok (web wallet). Du har ingen innlogging og ingenting blir noensinne lagret på våre servere. Det er ganske enkelt et grensesnitt som tillater deg å samhandle med blokkjeden. '), _defineProperty(_no$data, 'HELP_8_Desc_2', 'Hvis MyEtherWallet.com går ned, må du finne en annen måte (som f.eks. geth eller Ethereum Wallet / Mist) å gjøre det på. Men du vil ikke trenge å "hente" eteren din ut av MyEtherWallet, fordi den ikke befinner seg i MyEtherWallet. Den befinner seg i den lommeboka/kontoen som du opprettet ved hjelp av nettsiden vår. '), _defineProperty(_no$data, 'HELP_8_Desc_3', 'Du kan nå svært enkelt importere din ukrypterte private nøkkel og dine Geth/Mist-format (krypterte) filer direkte inn i geth / Ethereum Wallet / Mist. Se spørsmål #12 nedenfor. '), _defineProperty(_no$data, 'HELP_8_Desc_4', 'I tillegg er sannsynligheten for at vi tar ned MyEtherWallet svært liten. Det koster oss nesten ingenting å opprettholde den siden vi ikke lagrer noen informasjon. Hvis vi tar ned domenet, er det fortsatt, og vil alltid være, offentlig tilgjengelig på [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Du kan laste ned zip-fila der og kjøre den lokalt. '), _defineProperty(_no$data, 'HELP_8CX_Title', '8) Hva skjer hvis MyEtherWallet CX (Chrome-utvidelsen) forsvinner? '), _defineProperty(_no$data, 'HELP_8CX_Desc_1', 'For det første er alle data lagret på din datamaskin, ikke på våre servere. Jeg vet det kan være forvirrende, men når du ser på Chrome-utvidelsen, så ser du IKKE på ting som er lagret på våre servere et eller annet sted - det er alt sammen lagret på din egen datamaskin. '), _defineProperty(_no$data, 'HELP_8CX_Desc_2', 'Når det er sagt, så er det **svært viktig** at du sikkerhetskopierer all din informasjon for alle lommebøkene som du har opprettet med MyEtherWallet CX. På den måten vil du fortsatt ha all nødvendig informasjon for å få tilgang til eteren din selv om noe skulle hende med MyEtherWallet CX eller datamaskinen din. Se spørsmål #2a ang. hvordan du sikkerhetskopierer lommebøkene dine. '), _defineProperty(_no$data, 'HELP_8CX_Desc_3', 'Hvis MyEtherWallet CX av en eller annen grunn skulle forsvinne fra Chrome Store, så kan du finne kildekoden på Github og laste den inn manuelt. Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_9_Title', '9) Er "Send Ether & Tokens"-siden offline? '), _defineProperty(_no$data, 'HELP_9_Desc_1', 'Nei. Den trenger internett for å kunne skaffe den aktuelle gas-prisen, "nonce" for kontoen din, og for å kunne kringkaste transaksjonen (aka "send"). Imidlertid sender den kun den signerte transaksjonen. Din private nøkkel forblir i sikkerhet hos deg. Vi tilbyr nå også en "Offline transaction"-side slik at du kan forsikre deg om at dine private nøkler til enhver tid kun befinner seg på en offline/frakoblet datamaskin. '), _defineProperty(_no$data, 'HELP_10_Title', '10) Hvordan lager jeg en frakoblet/offline transaksjon? '), _defineProperty(_no$data, 'HELP_10_Desc_1', 'Naviger til "Send Offline"-siden via din internettilknyttede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_2', 'Oppgi "Fra-adressen". Vennligst merk at dette er adressen du sender FRA, ikke TIL. Dette genererer "nonce" og "gas-pris". '), _defineProperty(_no$data, 'HELP_10_Desc_3', 'Gå til den internettfrakoblede datamaskinen. Oppgi "TIL-ADRESSEN" og "BELØPET" du vil sende. '), _defineProperty(_no$data, 'HELP_10_Desc_4', 'Oppgi "GAS-PRISEN" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_5', 'Oppgi "NONCE" slik den ble vist deg på den tilkoblede datamaskinen i steg #1. '), _defineProperty(_no$data, 'HELP_10_Desc_6', '"GAS-GRENSE" har en standardverdi på 21000. Dette vil dekke en standardtransaksjon. Hvis du sender til en kontrakt eller inkluderer ekstra data i transaksjonen din, må du øke gas-grensen. Eventuelt overskytende gas blir returnert til deg (fra-kontoen). '), _defineProperty(_no$data, 'HELP_10_Desc_7', 'Oppgi noe data hvis du vil. Hvis du oppgir data, må du inkludere mer enn det som er standard gas-grense (21000). Alle data er i HEX-format. '), _defineProperty(_no$data, 'HELP_10_Desc_8', 'Velg lommebokfilen din, eller din private nøkkel, og lås opp lommeboken din. '), _defineProperty(_no$data, 'HELP_10_Desc_9', 'Trykk på "GENERER SIGNERT TRANSAKSJON"-knappen. '), _defineProperty(_no$data, 'HELP_10_Desc_10', 'Datafeltet under denne knappen vil fylles med din signerte transaksjon. Kopier denne og flytt den tilbake til din tilkoblede datamaskin. '), _defineProperty(_no$data, 'HELP_10_Desc_11', 'Lim inn den signerte transaksjonen i tekstfeltet i steg #3 på den tilkoblede maskinen og klikk "Send Ether & Tokens". Dette vil kringkaste transaksjonen din. '), _defineProperty(_no$data, 'HELP_12_Title', '12) Hvordan kan jeg importere en lommebok opprettet med MyEtherWallet til geth / Ethereum Wallet / Mist? '), _defineProperty(_no$data, 'HELP_12_Desc_1', 'Ved å bruke en Geth/Mist JSON-fil fra MyEtherWallet v2+.... '), _defineProperty(_no$data, 'HELP_12_Desc_2', 'Gå til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_3', 'Lås opp lommeboken din ved hjelp av din **krypterte** private nøkkel eller JSON-fil. '), _defineProperty(_no$data, 'HELP_12_Desc_4', 'Gå til "Mine lommebøker"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_5', 'Velg lommeboken som du ønsker å importere til Mist, klikk "Vis"-ikonet, oppgi passordet, og få tilgang til lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_6', 'Finn "Last ned JSON-fil - Geth/Mist-format (kryptert)"-seksjonen. Trykk "Last ned"-knappen nedenfor. Du har nå fått keystore-filen til lommeboken din. '), _defineProperty(_no$data, 'HELP_12_Desc_7', 'Åpne "Ethereum Wallet"-programmet. '), _defineProperty(_no$data, 'HELP_12_Desc_8', 'I menyfeltet, gå til "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_no$data, 'HELP_12_Desc_9', 'Dette vil åpne keystore-mappen på harddisken din. Kopier filen du nettopp lastet ned (`UTC--2016-04-14......../`) inn i denne keystore-mappen. '), _defineProperty(_no$data, 'HELP_12_Desc_10', 'Kontoen din skal nå umiddelbart dukke opp under "Accounts." '), _defineProperty(_no$data, 'HELP_12_Desc_11', 'Ved å bruke din ukrypterte private nøkkel... '), _defineProperty(_no$data, 'HELP_12_Desc_12', 'Hvis du ikke allerede har den ukrypterte private nøkkelen din, naviger til "Vis lommebok-info"-siden. '), _defineProperty(_no$data, 'HELP_12_Desc_13', 'Velg lommebok-filen din, eller oppgi/lim inn din private nøkkel, for å låse opp lommeboken. '), _defineProperty(_no$data, 'HELP_12_Desc_14', 'Kopier den (ukrypterte) private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_15', 'Hvis du er på en Mac: '), _defineProperty(_no$data, 'HELP_12_Desc_15b', 'Hvis du er på en PC: '), _defineProperty(_no$data, 'HELP_12_Desc_16', 'Åpne Text Edit og lim inn denne private nøkkelen. '), _defineProperty(_no$data, 'HELP_12_Desc_17', 'Gå til menylinjen og klikk "Format" -> "Make Plain Text". '), _defineProperty(_no$data, 'HELP_12_Desc_18', 'Lagre denne fila på skrivebordet ditt som `ikke_noe_spesielt_slett_meg.txt`. Pass på at det står "UTF-8" og "If no extension is provided use .txt" i lagringsdialogen. '), _defineProperty(_no$data, 'HELP_12_Desc_19', 'Åpne terminalen og kjør følgende kommando: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_20', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_21', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_22', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_12_Desc_23', 'Åpne Notisblokk/Notepad & lim inn den private nøkkelen '), _defineProperty(_no$data, 'HELP_12_Desc_24', 'Lagre fila som `ikke_noe_spesielt_slett_meg.txt` på `C:` '), _defineProperty(_no$data, 'HELP_12_Desc_25', 'Kjør ledetekst (Windowstast + "cmd")-kommandoen, `geth account import C:\\ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_26', 'Du vil bli bedt om å lage et nytt passord. Dette er passordet du vil bruke i geth / Ethereum Wallet / Mist hver gang du skal sende en transaksjon, så ikke glem det. '), _defineProperty(_no$data, 'HELP_12_Desc_27', 'Etter at du har lykkes med å importere kontoen, slett `ikke_noe_spesielt_slett_meg.txt` '), _defineProperty(_no$data, 'HELP_12_Desc_28', 'Neste gangen du åpner "Ethereum Wallet"-programmet, vil kontoen din være listet under "Accounts". '), _defineProperty(_no$data, 'HELP_13_Title', '13) Hva betyr "Utilstrekkelige midler. Kontoen du prøver å sende transaksjon fra har ikke nok midler. Påkrevd XXXXXXXXXXXXXXXXXXX og fått: XXXXXXXXXXXXXXXX." ? '), _defineProperty(_no$data, 'HELP_13_Desc_1', 'Dette betyr at du ikke har nok Ether på kontoen din til å dekke gas-kostnaden. Hver transaksjon (inkludert token- og kontrakt-transaksjoner) krever gas, og gas betales med Ether. Tallet som vises er beløpet som kreves for å dekke transaksjonskostnaden i Wei (1 ETH = 10^18 Wei). Ta dette tallet, del det på `1000000000000000000`, og trekk fra Ether-beløpet som du prøvde å sende (hvis du prøvde å sende Ether). Dette vil gi deg Ether-beløpet som du mangler på (trenger å sende til) denne kontoen for å gjennomføre transaksjonen. '), _defineProperty(_no$data, 'HELP_14_Title', '14) Noen nettsider randomiserer genereringen av den private nøkkelen via musebevegelser. MyEtherWallet.com gjør ikke dette. Er metoden som MyEtherWallet bruker til å generere tilfeldige tall sikker? '), _defineProperty(_no$data, 'HELP_14_Desc_1', 'Selv om musebevegelses-metoden er smart og vi skjønner hvorfor folk liker den, så er realiteten at window.crypto sikrer mer entropi (tilfeldighet) enn musebevegelser. Musebevegelses-metoden er ikke usikker, men det er bare det at vi (og mange andre kryptoeksperter) har tro på window.crypto. I tillegg kan MyEtherWallet.com også benyttes på fingerstyrte enheter. Her er en [konversasjon mellom en sint redditor og Vitalik Buterin angående musebevegelser versus window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) og her er [window.crypto w3 spesifikasjonen](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_no$data, 'HELP_15_Title', '15) Hvorfor har ikke kontoen jeg nettopp opprettet dukket opp i blokkjede-utforskeren? (ie: etherchain, etherscan) '), _defineProperty(_no$data, 'HELP_15_Desc_1', 'Kontoer vil kun dukke opp i en blokkjede-utforsker når kontoen har hatt aktivitet—for eksempel, når du har overført Ether til den. '), _defineProperty(_no$data, 'HELP_16_Title', '16) Hvordan kan jeg sjekke saldoen på kontoen min? '), _defineProperty(_no$data, 'HELP_16_Desc_1', 'Du kan bruke en blokkjede-utforsker som [etherscan.io](https://etherscan.io/). Lim inn adressen i søkefeltet og den vil finne fram adressen og transaksjonshistorikken. For eksempel, her ser du hvordan vår [donasjonskonto](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) ser ut på etherscan.io '), _defineProperty(_no$data, 'HELP_17_Title', '17) Hvorfor vises ikke saldoen min når jeg låser opp lommeboken min? '), _defineProperty(_no$data, 'HELP_17_Desc_1', 'Dette er mest sannsynlig fordi du er bak en brannmur. API-en vi bruker for å innhente saldoen blokkeres ofte av brannmurer av ymse årsaker. Du vil fortsatt være i stand til å sende transaksjoner, du må bare bruke en annen metode for å se nevnte saldo, som etherscan.io '), _defineProperty(_no$data, 'HELP_18_Title', '18) Hvor er min geth lommebok-fil '), _defineProperty(_no$data, 'HELP_19_Title', '19) Hvor er min Mist lommebok-fil? '), _defineProperty(_no$data, 'HELP_19_Desc_1', 'Mist-filer lagres typisk i lokasjonene ovenfor, men det er mye enklere å åpne Mist, velge "Accounts" i topp-menylinjen, velge "Backup", og velge "Accounts". Dette vil åpne mappen hvor filene dine er lagret. '), _defineProperty(_no$data, 'HELP_20_Title', '20) Hvor er pre-sale lommebok-filen? '), _defineProperty(_no$data, 'HELP_20_Desc_1', 'Der du lagret den. ;) Den ble også sendt deg på e-post, så sjekk der. Se etter fila som heter `"ethereum_wallet_backup.json"` og velg den fila. Denne fila vil være kryptert med et passord som du opprettet under "pre-sale"-kjøpet. '), _defineProperty(_no$data, 'HELP_21_Title', '21) Kan ikke hvem som helst legge inn tilfeldige private nøkler, sjekke saldoen, og sende Ether til sin egen adresse? '), _defineProperty(_no$data, 'HELP_21_Desc_1', 'Kortversjonen: ja, men å finne en konto som inneholder Ether ville tatt lengre tid enn universets levealder...så...nei. '), _defineProperty(_no$data, 'HELP_21_Desc_2', 'Lang ELI5-versjon: Ethereum er basert på [Offentlig nøkkel-kryptografi](https://en.wikipedia.org/wiki/Public-key_cryptography), og mer spesifikt [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf), som er svært utbredt, ikke bare i Ethereum. De fleste servere er beskyttet via ECC. Bitcoin bruker den samme, likeså SSH og TLS og mange flere. Ethereum-nøklene er 256-bit nøkler, som er sterkere enn 128-bit og 192-bit, som også er mye brukt og fortsatt betraktes som sikre av ekspertene. '), _defineProperty(_no$data, 'HELP_21_Desc_3', 'I denne har du en privat nøkkel og en offentlig nøkkel. Den private nøkkelen kan utlede den offentlige nøkkelen, men den offentlige nøkkelen kan ikke brukes for å finne den private nøkkelen. Det faktum at internett og verdens hemmeligheter bruker denne kryptografien betyr at hvis det blir funnet en måte å gå fra offentlige til private nøkler på, så vil dine tapte Ether være det minste av alles problemer. '), _defineProperty(_no$data, 'HELP_21_Desc_4', 'Når det er sagt, JA, hvis noen andre har din private nøkkel, så kan de såvisst sende ether fra din konto. Akkurat som hvis noen har passordet til e-posten din, så kan de lese og sende din e-post, eller passordet til bankkontoen din, så kan de overføre penger. Du kunne laste ned keystore-versjonen av den private nøkkelen din, som er den private nøkkelen som er kryptert med et passord. Dette blir som å ha et passord som er beskyttet av et annet passord. '), _defineProperty(_no$data, 'HELP_21_Desc_5', 'og JA, i teorien kunne du bare taste inn en streng med 64 hexadesimaltegn helt dil du fant en som passet. Faktisk kunne smarte folk skrive et program som svært hurtig kunne sjekke tilfeldige private nøkler. Dette kalles "brute-forcing" eller "mining" private nøkler. Folk har tenkt lenge og hardt på dette. Med noen få svært gode servere, kunne de kanskje klare å sjekke >1M nøkler/sekund. Likevel, selv når så mange sjekkes per sekund, ville det ikke gi tilgang midler som ville gjøre det i nærheten av å være lønnsomt å kjøre disse serverne. - Det er mer sannsynlig at du, eller dine oldebarn, vil dø før du får en match. '), _defineProperty(_no$data, 'HELP_21_Desc_6', 'Hvis du vet noe om Bitcoin, [dette vil sette det i perspektiv:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *For å illustrere hvor usannsynlig det er: anta at alle satoshi av alle bitcoin som noensinne blir generert ble sendt til hver sin egen unike private nøkkel. Sannsynligheten for at det blant disse nøklene kunne være to som ville korrespondere med samme adresse er ca 1 til 10^20. '), _defineProperty(_no$data, 'HELP_21_Desc_7', '[Hvis du ønsker en mer teknisk forklaring:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Disse tallene har ikke noe å gjøre med teknologien til enhetene; de er det maksimale som termodynamikken vil tillate. Og de impliserer sterkt at "brute-force"-angrep mot 256-bit nøkler vil være uoppnåelig fram til datamaskiner lages av noe annet enn materie og befinner seg i noe annet enn rom. '), _defineProperty(_no$data, 'HELP_21_Desc_8', 'Selvsagt betinger alt dette at nøkler blir generert på en virkelig tilfeldig måte & med tilstrekkelig entropi. Nøklene som genereres her tilfredsstiller dette kriteriet, det samme gjør Jaxx og Mist/geth. Alle Ethereum-lommebøker er OK. Nøkler som genereres av "brainwallets" er ikke like gode, siden en persons hjerne ikke er i stand til å lage en virkelig tilfeldig "seed". Det har vært noen andre tilfeller av manglende entropi eller "seeds" som ikke er generert på en virkelig tilfeldig måte i Bitcoin-land, men det er en historie som kan vente til en annen dag. '), _defineProperty(_no$data, 'HELP_SecCX_Title', 'Datasikkerhet - MyEtherWallet CX (Chrome-utvidelsen) '), _defineProperty(_no$data, 'HELP_SecCX_Desc_1', 'Hvor lagrer denne utvidelsen informasjonen min? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_2', 'Informasjonen som du lager i denne Chrome-utvidelsen lagres via [chrome.storage](http://chrome.storage/). - dette er samme sted som passordene dine lagres når du lagrer passord i Chrome. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_3', 'Hvilken informasjon lages? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_4', 'Adresser, kallenavn og private nøkler lagres i chrome.storage. Den private nøkkelen er kryptert ved hjelp av passordet du satte da du la til lommeboken. Kallenavn og lommebok-adresser er ikke kryptert. '), _defineProperty(_no$data, 'HELP_SecCX_Desc_5', 'Hvorfor er ikke kallenavn og lommebok-adresser kryptert? '), _defineProperty(_no$data, 'HELP_SecCX_Desc_6', 'Hvis vi skulle kryptere disse, måtte du ha oppgitt et passord hver gang du ønsket å se saldo for kontoene dine eller vise kallenavnene. Hvis dette bekymrer deg, anbefaler vi deg å bruke MyEtherWallet.com i stedet for denne Chrome-utvidelsen. '), _defineProperty(_no$data, 'HELP_Sec_Title', 'Datasikkerhet '), _defineProperty(_no$data, 'HELP_Sec_Desc_1', 'Hvis en av dine første spørsmål er "Hvorfor skulle jeg stole på disse folkene?", så er det en god ting. Forhåpentligvis vil følgende bidra til å lette på frykten din. '), _defineProperty(_no$data, 'HELP_Sec_Desc_2', 'Vi har vært oppe-og-gå siden august 2015. Hvis du søker etter ["myetherwallet" på reddit](https://www.reddit.com/search?q=myetherwallet), så kan du se mange folk som bruker oss med stor suksess. '), _defineProperty(_no$data, 'HELP_Sec_Desc_3', 'Vi kommer ikke til å ta pengene dine eller stjele dine private nøkler. Det er ingen ondsinnet kode på denne siden. Faktisk er "Send Ether & Tokens"-siden fullstendig klient-drevet. Det betyr at all koden blir kjørt på ** din datamaskin ** og det blir aldri lagret eller overført noe sted. '), _defineProperty(_no$data, 'HELP_Sec_Desc_4', 'Sjekk nettsideadressen (URL) -- Denne siden blir drevet gjennom GitHub og du kan se kildekoden her: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) til domenet: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_no$data, 'HELP_Sec_Desc_5', 'For å generere lommebøker, kan du laste ned [kildekoden](https://github.com/kvhnuke/etherwallet/releases/latest). Se #5 ovenfor. '), _defineProperty(_no$data, 'HELP_Sec_Desc_6', 'Kjør en test og sjekk hvilken nettverksaktivitet som skjer. Den enkleste måten som du kan gjøre dette på er å høyreklikke på siden og klikke "inspiser element". Gå til "Nettverk"-flippen. Generer en test-lommebok. Du vil se at det ikke er noen nettverksaktivitet. Du vil se at noe som ser ut som data:image/gif og data:image/png skjer. Disse er QR-kodene som blir generert...på din datamaskin...av din datamaskin. Ingen bytes ble overført. '), _defineProperty(_no$data, 'HELP_Sec_Desc_8', 'Hvis du ikke er komfortabel med å bruke dette verktøyet, så for all del, ikke bruk det. Vi laget dette verktøyet som et hjelpemiddel for folk som vil opprette lommebøker og utføre transaksjoner uten å måtte dykke ned i kommandolinjeoperasjoner eller kjøre en full node. Igjen, ta gjerne kontakt hvis du har bekymringer og vi vil gi tilbakemelding så snart som mulig. Takk! '), _defineProperty(_no$data, 'HELP_FAQ_Title', 'Flere nyttige svar på hyppige spørsmål '), _defineProperty(_no$data, 'HELP_Contact_Title', 'Måter å ta kontakt på'), _no$data); module.exports = no; @@ -17347,7 +17344,7 @@ pl.data = (_pl$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_pl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pl$data, 'x_CancelReplaceTx', 'Anuluj lub Zastąp Transakcję'), _defineProperty(_pl$data, 'x_CancelTx', 'Anuluj Transakcję'), _defineProperty(_pl$data, 'x_PasswordDesc', 'To hasło * szyfruje * Twój klucz prywatny. To nie jest ziarno (seed) generujące Twoje klucze. **Będziesz potrzebować tego hasła + Twojego klucza prywatnego aby odblokować swój portfel.**'), _defineProperty(_pl$data, 'x_ReadMore', 'Zobacz więcej'), _defineProperty(_pl$data, 'x_ReplaceTx', 'Zastąp Transakcję'), _defineProperty(_pl$data, 'x_TransHash', 'Hash Transakcji'), _defineProperty(_pl$data, 'x_TXFee', 'TX Fee (opłata)'), _defineProperty(_pl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pl$data, 'NAV_CheckTxStatus', 'Sprawdź Status Transakcji'), _defineProperty(_pl$data, 'NAV_TxStatus', 'Status Transakcji'), _defineProperty(_pl$data, 'tx_Details', 'Szczegóły Transakcji'), _defineProperty(_pl$data, 'tx_Summary', 'Zdarza się (szczególnie podczas ICO), że transakcje są oczekujące przez godziny, a nawet dni. To narzędzie ma na celu umożliwić Ci znalezienie i \"anulowanie\" / zastąpienie tych transakcji. ** To nie jest narzędzie, które można użyć w każdej sytuacji. Nie gwarantuje ono osiągnięcia sukcesu i będzie działać tylko jeśli pule transakcji są pełne. [Więcej informacji tutaj.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pl$data, 'tx_notFound', 'Transakcja nie została znaleziona'), _defineProperty(_pl$data, 'tx_notFound_1', 'Transakcja nie zostala znaleziona w puli transakcji węzła, do którego jesteś połączony.'), _defineProperty(_pl$data, 'tx_notFound_2', 'Jeśli wysłałeś transakcję przed chwilą, poczekaj 15 sekund i naciśnij przycisk "Sprawdź Status Transakcji" ponownie. '), _defineProperty(_pl$data, 'tx_notFound_3', 'Wciąż może być w puli transakcji innego węzła oczekując na potwierdzenie.'), _defineProperty(_pl$data, 'tx_notFound_4', 'Użyj menu w prawym górnym rogu aby wybrać inny węzeł ETH (np. `ETH (Etherscan.io)` lub `ETH (Infura.io)` lub `ETH (MyEtherWallet)`) i sprawdź ponownie.'), _defineProperty(_pl$data, 'tx_foundInPending', 'Znaleziono oczekującą transakcję'), _defineProperty(_pl$data, 'tx_foundInPending_1', 'Twoja transakcja została znaleziona w puli transakcji węzła, z którym jesteś połączony. '), _defineProperty(_pl$data, 'tx_foundInPending_2', 'Transakcja oczekuje na wydobycie/potwierdzenie. '), _defineProperty(_pl$data, 'tx_foundInPending_3', 'Istnieje szansa \"anulować\" lub zastąpić tę transakcję. Odblokuj swój portfel poniżej.'), _defineProperty(_pl$data, 'tx_FoundOnChain', 'Transakcja została znaleziona'), _defineProperty(_pl$data, 'tx_FoundOnChain_1', 'Twoja transakcja została pomyślnie zrealizowana i pojawiła się na bloku.'), _defineProperty(_pl$data, 'tx_FoundOnChain_2', '**Jeśli zobaczysz czerwony wykrzyknik `( ! )`, `ZŁA INSTRUKCJA` lub `ZABRAKŁO PALIWA` w komunikacie o błędzie**, oznacza to, że transakcji nie udało się wysłać pomyślnie. Nie możesz anulować ani zastąpić tej transakcji. Zamiast tego, wyślij nową transakcję. Jeśli otrzymałeś komunikat o niewystarczającej ilości paliwa, powinieneś podwoić limit gazu.'), _defineProperty(_pl$data, 'tx_FoundOnChain_3', '**Jeśli nie pojawią się żadne komunikaty o błędzie, to Twoja transakcja została pomyślnie wysłana.** Twój ETH lub Tokeny są tam, gdzie zostały wysłane. Jeśli jednak ETH lub Tokeny nie pojawią się tam, gdzie zostały wysłane i minęły ponad 24 godziny od momentu wysłania, [skontaktuj się z którymś z serwisów](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Wyślij im *link* do Twojej transakcji i uprzejmie poproś o zbadanie sytuacji.'), _defineProperty(_pl$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pl$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pl$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pl$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pl$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pl$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pl$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pl$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pl$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pl$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pl$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pl$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pl$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pl$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pl$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pl$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pl$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pl$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pl$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pl$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pl$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pl$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pl$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pl$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pl$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pl$data, 'NAV_AddWallet', 'Dodaj Portfel '), _defineProperty(_pl$data, 'NAV_BulkGenerate', 'Generuj Hurtowo '), _defineProperty(_pl$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_pl$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_pl$data, 'NAV_DeployContract', 'Wyślij Kontrakt '), _defineProperty(_pl$data, 'NAV_ENS', 'ENS'), _defineProperty(_pl$data, 'NAV_GenerateWallet_alt', 'Nowy Portfel '), _defineProperty(_pl$data, 'NAV_GenerateWallet', 'Wygeneruj Portfel '), _defineProperty(_pl$data, 'NAV_Help', 'Pomoc '), _defineProperty(_pl$data, 'NAV_InteractContract', 'Pracuj z Kontraktem '), _defineProperty(_pl$data, 'NAV_Multisig', 'Multi-podpis '), _defineProperty(_pl$data, 'NAV_MyWallets', 'Moje Portfele '), _defineProperty(_pl$data, 'NAV_Offline', 'Wyślij Offline '), _defineProperty(_pl$data, 'NAV_SendEther', 'Wyślij Ether i Tokeny '), _defineProperty(_pl$data, 'NAV_SendTokens', 'Wyślij Tokeny '), _defineProperty(_pl$data, 'NAV_SignMsg', 'Podpisz Wiadomość '), _defineProperty(_pl$data, 'NAV_Swap', 'Giełda '), _defineProperty(_pl$data, 'NAV_ViewWallet', 'Wyświetl informacje o portfelu '), _defineProperty(_pl$data, 'NAV_YourWallets', 'Twoje Portfele '), _defineProperty(_pl$data, 'x_Access', 'Dostęp '), _defineProperty(_pl$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Inaczej "Numer konta" lub "Klucz publiczny". Wysyłasz go innym aby mogli Ci wysłać ether. Ikona umożliwia łatwe rozpoznanie Twojego adresu. '), _defineProperty(_pl$data, 'x_Address', 'Twój Adres '), _defineProperty(_pl$data, 'x_Cancel', 'Anuluj '), _defineProperty(_pl$data, 'x_CSV', 'Plik CSV (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Download', 'Pobierz '), _defineProperty(_pl$data, 'x_Json', 'Plik JSON (nieszyfrowany) '), _defineProperty(_pl$data, 'x_JsonDesc', 'Nieszyfrowany klucz prywatny, plik w formacie JSON. Nie wymaga podania hasła, ale każdy kto zdobędzie ten plik uzyska również pełny dostęp do Twojego portfela i zgromadzonych na nim środków. '), _defineProperty(_pl$data, 'x_Keystore', 'Plik Keystore (UTC / JSON · Zalecany · Szyfrowany) '), _defineProperty(_pl$data, 'x_Keystore2', 'Plik Keystore (UTC / JSON) '), _defineProperty(_pl$data, 'x_KeystoreDesc', 'Ten plik Keystore odpowiada formatowi stosowanemu przez Mist, więc może być w prosty sposób zaimportowany w przyszłości. Jest to zalecana forma pliku do pobrania i przechowywania jako kopii zapasowej. '), _defineProperty(_pl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pl$data, 'x_Mnemonic', 'Mnemonik '), _defineProperty(_pl$data, 'x_ParityPhrase', 'Fraza Parity '), _defineProperty(_pl$data, 'x_Password', 'Hasło '), _defineProperty(_pl$data, 'x_Print', 'Drukuj Portfel Papierowy '), _defineProperty(_pl$data, 'x_PrintDesc', 'Wskazówka: Kliknij drukuj i zapisz plik PDF, nawet jeżeli nie posiadasz drukarki! '), _defineProperty(_pl$data, 'x_PrintShort', 'Drukuj '), _defineProperty(_pl$data, 'x_PrivKey', 'Klucz Prywatny (nieszyfrowany) '), _defineProperty(_pl$data, 'x_PrivKey2', 'Klucz Prywatny '), _defineProperty(_pl$data, 'x_PrivKeyDesc', 'Nieszyfrowana, tekstowa wersja Twojego klucza prywatnego, nie wymaga hasła. Jeżeli ktoś zdobędzie nieszyfrowany klucz, będzie mógł uzyskać pełen dostęp do Twojego portfela bez podania hasła. Z tego powodu zaleca się używanie jego szyfrowanej wersji. '), _defineProperty(_pl$data, 'x_Save', 'Zapisz '), _defineProperty(_pl$data, 'x_TXT', 'Plik TXT (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Wallet', 'Portfel '), _defineProperty(_pl$data, 'MEW_Warning_1', 'Zawsze dokładnie sprawdzaj adres URL strony przed jej użyciem. Użycie fałszywej strony może pozbawić cię wszystkich środków! '), _defineProperty(_pl$data, 'CX_Warning_1', 'Upewnij się że posiadasz **zewnętrzne kopie bezpieczeństwa** każdego przechowywanego tu portfela. Może być wiele przyczyn utraty danych przechowywanych w tym rozszerzeniu przeglądarki Chrome, włączając w to odinstalowanie i ponowne zainstalowanie rozszerzenia. To rozszerzenie ma ułatwiać dostęp do Twoich portfeli, a **nie** służyć jako kopia bezpieczeństwa. '), _defineProperty(_pl$data, 'MEW_Tagline', 'Portfel Ethereum - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'CX_Tagline', 'Portfel Ethereum, Rozszerzenie Chrome - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'FOOTER_1', 'Narzędzie do generowania portfeli Ethereum i wysyłania transakcji - otwarto-źródłowe, javascrypt\'owe, strony klienta '), _defineProperty(_pl$data, 'FOOTER_1b', 'Twórcy: '), _defineProperty(_pl$data, 'FOOTER_2', 'Darowizny: '), _defineProperty(_pl$data, 'FOOTER_3', 'Generowanie portfeli po stronie klienta przez '), _defineProperty(_pl$data, 'FOOTER_4', 'Wyłączenie odpowiedzialności '), _defineProperty(_pl$data, 'sidebar_AccountInfo', 'Informacje o Koncie '), _defineProperty(_pl$data, 'sidebar_AccountAddr', 'Adres Konta '), _defineProperty(_pl$data, 'sidebar_AccountBal', 'Stan Konta '), _defineProperty(_pl$data, 'sidebar_TokenBal', 'Stan Tokenów '), _defineProperty(_pl$data, 'sidebar_Equiv', 'Ekwiwalent '), _defineProperty(_pl$data, 'sidebar_TransHistory', 'Historia Transakcji '), _defineProperty(_pl$data, 'sidebar_donation', 'MyEtherWallet jest darmową, otwarto-źródłową usługą stworzoną dla Twojej prywatności i bezpieczeństwa. Im więcej darowizn zbierzemy, tym więcej czasu będziemy w stanie poświęcić na dodawanie nowych funkcjonalności, analizowanie informacji zwrotnych oraz spełnianie waszych oczekiwań. Jesteśmy jedynie dwójką ludzi starającą się zmienić świat. Pomóż nam! '), _defineProperty(_pl$data, 'sidebar_donate', 'Prześlij darowiznę '), _defineProperty(_pl$data, 'sidebar_thanks', 'DZIĘKUJEMY!!! '), _defineProperty(_pl$data, 'sidebar_DisplayOnTrezor', 'Wyświetl adres w TREZOR'), _defineProperty(_pl$data, 'sidebar_DisplayOnLedger', 'Wyświetl adres w Ledger'), _defineProperty(_pl$data, 'decrypt_Access', 'Jak chciałbyś uzyskać dostęp do Twojego portfela? '), _defineProperty(_pl$data, 'decrypt_Title', 'Wybierz format Twojego klucza prywatnego: '), _defineProperty(_pl$data, 'decrypt_Select', 'Wybierz Portfel: '), _defineProperty(_pl$data, 'ADD_Label_1', 'Co chciałbyś zrobić? '), _defineProperty(_pl$data, 'ADD_Radio_1', 'Generuj Nowy Portfel '), _defineProperty(_pl$data, 'ADD_Radio_2', 'Wybierz Plik Portfela (Keystore / JSON) '), _defineProperty(_pl$data, 'ADD_Radio_2_alt', 'Wybierz Plik Portfela '), _defineProperty(_pl$data, 'ADD_Radio_2_short', 'WYBIERZ PLIK PORTFELA... '), _defineProperty(_pl$data, 'ADD_Radio_3', 'Wklej/Wpisz Twój Klucz Prywatny '), _defineProperty(_pl$data, 'ADD_Radio_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Radio_5', 'Wklej/Wpisz Swój Mnemonik '), _defineProperty(_pl$data, 'ADD_Radio_5_Path', 'Wybierz ścieżkę portfela HD '), _defineProperty(_pl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathCustom', '(Niestandardowy) '), _defineProperty(_pl$data, 'ADD_Label_2', 'Utwórz Nazwę Użytkownika: '), _defineProperty(_pl$data, 'ADD_Label_3', 'Twój portfel jest zaszyfrowany. Podaj hasło '), _defineProperty(_pl$data, 'ADD_Label_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Warning_1', 'Możesz dodać dowolne konto do obserwacji bez podawania jego klucza prywatnego. ** Nie ** oznacza to, że uzyskasz dostęp do tego portfela, nie będziesz mógł również wysyłać z niego środków. '), _defineProperty(_pl$data, 'ADD_Label_5', 'Wpisz Adres '), _defineProperty(_pl$data, 'ADD_Label_6', 'Odblokuj Portfel '), _defineProperty(_pl$data, 'ADD_Label_6_short', 'Odblokuj '), _defineProperty(_pl$data, 'ADD_Label_7', 'Dodaj konto '), _defineProperty(_pl$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pl$data, 'GEN_desc', 'Jeżeli chcesz wygenerować wiele portfeli możesz to zrobić tu '), _defineProperty(_pl$data, 'GEN_Label_1', 'Wpisz silne hasło (co najmniej 9 znaków) '), _defineProperty(_pl$data, 'GEN_Placeholder_1', 'NIE zapomnij tego hasła! '), _defineProperty(_pl$data, 'GEN_SuccessMsg', 'Sukces! Twój portfel został wygenerowany. '), _defineProperty(_pl$data, 'GEN_Label_2', 'Zapisz Twój plik Keystore lub Klucz Prywatny. Nie zapomnij powyższego hasła. '), _defineProperty(_pl$data, 'GEN_Label_3', 'Zapisz swój adres. '), _defineProperty(_pl$data, 'GEN_Label_4', 'Opcjonalnie: Wydrukuj swój Portfel Papierowy, lub zachowaj obrazek z kodem QR. '), _defineProperty(_pl$data, 'BULK_Label_1', 'Ilość Portfeli do Wygenerowania '), _defineProperty(_pl$data, 'BULK_Label_2', 'Generuj Portfele '), _defineProperty(_pl$data, 'BULK_SuccessMsg', 'Sukces! Twoje portfele zostały wygenerowane. '), _defineProperty(_pl$data, 'SEND_addr', 'Do Adresu '), _defineProperty(_pl$data, 'SEND_amount', 'Kwota do Wysłania '), _defineProperty(_pl$data, 'SEND_amount_short', 'Kwota '), _defineProperty(_pl$data, 'SEND_custom', 'Niestandardowy Token '), _defineProperty(_pl$data, 'SEND_gas', 'Paliwo '), _defineProperty(_pl$data, 'SEND_TransferTotal', 'Wyślij wszystkie środki '), _defineProperty(_pl$data, 'SEND_generate', 'Wygeneruj Transakcję '), _defineProperty(_pl$data, 'SEND_raw', 'Surowa Transakcja '), _defineProperty(_pl$data, 'SEND_signed', 'Podpisana Transakcja '), _defineProperty(_pl$data, 'SEND_trans', 'Wyślij Transakcję '), _defineProperty(_pl$data, 'SENDModal_Title', 'Ostrzeżenie! '), _defineProperty(_pl$data, 'SENDModal_Content_1', 'Wysyłasz '), _defineProperty(_pl$data, 'SENDModal_Content_2', 'do adresu '), _defineProperty(_pl$data, 'SENDModal_Content_3', 'Jesteś pewien, że chcesz to zrobić? '), _defineProperty(_pl$data, 'SENDModal_Content_4', 'NOTKA: Jeśli wystąpi błąd, najprawdopodobniej musisz doładować ether do Twojego konta, na pokrycie kosztów paliwa do wysłania tokenów. Paliwo jest opłacane w ether. '), _defineProperty(_pl$data, 'SENDModal_No', 'Nie, zabierz mnie stąd! '), _defineProperty(_pl$data, 'SENDModal_Yes', 'Tak, jestem pewien! Zatwierdź transakcję. '), _defineProperty(_pl$data, 'TOKEN_Addr', 'Adres Tokenu Kontraktu'), _defineProperty(_pl$data, 'TOKEN_Symbol', 'Symbol Tokenu '), _defineProperty(_pl$data, 'TOKEN_Dec', 'Miejsc po przecinku '), _defineProperty(_pl$data, 'TOKEN_show', 'Pokaż Wszystkie Tokeny '), _defineProperty(_pl$data, 'TOKEN_hide', 'Ukryj Tokeny '), _defineProperty(_pl$data, 'TRANS_desc', 'Jeśli chcesz wysłać Tokeny, użyj zakładki "Wyślij Tokeny". '), _defineProperty(_pl$data, 'TRANS_warning', 'Jeśli używasz funkcji "Tylko ETH" lub "Tylko ETC" wysyłasz przez kontrakt. Niektóre serwisy mają problemy z rozpoznawaniem tego typu transakcji. Czytaj dalej. '), _defineProperty(_pl$data, 'TRANS_advanced', '+Zaawansowane: Dodaj Dane '), _defineProperty(_pl$data, 'TRANS_data', 'Dane '), _defineProperty(_pl$data, 'TRANS_sendInfo', 'Standardowa transakcja, zużywająca 21000 paliwa, będzie kosztować 0.000441 ETH. My używamy ceny paliwa nieco-powyżej-minimum, co odpowiada 0.000000021 ETH aby upewnić się, że zostanie szybko zatwierdzona. Nie pobieramy żadnych dodatkowych opłat. '), _defineProperty(_pl$data, 'TRANS_gas', 'Limit Paliwa '), _defineProperty(_pl$data, 'TRANSModal_Title', 'Transakcje "Tylko ETH" i "Tylko ETC" '), _defineProperty(_pl$data, 'TRANSModal_Content_0', 'Informacje na temat różnych transakcji i różnych odbiorców: '), _defineProperty(_pl$data, 'TRANSModal_Content_1', '**ETH (Standardowa Transakcja): ** generuje standardową transakcję bezpośrednio z jednego adresu do drugiego. Domyślnie spala 21000 paliwa. Prawdopodobnie transakcja ETH zostanie powielona na łańcuchu ETC jeżeli posiadasz obie waluty na tym samym adresie. '), _defineProperty(_pl$data, 'TRANSModal_Content_2', '**Tylko ETH: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETH**. '), _defineProperty(_pl$data, 'TRANSModal_Content_3', '**Tylko ETC: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETC**. '), _defineProperty(_pl$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** używaj tylko Transakcji Standardowych. Jeżeli wyślesz z opcją "Tylko...", będziesz musiał skontaktować się z pomocą techniczną usługodawcy w celu manualnego zatwierdzenia środków lub ich zwrotu. Możesz też użyć [narzędzia Shapeshift](https://split.shapeshift.io/) do rozdzielenia środków. '), _defineProperty(_pl$data, 'TRANSModal_Content_5', '**Kraken i Poloniex:** nie są znane żadne utrudnienia. Używaj dowolnie. '), _defineProperty(_pl$data, 'TRANSModal_Yes', 'Super, już rozumiem. '), _defineProperty(_pl$data, 'TRANSModal_No', 'O boziu, strasznie zakręcone. Pomóżcie. '), _defineProperty(_pl$data, 'OFFLINE_Title', 'Generuj i Wyślij Transakcję Offline '), _defineProperty(_pl$data, 'OFFLINE_Desc', 'Wygenerowanie transakcji może zostać wykonane w trzech krokach. Kroki 1 i 3 wykonasz na komputerze z internetem, krok 2 na komputerze bez połączenia z internetem. To gwarantuje, że Twoje klucze prywatne nigdy nie mają styczności z urządzeniem podłączonym do internetu. '), _defineProperty(_pl$data, 'OFFLLINE_Step1_Title', 'Krok 1: Wygeneruj Informacje (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step1_Button', 'Wygeneruj Informacje '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_1', 'Od Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_2', 'Notka: To jest adres NADAWCY, czyli adres Twojego konta, które starasz sie odizolować od internetu. Wyróżnik jest generowany dla tego konta. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Title', 'Krok 2: Wygeneruj transakcję (Komputer Offline) '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_1', 'Do Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_2', 'Wartość / Kwota do Wysłania '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3', 'Cena Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4', 'Limit Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4b', 'Domyślny limit paliwa to 21000. Kiedy wysyłasz kontrakt lub załączasz dane ta wartość może być inna, nie zużyte paliwo zostanie zwrócone na Twoje konto. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5', 'Wyróżnik '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6', 'Dane '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6b', 'Wartość opcjonalna. Dane są zazwyczaj załączane jeżeli wysyłasz transakcje do kontraktów. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_7', 'Wpisz / Wybierz Twój Klucz Prywatny / plik JSON. '), _defineProperty(_pl$data, 'OFFLINE_Step3_Title', 'Krok 3: Wyślij / Opublikuj Transakcję (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step3_Label_1', 'Wklej tu podpisaną transakcję z Kroku 2 i kliknij przycisk "WYŚLIJ TRANSAKCJĘ". '), _defineProperty(_pl$data, 'MSG_message', 'Wiadomość '), _defineProperty(_pl$data, 'MSG_date', 'Data '), _defineProperty(_pl$data, 'MSG_signature', 'Podpis '), _defineProperty(_pl$data, 'MSG_verify', 'Zweryfikuj Wiadomość '), _defineProperty(_pl$data, 'MSG_info1', 'Załącz aktualną datę, aby podpis nie mógł być ponownie wykorzystany w innym czasie. '), _defineProperty(_pl$data, 'MSG_info2', 'Załącz swój nick i napisz gdzie go wykorzystujesz, aby ktoś inny nie mógł powielić tej wiadomości. '), _defineProperty(_pl$data, 'MSG_info3', 'Opisz powód zamieszczenia wiadomości, aby nikt inny nie mógł jej wykorzystać w innym celu. '), _defineProperty(_pl$data, 'DEP_generate', 'Wygeneruj Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_generated', 'Wygenerowany Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_signtx', 'Podpisz Transakcję '), _defineProperty(_pl$data, 'DEP_interface', 'Wygeneruj Interfejs '), _defineProperty(_pl$data, 'MYWAL_Nick', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Address', 'Adres Portfela '), _defineProperty(_pl$data, 'MYWAL_Bal', 'Środki '), _defineProperty(_pl$data, 'MYWAL_Edit', 'Edytuj '), _defineProperty(_pl$data, 'MYWAL_View', 'Podgląd '), _defineProperty(_pl$data, 'MYWAL_Remove', 'Usuń '), _defineProperty(_pl$data, 'MYWAL_RemoveWal', 'Usuń Portfel: '), _defineProperty(_pl$data, 'MYWAL_WatchOnly', 'Twoje Konta Tylko-do-Podglądu '), _defineProperty(_pl$data, 'MYWAL_Viewing', 'Podgląd Portfela '), _defineProperty(_pl$data, 'MYWAL_Hide', 'Ukryj Dane Portfela '), _defineProperty(_pl$data, 'MYWAL_Edit_2', 'Edytuj Portfel '), _defineProperty(_pl$data, 'MYWAL_Name', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Content_1', 'Uwaga! Zaraz usuniesz swój portfel '), _defineProperty(_pl$data, 'MYWAL_Content_2', 'Upewnij się, że **zapisałeś klucz prywatny/plik Keystore i hasło** powiązane z tym portfelem zanim je usuniesz. '), _defineProperty(_pl$data, 'MYWAL_Content_3', 'Jeśli będziesz chciał w przyszłości używać ten portfel ze swoim MyEtherWallet CX, będziesz musiał go ponownie dodać używając klucza prywatnego/pliku JSON i hasła. '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle', 'Ta zakładka pozwoli Ci na odczyt kluczy prywatnych, pobranie kopii portfeli oraz wydrukowanie portfeli papierowych. Pobrane za jej pomocą portfele możesz [zaimportować do Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jeśli chcesz sprawdzić stan Twojego konta, zalecamy użyć eksploratora bloków np. [etherscan.io](https://etherscan.io/). '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle_Short', 'Ta zakładka pozwala Ci na pobranie różnych typów kluczy prywatnych oraz ponowne wydrukowanie portfeli papierowych. '), _defineProperty(_pl$data, 'VIEWWALLET_SuccessMsg', 'Sukces! Oto dane twojego portfela. '), _defineProperty(_pl$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pl$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pl$data, 'MNEM_1', 'Wybierz adres, którego chcesz użyć. '), _defineProperty(_pl$data, 'MNEM_2', 'Jedna grupa słów mnemonicznych ma dostęp do wielu portfeli / adresów. Wybierz adres, do którego chcesz uzyskać dostęp tym razem. '), _defineProperty(_pl$data, 'MNEM_more', 'Więcej Adresów '), _defineProperty(_pl$data, 'MNEM_prev', 'Poprzednie Adresy '), _defineProperty(_pl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_1', 'Podłącz swój Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_2', 'Otwórz aplikację Ethereum (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Exp', 'Otwórz aplikację Expanse (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Ubq', 'Otwórz aplikację Ubiq (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_3', 'Sprawdź czy opcja Obsługa Przeglądarki jest włączona w Ustawieniach '), _defineProperty(_pl$data, 'ADD_Ledger_4', 'Jeżeli w ustawieniach brak jest opcji Obsługa Przeglądarki, sprawdź czy masz [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pl$data, 'ADD_Ledger_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_Ledger_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Ledger_scan', 'Połącz z Ledger Wallet '), _defineProperty(_pl$data, 'ADD_MetaMask', 'Połącz z MetaMask '), _defineProperty(_pl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_scan', 'Połącz z TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_select', 'To jest ziarno (seed) TREZOR'), _defineProperty(_pl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_scan', 'Połącz z Digital Bitbox '), _defineProperty(_pl$data, 'CX_error_1', 'Nie posiadasz żadnych zapisanych portfeli. ["Dodaj Portfel"](/cx-wallet.html#add-wallet)! '), _defineProperty(_pl$data, 'CX_quicksend', 'Wyślij '), _defineProperty(_pl$data, 'NODE_Title', 'Zmień Domyślny Węzeł'), _defineProperty(_pl$data, 'NODE_Subtitle', 'Aby połączyć się z lokalnym węzłem...'), _defineProperty(_pl$data, 'NODE_Warning', 'Twój węzeł musi obsługiwać HTTPS, aby można było się połączyć z nim przez MyEtherWallet.com. Możesz pobrać [repozytorium MyEtherWallet](https://github.com/kvhnuke/etherwallet/releases/latest) i uruchomić lokalnie aby połączyć się z dowolnym węzłem. Możesz też pobrać darmowy certyfikat SSL przez [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pl$data, 'NODE_Name', 'Nazwa Węzła'), _defineProperty(_pl$data, 'NODE_Port', 'Port Węzła'), _defineProperty(_pl$data, 'NODE_CTA', 'Zapisz i Używaj Węzła'), _defineProperty(_pl$data, 'CONTRACT_Title', 'Adres Kontraktu '), _defineProperty(_pl$data, 'CONTRACT_Title_2', 'Wybierz Istniejący Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Json', 'Interfejs ABI / JSON '), _defineProperty(_pl$data, 'CONTRACT_Interact_Title', 'Odczytaj / Zapisz Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Interact_CTA', 'Wybierz funkcję '), _defineProperty(_pl$data, 'CONTRACT_ByteCode', 'Kod Bajtowy '), _defineProperty(_pl$data, 'CONTRACT_Read', 'ODCZYTAJ '), _defineProperty(_pl$data, 'CONTRACT_Write', 'ZAPISZ '), _defineProperty(_pl$data, 'SWAP_rates', "Aktualne Kursy "), _defineProperty(_pl$data, 'SWAP_init_1', "Chcę wymienić "), _defineProperty(_pl$data, 'SWAP_init_2', " na "), _defineProperty(_pl$data, 'SWAP_init_CTA', "Zatwierdź! "), _defineProperty(_pl$data, 'SWAP_information', "Dane transakcji "), _defineProperty(_pl$data, 'SWAP_send_amt', "Kwota zlecenia "), _defineProperty(_pl$data, 'SWAP_rec_amt', "Otrzymasz "), _defineProperty(_pl$data, 'SWAP_your_rate', "Kurs wymiany "), _defineProperty(_pl$data, 'SWAP_rec_add', "Twój Adres Odbiorczy "), _defineProperty(_pl$data, 'SWAP_start_CTA', "Rozpocznij Wymianę "), _defineProperty(_pl$data, 'SWAP_ref_num', "Twój numer referencyjny "), _defineProperty(_pl$data, 'SWAP_time', "Pozostały czas na wysyłkę "), _defineProperty(_pl$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pl$data, 'SWAP_progress_1', "Zlecenie Rozpoczęte "), _defineProperty(_pl$data, 'SWAP_progress_2', "Oczekiwanie na Twoje "), _defineProperty(_pl$data, 'SWAP_progress_3', "Otrzymano! "), _defineProperty(_pl$data, 'SWAP_progress_4', "Wysyłanie Twoich {{orderResult.output.currency}} "), _defineProperty(_pl$data, 'SWAP_progress_5', "Zlecenie Zakończone "), _defineProperty(_pl$data, 'SWAP_order_CTA', "Wyślij "), _defineProperty(_pl$data, 'SWAP_unlock', "Odblokuj Twój portfel, aby wysłać ETH lub Tokeny wprost z tej strony. "), _defineProperty(_pl$data, 'ERROR_0', 'Wprowadź prawidłową kwotę. '), _defineProperty(_pl$data, 'ERROR_1', 'Twoje hasło musi zawierać co najmniej 9 znaków. Upewnij się, że jest to silne hasło. '), _defineProperty(_pl$data, 'ERROR_2', 'Przykro nam! Nie rozpoznajemy tego formatu pliku portfela. '), _defineProperty(_pl$data, 'ERROR_3', 'To nie jest prawidłowy plik portfela. '), _defineProperty(_pl$data, 'ERROR_4', 'Ta jednostka nie istnieje, użyj jednej z następujących jednostek '), _defineProperty(_pl$data, 'ERROR_5', 'Błędny adres. '), _defineProperty(_pl$data, 'ERROR_6', 'Błędne hasło. '), _defineProperty(_pl$data, 'ERROR_7', 'Błędna wartość. (Must be integer. Try 0-18.) '), _defineProperty(_pl$data, 'ERROR_8', 'Błędny limit paliwa. (Must be integer. Try 21000-4000000.) '), _defineProperty(_pl$data, 'ERROR_9', 'Błędne dane. (Must be hex.) '), _defineProperty(_pl$data, 'ERROR_10', 'Błędna ilość paliwa. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_pl$data, 'ERROR_11', 'Błędny wyróżnik. (Must be integer.) '), _defineProperty(_pl$data, 'ERROR_12', 'Błąd podpisu transakcji. '), _defineProperty(_pl$data, 'ERROR_13', 'Portfel z tą nazwą już istnieje. '), _defineProperty(_pl$data, 'ERROR_14', 'Nie znaleziono portfela. '), _defineProperty(_pl$data, 'ERROR_15', 'Wygląda, że propozycja z tym ID jeszcze nie istnieje, lub wystąpił błąd odczytu tej propozycji. '), _defineProperty(_pl$data, 'ERROR_16', 'Portfel z tym adresem już istnieje w konfiguracji. Sprawdź zakładkę portfeli. '), _defineProperty(_pl$data, 'ERROR_17', 'Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Musisz mieć **0.01 ETH** na koncie, aby pokryć koszty paliwa. Doładuj konto i spróbuj ponownie. '), _defineProperty(_pl$data, 'ERROR_18', 'Całe paliwo było by zużyte w tej transakcji. Oznacza to, że głosowałeś już w tej propozycji albo minął termin głosowania. '), _defineProperty(_pl$data, 'ERROR_19', 'Nieprawidłowy symbol '), _defineProperty(_pl$data, 'ERROR_20', 'nie jest prawidłowym tokenem ERC-20. Jeśli inne tokeny się ładują, sporóbuj usunąć i dodać ponownie ten token. '), _defineProperty(_pl$data, 'ERROR_21', 'Nie można określić ilości paliwa. Brak wystarczających środków na koncie lub adres docelowego kontraktu zwróciłby błąd. Możesz ręcznie ustawić paliwo przed kontynuacją. Opis błędu po wysłaniu transakcji może dostarczyć więcej informacji. '), _defineProperty(_pl$data, 'ERROR_22', 'Wpisz poprawną nazwę węzła '), _defineProperty(_pl$data, 'ERROR_23', 'Wpisz poprawny adres URL. Jeśli łączysz się przez HTTPS, twój węzeł musi być za HTTPS '), _defineProperty(_pl$data, 'ERROR_24', 'Wpisz prawidłowy port '), _defineProperty(_pl$data, 'ERROR_25', 'Wpisz poprawny ID łańcucha (chain ID) '), _defineProperty(_pl$data, 'ERROR_26', 'Wpisz poprawny ABI ABI '), _defineProperty(_pl$data, 'ERROR_27', 'Minimalna Kwota: 0.01. Maksymalna Kwota: '), _defineProperty(_pl$data, 'ERROR_28', '**Potrzebujesz plik Keystore i hasło, lub Klucz Prywatny** aby uzyskać dostęp do tego portfela w przyszłości. Wykonaj zewnętrzną kopię bezpieczeństwa! Nie ma możliwości odzyskania portfela jeżeli go nie zapiszesz. Wejdź na [stronę pomocy](https://www.myetherwallet.com/#help) po instrukcje. '), _defineProperty(_pl$data, 'ERROR_29', 'Wpisz poprawny login i hasło '), _defineProperty(_pl$data, 'ERROR_30', 'Wpisz poprawną nazwę ENS '), _defineProperty(_pl$data, 'ERROR_31', 'Błędna tajna fraza (secret phrase) '), _defineProperty(_pl$data, 'ERROR_32', 'Nie można połączyć z węzłem. Odśwież stronę, spróbuj inny węzeł (w prawym górnym rogu), sprawdź swoje ustawienia firewall. Jeśli łączysz się z węzłem niestandardowym, sprawdź konfigurację.'), _defineProperty(_pl$data, 'ERROR_33', 'Odblokowany portfel nie zgadza się z adresem właściciela. '), _defineProperty(_pl$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pl$data, 'ERROR_35', 'Wprowadzony adres nie jest sprawdzony (checksummed). Więcej informacji'), _defineProperty(_pl$data, 'ERROR_36', 'Wprowadź poprawny TX hash'), _defineProperty(_pl$data, 'ERROR_37', 'Wprowadź poprawny ciąg znaków (0-9, a-f)'), _defineProperty(_pl$data, 'SUCCESS_1', 'Prawidłowy adres '), _defineProperty(_pl$data, 'SUCCESS_2', 'Portfel został odszyfrowany '), _defineProperty(_pl$data, 'SUCCESS_3', 'Twoja transakcja została zgłoszona i czeka na potwierdzenie. Podczas ICO może to zająć ponad 3 godziny. Użyj przycisków poniżej żeby sprawdzić status transakcji. TX Hash: '), _defineProperty(_pl$data, 'SUCCESS_4', 'Twój portfel został dodany '), _defineProperty(_pl$data, 'SUCCESS_5', 'Wybrany plik '), _defineProperty(_pl$data, 'SUCCESS_6', 'Uzyskano połączenie: '), _defineProperty(_pl$data, 'SUCCESS_7', 'Zweryfikowano Sygnaturę Wiadomości'), _defineProperty(_pl$data, 'WARN_Send_Link', 'Znalazłeś się tu przez odnośnik, który zawiera wstępnie uzupełniony adres, kwotę, paliwo lub dane transakcji. Możesz zmienić dowolne parametry transakcji zanim ją zatwierdzisz. Odblokuj portfel aby kontynuować. '), _defineProperty(_pl$data, 'GETH_InvalidSender', 'Nieprawidłowy nadawca '), _defineProperty(_pl$data, 'GETH_Nonce', 'Wyróżnik transakcji za niski '), _defineProperty(_pl$data, 'GETH_Cheap', 'Cena paliwa poniżej akceptacji '), _defineProperty(_pl$data, 'GETH_Balance', 'Niewystarczająca ilość środków na koncie '), _defineProperty(_pl$data, 'GETH_NonExistentAccount', 'Konto nie istnieje lub niewystarczająca ilość środków '), _defineProperty(_pl$data, 'GETH_InsufficientFunds', 'Niewystarczająca ilość środków na paliwo * cena + kwota '), _defineProperty(_pl$data, 'GETH_IntrinsicGas', 'Paliwo poniżej ilości obowiązkowej '), _defineProperty(_pl$data, 'GETH_GasLimit', 'Przekroczono limit paliwa na blok '), _defineProperty(_pl$data, 'GETH_NegativeValue', 'Ujemna wartość '), _defineProperty(_pl$data, 'PARITY_AlreadyImported', "Transakcja z takim samym hash'em została już zaimportowana."), _defineProperty(_pl$data, 'PARITY_Old', "Wyróżnik transakcji za niski. Spróbuj zwiększyć wartość wyróżnika."), _defineProperty(_pl$data, 'PARITY_TooCheapToReplace', "Za niska opłata transakcyjna. Inna transakcja z tym samym wyróżnikiem znajduje się już w kolejce. Spróbuj dołączyć wyższą opłatę lub zwiększ wyróżnik transakcji."), _defineProperty(_pl$data, 'PARITY_LimitReached', "Zbyt wiele transakcji w kolejce. Twoja transakcja została odrzucona ze względu na limity. Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientGasPrice', "Za niska opłata transakcyjna. Opłata jest niższa niż minimalnie wymaga węzeł (minimum: {}, dołączono: {}). Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientBalance', "Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Wymaga: {}, otrzymano: {}."), _defineProperty(_pl$data, 'PARITY_GasLimitExceeded', "Koszt transakcji przekracza bieżący limit paliwa. Limit: {}, otrzymano: {}. Spróbuj zmniejszyć ilość paliwa."), _defineProperty(_pl$data, 'PARITY_InvalidGasLimit', "Dostarczone paliwo wykracza ponad limit."), _defineProperty(_pl$data, 'translate_version', '3.0 (0.3) '), _defineProperty(_pl$data, 'Translator_Desc', 'Podziękowania tłumaczom '), _defineProperty(_pl$data, 'TranslatorName_1', '[egzi](?to=0xef39C3C51615B6e52e7D5B743BeaecdDcA822386&value=1.0#send-transaction) '), _defineProperty(_pl$data, 'TranslatorAddr_1', '0xef39C3C51615B6e52e7D5B743BeaecdDcA822386 '), _defineProperty(_pl$data, 'TranslatorName_2', ''), _defineProperty(_pl$data, 'TranslatorAddr_2', ''), _defineProperty(_pl$data, 'TranslatorName_3', ''), _defineProperty(_pl$data, 'TranslatorAddr_3', ''), _defineProperty(_pl$data, 'TranslatorName_4', ''), _defineProperty(_pl$data, 'TranslatorAddr_4', ''), _defineProperty(_pl$data, 'TranslatorName_5', ''), _defineProperty(_pl$data, 'TranslatorAddr_5', ''), _defineProperty(_pl$data, 'HELP_Warning', 'Jeśli wygenerowałeś portfel -lub- ściągnąłeś repozytorium przed **31.12.2015**, sprawdź swoje portfele i ściągnij nową wersję repozytorium. Kliknij po szczegóły. '), _defineProperty(_pl$data, 'HELP_Desc', 'Widzisz jakieś braki? Masz inne pytania? [Skontaktuj się z nami (tylko angielski)](mailto:support@myetherwallet.com), postaramy się odpowiedzieć, pomoże to nam również uaktualnić stronę aby w przyszłości była bardziej pomocna dla innych! '), _defineProperty(_pl$data, 'HELP_Remind_Title', 'W ramach uściślenia '), _defineProperty(_pl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com i MyEtherWallet CX, jak również niektóre bazowe biblioteki Javascript, których używamy, są wciąż aktywnie rozwijane.** Pomimo tego, że dokładnie testujemy nasze oprogramowanie, pomimo że dziesiątki tysięcy portfeli zostało z powodzeniem wygenerowane przez użytkowników na całym świecie, zawsze istnieje pewne znikome prawdopodobieństwo, że nastąpi coś nieoczekiwanego, co spowoduje utratę Twoich środków. Nie inwestuj więc więcej niż jesteś gotów stracić i bądź ostrożny. Gdyby coś takiego się wydarzyło, będzie nam przykro, ale **nie weźmiemy za to odpowiedzialności**. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com i MyEtherWallet CX nie są "portfelami internetowymi". Nie tworzysz kont internetowych i nie przekazujesz nam Twoich środków na przechowanie. W żadnym momencie Twoje klucze prywatne nie opuszczają Twojej przeglądarki/komputera. My jedynie ułatwiamy Ci tworzenie, zapisywanie, dostęp do twoich danych i interakcję z siecią Ethereum. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_3', 'Jeśli utracisz swój klucz prywatny lub zapomnisz hasło, nie będzie możliwości odzyskania dostępu do Twojego portfela oraz środków tam zgromadzonych. Wykonaj kopie bezpieczeństwa i przechowuj je w wielu fizycznie niezależnych miejscach, nie tylko na Twoim komputerze! '), _defineProperty(_pl$data, 'HELP_0_Title', '0) Jestem zielony. Od czego mam zacząć? '), _defineProperty(_pl$data, 'HELP_0_Desc_1', 'MyEtherWallet daje Ci możliwość generowania nowych portfeli abyś mógł przechowywać własne środki samodzielnie, nie na portalu wymiany walut. Ten proces odbywa się w całości na Twoim komputerze, nie na naszych serwerach. Z tego powodu, gdy generujesz nowy portfel, **to Ty jesteś odpowiedzialny za jego bezpieczne przechowywanie**. '), _defineProperty(_pl$data, 'HELP_0_Desc_2', 'Wygeneruj nowy portfel. '), _defineProperty(_pl$data, 'HELP_0_Desc_3', 'Wykonaj kopię bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_0_Desc_4', 'Zweryfikuj, że masz dostęp do właśnie stworzonego portfela oraz że prawidłowo zachowałeś wszystkie niezbędne informacje. '), _defineProperty(_pl$data, 'HELP_0_Desc_5', 'Prześlij środki do nowo utworzonego portfela. '), _defineProperty(_pl$data, 'HELP_1_Title', '1) Jak mam utworzyć nowy portfel? '), _defineProperty(_pl$data, 'HELP_1_Desc_1', 'Przejdź na zakładkę "Wygeneruj Portfel". '), _defineProperty(_pl$data, 'HELP_1_Desc_2', 'Przejdź na zakładkę "Dodaj Portfel" i zaznacz "Generuj Nowy Portfel" '), _defineProperty(_pl$data, 'HELP_1_Desc_3', 'Wpisz silne hasło. Jeśli uważasz, że mógłbyś je zapomnieć, zapisz je w jakimś bezpiecznym miejscu. Będziesz potrzebować tego hasła aby wysyłać transakcje. '), _defineProperty(_pl$data, 'HELP_1_Desc_4', 'Kliknij "GENERUJ". '), _defineProperty(_pl$data, 'HELP_1_Desc_5', 'Twój nowy portfel został właśnie wygenerowany. '), _defineProperty(_pl$data, 'HELP_2a_Title', 'Jak mam zapisać/wykonać kopię mojego portfela? '), _defineProperty(_pl$data, 'HELP_2a_Desc_1', 'Zawsze powinieneś wykonać zewnętrzną kopię bezpieczeństwa w wielu fizycznie niezależnych lokalizacjach - na przykład na nośniku USB i/lub kartce papieru. '), _defineProperty(_pl$data, 'HELP_2a_Desc_2', 'Zapisz swój adres. Możesz zachować go dla siebie lub udostępnić go innym. Inne osoby znając ten adres mogą Ci na niego wysyłać środki. '), _defineProperty(_pl$data, 'HELP_2a_Desc_3', 'Zachowaj klucz prywatny w przynajmniej jednym formacie. Nie udostępniaj go nikomu. Klucz prywatny będzie Ci potrzebny, jeśli będziesz chciał uzyskać dostęp do Twojego portfela i wysyłać z niego środki! Istnieją 3 formaty zapisu kluczy prywatnych: '), _defineProperty(_pl$data, 'HELP_2a_Desc_4', 'Umieść adres portfela, klucz prywatny i PDF z papierową wersją portfela w jednym folderze. Zapisz ten folder na komputerze i na nośniku USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_5', 'Wydrukuj portfel jeżeli posiadasz drukarkę. Jeżeli nie, zapisz klucz prywatny i adres na kartce papieru. Umieść go w bezpiecznym miejscu oddzielnie od komputera i nośnika USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_6', 'Pamiętaj, że musisz się zabezpieczyć przed utratą kluczy i hasła z powodu zagubienia, uszkodzenia lub zniszczenia dysku twardego, nośnika USB lub kartki z zapisanymi danymi. Przewiduj również możliwość wystąpienia katastrof obejmujących większe obszary (pożar, powódź). '), _defineProperty(_pl$data, 'HELP_2b_Title', '2b) Jak mogę utworzyć portfel w 100% odizolowany od sieci globalnej (Cold Wallet) wykorzystując MyEtherWallet? '), _defineProperty(_pl$data, 'HELP_2b_Desc_1', 'Wejdź na nasze konto github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pl$data, 'HELP_2b_Desc_2', 'Pobierz `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_3', 'Przenieś paczkę zip na odizolowany system. '), _defineProperty(_pl$data, 'HELP_2b_Desc_4', 'Rozpakuj paczkę i kliknij 2-krotnie `index.html`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_5', 'Wygeneruj portfel przy użyciu silnego hasła. '), _defineProperty(_pl$data, 'HELP_2b_Desc_6', 'Zapisz adres. Zapisz klucz prywatny. Zapisz hasło jeżeli nie jesteś w stanie go zapamiętać po wsze czasy. '), _defineProperty(_pl$data, 'HELP_2b_Desc_7', 'Zapisz kopie zapasowe w formie papierowej lub na nośniku USB w wielu fizycznie odseparowanych lokalizacjach. '), _defineProperty(_pl$data, 'HELP_2b_Desc_8', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" wprowadź klucz prywatny / hasło aby upewnić się, że są poprawne i odczytaj swój portfel. Sprawdź czy adres, który zapisałeś zgadza się z wyświetlonym. '), _defineProperty(_pl$data, 'HELP_3_Title', '3) Jak zweryfikować czy mam dostęp do portfela? '), _defineProperty(_pl$data, 'HELP_3_Desc_1', '**Zanim wyślesz jakieś środki do Twojego nowego portfela** powinieneś się upewnić, że masz do niego dostęp. '), _defineProperty(_pl$data, 'HELP_3_Desc_2', 'Przejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_3_Desc_3', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" na stronie MyEtherWallet.com. '), _defineProperty(_pl$data, 'HELP_3_Desc_4', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_3_Desc_5', 'Jeżeli portfel jest szyfrowany automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_3_Desc_6', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_3_Desc_7', 'Informacje o Twoim portfelu powinny się wyświetlić. Odszukaj adres Twojego portfela obok okrągłej kolorowej ikonki. Ta ikona to wizualna reprezentacja adresu Twojego portfela. Upewnij się, że adres odpowiada adresowi zapisanemu w dokumencie tekstowym i na portfelu papierowym. '), _defineProperty(_pl$data, 'HELP_3_Desc_8', 'Jeśli planujesz trzymać w portfelu jakieś większe sumy, zalecamy w pierwszej kolejności wykonanie kilku testowych transakcji o mniejszej wartości. Prześlij do Twojego nowego portfela 0.001 ether, wejdź do portfela, prześlij te 0.001 ether na inny adres i upewnij się, że wszystko przebiegło jak należy. '), _defineProperty(_pl$data, 'HELP_4_Title', '4) Jak wysłać Ether z jednego portfela na inny? '), _defineProperty(_pl$data, 'HELP_4_Desc_1', 'Jeżeli planujesz przesłać większą sumę środków, najpierw powinieneś wysłać mniejszą kwotę, aby upewnić się, że wszystko przebiegło zgodnie z planem. '), _defineProperty(_pl$data, 'HELP_4_Desc_2', 'Przejdź na zakładkę "Wyślij Ether". '), _defineProperty(_pl$data, 'HELP_4_Desc_3', 'Wybierz Twój plik portfela -lub- wpisz klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_4_Desc_4', 'Jeżeli portfel jest szyfrowany, automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_4_Desc_5', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_4_Desc_6', 'Wpisz adres, na który chcesz przesłać środki w pole "Do adresu:". '), _defineProperty(_pl$data, 'HELP_4_Desc_7', 'Wpisz kwotę do wysyłania. Możesz też kliknąć "Wyślij wszystkie dostępne środki", jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4_Desc_9', 'Kliknij "Wygeneruj i Podpisz Transakcję". '), _defineProperty(_pl$data, 'HELP_4_Desc_10', 'Pojawi się kilka kolejnych pól. Są to dane transakcji wygenerowane przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_4_Desc_11', 'Kliknij niebieski przycisk "Wyślij Transakcję" na dole strony. '), _defineProperty(_pl$data, 'HELP_4_Desc_12', 'Pojawi się okienko z potwierdzeniem. Zweryfikuj czy kwota i adres, na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź Transakcję.". '), _defineProperty(_pl$data, 'HELP_4_Desc_13', 'Transakcja zostanie wysłana i zostanie wyświetlony TX Hash. Możesz kliknąć TX Hash, aby zobaczyć tą transakcję w eksploratorze bloków. '), _defineProperty(_pl$data, 'HELP_4CX_Title', '4)Jak wysłać Ether używając MyEtherWallet CX? '), _defineProperty(_pl$data, 'HELP_4CX_Desc_1', 'Najpierw musisz dodać portfel. Po dodaniu portfela masz 2 możliwości do wyboru: funkcja "Wyślij" z ikony Rozszerzenia Chrome lub zakładka "Wyślij Ether" ze strony "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_2', 'Wyślij: '), _defineProperty(_pl$data, 'HELP_4CX_Desc_3', 'Kliknij ikonę Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_4', 'Kliknij przycisk "Wyślij". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_5', 'Wybierz portfel, z którego chcesz wysłać środki. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_6', 'Wpisz adres, do którego chcesz wysłać środki w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_7', 'Wpisz kwotę do wysłania. Możesz również kliknąć "Wyślij wszystkie dostępne środki" jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_8', 'Kliknij "Wyślij Transakcję". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_9', 'Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_10', 'Wpisz hasło do tego portfela. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_11', 'Kliknij "Wyślij Transakcję." '), _defineProperty(_pl$data, 'HELP_4CX_Desc_12', 'Używając zakładki "Wyślij Ether" '), _defineProperty(_pl$data, 'HELP_5_Title', '5) Jak uruchomić MyEtherWallet offline/lokalnie? '), _defineProperty(_pl$data, 'HELP_5_Desc_1', 'Możesz uruchomić MyEtherWallet lokalnie ze swojego komputera zamiast z serwerów GitHub\'a. Możesz wygenerować portfel całkowicie offline\'owo i wysyłać transakcje z zakładki "Wyślij offline". '), _defineProperty(_pl$data, 'HELP_5_Desc_7', 'MyEtherWallet działa teraz w całości na Twoim komputerze. '), _defineProperty(_pl$data, 'HELP_5_Desc_8', 'W razie gdybyś nie wiedział, musisz zachować cały folder, aby strona działała prawidłowo, nie tylko `index.html`. Nie ruszaj i nie przenoś nic innego w folderze. Jeżeli zachowujesz kopie repozytorium MyEtherWallet na przyszłość, zalecamy przechowywać je w formie spakowanego pliku ZIP, aby mieć pewność, że jego zawartość się nie zmieniła. '), _defineProperty(_pl$data, 'HELP_5_Desc_9', 'Ponieważ ciągle aktualizujemy MyEtherWallet, zalecamy co jakiś czas aktualizować zapisaną wersję repozytorium. '), _defineProperty(_pl$data, 'HELP_5CX_Title', '5) Jak mogę zainstalować to rozszerzenie z repozytorium, zamiast z Chrome Web Store? '), _defineProperty(_pl$data, 'HELP_5CX_Desc_2', 'Pobierz `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_3', 'Wejdź w ustawienia przeglądarki Google Chrome (w menu w górnym prawym rogu). '), _defineProperty(_pl$data, 'HELP_5CX_Desc_4', 'Kliknij "Rozszerzenia" po lewej. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_5', 'Kliknij "Tryb programisty" na górze strony. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_6', 'Kliknij przycisk "Wczytaj rozszerzenie bez pakietu...". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_7', 'Nawiguj do rozpakowanego folderu, który ściągnąłeś wcześniej. Kliknij "OK". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_8', 'Rozszerzenie powinno się pojawić na liście i w pasku rozszerzeń przeglądarki Chrome. '), _defineProperty(_pl$data, 'HELP_7_Title', '7) Jak się wysyła Tokeny i jak tworzyć własne Tokeny? '), _defineProperty(_pl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) jest świetnym miejscem na przeglądanie tokenów oraz sprawdzenia ich ilości miejsc po przecinku. '), _defineProperty(_pl$data, 'HELP_7_Desc_1', 'Przejdź na zakładkę "Wyślij Ether i Tokeny". '), _defineProperty(_pl$data, 'HELP_7_Desc_2', 'Odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_7_Desc_3', 'Wpisz adres, na który chcesz je przesłać w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_7_Desc_4', 'Wpisz wartość jaką chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_5', 'Wybierz typ tokena, który chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_6', 'Jeśli nie widzisz danego tokena: '), _defineProperty(_pl$data, 'HELP_7_Desc_7', 'Kliknij "Inny". '), _defineProperty(_pl$data, 'HELP_7_Desc_8', 'Wpisz adres, symbol i ilość miejsc po przecinku tokena. Wartości te są podawane przez twórców tokena, są również potrzebne podczas dodawania tokena do obserwowanych w aplikacji Mist. '), _defineProperty(_pl$data, 'HELP_7_Desc_9', 'Kliknij "Zapisz". '), _defineProperty(_pl$data, 'HELP_7_Desc_10', 'Możesz teraz wysyłać ten token, jak również odczytać stan konta dla tokenu w kolumnie obok. '), _defineProperty(_pl$data, 'HELP_7_Desc_11', 'Kliknij "Generuj Transakcję". '), _defineProperty(_pl$data, 'HELP_7_Desc_12', 'Pojawi się kilka kolejnych pól z danymi transakcji wygenerowanymi przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_7_Desc_13', 'Kliknij niebieski przycisk "Wyślij Transakcję", który znajduje się niżej. '), _defineProperty(_pl$data, 'HELP_7_Desc_14', 'Wyskoczy okienko. Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź transakcję.". '), _defineProperty(_pl$data, 'HELP_7_Desc_15', 'Transakcja zostanie zatwierdzona. TX Hash zostanie wyświetlone. Możesz kliknąć TX Hash aby zobaczyć status transakcji w eksploratorze. '), _defineProperty(_pl$data, 'HELP_8_Title', '8) Co się stanie, jeżeli wasza strona zniknie z sieci? '), _defineProperty(_pl$data, 'HELP_8_Desc_1', 'MyEtherWallet nie jest usługą portfela internetowego. Nie posiadasz loginu i nic nie jest zapisywane na naszych serwerach. To tylko interfejs, który pozwala korzystać z sieci Ethereum. '), _defineProperty(_pl$data, 'HELP_8_Desc_2', 'Jeżeli MyEtherWallet.com zostanie wyłączona, musiałbyś znaleźć inny sposób (jak Ethereum Wallet / Mist) na korzystanie z sieci Ethereum. Nie musiałbyś jednak wypłacić swoich środków z MyEtherWallet, ponieważ one nie znajdują się na MyEtherWallet, a na portfelach, które zostały wygenerowane za pomocą naszej strony. '), _defineProperty(_pl$data, 'HELP_8_Desc_3', 'Możesz w każdej chwili, w bardzo prosty sposób, zaimportować swoje nieszyfrowane klucze prywatne lub szyfrowane pliki w formacie Geth/Mist wprost do geth / Ethereum Wallet / Mist. Zobacz pytanie 12 poniżej. '), _defineProperty(_pl$data, 'HELP_8_Desc_4', 'W dodatku prawdopodobieństwo zamknięcia przez nas strony MyEtherWallet.com jest bliskie zeru. Koszty utrzymania strony są prawie żadne, ponieważ nie przechowujmy żadnych informacji. Jeśli nawet strona zostanie zamknięta, jest ona również i zawsze będzie publicznie dostępna na [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Możesz ściągnąć paczkę ZIP i uruchomić MyEtherWallet lokalnie na własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Title', '8) Co się stanie jeżeli MyEtherWallet CX zniknie? '), _defineProperty(_pl$data, 'HELP_8CX_Desc_1', 'Po pierwsze, wszystkie dane są zapisane na Twoim komputerze, nie na naszych serwerach. Wiem, że może Ci się to wydawać dziwne, ale kiedy patrzysz na Rozszerzenie Chrome, NIE patrzysz na coś zapisanego gdzieś na naszych serwerach - wszystko to jest na Twoim własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_2', 'Z tego powodu, jest **niezmiernie ważnym** aby wykonywać kopie bezpieczeństwa wszystkich nowych portfeli wygenerowanych za pomocą MyEtherWallet CX. W ten sposób, jeżeli cokolwiek stanie się MyEtherWallet CX lub Twojemu komputerowi, wciąż będziesz miał wszelkie niezbędne informacje potrzebne aby odzyskać dostęp do Twoich portfeli. Zobacz punkt 2a aby dowiedzieć się jak wykonać kopie bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_3', 'Jeżeli z jakiegoś powodu MyEtherWallet CX zniknie z Chrome Store, możesz wciąż znaleźć kod źródłowy na Github\'ie i załadować manualnie do Chrome. Zobacz pkt. 5 powyżej. '), _defineProperty(_pl$data, 'HELP_9_Title', '9) Czy zakładka "Wyślij Ether" działa offline? '), _defineProperty(_pl$data, 'HELP_9_Desc_1', 'Nie. Potrzebuje dostępu do internetu w celu pobrania aktualnej ceny paliwa, wyróżnika dla konta, oraz rozgłoszenia transakcji (wysłania). Jednakże wysyłana jest jedynie podpisana transakcja, nic więcej. Twój klucz prywatny w żadnym momencie nie opuszcza Twojego komputera. Teraz zapewniamy również funkcję "Wyślij Offline", która umożliwia przechowywanie kluczy prywatnych na komputerze, który fizycznie jest odizolowany od sieci zewnętrznej. '), _defineProperty(_pl$data, 'HELP_10_Title', '10) Jak wykonać transakcję offline (Cold Wallet)? '), _defineProperty(_pl$data, 'HELP_10_Desc_1', 'Przejdź na zakładkę "Wyślij Offline" na komputerze z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_2', 'Uzupełnij pole "Od Adresu". Zauważ, że jest to adres, z którego wypłacasz środki, nie adres, na który mają trafić. W ten sposób generowany jest wyróżnik i cena paliwa. '), _defineProperty(_pl$data, 'HELP_10_Desc_3', 'Przejdź na komputer bez dostępu do internetu. Uzupełnij pole "Do Adresu" i kwotę do wysłania. '), _defineProperty(_pl$data, 'HELP_10_Desc_4', 'Wpisz cenę paliwa jaka została wyświetlona na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_5', 'Wpisz wyróżnik jaki został wyświetlony na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_6', '"Limit Paliwa" ma domyślną wartość 21000. To pokryje koszty standardowej transakcji. Jeżeli będziesz wysyłać transakcję do kontraktu lub będziesz załączać jakieś dane do transakcji, musisz zwiększyć tą wartość. Nadpłata paliwa zostanie zwrócona. '), _defineProperty(_pl$data, 'HELP_10_Desc_7', 'Jeśli chcesz możesz załączyć dane do transakcji. Musisz wtedy jednak zapewnić więcej niż domyślne 21000 limitu paliwa. Dane wpisujemy w formacie HEX. '), _defineProperty(_pl$data, 'HELP_10_Desc_8', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_10_Desc_9', 'Kliknij przycisk "Wygeneruj Transakcję". '), _defineProperty(_pl$data, 'HELP_10_Desc_10', 'W polu poniżej pojawią się dane podpisanej transakcji. Skopiuj jego zawartość na komputer z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_11', 'Na komputerze z internetem wklej podpisaną transakcję w pole tekstowe w kroku 3 i kliknij "Wyślij Transakcję". To spowoduje rozgłoszenie transakcji. '), _defineProperty(_pl$data, 'HELP_12_Title', '12) Jak zaimportować portfel utworzony w MyEtherWallet do geth / Ethereum Wallet / Mist? '), _defineProperty(_pl$data, 'HELP_12_Desc_1', 'Używając pliku Keystore Geth/Mist z MyEtherWallet v2+.... '), _defineProperty(_pl$data, 'HELP_12_Desc_2', 'Wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_3', 'Odblokuj portfel używając Twojego klucza prywatnego lub pliku portfela. '), _defineProperty(_pl$data, 'HELP_12_Desc_4', 'Wejdź na zakładkę "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_12_Desc_5', 'Zaznacz portfel jaki chcesz zaimportować do Mist, kliknij ikonkę "Podgląd", wpisz hasło i wejdź do podglądu. '), _defineProperty(_pl$data, 'HELP_12_Desc_6', 'Znajdź sekcję "Plik Keystore/JSON (Zalecany · Szyfrowany · Format Mist/Geth)". Kliknij przycisk "Pobierz" pod spodem. W ten sposób uzyskałeś plik Keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_7', 'Uruchom aplikację Ethereum Wallet. '), _defineProperty(_pl$data, 'HELP_12_Desc_8', 'W menu programu wejdź w: "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pl$data, 'HELP_12_Desc_9', 'Otworzy się folder z plikami ustawień. Skopiuj pobrany przed chwilą plik portfela (`UTC--2016-04-14......../`) do folderu keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_10', 'Twój portfel powinien się od razu pojawić na zakładce "Accounts." '), _defineProperty(_pl$data, 'HELP_12_Desc_11', 'Używając nieszyfrowanego klucza prywatnego... '), _defineProperty(_pl$data, 'HELP_12_Desc_12', 'Jeżeli jeszcze nie posiadasz nieszyfrowanego klucza prywatnego, wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_13', 'Wybierz swój plik portfela i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_12_Desc_14', 'Skopiuj "Klucz Prywatny (nieszyfrowany)". '), _defineProperty(_pl$data, 'HELP_12_Desc_15', 'Jeśli pracujesz na Mac\'u: '), _defineProperty(_pl$data, 'HELP_12_Desc_15b', 'Jeśli pracujesz na PC\'cie: '), _defineProperty(_pl$data, 'HELP_12_Desc_16', 'Otwórz Text Edit i wklej do niego skopiowany klucz prywatny. '), _defineProperty(_pl$data, 'HELP_12_Desc_17', 'Wejdź do paska menu i kliknij "Format" -> "Make Plain Text". '), _defineProperty(_pl$data, 'HELP_12_Desc_18', 'Zapisz ten plik na `desktop/` jako `nic_specjalnego_usun_mnie.txt`. Podczas zapisywania ustaw "UTF-8" i "If no extension is provided use .txt". '), _defineProperty(_pl$data, 'HELP_12_Desc_19', 'Otwórz terminal systemowy i uruchom następującą komendę: `geth account import ~/Desktop/nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_20', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_21', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_22', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_12_Desc_23', 'Otwórz Notatnik i wklej klucz prywatny '), _defineProperty(_pl$data, 'HELP_12_Desc_24', 'Zapisz plik notatnika jako `nic_specjalnego_usun_mnie.txt` na `C:\\` '), _defineProperty(_pl$data, 'HELP_12_Desc_25', 'Uruchom wiersz poleceń i wykonaj komendę: `geth account import C:\\nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_26', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_27', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_28', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pl$data, 'HELP_13_Desc_1', 'Oznacza to, że nie posiadasz wystarczającej ilości Ether na koncie, aby pokryć koszty paliwa. Każda transakcja (przesyłanie tokenów lub interakcja z kontraktem) wymaga paliwa, które jest opłacane w Ether\'ach. Wyświetlona wartość jest ilością potrzebną na pokrycie kosztów transakcji w Wei\'ach. Podziel tą liczbę przez `1000000000000000000` i odejmij wartość Ether, którą chciałeś wysłać (jeśli wysyłałeś Ether). Otrzymasz wartość, jaką musisz przesłać na swoje konto, aby wykonać transakcję.'), _defineProperty(_pl$data, 'HELP_14_Title', '14) Niektóre strony wykorzystują ruchy myszką przy generowaniu klucza prywatnego. MyEtherWallet tego nie robi. Czy generator liczb losowych w MyEtherWallet jest bezpieczny? '), _defineProperty(_pl$data, 'HELP_14_Desc_1', 'Chociaż generowanie liczb losowych przy udziale ruchów myszki jest sprytnie pomyślane i rozumiemy dlaczego ludzie to lubią, to jednak rzeczywistość jest taka, że window.crypto zapewnia większą entropię niż ruchy myszką. Generowanie z ruchów myszki nie jest niebezpieczne, ale my (oraz znaczna liczba innych ekspertów kryptografii) wierzymy w window.crypto. W dodatku MyEtherWallet może być używane na urządzeniach dotykowych. Tutaj można przeczytać [rozmowę rozeźlonego reddit\'ora i Vitalik\'a Buterin\'a odnośnie ruchów myszki kontra window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) a tutaj jest [specyfikacja window.crypto w3](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pl$data, 'HELP_15_Title', '15) Dlaczego portfel, który właśnie wygenerowałem nie pokazuje się w eksploratorze bloków? (np. etherchain, etherscan) '), _defineProperty(_pl$data, 'HELP_15_Desc_1', 'Adres pojawi się w eksploratorze bloków dopiero jak adres portfela będzie uczestniczył w jakichś transakcjach, np. jak wyślesz do niego jakieś środki. '), _defineProperty(_pl$data, 'HELP_16_Title', '16) Jak sprawdzić stan mojego konta? '), _defineProperty(_pl$data, 'HELP_16_Desc_1', 'Możesz użyć eksploratora bloków jak [etherscan.io](https://etherscan.io/). Wklej swój adres w wyszukiwarkę na stronie eksploratora, pokaże ona stan Twojego konta oraz historię transakcji. Tak na przykład wygląda nasze [konto donacji](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) na etherscan.io. '), _defineProperty(_pl$data, 'HELP_17_Title', '17) Dlaczeg stan mojego konta nie pojawia się, kiedy odblokowuje mój portfel? '), _defineProperty(_pl$data, 'HELP_17_Desc_1', 'Najprawdopodobniej przyczyną tego jest firewall. API, które używamy do odczytu stanu konta oraz jego konwersji jest często blokowane przez firewall z różnych przyczyn. Wciąż możesz wysyłać transakcje, jednak stan konta musisz sprawdzać w inny sposób, np. na [etherscan.io](https://etherscan.io/) '), _defineProperty(_pl$data, 'HELP_18_Title', '18) Gdzie jest plik mojego portfela w geth? '), _defineProperty(_pl$data, 'HELP_19_Title', '19) Gdzie jest plik mojego portfela w Mist? '), _defineProperty(_pl$data, 'HELP_19_Desc_1', 'Pliki programu Mist można znaleźć zazwyczaj w lokalizacjach wymienionych w pkt. 18, ale prościej jest uruchomić Mist, wybrać "Accounts" w górnym pasku, następnie "Backup" i "Accounts". Otworzy się folder, w którym znajdują się wspomniane pliki. '), _defineProperty(_pl$data, 'HELP_20_Title', '20) Gdzie jest mój plik portfela przed-sprzedaży? '), _defineProperty(_pl$data, 'HELP_20_Desc_1', 'Tam gdzie go zapisałeś ;). Był też wysłany mailem, sprawdź również tam. Szukaj pliku `"ethereum_wallet_backup.json"`. Portfel ten będzie zaszyfrowany hasłem jakie podałeś podczas procesu kupna na przed-sprzedaży. '), _defineProperty(_pl$data, 'HELP_21_Title', '21) Czy nie jest tak, że każdy może losowo sprawdzać różne klucze prywatne, a jak znajdzie taki ze środkami możę przelać je na swoje konto? '), _defineProperty(_pl$data, 'HELP_21_Desc_1', 'Krótka odpowiedź: Tak. Jednak znalezienie któregokolwiek ze środkami zajęłoby więcej czasu niż wszechświat istnieje... więc... nie. '), _defineProperty(_pl$data, 'HELP_21_Desc_2', 'Długa wersja (dla przedszkolaka): Ethereum bazuje na [Kryptografii Klucza Publicznego (ECC)](https://pl.wikipedia.org/wiki/Kryptografia_klucza_publicznego), a dokładnie na [Kryptografii Krzywych Eliptycznych](https://eprint.iacr.org/2013/734.pdf) które są bardzo szeroko stosowane, nie tylko w Ethereum. Większość serwerów jest chroniona przez ECC. Kolejne przykłady to Bitcoin, SSH, TLS i wiele innych. Klucze w Ethereum to dokładnie odmiana 256-bitowa, która jest silniejsza niż 128-bitowa i 192-bitowa, które również są wciąż szeroko stosowane oraz uznawane przez ekspertów za bezpieczne. '), _defineProperty(_pl$data, 'HELP_21_Desc_3', 'W tego typu zabezpieczeniu mamy 2 klucze: klucz prywatny i klucz publiczny. Z klucza prywatnego możemy szybko otrzymać klucz publiczny, ale otrzymanie klucza prywatnego z klucza publicznego jest niemożliwe. Biorąc pod uwagę, że cały internet i wszystkie sekrety świata używają tej metody kryptograficznej oznacza, że gdyby istniał sposób na otrzymanie klucza prywatnego z publicznego, to utrata Twoich środków z konta Ethereum byłaby najmniejszym zmartwieniem w świecie. '), _defineProperty(_pl$data, 'HELP_21_Desc_4', 'Idąc dalej, TAK jeżeli ktoś miałby Twój klucz prywatny mógłby z łatwością wypłacić środki z Twojego konta. Tak samo, jak by ktoś miał hasło do Twojego konta pocztowego, mógłby czytać Twoje maile, lub gdyby miał hasło bankowe, mógłby wypłacać z niego pieniądze. Możesz ściągnąć plik Keystore Twojego portfela, który jest kluczem prywatnym zaszyfrowanym hasłem. To jest tak jak by mieć hasło, które jest chronione innym hasłem. '), _defineProperty(_pl$data, 'HELP_21_Desc_5', 'Więc TAK, teoretycznie można by po prostu wpisywać 64 znaki w kodzie szesnastkowym do momentu trafienia na taki, który nie jest pusty. Co więcej zdolni ludzie mogą napisać program, który będzie bardzo szybko, automatycznie sprawdzał kolejne losowe kombinacje kluczy. Taka metoda nazywa się "brute-forcing" lub "mining". Różni ludzie zastanawiali się nad jej zastosowaniem długo i intensywnie. Z pomocą kilku wysokiej klasy serwerów mogliby być w stanie sprawdzać ponad 1 milion kluczy na sekundę. Jednak nawet wtedy koszt utrzymania pracy tych serwerów byłby wiele razy wyższy niż potencjalne zyski ze znalezienia jakichkolwiek środków. Bardziej prawdopodobne byłoby, że pierwsze trafienie nastąpi dopiero po śmierci Twojej i Twoich prawnuków. '), _defineProperty(_pl$data, 'HELP_21_Desc_6', 'Jeśli wiesz coś na temat Bitcoina, [to może dać Ci perspektywę:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Aby zilustrować jak mało prawdopodobne to jest: załóżmy, że każdy satoshi (najmniejsza część Bitcoina, 0.00000001 BTC), każdego Bitcoina jaki kiedykolwiek będzie istnieć (21 milionów), został wysłany na swój własny unikalny klucz prywatny. Prawdopodobieństwo, że spośród wszystkich tych kluczy 2 odpowiadałyby tym samym adresom jest jak 1 do 100 kwintylionów. '), _defineProperty(_pl$data, 'HELP_21_Desc_7', '[Jeżeli byś chciał coś bardziej technicznego:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Te liczby nie mają nic wspólnego z technologią na jakiej opiera się urządzenie. Są maksimami na jakie pozwala termodynamika, co silnie sugeruje, że skuteczne ataki brute-force przeciwko 256-bitowym kluczom będą nieosiągalne, dopóki komputery nie będą zbudowane z czegoś innego niż materia i będą zajmować trochę więcej niż wszechświat. '), _defineProperty(_pl$data, 'HELP_21_Desc_8', 'Oczywiście to wszystko ma miejsce przy założeniu, że klucze są generowane w prawdziwie losowy sposób i z wystarczającą entropią. Klucze tu wygenerowane spełniają te kryteria, tak samo jak klucze w Jaxx i Mist/geth. Portfele Ethereum są w większości całkiem niezłe. Z drugiej strony np. klucze wygenerowane przez ludzki umysł nie spełniają tych kryteriów, jako że ludzki umysł nie jest w stanie wygenerować prawdziwie losowego źródła. W otoczeniu Bitcoina w przeszłości pojawiło się kilka problemów związanych z brakiem odpowiedniej entropii lub brakiem pełnej losowości, ale to całkiem inny temat, być może na inny dzień. '), _defineProperty(_pl$data, 'HELP_SecCX_Title', 'Bezpieczeństwo - MyEtherWallet CX '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_1', 'Gdzie są zapisywane informacje przechowywane przez to rozszerzenie? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_2', 'Informacje przechowywane przez to Rozszerzenie Chrome jest zapisywane przez [chrome.storage](http://chrome.storage/). - w tym samym miejscu są przechowywane hasła zapisywane w przeglądarce Chrome. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_3', 'Jakie informacje są zapisywane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_4', 'Adres, nazwa konta, klucz prywatny są przechowywane w chrome.storage. Klucz prywatny jest zaszyfrowany hasłem jakie podano przy zakładaniu portfela. Nazwa i adres nie są szyfrowane. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_5', 'Dlaczego adres i nazwa konta nie są szyfrowane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_6', 'Jeżeli byśmy zaszyfrowali te informacje, konieczne było by podawanie hasła przy każdym sprawdzeniu stanu konta lub wyświetleniu jego nazwy. Jeśli to Cię niepokoi, możesz użyć MyEherWallet.com zamiast tego Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_Sec_Title', 'Bezpieczeństwo '), _defineProperty(_pl$data, 'HELP_Sec_Desc_1', 'Jeśli pierwszym pytaniem jakie Ci się nasuwa jest "Dlaczego miałbym zaufać tym gościom?", to prawidłowy odruch. Być może to pozwoli Ci załagodzić obawy: '), _defineProperty(_pl$data, 'HELP_Sec_Desc_2', 'Działamy od sierpnia 2015. Jeśli wyszukasz ["myetherwallet" na reddit](https://www.reddit.com/search?q=myetherwallet), możesz znaleźć wielu ludzi, którzy używają naszego kodu bez najmniejszych problemów. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_3', 'Nie ukradniemy Twoich pieniędzy ani Twoich kluczy prywatnych. Ta strona nie zawiera złośliwego kodu. W zasadzie, zakładka "Generuj Portfel" działa w pełni po stronie klienckiej. Oznacza to, że cały kod jest uruchamiany wyłącznie na **Twoim komputerze**, a jego rezultat nigdzie nie jest zapisywany ani nigdzie przesyłany. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_4', 'Sprawdź adres URL -- Ta strona jest serwowana przez GitHub. Kod źródłowy jest dostępny pod: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Strona jest dostępna pod domenami: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pl$data, 'HELP_Sec_Desc_5', 'Do generowania portfeli możesz pobrać [kod źródłowy](https://github.com/kvhnuke/etherwallet/releases/latest). Zobacz punkt 5 powyżej. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_6', 'Wykonaj test i sprawdź jakie połączenia sieciowe są aktywowane. Najprostszą metodą jest kliknięcie prawym przyciskiem myszy na stronie i "Zbadaj". Przejdź na zakładkę "Network". Wygeneruj testowy portfel. Zobaczysz, że nie są aktywowane żadne połączenia. Możesz zobaczyć coś wyglądającego jak data:image/gif i data:image/png. To są kody QR generowane... na Twoim komputerze... przez Twój komputer. Żadne dane nie były transferowane. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_8', 'Jeśli nie czujesz się komfortowo używając tego oprogramowania, bez względu na wszystko, nie używaj go. Stworzyliśmy te narzędzia jako pomoc w generowaniu nowych portfeli i wykonywaniu transakcji bez potrzeby zagłębiania się w linię poleceń lub prowadzenia pełnego węzła. Jeszcze raz, nie krępuj się z nami skontaktować jeżeli masz jakieś wątpliwości. Postaramy się odpowiedzieć tak szybko jak to możliwe. Dzięki! '), _defineProperty(_pl$data, 'HELP_FAQ_Title', 'Więcej Pomocnych Odpowiedzi na Często Zadawane Pytania (tylko angielski) '), _defineProperty(_pl$data, 'HELP_Contact_Title', 'Sposoby Nawiązania Kontaktu (tylko angielski)'), _pl$data); +}, _defineProperty(_pl$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pl$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pl$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pl$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pl$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pl$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pl$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pl$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pl$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pl$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pl$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pl$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pl$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pl$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pl$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pl$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pl$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pl$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pl$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pl$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pl$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pl$data, 'x_CancelReplaceTx', 'Anuluj lub Zastąp Transakcję'), _defineProperty(_pl$data, 'x_CancelTx', 'Anuluj Transakcję'), _defineProperty(_pl$data, 'x_PasswordDesc', 'To hasło * szyfruje * Twój klucz prywatny. To nie jest ziarno (seed) generujące Twoje klucze. **Będziesz potrzebować tego hasła + Twojego klucza prywatnego aby odblokować swój portfel.**'), _defineProperty(_pl$data, 'x_ReadMore', 'Zobacz więcej'), _defineProperty(_pl$data, 'x_ReplaceTx', 'Zastąp Transakcję'), _defineProperty(_pl$data, 'x_TransHash', 'Hash Transakcji'), _defineProperty(_pl$data, 'x_TXFee', 'TX Fee (opłata)'), _defineProperty(_pl$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pl$data, 'NAV_CheckTxStatus', 'Sprawdź Status Transakcji'), _defineProperty(_pl$data, 'NAV_TxStatus', 'Status Transakcji'), _defineProperty(_pl$data, 'tx_Details', 'Szczegóły Transakcji'), _defineProperty(_pl$data, 'tx_Summary', 'Zdarza się (szczególnie podczas ICO), że transakcje są oczekujące przez godziny, a nawet dni. To narzędzie ma na celu umożliwić Ci znalezienie i \"anulowanie\" / zastąpienie tych transakcji. ** To nie jest narzędzie, które można użyć w każdej sytuacji. Nie gwarantuje ono osiągnięcia sukcesu i będzie działać tylko jeśli pule transakcji są pełne. [Więcej informacji tutaj.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pl$data, 'tx_notFound', 'Transakcja nie została znaleziona'), _defineProperty(_pl$data, 'tx_notFound_1', 'Transakcja nie zostala znaleziona w puli transakcji węzła, do którego jesteś połączony.'), _defineProperty(_pl$data, 'tx_notFound_2', 'Jeśli wysłałeś transakcję przed chwilą, poczekaj 15 sekund i naciśnij przycisk "Sprawdź Status Transakcji" ponownie. '), _defineProperty(_pl$data, 'tx_notFound_3', 'Wciąż może być w puli transakcji innego węzła oczekując na potwierdzenie.'), _defineProperty(_pl$data, 'tx_notFound_4', 'Użyj menu w prawym górnym rogu aby wybrać inny węzeł ETH (np. `ETH (Etherscan.io)` lub `ETH (Infura.io)` lub `ETH (MyEtherWallet)`) i sprawdź ponownie.'), _defineProperty(_pl$data, 'tx_foundInPending', 'Znaleziono oczekującą transakcję'), _defineProperty(_pl$data, 'tx_foundInPending_1', 'Twoja transakcja została znaleziona w puli transakcji węzła, z którym jesteś połączony. '), _defineProperty(_pl$data, 'tx_foundInPending_2', 'Transakcja oczekuje na wydobycie/potwierdzenie. '), _defineProperty(_pl$data, 'tx_foundInPending_3', 'Istnieje szansa \"anulować\" lub zastąpić tę transakcję. Odblokuj swój portfel poniżej.'), _defineProperty(_pl$data, 'tx_FoundOnChain', 'Transakcja została znaleziona'), _defineProperty(_pl$data, 'tx_FoundOnChain_1', 'Twoja transakcja została pomyślnie zrealizowana i pojawiła się na bloku.'), _defineProperty(_pl$data, 'tx_FoundOnChain_2', '**Jeśli zobaczysz czerwony wykrzyknik `( ! )`, `ZŁA INSTRUKCJA` lub `ZABRAKŁO PALIWA` w komunikacie o błędzie**, oznacza to, że transakcji nie udało się wysłać pomyślnie. Nie możesz anulować ani zastąpić tej transakcji. Zamiast tego, wyślij nową transakcję. Jeśli otrzymałeś komunikat o niewystarczającej ilości paliwa, powinieneś podwoić limit gazu.'), _defineProperty(_pl$data, 'tx_FoundOnChain_3', '**Jeśli nie pojawią się żadne komunikaty o błędzie, to Twoja transakcja została pomyślnie wysłana.** Twój ETH lub Tokeny są tam, gdzie zostały wysłane. Jeśli jednak ETH lub Tokeny nie pojawią się tam, gdzie zostały wysłane i minęły ponad 24 godziny od momentu wysłania, [skontaktuj się z którymś z serwisów](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Wyślij im *link* do Twojej transakcji i uprzejmie poproś o zbadanie sytuacji.'), _defineProperty(_pl$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pl$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pl$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pl$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pl$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pl$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pl$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pl$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pl$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pl$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pl$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pl$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pl$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pl$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pl$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pl$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pl$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pl$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pl$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pl$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pl$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pl$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pl$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pl$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pl$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pl$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pl$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pl$data, 'NAV_AddWallet', 'Dodaj Portfel '), _defineProperty(_pl$data, 'NAV_BulkGenerate', 'Generuj Hurtowo '), _defineProperty(_pl$data, 'NAV_Contact', 'Kontakt '), _defineProperty(_pl$data, 'NAV_Contracts', 'Kontrakt '), _defineProperty(_pl$data, 'NAV_DeployContract', 'Wyślij Kontrakt '), _defineProperty(_pl$data, 'NAV_ENS', 'ENS'), _defineProperty(_pl$data, 'NAV_GenerateWallet_alt', 'Nowy Portfel '), _defineProperty(_pl$data, 'NAV_GenerateWallet', 'Wygeneruj Portfel '), _defineProperty(_pl$data, 'NAV_Help', 'Pomoc '), _defineProperty(_pl$data, 'NAV_InteractContract', 'Pracuj z Kontraktem '), _defineProperty(_pl$data, 'NAV_Multisig', 'Multi-podpis '), _defineProperty(_pl$data, 'NAV_MyWallets', 'Moje Portfele '), _defineProperty(_pl$data, 'NAV_Offline', 'Wyślij Offline '), _defineProperty(_pl$data, 'NAV_SendEther', 'Wyślij Ether i Tokeny '), _defineProperty(_pl$data, 'NAV_SendTokens', 'Wyślij Tokeny '), _defineProperty(_pl$data, 'NAV_SignMsg', 'Podpisz Wiadomość '), _defineProperty(_pl$data, 'NAV_Swap', 'Giełda '), _defineProperty(_pl$data, 'NAV_ViewWallet', 'Wyświetl informacje o portfelu '), _defineProperty(_pl$data, 'NAV_YourWallets', 'Twoje Portfele '), _defineProperty(_pl$data, 'x_Access', 'Dostęp '), _defineProperty(_pl$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Inaczej "Numer konta" lub "Klucz publiczny". Wysyłasz go innym aby mogli Ci wysłać ether. Ikona umożliwia łatwe rozpoznanie Twojego adresu. '), _defineProperty(_pl$data, 'x_Address', 'Twój Adres '), _defineProperty(_pl$data, 'x_Cancel', 'Anuluj '), _defineProperty(_pl$data, 'x_CSV', 'Plik CSV (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Download', 'Pobierz '), _defineProperty(_pl$data, 'x_Json', 'Plik JSON (nieszyfrowany) '), _defineProperty(_pl$data, 'x_JsonDesc', 'Nieszyfrowany klucz prywatny, plik w formacie JSON. Nie wymaga podania hasła, ale każdy kto zdobędzie ten plik uzyska również pełny dostęp do Twojego portfela i zgromadzonych na nim środków. '), _defineProperty(_pl$data, 'x_Keystore', 'Plik Keystore (UTC / JSON · Zalecany · Szyfrowany) '), _defineProperty(_pl$data, 'x_Keystore2', 'Plik Keystore (UTC / JSON) '), _defineProperty(_pl$data, 'x_KeystoreDesc', 'Ten plik Keystore odpowiada formatowi stosowanemu przez Mist, więc może być w prosty sposób zaimportowany w przyszłości. Jest to zalecana forma pliku do pobrania i przechowywania jako kopii zapasowej. '), _defineProperty(_pl$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pl$data, 'x_Mnemonic', 'Mnemonik '), _defineProperty(_pl$data, 'x_ParityPhrase', 'Fraza Parity '), _defineProperty(_pl$data, 'x_Password', 'Hasło '), _defineProperty(_pl$data, 'x_Print', 'Drukuj Portfel Papierowy '), _defineProperty(_pl$data, 'x_PrintDesc', 'Wskazówka: Kliknij drukuj i zapisz plik PDF, nawet jeżeli nie posiadasz drukarki! '), _defineProperty(_pl$data, 'x_PrintShort', 'Drukuj '), _defineProperty(_pl$data, 'x_PrivKey', 'Klucz Prywatny (nieszyfrowany) '), _defineProperty(_pl$data, 'x_PrivKey2', 'Klucz Prywatny '), _defineProperty(_pl$data, 'x_PrivKeyDesc', 'Nieszyfrowana, tekstowa wersja Twojego klucza prywatnego, nie wymaga hasła. Jeżeli ktoś zdobędzie nieszyfrowany klucz, będzie mógł uzyskać pełen dostęp do Twojego portfela bez podania hasła. Z tego powodu zaleca się używanie jego szyfrowanej wersji. '), _defineProperty(_pl$data, 'x_Save', 'Zapisz '), _defineProperty(_pl$data, 'x_TXT', 'Plik TXT (nieszyfrowany) '), _defineProperty(_pl$data, 'x_Wallet', 'Portfel '), _defineProperty(_pl$data, 'MEW_Warning_1', 'Zawsze dokładnie sprawdzaj adres URL strony przed jej użyciem. Użycie fałszywej strony może pozbawić cię wszystkich środków! '), _defineProperty(_pl$data, 'CX_Warning_1', 'Upewnij się że posiadasz **zewnętrzne kopie bezpieczeństwa** każdego przechowywanego tu portfela. Może być wiele przyczyn utraty danych przechowywanych w tym rozszerzeniu przeglądarki Chrome, włączając w to odinstalowanie i ponowne zainstalowanie rozszerzenia. To rozszerzenie ma ułatwiać dostęp do Twoich portfeli, a **nie** służyć jako kopia bezpieczeństwa. '), _defineProperty(_pl$data, 'MEW_Tagline', 'Portfel Ethereum - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'CX_Tagline', 'Portfel Ethereum, Rozszerzenie Chrome - Open Source, JavaScript, Client-Side '), _defineProperty(_pl$data, 'FOOTER_1', 'Narzędzie do generowania portfeli Ethereum i wysyłania transakcji - otwarto-źródłowe, javascrypt\'owe, strony klienta '), _defineProperty(_pl$data, 'FOOTER_1b', 'Twórcy: '), _defineProperty(_pl$data, 'FOOTER_2', 'Darowizny: '), _defineProperty(_pl$data, 'FOOTER_3', 'Generowanie portfeli po stronie klienta przez '), _defineProperty(_pl$data, 'FOOTER_4', 'Wyłączenie odpowiedzialności '), _defineProperty(_pl$data, 'sidebar_AccountInfo', 'Informacje o Koncie '), _defineProperty(_pl$data, 'sidebar_AccountAddr', 'Adres Konta '), _defineProperty(_pl$data, 'sidebar_AccountBal', 'Stan Konta '), _defineProperty(_pl$data, 'sidebar_TokenBal', 'Stan Tokenów '), _defineProperty(_pl$data, 'sidebar_Equiv', 'Ekwiwalent '), _defineProperty(_pl$data, 'sidebar_TransHistory', 'Historia Transakcji '), _defineProperty(_pl$data, 'sidebar_donation', 'MyEtherWallet jest darmową, otwarto-źródłową usługą stworzoną dla Twojej prywatności i bezpieczeństwa. Im więcej darowizn zbierzemy, tym więcej czasu będziemy w stanie poświęcić na dodawanie nowych funkcjonalności, analizowanie informacji zwrotnych oraz spełnianie waszych oczekiwań. Jesteśmy jedynie dwójką ludzi starającą się zmienić świat. Pomóż nam! '), _defineProperty(_pl$data, 'sidebar_donate', 'Prześlij darowiznę '), _defineProperty(_pl$data, 'sidebar_thanks', 'DZIĘKUJEMY!!! '), _defineProperty(_pl$data, 'sidebar_DisplayOnTrezor', 'Wyświetl adres w TREZOR'), _defineProperty(_pl$data, 'sidebar_DisplayOnLedger', 'Wyświetl adres w Ledger'), _defineProperty(_pl$data, 'decrypt_Access', 'Jak chciałbyś uzyskać dostęp do Twojego portfela? '), _defineProperty(_pl$data, 'decrypt_Title', 'Wybierz format Twojego klucza prywatnego: '), _defineProperty(_pl$data, 'decrypt_Select', 'Wybierz Portfel: '), _defineProperty(_pl$data, 'ADD_Label_1', 'Co chciałbyś zrobić? '), _defineProperty(_pl$data, 'ADD_Radio_1', 'Generuj Nowy Portfel '), _defineProperty(_pl$data, 'ADD_Radio_2', 'Wybierz Plik Portfela (Keystore / JSON) '), _defineProperty(_pl$data, 'ADD_Radio_2_alt', 'Wybierz Plik Portfela '), _defineProperty(_pl$data, 'ADD_Radio_2_short', 'WYBIERZ PLIK PORTFELA... '), _defineProperty(_pl$data, 'ADD_Radio_3', 'Wklej/Wpisz Twój Klucz Prywatny '), _defineProperty(_pl$data, 'ADD_Radio_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Radio_5', 'Wklej/Wpisz Swój Mnemonik '), _defineProperty(_pl$data, 'ADD_Radio_5_Path', 'Wybierz ścieżkę portfela HD '), _defineProperty(_pl$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pl$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pl$data, 'ADD_Radio_5_PathCustom', '(Niestandardowy) '), _defineProperty(_pl$data, 'ADD_Label_2', 'Utwórz Nazwę Użytkownika: '), _defineProperty(_pl$data, 'ADD_Label_3', 'Twój portfel jest zaszyfrowany. Podaj hasło '), _defineProperty(_pl$data, 'ADD_Label_4', 'Dodaj Konto do Obserwacji '), _defineProperty(_pl$data, 'ADD_Warning_1', 'Możesz dodać dowolne konto do obserwacji bez podawania jego klucza prywatnego. ** Nie ** oznacza to, że uzyskasz dostęp do tego portfela, nie będziesz mógł również wysyłać z niego środków. '), _defineProperty(_pl$data, 'ADD_Label_5', 'Wpisz Adres '), _defineProperty(_pl$data, 'ADD_Label_6', 'Odblokuj Portfel '), _defineProperty(_pl$data, 'ADD_Label_6_short', 'Odblokuj '), _defineProperty(_pl$data, 'ADD_Label_7', 'Dodaj konto '), _defineProperty(_pl$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pl$data, 'GEN_desc', 'Jeżeli chcesz wygenerować wiele portfeli możesz to zrobić tu '), _defineProperty(_pl$data, 'GEN_Label_1', 'Wpisz silne hasło (co najmniej 9 znaków) '), _defineProperty(_pl$data, 'GEN_Placeholder_1', 'NIE zapomnij tego hasła! '), _defineProperty(_pl$data, 'GEN_SuccessMsg', 'Sukces! Twój portfel został wygenerowany. '), _defineProperty(_pl$data, 'GEN_Label_2', 'Zapisz Twój plik Keystore lub Klucz Prywatny. Nie zapomnij powyższego hasła. '), _defineProperty(_pl$data, 'GEN_Label_3', 'Zapisz swój adres. '), _defineProperty(_pl$data, 'GEN_Label_4', 'Opcjonalnie: Wydrukuj swój Portfel Papierowy, lub zachowaj obrazek z kodem QR. '), _defineProperty(_pl$data, 'BULK_Label_1', 'Ilość Portfeli do Wygenerowania '), _defineProperty(_pl$data, 'BULK_Label_2', 'Generuj Portfele '), _defineProperty(_pl$data, 'BULK_SuccessMsg', 'Sukces! Twoje portfele zostały wygenerowane. '), _defineProperty(_pl$data, 'SEND_addr', 'Do Adresu '), _defineProperty(_pl$data, 'SEND_amount', 'Kwota do Wysłania '), _defineProperty(_pl$data, 'SEND_amount_short', 'Kwota '), _defineProperty(_pl$data, 'SEND_custom', 'Niestandardowy Token '), _defineProperty(_pl$data, 'SEND_gas', 'Paliwo '), _defineProperty(_pl$data, 'SEND_TransferTotal', 'Wyślij wszystkie środki '), _defineProperty(_pl$data, 'SEND_generate', 'Wygeneruj Transakcję '), _defineProperty(_pl$data, 'SEND_raw', 'Surowa Transakcja '), _defineProperty(_pl$data, 'SEND_signed', 'Podpisana Transakcja '), _defineProperty(_pl$data, 'SEND_trans', 'Wyślij Transakcję '), _defineProperty(_pl$data, 'SENDModal_Title', 'Ostrzeżenie! '), _defineProperty(_pl$data, 'SENDModal_Content_1', 'Wysyłasz '), _defineProperty(_pl$data, 'SENDModal_Content_2', 'do adresu '), _defineProperty(_pl$data, 'SENDModal_Content_3', 'Jesteś pewien, że chcesz to zrobić? '), _defineProperty(_pl$data, 'SENDModal_Content_4', 'NOTKA: Jeśli wystąpi błąd, najprawdopodobniej musisz doładować ether do Twojego konta, na pokrycie kosztów paliwa do wysłania tokenów. Paliwo jest opłacane w ether. '), _defineProperty(_pl$data, 'SENDModal_No', 'Nie, zabierz mnie stąd! '), _defineProperty(_pl$data, 'SENDModal_Yes', 'Tak, jestem pewien! Zatwierdź transakcję. '), _defineProperty(_pl$data, 'TOKEN_Addr', 'Adres Tokenu Kontraktu'), _defineProperty(_pl$data, 'TOKEN_Symbol', 'Symbol Tokenu '), _defineProperty(_pl$data, 'TOKEN_Dec', 'Miejsc po przecinku '), _defineProperty(_pl$data, 'TOKEN_show', 'Pokaż Wszystkie Tokeny '), _defineProperty(_pl$data, 'TOKEN_hide', 'Ukryj Tokeny '), _defineProperty(_pl$data, 'TRANS_desc', 'Jeśli chcesz wysłać Tokeny, użyj zakładki "Wyślij Tokeny". '), _defineProperty(_pl$data, 'TRANS_warning', 'Jeśli używasz funkcji "Tylko ETH" lub "Tylko ETC" wysyłasz przez kontrakt. Niektóre serwisy mają problemy z rozpoznawaniem tego typu transakcji. Czytaj dalej. '), _defineProperty(_pl$data, 'TRANS_advanced', '+Zaawansowane: Dodaj Dane '), _defineProperty(_pl$data, 'TRANS_data', 'Dane '), _defineProperty(_pl$data, 'TRANS_sendInfo', 'Standardowa transakcja, zużywająca 21000 paliwa, będzie kosztować 0.000441 ETH. My używamy ceny paliwa nieco-powyżej-minimum, co odpowiada 0.000000021 ETH aby upewnić się, że zostanie szybko zatwierdzona. Nie pobieramy żadnych dodatkowych opłat. '), _defineProperty(_pl$data, 'TRANS_gas', 'Limit Paliwa '), _defineProperty(_pl$data, 'TRANSModal_Title', 'Transakcje "Tylko ETH" i "Tylko ETC" '), _defineProperty(_pl$data, 'TRANSModal_Content_0', 'Informacje na temat różnych transakcji i różnych odbiorców: '), _defineProperty(_pl$data, 'TRANSModal_Content_1', '**ETH (Standardowa Transakcja): ** generuje standardową transakcję bezpośrednio z jednego adresu do drugiego. Domyślnie spala 21000 paliwa. Prawdopodobnie transakcja ETH zostanie powielona na łańcuchu ETC jeżeli posiadasz obie waluty na tym samym adresie. '), _defineProperty(_pl$data, 'TRANSModal_Content_2', '**Tylko ETH: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETH**. '), _defineProperty(_pl$data, 'TRANSModal_Content_3', '**Tylko ETC: ** wysyła przez [Kontrakt zapobiegający powielaniu Timon\'a Rapp\'a (zalecany przez VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), który wysyła środki tylko na łańcuchu **ETC**. '), _defineProperty(_pl$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** używaj tylko Transakcji Standardowych. Jeżeli wyślesz z opcją "Tylko...", będziesz musiał skontaktować się z pomocą techniczną usługodawcy w celu manualnego zatwierdzenia środków lub ich zwrotu. Możesz też użyć [narzędzia Shapeshift](https://split.shapeshift.io/) do rozdzielenia środków. '), _defineProperty(_pl$data, 'TRANSModal_Content_5', '**Kraken i Poloniex:** nie są znane żadne utrudnienia. Używaj dowolnie. '), _defineProperty(_pl$data, 'TRANSModal_Yes', 'Super, już rozumiem. '), _defineProperty(_pl$data, 'TRANSModal_No', 'O boziu, strasznie zakręcone. Pomóżcie. '), _defineProperty(_pl$data, 'OFFLINE_Title', 'Generuj i Wyślij Transakcję Offline '), _defineProperty(_pl$data, 'OFFLINE_Desc', 'Wygenerowanie transakcji może zostać wykonane w trzech krokach. Kroki 1 i 3 wykonasz na komputerze z internetem, krok 2 na komputerze bez połączenia z internetem. To gwarantuje, że Twoje klucze prywatne nigdy nie mają styczności z urządzeniem podłączonym do internetu. '), _defineProperty(_pl$data, 'OFFLLINE_Step1_Title', 'Krok 1: Wygeneruj Informacje (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step1_Button', 'Wygeneruj Informacje '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_1', 'Od Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step1_Label_2', 'Notka: To jest adres NADAWCY, czyli adres Twojego konta, które starasz sie odizolować od internetu. Wyróżnik jest generowany dla tego konta. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Title', 'Krok 2: Wygeneruj transakcję (Komputer Offline) '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_1', 'Do Adresu '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_2', 'Wartość / Kwota do Wysłania '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3', 'Cena Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_3b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4', 'Limit Paliwa '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_4b', 'Domyślny limit paliwa to 21000. Kiedy wysyłasz kontrakt lub załączasz dane ta wartość może być inna, nie zużyte paliwo zostanie zwrócone na Twoje konto. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5', 'Wyróżnik '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_5b', 'To było wyświetlone w Kroku 1 na Komputerze Online. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6', 'Dane '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_6b', 'Wartość opcjonalna. Dane są zazwyczaj załączane jeżeli wysyłasz transakcje do kontraktów. '), _defineProperty(_pl$data, 'OFFLINE_Step2_Label_7', 'Wpisz / Wybierz Twój Klucz Prywatny / plik JSON. '), _defineProperty(_pl$data, 'OFFLINE_Step3_Title', 'Krok 3: Wyślij / Opublikuj Transakcję (Komputer Online) '), _defineProperty(_pl$data, 'OFFLINE_Step3_Label_1', 'Wklej tu podpisaną transakcję z Kroku 2 i kliknij przycisk "WYŚLIJ TRANSAKCJĘ". '), _defineProperty(_pl$data, 'MSG_message', 'Wiadomość '), _defineProperty(_pl$data, 'MSG_date', 'Data '), _defineProperty(_pl$data, 'MSG_signature', 'Podpis '), _defineProperty(_pl$data, 'MSG_verify', 'Zweryfikuj Wiadomość '), _defineProperty(_pl$data, 'MSG_info1', 'Załącz aktualną datę, aby podpis nie mógł być ponownie wykorzystany w innym czasie. '), _defineProperty(_pl$data, 'MSG_info2', 'Załącz swój nick i napisz gdzie go wykorzystujesz, aby ktoś inny nie mógł powielić tej wiadomości. '), _defineProperty(_pl$data, 'MSG_info3', 'Opisz powód zamieszczenia wiadomości, aby nikt inny nie mógł jej wykorzystać w innym celu. '), _defineProperty(_pl$data, 'DEP_generate', 'Wygeneruj Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_generated', 'Wygenerowany Kod Bajtowy '), _defineProperty(_pl$data, 'DEP_signtx', 'Podpisz Transakcję '), _defineProperty(_pl$data, 'DEP_interface', 'Wygeneruj Interfejs '), _defineProperty(_pl$data, 'MYWAL_Nick', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Address', 'Adres Portfela '), _defineProperty(_pl$data, 'MYWAL_Bal', 'Środki '), _defineProperty(_pl$data, 'MYWAL_Edit', 'Edytuj '), _defineProperty(_pl$data, 'MYWAL_View', 'Podgląd '), _defineProperty(_pl$data, 'MYWAL_Remove', 'Usuń '), _defineProperty(_pl$data, 'MYWAL_RemoveWal', 'Usuń Portfel: '), _defineProperty(_pl$data, 'MYWAL_WatchOnly', 'Twoje Konta Tylko-do-Podglądu '), _defineProperty(_pl$data, 'MYWAL_Viewing', 'Podgląd Portfela '), _defineProperty(_pl$data, 'MYWAL_Hide', 'Ukryj Dane Portfela '), _defineProperty(_pl$data, 'MYWAL_Edit_2', 'Edytuj Portfel '), _defineProperty(_pl$data, 'MYWAL_Name', 'Nazwa Portfela '), _defineProperty(_pl$data, 'MYWAL_Content_1', 'Uwaga! Zaraz usuniesz swój portfel '), _defineProperty(_pl$data, 'MYWAL_Content_2', 'Upewnij się, że **zapisałeś klucz prywatny/plik Keystore i hasło** powiązane z tym portfelem zanim je usuniesz. '), _defineProperty(_pl$data, 'MYWAL_Content_3', 'Jeśli będziesz chciał w przyszłości używać ten portfel ze swoim MyEtherWallet CX, będziesz musiał go ponownie dodać używając klucza prywatnego/pliku JSON i hasła. '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle', 'Ta zakładka pozwoli Ci na odczyt kluczy prywatnych, pobranie kopii portfeli oraz wydrukowanie portfeli papierowych. Pobrane za jej pomocą portfele możesz [zaimportować do Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Jeśli chcesz sprawdzić stan Twojego konta, zalecamy użyć eksploratora bloków np. [etherscan.io](https://etherscan.io/). '), _defineProperty(_pl$data, 'VIEWWALLET_Subtitle_Short', 'Ta zakładka pozwala Ci na pobranie różnych typów kluczy prywatnych oraz ponowne wydrukowanie portfeli papierowych. '), _defineProperty(_pl$data, 'VIEWWALLET_SuccessMsg', 'Sukces! Oto dane twojego portfela. '), _defineProperty(_pl$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pl$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pl$data, 'MNEM_1', 'Wybierz adres, którego chcesz użyć. '), _defineProperty(_pl$data, 'MNEM_2', 'Jedna grupa słów mnemonicznych ma dostęp do wielu portfeli / adresów. Wybierz adres, do którego chcesz uzyskać dostęp tym razem. '), _defineProperty(_pl$data, 'MNEM_more', 'Więcej Adresów '), _defineProperty(_pl$data, 'MNEM_prev', 'Poprzednie Adresy '), _defineProperty(_pl$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_1', 'Podłącz swój Ledger Wallet '), _defineProperty(_pl$data, 'ADD_Ledger_2', 'Otwórz aplikację Ethereum (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Exp', 'Otwórz aplikację Expanse (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_2_Ubq', 'Otwórz aplikację Ubiq (lub aplikację kontraktu) '), _defineProperty(_pl$data, 'ADD_Ledger_3', 'Sprawdź czy opcja Obsługa Przeglądarki jest włączona w Ustawieniach '), _defineProperty(_pl$data, 'ADD_Ledger_4', 'Jeżeli w ustawieniach brak jest opcji Obsługa Przeglądarki, sprawdź czy masz [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pl$data, 'ADD_Ledger_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_Ledger_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_Ledger_scan', 'Połącz z Ledger Wallet '), _defineProperty(_pl$data, 'ADD_MetaMask', 'Połącz z MetaMask '), _defineProperty(_pl$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_scan', 'Połącz z TREZOR '), _defineProperty(_pl$data, 'ADD_Trezor_select', 'To jest ziarno (seed) TREZOR'), _defineProperty(_pl$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0a', 'Otwórz MyEtherWallet ponownie na bezpiecznym połączeniu (SSL) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_0b', 'Otwórz MyEtherWallet w [Chrome](https://www.google.com/chrome/browser/desktop/) lub [Opera](https://www.opera.com/) '), _defineProperty(_pl$data, 'ADD_DigitalBitbox_scan', 'Połącz z Digital Bitbox '), _defineProperty(_pl$data, 'CX_error_1', 'Nie posiadasz żadnych zapisanych portfeli. ["Dodaj Portfel"](/cx-wallet.html#add-wallet)! '), _defineProperty(_pl$data, 'CX_quicksend', 'Wyślij '), _defineProperty(_pl$data, 'NODE_Title', 'Zmień Domyślny Węzeł'), _defineProperty(_pl$data, 'NODE_Subtitle', 'Aby połączyć się z lokalnym węzłem...'), _defineProperty(_pl$data, 'NODE_Warning', 'Twój węzeł musi obsługiwać HTTPS, aby można było się połączyć z nim przez MyEtherWallet.com. Możesz pobrać [repozytorium MyEtherWallet](https://github.com/kvhnuke/etherwallet/releases/latest) i uruchomić lokalnie aby połączyć się z dowolnym węzłem. Możesz też pobrać darmowy certyfikat SSL przez [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pl$data, 'NODE_Name', 'Nazwa Węzła'), _defineProperty(_pl$data, 'NODE_Port', 'Port Węzła'), _defineProperty(_pl$data, 'NODE_CTA', 'Zapisz i Używaj Węzła'), _defineProperty(_pl$data, 'CONTRACT_Title', 'Adres Kontraktu '), _defineProperty(_pl$data, 'CONTRACT_Title_2', 'Wybierz Istniejący Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Json', 'Interfejs ABI / JSON '), _defineProperty(_pl$data, 'CONTRACT_Interact_Title', 'Odczytaj / Zapisz Kontrakt '), _defineProperty(_pl$data, 'CONTRACT_Interact_CTA', 'Wybierz funkcję '), _defineProperty(_pl$data, 'CONTRACT_ByteCode', 'Kod Bajtowy '), _defineProperty(_pl$data, 'CONTRACT_Read', 'ODCZYTAJ '), _defineProperty(_pl$data, 'CONTRACT_Write', 'ZAPISZ '), _defineProperty(_pl$data, 'SWAP_rates', "Aktualne Kursy "), _defineProperty(_pl$data, 'SWAP_init_1', "Chcę wymienić "), _defineProperty(_pl$data, 'SWAP_init_2', " na "), _defineProperty(_pl$data, 'SWAP_init_CTA', "Zatwierdź! "), _defineProperty(_pl$data, 'SWAP_information', "Dane transakcji "), _defineProperty(_pl$data, 'SWAP_send_amt', "Kwota zlecenia "), _defineProperty(_pl$data, 'SWAP_rec_amt', "Otrzymasz "), _defineProperty(_pl$data, 'SWAP_your_rate', "Kurs wymiany "), _defineProperty(_pl$data, 'SWAP_rec_add', "Twój Adres Odbiorczy "), _defineProperty(_pl$data, 'SWAP_start_CTA', "Rozpocznij Wymianę "), _defineProperty(_pl$data, 'SWAP_ref_num', "Twój numer referencyjny "), _defineProperty(_pl$data, 'SWAP_time', "Pozostały czas na wysyłkę "), _defineProperty(_pl$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pl$data, 'SWAP_progress_1', "Zlecenie Rozpoczęte "), _defineProperty(_pl$data, 'SWAP_progress_2', "Oczekiwanie na Twoje "), _defineProperty(_pl$data, 'SWAP_progress_3', "Otrzymano! "), _defineProperty(_pl$data, 'SWAP_progress_4', "Wysyłanie Twoich {{orderResult.output.currency}} "), _defineProperty(_pl$data, 'SWAP_progress_5', "Zlecenie Zakończone "), _defineProperty(_pl$data, 'SWAP_order_CTA', "Wyślij "), _defineProperty(_pl$data, 'SWAP_unlock', "Odblokuj Twój portfel, aby wysłać ETH lub Tokeny wprost z tej strony. "), _defineProperty(_pl$data, 'ERROR_0', 'Wprowadź prawidłową kwotę. '), _defineProperty(_pl$data, 'ERROR_1', 'Twoje hasło musi zawierać co najmniej 9 znaków. Upewnij się, że jest to silne hasło. '), _defineProperty(_pl$data, 'ERROR_2', 'Przykro nam! Nie rozpoznajemy tego formatu pliku portfela. '), _defineProperty(_pl$data, 'ERROR_3', 'To nie jest prawidłowy plik portfela. '), _defineProperty(_pl$data, 'ERROR_4', 'Ta jednostka nie istnieje, użyj jednej z następujących jednostek '), _defineProperty(_pl$data, 'ERROR_5', 'Błędny adres. '), _defineProperty(_pl$data, 'ERROR_6', 'Błędne hasło. '), _defineProperty(_pl$data, 'ERROR_7', 'Błędna wartość. (Must be integer. Try 0-18.) '), _defineProperty(_pl$data, 'ERROR_8', 'Błędny limit paliwa. (Must be integer. Try 21000-4000000.) '), _defineProperty(_pl$data, 'ERROR_9', 'Błędne dane. (Must be hex.) '), _defineProperty(_pl$data, 'ERROR_10', 'Błędna ilość paliwa. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_pl$data, 'ERROR_11', 'Błędny wyróżnik. (Must be integer.) '), _defineProperty(_pl$data, 'ERROR_12', 'Błąd podpisu transakcji. '), _defineProperty(_pl$data, 'ERROR_13', 'Portfel z tą nazwą już istnieje. '), _defineProperty(_pl$data, 'ERROR_14', 'Nie znaleziono portfela. '), _defineProperty(_pl$data, 'ERROR_15', 'Wygląda, że propozycja z tym ID jeszcze nie istnieje, lub wystąpił błąd odczytu tej propozycji. '), _defineProperty(_pl$data, 'ERROR_16', 'Portfel z tym adresem już istnieje w konfiguracji. Sprawdź zakładkę portfeli. '), _defineProperty(_pl$data, 'ERROR_17', 'Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Musisz mieć **0.01 ETH** na koncie, aby pokryć koszty paliwa. Doładuj konto i spróbuj ponownie. '), _defineProperty(_pl$data, 'ERROR_18', 'Całe paliwo było by zużyte w tej transakcji. Oznacza to, że głosowałeś już w tej propozycji albo minął termin głosowania. '), _defineProperty(_pl$data, 'ERROR_19', 'Nieprawidłowy symbol '), _defineProperty(_pl$data, 'ERROR_20', 'nie jest prawidłowym tokenem ERC-20. Jeśli inne tokeny się ładują, sporóbuj usunąć i dodać ponownie ten token. '), _defineProperty(_pl$data, 'ERROR_21', 'Nie można określić ilości paliwa. Brak wystarczających środków na koncie lub adres docelowego kontraktu zwróciłby błąd. Możesz ręcznie ustawić paliwo przed kontynuacją. Opis błędu po wysłaniu transakcji może dostarczyć więcej informacji. '), _defineProperty(_pl$data, 'ERROR_22', 'Wpisz poprawną nazwę węzła '), _defineProperty(_pl$data, 'ERROR_23', 'Wpisz poprawny adres URL. Jeśli łączysz się przez HTTPS, twój węzeł musi być za HTTPS '), _defineProperty(_pl$data, 'ERROR_24', 'Wpisz prawidłowy port '), _defineProperty(_pl$data, 'ERROR_25', 'Wpisz poprawny ID łańcucha (chain ID) '), _defineProperty(_pl$data, 'ERROR_26', 'Wpisz poprawny ABI ABI '), _defineProperty(_pl$data, 'ERROR_27', 'Minimalna Kwota: 0.01. Maksymalna Kwota: '), _defineProperty(_pl$data, 'ERROR_28', '**Potrzebujesz plik Keystore i hasło, lub Klucz Prywatny** aby uzyskać dostęp do tego portfela w przyszłości. Wykonaj zewnętrzną kopię bezpieczeństwa! Nie ma możliwości odzyskania portfela jeżeli go nie zapiszesz. Wejdź na [stronę pomocy](https://www.myetherwallet.com/#help) po instrukcje. '), _defineProperty(_pl$data, 'ERROR_29', 'Wpisz poprawny login i hasło '), _defineProperty(_pl$data, 'ERROR_30', 'Wpisz poprawną nazwę ENS '), _defineProperty(_pl$data, 'ERROR_31', 'Błędna tajna fraza (secret phrase) '), _defineProperty(_pl$data, 'ERROR_32', 'Nie można połączyć z węzłem. Odśwież stronę, spróbuj inny węzeł (w prawym górnym rogu), sprawdź swoje ustawienia firewall. Jeśli łączysz się z węzłem niestandardowym, sprawdź konfigurację.'), _defineProperty(_pl$data, 'ERROR_33', 'Odblokowany portfel nie zgadza się z adresem właściciela. '), _defineProperty(_pl$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pl$data, 'ERROR_35', 'Wprowadzony adres nie jest sprawdzony (checksummed). Więcej informacji'), _defineProperty(_pl$data, 'ERROR_36', 'Wprowadź poprawny TX hash'), _defineProperty(_pl$data, 'ERROR_37', 'Wprowadź poprawny ciąg znaków (0-9, a-f)'), _defineProperty(_pl$data, 'SUCCESS_1', 'Prawidłowy adres '), _defineProperty(_pl$data, 'SUCCESS_2', 'Portfel został odszyfrowany '), _defineProperty(_pl$data, 'SUCCESS_3', 'Twoja transakcja została zgłoszona i czeka na potwierdzenie. Podczas ICO może to zająć ponad 3 godziny. Użyj przycisków poniżej żeby sprawdzić status transakcji. TX Hash: '), _defineProperty(_pl$data, 'SUCCESS_4', 'Twój portfel został dodany '), _defineProperty(_pl$data, 'SUCCESS_5', 'Wybrany plik '), _defineProperty(_pl$data, 'SUCCESS_6', 'Uzyskano połączenie: '), _defineProperty(_pl$data, 'SUCCESS_7', 'Zweryfikowano Sygnaturę Wiadomości'), _defineProperty(_pl$data, 'WARN_Send_Link', 'Znalazłeś się tu przez odnośnik, który zawiera wstępnie uzupełniony adres, kwotę, paliwo lub dane transakcji. Możesz zmienić dowolne parametry transakcji zanim ją zatwierdzisz. Odblokuj portfel aby kontynuować. '), _defineProperty(_pl$data, 'GETH_InvalidSender', 'Nieprawidłowy nadawca '), _defineProperty(_pl$data, 'GETH_Nonce', 'Wyróżnik transakcji za niski '), _defineProperty(_pl$data, 'GETH_Cheap', 'Cena paliwa poniżej akceptacji '), _defineProperty(_pl$data, 'GETH_Balance', 'Niewystarczająca ilość środków na koncie '), _defineProperty(_pl$data, 'GETH_NonExistentAccount', 'Konto nie istnieje lub niewystarczająca ilość środków '), _defineProperty(_pl$data, 'GETH_InsufficientFunds', 'Niewystarczająca ilość środków na paliwo * cena + kwota '), _defineProperty(_pl$data, 'GETH_IntrinsicGas', 'Paliwo poniżej ilości obowiązkowej '), _defineProperty(_pl$data, 'GETH_GasLimit', 'Przekroczono limit paliwa na blok '), _defineProperty(_pl$data, 'GETH_NegativeValue', 'Ujemna wartość '), _defineProperty(_pl$data, 'PARITY_AlreadyImported', "Transakcja z takim samym hash'em została już zaimportowana."), _defineProperty(_pl$data, 'PARITY_Old', "Wyróżnik transakcji za niski. Spróbuj zwiększyć wartość wyróżnika."), _defineProperty(_pl$data, 'PARITY_TooCheapToReplace', "Za niska opłata transakcyjna. Inna transakcja z tym samym wyróżnikiem znajduje się już w kolejce. Spróbuj dołączyć wyższą opłatę lub zwiększ wyróżnik transakcji."), _defineProperty(_pl$data, 'PARITY_LimitReached', "Zbyt wiele transakcji w kolejce. Twoja transakcja została odrzucona ze względu na limity. Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientGasPrice', "Za niska opłata transakcyjna. Opłata jest niższa niż minimalnie wymaga węzeł (minimum: {}, dołączono: {}). Spróbuj dołączyć wyższą opłatę transakcyjną."), _defineProperty(_pl$data, 'PARITY_InsufficientBalance', "Niewystarczające środki. Konto, z którego wysyłasz transakcję nie posiada wystarczających funduszy. Wymaga: {}, otrzymano: {}."), _defineProperty(_pl$data, 'PARITY_GasLimitExceeded', "Koszt transakcji przekracza bieżący limit paliwa. Limit: {}, otrzymano: {}. Spróbuj zmniejszyć ilość paliwa."), _defineProperty(_pl$data, 'PARITY_InvalidGasLimit', "Dostarczone paliwo wykracza ponad limit."), _defineProperty(_pl$data, 'translate_version', '3.0 (0.3) '), _defineProperty(_pl$data, 'Translator_Desc', 'Podziękowania tłumaczom '), _defineProperty(_pl$data, 'TranslatorName_1', '[egzi](?to=0xef39C3C51615B6e52e7D5B743BeaecdDcA822386&value=1.0#send-transaction) '), _defineProperty(_pl$data, 'TranslatorAddr_1', '0xef39C3C51615B6e52e7D5B743BeaecdDcA822386 '), _defineProperty(_pl$data, 'TranslatorName_2', ''), _defineProperty(_pl$data, 'TranslatorAddr_2', ''), _defineProperty(_pl$data, 'TranslatorName_3', ''), _defineProperty(_pl$data, 'TranslatorAddr_3', ''), _defineProperty(_pl$data, 'TranslatorName_4', ''), _defineProperty(_pl$data, 'TranslatorAddr_4', ''), _defineProperty(_pl$data, 'TranslatorName_5', ''), _defineProperty(_pl$data, 'TranslatorAddr_5', ''), _defineProperty(_pl$data, 'HELP_Warning', 'Jeśli wygenerowałeś portfel -lub- ściągnąłeś repozytorium przed **31.12.2015**, sprawdź swoje portfele i ściągnij nową wersję repozytorium. Kliknij po szczegóły. '), _defineProperty(_pl$data, 'HELP_Desc', 'Widzisz jakieś braki? Masz inne pytania? [Skontaktuj się z nami (tylko angielski)](mailto:support@myetherwallet.com), postaramy się odpowiedzieć, pomoże to nam również uaktualnić stronę aby w przyszłości była bardziej pomocna dla innych! '), _defineProperty(_pl$data, 'HELP_Remind_Title', 'W ramach uściślenia '), _defineProperty(_pl$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com i MyEtherWallet CX, jak również niektóre bazowe biblioteki Javascript, których używamy, są wciąż aktywnie rozwijane.** Pomimo tego, że dokładnie testujemy nasze oprogramowanie, pomimo że dziesiątki tysięcy portfeli zostało z powodzeniem wygenerowane przez użytkowników na całym świecie, zawsze istnieje pewne znikome prawdopodobieństwo, że nastąpi coś nieoczekiwanego, co spowoduje utratę Twoich środków. Nie inwestuj więc więcej niż jesteś gotów stracić i bądź ostrożny. Gdyby coś takiego się wydarzyło, będzie nam przykro, ale **nie weźmiemy za to odpowiedzialności**. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com i MyEtherWallet CX nie są "portfelami internetowymi". Nie tworzysz kont internetowych i nie przekazujesz nam Twoich środków na przechowanie. W żadnym momencie Twoje klucze prywatne nie opuszczają Twojej przeglądarki/komputera. My jedynie ułatwiamy Ci tworzenie, zapisywanie, dostęp do twoich danych i interakcję z siecią Ethereum. '), _defineProperty(_pl$data, 'HELP_Remind_Desc_3', 'Jeśli utracisz swój klucz prywatny lub zapomnisz hasło, nie będzie możliwości odzyskania dostępu do Twojego portfela oraz środków tam zgromadzonych. Wykonaj kopie bezpieczeństwa i przechowuj je w wielu fizycznie niezależnych miejscach, nie tylko na Twoim komputerze! '), _defineProperty(_pl$data, 'HELP_0_Title', '0) Jestem zielony. Od czego mam zacząć? '), _defineProperty(_pl$data, 'HELP_0_Desc_1', 'MyEtherWallet daje Ci możliwość generowania nowych portfeli abyś mógł przechowywać własne środki samodzielnie, nie na portalu wymiany walut. Ten proces odbywa się w całości na Twoim komputerze, nie na naszych serwerach. Z tego powodu, gdy generujesz nowy portfel, **to Ty jesteś odpowiedzialny za jego bezpieczne przechowywanie**. '), _defineProperty(_pl$data, 'HELP_0_Desc_2', 'Wygeneruj nowy portfel. '), _defineProperty(_pl$data, 'HELP_0_Desc_3', 'Wykonaj kopię bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_0_Desc_4', 'Zweryfikuj, że masz dostęp do właśnie stworzonego portfela oraz że prawidłowo zachowałeś wszystkie niezbędne informacje. '), _defineProperty(_pl$data, 'HELP_0_Desc_5', 'Prześlij środki do nowo utworzonego portfela. '), _defineProperty(_pl$data, 'HELP_1_Title', '1) Jak mam utworzyć nowy portfel? '), _defineProperty(_pl$data, 'HELP_1_Desc_1', 'Przejdź na zakładkę "Wygeneruj Portfel". '), _defineProperty(_pl$data, 'HELP_1_Desc_2', 'Przejdź na zakładkę "Dodaj Portfel" i zaznacz "Generuj Nowy Portfel" '), _defineProperty(_pl$data, 'HELP_1_Desc_3', 'Wpisz silne hasło. Jeśli uważasz, że mógłbyś je zapomnieć, zapisz je w jakimś bezpiecznym miejscu. Będziesz potrzebować tego hasła aby wysyłać transakcje. '), _defineProperty(_pl$data, 'HELP_1_Desc_4', 'Kliknij "GENERUJ". '), _defineProperty(_pl$data, 'HELP_1_Desc_5', 'Twój nowy portfel został właśnie wygenerowany. '), _defineProperty(_pl$data, 'HELP_2a_Title', 'Jak mam zapisać/wykonać kopię mojego portfela? '), _defineProperty(_pl$data, 'HELP_2a_Desc_1', 'Zawsze powinieneś wykonać zewnętrzną kopię bezpieczeństwa w wielu fizycznie niezależnych lokalizacjach - na przykład na nośniku USB i/lub kartce papieru. '), _defineProperty(_pl$data, 'HELP_2a_Desc_2', 'Zapisz swój adres. Możesz zachować go dla siebie lub udostępnić go innym. Inne osoby znając ten adres mogą Ci na niego wysyłać środki. '), _defineProperty(_pl$data, 'HELP_2a_Desc_3', 'Zachowaj klucz prywatny w przynajmniej jednym formacie. Nie udostępniaj go nikomu. Klucz prywatny będzie Ci potrzebny, jeśli będziesz chciał uzyskać dostęp do Twojego portfela i wysyłać z niego środki! Istnieją 3 formaty zapisu kluczy prywatnych: '), _defineProperty(_pl$data, 'HELP_2a_Desc_4', 'Umieść adres portfela, klucz prywatny i PDF z papierową wersją portfela w jednym folderze. Zapisz ten folder na komputerze i na nośniku USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_5', 'Wydrukuj portfel jeżeli posiadasz drukarkę. Jeżeli nie, zapisz klucz prywatny i adres na kartce papieru. Umieść go w bezpiecznym miejscu oddzielnie od komputera i nośnika USB. '), _defineProperty(_pl$data, 'HELP_2a_Desc_6', 'Pamiętaj, że musisz się zabezpieczyć przed utratą kluczy i hasła z powodu zagubienia, uszkodzenia lub zniszczenia dysku twardego, nośnika USB lub kartki z zapisanymi danymi. Przewiduj również możliwość wystąpienia katastrof obejmujących większe obszary (pożar, powódź). '), _defineProperty(_pl$data, 'HELP_2b_Title', '2b) Jak mogę utworzyć portfel w 100% odizolowany od sieci globalnej (Cold Wallet) wykorzystując MyEtherWallet? '), _defineProperty(_pl$data, 'HELP_2b_Desc_1', 'Wejdź na nasze konto github: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pl$data, 'HELP_2b_Desc_2', 'Pobierz `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_3', 'Przenieś paczkę zip na odizolowany system. '), _defineProperty(_pl$data, 'HELP_2b_Desc_4', 'Rozpakuj paczkę i kliknij 2-krotnie `index.html`. '), _defineProperty(_pl$data, 'HELP_2b_Desc_5', 'Wygeneruj portfel przy użyciu silnego hasła. '), _defineProperty(_pl$data, 'HELP_2b_Desc_6', 'Zapisz adres. Zapisz klucz prywatny. Zapisz hasło jeżeli nie jesteś w stanie go zapamiętać po wsze czasy. '), _defineProperty(_pl$data, 'HELP_2b_Desc_7', 'Zapisz kopie zapasowe w formie papierowej lub na nośniku USB w wielu fizycznie odseparowanych lokalizacjach. '), _defineProperty(_pl$data, 'HELP_2b_Desc_8', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" wprowadź klucz prywatny / hasło aby upewnić się, że są poprawne i odczytaj swój portfel. Sprawdź czy adres, który zapisałeś zgadza się z wyświetlonym. '), _defineProperty(_pl$data, 'HELP_3_Title', '3) Jak zweryfikować czy mam dostęp do portfela? '), _defineProperty(_pl$data, 'HELP_3_Desc_1', '**Zanim wyślesz jakieś środki do Twojego nowego portfela** powinieneś się upewnić, że masz do niego dostęp. '), _defineProperty(_pl$data, 'HELP_3_Desc_2', 'Przejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_3_Desc_3', 'Przejdź na zakładkę "Wyświetl informacje o portfelu" na stronie MyEtherWallet.com. '), _defineProperty(_pl$data, 'HELP_3_Desc_4', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_3_Desc_5', 'Jeżeli portfel jest szyfrowany automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_3_Desc_6', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_3_Desc_7', 'Informacje o Twoim portfelu powinny się wyświetlić. Odszukaj adres Twojego portfela obok okrągłej kolorowej ikonki. Ta ikona to wizualna reprezentacja adresu Twojego portfela. Upewnij się, że adres odpowiada adresowi zapisanemu w dokumencie tekstowym i na portfelu papierowym. '), _defineProperty(_pl$data, 'HELP_3_Desc_8', 'Jeśli planujesz trzymać w portfelu jakieś większe sumy, zalecamy w pierwszej kolejności wykonanie kilku testowych transakcji o mniejszej wartości. Prześlij do Twojego nowego portfela 0.001 ether, wejdź do portfela, prześlij te 0.001 ether na inny adres i upewnij się, że wszystko przebiegło jak należy. '), _defineProperty(_pl$data, 'HELP_4_Title', '4) Jak wysłać Ether z jednego portfela na inny? '), _defineProperty(_pl$data, 'HELP_4_Desc_1', 'Jeżeli planujesz przesłać większą sumę środków, najpierw powinieneś wysłać mniejszą kwotę, aby upewnić się, że wszystko przebiegło zgodnie z planem. '), _defineProperty(_pl$data, 'HELP_4_Desc_2', 'Przejdź na zakładkę "Wyślij Ether". '), _defineProperty(_pl$data, 'HELP_4_Desc_3', 'Wybierz Twój plik portfela -lub- wpisz klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_4_Desc_4', 'Jeżeli portfel jest szyfrowany, automatycznie wyświetli się okienko tekstowe. Wpisz w nim hasło. '), _defineProperty(_pl$data, 'HELP_4_Desc_5', 'Kliknij przycisk "Odblokuj Portfel". '), _defineProperty(_pl$data, 'HELP_4_Desc_6', 'Wpisz adres, na który chcesz przesłać środki w pole "Do adresu:". '), _defineProperty(_pl$data, 'HELP_4_Desc_7', 'Wpisz kwotę do wysyłania. Możesz też kliknąć "Wyślij wszystkie dostępne środki", jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4_Desc_9', 'Kliknij "Wygeneruj i Podpisz Transakcję". '), _defineProperty(_pl$data, 'HELP_4_Desc_10', 'Pojawi się kilka kolejnych pól. Są to dane transakcji wygenerowane przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_4_Desc_11', 'Kliknij niebieski przycisk "Wyślij Transakcję" na dole strony. '), _defineProperty(_pl$data, 'HELP_4_Desc_12', 'Pojawi się okienko z potwierdzeniem. Zweryfikuj czy kwota i adres, na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź Transakcję.". '), _defineProperty(_pl$data, 'HELP_4_Desc_13', 'Transakcja zostanie wysłana i zostanie wyświetlony TX Hash. Możesz kliknąć TX Hash, aby zobaczyć tą transakcję w eksploratorze bloków. '), _defineProperty(_pl$data, 'HELP_4CX_Title', '4)Jak wysłać Ether używając MyEtherWallet CX? '), _defineProperty(_pl$data, 'HELP_4CX_Desc_1', 'Najpierw musisz dodać portfel. Po dodaniu portfela masz 2 możliwości do wyboru: funkcja "Wyślij" z ikony Rozszerzenia Chrome lub zakładka "Wyślij Ether" ze strony "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_2', 'Wyślij: '), _defineProperty(_pl$data, 'HELP_4CX_Desc_3', 'Kliknij ikonę Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_4', 'Kliknij przycisk "Wyślij". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_5', 'Wybierz portfel, z którego chcesz wysłać środki. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_6', 'Wpisz adres, do którego chcesz wysłać środki w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_7', 'Wpisz kwotę do wysłania. Możesz również kliknąć "Wyślij wszystkie dostępne środki" jeśli chcesz przesłać całą dostępną kwotę. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_8', 'Kliknij "Wyślij Transakcję". '), _defineProperty(_pl$data, 'HELP_4CX_Desc_9', 'Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_10', 'Wpisz hasło do tego portfela. '), _defineProperty(_pl$data, 'HELP_4CX_Desc_11', 'Kliknij "Wyślij Transakcję." '), _defineProperty(_pl$data, 'HELP_4CX_Desc_12', 'Używając zakładki "Wyślij Ether" '), _defineProperty(_pl$data, 'HELP_5_Title', '5) Jak uruchomić MyEtherWallet offline/lokalnie? '), _defineProperty(_pl$data, 'HELP_5_Desc_1', 'Możesz uruchomić MyEtherWallet lokalnie ze swojego komputera zamiast z serwerów GitHub\'a. Możesz wygenerować portfel całkowicie offline\'owo i wysyłać transakcje z zakładki "Wyślij offline". '), _defineProperty(_pl$data, 'HELP_5_Desc_7', 'MyEtherWallet działa teraz w całości na Twoim komputerze. '), _defineProperty(_pl$data, 'HELP_5_Desc_8', 'W razie gdybyś nie wiedział, musisz zachować cały folder, aby strona działała prawidłowo, nie tylko `index.html`. Nie ruszaj i nie przenoś nic innego w folderze. Jeżeli zachowujesz kopie repozytorium MyEtherWallet na przyszłość, zalecamy przechowywać je w formie spakowanego pliku ZIP, aby mieć pewność, że jego zawartość się nie zmieniła. '), _defineProperty(_pl$data, 'HELP_5_Desc_9', 'Ponieważ ciągle aktualizujemy MyEtherWallet, zalecamy co jakiś czas aktualizować zapisaną wersję repozytorium. '), _defineProperty(_pl$data, 'HELP_5CX_Title', '5) Jak mogę zainstalować to rozszerzenie z repozytorium, zamiast z Chrome Web Store? '), _defineProperty(_pl$data, 'HELP_5CX_Desc_2', 'Pobierz `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_3', 'Wejdź w ustawienia przeglądarki Google Chrome (w menu w górnym prawym rogu). '), _defineProperty(_pl$data, 'HELP_5CX_Desc_4', 'Kliknij "Rozszerzenia" po lewej. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_5', 'Kliknij "Tryb programisty" na górze strony. '), _defineProperty(_pl$data, 'HELP_5CX_Desc_6', 'Kliknij przycisk "Wczytaj rozszerzenie bez pakietu...". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_7', 'Nawiguj do rozpakowanego folderu, który ściągnąłeś wcześniej. Kliknij "OK". '), _defineProperty(_pl$data, 'HELP_5CX_Desc_8', 'Rozszerzenie powinno się pojawić na liście i w pasku rozszerzeń przeglądarki Chrome. '), _defineProperty(_pl$data, 'HELP_7_Title', '7) Jak się wysyła Tokeny i jak tworzyć własne Tokeny? '), _defineProperty(_pl$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) jest świetnym miejscem na przeglądanie tokenów oraz sprawdzenia ich ilości miejsc po przecinku. '), _defineProperty(_pl$data, 'HELP_7_Desc_1', 'Przejdź na zakładkę "Wyślij Ether i Tokeny". '), _defineProperty(_pl$data, 'HELP_7_Desc_2', 'Odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_7_Desc_3', 'Wpisz adres, na który chcesz je przesłać w pole "Do Adresu:". '), _defineProperty(_pl$data, 'HELP_7_Desc_4', 'Wpisz wartość jaką chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_5', 'Wybierz typ tokena, który chcesz wysłać. '), _defineProperty(_pl$data, 'HELP_7_Desc_6', 'Jeśli nie widzisz danego tokena: '), _defineProperty(_pl$data, 'HELP_7_Desc_7', 'Kliknij "Inny". '), _defineProperty(_pl$data, 'HELP_7_Desc_8', 'Wpisz adres, symbol i ilość miejsc po przecinku tokena. Wartości te są podawane przez twórców tokena, są również potrzebne podczas dodawania tokena do obserwowanych w aplikacji Mist. '), _defineProperty(_pl$data, 'HELP_7_Desc_9', 'Kliknij "Zapisz". '), _defineProperty(_pl$data, 'HELP_7_Desc_10', 'Możesz teraz wysyłać ten token, jak również odczytać stan konta dla tokenu w kolumnie obok. '), _defineProperty(_pl$data, 'HELP_7_Desc_11', 'Kliknij "Generuj Transakcję". '), _defineProperty(_pl$data, 'HELP_7_Desc_12', 'Pojawi się kilka kolejnych pól z danymi transakcji wygenerowanymi przez Twoją przeglądarkę. '), _defineProperty(_pl$data, 'HELP_7_Desc_13', 'Kliknij niebieski przycisk "Wyślij Transakcję", który znajduje się niżej. '), _defineProperty(_pl$data, 'HELP_7_Desc_14', 'Wyskoczy okienko. Zweryfikuj czy kwota i adres na który wysyłasz są prawidłowe. Następnie kliknij "Tak, jestem pewien! Zatwierdź transakcję.". '), _defineProperty(_pl$data, 'HELP_7_Desc_15', 'Transakcja zostanie zatwierdzona. TX Hash zostanie wyświetlone. Możesz kliknąć TX Hash aby zobaczyć status transakcji w eksploratorze. '), _defineProperty(_pl$data, 'HELP_8_Title', '8) Co się stanie, jeżeli wasza strona zniknie z sieci? '), _defineProperty(_pl$data, 'HELP_8_Desc_1', 'MyEtherWallet nie jest usługą portfela internetowego. Nie posiadasz loginu i nic nie jest zapisywane na naszych serwerach. To tylko interfejs, który pozwala korzystać z sieci Ethereum. '), _defineProperty(_pl$data, 'HELP_8_Desc_2', 'Jeżeli MyEtherWallet.com zostanie wyłączona, musiałbyś znaleźć inny sposób (jak Ethereum Wallet / Mist) na korzystanie z sieci Ethereum. Nie musiałbyś jednak wypłacić swoich środków z MyEtherWallet, ponieważ one nie znajdują się na MyEtherWallet, a na portfelach, które zostały wygenerowane za pomocą naszej strony. '), _defineProperty(_pl$data, 'HELP_8_Desc_3', 'Możesz w każdej chwili, w bardzo prosty sposób, zaimportować swoje nieszyfrowane klucze prywatne lub szyfrowane pliki w formacie Geth/Mist wprost do geth / Ethereum Wallet / Mist. Zobacz pytanie 12 poniżej. '), _defineProperty(_pl$data, 'HELP_8_Desc_4', 'W dodatku prawdopodobieństwo zamknięcia przez nas strony MyEtherWallet.com jest bliskie zeru. Koszty utrzymania strony są prawie żadne, ponieważ nie przechowujmy żadnych informacji. Jeśli nawet strona zostanie zamknięta, jest ona również i zawsze będzie publicznie dostępna na [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Możesz ściągnąć paczkę ZIP i uruchomić MyEtherWallet lokalnie na własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Title', '8) Co się stanie jeżeli MyEtherWallet CX zniknie? '), _defineProperty(_pl$data, 'HELP_8CX_Desc_1', 'Po pierwsze, wszystkie dane są zapisane na Twoim komputerze, nie na naszych serwerach. Wiem, że może Ci się to wydawać dziwne, ale kiedy patrzysz na Rozszerzenie Chrome, NIE patrzysz na coś zapisanego gdzieś na naszych serwerach - wszystko to jest na Twoim własnym komputerze. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_2', 'Z tego powodu, jest **niezmiernie ważnym** aby wykonywać kopie bezpieczeństwa wszystkich nowych portfeli wygenerowanych za pomocą MyEtherWallet CX. W ten sposób, jeżeli cokolwiek stanie się MyEtherWallet CX lub Twojemu komputerowi, wciąż będziesz miał wszelkie niezbędne informacje potrzebne aby odzyskać dostęp do Twoich portfeli. Zobacz punkt 2a aby dowiedzieć się jak wykonać kopie bezpieczeństwa. '), _defineProperty(_pl$data, 'HELP_8CX_Desc_3', 'Jeżeli z jakiegoś powodu MyEtherWallet CX zniknie z Chrome Store, możesz wciąż znaleźć kod źródłowy na Github\'ie i załadować manualnie do Chrome. Zobacz pkt. 5 powyżej. '), _defineProperty(_pl$data, 'HELP_9_Title', '9) Czy zakładka "Wyślij Ether" działa offline? '), _defineProperty(_pl$data, 'HELP_9_Desc_1', 'Nie. Potrzebuje dostępu do internetu w celu pobrania aktualnej ceny paliwa, wyróżnika dla konta, oraz rozgłoszenia transakcji (wysłania). Jednakże wysyłana jest jedynie podpisana transakcja, nic więcej. Twój klucz prywatny w żadnym momencie nie opuszcza Twojego komputera. Teraz zapewniamy również funkcję "Wyślij Offline", która umożliwia przechowywanie kluczy prywatnych na komputerze, który fizycznie jest odizolowany od sieci zewnętrznej. '), _defineProperty(_pl$data, 'HELP_10_Title', '10) Jak wykonać transakcję offline (Cold Wallet)? '), _defineProperty(_pl$data, 'HELP_10_Desc_1', 'Przejdź na zakładkę "Wyślij Offline" na komputerze z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_2', 'Uzupełnij pole "Od Adresu". Zauważ, że jest to adres, z którego wypłacasz środki, nie adres, na który mają trafić. W ten sposób generowany jest wyróżnik i cena paliwa. '), _defineProperty(_pl$data, 'HELP_10_Desc_3', 'Przejdź na komputer bez dostępu do internetu. Uzupełnij pole "Do Adresu" i kwotę do wysłania. '), _defineProperty(_pl$data, 'HELP_10_Desc_4', 'Wpisz cenę paliwa jaka została wyświetlona na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_5', 'Wpisz wyróżnik jaki został wyświetlony na komputerze z internetem w kroku pierwszym. '), _defineProperty(_pl$data, 'HELP_10_Desc_6', '"Limit Paliwa" ma domyślną wartość 21000. To pokryje koszty standardowej transakcji. Jeżeli będziesz wysyłać transakcję do kontraktu lub będziesz załączać jakieś dane do transakcji, musisz zwiększyć tą wartość. Nadpłata paliwa zostanie zwrócona. '), _defineProperty(_pl$data, 'HELP_10_Desc_7', 'Jeśli chcesz możesz załączyć dane do transakcji. Musisz wtedy jednak zapewnić więcej niż domyślne 21000 limitu paliwa. Dane wpisujemy w formacie HEX. '), _defineProperty(_pl$data, 'HELP_10_Desc_8', 'Wybierz Twój plik portfela -lub- klucz prywatny i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_10_Desc_9', 'Kliknij przycisk "Wygeneruj Transakcję". '), _defineProperty(_pl$data, 'HELP_10_Desc_10', 'W polu poniżej pojawią się dane podpisanej transakcji. Skopiuj jego zawartość na komputer z dostępem do internetu. '), _defineProperty(_pl$data, 'HELP_10_Desc_11', 'Na komputerze z internetem wklej podpisaną transakcję w pole tekstowe w kroku 3 i kliknij "Wyślij Transakcję". To spowoduje rozgłoszenie transakcji. '), _defineProperty(_pl$data, 'HELP_12_Title', '12) Jak zaimportować portfel utworzony w MyEtherWallet do geth / Ethereum Wallet / Mist? '), _defineProperty(_pl$data, 'HELP_12_Desc_1', 'Używając pliku Keystore Geth/Mist z MyEtherWallet v2+.... '), _defineProperty(_pl$data, 'HELP_12_Desc_2', 'Wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_3', 'Odblokuj portfel używając Twojego klucza prywatnego lub pliku portfela. '), _defineProperty(_pl$data, 'HELP_12_Desc_4', 'Wejdź na zakładkę "Moje Portfele". '), _defineProperty(_pl$data, 'HELP_12_Desc_5', 'Zaznacz portfel jaki chcesz zaimportować do Mist, kliknij ikonkę "Podgląd", wpisz hasło i wejdź do podglądu. '), _defineProperty(_pl$data, 'HELP_12_Desc_6', 'Znajdź sekcję "Plik Keystore/JSON (Zalecany · Szyfrowany · Format Mist/Geth)". Kliknij przycisk "Pobierz" pod spodem. W ten sposób uzyskałeś plik Keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_7', 'Uruchom aplikację Ethereum Wallet. '), _defineProperty(_pl$data, 'HELP_12_Desc_8', 'W menu programu wejdź w: "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pl$data, 'HELP_12_Desc_9', 'Otworzy się folder z plikami ustawień. Skopiuj pobrany przed chwilą plik portfela (`UTC--2016-04-14......../`) do folderu keystore. '), _defineProperty(_pl$data, 'HELP_12_Desc_10', 'Twój portfel powinien się od razu pojawić na zakładce "Accounts." '), _defineProperty(_pl$data, 'HELP_12_Desc_11', 'Używając nieszyfrowanego klucza prywatnego... '), _defineProperty(_pl$data, 'HELP_12_Desc_12', 'Jeżeli jeszcze nie posiadasz nieszyfrowanego klucza prywatnego, wejdź na zakładkę "Wyświetl informacje o portfelu". '), _defineProperty(_pl$data, 'HELP_12_Desc_13', 'Wybierz swój plik portfela i odblokuj portfel. '), _defineProperty(_pl$data, 'HELP_12_Desc_14', 'Skopiuj "Klucz Prywatny (nieszyfrowany)". '), _defineProperty(_pl$data, 'HELP_12_Desc_15', 'Jeśli pracujesz na Mac\'u: '), _defineProperty(_pl$data, 'HELP_12_Desc_15b', 'Jeśli pracujesz na PC\'cie: '), _defineProperty(_pl$data, 'HELP_12_Desc_16', 'Otwórz Text Edit i wklej do niego skopiowany klucz prywatny. '), _defineProperty(_pl$data, 'HELP_12_Desc_17', 'Wejdź do paska menu i kliknij "Format" -> "Make Plain Text". '), _defineProperty(_pl$data, 'HELP_12_Desc_18', 'Zapisz ten plik na `desktop/` jako `nic_specjalnego_usun_mnie.txt`. Podczas zapisywania ustaw "UTF-8" i "If no extension is provided use .txt". '), _defineProperty(_pl$data, 'HELP_12_Desc_19', 'Otwórz terminal systemowy i uruchom następującą komendę: `geth account import ~/Desktop/nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_20', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_21', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_22', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_12_Desc_23', 'Otwórz Notatnik i wklej klucz prywatny '), _defineProperty(_pl$data, 'HELP_12_Desc_24', 'Zapisz plik notatnika jako `nic_specjalnego_usun_mnie.txt` na `C:\\` '), _defineProperty(_pl$data, 'HELP_12_Desc_25', 'Uruchom wiersz poleceń i wykonaj komendę: `geth account import C:\\nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_26', 'Zostaniesz zapytany o hasło. To będzie hasło portfela w geth / Ethereum Wallet / Mist, które należy podać przy każdej transakcji, nie zapomnij tego hasła. '), _defineProperty(_pl$data, 'HELP_12_Desc_27', 'Po zaimportowaniu portfela, usuń `nic_specjalnego_usun_mnie.txt` '), _defineProperty(_pl$data, 'HELP_12_Desc_28', 'Po ponownym uruchomieniu aplikacji Ethereum Wallet Twój portfel pojawi się na zakładce "Accounts". '), _defineProperty(_pl$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pl$data, 'HELP_13_Desc_1', 'Oznacza to, że nie posiadasz wystarczającej ilości Ether na koncie, aby pokryć koszty paliwa. Każda transakcja (przesyłanie tokenów lub interakcja z kontraktem) wymaga paliwa, które jest opłacane w Ether\'ach. Wyświetlona wartość jest ilością potrzebną na pokrycie kosztów transakcji w Wei\'ach. Podziel tą liczbę przez `1000000000000000000` i odejmij wartość Ether, którą chciałeś wysłać (jeśli wysyłałeś Ether). Otrzymasz wartość, jaką musisz przesłać na swoje konto, aby wykonać transakcję.'), _defineProperty(_pl$data, 'HELP_14_Title', '14) Niektóre strony wykorzystują ruchy myszką przy generowaniu klucza prywatnego. MyEtherWallet tego nie robi. Czy generator liczb losowych w MyEtherWallet jest bezpieczny? '), _defineProperty(_pl$data, 'HELP_14_Desc_1', 'Chociaż generowanie liczb losowych przy udziale ruchów myszki jest sprytnie pomyślane i rozumiemy dlaczego ludzie to lubią, to jednak rzeczywistość jest taka, że window.crypto zapewnia większą entropię niż ruchy myszką. Generowanie z ruchów myszki nie jest niebezpieczne, ale my (oraz znaczna liczba innych ekspertów kryptografii) wierzymy w window.crypto. W dodatku MyEtherWallet może być używane na urządzeniach dotykowych. Tutaj można przeczytać [rozmowę rozeźlonego reddit\'ora i Vitalik\'a Buterin\'a odnośnie ruchów myszki kontra window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) a tutaj jest [specyfikacja window.crypto w3](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pl$data, 'HELP_15_Title', '15) Dlaczego portfel, który właśnie wygenerowałem nie pokazuje się w eksploratorze bloków? (np. etherchain, etherscan) '), _defineProperty(_pl$data, 'HELP_15_Desc_1', 'Adres pojawi się w eksploratorze bloków dopiero jak adres portfela będzie uczestniczył w jakichś transakcjach, np. jak wyślesz do niego jakieś środki. '), _defineProperty(_pl$data, 'HELP_16_Title', '16) Jak sprawdzić stan mojego konta? '), _defineProperty(_pl$data, 'HELP_16_Desc_1', 'Możesz użyć eksploratora bloków jak [etherscan.io](https://etherscan.io/). Wklej swój adres w wyszukiwarkę na stronie eksploratora, pokaże ona stan Twojego konta oraz historię transakcji. Tak na przykład wygląda nasze [konto donacji](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) na etherscan.io. '), _defineProperty(_pl$data, 'HELP_17_Title', '17) Dlaczeg stan mojego konta nie pojawia się, kiedy odblokowuje mój portfel? '), _defineProperty(_pl$data, 'HELP_17_Desc_1', 'Najprawdopodobniej przyczyną tego jest firewall. API, które używamy do odczytu stanu konta oraz jego konwersji jest często blokowane przez firewall z różnych przyczyn. Wciąż możesz wysyłać transakcje, jednak stan konta musisz sprawdzać w inny sposób, np. na [etherscan.io](https://etherscan.io/) '), _defineProperty(_pl$data, 'HELP_18_Title', '18) Gdzie jest plik mojego portfela w geth? '), _defineProperty(_pl$data, 'HELP_19_Title', '19) Gdzie jest plik mojego portfela w Mist? '), _defineProperty(_pl$data, 'HELP_19_Desc_1', 'Pliki programu Mist można znaleźć zazwyczaj w lokalizacjach wymienionych w pkt. 18, ale prościej jest uruchomić Mist, wybrać "Accounts" w górnym pasku, następnie "Backup" i "Accounts". Otworzy się folder, w którym znajdują się wspomniane pliki. '), _defineProperty(_pl$data, 'HELP_20_Title', '20) Gdzie jest mój plik portfela przed-sprzedaży? '), _defineProperty(_pl$data, 'HELP_20_Desc_1', 'Tam gdzie go zapisałeś ;). Był też wysłany mailem, sprawdź również tam. Szukaj pliku `"ethereum_wallet_backup.json"`. Portfel ten będzie zaszyfrowany hasłem jakie podałeś podczas procesu kupna na przed-sprzedaży. '), _defineProperty(_pl$data, 'HELP_21_Title', '21) Czy nie jest tak, że każdy może losowo sprawdzać różne klucze prywatne, a jak znajdzie taki ze środkami możę przelać je na swoje konto? '), _defineProperty(_pl$data, 'HELP_21_Desc_1', 'Krótka odpowiedź: Tak. Jednak znalezienie któregokolwiek ze środkami zajęłoby więcej czasu niż wszechświat istnieje... więc... nie. '), _defineProperty(_pl$data, 'HELP_21_Desc_2', 'Długa wersja (dla przedszkolaka): Ethereum bazuje na [Kryptografii Klucza Publicznego (ECC)](https://pl.wikipedia.org/wiki/Kryptografia_klucza_publicznego), a dokładnie na [Kryptografii Krzywych Eliptycznych](https://eprint.iacr.org/2013/734.pdf) które są bardzo szeroko stosowane, nie tylko w Ethereum. Większość serwerów jest chroniona przez ECC. Kolejne przykłady to Bitcoin, SSH, TLS i wiele innych. Klucze w Ethereum to dokładnie odmiana 256-bitowa, która jest silniejsza niż 128-bitowa i 192-bitowa, które również są wciąż szeroko stosowane oraz uznawane przez ekspertów za bezpieczne. '), _defineProperty(_pl$data, 'HELP_21_Desc_3', 'W tego typu zabezpieczeniu mamy 2 klucze: klucz prywatny i klucz publiczny. Z klucza prywatnego możemy szybko otrzymać klucz publiczny, ale otrzymanie klucza prywatnego z klucza publicznego jest niemożliwe. Biorąc pod uwagę, że cały internet i wszystkie sekrety świata używają tej metody kryptograficznej oznacza, że gdyby istniał sposób na otrzymanie klucza prywatnego z publicznego, to utrata Twoich środków z konta Ethereum byłaby najmniejszym zmartwieniem w świecie. '), _defineProperty(_pl$data, 'HELP_21_Desc_4', 'Idąc dalej, TAK jeżeli ktoś miałby Twój klucz prywatny mógłby z łatwością wypłacić środki z Twojego konta. Tak samo, jak by ktoś miał hasło do Twojego konta pocztowego, mógłby czytać Twoje maile, lub gdyby miał hasło bankowe, mógłby wypłacać z niego pieniądze. Możesz ściągnąć plik Keystore Twojego portfela, który jest kluczem prywatnym zaszyfrowanym hasłem. To jest tak jak by mieć hasło, które jest chronione innym hasłem. '), _defineProperty(_pl$data, 'HELP_21_Desc_5', 'Więc TAK, teoretycznie można by po prostu wpisywać 64 znaki w kodzie szesnastkowym do momentu trafienia na taki, który nie jest pusty. Co więcej zdolni ludzie mogą napisać program, który będzie bardzo szybko, automatycznie sprawdzał kolejne losowe kombinacje kluczy. Taka metoda nazywa się "brute-forcing" lub "mining". Różni ludzie zastanawiali się nad jej zastosowaniem długo i intensywnie. Z pomocą kilku wysokiej klasy serwerów mogliby być w stanie sprawdzać ponad 1 milion kluczy na sekundę. Jednak nawet wtedy koszt utrzymania pracy tych serwerów byłby wiele razy wyższy niż potencjalne zyski ze znalezienia jakichkolwiek środków. Bardziej prawdopodobne byłoby, że pierwsze trafienie nastąpi dopiero po śmierci Twojej i Twoich prawnuków. '), _defineProperty(_pl$data, 'HELP_21_Desc_6', 'Jeśli wiesz coś na temat Bitcoina, [to może dać Ci perspektywę:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Aby zilustrować jak mało prawdopodobne to jest: załóżmy, że każdy satoshi (najmniejsza część Bitcoina, 0.00000001 BTC), każdego Bitcoina jaki kiedykolwiek będzie istnieć (21 milionów), został wysłany na swój własny unikalny klucz prywatny. Prawdopodobieństwo, że spośród wszystkich tych kluczy 2 odpowiadałyby tym samym adresom jest jak 1 do 100 kwintylionów. '), _defineProperty(_pl$data, 'HELP_21_Desc_7', '[Jeżeli byś chciał coś bardziej technicznego:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Te liczby nie mają nic wspólnego z technologią na jakiej opiera się urządzenie. Są maksimami na jakie pozwala termodynamika, co silnie sugeruje, że skuteczne ataki brute-force przeciwko 256-bitowym kluczom będą nieosiągalne, dopóki komputery nie będą zbudowane z czegoś innego niż materia i będą zajmować trochę więcej niż wszechświat. '), _defineProperty(_pl$data, 'HELP_21_Desc_8', 'Oczywiście to wszystko ma miejsce przy założeniu, że klucze są generowane w prawdziwie losowy sposób i z wystarczającą entropią. Klucze tu wygenerowane spełniają te kryteria, tak samo jak klucze w Jaxx i Mist/geth. Portfele Ethereum są w większości całkiem niezłe. Z drugiej strony np. klucze wygenerowane przez ludzki umysł nie spełniają tych kryteriów, jako że ludzki umysł nie jest w stanie wygenerować prawdziwie losowego źródła. W otoczeniu Bitcoina w przeszłości pojawiło się kilka problemów związanych z brakiem odpowiedniej entropii lub brakiem pełnej losowości, ale to całkiem inny temat, być może na inny dzień. '), _defineProperty(_pl$data, 'HELP_SecCX_Title', 'Bezpieczeństwo - MyEtherWallet CX '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_1', 'Gdzie są zapisywane informacje przechowywane przez to rozszerzenie? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_2', 'Informacje przechowywane przez to Rozszerzenie Chrome jest zapisywane przez [chrome.storage](http://chrome.storage/). - w tym samym miejscu są przechowywane hasła zapisywane w przeglądarce Chrome. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_3', 'Jakie informacje są zapisywane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_4', 'Adres, nazwa konta, klucz prywatny są przechowywane w chrome.storage. Klucz prywatny jest zaszyfrowany hasłem jakie podano przy zakładaniu portfela. Nazwa i adres nie są szyfrowane. '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_5', 'Dlaczego adres i nazwa konta nie są szyfrowane? '), _defineProperty(_pl$data, 'HELP_SecCX_Desc_6', 'Jeżeli byśmy zaszyfrowali te informacje, konieczne było by podawanie hasła przy każdym sprawdzeniu stanu konta lub wyświetleniu jego nazwy. Jeśli to Cię niepokoi, możesz użyć MyEherWallet.com zamiast tego Rozszerzenia Chrome. '), _defineProperty(_pl$data, 'HELP_Sec_Title', 'Bezpieczeństwo '), _defineProperty(_pl$data, 'HELP_Sec_Desc_1', 'Jeśli pierwszym pytaniem jakie Ci się nasuwa jest "Dlaczego miałbym zaufać tym gościom?", to prawidłowy odruch. Być może to pozwoli Ci załagodzić obawy: '), _defineProperty(_pl$data, 'HELP_Sec_Desc_2', 'Działamy od sierpnia 2015. Jeśli wyszukasz ["myetherwallet" na reddit](https://www.reddit.com/search?q=myetherwallet), możesz znaleźć wielu ludzi, którzy używają naszego kodu bez najmniejszych problemów. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_3', 'Nie ukradniemy Twoich pieniędzy ani Twoich kluczy prywatnych. Ta strona nie zawiera złośliwego kodu. W zasadzie, zakładka "Generuj Portfel" działa w pełni po stronie klienckiej. Oznacza to, że cały kod jest uruchamiany wyłącznie na **Twoim komputerze**, a jego rezultat nigdzie nie jest zapisywany ani nigdzie przesyłany. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_4', 'Sprawdź adres URL -- Ta strona jest serwowana przez GitHub. Kod źródłowy jest dostępny pod: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Strona jest dostępna pod domenami: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pl$data, 'HELP_Sec_Desc_5', 'Do generowania portfeli możesz pobrać [kod źródłowy](https://github.com/kvhnuke/etherwallet/releases/latest). Zobacz punkt 5 powyżej. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_6', 'Wykonaj test i sprawdź jakie połączenia sieciowe są aktywowane. Najprostszą metodą jest kliknięcie prawym przyciskiem myszy na stronie i "Zbadaj". Przejdź na zakładkę "Network". Wygeneruj testowy portfel. Zobaczysz, że nie są aktywowane żadne połączenia. Możesz zobaczyć coś wyglądającego jak data:image/gif i data:image/png. To są kody QR generowane... na Twoim komputerze... przez Twój komputer. Żadne dane nie były transferowane. '), _defineProperty(_pl$data, 'HELP_Sec_Desc_8', 'Jeśli nie czujesz się komfortowo używając tego oprogramowania, bez względu na wszystko, nie używaj go. Stworzyliśmy te narzędzia jako pomoc w generowaniu nowych portfeli i wykonywaniu transakcji bez potrzeby zagłębiania się w linię poleceń lub prowadzenia pełnego węzła. Jeszcze raz, nie krępuj się z nami skontaktować jeżeli masz jakieś wątpliwości. Postaramy się odpowiedzieć tak szybko jak to możliwe. Dzięki! '), _defineProperty(_pl$data, 'HELP_FAQ_Title', 'Więcej Pomocnych Odpowiedzi na Często Zadawane Pytania (tylko angielski) '), _defineProperty(_pl$data, 'HELP_Contact_Title', 'Sposoby Nawiązania Kontaktu (tylko angielski)'), _pl$data); module.exports = pl; @@ -17512,7 +17509,7 @@ pt.data = (_pt$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_pt$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pt$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pt$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pt$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pt$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pt$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pt$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pt$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pt$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pt$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pt$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pt$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pt$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_pt$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_pt$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_pt$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_pt$data, 'x_ReadMore', 'Read More'), _defineProperty(_pt$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_pt$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_pt$data, 'x_TXFee', 'TX Fee'), _defineProperty(_pt$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pt$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_pt$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_pt$data, 'tx_Details', 'Transaction Details'), _defineProperty(_pt$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pt$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_pt$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_pt$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_pt$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_pt$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_pt$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_pt$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_pt$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_pt$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_pt$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_pt$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_pt$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_pt$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_pt$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pt$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pt$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pt$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pt$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pt$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pt$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pt$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pt$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pt$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pt$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pt$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pt$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pt$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pt$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pt$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pt$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pt$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pt$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pt$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pt$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pt$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pt$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pt$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pt$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pt$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pt$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pt$data, 'NAV_AddWallet', 'Adicionar Carteira '), _defineProperty(_pt$data, 'NAV_BulkGenerate', 'Gerar Bulk '), _defineProperty(_pt$data, 'NAV_Contact', 'Contato '), _defineProperty(_pt$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_pt$data, 'NAV_DeployContract', 'Implantar Contrato '), _defineProperty(_pt$data, 'NAV_ENS', 'ENS'), _defineProperty(_pt$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_pt$data, 'NAV_GenerateWallet', 'Gerar Carteira '), _defineProperty(_pt$data, 'NAV_Help', 'Ajuda '), _defineProperty(_pt$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_pt$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_pt$data, 'NAV_MyWallets', 'Minhas Carteiras '), _defineProperty(_pt$data, 'NAV_Offline', 'Enviar Offline '), _defineProperty(_pt$data, 'NAV_SendEther', 'Enviar Ether & Tokens '), _defineProperty(_pt$data, 'NAV_SendTokens', 'Enviar Tokens '), _defineProperty(_pt$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_pt$data, 'NAV_Swap', 'Exchange '), _defineProperty(_pt$data, 'NAV_ViewWallet', 'Ver Informação da Carteira '), _defineProperty(_pt$data, 'NAV_YourWallets', 'Suas Carteiras '), _defineProperty(_pt$data, 'x_Access', 'Access '), _defineProperty(_pt$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Você deve saber sua "Conta #" ou sua "Chave Pública". É o que você enviar para que as pessoas possam enviar-lhe ether. Esse ícone é uma maneira fácil de reconhecer o seu endereço. '), _defineProperty(_pt$data, 'x_Address', 'Seu Endereço '), _defineProperty(_pt$data, 'x_Cancel', 'Cancelar '), _defineProperty(_pt$data, 'x_CSV', 'Arquivo CSV (não criptografado) '), _defineProperty(_pt$data, 'x_Download', 'Download '), _defineProperty(_pt$data, 'x_Json', 'Arquivo JSON (não criptografada) '), _defineProperty(_pt$data, 'x_JsonDesc', 'Este é o descriptografado, formato JSON da sua chave privada. Isto significa que você não precisa da senha, mas qualquer um que encontrar o seu JSON pode acessar sua carteira & Éter sem a senha. '), _defineProperty(_pt$data, 'x_Keystore', 'Arquivo de armazenamento de chaves (UTC / JSON · Recomendado · Criptografado) '), _defineProperty(_pt$data, 'x_Keystore2', 'Arquivo de armazenamento de chaves (UTC / JSON) '), _defineProperty(_pt$data, 'x_KeystoreDesc', 'Este arquivo de armazenamento de chaves corresponde ao formato usado pela Mist para que você possa facilmente importá-lo no futuro. É recomendado que o arquivo seja transferido e feito seu backup. '), _defineProperty(_pt$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pt$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_pt$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_pt$data, 'x_Password', 'Senha '), _defineProperty(_pt$data, 'x_Print', 'Imprimir Carteira de Papel '), _defineProperty(_pt$data, 'x_PrintDesc', 'Dica: Clique impressão e salve como PDF, mesmo se você não possui uma impressora! '), _defineProperty(_pt$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_pt$data, 'x_PrivKey', 'Chave Privada (não criptografada) '), _defineProperty(_pt$data, 'x_PrivKey2', 'Chave Privada '), _defineProperty(_pt$data, 'x_PrivKeyDesc', 'Essa é a versão de texto não criptografada da sua chave privada, o que significa que nenhuma senha é necessária. Se alguém encontrar a sua chave privada sem criptografia, eles podem acessar sua carteira sem a senha. Por esta razão, as versões codificadas são tipicamente recomendadas. '), _defineProperty(_pt$data, 'x_Save', 'Salvar '), _defineProperty(_pt$data, 'x_TXT', 'Arquivo TXT (não criptografado) '), _defineProperty(_pt$data, 'x_Wallet', 'Carteira '), _defineProperty(_pt$data, 'MEW_Warning_1', 'Sempre verifique a URL antes de acessar sua carteira ou criar uma nova carteira. Cuidado com os sites de phishing! '), _defineProperty(_pt$data, 'CX_Warning_1', 'Certifique-se de que você tem ** backups externos ** de quaisquer carteiras armazenadas aqui. Muitas coisas podem acontecer que faria com que você perdesse os dados nesta extensão Chrome, incluindo desinstalar e reinstalar a extensão. Esta extensão é uma maneira de acessar facilmente as suas carteiras, ** não ** uma forma de apoiá-los. '), _defineProperty(_pt$data, 'MEW_Tagline', 'Fonte aberta JavaScript para o client-side da Carteira Ether '), _defineProperty(_pt$data, 'CX_Tagline', 'Fonte Aberta JavaScript para o client-side da Carteira Ether para extensão do Chrome '), _defineProperty(_pt$data, 'FOOTER_1', 'Uma fonte aberta, javascript, ferramenta do client-side para gerar Carteiras Ethereum & envio de transações. '), _defineProperty(_pt$data, 'FOOTER_1b', 'Criado por '), _defineProperty(_pt$data, 'FOOTER_2', 'Doações serão muito apreciadas: '), _defineProperty(_pt$data, 'FOOTER_3', 'Carteira Client-side gerada por '), _defineProperty(_pt$data, 'FOOTER_4', 'Aviso Legal '), _defineProperty(_pt$data, 'sidebar_AccountInfo', 'Informações da Conta '), _defineProperty(_pt$data, 'sidebar_AccountAddr', 'Endereço da Conta '), _defineProperty(_pt$data, 'sidebar_AccountBal', 'Saldo da Conta '), _defineProperty(_pt$data, 'sidebar_TokenBal', 'Saldo de Tokens '), _defineProperty(_pt$data, 'sidebar_Equiv', 'Valor Equivalente '), _defineProperty(_pt$data, 'sidebar_TransHistory', 'Histórico de Transações '), _defineProperty(_pt$data, 'sidebar_donation', 'MyEtherWallet é grátis, um serviço de fonte aberta dedicado a sua privacidade e segurança. Quanto mais doações nós recebermos, mais podemos gastar criando novidade, ouvindo seu feedback, e entregando o que você deseja. Somos apenas duas pessoas tentando mudar o mundo. Ajude-nos? '), _defineProperty(_pt$data, 'sidebar_donate', 'De '), _defineProperty(_pt$data, 'sidebar_thanks', 'OBRIGADO!!! '), _defineProperty(_pt$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_pt$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_pt$data, 'decrypt_Access', 'Como você gostaria de acessar sua carteira? '), _defineProperty(_pt$data, 'decrypt_Title', 'Selecione o formato da sua chave privada: '), _defineProperty(_pt$data, 'decrypt_Select', 'Selecione uma Carteira: '), _defineProperty(_pt$data, 'ADD_Label_1', 'O que você gostaria de fazer? '), _defineProperty(_pt$data, 'ADD_Radio_1', 'Gerar Nova Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2', 'Selecione seu arquivo da Carteira (Keystore / JSON) '), _defineProperty(_pt$data, 'ADD_Radio_2_alt', 'Selecione seu arquivo da Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2_short', 'SELECIONE O ARQUIVO DA CARTEIRA... '), _defineProperty(_pt$data, 'ADD_Radio_3', 'Cole/Digite sua Chave Privada '), _defineProperty(_pt$data, 'ADD_Radio_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Radio_5', 'Cole/Digite sua Mnemonic '), _defineProperty(_pt$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_pt$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pt$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_pt$data, 'ADD_Label_2', 'Crie um Apelido: '), _defineProperty(_pt$data, 'ADD_Label_3', 'Sua carteira é criptografada. Por favor, insira a senha '), _defineProperty(_pt$data, 'ADD_Label_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Warning_1', 'Você pode adicionar qualquer conta para "ver" na tab de carteiras sem fazer o upload da chave privada. Isso significa que você ** não ** tem acesso a essa carteira, nem pode transferir Ether a partir dela. '), _defineProperty(_pt$data, 'ADD_Label_5', 'Insira o Endereço '), _defineProperty(_pt$data, 'ADD_Label_6', 'Desbloqueie sua Carteira '), _defineProperty(_pt$data, 'ADD_Label_6_short', 'Desbloqueie '), _defineProperty(_pt$data, 'ADD_Label_7', 'Adicionar Conta '), _defineProperty(_pt$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pt$data, 'GEN_desc', 'Se você quer gerar multiplas carteiras. você pode fazer isso aqui '), _defineProperty(_pt$data, 'GEN_Label_1', 'Insira uma senha forte (pelo menos 9 dígitos) '), _defineProperty(_pt$data, 'GEN_Placeholder_1', 'NÃO esqueça de salvar isso! '), _defineProperty(_pt$data, 'GEN_SuccessMsg', 'Sucesso! Sua carteira foi gerada. '), _defineProperty(_pt$data, 'GEN_Label_2', 'Salve seu arquivo de armazenamento de chaves. Não esqueça da sua senha acima. '), _defineProperty(_pt$data, 'GEN_Label_3', 'Salve Seu Enderço. '), _defineProperty(_pt$data, 'GEN_Label_4', 'Opcional: Imprima sua carteira de papel, ou guarde a versão do código QR. '), _defineProperty(_pt$data, 'BULK_Label_1', 'Número de Carteiras a gerar '), _defineProperty(_pt$data, 'BULK_Label_2', 'Gerar Carteiras '), _defineProperty(_pt$data, 'BULK_SuccessMsg', 'Sucesso! Suas carteiras foram geradas. '), _defineProperty(_pt$data, 'SEND_addr', 'Para o Endereço '), _defineProperty(_pt$data, 'SEND_amount', 'Valor a enviar '), _defineProperty(_pt$data, 'SEND_amount_short', 'Valor '), _defineProperty(_pt$data, 'SEND_custom', 'Adicionar token personalizado '), _defineProperty(_pt$data, 'SEND_gas', 'Gás '), _defineProperty(_pt$data, 'SEND_TransferTotal', 'Enviar o Salto Total '), _defineProperty(_pt$data, 'SEND_generate', 'Gerar Transação '), _defineProperty(_pt$data, 'SEND_raw', 'Transação Raw '), _defineProperty(_pt$data, 'SEND_signed', 'Transação Assinada '), _defineProperty(_pt$data, 'SEND_trans', 'Enviar Transação '), _defineProperty(_pt$data, 'SENDModal_Title', 'Cuidado! '), _defineProperty(_pt$data, 'SENDModal_Content_1', 'Você está prestes a enviar '), _defineProperty(_pt$data, 'SENDModal_Content_2', 'para o endereço '), _defineProperty(_pt$data, 'SENDModal_Content_3', 'Você tem certeza que quer fazer isso? '), _defineProperty(_pt$data, 'SENDModal_Content_4', 'NOTA: Se você encontrar um erro, você provavelmente precisará adicionar ether a sua conta para cobrir o custo do gás para o envio de tokens. Gás é pago em ether. '), _defineProperty(_pt$data, 'SENDModal_No', 'Não, me tire daqui! '), _defineProperty(_pt$data, 'SENDModal_Yes', 'Sim, eu tenho certeza! Faça a transação. '), _defineProperty(_pt$data, 'TOKEN_Addr', 'Endereço do Token Contract '), _defineProperty(_pt$data, 'TOKEN_Symbol', 'Símbolo do Token '), _defineProperty(_pt$data, 'TOKEN_Dec', 'Decimais '), _defineProperty(_pt$data, 'TOKEN_show', 'Mostre todos os Tokens '), _defineProperty(_pt$data, 'TOKEN_hide', 'Esconder Tokens '), _defineProperty(_pt$data, 'TRANS_desc', ''), _defineProperty(_pt$data, 'TRANS_warning', 'Se você estiver usando somente "ETH" ou "ETC" Funções que você está enviando através de um contrato. Alguns serviços têm problemas para aceitar essas transações. Leia mais. '), _defineProperty(_pt$data, 'TRANS_advanced', '+Avançado: Adicionar dados '), _defineProperty(_pt$data, 'TRANS_data', 'Dados '), _defineProperty(_pt$data, 'TRANS_gas', 'Gás Limit '), _defineProperty(_pt$data, 'TRANS_sendInfo', 'Uma transação padrão usando 21000 gás irá custar 0.000441 ETH. Nós usamos um preço ligeiramente acima do mínima de gás de 0,000000021 ETH para garantir que ele seja minado rapidamente. Nós não recebemos nenhuma taxa de transação. '), _defineProperty(_pt$data, 'TRANSModal_Title', '"Só ETH" e "Só ETC" Transações '), _defineProperty(_pt$data, 'TRANSModal_Content_0', 'Uma nota sobre diferentes transações e diferentes serviços: '), _defineProperty(_pt$data, 'TRANSModal_Content_1', '**ETH (Transação Padrão): ** Isso gera uma transação padrão diretamente de um endereço para outro. Tem um gás padrão de 21000. É provável que qualquer ETH enviados através deste método serão repetidos para a cadeia ETC.. '), _defineProperty(_pt$data, 'TRANSModal_Content_2', '**Só ETH: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETH**. '), _defineProperty(_pt$data, 'TRANSModal_Content_3', '**Só ETC: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETC**. '), _defineProperty(_pt$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Envia somente via Transação Padrão. Se você enviar via contrato "único", você vai precisar contatar a equipe de suporte para adicionar manualmente o seu balanço ou reembolsá-lo. [Pode tentar Shapeshift\'s ferramenta de "mistura".](https://split.shapeshift.io/) '), _defineProperty(_pt$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Sem problemas conhecidos. Use qualquer um. '), _defineProperty(_pt$data, 'TRANSModal_Yes', 'Legal, agora eu entendi. '), _defineProperty(_pt$data, 'TRANSModal_No', 'Oh Deus, eu fiquei mais confuso. Ajude-me. '), _defineProperty(_pt$data, 'OFFLINE_Title', 'Gere & Envie Transações Offline '), _defineProperty(_pt$data, 'OFFLINE_Desc', 'Gerar transações offline pode ser feita em três passos. Você vai completar os passos 1 e 3 em um computador online, e o passo 2 em um computador offline/airgapped. Isto garante que suas chaves privadas não sejam utilizadas em um dispositivo conectado à internet. '), _defineProperty(_pt$data, 'OFFLLINE_Step1_Title', 'Passo 1: Gerar a Informação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step1_Button', 'Gerar Informaçoes '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_1', 'Do Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_2', 'Nota: Este é o endereço de partina, não o endereço de destino. O valor aleatório é gerado a partir da conta de origem. Se estiver usando um computador airgapped, seria o endereço da conta de armazenagem a frio. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer) '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_1', 'Para o Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantia para Enviar '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3', 'Preço do Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4', 'Limite de Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4b', '21000 é o limite de gás padrão. Quando você envia contratos ou adiciona os dados, isso pode ter de ser diferente. Qualquer gás não utilizado será devolvido a você. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6', 'Dados '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6b', 'Isto é opcional. Os dados são frequentemente utilizados quando se envia transações com contratos. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_7', 'Insira / Selecione sua Chave Privada / JSON. '), _defineProperty(_pt$data, 'OFFLINE_Step3_Title', 'Passo 3: Envia / Publica a Transação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step3_Label_1', 'Cole a transação assinada do Passo 2 e aperte o botão "ENVIAR TRANSAÇÃO". '), _defineProperty(_pt$data, 'MYWAL_Nick', 'Apelido da Carteira '), _defineProperty(_pt$data, 'MYWAL_Address', 'Endereço da Carteira '), _defineProperty(_pt$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_pt$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_pt$data, 'MYWAL_View', 'Ver '), _defineProperty(_pt$data, 'MYWAL_Remove', 'Remover '), _defineProperty(_pt$data, 'MYWAL_RemoveWal', 'Remover Carteira: '), _defineProperty(_pt$data, 'MYWAL_WatchOnly', 'Suas contas somente de exibição '), _defineProperty(_pt$data, 'MYWAL_Viewing', 'Exibindo Carteira '), _defineProperty(_pt$data, 'MYWAL_Hide', 'Esconder Info da Carteira '), _defineProperty(_pt$data, 'MYWAL_Edit_2', 'Editar Carteira '), _defineProperty(_pt$data, 'MYWAL_Name', 'Nome da Carteira '), _defineProperty(_pt$data, 'MYWAL_Content_1', 'Cuidado! Você está prestes a remover sua carteira '), _defineProperty(_pt$data, 'MYWAL_Content_2', 'Certifique-se de que **salvou a chave privada e / ou o Arquivo do Keystore e a senha** antes de removê-la. '), _defineProperty(_pt$data, 'MYWAL_Content_3', 'Se pretender utilizar esta carteira com o MyEtherWallet CX no futuro, terá de voltar a adicioná-la manualmente utilizando a chave privada/JSON e a palavra-passe. '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_pt$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_pt$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pt$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pt$data, 'MNEM_1', 'Por favor, selecione o endereço com o qual você gostaria de interagir. '), _defineProperty(_pt$data, 'MNEM_2', 'Sua frase HD mnemônica única pode acessar uma série de carteiras/endereços. Por favor, selecione o endereço com o qual você gostaria interagir neste momento. '), _defineProperty(_pt$data, 'MNEM_more', 'Mais Endereços '), _defineProperty(_pt$data, 'MNEM_prev', 'Endereço Anterior '), _defineProperty(_pt$data, 'x_Ledger', 'Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_1', 'Conectar-se a Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_2', 'Abra a aplicação Ethereum (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Exp', 'Abra a aplicação Expanse (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Ubq', 'Abra a aplicação Ubiq (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_3', 'Verifique se o Suporte do Navegador está habilitado em Configurações '), _defineProperty(_pt$data, 'ADD_Ledger_scan', 'Conectar-se a Ledger Wallet '), _defineProperty(_pt$data, 'ADD_Ledger_4', 'Se nenhum suporte de navegador for encontrado nas configurações, verifique se [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pt$data, 'ADD_Ledger_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_Ledger_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'WARN_Send_Link', 'Você chegou através de um link que tem o endereço, quantidade de gás, ou campos de dados preenchidos para você. Você pode alterar qualquer informação antes de enviar. Desbloqueie sua carteira para começar. '), _defineProperty(_pt$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_pt$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_scan', 'Conectar-se a Digital Bitbox '), _defineProperty(_pt$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_pt$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_pt$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_pt$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pt$data, 'NODE_Name', 'Node Name'), _defineProperty(_pt$data, 'NODE_Port', 'Node Port'), _defineProperty(_pt$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_pt$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_pt$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_pt$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_pt$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_pt$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_pt$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_pt$data, 'CONTRACT_Read', 'READ '), _defineProperty(_pt$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_pt$data, 'DEP_generate', 'Gerar Bytecode '), _defineProperty(_pt$data, 'DEP_generated', 'Bytecode Gerado '), _defineProperty(_pt$data, 'DEP_signtx', 'Transação Assinada '), _defineProperty(_pt$data, 'DEP_interface', 'Interface Gerada '), _defineProperty(_pt$data, 'SWAP_rates', "Current Rates "), _defineProperty(_pt$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_pt$data, 'SWAP_init_2', " for "), _defineProperty(_pt$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_pt$data, 'SWAP_information', "Your Information "), _defineProperty(_pt$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_pt$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_pt$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_pt$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_pt$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_pt$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_pt$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_pt$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pt$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_pt$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_pt$data, 'SWAP_progress_3', "Received! "), _defineProperty(_pt$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_pt$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_pt$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_pt$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_pt$data, 'MSG_message', 'Message '), _defineProperty(_pt$data, 'MSG_date', 'Date '), _defineProperty(_pt$data, 'MSG_signature', 'Signature '), _defineProperty(_pt$data, 'MSG_verify', 'Verify Message '), _defineProperty(_pt$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_pt$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_pt$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_pt$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_pt$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_pt$data, 'ERROR_0', 'Please enter a valid amount.'), _defineProperty(_pt$data, 'ERROR_1', 'Your password must be at least 9 characters. Please ensure it is a strong password. '), _defineProperty(_pt$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_pt$data, 'ERROR_3', 'This is not a valid wallet file. '), _defineProperty(_pt$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units '), _defineProperty(_pt$data, 'ERROR_5', 'Please enter a valid address. '), _defineProperty(_pt$data, 'ERROR_6', 'Please enter a valid password. '), _defineProperty(_pt$data, 'ERROR_7', 'Please enter valid decimals (Must be integer, 0-18). '), _defineProperty(_pt$data, 'ERROR_8', 'Please enter a valid gas limit (Must be integer. Try 21000-4000000). '), _defineProperty(_pt$data, 'ERROR_9', 'Please enter a valid data value (Must be hex). '), _defineProperty(_pt$data, 'ERROR_10', 'Please enter a valid gas price. (Must be integer. Try 20 GWEI (20000000000 WEI)'), _defineProperty(_pt$data, 'ERROR_11', 'Please enter a valid nonce (Must be integer).'), _defineProperty(_pt$data, 'ERROR_12', 'Invalid signed transaction. '), _defineProperty(_pt$data, 'ERROR_13', 'A wallet with this nickname already exists. '), _defineProperty(_pt$data, 'ERROR_14', 'Wallet not found. '), _defineProperty(_pt$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_pt$data, 'ERROR_16', 'A wallet with this address already exists in storage. Please check your wallets page. '), _defineProperty(_pt$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_pt$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_pt$data, 'ERROR_19', 'Please enter a valid symbol'), _defineProperty(_pt$data, 'ERROR_20', 'Não é um token ERC-20 válido '), _defineProperty(_pt$data, 'ERROR_21', 'Não foi possível estimar o gás. Não há fundos suficientes na conta, ou o endereço do contrato de recebimento iria lançar um erro. Sinta-se livre para definir manualmente o gás e prossiga. A mensagem de erro ao enviar pode ser mais informativa. '), _defineProperty(_pt$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_pt$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_pt$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_pt$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_pt$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_pt$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_pt$data, 'ERROR_28', '**Você precisa do seu arquivo de armazenamento de chaves & senha** (ou Chave Privada) para acessar essa carteira no futuro. Por favor, salve e armazene ela externamente! Não há como recuperar uma carteira se você não salvar isso. Leia a [página de ajuda](https://www.myetherwallet.com/#help) para instruções. '), _defineProperty(_pt$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_pt$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_pt$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_pt$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_pt$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_pt$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pt$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_pt$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_pt$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_pt$data, 'SUCCESS_1', 'Valid address '), _defineProperty(_pt$data, 'SUCCESS_2', 'Wallet successfully decrypted '), _defineProperty(_pt$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_pt$data, 'SUCCESS_4', 'Your wallet was successfully added '), _defineProperty(_pt$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_pt$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_pt$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_pt$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_pt$data, 'GETH_InvalidSender', 'Invalid sender '), _defineProperty(_pt$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_pt$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_pt$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_pt$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_pt$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_pt$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_pt$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_pt$data, 'GETH_NegativeValue', 'Negative value '), _defineProperty(_pt$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_pt$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_pt$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_pt$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_pt$data, 'translate_version', '0.3 '), _defineProperty(_pt$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_pt$data, 'TranslatorName_1', '[ Pedro "ShooterXD" Vieira ](https://www.myetherwallet.com/?gaslimit=21000&to=0x24eB7d82166361A8B69adE6FEA187Cb00FD7c7E1&value=1.0#send-transaction) '), _defineProperty(_pt$data, 'TranslatorAddr_1', ''), _defineProperty(_pt$data, 'TranslatorName_2', '[ Marcos Faria Arruda ](https://www.jusadvisor.com)'), _defineProperty(_pt$data, 'TranslatorAddr_2', 'https://www.jusadvisor.com'), _defineProperty(_pt$data, 'TranslatorName_3', ''), _defineProperty(_pt$data, 'TranslatorAddr_3', ''), _defineProperty(_pt$data, 'TranslatorName_4', ''), _defineProperty(_pt$data, 'TranslatorAddr_4', ''), _defineProperty(_pt$data, 'TranslatorName_5', ''), _defineProperty(_pt$data, 'TranslatorAddr_5', ''), _defineProperty(_pt$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_pt$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_pt$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_pt$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_pt$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_pt$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_pt$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_pt$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_pt$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_pt$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_pt$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_pt$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_pt$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_pt$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_pt$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_pt$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_pt$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_pt$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_pt$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_pt$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_pt$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_pt$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pt$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_pt$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_pt$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_pt$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_pt$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_pt$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_pt$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_pt$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_pt$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_pt$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_pt$data, 'HELP_4_Desc_2', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_pt$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_pt$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_pt$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_pt$data, 'HELP_4CX_Desc_12', 'Using "Enviar Ether & Tokens" Page '), _defineProperty(_pt$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_pt$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_pt$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_pt$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_pt$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_pt$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_pt$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_pt$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_pt$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_pt$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_pt$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_pt$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_pt$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_pt$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_pt$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_pt$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_pt$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_pt$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_pt$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_pt$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_pt$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_pt$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_pt$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_pt$data, 'HELP_9_Title', '9) Is the "Enviar Ether & Tokens" page offline? '), _defineProperty(_pt$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_pt$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_pt$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_pt$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_pt$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_pt$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_pt$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_pt$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_pt$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_pt$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_pt$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_pt$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_pt$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_pt$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pt$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_pt$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_pt$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_pt$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_pt$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_pt$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_pt$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_pt$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_pt$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_pt$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_pt$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_pt$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pt$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_pt$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_pt$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pt$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_pt$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_pt$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_pt$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_pt$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_pt$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_pt$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_pt$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_pt$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_pt$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_pt$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_pt$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_pt$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_pt$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_pt$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_pt$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_pt$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_pt$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_pt$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_pt$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_pt$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_pt$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_pt$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pt$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_pt$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_pt$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _pt$data); +}, _defineProperty(_pt$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_pt$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_pt$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_pt$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_pt$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_pt$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_pt$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_pt$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_pt$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_pt$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_pt$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_pt$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_pt$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_pt$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_pt$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_pt$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_pt$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_pt$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_pt$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_pt$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_pt$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_pt$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_pt$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_pt$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_pt$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_pt$data, 'x_ReadMore', 'Read More'), _defineProperty(_pt$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_pt$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_pt$data, 'x_TXFee', 'TX Fee'), _defineProperty(_pt$data, 'x_TxHash', 'TX Hash'), _defineProperty(_pt$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_pt$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_pt$data, 'tx_Details', 'Transaction Details'), _defineProperty(_pt$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_pt$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_pt$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_pt$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_pt$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_pt$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_pt$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_pt$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_pt$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_pt$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_pt$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_pt$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_pt$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_pt$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_pt$data, 'GEN_Help_1', 'Use your'), _defineProperty(_pt$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_pt$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_pt$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_pt$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_pt$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_pt$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_pt$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_pt$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_pt$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_pt$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_pt$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_pt$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_pt$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_pt$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_pt$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_pt$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_pt$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_pt$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_pt$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_pt$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_pt$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_pt$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_pt$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_pt$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_pt$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_pt$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_pt$data, 'NAV_AddWallet', 'Adicionar Carteira '), _defineProperty(_pt$data, 'NAV_BulkGenerate', 'Gerar Bulk '), _defineProperty(_pt$data, 'NAV_Contact', 'Contato '), _defineProperty(_pt$data, 'NAV_Contracts', 'Contratos '), _defineProperty(_pt$data, 'NAV_DeployContract', 'Implantar Contrato '), _defineProperty(_pt$data, 'NAV_ENS', 'ENS'), _defineProperty(_pt$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_pt$data, 'NAV_GenerateWallet', 'Gerar Carteira '), _defineProperty(_pt$data, 'NAV_Help', 'Ajuda '), _defineProperty(_pt$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_pt$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_pt$data, 'NAV_MyWallets', 'Minhas Carteiras '), _defineProperty(_pt$data, 'NAV_Offline', 'Enviar Offline '), _defineProperty(_pt$data, 'NAV_SendEther', 'Enviar Ether & Tokens '), _defineProperty(_pt$data, 'NAV_SendTokens', 'Enviar Tokens '), _defineProperty(_pt$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_pt$data, 'NAV_Swap', 'Exchange '), _defineProperty(_pt$data, 'NAV_ViewWallet', 'Ver Informação da Carteira '), _defineProperty(_pt$data, 'NAV_YourWallets', 'Suas Carteiras '), _defineProperty(_pt$data, 'x_Access', 'Access '), _defineProperty(_pt$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Você deve saber sua "Conta #" ou sua "Chave Pública". É o que você enviar para que as pessoas possam enviar-lhe ether. Esse ícone é uma maneira fácil de reconhecer o seu endereço. '), _defineProperty(_pt$data, 'x_Address', 'Seu Endereço '), _defineProperty(_pt$data, 'x_Cancel', 'Cancelar '), _defineProperty(_pt$data, 'x_CSV', 'Arquivo CSV (não criptografado) '), _defineProperty(_pt$data, 'x_Download', 'Download '), _defineProperty(_pt$data, 'x_Json', 'Arquivo JSON (não criptografada) '), _defineProperty(_pt$data, 'x_JsonDesc', 'Este é o descriptografado, formato JSON da sua chave privada. Isto significa que você não precisa da senha, mas qualquer um que encontrar o seu JSON pode acessar sua carteira & Éter sem a senha. '), _defineProperty(_pt$data, 'x_Keystore', 'Arquivo de armazenamento de chaves (UTC / JSON · Recomendado · Criptografado) '), _defineProperty(_pt$data, 'x_Keystore2', 'Arquivo de armazenamento de chaves (UTC / JSON) '), _defineProperty(_pt$data, 'x_KeystoreDesc', 'Este arquivo de armazenamento de chaves corresponde ao formato usado pela Mist para que você possa facilmente importá-lo no futuro. É recomendado que o arquivo seja transferido e feito seu backup. '), _defineProperty(_pt$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_pt$data, 'x_Mnemonic', 'Frase Mnemonic '), _defineProperty(_pt$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_pt$data, 'x_Password', 'Senha '), _defineProperty(_pt$data, 'x_Print', 'Imprimir Carteira de Papel '), _defineProperty(_pt$data, 'x_PrintDesc', 'Dica: Clique impressão e salve como PDF, mesmo se você não possui uma impressora! '), _defineProperty(_pt$data, 'x_PrintShort', 'Imprimir '), _defineProperty(_pt$data, 'x_PrivKey', 'Chave Privada (não criptografada) '), _defineProperty(_pt$data, 'x_PrivKey2', 'Chave Privada '), _defineProperty(_pt$data, 'x_PrivKeyDesc', 'Essa é a versão de texto não criptografada da sua chave privada, o que significa que nenhuma senha é necessária. Se alguém encontrar a sua chave privada sem criptografia, eles podem acessar sua carteira sem a senha. Por esta razão, as versões codificadas são tipicamente recomendadas. '), _defineProperty(_pt$data, 'x_Save', 'Salvar '), _defineProperty(_pt$data, 'x_TXT', 'Arquivo TXT (não criptografado) '), _defineProperty(_pt$data, 'x_Wallet', 'Carteira '), _defineProperty(_pt$data, 'MEW_Warning_1', 'Sempre verifique a URL antes de acessar sua carteira ou criar uma nova carteira. Cuidado com os sites de phishing! '), _defineProperty(_pt$data, 'CX_Warning_1', 'Certifique-se de que você tem ** backups externos ** de quaisquer carteiras armazenadas aqui. Muitas coisas podem acontecer que faria com que você perdesse os dados nesta extensão Chrome, incluindo desinstalar e reinstalar a extensão. Esta extensão é uma maneira de acessar facilmente as suas carteiras, ** não ** uma forma de apoiá-los. '), _defineProperty(_pt$data, 'MEW_Tagline', 'Fonte aberta JavaScript para o client-side da Carteira Ether '), _defineProperty(_pt$data, 'CX_Tagline', 'Fonte Aberta JavaScript para o client-side da Carteira Ether para extensão do Chrome '), _defineProperty(_pt$data, 'FOOTER_1', 'Uma fonte aberta, javascript, ferramenta do client-side para gerar Carteiras Ethereum & envio de transações. '), _defineProperty(_pt$data, 'FOOTER_1b', 'Criado por '), _defineProperty(_pt$data, 'FOOTER_2', 'Doações serão muito apreciadas: '), _defineProperty(_pt$data, 'FOOTER_3', 'Carteira Client-side gerada por '), _defineProperty(_pt$data, 'FOOTER_4', 'Aviso Legal '), _defineProperty(_pt$data, 'sidebar_AccountInfo', 'Informações da Conta '), _defineProperty(_pt$data, 'sidebar_AccountAddr', 'Endereço da Conta '), _defineProperty(_pt$data, 'sidebar_AccountBal', 'Saldo da Conta '), _defineProperty(_pt$data, 'sidebar_TokenBal', 'Saldo de Tokens '), _defineProperty(_pt$data, 'sidebar_Equiv', 'Valor Equivalente '), _defineProperty(_pt$data, 'sidebar_TransHistory', 'Histórico de Transações '), _defineProperty(_pt$data, 'sidebar_donation', 'MyEtherWallet é grátis, um serviço de fonte aberta dedicado a sua privacidade e segurança. Quanto mais doações nós recebermos, mais podemos gastar criando novidade, ouvindo seu feedback, e entregando o que você deseja. Somos apenas duas pessoas tentando mudar o mundo. Ajude-nos? '), _defineProperty(_pt$data, 'sidebar_donate', 'De '), _defineProperty(_pt$data, 'sidebar_thanks', 'OBRIGADO!!! '), _defineProperty(_pt$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_pt$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_pt$data, 'decrypt_Access', 'Como você gostaria de acessar sua carteira? '), _defineProperty(_pt$data, 'decrypt_Title', 'Selecione o formato da sua chave privada: '), _defineProperty(_pt$data, 'decrypt_Select', 'Selecione uma Carteira: '), _defineProperty(_pt$data, 'ADD_Label_1', 'O que você gostaria de fazer? '), _defineProperty(_pt$data, 'ADD_Radio_1', 'Gerar Nova Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2', 'Selecione seu arquivo da Carteira (Keystore / JSON) '), _defineProperty(_pt$data, 'ADD_Radio_2_alt', 'Selecione seu arquivo da Carteira '), _defineProperty(_pt$data, 'ADD_Radio_2_short', 'SELECIONE O ARQUIVO DA CARTEIRA... '), _defineProperty(_pt$data, 'ADD_Radio_3', 'Cole/Digite sua Chave Privada '), _defineProperty(_pt$data, 'ADD_Radio_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Radio_5', 'Cole/Digite sua Mnemonic '), _defineProperty(_pt$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_pt$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_pt$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_pt$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_pt$data, 'ADD_Label_2', 'Crie um Apelido: '), _defineProperty(_pt$data, 'ADD_Label_3', 'Sua carteira é criptografada. Por favor, insira a senha '), _defineProperty(_pt$data, 'ADD_Label_4', 'Adicionar uma conta para ver '), _defineProperty(_pt$data, 'ADD_Warning_1', 'Você pode adicionar qualquer conta para "ver" na tab de carteiras sem fazer o upload da chave privada. Isso significa que você ** não ** tem acesso a essa carteira, nem pode transferir Ether a partir dela. '), _defineProperty(_pt$data, 'ADD_Label_5', 'Insira o Endereço '), _defineProperty(_pt$data, 'ADD_Label_6', 'Desbloqueie sua Carteira '), _defineProperty(_pt$data, 'ADD_Label_6_short', 'Desbloqueie '), _defineProperty(_pt$data, 'ADD_Label_7', 'Adicionar Conta '), _defineProperty(_pt$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_pt$data, 'GEN_desc', 'Se você quer gerar multiplas carteiras. você pode fazer isso aqui '), _defineProperty(_pt$data, 'GEN_Label_1', 'Insira uma senha forte (pelo menos 9 dígitos) '), _defineProperty(_pt$data, 'GEN_Placeholder_1', 'NÃO esqueça de salvar isso! '), _defineProperty(_pt$data, 'GEN_SuccessMsg', 'Sucesso! Sua carteira foi gerada. '), _defineProperty(_pt$data, 'GEN_Label_2', 'Salve seu arquivo de armazenamento de chaves. Não esqueça da sua senha acima. '), _defineProperty(_pt$data, 'GEN_Label_3', 'Salve Seu Enderço. '), _defineProperty(_pt$data, 'GEN_Label_4', 'Opcional: Imprima sua carteira de papel, ou guarde a versão do código QR. '), _defineProperty(_pt$data, 'BULK_Label_1', 'Número de Carteiras a gerar '), _defineProperty(_pt$data, 'BULK_Label_2', 'Gerar Carteiras '), _defineProperty(_pt$data, 'BULK_SuccessMsg', 'Sucesso! Suas carteiras foram geradas. '), _defineProperty(_pt$data, 'SEND_addr', 'Para o Endereço '), _defineProperty(_pt$data, 'SEND_amount', 'Valor a enviar '), _defineProperty(_pt$data, 'SEND_amount_short', 'Valor '), _defineProperty(_pt$data, 'SEND_custom', 'Adicionar token personalizado '), _defineProperty(_pt$data, 'SEND_gas', 'Gás '), _defineProperty(_pt$data, 'SEND_TransferTotal', 'Enviar o Salto Total '), _defineProperty(_pt$data, 'SEND_generate', 'Gerar Transação '), _defineProperty(_pt$data, 'SEND_raw', 'Transação Raw '), _defineProperty(_pt$data, 'SEND_signed', 'Transação Assinada '), _defineProperty(_pt$data, 'SEND_trans', 'Enviar Transação '), _defineProperty(_pt$data, 'SENDModal_Title', 'Cuidado! '), _defineProperty(_pt$data, 'SENDModal_Content_1', 'Você está prestes a enviar '), _defineProperty(_pt$data, 'SENDModal_Content_2', 'para o endereço '), _defineProperty(_pt$data, 'SENDModal_Content_3', 'Você tem certeza que quer fazer isso? '), _defineProperty(_pt$data, 'SENDModal_Content_4', 'NOTA: Se você encontrar um erro, você provavelmente precisará adicionar ether a sua conta para cobrir o custo do gás para o envio de tokens. Gás é pago em ether. '), _defineProperty(_pt$data, 'SENDModal_No', 'Não, me tire daqui! '), _defineProperty(_pt$data, 'SENDModal_Yes', 'Sim, eu tenho certeza! Faça a transação. '), _defineProperty(_pt$data, 'TOKEN_Addr', 'Endereço do Token Contract '), _defineProperty(_pt$data, 'TOKEN_Symbol', 'Símbolo do Token '), _defineProperty(_pt$data, 'TOKEN_Dec', 'Decimais '), _defineProperty(_pt$data, 'TOKEN_show', 'Mostre todos os Tokens '), _defineProperty(_pt$data, 'TOKEN_hide', 'Esconder Tokens '), _defineProperty(_pt$data, 'TRANS_desc', ''), _defineProperty(_pt$data, 'TRANS_warning', 'Se você estiver usando somente "ETH" ou "ETC" Funções que você está enviando através de um contrato. Alguns serviços têm problemas para aceitar essas transações. Leia mais. '), _defineProperty(_pt$data, 'TRANS_advanced', '+Avançado: Adicionar dados '), _defineProperty(_pt$data, 'TRANS_data', 'Dados '), _defineProperty(_pt$data, 'TRANS_gas', 'Gás Limit '), _defineProperty(_pt$data, 'TRANS_sendInfo', 'Uma transação padrão usando 21000 gás irá custar 0.000441 ETH. Nós usamos um preço ligeiramente acima do mínima de gás de 0,000000021 ETH para garantir que ele seja minado rapidamente. Nós não recebemos nenhuma taxa de transação. '), _defineProperty(_pt$data, 'TRANSModal_Title', '"Só ETH" e "Só ETC" Transações '), _defineProperty(_pt$data, 'TRANSModal_Content_0', 'Uma nota sobre diferentes transações e diferentes serviços: '), _defineProperty(_pt$data, 'TRANSModal_Content_1', '**ETH (Transação Padrão): ** Isso gera uma transação padrão diretamente de um endereço para outro. Tem um gás padrão de 21000. É provável que qualquer ETH enviados através deste método serão repetidos para a cadeia ETC.. '), _defineProperty(_pt$data, 'TRANSModal_Content_2', '**Só ETH: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETH**. '), _defineProperty(_pt$data, 'TRANSModal_Content_3', '**Só ETC: ** Isso envia via [Timon Rapp\'s contrato de proteção de repetição (como recomendado pelo VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) para que você só envie na cadeia **ETC**. '), _defineProperty(_pt$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Envia somente via Transação Padrão. Se você enviar via contrato "único", você vai precisar contatar a equipe de suporte para adicionar manualmente o seu balanço ou reembolsá-lo. [Pode tentar Shapeshift\'s ferramenta de "mistura".](https://split.shapeshift.io/) '), _defineProperty(_pt$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Sem problemas conhecidos. Use qualquer um. '), _defineProperty(_pt$data, 'TRANSModal_Yes', 'Legal, agora eu entendi. '), _defineProperty(_pt$data, 'TRANSModal_No', 'Oh Deus, eu fiquei mais confuso. Ajude-me. '), _defineProperty(_pt$data, 'OFFLINE_Title', 'Gere & Envie Transações Offline '), _defineProperty(_pt$data, 'OFFLINE_Desc', 'Gerar transações offline pode ser feita em três passos. Você vai completar os passos 1 e 3 em um computador online, e o passo 2 em um computador offline/airgapped. Isto garante que suas chaves privadas não sejam utilizadas em um dispositivo conectado à internet. '), _defineProperty(_pt$data, 'OFFLLINE_Step1_Title', 'Passo 1: Gerar a Informação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step1_Button', 'Gerar Informaçoes '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_1', 'Do Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step1_Label_2', 'Nota: Este é o endereço de partina, não o endereço de destino. O valor aleatório é gerado a partir da conta de origem. Se estiver usando um computador airgapped, seria o endereço da conta de armazenagem a frio. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Title', 'Step 2: Generate Transaction (Offline Computer) '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_1', 'Para o Endereço '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_2', 'Valor / Quantia para Enviar '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3', 'Preço do Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_3b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4', 'Limite de Gás '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_4b', '21000 é o limite de gás padrão. Quando você envia contratos ou adiciona os dados, isso pode ter de ser diferente. Qualquer gás não utilizado será devolvido a você. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_5b', 'Isto foi exibido no Passo 1 no seu computador on-line. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6', 'Dados '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_6b', 'Isto é opcional. Os dados são frequentemente utilizados quando se envia transações com contratos. '), _defineProperty(_pt$data, 'OFFLINE_Step2_Label_7', 'Insira / Selecione sua Chave Privada / JSON. '), _defineProperty(_pt$data, 'OFFLINE_Step3_Title', 'Passo 3: Envia / Publica a Transação (Computador Online) '), _defineProperty(_pt$data, 'OFFLINE_Step3_Label_1', 'Cole a transação assinada do Passo 2 e aperte o botão "ENVIAR TRANSAÇÃO". '), _defineProperty(_pt$data, 'MYWAL_Nick', 'Apelido da Carteira '), _defineProperty(_pt$data, 'MYWAL_Address', 'Endereço da Carteira '), _defineProperty(_pt$data, 'MYWAL_Bal', 'Saldo '), _defineProperty(_pt$data, 'MYWAL_Edit', 'Editar '), _defineProperty(_pt$data, 'MYWAL_View', 'Ver '), _defineProperty(_pt$data, 'MYWAL_Remove', 'Remover '), _defineProperty(_pt$data, 'MYWAL_RemoveWal', 'Remover Carteira: '), _defineProperty(_pt$data, 'MYWAL_WatchOnly', 'Suas contas somente de exibição '), _defineProperty(_pt$data, 'MYWAL_Viewing', 'Exibindo Carteira '), _defineProperty(_pt$data, 'MYWAL_Hide', 'Esconder Info da Carteira '), _defineProperty(_pt$data, 'MYWAL_Edit_2', 'Editar Carteira '), _defineProperty(_pt$data, 'MYWAL_Name', 'Nome da Carteira '), _defineProperty(_pt$data, 'MYWAL_Content_1', 'Cuidado! Você está prestes a remover sua carteira '), _defineProperty(_pt$data, 'MYWAL_Content_2', 'Certifique-se de que **salvou a chave privada e / ou o Arquivo do Keystore e a senha** antes de removê-la. '), _defineProperty(_pt$data, 'MYWAL_Content_3', 'Se pretender utilizar esta carteira com o MyEtherWallet CX no futuro, terá de voltar a adicioná-la manualmente utilizando a chave privada/JSON e a palavra-passe. '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_pt$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_pt$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_pt$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_pt$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_pt$data, 'MNEM_1', 'Por favor, selecione o endereço com o qual você gostaria de interagir. '), _defineProperty(_pt$data, 'MNEM_2', 'Sua frase HD mnemônica única pode acessar uma série de carteiras/endereços. Por favor, selecione o endereço com o qual você gostaria interagir neste momento. '), _defineProperty(_pt$data, 'MNEM_more', 'Mais Endereços '), _defineProperty(_pt$data, 'MNEM_prev', 'Endereço Anterior '), _defineProperty(_pt$data, 'x_Ledger', 'Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_1', 'Conectar-se a Carteira Ledge '), _defineProperty(_pt$data, 'ADD_Ledger_2', 'Abra a aplicação Ethereum (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Exp', 'Abra a aplicação Expanse (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_2_Ubq', 'Abra a aplicação Ubiq (ou uma aplicação de contrato) '), _defineProperty(_pt$data, 'ADD_Ledger_3', 'Verifique se o Suporte do Navegador está habilitado em Configurações '), _defineProperty(_pt$data, 'ADD_Ledger_scan', 'Conectar-se a Ledger Wallet '), _defineProperty(_pt$data, 'ADD_Ledger_4', 'Se nenhum suporte de navegador for encontrado nas configurações, verifique se [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_pt$data, 'ADD_Ledger_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_Ledger_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'WARN_Send_Link', 'Você chegou através de um link que tem o endereço, quantidade de gás, ou campos de dados preenchidos para você. Você pode alterar qualquer informação antes de enviar. Desbloqueie sua carteira para começar. '), _defineProperty(_pt$data, 'x_Trezor', 'TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_pt$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_pt$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0a', 'Re-abra MyEtherWallet em uma conexão (SSL) segura '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_0b', 'Re-abra MyEtherWallet usando [Chrome](https://www.google.com/chrome/browser/desktop/) ou [Opera](https://www.opera.com/) '), _defineProperty(_pt$data, 'ADD_DigitalBitbox_scan', 'Conectar-se a Digital Bitbox '), _defineProperty(_pt$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_pt$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_pt$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_pt$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_pt$data, 'NODE_Name', 'Node Name'), _defineProperty(_pt$data, 'NODE_Port', 'Node Port'), _defineProperty(_pt$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_pt$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_pt$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_pt$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_pt$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_pt$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_pt$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_pt$data, 'CONTRACT_Read', 'READ '), _defineProperty(_pt$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_pt$data, 'DEP_generate', 'Gerar Bytecode '), _defineProperty(_pt$data, 'DEP_generated', 'Bytecode Gerado '), _defineProperty(_pt$data, 'DEP_signtx', 'Transação Assinada '), _defineProperty(_pt$data, 'DEP_interface', 'Interface Gerada '), _defineProperty(_pt$data, 'SWAP_rates', "Current Rates "), _defineProperty(_pt$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_pt$data, 'SWAP_init_2', " for "), _defineProperty(_pt$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_pt$data, 'SWAP_information', "Your Information "), _defineProperty(_pt$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_pt$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_pt$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_pt$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_pt$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_pt$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_pt$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_pt$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_pt$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_pt$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_pt$data, 'SWAP_progress_3', "Received! "), _defineProperty(_pt$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_pt$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_pt$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_pt$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_pt$data, 'MSG_message', 'Message '), _defineProperty(_pt$data, 'MSG_date', 'Date '), _defineProperty(_pt$data, 'MSG_signature', 'Signature '), _defineProperty(_pt$data, 'MSG_verify', 'Verify Message '), _defineProperty(_pt$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_pt$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_pt$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_pt$data, 'CX_error_1', 'You don\'t have any wallets saved. Click ["Add Wallet"](/cx-wallet.html#add-wallet) to add one! '), _defineProperty(_pt$data, 'CX_quicksend', 'QuickSend '), _defineProperty(_pt$data, 'ERROR_0', 'Please enter a valid amount.'), _defineProperty(_pt$data, 'ERROR_1', 'Your password must be at least 9 characters. Please ensure it is a strong password. '), _defineProperty(_pt$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_pt$data, 'ERROR_3', 'This is not a valid wallet file. '), _defineProperty(_pt$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units '), _defineProperty(_pt$data, 'ERROR_5', 'Please enter a valid address. '), _defineProperty(_pt$data, 'ERROR_6', 'Please enter a valid password. '), _defineProperty(_pt$data, 'ERROR_7', 'Please enter valid decimals (Must be integer, 0-18). '), _defineProperty(_pt$data, 'ERROR_8', 'Please enter a valid gas limit (Must be integer. Try 21000-4000000). '), _defineProperty(_pt$data, 'ERROR_9', 'Please enter a valid data value (Must be hex). '), _defineProperty(_pt$data, 'ERROR_10', 'Please enter a valid gas price. (Must be integer. Try 20 GWEI (20000000000 WEI)'), _defineProperty(_pt$data, 'ERROR_11', 'Please enter a valid nonce (Must be integer).'), _defineProperty(_pt$data, 'ERROR_12', 'Invalid signed transaction. '), _defineProperty(_pt$data, 'ERROR_13', 'A wallet with this nickname already exists. '), _defineProperty(_pt$data, 'ERROR_14', 'Wallet not found. '), _defineProperty(_pt$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_pt$data, 'ERROR_16', 'A wallet with this address already exists in storage. Please check your wallets page. '), _defineProperty(_pt$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_pt$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_pt$data, 'ERROR_19', 'Please enter a valid symbol'), _defineProperty(_pt$data, 'ERROR_20', 'Não é um token ERC-20 válido '), _defineProperty(_pt$data, 'ERROR_21', 'Não foi possível estimar o gás. Não há fundos suficientes na conta, ou o endereço do contrato de recebimento iria lançar um erro. Sinta-se livre para definir manualmente o gás e prossiga. A mensagem de erro ao enviar pode ser mais informativa. '), _defineProperty(_pt$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_pt$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_pt$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_pt$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_pt$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_pt$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_pt$data, 'ERROR_28', '**Você precisa do seu arquivo de armazenamento de chaves & senha** (ou Chave Privada) para acessar essa carteira no futuro. Por favor, salve e armazene ela externamente! Não há como recuperar uma carteira se você não salvar isso. Leia a [página de ajuda](https://www.myetherwallet.com/#help) para instruções. '), _defineProperty(_pt$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_pt$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_pt$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_pt$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_pt$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_pt$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_pt$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_pt$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_pt$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_pt$data, 'SUCCESS_1', 'Valid address '), _defineProperty(_pt$data, 'SUCCESS_2', 'Wallet successfully decrypted '), _defineProperty(_pt$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_pt$data, 'SUCCESS_4', 'Your wallet was successfully added '), _defineProperty(_pt$data, 'SUCCESS_5', 'File Selected '), _defineProperty(_pt$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_pt$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_pt$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_pt$data, 'GETH_InvalidSender', 'Invalid sender '), _defineProperty(_pt$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_pt$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_pt$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_pt$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_pt$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_pt$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_pt$data, 'GETH_GasLimit', 'Exceeds block gas limit '), _defineProperty(_pt$data, 'GETH_NegativeValue', 'Negative value '), _defineProperty(_pt$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_pt$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_pt$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_pt$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_pt$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_pt$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_pt$data, 'translate_version', '0.3 '), _defineProperty(_pt$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_pt$data, 'TranslatorName_1', '[ Pedro "ShooterXD" Vieira ](https://www.myetherwallet.com/?gaslimit=21000&to=0x24eB7d82166361A8B69adE6FEA187Cb00FD7c7E1&value=1.0#send-transaction) '), _defineProperty(_pt$data, 'TranslatorAddr_1', ''), _defineProperty(_pt$data, 'TranslatorName_2', '[ Marcos Faria Arruda ](https://www.jusadvisor.com)'), _defineProperty(_pt$data, 'TranslatorAddr_2', 'https://www.jusadvisor.com'), _defineProperty(_pt$data, 'TranslatorName_3', ''), _defineProperty(_pt$data, 'TranslatorAddr_3', ''), _defineProperty(_pt$data, 'TranslatorName_4', ''), _defineProperty(_pt$data, 'TranslatorAddr_4', ''), _defineProperty(_pt$data, 'TranslatorName_5', ''), _defineProperty(_pt$data, 'TranslatorAddr_5', ''), _defineProperty(_pt$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_pt$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_pt$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_pt$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_pt$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_pt$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_pt$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_pt$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_pt$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_pt$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_pt$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_pt$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_pt$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_pt$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_pt$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_pt$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_pt$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_pt$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_pt$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_pt$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_pt$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_pt$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_pt$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_pt$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_pt$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_pt$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_pt$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_pt$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_pt$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_pt$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_pt$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_pt$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_pt$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_pt$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_pt$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_pt$data, 'HELP_4_Desc_2', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_pt$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_pt$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_pt$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_pt$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_pt$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_pt$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_pt$data, 'HELP_4CX_Desc_12', 'Using "Enviar Ether & Tokens" Page '), _defineProperty(_pt$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_pt$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_pt$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_pt$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_pt$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_pt$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_pt$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_pt$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_pt$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_pt$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_pt$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_pt$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_pt$data, 'HELP_7_Desc_1', 'Navigate to the "Enviar Ether & Tokens" page. '), _defineProperty(_pt$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_pt$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_pt$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_pt$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_pt$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_pt$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_pt$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_pt$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_pt$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_pt$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_pt$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_pt$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_pt$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_pt$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_pt$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_pt$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_pt$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_pt$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_pt$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_pt$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_pt$data, 'HELP_9_Title', '9) Is the "Enviar Ether & Tokens" page offline? '), _defineProperty(_pt$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_pt$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_pt$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_pt$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_pt$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_pt$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_pt$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_pt$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_pt$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_pt$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_pt$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_pt$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_pt$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_pt$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_pt$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_pt$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_pt$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_pt$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_pt$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_pt$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_pt$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_pt$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_pt$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_pt$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_pt$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_pt$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_pt$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_pt$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_pt$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_pt$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_pt$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_pt$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_pt$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_pt$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_pt$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_pt$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_pt$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_pt$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_pt$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_pt$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_pt$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_pt$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_pt$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_pt$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_pt$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_pt$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_pt$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_pt$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_pt$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_pt$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_pt$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_pt$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_pt$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_pt$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_pt$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_pt$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_pt$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_pt$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_pt$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_pt$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_pt$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_pt$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_pt$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_pt$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_pt$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _pt$data); module.exports = pt; @@ -17677,7 +17674,7 @@ ru.data = (_ru$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_ru$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ru$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ru$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ru$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ru$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ru$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ru$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ru$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ru$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ru$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ru$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ru$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ru$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ru$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ru$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ru$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ru$data, 'x_ReadMore', 'Read More'), _defineProperty(_ru$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ru$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ru$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ru$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ru$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ru$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ru$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ru$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ru$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ru$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ru$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ru$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ru$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ru$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ru$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ru$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ru$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ru$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ru$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ru$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ru$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ru$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ru$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ru$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ru$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ru$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ru$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ru$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ru$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ru$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ru$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ru$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ru$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ru$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ru$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ru$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ru$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ru$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ru$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ru$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ru$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ru$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ru$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ru$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ru$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ru$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ru$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ru$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ru$data, 'NAV_AddWallet', 'Добавить кошелёк '), _defineProperty(_ru$data, 'NAV_BulkGenerate', 'Создать несколько кошельков '), _defineProperty(_ru$data, 'NAV_Contact', 'Контакты '), _defineProperty(_ru$data, 'NAV_Contracts', 'контракт '), _defineProperty(_ru$data, 'NAV_DeployContract', 'Опубликовать контракт '), _defineProperty(_ru$data, 'NAV_ENS', 'ENS'), _defineProperty(_ru$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ru$data, 'NAV_GenerateWallet', 'Создать кошелёк '), _defineProperty(_ru$data, 'NAV_Help', 'Справка '), _defineProperty(_ru$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_ru$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ru$data, 'NAV_MyWallets', 'Мои кошельки '), _defineProperty(_ru$data, 'NAV_Offline', 'Оффлайн-перевод '), _defineProperty(_ru$data, 'NAV_SendEther', 'Перевести эфир (ether) и токены '), _defineProperty(_ru$data, 'NAV_SendTokens', 'Перевести токены '), _defineProperty(_ru$data, 'NAV_SignMsg', 'Подписать сообщение '), _defineProperty(_ru$data, 'NAV_Swap', 'Обмен '), _defineProperty(_ru$data, 'NAV_ViewWallet', 'Информация о кошельке '), _defineProperty(_ru$data, 'NAV_YourWallets', 'Ваши кошельки '), _defineProperty(_ru$data, 'x_Access', 'Подключиться '), _defineProperty(_ru$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Это можно назвать "номер Вашего счёта" или "Ваш открытый ключ". Вы сообщаете этот адрес людям, чтобы они могли отправлять Вам эфир (ether). Картинка позволяет легко опознать Ваш адрес среди других адресов. '), _defineProperty(_ru$data, 'x_Address', 'Ваш адрес '), _defineProperty(_ru$data, 'x_Cancel', 'Отменить '), _defineProperty(_ru$data, 'x_CSV', 'Файл CSV (не зашифрован) '), _defineProperty(_ru$data, 'x_Download', 'Скачать '), _defineProperty(_ru$data, 'x_Json', 'Файл JSON (не зашифрован) '), _defineProperty(_ru$data, 'x_JsonDesc', 'Это Ваш незашифрованный закрытый ключ в формате JSON, для использования которого не требуется воодить пароль. Любой, у кого есть этот файл, может распоряжаться вашим кошельком и эфиром (ether) без ввода пароля. '), _defineProperty(_ru$data, 'x_Keystore', 'Файл Keystore (UTC / JSON · рекомендуется · зашифрован) '), _defineProperty(_ru$data, 'x_Keystore2', 'Файл Keystore (UTC / JSON) '), _defineProperty(_ru$data, 'x_KeystoreDesc', 'Этот файл Keystore использует формат совместимый с Mist. Вы сможете в будущем импортировать его. Рекомендуется скачать этот файл и сделать резервную копию. '), _defineProperty(_ru$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ru$data, 'x_Mnemonic', 'Кодовая фраза '), _defineProperty(_ru$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_ru$data, 'x_Password', 'Пароль '), _defineProperty(_ru$data, 'x_Print', 'Напечатать бумажный кошелёк '), _defineProperty(_ru$data, 'x_PrintDesc', 'Для профи: Нажмите "Печать" и сохраните это в формате PDF, если у Вас нет принтера! '), _defineProperty(_ru$data, 'x_PrintShort', 'Печать '), _defineProperty(_ru$data, 'x_PrivKey', 'Закрытый ключ (не зашифрован) '), _defineProperty(_ru$data, 'x_PrivKey2', 'Закрытый ключ '), _defineProperty(_ru$data, 'x_PrivKeyDesc', 'Это незашифрованное текстовое представление Вашего закрытого ключа, для использования которого не требуется вводить пароль. Если посторонние узнают Ваш закрытый ключ, они смогут распоряжаться Вашим кошельком без ввода пароля. По этой причине, обычно рекомендуют использовать зашифрованную версию закрытого ключа. '), _defineProperty(_ru$data, 'x_Save', 'Сохранить '), _defineProperty(_ru$data, 'x_TXT', 'Файл TXT (не зашифрован) '), _defineProperty(_ru$data, 'x_Wallet', 'кошелёк '), _defineProperty(_ru$data, 'MEW_Warning_1', 'Всегда проверяйте URL перед тем, как воспользоваться существующим кошельком или создать новый. Опасайтесь поддельных (фишинговых) сайтов! '), _defineProperty(_ru$data, 'CX_Warning_1', 'Всегда имейте **резервную копию** всех кошельков, которые Вы храните здесь. Различные обстоятельства могут привести к тому, что данные, хранимые в этом расширении браузера Chrome, могут быть потеряны, например если Вы удалите или переустановите расширение. Это расширение облегчает использование Ваших кошельков, но оно **не является** надежным местом для их хранения. '), _defineProperty(_ru$data, 'MEW_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом '), _defineProperty(_ru$data, 'CX_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом в виде расширения для браузера Chrome '), _defineProperty(_ru$data, 'FOOTER_1', 'Написанный на javascript инструмент с открытым исходным кодом для создания Ethereum кошельков и выполнения транзакций. '), _defineProperty(_ru$data, 'FOOTER_1b', 'Авторы: '), _defineProperty(_ru$data, 'FOOTER_2', 'Пожертвования приветствуются: '), _defineProperty(_ru$data, 'FOOTER_3', 'Создание кошелька на стороне клиента от '), _defineProperty(_ru$data, 'FOOTER_4', 'Отказ от ответственности '), _defineProperty(_ru$data, 'sidebar_AccountInfo', 'Информация о счёте '), _defineProperty(_ru$data, 'sidebar_AccountAddr', 'Адрес (номер) счёта '), _defineProperty(_ru$data, 'sidebar_AccountBal', 'Баланс счёта '), _defineProperty(_ru$data, 'sidebar_TokenBal', 'Балансы токенов '), _defineProperty(_ru$data, 'sidebar_Equiv', 'Эквивалентные значения '), _defineProperty(_ru$data, 'sidebar_TransHistory', 'История транзакций '), _defineProperty(_ru$data, 'sidebar_donation', 'MyEtherWallet — это бесплатный сервис с открытым исходным кодом, заботящийся о Вашей безопасности и неприкосновенности Вашей частной жизни. Чем больше пожертвований мы получаем, тем больше времени мы проводим, добавляя новые возможности, прислушиваясь к Вашим пожеланиям и предоставляя Вам то, что Вам необходимо. Мы — всего лишь два человека, пытающиеся изменить Мир. Вы поможете нам? '), _defineProperty(_ru$data, 'sidebar_donate', 'Пожертвовать '), _defineProperty(_ru$data, 'sidebar_thanks', 'СПАСИБО!!! '), _defineProperty(_ru$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ru$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ru$data, 'decrypt_Access', 'Каким способом Вы хотите получать доступ к своему кошельку? '), _defineProperty(_ru$data, 'decrypt_Title', 'Выберите формат Вашего закрытого ключа: '), _defineProperty(_ru$data, 'decrypt_Select', 'Выберите кошелёк: '), _defineProperty(_ru$data, 'ADD_Label_1', 'Что Вы хотите сделать? '), _defineProperty(_ru$data, 'ADD_Radio_1', 'Создать новый кошелёк '), _defineProperty(_ru$data, 'ADD_Radio_2', 'Выбрать файл с кошельком (Keystore/JSON) '), _defineProperty(_ru$data, 'ADD_Radio_2_alt', 'Выбрать файл с кошельком '), _defineProperty(_ru$data, 'ADD_Radio_2_short', 'ВЫБРАТЬ ФАЙЛ С КОШЕЛЬКОМ... '), _defineProperty(_ru$data, 'ADD_Radio_3', 'Вставить или ввести Ваш закрытый ключ '), _defineProperty(_ru$data, 'ADD_Radio_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Radio_5', 'Скопируйте или введите кодовую фразу '), _defineProperty(_ru$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ru$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ru$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_ru$data, 'ADD_Label_2', 'Присвоить название: '), _defineProperty(_ru$data, 'ADD_Label_3', 'Ваш кошелёк зашифрован. Пожалуйста, введите пароль '), _defineProperty(_ru$data, 'ADD_Label_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Warning_1', 'Вы можете добавить счёт в "список слежения" на вкладке "кошельки", не загружая закрытый ключ. Добавление счёта в список слежения не означает, что вы имеете доступ к этому счёту, или можете распоряжаться эфиром (ether), лежащим на нём. '), _defineProperty(_ru$data, 'ADD_Label_5', 'Введите адрес '), _defineProperty(_ru$data, 'ADD_Label_6', 'Отпереть кошелёк '), _defineProperty(_ru$data, 'ADD_Label_6_short', 'Отпереть '), _defineProperty(_ru$data, 'ADD_Label_7', 'Добавить счёт '), _defineProperty(_ru$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ru$data, 'GEN_desc', 'Если Вы хотите создать несколько кошельков, Вы можете сделать это здесь '), _defineProperty(_ru$data, 'GEN_Label_1', 'Введите сложный пароль (не менее 9 символов) '), _defineProperty(_ru$data, 'GEN_Placeholder_1', 'Не забудьте сохранить это! '), _defineProperty(_ru$data, 'GEN_SuccessMsg', 'Поздравляем! Ваш кошелёк успешно создан. '), _defineProperty(_ru$data, 'GEN_Label_2', 'Сохраните Ваш файл Keystore/JSON или закрытый ключ. Не забывайте Ваш пароль! '), _defineProperty(_ru$data, 'GEN_Label_3', 'Сохраните Ваш адрес. '), _defineProperty(_ru$data, 'GEN_Label_4', 'Напечатайте бумажный кошелёк или сохраните QR код. (по желанию) '), _defineProperty(_ru$data, 'BULK_Label_1', 'Сколько кошельков создать '), _defineProperty(_ru$data, 'BULK_Label_2', 'Создать кошельки '), _defineProperty(_ru$data, 'BULK_SuccessMsg', 'Поздравляем! Ваши кошельки успешно созданы. '), _defineProperty(_ru$data, 'SEND_addr', 'Адрес получателя '), _defineProperty(_ru$data, 'SEND_amount', 'Сумма перевода '), _defineProperty(_ru$data, 'SEND_amount_short', 'Сумма '), _defineProperty(_ru$data, 'SEND_custom', 'Другое '), _defineProperty(_ru$data, 'SEND_gas', 'Газ '), _defineProperty(_ru$data, 'SEND_TransferTotal', 'Перевести весь доступный баланс '), _defineProperty(_ru$data, 'SEND_generate', 'Сформировать транзакцию '), _defineProperty(_ru$data, 'SEND_raw', 'Готовая транзакция '), _defineProperty(_ru$data, 'SEND_signed', 'Подписанная транзакция '), _defineProperty(_ru$data, 'SEND_trans', 'Отправить транзакцию '), _defineProperty(_ru$data, 'SENDModal_Title', 'Внимание! '), _defineProperty(_ru$data, 'SENDModal_Content_1', 'Вы собираетесь перевести '), _defineProperty(_ru$data, 'SENDModal_Content_2', 'на адрес '), _defineProperty(_ru$data, 'SENDModal_Content_3', 'Вы уверены, что хотите сделать это? '), _defineProperty(_ru$data, 'SENDModal_Content_4', 'К СВЕДЕНИЮ: Если произошла ошибка, Вам скорее всего надо положить ещё немного эфира (ether) на Ваш счёт, чтобы покрыть расходы на газ при пре переводе токенов. Расходы на газ оплачиваются эфиром (ether). '), _defineProperty(_ru$data, 'SENDModal_No', 'Нет, отменить транзакцию! '), _defineProperty(_ru$data, 'SENDModal_Yes', 'Да, я уверен! Выполнить транзакцию. '), _defineProperty(_ru$data, 'TOKEN_Addr', 'Адрес токена'), _defineProperty(_ru$data, 'TOKEN_Symbol', 'Символ токена '), _defineProperty(_ru$data, 'TOKEN_Dec', 'Дробность (знаков после запятой) '), _defineProperty(_ru$data, 'TRANS_desc', 'Если Вы хотите перевести токены, используйте страницу "Отправить токены". '), _defineProperty(_ru$data, 'TRANS_warning', 'Если Вы используете функции "только ETH" или "только ETC", перевод будет выполнен с помощью контракта. У некоторых сервисов могут возникнуть проблемы с приёмом таких переводов. Уточните этот вопрос. '), _defineProperty(_ru$data, 'TRANS_advanced', '+Дополнительно: добавить данные '), _defineProperty(_ru$data, 'TRANS_data', 'Данные '), _defineProperty(_ru$data, 'TRANS_sendInfo', 'Стандартная транзакция, использующая 21000 газа, будет стоить 0,000441 эфира (ether). Мы указываем цену газа немного выше минимально возможной: 0,000000021 эфира (ether), для того, чтобы ускорить выполнение танзакций. Мы не берём комиссию за выполнение транзакций. '), _defineProperty(_ru$data, 'TRANSModal_Title', 'Транзакции вида "только ETH" и "только ETC" '), _defineProperty(_ru$data, 'TRANSModal_Content_0', 'О видах транзакций и сервисах: '), _defineProperty(_ru$data, 'TRANSModal_Content_1', '**Эфир (ether, обычная транзакция): ** Выполняет обычный перевод напрямую с одного адреса на другой. Используется стандартное количесвто газа: 21000. В большинстве случаев, перевод ETH, выполненный этим способом, можно будет продублировать для ETC. '), _defineProperty(_ru$data, 'TRANSModal_Content_2', '**Только ETH: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETH**. '), _defineProperty(_ru$data, 'TRANSModal_Content_3', '**Только ETC: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETC**. '), _defineProperty(_ru$data, 'TRANSModal_Content_4', '**Coinbase и ShapeShift: ** Отправляйте им только обычные транзакции. Если Вы отправите им транзакцию вида "только ...", то Вам придётся обращаться к их службе поддержки, чтобы они вручную пополнили Ваш баланс или вернули бы Вам Ваш эфир (ether). [Вы также можете попробовать использовать инструмент "split" от Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_ru$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Проблем не выявлено. Можно использовать транзакции любого вида. '), _defineProperty(_ru$data, 'TRANSModal_Yes', 'Спасибо, я всё понял. '), _defineProperty(_ru$data, 'TRANSModal_No', 'Чёрт, теперь я окончательно запутался. Помогите мне. '), _defineProperty(_ru$data, 'OFFLINE_Title', 'Сформировать и отправить оффлайн транзакцию '), _defineProperty(_ru$data, 'OFFLINE_Desc', 'Оффлайн транзакция формируется за тра шага. Вы должны выполнить шаги №1 и №3 на компьютере, подключённом к интернету (на онлайн компьютере), а шаг №2 на компьютере, отсоединённом от сети (на оффлайн компьютере). Это гарантирует, что подключённые к интернет устройства не получат доступа к Вашим закрытым ключам. '), _defineProperty(_ru$data, 'OFFLLINE_Step1_Title', 'Шаг №1: Подготовка информации (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step1_Button', 'Подготовка информации '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_1', 'Адрес отправителя '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_2', 'Внимание: Это адрес ОТПРАВИТЕЛЯ, а не адрес получателя. № перевода (nonce) определяется для адреса отправителя. При использовании оффлайн компьютера, физически изолированного от сети, это будет адрес счёта "холодного хранения" (cold-storage). '), _defineProperty(_ru$data, 'OFFLINE_Step2_Title', 'Шаг №2: Формирование транзакции (оффлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_1', 'Адрес получателя '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_2', 'Сумма перевода '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3', 'Цена газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4', 'Лимит газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4b', 'Лимит газа по умолчанию: 21000. При использовании контрактов или передаче дополнительных данных может быть необходимо указать другое значение. Неистраченный газ будет Вам возвращён. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5', '№ перевода (nonce) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6', 'Данные '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6b', 'Это необязательный параметр. Данные обычно указывают при использовании контрактов. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_7', 'Выберите или введите ваш закрытый ключ или JSON. '), _defineProperty(_ru$data, 'OFFLINE_Step3_Title', 'Шаг №3: Выполнить транзакцию (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step3_Label_1', 'Вставьте подписанную транзакцию с шага №2 и нажмите кнопку "ВЫПОЛНИТЬ ТРАНЗАКЦИЮ". '), _defineProperty(_ru$data, 'DEP_generate', 'Сформировать байткод '), _defineProperty(_ru$data, 'DEP_generated', 'Сформированный байткод '), _defineProperty(_ru$data, 'DEP_signtx', 'Подписать транзакцию '), _defineProperty(_ru$data, 'DEP_interface', 'Сформированный интерфейс '), _defineProperty(_ru$data, 'MYWAL_Nick', 'Название кошелька '), _defineProperty(_ru$data, 'MYWAL_Address', 'Адрес кошелька '), _defineProperty(_ru$data, 'MYWAL_Bal', 'Баланс '), _defineProperty(_ru$data, 'MYWAL_Edit', 'Редактировать '), _defineProperty(_ru$data, 'MYWAL_View', 'Просмотреть '), _defineProperty(_ru$data, 'MYWAL_Remove', 'Удалить '), _defineProperty(_ru$data, 'MYWAL_RemoveWal', 'Удалить кошелёк: '), _defineProperty(_ru$data, 'MYWAL_WatchOnly', 'Список слежения '), _defineProperty(_ru$data, 'MYWAL_Viewing', 'Просматриваемый кошелёк '), _defineProperty(_ru$data, 'MYWAL_Hide', 'Скрыть информацию о кошельке '), _defineProperty(_ru$data, 'MYWAL_Edit_2', 'Редактировать кошелёк '), _defineProperty(_ru$data, 'MYWAL_Name', 'Имя кошелька '), _defineProperty(_ru$data, 'MYWAL_Content_1', 'Внимание! Вы собираетесь удалить кошелёк '), _defineProperty(_ru$data, 'MYWAL_Content_2', 'Убедитесь, что Вы **сохранили закрытый ключ или файл Keystore / JSON и пароль** от этого кошелька, прежде чем Вы удалите этот кошелёк. '), _defineProperty(_ru$data, 'MYWAL_Content_3', 'Если Вы планируете в будущем использовать этот кошелёк в MyEtherWallet CX, Вам надо будет вручную заново добавить его, указав закрытый ключ или файл JSON и пароль. '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle', 'Позволяет скачать закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. Вам это понадобится, когда Вы захотите [импортировать Ваши счета в geth или Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Для проверки баланса Ваших счетов мы рекомендуем использовать браузер блокчейна, например [etherscan.io](https://etherscan.io/). '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle_Short', 'Позволяет Вам скачать Ваши закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. '), _defineProperty(_ru$data, 'VIEWWALLET_SuccessMsg', 'Поздравляем! Вот информация о Вашем кошельке. '), _defineProperty(_ru$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ru$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ru$data, 'CX_error_1', 'У Вас нет сохранённых кошельков. Чтобы создать кошелёк, нажмите ["Создать кошелёк"](/cx-wallet.html#add-wallet)! '), _defineProperty(_ru$data, 'CX_quicksend', 'Моментальный перевод '), _defineProperty(_ru$data, 'NODE_Title', 'Настроить собственный узел'), _defineProperty(_ru$data, 'NODE_Subtitle', 'Для подключения к локальному узлу...'), _defineProperty(_ru$data, 'NODE_Warning', 'Ваш узел должен использовать протокол HTTPS, чтобы MyEtherWallet.com мог с ним работать. Вы можете [скачать репозиторий MyEtherWallet & и запустить его локально](https://github.com/kvhnuke/etherwallet/releases/latest) чтобы иметь возможность работать с любыми узлами, или получите бесплатный SSL сертификат на [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ru$data, 'NODE_Name', 'Имя узла'), _defineProperty(_ru$data, 'NODE_Port', 'Порт узла'), _defineProperty(_ru$data, 'NODE_CTA', 'Сохранить и подключиться к собственному узлу'), _defineProperty(_ru$data, 'CONTRACT_Title', 'Адрес контракта '), _defineProperty(_ru$data, 'CONTRACT_Title_2', 'Выбрать имеющийся контракт '), _defineProperty(_ru$data, 'CONTRACT_Json', 'ABI / JSON интерфейс '), _defineProperty(_ru$data, 'CONTRACT_Interact_Title', 'Прочитать / записать контракт '), _defineProperty(_ru$data, 'CONTRACT_Interact_CTA', 'Выбрать функцию '), _defineProperty(_ru$data, 'CONTRACT_ByteCode', 'Байткод '), _defineProperty(_ru$data, 'CONTRACT_Read', 'ПРОЧИТАТь '), _defineProperty(_ru$data, 'CONTRACT_Write', 'ЗАПИСАТЬ '), _defineProperty(_ru$data, 'SWAP_rates', "Текущие котировки "), _defineProperty(_ru$data, 'SWAP_init_1', "Я хочу обменять мои "), _defineProperty(_ru$data, 'SWAP_init_2', " на "), _defineProperty(_ru$data, 'SWAP_init_CTA', "Поехали! "), _defineProperty(_ru$data, 'SWAP_information', "Информация об операции"), _defineProperty(_ru$data, 'SWAP_send_amt', "Сумма для отправки "), _defineProperty(_ru$data, 'SWAP_rec_amt', "Сумма к получению "), _defineProperty(_ru$data, 'SWAP_your_rate', "Ваш курс "), _defineProperty(_ru$data, 'SWAP_rec_add', "Адрес получателя "), _defineProperty(_ru$data, 'SWAP_start_CTA', "Начать обмен "), _defineProperty(_ru$data, 'SWAP_ref_num', "Идентификатор операции "), _defineProperty(_ru$data, 'SWAP_time', "Время до отправки "), _defineProperty(_ru$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ru$data, 'SWAP_progress_1', "Заявка выставлена "), _defineProperty(_ru$data, 'SWAP_progress_2', "Ждём получения ваших "), _defineProperty(_ru$data, 'SWAP_progress_3', "Получено! "), _defineProperty(_ru$data, 'SWAP_progress_4', "Отправляем ваши {{orderResult.output.currency}} "), _defineProperty(_ru$data, 'SWAP_progress_5', "Заявка выполнена "), _defineProperty(_ru$data, 'SWAP_order_CTA', "Пожалуйста, отправьте "), _defineProperty(_ru$data, 'SWAP_unlock', "Отоприте ваш кошелёк для отправки ETH или Tokens непосредственно с этой страницы. "), _defineProperty(_ru$data, 'MSG_message', 'Сообщение '), _defineProperty(_ru$data, 'MSG_date', 'Дата '), _defineProperty(_ru$data, 'MSG_signature', 'Подпись '), _defineProperty(_ru$data, 'MSG_verify', 'Проверить сообщение '), _defineProperty(_ru$data, 'MSG_info1', 'Укажите сегдоняшную дату, чтобы подпись не могла быть повторно использована в другой день. '), _defineProperty(_ru$data, 'MSG_info2', 'Укажите ваш псевдоним и то, где вы этот псевдоним используете, чтобы никто другой не смог его использовать. '), _defineProperty(_ru$data, 'MSG_info3', 'Укажите цель отправки сообщения, чтобы оно не могло быть использовно с другой целью. '), _defineProperty(_ru$data, 'MNEM_1', 'Пожалуйста, выберите адрес для выполнения операции. '), _defineProperty(_ru$data, 'MNEM_2', 'Одна кодовая фраза может использоваться для получения доступа к нескольким кошелькам или адресам. Пожалуйста, выберите адрес, который вы хотите использовать в этот раз. '), _defineProperty(_ru$data, 'MNEM_more', 'Следующие адреса '), _defineProperty(_ru$data, 'MNEM_prev', 'Предыдущие адреса '), _defineProperty(_ru$data, 'SEND_custom', 'Добавить свой токен '), _defineProperty(_ru$data, 'TOKEN_hide', 'Спрятать токены '), _defineProperty(_ru$data, 'TOKEN_show', 'Отправить все токены '), _defineProperty(_ru$data, 'TRANS_gas', 'Лимит газа '), _defineProperty(_ru$data, 'WARN_Send_Link', 'Вы попали сюда по ссылке, которая уже содержит в себе адрес, сумму, лимит газа и дополнительные параметры транзакции. ВЫ можете изменить эти данные перед отправкой транзакции. Для начала отоприте ваш кошелёк. '), _defineProperty(_ru$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_1', 'Присоедините ваш Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_2', 'Запустите приложение Ethereum (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Exp', 'Запустите приложение Expanse (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Ubq', 'Запустите приложение Ubiq (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_3', 'Убедитесь, что использование из браузера разрешено в настройках '), _defineProperty(_ru$data, 'ADD_Ledger_4', 'Если в настройках нет использования из браузера, убедитесь, что у вас [прошивка версии >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ru$data, 'ADD_Ledger_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_Ledger_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Ledger_scan', 'Подключиться к Ledger Wallet '), _defineProperty(_ru$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ru$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_scan', 'Подключиться к TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_select', 'Это код восстановления TREZOR '), _defineProperty(_ru$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_scan', 'Подключиться к Digital Bitbox '), _defineProperty(_ru$data, 'ERROR_0', 'Пожалуйста, введите сумму корректно. '), _defineProperty(_ru$data, 'ERROR_1', 'Пароль должен содержать не менее 9 символов. Пожалуйста, используйте сложный пароль. '), _defineProperty(_ru$data, 'ERROR_2', 'К сожалению, мы не смогли определить формат файла кошелька. '), _defineProperty(_ru$data, 'ERROR_3', 'Этот файл не является файлом кошелька. '), _defineProperty(_ru$data, 'ERROR_4', 'Такая единица измерения не существует. Пожалуйста, укажите одну из следующих единиц измерения '), _defineProperty(_ru$data, 'ERROR_5', 'Неправильный адрес. '), _defineProperty(_ru$data, 'ERROR_6', 'Неверный пароль. '), _defineProperty(_ru$data, 'ERROR_7', 'Некорректная сумма. (Must be integer. Try 0-18.) '), _defineProperty(_ru$data, 'ERROR_8', 'Некорректно указан лимит газа. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ru$data, 'ERROR_9', 'Недопустимые данные. (Must be hex.) '), _defineProperty(_ru$data, 'ERROR_10', 'Некорректно указано количество газа. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ru$data, 'ERROR_11', 'Неверный номер перевода (nonce). (Must be integer.) '), _defineProperty(_ru$data, 'ERROR_12', 'Подписанная транзакция некорректна. '), _defineProperty(_ru$data, 'ERROR_13', 'Кошелёк с таким названием уже существует. '), _defineProperty(_ru$data, 'ERROR_14', 'Кошелёк не найден. '), _defineProperty(_ru$data, 'ERROR_15', 'Предложение с таким идентификатором не существует или при чтении предложения произошла ошибка. '), _defineProperty(_ru$data, 'ERROR_16', 'Кошелёк с таким адресом уже находится в хранилище. Просмотрите в списке кошельков. '), _defineProperty(_ru$data, 'ERROR_17', 'Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Вам необходимо иметь не менее 0.01 эфира (ether) на Вашем счету, чтобы покрыть расходы на газ. Пожалуйста, пложите немного эфира (ether) на счёт и попробуйте снова. '), _defineProperty(_ru$data, 'ERROR_18', 'Транзакция могла бы истратить весь газ. Это значит, что Вы уже голосовали по данному предложению, или период обсуждения данного предложения закончился. '), _defineProperty(_ru$data, 'ERROR_19', 'Неправильный символ '), _defineProperty(_ru$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_ru$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_ru$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_ru$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_ru$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_ru$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_ru$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_ru$data, 'ERROR_27', 'Minimum amount: 0.01. Maximum Amount: '), _defineProperty(_ru$data, 'ERROR_28', 'В будущем, для доступа к этому кошельку **Вам понадобится либо файл Keystore/JSON вместе с паролем, либо закрытый ключ**. Пожалуйста, сохраните их и сделайте резервную копию! Если Вы потеряете их, то не сможете восстановить доступ к Вашему кошельку. Обратитесь к [справке](https://www.myetherwallet.com/#help) за инструкциями. '), _defineProperty(_ru$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_ru$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_ru$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_ru$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_ru$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_ru$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_ru$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ru$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ru$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ru$data, 'SUCCESS_1', 'Адрес указан верно '), _defineProperty(_ru$data, 'SUCCESS_2', 'Кошелёк успешно расшифрован '), _defineProperty(_ru$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_ru$data, 'SUCCESS_4', 'Ваш кошелёк успешно добавлен '), _defineProperty(_ru$data, 'SUCCESS_5', 'Выбранный файл '), _defineProperty(_ru$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_ru$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_ru$data, 'GETH_InvalidSender', 'Неверный адрес отправителя '), _defineProperty(_ru$data, 'GETH_Nonce', 'Номер перевода (nonce) слишком мал '), _defineProperty(_ru$data, 'GETH_Cheap', 'Цена газа слишком низкая '), _defineProperty(_ru$data, 'GETH_Balance', 'Баланс недостаточен '), _defineProperty(_ru$data, 'GETH_NonExistentAccount', 'Счёт не существует или баланс счёта слишком мал '), _defineProperty(_ru$data, 'GETH_InsufficientFunds', 'Недостаточно средств для ГАЗ * ЦЕНА + СУММА '), _defineProperty(_ru$data, 'GETH_IntrinsicGas', 'Недостаточно газа для выполнения транзакции '), _defineProperty(_ru$data, 'GETH_GasLimit', 'Превышен лимит газа на блок '), _defineProperty(_ru$data, 'GETH_NegativeValue', 'Отрицательная сумма '), _defineProperty(_ru$data, 'PARITY_AlreadyImported', "Транзакция с данным хэшем уже импортирована."), _defineProperty(_ru$data, 'PARITY_Old', "Номер перевода (nonce) слишком маленький. Попробуйте увеличить номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_TooCheapToReplace', "Комиссия транзакции слишком низкая. В очереди уже есть другая транзакция с таким же номером перевода (nonce). Попробуйте увеличитьразмер комиссии или номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_LimitReached', "Слишком много транзакций в очереди. Ваша транзакция была удалена из-за превышения лимита. Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientGasPrice', "Комиссия транзакции слишком низкая. Она не соответствует минимальному размеру комиссии для вашего узла (минимальная комиссия: {}, ваша комиссия: {}). Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientBalance', "Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Требуется {}, а имеется только: {}."), _defineProperty(_ru$data, 'PARITY_GasLimitExceeded', "Цена транзакции превышает текущий лимит газа. Лимит: {}, цена: {}. Поробуйте уменьшить отведённое количество газа."), _defineProperty(_ru$data, 'PARITY_InvalidGasLimit', "Отведённое количество газа меньше лимита."), _defineProperty(_ru$data, 'translate_version', '0.3 '), _defineProperty(_ru$data, 'Translator_Desc', 'Спасибо нашим переводчикам '), _defineProperty(_ru$data, 'TranslatorName_1', '[Михаил Владимиров](https://www.myetherwallet.com/?gaslimit=21000&to=0x6ff323e36bfdb20502b23780695f4e77e36cde95&value=1.0#send-transaction) '), _defineProperty(_ru$data, 'TranslatorAddr_1', '0x6ff323e36bfdb20502b23780695f4e77e36cde95 '), _defineProperty(_ru$data, 'TranslatorName_2', ''), _defineProperty(_ru$data, 'TranslatorAddr_2', ''), _defineProperty(_ru$data, 'TranslatorName_3', ''), _defineProperty(_ru$data, 'TranslatorAddr_3', ''), _defineProperty(_ru$data, 'TranslatorName_4', ''), _defineProperty(_ru$data, 'TranslatorAddr_4', ''), _defineProperty(_ru$data, 'TranslatorName_5', ''), _defineProperty(_ru$data, 'TranslatorAddr_5', ''), _defineProperty(_ru$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ru$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ru$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ru$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ru$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ru$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ru$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ru$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ru$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ru$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ru$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ru$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ru$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ru$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ru$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ru$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ru$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ru$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ru$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ru$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ru$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ru$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ru$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ru$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ru$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ru$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ru$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ru$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ru$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ru$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ru$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ru$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ru$data, 'HELP_4_Desc_2', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ru$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ru$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ru$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ru$data, 'HELP_4CX_Desc_12', 'Using "Перевести эфир (ether) и токены" Page '), _defineProperty(_ru$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ru$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ru$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ru$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ru$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ru$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ru$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ru$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ru$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ru$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ru$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ru$data, 'HELP_7_Desc_1', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ru$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ru$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ru$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ru$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ru$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ru$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ru$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ru$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ru$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ru$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ru$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ru$data, 'HELP_9_Title', '9) Is the "Перевести эфир (ether) и токены" page offline? '), _defineProperty(_ru$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ru$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ru$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ru$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ru$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ru$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ru$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ru$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ru$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ru$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ru$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ru$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ru$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ru$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ru$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ru$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ru$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ru$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ru$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ru$data, 'HELP_12_Desc_15b', 'Если вы используете ПК: '), _defineProperty(_ru$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ru$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ru$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ru$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ru$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ru$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ru$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ru$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ru$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ru$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ru$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ru$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ru$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ru$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ru$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ru$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ru$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ru$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ru$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ru$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ru$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ru$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ru$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ru$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ru$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ru$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ru$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ru$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ru$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ru$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ru$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ru$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ru$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ru$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ru$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ru$data); +}, _defineProperty(_ru$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_ru$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_ru$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_ru$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_ru$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_ru$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_ru$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_ru$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_ru$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_ru$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_ru$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_ru$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_ru$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_ru$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_ru$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_ru$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_ru$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_ru$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_ru$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_ru$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_ru$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_ru$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_ru$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_ru$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_ru$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_ru$data, 'x_ReadMore', 'Read More'), _defineProperty(_ru$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_ru$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_ru$data, 'x_TXFee', 'TX Fee'), _defineProperty(_ru$data, 'x_TxHash', 'TX Hash'), _defineProperty(_ru$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_ru$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_ru$data, 'tx_Details', 'Transaction Details'), _defineProperty(_ru$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_ru$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_ru$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_ru$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_ru$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_ru$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_ru$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_ru$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_ru$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_ru$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_ru$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_ru$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_ru$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_ru$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_ru$data, 'GEN_Help_1', 'Use your'), _defineProperty(_ru$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_ru$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_ru$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_ru$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_ru$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_ru$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_ru$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_ru$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_ru$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_ru$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_ru$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_ru$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_ru$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_ru$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_ru$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_ru$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_ru$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_ru$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_ru$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_ru$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_ru$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_ru$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_ru$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_ru$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_ru$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_ru$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_ru$data, 'NAV_AddWallet', 'Добавить кошелёк '), _defineProperty(_ru$data, 'NAV_BulkGenerate', 'Создать несколько кошельков '), _defineProperty(_ru$data, 'NAV_Contact', 'Контакты '), _defineProperty(_ru$data, 'NAV_Contracts', 'контракт '), _defineProperty(_ru$data, 'NAV_DeployContract', 'Опубликовать контракт '), _defineProperty(_ru$data, 'NAV_ENS', 'ENS'), _defineProperty(_ru$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_ru$data, 'NAV_GenerateWallet', 'Создать кошелёк '), _defineProperty(_ru$data, 'NAV_Help', 'Справка '), _defineProperty(_ru$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_ru$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_ru$data, 'NAV_MyWallets', 'Мои кошельки '), _defineProperty(_ru$data, 'NAV_Offline', 'Оффлайн-перевод '), _defineProperty(_ru$data, 'NAV_SendEther', 'Перевести эфир (ether) и токены '), _defineProperty(_ru$data, 'NAV_SendTokens', 'Перевести токены '), _defineProperty(_ru$data, 'NAV_SignMsg', 'Подписать сообщение '), _defineProperty(_ru$data, 'NAV_Swap', 'Обмен '), _defineProperty(_ru$data, 'NAV_ViewWallet', 'Информация о кошельке '), _defineProperty(_ru$data, 'NAV_YourWallets', 'Ваши кошельки '), _defineProperty(_ru$data, 'x_Access', 'Подключиться '), _defineProperty(_ru$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Это можно назвать "номер Вашего счёта" или "Ваш открытый ключ". Вы сообщаете этот адрес людям, чтобы они могли отправлять Вам эфир (ether). Картинка позволяет легко опознать Ваш адрес среди других адресов. '), _defineProperty(_ru$data, 'x_Address', 'Ваш адрес '), _defineProperty(_ru$data, 'x_Cancel', 'Отменить '), _defineProperty(_ru$data, 'x_CSV', 'Файл CSV (не зашифрован) '), _defineProperty(_ru$data, 'x_Download', 'Скачать '), _defineProperty(_ru$data, 'x_Json', 'Файл JSON (не зашифрован) '), _defineProperty(_ru$data, 'x_JsonDesc', 'Это Ваш незашифрованный закрытый ключ в формате JSON, для использования которого не требуется воодить пароль. Любой, у кого есть этот файл, может распоряжаться вашим кошельком и эфиром (ether) без ввода пароля. '), _defineProperty(_ru$data, 'x_Keystore', 'Файл Keystore (UTC / JSON · рекомендуется · зашифрован) '), _defineProperty(_ru$data, 'x_Keystore2', 'Файл Keystore (UTC / JSON) '), _defineProperty(_ru$data, 'x_KeystoreDesc', 'Этот файл Keystore использует формат совместимый с Mist. Вы сможете в будущем импортировать его. Рекомендуется скачать этот файл и сделать резервную копию. '), _defineProperty(_ru$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_ru$data, 'x_Mnemonic', 'Кодовая фраза '), _defineProperty(_ru$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_ru$data, 'x_Password', 'Пароль '), _defineProperty(_ru$data, 'x_Print', 'Напечатать бумажный кошелёк '), _defineProperty(_ru$data, 'x_PrintDesc', 'Для профи: Нажмите "Печать" и сохраните это в формате PDF, если у Вас нет принтера! '), _defineProperty(_ru$data, 'x_PrintShort', 'Печать '), _defineProperty(_ru$data, 'x_PrivKey', 'Закрытый ключ (не зашифрован) '), _defineProperty(_ru$data, 'x_PrivKey2', 'Закрытый ключ '), _defineProperty(_ru$data, 'x_PrivKeyDesc', 'Это незашифрованное текстовое представление Вашего закрытого ключа, для использования которого не требуется вводить пароль. Если посторонние узнают Ваш закрытый ключ, они смогут распоряжаться Вашим кошельком без ввода пароля. По этой причине, обычно рекомендуют использовать зашифрованную версию закрытого ключа. '), _defineProperty(_ru$data, 'x_Save', 'Сохранить '), _defineProperty(_ru$data, 'x_TXT', 'Файл TXT (не зашифрован) '), _defineProperty(_ru$data, 'x_Wallet', 'кошелёк '), _defineProperty(_ru$data, 'MEW_Warning_1', 'Всегда проверяйте URL перед тем, как воспользоваться существующим кошельком или создать новый. Опасайтесь поддельных (фишинговых) сайтов! '), _defineProperty(_ru$data, 'CX_Warning_1', 'Всегда имейте **резервную копию** всех кошельков, которые Вы храните здесь. Различные обстоятельства могут привести к тому, что данные, хранимые в этом расширении браузера Chrome, могут быть потеряны, например если Вы удалите или переустановите расширение. Это расширение облегчает использование Ваших кошельков, но оно **не является** надежным местом для их хранения. '), _defineProperty(_ru$data, 'MEW_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом '), _defineProperty(_ru$data, 'CX_Tagline', 'Ethereum кошелёк на javascript с открытым исходным кодом в виде расширения для браузера Chrome '), _defineProperty(_ru$data, 'FOOTER_1', 'Написанный на javascript инструмент с открытым исходным кодом для создания Ethereum кошельков и выполнения транзакций. '), _defineProperty(_ru$data, 'FOOTER_1b', 'Авторы: '), _defineProperty(_ru$data, 'FOOTER_2', 'Пожертвования приветствуются: '), _defineProperty(_ru$data, 'FOOTER_3', 'Создание кошелька на стороне клиента от '), _defineProperty(_ru$data, 'FOOTER_4', 'Отказ от ответственности '), _defineProperty(_ru$data, 'sidebar_AccountInfo', 'Информация о счёте '), _defineProperty(_ru$data, 'sidebar_AccountAddr', 'Адрес (номер) счёта '), _defineProperty(_ru$data, 'sidebar_AccountBal', 'Баланс счёта '), _defineProperty(_ru$data, 'sidebar_TokenBal', 'Балансы токенов '), _defineProperty(_ru$data, 'sidebar_Equiv', 'Эквивалентные значения '), _defineProperty(_ru$data, 'sidebar_TransHistory', 'История транзакций '), _defineProperty(_ru$data, 'sidebar_donation', 'MyEtherWallet — это бесплатный сервис с открытым исходным кодом, заботящийся о Вашей безопасности и неприкосновенности Вашей частной жизни. Чем больше пожертвований мы получаем, тем больше времени мы проводим, добавляя новые возможности, прислушиваясь к Вашим пожеланиям и предоставляя Вам то, что Вам необходимо. Мы — всего лишь два человека, пытающиеся изменить Мир. Вы поможете нам? '), _defineProperty(_ru$data, 'sidebar_donate', 'Пожертвовать '), _defineProperty(_ru$data, 'sidebar_thanks', 'СПАСИБО!!! '), _defineProperty(_ru$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_ru$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_ru$data, 'decrypt_Access', 'Каким способом Вы хотите получать доступ к своему кошельку? '), _defineProperty(_ru$data, 'decrypt_Title', 'Выберите формат Вашего закрытого ключа: '), _defineProperty(_ru$data, 'decrypt_Select', 'Выберите кошелёк: '), _defineProperty(_ru$data, 'ADD_Label_1', 'Что Вы хотите сделать? '), _defineProperty(_ru$data, 'ADD_Radio_1', 'Создать новый кошелёк '), _defineProperty(_ru$data, 'ADD_Radio_2', 'Выбрать файл с кошельком (Keystore/JSON) '), _defineProperty(_ru$data, 'ADD_Radio_2_alt', 'Выбрать файл с кошельком '), _defineProperty(_ru$data, 'ADD_Radio_2_short', 'ВЫБРАТЬ ФАЙЛ С КОШЕЛЬКОМ... '), _defineProperty(_ru$data, 'ADD_Radio_3', 'Вставить или ввести Ваш закрытый ключ '), _defineProperty(_ru$data, 'ADD_Radio_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Radio_5', 'Скопируйте или введите кодовую фразу '), _defineProperty(_ru$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_ru$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_ru$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_ru$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_ru$data, 'ADD_Label_2', 'Присвоить название: '), _defineProperty(_ru$data, 'ADD_Label_3', 'Ваш кошелёк зашифрован. Пожалуйста, введите пароль '), _defineProperty(_ru$data, 'ADD_Label_4', 'Добавить счёт в список слежения '), _defineProperty(_ru$data, 'ADD_Warning_1', 'Вы можете добавить счёт в "список слежения" на вкладке "кошельки", не загружая закрытый ключ. Добавление счёта в список слежения не означает, что вы имеете доступ к этому счёту, или можете распоряжаться эфиром (ether), лежащим на нём. '), _defineProperty(_ru$data, 'ADD_Label_5', 'Введите адрес '), _defineProperty(_ru$data, 'ADD_Label_6', 'Отпереть кошелёк '), _defineProperty(_ru$data, 'ADD_Label_6_short', 'Отпереть '), _defineProperty(_ru$data, 'ADD_Label_7', 'Добавить счёт '), _defineProperty(_ru$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_ru$data, 'GEN_desc', 'Если Вы хотите создать несколько кошельков, Вы можете сделать это здесь '), _defineProperty(_ru$data, 'GEN_Label_1', 'Введите сложный пароль (не менее 9 символов) '), _defineProperty(_ru$data, 'GEN_Placeholder_1', 'Не забудьте сохранить это! '), _defineProperty(_ru$data, 'GEN_SuccessMsg', 'Поздравляем! Ваш кошелёк успешно создан. '), _defineProperty(_ru$data, 'GEN_Label_2', 'Сохраните Ваш файл Keystore/JSON или закрытый ключ. Не забывайте Ваш пароль! '), _defineProperty(_ru$data, 'GEN_Label_3', 'Сохраните Ваш адрес. '), _defineProperty(_ru$data, 'GEN_Label_4', 'Напечатайте бумажный кошелёк или сохраните QR код. (по желанию) '), _defineProperty(_ru$data, 'BULK_Label_1', 'Сколько кошельков создать '), _defineProperty(_ru$data, 'BULK_Label_2', 'Создать кошельки '), _defineProperty(_ru$data, 'BULK_SuccessMsg', 'Поздравляем! Ваши кошельки успешно созданы. '), _defineProperty(_ru$data, 'SEND_addr', 'Адрес получателя '), _defineProperty(_ru$data, 'SEND_amount', 'Сумма перевода '), _defineProperty(_ru$data, 'SEND_amount_short', 'Сумма '), _defineProperty(_ru$data, 'SEND_custom', 'Другое '), _defineProperty(_ru$data, 'SEND_gas', 'Газ '), _defineProperty(_ru$data, 'SEND_TransferTotal', 'Перевести весь доступный баланс '), _defineProperty(_ru$data, 'SEND_generate', 'Сформировать транзакцию '), _defineProperty(_ru$data, 'SEND_raw', 'Готовая транзакция '), _defineProperty(_ru$data, 'SEND_signed', 'Подписанная транзакция '), _defineProperty(_ru$data, 'SEND_trans', 'Отправить транзакцию '), _defineProperty(_ru$data, 'SENDModal_Title', 'Внимание! '), _defineProperty(_ru$data, 'SENDModal_Content_1', 'Вы собираетесь перевести '), _defineProperty(_ru$data, 'SENDModal_Content_2', 'на адрес '), _defineProperty(_ru$data, 'SENDModal_Content_3', 'Вы уверены, что хотите сделать это? '), _defineProperty(_ru$data, 'SENDModal_Content_4', 'К СВЕДЕНИЮ: Если произошла ошибка, Вам скорее всего надо положить ещё немного эфира (ether) на Ваш счёт, чтобы покрыть расходы на газ при пре переводе токенов. Расходы на газ оплачиваются эфиром (ether). '), _defineProperty(_ru$data, 'SENDModal_No', 'Нет, отменить транзакцию! '), _defineProperty(_ru$data, 'SENDModal_Yes', 'Да, я уверен! Выполнить транзакцию. '), _defineProperty(_ru$data, 'TOKEN_Addr', 'Адрес токена'), _defineProperty(_ru$data, 'TOKEN_Symbol', 'Символ токена '), _defineProperty(_ru$data, 'TOKEN_Dec', 'Дробность (знаков после запятой) '), _defineProperty(_ru$data, 'TRANS_desc', 'Если Вы хотите перевести токены, используйте страницу "Отправить токены". '), _defineProperty(_ru$data, 'TRANS_warning', 'Если Вы используете функции "только ETH" или "только ETC", перевод будет выполнен с помощью контракта. У некоторых сервисов могут возникнуть проблемы с приёмом таких переводов. Уточните этот вопрос. '), _defineProperty(_ru$data, 'TRANS_advanced', '+Дополнительно: добавить данные '), _defineProperty(_ru$data, 'TRANS_data', 'Данные '), _defineProperty(_ru$data, 'TRANS_sendInfo', 'Стандартная транзакция, использующая 21000 газа, будет стоить 0,000441 эфира (ether). Мы указываем цену газа немного выше минимально возможной: 0,000000021 эфира (ether), для того, чтобы ускорить выполнение танзакций. Мы не берём комиссию за выполнение транзакций. '), _defineProperty(_ru$data, 'TRANSModal_Title', 'Транзакции вида "только ETH" и "только ETC" '), _defineProperty(_ru$data, 'TRANSModal_Content_0', 'О видах транзакций и сервисах: '), _defineProperty(_ru$data, 'TRANSModal_Content_1', '**Эфир (ether, обычная транзакция): ** Выполняет обычный перевод напрямую с одного адреса на другой. Используется стандартное количесвто газа: 21000. В большинстве случаев, перевод ETH, выполненный этим способом, можно будет продублировать для ETC. '), _defineProperty(_ru$data, 'TRANSModal_Content_2', '**Только ETH: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETH**. '), _defineProperty(_ru$data, 'TRANSModal_Content_3', '**Только ETC: ** Выполняет перевод через [контракт Тимона Раппа, защищающий от дублирования переводов (рекомендован ВБ)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), поэтому перевод будет выполнен только в **ETC**. '), _defineProperty(_ru$data, 'TRANSModal_Content_4', '**Coinbase и ShapeShift: ** Отправляйте им только обычные транзакции. Если Вы отправите им транзакцию вида "только ...", то Вам придётся обращаться к их службе поддержки, чтобы они вручную пополнили Ваш баланс или вернули бы Вам Ваш эфир (ether). [Вы также можете попробовать использовать инструмент "split" от Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_ru$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Проблем не выявлено. Можно использовать транзакции любого вида. '), _defineProperty(_ru$data, 'TRANSModal_Yes', 'Спасибо, я всё понял. '), _defineProperty(_ru$data, 'TRANSModal_No', 'Чёрт, теперь я окончательно запутался. Помогите мне. '), _defineProperty(_ru$data, 'OFFLINE_Title', 'Сформировать и отправить оффлайн транзакцию '), _defineProperty(_ru$data, 'OFFLINE_Desc', 'Оффлайн транзакция формируется за тра шага. Вы должны выполнить шаги №1 и №3 на компьютере, подключённом к интернету (на онлайн компьютере), а шаг №2 на компьютере, отсоединённом от сети (на оффлайн компьютере). Это гарантирует, что подключённые к интернет устройства не получат доступа к Вашим закрытым ключам. '), _defineProperty(_ru$data, 'OFFLLINE_Step1_Title', 'Шаг №1: Подготовка информации (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step1_Button', 'Подготовка информации '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_1', 'Адрес отправителя '), _defineProperty(_ru$data, 'OFFLINE_Step1_Label_2', 'Внимание: Это адрес ОТПРАВИТЕЛЯ, а не адрес получателя. № перевода (nonce) определяется для адреса отправителя. При использовании оффлайн компьютера, физически изолированного от сети, это будет адрес счёта "холодного хранения" (cold-storage). '), _defineProperty(_ru$data, 'OFFLINE_Step2_Title', 'Шаг №2: Формирование транзакции (оффлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_1', 'Адрес получателя '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_2', 'Сумма перевода '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3', 'Цена газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_3b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4', 'Лимит газа '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_4b', 'Лимит газа по умолчанию: 21000. При использовании контрактов или передаче дополнительных данных может быть необходимо указать другое значение. Неистраченный газ будет Вам возвращён. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5', '№ перевода (nonce) '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_5b', 'Это отображалось на шаге №1 на Вашем онлайн компьютере. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6', 'Данные '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_6b', 'Это необязательный параметр. Данные обычно указывают при использовании контрактов. '), _defineProperty(_ru$data, 'OFFLINE_Step2_Label_7', 'Выберите или введите ваш закрытый ключ или JSON. '), _defineProperty(_ru$data, 'OFFLINE_Step3_Title', 'Шаг №3: Выполнить транзакцию (онлайн компьютер) '), _defineProperty(_ru$data, 'OFFLINE_Step3_Label_1', 'Вставьте подписанную транзакцию с шага №2 и нажмите кнопку "ВЫПОЛНИТЬ ТРАНЗАКЦИЮ". '), _defineProperty(_ru$data, 'DEP_generate', 'Сформировать байткод '), _defineProperty(_ru$data, 'DEP_generated', 'Сформированный байткод '), _defineProperty(_ru$data, 'DEP_signtx', 'Подписать транзакцию '), _defineProperty(_ru$data, 'DEP_interface', 'Сформированный интерфейс '), _defineProperty(_ru$data, 'MYWAL_Nick', 'Название кошелька '), _defineProperty(_ru$data, 'MYWAL_Address', 'Адрес кошелька '), _defineProperty(_ru$data, 'MYWAL_Bal', 'Баланс '), _defineProperty(_ru$data, 'MYWAL_Edit', 'Редактировать '), _defineProperty(_ru$data, 'MYWAL_View', 'Просмотреть '), _defineProperty(_ru$data, 'MYWAL_Remove', 'Удалить '), _defineProperty(_ru$data, 'MYWAL_RemoveWal', 'Удалить кошелёк: '), _defineProperty(_ru$data, 'MYWAL_WatchOnly', 'Список слежения '), _defineProperty(_ru$data, 'MYWAL_Viewing', 'Просматриваемый кошелёк '), _defineProperty(_ru$data, 'MYWAL_Hide', 'Скрыть информацию о кошельке '), _defineProperty(_ru$data, 'MYWAL_Edit_2', 'Редактировать кошелёк '), _defineProperty(_ru$data, 'MYWAL_Name', 'Имя кошелька '), _defineProperty(_ru$data, 'MYWAL_Content_1', 'Внимание! Вы собираетесь удалить кошелёк '), _defineProperty(_ru$data, 'MYWAL_Content_2', 'Убедитесь, что Вы **сохранили закрытый ключ или файл Keystore / JSON и пароль** от этого кошелька, прежде чем Вы удалите этот кошелёк. '), _defineProperty(_ru$data, 'MYWAL_Content_3', 'Если Вы планируете в будущем использовать этот кошелёк в MyEtherWallet CX, Вам надо будет вручную заново добавить его, указав закрытый ключ или файл JSON и пароль. '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle', 'Позволяет скачать закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. Вам это понадобится, когда Вы захотите [импортировать Ваши счета в geth или Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Для проверки баланса Ваших счетов мы рекомендуем использовать браузер блокчейна, например [etherscan.io](https://etherscan.io/). '), _defineProperty(_ru$data, 'VIEWWALLET_Subtitle_Short', 'Позволяет Вам скачать Ваши закрытые ключи в различных форматах, а также повторно напечатать Ваши бумажные кошельки. '), _defineProperty(_ru$data, 'VIEWWALLET_SuccessMsg', 'Поздравляем! Вот информация о Вашем кошельке. '), _defineProperty(_ru$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_ru$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_ru$data, 'CX_error_1', 'У Вас нет сохранённых кошельков. Чтобы создать кошелёк, нажмите ["Создать кошелёк"](/cx-wallet.html#add-wallet)! '), _defineProperty(_ru$data, 'CX_quicksend', 'Моментальный перевод '), _defineProperty(_ru$data, 'NODE_Title', 'Настроить собственный узел'), _defineProperty(_ru$data, 'NODE_Subtitle', 'Для подключения к локальному узлу...'), _defineProperty(_ru$data, 'NODE_Warning', 'Ваш узел должен использовать протокол HTTPS, чтобы MyEtherWallet.com мог с ним работать. Вы можете [скачать репозиторий MyEtherWallet & и запустить его локально](https://github.com/kvhnuke/etherwallet/releases/latest) чтобы иметь возможность работать с любыми узлами, или получите бесплатный SSL сертификат на [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_ru$data, 'NODE_Name', 'Имя узла'), _defineProperty(_ru$data, 'NODE_Port', 'Порт узла'), _defineProperty(_ru$data, 'NODE_CTA', 'Сохранить и подключиться к собственному узлу'), _defineProperty(_ru$data, 'CONTRACT_Title', 'Адрес контракта '), _defineProperty(_ru$data, 'CONTRACT_Title_2', 'Выбрать имеющийся контракт '), _defineProperty(_ru$data, 'CONTRACT_Json', 'ABI / JSON интерфейс '), _defineProperty(_ru$data, 'CONTRACT_Interact_Title', 'Прочитать / записать контракт '), _defineProperty(_ru$data, 'CONTRACT_Interact_CTA', 'Выбрать функцию '), _defineProperty(_ru$data, 'CONTRACT_ByteCode', 'Байткод '), _defineProperty(_ru$data, 'CONTRACT_Read', 'ПРОЧИТАТь '), _defineProperty(_ru$data, 'CONTRACT_Write', 'ЗАПИСАТЬ '), _defineProperty(_ru$data, 'SWAP_rates', "Текущие котировки "), _defineProperty(_ru$data, 'SWAP_init_1', "Я хочу обменять мои "), _defineProperty(_ru$data, 'SWAP_init_2', " на "), _defineProperty(_ru$data, 'SWAP_init_CTA', "Поехали! "), _defineProperty(_ru$data, 'SWAP_information', "Информация об операции"), _defineProperty(_ru$data, 'SWAP_send_amt', "Сумма для отправки "), _defineProperty(_ru$data, 'SWAP_rec_amt', "Сумма к получению "), _defineProperty(_ru$data, 'SWAP_your_rate', "Ваш курс "), _defineProperty(_ru$data, 'SWAP_rec_add', "Адрес получателя "), _defineProperty(_ru$data, 'SWAP_start_CTA', "Начать обмен "), _defineProperty(_ru$data, 'SWAP_ref_num', "Идентификатор операции "), _defineProperty(_ru$data, 'SWAP_time', "Время до отправки "), _defineProperty(_ru$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_ru$data, 'SWAP_progress_1', "Заявка выставлена "), _defineProperty(_ru$data, 'SWAP_progress_2', "Ждём получения ваших "), _defineProperty(_ru$data, 'SWAP_progress_3', "Получено! "), _defineProperty(_ru$data, 'SWAP_progress_4', "Отправляем ваши {{orderResult.output.currency}} "), _defineProperty(_ru$data, 'SWAP_progress_5', "Заявка выполнена "), _defineProperty(_ru$data, 'SWAP_order_CTA', "Пожалуйста, отправьте "), _defineProperty(_ru$data, 'SWAP_unlock', "Отоприте ваш кошелёк для отправки ETH или Tokens непосредственно с этой страницы. "), _defineProperty(_ru$data, 'MSG_message', 'Сообщение '), _defineProperty(_ru$data, 'MSG_date', 'Дата '), _defineProperty(_ru$data, 'MSG_signature', 'Подпись '), _defineProperty(_ru$data, 'MSG_verify', 'Проверить сообщение '), _defineProperty(_ru$data, 'MSG_info1', 'Укажите сегдоняшную дату, чтобы подпись не могла быть повторно использована в другой день. '), _defineProperty(_ru$data, 'MSG_info2', 'Укажите ваш псевдоним и то, где вы этот псевдоним используете, чтобы никто другой не смог его использовать. '), _defineProperty(_ru$data, 'MSG_info3', 'Укажите цель отправки сообщения, чтобы оно не могло быть использовно с другой целью. '), _defineProperty(_ru$data, 'MNEM_1', 'Пожалуйста, выберите адрес для выполнения операции. '), _defineProperty(_ru$data, 'MNEM_2', 'Одна кодовая фраза может использоваться для получения доступа к нескольким кошелькам или адресам. Пожалуйста, выберите адрес, который вы хотите использовать в этот раз. '), _defineProperty(_ru$data, 'MNEM_more', 'Следующие адреса '), _defineProperty(_ru$data, 'MNEM_prev', 'Предыдущие адреса '), _defineProperty(_ru$data, 'SEND_custom', 'Добавить свой токен '), _defineProperty(_ru$data, 'TOKEN_hide', 'Спрятать токены '), _defineProperty(_ru$data, 'TOKEN_show', 'Отправить все токены '), _defineProperty(_ru$data, 'TRANS_gas', 'Лимит газа '), _defineProperty(_ru$data, 'WARN_Send_Link', 'Вы попали сюда по ссылке, которая уже содержит в себе адрес, сумму, лимит газа и дополнительные параметры транзакции. ВЫ можете изменить эти данные перед отправкой транзакции. Для начала отоприте ваш кошелёк. '), _defineProperty(_ru$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_1', 'Присоедините ваш Ledger Wallet '), _defineProperty(_ru$data, 'ADD_Ledger_2', 'Запустите приложение Ethereum (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Exp', 'Запустите приложение Expanse (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_2_Ubq', 'Запустите приложение Ubiq (или приложение контракта) '), _defineProperty(_ru$data, 'ADD_Ledger_3', 'Убедитесь, что использование из браузера разрешено в настройках '), _defineProperty(_ru$data, 'ADD_Ledger_4', 'Если в настройках нет использования из браузера, убедитесь, что у вас [прошивка версии >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_ru$data, 'ADD_Ledger_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_Ledger_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_Ledger_scan', 'Подключиться к Ledger Wallet '), _defineProperty(_ru$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_ru$data, 'x_Trezor', 'TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_scan', 'Подключиться к TREZOR '), _defineProperty(_ru$data, 'ADD_Trezor_select', 'Это код восстановления TREZOR '), _defineProperty(_ru$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0a', 'Перезапустите MyEtherWallet через безопасное (SSL) соединение '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_0b', 'Перезапустите MyEtherWallet с браузере [Chrome](https://www.google.com/chrome/browser/desktop/) или [Opera](https://www.opera.com/) '), _defineProperty(_ru$data, 'ADD_DigitalBitbox_scan', 'Подключиться к Digital Bitbox '), _defineProperty(_ru$data, 'ERROR_0', 'Пожалуйста, введите сумму корректно. '), _defineProperty(_ru$data, 'ERROR_1', 'Пароль должен содержать не менее 9 символов. Пожалуйста, используйте сложный пароль. '), _defineProperty(_ru$data, 'ERROR_2', 'К сожалению, мы не смогли определить формат файла кошелька. '), _defineProperty(_ru$data, 'ERROR_3', 'Этот файл не является файлом кошелька. '), _defineProperty(_ru$data, 'ERROR_4', 'Такая единица измерения не существует. Пожалуйста, укажите одну из следующих единиц измерения '), _defineProperty(_ru$data, 'ERROR_5', 'Неправильный адрес. '), _defineProperty(_ru$data, 'ERROR_6', 'Неверный пароль. '), _defineProperty(_ru$data, 'ERROR_7', 'Некорректная сумма. (Must be integer. Try 0-18.) '), _defineProperty(_ru$data, 'ERROR_8', 'Некорректно указан лимит газа. (Must be integer. Try 21000-4000000.) '), _defineProperty(_ru$data, 'ERROR_9', 'Недопустимые данные. (Must be hex.) '), _defineProperty(_ru$data, 'ERROR_10', 'Некорректно указано количество газа. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_ru$data, 'ERROR_11', 'Неверный номер перевода (nonce). (Must be integer.) '), _defineProperty(_ru$data, 'ERROR_12', 'Подписанная транзакция некорректна. '), _defineProperty(_ru$data, 'ERROR_13', 'Кошелёк с таким названием уже существует. '), _defineProperty(_ru$data, 'ERROR_14', 'Кошелёк не найден. '), _defineProperty(_ru$data, 'ERROR_15', 'Предложение с таким идентификатором не существует или при чтении предложения произошла ошибка. '), _defineProperty(_ru$data, 'ERROR_16', 'Кошелёк с таким адресом уже находится в хранилище. Просмотрите в списке кошельков. '), _defineProperty(_ru$data, 'ERROR_17', 'Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Вам необходимо иметь не менее 0.01 эфира (ether) на Вашем счету, чтобы покрыть расходы на газ. Пожалуйста, пложите немного эфира (ether) на счёт и попробуйте снова. '), _defineProperty(_ru$data, 'ERROR_18', 'Транзакция могла бы истратить весь газ. Это значит, что Вы уже голосовали по данному предложению, или период обсуждения данного предложения закончился. '), _defineProperty(_ru$data, 'ERROR_19', 'Неправильный символ '), _defineProperty(_ru$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_ru$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_ru$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_ru$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_ru$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_ru$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_ru$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_ru$data, 'ERROR_27', 'Minimum amount: 0.01. Maximum Amount: '), _defineProperty(_ru$data, 'ERROR_28', 'В будущем, для доступа к этому кошельку **Вам понадобится либо файл Keystore/JSON вместе с паролем, либо закрытый ключ**. Пожалуйста, сохраните их и сделайте резервную копию! Если Вы потеряете их, то не сможете восстановить доступ к Вашему кошельку. Обратитесь к [справке](https://www.myetherwallet.com/#help) за инструкциями. '), _defineProperty(_ru$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_ru$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_ru$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_ru$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_ru$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_ru$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_ru$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_ru$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_ru$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_ru$data, 'SUCCESS_1', 'Адрес указан верно '), _defineProperty(_ru$data, 'SUCCESS_2', 'Кошелёк успешно расшифрован '), _defineProperty(_ru$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_ru$data, 'SUCCESS_4', 'Ваш кошелёк успешно добавлен '), _defineProperty(_ru$data, 'SUCCESS_5', 'Выбранный файл '), _defineProperty(_ru$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_ru$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_ru$data, 'GETH_InvalidSender', 'Неверный адрес отправителя '), _defineProperty(_ru$data, 'GETH_Nonce', 'Номер перевода (nonce) слишком мал '), _defineProperty(_ru$data, 'GETH_Cheap', 'Цена газа слишком низкая '), _defineProperty(_ru$data, 'GETH_Balance', 'Баланс недостаточен '), _defineProperty(_ru$data, 'GETH_NonExistentAccount', 'Счёт не существует или баланс счёта слишком мал '), _defineProperty(_ru$data, 'GETH_InsufficientFunds', 'Недостаточно средств для ГАЗ * ЦЕНА + СУММА '), _defineProperty(_ru$data, 'GETH_IntrinsicGas', 'Недостаточно газа для выполнения транзакции '), _defineProperty(_ru$data, 'GETH_GasLimit', 'Превышен лимит газа на блок '), _defineProperty(_ru$data, 'GETH_NegativeValue', 'Отрицательная сумма '), _defineProperty(_ru$data, 'PARITY_AlreadyImported', "Транзакция с данным хэшем уже импортирована."), _defineProperty(_ru$data, 'PARITY_Old', "Номер перевода (nonce) слишком маленький. Попробуйте увеличить номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_TooCheapToReplace', "Комиссия транзакции слишком низкая. В очереди уже есть другая транзакция с таким же номером перевода (nonce). Попробуйте увеличитьразмер комиссии или номер перевода (nonce)."), _defineProperty(_ru$data, 'PARITY_LimitReached', "Слишком много транзакций в очереди. Ваша транзакция была удалена из-за превышения лимита. Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientGasPrice', "Комиссия транзакции слишком низкая. Она не соответствует минимальному размеру комиссии для вашего узла (минимальная комиссия: {}, ваша комиссия: {}). Попробуйте увеличить размер комиссии."), _defineProperty(_ru$data, 'PARITY_InsufficientBalance', "Недостаточно средств. На счёте, с которого вы пытаетесь отправить транзакцию, не хватает средств. Требуется {}, а имеется только: {}."), _defineProperty(_ru$data, 'PARITY_GasLimitExceeded', "Цена транзакции превышает текущий лимит газа. Лимит: {}, цена: {}. Поробуйте уменьшить отведённое количество газа."), _defineProperty(_ru$data, 'PARITY_InvalidGasLimit', "Отведённое количество газа меньше лимита."), _defineProperty(_ru$data, 'translate_version', '0.3 '), _defineProperty(_ru$data, 'Translator_Desc', 'Спасибо нашим переводчикам '), _defineProperty(_ru$data, 'TranslatorName_1', '[Михаил Владимиров](https://www.myetherwallet.com/?gaslimit=21000&to=0x6ff323e36bfdb20502b23780695f4e77e36cde95&value=1.0#send-transaction) '), _defineProperty(_ru$data, 'TranslatorAddr_1', '0x6ff323e36bfdb20502b23780695f4e77e36cde95 '), _defineProperty(_ru$data, 'TranslatorName_2', ''), _defineProperty(_ru$data, 'TranslatorAddr_2', ''), _defineProperty(_ru$data, 'TranslatorName_3', ''), _defineProperty(_ru$data, 'TranslatorAddr_3', ''), _defineProperty(_ru$data, 'TranslatorName_4', ''), _defineProperty(_ru$data, 'TranslatorAddr_4', ''), _defineProperty(_ru$data, 'TranslatorName_5', ''), _defineProperty(_ru$data, 'TranslatorAddr_5', ''), _defineProperty(_ru$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_ru$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_ru$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_ru$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_ru$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_ru$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_ru$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_ru$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_ru$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_ru$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_ru$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_ru$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_ru$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_ru$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_ru$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_ru$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_ru$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_ru$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_ru$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_ru$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_ru$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_ru$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_ru$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_ru$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_ru$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_ru$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_ru$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_ru$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_ru$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_ru$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_ru$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_ru$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_ru$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_ru$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_ru$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_ru$data, 'HELP_4_Desc_2', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_ru$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_ru$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_ru$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_ru$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_ru$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_ru$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_ru$data, 'HELP_4CX_Desc_12', 'Using "Перевести эфир (ether) и токены" Page '), _defineProperty(_ru$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_ru$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_ru$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_ru$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_ru$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_ru$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_ru$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_ru$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_ru$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_ru$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_ru$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_ru$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_ru$data, 'HELP_7_Desc_1', 'Navigate to the "Перевести эфир (ether) и токены" page. '), _defineProperty(_ru$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_ru$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_ru$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_ru$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_ru$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_ru$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_ru$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_ru$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_ru$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_ru$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_ru$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_ru$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_ru$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_ru$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_ru$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_ru$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_ru$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_ru$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_ru$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_ru$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_ru$data, 'HELP_9_Title', '9) Is the "Перевести эфир (ether) и токены" page offline? '), _defineProperty(_ru$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_ru$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_ru$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_ru$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_ru$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_ru$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_ru$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_ru$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_ru$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_ru$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_ru$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_ru$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_ru$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_ru$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_ru$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_ru$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_ru$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_ru$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_ru$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_ru$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_ru$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_ru$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_ru$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_ru$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_ru$data, 'HELP_12_Desc_15b', 'Если вы используете ПК: '), _defineProperty(_ru$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_ru$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_ru$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_ru$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_ru$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_ru$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_ru$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_ru$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_ru$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_ru$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_ru$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_ru$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_ru$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_ru$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_ru$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_ru$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_ru$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_ru$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_ru$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_ru$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_ru$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_ru$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_ru$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_ru$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_ru$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_ru$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_ru$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_ru$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_ru$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_ru$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_ru$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_ru$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_ru$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_ru$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_ru$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_ru$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_ru$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_ru$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_ru$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_ru$data, 'HELP_Contact_Title', 'Ways to Get in Touch'), _ru$data); module.exports = ru; @@ -17842,7 +17839,7 @@ th.data = (_th$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_th$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_th$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_th$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_th$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_th$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_th$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_th$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_th$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_th$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_th$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_th$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_th$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_th$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_th$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_th$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_th$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_th$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_th$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_th$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_th$data, 'x_CancelReplaceTx', 'ยกเลิกหรือเปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_CancelTx', 'ยกเลิกธุรกรรม'), _defineProperty(_th$data, 'x_PasswordDesc', 'รหัสผ่านนี้ใช้เพื่อ * เข้ารหัส * กุญแจส่วนตัว (Private Key) ของคุณ และไม่ได้ถูกใช้เพื่อเป็นตัวตั้งต้น (Seed) สำหรับสร้างกุญแจส่วนตัวของคุณ **คุณจะต้องใช้รหัสผ่านนี้ + กุญแจส่วนตัว (Private Key) เพื่อปลดล็อกกระเป๋าของคุณ**'), _defineProperty(_th$data, 'x_ReadMore', 'อ่านต่อ'), _defineProperty(_th$data, 'x_ReplaceTx', 'เปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_TransHash', 'ค่าแฮชของธุรกรรม'), _defineProperty(_th$data, 'x_TXFee', 'ค่าธรรมเนียมของ TX'), _defineProperty(_th$data, 'x_TxHash', 'ค่าแฮชของ TX'), _defineProperty(_th$data, 'NAV_CheckTxStatus', 'ตรวจสอบสถานะของ TX'), _defineProperty(_th$data, 'NAV_TxStatus', 'สถานะ TX'), _defineProperty(_th$data, 'tx_Details', 'ข้อมูลการทำธุรกรรม'), _defineProperty(_th$data, 'tx_Summary', 'ในขณะที่มีปริมาณการซื้อขายเป็นจำนวนมาก (เช่นช่วง ICO) ธุรกรรมอาจจะอยู่ในระหว่างรอและล่าช้าเป็นชั่วโมงหรือเป็นวัน ดังนั้นคุณสามารถค้นหา และ "ยกเลิก" / เปลี่ยนแปลงธุรกรรม (TX) เหล่านั้นผ่านเครื่องมือนี้ ** โดยปกติแล้วคุณไม่จำเป็นต้องทำหรือเพิ่งพาสิ่งนี้ และมันจะสำเร็จก็ต่อเมื่อ TX Pool นั้นเต็มเท่านั้น [กรุณาอ่านเกี่ยวกับเครื่องมือนี้ได้ที่นี่](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_th$data, 'tx_notFound', 'ไม่พบการทำธุรกรรม'), _defineProperty(_th$data, 'tx_notFound_1', 'ไม่พบธุรกรรม (TX) นี้จากใน TX Pool ของ Node คุณเชื่อมต่ออยู่'), _defineProperty(_th$data, 'tx_notFound_2', 'หากคุณเพิ่งทำธุรกรรมการส่ง, กรุณารอ 15 วินาที และกดปุ่ม "ตรวจสอบสถานะของ TX" อีกครั้ง '), _defineProperty(_th$data, 'tx_notFound_3', 'มันอาจจะอยู่ใน TX Pool ของ Node อื่น ซึ่งกำลังรอการขุด'), _defineProperty(_th$data, 'tx_notFound_4', 'กรุณาใช้กล่อง dropdown ที่มุมขวาบน & เลือก ETH Node อื่น (เช่น `ETH (Etherscan.io)` หรือ `ETH (Infura.io)` หรือ `ETH (MyEtherWallet)`) และตรวจสอบอีกครั้ง'), _defineProperty(_th$data, 'tx_foundInPending', 'ค้นพบธุรกรรมที่อยู่ในระหว่างรอ'), _defineProperty(_th$data, 'tx_foundInPending_1', 'ธุรกรรมของคุณถูกระบุอยู่ใน TX Pool ของ Node เดียวกันกับที่คุณเชื่อมต่ออยู่ '), _defineProperty(_th$data, 'tx_foundInPending_2', 'อยู่ในระหว่างรอ (กำลังรอการขุด) '), _defineProperty(_th$data, 'tx_foundInPending_3', 'มีโอกาสที่คุณสามารถ "ยกเลิก" หรือเปลี่ยนแปลงการทำธุรกรรมนี้ ปลดล็อกกระเป๋าขอบคุณด้านล่าง'), _defineProperty(_th$data, 'tx_FoundOnChain', 'ค้นพบธุรกรรม'), _defineProperty(_th$data, 'tx_FoundOnChain_1', 'ธุรกรรมของคุณได้รับการขุดสำเร็จแล้ว และอยู่ในบล็อคเชน'), _defineProperty(_th$data, 'tx_FoundOnChain_2', '**ถ้าหากพบข้อความผิดพลาด `( ! )` สีแดง, `BAD INSTRUCTION` หรือ `OUT OF GAS`** หมายความว่าการทำธุรกรรม *ส่ง* ไม่สำเร็จ และคุณไม่สามารถยกเลิกหรือเปลี่ยนแปลงธุรกรรมนี้ ให้คุณทำธุรกรรมส่งใหม่ แต่ถ้าหากพบข้อความผิดพลาด "Out of Gas" คุณควรจะเพิ่มแก๊สเป็นสองเท่าจากเดิมที่ระบุตอนแรก'), _defineProperty(_th$data, 'tx_FoundOnChain_3', '**ถ้าหากไม่พบข้อความผิดพลาดใดๆ หมายความว่าการทำธุรกรรมของคุณถูกส่งสำเร็จ** ETH หรือ Token ของคุณถูกส่งถึงผู้รับแล้ว ถ้าหากเกิน 24+ ชั่วโมงแล้วคุณยังไม่เห็นจำนวน ETH หรือ Token ถูกโอนเข้ากระเป๋าหรือบัญชีบนเว็บแลกเปลี่ยนปลายทาง, กรุณา [ติดต่อที่นี่](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html) ให้แนบ *ลิงก์* ของการทำธุรกรรมคุณเพื่อสอบถามขอความช่วยเหลือ'), _defineProperty(_th$data, 'GEN_Help_1', 'ใช้'), _defineProperty(_th$data, 'GEN_Help_2', 'ของคุณเพื่อเข้าถึงบัญชี'), _defineProperty(_th$data, 'GEN_Help_3', 'ใช้อุปกรณ์ * เป็น * กระเป๋าของคุณ'), _defineProperty(_th$data, 'GEN_Help_4', 'คำแนะนำ & คำถามที่พบบ่อย'), _defineProperty(_th$data, 'GEN_Help_5', 'วิธีการสร้างกระเป๋า'), _defineProperty(_th$data, 'GEN_Help_6', 'เริ่มต้น'), _defineProperty(_th$data, 'GEN_Help_7', 'เก็บไว้ให้ปลอดภัย · สำรองข้อมูล · ไม่แชร์ให้กับผู้อื่น · อย่าทำหาย · ถ้าหากคุณทำหาย มันไม่สามารถถูกกู้คืนกลับมาได้ '), _defineProperty(_th$data, 'GEN_Help_8', 'ไฟล์ไม่เริ่มดาวน์โหลด? '), _defineProperty(_th$data, 'GEN_Help_9', 'ลองใช้ Google Chrome '), _defineProperty(_th$data, 'GEN_Help_10', 'คลิกขวา & บันทึกไฟล์ด้วยชื่อ: '), _defineProperty(_th$data, 'GEN_Help_11', 'ห้ามเปิดไฟล์นี้บนเครื่องคอมพิวเตอร์ของคุณ '), _defineProperty(_th$data, 'GEN_Help_12', 'ใช้เพื่อปลดล็อกกระเป๋าของคุณผ่าน MyEtherWallet (หรือ Mist, Geth, Parity หรือโปรแกรมกระเป๋าอื่นๆ) '), _defineProperty(_th$data, 'GEN_Help_13', 'วิธีการสำรองข้อมูลไฟล์ Keystore '), _defineProperty(_th$data, 'GEN_Help_14', 'ชนิดของไฟล์แบบต่างๆ คืออะไร? '), _defineProperty(_th$data, 'GEN_Help_15', 'ป้องกันการสูญเสีย & การโจรกรรมเงินของคุณ'), _defineProperty(_th$data, 'GEN_Help_16', 'ชนิดของไฟล์แบบต่างๆ คืออะไร?'), _defineProperty(_th$data, 'GEN_Help_17', 'ทำไมฉันควรจะทำ?'), _defineProperty(_th$data, 'GEN_Help_18', 'เพื่อมีแบ็คอัพสำรองข้อมูล'), _defineProperty(_th$data, 'GEN_Help_19', 'ในกรณีที่คุณลืมรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_th$data, 'GET_ConfButton', 'ฉันเข้าใจ ดำเนินการต่อ'), _defineProperty(_th$data, 'GEN_Label_5', 'บันทึก `กุญแจส่วนตัว (Private Key)` ของคุณ '), _defineProperty(_th$data, 'GEN_Unlock', 'ปลดล็อกกระเป๋าเพื่อดูที่อยู่ของคุณ'), _defineProperty(_th$data, 'GAS_PRICE_Desc', 'ราคาแก๊สคือจำนวนที่คุณจ่ายต่อหนึ่งหน่วยของจำนวนแก๊ส `ค่าธรรมเนียมของ ธุรกรรม (TX) = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค ยิ่งราคาแก๊สสูง = ธุรกรรมก็จะสำเร็จเร็วขึ้น แต่ค่าธรรมเนียมก็จะแพงขึ้นเช่นกัน ค่าเริ่มต้นคือ `41 GWEI`'), _defineProperty(_th$data, 'GAS_LIMIT_Desc', 'จำนวนจำกัดแก๊ส คือปริมาณของแก๊สที่จะส่งไปกับธุรกรรม (TX) ของคุณ `ค่าธรรมเนียม TX = ราคาแก๊ส * จำนวนจำกัดแก๊ส และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค การเพิ่มจำนวนนี้จะไม่ทำให้ TX ของคุณถูกขุดสำเร็จไวขึ้น การส่ง ETH = `21000` หากส่ง Token = ~`200000`'), _defineProperty(_th$data, 'NONCE_Desc', 'ค่า nonce คือตัวเลขของธุรกรรมที่ถูกส่งไปยังที่อยู่ที่ระบุ เพื่อเป็นการยืนยันให้ธุรกรรมถูกส่งได้อย่างถูกต้องตามลำดับ และไม่ซ้ำกัน'), _defineProperty(_th$data, 'TXFEE_Desc', 'ค่าธรรมเนียมธุรกรรม (TX) จะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค มีค่าเท่ากับ `จำนวนจำกัดแก๊ส` * `ราคาแก๊ส` [คุณสามารถแปลง GWEI -> ETH ได้ที่นี่](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_th$data, 'NAV_AddWallet', 'เพิ่มกระเป๋า '), _defineProperty(_th$data, 'NAV_BulkGenerate', 'สร้างเป็นจำนวนมาก '), _defineProperty(_th$data, 'NAV_Contact', 'ติดต่อ '), _defineProperty(_th$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_th$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_th$data, 'NAV_ENS', 'ENS'), _defineProperty(_th$data, 'NAV_GenerateWallet_alt', 'กระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_GenerateWallet', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_Help', 'ช่วยเหลือ '), _defineProperty(_th$data, 'NAV_InteractContract', 'จัดการกับ Contract '), _defineProperty(_th$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_th$data, 'NAV_MyWallets', 'กระเป๋าของฉัน '), _defineProperty(_th$data, 'NAV_Offline', 'ส่งแบบออฟไลน์ '), _defineProperty(_th$data, 'NAV_SendEther', 'ส่ง Ether & Token '), _defineProperty(_th$data, 'NAV_SendTokens', 'ส่ง Token '), _defineProperty(_th$data, 'NAV_SignMsg', 'เซ็นข้อความ '), _defineProperty(_th$data, 'NAV_Swap', 'แลกเปลี่ยน '), _defineProperty(_th$data, 'NAV_ViewWallet', 'ดูข้อมูลกระเป๋า '), _defineProperty(_th$data, 'NAV_YourWallets', 'กระเป๋าของคุณ '), _defineProperty(_th$data, 'x_Access', 'เข้าใช้ '), _defineProperty(_th$data, 'x_AddessDesc', 'ที่อยู่ของคุณ หรือสามารถเรียกอีกอย่างว่า `Account #` หรือ `กุญแจสาธารณะ (Public Key)` คือสิ่งที่คุณสามารถแชร์ให้ผู้อื่น เพื่อรอรับ Ether หรือ Token ได้ เพียงมองหาไอคอนของที่อยู่และตรวจสอบให้แน่ใจว่ามันตรงกับกระเป๋ากระดาษของคุณ หรือเมื่อใดก็ตามที่คุณป้อนที่อยู่ของคุณ'), _defineProperty(_th$data, 'x_Address', 'ที่อยู่ของคุณ '), _defineProperty(_th$data, 'x_Cancel', 'ยกเลิก '), _defineProperty(_th$data, 'x_CSV', 'ไฟล์ CSV (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Download', 'ดาวน์โหลด '), _defineProperty(_th$data, 'x_Json', 'ไฟล์ JSON (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_JsonDesc', 'เนื้่อหานี้ไม่ถูกเข้ารหัส ซึ่งเป็น กุญแจส่วนตัว (Private Key) ของคุณที่อยู่รูปแบบ JSON ซึ่งหมายความว่าผู้อื่นที่เข้าถึง JSON นี้ จะสามารถเข้าถึงกระเป๋า & Ether ของคุณได้โดยไม่จำเป็นต้องรู้รหัสผ่านเลย '), _defineProperty(_th$data, 'x_Keystore', 'ไฟล์ Keystore (UTC / JSON · แนะนำ · เข้ารหัส) '), _defineProperty(_th$data, 'x_Keystore2', 'ไฟล์ Keystore (UTC / JSON) '), _defineProperty(_th$data, 'x_KeystoreDesc', 'ไฟล์ Keystore นี้เข้ากันได้กับรูปแบบที่ใช้โดย Mist ทำให้คุณสามารถอิมพอร์ตมันได้อย่างง่ายดายในภายหลัง แนะนำให้ใช้ไฟล์ชนิดนี้เพื่อดาวน์โหลดและแบคอัพ '), _defineProperty(_th$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_th$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_th$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_th$data, 'x_Password', 'รหัสผ่าน '), _defineProperty(_th$data, 'x_Print', 'พิมพ์กระเป๋ากระดาษ '), _defineProperty(_th$data, 'x_PrintDesc', 'คำแนะนำจากโปร: คลิกพิมพ์ และบันทึกได้ในรูปแบบ PDF ไฟล์ ถึงแม้ว่าคุณจะไม่มีปริ้นเตอร์ '), _defineProperty(_th$data, 'x_PrintShort', 'พิมพ์ '), _defineProperty(_th$data, 'x_PrivKey', 'กุญแจส่วนตัว (Private Key) (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_PrivKey2', 'กุญแจส่วนตัว (Private Key) '), _defineProperty(_th$data, 'x_PrivKeyDesc', 'นี่คือข้อความแบบไม่เข้ารหัสของกุญแจส่วนตัว (Private Key) ของคุณ โดยไม่จำเป็นต้องมีรหัสผ่าน ดังนั้นถ้าหากผู้อื่นรู้กุญแจส่วนตัว (Private key) ที่ไม่ถูกเข้ารหัสของคุณนี้ ผู้นั้นสามารถเข้าถึงกระเป๋าของคุณโดยไม่จำเป็นต้องมีรหัสผ่าน และด้วยเหตุนี้ จึงแนะนำให้ใช้กุญแจแบบเข้ารหัสซึ่งเป็นที่นิยมกว่า '), _defineProperty(_th$data, 'x_Save', 'บันทึก '), _defineProperty(_th$data, 'x_TXT', 'ไฟล์ TXT (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Wallet', 'กระเป๋า '), _defineProperty(_th$data, 'CX_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether ผ่าน Chrome Extension '), _defineProperty(_th$data, 'CX_Warning_1', 'ยืนยันให้แน่ใจว่าคุณมี **การสำรองข้อมูลจากภายนอก** ของกระเป๋าใดก็ตามที่คุณเก็บไว้ที่นี่ อะไรก็อาจเกิดขึ้นได้ที่ทำให้คุณสูญเสียข้อมูลบน Chrome Extension นี้ รวมถึงการถอดการติดตั้ง และติดตั้ง Extension ใหม่ ซึ่ง Extension นี้ทำให้คุณเข้าถึงกระเป๋าของคุณได้อย่างง่ายดาย **ไม่ใช่** เพื่อการสำรองข้อมูล '), _defineProperty(_th$data, 'MEW_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether '), _defineProperty(_th$data, 'MEW_Warning_1', 'ตรวจสอบ URL ทุกครั้ง ก่อนเข้าใช้กระเป๋าของคุณหรือสร้างกระเป๋าใหม่ ระวังเว็บไซต์ลอกเลียนแบบประสงค์ร้าย! '), _defineProperty(_th$data, 'FOOTER_1', 'ฟรี, โอเพ่นซอร์ส, อินเตอร์เฟสฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ethereum & อื่นๆอีกมากมาย และทำธุรกรรมผ่านบล็อคเชนของ Ethereum ได้อย่างง่ายดาย & ปลอดภัย อย่าลืมตรวจสอบ URL ( myetherwallet.com ) ทุกครั้งก่อนเข้าใช้กระเป๋าของคุณ'), _defineProperty(_th$data, 'FOOTER_1b', 'สร้างขึ้นโดย '), _defineProperty(_th$data, 'FOOTER_2', 'ยินดีรับบริจาค '), _defineProperty(_th$data, 'FOOTER_3', 'บริการสร้างกระเป๋าโดย '), _defineProperty(_th$data, 'FOOTER_4', 'คำปฎิเสธความรับผิดชอบ '), _defineProperty(_th$data, 'sidebar_AccountInfo', 'ข้อมูลบัญชี '), _defineProperty(_th$data, 'sidebar_AccountAddr', 'ที่อยู่บัญชี '), _defineProperty(_th$data, 'sidebar_AccountBal', 'ยอดคงเหลือบัญชี '), _defineProperty(_th$data, 'sidebar_TokenBal', 'ยอดคงเหลือ Token '), _defineProperty(_th$data, 'sidebar_Equiv', 'มูลค่าเทียบเท่า '), _defineProperty(_th$data, 'sidebar_TransHistory', 'ประวัติการทำธุรกรรม '), _defineProperty(_th$data, 'sidebar_donation', 'MyEtherWallet ให้บริการฟรี, และเป็นโอเพ่นซอร์สเพื่อความเป็นส่วนตัว และความปลอดภัยของคุณ ยิ่งเราได้รับการบริจาคมากเท่าไหร่เราก็ยิ่งมีเวลาเพื่อสร้างฟีเจอร์ใหม่ๆ มากขึ้นเท่านั้น, พร้อมรับฟังข้อเสนอแนะ, และตอบสนองตามความต้องการของผู้ใช้ ซึ่งเราเป็นแค่ทีมสองคนที่อยากจะเปลี่ยนแปลงโลกใบนี้ สนใจช่วยเราไหม? '), _defineProperty(_th$data, 'sidebar_donate', 'บริจาค '), _defineProperty(_th$data, 'sidebar_thanks', 'ขอบคุณ!!! '), _defineProperty(_th$data, 'sidebar_DisplayOnTrezor', 'แสดงที่อยู่บน TREZOR'), _defineProperty(_th$data, 'sidebar_DisplayOnLedger', 'แสดงที่อยู่บน Ledger'), _defineProperty(_th$data, 'decrypt_Access', 'คุณต้องการเข้าถึงกระเป๋าของคุณด้วยวิธีใด? '), _defineProperty(_th$data, 'decrypt_Title', 'เลือกชนิดรูปแบบของกุญแจส่วนตัวของคุณ (Private Key) '), _defineProperty(_th$data, 'decrypt_Select', 'เลือกกระเป๋า '), _defineProperty(_th$data, 'MNEM_1', 'โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งาน '), _defineProperty(_th$data, 'MNEM_2', 'HD mnemonic phrase ของคุณสามารถเข้าถึง กระเป๋าหลายใบ / ที่อยู่หลายที่อยู่ ได้ โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งานในขณะนี้ '), _defineProperty(_th$data, 'MNEM_more', 'ที่อยู่อื่นๆ '), _defineProperty(_th$data, 'MNEM_prev', 'ที่อยู่ที่แล้ว '), _defineProperty(_th$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_1', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_2', 'เปิด Ethereum application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Exp', 'เปิด Expanse application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Ubq', 'เปิด Ubiq application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_3', 'ยืนยันว่า Browser Support ได้ถูกเปิดใช้งานผ่านหน้า Settings '), _defineProperty(_th$data, 'ADD_Ledger_4', 'ถ้าหากไม่พบ Browser Support ในหน้า settings โปรดทำให้แน่ใจว่าคุณกำลังใช้งาน Ledger Wallet [เฟิร์มแวร์เวอร์ชั่น > 1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_th$data, 'ADD_Ledger_0a', 'คุณต้องเข้าใช้ MyEtherWallet ผ่านทางการเชื่อมต่อที่ปลอดภัย (SSL / HTTPS) ถึงจะสามารถเชื่อมต่อได้ '), _defineProperty(_th$data, 'ADD_Ledger_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Ledger_scan', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_MetaMask', 'เชื่อมต่อไปยัง MetaMask '), _defineProperty(_th$data, 'x_Trezor', 'TREZOR '), _defineProperty(_th$data, 'ADD_Trezor_scan', 'เชื่อมต่อไปยัง TREZOR '), _defineProperty(_th$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0a', 'เปิด MyEtherWallet อีกครั้งผ่านการเชื่อมต่อที่ปลอดภัย (SSL) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_scan', 'เชื่อมต่อไปยัง Digital Bitbox '), _defineProperty(_th$data, 'ADD_Label_1', 'คุณต้องการจะทำอะไร? '), _defineProperty(_th$data, 'ADD_Radio_1', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'ADD_Radio_2', 'เลือกไฟล์กระเป๋า (Keystore / JSON) '), _defineProperty(_th$data, 'ADD_Radio_2_alt', 'เลือกไฟล์กระเป๋า '), _defineProperty(_th$data, 'ADD_Radio_2_short', 'เลือกไฟล์กระเป๋า... '), _defineProperty(_th$data, 'ADD_Radio_3', 'แปะวาง/พิมพ์ Private Key ของคุณ '), _defineProperty(_th$data, 'ADD_Radio_4', 'เพิ่มบัญชีใหม่เข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Radio_5', 'แปะวาง/พิมพ์ Mnemonic (รหัสช่วยจำ) '), _defineProperty(_th$data, 'ADD_Radio_5_Path', 'เลือก HD derivation path '), _defineProperty(_th$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_th$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_th$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathCustom', 'กำหนดเอง'), _defineProperty(_th$data, 'ADD_Label_2', 'ตั้งชื่อเล่น '), _defineProperty(_th$data, 'ADD_Label_3', 'กระเป๋าของคุณถูกเข้ารหัส เยี่ยม! โปรดป้อนรหัสผ่าน '), _defineProperty(_th$data, 'ADD_Label_4', 'เพิ่มบัญชีเข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Warning_1', 'คุณสามารถเพิ่มบัญชีเข้า "รายการติดตาม" จากแท็บของกระเป๋าโดยไม่ต้องอัพโหลด private key ซึ่งการกระทำนี้ ** ไม่ได้ ** หมายความว่าคุณสามารถเข้าถึงกระเป๋านี้ได้ หรือสามารถส่ง Ether ออกจากกระเป๋าได้ '), _defineProperty(_th$data, 'ADD_Label_5', 'ป้อนที่อยู่ '), _defineProperty(_th$data, 'ADD_Label_6', 'ปลดล็อกกระเป๋าของคุณ '), _defineProperty(_th$data, 'ADD_Label_6_short', 'ปลดล็อก '), _defineProperty(_th$data, 'ADD_Label_7', 'เพิ่มบัญชี '), _defineProperty(_th$data, 'ADD_Label_8', 'รหัสผ่าน (ทางเลือก): '), _defineProperty(_th$data, 'MYWAL_Nick', 'ชื่อเล่นของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Address', 'ที่อยู่ของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Bal', 'ยอดคงเหลือ '), _defineProperty(_th$data, 'MYWAL_Edit', 'แก้ไข '), _defineProperty(_th$data, 'MYWAL_View', 'ดู '), _defineProperty(_th$data, 'MYWAL_Remove', 'ลบออก '), _defineProperty(_th$data, 'MYWAL_RemoveWal', 'ลบกระเป๋าออก '), _defineProperty(_th$data, 'MYWAL_WatchOnly', 'บัญชีในรายการติดตาม '), _defineProperty(_th$data, 'MYWAL_Viewing', 'กำลังดูกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Hide', 'ซ่อนข้อมูลกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Edit_2', 'แก่ไขกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Name', 'ชื่อของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Content_1', 'คำเตือน! คุณกำลังจะลบกระเป๋าของคุณ '), _defineProperty(_th$data, 'MYWAL_Content_2', 'ยืนยันให้แน่ใจว่าคุณได้ **จดบันทึก private key และ/หรือไฟล์ Keystore และรหัสผ่าน** ก่อนที่คุณจำลบมัน '), _defineProperty(_th$data, 'MYWAL_Content_3', 'ถ้าหากคุณต้องการจะใช้กระเป๋านี้ร่วมกับ MyEtherWallet CX ในอนาคต คุณจำเป็นจะต้องเพิ่มกระเป๋าใหม่อีกครั้งด้วย private key/JSON และรหัสผ่าน '), _defineProperty(_th$data, 'GEN_desc', 'หากคุณต้องการสร้างกระเป๋าหลายใบ, คุณสามารถทำได้ที่นี่ '), _defineProperty(_th$data, 'GEN_Label_1', 'ป้อนรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Placeholder_1', 'ควรจดจำรหัสผ่านไว้ และห้ามลืม! '), _defineProperty(_th$data, 'GEN_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'GEN_Label_2', 'บันทึกไฟล์ `Keystore` ของคุณ '), _defineProperty(_th$data, 'GEN_Label_3', 'บันทึกที่อยู่ของคุณ '), _defineProperty(_th$data, 'GEN_Label_4', 'สั่งพิมพ์กระเป๋ากระดาษ หรือ QR โค้ด '), _defineProperty(_th$data, 'BULK_Label_1', 'จำนวนกระเป๋าที่จะสร้าง '), _defineProperty(_th$data, 'BULK_Label_2', 'สร้างกระเป๋า '), _defineProperty(_th$data, 'BULK_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'SEND_addr', 'ส่งไปยังที่อยู่ '), _defineProperty(_th$data, 'SEND_amount', 'จำนวนที่จะส่ง '), _defineProperty(_th$data, 'SEND_amount_short', 'จำนวน '), _defineProperty(_th$data, 'SEND_custom', 'เพิ่ม Custom Token '), _defineProperty(_th$data, 'SEND_gas', 'แก๊ส '), _defineProperty(_th$data, 'SEND_TransferTotal', 'ส่งด้วยจำนวนทั้งหมด '), _defineProperty(_th$data, 'SEND_generate', 'ทำธุรกรรม '), _defineProperty(_th$data, 'SEND_raw', 'Raw Transaction '), _defineProperty(_th$data, 'SEND_signed', 'เซ็นธุรกรรม '), _defineProperty(_th$data, 'SEND_trans', 'ส่งธุรกรรม '), _defineProperty(_th$data, 'SENDModal_Title', 'คำเตือน! '), _defineProperty(_th$data, 'SENDModal_Content_1', 'คุณกำลังจะส่ง '), _defineProperty(_th$data, 'SENDModal_Content_2', 'ไปยังที่อยู่ '), _defineProperty(_th$data, 'SENDModal_Content_3', 'ยืนยันที่จะดำเนินการต่อ? '), _defineProperty(_th$data, 'SENDModal_Content_4', 'หมายเหตุ: หากคุณพบข้อผิดพลาด โดยส่วนใหญ่แล้วคุณจำเป็นที่จะต้องเพิ่ม Ether เข้าบัญชีเพื่อใช้เป็นค่าแก๊สในการส่ง Token และค่าแก๊สจะถูกจ่ายด้วย Ether '), _defineProperty(_th$data, 'SENDModal_No', 'ไม่, ฉันต้องการออกไปจากที่นี่! '), _defineProperty(_th$data, 'SENDModal_Yes', 'ใช่, ฉันแน่ใจ! ดำเนินการทำธุรกรรมต่อ '), _defineProperty(_th$data, 'TOKEN_Addr', 'ที่อยู่ Token Contract'), _defineProperty(_th$data, 'TOKEN_Symbol', 'สัญลักษณ์ Token '), _defineProperty(_th$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_th$data, 'TOKEN_show', 'แสดง Token ทั้งหมด '), _defineProperty(_th$data, 'TOKEN_hide', 'ซ่อน Token '), _defineProperty(_th$data, 'TRANS_desc', 'ถ้าหากคุณต้องการจะส่ง Token โปรดเข้าใช้ผ่านหน้า "ส่ง Token" แทน '), _defineProperty(_th$data, 'TRANS_advanced', '+ขั้นสูง: เพิ่มข้อมูล '), _defineProperty(_th$data, 'TRANS_data', 'ข้อมูล '), _defineProperty(_th$data, 'TRANS_gas', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'TRANS_sendInfo', 'ธุรกรรมโดยทั่วไปจะใช้ค่าแก๊สจำนวน 21000 แก๊ส ซึ่งมีมูลค่าเท่ากับ 0.000441 ETH เราจะใช้ค่าแก๊สที่สูงกว่าทั่วไปอีก 0.000000021 ETH เพื่อทำให้แน่ใจว่าธุกรรมถูกขุดอย่างรวดเร็ว เราไม่ได้เป็นผู้รับค่าธรรมเนียมในการทำธุรกรรม '), _defineProperty(_th$data, 'OFFLINE_Title', 'สร้าง & ทำธุรกรรมการส่ง แบบออฟไลน์ '), _defineProperty(_th$data, 'OFFLINE_Desc', 'การทำธุรกรรมแบบออฟไลน์ สามารถทำได้ในสามขั้นตอน คุณจะทำขั้นตอนที่ 1 และ 3 ออนไลน์ผ่านคอมพิวเตอร์ ยกเว้นขั้นตอนที่ 2 ซึ่งทำแบบออฟไลน์หรือ airgapped computer ได้ ซึ่งเป็นการยืนยันให้แน่ใจว่ากุญแจส่วนตัวของคุณ (Private Key) ไม่ถูกเข้าถึงโดยอุปกรณ์ใดๆ ที่เชื่อมต่ออินเตอร์เน็ต '), _defineProperty(_th$data, 'OFFLLINE_Step1_Title', 'ขั้นตอนที่ 1: สร้างข้อมูล (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step1_Button', 'สร้างข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_1', 'ที่อยู่ต้นทาง '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_2', 'หมายเหตุ: นี่คือ ที่อยู่ต้นทาง ไม่ใช่ ที่อยู่ปลายทาง ซึ่ง Nonce จะถูกคำนวนจากบัญชีต้นทาง และหากคุณใช้งานจาก airgapped computer มันจะเป็นที่อยู่ของบัญชีแบบ cold-storage '), _defineProperty(_th$data, 'OFFLINE_Step2_Title', 'ขั้นตอนที่ 2: สร้างธุรกรรม (ออฟไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_1', 'ที่อยู่ปลายทาง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_2', 'มูลค่า / จำนวนที่จะส่ง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3', 'ราคาแก๊ส '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4b', 'ค่าแก๊สถูกจำกัดไว้ที่ 21000 เป็นค่าเริ่มต้น นอกเสียจากว่าคุณทำการส่ง Contract หรือข้อมูลอื่นเพิ่มเติม อาจจะต้องมีการเปลี่ยนแปลงค่านี้ และค่าแก๊สที่ไม่ได้ใช้จะถูกคืนให้คุณ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6', 'ข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6b', 'นี่คือตัวเลือกเพิ่มเติม โดยส่วนใหญ่ ข้อมูลจะถูกใช้ก็ต่อเมื่อคุณทำธุรกรรมส่งไปยัง Contract '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_7', 'ป้อน / เลือกกุญแจส่วนตัวของคุณ (Private Key) / JSON '), _defineProperty(_th$data, 'OFFLINE_Step3_Title', 'ขั้นตอนที่ 3: ส่ง / ทำธุรกรรม (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step3_Label_1', 'แปะวางธุรกรรมที่ถูกเซ็นต์กำกับแล้วจากขั้นตอนที่ 2 ลงที่นี่ และกดปุ่ม "ส่งธุรกรรม" '), _defineProperty(_th$data, 'CONTRACT_Title', 'ที่อยู่ Contract '), _defineProperty(_th$data, 'CONTRACT_Title_2', 'เลือก Contract ที่มีอยู่แล้ว '), _defineProperty(_th$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_th$data, 'CONTRACT_Interact_Title', 'อ่าน / เขียน Contract '), _defineProperty(_th$data, 'CONTRACT_Interact_CTA', 'เลือก function '), _defineProperty(_th$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_th$data, 'CONTRACT_Read', 'อ่าน '), _defineProperty(_th$data, 'CONTRACT_Write', 'เขียน '), _defineProperty(_th$data, 'DEP_generate', 'สร้าง Bytecode '), _defineProperty(_th$data, 'DEP_generated', 'Bytecode ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'DEP_signtx', 'เซ็นกำกับธุรกรรม '), _defineProperty(_th$data, 'DEP_interface', 'Interface ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'NODE_Title', 'ติดตั้ง Node แบบกำหนดเอง'), _defineProperty(_th$data, 'NODE_Subtitle', 'เชื่อมต่อไปยัง local node...'), _defineProperty(_th$data, 'NODE_Warning', 'Node ของคุณจะต้องเป็น HTTPS เพื่อที่จะเชื่อมต่อกับ MyEtherWallet.com คุณสามารถ [ดาวน์โหลดซอร์สโค้ดจาก MyEtherWallet repo & รันบนเครื่องคอมพิวเตอร์ของคุณ](https://github.com/kvhnuke/etherwallet/releases/latest) เพื่อเชื่อมต่อกับ Node ใดๆ หรือสร้างใบรับรอง SSL ผ่าน [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_th$data, 'NODE_Name', 'ชื่อ Node'), _defineProperty(_th$data, 'NODE_Port', 'พอร์ตของ Node'), _defineProperty(_th$data, 'NODE_CTA', 'บันทึก & ใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'SWAP_rates', "อัตราแลกเปลี่ยนปัจจุบัน "), _defineProperty(_th$data, 'SWAP_init_1', "ฉันต้องการจะแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_init_2', " ของฉันด้วย "), _defineProperty(_th$data, 'SWAP_init_CTA', "ดำเนินการต่อ! "), _defineProperty(_th$data, 'SWAP_information', "ข้อมูลของคุณ "), _defineProperty(_th$data, 'SWAP_send_amt', "จำนวนที่ต้องการส่ง "), _defineProperty(_th$data, 'SWAP_rec_amt', "จำนวนที่ต้องการรับ "), _defineProperty(_th$data, 'SWAP_your_rate', "อัตราแลกเปลี่ยนของคุณ "), _defineProperty(_th$data, 'SWAP_rec_add', "ที่อยู่ที่สำหรับรับ "), _defineProperty(_th$data, 'SWAP_start_CTA', "เริ่มแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_ref_num', "หมายเลขอ้างอิง "), _defineProperty(_th$data, 'SWAP_time', "เวลาที่เหลือสำหรับส่ง "), _defineProperty(_th$data, 'SWAP_elapsed', "เวลาที่ผ่านไปตั้งแต่เริ่มส่ง "), _defineProperty(_th$data, 'SWAP_progress_1', "คำสั่งถูกเริ่มดำเนินการ "), _defineProperty(_th$data, 'SWAP_progress_2', "กำลังรอ "), _defineProperty(_th$data, 'SWAP_progress_3', "ได้รับแล้ว! "), _defineProperty(_th$data, 'SWAP_progress_4', "กำลังส่ง {{orderResult.output.currency}} "), _defineProperty(_th$data, 'SWAP_progress_5', "คำสั่งสำเร็จ "), _defineProperty(_th$data, 'SWAP_order_CTA', "กรุณาส่ง "), _defineProperty(_th$data, 'SWAP_unlock', "ปลดล็อกกระเป๋าของคุณเพื่อส่ง ETH หรือ Token ได้โดยตรงจากหน้านี้ "), _defineProperty(_th$data, 'MSG_message', 'ข้อความ '), _defineProperty(_th$data, 'MSG_date', 'วันที่ '), _defineProperty(_th$data, 'MSG_signature', 'ลายเซ็นต์ '), _defineProperty(_th$data, 'MSG_verify', 'ข้อความยืนยัน '), _defineProperty(_th$data, 'MSG_info1', 'ใส่วันที่ปัจจุบัน เพื่อทำให้ลายเซ็นต์ไม่สามารถถูกนำกลับมาใช้ซ้ำได้อีกในวันอื่นๆ '), _defineProperty(_th$data, 'MSG_info2', 'ใส่ชื่อเล่นลงบนตำแหน่งที่ระบุเอง เพื่อป้องกันไม่ให้คนอื่นสามารถใช้มันได้ '), _defineProperty(_th$data, 'MSG_info3', 'ใส่ข้อความแสดงเจตจำนงที่เฉพาะเจาะจง เพื่อป้องกันไม่ให้มันถูกใช้เพื่อเหตุผลอื่น '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ ซึ่งคุณอาจจะต้องใช้มันเพื่อ [นำเข้าบัญชีของคุณไปยัง Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) แต่หากคุณแค่ต้องการจะตรวจสอบยอดคงเหลือของคุณ เราแนะนำให้ใชัเว็บ blockchain explorer เช่น [etherscan.io](https://etherscan.io/) '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle_Short', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ '), _defineProperty(_th$data, 'VIEWWALLET_SuccessMsg', 'สำเร็จ! นี่คือข้อมูลกระเป๋าของคุณ '), _defineProperty(_th$data, 'VIEWWALLET_ShowPrivKey', '(แสดง)'), _defineProperty(_th$data, 'VIEWWALLET_HidePrivKey', '(ซ่อน)'), _defineProperty(_th$data, 'CX_error_1', 'คุณไม่มีกระเป๋าที่บันทึกไว้ คลิก ["เพิ่มกระเป๋า"](/cx-wallet.html#add-wallet) เพื่อเพิ่ม! '), _defineProperty(_th$data, 'CX_quicksend', 'ส่ง '), _defineProperty(_th$data, 'ERROR_0', 'กรุณาใส่จำนวนที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_1', 'รหัสผ่านของคุณต้องมีอย่างน้อย 9 ตัวอักษร และควรจะเป็นรหัสผ่านที่คาดเดาได้ยาก '), _defineProperty(_th$data, 'ERROR_2', 'ขออภัย! เราไม่รู้จักไฟล์กระเป๋ารูปแบบนี้ '), _defineProperty(_th$data, 'ERROR_3', 'นี่ไม่ใช่ไฟล์กระเป๋าที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_4', 'หน่วยที่ระบุไม่มีอยู่จริง โปรดใช้หน่วยที่อยู่ในรายการต่อไปนี้ '), _defineProperty(_th$data, 'ERROR_5', 'กรุณาใส่ที่อยู่ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_6', 'กรุณาใส่รหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_7', 'กรุณาใส่หน่วยทศนิยมให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 0-18) '), _defineProperty(_th$data, 'ERROR_8', 'กรุณาใส่ค่าจำกัดแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 21000-4000000) '), _defineProperty(_th$data, 'ERROR_9', 'กรุณาใส่ข้อมูลให้ถูกต้อง (ต้องเป็นเลขฐาน 16) '), _defineProperty(_th$data, 'ERROR_10', 'กรุณาใส่ราคาแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 20 GWEI / 20000000000 WEI) '), _defineProperty(_th$data, 'ERROR_11', 'กรุณาใส่ค่า Nonce ให้ถูกต้อง (ต้องเป็นตัวเลข) '), _defineProperty(_th$data, 'ERROR_12', 'ลายเซ็นต์ของธุรกรรมไม่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_13', 'มีกระเป๋าที่ใช้ชื่อเล่นนี้อยู่แล้ว '), _defineProperty(_th$data, 'ERROR_14', 'ไม่พบกระเป๋า '), _defineProperty(_th$data, 'ERROR_15', 'อุ๊บส์ ดูเหมือนจะไม่มีคำร้องขอที่มี ID นี้ หรือมีข้อผิดพลาดในการอ่านคำร้อง '), _defineProperty(_th$data, 'ERROR_16', 'กระเป๋าของที่อยู่นี้มีอยู่แล้วในฐานข้อมูล กรุณาตรวจสอบจากหน้ากระเป๋าของคุณ '), _defineProperty(_th$data, 'ERROR_17', 'มียอดคงเหลือไม่พอในบัญชีที่คุณกำลังจะส่งออก ถ้าหากคุณกำลังจะส่ง Token คุณจะต้องมีอย่างน้อย 0.01 ETH อยู่ในบัญชีของคุณ เพื่อใช้เป็นค่าแก๊ส '), _defineProperty(_th$data, 'ERROR_18', 'แก๊สทั้งหมดจะถูกใช้ในธุรกรรมนี้ ซึ่งหมายความว่าคุณได้ทำการโหวตให้กับคำร้องขอนี้แล้ว หรือช่วงการโหวตได้จบลงแล้ว'), _defineProperty(_th$data, 'ERROR_19', 'กรุณาใส่สัญลักษณ์ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_20', 'ไม่ใช่ ERC-20 Token ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_21', 'ไม่สามารถประเมินแก๊สได้ เนื่องจากยอดคงเหลือในบัญชีไม่พอหรืออาจมีข้อผิดพลาดจากที่อยู่ของสัญญา (Contract Address) ให้ใส่ค่าแก๊สด้วยตัวคุณเองและดำเนินการต่อ ข้อความที่เกิดจากความผิดพลาดระหว่างการส่งอาจจะมีเนื้อหาละเอียดกว่า'), _defineProperty(_th$data, 'ERROR_22', 'กรุณาใส่ชื่อ Node ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_23', 'กรุณาใส่ URL ให้ถูกต้อง ถ้าหากคุณใช้ https อยู่ URL ของคุณควรจะเป็นแบบ https'), _defineProperty(_th$data, 'ERROR_24', 'กรุณาใส่หมายเลขพอร์ตที่ถูกต้อง. '), _defineProperty(_th$data, 'ERROR_25', 'กรุณาใส่ chain ID ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_26', 'กรุณาใส่ ABI ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_27', 'จำนวนขั้นต่ำ: 0.01. จำนวนขั้นสูงสุด: '), _defineProperty(_th$data, 'ERROR_28', 'คุณต้องใช้ `ไฟล์ Keystore + รหัสผ่าน` หรือ `กุญแจส่วนตัว (Private Key)` (ในหน้าถัดไป) เพื่อเข้าถึงกระเป๋าของคุณในภายหลัง '), _defineProperty(_th$data, 'ERROR_29', 'กรุณาใส่ชื่อผู้ใช้ และรหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_30', 'กรุณาใส่ชื่อที่ถูกต้อง (จำนวน 7+ ตัวอักษร, จำกัดเครื่องหมายวรรคตอน) '), _defineProperty(_th$data, 'ERROR_31', 'กรุณาใส่ secret phrase ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_32', 'ไม่สามารถเชื่อมต่อไปยัง Node ลองรีเฟรชหน้าใหม่อีกครั้ง, ลองใช้ Node อื่น (มุมขวาบน), หรือตรวจสอบการตั้งค่าไฟวอลล์ของคุณ หรือเช็คค่าการตั้งค่าใน Config ของคุณถ้าหากใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'ERROR_33', 'กระเป๋าที่คุณปลดล็อก มีที่อยู่ไม่ตรงกับที่อยู่ของเจ้าของ '), _defineProperty(_th$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_th$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_th$data, 'ERROR_36', 'กรุณาใส่ TX hash ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_37', 'กรุณาใส่เลขฐานสิบหก (0-9, a-f)'), _defineProperty(_th$data, 'SUCCESS_1', 'ที่อยู่ถูกต้อง '), _defineProperty(_th$data, 'SUCCESS_2', 'กระเป๋าถูกถอดรหัสสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_3', 'TX ของคุณได้ถูกเผยแพร่ไปยังเครือข่ายแล้ว และกำลังรอที่จะถูกขุดและรับการยืนยัน ซึ่งถ้าในช่วง ICOs การยืนยันอาจจะล่าช้าได้ถึง 3+ ชั่วโมง ให้ใช้ปุ่ม ยืนยัน & ตรวจสอบ ด้านล่างนี้ได้, TX Hash: '), _defineProperty(_th$data, 'SUCCESS_4', 'กระเป๋าของคุณถูกเพิ่มเรียบร้อยแล้ว '), _defineProperty(_th$data, 'SUCCESS_5', 'ไฟล์ถูกเลือก '), _defineProperty(_th$data, 'SUCCESS_6', 'การเชื่อมต่อสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_7', 'ยืนยันลายเซ็นต์ของข้อความแล้ว'), _defineProperty(_th$data, 'WARN_Send_Link', 'คุณเข้าใช้จากลิงก์ที่มีการระบุ ที่อยู่, จำนวนมูลค่า, แก๊ส, รายการข้อมูล, หรือชนิดของการทำธุรกรรม (send mode) ให้คุณล่วงหน้า ซึ่งคุณสามารถเปลี่ยนแปลงข้อมูลได้ก่อนที่จะทำการส่ง ปลดล็อกกระเป๋าของคุณเพื่อเริ่มต้น '), _defineProperty(_th$data, 'GETH_InvalidSender', 'ผู้ส่งไม่ถูกต้อง '), _defineProperty(_th$data, 'GETH_Nonce', 'ค่า Nonce ต่ำเกินไป '), _defineProperty(_th$data, 'GETH_Cheap', 'ราคาแก๊สต่ำเกินกว่าจะรับได้ '), _defineProperty(_th$data, 'GETH_Balance', 'ยอดคงเหลือไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_NonExistentAccount', 'บัญชีนี้ไม่มีอยู่จริง หรือยอดคงเหลือในบัญชีไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_InsufficientFunds', 'ยอดมูลค่าไม่เพียงพอสำหรับ จำนวนแก๊ส * ราคาแก๊ส + จำนวนมูลค่า '), _defineProperty(_th$data, 'GETH_IntrinsicGas', 'จำนวนแก๊สต่ำเกินไป '), _defineProperty(_th$data, 'GETH_GasLimit', 'เกินจำนวนจำกัดของแก๊ส '), _defineProperty(_th$data, 'GETH_NegativeValue', 'จำนวนติดลบ '), _defineProperty(_th$data, 'PARITY_AlreadyImported', "ธุรกรรมที่มีค่าแฮชเดียวกันนี้ได้ถูกนำเข้ามาแล้ว"), _defineProperty(_th$data, 'PARITY_Old', "ค่า nonce ของธุรกรรมต่ำเกินไป ลองเพิ่มค่า nonce"), _defineProperty(_th$data, 'PARITY_TooCheapToReplace', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป หรือมีธุรกรรมอื่นที่มีค่า nonce เท่ากันนี้อยู่ในคิว ให้ลองเพิ่มค่าธรรมเนียม หรือเพิ่มค่า nonce."), _defineProperty(_th$data, 'PARITY_LimitReached', "มีจำนวนธุรกรรมเยอะเกินไปรออยู่ในคิว ธุรกรรมของคุณถูกละทิ้งเนื่องจากมีจำนวนจำกัด ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientGasPrice', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป ไม่เพียงพอสำหรับค่าธรรมเนียมขั้นต่ำของ Node ของคุณ (ขั้นต่ำ: {}, ค่าที่ใช้: {}) ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientBalance', "ยอดคงเหลือในบัญชีไม่เพียงพอ ต้องการ {} wei แต่มีเพียง: {} wei"), _defineProperty(_th$data, 'PARITY_GasLimitExceeded', "ค่าธรรมเนียมของธุรกรรมเกินจากค่าจำนวนจำกัดของแก๊ส จำนวนจำกัดแก๊ส: {}, ค่าที่ใช้: {} ลองลดจำนวนแก๊สลง"), _defineProperty(_th$data, 'PARITY_InvalidGasLimit', "จำนวนแก๊สที่ใช้เกินจำนวนจำกัด"), _defineProperty(_th$data, 'translate_version', '0.1 '), _defineProperty(_th$data, 'Translator_Desc', 'ขอบคุณผู้แปลภาษา '), _defineProperty(_th$data, 'TranslatorName_1', '[Tianissimo (Suteepat)](https://www.myetherwallet.com/?gaslimit=21000&to=0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e&value=1.0#send-transaction) '), _defineProperty(_th$data, 'TranslatorAddr_1', '0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e '), _defineProperty(_th$data, 'TranslatorName_2', ' '), _defineProperty(_th$data, 'TranslatorAddr_2', ' '), _defineProperty(_th$data, 'TranslatorName_3', ' '), _defineProperty(_th$data, 'TranslatorAddr_3', ' '), _defineProperty(_th$data, 'TranslatorName_4', ' '), _defineProperty(_th$data, 'TranslatorAddr_4', ' '), _defineProperty(_th$data, 'TranslatorName_5', ' '), _defineProperty(_th$data, 'TranslatorAddr_5', ' '), _defineProperty(_th$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_th$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_th$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_th$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_th$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_th$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_th$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_th$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_th$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_th$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_th$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_th$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_th$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_th$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_th$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_th$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_th$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_th$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_th$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_th$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_th$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_th$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_th$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_th$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_th$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_th$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_th$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_th$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_th$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_th$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_th$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_th$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_th$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_th$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_th$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_th$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_th$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_th$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_th$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_th$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_th$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_th$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_th$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_th$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_th$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_th$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_th$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_th$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_th$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_th$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_th$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_th$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_th$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_th$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_th$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_th$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_th$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_th$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_th$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_th$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_th$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_th$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_th$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_th$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_th$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_th$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_th$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_th$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_th$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_th$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_th$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_th$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_th$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_th$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_th$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_th$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_th$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_th$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_th$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_th$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_th$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_th$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_th$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_th$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_th$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_th$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_th$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_th$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_th$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_th$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_th$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_th$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_th$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_th$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_th$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_th$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_th$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_th$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_th$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_th$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_th$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_th$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_th$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_th$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_th$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_th$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_th$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_th$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_th$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_th$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_th$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_th$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_th$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_th$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_th$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_th$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_th$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_th$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_th$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_th$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_th$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_th$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_th$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_th$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_th$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_th$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_th$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_th$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_th$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_th$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_th$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_th$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_th$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_th$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_th$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_th$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_th$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_th$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_th$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_th$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_th$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _th$data); +}, _defineProperty(_th$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_th$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_th$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_th$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_th$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_th$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_th$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_th$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_th$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_th$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_th$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_th$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_th$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_th$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_th$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_th$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_th$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_th$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_th$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_th$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_th$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_th$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_th$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_th$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_th$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_th$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_th$data, 'x_CancelReplaceTx', 'ยกเลิกหรือเปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_CancelTx', 'ยกเลิกธุรกรรม'), _defineProperty(_th$data, 'x_PasswordDesc', 'รหัสผ่านนี้ใช้เพื่อ * เข้ารหัส * กุญแจส่วนตัว (Private Key) ของคุณ และไม่ได้ถูกใช้เพื่อเป็นตัวตั้งต้น (Seed) สำหรับสร้างกุญแจส่วนตัวของคุณ **คุณจะต้องใช้รหัสผ่านนี้ + กุญแจส่วนตัว (Private Key) เพื่อปลดล็อกกระเป๋าของคุณ**'), _defineProperty(_th$data, 'x_ReadMore', 'อ่านต่อ'), _defineProperty(_th$data, 'x_ReplaceTx', 'เปลี่ยนแปลงธุรกรรม'), _defineProperty(_th$data, 'x_TransHash', 'ค่าแฮชของธุรกรรม'), _defineProperty(_th$data, 'x_TXFee', 'ค่าธรรมเนียมของ TX'), _defineProperty(_th$data, 'x_TxHash', 'ค่าแฮชของ TX'), _defineProperty(_th$data, 'NAV_CheckTxStatus', 'ตรวจสอบสถานะของ TX'), _defineProperty(_th$data, 'NAV_TxStatus', 'สถานะ TX'), _defineProperty(_th$data, 'tx_Details', 'ข้อมูลการทำธุรกรรม'), _defineProperty(_th$data, 'tx_Summary', 'ในขณะที่มีปริมาณการซื้อขายเป็นจำนวนมาก (เช่นช่วง ICO) ธุรกรรมอาจจะอยู่ในระหว่างรอและล่าช้าเป็นชั่วโมงหรือเป็นวัน ดังนั้นคุณสามารถค้นหา และ "ยกเลิก" / เปลี่ยนแปลงธุรกรรม (TX) เหล่านั้นผ่านเครื่องมือนี้ ** โดยปกติแล้วคุณไม่จำเป็นต้องทำหรือเพิ่งพาสิ่งนี้ และมันจะสำเร็จก็ต่อเมื่อ TX Pool นั้นเต็มเท่านั้น [กรุณาอ่านเกี่ยวกับเครื่องมือนี้ได้ที่นี่](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_th$data, 'tx_notFound', 'ไม่พบการทำธุรกรรม'), _defineProperty(_th$data, 'tx_notFound_1', 'ไม่พบธุรกรรม (TX) นี้จากใน TX Pool ของ Node คุณเชื่อมต่ออยู่'), _defineProperty(_th$data, 'tx_notFound_2', 'หากคุณเพิ่งทำธุรกรรมการส่ง, กรุณารอ 15 วินาที และกดปุ่ม "ตรวจสอบสถานะของ TX" อีกครั้ง '), _defineProperty(_th$data, 'tx_notFound_3', 'มันอาจจะอยู่ใน TX Pool ของ Node อื่น ซึ่งกำลังรอการขุด'), _defineProperty(_th$data, 'tx_notFound_4', 'กรุณาใช้กล่อง dropdown ที่มุมขวาบน & เลือก ETH Node อื่น (เช่น `ETH (Etherscan.io)` หรือ `ETH (Infura.io)` หรือ `ETH (MyEtherWallet)`) และตรวจสอบอีกครั้ง'), _defineProperty(_th$data, 'tx_foundInPending', 'ค้นพบธุรกรรมที่อยู่ในระหว่างรอ'), _defineProperty(_th$data, 'tx_foundInPending_1', 'ธุรกรรมของคุณถูกระบุอยู่ใน TX Pool ของ Node เดียวกันกับที่คุณเชื่อมต่ออยู่ '), _defineProperty(_th$data, 'tx_foundInPending_2', 'อยู่ในระหว่างรอ (กำลังรอการขุด) '), _defineProperty(_th$data, 'tx_foundInPending_3', 'มีโอกาสที่คุณสามารถ "ยกเลิก" หรือเปลี่ยนแปลงการทำธุรกรรมนี้ ปลดล็อกกระเป๋าขอบคุณด้านล่าง'), _defineProperty(_th$data, 'tx_FoundOnChain', 'ค้นพบธุรกรรม'), _defineProperty(_th$data, 'tx_FoundOnChain_1', 'ธุรกรรมของคุณได้รับการขุดสำเร็จแล้ว และอยู่ในบล็อคเชน'), _defineProperty(_th$data, 'tx_FoundOnChain_2', '**ถ้าหากพบข้อความผิดพลาด `( ! )` สีแดง, `BAD INSTRUCTION` หรือ `OUT OF GAS`** หมายความว่าการทำธุรกรรม *ส่ง* ไม่สำเร็จ และคุณไม่สามารถยกเลิกหรือเปลี่ยนแปลงธุรกรรมนี้ ให้คุณทำธุรกรรมส่งใหม่ แต่ถ้าหากพบข้อความผิดพลาด "Out of Gas" คุณควรจะเพิ่มแก๊สเป็นสองเท่าจากเดิมที่ระบุตอนแรก'), _defineProperty(_th$data, 'tx_FoundOnChain_3', '**ถ้าหากไม่พบข้อความผิดพลาดใดๆ หมายความว่าการทำธุรกรรมของคุณถูกส่งสำเร็จ** ETH หรือ Token ของคุณถูกส่งถึงผู้รับแล้ว ถ้าหากเกิน 24+ ชั่วโมงแล้วคุณยังไม่เห็นจำนวน ETH หรือ Token ถูกโอนเข้ากระเป๋าหรือบัญชีบนเว็บแลกเปลี่ยนปลายทาง, กรุณา [ติดต่อที่นี่](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html) ให้แนบ *ลิงก์* ของการทำธุรกรรมคุณเพื่อสอบถามขอความช่วยเหลือ'), _defineProperty(_th$data, 'GEN_Help_1', 'ใช้'), _defineProperty(_th$data, 'GEN_Help_2', 'ของคุณเพื่อเข้าถึงบัญชี'), _defineProperty(_th$data, 'GEN_Help_3', 'ใช้อุปกรณ์ * เป็น * กระเป๋าของคุณ'), _defineProperty(_th$data, 'GEN_Help_4', 'คำแนะนำ & คำถามที่พบบ่อย'), _defineProperty(_th$data, 'GEN_Help_5', 'วิธีการสร้างกระเป๋า'), _defineProperty(_th$data, 'GEN_Help_6', 'เริ่มต้น'), _defineProperty(_th$data, 'GEN_Help_7', 'เก็บไว้ให้ปลอดภัย · สำรองข้อมูล · ไม่แชร์ให้กับผู้อื่น · อย่าทำหาย · ถ้าหากคุณทำหาย มันไม่สามารถถูกกู้คืนกลับมาได้ '), _defineProperty(_th$data, 'GEN_Help_8', 'ไฟล์ไม่เริ่มดาวน์โหลด? '), _defineProperty(_th$data, 'GEN_Help_9', 'ลองใช้ Google Chrome '), _defineProperty(_th$data, 'GEN_Help_10', 'คลิกขวา & บันทึกไฟล์ด้วยชื่อ: '), _defineProperty(_th$data, 'GEN_Help_11', 'ห้ามเปิดไฟล์นี้บนเครื่องคอมพิวเตอร์ของคุณ '), _defineProperty(_th$data, 'GEN_Help_12', 'ใช้เพื่อปลดล็อกกระเป๋าของคุณผ่าน MyEtherWallet (หรือ Mist, Geth, Parity หรือโปรแกรมกระเป๋าอื่นๆ) '), _defineProperty(_th$data, 'GEN_Help_13', 'วิธีการสำรองข้อมูลไฟล์ Keystore '), _defineProperty(_th$data, 'GEN_Help_14', 'ชนิดของไฟล์แบบต่างๆ คืออะไร? '), _defineProperty(_th$data, 'GEN_Help_15', 'ป้องกันการสูญเสีย & การโจรกรรมเงินของคุณ'), _defineProperty(_th$data, 'GEN_Help_16', 'ชนิดของไฟล์แบบต่างๆ คืออะไร?'), _defineProperty(_th$data, 'GEN_Help_17', 'ทำไมฉันควรจะทำ?'), _defineProperty(_th$data, 'GEN_Help_18', 'เพื่อมีแบ็คอัพสำรองข้อมูล'), _defineProperty(_th$data, 'GEN_Help_19', 'ในกรณีที่คุณลืมรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_th$data, 'GET_ConfButton', 'ฉันเข้าใจ ดำเนินการต่อ'), _defineProperty(_th$data, 'GEN_Label_5', 'บันทึก `กุญแจส่วนตัว (Private Key)` ของคุณ '), _defineProperty(_th$data, 'GEN_Unlock', 'ปลดล็อกกระเป๋าเพื่อดูที่อยู่ของคุณ'), _defineProperty(_th$data, 'GAS_PRICE_Desc', 'ราคาแก๊สคือจำนวนที่คุณจ่ายต่อหนึ่งหน่วยของจำนวนแก๊ส `ค่าธรรมเนียมของ ธุรกรรม (TX) = ราคาแก๊ส * จำนวนจำกัดแก๊ส` และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค ยิ่งราคาแก๊สสูง = ธุรกรรมก็จะสำเร็จเร็วขึ้น แต่ค่าธรรมเนียมก็จะแพงขึ้นเช่นกัน ค่าเริ่มต้นคือ `41 GWEI`'), _defineProperty(_th$data, 'GAS_LIMIT_Desc', 'จำนวนจำกัดแก๊ส คือปริมาณของแก๊สที่จะส่งไปกับธุรกรรม (TX) ของคุณ `ค่าธรรมเนียม TX = ราคาแก๊ส * จำนวนจำกัดแก๊ส และจะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค การเพิ่มจำนวนนี้จะไม่ทำให้ TX ของคุณถูกขุดสำเร็จไวขึ้น การส่ง ETH = `21000` หากส่ง Token = ~`200000`'), _defineProperty(_th$data, 'NONCE_Desc', 'ค่า nonce คือตัวเลขของธุรกรรมที่ถูกส่งไปยังที่อยู่ที่ระบุ เพื่อเป็นการยืนยันให้ธุรกรรมถูกส่งได้อย่างถูกต้องตามลำดับ และไม่ซ้ำกัน'), _defineProperty(_th$data, 'TXFEE_Desc', 'ค่าธรรมเนียมธุรกรรม (TX) จะถูกจ่ายให้กับผู้ขุดที่ขุด TX ของคุณลงในบล็อค มีค่าเท่ากับ `จำนวนจำกัดแก๊ส` * `ราคาแก๊ส` [คุณสามารถแปลง GWEI -> ETH ได้ที่นี่](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_th$data, 'NAV_AddWallet', 'เพิ่มกระเป๋า '), _defineProperty(_th$data, 'NAV_BulkGenerate', 'สร้างเป็นจำนวนมาก '), _defineProperty(_th$data, 'NAV_Contact', 'ติดต่อ '), _defineProperty(_th$data, 'NAV_Contracts', 'Contracts '), _defineProperty(_th$data, 'NAV_DeployContract', 'Deploy Contract '), _defineProperty(_th$data, 'NAV_ENS', 'ENS'), _defineProperty(_th$data, 'NAV_GenerateWallet_alt', 'กระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_GenerateWallet', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'NAV_Help', 'ช่วยเหลือ '), _defineProperty(_th$data, 'NAV_InteractContract', 'จัดการกับ Contract '), _defineProperty(_th$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_th$data, 'NAV_MyWallets', 'กระเป๋าของฉัน '), _defineProperty(_th$data, 'NAV_Offline', 'ส่งแบบออฟไลน์ '), _defineProperty(_th$data, 'NAV_SendEther', 'ส่ง Ether & Token '), _defineProperty(_th$data, 'NAV_SendTokens', 'ส่ง Token '), _defineProperty(_th$data, 'NAV_SignMsg', 'เซ็นข้อความ '), _defineProperty(_th$data, 'NAV_Swap', 'แลกเปลี่ยน '), _defineProperty(_th$data, 'NAV_ViewWallet', 'ดูข้อมูลกระเป๋า '), _defineProperty(_th$data, 'NAV_YourWallets', 'กระเป๋าของคุณ '), _defineProperty(_th$data, 'x_Access', 'เข้าใช้ '), _defineProperty(_th$data, 'x_AddessDesc', 'ที่อยู่ของคุณ หรือสามารถเรียกอีกอย่างว่า `Account #` หรือ `กุญแจสาธารณะ (Public Key)` คือสิ่งที่คุณสามารถแชร์ให้ผู้อื่น เพื่อรอรับ Ether หรือ Token ได้ เพียงมองหาไอคอนของที่อยู่และตรวจสอบให้แน่ใจว่ามันตรงกับกระเป๋ากระดาษของคุณ หรือเมื่อใดก็ตามที่คุณป้อนที่อยู่ของคุณ'), _defineProperty(_th$data, 'x_Address', 'ที่อยู่ของคุณ '), _defineProperty(_th$data, 'x_Cancel', 'ยกเลิก '), _defineProperty(_th$data, 'x_CSV', 'ไฟล์ CSV (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Download', 'ดาวน์โหลด '), _defineProperty(_th$data, 'x_Json', 'ไฟล์ JSON (ไม่ได้ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_JsonDesc', 'เนื้่อหานี้ไม่ถูกเข้ารหัส ซึ่งเป็น กุญแจส่วนตัว (Private Key) ของคุณที่อยู่รูปแบบ JSON ซึ่งหมายความว่าผู้อื่นที่เข้าถึง JSON นี้ จะสามารถเข้าถึงกระเป๋า & Ether ของคุณได้โดยไม่จำเป็นต้องรู้รหัสผ่านเลย '), _defineProperty(_th$data, 'x_Keystore', 'ไฟล์ Keystore (UTC / JSON · แนะนำ · เข้ารหัส) '), _defineProperty(_th$data, 'x_Keystore2', 'ไฟล์ Keystore (UTC / JSON) '), _defineProperty(_th$data, 'x_KeystoreDesc', 'ไฟล์ Keystore นี้เข้ากันได้กับรูปแบบที่ใช้โดย Mist ทำให้คุณสามารถอิมพอร์ตมันได้อย่างง่ายดายในภายหลัง แนะนำให้ใช้ไฟล์ชนิดนี้เพื่อดาวน์โหลดและแบคอัพ '), _defineProperty(_th$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_th$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_th$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_th$data, 'x_Password', 'รหัสผ่าน '), _defineProperty(_th$data, 'x_Print', 'พิมพ์กระเป๋ากระดาษ '), _defineProperty(_th$data, 'x_PrintDesc', 'คำแนะนำจากโปร: คลิกพิมพ์ และบันทึกได้ในรูปแบบ PDF ไฟล์ ถึงแม้ว่าคุณจะไม่มีปริ้นเตอร์ '), _defineProperty(_th$data, 'x_PrintShort', 'พิมพ์ '), _defineProperty(_th$data, 'x_PrivKey', 'กุญแจส่วนตัว (Private Key) (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_PrivKey2', 'กุญแจส่วนตัว (Private Key) '), _defineProperty(_th$data, 'x_PrivKeyDesc', 'นี่คือข้อความแบบไม่เข้ารหัสของกุญแจส่วนตัว (Private Key) ของคุณ โดยไม่จำเป็นต้องมีรหัสผ่าน ดังนั้นถ้าหากผู้อื่นรู้กุญแจส่วนตัว (Private key) ที่ไม่ถูกเข้ารหัสของคุณนี้ ผู้นั้นสามารถเข้าถึงกระเป๋าของคุณโดยไม่จำเป็นต้องมีรหัสผ่าน และด้วยเหตุนี้ จึงแนะนำให้ใช้กุญแจแบบเข้ารหัสซึ่งเป็นที่นิยมกว่า '), _defineProperty(_th$data, 'x_Save', 'บันทึก '), _defineProperty(_th$data, 'x_TXT', 'ไฟล์ TXT (ไม่ถูกเข้ารหัส) '), _defineProperty(_th$data, 'x_Wallet', 'กระเป๋า '), _defineProperty(_th$data, 'CX_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether ผ่าน Chrome Extension '), _defineProperty(_th$data, 'CX_Warning_1', 'ยืนยันให้แน่ใจว่าคุณมี **การสำรองข้อมูลจากภายนอก** ของกระเป๋าใดก็ตามที่คุณเก็บไว้ที่นี่ อะไรก็อาจเกิดขึ้นได้ที่ทำให้คุณสูญเสียข้อมูลบน Chrome Extension นี้ รวมถึงการถอดการติดตั้ง และติดตั้ง Extension ใหม่ ซึ่ง Extension นี้ทำให้คุณเข้าถึงกระเป๋าของคุณได้อย่างง่ายดาย **ไม่ใช่** เพื่อการสำรองข้อมูล '), _defineProperty(_th$data, 'MEW_Tagline', 'โอเพ่นซอร์ส JavaScript ฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ether '), _defineProperty(_th$data, 'MEW_Warning_1', 'ตรวจสอบ URL ทุกครั้ง ก่อนเข้าใช้กระเป๋าของคุณหรือสร้างกระเป๋าใหม่ ระวังเว็บไซต์ลอกเลียนแบบประสงค์ร้าย! '), _defineProperty(_th$data, 'FOOTER_1', 'ฟรี, โอเพ่นซอร์ส, อินเตอร์เฟสฝั่งไคลเอนต์สำหรับสร้างกระเป๋า Ethereum & อื่นๆอีกมากมาย และทำธุรกรรมผ่านบล็อคเชนของ Ethereum ได้อย่างง่ายดาย & ปลอดภัย อย่าลืมตรวจสอบ URL ( myetherwallet.com ) ทุกครั้งก่อนเข้าใช้กระเป๋าของคุณ'), _defineProperty(_th$data, 'FOOTER_1b', 'สร้างขึ้นโดย '), _defineProperty(_th$data, 'FOOTER_2', 'ยินดีรับบริจาค '), _defineProperty(_th$data, 'FOOTER_3', 'บริการสร้างกระเป๋าโดย '), _defineProperty(_th$data, 'FOOTER_4', 'คำปฎิเสธความรับผิดชอบ '), _defineProperty(_th$data, 'sidebar_AccountInfo', 'ข้อมูลบัญชี '), _defineProperty(_th$data, 'sidebar_AccountAddr', 'ที่อยู่บัญชี '), _defineProperty(_th$data, 'sidebar_AccountBal', 'ยอดคงเหลือบัญชี '), _defineProperty(_th$data, 'sidebar_TokenBal', 'ยอดคงเหลือ Token '), _defineProperty(_th$data, 'sidebar_Equiv', 'มูลค่าเทียบเท่า '), _defineProperty(_th$data, 'sidebar_TransHistory', 'ประวัติการทำธุรกรรม '), _defineProperty(_th$data, 'sidebar_donation', 'MyEtherWallet ให้บริการฟรี, และเป็นโอเพ่นซอร์สเพื่อความเป็นส่วนตัว และความปลอดภัยของคุณ ยิ่งเราได้รับการบริจาคมากเท่าไหร่เราก็ยิ่งมีเวลาเพื่อสร้างฟีเจอร์ใหม่ๆ มากขึ้นเท่านั้น, พร้อมรับฟังข้อเสนอแนะ, และตอบสนองตามความต้องการของผู้ใช้ ซึ่งเราเป็นแค่ทีมสองคนที่อยากจะเปลี่ยนแปลงโลกใบนี้ สนใจช่วยเราไหม? '), _defineProperty(_th$data, 'sidebar_donate', 'บริจาค '), _defineProperty(_th$data, 'sidebar_thanks', 'ขอบคุณ!!! '), _defineProperty(_th$data, 'sidebar_DisplayOnTrezor', 'แสดงที่อยู่บน TREZOR'), _defineProperty(_th$data, 'sidebar_DisplayOnLedger', 'แสดงที่อยู่บน Ledger'), _defineProperty(_th$data, 'decrypt_Access', 'คุณต้องการเข้าถึงกระเป๋าของคุณด้วยวิธีใด? '), _defineProperty(_th$data, 'decrypt_Title', 'เลือกชนิดรูปแบบของกุญแจส่วนตัวของคุณ (Private Key) '), _defineProperty(_th$data, 'decrypt_Select', 'เลือกกระเป๋า '), _defineProperty(_th$data, 'MNEM_1', 'โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งาน '), _defineProperty(_th$data, 'MNEM_2', 'HD mnemonic phrase ของคุณสามารถเข้าถึง กระเป๋าหลายใบ / ที่อยู่หลายที่อยู่ ได้ โปรดเลือกที่อยู่ที่คุณต้องการจะเข้าใช้งานในขณะนี้ '), _defineProperty(_th$data, 'MNEM_more', 'ที่อยู่อื่นๆ '), _defineProperty(_th$data, 'MNEM_prev', 'ที่อยู่ที่แล้ว '), _defineProperty(_th$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_1', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_Ledger_2', 'เปิด Ethereum application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Exp', 'เปิด Expanse application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_2_Ubq', 'เปิด Ubiq application (หรือ contract application) '), _defineProperty(_th$data, 'ADD_Ledger_3', 'ยืนยันว่า Browser Support ได้ถูกเปิดใช้งานผ่านหน้า Settings '), _defineProperty(_th$data, 'ADD_Ledger_4', 'ถ้าหากไม่พบ Browser Support ในหน้า settings โปรดทำให้แน่ใจว่าคุณกำลังใช้งาน Ledger Wallet [เฟิร์มแวร์เวอร์ชั่น > 1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_th$data, 'ADD_Ledger_0a', 'คุณต้องเข้าใช้ MyEtherWallet ผ่านทางการเชื่อมต่อที่ปลอดภัย (SSL / HTTPS) ถึงจะสามารถเชื่อมต่อได้ '), _defineProperty(_th$data, 'ADD_Ledger_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_Ledger_scan', 'เชื่อมต่อไปยัง Ledger Wallet '), _defineProperty(_th$data, 'ADD_MetaMask', 'เชื่อมต่อไปยัง MetaMask '), _defineProperty(_th$data, 'x_Trezor', 'TREZOR '), _defineProperty(_th$data, 'ADD_Trezor_scan', 'เชื่อมต่อไปยัง TREZOR '), _defineProperty(_th$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0a', 'เปิด MyEtherWallet อีกครั้งผ่านการเชื่อมต่อที่ปลอดภัย (SSL) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_0b', 'เปิด MyEtherWallet อีกครั้งด้วย [Chrome](https://www.google.com/chrome/browser/desktop/) หรือ [Opera](https://www.opera.com/) '), _defineProperty(_th$data, 'ADD_DigitalBitbox_scan', 'เชื่อมต่อไปยัง Digital Bitbox '), _defineProperty(_th$data, 'ADD_Label_1', 'คุณต้องการจะทำอะไร? '), _defineProperty(_th$data, 'ADD_Radio_1', 'สร้างกระเป๋าใหม่ '), _defineProperty(_th$data, 'ADD_Radio_2', 'เลือกไฟล์กระเป๋า (Keystore / JSON) '), _defineProperty(_th$data, 'ADD_Radio_2_alt', 'เลือกไฟล์กระเป๋า '), _defineProperty(_th$data, 'ADD_Radio_2_short', 'เลือกไฟล์กระเป๋า... '), _defineProperty(_th$data, 'ADD_Radio_3', 'แปะวาง/พิมพ์ Private Key ของคุณ '), _defineProperty(_th$data, 'ADD_Radio_4', 'เพิ่มบัญชีใหม่เข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Radio_5', 'แปะวาง/พิมพ์ Mnemonic (รหัสช่วยจำ) '), _defineProperty(_th$data, 'ADD_Radio_5_Path', 'เลือก HD derivation path '), _defineProperty(_th$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_th$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_th$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_th$data, 'ADD_Radio_5_PathCustom', 'กำหนดเอง'), _defineProperty(_th$data, 'ADD_Label_2', 'ตั้งชื่อเล่น '), _defineProperty(_th$data, 'ADD_Label_3', 'กระเป๋าของคุณถูกเข้ารหัส เยี่ยม! โปรดป้อนรหัสผ่าน '), _defineProperty(_th$data, 'ADD_Label_4', 'เพิ่มบัญชีเข้ารายการติดตาม '), _defineProperty(_th$data, 'ADD_Warning_1', 'คุณสามารถเพิ่มบัญชีเข้า "รายการติดตาม" จากแท็บของกระเป๋าโดยไม่ต้องอัพโหลด private key ซึ่งการกระทำนี้ ** ไม่ได้ ** หมายความว่าคุณสามารถเข้าถึงกระเป๋านี้ได้ หรือสามารถส่ง Ether ออกจากกระเป๋าได้ '), _defineProperty(_th$data, 'ADD_Label_5', 'ป้อนที่อยู่ '), _defineProperty(_th$data, 'ADD_Label_6', 'ปลดล็อกกระเป๋าของคุณ '), _defineProperty(_th$data, 'ADD_Label_6_short', 'ปลดล็อก '), _defineProperty(_th$data, 'ADD_Label_7', 'เพิ่มบัญชี '), _defineProperty(_th$data, 'ADD_Label_8', 'รหัสผ่าน (ทางเลือก): '), _defineProperty(_th$data, 'MYWAL_Nick', 'ชื่อเล่นของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Address', 'ที่อยู่ของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Bal', 'ยอดคงเหลือ '), _defineProperty(_th$data, 'MYWAL_Edit', 'แก้ไข '), _defineProperty(_th$data, 'MYWAL_View', 'ดู '), _defineProperty(_th$data, 'MYWAL_Remove', 'ลบออก '), _defineProperty(_th$data, 'MYWAL_RemoveWal', 'ลบกระเป๋าออก '), _defineProperty(_th$data, 'MYWAL_WatchOnly', 'บัญชีในรายการติดตาม '), _defineProperty(_th$data, 'MYWAL_Viewing', 'กำลังดูกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Hide', 'ซ่อนข้อมูลกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Edit_2', 'แก่ไขกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Name', 'ชื่อของกระเป๋า '), _defineProperty(_th$data, 'MYWAL_Content_1', 'คำเตือน! คุณกำลังจะลบกระเป๋าของคุณ '), _defineProperty(_th$data, 'MYWAL_Content_2', 'ยืนยันให้แน่ใจว่าคุณได้ **จดบันทึก private key และ/หรือไฟล์ Keystore และรหัสผ่าน** ก่อนที่คุณจำลบมัน '), _defineProperty(_th$data, 'MYWAL_Content_3', 'ถ้าหากคุณต้องการจะใช้กระเป๋านี้ร่วมกับ MyEtherWallet CX ในอนาคต คุณจำเป็นจะต้องเพิ่มกระเป๋าใหม่อีกครั้งด้วย private key/JSON และรหัสผ่าน '), _defineProperty(_th$data, 'GEN_desc', 'หากคุณต้องการสร้างกระเป๋าหลายใบ, คุณสามารถทำได้ที่นี่ '), _defineProperty(_th$data, 'GEN_Label_1', 'ป้อนรหัสผ่าน'), _defineProperty(_th$data, 'GEN_Placeholder_1', 'ควรจดจำรหัสผ่านไว้ และห้ามลืม! '), _defineProperty(_th$data, 'GEN_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'GEN_Label_2', 'บันทึกไฟล์ `Keystore` ของคุณ '), _defineProperty(_th$data, 'GEN_Label_3', 'บันทึกที่อยู่ของคุณ '), _defineProperty(_th$data, 'GEN_Label_4', 'สั่งพิมพ์กระเป๋ากระดาษ หรือ QR โค้ด '), _defineProperty(_th$data, 'BULK_Label_1', 'จำนวนกระเป๋าที่จะสร้าง '), _defineProperty(_th$data, 'BULK_Label_2', 'สร้างกระเป๋า '), _defineProperty(_th$data, 'BULK_SuccessMsg', 'สำเร็จ! กระเป๋าของคุณถูกสร้างขึ้นแล้ว '), _defineProperty(_th$data, 'SEND_addr', 'ส่งไปยังที่อยู่ '), _defineProperty(_th$data, 'SEND_amount', 'จำนวนที่จะส่ง '), _defineProperty(_th$data, 'SEND_amount_short', 'จำนวน '), _defineProperty(_th$data, 'SEND_custom', 'เพิ่ม Custom Token '), _defineProperty(_th$data, 'SEND_gas', 'แก๊ส '), _defineProperty(_th$data, 'SEND_TransferTotal', 'ส่งด้วยจำนวนทั้งหมด '), _defineProperty(_th$data, 'SEND_generate', 'ทำธุรกรรม '), _defineProperty(_th$data, 'SEND_raw', 'Raw Transaction '), _defineProperty(_th$data, 'SEND_signed', 'เซ็นธุรกรรม '), _defineProperty(_th$data, 'SEND_trans', 'ส่งธุรกรรม '), _defineProperty(_th$data, 'SENDModal_Title', 'คำเตือน! '), _defineProperty(_th$data, 'SENDModal_Content_1', 'คุณกำลังจะส่ง '), _defineProperty(_th$data, 'SENDModal_Content_2', 'ไปยังที่อยู่ '), _defineProperty(_th$data, 'SENDModal_Content_3', 'ยืนยันที่จะดำเนินการต่อ? '), _defineProperty(_th$data, 'SENDModal_Content_4', 'หมายเหตุ: หากคุณพบข้อผิดพลาด โดยส่วนใหญ่แล้วคุณจำเป็นที่จะต้องเพิ่ม Ether เข้าบัญชีเพื่อใช้เป็นค่าแก๊สในการส่ง Token และค่าแก๊สจะถูกจ่ายด้วย Ether '), _defineProperty(_th$data, 'SENDModal_No', 'ไม่, ฉันต้องการออกไปจากที่นี่! '), _defineProperty(_th$data, 'SENDModal_Yes', 'ใช่, ฉันแน่ใจ! ดำเนินการทำธุรกรรมต่อ '), _defineProperty(_th$data, 'TOKEN_Addr', 'ที่อยู่ Token Contract'), _defineProperty(_th$data, 'TOKEN_Symbol', 'สัญลักษณ์ Token '), _defineProperty(_th$data, 'TOKEN_Dec', 'Decimals '), _defineProperty(_th$data, 'TOKEN_show', 'แสดง Token ทั้งหมด '), _defineProperty(_th$data, 'TOKEN_hide', 'ซ่อน Token '), _defineProperty(_th$data, 'TRANS_desc', 'ถ้าหากคุณต้องการจะส่ง Token โปรดเข้าใช้ผ่านหน้า "ส่ง Token" แทน '), _defineProperty(_th$data, 'TRANS_advanced', '+ขั้นสูง: เพิ่มข้อมูล '), _defineProperty(_th$data, 'TRANS_data', 'ข้อมูล '), _defineProperty(_th$data, 'TRANS_gas', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'TRANS_sendInfo', 'ธุรกรรมโดยทั่วไปจะใช้ค่าแก๊สจำนวน 21000 แก๊ส ซึ่งมีมูลค่าเท่ากับ 0.000441 ETH เราจะใช้ค่าแก๊สที่สูงกว่าทั่วไปอีก 0.000000021 ETH เพื่อทำให้แน่ใจว่าธุกรรมถูกขุดอย่างรวดเร็ว เราไม่ได้เป็นผู้รับค่าธรรมเนียมในการทำธุรกรรม '), _defineProperty(_th$data, 'OFFLINE_Title', 'สร้าง & ทำธุรกรรมการส่ง แบบออฟไลน์ '), _defineProperty(_th$data, 'OFFLINE_Desc', 'การทำธุรกรรมแบบออฟไลน์ สามารถทำได้ในสามขั้นตอน คุณจะทำขั้นตอนที่ 1 และ 3 ออนไลน์ผ่านคอมพิวเตอร์ ยกเว้นขั้นตอนที่ 2 ซึ่งทำแบบออฟไลน์หรือ airgapped computer ได้ ซึ่งเป็นการยืนยันให้แน่ใจว่ากุญแจส่วนตัวของคุณ (Private Key) ไม่ถูกเข้าถึงโดยอุปกรณ์ใดๆ ที่เชื่อมต่ออินเตอร์เน็ต '), _defineProperty(_th$data, 'OFFLLINE_Step1_Title', 'ขั้นตอนที่ 1: สร้างข้อมูล (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step1_Button', 'สร้างข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_1', 'ที่อยู่ต้นทาง '), _defineProperty(_th$data, 'OFFLINE_Step1_Label_2', 'หมายเหตุ: นี่คือ ที่อยู่ต้นทาง ไม่ใช่ ที่อยู่ปลายทาง ซึ่ง Nonce จะถูกคำนวนจากบัญชีต้นทาง และหากคุณใช้งานจาก airgapped computer มันจะเป็นที่อยู่ของบัญชีแบบ cold-storage '), _defineProperty(_th$data, 'OFFLINE_Step2_Title', 'ขั้นตอนที่ 2: สร้างธุรกรรม (ออฟไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_1', 'ที่อยู่ปลายทาง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_2', 'มูลค่า / จำนวนที่จะส่ง '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3', 'ราคาแก๊ส '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_3b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4', 'จำกัดค่าแก๊สที่ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_4b', 'ค่าแก๊สถูกจำกัดไว้ที่ 21000 เป็นค่าเริ่มต้น นอกเสียจากว่าคุณทำการส่ง Contract หรือข้อมูลอื่นเพิ่มเติม อาจจะต้องมีการเปลี่ยนแปลงค่านี้ และค่าแก๊สที่ไม่ได้ใช้จะถูกคืนให้คุณ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_5b', 'ค่านี้จะถูกแสดงในขั้นตอนที่ขั้นตอนที่ 1 บนออนไลน์คอมพิวเตอร์ '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6', 'ข้อมูล '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_6b', 'นี่คือตัวเลือกเพิ่มเติม โดยส่วนใหญ่ ข้อมูลจะถูกใช้ก็ต่อเมื่อคุณทำธุรกรรมส่งไปยัง Contract '), _defineProperty(_th$data, 'OFFLINE_Step2_Label_7', 'ป้อน / เลือกกุญแจส่วนตัวของคุณ (Private Key) / JSON '), _defineProperty(_th$data, 'OFFLINE_Step3_Title', 'ขั้นตอนที่ 3: ส่ง / ทำธุรกรรม (ออนไลน์ผ่านคอมพิวเตอร์) '), _defineProperty(_th$data, 'OFFLINE_Step3_Label_1', 'แปะวางธุรกรรมที่ถูกเซ็นต์กำกับแล้วจากขั้นตอนที่ 2 ลงที่นี่ และกดปุ่ม "ส่งธุรกรรม" '), _defineProperty(_th$data, 'CONTRACT_Title', 'ที่อยู่ Contract '), _defineProperty(_th$data, 'CONTRACT_Title_2', 'เลือก Contract ที่มีอยู่แล้ว '), _defineProperty(_th$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_th$data, 'CONTRACT_Interact_Title', 'อ่าน / เขียน Contract '), _defineProperty(_th$data, 'CONTRACT_Interact_CTA', 'เลือก function '), _defineProperty(_th$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_th$data, 'CONTRACT_Read', 'อ่าน '), _defineProperty(_th$data, 'CONTRACT_Write', 'เขียน '), _defineProperty(_th$data, 'DEP_generate', 'สร้าง Bytecode '), _defineProperty(_th$data, 'DEP_generated', 'Bytecode ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'DEP_signtx', 'เซ็นกำกับธุรกรรม '), _defineProperty(_th$data, 'DEP_interface', 'Interface ที่ถูกสร้างขึ้น '), _defineProperty(_th$data, 'NODE_Title', 'ติดตั้ง Node แบบกำหนดเอง'), _defineProperty(_th$data, 'NODE_Subtitle', 'เชื่อมต่อไปยัง local node...'), _defineProperty(_th$data, 'NODE_Warning', 'Node ของคุณจะต้องเป็น HTTPS เพื่อที่จะเชื่อมต่อกับ MyEtherWallet.com คุณสามารถ [ดาวน์โหลดซอร์สโค้ดจาก MyEtherWallet repo & รันบนเครื่องคอมพิวเตอร์ของคุณ](https://github.com/kvhnuke/etherwallet/releases/latest) เพื่อเชื่อมต่อกับ Node ใดๆ หรือสร้างใบรับรอง SSL ผ่าน [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_th$data, 'NODE_Name', 'ชื่อ Node'), _defineProperty(_th$data, 'NODE_Port', 'พอร์ตของ Node'), _defineProperty(_th$data, 'NODE_CTA', 'บันทึก & ใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'SWAP_rates', "อัตราแลกเปลี่ยนปัจจุบัน "), _defineProperty(_th$data, 'SWAP_init_1', "ฉันต้องการจะแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_init_2', " ของฉันด้วย "), _defineProperty(_th$data, 'SWAP_init_CTA', "ดำเนินการต่อ! "), _defineProperty(_th$data, 'SWAP_information', "ข้อมูลของคุณ "), _defineProperty(_th$data, 'SWAP_send_amt', "จำนวนที่ต้องการส่ง "), _defineProperty(_th$data, 'SWAP_rec_amt', "จำนวนที่ต้องการรับ "), _defineProperty(_th$data, 'SWAP_your_rate', "อัตราแลกเปลี่ยนของคุณ "), _defineProperty(_th$data, 'SWAP_rec_add', "ที่อยู่ที่สำหรับรับ "), _defineProperty(_th$data, 'SWAP_start_CTA', "เริ่มแลกเปลี่ยน "), _defineProperty(_th$data, 'SWAP_ref_num', "หมายเลขอ้างอิง "), _defineProperty(_th$data, 'SWAP_time', "เวลาที่เหลือสำหรับส่ง "), _defineProperty(_th$data, 'SWAP_elapsed', "เวลาที่ผ่านไปตั้งแต่เริ่มส่ง "), _defineProperty(_th$data, 'SWAP_progress_1', "คำสั่งถูกเริ่มดำเนินการ "), _defineProperty(_th$data, 'SWAP_progress_2', "กำลังรอ "), _defineProperty(_th$data, 'SWAP_progress_3', "ได้รับแล้ว! "), _defineProperty(_th$data, 'SWAP_progress_4', "กำลังส่ง {{orderResult.output.currency}} "), _defineProperty(_th$data, 'SWAP_progress_5', "คำสั่งสำเร็จ "), _defineProperty(_th$data, 'SWAP_order_CTA', "กรุณาส่ง "), _defineProperty(_th$data, 'SWAP_unlock', "ปลดล็อกกระเป๋าของคุณเพื่อส่ง ETH หรือ Token ได้โดยตรงจากหน้านี้ "), _defineProperty(_th$data, 'MSG_message', 'ข้อความ '), _defineProperty(_th$data, 'MSG_date', 'วันที่ '), _defineProperty(_th$data, 'MSG_signature', 'ลายเซ็นต์ '), _defineProperty(_th$data, 'MSG_verify', 'ข้อความยืนยัน '), _defineProperty(_th$data, 'MSG_info1', 'ใส่วันที่ปัจจุบัน เพื่อทำให้ลายเซ็นต์ไม่สามารถถูกนำกลับมาใช้ซ้ำได้อีกในวันอื่นๆ '), _defineProperty(_th$data, 'MSG_info2', 'ใส่ชื่อเล่นลงบนตำแหน่งที่ระบุเอง เพื่อป้องกันไม่ให้คนอื่นสามารถใช้มันได้ '), _defineProperty(_th$data, 'MSG_info3', 'ใส่ข้อความแสดงเจตจำนงที่เฉพาะเจาะจง เพื่อป้องกันไม่ให้มันถูกใช้เพื่อเหตุผลอื่น '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ ซึ่งคุณอาจจะต้องใช้มันเพื่อ [นำเข้าบัญชีของคุณไปยัง Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/) แต่หากคุณแค่ต้องการจะตรวจสอบยอดคงเหลือของคุณ เราแนะนำให้ใชัเว็บ blockchain explorer เช่น [etherscan.io](https://etherscan.io/) '), _defineProperty(_th$data, 'VIEWWALLET_Subtitle_Short', 'หน้านี้ทำให้คุณสามารถดาวน์โหลดกุญแจส่วนตัว (Private key) ของคุณได้ในรูปแบบต่างๆ และสั่งพิมพ์กระเป๋ากระดาษของคุณใหม่ '), _defineProperty(_th$data, 'VIEWWALLET_SuccessMsg', 'สำเร็จ! นี่คือข้อมูลกระเป๋าของคุณ '), _defineProperty(_th$data, 'VIEWWALLET_ShowPrivKey', '(แสดง)'), _defineProperty(_th$data, 'VIEWWALLET_HidePrivKey', '(ซ่อน)'), _defineProperty(_th$data, 'CX_error_1', 'คุณไม่มีกระเป๋าที่บันทึกไว้ คลิก ["เพิ่มกระเป๋า"](/cx-wallet.html#add-wallet) เพื่อเพิ่ม! '), _defineProperty(_th$data, 'CX_quicksend', 'ส่ง '), _defineProperty(_th$data, 'ERROR_0', 'กรุณาใส่จำนวนที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_1', 'รหัสผ่านของคุณต้องมีอย่างน้อย 9 ตัวอักษร และควรจะเป็นรหัสผ่านที่คาดเดาได้ยาก '), _defineProperty(_th$data, 'ERROR_2', 'ขออภัย! เราไม่รู้จักไฟล์กระเป๋ารูปแบบนี้ '), _defineProperty(_th$data, 'ERROR_3', 'นี่ไม่ใช่ไฟล์กระเป๋าที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_4', 'หน่วยที่ระบุไม่มีอยู่จริง โปรดใช้หน่วยที่อยู่ในรายการต่อไปนี้ '), _defineProperty(_th$data, 'ERROR_5', 'กรุณาใส่ที่อยู่ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_6', 'กรุณาใส่รหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_7', 'กรุณาใส่หน่วยทศนิยมให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 0-18) '), _defineProperty(_th$data, 'ERROR_8', 'กรุณาใส่ค่าจำกัดแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 21000-4000000) '), _defineProperty(_th$data, 'ERROR_9', 'กรุณาใส่ข้อมูลให้ถูกต้อง (ต้องเป็นเลขฐาน 16) '), _defineProperty(_th$data, 'ERROR_10', 'กรุณาใส่ราคาแก๊สให้ถูกต้อง (ต้องเป็นตัวเลข ลอง 20 GWEI / 20000000000 WEI) '), _defineProperty(_th$data, 'ERROR_11', 'กรุณาใส่ค่า Nonce ให้ถูกต้อง (ต้องเป็นตัวเลข) '), _defineProperty(_th$data, 'ERROR_12', 'ลายเซ็นต์ของธุรกรรมไม่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_13', 'มีกระเป๋าที่ใช้ชื่อเล่นนี้อยู่แล้ว '), _defineProperty(_th$data, 'ERROR_14', 'ไม่พบกระเป๋า '), _defineProperty(_th$data, 'ERROR_15', 'อุ๊บส์ ดูเหมือนจะไม่มีคำร้องขอที่มี ID นี้ หรือมีข้อผิดพลาดในการอ่านคำร้อง '), _defineProperty(_th$data, 'ERROR_16', 'กระเป๋าของที่อยู่นี้มีอยู่แล้วในฐานข้อมูล กรุณาตรวจสอบจากหน้ากระเป๋าของคุณ '), _defineProperty(_th$data, 'ERROR_17', 'มียอดคงเหลือไม่พอในบัญชีที่คุณกำลังจะส่งออก ถ้าหากคุณกำลังจะส่ง Token คุณจะต้องมีอย่างน้อย 0.01 ETH อยู่ในบัญชีของคุณ เพื่อใช้เป็นค่าแก๊ส '), _defineProperty(_th$data, 'ERROR_18', 'แก๊สทั้งหมดจะถูกใช้ในธุรกรรมนี้ ซึ่งหมายความว่าคุณได้ทำการโหวตให้กับคำร้องขอนี้แล้ว หรือช่วงการโหวตได้จบลงแล้ว'), _defineProperty(_th$data, 'ERROR_19', 'กรุณาใส่สัญลักษณ์ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_20', 'ไม่ใช่ ERC-20 Token ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_21', 'ไม่สามารถประเมินแก๊สได้ เนื่องจากยอดคงเหลือในบัญชีไม่พอหรืออาจมีข้อผิดพลาดจากที่อยู่ของสัญญา (Contract Address) ให้ใส่ค่าแก๊สด้วยตัวคุณเองและดำเนินการต่อ ข้อความที่เกิดจากความผิดพลาดระหว่างการส่งอาจจะมีเนื้อหาละเอียดกว่า'), _defineProperty(_th$data, 'ERROR_22', 'กรุณาใส่ชื่อ Node ให้ถูกต้อง'), _defineProperty(_th$data, 'ERROR_23', 'กรุณาใส่ URL ให้ถูกต้อง ถ้าหากคุณใช้ https อยู่ URL ของคุณควรจะเป็นแบบ https'), _defineProperty(_th$data, 'ERROR_24', 'กรุณาใส่หมายเลขพอร์ตที่ถูกต้อง. '), _defineProperty(_th$data, 'ERROR_25', 'กรุณาใส่ chain ID ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_26', 'กรุณาใส่ ABI ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_27', 'จำนวนขั้นต่ำ: 0.01. จำนวนขั้นสูงสุด: '), _defineProperty(_th$data, 'ERROR_28', 'คุณต้องใช้ `ไฟล์ Keystore + รหัสผ่าน` หรือ `กุญแจส่วนตัว (Private Key)` (ในหน้าถัดไป) เพื่อเข้าถึงกระเป๋าของคุณในภายหลัง '), _defineProperty(_th$data, 'ERROR_29', 'กรุณาใส่ชื่อผู้ใช้ และรหัสผ่านที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_30', 'กรุณาใส่ชื่อที่ถูกต้อง (จำนวน 7+ ตัวอักษร, จำกัดเครื่องหมายวรรคตอน) '), _defineProperty(_th$data, 'ERROR_31', 'กรุณาใส่ secret phrase ที่ถูกต้อง '), _defineProperty(_th$data, 'ERROR_32', 'ไม่สามารถเชื่อมต่อไปยัง Node ลองรีเฟรชหน้าใหม่อีกครั้ง, ลองใช้ Node อื่น (มุมขวาบน), หรือตรวจสอบการตั้งค่าไฟวอลล์ของคุณ หรือเช็คค่าการตั้งค่าใน Config ของคุณถ้าหากใช้ Node แบบกำหนดเอง'), _defineProperty(_th$data, 'ERROR_33', 'กระเป๋าที่คุณปลดล็อก มีที่อยู่ไม่ตรงกับที่อยู่ของเจ้าของ '), _defineProperty(_th$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_th$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_th$data, 'ERROR_36', 'กรุณาใส่ TX hash ที่ถูกต้อง'), _defineProperty(_th$data, 'ERROR_37', 'กรุณาใส่เลขฐานสิบหก (0-9, a-f)'), _defineProperty(_th$data, 'SUCCESS_1', 'ที่อยู่ถูกต้อง '), _defineProperty(_th$data, 'SUCCESS_2', 'กระเป๋าถูกถอดรหัสสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_3', 'TX ของคุณได้ถูกเผยแพร่ไปยังเครือข่ายแล้ว และกำลังรอที่จะถูกขุดและรับการยืนยัน ซึ่งถ้าในช่วง ICOs การยืนยันอาจจะล่าช้าได้ถึง 3+ ชั่วโมง ให้ใช้ปุ่ม ยืนยัน & ตรวจสอบ ด้านล่างนี้ได้, TX Hash: '), _defineProperty(_th$data, 'SUCCESS_4', 'กระเป๋าของคุณถูกเพิ่มเรียบร้อยแล้ว '), _defineProperty(_th$data, 'SUCCESS_5', 'ไฟล์ถูกเลือก '), _defineProperty(_th$data, 'SUCCESS_6', 'การเชื่อมต่อสำเร็จแล้ว '), _defineProperty(_th$data, 'SUCCESS_7', 'ยืนยันลายเซ็นต์ของข้อความแล้ว'), _defineProperty(_th$data, 'WARN_Send_Link', 'คุณเข้าใช้จากลิงก์ที่มีการระบุ ที่อยู่, จำนวนมูลค่า, แก๊ส, รายการข้อมูล, หรือชนิดของการทำธุรกรรม (send mode) ให้คุณล่วงหน้า ซึ่งคุณสามารถเปลี่ยนแปลงข้อมูลได้ก่อนที่จะทำการส่ง ปลดล็อกกระเป๋าของคุณเพื่อเริ่มต้น '), _defineProperty(_th$data, 'GETH_InvalidSender', 'ผู้ส่งไม่ถูกต้อง '), _defineProperty(_th$data, 'GETH_Nonce', 'ค่า Nonce ต่ำเกินไป '), _defineProperty(_th$data, 'GETH_Cheap', 'ราคาแก๊สต่ำเกินกว่าจะรับได้ '), _defineProperty(_th$data, 'GETH_Balance', 'ยอดคงเหลือไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_NonExistentAccount', 'บัญชีนี้ไม่มีอยู่จริง หรือยอดคงเหลือในบัญชีไม่เพียงพอ '), _defineProperty(_th$data, 'GETH_InsufficientFunds', 'ยอดมูลค่าไม่เพียงพอสำหรับ จำนวนแก๊ส * ราคาแก๊ส + จำนวนมูลค่า '), _defineProperty(_th$data, 'GETH_IntrinsicGas', 'จำนวนแก๊สต่ำเกินไป '), _defineProperty(_th$data, 'GETH_GasLimit', 'เกินจำนวนจำกัดของแก๊ส '), _defineProperty(_th$data, 'GETH_NegativeValue', 'จำนวนติดลบ '), _defineProperty(_th$data, 'PARITY_AlreadyImported', "ธุรกรรมที่มีค่าแฮชเดียวกันนี้ได้ถูกนำเข้ามาแล้ว"), _defineProperty(_th$data, 'PARITY_Old', "ค่า nonce ของธุรกรรมต่ำเกินไป ลองเพิ่มค่า nonce"), _defineProperty(_th$data, 'PARITY_TooCheapToReplace', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป หรือมีธุรกรรมอื่นที่มีค่า nonce เท่ากันนี้อยู่ในคิว ให้ลองเพิ่มค่าธรรมเนียม หรือเพิ่มค่า nonce."), _defineProperty(_th$data, 'PARITY_LimitReached', "มีจำนวนธุรกรรมเยอะเกินไปรออยู่ในคิว ธุรกรรมของคุณถูกละทิ้งเนื่องจากมีจำนวนจำกัด ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientGasPrice', "ค่าธรรมเนียมธุรกรรมต่ำเกินไป ไม่เพียงพอสำหรับค่าธรรมเนียมขั้นต่ำของ Node ของคุณ (ขั้นต่ำ: {}, ค่าที่ใช้: {}) ให้ลงเพิ่มค่าธรรมเนียม"), _defineProperty(_th$data, 'PARITY_InsufficientBalance', "ยอดคงเหลือในบัญชีไม่เพียงพอ ต้องการ {} wei แต่มีเพียง: {} wei"), _defineProperty(_th$data, 'PARITY_GasLimitExceeded', "ค่าธรรมเนียมของธุรกรรมเกินจากค่าจำนวนจำกัดของแก๊ส จำนวนจำกัดแก๊ส: {}, ค่าที่ใช้: {} ลองลดจำนวนแก๊สลง"), _defineProperty(_th$data, 'PARITY_InvalidGasLimit', "จำนวนแก๊สที่ใช้เกินจำนวนจำกัด"), _defineProperty(_th$data, 'translate_version', '0.1 '), _defineProperty(_th$data, 'Translator_Desc', 'ขอบคุณผู้แปลภาษา '), _defineProperty(_th$data, 'TranslatorName_1', '[Tianissimo (Suteepat)](https://www.myetherwallet.com/?gaslimit=21000&to=0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e&value=1.0#send-transaction) '), _defineProperty(_th$data, 'TranslatorAddr_1', '0x8d0a185C16ADE28bf69Cb38c5e3df605360df40e '), _defineProperty(_th$data, 'TranslatorName_2', ' '), _defineProperty(_th$data, 'TranslatorAddr_2', ' '), _defineProperty(_th$data, 'TranslatorName_3', ' '), _defineProperty(_th$data, 'TranslatorAddr_3', ' '), _defineProperty(_th$data, 'TranslatorName_4', ' '), _defineProperty(_th$data, 'TranslatorAddr_4', ' '), _defineProperty(_th$data, 'TranslatorName_5', ' '), _defineProperty(_th$data, 'TranslatorAddr_5', ' '), _defineProperty(_th$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_th$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_th$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_th$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_th$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_th$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_th$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_th$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_th$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_th$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_th$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_th$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_th$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_th$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_th$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_th$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_th$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_th$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_th$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_th$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_th$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_th$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_th$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_th$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_th$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_th$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_th$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_th$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_th$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_th$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_th$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_th$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_th$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_th$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_th$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_th$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_th$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_th$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_th$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_th$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_th$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_th$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_th$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_th$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_th$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_th$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_th$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_th$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_th$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_th$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_th$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_th$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_th$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_th$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_th$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_th$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_th$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_th$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_th$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_th$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_th$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_th$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_th$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_th$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_th$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_th$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_th$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_th$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_th$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_th$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_th$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_th$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_th$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_th$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_th$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_th$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_th$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_th$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_th$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_th$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_th$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_th$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_th$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_th$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_th$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_th$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_th$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_th$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_th$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_th$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_th$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_th$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_th$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_th$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_th$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_th$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_th$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_th$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_th$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_th$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_th$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_th$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_th$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_th$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_th$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_th$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_th$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_th$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_th$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_th$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_th$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_th$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_th$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_th$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_th$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_th$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_th$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_th$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_th$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_th$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_th$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_th$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_th$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_th$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_th$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_th$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_th$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_th$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_th$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_th$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_th$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_th$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_th$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_th$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_th$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_th$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_th$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_th$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_th$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_th$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_th$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_th$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_th$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_th$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_th$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_th$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_th$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_th$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_th$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_th$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_th$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_th$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_th$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_th$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_th$data, 'HELP_Sec_Title', 'Security '), _defineProperty(_th$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_th$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_th$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_th$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_th$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_th$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_th$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_th$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_th$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _th$data); module.exports = th; @@ -18007,7 +18004,7 @@ tr.data = (_tr$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_tr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_tr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_tr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_tr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_tr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_tr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_tr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_tr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_tr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_tr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_tr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_tr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_tr$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_tr$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_tr$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_tr$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_tr$data, 'x_ReadMore', 'Read More'), _defineProperty(_tr$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_tr$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_tr$data, 'x_TXFee', 'TX Fee'), _defineProperty(_tr$data, 'x_TxHash', 'TX Hash'), _defineProperty(_tr$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_tr$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_tr$data, 'tx_Details', 'Transaction Details'), _defineProperty(_tr$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_tr$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_tr$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_tr$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_tr$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_tr$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_tr$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_tr$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_tr$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_tr$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_tr$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_tr$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_tr$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_tr$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_tr$data, 'GEN_Help_1', 'Use your'), _defineProperty(_tr$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_tr$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_tr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_tr$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_tr$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_tr$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_tr$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_tr$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_tr$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_tr$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_tr$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_tr$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_tr$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_tr$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_tr$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_tr$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_tr$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_tr$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_tr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_tr$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_tr$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_tr$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_tr$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_tr$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_tr$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_tr$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_tr$data, 'NAV_AddWallet', 'Cüzdan ekle '), _defineProperty(_tr$data, 'NAV_BulkGenerate', 'Birkaç Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Contact', 'Iletişime geç '), _defineProperty(_tr$data, 'NAV_Contracts', 'Sözleşmeler '), _defineProperty(_tr$data, 'NAV_DeployContract', 'Sözleşme kur '), _defineProperty(_tr$data, 'NAV_ENS', 'ENS'), _defineProperty(_tr$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_tr$data, 'NAV_GenerateWallet', 'Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Help', 'Yardim et '), _defineProperty(_tr$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_tr$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_tr$data, 'NAV_MyWallets', 'Cüzdanim '), _defineProperty(_tr$data, 'NAV_Offline', 'Offline gönder '), _defineProperty(_tr$data, 'NAV_SendEther', 'Ether ve Tokens gönder '), _defineProperty(_tr$data, 'NAV_SendTokens', 'Tokens gönder '), _defineProperty(_tr$data, 'NAV_SignMsg', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'NAV_Swap', 'Çevir '), _defineProperty(_tr$data, 'NAV_ViewWallet', 'Cüzdan bilgilerni göster '), _defineProperty(_tr$data, 'NAV_YourWallets', 'Cüzdanin '), _defineProperty(_tr$data, 'x_Access', 'Erişim '), _defineProperty(_tr$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bu "hesap numarası" veya "genel anahtar" dir. Birisi ether göndermek istiyorsa bu adresi kullanmasi gerekir. Ikon adresini kontrol etmek kolay bir yoldur '), _defineProperty(_tr$data, 'x_Address', 'Adresin '), _defineProperty(_tr$data, 'x_Cancel', 'Iptal et '), _defineProperty(_tr$data, 'x_CSV', 'CSV dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Download', 'Indir '), _defineProperty(_tr$data, 'x_Json', 'JSON dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_JsonDesc', 'Bu özel anahtarinin sifresiz, JSON formatidir. Demekki parolasiz cüzdanini acabilirsin. Özel anahatarina sahip olan herkez sifresiz cüzdani aca bilir. '), _defineProperty(_tr$data, 'x_Keystore', 'Keystore dosya (UTC / JSON · Tavsiye edilen · şifrelenmiş) '), _defineProperty(_tr$data, 'x_Keystore2', 'Keystore dosya (UTC / JSON) '), _defineProperty(_tr$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up. '), _defineProperty(_tr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_tr$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_tr$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_tr$data, 'x_Password', 'Parola '), _defineProperty(_tr$data, 'x_Print', 'Cüzdanin kağıt versiyonunu yazdir '), _defineProperty(_tr$data, 'x_PrintDesc', 'ProTavsiye: Eğer yazıcınız olmasa bile, "Yazdır" seçeneğini tıklayın ve PDF dosyası olarak kaydedin! '), _defineProperty(_tr$data, 'x_PrintShort', 'Yazdir '), _defineProperty(_tr$data, 'x_PrivKey', 'Özel anahtar (şifrelenmemis) '), _defineProperty(_tr$data, 'x_PrivKey2', 'Özel anahtar '), _defineProperty(_tr$data, 'x_PrivKeyDesc', 'Bu özel anahtarinin şifrelenmemiş metin sürümüdür. Birisi şifrelenmemiş özel anahtarı bulduysa, şifre olmadan cüzdani acabilir. Bu nedenle, şifrelenmiş sürümlerini genellikle tavsiye edilir. '), _defineProperty(_tr$data, 'x_Save', 'Indir '), _defineProperty(_tr$data, 'x_TXT', 'TXT dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Wallet', 'Cüzdan '), _defineProperty(_tr$data, 'MEW_Warning_1', 'Cüzdani acmadan veya yeni bir cüzdan olusturmadan önce her zaman URL\'yi gözden geçirin. Phishing sitelerinden dikkat! '), _defineProperty(_tr$data, 'CX_Warning_1', 'Burda kaydetdigin tüm cüzdanlari **yedeklediginden** emin ol. Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up. '), _defineProperty(_tr$data, 'MEW_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani '), _defineProperty(_tr$data, 'CX_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani Chrome Extension '), _defineProperty(_tr$data, 'FOOTER_1', 'Acik kaynak, javascript Client-Side Ethererum cüzdani ve Ether islemleri '), _defineProperty(_tr$data, 'FOOTER_1b', 'tarafından yaratıldı '), _defineProperty(_tr$data, 'FOOTER_2', 'Bağışlar büyük takdirle kabuledilir: '), _defineProperty(_tr$data, 'FOOTER_3', 'Client-side cüzdan olusturma '), _defineProperty(_tr$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_tr$data, 'sidebar_AccountInfo', 'Hesap bilgiler '), _defineProperty(_tr$data, 'sidebar_AccountAddr', 'Hesap adres '), _defineProperty(_tr$data, 'sidebar_AccountBal', 'Bakiye '), _defineProperty(_tr$data, 'sidebar_TokenBal', 'Token bakiye '), _defineProperty(_tr$data, 'sidebar_Equiv', 'Eşdeğer Değerler '), _defineProperty(_tr$data, 'sidebar_TransHistory', 'Işlem geçmişi '), _defineProperty(_tr$data, 'sidebar_donation', 'MyEtherWallet gizlilik ve güvenlike adanmış ücretsiz ve açık kaynak kodlu bir hizmettir. Ne kadar cok bagis edilirse o kadar cok yeni özellik programlamaya, görüşlerinizi işlemeye yatitim yapabiliriz. Biz sadece dünyayı değiştirmek isteyen iki kişiyiz. Bize yardım edermisin? '), _defineProperty(_tr$data, 'sidebar_donate', 'Bağışta bulun '), _defineProperty(_tr$data, 'sidebar_thanks', 'TEŞEKKÜRLER!!! '), _defineProperty(_tr$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_tr$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_tr$data, 'decrypt_Access', 'Cüzdanını nasıl acmak istersin? '), _defineProperty(_tr$data, 'decrypt_Title', 'Özel anahtarinin formatini sec: '), _defineProperty(_tr$data, 'decrypt_Select', 'Bir cüzdan sec: '), _defineProperty(_tr$data, 'ADD_Label_1', 'Ne yapmak istiyorsunuz? '), _defineProperty(_tr$data, 'ADD_Radio_1', 'Yeni cüzdan olusturun '), _defineProperty(_tr$data, 'ADD_Radio_2', 'Cüzdan dosyayi sec (Keystore / JSON) '), _defineProperty(_tr$data, 'ADD_Radio_2_alt', 'Cüzdan dosyayi sec '), _defineProperty(_tr$data, 'ADD_Radio_2_short', 'CÜZDAN DOSYAYI SEC... '), _defineProperty(_tr$data, 'ADD_Radio_3', 'Özel anahatarini Yaspistir/Yaz '), _defineProperty(_tr$data, 'ADD_Radio_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_tr$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_tr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_tr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_tr$data, 'ADD_Label_2', 'Bir takma isim oluştur '), _defineProperty(_tr$data, 'ADD_Label_3', 'Cüzdan şifrelidir. Parolayi yaz: '), _defineProperty(_tr$data, 'ADD_Label_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Warning_1', 'Özel anahtar yazmadan cüzdan sekmesinde "izlemek" için herhangi bir hesap ekleyebilirsin. Bu demek ** degilki ** cüzdani acabilirsin, veya ondan Ether aktarabilirsin. '), _defineProperty(_tr$data, 'ADD_Label_5', 'Adresi ekle '), _defineProperty(_tr$data, 'ADD_Label_6', 'Cüzdani ac '), _defineProperty(_tr$data, 'ADD_Label_6_short', 'Ac '), _defineProperty(_tr$data, 'ADD_Label_7', 'Hesap ekle '), _defineProperty(_tr$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_tr$data, 'GEN_desc', 'Birden birkac cüzdan olusturmak istiryorsan burdan yapabilirsin '), _defineProperty(_tr$data, 'GEN_Label_1', 'Güçlü bir şifre sec (en az 9 sembol) '), _defineProperty(_tr$data, 'GEN_Placeholder_1', 'Bunu kaydetmeyi unutma! '), _defineProperty(_tr$data, 'GEN_SuccessMsg', 'Başarı! Cüzdan oluşturuldu. '), _defineProperty(_tr$data, 'GEN_Label_2', 'Keystore dosyayi veya özel anahtranini kaydet. Yukarıdaki şifreni unutma. '), _defineProperty(_tr$data, 'GEN_Label_3', 'Adresini kaydet. '), _defineProperty(_tr$data, 'GEN_Label_4', 'Isteye bagli: Cüzdanin kağıt versiyonunu yazdir veya QR code versiyonunu sakla.'), _defineProperty(_tr$data, 'BULK_Label_1', 'Oluşturulacak cüzdan sayısı '), _defineProperty(_tr$data, 'BULK_Label_2', 'Cüzdanlari olustur '), _defineProperty(_tr$data, 'BULK_SuccessMsg', 'Başarı! Cüzdanlarin olusturuldu. '), _defineProperty(_tr$data, 'SEND_addr', 'Bu Adrese gönder '), _defineProperty(_tr$data, 'SEND_amount', 'Gönderilecek miktar '), _defineProperty(_tr$data, 'SEND_amount_short', 'Miktar '), _defineProperty(_tr$data, 'SEND_custom', 'Kullaniciya özel '), _defineProperty(_tr$data, 'SEND_gas', 'Gas '), _defineProperty(_tr$data, 'SEND_TransferTotal', 'Tüm dengeyi gönder '), _defineProperty(_tr$data, 'SEND_generate', 'Generate Transaction '), _defineProperty(_tr$data, 'SEND_raw', 'İşlem oluştur ikili sistem '), _defineProperty(_tr$data, 'SEND_signed', 'Imzali İşlem '), _defineProperty(_tr$data, 'SEND_trans', 'Islemi gönder '), _defineProperty(_tr$data, 'SENDModal_Title', 'Uyarı! '), _defineProperty(_tr$data, 'SEND_custom', 'Özel Token Ekle '), _defineProperty(_tr$data, 'SENDModal_Content_1', 'şu an '), _defineProperty(_tr$data, 'SENDModal_Content_2', 'bu adresse '), _defineProperty(_tr$data, 'SENDModal_Content_3', 'Göndermek üzeresin. Emin misin? '), _defineProperty(_tr$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether. '), _defineProperty(_tr$data, 'SENDModal_No', 'Hayir, cikar beni burdan! '), _defineProperty(_tr$data, 'SENDModal_Yes', 'Evet, eminim! Islemi tamamla. '), _defineProperty(_tr$data, 'TOKEN_Addr', 'Token Adres '), _defineProperty(_tr$data, 'TOKEN_Symbol', 'Token symbolu '), _defineProperty(_tr$data, 'TOKEN_Dec', 'Ondalık '), _defineProperty(_tr$data, 'TOKEN_show', 'Tüm tokenleri göster '), _defineProperty(_tr$data, 'TOKEN_hide', 'Tokenleri gizle '), _defineProperty(_tr$data, 'TRANS_desc', 'Eğer Token göndermek istiyorsan, bunun yerine "Token Gönder" sayfasını kullan. '), _defineProperty(_tr$data, 'TRANS_warning', '"Yalnızca ETH" ya da "Yalnızca ETC" fonksiyonu kullanıyorsan, bir sözleşme yoluyla gönderiyorsun. Bazı servisler bu işlemleri kabul etmekde sorunları var. Daha fazla oku. '), _defineProperty(_tr$data, 'TRANS_advanced', '+Gelişmiş: Veri ekle '), _defineProperty(_tr$data, 'TRANS_data', 'Veri '), _defineProperty(_tr$data, 'TRANS_gas', 'Gas Limiti '), _defineProperty(_tr$data, 'TRANS_sendInfo', '21000 gaz kullanan standart bir islem 0.000441 ETH ile mal olur. Biz hizli bir sekilde mayinlanmasi için, 0.000000021 ETH\'dan biraz daha yüksek gaz fiyatini kullaniyoruz. Biz herhangi bir islem ücreti almiyoruz. '), _defineProperty(_tr$data, 'TRANSModal_Title', '"Yalnızca ETH" and "Yalnızca ETC" islemler '), _defineProperty(_tr$data, 'TRANSModal_Content_0', 'Farklı işlemler ve farklı hizmetleri hakkında bir not: '), _defineProperty(_tr$data, 'TRANSModal_Content_1', '**ETH (Standart islem): ** Bu standart bir islem baslatir bir hesapten direkt baska bir hesapa. Standart gas 21000\'dir. Bu islemlen gönderileren islem ETC zincirinde\'de yer bulabilir. '), _defineProperty(_tr$data, 'TRANSModal_Content_2', '**Only ETH: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETH** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_3', '**Only ETC: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETC** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Only send via Standard Transaction. If you send via the "Only" contracts, you will need to reach out to their support staff to manually add your balance or refund you. [You can try Shapeshift\'s "split" tool as well.](https://split.shapeshift.io/) '), _defineProperty(_tr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Bilinen sorun yok, ikisinden birini sec '), _defineProperty(_tr$data, 'TRANSModal_Yes', 'Güzel, şimdi anladım. '), _defineProperty(_tr$data, 'TRANSModal_No', 'Aman, kafam daha cok karıştı. Yardım et. '), _defineProperty(_tr$data, 'OFFLINE_Title', 'Olustur & offline islem '), _defineProperty(_tr$data, 'OFFLINE_Desc', 'Offline islemler 3. adimda gerçeklestirir. 1. ve 3. adimi internete bagli olan bir bilgisayarda, 2. adimi offline olan bir bilgisayarda tamamliyorsun. Böyle özel anahtarinin internete bagli olan bir bilgisayara ulasmasini engelnenir. '), _defineProperty(_tr$data, 'OFFLLINE_Step1_Title', 'Adim 1: Bilgileri olustur (Online Bilgisayar) '), _defineProperty(_tr$data, 'OFFLINE_Step1_Button', 'Bilgileri olustur '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_1', 'Adres\'den '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_2', 'Nota: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Title', 'Adim 2: Generate Transaction (Offline Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_1', 'Adrese '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_2', 'Gönderilen miktar '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3', 'Gas fiyati '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3b', 'Bu online bilgisayarınızda adım 1\'de gösterilirdi. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4', 'Gas limiti '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5b', 'Bu online bilgisayarınızda adım 1\'de gösterilir. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6b', 'Bu istege bagli. Data is often used when you send transactions to contracts. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON. '), _defineProperty(_tr$data, 'OFFLINE_Step3_Title', 'Adim 3: Gönder / Islemi duyur (Online Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button. '), _defineProperty(_tr$data, 'DEP_generate', 'Bytecode oluştur '), _defineProperty(_tr$data, 'DEP_generated', 'Oluşturulan Bytecode '), _defineProperty(_tr$data, 'DEP_signtx', 'Islmemi Imzala '), _defineProperty(_tr$data, 'DEP_interface', 'Interface oluştur '), _defineProperty(_tr$data, 'MYWAL_Nick', 'Cüzdan nickname '), _defineProperty(_tr$data, 'MYWAL_Address', 'Cüzdan adres '), _defineProperty(_tr$data, 'MYWAL_Bal', 'Bakiye '), _defineProperty(_tr$data, 'MYWAL_Edit', 'Düzenle '), _defineProperty(_tr$data, 'MYWAL_View', 'Göster '), _defineProperty(_tr$data, 'MYWAL_Remove', 'Kaldir '), _defineProperty(_tr$data, 'MYWAL_RemoveWal', 'Cüzdani kaldir: '), _defineProperty(_tr$data, 'MYWAL_WatchOnly', 'Sadece izlenen hesaplar '), _defineProperty(_tr$data, 'MYWAL_Viewing', 'Izlenen Cüzdan '), _defineProperty(_tr$data, 'MYWAL_Hide', 'Cüzdan bilgilerini gizle '), _defineProperty(_tr$data, 'MYWAL_Edit_2', 'Cüzdani düzenle '), _defineProperty(_tr$data, 'MYWAL_Name', 'Cüzdan Ismi '), _defineProperty(_tr$data, 'MYWAL_Content_1', 'Uyarı! Cüzdanını silmek üzeresin '), _defineProperty(_tr$data, 'MYWAL_Content_2', 'Bunu kaldırmadan önce ** özel anahtarıni ve / veya Keystore Dosya ve şifreni ** kaydettiğinden emin ol. '), _defineProperty(_tr$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password. '), _defineProperty(_tr$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_tr$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_tr$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_tr$data, 'NODE_Name', 'Node Name'), _defineProperty(_tr$data, 'NODE_Port', 'Node Port'), _defineProperty(_tr$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_tr$data, 'CONTRACT_Title', 'Sözleşme adresi '), _defineProperty(_tr$data, 'CONTRACT_Title_2', 'Mevcut sözleşmeyi seç '), _defineProperty(_tr$data, 'CONTRACT_Json', 'ABI / JSON arabirimi '), _defineProperty(_tr$data, 'CONTRACT_Interact_Title', 'Sözleşmesi oku / yaz '), _defineProperty(_tr$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_tr$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_tr$data, 'CONTRACT_Read', 'OKU '), _defineProperty(_tr$data, 'CONTRACT_Write', 'YAZ '), _defineProperty(_tr$data, 'SWAP_rates', "Güncel Fiyatlar "), _defineProperty(_tr$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_tr$data, 'SWAP_init_2', " for "), _defineProperty(_tr$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_tr$data, 'SWAP_information', "Bilgilerin "), _defineProperty(_tr$data, 'SWAP_send_amt', "Gönderilecek miktar "), _defineProperty(_tr$data, 'SWAP_rec_amt', "Alınacak miktar "), _defineProperty(_tr$data, 'SWAP_your_rate', "Oran "), _defineProperty(_tr$data, 'SWAP_rec_add', "Alınan Adres "), _defineProperty(_tr$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_tr$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_tr$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_tr$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_tr$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_tr$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_tr$data, 'SWAP_progress_3', "Received! "), _defineProperty(_tr$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_tr$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_tr$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_tr$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_tr$data, 'MSG_message', 'Mesaj '), _defineProperty(_tr$data, 'MSG_date', 'Tarih '), _defineProperty(_tr$data, 'MSG_signature', 'İmza '), _defineProperty(_tr$data, 'MSG_verify', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_tr$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_tr$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_tr$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_tr$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_tr$data, 'MNEM_more', 'Daha Fazla Adres '), _defineProperty(_tr$data, 'MNEM_prev', 'Önceki Adresler '), _defineProperty(_tr$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_tr$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_tr$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_tr$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Ledger_scan', 'Ledger Wallet\'e bağlan '), _defineProperty(_tr$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_tr$data, 'x_Trezor', 'TREZOR '), _defineProperty(_tr$data, 'ADD_Trezor_scan', 'TREZOR\'a bağlan '), _defineProperty(_tr$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_tr$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_tr$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_tr$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_tr$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_tr$data, 'CX_error_1', 'Su an cüzdan eklenmemis. Cüzdan ekle tikla ["Add Wallet"](/cx-wallet.html#add-wallet) ve bir cüzdan ekle! '), _defineProperty(_tr$data, 'CX_quicksend', 'Gönder '), _defineProperty(_tr$data, 'ERROR_0', 'Geçerli tutar yaz. '), _defineProperty(_tr$data, 'ERROR_1', 'Sifren en az 9 sembol\'dan olusmasi lazim. Güçlü bir parola sectiginden emin ol. '), _defineProperty(_tr$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_tr$data, 'ERROR_3', 'Geçerli bir cüzdan dosyası değil. '), _defineProperty(_tr$data, 'ERROR_4', 'Var olmayan bir birim, bu birimlerden birini kullan lütfen '), _defineProperty(_tr$data, 'ERROR_5', 'Geçersiz adres. '), _defineProperty(_tr$data, 'ERROR_6', 'Geçersiz parola. '), _defineProperty(_tr$data, 'ERROR_7', 'Yetersiz bakiye. (Must be integer. Try 0-18.) '), _defineProperty(_tr$data, 'ERROR_8', 'Geçersiz gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_tr$data, 'ERROR_9', 'Geçersiz data value. (Must be hex.) '), _defineProperty(_tr$data, 'ERROR_10', 'Yetersiz gas. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_tr$data, 'ERROR_11', 'Geçersiz veri. (Must be integer.) '), _defineProperty(_tr$data, 'ERROR_12', 'Geçersiz imzali isleme. '), _defineProperty(_tr$data, 'ERROR_13', 'Secdigin Nickname baska bir cüzdanda kullaniliyor. '), _defineProperty(_tr$data, 'ERROR_14', 'Cüzdan bulunmadi. '), _defineProperty(_tr$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_tr$data, 'ERROR_16', 'Bu adrese sahip bir cüzdan zaten depolama alanında mevcut. Lütfen cüzdan sayfanızı kontrol edin. '), _defineProperty(_tr$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_tr$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_tr$data, 'ERROR_19', 'Geçersiz sembol '), _defineProperty(_tr$data, 'ERROR_20', 'Geçersiz ERC-20 token\'i '), _defineProperty(_tr$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_tr$data, 'ERROR_22', 'Please enter valid node name '), _defineProperty(_tr$data, 'ERROR_23', 'Lütfen geçerli URL yaz. If you are connecting via HTTPS, your node must be over HTTPS '), _defineProperty(_tr$data, 'ERROR_24', 'Lütfen geçerli port numarası yaz '), _defineProperty(_tr$data, 'ERROR_25', 'Lütfen geçerli zincir kimliği (ID) yaz '), _defineProperty(_tr$data, 'ERROR_26', 'Lütfen geçerli bir ABI yaz '), _defineProperty(_tr$data, 'ERROR_27', 'Minimum miktar: 0.01. Maximum miktar: '), _defineProperty(_tr$data, 'ERROR_28', 'Ilerde cüzdanini acmak icin **Keystore dosyan ve parolan veya özel anahtarin** lazim olacak. Lütfen kaydet ve dista yedekle! Kaydedilmemiş cüzdanini kurtarmanin hiçbir yolu yoktur. Talimatlar icin yardim [help page](https://www.myetherwallet.com/#help) sayfasini oku '), _defineProperty(_tr$data, 'ERROR_29', 'Lütfen geçerli kullanıcı ve şifreyi yaz '), _defineProperty(_tr$data, 'ERROR_30', 'Lütfen geçerli ENS isim yaz '), _defineProperty(_tr$data, 'ERROR_31', 'Geçersiz gizli cümle (phrase) '), _defineProperty(_tr$data, 'ERROR_32', 'Düğüme bağlanılamadı. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_tr$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_tr$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_tr$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_tr$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_tr$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_tr$data, 'SUCCESS_1', 'Geçerli adres '), _defineProperty(_tr$data, 'SUCCESS_2', 'Cüzdan basariyla desifre edildi '), _defineProperty(_tr$data, 'SUCCESS_3', 'TX blockchain\'e yayınlandı. İşleminizi görmek ve mayınlandığını doğrulamak veya herhangi bir gaz veya sözleşme yürütme hatası bulunmadığını görmek için tıklayın. TX Kimliği: '), _defineProperty(_tr$data, 'SUCCESS_4', 'Cüzdanın başarıyla eklendi '), _defineProperty(_tr$data, 'SUCCESS_5', 'Dosya secildi '), _defineProperty(_tr$data, 'SUCCESS_6', 'Başarıyla bağlandı '), _defineProperty(_tr$data, 'SUCCESS_7', 'Mesaj imzası doğrulandi '), _defineProperty(_tr$data, 'WARN_Send_Link', 'Işlem türü (gönderme modu), adres, miktar, gaz ve veri alanları sizin için doldurulmus olan bir bağlantı\'ile geldiniz. Göndermeden önce herhangi bir bilgiyi değiştirebilirsiniz. Başlamak için cüzdanınızı açın. '), _defineProperty(_tr$data, 'GETH_InvalidSender', 'Geçersiz gönderici '), _defineProperty(_tr$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_tr$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_tr$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_tr$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_tr$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_tr$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_tr$data, 'GETH_GasLimit', 'Gaz block sınırını aşıyor '), _defineProperty(_tr$data, 'GETH_NegativeValue', 'Negatif değer '), _defineProperty(_tr$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_tr$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_tr$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_tr$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_tr$data, 'translate_version', '0.3 '), _defineProperty(_tr$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_tr$data, 'TranslatorName_1', '[ffidan61](https://www.myetherwallet.com/?gaslimit=21000&to=0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21&value=1.0#send-transaction) '), _defineProperty(_tr$data, 'TranslatorAddr_1', '0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21 '), _defineProperty(_tr$data, 'TranslatorName_2', ''), _defineProperty(_tr$data, 'TranslatorAddr_2', ''), _defineProperty(_tr$data, 'TranslatorName_3', ''), _defineProperty(_tr$data, 'TranslatorAddr_3', ''), _defineProperty(_tr$data, 'TranslatorName_4', ''), _defineProperty(_tr$data, 'TranslatorAddr_4', ''), _defineProperty(_tr$data, 'TranslatorName_5', ''), _defineProperty(_tr$data, 'TranslatorAddr_5', ''), _defineProperty(_tr$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_tr$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_tr$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_tr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_tr$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_tr$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_tr$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_tr$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_tr$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_tr$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_tr$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_tr$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_tr$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_tr$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_tr$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_tr$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_tr$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_tr$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_tr$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_tr$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_tr$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_tr$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_tr$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_tr$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_tr$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_tr$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_tr$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_tr$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_tr$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_tr$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositting a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_tr$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_tr$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_tr$data, 'HELP_4_Desc_2', 'Navigate to the "Ether ve Tokens göndermek" page. '), _defineProperty(_tr$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_tr$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether" page. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_tr$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_tr$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_tr$data, 'HELP_4CX_Desc_12', 'Using "Send Ether" Page '), _defineProperty(_tr$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_tr$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generatea a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_tr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_tr$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_tr$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_tr$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_tr$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_tr$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_tr$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_tr$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_tr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_tr$data, 'HELP_7_Desc_1', 'Navigate to the "Ether ve Tokens göndermeks" page. '), _defineProperty(_tr$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_tr$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_tr$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_tr$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_tr$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_tr$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_tr$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_tr$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_tr$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_tr$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_tr$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_tr$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_tr$data, 'HELP_9_Title', '9) Is the "Send Ether" page offline? '), _defineProperty(_tr$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_tr$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_tr$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_tr$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_tr$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_tr$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_tr$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_tr$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "SEND Ether". This will broadcast your transaction. '), _defineProperty(_tr$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_tr$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_tr$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_tr$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_tr$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_tr$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_tr$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_tr$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_tr$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_tr$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_tr$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_tr$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_tr$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_tr$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_tr$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_tr$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_tr$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_tr$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_tr$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_tr$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_tr$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_tr$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_tr$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_tr$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_tr$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_tr$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_tr$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_tr$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_tr$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_tr$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_tr$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_tr$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_tr$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_tr$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_tr$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_tr$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_tr$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_tr$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_tr$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_tr$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_tr$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_tr$data, 'HELP_SecCX_Title', 'Güvenlik - MyEtherWallet CX '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_tr$data, 'HELP_Sec_Title', 'Güvenlik '), _defineProperty(_tr$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_tr$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_tr$data, 'HELP_FAQ_Title', 'Sık Sorulan Sorulara DaWays to Get in Touchha Yararlı Yanıtlar '), _defineProperty(_tr$data, 'HELP_Contact_Title', 'İletişim Kurma Yolları'), _tr$data); +}, _defineProperty(_tr$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_tr$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_tr$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_tr$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_tr$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_tr$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_tr$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_tr$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_tr$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_tr$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_tr$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_tr$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_tr$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_tr$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_tr$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_tr$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_tr$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_tr$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_tr$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_tr$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_tr$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_tr$data, 'HELP_2a_Title', 'How do I save/backup my wallet? '), _defineProperty(_tr$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_tr$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_tr$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_tr$data, 'x_ReadMore', 'Read More'), _defineProperty(_tr$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_tr$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_tr$data, 'x_TXFee', 'TX Fee'), _defineProperty(_tr$data, 'x_TxHash', 'TX Hash'), _defineProperty(_tr$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_tr$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_tr$data, 'tx_Details', 'Transaction Details'), _defineProperty(_tr$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_tr$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_tr$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_tr$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_tr$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_tr$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_tr$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_tr$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_tr$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_tr$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_tr$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_tr$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_tr$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_tr$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_tr$data, 'GEN_Help_1', 'Use your'), _defineProperty(_tr$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_tr$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_tr$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_tr$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_tr$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_tr$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_tr$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_tr$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_tr$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_tr$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_tr$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_tr$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_tr$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_tr$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_tr$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_tr$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_tr$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_tr$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_tr$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_tr$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_tr$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_tr$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_tr$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_tr$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_tr$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_tr$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_tr$data, 'NAV_AddWallet', 'Cüzdan ekle '), _defineProperty(_tr$data, 'NAV_BulkGenerate', 'Birkaç Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Contact', 'Iletişime geç '), _defineProperty(_tr$data, 'NAV_Contracts', 'Sözleşmeler '), _defineProperty(_tr$data, 'NAV_DeployContract', 'Sözleşme kur '), _defineProperty(_tr$data, 'NAV_ENS', 'ENS'), _defineProperty(_tr$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_tr$data, 'NAV_GenerateWallet', 'Cüzdan oluştur '), _defineProperty(_tr$data, 'NAV_Help', 'Yardim et '), _defineProperty(_tr$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_tr$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_tr$data, 'NAV_MyWallets', 'Cüzdanim '), _defineProperty(_tr$data, 'NAV_Offline', 'Offline gönder '), _defineProperty(_tr$data, 'NAV_SendEther', 'Ether ve Tokens gönder '), _defineProperty(_tr$data, 'NAV_SendTokens', 'Tokens gönder '), _defineProperty(_tr$data, 'NAV_SignMsg', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'NAV_Swap', 'Çevir '), _defineProperty(_tr$data, 'NAV_ViewWallet', 'Cüzdan bilgilerni göster '), _defineProperty(_tr$data, 'NAV_YourWallets', 'Cüzdanin '), _defineProperty(_tr$data, 'x_Access', 'Erişim '), _defineProperty(_tr$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bu "hesap numarası" veya "genel anahtar" dir. Birisi ether göndermek istiyorsa bu adresi kullanmasi gerekir. Ikon adresini kontrol etmek kolay bir yoldur '), _defineProperty(_tr$data, 'x_Address', 'Adresin '), _defineProperty(_tr$data, 'x_Cancel', 'Iptal et '), _defineProperty(_tr$data, 'x_CSV', 'CSV dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Download', 'Indir '), _defineProperty(_tr$data, 'x_Json', 'JSON dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_JsonDesc', 'Bu özel anahtarinin sifresiz, JSON formatidir. Demekki parolasiz cüzdanini acabilirsin. Özel anahatarina sahip olan herkez sifresiz cüzdani aca bilir. '), _defineProperty(_tr$data, 'x_Keystore', 'Keystore dosya (UTC / JSON · Tavsiye edilen · şifrelenmiş) '), _defineProperty(_tr$data, 'x_Keystore2', 'Keystore dosya (UTC / JSON) '), _defineProperty(_tr$data, 'x_KeystoreDesc', 'This Keystore file matches the format used by Mist so you can easily import it in the future. It is the recommended file to download and back up. '), _defineProperty(_tr$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_tr$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_tr$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_tr$data, 'x_Password', 'Parola '), _defineProperty(_tr$data, 'x_Print', 'Cüzdanin kağıt versiyonunu yazdir '), _defineProperty(_tr$data, 'x_PrintDesc', 'ProTavsiye: Eğer yazıcınız olmasa bile, "Yazdır" seçeneğini tıklayın ve PDF dosyası olarak kaydedin! '), _defineProperty(_tr$data, 'x_PrintShort', 'Yazdir '), _defineProperty(_tr$data, 'x_PrivKey', 'Özel anahtar (şifrelenmemis) '), _defineProperty(_tr$data, 'x_PrivKey2', 'Özel anahtar '), _defineProperty(_tr$data, 'x_PrivKeyDesc', 'Bu özel anahtarinin şifrelenmemiş metin sürümüdür. Birisi şifrelenmemiş özel anahtarı bulduysa, şifre olmadan cüzdani acabilir. Bu nedenle, şifrelenmiş sürümlerini genellikle tavsiye edilir. '), _defineProperty(_tr$data, 'x_Save', 'Indir '), _defineProperty(_tr$data, 'x_TXT', 'TXT dosya (şifrelenmemis) '), _defineProperty(_tr$data, 'x_Wallet', 'Cüzdan '), _defineProperty(_tr$data, 'MEW_Warning_1', 'Cüzdani acmadan veya yeni bir cüzdan olusturmadan önce her zaman URL\'yi gözden geçirin. Phishing sitelerinden dikkat! '), _defineProperty(_tr$data, 'CX_Warning_1', 'Burda kaydetdigin tüm cüzdanlari **yedeklediginden** emin ol. Make sure you have **external backups** of any wallets you store here. Many things could happen that would cause you to lose the data in this Chrome Extension, including uninstalling and reinstalling the extension. This extension is a way to easily access your wallets, **not** a way to back them up. '), _defineProperty(_tr$data, 'MEW_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani '), _defineProperty(_tr$data, 'CX_Tagline', 'Acik kaynak JavaScript Client-Side Ether cüzdani Chrome Extension '), _defineProperty(_tr$data, 'FOOTER_1', 'Acik kaynak, javascript Client-Side Ethererum cüzdani ve Ether islemleri '), _defineProperty(_tr$data, 'FOOTER_1b', 'tarafından yaratıldı '), _defineProperty(_tr$data, 'FOOTER_2', 'Bağışlar büyük takdirle kabuledilir: '), _defineProperty(_tr$data, 'FOOTER_3', 'Client-side cüzdan olusturma '), _defineProperty(_tr$data, 'FOOTER_4', 'Disclaimer '), _defineProperty(_tr$data, 'sidebar_AccountInfo', 'Hesap bilgiler '), _defineProperty(_tr$data, 'sidebar_AccountAddr', 'Hesap adres '), _defineProperty(_tr$data, 'sidebar_AccountBal', 'Bakiye '), _defineProperty(_tr$data, 'sidebar_TokenBal', 'Token bakiye '), _defineProperty(_tr$data, 'sidebar_Equiv', 'Eşdeğer Değerler '), _defineProperty(_tr$data, 'sidebar_TransHistory', 'Işlem geçmişi '), _defineProperty(_tr$data, 'sidebar_donation', 'MyEtherWallet gizlilik ve güvenlike adanmış ücretsiz ve açık kaynak kodlu bir hizmettir. Ne kadar cok bagis edilirse o kadar cok yeni özellik programlamaya, görüşlerinizi işlemeye yatitim yapabiliriz. Biz sadece dünyayı değiştirmek isteyen iki kişiyiz. Bize yardım edermisin? '), _defineProperty(_tr$data, 'sidebar_donate', 'Bağışta bulun '), _defineProperty(_tr$data, 'sidebar_thanks', 'TEŞEKKÜRLER!!! '), _defineProperty(_tr$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_tr$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_tr$data, 'decrypt_Access', 'Cüzdanını nasıl acmak istersin? '), _defineProperty(_tr$data, 'decrypt_Title', 'Özel anahtarinin formatini sec: '), _defineProperty(_tr$data, 'decrypt_Select', 'Bir cüzdan sec: '), _defineProperty(_tr$data, 'ADD_Label_1', 'Ne yapmak istiyorsunuz? '), _defineProperty(_tr$data, 'ADD_Radio_1', 'Yeni cüzdan olusturun '), _defineProperty(_tr$data, 'ADD_Radio_2', 'Cüzdan dosyayi sec (Keystore / JSON) '), _defineProperty(_tr$data, 'ADD_Radio_2_alt', 'Cüzdan dosyayi sec '), _defineProperty(_tr$data, 'ADD_Radio_2_short', 'CÜZDAN DOSYAYI SEC... '), _defineProperty(_tr$data, 'ADD_Radio_3', 'Özel anahatarini Yaspistir/Yaz '), _defineProperty(_tr$data, 'ADD_Radio_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_tr$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_tr$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken) '), _defineProperty(_tr$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathAlternative', '(Ledger) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathTrezor', '(TREZOR) '), _defineProperty(_tr$data, 'ADD_Radio_5_PathCustom', '(Custom) '), _defineProperty(_tr$data, 'ADD_Label_2', 'Bir takma isim oluştur '), _defineProperty(_tr$data, 'ADD_Label_3', 'Cüzdan şifrelidir. Parolayi yaz: '), _defineProperty(_tr$data, 'ADD_Label_4', 'Izlenecek hesap adresi ekle '), _defineProperty(_tr$data, 'ADD_Warning_1', 'Özel anahtar yazmadan cüzdan sekmesinde "izlemek" için herhangi bir hesap ekleyebilirsin. Bu demek ** degilki ** cüzdani acabilirsin, veya ondan Ether aktarabilirsin. '), _defineProperty(_tr$data, 'ADD_Label_5', 'Adresi ekle '), _defineProperty(_tr$data, 'ADD_Label_6', 'Cüzdani ac '), _defineProperty(_tr$data, 'ADD_Label_6_short', 'Ac '), _defineProperty(_tr$data, 'ADD_Label_7', 'Hesap ekle '), _defineProperty(_tr$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_tr$data, 'GEN_desc', 'Birden birkac cüzdan olusturmak istiryorsan burdan yapabilirsin '), _defineProperty(_tr$data, 'GEN_Label_1', 'Güçlü bir şifre sec (en az 9 sembol) '), _defineProperty(_tr$data, 'GEN_Placeholder_1', 'Bunu kaydetmeyi unutma! '), _defineProperty(_tr$data, 'GEN_SuccessMsg', 'Başarı! Cüzdan oluşturuldu. '), _defineProperty(_tr$data, 'GEN_Label_2', 'Keystore dosyayi veya özel anahtranini kaydet. Yukarıdaki şifreni unutma. '), _defineProperty(_tr$data, 'GEN_Label_3', 'Adresini kaydet. '), _defineProperty(_tr$data, 'GEN_Label_4', 'Isteye bagli: Cüzdanin kağıt versiyonunu yazdir veya QR code versiyonunu sakla.'), _defineProperty(_tr$data, 'BULK_Label_1', 'Oluşturulacak cüzdan sayısı '), _defineProperty(_tr$data, 'BULK_Label_2', 'Cüzdanlari olustur '), _defineProperty(_tr$data, 'BULK_SuccessMsg', 'Başarı! Cüzdanlarin olusturuldu. '), _defineProperty(_tr$data, 'SEND_addr', 'Bu Adrese gönder '), _defineProperty(_tr$data, 'SEND_amount', 'Gönderilecek miktar '), _defineProperty(_tr$data, 'SEND_amount_short', 'Miktar '), _defineProperty(_tr$data, 'SEND_custom', 'Kullaniciya özel '), _defineProperty(_tr$data, 'SEND_gas', 'Gas '), _defineProperty(_tr$data, 'SEND_TransferTotal', 'Tüm dengeyi gönder '), _defineProperty(_tr$data, 'SEND_generate', 'Generate Transaction '), _defineProperty(_tr$data, 'SEND_raw', 'İşlem oluştur ikili sistem '), _defineProperty(_tr$data, 'SEND_signed', 'Imzali İşlem '), _defineProperty(_tr$data, 'SEND_trans', 'Islemi gönder '), _defineProperty(_tr$data, 'SENDModal_Title', 'Uyarı! '), _defineProperty(_tr$data, 'SEND_custom', 'Özel Token Ekle '), _defineProperty(_tr$data, 'SENDModal_Content_1', 'şu an '), _defineProperty(_tr$data, 'SENDModal_Content_2', 'bu adresse '), _defineProperty(_tr$data, 'SENDModal_Content_3', 'Göndermek üzeresin. Emin misin? '), _defineProperty(_tr$data, 'SENDModal_Content_4', 'NOTE: If you encounter an error, you most likely need to add ether to your account to cover the gas cost of sending tokens. Gas is paid in ether. '), _defineProperty(_tr$data, 'SENDModal_No', 'Hayir, cikar beni burdan! '), _defineProperty(_tr$data, 'SENDModal_Yes', 'Evet, eminim! Islemi tamamla. '), _defineProperty(_tr$data, 'TOKEN_Addr', 'Token Adres '), _defineProperty(_tr$data, 'TOKEN_Symbol', 'Token symbolu '), _defineProperty(_tr$data, 'TOKEN_Dec', 'Ondalık '), _defineProperty(_tr$data, 'TOKEN_show', 'Tüm tokenleri göster '), _defineProperty(_tr$data, 'TOKEN_hide', 'Tokenleri gizle '), _defineProperty(_tr$data, 'TRANS_desc', 'Eğer Token göndermek istiyorsan, bunun yerine "Token Gönder" sayfasını kullan. '), _defineProperty(_tr$data, 'TRANS_warning', '"Yalnızca ETH" ya da "Yalnızca ETC" fonksiyonu kullanıyorsan, bir sözleşme yoluyla gönderiyorsun. Bazı servisler bu işlemleri kabul etmekde sorunları var. Daha fazla oku. '), _defineProperty(_tr$data, 'TRANS_advanced', '+Gelişmiş: Veri ekle '), _defineProperty(_tr$data, 'TRANS_data', 'Veri '), _defineProperty(_tr$data, 'TRANS_gas', 'Gas Limiti '), _defineProperty(_tr$data, 'TRANS_sendInfo', '21000 gaz kullanan standart bir islem 0.000441 ETH ile mal olur. Biz hizli bir sekilde mayinlanmasi için, 0.000000021 ETH\'dan biraz daha yüksek gaz fiyatini kullaniyoruz. Biz herhangi bir islem ücreti almiyoruz. '), _defineProperty(_tr$data, 'TRANSModal_Title', '"Yalnızca ETH" and "Yalnızca ETC" islemler '), _defineProperty(_tr$data, 'TRANSModal_Content_0', 'Farklı işlemler ve farklı hizmetleri hakkında bir not: '), _defineProperty(_tr$data, 'TRANSModal_Content_1', '**ETH (Standart islem): ** Bu standart bir islem baslatir bir hesapten direkt baska bir hesapa. Standart gas 21000\'dir. Bu islemlen gönderileren islem ETC zincirinde\'de yer bulabilir. '), _defineProperty(_tr$data, 'TRANSModal_Content_2', '**Only ETH: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETH** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_3', '**Only ETC: ** This sends via [Timon Rapp\'s replay protection contract (as recommended by VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) so that you only send on the **ETC** chain. '), _defineProperty(_tr$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Only send via Standard Transaction. If you send via the "Only" contracts, you will need to reach out to their support staff to manually add your balance or refund you. [You can try Shapeshift\'s "split" tool as well.](https://split.shapeshift.io/) '), _defineProperty(_tr$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** Bilinen sorun yok, ikisinden birini sec '), _defineProperty(_tr$data, 'TRANSModal_Yes', 'Güzel, şimdi anladım. '), _defineProperty(_tr$data, 'TRANSModal_No', 'Aman, kafam daha cok karıştı. Yardım et. '), _defineProperty(_tr$data, 'OFFLINE_Title', 'Olustur & offline islem '), _defineProperty(_tr$data, 'OFFLINE_Desc', 'Offline islemler 3. adimda gerçeklestirir. 1. ve 3. adimi internete bagli olan bir bilgisayarda, 2. adimi offline olan bir bilgisayarda tamamliyorsun. Böyle özel anahtarinin internete bagli olan bir bilgisayara ulasmasini engelnenir. '), _defineProperty(_tr$data, 'OFFLLINE_Step1_Title', 'Adim 1: Bilgileri olustur (Online Bilgisayar) '), _defineProperty(_tr$data, 'OFFLINE_Step1_Button', 'Bilgileri olustur '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_1', 'Adres\'den '), _defineProperty(_tr$data, 'OFFLINE_Step1_Label_2', 'Nota: This is the FROM address, not the TO address. Nonce is generated from the originating account. If using an airgapped computer, it would be the address of the cold-storage account. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Title', 'Adim 2: Generate Transaction (Offline Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_1', 'Adrese '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_2', 'Gönderilen miktar '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3', 'Gas fiyati '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_3b', 'Bu online bilgisayarınızda adım 1\'de gösterilirdi. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4', 'Gas limiti '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_4b', '21000 is the default gas limit. When you send contracts or add\'l data, this may need to be different. Any unused gas will be returned to you. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_5b', 'Bu online bilgisayarınızda adım 1\'de gösterilir. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6', 'Veri '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_6b', 'Bu istege bagli. Data is often used when you send transactions to contracts. '), _defineProperty(_tr$data, 'OFFLINE_Step2_Label_7', 'Enter / Select your Private Key / JSON. '), _defineProperty(_tr$data, 'OFFLINE_Step3_Title', 'Adim 3: Gönder / Islemi duyur (Online Computer) '), _defineProperty(_tr$data, 'OFFLINE_Step3_Label_1', 'Paste the signed transaction from Step 2 here and press the "SEND TRANSACTION" button. '), _defineProperty(_tr$data, 'DEP_generate', 'Bytecode oluştur '), _defineProperty(_tr$data, 'DEP_generated', 'Oluşturulan Bytecode '), _defineProperty(_tr$data, 'DEP_signtx', 'Islmemi Imzala '), _defineProperty(_tr$data, 'DEP_interface', 'Interface oluştur '), _defineProperty(_tr$data, 'MYWAL_Nick', 'Cüzdan nickname '), _defineProperty(_tr$data, 'MYWAL_Address', 'Cüzdan adres '), _defineProperty(_tr$data, 'MYWAL_Bal', 'Bakiye '), _defineProperty(_tr$data, 'MYWAL_Edit', 'Düzenle '), _defineProperty(_tr$data, 'MYWAL_View', 'Göster '), _defineProperty(_tr$data, 'MYWAL_Remove', 'Kaldir '), _defineProperty(_tr$data, 'MYWAL_RemoveWal', 'Cüzdani kaldir: '), _defineProperty(_tr$data, 'MYWAL_WatchOnly', 'Sadece izlenen hesaplar '), _defineProperty(_tr$data, 'MYWAL_Viewing', 'Izlenen Cüzdan '), _defineProperty(_tr$data, 'MYWAL_Hide', 'Cüzdan bilgilerini gizle '), _defineProperty(_tr$data, 'MYWAL_Edit_2', 'Cüzdani düzenle '), _defineProperty(_tr$data, 'MYWAL_Name', 'Cüzdan Ismi '), _defineProperty(_tr$data, 'MYWAL_Content_1', 'Uyarı! Cüzdanını silmek üzeresin '), _defineProperty(_tr$data, 'MYWAL_Content_2', 'Bunu kaldırmadan önce ** özel anahtarıni ve / veya Keystore Dosya ve şifreni ** kaydettiğinden emin ol. '), _defineProperty(_tr$data, 'MYWAL_Content_3', 'If you want to use this wallet with your MyEtherWallet CX in the future, you will need to manually re-add it using the private key/JSON and password. '), _defineProperty(_tr$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_tr$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_tr$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_tr$data, 'NODE_Name', 'Node Name'), _defineProperty(_tr$data, 'NODE_Port', 'Node Port'), _defineProperty(_tr$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_tr$data, 'CONTRACT_Title', 'Sözleşme adresi '), _defineProperty(_tr$data, 'CONTRACT_Title_2', 'Mevcut sözleşmeyi seç '), _defineProperty(_tr$data, 'CONTRACT_Json', 'ABI / JSON arabirimi '), _defineProperty(_tr$data, 'CONTRACT_Interact_Title', 'Sözleşmesi oku / yaz '), _defineProperty(_tr$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_tr$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_tr$data, 'CONTRACT_Read', 'OKU '), _defineProperty(_tr$data, 'CONTRACT_Write', 'YAZ '), _defineProperty(_tr$data, 'SWAP_rates', "Güncel Fiyatlar "), _defineProperty(_tr$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_tr$data, 'SWAP_init_2', " for "), _defineProperty(_tr$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_tr$data, 'SWAP_information', "Bilgilerin "), _defineProperty(_tr$data, 'SWAP_send_amt', "Gönderilecek miktar "), _defineProperty(_tr$data, 'SWAP_rec_amt', "Alınacak miktar "), _defineProperty(_tr$data, 'SWAP_your_rate', "Oran "), _defineProperty(_tr$data, 'SWAP_rec_add', "Alınan Adres "), _defineProperty(_tr$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_tr$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_tr$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_tr$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_tr$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_tr$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_tr$data, 'SWAP_progress_3', "Received! "), _defineProperty(_tr$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_tr$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_tr$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_tr$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_tr$data, 'MSG_message', 'Mesaj '), _defineProperty(_tr$data, 'MSG_date', 'Tarih '), _defineProperty(_tr$data, 'MSG_signature', 'İmza '), _defineProperty(_tr$data, 'MSG_verify', 'Mesajı Doğrula '), _defineProperty(_tr$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_tr$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_tr$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_tr$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_tr$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_tr$data, 'MNEM_more', 'Daha Fazla Adres '), _defineProperty(_tr$data, 'MNEM_prev', 'Önceki Adresler '), _defineProperty(_tr$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_tr$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_tr$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_tr$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_tr$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_tr$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_Ledger_scan', 'Ledger Wallet\'e bağlan '), _defineProperty(_tr$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_tr$data, 'x_Trezor', 'TREZOR '), _defineProperty(_tr$data, 'ADD_Trezor_scan', 'TREZOR\'a bağlan '), _defineProperty(_tr$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_tr$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_tr$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle', 'This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to [import your account into Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). If you want to check your balance, we recommend using a blockchain explorer like [etherscan.io](https://etherscan.io/). '), _defineProperty(_tr$data, 'VIEWWALLET_Subtitle_Short', 'This allows you to download different versions of private keys and re-print your paper wallet. '), _defineProperty(_tr$data, 'VIEWWALLET_SuccessMsg', 'Success! Here are your wallet details. '), _defineProperty(_tr$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_tr$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_tr$data, 'CX_error_1', 'Su an cüzdan eklenmemis. Cüzdan ekle tikla ["Add Wallet"](/cx-wallet.html#add-wallet) ve bir cüzdan ekle! '), _defineProperty(_tr$data, 'CX_quicksend', 'Gönder '), _defineProperty(_tr$data, 'ERROR_0', 'Geçerli tutar yaz. '), _defineProperty(_tr$data, 'ERROR_1', 'Sifren en az 9 sembol\'dan olusmasi lazim. Güçlü bir parola sectiginden emin ol. '), _defineProperty(_tr$data, 'ERROR_2', 'Sorry! We don\'t recognize this type of wallet file. '), _defineProperty(_tr$data, 'ERROR_3', 'Geçerli bir cüzdan dosyası değil. '), _defineProperty(_tr$data, 'ERROR_4', 'Var olmayan bir birim, bu birimlerden birini kullan lütfen '), _defineProperty(_tr$data, 'ERROR_5', 'Geçersiz adres. '), _defineProperty(_tr$data, 'ERROR_6', 'Geçersiz parola. '), _defineProperty(_tr$data, 'ERROR_7', 'Yetersiz bakiye. (Must be integer. Try 0-18.) '), _defineProperty(_tr$data, 'ERROR_8', 'Geçersiz gas limit. (Must be integer. Try 21000-4000000.) '), _defineProperty(_tr$data, 'ERROR_9', 'Geçersiz data value. (Must be hex.) '), _defineProperty(_tr$data, 'ERROR_10', 'Yetersiz gas. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_tr$data, 'ERROR_11', 'Geçersiz veri. (Must be integer.) '), _defineProperty(_tr$data, 'ERROR_12', 'Geçersiz imzali isleme. '), _defineProperty(_tr$data, 'ERROR_13', 'Secdigin Nickname baska bir cüzdanda kullaniliyor. '), _defineProperty(_tr$data, 'ERROR_14', 'Cüzdan bulunmadi. '), _defineProperty(_tr$data, 'ERROR_15', 'Whoops. It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_tr$data, 'ERROR_16', 'Bu adrese sahip bir cüzdan zaten depolama alanında mevcut. Lütfen cüzdan sayfanızı kontrol edin. '), _defineProperty(_tr$data, 'ERROR_17', 'Account you are sending from does not have enough funds. If sending tokens, you must have 0.01 ETH in your account to cover the cost of gas. '), _defineProperty(_tr$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_tr$data, 'ERROR_19', 'Geçersiz sembol '), _defineProperty(_tr$data, 'ERROR_20', 'Geçersiz ERC-20 token\'i '), _defineProperty(_tr$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative. '), _defineProperty(_tr$data, 'ERROR_22', 'Please enter valid node name '), _defineProperty(_tr$data, 'ERROR_23', 'Lütfen geçerli URL yaz. If you are connecting via HTTPS, your node must be over HTTPS '), _defineProperty(_tr$data, 'ERROR_24', 'Lütfen geçerli port numarası yaz '), _defineProperty(_tr$data, 'ERROR_25', 'Lütfen geçerli zincir kimliği (ID) yaz '), _defineProperty(_tr$data, 'ERROR_26', 'Lütfen geçerli bir ABI yaz '), _defineProperty(_tr$data, 'ERROR_27', 'Minimum miktar: 0.01. Maximum miktar: '), _defineProperty(_tr$data, 'ERROR_28', 'Ilerde cüzdanini acmak icin **Keystore dosyan ve parolan veya özel anahtarin** lazim olacak. Lütfen kaydet ve dista yedekle! Kaydedilmemiş cüzdanini kurtarmanin hiçbir yolu yoktur. Talimatlar icin yardim [help page](https://www.myetherwallet.com/#help) sayfasini oku '), _defineProperty(_tr$data, 'ERROR_29', 'Lütfen geçerli kullanıcı ve şifreyi yaz '), _defineProperty(_tr$data, 'ERROR_30', 'Lütfen geçerli ENS isim yaz '), _defineProperty(_tr$data, 'ERROR_31', 'Geçersiz gizli cümle (phrase) '), _defineProperty(_tr$data, 'ERROR_32', 'Düğüme bağlanılamadı. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_tr$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_tr$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_tr$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_tr$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_tr$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_tr$data, 'SUCCESS_1', 'Geçerli adres '), _defineProperty(_tr$data, 'SUCCESS_2', 'Cüzdan basariyla desifre edildi '), _defineProperty(_tr$data, 'SUCCESS_3', 'TX blockchain\'e yayınlandı. İşleminizi görmek ve mayınlandığını doğrulamak veya herhangi bir gaz veya sözleşme yürütme hatası bulunmadığını görmek için tıklayın. TX Kimliği: '), _defineProperty(_tr$data, 'SUCCESS_4', 'Cüzdanın başarıyla eklendi '), _defineProperty(_tr$data, 'SUCCESS_5', 'Dosya secildi '), _defineProperty(_tr$data, 'SUCCESS_6', 'Başarıyla bağlandı '), _defineProperty(_tr$data, 'SUCCESS_7', 'Mesaj imzası doğrulandi '), _defineProperty(_tr$data, 'WARN_Send_Link', 'Işlem türü (gönderme modu), adres, miktar, gaz ve veri alanları sizin için doldurulmus olan bir bağlantı\'ile geldiniz. Göndermeden önce herhangi bir bilgiyi değiştirebilirsiniz. Başlamak için cüzdanınızı açın. '), _defineProperty(_tr$data, 'GETH_InvalidSender', 'Geçersiz gönderici '), _defineProperty(_tr$data, 'GETH_Nonce', 'Nonce too low '), _defineProperty(_tr$data, 'GETH_Cheap', 'Gas price too low for acceptance '), _defineProperty(_tr$data, 'GETH_Balance', 'Insufficient balance '), _defineProperty(_tr$data, 'GETH_NonExistentAccount', 'Account does not exist or account balance too low '), _defineProperty(_tr$data, 'GETH_InsufficientFunds', 'Insufficient funds for gas * price + value '), _defineProperty(_tr$data, 'GETH_IntrinsicGas', 'Intrinsic gas too low '), _defineProperty(_tr$data, 'GETH_GasLimit', 'Gaz block sınırını aşıyor '), _defineProperty(_tr$data, 'GETH_NegativeValue', 'Negatif değer '), _defineProperty(_tr$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_tr$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_tr$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_tr$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_tr$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_tr$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_tr$data, 'translate_version', '0.3 '), _defineProperty(_tr$data, 'Translator_Desc', 'Thank you to our translators '), _defineProperty(_tr$data, 'TranslatorName_1', '[ffidan61](https://www.myetherwallet.com/?gaslimit=21000&to=0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21&value=1.0#send-transaction) '), _defineProperty(_tr$data, 'TranslatorAddr_1', '0xF1Fdf8635cc35a084B97905F62a021cAd71fbC21 '), _defineProperty(_tr$data, 'TranslatorName_2', ''), _defineProperty(_tr$data, 'TranslatorAddr_2', ''), _defineProperty(_tr$data, 'TranslatorName_3', ''), _defineProperty(_tr$data, 'TranslatorAddr_3', ''), _defineProperty(_tr$data, 'TranslatorName_4', ''), _defineProperty(_tr$data, 'TranslatorAddr_4', ''), _defineProperty(_tr$data, 'TranslatorName_5', ''), _defineProperty(_tr$data, 'TranslatorAddr_5', ''), _defineProperty(_tr$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_tr$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_tr$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_tr$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_tr$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_tr$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_tr$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_tr$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_tr$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_tr$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_tr$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_tr$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_tr$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_tr$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_tr$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_tr$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_tr$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_tr$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_tr$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_tr$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_tr$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_tr$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_tr$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_tr$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_tr$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_tr$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_tr$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_tr$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_tr$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_tr$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_tr$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_tr$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_tr$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositting a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_tr$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_tr$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_tr$data, 'HELP_4_Desc_2', 'Navigate to the "Ether ve Tokens göndermek" page. '), _defineProperty(_tr$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_tr$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_tr$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_tr$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether" page. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_tr$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_tr$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_tr$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_tr$data, 'HELP_4CX_Desc_12', 'Using "Send Ether" Page '), _defineProperty(_tr$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_tr$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generatea a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_tr$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_tr$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_tr$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_tr$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_tr$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_tr$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_tr$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_tr$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_tr$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_tr$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_tr$data, 'HELP_7_Desc_1', 'Navigate to the "Ether ve Tokens göndermeks" page. '), _defineProperty(_tr$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_tr$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_tr$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_tr$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_tr$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_tr$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_tr$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_tr$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_tr$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_tr$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_tr$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_tr$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_tr$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_tr$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_tr$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_tr$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_tr$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_tr$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_tr$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_tr$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_tr$data, 'HELP_9_Title', '9) Is the "Send Ether" page offline? '), _defineProperty(_tr$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_tr$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_tr$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_tr$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_tr$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_tr$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_tr$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_tr$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_tr$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_tr$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_tr$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click "SEND Ether". This will broadcast your transaction. '), _defineProperty(_tr$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_tr$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_tr$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_tr$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_tr$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_tr$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_tr$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_tr$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_tr$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_tr$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_tr$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_tr$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_tr$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_tr$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_tr$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_tr$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_tr$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_tr$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_tr$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_tr$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_tr$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_tr$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_tr$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_tr$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_tr$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_tr$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_tr$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_tr$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_tr$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_tr$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your account and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_tr$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_tr$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_tr$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_tr$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_tr$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_tr$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_tr$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_tr$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own account? '), _defineProperty(_tr$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_tr$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_tr$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_tr$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_tr$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_tr$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_tr$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_tr$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_tr$data, 'HELP_SecCX_Title', 'Güvenlik - MyEtherWallet CX '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_tr$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_tr$data, 'HELP_Sec_Title', 'Güvenlik '), _defineProperty(_tr$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_tr$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_tr$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_tr$data, 'HELP_FAQ_Title', 'Sık Sorulan Sorulara DaWays to Get in Touchha Yararlı Yanıtlar '), _defineProperty(_tr$data, 'HELP_Contact_Title', 'İletişim Kurma Yolları'), _tr$data); module.exports = tr; @@ -18238,7 +18235,7 @@ vi.data = (_vi$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_vi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_vi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_vi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_vi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_vi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_vi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_vi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_vi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_vi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_vi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_vi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_vi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_vi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_vi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_vi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_vi$data, 'x_ReadMore', 'Read More'), _defineProperty(_vi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_vi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_vi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_vi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_vi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_vi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_vi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_vi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_vi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_vi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_vi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_vi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_vi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_vi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_vi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_vi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_vi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_vi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_vi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_vi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_vi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_vi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_vi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_vi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_vi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_vi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_vi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_vi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_vi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_vi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_vi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_vi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_vi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_vi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_vi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_vi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_vi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_vi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_vi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_vi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_vi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_vi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_vi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_vi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_vi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_vi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_vi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_vi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_vi$data, 'NAV_AddWallet', 'Thêm Ví '), _defineProperty(_vi$data, 'NAV_BulkGenerate', 'Tạo Nhiều Ví '), _defineProperty(_vi$data, 'NAV_Contact', 'Liên Hệ '), _defineProperty(_vi$data, 'NAV_Contracts', 'Hợp Đồng '), _defineProperty(_vi$data, 'NAV_DeployContract', 'Phát Triển Hợp Đồng '), _defineProperty(_vi$data, 'NAV_ENS', 'ENS'), _defineProperty(_vi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_vi$data, 'NAV_GenerateWallet', 'Tạo Ví '), _defineProperty(_vi$data, 'NAV_Help', 'Trợ Giúp '), _defineProperty(_vi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_vi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_vi$data, 'NAV_MyWallets', 'Ví Của Tôi '), _defineProperty(_vi$data, 'NAV_Offline', 'Giao Dịch Offline '), _defineProperty(_vi$data, 'NAV_SendEther', 'Gửi Ether và Tokens '), _defineProperty(_vi$data, 'NAV_SendTokens', 'Gửi Token '), _defineProperty(_vi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_vi$data, 'NAV_Swap', 'Swap '), _defineProperty(_vi$data, 'NAV_ViewWallet', 'Thông Tin Ví '), _defineProperty(_vi$data, 'NAV_YourWallets', 'Ví Của Bạn '), _defineProperty(_vi$data, 'x_Access', 'Access '), _defineProperty(_vi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bạn có thể xem đây là Địa chỉ ví cá nhân của bạn. Bạn có thể gửi "Địa chỉ ví" này đến người mà bạn muốn nhận ETH từ họ. Biểu tượng bên cạnh giúp việc nhận dạng "Địa chỉ ví" của bạn dễ dàng hơn. '), _defineProperty(_vi$data, 'x_Address', 'Địa Chỉ Của Bạn '), _defineProperty(_vi$data, 'x_Cancel', 'Huỷ '), _defineProperty(_vi$data, 'x_CSV', 'Định Dạng CSV (Không mã hoá) '), _defineProperty(_vi$data, 'x_Download', 'Tải Về Máy '), _defineProperty(_vi$data, 'x_Json', 'Định Dạng JSON (Không mã hoá) '), _defineProperty(_vi$data, 'x_JsonDesc', 'Định Dạng JSON là một tập tin chứa dữ liệu ví chưa được mã hoá của Private Key. Bạn có thể đăng nhập vào ví của bạn bằng việc sử dụng định dạng JSON mà không cần đến mật khẩu. Vì vậy, bất kỳ người nào sở hữu định dạng JSON của bạn thì họ đều có khả năng đăng nhập vào ví của bạn mà không cần đến mật khẩu. '), _defineProperty(_vi$data, 'x_Keystore', 'Định Dạng Keystore (UTC / JSON) (Đã mã hoá. Định Dạng này sử dụng cho Mist) '), _defineProperty(_vi$data, 'x_Keystore2', 'Định Dạng Keystore (UTC / JSON) '), _defineProperty(_vi$data, 'x_KeystoreDesc', 'Định dạng Keystore là tập một tin chứa dữ liệu ví đã được mã hoá của Private Key và sử dụng cho Mist. Do đó bạn có thể dễ dàng bỏ nó vào bên trong Mist và tiếp tục sử dụng ví của bạn. Đây là một tập tin được đề xuất nhằm sao lưu dữ liệu ví cá nhân. '), _defineProperty(_vi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_vi$data, 'x_Mnemonic', 'Cụm từ dễ nhớ '), _defineProperty(_vi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_vi$data, 'x_Password', 'Mật Khẩu '), _defineProperty(_vi$data, 'x_Print', 'Tạo Ví Giấy '), _defineProperty(_vi$data, 'x_PrintDesc', 'Mẹo: kích chuột trái vào nút "In Ví" sau đó chọn "Save this as a PDF" đễ lưu nó thành định dạng PDF trên máy tính của bạn nếu bạn không sở hữu máy in cá nhân! '), _defineProperty(_vi$data, 'x_PrintShort', 'In Ví '), _defineProperty(_vi$data, 'x_PrivKey', 'Private Key (Không mã hoá) '), _defineProperty(_vi$data, 'x_PrivKey2', 'Private Key '), _defineProperty(_vi$data, 'x_PrivKeyDesc', 'Đây là một đoạn dữ liệu có định dạng bằng văn bản không bị mã hoá và nó chính là private key của bạn. Nếu người nào sở hữu Private Key của bạn thì họ có thể truy cập vào ví của bạn mà không cần đến mật khẩu. Vì vậy, Chúng tôi khuyên bạn nên dùng phiên bản có định dạng đã được mã hoá. '), _defineProperty(_vi$data, 'x_Save', 'Lưu '), _defineProperty(_vi$data, 'x_TXT', 'Định Dạng TXT (Không mã Hoá) '), _defineProperty(_vi$data, 'x_Wallet', 'Ví '), _defineProperty(_vi$data, 'MEW_Warning_1', 'Chú Ý! kiễm tra cẩn thận URL trước khi bạn muốn đăng nhập vào ví hoặc tạo một ví mới. Cảnh giác cao đối với những trang web lừa đảo! '), _defineProperty(_vi$data, 'CX_Warning_1', 'Hãy chắc chắn rằng bạn đã thực hiện việc sao lưu dữ liệu cho những ví bạn đang sử dụng tại đây. Nhiều khả năng có thể xảy ra sẽ dẩn đến việc mất đi dữ liệu mà bạn lưu tại phần mở rộng của Chrome (bao gồm việc gỡ bỏ cài đặt và cài đặt lại các phần mở rộng). Phần mở rộng này là cách dễ dàng đễ truy cập vào ví của bạn, nhưng nó không phải là nơi đễ bạn sao lưu dữ liệu. '), _defineProperty(_vi$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_vi$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_vi$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_vi$data, 'FOOTER_1b', 'Nhà Phát Triển: '), _defineProperty(_vi$data, 'FOOTER_2', 'Quyên Góp & Ủng Hộ Vào "Quỹ Phát Triển" Từ Bạn Là Một Hành Động Đáng Trân Trọng: '), _defineProperty(_vi$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_vi$data, 'FOOTER_4', 'Những Điều Cần Lưu Ý '), _defineProperty(_vi$data, 'sidebar_AccountInfo', 'Thông Tin Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountAddr', 'Địa Chỉ Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountBal', 'Số Dư Tài Khoản '), _defineProperty(_vi$data, 'sidebar_TokenBal', 'Số Dư Token '), _defineProperty(_vi$data, 'sidebar_Equiv', 'Giá Trị Tương Đương '), _defineProperty(_vi$data, 'sidebar_TransHistory', 'Lịch Sử Giao Dịch '), _defineProperty(_vi$data, 'sidebar_donation', 'MyEtherWallet là một ứng dụng miễn phí được xây dựng trên mã nguồn mở nhằm bảo vệ quyền riêng tư và sự bảo mật của người sử dụng. các khoản quyên góp mà chúng tôi nhận được sẽ giúp chúng tôi có cơ hội dành nhiều thơi gian hơn cho việc lắng nghe những phản hồi từ người sử dụng nhằm tạo ra những ứng dụng mới nhằm đáp ứng những mong muốn từ người sử dụng. Chúng tôi hiện tại là hai cá nhân đang cố gắng làm cho thế giới ngày một tốt hơn. Hãy cùng chung giúp chúng tôi '), _defineProperty(_vi$data, 'sidebar_donate', 'Quyên Góp '), _defineProperty(_vi$data, 'sidebar_thanks', 'Xin Chân Thành Cảm Ơn!!! '), _defineProperty(_vi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_vi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_vi$data, 'decrypt_Access', 'Làm thế nào đễ truy cập vào ví của bạn? '), _defineProperty(_vi$data, 'decrypt_Title', 'Chọn Loại Định Dạng Private Key Thích Hợp: '), _defineProperty(_vi$data, 'decrypt_Select', 'Chọn ví: '), _defineProperty(_vi$data, 'ADD_Label_1', 'Bạn đang cần làm gì? '), _defineProperty(_vi$data, 'ADD_Radio_1', 'Tạo Ví Mới '), _defineProperty(_vi$data, 'ADD_Radio_2', 'Chọn Tập Tin Ví Của Bạn (Keystore / JSON) '), _defineProperty(_vi$data, 'ADD_Radio_2_alt', 'Chọn Tập Tin Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_2_short', 'CHỌN TẬP TIN VÍ... '), _defineProperty(_vi$data, 'ADD_Radio_3', 'Dán/Gõ Private Key Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Radio_5', 'Dán/Điền ký tự dễ nhớ của bạn '), _defineProperty(_vi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_vi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_vi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_vi$data, 'ADD_Label_2', 'Tạo Tên Gọi: '), _defineProperty(_vi$data, 'ADD_Label_3', 'Ví của bạn sẽ được giải mã. Xin vui lòng điền mật khẩu '), _defineProperty(_vi$data, 'ADD_Label_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Warning_1', 'Bạn có thể thêm bất kỳ tài khoản nào bạn muốn theo dõi trên ví mà không cần đến Mật khẩu bảo mật. Việc này không có nghĩa là bạn đã truy cập vào bên trong ví. Do đó bạn sẽ không thực hiện được giao dịch tại chức năng này. '), _defineProperty(_vi$data, 'ADD_Label_5', 'Điền Địa Chỉ Ví '), _defineProperty(_vi$data, 'ADD_Label_6', 'Mở Khoá Cho Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Label_6_short', 'Mở Khoá '), _defineProperty(_vi$data, 'ADD_Label_7', 'Thêm Tài Khoản '), _defineProperty(_vi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_vi$data, 'GEN_desc', 'Nếu bạn muốn tạo nhiều ví cùng một lúc, bạn có thể thực hiện tại đây '), _defineProperty(_vi$data, 'GEN_Label_1', 'Tạo mật khẩu thật mạnh nhằm bảo mật tài khoản (ít nhất 9 ký tự) '), _defineProperty(_vi$data, 'GEN_Placeholder_1', 'Lưu nó lại một cách cẩn thận! '), _defineProperty(_vi$data, 'GEN_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'GEN_Label_2', 'Lưu lại tập tin chứa định dạng Keystore/JSON hoặc Private Key. Đừng quên mật khẩu mà bạn đã tạo phía trên. '), _defineProperty(_vi$data, 'GEN_Label_3', 'Địa Chỉ Ví (bạn cần lưu lại cho việc sử dụng). '), _defineProperty(_vi$data, 'GEN_Label_4', 'Bạn có thể in ví giấy hoặc lưu giữ mã QR một cách cẩn thận. '), _defineProperty(_vi$data, 'BULK_Label_1', 'Số Lượng Ví Cần Tạo '), _defineProperty(_vi$data, 'BULK_Label_2', 'Tạo Ví '), _defineProperty(_vi$data, 'BULK_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'SEND_addr', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'SEND_amount', 'Số Lượng Cần Gửi '), _defineProperty(_vi$data, 'SEND_amount_short', 'Số Lượng '), _defineProperty(_vi$data, 'SEND_custom', 'Token được yêu cầu! '), _defineProperty(_vi$data, 'SEND_gas', 'Gas '), _defineProperty(_vi$data, 'SEND_TransferTotal', 'Gửi Hết Số Dư Hiện Có '), _defineProperty(_vi$data, 'SEND_generate', 'Tạo Giao Dịch '), _defineProperty(_vi$data, 'SEND_raw', 'Định Dạng Giao Dịch '), _defineProperty(_vi$data, 'SEND_signed', 'Chữ Ký Giao Dich '), _defineProperty(_vi$data, 'SEND_trans', 'Gửi Đi '), _defineProperty(_vi$data, 'SENDModal_Title', 'Cảnh Báo! '), _defineProperty(_vi$data, 'SENDModal_Content_1', 'Bạn muốn gửi đi '), _defineProperty(_vi$data, 'SENDModal_Content_2', 'Địa chỉ đến '), _defineProperty(_vi$data, 'SENDModal_Content_3', 'Bạn đã chắc chắn muốn thực hiện giao dịch này '), _defineProperty(_vi$data, 'SENDModal_Content_4', 'Lưu Ý: Nếu bạn gặp lỗi, bạn cần phải thêm ether vào tài khoản của bạn để thanh toán chi phí gas của việc gửi Token. Gas được thanh toán bằng ether. '), _defineProperty(_vi$data, 'SENDModal_No', 'Không, Đưa tôi ra khỏi đây! '), _defineProperty(_vi$data, 'SENDModal_Yes', 'Có, Tôi chắc chắn! Hãy thực hiện giao dịch. '), _defineProperty(_vi$data, 'TOKEN_Addr', 'Địa Chỉ Token Contract'), _defineProperty(_vi$data, 'TOKEN_Symbol', 'Ký Hiệu Token '), _defineProperty(_vi$data, 'TOKEN_Dec', 'Phân Số Thập Phân '), _defineProperty(_vi$data, 'TOKEN_show', 'Hiển thị tất cả các loại Tokens '), _defineProperty(_vi$data, 'TOKEN_hide', 'Ẩn Tokens '), _defineProperty(_vi$data, 'TRANS_desc', 'Nếu bạn muốn gửi Token, xin vui lòng sử dụng danh mục "Gửi Token". '), _defineProperty(_vi$data, 'TRANS_warning', 'Nếu bạn sử dụng chức năng "Chỉ ETH" hoặc "Chỉ ETC" trong việc gửi đi thông qua một hợp đồng thông minh. Những dịch vụ có chức năng chấp nhận các giao dịch. Đọc Thêm. '), _defineProperty(_vi$data, 'TRANS_advanced', 'Nâng Cao: Thêm Dữ Liệu '), _defineProperty(_vi$data, 'TRANS_data', 'Dữ Liệu: '), _defineProperty(_vi$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_vi$data, 'TRANS_sendInfo', 'Mỗi Giao dịch Phổ Thông sử dụng hết 21000 gas có giá tương đương 0.000441 ETH. Chúng tôi áp dụng giá Gas dành cho một giao dịch cao hơn so với mức tối thiểu là 0.000000021 ETH nhằm đảm bảo một giao dịch được diễn ra nhanh. Chúng tôi hoàn toàn không nhận được khoản tiền phát sinh nào từ phí giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Title', 'Giao Dịch "Chỉ ETH" Và "Chỉ ETC" '), _defineProperty(_vi$data, 'TRANSModal_Content_0', 'Một số lưu ý về sự khác biệt của từng loại giao dịch và sự khác biệt của từng dịch vụ: '), _defineProperty(_vi$data, 'TRANSModal_Content_1', '**ETH (Giao Dịch Phổ Thông): ** Phương pháp này mặc định rằng nó sẽ tạo giao dịch từ một địa chỉ gửi đến địa chỉ nhận khác và nó sẽ tiêu thụ hết 21000 gas. Theo giả thuyết thì bất kì số ETH gửi đi thông qua phương pháp này sẽ được thực hiện lại tương tự trên chuổi ETC. '), _defineProperty(_vi$data, 'TRANSModal_Content_2', '**Chỉ ETH: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETH**. '), _defineProperty(_vi$data, 'TRANSModal_Content_3', '**Chỉ ETC: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETC**. '), _defineProperty(_vi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Giao Dịch chỉ được thực hiện thông qua giao dịch phổ thông. Nếu bạn thực hiện thông qua hợp đồng "Chỉ", thì bạn cần phải liên hệ trực tiếp với nhân viên hỗ trợ của họ để họ tự thêm vào hoặc hoàn lại tiền cho bạn. [bạn cũng có thể thử với công cụ "chia tách" của Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_vi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** không có sự cố nào xảy ra khi thực hiện giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Yes', 'Tuyệt vời, Tôi dã hiểu. '), _defineProperty(_vi$data, 'TRANSModal_No', 'Tôi gặp gặp phải một vài vấn đề khó hiểu.Làm ơn giúp tôi hiểu rõ hơn. '), _defineProperty(_vi$data, 'OFFLINE_Title', 'Tạo và Gửi đối với giao dịch offline '), _defineProperty(_vi$data, 'OFFLINE_Desc', 'Tạo một giao dịch Offline sẽ được thực hiện với 3 bước. bạn sẽ hoàn thành bước 1 và 3 trên cùng 1 máy tính đang trong tình trạng online và thực hiện bước 2 trên một máy tính đang trong tình trạng offline/airgapped. Việc này sẽ đảm bảo Private Key của bạn không có bất cứ một liên kết nào với một thiết bị đang kết nối internet nào khác. '), _defineProperty(_vi$data, 'OFFLLINE_Step1_Title', 'Bước 1: Tạo Thông Tin (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step1_Button', 'Tạo Thông Tin '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_1', 'Địa Chỉ Gửi '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_2', 'Lưu ý: Đây phải là tài khoản gửi, không phải tài khoản đến. Nonce sẽ được tạo ra từ tài khoản có nguồn gốc. Nếu sử dụng máy tính có tình trạng airgapped, thì nó sẽ trở thành địa chỉ của tài khoản lưu trữ lạnh. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Title', 'Bước 2: Tạo Giao Dịch (Máy Tính Đang Offline) '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_1', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_2', 'Đơn vị / Tổng số gửi: '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3', 'Giá Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4', 'Giới hạn Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4b', '21000 măc định sẽ là số gas giới hạn. khi bạn gửi đi một hợp đồng hoặc thêm dữ liệu, việc này sẽ cần phải làm khác đi. Lượng Gas không được sử dụng sẽ hoàn trả cho bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6', 'Dữ Liệu '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6b', 'Đây là phần tùy chọn. Dữ liệu thường được sử dụng khi bạn gửi các giao dịch hợp đồng. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_7', 'Nhập / Chọn Private Key / JSON của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step3_Title', 'Bước 3: Gửi / Làm rõ Giao Dịch (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step3_Label_1', 'Dán chữ ký Giao Dịch được tạo từ Bước 2 vào đây và chọn nút "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_vi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_vi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_vi$data, 'NODE_Name', 'Node Name'), _defineProperty(_vi$data, 'NODE_Port', 'Node Port'), _defineProperty(_vi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_vi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_vi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_vi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_vi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_vi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_vi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_vi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_vi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_vi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_vi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_vi$data, 'SWAP_init_2', " for "), _defineProperty(_vi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_vi$data, 'SWAP_information', "Your Information "), _defineProperty(_vi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_vi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_vi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_vi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_vi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_vi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_vi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_vi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_vi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_vi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_vi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_vi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_vi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_vi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_vi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_vi$data, 'MSG_date', 'Date '), _defineProperty(_vi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_vi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_vi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_vi$data, 'MSG_message', 'Message '), _defineProperty(_vi$data, 'MSG_signature', 'Signature '), _defineProperty(_vi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_vi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_vi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_vi$data, 'ADD_Ledger_1', 'Kết Nối Với Ledger Wallet Của Bạn '), _defineProperty(_vi$data, 'ADD_Ledger_2', 'Mở Lên Ứng Dụng Của Ethereum (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Exp', 'Mở Lên Ứng Dụng Của Expanse (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Ubq', 'Mở Lên Ứng Dụng Của Ubiq (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_3', 'Xác nhận lại phần Hổ Trợ dành cho Trình Duyệt đã được kích hoạt trong mục Cài Đặt '), _defineProperty(_vi$data, 'ADD_Ledger_4', 'Nếu mục Hổ Trợ dành cho Trình duyệt không tìm thấy trong mục Cài Đặt, Xác nhận lại bạn đã có [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) hay chưa '), _defineProperty(_vi$data, 'ADD_Ledger_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_Ledger_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Wallet '), _defineProperty(_vi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Nano S '), _defineProperty(_vi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_scan', 'Kết nối với Digital Bitbox '), _defineProperty(_vi$data, 'DEP_generate', 'Tạo Bytecode '), _defineProperty(_vi$data, 'DEP_generated', 'Bytecode Đã Được Tạo '), _defineProperty(_vi$data, 'DEP_signtx', 'Chữ Ký Giao Dịch '), _defineProperty(_vi$data, 'DEP_interface', 'Đã Tạo Giao Diện '), _defineProperty(_vi$data, 'MYWAL_Nick', 'Tên Gọi Của Ví '), _defineProperty(_vi$data, 'MYWAL_Address', 'Địa Chỉ Ví '), _defineProperty(_vi$data, 'MYWAL_Bal', 'Số Dư '), _defineProperty(_vi$data, 'MYWAL_Edit', 'Chỉnh Sửa '), _defineProperty(_vi$data, 'MYWAL_View', 'Xem '), _defineProperty(_vi$data, 'MYWAL_Remove', 'Gỡ Bỏ '), _defineProperty(_vi$data, 'MYWAL_RemoveWal', 'Gỡ Bỏ Ví: '), _defineProperty(_vi$data, 'MYWAL_WatchOnly', 'Tài khoản theo dõi của bạn '), _defineProperty(_vi$data, 'MYWAL_Viewing', 'Xem Ví '), _defineProperty(_vi$data, 'MYWAL_Hide', 'Ẩn Thông Tin Ví '), _defineProperty(_vi$data, 'MYWAL_Edit_2', 'Chỉnh Sửa Ví '), _defineProperty(_vi$data, 'MYWAL_Name', 'Tên Ví '), _defineProperty(_vi$data, 'MYWAL_Content_1', 'Cảnh Báo! Bạn Muốn gỡ bỏ Ví của bạn '), _defineProperty(_vi$data, 'MYWAL_Content_2', 'Hãy chắc chắn bạn đã **Lưu giữ Private Key hoặc Tập Tin chứa định dạng Keystore và mật khẩu** Trước khi bạn gỡ bỏ nó. '), _defineProperty(_vi$data, 'MYWAL_Content_3', 'Nếu bạn muốn sử dụng địa chỉ Ví này với MyEtherWallet CX trong tương lai, bạn sẽ cần phải tự thêm vào lại bằng cách sử dụng tập tin Private Key / JSON và mật khẩu. '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. Bạn có thể muốn làm điều này để [nhập tài khoản của bạn vào Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Nếu bạn muốn kiễm tra số dư của bạn, chúng tôi khuyên bạn sử dụng một blockchain explorer như [etherscan.io] (https://etherscan.io/). '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle_Short', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_SuccessMsg', 'Đã Thành Công! Đây là thông tin chi tiết về Ví của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_vi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_vi$data, 'MNEM_1', 'Xin vui lòng, Chọn địa chỉ mà bạn muốn tương tác. '), _defineProperty(_vi$data, 'MNEM_2', 'Cụm từ dễ nhớ đó có thể truy nhập vào số địa chỉ Ví của bạn. Vui lòng chọn địa chỉ mà bạn muốn tương tác tại thời điểm này. '), _defineProperty(_vi$data, 'MNEM_more', 'Nhiều địa chỉ '), _defineProperty(_vi$data, 'MNEM_prev', 'Địa chỉ trước đó '), _defineProperty(_vi$data, 'CX_error_1', 'Bạn không có bất kỳ ví nào được lưu lại. Chọn Nút ["Thêm Ví"](/cx-wallet.html#add-wallet) để thêm ví! '), _defineProperty(_vi$data, 'CX_quicksend', 'Gửi Nhanh '), _defineProperty(_vi$data, 'ERROR_0', 'Vui lòng nhập số dư hợp lệ. '), _defineProperty(_vi$data, 'ERROR_1', 'Mật khẩu của bạn phải có ít nhất 9 ký tự. Hãy đảm bảo rằng nó là một mật khẩu mạnh. '), _defineProperty(_vi$data, 'ERROR_2', 'Lấy làm tiếc! Chúng tôi không nhận ra loại Định Dạng từ tập tin ví. '), _defineProperty(_vi$data, 'ERROR_3', 'Đây không phải là một tập tin ví hợp lệ. '), _defineProperty(_vi$data, 'ERROR_4', 'Đơn vị này không tồn tại, xin vui lòng sử dụng một trong những đơn vị sau đây '), _defineProperty(_vi$data, 'ERROR_5', 'Địa chỉ không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_6', 'Mật khẩu không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_7', 'Tổng số không hợp lệ. (Must be integer. Try 0-18.) '), _defineProperty(_vi$data, 'ERROR_8', 'Giới hạn gas không hợp lệ. (Must be integer. Try 21000-4000000.) '), _defineProperty(_vi$data, 'ERROR_9', 'Dữ liệu không hợp lệ. (Must be hex.) '), _defineProperty(_vi$data, 'ERROR_10', 'Tổng số gas không hợp lệ. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_vi$data, 'ERROR_11', 'Nonce không hợp lệ. (Must be integer.) '), _defineProperty(_vi$data, 'ERROR_12', 'Chữ ký giao dịch không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_13', 'Tên gọi này đã được sữ dụng. '), _defineProperty(_vi$data, 'ERROR_14', 'Không tìm thấy Ví. '), _defineProperty(_vi$data, 'ERROR_15', 'Trông có vẻ như một proposal ới số ID này chưa kết thúc hoặc đang có một lỗi xảy ra để đọc được proposal này. '), _defineProperty(_vi$data, 'ERROR_16', 'Đã có một ví với địa chỉ này đang tồn tại trong mục lưu trữ. Vui lòng kiễm tra trang ví của bạn. '), _defineProperty(_vi$data, 'ERROR_17', 'Bạn cần có ít nhất **0.01 ETH** trong tài khoản để thanh toán chi phí gas. Hãy thêm một số ether và thực hiện lại. '), _defineProperty(_vi$data, 'ERROR_18', 'Toàn bộ gas sẽ được sử dụng trong giao dịch này. Việc làm này có nghĩa là bạn đã bỏ phiếu cho đề xuất này hoặc kỳ hạn của cuộc tranh luận đã kết thúc. '), _defineProperty(_vi$data, 'ERROR_19', 'Biểu tượng không hợp lệ '), _defineProperty(_vi$data, 'ERROR_20', 'Không tồn tại trên hệ thống ERC-20 token. Nếu bạn phải chờ lâu. Xin vui lòng thử lại lần nữa!. '), _defineProperty(_vi$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_vi$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_vi$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_vi$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_vi$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_vi$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_vi$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_vi$data, 'ERROR_28', '**Bạn cần sử dụng tập tin chứa định dạng Keystore/JSON cùng với Mật khẩu hoặc Private Key của bạn** cho việc đăng nhập vào ví này trong tương lai. Hãy sao lưu và cất giữ nó cẩn thận tại kho lưu trữ của bạn! Không có cách nào đễ khôi phục Ví của bạn nếu bạn không sao lưu dữ liệu ví lại. Đọc Thêm [trang trợ giúp] (https://www.myetherwallet.com/#help) đễ được hướng dẫn cụ thể. '), _defineProperty(_vi$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_vi$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_vi$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_vi$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_vi$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_vi$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_vi$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_vi$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_vi$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_vi$data, 'SUCCESS_1', 'Địa Chỉ Hợp Lệ '), _defineProperty(_vi$data, 'SUCCESS_2', 'Ví đã được giải mã thành công '), _defineProperty(_vi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_vi$data, 'SUCCESS_4', 'Ví của bạn đã được thêm thành công: '), _defineProperty(_vi$data, 'SUCCESS_5', 'Tập Tin Được Chọn '), _defineProperty(_vi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_vi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_vi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_vi$data, 'GETH_InvalidSender', 'Sai người nhận '), _defineProperty(_vi$data, 'GETH_Nonce', 'Nonce quá thấp '), _defineProperty(_vi$data, 'GETH_Cheap', 'Gas quá thấp '), _defineProperty(_vi$data, 'GETH_Balance', 'Số dư tài khoản không đủ '), _defineProperty(_vi$data, 'GETH_NonExistentAccount', 'Tài khoản không tồn tại hoặc số dư không đủ '), _defineProperty(_vi$data, 'GETH_InsufficientFunds', 'Số dư không đủ thanh toán cho gas * Giá + Giá trị '), _defineProperty(_vi$data, 'GETH_IntrinsicGas', 'Số gas quá thấp '), _defineProperty(_vi$data, 'GETH_GasLimit', 'Số gas vượt mức giới hạn đối với một Block '), _defineProperty(_vi$data, 'GETH_NegativeValue', 'Cảnh báo xấu về lượng gas '), _defineProperty(_vi$data, 'PARITY_AlreadyImported', "Giao dịch có cùng đoạn hash đã được ghi nhận."), _defineProperty(_vi$data, 'PARITY_Old', "Nonce quá thấp để tạo một giao dịch, hãy thử lại bằng cách tăng số nonce."), _defineProperty(_vi$data, 'PARITY_TooCheapToReplace', "Phí giao dịch quá thấp. Đang có một giao dịch khác có cùng số nonce đang bị gián đoạn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_LimitReached', "Có quá nhiều giao dịch đang bị gián đoạn. Giao dịch của bạn sẽ bị ngắt nhằm đảm bảo mức giới hạn an toàn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientGasPrice', "Phí giao dịch quá thấp. Nó không đáp ứng được mức phí tối thiểu dành cho node của bạn (Tối thiểu: {}, bạn có: {}). Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientBalance', "Không đủ số dư. Bạn đang cố gắng gửi đi một giao dịch vs số dư bị thiếu. Số dư cần thiết {} và bạn có: {}."), _defineProperty(_vi$data, 'PARITY_GasLimitExceeded', "Phí giao dịch đang vượt quá mức giới hạn gas hiện tại. Giới hạn: {}, bạn có: {}. Hãy thử lại bằng cách giảm bớt số gas."), _defineProperty(_vi$data, 'PARITY_InvalidGasLimit', "Tổng số gas mà bạn sử dụng đang vượt mức giới hạn cho phép."), _defineProperty(_vi$data, 'translate_version', '0.3 '), _defineProperty(_vi$data, 'Translator_Desc', 'Chân Thành Cảm Ơn '), _defineProperty(_vi$data, 'TranslatorName_1', '[Phạm Thế Vũ](https://twitter.com/PhamTheVu3) · '), _defineProperty(_vi$data, 'TranslatorAddr_1', 'https://twitter.com/PhamTheVu3 '), _defineProperty(_vi$data, 'TranslatorName_2', '[và Ethereum Vietnam](https://www.ethereumvn.com) '), _defineProperty(_vi$data, 'TranslatorAddr_2', 'https://www.facebook.com/ethereumvietnam https://www.ethereumvn.com '), _defineProperty(_vi$data, 'TranslatorName_3', ''), _defineProperty(_vi$data, 'TranslatorAddr_3', ''), _defineProperty(_vi$data, 'TranslatorName_4', ''), _defineProperty(_vi$data, 'TranslatorAddr_4', ''), _defineProperty(_vi$data, 'TranslatorName_5', ''), _defineProperty(_vi$data, 'TranslatorAddr_5', ''), _defineProperty(_vi$data, 'HELP_Warning', 'Nếu bạn đã khởi tạo Ví -hoặc- đã tải về máy tập tin có chứa dữ liệu ví trước **Ngày 31 Tháng 12 năm 2015**, xin vui lòng kiễm tra lại dữ liệu Ví; dễ tải về phiên bản mới của tập tin Ví. Chi tiết xem tại. '), _defineProperty(_vi$data, 'HELP_Desc', 'Nếu bạn thấy có gì sai sót và có những câu hỏi nào khác cần được giải đáp. [Xin Liên Lạc Với Chúng Tôi](mailto:support@myetherwallet.com), và chúng tôi sẽ giải đáp những thắc mắc từ bạn, ngoài ra chúng tôi sẽ cập nhật lại trang web nhằm đem lại nhiều tiện lợi nhất có thể cho người sử dụng trong tương lai! '), _defineProperty(_vi$data, 'HELP_Remind_Title', 'Một số lưu ý! '), _defineProperty(_vi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, và các nền tảng khác từ Javascript libraries mà chúng tôi sử dụng đang được phát triển một cách tích cực.** Mặc dù toàn bộ đã được chúng tôi kiễm tra rất kỹ lưỡng và hàng chục nghìn địa chỉ Ví đã được tạo thành công từ người sử dụng trên toàn cầu, nhưng vẫn có những vấn đề có thể xảy ra làm cho ETH của bạn bị mất đi. Xin vui lòng không nên đầu tư với số tiền nhiều hơn khả năng mà bạn đã cho rằng nó sẽ mất và hãy luôn cẩn thận. Trong trường hợp rủi ro xảy ra, chung tôi rất chân thành xin lỗi. Tuy nhiên **Chúng tôi sẽ không chịu bất cứ một trách nhiệm nào đối với số lượng Ether mà bạn đã bị mất!**. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX không phải "Ví Web". Vì vậy bạn không tạo tài khoản sau đó gửi số Ether của bạn cho chúng tôi dễ giữ hộ. Toàn bộ Dữ liệu sẽ không bao giờ bị rò rỉ ra khỏi máy tính/trình duyệt của bạn. Chúng tôi xây dựng nó nhằm giúp người sử dụng có thể đễ dàng tạo mới, lưu trữ và truy cập thông tin Ví của bạn và tương tác với Blockchain. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_3', 'Nếu bạn không lưu lại Private key và mật khẩu của bạn, thì sẽ không có bất cứ một cách nào có thể khôi phục lại Ví và tài sản hiện đang chứa trong Ví. Bạn nên sao lưu dữ liệu Ví tại nhiều nơi và những thiết bị lưu trữ khác nhau! '), _defineProperty(_vi$data, 'HELP_0_Title', '0) Tôi mới sử dụng lần đầu tiên. Tôi phải làm gì? '), _defineProperty(_vi$data, 'HELP_0_Desc_1', 'MyEtherWallet giúp bạn có khả năng tạo Ví mới dùng dễ lưu trữ số lượng Ether của ban bởi chính mình, Ví được tạo ra không nằm trên bất cứ một sàn giao dịch nào. Quá trình tạo Ví điễn ra hoàn toàn trên máy tính cá nhân của bạn chứ không phải trên hệ thống máy chủ của chúng tôi. Do đó, khi bạn khởi tạo một Ví mới, **bạn chịu trách nhiệm hoàn toàn về vấn đề sao lưu dữ liệu đối với Ví được tạo**. '), _defineProperty(_vi$data, 'HELP_0_Desc_2', 'Khởi Tạo Một Ví Mới. '), _defineProperty(_vi$data, 'HELP_0_Desc_3', 'Sao Lưu Dữ Liệu Ví. '), _defineProperty(_vi$data, 'HELP_0_Desc_4', 'Xác thực rằng bạn có quyền truy cập vào ví mới này và hãy chắc chắn đã sao lưu tất cả các thông tin cần thiết. '), _defineProperty(_vi$data, 'HELP_0_Desc_5', 'Gửi Ether đến Ví mới này. '), _defineProperty(_vi$data, 'HELP_1_Title', '1) Làm thế nào dễ khởi tạo một Ví mới? '), _defineProperty(_vi$data, 'HELP_1_Desc_1', 'Đi đến trang "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_2', 'Đi đến trang "Thêm Ví" và chọn "Tạo Ví Mới" '), _defineProperty(_vi$data, 'HELP_1_Desc_3', 'Nhập một mật khẩu mạnh. Nếu bạn nghĩ có thể quên mật khẩu thì bạn nên lưu nó lại một nơi nào đó thật an toàn. bạn sẽ cần đến mật khẩu này dễ gửi đi một giao dịch. '), _defineProperty(_vi$data, 'HELP_1_Desc_4', 'Chọn "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_5', 'Ví của bạn sẽ được tạo ngay bây giờ. '), _defineProperty(_vi$data, 'HELP_2a_Title', 'Làm thế nào dễ sao lưu Ví? '), _defineProperty(_vi$data, 'HELP_2a_Desc_1', 'Bạn nên sao lưu tập tin Ví của bạn bên ngoài máy tính và tại nhiều nơi khác nhau - như trên USB hoặc/và một tờ giấy. '), _defineProperty(_vi$data, 'HELP_2a_Desc_2', 'Lưu lại địa chỉ Ví. Bạn có thể giữ nó cho chính mình hoặc chia sẽ nó cho bất cứ ai. Người khác có thể gửi Ether cho bạn thông qua địa chỉ Ví của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_3', 'Private key. Không được chia sẽ Private key cho bất cứ ai. Private key rất cần thiết khi bạn muốn truy cập vào Ví và Gửi đi một lượng Ether! hiện tại có 3 phiên bản lưu trữ dành cho Private Key: '), _defineProperty(_vi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_vi$data, 'HELP_2a_Desc_5', 'Bạn Có thể in Ví giấy nếu bạn sở hữu máy in. Ngoài ra, bạn có thể ghi lại Private key và địa chỉ Ví của bạn lên một tờ giấy. Hãy Cất giữ chúng tại một nơi an toàn, hãy ngắt kết nối hoàn toàn giữa máy tính và USB của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_vi$data, 'HELP_2b_Title', '2b) Làm thế nào dễ bảo mật Ví / offline / lưu trữ lạnh cùng với MyEtherWallet? '), _defineProperty(_vi$data, 'HELP_2b_Desc_1', 'Đến trang github của chúng tôi: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_vi$data, 'HELP_2b_Desc_2', 'Chọn vào ô `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_3', 'Chuyển tiếp tập tin zip đi đến máy tính airgapped. '), _defineProperty(_vi$data, 'HELP_2b_Desc_4', 'Giải nén tập tin Zip và nhấn kép chuột vào tập tin `index.html`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_5', 'Khởi tạo một Ví cá nhân mới cùng với một mật khẩu mạnh. '), _defineProperty(_vi$data, 'HELP_2b_Desc_6', 'Lưu giữ lại địa chỉ Ví vừa tạo. Lưu giữ lại các định dạng của Private key. Lưu giữ lại mật khẩu của bạn nếu bạn không hoàn toàn nhớ nó mãi mãi. '), _defineProperty(_vi$data, 'HELP_2b_Desc_7', 'Cất giữ tờ giáy mà bạn đã ghi lên / USB tại nhiều nơi riêng biệt. '), _defineProperty(_vi$data, 'HELP_2b_Desc_8', 'đi đến trang "Xem thông tin Ví" và gõ vào Private key của bạn / mật khẩu nhằm đảm bảo rằng nó hoàn toàn chính xác và truy cập vào Ví. kiễm tra lại mật khẩu mà bạn ghi lại trên giấy có giống nhau hay chưa. '), _defineProperty(_vi$data, 'HELP_3_Title', '3) Làm thế nào dễ xác minh và truy cập vào Ví mới được khởi tạo? '), _defineProperty(_vi$data, 'HELP_3_Desc_1', '**Trước khi bạn gửi số lượng Ether vô Ví mới của bạn**, bạn nên chắc chắn rằng bạn đã truy cập vào Ví thành công. '), _defineProperty(_vi$data, 'HELP_3_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_3', 'Bạn hãy đi đến trang MyEtherWallet.com "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_4', 'Chọn tập tin định dạng Ví của bạn -hoặc- sử dụng Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_3_Desc_5', 'Nếu Ví của bạn được mã hoá, ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_3_Desc_6', 'Chọn vào ô "Mở khoá Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_vi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_vi$data, 'HELP_4_Title', '4) Làm thế nào dễ gửi Ether từ Ví này sang Ví khác ? '), _defineProperty(_vi$data, 'HELP_4_Desc_1', 'Nếu như bạn dự định dễ chuyển một số lượng lớn Ether, bạn nên gửi đi một lượng nhỏ đến Ví của bạn dễ thử nghiệm, nhằm xác định chắc chắn tất cả chức năng đều hoạt động đúng như dự định. '), _defineProperty(_vi$data, 'HELP_4_Desc_2', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_4_Desc_3', 'Chọn tập tin Ví -hoặc- Private key của bạn dễ mở khoá cho Ví. '), _defineProperty(_vi$data, 'HELP_4_Desc_4', 'Nếu Ví của bạn đang trong tình trạng mã hoá,ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_4_Desc_5', 'Chọn vào nút "Mở Khoá Ví". '), _defineProperty(_vi$data, 'HELP_4_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4_Desc_9', 'Chọn vào "Khởi tạo Giao dịch". '), _defineProperty(_vi$data, 'HELP_4_Desc_10', 'Một cửa sổ thông báo sẽ hiện ra. Việc khởi tạo giao dịch này được thực hiện từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_4_Desc_11', 'Chọn vào nút màu xanh "Gửi giao dịch đi" phía dưới. '), _defineProperty(_vi$data, 'HELP_4_Desc_12', 'Một cửa sổ yêu cầu sẽ xuất hiện. Xác nhận lại số lượng cần gửi và địa chỉ đến. Sau đó chọn vào ô "Có, tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_4_Desc_13', 'Giao dịch của bạn sẽ được gửi đi. TX Hash sẽ xuất hiện trên màn hình. Bạn có thể chọn vào TX Hash dễ xem nó trên blockchain. '), _defineProperty(_vi$data, 'HELP_4CX_Title', '4) Làm thế nào dễ gửi đi Ether bằng cách sử dụng MyEtherWallet CX? '), _defineProperty(_vi$data, 'HELP_4CX_Desc_1', 'Trước tiên, bạn cần phải thêm Ví của bạn vào. Sau khi thực hiện xong, Bạn sẽ có 2 lựa chọn: Chức năng "Gửi Nhanh" từ biểu tượng nằm trên thanh công cụ tiện ích của Google Chrome hoặc chọn vào "Gửi Ether và Tokens" dễ đi đến trang trình duyệt. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_2', 'Gửi Nhanh '), _defineProperty(_vi$data, 'HELP_4CX_Desc_3', 'Chọn vào biểu tượng trên thanh tiẹn ích của Google Chrome. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_4', 'Chọn vào ô "Gửi Nhanh". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_5', 'Chọn vào Ví mà bạn muốn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_8', 'Chọn vào ô "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_9', 'Xác nhận lại số lượng cần gửi và địa chỉ đến. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_10', 'Điền vào mật khẩu của Ví bạn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_11', 'Chọn vào ô "Gửi giao dịch đi." '), _defineProperty(_vi$data, 'HELP_4CX_Desc_12', 'Sử dụng trang "Gửi Ether và Tokens" '), _defineProperty(_vi$data, 'HELP_5_Title', '5) Làm thế nào dễ kích hoạt MyEtherWallet.com với tính năng offline? '), _defineProperty(_vi$data, 'HELP_5_Desc_1', 'Bạn hãy kích hoạt MyEtherWallet.com trên máy tính của bạn thay thế cho việc chạy trên máy chủ của Github. Bạn có thể khởi tạo Ví mới hoàn toàn trong tình trạng offline và gửi giao dịch đi từ trang "Giao dịch Offline". '), _defineProperty(_vi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sẽ được chạy hoàn toàn trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_5_Desc_8', 'Trong trường hợp bạn chưa quen với việc sử dụng này, bạn cần nên giữ nguyên toàn bộ thư mục và chừa một phần dung lượng vừa đủ để chạy trang web, không chỉ riêng tập tin `index.html`. Không nên thử mở lên hoặc di chuyển bất cứ một tập tin nào trong thư mục. Nếu bạn lưu trữ một bản sao tập tin repo của MyEtherWallet, chúng tôi khuyên bạn nên lưu trữ tập tin nén nhằm chắc chắn các nội dung của thư mục được giữ nguyên. '), _defineProperty(_vi$data, 'HELP_5_Desc_9', 'Cũng như việc chúng tôi liên tục cập nhật MyEtherWallet.com, vì vậy chúng tôi khuyên bạn nên cập nhận định kì cho các tập tin đã Lưu của định dạng repo. '), _defineProperty(_vi$data, 'HELP_5CX_Title', '5) Làm sao dễ chúng tôi có thể cài đặt phần mở rộng từ repo thay vì từ cửa hàng ứng dụng của Chrome? '), _defineProperty(_vi$data, 'HELP_5CX_Desc_2', 'Chọn vào ô `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_3', 'Tại trình duyệt Google Chrome và tìm phần cài đặt của nó (Trong mục menu nằm trên góc phải cửa sổ). '), _defineProperty(_vi$data, 'HELP_5CX_Desc_4', 'chọn phần "Extensions" nằm bên trái. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_5', 'kiễm tra lại nút "Developer Mode" nằm trên cùng của trang. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_6', 'Chọn vào ô "Load unpacked extension...". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_7', 'Đưa chuột và chọn vào tập tin mà bạn vừa tải về và giải nén nó trước đó, nhấp vào nút "Select". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_8', 'Ứng dụng mở rộng không nên cho xuất hiện tại mục mở rộng và thanh ứng dụng mở rộng tại Google Chrome. '), _defineProperty(_vi$data, 'HELP_7_Title', '7) Làm thế nào dễ gửi token và thêm Token vào Ví? '), _defineProperty(_vi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) là cách tốt nhất dễ kiễm tra Token và số Token. '), _defineProperty(_vi$data, 'HELP_7_Desc_1', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_7_Desc_2', 'mở khoá Ví của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_3', 'Điền địa chỉ mà bạn cần gửi đến tại ô trống "Địa chỉ đến:" . '), _defineProperty(_vi$data, 'HELP_7_Desc_4', 'Điền số lượng Token mà bạn muốn gửi. '), _defineProperty(_vi$data, 'HELP_7_Desc_5', 'Chọn loại Token mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_7_Desc_6', 'Nếu bạn không thấy Token của bạn hiển thị trên trang chúng tôi: '), _defineProperty(_vi$data, 'HELP_7_Desc_7', 'Chọn vào "Custom". '), _defineProperty(_vi$data, 'HELP_7_Desc_8', 'Điền địa chỉ, tên, đơn vị số thập phân của loại Token mà bạn muốn. Chúng được cung cấp bởi các nhà phát triển Token và nó cũng cần thiết khi bạn "thêm vào dễ xem Token" trên Mist. '), _defineProperty(_vi$data, 'HELP_7_Desc_9', 'Chọn "Lưu". '), _defineProperty(_vi$data, 'HELP_7_Desc_10', 'Bạn có thể gửi token cũng như bạn sẽ nhìn thấy số dư của nó nằm ở khung bên cạnh. '), _defineProperty(_vi$data, 'HELP_7_Desc_11', 'Chọn "Khởi tạo giao dịch". '), _defineProperty(_vi$data, 'HELP_7_Desc_12', 'Một thông báo sẽ xuất hiện và xác thực rằng đây là việc khởi tạo giao dịch từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_13', 'Chọn vào nút màu xanh phía dưới "Gửi giao dịch đi". '), _defineProperty(_vi$data, 'HELP_7_Desc_14', 'Sau đó một thông báo sẽ xuất hiện. Xác thực lại số lượng Ether và địa chỉ đến. sau đó nhấn vào nút "Có, Tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_7_Desc_15', 'Giao dịch của bạn sẽ được Thực hiện. TXid sẽ hiển thị cho bạn. Bạn có thể chọn vào TXid và nhìn ấy giao dịch của bạn trên blockchain. '), _defineProperty(_vi$data, 'HELP_8_Title', '8) Những gì sẽ xảy ra nếu trang của chúng tôi bị sập? '), _defineProperty(_vi$data, 'HELP_8_Desc_1', 'MyEtherWallet không phải là Ví online. Bạn không cần phải đăng nhập và không có bất cứ gì được lưu lại trên máy chủ của chúng tôi. Đây chỉ đơn giản là một giao diện cho phép bạn tương tác với blockchain. '), _defineProperty(_vi$data, 'HELP_8_Desc_2', 'Nếu MyEtherWallet.com bị sập, bạn sẽ phải tìm một giải pháp khác (như là geth hoặc Ví Ethereum / Mist) dễ tiếp tục thực hiện giao dịch. Nhưng bạn không cần thiết phải "Mang" Ether của bạn ra khỏi MyEtherWallet bởi vì số Ether đó không nằm trong MyEtherWallet. Bởi vì số Ether đó đang nằm trong Ví Ethereum được khởi tạo thông qua trang của chúng tôi. '), _defineProperty(_vi$data, 'HELP_8_Desc_3', 'Bạn chỉ cần bỏ tập tin chứa định dạng mã hoá Private key của bạn vào và Geth/Mist sẽ tự động giải mã tập tin (mã hoá) trực tiếp bên trong geth / Ví Ethereum / Mist một cách dễ dàng. Xem câu hỏi #12. '), _defineProperty(_vi$data, 'HELP_8_Desc_4', 'Ngoài ra, Khả năng xảy ra vấn đề trang MyEtherWallet bị sập là rất khó. Cũng như việc chúng tôi không lưu trữ lại bất cứ dữ liệu gì vì vậy giá trị của nó sở hữu hoàn toàn bằng không. Nếu chúng tôi buộc phải tháo tên miền này xuống, thì toàn bộ sẽ vẫn còn, tồn tại và công khai trên trang [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Bạn có thể tải tập tin nén của nó và chạy nó trực tiếp trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Title', '8) Những gì sẽ xảy ra néu MyEtherWallet CX hoàn toàn biến mất? '), _defineProperty(_vi$data, 'HELP_8CX_Desc_1', 'Trước tiên, Toàn bộ dữ liệu đã được lưu trên máy tính của bạn, Chứ không phải ở máy chủ của chúng tôi. Chúng tôi biết rằng bạn sẽ dễ nhầm lẫn, nhưng khi bạn nhìn vào kho tiện ích của Chrome, bạn sẽ không tìm thấy được những gì hiện đang được lưu trên máy chủ của chúng tôi - Bởi vì toàn bộ đều được lưu trên chính máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_2', 'Điều đó cho thấy tầm **quan trọng** đối với việc sao lưu toàn bộ thông tin và dữ liệu Ví mới được khởi tạo từ bạn tại trang MyEtherWallet CX. Và việc sao lưu dữ liệu là cách dự phòng tốt khi những vấn đề xấu có thể xảy ra đối với MyEtherWallet CX hoặc máy tính của bạn, và nó giúp bạn có toàn bộ thông tin cần thiết dễ bạn có thể truy cập vào Ví và quản lý được số Ether của bạn. xem lại phần #2a dễ rõ hơn về cách sao lưu dữ liệu. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_3', 'Nếu vì một lý do bất kì buộc MyEtherWallet CX không tồn tại trên kho tiện ích của Chrome, bạn có thể tìm thấy mã nguồn trên Github và tải về máy của bạn. Xem phần #5 ở trên. '), _defineProperty(_vi$data, 'HELP_9_Title', '9) Có phải trang "Gửi Ether" là trang offline? '), _defineProperty(_vi$data, 'HELP_9_Desc_1', 'Không. Nó cần kết nối internet dễ xác định được giá Gas hiện tại, nonce của tài khoản, và phát tán các dữ liệu dễ xác thực các giao dịch (không "gửi" nó đi). Tuy nhiên, nó chỉ gửi đi khi giao dịch của bạn được ký từ chính bạn. Private key của bạn hoàn toàn an toàn từ bạn. hiện nay, chúng tôi có hỗ trợ thêm chức năng "Giao dịch Offline" dễ bạn có thể đảm bảo Private key của bạn đang trong tình trạng offline/airgapped của máy tính trong bất cứ lúc nào. '), _defineProperty(_vi$data, 'HELP_10_Title', '10) Làm thế nào dễ tạo giao dịch Offline? '), _defineProperty(_vi$data, 'HELP_10_Desc_1', 'Đi đến trang "Giao dịch Offline" thông qua máy tính đang online. '), _defineProperty(_vi$data, 'HELP_10_Desc_2', 'Điền vào "Địa chỉ gửi". Lưu ý, đây là địa chỉ mà bạn dùng dễ gửi, không phải là địa chỉ đến. và nó sẽ khởi tạo nonce và xác định giá Gas hiện tại. '), _defineProperty(_vi$data, 'HELP_10_Desc_3', 'Sau đó, chuyển đến máy tính Offline của bạn. Điền vào "Địa chỉ đến" và "Số cần gửi" mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_10_Desc_4', 'Điền vào "Giá Gas" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_5', 'Điền vào "NONCE" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_6', 'Sau đó "Giới hạn GAS" sẽ được mặc định với số gas là 21000. Điều này sẽ khởi tạo một giao dịch thông thường. Nếu bạn gửi đi một hợp đồng hoặc bổ sung thêm dữ liệu vối với giao dịch của bạn, bạn cần phải tăng lên số Giới hạn gas và bất kì gas dư thừa sẽ được hoàn trả lại cho bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_7', 'Nếu bạn muốn, Thêm vào một số dữ liệu. Nếu bạn điền dữ liệu vào, bạn sẽ cần số Giới hạn gas nhiều hơn số 21000 được mạc định ban đầu. Tất cả dữ liệu đều ở định dạng HEX . '), _defineProperty(_vi$data, 'HELP_10_Desc_8', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_10_Desc_9', 'nhấn vào nút "Khởi tạo Chữ Ký cho giao dịch". '), _defineProperty(_vi$data, 'HELP_10_Desc_10', 'Các trường dữ liệu phía dưới nút này sẽ dùng dễ chứng thực chữ ký cho giao dịch của bạn. Cóp hết đoạn dữ liệu này và chuyển đến máy tính online của bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_11', 'Trên máy tính online của bạn, bạn hãy dán chữ ký giao dịch vào khung điền văn bản tại bước #3 và chọn nút "Gửi Ether". Việc làm này sẽ phát sóng đi giao dịch của bạn. '), _defineProperty(_vi$data, 'HELP_12_Title', '12) Làm thế nào dễ tôi sử dụng Ví được khởi tạo từ MyEtherWallet trên geth / Ví Ethereum / Mist? '), _defineProperty(_vi$data, 'HELP_12_Desc_1', 'Bạn phải sử dụng tập tin chứa định dạng JSON dành cho Geth/Mist từ MyEtherWallet v2+.... '), _defineProperty(_vi$data, 'HELP_12_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_3', 'Mở khoá Ví và sử dụng định dạng **mã hoá** private key của bạn hoặc tập tin chứa định dạng JSON. '), _defineProperty(_vi$data, 'HELP_12_Desc_4', 'Đi đến trang "Ví Của Tôi". '), _defineProperty(_vi$data, 'HELP_12_Desc_5', 'Chọn Ví mà bạn muốn dùng dễ sử dụng trên Mist, chon vào biểu tượng "Xem", Điền mật khẩu của bạn, và đăng nhập vào Ví của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_6', 'Tìm phần "Tải về định dạng JSON - định dạng Geth/Mist (Mã hoá)". Nhấn vào nút "Tải về máy" nằm phía dưới. Bây giờ bạn đã sở hữu định dạng Keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_7', 'Truy cập Ví trên ứng dụng Ví Ethereum. '), _defineProperty(_vi$data, 'HELP_12_Desc_8', 'Tại thanh Menu, bạn chọn như sau "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_vi$data, 'HELP_12_Desc_9', 'Bạn sẽ mở thư mục keystore của bạn ra. Sao chép tập tin mà bạn đã tải về máy (`UTC--2016-04-14......../`) vào trong thư mục keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_10', 'Tài khoản của bạn sẽ hiển thị ngay dưới phần "Accounts." '), _defineProperty(_vi$data, 'HELP_12_Desc_11', 'Sử dụng Private key không mã hóa của bạn... '), _defineProperty(_vi$data, 'HELP_12_Desc_12', 'Nếu bạn chưa sở hữu private key không mã hoá , hãy đi đến trang "Xem thông tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_13', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_12_Desc_14', 'Sao chép Private Key (không mã hoá) của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_15', 'Nếu bạn sử dụng máy MAC: '), _defineProperty(_vi$data, 'HELP_12_Desc_15b', 'Nếu bạn sử dụng máy PC: '), _defineProperty(_vi$data, 'HELP_12_Desc_16', 'Mở phần Text Edit và dán private key này vào. '), _defineProperty(_vi$data, 'HELP_12_Desc_17', 'Tại thanh menu bạn hãy chọn "Format" -> "Make Plain Text". '), _defineProperty(_vi$data, 'HELP_12_Desc_18', 'Lưu tập tin này trên `desktop/` của bạn như `nothing_special_delete_me.txt`. chắc chắn rằng nó được khai báo "UTF-8" và " Nếu không có phần mở rộng được cung cấp sử dụng .text" và lưu vào dialog. '), _defineProperty(_vi$data, 'HELP_12_Desc_19', 'Mở terminal và dùng câu lệnh như sau: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_20', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_21', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_22', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_12_Desc_23', 'Mở mục Notepad & dán private key vào '), _defineProperty(_vi$data, 'HELP_12_Desc_24', 'Lưu tập tin lại với tên như sau `nothing_special_delete_me.txt` tại ổ đĩa `C:` '), _defineProperty(_vi$data, 'HELP_12_Desc_25', 'Sử dụng câu lệnh, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_26', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_27', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_28', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_vi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_vi$data, 'HELP_14_Title', '14) Một số trang khi khởi tạo Private key thông qua việc di chuyển con trỏ chuột máy tính trên màn hình. MyEtherWallet.com không làm theo cách này. Các ký tự Private key được tạo ra trên trang MyEtherWallet một cách an toàn nhất? '), _defineProperty(_vi$data, 'HELP_14_Desc_1', 'Mặc dù chúng tôi hiểu với việc di chuyển chuột xung quanh màn hình như vậy sẽ khá thú vị, nhưng thực tế window.crypto sẽ đảm bảo việc tạo ra những "dữ liệu ngẫu nhiên" hơn đối với việc di chuyển chuột. Việc di chuyển chuột như vậy không phải là không an toàn, nhưng thông qua rất nhiều những thử nghiệm về mật mã khác thì chúng tôi hoàn toàn tin tưởng vào window.crypto. Ngoài ra, MyEtherWallet.com còn được sử dụng trên những thiết bị cảm ứng. Đây là [Cuộc tranh cải tức giận giữa một redditor và Vitalik Buterin Liên quan đến vấn đề Di chuyển con chuột với window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_vi$data, 'HELP_15_Title', '15) Vì sao tài khoản của tôi vừa tạo lại không tồn tại trên Blockchain Explorer? (bao gồm: etherchain, etherscan) '), _defineProperty(_vi$data, 'HELP_15_Desc_1', 'Tài khoản của bạn chỉ tồn tại duy nhất trên một Blockchain Explorer và tài khoản được kích hoạt khi bởi chính nó khi bạn dùng tài khoản đó và chuyển Ether vào tức khắc tài khoản sử dụng sẽ hiển thị trên hệ thống Blockchain Explorer thích hợp. '), _defineProperty(_vi$data, 'HELP_16_Title', '16) Làm thế nào dễ kiễm tra số dư hiện tại của tài khoản? '), _defineProperty(_vi$data, 'HELP_16_Desc_1', 'Bạn có thể sử dụng Blockchain Explorer dễ kiễm tra, Ví dụ: [etherscan.io](https://etherscan.io/). Dán địa chỉ của bạn vào khung tìm kiếm và nó sẽ hiển thị tài khoản của bạn và toạn bộ lịch sữ giao dịch đã thực hiện đối với địa chỉ này. Ví Dụ: Đây là địa chỉ của chúng tôi [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) được trông thấy trên etherscan.io '), _defineProperty(_vi$data, 'HELP_17_Title', '17) Tại sao số dư tài khoản của tôi không hiển thị khi tôi truy cập vào tài khoản? '), _defineProperty(_vi$data, 'HELP_17_Desc_1', 'Vấn đề này rất có thể xảy ra nếu như máy tính của bạn đang kích hoạt tường lửa. Các API mà chúng tôi sử dụng nhằm tải xuống số Dư của hiện có của tài khoản và chuyển đổi số dư thường bị chặn bởi tường lửa bởi bất kì lý do nào. Nhưng bạn vẫn có thể gửi đi các giao dịch và bạn chỉ cần sử dụng một phương pháp khác dễ kiễm tra số dư của bạn hiện tại trước và sau khi giao dịch được thực hiện, ví dụ: etherscan.io '), _defineProperty(_vi$data, 'HELP_18_Title', '18) Tập tin chứa định dạng Geth của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Title', '19) Tập tin chứa dịnh dạng Mist của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Desc_1', 'Tập tin chứa định dạng dành cho Ví mist nằm ở mục the file locations phía trên, nó rất đễ dàng dễ mở Mist, Chọn "Accounts" hàng đầu tiên của thanh công cụ, chọn "Backup", và chọn "Accounts". Nó sẽ mở ra thư mục hiện tại đang lưu trữ tập tin định dạng Ví của bạn. '), _defineProperty(_vi$data, 'HELP_20_Title', '20) Tập tin Pre-sale cho Ví của tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_20_Desc_1', 'Cho dù bạn lưu trữ nó ở đâu. ;) nó cũng đều được gửi đến email của bạn, vì vậy hãy kiễm tra email. Kiếm tập tin mang tên `"ethereum_wallet_backup.json"` và sau đó chọn tập tin này. Tập tin Ví này thường đc mã hoá bởi một mật khẩu khi bạn khởi tạo nó trong lúc bạn thanh toán trong thời gian pre-sale. '), _defineProperty(_vi$data, 'HELP_21_Title', '21) có thể xảy ra trường hợp có một cá nhân nào đó sử dụng ngẫu nhiên một Private key dễ thấy được số dư tài khoản của một người khác và chuyển số Ether đó vào địa chỉ mà cá nhân dó sở hữu hay không? '), _defineProperty(_vi$data, 'HELP_21_Desc_1', 'Đối với phiên bản ngắn: Điều đó có thể xảy ra, nhưng việc chọn ngẫu nhiên dễ nhằm tìm kiếm một tài khoản chứa Ether là một việc làm mất rất nhiều thời gian và cũng có thể mất cả vài chục năm dễ đạt được mục đích đó. bởi vậy trường hợp này được coi là rất khó dễ xảy ra. '), _defineProperty(_vi$data, 'HELP_21_Desc_2', 'Phiên bản dài ELI5: Bởi vậy Ethereum được dựa trên [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), Đặc biệt là [Mật mã đường cong Elliptic](https://eprint.iacr.org/2013/734.pdf) Được sử dụng rất rộng rãi, không chỉ duy nhất ở Ethereum. Hầu hết các Server được bảo vệ thông qua ECC. Bitcoin cũng tương tự, cũng giống như SSH và TLS và rất nhiều thứ khác. Mã khoá của Ethereum cụ thể bao gồm 256-bit ký tự, Đoạn mã đó dài và khó đoán hơn đoạn mã 128-bit và 192-bit, mặc dù 128-bit và 192-bit hiện cũng được dùng khá rộng rãi và vẫn được nhận định là rất bảo mật từ các chuyên gia. '), _defineProperty(_vi$data, 'HELP_21_Desc_3', 'Tại đây bạn đang sở hữu private key và public key. private key có thể dùng thay thế cho public key, nhưng public key không thể dùng nhằm thay thế và dùng dễ phục hồi lại private key. Thực tế trên internet và các dữ liệu cần được bảo mật của thế giới đang sử dụng loại mật mã học này, có nghĩa nếu một cách nào đó nhằm dùng public key dễ phục hồi lại private key, Thì lượng Ether mà bạn bị đánh cắp nó không phải là vấn đề lớn so với nhiều vấn đề mang tính quan trọng rất lớn của những tổ chức tài chính và chính phủ trên toàn cầu. '), _defineProperty(_vi$data, 'HELP_21_Desc_4', 'Hiện tại chỉ khẳng định rằng nếu ai đó sở hữu được Private key của bạn thì thực sự họ mới có khả năng chuyển số Ether trong tài khoản của bạn đi được. Giống như nếu ai đó có được mật khẩu email của bạn, họ có thể đọc và gửi email, hoặc mật khẩu tài khoản ngân hàng của bạn, họ mới có thể đánh cắp tiền của bạn đi được. Bạn có thể tải về định dạng Keystore bởi vì nó là định dạng đã mã hoá dữ liệu từ Private key của bạn cùng với mật khẩu giải mã khác. Trường hợp này giống như hiện tại bạn đang có một mật khẩu A nhưng được bảo vệ bởi một mật khẩu B khác và nó giúp tài khoản của bạn càng khó bị đánh mất hơn. '), _defineProperty(_vi$data, 'HELP_21_Desc_5', 'Vẫn có thẻ xảy ra, theo lý thuyết thì bạn sẽ sử dụng một chuỗi gồn 64 ký tự cho đến khi bạn nhận được một kết quả đúng. Thực tế, một cá nhân thông minh có thể lập trình lên một chương trình rà kết quả đúng với Private key của bạn một cách nhanh chóng. Trường hợp này giống như "brute-forcing" hoặc "mining" private keys. Nhưng viêc làm này vẫn mất rất nhièu thời gian và rất khó. Cùng với một hệ thống Server công nghệ cao, họ có khả năng dò ngẫu nhiên 1 triệu ký tự / giây. Tuy nhiên, Việc kiễm tra ngẩu nghiên này nhằm mang lại quyền đột nhập vào tài khoản của bạn sẽ phải mất một lượng chi phí rất cao đễ duy trì hệ thống Server của họ - và dễ rà soát cho đến khi hoàn toàn chính xác được Private key của bạn thì có lẽ cá nhân đó đã già vì phải mất cả gần trăm năm dễ cho ra kết quả chính xác. '), _defineProperty(_vi$data, 'HELP_21_Desc_6', 'Nếu bạn hiểu toàn bộ về Bitcoin, [Điều này có thể xem qua tại:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Nhằm làm rõ cho việc: Cho rằng mỗi satoshi của mỗi bitcoin từng được tạo ra đã gửi đến nó những private key được nó sở hữu mà không có trường hợp khác thay thế. Xác xuất dễ có một mã khoá bị trùng lặp tại hai địa chỉ khác nhau là một trong 100 quintillion, bởi vậy được coi là hoàn toàn không thể. '), _defineProperty(_vi$data, 'HELP_21_Desc_7', '[Nếu bạn cần một phương pháp bảo mật cao hơn có thể tham khảo:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Đối với đoạn mã của Private thì hầu như những công nghệ tiên tiến trên máy tính của bạn chỉ là vô nghĩa, vì khi người nào đó muốn dò ngẫu nhiên nó thì họ không cần thiết phải tấn công vào thiết bị của bạn. Nhưng đối với một mã khoá 265-bit sẽ bất khả thi đối với việc làm trên trừ khi máy tính của họ được xây dựng bởi một cái gì đó khác biệt và cực kì tiên tiến thì mới rà được và cho ra kết quả tốt nhất và trường hợp này sẽ cần rất rất nhiều thời gian và những công nghệ đó có lẽ còn phải mất rất nhiều thời gian trong tương lai dễ nghiên cứu . '), _defineProperty(_vi$data, 'HELP_21_Desc_8', 'Tất cả những giả đinh trên nhằm xác định rõ đoạn mã được tạo ra một cách hoàn toàn ngẫu nhiên. các mã khoá được tạo ra ở đây đáp ứng các tiêu chí, mà có thể tương tích đc với Jaxx và Mist/Geth. Ví Ethereum là tất cả những gì tuyệt vời nhất. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_vi$data, 'HELP_SecCX_Title', 'Bảo mật - MyEtherWallet CX '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_1', 'Những thông tin dữ liệu được kho tiện ích lưu trữ ở đâu? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_2', 'Các thông tin dữ liệu được lưu trữ tại kho tiện ích của trình duyệt Chrome thông qua [chrome.storage](http://chrome.storage/). - Đây cũng là nơi mà mật khẩu của bạn được lưu trữ khi bạn chọn cài đặt lưu lại mật khẩu ở trình duyệt Chrome. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_3', 'Những loại thông tin nào sẽ được lưu trữ? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_4', 'Địa chỉ, tên gọi và Private key sẽ được lưu trữ tại chrome.storage. Private key sẽ được mã hoá và sử dụng mật khẩu mà bạn thiết lập trong lúc bạn đang thực hiện thêm Ví nhưng địa chỉ Ví và tên Ví thì không bị mã hoá. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_5', 'Vì sao địa chỉ và tên gọi lại không cần thiết mã hoá? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_6', 'Nếu chúng tôi mã hoá chúng, thì bạn phải điền mật khẩu khi bạn muốn xem số dư hiện tại của tài khoản bạn và xem tên gọi của tài khoản đó. Nếu như bạn cảm thấy đáp ứng nhu cầu bạn đã nêu, Chúng tôi cung cấp thêm lựa chọn khác dành cho bạn đó là MyEtherWallet.com thay vì phải sử dụng Chrome Extension. '), _defineProperty(_vi$data, 'HELP_Sec_Title', 'Bảo Mật '), _defineProperty(_vi$data, 'HELP_Sec_Desc_1', 'Nếu câu hỏi đầu tiên mà bạn đặt ra đó là "Vì sao tôi phải tin vào những người tạo ra trang này?", thì đó là một câu hỏi tốt. Hi vọng rằng những thông tin sau đây sẽ làm giảm bớt sự lo ngại từ phía bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_2', 'Chúng tôi đã bất đầu đưa trang của chúng tôi ra thị trường vào tháng 8 năm 2015. Nếu bạn tìm kiếm trên nguồn ["myetherwallet" tại reddit](https://www.reddit.com/search?q=myetherwallet), bạn sẽ thấy được lượng người hiện tại đang sử dụng và sự thành công của trang myetherwallet. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_3', 'Chúng tôi không dùng trang này nhằm mục đích sử dụng tiền của bạn hoặc đánh cắp các Private key của bạn. Và trên trang của chúng tôi hoàn toàn không xuất hiện mã độc. Trong thực tế tại trang "Tạo Ví" là hoàn toàn được thực hiện từ người sử dụng. Việc này có nghĩa tất cả các đoạn mã và mật khẩu sẽ được thực hiện hoàn toàn trên **Máy tính cá nhân của bạn** và nó hoàn toàn không lưu lại hoặc chuyển đi bất cứ một dữ liệu nào ra khỏi máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_4', 'Hãy kiễm tra URL -- Trang của chúng tôi được cung cấp thông qua Github và bạn có thể kiễm tra lại toàn bộ mã nguồn ở đây: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) đến các tên miền: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_vi$data, 'HELP_Sec_Desc_5', 'Đối với việc khởi tạo Ví, bạn có thể tải về [Mã nguồn](https://github.com/kvhnuke/etherwallet/releases/latest). Xem phần #5 phía trên. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_6', 'Bạn hãy cho chạy thử đễ kiễm tra lại toàn bộ hoạt động của nó. Cách đơn giản nhất đễ bạn kiễm tra là nhấn chuột phải vào trang của chúng tôi vào chọn mục "inspect element". đi đến mục "Network". Khởi tạo thử một Ví. Lúc này bạn sẽ thấy được các hoạt động của hệ thống sẽ diễn ra như thế nào. Bạn sẽ thấy được dữ liệu sau: image/gif và image/png. Nó chính là mã QR đã được khởi tạo...trên máy tính của bạn. Và không có một dung lượng dữ liệu nào được chuyển ra khỏi máy của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_8', 'Nếu bạn cảm thấy không an tâm khi sử dụng công cụ của chúng tôi, bạn có quyền không sử dụng nó. Chúng tôi tạo ra ứng dụng này nhằm giúp người sử dụng dễ dàng tạo Ví mới và lập giao dịch mà không cần dùng đến những câu lệnh trên Terminal hoặc tải về đầy đủ các node. Một lần nữa xin nhắc lại, bạn hoàn toàn có thể ngưng sử dụng và báo lại với chúng tôi nếu bạn có một mối quan ngại nào đó, chúng tôi sẽ chịu trách nhiệm chỉnh sửa hoặc giải đáp thắc mắc từ nơi bạn một cách sớm nhất có thể. Xin Chân Thành Cảm Ơn! '), _defineProperty(_vi$data, 'HELP_FAQ_Title', 'Lời giãi đáp cho những câu hỏi thường gặp: '), _defineProperty(_vi$data, 'HELP_Contact_Title', 'Những cách đễ liên lạc với chúng tôi:'), _vi$data); +}, _defineProperty(_vi$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_vi$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_vi$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_vi$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_vi$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_vi$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_vi$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_vi$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_vi$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_vi$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_vi$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_vi$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_vi$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_vi$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_vi$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_vi$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_vi$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_vi$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_vi$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_vi$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_vi$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_vi$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_vi$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_vi$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_vi$data, 'x_ReadMore', 'Read More'), _defineProperty(_vi$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_vi$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_vi$data, 'x_TXFee', 'TX Fee'), _defineProperty(_vi$data, 'x_TxHash', 'TX Hash'), _defineProperty(_vi$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_vi$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_vi$data, 'tx_Details', 'Transaction Details'), _defineProperty(_vi$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_vi$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_vi$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_vi$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_vi$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_vi$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_vi$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_vi$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_vi$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_vi$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_vi$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_vi$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_vi$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_vi$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_vi$data, 'GEN_Help_1', 'Use your'), _defineProperty(_vi$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_vi$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_vi$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_vi$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_vi$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_vi$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_vi$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_vi$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_vi$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_vi$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_vi$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_vi$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_vi$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_vi$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_vi$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_vi$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_vi$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_vi$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_vi$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_vi$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_vi$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_vi$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_vi$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_vi$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_vi$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_vi$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_vi$data, 'NAV_AddWallet', 'Thêm Ví '), _defineProperty(_vi$data, 'NAV_BulkGenerate', 'Tạo Nhiều Ví '), _defineProperty(_vi$data, 'NAV_Contact', 'Liên Hệ '), _defineProperty(_vi$data, 'NAV_Contracts', 'Hợp Đồng '), _defineProperty(_vi$data, 'NAV_DeployContract', 'Phát Triển Hợp Đồng '), _defineProperty(_vi$data, 'NAV_ENS', 'ENS'), _defineProperty(_vi$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_vi$data, 'NAV_GenerateWallet', 'Tạo Ví '), _defineProperty(_vi$data, 'NAV_Help', 'Trợ Giúp '), _defineProperty(_vi$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_vi$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_vi$data, 'NAV_MyWallets', 'Ví Của Tôi '), _defineProperty(_vi$data, 'NAV_Offline', 'Giao Dịch Offline '), _defineProperty(_vi$data, 'NAV_SendEther', 'Gửi Ether và Tokens '), _defineProperty(_vi$data, 'NAV_SendTokens', 'Gửi Token '), _defineProperty(_vi$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_vi$data, 'NAV_Swap', 'Swap '), _defineProperty(_vi$data, 'NAV_ViewWallet', 'Thông Tin Ví '), _defineProperty(_vi$data, 'NAV_YourWallets', 'Ví Của Bạn '), _defineProperty(_vi$data, 'x_Access', 'Access '), _defineProperty(_vi$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bạn có thể xem đây là Địa chỉ ví cá nhân của bạn. Bạn có thể gửi "Địa chỉ ví" này đến người mà bạn muốn nhận ETH từ họ. Biểu tượng bên cạnh giúp việc nhận dạng "Địa chỉ ví" của bạn dễ dàng hơn. '), _defineProperty(_vi$data, 'x_Address', 'Địa Chỉ Của Bạn '), _defineProperty(_vi$data, 'x_Cancel', 'Huỷ '), _defineProperty(_vi$data, 'x_CSV', 'Định Dạng CSV (Không mã hoá) '), _defineProperty(_vi$data, 'x_Download', 'Tải Về Máy '), _defineProperty(_vi$data, 'x_Json', 'Định Dạng JSON (Không mã hoá) '), _defineProperty(_vi$data, 'x_JsonDesc', 'Định Dạng JSON là một tập tin chứa dữ liệu ví chưa được mã hoá của Private Key. Bạn có thể đăng nhập vào ví của bạn bằng việc sử dụng định dạng JSON mà không cần đến mật khẩu. Vì vậy, bất kỳ người nào sở hữu định dạng JSON của bạn thì họ đều có khả năng đăng nhập vào ví của bạn mà không cần đến mật khẩu. '), _defineProperty(_vi$data, 'x_Keystore', 'Định Dạng Keystore (UTC / JSON) (Đã mã hoá. Định Dạng này sử dụng cho Mist) '), _defineProperty(_vi$data, 'x_Keystore2', 'Định Dạng Keystore (UTC / JSON) '), _defineProperty(_vi$data, 'x_KeystoreDesc', 'Định dạng Keystore là tập một tin chứa dữ liệu ví đã được mã hoá của Private Key và sử dụng cho Mist. Do đó bạn có thể dễ dàng bỏ nó vào bên trong Mist và tiếp tục sử dụng ví của bạn. Đây là một tập tin được đề xuất nhằm sao lưu dữ liệu ví cá nhân. '), _defineProperty(_vi$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_vi$data, 'x_Mnemonic', 'Cụm từ dễ nhớ '), _defineProperty(_vi$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_vi$data, 'x_Password', 'Mật Khẩu '), _defineProperty(_vi$data, 'x_Print', 'Tạo Ví Giấy '), _defineProperty(_vi$data, 'x_PrintDesc', 'Mẹo: kích chuột trái vào nút "In Ví" sau đó chọn "Save this as a PDF" đễ lưu nó thành định dạng PDF trên máy tính của bạn nếu bạn không sở hữu máy in cá nhân! '), _defineProperty(_vi$data, 'x_PrintShort', 'In Ví '), _defineProperty(_vi$data, 'x_PrivKey', 'Private Key (Không mã hoá) '), _defineProperty(_vi$data, 'x_PrivKey2', 'Private Key '), _defineProperty(_vi$data, 'x_PrivKeyDesc', 'Đây là một đoạn dữ liệu có định dạng bằng văn bản không bị mã hoá và nó chính là private key của bạn. Nếu người nào sở hữu Private Key của bạn thì họ có thể truy cập vào ví của bạn mà không cần đến mật khẩu. Vì vậy, Chúng tôi khuyên bạn nên dùng phiên bản có định dạng đã được mã hoá. '), _defineProperty(_vi$data, 'x_Save', 'Lưu '), _defineProperty(_vi$data, 'x_TXT', 'Định Dạng TXT (Không mã Hoá) '), _defineProperty(_vi$data, 'x_Wallet', 'Ví '), _defineProperty(_vi$data, 'MEW_Warning_1', 'Chú Ý! kiễm tra cẩn thận URL trước khi bạn muốn đăng nhập vào ví hoặc tạo một ví mới. Cảnh giác cao đối với những trang web lừa đảo! '), _defineProperty(_vi$data, 'CX_Warning_1', 'Hãy chắc chắn rằng bạn đã thực hiện việc sao lưu dữ liệu cho những ví bạn đang sử dụng tại đây. Nhiều khả năng có thể xảy ra sẽ dẩn đến việc mất đi dữ liệu mà bạn lưu tại phần mở rộng của Chrome (bao gồm việc gỡ bỏ cài đặt và cài đặt lại các phần mở rộng). Phần mở rộng này là cách dễ dàng đễ truy cập vào ví của bạn, nhưng nó không phải là nơi đễ bạn sao lưu dữ liệu. '), _defineProperty(_vi$data, 'MEW_Tagline', 'Open Source JavaScript Client-Side Ether Wallet '), _defineProperty(_vi$data, 'CX_Tagline', 'Open Source JavaScript Client-Side Ether Wallet Chrome Extension '), _defineProperty(_vi$data, 'FOOTER_1', 'Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.'), _defineProperty(_vi$data, 'FOOTER_1b', 'Nhà Phát Triển: '), _defineProperty(_vi$data, 'FOOTER_2', 'Quyên Góp & Ủng Hộ Vào "Quỹ Phát Triển" Từ Bạn Là Một Hành Động Đáng Trân Trọng: '), _defineProperty(_vi$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_vi$data, 'FOOTER_4', 'Những Điều Cần Lưu Ý '), _defineProperty(_vi$data, 'sidebar_AccountInfo', 'Thông Tin Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountAddr', 'Địa Chỉ Tài Khoản '), _defineProperty(_vi$data, 'sidebar_AccountBal', 'Số Dư Tài Khoản '), _defineProperty(_vi$data, 'sidebar_TokenBal', 'Số Dư Token '), _defineProperty(_vi$data, 'sidebar_Equiv', 'Giá Trị Tương Đương '), _defineProperty(_vi$data, 'sidebar_TransHistory', 'Lịch Sử Giao Dịch '), _defineProperty(_vi$data, 'sidebar_donation', 'MyEtherWallet là một ứng dụng miễn phí được xây dựng trên mã nguồn mở nhằm bảo vệ quyền riêng tư và sự bảo mật của người sử dụng. các khoản quyên góp mà chúng tôi nhận được sẽ giúp chúng tôi có cơ hội dành nhiều thơi gian hơn cho việc lắng nghe những phản hồi từ người sử dụng nhằm tạo ra những ứng dụng mới nhằm đáp ứng những mong muốn từ người sử dụng. Chúng tôi hiện tại là hai cá nhân đang cố gắng làm cho thế giới ngày một tốt hơn. Hãy cùng chung giúp chúng tôi '), _defineProperty(_vi$data, 'sidebar_donate', 'Quyên Góp '), _defineProperty(_vi$data, 'sidebar_thanks', 'Xin Chân Thành Cảm Ơn!!! '), _defineProperty(_vi$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_vi$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_vi$data, 'decrypt_Access', 'Làm thế nào đễ truy cập vào ví của bạn? '), _defineProperty(_vi$data, 'decrypt_Title', 'Chọn Loại Định Dạng Private Key Thích Hợp: '), _defineProperty(_vi$data, 'decrypt_Select', 'Chọn ví: '), _defineProperty(_vi$data, 'ADD_Label_1', 'Bạn đang cần làm gì? '), _defineProperty(_vi$data, 'ADD_Radio_1', 'Tạo Ví Mới '), _defineProperty(_vi$data, 'ADD_Radio_2', 'Chọn Tập Tin Ví Của Bạn (Keystore / JSON) '), _defineProperty(_vi$data, 'ADD_Radio_2_alt', 'Chọn Tập Tin Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_2_short', 'CHỌN TẬP TIN VÍ... '), _defineProperty(_vi$data, 'ADD_Radio_3', 'Dán/Gõ Private Key Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Radio_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Radio_5', 'Dán/Điền ký tự dễ nhớ của bạn '), _defineProperty(_vi$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_vi$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_vi$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_vi$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_vi$data, 'ADD_Label_2', 'Tạo Tên Gọi: '), _defineProperty(_vi$data, 'ADD_Label_3', 'Ví của bạn sẽ được giải mã. Xin vui lòng điền mật khẩu '), _defineProperty(_vi$data, 'ADD_Label_4', 'Thêm Tài Khoản đễ Theo Dõi '), _defineProperty(_vi$data, 'ADD_Warning_1', 'Bạn có thể thêm bất kỳ tài khoản nào bạn muốn theo dõi trên ví mà không cần đến Mật khẩu bảo mật. Việc này không có nghĩa là bạn đã truy cập vào bên trong ví. Do đó bạn sẽ không thực hiện được giao dịch tại chức năng này. '), _defineProperty(_vi$data, 'ADD_Label_5', 'Điền Địa Chỉ Ví '), _defineProperty(_vi$data, 'ADD_Label_6', 'Mở Khoá Cho Ví Của Bạn '), _defineProperty(_vi$data, 'ADD_Label_6_short', 'Mở Khoá '), _defineProperty(_vi$data, 'ADD_Label_7', 'Thêm Tài Khoản '), _defineProperty(_vi$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_vi$data, 'GEN_desc', 'Nếu bạn muốn tạo nhiều ví cùng một lúc, bạn có thể thực hiện tại đây '), _defineProperty(_vi$data, 'GEN_Label_1', 'Tạo mật khẩu thật mạnh nhằm bảo mật tài khoản (ít nhất 9 ký tự) '), _defineProperty(_vi$data, 'GEN_Placeholder_1', 'Lưu nó lại một cách cẩn thận! '), _defineProperty(_vi$data, 'GEN_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'GEN_Label_2', 'Lưu lại tập tin chứa định dạng Keystore/JSON hoặc Private Key. Đừng quên mật khẩu mà bạn đã tạo phía trên. '), _defineProperty(_vi$data, 'GEN_Label_3', 'Địa Chỉ Ví (bạn cần lưu lại cho việc sử dụng). '), _defineProperty(_vi$data, 'GEN_Label_4', 'Bạn có thể in ví giấy hoặc lưu giữ mã QR một cách cẩn thận. '), _defineProperty(_vi$data, 'BULK_Label_1', 'Số Lượng Ví Cần Tạo '), _defineProperty(_vi$data, 'BULK_Label_2', 'Tạo Ví '), _defineProperty(_vi$data, 'BULK_SuccessMsg', 'Ví của bạn đã được tạo thành công. '), _defineProperty(_vi$data, 'SEND_addr', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'SEND_amount', 'Số Lượng Cần Gửi '), _defineProperty(_vi$data, 'SEND_amount_short', 'Số Lượng '), _defineProperty(_vi$data, 'SEND_custom', 'Token được yêu cầu! '), _defineProperty(_vi$data, 'SEND_gas', 'Gas '), _defineProperty(_vi$data, 'SEND_TransferTotal', 'Gửi Hết Số Dư Hiện Có '), _defineProperty(_vi$data, 'SEND_generate', 'Tạo Giao Dịch '), _defineProperty(_vi$data, 'SEND_raw', 'Định Dạng Giao Dịch '), _defineProperty(_vi$data, 'SEND_signed', 'Chữ Ký Giao Dich '), _defineProperty(_vi$data, 'SEND_trans', 'Gửi Đi '), _defineProperty(_vi$data, 'SENDModal_Title', 'Cảnh Báo! '), _defineProperty(_vi$data, 'SENDModal_Content_1', 'Bạn muốn gửi đi '), _defineProperty(_vi$data, 'SENDModal_Content_2', 'Địa chỉ đến '), _defineProperty(_vi$data, 'SENDModal_Content_3', 'Bạn đã chắc chắn muốn thực hiện giao dịch này '), _defineProperty(_vi$data, 'SENDModal_Content_4', 'Lưu Ý: Nếu bạn gặp lỗi, bạn cần phải thêm ether vào tài khoản của bạn để thanh toán chi phí gas của việc gửi Token. Gas được thanh toán bằng ether. '), _defineProperty(_vi$data, 'SENDModal_No', 'Không, Đưa tôi ra khỏi đây! '), _defineProperty(_vi$data, 'SENDModal_Yes', 'Có, Tôi chắc chắn! Hãy thực hiện giao dịch. '), _defineProperty(_vi$data, 'TOKEN_Addr', 'Địa Chỉ Token Contract'), _defineProperty(_vi$data, 'TOKEN_Symbol', 'Ký Hiệu Token '), _defineProperty(_vi$data, 'TOKEN_Dec', 'Phân Số Thập Phân '), _defineProperty(_vi$data, 'TOKEN_show', 'Hiển thị tất cả các loại Tokens '), _defineProperty(_vi$data, 'TOKEN_hide', 'Ẩn Tokens '), _defineProperty(_vi$data, 'TRANS_desc', 'Nếu bạn muốn gửi Token, xin vui lòng sử dụng danh mục "Gửi Token". '), _defineProperty(_vi$data, 'TRANS_warning', 'Nếu bạn sử dụng chức năng "Chỉ ETH" hoặc "Chỉ ETC" trong việc gửi đi thông qua một hợp đồng thông minh. Những dịch vụ có chức năng chấp nhận các giao dịch. Đọc Thêm. '), _defineProperty(_vi$data, 'TRANS_advanced', 'Nâng Cao: Thêm Dữ Liệu '), _defineProperty(_vi$data, 'TRANS_data', 'Dữ Liệu: '), _defineProperty(_vi$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_vi$data, 'TRANS_sendInfo', 'Mỗi Giao dịch Phổ Thông sử dụng hết 21000 gas có giá tương đương 0.000441 ETH. Chúng tôi áp dụng giá Gas dành cho một giao dịch cao hơn so với mức tối thiểu là 0.000000021 ETH nhằm đảm bảo một giao dịch được diễn ra nhanh. Chúng tôi hoàn toàn không nhận được khoản tiền phát sinh nào từ phí giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Title', 'Giao Dịch "Chỉ ETH" Và "Chỉ ETC" '), _defineProperty(_vi$data, 'TRANSModal_Content_0', 'Một số lưu ý về sự khác biệt của từng loại giao dịch và sự khác biệt của từng dịch vụ: '), _defineProperty(_vi$data, 'TRANSModal_Content_1', '**ETH (Giao Dịch Phổ Thông): ** Phương pháp này mặc định rằng nó sẽ tạo giao dịch từ một địa chỉ gửi đến địa chỉ nhận khác và nó sẽ tiêu thụ hết 21000 gas. Theo giả thuyết thì bất kì số ETH gửi đi thông qua phương pháp này sẽ được thực hiện lại tương tự trên chuổi ETC. '), _defineProperty(_vi$data, 'TRANSModal_Content_2', '**Chỉ ETH: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETH**. '), _defineProperty(_vi$data, 'TRANSModal_Content_3', '**Chỉ ETC: ** Phương pháp này sẽ thực hiện giao dịch thông qua [Hợp đồng thông minh nhằm "tránh việc phát lại" được phát triển bởi Timon Rapp (theo lời cảnh báo của VB)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/) vì vậy giao dịch này chỉ được thực hiện trên chuổi **ETC**. '), _defineProperty(_vi$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** Giao Dịch chỉ được thực hiện thông qua giao dịch phổ thông. Nếu bạn thực hiện thông qua hợp đồng "Chỉ", thì bạn cần phải liên hệ trực tiếp với nhân viên hỗ trợ của họ để họ tự thêm vào hoặc hoàn lại tiền cho bạn. [bạn cũng có thể thử với công cụ "chia tách" của Shapeshift.](https://split.shapeshift.io/) '), _defineProperty(_vi$data, 'TRANSModal_Content_5', '**Kraken & Poloniex:** không có sự cố nào xảy ra khi thực hiện giao dịch. '), _defineProperty(_vi$data, 'TRANSModal_Yes', 'Tuyệt vời, Tôi dã hiểu. '), _defineProperty(_vi$data, 'TRANSModal_No', 'Tôi gặp gặp phải một vài vấn đề khó hiểu.Làm ơn giúp tôi hiểu rõ hơn. '), _defineProperty(_vi$data, 'OFFLINE_Title', 'Tạo và Gửi đối với giao dịch offline '), _defineProperty(_vi$data, 'OFFLINE_Desc', 'Tạo một giao dịch Offline sẽ được thực hiện với 3 bước. bạn sẽ hoàn thành bước 1 và 3 trên cùng 1 máy tính đang trong tình trạng online và thực hiện bước 2 trên một máy tính đang trong tình trạng offline/airgapped. Việc này sẽ đảm bảo Private Key của bạn không có bất cứ một liên kết nào với một thiết bị đang kết nối internet nào khác. '), _defineProperty(_vi$data, 'OFFLLINE_Step1_Title', 'Bước 1: Tạo Thông Tin (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step1_Button', 'Tạo Thông Tin '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_1', 'Địa Chỉ Gửi '), _defineProperty(_vi$data, 'OFFLINE_Step1_Label_2', 'Lưu ý: Đây phải là tài khoản gửi, không phải tài khoản đến. Nonce sẽ được tạo ra từ tài khoản có nguồn gốc. Nếu sử dụng máy tính có tình trạng airgapped, thì nó sẽ trở thành địa chỉ của tài khoản lưu trữ lạnh. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Title', 'Bước 2: Tạo Giao Dịch (Máy Tính Đang Offline) '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_1', 'Địa Chỉ Đến '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_2', 'Đơn vị / Tổng số gửi: '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3', 'Giá Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_3b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4', 'Giới hạn Gas '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_4b', '21000 măc định sẽ là số gas giới hạn. khi bạn gửi đi một hợp đồng hoặc thêm dữ liệu, việc này sẽ cần phải làm khác đi. Lượng Gas không được sử dụng sẽ hoàn trả cho bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_5b', 'Điều này đã được hiển thị ở bước 1 trên máy tính trực tuyến của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6', 'Dữ Liệu '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_6b', 'Đây là phần tùy chọn. Dữ liệu thường được sử dụng khi bạn gửi các giao dịch hợp đồng. '), _defineProperty(_vi$data, 'OFFLINE_Step2_Label_7', 'Nhập / Chọn Private Key / JSON của bạn. '), _defineProperty(_vi$data, 'OFFLINE_Step3_Title', 'Bước 3: Gửi / Làm rõ Giao Dịch (Máy tính đang Online) '), _defineProperty(_vi$data, 'OFFLINE_Step3_Label_1', 'Dán chữ ký Giao Dịch được tạo từ Bước 2 vào đây và chọn nút "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_vi$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_vi$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_vi$data, 'NODE_Name', 'Node Name'), _defineProperty(_vi$data, 'NODE_Port', 'Node Port'), _defineProperty(_vi$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_vi$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_vi$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_vi$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_vi$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_vi$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_vi$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_vi$data, 'CONTRACT_Read', 'READ '), _defineProperty(_vi$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_vi$data, 'SWAP_rates', "Current Rates "), _defineProperty(_vi$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_vi$data, 'SWAP_init_2', " for "), _defineProperty(_vi$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_vi$data, 'SWAP_information', "Your Information "), _defineProperty(_vi$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_vi$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_vi$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_vi$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_vi$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_vi$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_vi$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_vi$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_vi$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_vi$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_vi$data, 'SWAP_progress_3', "Received! "), _defineProperty(_vi$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_vi$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_vi$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_vi$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_vi$data, 'MSG_date', 'Date '), _defineProperty(_vi$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_vi$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_vi$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_vi$data, 'MSG_message', 'Message '), _defineProperty(_vi$data, 'MSG_signature', 'Signature '), _defineProperty(_vi$data, 'MSG_verify', 'Verify Message '), _defineProperty(_vi$data, 'x_Trezor', 'TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_vi$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_vi$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_vi$data, 'ADD_Ledger_1', 'Kết Nối Với Ledger Wallet Của Bạn '), _defineProperty(_vi$data, 'ADD_Ledger_2', 'Mở Lên Ứng Dụng Của Ethereum (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Exp', 'Mở Lên Ứng Dụng Của Expanse (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_2_Ubq', 'Mở Lên Ứng Dụng Của Ubiq (Hoặc một ứng dụng của Hợp Đồng) '), _defineProperty(_vi$data, 'ADD_Ledger_3', 'Xác nhận lại phần Hổ Trợ dành cho Trình Duyệt đã được kích hoạt trong mục Cài Đặt '), _defineProperty(_vi$data, 'ADD_Ledger_4', 'Nếu mục Hổ Trợ dành cho Trình duyệt không tìm thấy trong mục Cài Đặt, Xác nhận lại bạn đã có [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) hay chưa '), _defineProperty(_vi$data, 'ADD_Ledger_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_Ledger_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Wallet '), _defineProperty(_vi$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_vi$data, 'ADD_Ledger_scan', 'Kết nối với Ledger Nano S '), _defineProperty(_vi$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0a', 'Hảy mở lại trang MyEtherWallet trên một kết nối có tính bảo mật (SSL) '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_0b', 'Sử dụng [Chrome](https://www.google.com/chrome/browser/desktop/) hoặc [Opera](https://www.opera.com/) Để mở lại trang MyEtherWallet '), _defineProperty(_vi$data, 'ADD_DigitalBitbox_scan', 'Kết nối với Digital Bitbox '), _defineProperty(_vi$data, 'DEP_generate', 'Tạo Bytecode '), _defineProperty(_vi$data, 'DEP_generated', 'Bytecode Đã Được Tạo '), _defineProperty(_vi$data, 'DEP_signtx', 'Chữ Ký Giao Dịch '), _defineProperty(_vi$data, 'DEP_interface', 'Đã Tạo Giao Diện '), _defineProperty(_vi$data, 'MYWAL_Nick', 'Tên Gọi Của Ví '), _defineProperty(_vi$data, 'MYWAL_Address', 'Địa Chỉ Ví '), _defineProperty(_vi$data, 'MYWAL_Bal', 'Số Dư '), _defineProperty(_vi$data, 'MYWAL_Edit', 'Chỉnh Sửa '), _defineProperty(_vi$data, 'MYWAL_View', 'Xem '), _defineProperty(_vi$data, 'MYWAL_Remove', 'Gỡ Bỏ '), _defineProperty(_vi$data, 'MYWAL_RemoveWal', 'Gỡ Bỏ Ví: '), _defineProperty(_vi$data, 'MYWAL_WatchOnly', 'Tài khoản theo dõi của bạn '), _defineProperty(_vi$data, 'MYWAL_Viewing', 'Xem Ví '), _defineProperty(_vi$data, 'MYWAL_Hide', 'Ẩn Thông Tin Ví '), _defineProperty(_vi$data, 'MYWAL_Edit_2', 'Chỉnh Sửa Ví '), _defineProperty(_vi$data, 'MYWAL_Name', 'Tên Ví '), _defineProperty(_vi$data, 'MYWAL_Content_1', 'Cảnh Báo! Bạn Muốn gỡ bỏ Ví của bạn '), _defineProperty(_vi$data, 'MYWAL_Content_2', 'Hãy chắc chắn bạn đã **Lưu giữ Private Key hoặc Tập Tin chứa định dạng Keystore và mật khẩu** Trước khi bạn gỡ bỏ nó. '), _defineProperty(_vi$data, 'MYWAL_Content_3', 'Nếu bạn muốn sử dụng địa chỉ Ví này với MyEtherWallet CX trong tương lai, bạn sẽ cần phải tự thêm vào lại bằng cách sử dụng tập tin Private Key / JSON và mật khẩu. '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. Bạn có thể muốn làm điều này để [nhập tài khoản của bạn vào Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/). Nếu bạn muốn kiễm tra số dư của bạn, chúng tôi khuyên bạn sử dụng một blockchain explorer như [etherscan.io] (https://etherscan.io/). '), _defineProperty(_vi$data, 'VIEWWALLET_Subtitle_Short', 'Việc này cho phép bạn tải về các phiên bản khác nhau của Private Key và in lại ví giấy của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_SuccessMsg', 'Đã Thành Công! Đây là thông tin chi tiết về Ví của bạn. '), _defineProperty(_vi$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_vi$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_vi$data, 'MNEM_1', 'Xin vui lòng, Chọn địa chỉ mà bạn muốn tương tác. '), _defineProperty(_vi$data, 'MNEM_2', 'Cụm từ dễ nhớ đó có thể truy nhập vào số địa chỉ Ví của bạn. Vui lòng chọn địa chỉ mà bạn muốn tương tác tại thời điểm này. '), _defineProperty(_vi$data, 'MNEM_more', 'Nhiều địa chỉ '), _defineProperty(_vi$data, 'MNEM_prev', 'Địa chỉ trước đó '), _defineProperty(_vi$data, 'CX_error_1', 'Bạn không có bất kỳ ví nào được lưu lại. Chọn Nút ["Thêm Ví"](/cx-wallet.html#add-wallet) để thêm ví! '), _defineProperty(_vi$data, 'CX_quicksend', 'Gửi Nhanh '), _defineProperty(_vi$data, 'ERROR_0', 'Vui lòng nhập số dư hợp lệ. '), _defineProperty(_vi$data, 'ERROR_1', 'Mật khẩu của bạn phải có ít nhất 9 ký tự. Hãy đảm bảo rằng nó là một mật khẩu mạnh. '), _defineProperty(_vi$data, 'ERROR_2', 'Lấy làm tiếc! Chúng tôi không nhận ra loại Định Dạng từ tập tin ví. '), _defineProperty(_vi$data, 'ERROR_3', 'Đây không phải là một tập tin ví hợp lệ. '), _defineProperty(_vi$data, 'ERROR_4', 'Đơn vị này không tồn tại, xin vui lòng sử dụng một trong những đơn vị sau đây '), _defineProperty(_vi$data, 'ERROR_5', 'Địa chỉ không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_6', 'Mật khẩu không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_7', 'Tổng số không hợp lệ. (Must be integer. Try 0-18.) '), _defineProperty(_vi$data, 'ERROR_8', 'Giới hạn gas không hợp lệ. (Must be integer. Try 21000-4000000.) '), _defineProperty(_vi$data, 'ERROR_9', 'Dữ liệu không hợp lệ. (Must be hex.) '), _defineProperty(_vi$data, 'ERROR_10', 'Tổng số gas không hợp lệ. (Must be integer. Try 20 GWEI / 20000000000 WEI.) '), _defineProperty(_vi$data, 'ERROR_11', 'Nonce không hợp lệ. (Must be integer.) '), _defineProperty(_vi$data, 'ERROR_12', 'Chữ ký giao dịch không hợp lệ. '), _defineProperty(_vi$data, 'ERROR_13', 'Tên gọi này đã được sữ dụng. '), _defineProperty(_vi$data, 'ERROR_14', 'Không tìm thấy Ví. '), _defineProperty(_vi$data, 'ERROR_15', 'Trông có vẻ như một proposal ới số ID này chưa kết thúc hoặc đang có một lỗi xảy ra để đọc được proposal này. '), _defineProperty(_vi$data, 'ERROR_16', 'Đã có một ví với địa chỉ này đang tồn tại trong mục lưu trữ. Vui lòng kiễm tra trang ví của bạn. '), _defineProperty(_vi$data, 'ERROR_17', 'Bạn cần có ít nhất **0.01 ETH** trong tài khoản để thanh toán chi phí gas. Hãy thêm một số ether và thực hiện lại. '), _defineProperty(_vi$data, 'ERROR_18', 'Toàn bộ gas sẽ được sử dụng trong giao dịch này. Việc làm này có nghĩa là bạn đã bỏ phiếu cho đề xuất này hoặc kỳ hạn của cuộc tranh luận đã kết thúc. '), _defineProperty(_vi$data, 'ERROR_19', 'Biểu tượng không hợp lệ '), _defineProperty(_vi$data, 'ERROR_20', 'Không tồn tại trên hệ thống ERC-20 token. Nếu bạn phải chờ lâu. Xin vui lòng thử lại lần nữa!. '), _defineProperty(_vi$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_vi$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_vi$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_vi$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_vi$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_vi$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_vi$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_vi$data, 'ERROR_28', '**Bạn cần sử dụng tập tin chứa định dạng Keystore/JSON cùng với Mật khẩu hoặc Private Key của bạn** cho việc đăng nhập vào ví này trong tương lai. Hãy sao lưu và cất giữ nó cẩn thận tại kho lưu trữ của bạn! Không có cách nào đễ khôi phục Ví của bạn nếu bạn không sao lưu dữ liệu ví lại. Đọc Thêm [trang trợ giúp] (https://www.myetherwallet.com/#help) đễ được hướng dẫn cụ thể. '), _defineProperty(_vi$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_vi$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_vi$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_vi$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_vi$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_vi$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_vi$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_vi$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_vi$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_vi$data, 'SUCCESS_1', 'Địa Chỉ Hợp Lệ '), _defineProperty(_vi$data, 'SUCCESS_2', 'Ví đã được giải mã thành công '), _defineProperty(_vi$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_vi$data, 'SUCCESS_4', 'Ví của bạn đã được thêm thành công: '), _defineProperty(_vi$data, 'SUCCESS_5', 'Tập Tin Được Chọn '), _defineProperty(_vi$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_vi$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_vi$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_vi$data, 'GETH_InvalidSender', 'Sai người nhận '), _defineProperty(_vi$data, 'GETH_Nonce', 'Nonce quá thấp '), _defineProperty(_vi$data, 'GETH_Cheap', 'Gas quá thấp '), _defineProperty(_vi$data, 'GETH_Balance', 'Số dư tài khoản không đủ '), _defineProperty(_vi$data, 'GETH_NonExistentAccount', 'Tài khoản không tồn tại hoặc số dư không đủ '), _defineProperty(_vi$data, 'GETH_InsufficientFunds', 'Số dư không đủ thanh toán cho gas * Giá + Giá trị '), _defineProperty(_vi$data, 'GETH_IntrinsicGas', 'Số gas quá thấp '), _defineProperty(_vi$data, 'GETH_GasLimit', 'Số gas vượt mức giới hạn đối với một Block '), _defineProperty(_vi$data, 'GETH_NegativeValue', 'Cảnh báo xấu về lượng gas '), _defineProperty(_vi$data, 'PARITY_AlreadyImported', "Giao dịch có cùng đoạn hash đã được ghi nhận."), _defineProperty(_vi$data, 'PARITY_Old', "Nonce quá thấp để tạo một giao dịch, hãy thử lại bằng cách tăng số nonce."), _defineProperty(_vi$data, 'PARITY_TooCheapToReplace', "Phí giao dịch quá thấp. Đang có một giao dịch khác có cùng số nonce đang bị gián đoạn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_LimitReached', "Có quá nhiều giao dịch đang bị gián đoạn. Giao dịch của bạn sẽ bị ngắt nhằm đảm bảo mức giới hạn an toàn. Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientGasPrice', "Phí giao dịch quá thấp. Nó không đáp ứng được mức phí tối thiểu dành cho node của bạn (Tối thiểu: {}, bạn có: {}). Hãy thử lại bằng cách tăng phí giao dịch."), _defineProperty(_vi$data, 'PARITY_InsufficientBalance', "Không đủ số dư. Bạn đang cố gắng gửi đi một giao dịch vs số dư bị thiếu. Số dư cần thiết {} và bạn có: {}."), _defineProperty(_vi$data, 'PARITY_GasLimitExceeded', "Phí giao dịch đang vượt quá mức giới hạn gas hiện tại. Giới hạn: {}, bạn có: {}. Hãy thử lại bằng cách giảm bớt số gas."), _defineProperty(_vi$data, 'PARITY_InvalidGasLimit', "Tổng số gas mà bạn sử dụng đang vượt mức giới hạn cho phép."), _defineProperty(_vi$data, 'translate_version', '0.3 '), _defineProperty(_vi$data, 'Translator_Desc', 'Chân Thành Cảm Ơn '), _defineProperty(_vi$data, 'TranslatorName_1', '[Phạm Thế Vũ](https://twitter.com/PhamTheVu3) · '), _defineProperty(_vi$data, 'TranslatorAddr_1', 'https://twitter.com/PhamTheVu3 '), _defineProperty(_vi$data, 'TranslatorName_2', '[và Ethereum Vietnam](https://www.ethereumvn.com) '), _defineProperty(_vi$data, 'TranslatorAddr_2', 'https://www.facebook.com/ethereumvietnam https://www.ethereumvn.com '), _defineProperty(_vi$data, 'TranslatorName_3', ''), _defineProperty(_vi$data, 'TranslatorAddr_3', ''), _defineProperty(_vi$data, 'TranslatorName_4', ''), _defineProperty(_vi$data, 'TranslatorAddr_4', ''), _defineProperty(_vi$data, 'TranslatorName_5', ''), _defineProperty(_vi$data, 'TranslatorAddr_5', ''), _defineProperty(_vi$data, 'HELP_Warning', 'Nếu bạn đã khởi tạo Ví -hoặc- đã tải về máy tập tin có chứa dữ liệu ví trước **Ngày 31 Tháng 12 năm 2015**, xin vui lòng kiễm tra lại dữ liệu Ví; dễ tải về phiên bản mới của tập tin Ví. Chi tiết xem tại. '), _defineProperty(_vi$data, 'HELP_Desc', 'Nếu bạn thấy có gì sai sót và có những câu hỏi nào khác cần được giải đáp. [Xin Liên Lạc Với Chúng Tôi](mailto:support@myetherwallet.com), và chúng tôi sẽ giải đáp những thắc mắc từ bạn, ngoài ra chúng tôi sẽ cập nhật lại trang web nhằm đem lại nhiều tiện lợi nhất có thể cho người sử dụng trong tương lai! '), _defineProperty(_vi$data, 'HELP_Remind_Title', 'Một số lưu ý! '), _defineProperty(_vi$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, và các nền tảng khác từ Javascript libraries mà chúng tôi sử dụng đang được phát triển một cách tích cực.** Mặc dù toàn bộ đã được chúng tôi kiễm tra rất kỹ lưỡng và hàng chục nghìn địa chỉ Ví đã được tạo thành công từ người sử dụng trên toàn cầu, nhưng vẫn có những vấn đề có thể xảy ra làm cho ETH của bạn bị mất đi. Xin vui lòng không nên đầu tư với số tiền nhiều hơn khả năng mà bạn đã cho rằng nó sẽ mất và hãy luôn cẩn thận. Trong trường hợp rủi ro xảy ra, chung tôi rất chân thành xin lỗi. Tuy nhiên **Chúng tôi sẽ không chịu bất cứ một trách nhiệm nào đối với số lượng Ether mà bạn đã bị mất!**. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX không phải "Ví Web". Vì vậy bạn không tạo tài khoản sau đó gửi số Ether của bạn cho chúng tôi dễ giữ hộ. Toàn bộ Dữ liệu sẽ không bao giờ bị rò rỉ ra khỏi máy tính/trình duyệt của bạn. Chúng tôi xây dựng nó nhằm giúp người sử dụng có thể đễ dàng tạo mới, lưu trữ và truy cập thông tin Ví của bạn và tương tác với Blockchain. '), _defineProperty(_vi$data, 'HELP_Remind_Desc_3', 'Nếu bạn không lưu lại Private key và mật khẩu của bạn, thì sẽ không có bất cứ một cách nào có thể khôi phục lại Ví và tài sản hiện đang chứa trong Ví. Bạn nên sao lưu dữ liệu Ví tại nhiều nơi và những thiết bị lưu trữ khác nhau! '), _defineProperty(_vi$data, 'HELP_0_Title', '0) Tôi mới sử dụng lần đầu tiên. Tôi phải làm gì? '), _defineProperty(_vi$data, 'HELP_0_Desc_1', 'MyEtherWallet giúp bạn có khả năng tạo Ví mới dùng dễ lưu trữ số lượng Ether của ban bởi chính mình, Ví được tạo ra không nằm trên bất cứ một sàn giao dịch nào. Quá trình tạo Ví điễn ra hoàn toàn trên máy tính cá nhân của bạn chứ không phải trên hệ thống máy chủ của chúng tôi. Do đó, khi bạn khởi tạo một Ví mới, **bạn chịu trách nhiệm hoàn toàn về vấn đề sao lưu dữ liệu đối với Ví được tạo**. '), _defineProperty(_vi$data, 'HELP_0_Desc_2', 'Khởi Tạo Một Ví Mới. '), _defineProperty(_vi$data, 'HELP_0_Desc_3', 'Sao Lưu Dữ Liệu Ví. '), _defineProperty(_vi$data, 'HELP_0_Desc_4', 'Xác thực rằng bạn có quyền truy cập vào ví mới này và hãy chắc chắn đã sao lưu tất cả các thông tin cần thiết. '), _defineProperty(_vi$data, 'HELP_0_Desc_5', 'Gửi Ether đến Ví mới này. '), _defineProperty(_vi$data, 'HELP_1_Title', '1) Làm thế nào dễ khởi tạo một Ví mới? '), _defineProperty(_vi$data, 'HELP_1_Desc_1', 'Đi đến trang "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_2', 'Đi đến trang "Thêm Ví" và chọn "Tạo Ví Mới" '), _defineProperty(_vi$data, 'HELP_1_Desc_3', 'Nhập một mật khẩu mạnh. Nếu bạn nghĩ có thể quên mật khẩu thì bạn nên lưu nó lại một nơi nào đó thật an toàn. bạn sẽ cần đến mật khẩu này dễ gửi đi một giao dịch. '), _defineProperty(_vi$data, 'HELP_1_Desc_4', 'Chọn "Tạo Ví". '), _defineProperty(_vi$data, 'HELP_1_Desc_5', 'Ví của bạn sẽ được tạo ngay bây giờ. '), _defineProperty(_vi$data, 'HELP_2a_Title', 'Làm thế nào dễ sao lưu Ví? '), _defineProperty(_vi$data, 'HELP_2a_Desc_1', 'Bạn nên sao lưu tập tin Ví của bạn bên ngoài máy tính và tại nhiều nơi khác nhau - như trên USB hoặc/và một tờ giấy. '), _defineProperty(_vi$data, 'HELP_2a_Desc_2', 'Lưu lại địa chỉ Ví. Bạn có thể giữ nó cho chính mình hoặc chia sẽ nó cho bất cứ ai. Người khác có thể gửi Ether cho bạn thông qua địa chỉ Ví của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_3', 'Private key. Không được chia sẽ Private key cho bất cứ ai. Private key rất cần thiết khi bạn muốn truy cập vào Ví và Gửi đi một lượng Ether! hiện tại có 3 phiên bản lưu trữ dành cho Private Key: '), _defineProperty(_vi$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_vi$data, 'HELP_2a_Desc_5', 'Bạn Có thể in Ví giấy nếu bạn sở hữu máy in. Ngoài ra, bạn có thể ghi lại Private key và địa chỉ Ví của bạn lên một tờ giấy. Hãy Cất giữ chúng tại một nơi an toàn, hãy ngắt kết nối hoàn toàn giữa máy tính và USB của bạn. '), _defineProperty(_vi$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_vi$data, 'HELP_2b_Title', '2b) Làm thế nào dễ bảo mật Ví / offline / lưu trữ lạnh cùng với MyEtherWallet? '), _defineProperty(_vi$data, 'HELP_2b_Desc_1', 'Đến trang github của chúng tôi: [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_vi$data, 'HELP_2b_Desc_2', 'Chọn vào ô `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_3', 'Chuyển tiếp tập tin zip đi đến máy tính airgapped. '), _defineProperty(_vi$data, 'HELP_2b_Desc_4', 'Giải nén tập tin Zip và nhấn kép chuột vào tập tin `index.html`. '), _defineProperty(_vi$data, 'HELP_2b_Desc_5', 'Khởi tạo một Ví cá nhân mới cùng với một mật khẩu mạnh. '), _defineProperty(_vi$data, 'HELP_2b_Desc_6', 'Lưu giữ lại địa chỉ Ví vừa tạo. Lưu giữ lại các định dạng của Private key. Lưu giữ lại mật khẩu của bạn nếu bạn không hoàn toàn nhớ nó mãi mãi. '), _defineProperty(_vi$data, 'HELP_2b_Desc_7', 'Cất giữ tờ giáy mà bạn đã ghi lên / USB tại nhiều nơi riêng biệt. '), _defineProperty(_vi$data, 'HELP_2b_Desc_8', 'đi đến trang "Xem thông tin Ví" và gõ vào Private key của bạn / mật khẩu nhằm đảm bảo rằng nó hoàn toàn chính xác và truy cập vào Ví. kiễm tra lại mật khẩu mà bạn ghi lại trên giấy có giống nhau hay chưa. '), _defineProperty(_vi$data, 'HELP_3_Title', '3) Làm thế nào dễ xác minh và truy cập vào Ví mới được khởi tạo? '), _defineProperty(_vi$data, 'HELP_3_Desc_1', '**Trước khi bạn gửi số lượng Ether vô Ví mới của bạn**, bạn nên chắc chắn rằng bạn đã truy cập vào Ví thành công. '), _defineProperty(_vi$data, 'HELP_3_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_3', 'Bạn hãy đi đến trang MyEtherWallet.com "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_4', 'Chọn tập tin định dạng Ví của bạn -hoặc- sử dụng Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_3_Desc_5', 'Nếu Ví của bạn được mã hoá, ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_3_Desc_6', 'Chọn vào ô "Mở khoá Ví". '), _defineProperty(_vi$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_vi$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_vi$data, 'HELP_4_Title', '4) Làm thế nào dễ gửi Ether từ Ví này sang Ví khác ? '), _defineProperty(_vi$data, 'HELP_4_Desc_1', 'Nếu như bạn dự định dễ chuyển một số lượng lớn Ether, bạn nên gửi đi một lượng nhỏ đến Ví của bạn dễ thử nghiệm, nhằm xác định chắc chắn tất cả chức năng đều hoạt động đúng như dự định. '), _defineProperty(_vi$data, 'HELP_4_Desc_2', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_4_Desc_3', 'Chọn tập tin Ví -hoặc- Private key của bạn dễ mở khoá cho Ví. '), _defineProperty(_vi$data, 'HELP_4_Desc_4', 'Nếu Ví của bạn đang trong tình trạng mã hoá,ô điền thông tin sẽ tự động báo lại. Nhập mật khẩu. '), _defineProperty(_vi$data, 'HELP_4_Desc_5', 'Chọn vào nút "Mở Khoá Ví". '), _defineProperty(_vi$data, 'HELP_4_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4_Desc_9', 'Chọn vào "Khởi tạo Giao dịch". '), _defineProperty(_vi$data, 'HELP_4_Desc_10', 'Một cửa sổ thông báo sẽ hiện ra. Việc khởi tạo giao dịch này được thực hiện từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_4_Desc_11', 'Chọn vào nút màu xanh "Gửi giao dịch đi" phía dưới. '), _defineProperty(_vi$data, 'HELP_4_Desc_12', 'Một cửa sổ yêu cầu sẽ xuất hiện. Xác nhận lại số lượng cần gửi và địa chỉ đến. Sau đó chọn vào ô "Có, tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_4_Desc_13', 'Giao dịch của bạn sẽ được gửi đi. TX Hash sẽ xuất hiện trên màn hình. Bạn có thể chọn vào TX Hash dễ xem nó trên blockchain. '), _defineProperty(_vi$data, 'HELP_4CX_Title', '4) Làm thế nào dễ gửi đi Ether bằng cách sử dụng MyEtherWallet CX? '), _defineProperty(_vi$data, 'HELP_4CX_Desc_1', 'Trước tiên, bạn cần phải thêm Ví của bạn vào. Sau khi thực hiện xong, Bạn sẽ có 2 lựa chọn: Chức năng "Gửi Nhanh" từ biểu tượng nằm trên thanh công cụ tiện ích của Google Chrome hoặc chọn vào "Gửi Ether và Tokens" dễ đi đến trang trình duyệt. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_2', 'Gửi Nhanh '), _defineProperty(_vi$data, 'HELP_4CX_Desc_3', 'Chọn vào biểu tượng trên thanh tiẹn ích của Google Chrome. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_4', 'Chọn vào ô "Gửi Nhanh". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_5', 'Chọn vào Ví mà bạn muốn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_6', 'Điền địa chỉ mà bạn muốn gửi đến tại khung trống "Địa chỉ đến:". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_7', 'Điền số lượng Ether mà bạn muốn gửi đi.Hoặc bạn có thể chọn vào phần "Gửi toàn bộ số dư" nếu bạn muốn chuyển đi toàn bộ số Ether mà bạn hiện có trong tài khoản. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_8', 'Chọn vào ô "Thực hiện Giao Dịch". '), _defineProperty(_vi$data, 'HELP_4CX_Desc_9', 'Xác nhận lại số lượng cần gửi và địa chỉ đến. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_10', 'Điền vào mật khẩu của Ví bạn dùng dễ gửi. '), _defineProperty(_vi$data, 'HELP_4CX_Desc_11', 'Chọn vào ô "Gửi giao dịch đi." '), _defineProperty(_vi$data, 'HELP_4CX_Desc_12', 'Sử dụng trang "Gửi Ether và Tokens" '), _defineProperty(_vi$data, 'HELP_5_Title', '5) Làm thế nào dễ kích hoạt MyEtherWallet.com với tính năng offline? '), _defineProperty(_vi$data, 'HELP_5_Desc_1', 'Bạn hãy kích hoạt MyEtherWallet.com trên máy tính của bạn thay thế cho việc chạy trên máy chủ của Github. Bạn có thể khởi tạo Ví mới hoàn toàn trong tình trạng offline và gửi giao dịch đi từ trang "Giao dịch Offline". '), _defineProperty(_vi$data, 'HELP_5_Desc_7', 'MyEtherWallet.com sẽ được chạy hoàn toàn trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_5_Desc_8', 'Trong trường hợp bạn chưa quen với việc sử dụng này, bạn cần nên giữ nguyên toàn bộ thư mục và chừa một phần dung lượng vừa đủ để chạy trang web, không chỉ riêng tập tin `index.html`. Không nên thử mở lên hoặc di chuyển bất cứ một tập tin nào trong thư mục. Nếu bạn lưu trữ một bản sao tập tin repo của MyEtherWallet, chúng tôi khuyên bạn nên lưu trữ tập tin nén nhằm chắc chắn các nội dung của thư mục được giữ nguyên. '), _defineProperty(_vi$data, 'HELP_5_Desc_9', 'Cũng như việc chúng tôi liên tục cập nhật MyEtherWallet.com, vì vậy chúng tôi khuyên bạn nên cập nhận định kì cho các tập tin đã Lưu của định dạng repo. '), _defineProperty(_vi$data, 'HELP_5CX_Title', '5) Làm sao dễ chúng tôi có thể cài đặt phần mở rộng từ repo thay vì từ cửa hàng ứng dụng của Chrome? '), _defineProperty(_vi$data, 'HELP_5CX_Desc_2', 'Chọn vào ô `chrome-extension-vX.X.X.X.zip`. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_3', 'Tại trình duyệt Google Chrome và tìm phần cài đặt của nó (Trong mục menu nằm trên góc phải cửa sổ). '), _defineProperty(_vi$data, 'HELP_5CX_Desc_4', 'chọn phần "Extensions" nằm bên trái. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_5', 'kiễm tra lại nút "Developer Mode" nằm trên cùng của trang. '), _defineProperty(_vi$data, 'HELP_5CX_Desc_6', 'Chọn vào ô "Load unpacked extension...". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_7', 'Đưa chuột và chọn vào tập tin mà bạn vừa tải về và giải nén nó trước đó, nhấp vào nút "Select". '), _defineProperty(_vi$data, 'HELP_5CX_Desc_8', 'Ứng dụng mở rộng không nên cho xuất hiện tại mục mở rộng và thanh ứng dụng mở rộng tại Google Chrome. '), _defineProperty(_vi$data, 'HELP_7_Title', '7) Làm thế nào dễ gửi token và thêm Token vào Ví? '), _defineProperty(_vi$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) là cách tốt nhất dễ kiễm tra Token và số Token. '), _defineProperty(_vi$data, 'HELP_7_Desc_1', 'Đi đến trang "Gửi Ether và Tokens". '), _defineProperty(_vi$data, 'HELP_7_Desc_2', 'mở khoá Ví của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_3', 'Điền địa chỉ mà bạn cần gửi đến tại ô trống "Địa chỉ đến:" . '), _defineProperty(_vi$data, 'HELP_7_Desc_4', 'Điền số lượng Token mà bạn muốn gửi. '), _defineProperty(_vi$data, 'HELP_7_Desc_5', 'Chọn loại Token mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_7_Desc_6', 'Nếu bạn không thấy Token của bạn hiển thị trên trang chúng tôi: '), _defineProperty(_vi$data, 'HELP_7_Desc_7', 'Chọn vào "Custom". '), _defineProperty(_vi$data, 'HELP_7_Desc_8', 'Điền địa chỉ, tên, đơn vị số thập phân của loại Token mà bạn muốn. Chúng được cung cấp bởi các nhà phát triển Token và nó cũng cần thiết khi bạn "thêm vào dễ xem Token" trên Mist. '), _defineProperty(_vi$data, 'HELP_7_Desc_9', 'Chọn "Lưu". '), _defineProperty(_vi$data, 'HELP_7_Desc_10', 'Bạn có thể gửi token cũng như bạn sẽ nhìn thấy số dư của nó nằm ở khung bên cạnh. '), _defineProperty(_vi$data, 'HELP_7_Desc_11', 'Chọn "Khởi tạo giao dịch". '), _defineProperty(_vi$data, 'HELP_7_Desc_12', 'Một thông báo sẽ xuất hiện và xác thực rằng đây là việc khởi tạo giao dịch từ trình duyệt của bạn. '), _defineProperty(_vi$data, 'HELP_7_Desc_13', 'Chọn vào nút màu xanh phía dưới "Gửi giao dịch đi". '), _defineProperty(_vi$data, 'HELP_7_Desc_14', 'Sau đó một thông báo sẽ xuất hiện. Xác thực lại số lượng Ether và địa chỉ đến. sau đó nhấn vào nút "Có, Tôi chắc chắn! Hãy thực hiện giao dịch.". '), _defineProperty(_vi$data, 'HELP_7_Desc_15', 'Giao dịch của bạn sẽ được Thực hiện. TXid sẽ hiển thị cho bạn. Bạn có thể chọn vào TXid và nhìn ấy giao dịch của bạn trên blockchain. '), _defineProperty(_vi$data, 'HELP_8_Title', '8) Những gì sẽ xảy ra nếu trang của chúng tôi bị sập? '), _defineProperty(_vi$data, 'HELP_8_Desc_1', 'MyEtherWallet không phải là Ví online. Bạn không cần phải đăng nhập và không có bất cứ gì được lưu lại trên máy chủ của chúng tôi. Đây chỉ đơn giản là một giao diện cho phép bạn tương tác với blockchain. '), _defineProperty(_vi$data, 'HELP_8_Desc_2', 'Nếu MyEtherWallet.com bị sập, bạn sẽ phải tìm một giải pháp khác (như là geth hoặc Ví Ethereum / Mist) dễ tiếp tục thực hiện giao dịch. Nhưng bạn không cần thiết phải "Mang" Ether của bạn ra khỏi MyEtherWallet bởi vì số Ether đó không nằm trong MyEtherWallet. Bởi vì số Ether đó đang nằm trong Ví Ethereum được khởi tạo thông qua trang của chúng tôi. '), _defineProperty(_vi$data, 'HELP_8_Desc_3', 'Bạn chỉ cần bỏ tập tin chứa định dạng mã hoá Private key của bạn vào và Geth/Mist sẽ tự động giải mã tập tin (mã hoá) trực tiếp bên trong geth / Ví Ethereum / Mist một cách dễ dàng. Xem câu hỏi #12. '), _defineProperty(_vi$data, 'HELP_8_Desc_4', 'Ngoài ra, Khả năng xảy ra vấn đề trang MyEtherWallet bị sập là rất khó. Cũng như việc chúng tôi không lưu trữ lại bất cứ dữ liệu gì vì vậy giá trị của nó sở hữu hoàn toàn bằng không. Nếu chúng tôi buộc phải tháo tên miền này xuống, thì toàn bộ sẽ vẫn còn, tồn tại và công khai trên trang [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). Bạn có thể tải tập tin nén của nó và chạy nó trực tiếp trên máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Title', '8) Những gì sẽ xảy ra néu MyEtherWallet CX hoàn toàn biến mất? '), _defineProperty(_vi$data, 'HELP_8CX_Desc_1', 'Trước tiên, Toàn bộ dữ liệu đã được lưu trên máy tính của bạn, Chứ không phải ở máy chủ của chúng tôi. Chúng tôi biết rằng bạn sẽ dễ nhầm lẫn, nhưng khi bạn nhìn vào kho tiện ích của Chrome, bạn sẽ không tìm thấy được những gì hiện đang được lưu trên máy chủ của chúng tôi - Bởi vì toàn bộ đều được lưu trên chính máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_2', 'Điều đó cho thấy tầm **quan trọng** đối với việc sao lưu toàn bộ thông tin và dữ liệu Ví mới được khởi tạo từ bạn tại trang MyEtherWallet CX. Và việc sao lưu dữ liệu là cách dự phòng tốt khi những vấn đề xấu có thể xảy ra đối với MyEtherWallet CX hoặc máy tính của bạn, và nó giúp bạn có toàn bộ thông tin cần thiết dễ bạn có thể truy cập vào Ví và quản lý được số Ether của bạn. xem lại phần #2a dễ rõ hơn về cách sao lưu dữ liệu. '), _defineProperty(_vi$data, 'HELP_8CX_Desc_3', 'Nếu vì một lý do bất kì buộc MyEtherWallet CX không tồn tại trên kho tiện ích của Chrome, bạn có thể tìm thấy mã nguồn trên Github và tải về máy của bạn. Xem phần #5 ở trên. '), _defineProperty(_vi$data, 'HELP_9_Title', '9) Có phải trang "Gửi Ether" là trang offline? '), _defineProperty(_vi$data, 'HELP_9_Desc_1', 'Không. Nó cần kết nối internet dễ xác định được giá Gas hiện tại, nonce của tài khoản, và phát tán các dữ liệu dễ xác thực các giao dịch (không "gửi" nó đi). Tuy nhiên, nó chỉ gửi đi khi giao dịch của bạn được ký từ chính bạn. Private key của bạn hoàn toàn an toàn từ bạn. hiện nay, chúng tôi có hỗ trợ thêm chức năng "Giao dịch Offline" dễ bạn có thể đảm bảo Private key của bạn đang trong tình trạng offline/airgapped của máy tính trong bất cứ lúc nào. '), _defineProperty(_vi$data, 'HELP_10_Title', '10) Làm thế nào dễ tạo giao dịch Offline? '), _defineProperty(_vi$data, 'HELP_10_Desc_1', 'Đi đến trang "Giao dịch Offline" thông qua máy tính đang online. '), _defineProperty(_vi$data, 'HELP_10_Desc_2', 'Điền vào "Địa chỉ gửi". Lưu ý, đây là địa chỉ mà bạn dùng dễ gửi, không phải là địa chỉ đến. và nó sẽ khởi tạo nonce và xác định giá Gas hiện tại. '), _defineProperty(_vi$data, 'HELP_10_Desc_3', 'Sau đó, chuyển đến máy tính Offline của bạn. Điền vào "Địa chỉ đến" và "Số cần gửi" mà bạn muốn gửi đi. '), _defineProperty(_vi$data, 'HELP_10_Desc_4', 'Điền vào "Giá Gas" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_5', 'Điền vào "NONCE" được hiển thị trên máy tính online của bạn ở bước #1. '), _defineProperty(_vi$data, 'HELP_10_Desc_6', 'Sau đó "Giới hạn GAS" sẽ được mặc định với số gas là 21000. Điều này sẽ khởi tạo một giao dịch thông thường. Nếu bạn gửi đi một hợp đồng hoặc bổ sung thêm dữ liệu vối với giao dịch của bạn, bạn cần phải tăng lên số Giới hạn gas và bất kì gas dư thừa sẽ được hoàn trả lại cho bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_7', 'Nếu bạn muốn, Thêm vào một số dữ liệu. Nếu bạn điền dữ liệu vào, bạn sẽ cần số Giới hạn gas nhiều hơn số 21000 được mạc định ban đầu. Tất cả dữ liệu đều ở định dạng HEX . '), _defineProperty(_vi$data, 'HELP_10_Desc_8', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_10_Desc_9', 'nhấn vào nút "Khởi tạo Chữ Ký cho giao dịch". '), _defineProperty(_vi$data, 'HELP_10_Desc_10', 'Các trường dữ liệu phía dưới nút này sẽ dùng dễ chứng thực chữ ký cho giao dịch của bạn. Cóp hết đoạn dữ liệu này và chuyển đến máy tính online của bạn. '), _defineProperty(_vi$data, 'HELP_10_Desc_11', 'Trên máy tính online của bạn, bạn hãy dán chữ ký giao dịch vào khung điền văn bản tại bước #3 và chọn nút "Gửi Ether". Việc làm này sẽ phát sóng đi giao dịch của bạn. '), _defineProperty(_vi$data, 'HELP_12_Title', '12) Làm thế nào dễ tôi sử dụng Ví được khởi tạo từ MyEtherWallet trên geth / Ví Ethereum / Mist? '), _defineProperty(_vi$data, 'HELP_12_Desc_1', 'Bạn phải sử dụng tập tin chứa định dạng JSON dành cho Geth/Mist từ MyEtherWallet v2+.... '), _defineProperty(_vi$data, 'HELP_12_Desc_2', 'Đi đến trang "Xem Thông Tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_3', 'Mở khoá Ví và sử dụng định dạng **mã hoá** private key của bạn hoặc tập tin chứa định dạng JSON. '), _defineProperty(_vi$data, 'HELP_12_Desc_4', 'Đi đến trang "Ví Của Tôi". '), _defineProperty(_vi$data, 'HELP_12_Desc_5', 'Chọn Ví mà bạn muốn dùng dễ sử dụng trên Mist, chon vào biểu tượng "Xem", Điền mật khẩu của bạn, và đăng nhập vào Ví của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_6', 'Tìm phần "Tải về định dạng JSON - định dạng Geth/Mist (Mã hoá)". Nhấn vào nút "Tải về máy" nằm phía dưới. Bây giờ bạn đã sở hữu định dạng Keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_7', 'Truy cập Ví trên ứng dụng Ví Ethereum. '), _defineProperty(_vi$data, 'HELP_12_Desc_8', 'Tại thanh Menu, bạn chọn như sau "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_vi$data, 'HELP_12_Desc_9', 'Bạn sẽ mở thư mục keystore của bạn ra. Sao chép tập tin mà bạn đã tải về máy (`UTC--2016-04-14......../`) vào trong thư mục keystone. '), _defineProperty(_vi$data, 'HELP_12_Desc_10', 'Tài khoản của bạn sẽ hiển thị ngay dưới phần "Accounts." '), _defineProperty(_vi$data, 'HELP_12_Desc_11', 'Sử dụng Private key không mã hóa của bạn... '), _defineProperty(_vi$data, 'HELP_12_Desc_12', 'Nếu bạn chưa sở hữu private key không mã hoá , hãy đi đến trang "Xem thông tin Ví". '), _defineProperty(_vi$data, 'HELP_12_Desc_13', 'Chọn tập tin Ví của bạn -hoặc- Private key của bạn dễ mở khoá Ví. '), _defineProperty(_vi$data, 'HELP_12_Desc_14', 'Sao chép Private Key (không mã hoá) của bạn. '), _defineProperty(_vi$data, 'HELP_12_Desc_15', 'Nếu bạn sử dụng máy MAC: '), _defineProperty(_vi$data, 'HELP_12_Desc_15b', 'Nếu bạn sử dụng máy PC: '), _defineProperty(_vi$data, 'HELP_12_Desc_16', 'Mở phần Text Edit và dán private key này vào. '), _defineProperty(_vi$data, 'HELP_12_Desc_17', 'Tại thanh menu bạn hãy chọn "Format" -> "Make Plain Text". '), _defineProperty(_vi$data, 'HELP_12_Desc_18', 'Lưu tập tin này trên `desktop/` của bạn như `nothing_special_delete_me.txt`. chắc chắn rằng nó được khai báo "UTF-8" và " Nếu không có phần mở rộng được cung cấp sử dụng .text" và lưu vào dialog. '), _defineProperty(_vi$data, 'HELP_12_Desc_19', 'Mở terminal và dùng câu lệnh như sau: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_20', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_21', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_22', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_12_Desc_23', 'Mở mục Notepad & dán private key vào '), _defineProperty(_vi$data, 'HELP_12_Desc_24', 'Lưu tập tin lại với tên như sau `nothing_special_delete_me.txt` tại ổ đĩa `C:` '), _defineProperty(_vi$data, 'HELP_12_Desc_25', 'Sử dụng câu lệnh, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_26', 'Việc này sẽ yêu cầu bạn thực hiện một mật khẩu mới. Và nó sẽ là mật khẩu mà bạn sử dụng tại geth / Ví Ethereum / Mist . Lưu ý, Bạn phải ghi nhớ mật khẩu này. '), _defineProperty(_vi$data, 'HELP_12_Desc_27', 'Sau khi hoàn thành việc nhập Ví trên ứng dụng, bạn nên xoá tập tin `nothing_special_delete_me.txt` '), _defineProperty(_vi$data, 'HELP_12_Desc_28', 'Trong lần sử dụng ứng dụng Ví Ethereum sau này, Tài khoản của bạn sẽ tự đọng liên kết và hiển thị dưới phần "Accounts". '), _defineProperty(_vi$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_vi$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_vi$data, 'HELP_14_Title', '14) Một số trang khi khởi tạo Private key thông qua việc di chuyển con trỏ chuột máy tính trên màn hình. MyEtherWallet.com không làm theo cách này. Các ký tự Private key được tạo ra trên trang MyEtherWallet một cách an toàn nhất? '), _defineProperty(_vi$data, 'HELP_14_Desc_1', 'Mặc dù chúng tôi hiểu với việc di chuyển chuột xung quanh màn hình như vậy sẽ khá thú vị, nhưng thực tế window.crypto sẽ đảm bảo việc tạo ra những "dữ liệu ngẫu nhiên" hơn đối với việc di chuyển chuột. Việc di chuyển chuột như vậy không phải là không an toàn, nhưng thông qua rất nhiều những thử nghiệm về mật mã khác thì chúng tôi hoàn toàn tin tưởng vào window.crypto. Ngoài ra, MyEtherWallet.com còn được sử dụng trên những thiết bị cảm ứng. Đây là [Cuộc tranh cải tức giận giữa một redditor và Vitalik Buterin Liên quan đến vấn đề Di chuyển con chuột với window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_vi$data, 'HELP_15_Title', '15) Vì sao tài khoản của tôi vừa tạo lại không tồn tại trên Blockchain Explorer? (bao gồm: etherchain, etherscan) '), _defineProperty(_vi$data, 'HELP_15_Desc_1', 'Tài khoản của bạn chỉ tồn tại duy nhất trên một Blockchain Explorer và tài khoản được kích hoạt khi bởi chính nó khi bạn dùng tài khoản đó và chuyển Ether vào tức khắc tài khoản sử dụng sẽ hiển thị trên hệ thống Blockchain Explorer thích hợp. '), _defineProperty(_vi$data, 'HELP_16_Title', '16) Làm thế nào dễ kiễm tra số dư hiện tại của tài khoản? '), _defineProperty(_vi$data, 'HELP_16_Desc_1', 'Bạn có thể sử dụng Blockchain Explorer dễ kiễm tra, Ví dụ: [etherscan.io](https://etherscan.io/). Dán địa chỉ của bạn vào khung tìm kiếm và nó sẽ hiển thị tài khoản của bạn và toạn bộ lịch sữ giao dịch đã thực hiện đối với địa chỉ này. Ví Dụ: Đây là địa chỉ của chúng tôi [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) được trông thấy trên etherscan.io '), _defineProperty(_vi$data, 'HELP_17_Title', '17) Tại sao số dư tài khoản của tôi không hiển thị khi tôi truy cập vào tài khoản? '), _defineProperty(_vi$data, 'HELP_17_Desc_1', 'Vấn đề này rất có thể xảy ra nếu như máy tính của bạn đang kích hoạt tường lửa. Các API mà chúng tôi sử dụng nhằm tải xuống số Dư của hiện có của tài khoản và chuyển đổi số dư thường bị chặn bởi tường lửa bởi bất kì lý do nào. Nhưng bạn vẫn có thể gửi đi các giao dịch và bạn chỉ cần sử dụng một phương pháp khác dễ kiễm tra số dư của bạn hiện tại trước và sau khi giao dịch được thực hiện, ví dụ: etherscan.io '), _defineProperty(_vi$data, 'HELP_18_Title', '18) Tập tin chứa định dạng Geth của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Title', '19) Tập tin chứa dịnh dạng Mist của ví tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_19_Desc_1', 'Tập tin chứa định dạng dành cho Ví mist nằm ở mục the file locations phía trên, nó rất đễ dàng dễ mở Mist, Chọn "Accounts" hàng đầu tiên của thanh công cụ, chọn "Backup", và chọn "Accounts". Nó sẽ mở ra thư mục hiện tại đang lưu trữ tập tin định dạng Ví của bạn. '), _defineProperty(_vi$data, 'HELP_20_Title', '20) Tập tin Pre-sale cho Ví của tôi nằm ở đâu? '), _defineProperty(_vi$data, 'HELP_20_Desc_1', 'Cho dù bạn lưu trữ nó ở đâu. ;) nó cũng đều được gửi đến email của bạn, vì vậy hãy kiễm tra email. Kiếm tập tin mang tên `"ethereum_wallet_backup.json"` và sau đó chọn tập tin này. Tập tin Ví này thường đc mã hoá bởi một mật khẩu khi bạn khởi tạo nó trong lúc bạn thanh toán trong thời gian pre-sale. '), _defineProperty(_vi$data, 'HELP_21_Title', '21) có thể xảy ra trường hợp có một cá nhân nào đó sử dụng ngẫu nhiên một Private key dễ thấy được số dư tài khoản của một người khác và chuyển số Ether đó vào địa chỉ mà cá nhân dó sở hữu hay không? '), _defineProperty(_vi$data, 'HELP_21_Desc_1', 'Đối với phiên bản ngắn: Điều đó có thể xảy ra, nhưng việc chọn ngẫu nhiên dễ nhằm tìm kiếm một tài khoản chứa Ether là một việc làm mất rất nhiều thời gian và cũng có thể mất cả vài chục năm dễ đạt được mục đích đó. bởi vậy trường hợp này được coi là rất khó dễ xảy ra. '), _defineProperty(_vi$data, 'HELP_21_Desc_2', 'Phiên bản dài ELI5: Bởi vậy Ethereum được dựa trên [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), Đặc biệt là [Mật mã đường cong Elliptic](https://eprint.iacr.org/2013/734.pdf) Được sử dụng rất rộng rãi, không chỉ duy nhất ở Ethereum. Hầu hết các Server được bảo vệ thông qua ECC. Bitcoin cũng tương tự, cũng giống như SSH và TLS và rất nhiều thứ khác. Mã khoá của Ethereum cụ thể bao gồm 256-bit ký tự, Đoạn mã đó dài và khó đoán hơn đoạn mã 128-bit và 192-bit, mặc dù 128-bit và 192-bit hiện cũng được dùng khá rộng rãi và vẫn được nhận định là rất bảo mật từ các chuyên gia. '), _defineProperty(_vi$data, 'HELP_21_Desc_3', 'Tại đây bạn đang sở hữu private key và public key. private key có thể dùng thay thế cho public key, nhưng public key không thể dùng nhằm thay thế và dùng dễ phục hồi lại private key. Thực tế trên internet và các dữ liệu cần được bảo mật của thế giới đang sử dụng loại mật mã học này, có nghĩa nếu một cách nào đó nhằm dùng public key dễ phục hồi lại private key, Thì lượng Ether mà bạn bị đánh cắp nó không phải là vấn đề lớn so với nhiều vấn đề mang tính quan trọng rất lớn của những tổ chức tài chính và chính phủ trên toàn cầu. '), _defineProperty(_vi$data, 'HELP_21_Desc_4', 'Hiện tại chỉ khẳng định rằng nếu ai đó sở hữu được Private key của bạn thì thực sự họ mới có khả năng chuyển số Ether trong tài khoản của bạn đi được. Giống như nếu ai đó có được mật khẩu email của bạn, họ có thể đọc và gửi email, hoặc mật khẩu tài khoản ngân hàng của bạn, họ mới có thể đánh cắp tiền của bạn đi được. Bạn có thể tải về định dạng Keystore bởi vì nó là định dạng đã mã hoá dữ liệu từ Private key của bạn cùng với mật khẩu giải mã khác. Trường hợp này giống như hiện tại bạn đang có một mật khẩu A nhưng được bảo vệ bởi một mật khẩu B khác và nó giúp tài khoản của bạn càng khó bị đánh mất hơn. '), _defineProperty(_vi$data, 'HELP_21_Desc_5', 'Vẫn có thẻ xảy ra, theo lý thuyết thì bạn sẽ sử dụng một chuỗi gồn 64 ký tự cho đến khi bạn nhận được một kết quả đúng. Thực tế, một cá nhân thông minh có thể lập trình lên một chương trình rà kết quả đúng với Private key của bạn một cách nhanh chóng. Trường hợp này giống như "brute-forcing" hoặc "mining" private keys. Nhưng viêc làm này vẫn mất rất nhièu thời gian và rất khó. Cùng với một hệ thống Server công nghệ cao, họ có khả năng dò ngẫu nhiên 1 triệu ký tự / giây. Tuy nhiên, Việc kiễm tra ngẩu nghiên này nhằm mang lại quyền đột nhập vào tài khoản của bạn sẽ phải mất một lượng chi phí rất cao đễ duy trì hệ thống Server của họ - và dễ rà soát cho đến khi hoàn toàn chính xác được Private key của bạn thì có lẽ cá nhân đó đã già vì phải mất cả gần trăm năm dễ cho ra kết quả chính xác. '), _defineProperty(_vi$data, 'HELP_21_Desc_6', 'Nếu bạn hiểu toàn bộ về Bitcoin, [Điều này có thể xem qua tại:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *Nhằm làm rõ cho việc: Cho rằng mỗi satoshi của mỗi bitcoin từng được tạo ra đã gửi đến nó những private key được nó sở hữu mà không có trường hợp khác thay thế. Xác xuất dễ có một mã khoá bị trùng lặp tại hai địa chỉ khác nhau là một trong 100 quintillion, bởi vậy được coi là hoàn toàn không thể. '), _defineProperty(_vi$data, 'HELP_21_Desc_7', '[Nếu bạn cần một phương pháp bảo mật cao hơn có thể tham khảo:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *Đối với đoạn mã của Private thì hầu như những công nghệ tiên tiến trên máy tính của bạn chỉ là vô nghĩa, vì khi người nào đó muốn dò ngẫu nhiên nó thì họ không cần thiết phải tấn công vào thiết bị của bạn. Nhưng đối với một mã khoá 265-bit sẽ bất khả thi đối với việc làm trên trừ khi máy tính của họ được xây dựng bởi một cái gì đó khác biệt và cực kì tiên tiến thì mới rà được và cho ra kết quả tốt nhất và trường hợp này sẽ cần rất rất nhiều thời gian và những công nghệ đó có lẽ còn phải mất rất nhiều thời gian trong tương lai dễ nghiên cứu . '), _defineProperty(_vi$data, 'HELP_21_Desc_8', 'Tất cả những giả đinh trên nhằm xác định rõ đoạn mã được tạo ra một cách hoàn toàn ngẫu nhiên. các mã khoá được tạo ra ở đây đáp ứng các tiêu chí, mà có thể tương tích đc với Jaxx và Mist/Geth. Ví Ethereum là tất cả những gì tuyệt vời nhất. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_vi$data, 'HELP_SecCX_Title', 'Bảo mật - MyEtherWallet CX '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_1', 'Những thông tin dữ liệu được kho tiện ích lưu trữ ở đâu? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_2', 'Các thông tin dữ liệu được lưu trữ tại kho tiện ích của trình duyệt Chrome thông qua [chrome.storage](http://chrome.storage/). - Đây cũng là nơi mà mật khẩu của bạn được lưu trữ khi bạn chọn cài đặt lưu lại mật khẩu ở trình duyệt Chrome. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_3', 'Những loại thông tin nào sẽ được lưu trữ? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_4', 'Địa chỉ, tên gọi và Private key sẽ được lưu trữ tại chrome.storage. Private key sẽ được mã hoá và sử dụng mật khẩu mà bạn thiết lập trong lúc bạn đang thực hiện thêm Ví nhưng địa chỉ Ví và tên Ví thì không bị mã hoá. '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_5', 'Vì sao địa chỉ và tên gọi lại không cần thiết mã hoá? '), _defineProperty(_vi$data, 'HELP_SecCX_Desc_6', 'Nếu chúng tôi mã hoá chúng, thì bạn phải điền mật khẩu khi bạn muốn xem số dư hiện tại của tài khoản bạn và xem tên gọi của tài khoản đó. Nếu như bạn cảm thấy đáp ứng nhu cầu bạn đã nêu, Chúng tôi cung cấp thêm lựa chọn khác dành cho bạn đó là MyEtherWallet.com thay vì phải sử dụng Chrome Extension. '), _defineProperty(_vi$data, 'HELP_Sec_Title', 'Bảo Mật '), _defineProperty(_vi$data, 'HELP_Sec_Desc_1', 'Nếu câu hỏi đầu tiên mà bạn đặt ra đó là "Vì sao tôi phải tin vào những người tạo ra trang này?", thì đó là một câu hỏi tốt. Hi vọng rằng những thông tin sau đây sẽ làm giảm bớt sự lo ngại từ phía bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_2', 'Chúng tôi đã bất đầu đưa trang của chúng tôi ra thị trường vào tháng 8 năm 2015. Nếu bạn tìm kiếm trên nguồn ["myetherwallet" tại reddit](https://www.reddit.com/search?q=myetherwallet), bạn sẽ thấy được lượng người hiện tại đang sử dụng và sự thành công của trang myetherwallet. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_3', 'Chúng tôi không dùng trang này nhằm mục đích sử dụng tiền của bạn hoặc đánh cắp các Private key của bạn. Và trên trang của chúng tôi hoàn toàn không xuất hiện mã độc. Trong thực tế tại trang "Tạo Ví" là hoàn toàn được thực hiện từ người sử dụng. Việc này có nghĩa tất cả các đoạn mã và mật khẩu sẽ được thực hiện hoàn toàn trên **Máy tính cá nhân của bạn** và nó hoàn toàn không lưu lại hoặc chuyển đi bất cứ một dữ liệu nào ra khỏi máy tính của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_4', 'Hãy kiễm tra URL -- Trang của chúng tôi được cung cấp thông qua Github và bạn có thể kiễm tra lại toàn bộ mã nguồn ở đây: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) đến các tên miền: [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_vi$data, 'HELP_Sec_Desc_5', 'Đối với việc khởi tạo Ví, bạn có thể tải về [Mã nguồn](https://github.com/kvhnuke/etherwallet/releases/latest). Xem phần #5 phía trên. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_6', 'Bạn hãy cho chạy thử đễ kiễm tra lại toàn bộ hoạt động của nó. Cách đơn giản nhất đễ bạn kiễm tra là nhấn chuột phải vào trang của chúng tôi vào chọn mục "inspect element". đi đến mục "Network". Khởi tạo thử một Ví. Lúc này bạn sẽ thấy được các hoạt động của hệ thống sẽ diễn ra như thế nào. Bạn sẽ thấy được dữ liệu sau: image/gif và image/png. Nó chính là mã QR đã được khởi tạo...trên máy tính của bạn. Và không có một dung lượng dữ liệu nào được chuyển ra khỏi máy của bạn. '), _defineProperty(_vi$data, 'HELP_Sec_Desc_8', 'Nếu bạn cảm thấy không an tâm khi sử dụng công cụ của chúng tôi, bạn có quyền không sử dụng nó. Chúng tôi tạo ra ứng dụng này nhằm giúp người sử dụng dễ dàng tạo Ví mới và lập giao dịch mà không cần dùng đến những câu lệnh trên Terminal hoặc tải về đầy đủ các node. Một lần nữa xin nhắc lại, bạn hoàn toàn có thể ngưng sử dụng và báo lại với chúng tôi nếu bạn có một mối quan ngại nào đó, chúng tôi sẽ chịu trách nhiệm chỉnh sửa hoặc giải đáp thắc mắc từ nơi bạn một cách sớm nhất có thể. Xin Chân Thành Cảm Ơn! '), _defineProperty(_vi$data, 'HELP_FAQ_Title', 'Lời giãi đáp cho những câu hỏi thường gặp: '), _defineProperty(_vi$data, 'HELP_Contact_Title', 'Những cách đễ liên lạc với chúng tôi:'), _vi$data); module.exports = vi; @@ -18403,7 +18400,7 @@ zhcn.data = (_zhcn$data = { ONBOARD_why_content__8: '请积极地关注你账户私钥和密码的安全, 你的私钥有时也会以助记词(mnemonic phrase), keystore文件, UTC文件, JSON文件, 钱包文件等形式存在.', ONBOARD_why_content__9: '请记住如果你不慎丢失了你的私钥或者密码, 没有任何人可以恢复它们.', ONBOARD_why_content__10: '如果你在钓鱼网站录入了你的私钥 ,那么它们会**盗取你所有的资金**.' -}, _defineProperty(_zhcn$data, 'ONBOARD_blockchain_title__alt', '什么是区块链?'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_title', '如果MyEtherWallet都不能做前面说的那些事, 那我为啥还要用它?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__1', '因为匿名才是去中心化和区块链的重点.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__2', '你的资金交易不再依赖银行或者政府机构.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__3', '你资金的安全也不再依赖交易所或者银行的安全系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__4', '如果你认为上面的几点不重要, 那你可能需要重新思考下区块链以及加密货币是如何产生价值的. 😉'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__5', '如果你还是觉得用MEW太麻烦, 那你可以考虑用 [Coinbase](https://www.coinbase.com/) 或者 [Blockchain.info](https://blockchain.info/wallet/#/signup). 它们提供类似的使用用户名和密码来登录管理的账户系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__6', '如果你担心 MEW 还不够安全, [那就赶紧买个硬件钱包吧](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! 它们能保证你密钥的安全.'), _defineProperty(_zhcn$data, 'ONBOARD_why_title__alt', '但是为啥呢?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_title', '如何保护你的隐私和资金安全'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_title', '如何防范钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__1', '钓鱼网站的常用伎俩是向你发送一条包含网站链接的信息, 并将这个链接伪装成很像MyEtherWallet, EtherDelta, Paypal或者银行的网站.当用户访问这些钓鱼网站并不慎填写自己的账户信息后, 黑客就能窃取这些信息进而窃取你的资金.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__2', '可以安装 [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) 或者 [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) 或者 [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) 或者 [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) 这几个可以防范钓鱼网站的插件.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__3', '记得每次都要检查 URL 地址: `https://www.myetherwallet.com`.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__4', '正常情况下地址栏左侧会始终显示 `MYETHERWALLET LLC [US]` 字样的绿色字体.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__5', '不要相信或者点击那些在电子邮件, Slack, Reddit, Twitter等地方看到的网页链接.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__6', '养成手动输入地址打开网站的好习惯, 不要通过邮件或者其它途径里链接来打开网站.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__7', '[安装AdBlocker(广告拦截器)](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) 并且不要点击搜索引擎页面里的广告 (比如 百度).'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt_2', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title', '如何防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__1', '总有人会设法骗走你的钱.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__2', '看上去很美好的事物, 事实却有可能相反.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__3', '在决定投资之前充分的做好调查研究, 多查询来自网站或讨论区的多方面信息, 不要轻信.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__4', '当遇到问题或者感觉不对劲的时候, 一定要多提问咨询.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__5', '不要被急功近利的思维占据了理智, 越是紧急的行情越是要保持冷静的问自己为什么, 因为这很有可能是人为制造的恐慌.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title__alt', '远离钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title', '如何防范自己的资金遭受损失'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__1', '如果你丢失了你的私钥或者密码, 是没有任何方法可以找回来的, 千万不要丢掉它们.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__2', '将你的私钥或者密码做好备份, 最好不要将它们保存在电脑上, 手写或者打印到纸上保存.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__3', '将私钥或密码的备份单独保存到安全的离线环境, 如果它们跟你电脑放在一起的话那么一场大火或者洪水就能轻易的将它们一并摧毁.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__4', '千万不要将私钥存放到在线网盘, 带云同步的相册等在线环境中.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__5', '如果你真正重视你的数字货币, 那你就应该买一个硬件钱包, 你的资产值得用更专业的设备来保护.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__6', '[点我查看更多安全技巧!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title__alt_2', '防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_final_title__alt', '还有一步! 🤘'), _defineProperty(_zhcn$data, 'ONBOARD_final_title', '教程到此完毕!'), _defineProperty(_zhcn$data, 'ONBOARD_final_subtitle', '感谢你认真阅读教程, 你还可以查看更多:'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__1', '创建新钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__2', '购买硬件钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__3', '如何安装 MEW + MetaMask'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__4', '如何离线在本地使用 MEW'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__5', '如何配合 Ledger 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__6', '如何配合 TREZOR 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__7', '如何配合 MetaMask 使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__8', '了解更多或联系我们'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__9', '立刻允许我开始操作账户吧.'), _defineProperty(_zhcn$data, 'ONBOARD_resume', '好像你上次还没有读完整个教程. 请仔细阅读每一张卡片上的提示噢 😉'), _defineProperty(_zhcn$data, 'HELP_2a_Title', '如何保存/备份我的钱包? '), _defineProperty(_zhcn$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_zhcn$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_zhcn$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_zhcn$data, 'x_ReadMore', 'Read More'), _defineProperty(_zhcn$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_zhcn$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_zhcn$data, 'x_TXFee', 'TX Fee'), _defineProperty(_zhcn$data, 'x_TxHash', 'TX Hash'), _defineProperty(_zhcn$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_zhcn$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_zhcn$data, 'tx_Details', 'Transaction Details'), _defineProperty(_zhcn$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhcn$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_zhcn$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_zhcn$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_zhcn$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_zhcn$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_zhcn$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_zhcn$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_zhcn$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_zhcn$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_zhcn$data, 'GEN_Help_1', 'Use your'), _defineProperty(_zhcn$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_zhcn$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_zhcn$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_zhcn$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_zhcn$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_zhcn$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_zhcn$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_zhcn$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_zhcn$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_zhcn$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_zhcn$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_zhcn$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhcn$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhcn$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhcn$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhcn$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhcn$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhcn$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhcn$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhcn$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_zhcn$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_zhcn$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_zhcn$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_zhcn$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhcn$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhcn$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhcn$data, 'NAV_AddWallet', '添加钱包 '), _defineProperty(_zhcn$data, 'NAV_BulkGenerate', '批量生成 '), _defineProperty(_zhcn$data, 'NAV_Contact', '联系我们 '), _defineProperty(_zhcn$data, 'NAV_Contracts', '合同 '), _defineProperty(_zhcn$data, 'NAV_DeployContract', '部署合约 '), _defineProperty(_zhcn$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhcn$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_zhcn$data, 'NAV_GenerateWallet', '生成钱包 '), _defineProperty(_zhcn$data, 'NAV_Help', '帮助 '), _defineProperty(_zhcn$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_zhcn$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_zhcn$data, 'NAV_MyWallets', '我的钱包 '), _defineProperty(_zhcn$data, 'NAV_Offline', '离线发送 '), _defineProperty(_zhcn$data, 'NAV_SendEther', '发送以太币 / 发送代币 '), _defineProperty(_zhcn$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_zhcn$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_zhcn$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhcn$data, 'NAV_ViewWallet', '查看钱包信息 '), _defineProperty(_zhcn$data, 'NAV_YourWallets', '你的钱包 '), _defineProperty(_zhcn$data, 'x_Access', 'Access '), _defineProperty(_zhcn$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 你可以把地址理解为你的“账户”或者“公钥”。你将地址告诉别人,他们就可以向你发送以太币。那个图标有助于判别你的地址。 '), _defineProperty(_zhcn$data, 'x_Address', '你的地址 '), _defineProperty(_zhcn$data, 'x_Cancel', '拒绝 '), _defineProperty(_zhcn$data, 'x_CSV', 'CSV文件(未加密) '), _defineProperty(_zhcn$data, 'x_Download', '下载 '), _defineProperty(_zhcn$data, 'x_Json', 'JSON文件(未加密) '), _defineProperty(_zhcn$data, 'x_JsonDesc', '这是你的未加密JSON格式的私钥文件。 这意味着你发送交易时不需要密码,也意味着拿到你的JSON文件的可以无需密码就可以控制你的钱包和以太币。 '), _defineProperty(_zhcn$data, 'x_Keystore', 'Keystore File (UTC / JSON · 推荐加密的) '), _defineProperty(_zhcn$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_zhcn$data, 'x_KeystoreDesc', '这个Keystore/JSON文件和Mist、Geth使用的钱包文件是一样的,所以将来你可以非常容易地导入。 It is the recommended file to download and back up.推荐下载和备份这个文件。 '), _defineProperty(_zhcn$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhcn$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_zhcn$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_zhcn$data, 'x_Password', '密码 '), _defineProperty(_zhcn$data, 'x_Print', '打印纸钱包 '), _defineProperty(_zhcn$data, 'x_PrintDesc', '小技巧:点击打印,并保存为PDF格式,即使你没有打印机。 '), _defineProperty(_zhcn$data, 'x_PrintShort', '打印 '), _defineProperty(_zhcn$data, 'x_PrivKey', '私钥(未加密) '), _defineProperty(_zhcn$data, 'x_PrivKey2', '私钥 '), _defineProperty(_zhcn$data, 'x_PrivKeyDesc', '这是未加密的文本格式私钥文件,这意味发送交易不需要密码。 如果某个人拿到了你的未加密的私钥,他们无需密码就能够控制你的钱包。 出于这个考虑,我们推荐你使用加密的私钥文件。 '), _defineProperty(_zhcn$data, 'x_Save', '保存 '), _defineProperty(_zhcn$data, 'x_TXT', 'TXT文件(未加密) '), _defineProperty(_zhcn$data, 'x_Wallet', '钱包 '), _defineProperty(_zhcn$data, 'MEW_Warning_1', '使用或者创建新钱包之前,一定要检查下网址是否正确。小心钓鱼网址! '), _defineProperty(_zhcn$data, 'CX_Warning_1', '确保你备份了保存在这里的所有钱包。 许多事情包括卸载和重装扩展,都将使你丢失Chrome扩展中的数据。这个扩展是一种使用钱包的简单方式,但不是备份钱包的方式。 '), _defineProperty(_zhcn$data, 'MEW_Tagline', '开源JavaScript客户端以太币钱包 '), _defineProperty(_zhcn$data, 'CX_Tagline', '开源JavaScript客户端以太币钱包Chrome扩展 '), _defineProperty(_zhcn$data, 'FOOTER_1', '一个开源的生成以太坊钱包和发送交易的JavaScript客户端工具 '), _defineProperty(_zhcn$data, 'FOOTER_1b', '创建者 '), _defineProperty(_zhcn$data, 'FOOTER_2', '欢迎捐赠我们: '), _defineProperty(_zhcn$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhcn$data, 'FOOTER_4', '声明 '), _defineProperty(_zhcn$data, 'sidebar_AccountInfo', '账户信息: '), _defineProperty(_zhcn$data, 'sidebar_AccountAddr', '账户地址: '), _defineProperty(_zhcn$data, 'sidebar_AccountBal', '账户余额: '), _defineProperty(_zhcn$data, 'sidebar_TokenBal', '代币余额: '), _defineProperty(_zhcn$data, 'sidebar_Equiv', '价值: '), _defineProperty(_zhcn$data, 'sidebar_TransHistory', '交易历史: '), _defineProperty(_zhcn$data, 'sidebar_donation', 'MyEtherWallet是保护你的隐私和安全的免费、开源服务。 我们收到的捐赠越多,我们开发新特性、听取你的反馈的时间就越多。我们只是两个尝试改变世界的两个开发者。您能帮助我们吗? '), _defineProperty(_zhcn$data, 'sidebar_donate', '捐赠 '), _defineProperty(_zhcn$data, 'sidebar_thanks', '感谢你!!! '), _defineProperty(_zhcn$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_zhcn$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_zhcn$data, 'decrypt_Access', '你将怎样使用钱包? '), _defineProperty(_zhcn$data, 'decrypt_Title', '选择你的私钥文件格式: '), _defineProperty(_zhcn$data, 'decrypt_Select', '选择一个钱包: '), _defineProperty(_zhcn$data, 'ADD_Label_1', '你想执行什么操作? '), _defineProperty(_zhcn$data, 'ADD_Radio_1', '生成新钱包 '), _defineProperty(_zhcn$data, 'ADD_Radio_2', '选择你的钱包文件(Keystore/JSON) '), _defineProperty(_zhcn$data, 'ADD_Radio_2_alt', '选择你的钱包文件: '), _defineProperty(_zhcn$data, 'ADD_Radio_2_short', '选择钱包文件... '), _defineProperty(_zhcn$data, 'ADD_Radio_3', '粘贴/输入你的私钥 '), _defineProperty(_zhcn$data, 'ADD_Radio_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_zhcn$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhcn$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhcn$data, 'ADD_Label_2', '生成一个钱包昵称: '), _defineProperty(_zhcn$data, 'ADD_Label_3', '你的钱包被加密,请输入密码: '), _defineProperty(_zhcn$data, 'ADD_Label_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Warning_1', '你可以钱包标签页面添加任何要查看的账户,不需要上传私钥。这不意味着你可以使用钱包和发送以太币。 '), _defineProperty(_zhcn$data, 'ADD_Label_5', '输入地址: '), _defineProperty(_zhcn$data, 'ADD_Label_6', '解锁钱包 '), _defineProperty(_zhcn$data, 'ADD_Label_6_short', '解锁 '), _defineProperty(_zhcn$data, 'ADD_Label_7', '增加账户 '), _defineProperty(_zhcn$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhcn$data, 'GEN_desc', '如果你想生成多个钱包,你可以在这里进行: '), _defineProperty(_zhcn$data, 'GEN_Label_1', '输入一个强密码(至少9位) '), _defineProperty(_zhcn$data, 'GEN_Placeholder_1', '不要忘记保存! '), _defineProperty(_zhcn$data, 'GEN_SuccessMsg', '成功!你的钱包已经生成。 '), _defineProperty(_zhcn$data, 'GEN_Label_2', '保存你的Keystore或者私钥。不要忘记你的密码。 '), _defineProperty(_zhcn$data, 'GEN_Label_3', '保存你的地址。 '), _defineProperty(_zhcn$data, 'GEN_Label_4', '打印你的纸钱包,或者存储二维码。(可选) '), _defineProperty(_zhcn$data, 'BULK_Label_1', '打算生成的钱包数量 '), _defineProperty(_zhcn$data, 'BULK_Label_2', '生成钱包 '), _defineProperty(_zhcn$data, 'BULK_SuccessMsg', '成功!你的钱包生成好了。 '), _defineProperty(_zhcn$data, 'SEND_addr', '发送至地址: '), _defineProperty(_zhcn$data, 'SEND_amount', '转账数额: '), _defineProperty(_zhcn$data, 'SEND_amount_short', '数额 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Custom '), _defineProperty(_zhcn$data, 'SEND_gas', 'Gas '), _defineProperty(_zhcn$data, 'SEND_TransferTotal', '发送所有余额 '), _defineProperty(_zhcn$data, 'SEND_generate', '生成交易 '), _defineProperty(_zhcn$data, 'SEND_raw', '未生效交易 '), _defineProperty(_zhcn$data, 'SEND_signed', '签名交易 '), _defineProperty(_zhcn$data, 'SEND_trans', '发送交易 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_zhcn$data, 'SENDModal_Title', '警告! '), _defineProperty(_zhcn$data, 'SENDModal_Content_1', '你将发送 '), _defineProperty(_zhcn$data, 'SENDModal_Content_2', '到地址 '), _defineProperty(_zhcn$data, 'SENDModal_Content_3', '你确定这样做吗? '), _defineProperty(_zhcn$data, 'SENDModal_Content_4', '注意:如果你遇到错误,你最有可能向你的账户添加以太币,用以支付发送代币所需的gas。 Gas is paid in ether.Gas用以太币支付。 '), _defineProperty(_zhcn$data, 'SENDModal_No', '不,离开这里。 '), _defineProperty(_zhcn$data, 'SENDModal_Yes', '是的,我确定!发送交易。 '), _defineProperty(_zhcn$data, 'TOKEN_Addr', '地址 Token Contract '), _defineProperty(_zhcn$data, 'TOKEN_Symbol', '代币符号 '), _defineProperty(_zhcn$data, 'TOKEN_Dec', '小数点位数 '), _defineProperty(_zhcn$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_zhcn$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_zhcn$data, 'TRANS_desc', '如果你想发送代币,请使用“发送代币”页面。 '), _defineProperty(_zhcn$data, 'TRANS_warning', '如果你使用“只发送ETH”或则“只发送ETC”功能,那么你是通过合约发送交易。 一些服务(例如交易所充值)接收这些交易时会遇到问题。阅读更多内容。 '), _defineProperty(_zhcn$data, 'TRANS_advanced', '高级功能:增加更多Gas或者数据 '), _defineProperty(_zhcn$data, 'TRANS_data', '数据: '), _defineProperty(_zhcn$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_zhcn$data, 'TRANS_sendInfo', '一笔标准交易需要21000gas,花费0.000441以太币。我们将gas价格设为0.000000021以太币,略高于最低价格,以保证交易被快速打包。我们不收取交易费用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Title', '“只发送ETH”和“只发送ETC”交易 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_0', '注意不同的交易和不同的服务: '), _defineProperty(_zhcn$data, 'TRANSModal_Content_1', '**发送ETH(标准交易):** 这将生成一个默认交易,直接从一个地址发送到另一个地址。它的默认gas是21000。 用这种方式发送ETH可能会在ETC链上重放。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_2', '**只发送:ETH:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_3', '**只发送:ETC:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** 通过标准交易只发送ETH或者ETC。如果你通过“只发送ETH或者ETC”合约发送交易,你需要联系他们的客服,让他们手动增加你的余额或者返币给你。 [你也可以尝试Shapeshift的”分割“工具。](https://split.shapeshift.io/) '), _defineProperty(_zhcn$data, 'TRANSModal_Content_5', '**Kraken、Poloniex交易所:**向这两个交易所地址发送没币有遇到问题。可以使用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Yes', '我理解了。 '), _defineProperty(_zhcn$data, 'TRANSModal_No', '我更加糊涂了,请帮助我。 '), _defineProperty(_zhcn$data, 'OFFLINE_Title', '生成、发送离线交易 '), _defineProperty(_zhcn$data, 'OFFLINE_Desc', '生成离线交易需要3个步骤。步骤1和步骤3在连网的电脑上完成,步骤2在离线电脑上完成。这确保了你的私钥不会接触到联网设备。 '), _defineProperty(_zhcn$data, 'OFFLLINE_Step1_Title', '步骤1:生成信息(联网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Button', '生成信息 '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_1', '发自地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_2', '注意:这是发自地址,不是发往地址。 Nonce是从起始账户生成的。如果使用一台隔离电脑,它就是冷存储的账户地址。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Title', '步骤2:生成交易(离线电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_1', '发往地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_2', '发送数额 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3', 'Gas价格 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3b', '在你的连网电脑的第1步骤中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4', 'Gas限制 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4b', '21000是默认的gas限制。当你发送合约或者添加数据时,gas限制可能会不同。没使用的gas将返回给你。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5b', '在你的连网电脑的第1步中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6', '数据 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6b', '这是可选项。当你向合约发送交易时,往往需要用到数据。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_7', '输入/选择你的私钥文件/JSON '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Title', '步骤3:发送/公开交易(连网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Label_1', '将步骤2的签名交易粘贴到这里,点击“发送交易”按钮。 '), _defineProperty(_zhcn$data, 'DEP_generate', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_generated', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_signtx', '签名交易 '), _defineProperty(_zhcn$data, 'DEP_interface', '生成界面 '), _defineProperty(_zhcn$data, 'MYWAL_Nick', '钱包昵称 '), _defineProperty(_zhcn$data, 'MYWAL_Address', '钱包地址 '), _defineProperty(_zhcn$data, 'MYWAL_Bal', '余额 '), _defineProperty(_zhcn$data, 'MYWAL_Edit', '编辑 '), _defineProperty(_zhcn$data, 'MYWAL_View', '查看 '), _defineProperty(_zhcn$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhcn$data, 'MYWAL_RemoveWal', '移除钱包: '), _defineProperty(_zhcn$data, 'MYWAL_WatchOnly', '你的只可查看账户 '), _defineProperty(_zhcn$data, 'MYWAL_Viewing', '查看钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Hide', '隐藏钱包信息 '), _defineProperty(_zhcn$data, 'MYWAL_Edit_2', '编辑钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Name', '钱包名字 '), _defineProperty(_zhcn$data, 'MYWAL_Content_1', '警告!你将移除你的钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Content_2', '确保在移除以前你已经保存了私钥和Keystore文件,并记住了密码。 '), _defineProperty(_zhcn$data, 'MYWAL_Content_3', '如果你想将来在MyEtherWallet插件中使用该钱包,你需要手动添加私钥/JSON文件和密码。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle', '这允许你下载不同格式的私钥和重新打印你的纸钱包。为了将[你的账户导入到Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/),你可能需要这个操作。如果你想查看你的余额,我们推荐使用区块浏览器,例如[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle_Short', '这允许你下载不同格式的私钥和重新打印你的纸钱包。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_SuccessMsg', '成功!这是你的钱包细节! '), _defineProperty(_zhcn$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_zhcn$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_zhcn$data, 'CX_error_1', '你没有已保存的钱包。点击["添加钱包"](/cx-wallet.html#add-wallet),添加一个钱包。 '), _defineProperty(_zhcn$data, 'CX_quicksend', '快速发送 '), _defineProperty(_zhcn$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_zhcn$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_zhcn$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_zhcn$data, 'NODE_Name', 'Node Name'), _defineProperty(_zhcn$data, 'NODE_Port', 'Node Port'), _defineProperty(_zhcn$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_zhcn$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_zhcn$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_zhcn$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_zhcn$data, 'CONTRACT_Read', 'READ '), _defineProperty(_zhcn$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_zhcn$data, 'SWAP_rates', "Current Rates "), _defineProperty(_zhcn$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_zhcn$data, 'SWAP_init_2', " for "), _defineProperty(_zhcn$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_zhcn$data, 'SWAP_information', "Your Information "), _defineProperty(_zhcn$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_zhcn$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_zhcn$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_zhcn$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_zhcn$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_zhcn$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_zhcn$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_zhcn$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_zhcn$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_zhcn$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_zhcn$data, 'SWAP_progress_3', "Received! "), _defineProperty(_zhcn$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_zhcn$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_zhcn$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_zhcn$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_zhcn$data, 'MSG_message', 'Message '), _defineProperty(_zhcn$data, 'MSG_date', 'Date '), _defineProperty(_zhcn$data, 'MSG_signature', 'Signature '), _defineProperty(_zhcn$data, 'MSG_verify', 'Verify Message '), _defineProperty(_zhcn$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_zhcn$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_zhcn$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_zhcn$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_zhcn$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhcn$data, 'MNEM_more', 'More Addresses '), _defineProperty(_zhcn$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_zhcn$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_zhcn$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_zhcn$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhcn$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhcn$data, 'x_Trezor', 'TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_zhcn$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_zhcn$data, 'ERROR_0', '请输入有效数额。 '), _defineProperty(_zhcn$data, 'ERROR_1', '你的密码至少需要设置为9位。请确保密码足够强。 '), _defineProperty(_zhcn$data, 'ERROR_2', '抱歉!我们不能识别这种类型的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_3', '这不是一个有效的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units 这个单位不存在,请用下面给出的单位 '), _defineProperty(_zhcn$data, 'ERROR_5', '无效地址。 '), _defineProperty(_zhcn$data, 'ERROR_6', '无效密码。 '), _defineProperty(_zhcn$data, 'ERROR_7', '无效数额。(Must be integer. Try 0-18.) '), _defineProperty(_zhcn$data, 'ERROR_8', '无效gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhcn$data, 'ERROR_9', '无效数据值。(Must be hex.) '), _defineProperty(_zhcn$data, 'ERROR_10', '无效gas数额。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhcn$data, 'ERROR_11', '无效nonce。(Must be integer.)'), _defineProperty(_zhcn$data, 'ERROR_12', '无效签名交易。 '), _defineProperty(_zhcn$data, 'ERROR_13', '已经有一个钱包使用该昵称。 '), _defineProperty(_zhcn$data, 'ERROR_14', '找不到钱包。 '), _defineProperty(_zhcn$data, 'ERROR_15', '看起来这个提议不存在或者读取这个提议时出现错误。 '), _defineProperty(_zhcn$data, 'ERROR_16', '这个地址钱包已经存在于存储中。请查看你的钱包页面。 '), _defineProperty(_zhcn$data, 'ERROR_17', '你的账户需要至少0.01以太币,已支付gas费用。请添加一些以太币,再次尝试。 '), _defineProperty(_zhcn$data, 'ERROR_18', '所有的gas将用于这笔交易。 这意味着你已经对这个提议进行投票或者辩论期已经结束。 '), _defineProperty(_zhcn$data, 'ERROR_19', '无效符号 '), _defineProperty(_zhcn$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_zhcn$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_zhcn$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_zhcn$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_zhcn$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_zhcn$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_zhcn$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_zhcn$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_zhcn$data, 'ERROR_28', '将来使用钱包时,你需要Keystore文件或者私钥。 请做好保存和备份。 如果你没有保存,没有办法恢复钱包。 请阅读[帮助页面](https://www.myetherwallet.com/#help),获得更多信息。 '), _defineProperty(_zhcn$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_zhcn$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhcn$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhcn$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhcn$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhcn$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhcn$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhcn$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhcn$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhcn$data, 'SUCCESS_1', '有效地址 '), _defineProperty(_zhcn$data, 'SUCCESS_2', '钱包解密成功 '), _defineProperty(_zhcn$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_zhcn$data, 'SUCCESS_4', '成功添加你的钱包: '), _defineProperty(_zhcn$data, 'SUCCESS_5', '选择的文件: '), _defineProperty(_zhcn$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_zhcn$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_zhcn$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_zhcn$data, 'GETH_InvalidSender', '无效发送者 '), _defineProperty(_zhcn$data, 'GETH_Nonce', 'Nonce太低 '), _defineProperty(_zhcn$data, 'GETH_Cheap', 'Gas价格太低,不被接受 '), _defineProperty(_zhcn$data, 'GETH_Balance', '余额不足 '), _defineProperty(_zhcn$data, 'GETH_NonExistentAccount', '账户不存在或者账户余额太低 '), _defineProperty(_zhcn$data, 'GETH_InsufficientFunds', '余额不足,余额低于 gas * price + 发送数额 '), _defineProperty(_zhcn$data, 'GETH_IntrinsicGas', '固有gas太低 '), _defineProperty(_zhcn$data, 'GETH_GasLimit', '超过区块gas上限 '), _defineProperty(_zhcn$data, 'GETH_NegativeValue', '负值 '), _defineProperty(_zhcn$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_zhcn$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_zhcn$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_zhcn$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_zhcn$data, 'translate_version', '0.3 '), _defineProperty(_zhcn$data, 'Translator_Desc', '感谢中文译者: '), _defineProperty(_zhcn$data, 'TranslatorName_1', '[ Shaoping@ethfans.org (少平)]((https://www.myetherwallet.com/?gaslimit=21000&to=0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740&value=1.0#send-transaction)) '), _defineProperty(_zhcn$data, 'TranslatorAddr_1', '0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740 '), _defineProperty(_zhcn$data, 'TranslatorName_2', '[ Wenham@coinwallet.shop (文翰) ]((https://www.myetherwallet.com/?gaslimit=21000&to=0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127&value=0.1#send-transaction))'), _defineProperty(_zhcn$data, 'TranslatorAddr_2', '0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127'), _defineProperty(_zhcn$data, 'TranslatorName_3', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_3', ''), _defineProperty(_zhcn$data, 'TranslatorName_4', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_4', ''), _defineProperty(_zhcn$data, 'TranslatorName_5', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_5', ''), _defineProperty(_zhcn$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhcn$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhcn$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhcn$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhcn$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhcn$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhcn$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhcn$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhcn$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhcn$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhcn$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhcn$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.01 ether to your new wallet, access that wallet, send that 0.01 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhcn$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhcn$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_2', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_12', 'Using "发送以太币 / 发送代币" Page '), _defineProperty(_zhcn$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhcn$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhcn$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhcn$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_zhcn$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_1', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_zhcn$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhcn$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhcn$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhcn$data, 'HELP_9_Title', '9) Is the "发送以太币 / 发送代币" page offline? '), _defineProperty(_zhcn$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhcn$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhcn$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhcn$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhcn$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhcn$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhcn$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhcn$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhcn$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhcn$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhcn$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhcn$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhcn$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhcn$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhcn$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_zhcn$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhcn$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhcn$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhcn$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhcn$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhcn$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhcn$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhcn$data, 'HELP_Sec_Title', 'Security安全 '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhcn$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions 常见问题的更多有用回答 '), _defineProperty(_zhcn$data, 'HELP_Contact_Title', 'Ways to Get in Touch 联系方式'), _zhcn$data); +}, _defineProperty(_zhcn$data, 'ONBOARD_blockchain_title__alt', '什么是区块链?'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_title', '如果MyEtherWallet都不能做前面说的那些事, 那我为啥还要用它?'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__1', '因为匿名才是去中心化和区块链的重点.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__2', '你的资金交易不再依赖银行或者政府机构.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__3', '你资金的安全也不再依赖交易所或者银行的安全系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__4', '如果你认为上面的几点不重要, 那你可能需要重新思考下区块链以及加密货币是如何产生价值的. 😉'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__5', '如果你还是觉得用MEW太麻烦, 那你可以考虑用 [Coinbase](https://www.coinbase.com/) 或者 [Blockchain.info](https://blockchain.info/wallet/#/signup). 它们提供类似的使用用户名和密码来登录管理的账户系统.'), _defineProperty(_zhcn$data, 'ONBOARD_whymew_content__6', '如果你担心 MEW 还不够安全, [那就赶紧买个硬件钱包吧](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! 它们能保证你密钥的安全.'), _defineProperty(_zhcn$data, 'ONBOARD_why_title__alt', '但是为啥呢?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_title', '如何保护你的隐私和资金安全'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_title', '如何防范钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__1', '钓鱼网站的常用伎俩是向你发送一条包含网站链接的信息, 并将这个链接伪装成很像MyEtherWallet, EtherDelta, Paypal或者银行的网站.当用户访问这些钓鱼网站并不慎填写自己的账户信息后, 黑客就能窃取这些信息进而窃取你的资金.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__2', '可以安装 [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) 或者 [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) 或者 [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) 或者 [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) 这几个可以防范钓鱼网站的插件.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__3', '记得每次都要检查 URL 地址: `https://www.myetherwallet.com`.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__4', '正常情况下地址栏左侧会始终显示 `MYETHERWALLET LLC` 字样的绿色字体.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__5', '不要相信或者点击那些在电子邮件, Slack, Reddit, Twitter等地方看到的网页链接.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__6', '养成手动输入地址打开网站的好习惯, 不要通过邮件或者其它途径里链接来打开网站.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_1_content__7', '[安装AdBlocker(广告拦截器)](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) 并且不要点击搜索引擎页面里的广告 (比如 百度).'), _defineProperty(_zhcn$data, 'ONBOARD_point_title__alt_2', '那我用MEW还有啥意义?'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title', '如何防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__1', '总有人会设法骗走你的钱.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__2', '看上去很美好的事物, 事实却有可能相反.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__3', '在决定投资之前充分的做好调查研究, 多查询来自网站或讨论区的多方面信息, 不要轻信.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__4', '当遇到问题或者感觉不对劲的时候, 一定要多提问咨询.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_content__5', '不要被急功近利的思维占据了理智, 越是紧急的行情越是要保持冷静的问自己为什么, 因为这很有可能是人为制造的恐慌.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title__alt', '远离钓鱼网站'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_title', '如何防范自己的资金遭受损失'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__1', '如果你丢失了你的私钥或者密码, 是没有任何方法可以找回来的, 千万不要丢掉它们.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__2', '将你的私钥或者密码做好备份, 最好不要将它们保存在电脑上, 手写或者打印到纸上保存.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__3', '将私钥或密码的备份单独保存到安全的离线环境, 如果它们跟你电脑放在一起的话那么一场大火或者洪水就能轻易的将它们一并摧毁.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__4', '千万不要将私钥存放到在线网盘, 带云同步的相册等在线环境中.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__5', '如果你真正重视你的数字货币, 那你就应该买一个硬件钱包, 你的资产值得用更专业的设备来保护.'), _defineProperty(_zhcn$data, 'ONBOARD_secure_3_content__6', '[点我查看更多安全技巧!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhcn$data, 'ONBOARD_secure_2_title__alt_2', '防范网络欺诈'), _defineProperty(_zhcn$data, 'ONBOARD_final_title__alt', '还有一步! 🤘'), _defineProperty(_zhcn$data, 'ONBOARD_final_title', '教程到此完毕!'), _defineProperty(_zhcn$data, 'ONBOARD_final_subtitle', '感谢你认真阅读教程, 你还可以查看更多:'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__1', '创建新钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__2', '购买硬件钱包'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__3', '如何安装 MEW + MetaMask'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__4', '如何离线在本地使用 MEW'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__5', '如何配合 Ledger 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__6', '如何配合 TREZOR 硬件钱包使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__7', '如何配合 MetaMask 使用'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__8', '了解更多或联系我们'), _defineProperty(_zhcn$data, 'ONBOARD_final_content__9', '立刻允许我开始操作账户吧.'), _defineProperty(_zhcn$data, 'ONBOARD_resume', '好像你上次还没有读完整个教程. 请仔细阅读每一张卡片上的提示噢 😉'), _defineProperty(_zhcn$data, 'HELP_2a_Title', '如何保存/备份我的钱包? '), _defineProperty(_zhcn$data, 'x_CancelReplaceTx', 'Cancel or Replace Transaction'), _defineProperty(_zhcn$data, 'x_CancelTx', 'Cancel Transaction'), _defineProperty(_zhcn$data, 'x_PasswordDesc', 'This password * encrypts * your private key. This does not act as a seed to generate your keys. **You will need this password + your private key to unlock your wallet.**'), _defineProperty(_zhcn$data, 'x_ReadMore', 'Read More'), _defineProperty(_zhcn$data, 'x_ReplaceTx', 'Replace Transaction'), _defineProperty(_zhcn$data, 'x_TransHash', 'Transaction Hash'), _defineProperty(_zhcn$data, 'x_TXFee', 'TX Fee'), _defineProperty(_zhcn$data, 'x_TxHash', 'TX Hash'), _defineProperty(_zhcn$data, 'NAV_CheckTxStatus', 'Check TX Status'), _defineProperty(_zhcn$data, 'NAV_TxStatus', 'TX Status'), _defineProperty(_zhcn$data, 'tx_Details', 'Transaction Details'), _defineProperty(_zhcn$data, 'tx_Summary', 'During times of high volume (like during ICOs) transactions can be pending for hours, if not days. This tool aims to give you the ability to find and "cancel" / replace these TXs. ** This is not typically something you can do. It should not be relied upon & will only work when the TX Pools are full. [Please, read about this tool here.](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhcn$data, 'tx_notFound', 'Transaction Not Found'), _defineProperty(_zhcn$data, 'tx_notFound_1', 'This TX cannot be found in the TX Pool of the node you are connected to.'), _defineProperty(_zhcn$data, 'tx_notFound_2', 'If you just sent the transaction, please wait 15 seconds and press the "Check TX Status" button again. '), _defineProperty(_zhcn$data, 'tx_notFound_3', 'It could still be in the TX Pool of a different node, waiting to be mined.'), _defineProperty(_zhcn$data, 'tx_notFound_4', 'Please use the dropdown in the top-right & select a different ETH node (e.g. `ETH (Etherscan.io)` or `ETH (Infura.io)` or `ETH (MyEtherWallet)`) and check again.'), _defineProperty(_zhcn$data, 'tx_foundInPending', 'Pending Transaction Found'), _defineProperty(_zhcn$data, 'tx_foundInPending_1', 'Your transaction was located in the TX Pool of the node you are connected to. '), _defineProperty(_zhcn$data, 'tx_foundInPending_2', 'It is currently pending (waiting to be mined). '), _defineProperty(_zhcn$data, 'tx_foundInPending_3', 'There is a chance you can "cancel" or replace this transaction. Unlock your wallet below.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain', 'Transaction Found'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_1', 'Your transaction was successfully mined and is on the blockchain.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_2', '**If you see a red `( ! )`, a `BAD INSTRUCTION` or `OUT OF GAS` error message**, it means that the transaction was not successfully *sent*. You cannot cancel or replace this transaction. Instead, send a new transaction. If you received an "Out of Gas" error, you should double the gas limit you specified originally.'), _defineProperty(_zhcn$data, 'tx_FoundOnChain_3', '**If you do not see any errors, your transaction was successfully sent.** Your ETH or Tokens are where you sent them. If you cannot see this ETH or Tokens credited in your other wallet / exchange account, and it has been 24+ hours since you sent, please [contact that service](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). Send them the *link* to your transaction and ask them, nicely, to look into your situation.'), _defineProperty(_zhcn$data, 'GEN_Help_1', 'Use your'), _defineProperty(_zhcn$data, 'GEN_Help_2', 'to access your account.'), _defineProperty(_zhcn$data, 'GEN_Help_3', 'Your device * is * your wallet.'), _defineProperty(_zhcn$data, 'GEN_Help_4', 'Guides & FAQ'), _defineProperty(_zhcn$data, 'GEN_Help_5', 'How to Create a Wallet'), _defineProperty(_zhcn$data, 'GEN_Help_6', 'Getting Started'), _defineProperty(_zhcn$data, 'GEN_Help_7', 'Keep it safe · Make a backup · Don\'t share it with anyone · Don\'t lose it · It cannot be recovered if you lose it.'), _defineProperty(_zhcn$data, 'GEN_Help_8', 'Not Downloading a File? '), _defineProperty(_zhcn$data, 'GEN_Help_9', 'Try using Google Chrome '), _defineProperty(_zhcn$data, 'GEN_Help_10', 'Right click & save file as. Filename: '), _defineProperty(_zhcn$data, 'GEN_Help_11', 'Don\'t open this file on your computer '), _defineProperty(_zhcn$data, 'GEN_Help_12', 'Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity and other wallet clients.) '), _defineProperty(_zhcn$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhcn$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhcn$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhcn$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhcn$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhcn$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhcn$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhcn$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhcn$data, 'GET_ConfButton', 'I understand. Continue.'), _defineProperty(_zhcn$data, 'GEN_Label_5', 'Save Your `Private Key`. '), _defineProperty(_zhcn$data, 'GEN_Unlock', 'Unlock your wallet to see your address'), _defineProperty(_zhcn$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `41 GWEI`.'), _defineProperty(_zhcn$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhcn$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhcn$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhcn$data, 'NAV_AddWallet', '添加钱包 '), _defineProperty(_zhcn$data, 'NAV_BulkGenerate', '批量生成 '), _defineProperty(_zhcn$data, 'NAV_Contact', '联系我们 '), _defineProperty(_zhcn$data, 'NAV_Contracts', '合同 '), _defineProperty(_zhcn$data, 'NAV_DeployContract', '部署合约 '), _defineProperty(_zhcn$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhcn$data, 'NAV_GenerateWallet_alt', 'New Wallet '), _defineProperty(_zhcn$data, 'NAV_GenerateWallet', '生成钱包 '), _defineProperty(_zhcn$data, 'NAV_Help', '帮助 '), _defineProperty(_zhcn$data, 'NAV_InteractContract', 'Interact with Contract '), _defineProperty(_zhcn$data, 'NAV_Multisig', 'Multisig '), _defineProperty(_zhcn$data, 'NAV_MyWallets', '我的钱包 '), _defineProperty(_zhcn$data, 'NAV_Offline', '离线发送 '), _defineProperty(_zhcn$data, 'NAV_SendEther', '发送以太币 / 发送代币 '), _defineProperty(_zhcn$data, 'NAV_SendTokens', 'Send Tokens '), _defineProperty(_zhcn$data, 'NAV_SignMsg', 'Sign Message '), _defineProperty(_zhcn$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhcn$data, 'NAV_ViewWallet', '查看钱包信息 '), _defineProperty(_zhcn$data, 'NAV_YourWallets', '你的钱包 '), _defineProperty(_zhcn$data, 'x_Access', 'Access '), _defineProperty(_zhcn$data, 'x_AddessDesc', 'Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 你可以把地址理解为你的“账户”或者“公钥”。你将地址告诉别人,他们就可以向你发送以太币。那个图标有助于判别你的地址。 '), _defineProperty(_zhcn$data, 'x_Address', '你的地址 '), _defineProperty(_zhcn$data, 'x_Cancel', '拒绝 '), _defineProperty(_zhcn$data, 'x_CSV', 'CSV文件(未加密) '), _defineProperty(_zhcn$data, 'x_Download', '下载 '), _defineProperty(_zhcn$data, 'x_Json', 'JSON文件(未加密) '), _defineProperty(_zhcn$data, 'x_JsonDesc', '这是你的未加密JSON格式的私钥文件。 这意味着你发送交易时不需要密码,也意味着拿到你的JSON文件的可以无需密码就可以控制你的钱包和以太币。 '), _defineProperty(_zhcn$data, 'x_Keystore', 'Keystore File (UTC / JSON · 推荐加密的) '), _defineProperty(_zhcn$data, 'x_Keystore2', 'Keystore File (UTC / JSON) '), _defineProperty(_zhcn$data, 'x_KeystoreDesc', '这个Keystore/JSON文件和Mist、Geth使用的钱包文件是一样的,所以将来你可以非常容易地导入。 It is the recommended file to download and back up.推荐下载和备份这个文件。 '), _defineProperty(_zhcn$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhcn$data, 'x_Mnemonic', 'Mnemonic Phrase '), _defineProperty(_zhcn$data, 'x_ParityPhrase', 'Parity Phrase '), _defineProperty(_zhcn$data, 'x_Password', '密码 '), _defineProperty(_zhcn$data, 'x_Print', '打印纸钱包 '), _defineProperty(_zhcn$data, 'x_PrintDesc', '小技巧:点击打印,并保存为PDF格式,即使你没有打印机。 '), _defineProperty(_zhcn$data, 'x_PrintShort', '打印 '), _defineProperty(_zhcn$data, 'x_PrivKey', '私钥(未加密) '), _defineProperty(_zhcn$data, 'x_PrivKey2', '私钥 '), _defineProperty(_zhcn$data, 'x_PrivKeyDesc', '这是未加密的文本格式私钥文件,这意味发送交易不需要密码。 如果某个人拿到了你的未加密的私钥,他们无需密码就能够控制你的钱包。 出于这个考虑,我们推荐你使用加密的私钥文件。 '), _defineProperty(_zhcn$data, 'x_Save', '保存 '), _defineProperty(_zhcn$data, 'x_TXT', 'TXT文件(未加密) '), _defineProperty(_zhcn$data, 'x_Wallet', '钱包 '), _defineProperty(_zhcn$data, 'MEW_Warning_1', '使用或者创建新钱包之前,一定要检查下网址是否正确。小心钓鱼网址! '), _defineProperty(_zhcn$data, 'CX_Warning_1', '确保你备份了保存在这里的所有钱包。 许多事情包括卸载和重装扩展,都将使你丢失Chrome扩展中的数据。这个扩展是一种使用钱包的简单方式,但不是备份钱包的方式。 '), _defineProperty(_zhcn$data, 'MEW_Tagline', '开源JavaScript客户端以太币钱包 '), _defineProperty(_zhcn$data, 'CX_Tagline', '开源JavaScript客户端以太币钱包Chrome扩展 '), _defineProperty(_zhcn$data, 'FOOTER_1', '一个开源的生成以太坊钱包和发送交易的JavaScript客户端工具 '), _defineProperty(_zhcn$data, 'FOOTER_1b', '创建者 '), _defineProperty(_zhcn$data, 'FOOTER_2', '欢迎捐赠我们: '), _defineProperty(_zhcn$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhcn$data, 'FOOTER_4', '声明 '), _defineProperty(_zhcn$data, 'sidebar_AccountInfo', '账户信息: '), _defineProperty(_zhcn$data, 'sidebar_AccountAddr', '账户地址: '), _defineProperty(_zhcn$data, 'sidebar_AccountBal', '账户余额: '), _defineProperty(_zhcn$data, 'sidebar_TokenBal', '代币余额: '), _defineProperty(_zhcn$data, 'sidebar_Equiv', '价值: '), _defineProperty(_zhcn$data, 'sidebar_TransHistory', '交易历史: '), _defineProperty(_zhcn$data, 'sidebar_donation', 'MyEtherWallet是保护你的隐私和安全的免费、开源服务。 我们收到的捐赠越多,我们开发新特性、听取你的反馈的时间就越多。我们只是两个尝试改变世界的两个开发者。您能帮助我们吗? '), _defineProperty(_zhcn$data, 'sidebar_donate', '捐赠 '), _defineProperty(_zhcn$data, 'sidebar_thanks', '感谢你!!! '), _defineProperty(_zhcn$data, 'sidebar_DisplayOnTrezor', 'Display address on TREZOR'), _defineProperty(_zhcn$data, 'sidebar_DisplayOnLedger', 'Display address on Ledger'), _defineProperty(_zhcn$data, 'decrypt_Access', '你将怎样使用钱包? '), _defineProperty(_zhcn$data, 'decrypt_Title', '选择你的私钥文件格式: '), _defineProperty(_zhcn$data, 'decrypt_Select', '选择一个钱包: '), _defineProperty(_zhcn$data, 'ADD_Label_1', '你想执行什么操作? '), _defineProperty(_zhcn$data, 'ADD_Radio_1', '生成新钱包 '), _defineProperty(_zhcn$data, 'ADD_Radio_2', '选择你的钱包文件(Keystore/JSON) '), _defineProperty(_zhcn$data, 'ADD_Radio_2_alt', '选择你的钱包文件: '), _defineProperty(_zhcn$data, 'ADD_Radio_2_short', '选择钱包文件... '), _defineProperty(_zhcn$data, 'ADD_Radio_3', '粘贴/输入你的私钥 '), _defineProperty(_zhcn$data, 'ADD_Radio_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Radio_5', 'Paste Your Mnemonic '), _defineProperty(_zhcn$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhcn$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhcn$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhcn$data, 'ADD_Label_2', '生成一个钱包昵称: '), _defineProperty(_zhcn$data, 'ADD_Label_3', '你的钱包被加密,请输入密码: '), _defineProperty(_zhcn$data, 'ADD_Label_4', '添加一个查看账户 '), _defineProperty(_zhcn$data, 'ADD_Warning_1', '你可以钱包标签页面添加任何要查看的账户,不需要上传私钥。这不意味着你可以使用钱包和发送以太币。 '), _defineProperty(_zhcn$data, 'ADD_Label_5', '输入地址: '), _defineProperty(_zhcn$data, 'ADD_Label_6', '解锁钱包 '), _defineProperty(_zhcn$data, 'ADD_Label_6_short', '解锁 '), _defineProperty(_zhcn$data, 'ADD_Label_7', '增加账户 '), _defineProperty(_zhcn$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhcn$data, 'GEN_desc', '如果你想生成多个钱包,你可以在这里进行: '), _defineProperty(_zhcn$data, 'GEN_Label_1', '输入一个强密码(至少9位) '), _defineProperty(_zhcn$data, 'GEN_Placeholder_1', '不要忘记保存! '), _defineProperty(_zhcn$data, 'GEN_SuccessMsg', '成功!你的钱包已经生成。 '), _defineProperty(_zhcn$data, 'GEN_Label_2', '保存你的Keystore或者私钥。不要忘记你的密码。 '), _defineProperty(_zhcn$data, 'GEN_Label_3', '保存你的地址。 '), _defineProperty(_zhcn$data, 'GEN_Label_4', '打印你的纸钱包,或者存储二维码。(可选) '), _defineProperty(_zhcn$data, 'BULK_Label_1', '打算生成的钱包数量 '), _defineProperty(_zhcn$data, 'BULK_Label_2', '生成钱包 '), _defineProperty(_zhcn$data, 'BULK_SuccessMsg', '成功!你的钱包生成好了。 '), _defineProperty(_zhcn$data, 'SEND_addr', '发送至地址: '), _defineProperty(_zhcn$data, 'SEND_amount', '转账数额: '), _defineProperty(_zhcn$data, 'SEND_amount_short', '数额 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Custom '), _defineProperty(_zhcn$data, 'SEND_gas', 'Gas '), _defineProperty(_zhcn$data, 'SEND_TransferTotal', '发送所有余额 '), _defineProperty(_zhcn$data, 'SEND_generate', '生成交易 '), _defineProperty(_zhcn$data, 'SEND_raw', '未生效交易 '), _defineProperty(_zhcn$data, 'SEND_signed', '签名交易 '), _defineProperty(_zhcn$data, 'SEND_trans', '发送交易 '), _defineProperty(_zhcn$data, 'SEND_custom', 'Add Custom Token '), _defineProperty(_zhcn$data, 'SENDModal_Title', '警告! '), _defineProperty(_zhcn$data, 'SENDModal_Content_1', '你将发送 '), _defineProperty(_zhcn$data, 'SENDModal_Content_2', '到地址 '), _defineProperty(_zhcn$data, 'SENDModal_Content_3', '你确定这样做吗? '), _defineProperty(_zhcn$data, 'SENDModal_Content_4', '注意:如果你遇到错误,你最有可能向你的账户添加以太币,用以支付发送代币所需的gas。 Gas is paid in ether.Gas用以太币支付。 '), _defineProperty(_zhcn$data, 'SENDModal_No', '不,离开这里。 '), _defineProperty(_zhcn$data, 'SENDModal_Yes', '是的,我确定!发送交易。 '), _defineProperty(_zhcn$data, 'TOKEN_Addr', '地址 Token Contract '), _defineProperty(_zhcn$data, 'TOKEN_Symbol', '代币符号 '), _defineProperty(_zhcn$data, 'TOKEN_Dec', '小数点位数 '), _defineProperty(_zhcn$data, 'TOKEN_hide', 'Hide Tokens '), _defineProperty(_zhcn$data, 'TOKEN_show', 'Show All Tokens '), _defineProperty(_zhcn$data, 'TRANS_desc', '如果你想发送代币,请使用“发送代币”页面。 '), _defineProperty(_zhcn$data, 'TRANS_warning', '如果你使用“只发送ETH”或则“只发送ETC”功能,那么你是通过合约发送交易。 一些服务(例如交易所充值)接收这些交易时会遇到问题。阅读更多内容。 '), _defineProperty(_zhcn$data, 'TRANS_advanced', '高级功能:增加更多Gas或者数据 '), _defineProperty(_zhcn$data, 'TRANS_data', '数据: '), _defineProperty(_zhcn$data, 'TRANS_gas', 'Gas Limit: '), _defineProperty(_zhcn$data, 'TRANS_sendInfo', '一笔标准交易需要21000gas,花费0.000441以太币。我们将gas价格设为0.000000021以太币,略高于最低价格,以保证交易被快速打包。我们不收取交易费用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Title', '“只发送ETH”和“只发送ETC”交易 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_0', '注意不同的交易和不同的服务: '), _defineProperty(_zhcn$data, 'TRANSModal_Content_1', '**发送ETH(标准交易):** 这将生成一个默认交易,直接从一个地址发送到另一个地址。它的默认gas是21000。 用这种方式发送ETH可能会在ETC链上重放。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_2', '**只发送:ETH:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_3', '**只发送:ETC:** 这是通过[Timon Rapp的重放保护合约(VB推荐)](https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/), 所以你只会在ETH链上发送交易。 '), _defineProperty(_zhcn$data, 'TRANSModal_Content_4', '**Coinbase & ShapeShift: ** 通过标准交易只发送ETH或者ETC。如果你通过“只发送ETH或者ETC”合约发送交易,你需要联系他们的客服,让他们手动增加你的余额或者返币给你。 [你也可以尝试Shapeshift的”分割“工具。](https://split.shapeshift.io/) '), _defineProperty(_zhcn$data, 'TRANSModal_Content_5', '**Kraken、Poloniex交易所:**向这两个交易所地址发送没币有遇到问题。可以使用。 '), _defineProperty(_zhcn$data, 'TRANSModal_Yes', '我理解了。 '), _defineProperty(_zhcn$data, 'TRANSModal_No', '我更加糊涂了,请帮助我。 '), _defineProperty(_zhcn$data, 'OFFLINE_Title', '生成、发送离线交易 '), _defineProperty(_zhcn$data, 'OFFLINE_Desc', '生成离线交易需要3个步骤。步骤1和步骤3在连网的电脑上完成,步骤2在离线电脑上完成。这确保了你的私钥不会接触到联网设备。 '), _defineProperty(_zhcn$data, 'OFFLLINE_Step1_Title', '步骤1:生成信息(联网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Button', '生成信息 '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_1', '发自地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step1_Label_2', '注意:这是发自地址,不是发往地址。 Nonce是从起始账户生成的。如果使用一台隔离电脑,它就是冷存储的账户地址。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Title', '步骤2:生成交易(离线电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_1', '发往地址: '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_2', '发送数额 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3', 'Gas价格 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_3b', '在你的连网电脑的第1步骤中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4', 'Gas限制 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_4b', '21000是默认的gas限制。当你发送合约或者添加数据时,gas限制可能会不同。没使用的gas将返回给你。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_5b', '在你的连网电脑的第1步中显示了。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6', '数据 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_6b', '这是可选项。当你向合约发送交易时,往往需要用到数据。 '), _defineProperty(_zhcn$data, 'OFFLINE_Step2_Label_7', '输入/选择你的私钥文件/JSON '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Title', '步骤3:发送/公开交易(连网电脑) '), _defineProperty(_zhcn$data, 'OFFLINE_Step3_Label_1', '将步骤2的签名交易粘贴到这里,点击“发送交易”按钮。 '), _defineProperty(_zhcn$data, 'DEP_generate', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_generated', '生成字节码 '), _defineProperty(_zhcn$data, 'DEP_signtx', '签名交易 '), _defineProperty(_zhcn$data, 'DEP_interface', '生成界面 '), _defineProperty(_zhcn$data, 'MYWAL_Nick', '钱包昵称 '), _defineProperty(_zhcn$data, 'MYWAL_Address', '钱包地址 '), _defineProperty(_zhcn$data, 'MYWAL_Bal', '余额 '), _defineProperty(_zhcn$data, 'MYWAL_Edit', '编辑 '), _defineProperty(_zhcn$data, 'MYWAL_View', '查看 '), _defineProperty(_zhcn$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhcn$data, 'MYWAL_RemoveWal', '移除钱包: '), _defineProperty(_zhcn$data, 'MYWAL_WatchOnly', '你的只可查看账户 '), _defineProperty(_zhcn$data, 'MYWAL_Viewing', '查看钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Hide', '隐藏钱包信息 '), _defineProperty(_zhcn$data, 'MYWAL_Edit_2', '编辑钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Name', '钱包名字 '), _defineProperty(_zhcn$data, 'MYWAL_Content_1', '警告!你将移除你的钱包: '), _defineProperty(_zhcn$data, 'MYWAL_Content_2', '确保在移除以前你已经保存了私钥和Keystore文件,并记住了密码。 '), _defineProperty(_zhcn$data, 'MYWAL_Content_3', '如果你想将来在MyEtherWallet插件中使用该钱包,你需要手动添加私钥/JSON文件和密码。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle', '这允许你下载不同格式的私钥和重新打印你的纸钱包。为了将[你的账户导入到Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/),你可能需要这个操作。如果你想查看你的余额,我们推荐使用区块浏览器,例如[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_Subtitle_Short', '这允许你下载不同格式的私钥和重新打印你的纸钱包。 '), _defineProperty(_zhcn$data, 'VIEWWALLET_SuccessMsg', '成功!这是你的钱包细节! '), _defineProperty(_zhcn$data, 'VIEWWALLET_ShowPrivKey', '(show)'), _defineProperty(_zhcn$data, 'VIEWWALLET_HidePrivKey', '(hide)'), _defineProperty(_zhcn$data, 'CX_error_1', '你没有已保存的钱包。点击["添加钱包"](/cx-wallet.html#add-wallet),添加一个钱包。 '), _defineProperty(_zhcn$data, 'CX_quicksend', '快速发送 '), _defineProperty(_zhcn$data, 'NODE_Title', 'Set Up Your Custom Node'), _defineProperty(_zhcn$data, 'NODE_Subtitle', 'To connect to a local node...'), _defineProperty(_zhcn$data, 'NODE_Warning', 'Your node must be HTTPS in order to connect to it via MyEtherWallet.com. You can [download the MyEtherWallet repo & run it locally](https://github.com/kvhnuke/etherwallet/releases/latest) to connect to any node. Or, get free SSL certificate via [LetsEncrypt](https://letsencrypt.org/)'), _defineProperty(_zhcn$data, 'NODE_Name', 'Node Name'), _defineProperty(_zhcn$data, 'NODE_Port', 'Node Port'), _defineProperty(_zhcn$data, 'NODE_CTA', 'Save & Use Custom Node'), _defineProperty(_zhcn$data, 'CONTRACT_Title', 'Contract Address '), _defineProperty(_zhcn$data, 'CONTRACT_Title_2', 'Select Existing Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Json', 'ABI / JSON Interface '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_Title', 'Read / Write Contract '), _defineProperty(_zhcn$data, 'CONTRACT_Interact_CTA', 'Select a function '), _defineProperty(_zhcn$data, 'CONTRACT_ByteCode', 'Byte Code '), _defineProperty(_zhcn$data, 'CONTRACT_Read', 'READ '), _defineProperty(_zhcn$data, 'CONTRACT_Write', 'WRITE '), _defineProperty(_zhcn$data, 'SWAP_rates', "Current Rates "), _defineProperty(_zhcn$data, 'SWAP_init_1', "I want to swap my "), _defineProperty(_zhcn$data, 'SWAP_init_2', " for "), _defineProperty(_zhcn$data, 'SWAP_init_CTA', "Let's do this! "), _defineProperty(_zhcn$data, 'SWAP_information', "Your Information "), _defineProperty(_zhcn$data, 'SWAP_send_amt', "Amount to send "), _defineProperty(_zhcn$data, 'SWAP_rec_amt', "Amount to receive "), _defineProperty(_zhcn$data, 'SWAP_your_rate', "Your rate "), _defineProperty(_zhcn$data, 'SWAP_rec_add', "Your Receiving Address "), _defineProperty(_zhcn$data, 'SWAP_start_CTA', "Start Swap "), _defineProperty(_zhcn$data, 'SWAP_ref_num', "Your reference number "), _defineProperty(_zhcn$data, 'SWAP_time', "Time remaining to send "), _defineProperty(_zhcn$data, 'SWAP_elapsed', "Time elapsed since sent "), _defineProperty(_zhcn$data, 'SWAP_progress_1', "Order Initiated "), _defineProperty(_zhcn$data, 'SWAP_progress_2', "Waiting for your "), _defineProperty(_zhcn$data, 'SWAP_progress_3', "Received! "), _defineProperty(_zhcn$data, 'SWAP_progress_4', "Sending your {{orderResult.output.currency}} "), _defineProperty(_zhcn$data, 'SWAP_progress_5', "Order Complete "), _defineProperty(_zhcn$data, 'SWAP_order_CTA', "Please send "), _defineProperty(_zhcn$data, 'SWAP_unlock', "Unlock your wallet to send ETH or Tokens directly from this page. "), _defineProperty(_zhcn$data, 'MSG_message', 'Message '), _defineProperty(_zhcn$data, 'MSG_date', 'Date '), _defineProperty(_zhcn$data, 'MSG_signature', 'Signature '), _defineProperty(_zhcn$data, 'MSG_verify', 'Verify Message '), _defineProperty(_zhcn$data, 'MSG_info1', 'Include the current date so the signature cannot be reused on a different date. '), _defineProperty(_zhcn$data, 'MSG_info2', 'Include your nickname and where you use the nickname so someone else cannot use it. '), _defineProperty(_zhcn$data, 'MSG_info3', 'Include a specific reason for the message so it cannot be reused for a different purpose. '), _defineProperty(_zhcn$data, 'MNEM_1', 'Please select the address you would like to interact with. '), _defineProperty(_zhcn$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhcn$data, 'MNEM_more', 'More Addresses '), _defineProperty(_zhcn$data, 'MNEM_prev', 'Previous Addresses '), _defineProperty(_zhcn$data, 'x_Ledger', 'Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_1', 'Connect your Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_Ledger_2', 'Open the Ethereum application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Exp', 'Open the Expanse application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_2_Ubq', 'Open the Ubiq application (or a contract application) '), _defineProperty(_zhcn$data, 'ADD_Ledger_3', 'Verify that Browser Support is enabled in Settings '), _defineProperty(_zhcn$data, 'ADD_Ledger_4', 'If no Browser Support is found in settings, verify that you have [Firmware >1.2](https://www.ledgerwallet.com/apps/manager) '), _defineProperty(_zhcn$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhcn$data, 'ADD_Ledger_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_Ledger_scan', 'Connect to Ledger Wallet '), _defineProperty(_zhcn$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhcn$data, 'x_Trezor', 'TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_scan', 'Connect to TREZOR '), _defineProperty(_zhcn$data, 'ADD_Trezor_select', 'This is a TREZOR seed '), _defineProperty(_zhcn$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_0b', 'Re-open MyEtherWallet using [Chrome](https://www.google.com/chrome/browser/desktop/) or [Opera](https://www.opera.com/) '), _defineProperty(_zhcn$data, 'ADD_DigitalBitbox_scan', 'Connect your Digital Bitbox '), _defineProperty(_zhcn$data, 'ERROR_0', '请输入有效数额。 '), _defineProperty(_zhcn$data, 'ERROR_1', '你的密码至少需要设置为9位。请确保密码足够强。 '), _defineProperty(_zhcn$data, 'ERROR_2', '抱歉!我们不能识别这种类型的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_3', '这不是一个有效的钱包文件。 '), _defineProperty(_zhcn$data, 'ERROR_4', 'This unit doesn\'t exists, please use the one of the following units 这个单位不存在,请用下面给出的单位 '), _defineProperty(_zhcn$data, 'ERROR_5', '无效地址。 '), _defineProperty(_zhcn$data, 'ERROR_6', '无效密码。 '), _defineProperty(_zhcn$data, 'ERROR_7', '无效数额。(Must be integer. Try 0-18.) '), _defineProperty(_zhcn$data, 'ERROR_8', '无效gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhcn$data, 'ERROR_9', '无效数据值。(Must be hex.) '), _defineProperty(_zhcn$data, 'ERROR_10', '无效gas数额。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhcn$data, 'ERROR_11', '无效nonce。(Must be integer.)'), _defineProperty(_zhcn$data, 'ERROR_12', '无效签名交易。 '), _defineProperty(_zhcn$data, 'ERROR_13', '已经有一个钱包使用该昵称。 '), _defineProperty(_zhcn$data, 'ERROR_14', '找不到钱包。 '), _defineProperty(_zhcn$data, 'ERROR_15', '看起来这个提议不存在或者读取这个提议时出现错误。 '), _defineProperty(_zhcn$data, 'ERROR_16', '这个地址钱包已经存在于存储中。请查看你的钱包页面。 '), _defineProperty(_zhcn$data, 'ERROR_17', '你的账户需要至少0.01以太币,已支付gas费用。请添加一些以太币,再次尝试。 '), _defineProperty(_zhcn$data, 'ERROR_18', '所有的gas将用于这笔交易。 这意味着你已经对这个提议进行投票或者辩论期已经结束。 '), _defineProperty(_zhcn$data, 'ERROR_19', '无效符号 '), _defineProperty(_zhcn$data, 'ERROR_20', 'Not a valid ERC-20 token'), _defineProperty(_zhcn$data, 'ERROR_21', 'Could not estimate gas. There are not enough funds in the account, or the receiving contract address would throw an error. Feel free to manually set the gas and proceed. The error message upon sending may be more informative.'), _defineProperty(_zhcn$data, 'ERROR_22', 'Please enter a valid node name'), _defineProperty(_zhcn$data, 'ERROR_23', 'Please enter a valid URL. If you are on https, your URL must be https'), _defineProperty(_zhcn$data, 'ERROR_24', 'Please enter a valid port. '), _defineProperty(_zhcn$data, 'ERROR_25', 'Please enter a valid chain ID. '), _defineProperty(_zhcn$data, 'ERROR_26', 'Please enter a valid ABI. '), _defineProperty(_zhcn$data, 'ERROR_27', 'Minimum amount: 0.01. Max amount: '), _defineProperty(_zhcn$data, 'ERROR_28', '将来使用钱包时,你需要Keystore文件或者私钥。 请做好保存和备份。 如果你没有保存,没有办法恢复钱包。 请阅读[帮助页面](https://www.myetherwallet.com/#help),获得更多信息。 '), _defineProperty(_zhcn$data, 'ERROR_29', 'Please enter a valid user and password. '), _defineProperty(_zhcn$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhcn$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhcn$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhcn$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhcn$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhcn$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhcn$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhcn$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhcn$data, 'SUCCESS_1', '有效地址 '), _defineProperty(_zhcn$data, 'SUCCESS_2', '钱包解密成功 '), _defineProperty(_zhcn$data, 'SUCCESS_3', 'Your TX has been broadcast to the network. This does not mean it has been mined & sent. During times of extreme volume, it may take 3+ hours to send. 1) Check your TX below. 2) If it is pending for hours or disappears, use the Check TX Status Page to replace. 3) Use [ETH Gas Station](https://ethgasstation.info/) to see what gas price is optimal. 4) Save your TX Hash in case you need it later: '), _defineProperty(_zhcn$data, 'SUCCESS_4', '成功添加你的钱包: '), _defineProperty(_zhcn$data, 'SUCCESS_5', '选择的文件: '), _defineProperty(_zhcn$data, 'SUCCESS_6', 'You are successfully connected '), _defineProperty(_zhcn$data, 'SUCCESS_7', 'Message Signature Verified'), _defineProperty(_zhcn$data, 'WARN_Send_Link', 'You arrived via a link that has the address, value, gas, data fields, or transaction type (send mode) filled in for you. You can change any information before sending. Unlock your wallet to get started. '), _defineProperty(_zhcn$data, 'GETH_InvalidSender', '无效发送者 '), _defineProperty(_zhcn$data, 'GETH_Nonce', 'Nonce太低 '), _defineProperty(_zhcn$data, 'GETH_Cheap', 'Gas价格太低,不被接受 '), _defineProperty(_zhcn$data, 'GETH_Balance', '余额不足 '), _defineProperty(_zhcn$data, 'GETH_NonExistentAccount', '账户不存在或者账户余额太低 '), _defineProperty(_zhcn$data, 'GETH_InsufficientFunds', '余额不足,余额低于 gas * price + 发送数额 '), _defineProperty(_zhcn$data, 'GETH_IntrinsicGas', '固有gas太低 '), _defineProperty(_zhcn$data, 'GETH_GasLimit', '超过区块gas上限 '), _defineProperty(_zhcn$data, 'GETH_NegativeValue', '负值 '), _defineProperty(_zhcn$data, 'PARITY_AlreadyImported', "Transaction with the same hash was already imported."), _defineProperty(_zhcn$data, 'PARITY_Old', "Transaction nonce is too low. Try incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_TooCheapToReplace', "Transaction fee is too low. There is another transaction with same nonce in the queue. Try increasing the fee or incrementing the nonce."), _defineProperty(_zhcn$data, 'PARITY_LimitReached', "There are too many transactions in the queue. Your transaction was dropped due to limit. Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientGasPrice', "Transaction fee is too low. It does not satisfy your node's minimal fee (minimal: {}, got: {}). Try increasing the fee."), _defineProperty(_zhcn$data, 'PARITY_InsufficientBalance', "Insufficient funds. Account you try to send transaction from does not have enough funds. Required {} wei and got: {} wei."), _defineProperty(_zhcn$data, 'PARITY_GasLimitExceeded', "Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas."), _defineProperty(_zhcn$data, 'PARITY_InvalidGasLimit', "Supplied gas is beyond limit."), _defineProperty(_zhcn$data, 'translate_version', '0.3 '), _defineProperty(_zhcn$data, 'Translator_Desc', '感谢中文译者: '), _defineProperty(_zhcn$data, 'TranslatorName_1', '[ Shaoping@ethfans.org (少平)]((https://www.myetherwallet.com/?gaslimit=21000&to=0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740&value=1.0#send-transaction)) '), _defineProperty(_zhcn$data, 'TranslatorAddr_1', '0x4dF5698B1B0195FC44Fe1D2d6037CE33F215c740 '), _defineProperty(_zhcn$data, 'TranslatorName_2', '[ Wenham@coinwallet.shop (文翰) ]((https://www.myetherwallet.com/?gaslimit=21000&to=0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127&value=0.1#send-transaction))'), _defineProperty(_zhcn$data, 'TranslatorAddr_2', '0x0D2dC3fD9463a7CeBE5f1b946c2D7cF5c3e82127'), _defineProperty(_zhcn$data, 'TranslatorName_3', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_3', ''), _defineProperty(_zhcn$data, 'TranslatorName_4', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_4', ''), _defineProperty(_zhcn$data, 'TranslatorName_5', ''), _defineProperty(_zhcn$data, 'TranslatorAddr_5', ''), _defineProperty(_zhcn$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhcn$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhcn$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhcn$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhcn$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhcn$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhcn$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhcn$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhcn$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhcn$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhcn$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys: '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhcn$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhcn$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhcn$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhcn$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhcn$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhcn$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.01 ether to your new wallet, access that wallet, send that 0.01 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhcn$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhcn$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_2', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_2', 'QuickSend: '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhcn$data, 'HELP_4CX_Desc_12', 'Using "发送以太币 / 发送代币" Page '), _defineProperty(_zhcn$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhcn$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhcn$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhcn$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhcn$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhcn$data, 'HELP_7_Title', '7) How do I send Tokens & add custom tokens? '), _defineProperty(_zhcn$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_1', 'Navigate to the "发送以太币 / 发送代币" page. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_6', 'If you do not see the token listed: '), _defineProperty(_zhcn$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhcn$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhcn$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhcn$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhcn$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhcn$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhcn$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhcn$data, 'HELP_9_Title', '9) Is the "发送以太币 / 发送代币" page offline? '), _defineProperty(_zhcn$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhcn$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhcn$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhcn$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhcn$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhcn$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhcn$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhcn$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhcn$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15', 'If you are on a Mac: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_15b', 'If you are on a PC: '), _defineProperty(_zhcn$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhcn$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhcn$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhcn$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhcn$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhcn$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhcn$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhcn$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhcn$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhcn$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhcn$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhcn$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_zhcn$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhcn$data, 'HELP_17_Desc_1', 'This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhcn$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhcn$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhcn$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhcn$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhcn$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhcn$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhcn$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhcn$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhcn$data, 'HELP_Sec_Title', 'Security安全 '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhcn$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhcn$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions 常见问题的更多有用回答 '), _defineProperty(_zhcn$data, 'HELP_Contact_Title', 'Ways to Get in Touch 联系方式'), _zhcn$data); module.exports = zhcn; @@ -18568,7 +18565,7 @@ zhtw.data = (_zhtw$data = { ONBOARD_why_content__8: 'Be diligent to keep your private key and password safe. Your private key is sometimes called your mnemonic phrase, keystore file, UTC file, JSON file, wallet file.', ONBOARD_why_content__9: 'If you lose your private key or password, no one can recover it.', ONBOARD_why_content__10: 'If you enter your private key on a phishing website, you will have **all your funds taken**.' -}, _defineProperty(_zhtw$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_zhtw$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC [US]` in green.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_zhtw$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_zhtw$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_zhtw$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_zhtw$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_zhtw$data, 'HELP_2a_Title', '我要怎麼儲存/備份錢包? '), _defineProperty(_zhtw$data, 'x_CancelReplaceTx', '取消或取代交易'), _defineProperty(_zhtw$data, 'x_CancelTx', '取消交易'), _defineProperty(_zhtw$data, 'x_PasswordDesc', '這組密碼用來 * 加密 * 你的錢包。 並非用來作為產生金鑰的種子。 **你需要這組密碼以及你的金鑰才能解鎖錢包。**'), _defineProperty(_zhtw$data, 'x_ReadMore', '繼續閱讀'), _defineProperty(_zhtw$data, 'x_ReplaceTx', '取代交易'), _defineProperty(_zhtw$data, 'x_TransHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'x_TXFee', '交易手續費'), _defineProperty(_zhtw$data, 'x_TxHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'NAV_CheckTxStatus', '檢查交易狀態'), _defineProperty(_zhtw$data, 'NAV_TxStatus', '交易狀態'), _defineProperty(_zhtw$data, 'tx_Details', '交易細節'), _defineProperty(_zhtw$data, 'tx_Summary', '當乙太網路流量大時(例如有ICO進行中),你的交易可能需要等待數小時甚至數天。 此工具將讓你 "取消" 或替換等待中的交易。 ** 這通常是不被允許的。 請不要過度依賴此工具,因為這些操作只有在交易池滿載時有用. [請閱讀關於此工具的說明。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhtw$data, 'tx_notFound', '查無交易'), _defineProperty(_zhtw$data, 'tx_notFound_1', '無法在你所連接的節點之交易池找到這筆交易。'), _defineProperty(_zhtw$data, 'tx_notFound_2', '如果你才剛送出交易,請等待 15 秒鐘後再按下 "檢查交易狀態" 按鈕。 '), _defineProperty(_zhtw$data, 'tx_notFound_3', '這筆交易可能仍在在其他節點的交易池中等待被確認。'), _defineProperty(_zhtw$data, 'tx_notFound_4', '請用右上角的下拉式選單來選取其他 ETH 節點 (例如: `ETH (Etherscan.io)` 、 `ETH (Infura.io)` 或 `ETH (MyEtherWallet)`) 並再檢查一次。'), _defineProperty(_zhtw$data, 'tx_foundInPending', '找到等待中的交易'), _defineProperty(_zhtw$data, 'tx_foundInPending_1', '你的交易存在於你所連接的節點交易池中。 '), _defineProperty(_zhtw$data, 'tx_foundInPending_2', '此筆交易正在等待中 (等待確認). '), _defineProperty(_zhtw$data, 'tx_foundInPending_3', '你有機會 "取消" 或取代這筆交易。 請在底下解鎖錢包。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain', '找到交易'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_1', '你的交易已經成功被確認且存在於區塊鏈上。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_2', '**你如果看到紅色的 `( ! )` 、 `BAD INSTRUCTION` 或 `OUT OF GAS` 的錯誤訊息**,這表示該筆交易並沒有被成功的 *送出*。你不能取消或替換這筆交易,你必須重新送出一筆交易。如果你看到 "Out of Gas" 錯誤,你得使用之前gas總量的兩倍。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_3', '**如果你沒有看到任何錯誤,你的交易已被成功送出。** 你的乙太幣或代幣已經在目的地錢包。如果你沒有看到你的乙太幣或代幣出現在目的地錢包 / 交易所帳戶,而且你已經等待超過24小時,[請連絡該服務提供者](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). 給他們你的交易紀錄 *連結* ,並且友善地請他們處裡你遇到的問題。'), _defineProperty(_zhtw$data, 'GEN_Help_1', '使用你的'), _defineProperty(_zhtw$data, 'GEN_Help_2', '來存取你的帳戶。 '), _defineProperty(_zhtw$data, 'GEN_Help_3', '你的裝置 * 就是 * 你的錢包。'), _defineProperty(_zhtw$data, 'GEN_Help_4', '指南 & 問與答'), _defineProperty(_zhtw$data, 'GEN_Help_5', '如何建立錢包'), _defineProperty(_zhtw$data, 'GEN_Help_6', '入門'), _defineProperty(_zhtw$data, 'GEN_Help_7', '保管好 · 備份它 · 不要分享給任何人 · 不要遺失 · 遺失後將無法找回。'), _defineProperty(_zhtw$data, 'GEN_Help_8', '不要下載檔案嗎? '), _defineProperty(_zhtw$data, 'GEN_Help_9', '改用 Google Chrome 看看 '), _defineProperty(_zhtw$data, 'GEN_Help_10', '按下右鍵並另存為 檔案名稱: '), _defineProperty(_zhtw$data, 'GEN_Help_11', '不要在你的電腦上開啟此檔案 '), _defineProperty(_zhtw$data, 'GEN_Help_12', '用它在 MyEtherWallet (或Mist、Geth、Parity和其他錢包) 來解鎖你的錢包 '), _defineProperty(_zhtw$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhtw$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhtw$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhtw$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhtw$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhtw$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhtw$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhtw$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhtw$data, 'GET_ConfButton', '我了解,請繼續。'), _defineProperty(_zhtw$data, 'GEN_Label_5', '保存 `私鑰`. '), _defineProperty(_zhtw$data, 'GEN_Unlock', '解鎖你的錢包來查看地址'), _defineProperty(_zhtw$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `10 GWEI`.'), _defineProperty(_zhtw$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhtw$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhtw$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhtw$data, 'NAV_AddWallet', '新增錢包 '), _defineProperty(_zhtw$data, 'NAV_BulkGenerate', '批量產生 '), _defineProperty(_zhtw$data, 'NAV_Contact', '聯繫我們 '), _defineProperty(_zhtw$data, 'NAV_Contracts', '合約 '), _defineProperty(_zhtw$data, 'NAV_DeployContract', '部署合約 '), _defineProperty(_zhtw$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhtw$data, 'NAV_GenerateWallet_alt', '建立新錢包 '), _defineProperty(_zhtw$data, 'NAV_GenerateWallet', '產生錢包 '), _defineProperty(_zhtw$data, 'NAV_Help', '求助 '), _defineProperty(_zhtw$data, 'NAV_InteractContract', '和合約互動 '), _defineProperty(_zhtw$data, 'NAV_Multisig', '多重簽署 '), _defineProperty(_zhtw$data, 'NAV_MyWallets', '我的錢包 '), _defineProperty(_zhtw$data, 'NAV_Offline', '離線發送 '), _defineProperty(_zhtw$data, 'NAV_SendEther', '發送乙太幣 / 代幣 '), _defineProperty(_zhtw$data, 'NAV_SendTokens', '發送代幣 '), _defineProperty(_zhtw$data, 'NAV_SignMsg', '對訊息做簽名 '), _defineProperty(_zhtw$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhtw$data, 'NAV_ViewWallet', '查看錢包 '), _defineProperty(_zhtw$data, 'NAV_YourWallets', '你的錢包 '), _defineProperty(_zhtw$data, 'x_Access', '存取合約 '), _defineProperty(_zhtw$data, 'x_AddessDesc', '你可以把地址當作是你的"帳號"或者"公鑰"。將地址告訴他人,他人就能發送乙太幣或代幣給你。找到漂亮的地址圖標,確定該圖標符合你的紙錢包和所有你輸入地址的地方。 '), _defineProperty(_zhtw$data, 'x_Address', '你的地址 '), _defineProperty(_zhtw$data, 'x_Cancel', '取消 '), _defineProperty(_zhtw$data, 'x_CSV', 'CSV 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Download', '下載 '), _defineProperty(_zhtw$data, 'x_Json', 'JSON 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_JsonDesc', '這是未加密的JSON格式私鑰檔。這表示你不需要密碼就可以控制錢包,但任何持有此JSON文件的人也都無須密碼便能控制你的錢包和乙太幣。 '), _defineProperty(_zhtw$data, 'x_Keystore', 'Keystore 檔 (UTC / JSON · 推薦 · 經過加密) '), _defineProperty(_zhtw$data, 'x_Keystore2', 'Keystore 檔 (UTC / JSON) '), _defineProperty(_zhtw$data, 'x_KeystoreDesc', '此Keystore檔和Mist錢包相容,因此你可以輕鬆地匯入錢包。我們推薦你下載並備份此檔案。 '), _defineProperty(_zhtw$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhtw$data, 'x_Mnemonic', '助憶口令 '), _defineProperty(_zhtw$data, 'x_ParityPhrase', 'Parity口令 '), _defineProperty(_zhtw$data, 'x_Password', '密碼 '), _defineProperty(_zhtw$data, 'x_Print', '列印紙錢包 '), _defineProperty(_zhtw$data, 'x_PrintDesc', '小技巧: 按下列印並保存為PDF檔,儘管你沒有印表機! '), _defineProperty(_zhtw$data, 'x_PrintShort', '列印 '), _defineProperty(_zhtw$data, 'x_PrivKey', '私鑰 (未加密) '), _defineProperty(_zhtw$data, 'x_PrivKey2', '私鑰 '), _defineProperty(_zhtw$data, 'x_PrivKeyDesc', '這是你未加密的私鑰,這表示你不需要密碼就可以控制錢包。如果有人取得此私鑰,他們也無須密碼便能可以控制你的錢包。因此,我們推薦加密過的私鑰檔。 '), _defineProperty(_zhtw$data, 'x_Save', '保存 '), _defineProperty(_zhtw$data, 'x_TXT', 'TXT 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Wallet', '錢包 '), _defineProperty(_zhtw$data, 'CX_Tagline', '開源的JavaScript客戶端乙太錢包Chrome擴充功能 '), _defineProperty(_zhtw$data, 'CX_Warning_1', '確保你存在這裡的所有錢包皆有**額外的備份**。導致此擴充功能資料喪失的可能很多,這包括移除和重新安裝此擴充功能。此擴充功能讓你輕鬆操作錢包,而**不是**備份錢包。 '), _defineProperty(_zhtw$data, 'MEW_Tagline', '開源的JavaScript客戶端乙太錢包 '), _defineProperty(_zhtw$data, 'MEW_Warning_1', '每次存取和產生錢包時都要檢查上方的網址。小心釣魚網站! '), _defineProperty(_zhtw$data, 'FOOTER_1', '讓你輕鬆、安全地和乙太坊互動的開源客戶端工具。 '), _defineProperty(_zhtw$data, 'FOOTER_1b', '開發者 '), _defineProperty(_zhtw$data, 'FOOTER_2', '歡迎捐贈給我們 '), _defineProperty(_zhtw$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhtw$data, 'FOOTER_4', '免責聲明 '), _defineProperty(_zhtw$data, 'sidebar_AccountInfo', '帳戶資訊 '), _defineProperty(_zhtw$data, 'sidebar_AccountAddr', '帳戶地址 '), _defineProperty(_zhtw$data, 'sidebar_AccountBal', '帳戶餘額 '), _defineProperty(_zhtw$data, 'sidebar_TokenBal', '代幣餘額 '), _defineProperty(_zhtw$data, 'sidebar_Equiv', '價值 '), _defineProperty(_zhtw$data, 'sidebar_TransHistory', '交易歷史 '), _defineProperty(_zhtw$data, 'sidebar_donation', 'MyEtherWallet是注重你的隱私和安全的免費、開源服務。如果有更多捐贈,我們就能花更多時間開發新功能、聽取你的建議並且滿足你的需要。我們只是兩個想要改變世界的人。幫助我們? '), _defineProperty(_zhtw$data, 'sidebar_donate', '捐贈 '), _defineProperty(_zhtw$data, 'sidebar_thanks', '謝謝你!!! '), _defineProperty(_zhtw$data, 'sidebar_DisplayOnTrezor', '顯示 TREZOR 上的地址'), _defineProperty(_zhtw$data, 'sidebar_DisplayOnLedger', '顯示 Ledger 上的地址'), _defineProperty(_zhtw$data, 'decrypt_Access', '你想要如何存取你的錢包? '), _defineProperty(_zhtw$data, 'decrypt_Title', '選擇你的私鑰格式 '), _defineProperty(_zhtw$data, 'decrypt_Select', '選擇一個錢包 '), _defineProperty(_zhtw$data, 'MNEM_1', '選擇你要互動的地址。 '), _defineProperty(_zhtw$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhtw$data, 'MNEM_more', '更多地址 '), _defineProperty(_zhtw$data, 'MNEM_prev', '之前的地址 '), _defineProperty(_zhtw$data, 'x_Ledger', 'Ledger Wallet 錢包'), _defineProperty(_zhtw$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhtw$data, 'ADD_Ledger_1', '連接至你的 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_Ledger_2', '開啟基於以太坊開發的應用程式(或一個寫成合約的應用程式) '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Exp', '開打開基於Expanse(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Ubq', '開打開基於Ubiq(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_3', '確認已經開啟設定選項中的瀏覽器支援選項'), _defineProperty(_zhtw$data, 'ADD_Ledger_4', '如果在設定選項中找不到瀏覽器支援選項,請確認你的韌體版本新於[1.2版](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_zhtw$data, 'ADD_Ledger_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_Ledger_scan', '連接至 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhtw$data, 'x_Trezor', 'TREZOR 錢包 '), _defineProperty(_zhtw$data, 'ADD_Trezor_scan', '連接至 TREZOR '), _defineProperty(_zhtw$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_scan', '連接至 Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_Label_1', '你想要做什麼? '), _defineProperty(_zhtw$data, 'ADD_Radio_1', '產生新錢包 '), _defineProperty(_zhtw$data, 'ADD_Radio_2', '選擇你的錢包檔 (Keystore / JSON) '), _defineProperty(_zhtw$data, 'ADD_Radio_2_alt', '選擇你的錢包檔 '), _defineProperty(_zhtw$data, 'ADD_Radio_2_short', '選擇錢包檔... '), _defineProperty(_zhtw$data, 'ADD_Radio_3', '貼上/輸入 你的私鑰 '), _defineProperty(_zhtw$data, 'ADD_Radio_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Radio_5', '貼上/輸入 你的助憶口令 '), _defineProperty(_zhtw$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhtw$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhtw$data, 'ADD_Label_2', '新增一個暱稱 '), _defineProperty(_zhtw$data, 'ADD_Label_3', '你的錢包經過加密。請輸入密碼。 '), _defineProperty(_zhtw$data, 'ADD_Label_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Warning_1', '你可以在錢包頁面監視任何帳戶,而且不需要匯入該帳戶的私鑰。這並不表示你能存取該帳戶或透過該帳戶傳送乙太幣。 '), _defineProperty(_zhtw$data, 'ADD_Label_5', '輸入地址 '), _defineProperty(_zhtw$data, 'ADD_Label_6', '解鎖你的錢包 '), _defineProperty(_zhtw$data, 'ADD_Label_6_short', '解鎖 '), _defineProperty(_zhtw$data, 'ADD_Label_7', '新增帳戶 '), _defineProperty(_zhtw$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhtw$data, 'MYWAL_Nick', '錢包暱稱 '), _defineProperty(_zhtw$data, 'MYWAL_Address', '錢包地址 '), _defineProperty(_zhtw$data, 'MYWAL_Bal', '餘額 '), _defineProperty(_zhtw$data, 'MYWAL_Edit', '編輯 '), _defineProperty(_zhtw$data, 'MYWAL_View', '檢視 '), _defineProperty(_zhtw$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhtw$data, 'MYWAL_RemoveWal', '移除錢包 '), _defineProperty(_zhtw$data, 'MYWAL_WatchOnly', '你正在監視的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Viewing', '查看錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Hide', '隱藏錢包資訊 '), _defineProperty(_zhtw$data, 'MYWAL_Edit_2', '編輯錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Name', '錢包名字 '), _defineProperty(_zhtw$data, 'MYWAL_Content_1', '警告! 你即將移除你的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Content_2', '確保你在移除錢包前,已經**保存了私鑰和Keystore檔,並記住了密碼**。 '), _defineProperty(_zhtw$data, 'MYWAL_Content_3', '如果你在未來還想在MyEtherWallet擴充功能上操作此錢包,你必須使用私鑰或JSON檔和密碼來重新新增它。 '), _defineProperty(_zhtw$data, 'GEN_desc', '你可以在這裡新增多個錢包 '), _defineProperty(_zhtw$data, 'GEN_Label_1', '輸入一個夠安全的密碼(至少九個字元) '), _defineProperty(_zhtw$data, 'GEN_Placeholder_1', '別忘記將密碼記下! '), _defineProperty(_zhtw$data, 'GEN_SuccessMsg', '成功! 你的錢包已被產生。 '), _defineProperty(_zhtw$data, 'GEN_Label_2', '存下你的Keystore檔。 別忘記上方的密碼。 '), _defineProperty(_zhtw$data, 'GEN_Label_3', '記下你的地址。 '), _defineProperty(_zhtw$data, 'GEN_Label_4', '印出你的紙錢包,或存下QR碼版本的資料。(可選的) '), _defineProperty(_zhtw$data, 'BULK_Label_1', '要產生的錢包數量 '), _defineProperty(_zhtw$data, 'BULK_Label_2', '產生多個錢包 '), _defineProperty(_zhtw$data, 'BULK_SuccessMsg', '成功! 你的所有錢包皆已被產生。 '), _defineProperty(_zhtw$data, 'SEND_addr', '給地址 '), _defineProperty(_zhtw$data, 'SEND_amount', '要發送的數量 '), _defineProperty(_zhtw$data, 'SEND_amount_short', '數量 '), _defineProperty(_zhtw$data, 'SEND_custom', '新增其他代幣 '), _defineProperty(_zhtw$data, 'SEND_gas', 'Gas '), _defineProperty(_zhtw$data, 'SEND_TransferTotal', '送出所有餘額 '), _defineProperty(_zhtw$data, 'SEND_generate', '產生交易訊息 '), _defineProperty(_zhtw$data, 'SEND_raw', '交易訊息 '), _defineProperty(_zhtw$data, 'SEND_signed', '已簽署的交易訊息 '), _defineProperty(_zhtw$data, 'SEND_trans', '送出交易 '), _defineProperty(_zhtw$data, 'SENDModal_Title', '注意! '), _defineProperty(_zhtw$data, 'SENDModal_Content_1', '你將要送出 '), _defineProperty(_zhtw$data, 'SENDModal_Content_2', '到 '), _defineProperty(_zhtw$data, 'SENDModal_Content_3', '確定要繼續嗎? '), _defineProperty(_zhtw$data, 'SENDModal_Content_4', '提醒:如果你遇到了問題,解決方法通常是傳入乙太幣到帳戶中來支付交易所需的gas。Gas由乙太幣支付。 '), _defineProperty(_zhtw$data, 'SENDModal_No', '不,帶我離開這裡! '), _defineProperty(_zhtw$data, 'SENDModal_Yes', '好,我確定!進行交易。 '), _defineProperty(_zhtw$data, 'TOKEN_Addr', '地址 Token '), _defineProperty(_zhtw$data, 'TOKEN_Symbol', '代幣縮寫 '), _defineProperty(_zhtw$data, 'TOKEN_Dec', '小數點 '), _defineProperty(_zhtw$data, 'TOKEN_show', '顯示所有代幣 '), _defineProperty(_zhtw$data, 'TOKEN_hide', '隱藏代幣 '), _defineProperty(_zhtw$data, 'TRANS_desc', '如果你是要傳送代幣(Token),請使用“傳送代幣”功能'), _defineProperty(_zhtw$data, 'TRANS_warning', '"Only ETH" 或 "Only ETC" 功能是透過一個合約來傳送,並非單純的轉錢。有些服務可能沒辦法接受這兩種功能。 了解更多。Functions you are sending via a contract. Some services have issues accepting these transactions. Read more. '), _defineProperty(_zhtw$data, 'TRANS_advanced', '進階功能:為交易新增Data'), _defineProperty(_zhtw$data, 'TRANS_data', '交易的Data '), _defineProperty(_zhtw$data, 'TRANS_gas', 'Gas 總量 '), _defineProperty(_zhtw$data, 'TRANS_sendInfo', '我們使用比平均手續費略高的gas價格(每單位0.000000021 ETH)確保交易能快速被確認。我們並不收取任何手續費。'), _defineProperty(_zhtw$data, 'OFFLINE_Title', '以離線的方式製作交易'), _defineProperty(_zhtw$data, 'OFFLINE_Desc', '離線製作交易的方式包含三步驟。步驟一及三需要使用連網裝置,步驟二則使用離線的電腦以確保你的私鑰不會被連網裝置存取。'), _defineProperty(_zhtw$data, 'OFFLLINE_Step1_Title', '步驟一: 產生交易相關訊息(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Button', '產生交易相關訊息 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_1', '交易發起方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_2', '注意: 這是交易發起方的地址,不是交易接受方的地址。Nonce值是看交易發起方來決定。如果是使用離線裝置,則這個地址是離線儲存裝置的帳號地址。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Title', '步驟二: 製作交易(在離線裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_1', '交易接收方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_2', '送給交易接收方的金額'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3', '每單位gas的費用'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4', 'Gas 總量 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4b', '21000 是預設的gas總量(單純轉錢)。如果你是要執行合約,則會不一樣。多給的gas如果沒有用完會退還給你。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6', '交易的Data '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6b', '並非必需的,Data通常只有在你執行合約的時候才需要。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_7', '輸入/選擇 你的私鑰/JSON檔。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Title', '步驟三: 送出交易(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Label_1', '將步驟二經過簽名的交易複製並貼上到這,最後按下送出交易的按鈕。'), _defineProperty(_zhtw$data, 'CONTRACT_Title', '合約地址 '), _defineProperty(_zhtw$data, 'CONTRACT_Title_2', '選擇已經存在的合約 '), _defineProperty(_zhtw$data, 'CONTRACT_Json', '合約的 ABI / JSON 介面 '), _defineProperty(_zhtw$data, 'CONTRACT_Interact_Title', '讀取/寫入 合約'), _defineProperty(_zhtw$data, 'CONTRACT_Interact_CTA', '選擇一個動作'), _defineProperty(_zhtw$data, 'CONTRACT_ByteCode', '合約的程式碼 '), _defineProperty(_zhtw$data, 'CONTRACT_Read', '讀取 '), _defineProperty(_zhtw$data, 'CONTRACT_Write', '寫入 '), _defineProperty(_zhtw$data, 'DEP_generate', '產生程式碼 '), _defineProperty(_zhtw$data, 'DEP_generated', '已產生的程式碼 '), _defineProperty(_zhtw$data, 'DEP_signtx', '對交易做簽名 '), _defineProperty(_zhtw$data, 'DEP_interface', '已產生的合約介面 '), _defineProperty(_zhtw$data, 'NODE_Title', '設定你的客製節點'), _defineProperty(_zhtw$data, 'NODE_Subtitle', '連線至一個區域/私人節點...'), _defineProperty(_zhtw$data, 'NODE_Warning', '你的節點必須使用HTTPS安全連線的方式才能夠由 MyEtherWallet.com 連接到它。 你可以下載 [MyEtherWallet repo](https://github.com/kvhnuke/etherwallet/releases/latest) 並建立起一個你的節點來連接至其他的節點。或著從 [LetsEncrypt](https://letsencrypt.org/) 獲取免費的SSL憑證'), _defineProperty(_zhtw$data, 'NODE_Name', '節點名稱'), _defineProperty(_zhtw$data, 'NODE_Port', '節點連線的端口號碼'), _defineProperty(_zhtw$data, 'NODE_CTA', '儲存設定並使用客製節點'), _defineProperty(_zhtw$data, 'SWAP_rates', "目前的匯率 "), _defineProperty(_zhtw$data, 'SWAP_init_1', "我想要用我的 "), _defineProperty(_zhtw$data, 'SWAP_init_2', " 換 "), _defineProperty(_zhtw$data, 'SWAP_init_CTA', "下一步 "), _defineProperty(_zhtw$data, 'SWAP_information', "你的相關資料 "), _defineProperty(_zhtw$data, 'SWAP_send_amt', "送出多少金額 "), _defineProperty(_zhtw$data, 'SWAP_rec_amt', "收入多少金額 "), _defineProperty(_zhtw$data, 'SWAP_your_rate', "你的匯率 "), _defineProperty(_zhtw$data, 'SWAP_rec_add', "你收錢的地址 "), _defineProperty(_zhtw$data, 'SWAP_start_CTA', "開始交換 "), _defineProperty(_zhtw$data, 'SWAP_ref_num', "你的交易編號 "), _defineProperty(_zhtw$data, 'SWAP_time', "剩餘多少時間可送出交易 "), _defineProperty(_zhtw$data, 'SWAP_elapsed', "送出交易後已經經過了 "), _defineProperty(_zhtw$data, 'SWAP_progress_1', "訂單已產生 "), _defineProperty(_zhtw$data, 'SWAP_progress_2', "正在等待你的 "), _defineProperty(_zhtw$data, 'SWAP_progress_3', "收到了! "), _defineProperty(_zhtw$data, 'SWAP_progress_4', "正在傳送你的 {{orderResult.output.currency}} "), _defineProperty(_zhtw$data, 'SWAP_progress_5', "訂單完成 "), _defineProperty(_zhtw$data, 'SWAP_order_CTA', "請傳送 "), _defineProperty(_zhtw$data, 'SWAP_unlock', "解鎖你的錢包來從這個頁面轉錢或轉代幣 "), _defineProperty(_zhtw$data, 'MSG_message', '訊息 '), _defineProperty(_zhtw$data, 'MSG_date', '日期 '), _defineProperty(_zhtw$data, 'MSG_signature', '簽名 '), _defineProperty(_zhtw$data, 'MSG_verify', '驗證訊息 '), _defineProperty(_zhtw$data, 'MSG_info1', '填入當前時間來避免簽名在其他不同時間被重複利用。 '), _defineProperty(_zhtw$data, 'MSG_info2', '填入你的暱稱及你使用該暱稱的場合來避免其他人使用'), _defineProperty(_zhtw$data, 'MSG_info3', '填入這個訊息的源由來避免被用在其他目的。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。你可能會需要這個功能來將你的帳戶[讀入Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)。 如果你想要檢查你的帳號餘額,我們建議你使用區塊鏈瀏覽網頁像是[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle_Short', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_SuccessMsg', '成功!這些是你的錢包內容。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_ShowPrivKey', '(顯示)'), _defineProperty(_zhtw$data, 'VIEWWALLET_HidePrivKey', '(隱藏)'), _defineProperty(_zhtw$data, 'CX_error_1', '你沒有儲存過任何錢包。點擊 ["新增錢包"](/cx-wallet.html#add-wallet) 來新增一個錢包! '), _defineProperty(_zhtw$data, 'CX_quicksend', '傳送 '), _defineProperty(_zhtw$data, 'ERROR_0', '請輸入有效的數量。 '), _defineProperty(_zhtw$data, 'ERROR_1', '你的密碼至少需要9個字元。請確保你的密碼強度夠強。 '), _defineProperty(_zhtw$data, 'ERROR_2', '抱歉,我們無法識別這個錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_3', '這不是一個有效的錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_4', '這個單位並不存在,請使用以下的單位 '), _defineProperty(_zhtw$data, 'ERROR_5', '無效的地址。 '), _defineProperty(_zhtw$data, 'ERROR_6', '無效的密碼。 '), _defineProperty(_zhtw$data, 'ERROR_7', '無效的數量。(Must be integer. Try 0-18.) '), _defineProperty(_zhtw$data, 'ERROR_8', '無效的gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhtw$data, 'ERROR_9', '無效的data。(Must be hex.) '), _defineProperty(_zhtw$data, 'ERROR_10', '無效的gas數量。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhtw$data, 'ERROR_11', '無效的nonce值。(Must be integer.)'), _defineProperty(_zhtw$data, 'ERROR_12', '無效的已簽名交易。 '), _defineProperty(_zhtw$data, 'ERROR_13', '已經有一個使用相同暱稱的錢包存在。 '), _defineProperty(_zhtw$data, 'ERROR_14', '找不到錢包。 '), _defineProperty(_zhtw$data, 'ERROR_15', 'It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_zhtw$data, 'ERROR_16', '儲存裝置中已經有一個包含這個地址的錢包存在。 請見錢包頁面。 '), _defineProperty(_zhtw$data, 'ERROR_17', '你帳戶中必須有至少 **0.01 ETH** 來支付gas的成本。 請增加一些 ETH 並重試。 '), _defineProperty(_zhtw$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_zhtw$data, 'ERROR_19', '無效的符號 '), _defineProperty(_zhtw$data, 'ERROR_20', '並不是一個有效的 ERC-20 代幣 '), _defineProperty(_zhtw$data, 'ERROR_21', '無法估計花費的gas。 這個帳戶沒有足夠餘額,或是接收的合約丟出錯誤訊息。 你可以自己手動設定gas並執行。 傳送後的錯誤訊息可能會提供更多訊息。 '), _defineProperty(_zhtw$data, 'ERROR_22', '請輸入有效的節點名稱'), _defineProperty(_zhtw$data, 'ERROR_23', '輸入有效的url,如果你使用https請確保url也是使用https。 '), _defineProperty(_zhtw$data, 'ERROR_24', '請輸入有效的連線端口號碼 '), _defineProperty(_zhtw$data, 'ERROR_25', '請輸入有效的鏈ID'), _defineProperty(_zhtw$data, 'ERROR_26', '請輸入有效的ABI '), _defineProperty(_zhtw$data, 'ERROR_27', '最少數量 0.01 及最大'), _defineProperty(_zhtw$data, 'ERROR_28', '**以後你會需要密碼和Keystore檔案** (或私鑰)來存取你的錢包。請儲存並備份在額外的地方!如果沒有儲存你是沒有機會找回這個錢包的。 詳見[幫助頁面](https://www.myetherwallet.com/#help)來獲取更多資訊。 '), _defineProperty(_zhtw$data, 'ERROR_29', '請輸入有效的使用者及密碼 '), _defineProperty(_zhtw$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhtw$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhtw$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhtw$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhtw$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhtw$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhtw$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhtw$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhtw$data, 'SUCCESS_1', '有效的地址 '), _defineProperty(_zhtw$data, 'SUCCESS_2', '成功解密錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_3', '你的交易已被發布到網路上。這並不表示該交易已被確認或完成。遇到區塊鏈網路流量極大時,你可能需要超過三個小時才能完成交易 1) 在下面確認你的交易狀態。 2) 如果該交易已經等待(pending)數小時或消失,使用 檢查交易狀態 頁面來替換它。 3) 使用 [ETH加油站](https://ethgasstation.info/) 來確認最佳的Gas價格。 4) 存下該筆交易的雜湊值,你可能需要它: '), _defineProperty(_zhtw$data, 'SUCCESS_4', '成功新增你的錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_5', '已選擇檔案 '), _defineProperty(_zhtw$data, 'SUCCESS_6', '你已經成功連上 '), _defineProperty(_zhtw$data, 'SUCCESS_7', '訊息簽章驗證成功'), _defineProperty(_zhtw$data, 'WARN_Send_Link', '你藉由一條連結到達此頁面,且該連結已幫你將地址、金額、gas和data欄位或交易類別(傳送模式)填好。 送出前你可以自由更改其中的值。 首先先解鎖你的錢包。 '), _defineProperty(_zhtw$data, 'GETH_InvalidSender', '無效的傳送者 '), _defineProperty(_zhtw$data, 'GETH_Nonce', 'Nonce值太低 '), _defineProperty(_zhtw$data, 'GETH_Cheap', 'Gas價格太低以致不會被礦工接受 '), _defineProperty(_zhtw$data, 'GETH_Balance', '餘額不足 '), _defineProperty(_zhtw$data, 'GETH_NonExistentAccount', '帳戶不存在或是帳戶餘額不足 '), _defineProperty(_zhtw$data, 'GETH_InsufficientFunds', '提供的金額不足以支付gas成本的錢加上你要轉的錢 '), _defineProperty(_zhtw$data, 'GETH_IntrinsicGas', '提供的gas量不足 '), _defineProperty(_zhtw$data, 'GETH_GasLimit', 'gas量超過每單位區塊的gas上限 '), _defineProperty(_zhtw$data, 'GETH_NegativeValue', '負數的值 '), _defineProperty(_zhtw$data, 'PARITY_AlreadyImported', "已經有輸入一筆有同樣雜湊值的交易了。"), _defineProperty(_zhtw$data, 'PARITY_Old', "交易的nonce值太低。請增加nonce值。"), _defineProperty(_zhtw$data, 'PARITY_TooCheapToReplace', "交易手續費太低。已經有另外一筆有同樣nonce值的交易被加入排程。 請增加交易費用來取代該筆交易或增加nonce值來接續在該筆交易之後。"), _defineProperty(_zhtw$data, 'PARITY_LimitReached', "目前排程中有太多交易。你的交易因為超過排程容量上限而被拒絕。請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientGasPrice', "交易手續費太低。達不到你節點所要求的最低手續費(最低: {}, 收到: {}). 請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientBalance', "提供金額不足。你嘗試送出交易的帳戶並沒有足夠的金額。 需要 {} wei 但只有: {} wei."), _defineProperty(_zhtw$data, 'PARITY_GasLimitExceeded', "交易提供的gas量超過每單位的區塊gas上限 上限: {}, 收到: {}. 請減少提供的gas量。"), _defineProperty(_zhtw$data, 'PARITY_InvalidGasLimit', "提供的gas量超過上限。"), _defineProperty(_zhtw$data, 'translate_version', '0.5 '), _defineProperty(_zhtw$data, 'Translator_Desc', '譯者: '), _defineProperty(_zhtw$data, 'TranslatorName_1', 'Dymnz '), _defineProperty(_zhtw$data, 'TranslatorAddr_1', '0x0065F744bCb5393aA538cfb0688CBb0Ae0bFa741 '), _defineProperty(_zhtw$data, 'TranslatorName_2', 'NIC'), _defineProperty(_zhtw$data, 'TranslatorAddr_2', ' '), _defineProperty(_zhtw$data, 'TranslatorName_3', 'frankurcrazy '), _defineProperty(_zhtw$data, 'TranslatorAddr_3', '0xaf7c8edca9c241faf8f3f4a496da9479310e5fe9 '), _defineProperty(_zhtw$data, 'TranslatorName_4', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_4', ' '), _defineProperty(_zhtw$data, 'TranslatorName_5', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_5', ' '), _defineProperty(_zhtw$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhtw$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhtw$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhtw$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhtw$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhtw$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhtw$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhtw$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhtw$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhtw$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhtw$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhtw$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhtw$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhtw$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_zhtw$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhtw$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhtw$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhtw$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_zhtw$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_zhtw$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhtw$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhtw$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhtw$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_zhtw$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhtw$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhtw$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhtw$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhtw$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhtw$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhtw$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_zhtw$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhtw$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhtw$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhtw$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhtw$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhtw$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhtw$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhtw$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhtw$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_zhtw$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhtw$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhtw$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhtw$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhtw$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhtw$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhtw$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhtw$data, 'HELP_Sec_Title', '安全性 '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhtw$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_zhtw$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _zhtw$data); +}, _defineProperty(_zhtw$data, 'ONBOARD_blockchain_title__alt', 'WTF is a Blockchain?'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt', 'What\'s the Point of MEW then?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_title', 'If MyEtherWallet can\'t do those things, what\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__1', 'Because that is the point of decentralization and the blockchain.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__2', 'You don\'t have to rely on your bank, government, or anyone else when you want to move your funds.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__3', 'You don\'t have to rely on the security of an exchange or bank to keep your funds safe.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__4', 'If you don\'t find these things valuable, ask yourself why you think the blockchain and cryptocurrencies are valuable. 😉'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__5', 'If you don\'t like the sound of this, consider using [Coinbase](https://www.coinbase.com/) or [Blockchain.info](https://blockchain.info/wallet/#/signup). They have more familiar accounts with usernames & passwords.'), _defineProperty(_zhtw$data, 'ONBOARD_whymew_content__6', 'If you are scared but want to use MEW, [get a hardware wallet](https://myetherwallet.github.io/knowledge-base/hardware-wallets/hardware-wallet-recommendations.html)! These keep your keys secure.'), _defineProperty(_zhtw$data, 'ONBOARD_why_title__alt', 'But...why?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_title', 'How To Protect Yourself & Your Funds'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_title', 'How To Protect Yourself from Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__1', 'Phishers send you a message with a link to a website that looks just like MyEtherWallet, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__2', 'Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__3', 'Always check the URL: `https://www.myetherwallet.com`.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__4', 'Always make sure the URL bar has `MYETHERWALLET LLC` in green.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__5', 'Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__6', 'Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_1_content__7', '[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).'), _defineProperty(_zhtw$data, 'ONBOARD_point_title__alt_2', 'What\'s the point?'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title', 'How To Protect Yourself from Scams'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__1', 'People will try to get you to give them money in return for nothing.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__2', 'If it is too good to be true, it probably is.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__3', 'Research before sending money to someone or some project. Look for information on a variety of websites and forums. Be wary.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__4', 'Ask questions when you don\'t understand something or it doesn\'t seem right.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_content__5', 'Don\'t let fear, FUD, or FOMO win over common sense. If something is very urgent, ask yourself "why?". It may be to create FOMO or prevent you from doing research.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title__alt', 'Phuck Phishers'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_title', 'How To Protect Yourself from Loss'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__1', 'If you lose your private key or password, it is gone forever. Don\'t lose it.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__2', 'Make a backup of your private key and password. Do NOT just store it on your computer. Print it out on a piece of paper or save it to a USB drive.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__3', 'Store this paper or USB drive in a different physical location. A backup is not useful if it is destroyed by a fire or flood along with your laptop.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__4', 'Do not store your private key in Dropbox, Google Drive, or other cloud storage. If that account is compromised, your funds will be stolen.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__5', 'If you have more than 1-week\'s worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It\'s worth it. I promise.'), _defineProperty(_zhtw$data, 'ONBOARD_secure_3_content__6', '[Even more Security Tips!](https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html)'), _defineProperty(_zhtw$data, 'ONBOARD_secure_2_title__alt_2', 'Screw Scams'), _defineProperty(_zhtw$data, 'ONBOARD_final_title__alt', 'One more click & you\'re done! 🤘'), _defineProperty(_zhtw$data, 'ONBOARD_final_title', 'Alright, I\'m done lecturing you!'), _defineProperty(_zhtw$data, 'ONBOARD_final_subtitle', 'Sorry for being like this. Onwards!'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__1', 'Create a wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__2', 'Get a hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__3', 'How to Set up MEW + MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__4', 'How to Run MEW Offline / Locally'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__5', 'How to Send via Ledger hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__6', 'How to Send via TREZOR hardware wallet'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__7', 'How to Send via MetaMask'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__8', 'Learn More or Contact Us'), _defineProperty(_zhtw$data, 'ONBOARD_final_content__9', 'OMG, please just let me send FFS.'), _defineProperty(_zhtw$data, 'ONBOARD_resume', 'It looks like you didn\'t finish reading through these slides last time. ProTip: Finish reading through the slides 😉'), _defineProperty(_zhtw$data, 'HELP_2a_Title', '我要怎麼儲存/備份錢包? '), _defineProperty(_zhtw$data, 'x_CancelReplaceTx', '取消或取代交易'), _defineProperty(_zhtw$data, 'x_CancelTx', '取消交易'), _defineProperty(_zhtw$data, 'x_PasswordDesc', '這組密碼用來 * 加密 * 你的錢包。 並非用來作為產生金鑰的種子。 **你需要這組密碼以及你的金鑰才能解鎖錢包。**'), _defineProperty(_zhtw$data, 'x_ReadMore', '繼續閱讀'), _defineProperty(_zhtw$data, 'x_ReplaceTx', '取代交易'), _defineProperty(_zhtw$data, 'x_TransHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'x_TXFee', '交易手續費'), _defineProperty(_zhtw$data, 'x_TxHash', '交易雜湊值'), _defineProperty(_zhtw$data, 'NAV_CheckTxStatus', '檢查交易狀態'), _defineProperty(_zhtw$data, 'NAV_TxStatus', '交易狀態'), _defineProperty(_zhtw$data, 'tx_Details', '交易細節'), _defineProperty(_zhtw$data, 'tx_Summary', '當乙太網路流量大時(例如有ICO進行中),你的交易可能需要等待數小時甚至數天。 此工具將讓你 "取消" 或替換等待中的交易。 ** 這通常是不被允許的。 請不要過度依賴此工具,因為這些操作只有在交易池滿載時有用. [請閱讀關於此工具的說明。](https://myetherwallet.github.io/knowledge-base/transactions/check-status-of-ethereum-transaction.html)**'), _defineProperty(_zhtw$data, 'tx_notFound', '查無交易'), _defineProperty(_zhtw$data, 'tx_notFound_1', '無法在你所連接的節點之交易池找到這筆交易。'), _defineProperty(_zhtw$data, 'tx_notFound_2', '如果你才剛送出交易,請等待 15 秒鐘後再按下 "檢查交易狀態" 按鈕。 '), _defineProperty(_zhtw$data, 'tx_notFound_3', '這筆交易可能仍在在其他節點的交易池中等待被確認。'), _defineProperty(_zhtw$data, 'tx_notFound_4', '請用右上角的下拉式選單來選取其他 ETH 節點 (例如: `ETH (Etherscan.io)` 、 `ETH (Infura.io)` 或 `ETH (MyEtherWallet)`) 並再檢查一次。'), _defineProperty(_zhtw$data, 'tx_foundInPending', '找到等待中的交易'), _defineProperty(_zhtw$data, 'tx_foundInPending_1', '你的交易存在於你所連接的節點交易池中。 '), _defineProperty(_zhtw$data, 'tx_foundInPending_2', '此筆交易正在等待中 (等待確認). '), _defineProperty(_zhtw$data, 'tx_foundInPending_3', '你有機會 "取消" 或取代這筆交易。 請在底下解鎖錢包。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain', '找到交易'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_1', '你的交易已經成功被確認且存在於區塊鏈上。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_2', '**你如果看到紅色的 `( ! )` 、 `BAD INSTRUCTION` 或 `OUT OF GAS` 的錯誤訊息**,這表示該筆交易並沒有被成功的 *送出*。你不能取消或替換這筆交易,你必須重新送出一筆交易。如果你看到 "Out of Gas" 錯誤,你得使用之前gas總量的兩倍。'), _defineProperty(_zhtw$data, 'tx_FoundOnChain_3', '**如果你沒有看到任何錯誤,你的交易已被成功送出。** 你的乙太幣或代幣已經在目的地錢包。如果你沒有看到你的乙太幣或代幣出現在目的地錢包 / 交易所帳戶,而且你已經等待超過24小時,[請連絡該服務提供者](https://myetherwallet.github.io/knowledge-base/diving-deeper/ethereum-list-of-support-and-communities.html). 給他們你的交易紀錄 *連結* ,並且友善地請他們處裡你遇到的問題。'), _defineProperty(_zhtw$data, 'GEN_Help_1', '使用你的'), _defineProperty(_zhtw$data, 'GEN_Help_2', '來存取你的帳戶。 '), _defineProperty(_zhtw$data, 'GEN_Help_3', '你的裝置 * 就是 * 你的錢包。'), _defineProperty(_zhtw$data, 'GEN_Help_4', '指南 & 問與答'), _defineProperty(_zhtw$data, 'GEN_Help_5', '如何建立錢包'), _defineProperty(_zhtw$data, 'GEN_Help_6', '入門'), _defineProperty(_zhtw$data, 'GEN_Help_7', '保管好 · 備份它 · 不要分享給任何人 · 不要遺失 · 遺失後將無法找回。'), _defineProperty(_zhtw$data, 'GEN_Help_8', '不要下載檔案嗎? '), _defineProperty(_zhtw$data, 'GEN_Help_9', '改用 Google Chrome 看看 '), _defineProperty(_zhtw$data, 'GEN_Help_10', '按下右鍵並另存為 檔案名稱: '), _defineProperty(_zhtw$data, 'GEN_Help_11', '不要在你的電腦上開啟此檔案 '), _defineProperty(_zhtw$data, 'GEN_Help_12', '用它在 MyEtherWallet (或Mist、Geth、Parity和其他錢包) 來解鎖你的錢包 '), _defineProperty(_zhtw$data, 'GEN_Help_13', 'How to Back Up Your Keystore File '), _defineProperty(_zhtw$data, 'GEN_Help_14', 'What are these Different Formats? '), _defineProperty(_zhtw$data, 'GEN_Help_15', 'Preventing loss & theft of your funds.'), _defineProperty(_zhtw$data, 'GEN_Help_16', 'What are these Different Formats?'), _defineProperty(_zhtw$data, 'GEN_Help_17', 'Why Should I?'), _defineProperty(_zhtw$data, 'GEN_Help_18', 'To have a secondary backup.'), _defineProperty(_zhtw$data, 'GEN_Help_19', 'In case you ever forget your password.'), _defineProperty(_zhtw$data, 'GEN_Help_20', 'Cold Storage'), _defineProperty(_zhtw$data, 'GET_ConfButton', '我了解,請繼續。'), _defineProperty(_zhtw$data, 'GEN_Label_5', '保存 `私鑰`. '), _defineProperty(_zhtw$data, 'GEN_Unlock', '解鎖你的錢包來查看地址'), _defineProperty(_zhtw$data, 'GAS_PRICE_Desc', 'Gas Price is the amount you pay per unit of gas. `TX fee = gas price * gas limit` & is paid to miners for including your TX in a block. Higher the gas price = faster transaction, but more expensive. Default is `10 GWEI`.'), _defineProperty(_zhtw$data, 'GAS_LIMIT_Desc', 'Gas limit is the amount of gas to send with your TX. `TX fee` = gas price * gas limit & is paid to miners for including your TX in a block. Increasing this number will not get your TX mined faster. Sending ETH = `21000`. Sending Tokens = ~`200000`.'), _defineProperty(_zhtw$data, 'NONCE_Desc', 'The nonce is the number of transactions sent from a given address. It ensures transactions are sent in order & not more than once.'), _defineProperty(_zhtw$data, 'TXFEE_Desc', 'The TX Fee is paid to miners for including your TX in a block. Is is the `gas limit` * `gas price`. [You can convert GWEI -> ETH here](https://www.myetherwallet.com/helpers.html)'), _defineProperty(_zhtw$data, 'NAV_AddWallet', '新增錢包 '), _defineProperty(_zhtw$data, 'NAV_BulkGenerate', '批量產生 '), _defineProperty(_zhtw$data, 'NAV_Contact', '聯繫我們 '), _defineProperty(_zhtw$data, 'NAV_Contracts', '合約 '), _defineProperty(_zhtw$data, 'NAV_DeployContract', '部署合約 '), _defineProperty(_zhtw$data, 'NAV_ENS', 'ENS'), _defineProperty(_zhtw$data, 'NAV_GenerateWallet_alt', '建立新錢包 '), _defineProperty(_zhtw$data, 'NAV_GenerateWallet', '產生錢包 '), _defineProperty(_zhtw$data, 'NAV_Help', '求助 '), _defineProperty(_zhtw$data, 'NAV_InteractContract', '和合約互動 '), _defineProperty(_zhtw$data, 'NAV_Multisig', '多重簽署 '), _defineProperty(_zhtw$data, 'NAV_MyWallets', '我的錢包 '), _defineProperty(_zhtw$data, 'NAV_Offline', '離線發送 '), _defineProperty(_zhtw$data, 'NAV_SendEther', '發送乙太幣 / 代幣 '), _defineProperty(_zhtw$data, 'NAV_SendTokens', '發送代幣 '), _defineProperty(_zhtw$data, 'NAV_SignMsg', '對訊息做簽名 '), _defineProperty(_zhtw$data, 'NAV_Swap', 'Swap '), _defineProperty(_zhtw$data, 'NAV_ViewWallet', '查看錢包 '), _defineProperty(_zhtw$data, 'NAV_YourWallets', '你的錢包 '), _defineProperty(_zhtw$data, 'x_Access', '存取合約 '), _defineProperty(_zhtw$data, 'x_AddessDesc', '你可以把地址當作是你的"帳號"或者"公鑰"。將地址告訴他人,他人就能發送乙太幣或代幣給你。找到漂亮的地址圖標,確定該圖標符合你的紙錢包和所有你輸入地址的地方。 '), _defineProperty(_zhtw$data, 'x_Address', '你的地址 '), _defineProperty(_zhtw$data, 'x_Cancel', '取消 '), _defineProperty(_zhtw$data, 'x_CSV', 'CSV 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Download', '下載 '), _defineProperty(_zhtw$data, 'x_Json', 'JSON 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_JsonDesc', '這是未加密的JSON格式私鑰檔。這表示你不需要密碼就可以控制錢包,但任何持有此JSON文件的人也都無須密碼便能控制你的錢包和乙太幣。 '), _defineProperty(_zhtw$data, 'x_Keystore', 'Keystore 檔 (UTC / JSON · 推薦 · 經過加密) '), _defineProperty(_zhtw$data, 'x_Keystore2', 'Keystore 檔 (UTC / JSON) '), _defineProperty(_zhtw$data, 'x_KeystoreDesc', '此Keystore檔和Mist錢包相容,因此你可以輕鬆地匯入錢包。我們推薦你下載並備份此檔案。 '), _defineProperty(_zhtw$data, 'x_MetaMask', 'MetaMask / Mist '), _defineProperty(_zhtw$data, 'x_Mnemonic', '助憶口令 '), _defineProperty(_zhtw$data, 'x_ParityPhrase', 'Parity口令 '), _defineProperty(_zhtw$data, 'x_Password', '密碼 '), _defineProperty(_zhtw$data, 'x_Print', '列印紙錢包 '), _defineProperty(_zhtw$data, 'x_PrintDesc', '小技巧: 按下列印並保存為PDF檔,儘管你沒有印表機! '), _defineProperty(_zhtw$data, 'x_PrintShort', '列印 '), _defineProperty(_zhtw$data, 'x_PrivKey', '私鑰 (未加密) '), _defineProperty(_zhtw$data, 'x_PrivKey2', '私鑰 '), _defineProperty(_zhtw$data, 'x_PrivKeyDesc', '這是你未加密的私鑰,這表示你不需要密碼就可以控制錢包。如果有人取得此私鑰,他們也無須密碼便能可以控制你的錢包。因此,我們推薦加密過的私鑰檔。 '), _defineProperty(_zhtw$data, 'x_Save', '保存 '), _defineProperty(_zhtw$data, 'x_TXT', 'TXT 檔 (未加密) '), _defineProperty(_zhtw$data, 'x_Wallet', '錢包 '), _defineProperty(_zhtw$data, 'CX_Tagline', '開源的JavaScript客戶端乙太錢包Chrome擴充功能 '), _defineProperty(_zhtw$data, 'CX_Warning_1', '確保你存在這裡的所有錢包皆有**額外的備份**。導致此擴充功能資料喪失的可能很多,這包括移除和重新安裝此擴充功能。此擴充功能讓你輕鬆操作錢包,而**不是**備份錢包。 '), _defineProperty(_zhtw$data, 'MEW_Tagline', '開源的JavaScript客戶端乙太錢包 '), _defineProperty(_zhtw$data, 'MEW_Warning_1', '每次存取和產生錢包時都要檢查上方的網址。小心釣魚網站! '), _defineProperty(_zhtw$data, 'FOOTER_1', '讓你輕鬆、安全地和乙太坊互動的開源客戶端工具。 '), _defineProperty(_zhtw$data, 'FOOTER_1b', '開發者 '), _defineProperty(_zhtw$data, 'FOOTER_2', '歡迎捐贈給我們 '), _defineProperty(_zhtw$data, 'FOOTER_3', 'Client-side wallet generation by '), _defineProperty(_zhtw$data, 'FOOTER_4', '免責聲明 '), _defineProperty(_zhtw$data, 'sidebar_AccountInfo', '帳戶資訊 '), _defineProperty(_zhtw$data, 'sidebar_AccountAddr', '帳戶地址 '), _defineProperty(_zhtw$data, 'sidebar_AccountBal', '帳戶餘額 '), _defineProperty(_zhtw$data, 'sidebar_TokenBal', '代幣餘額 '), _defineProperty(_zhtw$data, 'sidebar_Equiv', '價值 '), _defineProperty(_zhtw$data, 'sidebar_TransHistory', '交易歷史 '), _defineProperty(_zhtw$data, 'sidebar_donation', 'MyEtherWallet是注重你的隱私和安全的免費、開源服務。如果有更多捐贈,我們就能花更多時間開發新功能、聽取你的建議並且滿足你的需要。我們只是兩個想要改變世界的人。幫助我們? '), _defineProperty(_zhtw$data, 'sidebar_donate', '捐贈 '), _defineProperty(_zhtw$data, 'sidebar_thanks', '謝謝你!!! '), _defineProperty(_zhtw$data, 'sidebar_DisplayOnTrezor', '顯示 TREZOR 上的地址'), _defineProperty(_zhtw$data, 'sidebar_DisplayOnLedger', '顯示 Ledger 上的地址'), _defineProperty(_zhtw$data, 'decrypt_Access', '你想要如何存取你的錢包? '), _defineProperty(_zhtw$data, 'decrypt_Title', '選擇你的私鑰格式 '), _defineProperty(_zhtw$data, 'decrypt_Select', '選擇一個錢包 '), _defineProperty(_zhtw$data, 'MNEM_1', '選擇你要互動的地址。 '), _defineProperty(_zhtw$data, 'MNEM_2', 'Your single HD mnemonic phrase can access a number of wallets / addresses. Please select the address you would like to interact with at this time. '), _defineProperty(_zhtw$data, 'MNEM_more', '更多地址 '), _defineProperty(_zhtw$data, 'MNEM_prev', '之前的地址 '), _defineProperty(_zhtw$data, 'x_Ledger', 'Ledger Wallet 錢包'), _defineProperty(_zhtw$data, 'ADD_Ledger_0a', 'Please use MyEtherWallet on a secure (SSL / HTTPS) connection to connect. '), _defineProperty(_zhtw$data, 'ADD_Ledger_1', '連接至你的 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_Ledger_2', '開啟基於以太坊開發的應用程式(或一個寫成合約的應用程式) '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Exp', '開打開基於Expanse(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_2_Ubq', '開打開基於Ubiq(或合同書面申請)開發的應用程序 '), _defineProperty(_zhtw$data, 'ADD_Ledger_3', '確認已經開啟設定選項中的瀏覽器支援選項'), _defineProperty(_zhtw$data, 'ADD_Ledger_4', '如果在設定選項中找不到瀏覽器支援選項,請確認你的韌體版本新於[1.2版](https://www.ledgerwallet.com/apps/manager)'), _defineProperty(_zhtw$data, 'ADD_Ledger_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_Ledger_scan', '連接至 Ledger Wallet '), _defineProperty(_zhtw$data, 'ADD_MetaMask', 'Connect to MetaMask '), _defineProperty(_zhtw$data, 'x_Trezor', 'TREZOR 錢包 '), _defineProperty(_zhtw$data, 'ADD_Trezor_scan', '連接至 TREZOR '), _defineProperty(_zhtw$data, 'x_DigitalBitbox', 'Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0a', 'Re-open MyEtherWallet on a secure (SSL) connection '), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_0b', '以 [Chrome](https://www.google.com/chrome/browser/desktop/) 或 [Opera](https://www.opera.com/) 瀏覽器重新開啟MyEtherWallet'), _defineProperty(_zhtw$data, 'ADD_DigitalBitbox_scan', '連接至 Digital Bitbox '), _defineProperty(_zhtw$data, 'ADD_Label_1', '你想要做什麼? '), _defineProperty(_zhtw$data, 'ADD_Radio_1', '產生新錢包 '), _defineProperty(_zhtw$data, 'ADD_Radio_2', '選擇你的錢包檔 (Keystore / JSON) '), _defineProperty(_zhtw$data, 'ADD_Radio_2_alt', '選擇你的錢包檔 '), _defineProperty(_zhtw$data, 'ADD_Radio_2_short', '選擇錢包檔... '), _defineProperty(_zhtw$data, 'ADD_Radio_3', '貼上/輸入 你的私鑰 '), _defineProperty(_zhtw$data, 'ADD_Radio_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Radio_5', '貼上/輸入 你的助憶口令 '), _defineProperty(_zhtw$data, 'ADD_Radio_5_Path', 'Select HD derivation path '), _defineProperty(_zhtw$data, 'ADD_Radio_5_woTrezor', '(Jaxx, Metamask, Exodus, imToken)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_withTrezor', '(Jaxx, Metamask, Exodus, imToken, TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathAlternative', '(Ledger)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathTrezor', '(TREZOR)'), _defineProperty(_zhtw$data, 'ADD_Radio_5_PathCustom', 'Custom'), _defineProperty(_zhtw$data, 'ADD_Label_2', '新增一個暱稱 '), _defineProperty(_zhtw$data, 'ADD_Label_3', '你的錢包經過加密。請輸入密碼。 '), _defineProperty(_zhtw$data, 'ADD_Label_4', '監視一個帳戶 '), _defineProperty(_zhtw$data, 'ADD_Warning_1', '你可以在錢包頁面監視任何帳戶,而且不需要匯入該帳戶的私鑰。這並不表示你能存取該帳戶或透過該帳戶傳送乙太幣。 '), _defineProperty(_zhtw$data, 'ADD_Label_5', '輸入地址 '), _defineProperty(_zhtw$data, 'ADD_Label_6', '解鎖你的錢包 '), _defineProperty(_zhtw$data, 'ADD_Label_6_short', '解鎖 '), _defineProperty(_zhtw$data, 'ADD_Label_7', '新增帳戶 '), _defineProperty(_zhtw$data, 'ADD_Label_8', 'Password (optional): '), _defineProperty(_zhtw$data, 'MYWAL_Nick', '錢包暱稱 '), _defineProperty(_zhtw$data, 'MYWAL_Address', '錢包地址 '), _defineProperty(_zhtw$data, 'MYWAL_Bal', '餘額 '), _defineProperty(_zhtw$data, 'MYWAL_Edit', '編輯 '), _defineProperty(_zhtw$data, 'MYWAL_View', '檢視 '), _defineProperty(_zhtw$data, 'MYWAL_Remove', '移除 '), _defineProperty(_zhtw$data, 'MYWAL_RemoveWal', '移除錢包 '), _defineProperty(_zhtw$data, 'MYWAL_WatchOnly', '你正在監視的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Viewing', '查看錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Hide', '隱藏錢包資訊 '), _defineProperty(_zhtw$data, 'MYWAL_Edit_2', '編輯錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Name', '錢包名字 '), _defineProperty(_zhtw$data, 'MYWAL_Content_1', '警告! 你即將移除你的錢包 '), _defineProperty(_zhtw$data, 'MYWAL_Content_2', '確保你在移除錢包前,已經**保存了私鑰和Keystore檔,並記住了密碼**。 '), _defineProperty(_zhtw$data, 'MYWAL_Content_3', '如果你在未來還想在MyEtherWallet擴充功能上操作此錢包,你必須使用私鑰或JSON檔和密碼來重新新增它。 '), _defineProperty(_zhtw$data, 'GEN_desc', '你可以在這裡新增多個錢包 '), _defineProperty(_zhtw$data, 'GEN_Label_1', '輸入一個夠安全的密碼(至少九個字元) '), _defineProperty(_zhtw$data, 'GEN_Placeholder_1', '別忘記將密碼記下! '), _defineProperty(_zhtw$data, 'GEN_SuccessMsg', '成功! 你的錢包已被產生。 '), _defineProperty(_zhtw$data, 'GEN_Label_2', '存下你的Keystore檔。 別忘記上方的密碼。 '), _defineProperty(_zhtw$data, 'GEN_Label_3', '記下你的地址。 '), _defineProperty(_zhtw$data, 'GEN_Label_4', '印出你的紙錢包,或存下QR碼版本的資料。(可選的) '), _defineProperty(_zhtw$data, 'BULK_Label_1', '要產生的錢包數量 '), _defineProperty(_zhtw$data, 'BULK_Label_2', '產生多個錢包 '), _defineProperty(_zhtw$data, 'BULK_SuccessMsg', '成功! 你的所有錢包皆已被產生。 '), _defineProperty(_zhtw$data, 'SEND_addr', '給地址 '), _defineProperty(_zhtw$data, 'SEND_amount', '要發送的數量 '), _defineProperty(_zhtw$data, 'SEND_amount_short', '數量 '), _defineProperty(_zhtw$data, 'SEND_custom', '新增其他代幣 '), _defineProperty(_zhtw$data, 'SEND_gas', 'Gas '), _defineProperty(_zhtw$data, 'SEND_TransferTotal', '送出所有餘額 '), _defineProperty(_zhtw$data, 'SEND_generate', '產生交易訊息 '), _defineProperty(_zhtw$data, 'SEND_raw', '交易訊息 '), _defineProperty(_zhtw$data, 'SEND_signed', '已簽署的交易訊息 '), _defineProperty(_zhtw$data, 'SEND_trans', '送出交易 '), _defineProperty(_zhtw$data, 'SENDModal_Title', '注意! '), _defineProperty(_zhtw$data, 'SENDModal_Content_1', '你將要送出 '), _defineProperty(_zhtw$data, 'SENDModal_Content_2', '到 '), _defineProperty(_zhtw$data, 'SENDModal_Content_3', '確定要繼續嗎? '), _defineProperty(_zhtw$data, 'SENDModal_Content_4', '提醒:如果你遇到了問題,解決方法通常是傳入乙太幣到帳戶中來支付交易所需的gas。Gas由乙太幣支付。 '), _defineProperty(_zhtw$data, 'SENDModal_No', '不,帶我離開這裡! '), _defineProperty(_zhtw$data, 'SENDModal_Yes', '好,我確定!進行交易。 '), _defineProperty(_zhtw$data, 'TOKEN_Addr', '地址 Token '), _defineProperty(_zhtw$data, 'TOKEN_Symbol', '代幣縮寫 '), _defineProperty(_zhtw$data, 'TOKEN_Dec', '小數點 '), _defineProperty(_zhtw$data, 'TOKEN_show', '顯示所有代幣 '), _defineProperty(_zhtw$data, 'TOKEN_hide', '隱藏代幣 '), _defineProperty(_zhtw$data, 'TRANS_desc', '如果你是要傳送代幣(Token),請使用“傳送代幣”功能'), _defineProperty(_zhtw$data, 'TRANS_warning', '"Only ETH" 或 "Only ETC" 功能是透過一個合約來傳送,並非單純的轉錢。有些服務可能沒辦法接受這兩種功能。 了解更多。Functions you are sending via a contract. Some services have issues accepting these transactions. Read more. '), _defineProperty(_zhtw$data, 'TRANS_advanced', '進階功能:為交易新增Data'), _defineProperty(_zhtw$data, 'TRANS_data', '交易的Data '), _defineProperty(_zhtw$data, 'TRANS_gas', 'Gas 總量 '), _defineProperty(_zhtw$data, 'TRANS_sendInfo', '我們使用比平均手續費略高的gas價格(每單位0.000000021 ETH)確保交易能快速被確認。我們並不收取任何手續費。'), _defineProperty(_zhtw$data, 'OFFLINE_Title', '以離線的方式製作交易'), _defineProperty(_zhtw$data, 'OFFLINE_Desc', '離線製作交易的方式包含三步驟。步驟一及三需要使用連網裝置,步驟二則使用離線的電腦以確保你的私鑰不會被連網裝置存取。'), _defineProperty(_zhtw$data, 'OFFLLINE_Step1_Title', '步驟一: 產生交易相關訊息(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Button', '產生交易相關訊息 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_1', '交易發起方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step1_Label_2', '注意: 這是交易發起方的地址,不是交易接受方的地址。Nonce值是看交易發起方來決定。如果是使用離線裝置,則這個地址是離線儲存裝置的帳號地址。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Title', '步驟二: 製作交易(在離線裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_1', '交易接收方的地址 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_2', '送給交易接收方的金額'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3', '每單位gas的費用'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_3b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4', 'Gas 總量 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_4b', '21000 是預設的gas總量(單純轉錢)。如果你是要執行合約,則會不一樣。多給的gas如果沒有用完會退還給你。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5', 'Nonce '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_5b', '這會顯示於你步驟一連網裝置上。'), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6', '交易的Data '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_6b', '並非必需的,Data通常只有在你執行合約的時候才需要。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step2_Label_7', '輸入/選擇 你的私鑰/JSON檔。 '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Title', '步驟三: 送出交易(在連網裝置上) '), _defineProperty(_zhtw$data, 'OFFLINE_Step3_Label_1', '將步驟二經過簽名的交易複製並貼上到這,最後按下送出交易的按鈕。'), _defineProperty(_zhtw$data, 'CONTRACT_Title', '合約地址 '), _defineProperty(_zhtw$data, 'CONTRACT_Title_2', '選擇已經存在的合約 '), _defineProperty(_zhtw$data, 'CONTRACT_Json', '合約的 ABI / JSON 介面 '), _defineProperty(_zhtw$data, 'CONTRACT_Interact_Title', '讀取/寫入 合約'), _defineProperty(_zhtw$data, 'CONTRACT_Interact_CTA', '選擇一個動作'), _defineProperty(_zhtw$data, 'CONTRACT_ByteCode', '合約的程式碼 '), _defineProperty(_zhtw$data, 'CONTRACT_Read', '讀取 '), _defineProperty(_zhtw$data, 'CONTRACT_Write', '寫入 '), _defineProperty(_zhtw$data, 'DEP_generate', '產生程式碼 '), _defineProperty(_zhtw$data, 'DEP_generated', '已產生的程式碼 '), _defineProperty(_zhtw$data, 'DEP_signtx', '對交易做簽名 '), _defineProperty(_zhtw$data, 'DEP_interface', '已產生的合約介面 '), _defineProperty(_zhtw$data, 'NODE_Title', '設定你的客製節點'), _defineProperty(_zhtw$data, 'NODE_Subtitle', '連線至一個區域/私人節點...'), _defineProperty(_zhtw$data, 'NODE_Warning', '你的節點必須使用HTTPS安全連線的方式才能夠由 MyEtherWallet.com 連接到它。 你可以下載 [MyEtherWallet repo](https://github.com/kvhnuke/etherwallet/releases/latest) 並建立起一個你的節點來連接至其他的節點。或著從 [LetsEncrypt](https://letsencrypt.org/) 獲取免費的SSL憑證'), _defineProperty(_zhtw$data, 'NODE_Name', '節點名稱'), _defineProperty(_zhtw$data, 'NODE_Port', '節點連線的端口號碼'), _defineProperty(_zhtw$data, 'NODE_CTA', '儲存設定並使用客製節點'), _defineProperty(_zhtw$data, 'SWAP_rates', "目前的匯率 "), _defineProperty(_zhtw$data, 'SWAP_init_1', "我想要用我的 "), _defineProperty(_zhtw$data, 'SWAP_init_2', " 換 "), _defineProperty(_zhtw$data, 'SWAP_init_CTA', "下一步 "), _defineProperty(_zhtw$data, 'SWAP_information', "你的相關資料 "), _defineProperty(_zhtw$data, 'SWAP_send_amt', "送出多少金額 "), _defineProperty(_zhtw$data, 'SWAP_rec_amt', "收入多少金額 "), _defineProperty(_zhtw$data, 'SWAP_your_rate', "你的匯率 "), _defineProperty(_zhtw$data, 'SWAP_rec_add', "你收錢的地址 "), _defineProperty(_zhtw$data, 'SWAP_start_CTA', "開始交換 "), _defineProperty(_zhtw$data, 'SWAP_ref_num', "你的交易編號 "), _defineProperty(_zhtw$data, 'SWAP_time', "剩餘多少時間可送出交易 "), _defineProperty(_zhtw$data, 'SWAP_elapsed', "送出交易後已經經過了 "), _defineProperty(_zhtw$data, 'SWAP_progress_1', "訂單已產生 "), _defineProperty(_zhtw$data, 'SWAP_progress_2', "正在等待你的 "), _defineProperty(_zhtw$data, 'SWAP_progress_3', "收到了! "), _defineProperty(_zhtw$data, 'SWAP_progress_4', "正在傳送你的 {{orderResult.output.currency}} "), _defineProperty(_zhtw$data, 'SWAP_progress_5', "訂單完成 "), _defineProperty(_zhtw$data, 'SWAP_order_CTA', "請傳送 "), _defineProperty(_zhtw$data, 'SWAP_unlock', "解鎖你的錢包來從這個頁面轉錢或轉代幣 "), _defineProperty(_zhtw$data, 'MSG_message', '訊息 '), _defineProperty(_zhtw$data, 'MSG_date', '日期 '), _defineProperty(_zhtw$data, 'MSG_signature', '簽名 '), _defineProperty(_zhtw$data, 'MSG_verify', '驗證訊息 '), _defineProperty(_zhtw$data, 'MSG_info1', '填入當前時間來避免簽名在其他不同時間被重複利用。 '), _defineProperty(_zhtw$data, 'MSG_info2', '填入你的暱稱及你使用該暱稱的場合來避免其他人使用'), _defineProperty(_zhtw$data, 'MSG_info3', '填入這個訊息的源由來避免被用在其他目的。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。你可能會需要這個功能來將你的帳戶[讀入Geth/Mist](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)。 如果你想要檢查你的帳號餘額,我們建議你使用區塊鏈瀏覽網頁像是[etherscan.io](https://etherscan.io/)。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_Subtitle_Short', '這可以讓你下載不同版本的私鑰並且重新印製出你的紙錢包。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_SuccessMsg', '成功!這些是你的錢包內容。 '), _defineProperty(_zhtw$data, 'VIEWWALLET_ShowPrivKey', '(顯示)'), _defineProperty(_zhtw$data, 'VIEWWALLET_HidePrivKey', '(隱藏)'), _defineProperty(_zhtw$data, 'CX_error_1', '你沒有儲存過任何錢包。點擊 ["新增錢包"](/cx-wallet.html#add-wallet) 來新增一個錢包! '), _defineProperty(_zhtw$data, 'CX_quicksend', '傳送 '), _defineProperty(_zhtw$data, 'ERROR_0', '請輸入有效的數量。 '), _defineProperty(_zhtw$data, 'ERROR_1', '你的密碼至少需要9個字元。請確保你的密碼強度夠強。 '), _defineProperty(_zhtw$data, 'ERROR_2', '抱歉,我們無法識別這個錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_3', '這不是一個有效的錢包檔案。 '), _defineProperty(_zhtw$data, 'ERROR_4', '這個單位並不存在,請使用以下的單位 '), _defineProperty(_zhtw$data, 'ERROR_5', '無效的地址。 '), _defineProperty(_zhtw$data, 'ERROR_6', '無效的密碼。 '), _defineProperty(_zhtw$data, 'ERROR_7', '無效的數量。(Must be integer. Try 0-18.) '), _defineProperty(_zhtw$data, 'ERROR_8', '無效的gas上限。(Must be integer. Try 21000-4000000.) '), _defineProperty(_zhtw$data, 'ERROR_9', '無效的data。(Must be hex.) '), _defineProperty(_zhtw$data, 'ERROR_10', '無效的gas數量。(Must be integer. Try 20 GWEI / 20000000000 WEI.)'), _defineProperty(_zhtw$data, 'ERROR_11', '無效的nonce值。(Must be integer.)'), _defineProperty(_zhtw$data, 'ERROR_12', '無效的已簽名交易。 '), _defineProperty(_zhtw$data, 'ERROR_13', '已經有一個使用相同暱稱的錢包存在。 '), _defineProperty(_zhtw$data, 'ERROR_14', '找不到錢包。 '), _defineProperty(_zhtw$data, 'ERROR_15', 'It doesn\'t look like a proposal with this ID exists yet or there is an error reading this proposal. '), _defineProperty(_zhtw$data, 'ERROR_16', '儲存裝置中已經有一個包含這個地址的錢包存在。 請見錢包頁面。 '), _defineProperty(_zhtw$data, 'ERROR_17', '你帳戶中必須有至少 **0.01 ETH** 來支付gas的成本。 請增加一些 ETH 並重試。 '), _defineProperty(_zhtw$data, 'ERROR_18', 'All gas would be used on this transaction. This means you have already voted on this proposal or the debate period has ended.'), _defineProperty(_zhtw$data, 'ERROR_19', '無效的符號 '), _defineProperty(_zhtw$data, 'ERROR_20', '並不是一個有效的 ERC-20 代幣 '), _defineProperty(_zhtw$data, 'ERROR_21', '無法估計花費的gas。 這個帳戶沒有足夠餘額,或是接收的合約丟出錯誤訊息。 你可以自己手動設定gas並執行。 傳送後的錯誤訊息可能會提供更多訊息。 '), _defineProperty(_zhtw$data, 'ERROR_22', '請輸入有效的節點名稱'), _defineProperty(_zhtw$data, 'ERROR_23', '輸入有效的url,如果你使用https請確保url也是使用https。 '), _defineProperty(_zhtw$data, 'ERROR_24', '請輸入有效的連線端口號碼 '), _defineProperty(_zhtw$data, 'ERROR_25', '請輸入有效的鏈ID'), _defineProperty(_zhtw$data, 'ERROR_26', '請輸入有效的ABI '), _defineProperty(_zhtw$data, 'ERROR_27', '最少數量 0.01 及最大'), _defineProperty(_zhtw$data, 'ERROR_28', '**以後你會需要密碼和Keystore檔案** (或私鑰)來存取你的錢包。請儲存並備份在額外的地方!如果沒有儲存你是沒有機會找回這個錢包的。 詳見[幫助頁面](https://www.myetherwallet.com/#help)來獲取更多資訊。 '), _defineProperty(_zhtw$data, 'ERROR_29', '請輸入有效的使用者及密碼 '), _defineProperty(_zhtw$data, 'ERROR_30', 'Please enter a valid name (7+ characters, limited punctuation) '), _defineProperty(_zhtw$data, 'ERROR_31', 'Please enter a valid secret phrase. '), _defineProperty(_zhtw$data, 'ERROR_32', 'Could not connect to the node. Refresh your page, try a different node (upper right corner), check your firewall settings. If custom node, check your configs.'), _defineProperty(_zhtw$data, 'ERROR_33', 'The wallet you have unlocked does not match the owner\'s address. '), _defineProperty(_zhtw$data, 'ERROR_34', 'The name you are attempting to reveal does not match the name you have entered. '), _defineProperty(_zhtw$data, 'ERROR_35', 'Input address is not checksummed. More info'), _defineProperty(_zhtw$data, 'ERROR_36', 'Enter valid TX hash'), _defineProperty(_zhtw$data, 'ERROR_37', 'Enter valid hex string (0-9, a-f)'), _defineProperty(_zhtw$data, 'SUCCESS_1', '有效的地址 '), _defineProperty(_zhtw$data, 'SUCCESS_2', '成功解密錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_3', '你的交易已被發布到網路上。這並不表示該交易已被確認或完成。遇到區塊鏈網路流量極大時,你可能需要超過三個小時才能完成交易 1) 在下面確認你的交易狀態。 2) 如果該交易已經等待(pending)數小時或消失,使用 檢查交易狀態 頁面來替換它。 3) 使用 [ETH加油站](https://ethgasstation.info/) 來確認最佳的Gas價格。 4) 存下該筆交易的雜湊值,你可能需要它: '), _defineProperty(_zhtw$data, 'SUCCESS_4', '成功新增你的錢包 '), _defineProperty(_zhtw$data, 'SUCCESS_5', '已選擇檔案 '), _defineProperty(_zhtw$data, 'SUCCESS_6', '你已經成功連上 '), _defineProperty(_zhtw$data, 'SUCCESS_7', '訊息簽章驗證成功'), _defineProperty(_zhtw$data, 'WARN_Send_Link', '你藉由一條連結到達此頁面,且該連結已幫你將地址、金額、gas和data欄位或交易類別(傳送模式)填好。 送出前你可以自由更改其中的值。 首先先解鎖你的錢包。 '), _defineProperty(_zhtw$data, 'GETH_InvalidSender', '無效的傳送者 '), _defineProperty(_zhtw$data, 'GETH_Nonce', 'Nonce值太低 '), _defineProperty(_zhtw$data, 'GETH_Cheap', 'Gas價格太低以致不會被礦工接受 '), _defineProperty(_zhtw$data, 'GETH_Balance', '餘額不足 '), _defineProperty(_zhtw$data, 'GETH_NonExistentAccount', '帳戶不存在或是帳戶餘額不足 '), _defineProperty(_zhtw$data, 'GETH_InsufficientFunds', '提供的金額不足以支付gas成本的錢加上你要轉的錢 '), _defineProperty(_zhtw$data, 'GETH_IntrinsicGas', '提供的gas量不足 '), _defineProperty(_zhtw$data, 'GETH_GasLimit', 'gas量超過每單位區塊的gas上限 '), _defineProperty(_zhtw$data, 'GETH_NegativeValue', '負數的值 '), _defineProperty(_zhtw$data, 'PARITY_AlreadyImported', "已經有輸入一筆有同樣雜湊值的交易了。"), _defineProperty(_zhtw$data, 'PARITY_Old', "交易的nonce值太低。請增加nonce值。"), _defineProperty(_zhtw$data, 'PARITY_TooCheapToReplace', "交易手續費太低。已經有另外一筆有同樣nonce值的交易被加入排程。 請增加交易費用來取代該筆交易或增加nonce值來接續在該筆交易之後。"), _defineProperty(_zhtw$data, 'PARITY_LimitReached', "目前排程中有太多交易。你的交易因為超過排程容量上限而被拒絕。請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientGasPrice', "交易手續費太低。達不到你節點所要求的最低手續費(最低: {}, 收到: {}). 請增加交易手續費。"), _defineProperty(_zhtw$data, 'PARITY_InsufficientBalance', "提供金額不足。你嘗試送出交易的帳戶並沒有足夠的金額。 需要 {} wei 但只有: {} wei."), _defineProperty(_zhtw$data, 'PARITY_GasLimitExceeded', "交易提供的gas量超過每單位的區塊gas上限 上限: {}, 收到: {}. 請減少提供的gas量。"), _defineProperty(_zhtw$data, 'PARITY_InvalidGasLimit', "提供的gas量超過上限。"), _defineProperty(_zhtw$data, 'translate_version', '0.5 '), _defineProperty(_zhtw$data, 'Translator_Desc', '譯者: '), _defineProperty(_zhtw$data, 'TranslatorName_1', 'Dymnz '), _defineProperty(_zhtw$data, 'TranslatorAddr_1', '0x0065F744bCb5393aA538cfb0688CBb0Ae0bFa741 '), _defineProperty(_zhtw$data, 'TranslatorName_2', 'NIC'), _defineProperty(_zhtw$data, 'TranslatorAddr_2', ' '), _defineProperty(_zhtw$data, 'TranslatorName_3', 'frankurcrazy '), _defineProperty(_zhtw$data, 'TranslatorAddr_3', '0xaf7c8edca9c241faf8f3f4a496da9479310e5fe9 '), _defineProperty(_zhtw$data, 'TranslatorName_4', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_4', ' '), _defineProperty(_zhtw$data, 'TranslatorName_5', ' '), _defineProperty(_zhtw$data, 'TranslatorAddr_5', ' '), _defineProperty(_zhtw$data, 'HELP_Warning', 'If you created a wallet -or- downloaded the repo before **Dec. 31st, 2015**, please check your wallets & download a new version of the repo. Click for details. '), _defineProperty(_zhtw$data, 'HELP_Desc', 'Do you see something missing? Have another question? [Get in touch with us](mailto:support@myetherwallet.com), and we will not only answer your question, we will update this page to be more useful to people in the future! '), _defineProperty(_zhtw$data, 'HELP_Remind_Title', 'Some reminders '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_1', '**Ethereum, MyEtherWallet.com & MyEtherWallet CX, and some of the underlying Javascript libraries we use are under active development.** While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the remote possibility that something unexpected happens that causes your ETH to be lost. Please do not invest more than you are willing to lose, and please be careful. If something were to happen, we are sorry, but **we are not responsible for the lost Ether**. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_2', 'MyEtherWallet.com & MyEtherWallet CX are not "web wallets". You do not create an account or give us your Ether to hold onto. All data never leaves your computer/your browser. We make it easy for you to create, save, and access your information and interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_Remind_Desc_3', 'If you do not save your private key & password, there is no way to recover access to your wallet or the funds it holds. Back them up in multiple physical locations – not just on your computer! '), _defineProperty(_zhtw$data, 'HELP_0_Title', '0) I\'m new. What do I do? '), _defineProperty(_zhtw$data, 'HELP_0_Desc_1', 'MyEtherWallet gives you the ability to generate new wallets so you can store your Ether yourself, not on an exchange. This process happens entirely on your computer, not our servers. Therefore, when you generate a new wallet, **you are responsible for safely backing it up**. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_2', 'Create a new wallet. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_3', 'Back the wallet up. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_4', 'Verify you have access to this new wallet and have correctly saved all necessary information. '), _defineProperty(_zhtw$data, 'HELP_0_Desc_5', 'Transfer Ether to this new wallet. '), _defineProperty(_zhtw$data, 'HELP_1_Title', '1) How do I create a new wallet? '), _defineProperty(_zhtw$data, 'HELP_1_Desc_1', 'Go to the "Generate Wallet" page. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_2', 'Go to the "Add Wallet" page & select "Generate New Wallet" '), _defineProperty(_zhtw$data, 'HELP_1_Desc_3', 'Enter a strong password. If you think you may forget it, save it somewhere safe. You will need this password to send transactions. '), _defineProperty(_zhtw$data, 'HELP_1_Desc_4', 'Click "GENERATE". '), _defineProperty(_zhtw$data, 'HELP_1_Desc_5', 'Your wallet has now been generated. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_1', 'You should always back up your wallet externally and in multiple physical locations - like on a USB drive and/or a piece of paper. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_2', 'Save the address. You can keep it to yourself or share it with others. That way, others can transfer ether to you. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_3', 'Save versions of the private key. Do not share it with anyone else. Your private key is necessary when you want to access your Ether to send it! There are 3 types of private keys '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_4', 'Place your address, versions of the private key, and the PDF version of your paper wallet in a folder. Save this on your computer and a USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_5', 'Print the wallet if you have a printer. Otherwise, write down your private key and address on a piece of paper. Store this as a secure location, separate from your computer and the USB drive. '), _defineProperty(_zhtw$data, 'HELP_2a_Desc_6', 'Keep in mind, you must prevent loss of the keys and password due to loss or failure of you hard drive failure, or USB drive, or piece of paper. You also must keep in mind physical loss / damage of an entire area (think fire or flood). '), _defineProperty(_zhtw$data, 'HELP_2b_Title', '2b) How do I safely / offline / cold storage with MyEtherWallet? '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_1', 'Go to [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_2', 'Click on `etherwallet-vX.X.X.X.zip`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_3', 'Move zip to an airgapped computer. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_4', 'Unzip it and double-click `index.html`. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_5', 'Generate a wallet with a strong password. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_6', 'Save the address. Save versions of the private key. Save the password if you might not remember it forever. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_7', 'Store these papers / USBs in multiple physically separate locations. '), _defineProperty(_zhtw$data, 'HELP_2b_Desc_8', 'Go to the "View Wallet Info" page and type in your private key / password to ensure they are correct and access your wallet. Check that the address you wrote down is the same. '), _defineProperty(_zhtw$data, 'HELP_3_Title', '3) How do I verify I have access to my new wallet? '), _defineProperty(_zhtw$data, 'HELP_3_Desc_1', '**Before you send any Ether to your new wallet**, you should ensure you have access to it. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_2', 'Navigate to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_3', 'Navigate to the MyEtherWallet.com "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_4', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_5', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_6', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_7', 'Your wallet information should show up. Find your account address, next to a colorful, circular icon. This icon visually represents your address. Be certain that the address is the address you have saved to your text document and is on your paper wallet. '), _defineProperty(_zhtw$data, 'HELP_3_Desc_8', 'If you are planning on holding a large amount of ether, we recommend that send a small amount of ether from new wallet before depositing a large amount. Send 0.001 ether to your new wallet, access that wallet, send that 0.001 ether to another address, and ensure everything works smoothly. '), _defineProperty(_zhtw$data, 'HELP_4_Title', '4) How do I send Ether from one wallet to another? '), _defineProperty(_zhtw$data, 'HELP_4_Desc_1', 'If you plan to move a large amount of ether, you should test sending a small amount to your wallet first to ensure everything goes as planned. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_2', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_3', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_4', 'If the wallet is encrypted, a text box will automatically appear. Enter the password. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_5', 'Click the "Unlock Wallet" button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_9', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_4_Desc_10', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_11', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_12', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_4_Desc_13', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_4CX_Title', '4) How do I send Ether using MyEtherWallet CX? '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_1', 'First, you need to add a wallet. Once you have done that, you have 2 options: the "QuickSend" functionality from the Chrome Extension icon or the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_2', 'QuickSend '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_3', 'Click the Chrome Extension Icon. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_4', 'Click the "QuickSend" button. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_5', 'Select the wallet you wish to send from. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_6', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_7', 'Enter the amount you would like to send. You can also click the "Send Entire Balance" link if you would like the transfer the entire balance. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_8', 'Click "Send Transaction". '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_9', 'Verify the address and the amount you are sending is correct. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_10', 'Enter the password for that wallet. '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_11', 'Click "Send Transaction." '), _defineProperty(_zhtw$data, 'HELP_4CX_Desc_12', 'Using "Send Ether & Tokens" Page '), _defineProperty(_zhtw$data, 'HELP_5_Title', '5) How do I run MyEtherWallet.com offline/locally? '), _defineProperty(_zhtw$data, 'HELP_5_Desc_1', 'You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generate a wallet completely offline and send transactions from the "Offline Transaction" page. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_7', 'MyEtherWallet.com is now running entirely on your computer. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_8', 'In case you are not familiar, you need to keep the entire folder in order to run the website, not just `index.html`. Don\'t touch or move anything around in the folder. If you are storing a backup of the MyEtherWallet repo for the future, we recommend just storing the ZIP so you can be sure the folder contents stay intact. '), _defineProperty(_zhtw$data, 'HELP_5_Desc_9', 'As we are constantly updating MyEtherWallet.com, we recommend you periodically update your saved version of the repo. '), _defineProperty(_zhtw$data, 'HELP_5CX_Title', '5) How can I install this extension from the repo instead of the Chrome Store? '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_2', 'Click on `chrome-extension-vX.X.X.X.zip` and unzip it. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_3', 'Go to Google Chrome and find you settings (in the menu in the upper right). '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_4', 'Click "Extensions" on the left. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_5', 'Check the "Developer Mode" button at the top of that page. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_6', 'Click the "Load unpacked extension..." button. '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_7', 'Navigate to the now-unzipped folder that you downloaded earlier. Click "select". '), _defineProperty(_zhtw$data, 'HELP_5CX_Desc_8', 'The extension should now show up in your extensions and in your Chrome Extension bar. '), _defineProperty(_zhtw$data, 'HELP_7_Title', '7) How do I send tokens & add custom tokens? '), _defineProperty(_zhtw$data, 'HELP_7_Desc_0', '[Ethplorer.io](https://ethplorer.io/) is a great way to explore tokens and find the decimals of a token. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_1', 'Navigate to the "Send Ether & Tokens" page. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_2', 'Unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_3', 'Enter the address you would like to send to in the "To Address:" field. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_4', 'Enter the amount you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_5', 'Select which token you would like to send. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_6', 'If you do not see the token listed '), _defineProperty(_zhtw$data, 'HELP_7_Desc_7', 'Click "Custom". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_8', 'Enter the address, name, and decimals of the token. These are provided by the developers of the token and are also needed when you "Add a Watch Token" to Mist. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_9', 'Click "Save". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_10', 'You can now send that token as well as see it\'s balance in the sidebar. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_11', 'Click "Generate Transaction". '), _defineProperty(_zhtw$data, 'HELP_7_Desc_12', 'A couple more fields will appear. This is your browser generating the transaction. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_13', 'Click the blue "Send Transaction" button below that. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_14', 'A pop-up will appear. Verify that the amount and the address you are sending to are correct. Then click "Yes, I am sure! Make transaction." button. '), _defineProperty(_zhtw$data, 'HELP_7_Desc_15', 'The transaction will be submitted. The TX Hash will display. You can click that TX Hash to see it on the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Title', '8) What happens if your site goes down? '), _defineProperty(_zhtw$data, 'HELP_8_Desc_1', 'MyEtherWallet is not a web wallet. You don\'t have a login and nothing ever gets saved to our servers. It is simply an interface that allows you interact with the blockchain. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_2', 'If MyEtherWallet.com goes down, you would have to find another way (like geth or Ethereum Wallet / Mist) to do what we are doing. But you wouldn\'t have to "get" your Ether out of MyEtherWallet because it\'s not in MyEtherWallet. It\'s in whatever wallet your generated via our site. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_3', 'You can import your unencrypted private key and your Geth/Mist Format (encrypted) files directly into geth / Ethereum Wallet / Mist very easily now. See question #12 below. '), _defineProperty(_zhtw$data, 'HELP_8_Desc_4', 'In addition, the likelihood of us taking MyEtherWallet down is slim to none. It costs us almost nothing to maintain as we aren\'t storing any information. If we do take the domain down, it still is, and always will be, publicly available at [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages). You can download the ZIP there and run it locally. '), _defineProperty(_zhtw$data, 'HELP_8CX_Title', '8) What happens if MyEtherWallet CX disappears? '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_1', 'First, all data is saved on your computer, not our servers. I know it can be confusing, but when you look at the Chrome Extension, you are NOT looking at stuff saved on our servers somewhere - it\'s all saved on your own computer. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_2', 'That said, it is **very important** that you back up all your information for any new wallets generated with MyEtherWallet CX. That way if anything happens to MyEtherWallet CX or your computer, you still have all the information necessary to access your Ether. See the #2a for how to back up your wallets. '), _defineProperty(_zhtw$data, 'HELP_8CX_Desc_3', 'If for some reason MyEtherWallet CX disappears from the Chrome Store, you can find the source on Github and load it manually. See #5 above. '), _defineProperty(_zhtw$data, 'HELP_9_Title', '9) Is the "Send Ether & Tokens" page offline? '), _defineProperty(_zhtw$data, 'HELP_9_Desc_1', 'No. It needs the internet in order to get the current gas price, nonce of your account, and broadcast the transaction (aka "send"). However, it only sends the signed transaction. Your private key safely stays with you. We also now provide an "Offline Transaction" page so that you can ensure your private keys are on an offline/airgapped computer at all times. '), _defineProperty(_zhtw$data, 'HELP_10_Title', '10) How do I make an offline transaction? '), _defineProperty(_zhtw$data, 'HELP_10_Desc_1', 'Navigate to the "Offline Transaction" page via your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_2', 'Enter the "From Address". Please note, this is the address you are sending FROM, not TO. This generates the nonce and gas price. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_3', 'Move to your offline computer. Enter the "TO ADDRESS" and the "AMOUNT" you wish to send. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_4', 'Enter the "GAS PRICE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_5', 'Enter the "NONCE" as it was displayed to you on your online computer in step #1. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_6', 'The "GAS LIMIT" has a default value of 21000. This will cover a standard transaction. If you are sending to a contract or are including additional data with your transaction, you will need to increase the gas limit. Any excess gas will be returned to you. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_7', 'If you wish, enter some data. If you enter data, you will need to include more than the 21000 default gas limit. All data is in HEX format. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_8', 'Select your wallet file -or- your private key and unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_9', 'Press the "GENERATE SIGNED TRANSACTION" button. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_10', 'The data field below this button will populate with your signed transaction. Copy this and move it back to your online computer. '), _defineProperty(_zhtw$data, 'HELP_10_Desc_11', 'On your online computer, paste the signed transaction into the text field in step #3 and click send. This will broadcast your transaction. '), _defineProperty(_zhtw$data, 'HELP_12_Title', '12) How do I import a wallet created with MyEtherWallet into geth / Ethereum Wallet / Mist? '), _defineProperty(_zhtw$data, 'HELP_12_Desc_1', 'Using an Geth/Mist JSON file from MyEtherWallet v2+.... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_2', 'Go to the "View Wallet Info" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_3', 'Unlock your wallet using your **encrypted** private key or JSON file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_4', 'Go to the "My Wallets" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_5', 'Select the wallet you want to import into Mist, click the "View" icon, enter your password, and access your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_6', 'Find the "Download JSON file - Geth/Mist Format (encrypted)" section. Press the "Download" button below that. You now have your keystore file. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_7', 'Open the Ethereum Wallet application. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_8', 'In the menu bar, go "Accounts" -> "Backup" -> "Accounts" '), _defineProperty(_zhtw$data, 'HELP_12_Desc_9', 'This will open your keystore folder. Copy the file you just downloaded (`UTC--2016-04-14......../`) into that keystore folder. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_10', 'Your account should show up immediately under "Accounts." '), _defineProperty(_zhtw$data, 'HELP_12_Desc_11', 'Using your unencrypted private key... '), _defineProperty(_zhtw$data, 'HELP_12_Desc_12', 'If you do not already have your unencrypted private key, navigate to the "View Wallet Details" page. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_13', 'Select your wallet file -or- enter/paste your private key to unlock your wallet. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_14', 'Copy Your Private Key (unencrypted). '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15', 'If you are on a Mac '), _defineProperty(_zhtw$data, 'HELP_12_Desc_15b', 'If you are on a PC '), _defineProperty(_zhtw$data, 'HELP_12_Desc_16', 'Open Text Edit and paste this private key. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_17', 'Go to the menu bar and click "Format" -> "Make Plain Text". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_18', 'Save this file to your `desktop/` as `nothing_special_delete_me.txt`. Make sure it says "UTF-8" and "If no extension is provided use .txt" in the save dialog. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_19', 'Open terminal and run the following command: `geth account import ~/Desktop/nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_20', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_21', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_22', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_12_Desc_23', 'Open Notepad & paste the private key '), _defineProperty(_zhtw$data, 'HELP_12_Desc_24', 'Save the file as `nothing_special_delete_me.txt` at `C:` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_25', 'Run the command, `geth account import C:\\nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_26', 'This will prompt you to make a new password. This is the password you will use in geth / Ethereum Wallet / Mist whenever you send a transaction, so don\'t forget it. '), _defineProperty(_zhtw$data, 'HELP_12_Desc_27', 'After successful import, delete `nothing_special_delete_me.txt` '), _defineProperty(_zhtw$data, 'HELP_12_Desc_28', 'The next time you open the Ethereum Wallet application, your account will be listed under "Accounts". '), _defineProperty(_zhtw$data, 'HELP_13_Title', '13) What does "Insufficient funds. Account you try to send transaction from does not have enough funds. Required XXXXXXXXXXXXXXXXXXX and got: XXXXXXXXXXXXXXXX." Mean? '), _defineProperty(_zhtw$data, 'HELP_13_Desc_1', 'This means you do not have enough Ether in your account to cover the cost of gas. Each transaction (including token and contract transactions) require gas and that gas is paid in Ether. The number displayed is the amount required to cover the cost of the transaction in Wei. Take that number, divide by `1000000000000000000`, and subtract the amount of Ether you were trying to send (if you were attempting to send Ether). This will give you the amount of Ether you need to send to that account to make the transaction. '), _defineProperty(_zhtw$data, 'HELP_14_Title', '14) Some sites randomize (seed) the private key generation via mouse movements. MyEtherWallet.com doesn\'t do this. Is the random number generation for MyEtherWallet safe? '), _defineProperty(_zhtw$data, 'HELP_14_Desc_1', 'While the mouse moving thing is clever and we understand why people like it, the reality is window.crypto ensures more entropy than your mouse movements. The mouse movements aren\'t unsafe, it\'s just that we (and tons of other crypto experiments) believe in window.crypto. In addition, MyEtherWallet.com can be used on touch devices. Here\'s a [conversation between an angry redditor and Vitalik Buterin regarding mouse movements v. window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm) and here is the [the window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GlobalCrypto). '), _defineProperty(_zhtw$data, 'HELP_15_Title', '15) Why hasn\'t the account I just created show up in the blockchain explorer? (ie: etherchain, etherscan) '), _defineProperty(_zhtw$data, 'HELP_15_Desc_1', 'Accounts will only show up in a blockchain explorer once the account has activity on it—for example, once you have transferred some Ether to it. '), _defineProperty(_zhtw$data, 'HELP_16_Title', '16) How do I check the balance of my account? '), _defineProperty(_zhtw$data, 'HELP_16_Desc_1', 'You can use a blockchain explorer like [etherscan.io](https://etherscan.io/). Paste your address into the search bar and it will pull up your address and transaction history. For example, here\'s what our [donation account](https://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) looks like on etherscan.io '), _defineProperty(_zhtw$data, 'HELP_17_Title', '17) Why isn\'t my balance showing up when I unlock my wallet? '), _defineProperty(_zhtw$data, 'HELP_17_Desc_1', ' This is most likely due to the fact that you are behind a firewall. The API that we use to get the balance and convert said balance is often blocked by firewalls for whatever reason. You will still be able to send transactions, you just need to use a different method to see said balance, like etherscan.io '), _defineProperty(_zhtw$data, 'HELP_18_Title', '18) Where is my geth wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Title', '19) Where is my Mist wallet file? '), _defineProperty(_zhtw$data, 'HELP_19_Desc_1', 'Mist files are typically found in the file locations above, but it\'s much easier to open Mist, select "Accounts" in the top bar, select "Backup", and select "Accounts". This will open the folder where your files are stored. '), _defineProperty(_zhtw$data, 'HELP_20_Title', '20) Where is my pre-sale wallet file? '), _defineProperty(_zhtw$data, 'HELP_20_Desc_1', 'Wherever you saved it. ;) It also was emailed to you, so check there. Look for the file called `"ethereum_wallet_backup.json"` and select that file. This wallet file will be encrypted with a password that you created during the purchase of the pre-sale. '), _defineProperty(_zhtw$data, 'HELP_21_Title', '21) Couldn\'t everybody put in random private keys, look for a balance, and send to their own address? '), _defineProperty(_zhtw$data, 'HELP_21_Desc_1', 'Short version: yes, but finding an account with a balance would take longer than the universe...so...no. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_2', 'Long ELI5 Version: So Ethereum is based on [Public Key Cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography), specifically [Elliptic curve cryptography](https://eprint.iacr.org/2013/734.pdf) which is very widely used, not just in Ethereum. Most servers are protected via ECC. Bitcoin uses the same, as well as SSH and TLS and a lot of other stuff. The Ethereum keys specifically are 256-bit keys, which are stronger than 128-bit and 192-bit, which are also widely used and still considered secure by experts. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_3', 'In this you have a private key and a public key. The private key can derive the public key, but the public key cannot be turned back into the private key. The fact that the internet and the world’s secrets are using this cryptography means that if there is a way to go from public key to private key, your lost ether is the least of everyone’s problems. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_4', 'Now, that said, YES if someone else has your private key then they can indeed send ether from your account. Just like if someone has your password to your email, they can read and send your email, or the password to your bank account, they could make transfers. You could download the Keystore version of your private key which is the private key that is encrypted with a password. This is like having a password that is also protected by another password. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_5', 'And YES, in theory you could just type in a string of 64 hexadecimal characters until you got one that matched. In fact, smart people could write a program to very quickly check random private keys. This is known as "brute-forcing" or "mining" private keys. People have thought about this long and hard. With a few very high end servers, they may be able to check 1M+ keys / second. However, even checking that many per second would not yield access to make the cost of running those servers even close to worthwhile - it is more likely you, and your great-grandchildren, will die before getting a match. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_6', 'If you know anything about Bitcoin, [this will put it in perspective:](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-will-people-network-know-how-to-deliver) *To illustrate how unlikely this is: suppose every satoshi of every bitcoin ever to be generated was sent to its own unique private keys. The probability that among those keys there could be two that would correspond to the same address is roughly one in 100 quintillion. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_7', '[If you want something a bit more technical:](http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *These numbers have nothing to do with the technology of the devices; they are the maximums that thermodynamics will allow. And they strongly imply that brute-force attacks against 256-bit keys will be infeasible until computers are built from something other than matter and occupy something other than space. '), _defineProperty(_zhtw$data, 'HELP_21_Desc_8', 'Of course, this all assumes that keys are generated in a truly random way & with sufficient entropy. The keys generated here meet that criteria, as do Jaxx and Mist/geth. The Ethereum wallets are all pretty good. Keys generated by brainwallets do not, as a person\'s brain is not capable of creating a truly random seed. There have been a number of other issues regarding lack of entropy or seeds not being generated in a truly random way in Bitcoin-land, but that\'s a separate issue that can wait for another day. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Title', 'Security - MyEtherWallet CX '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_1', 'Where is this extension saving my information? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_2', 'The information you store in this Chrome Extension is saved via [chrome.storage](http://chrome.storage/). - this is the same place your passwords are saved when you save your password in Chrome. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_3', 'What information is saved? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_4', 'The address, nickname, private key is stored in chrome.storage. The private key is encrypted using the password you set when you added the wallet. The nickname and wallet address is not encrypted. '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_5', 'Why aren\'t the nickname and wallet address encrypted? '), _defineProperty(_zhtw$data, 'HELP_SecCX_Desc_6', 'If we were to encrypt these items, you would need to enter a password each time you wanted to view your account balance or view the nicknames. If this concerns you, we recommend you use MyEtherWallet.com instead of this Chrome Extension. '), _defineProperty(_zhtw$data, 'HELP_Sec_Title', '安全性 '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_1', 'If one of your first questions is "Why should I trust these people?", that is a good thing. Hopefully the following will help ease your fears. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_2', 'We\'ve been up and running since August 2015. If you search for ["myetherwallet" on reddit](https://www.reddit.com/search?q=myetherwallet), you can see numerous people who use us with great success. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_3', 'We aren\'t going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_4', 'Check the URL -- This site is being served through GitHub and you can see the source code here: [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_5', 'For generating wallets, you can download the [source code and run it locally](https://github.com/kvhnuke/etherwallet/releases/latest). See #5 above. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_6', 'Generate a test wallet and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred. '), _defineProperty(_zhtw$data, 'HELP_Sec_Desc_8', 'If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! '), _defineProperty(_zhtw$data, 'HELP_FAQ_Title', 'More Helpful Answers to Frequent Questions '), _defineProperty(_zhtw$data, 'HELP_Contact_Title', 'Ways to Get in Touch '), _zhtw$data); module.exports = zhtw; diff --git a/dist/package.json b/dist/package.json index e1f5ad9436..632229e168 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.11.3.0", + "version": "3.11.3.1", "description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.", "author": "MyEtherWallet", "license": "ISC",