Skip to content

Instantly share code, notes, and snippets.

View tayvano's full-sized avatar

Taylor Monahan tayvano

View GitHub Profile
@tayvano
tayvano / gforms-to-footer.php
Last active June 17, 2017 04:45 — forked from eriteric/movegfjstofooter.php
Load gravity forms JS in footer
## MEW
1. Why no show? :( file:///Users/tay/Dropbox/local-dev/etherwallet/dist/embedded.html
2. Why no show? :( file:///Users/tay/Dropbox/local-dev/etherwallet/dist/pushtx.html
3. Should alerts be ontop of the onload overlay?
4. I broken it. Now it shows nothing :( file:///Users/tay/Dropbox/local-dev/etherwallet/dist/index.html
module.exports = [
'[The MEW Philosophy] Education is Key: Ethereum, security, privacy, importance of controlling your keys & how the blockchain works.',
'[The MEW Philosophy] Empower the people: Give people the ability to interact with the Ethereum blockchain without having to run a full node.',
'[The MEW Philosophy] If it can be hacked, it will be hacked: Never save, store, or transmit passwords or keys.',
'[The MEW Philosophy] Make it easy & free: Everyone should be able to create an account and send Ether & Tokens.',
1. The newer multisig versions of the Parity multisig wallet has a vulnerability. This is ONLY FOR MULTISIG WALLETS. Specifically created in Parity Wallet > 1.5.
2. This is NOT for your MyEtherWallet. Do **not** run and unlock your MEW wallet. That wallet is not at risk.
3. This is ONLY for multisigs and only newer versions
4. Do not panic. Panic makes things worse. Breath. Be careful. Do not panic.
5. Again, if you use MyEtherWallet, you ARE NOT AT RISK
Original* etherdelta.com 104.25.8.18 2400:cb00:2048:1::6819:812 NS:dorthy.ns.cloudflare.com
Addition etherdeltaa.com -
Addition etherdeltab.com -
Addition etherdeltac.com -
Addition etherdeltad.com -
Addition etherdeltae.com -
Addition etherdeltaf.com -
Addition etherdeltag.com -
Addition etherdeltah.com -
Addition etherdeltai.com -
ERROR_0 : 'Please enter a valid amount.',
ERROR_1 : 'Please enter a strong yet easy to remember password that is 9+ characters. ',
ERROR_2 : 'Sorry! We don\'t recognize this wallet file. Typically wallet files look like `UTC--2017-08-25T01-30...` or are a `.json` format like `presale_backup.json`).',
ERROR_3 : 'This is not a valid wallet file. Typically wallet files look like `UTC--2017-08-25T01-30...` or are a `.json` format like `presale_backup.json`).',
ERROR_4 : 'This unit doesn\'t exists. Please try: ',
ERROR_5 : 'Please enter a valid address. An address looks like `0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8`.',
ERROR_6 : 'Please enter a valid password. ',
ERROR_7 : 'Please enter valid decimals. (Must be integer. Try 0-18.) ',
ERROR_8 : 'Please enter a valid gas limit. (Must be integer. Try 21000-4000000.) ',
ERROR_9
[user]
name = tayvano
email =
[core]
excludesfile = ~/.gitignore # Use custom `.gitignore` and `.gitattributes`
attributesfile = ~/.gitattributes # Use custom `.gitignore` and `.gitattributes`
trustctime = false # Make `git rebase` safer on macOS More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
@tayvano
tayvano / walletdecryptdrtv.js in html
Created February 3, 2017 05:14
walletdecryptdrtv.js in html
<article class="row" ng-controller='decryptWalletCtrl'>
<!-- Column 1 - Select Type of Key -->
<section class="col-md-4 col-sm-6">
<h4 translate="decrypt_Title"> Select the format of your private key: </h4>
<div class="radio"><label><input type="radio" ng-model="walletType" value="fileupload" /><span translate="x_Keystore2">Keystore / JSON File</span></label></div>
<div class="radio"><label><input type="radio" ng-model="walletType" value="pasteprivkey" /><span translate="x_PrivKey2">Private Key</span></label></div>
<div class="radio"><label><input type="radio" ng-model="walletType" value="pastemnemonic" /><span translate="x_Mnemonic">Mnemonic Phrase</span></label></div>
<div class="radio" ng-hide="globalService.currentTab==globalService.tabs.signMsg.id"><label><input type="radio" ng-model="walletType" value="ledger" />Ledger Nano S</label></div>
<div class="radio" ng-hide="globalService.currentTab==globalService.tabs.signMsg.id"><label><input type="radio" ng-model="walletType" valu