Skip to content

Instantly share code, notes, and snippets.

View tayvano's full-sized avatar

Taylor Monahan tayvano

View GitHub Profile
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
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 -
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
I'm really tired, folks. We're spending far too much time dealing with the shit that we *hate* dealing with:
1. Breaking the news to someone that they lost all their ETH/Tokens
2. Writing emails and takedown letters
3. Talking & paying layers
4. Making lists (well...actually I love lists. But these types of lists suck.)
## 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.',
@tayvano
tayvano / gforms-to-footer.php
Last active June 17, 2017 04:45 — forked from eriteric/movegfjstofooter.php
Load gravity forms JS in footer
#!/usr/bin/env bash
#Install command-line tools using Homebrew.
#Make sure we’re using the latest Homebrew.
brew update
#Upgrade any already-installed formulae.
brew upgrade
@tayvano
tayvano / osx-setup.sh
Created April 26, 2017 05:15 — forked from somebox/osx-setup.sh
Set up an OSX machine from zero to awesome. Uses Homebrew (and cask, fonts, etc). Focused on Ruby/Rails development, includes rvm, xquartz, editor fonts, sublime text, and many tools.
#!/bin/bash
# A script to set up a new mac. Uses bash, homebrew, etc.
# Focused for ruby/rails development. Includes many utilities and apps:
# - homebrew, rvm, node
# - quicklook plugins, terminal fonts
# - browsers: chrome, firefox
# - dev: iterm2, sublime text, postgres, chrome devtools, etc.
# - team: slack, dropbox, google drive, skype, etc
<div class="lazyImg lazyImg--notloaded" style="background-image: url(<?php echo $hero_bg['sizes']['lazyImg']?>)" data-image="<?php echo $hero_bg['sizes']['hero-bg']?>"></div>
<noscript><div style="background-image: url(<?php echo $hero_bg['sizes']['hero-bg']?>)"></div></noscript>
function loadLazyImg() {
$.each( $('.lazyImg'), function(index, val) {
var img = new Image()
var src = $(this).attr('data-image')
img.src = src
var image = $(this)