Skip to content

Instantly share code, notes, and snippets.

@zebbra2014
zebbra2014 / gist:5469280234b6c95e159bfcbe3563b09b
Created December 21, 2018 04:08 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:

Установка Geth и Mist на Windows

Geth

  1. Скачиваем с сайта https://geth.ethereum.org/downloads/ Geth for Windows (версия 1.7.0)
  2. Устанавливаем в папку C:\Program Files\Geth, оставляя все настройки по умолчанию
  3. После установки запускаем командную строку - её можно найти в поске программ по слову “cmd”.
  4. Запускаем команду
geth --dev --rpc --rpcaddr "0.0.0.0" --rpccorsdomain "*" --rpcapi "admin,debug,miner,shh,txpool,personal,eth,net,web3" console

A pseudonymous trust system for a decentralized anonymous marketplace

Dionysis Zindros, National Technical University of Athens dionyziz@gmail.com

Keywords

pseudonymous anonymous web-of-trust identity trust bitcoin namecoin proof-of-burn timelock decentralized anonymous marketplace openbazaar

Abstract

@zebbra2014
zebbra2014 / ip_to_hex.py
Created February 1, 2016 03:25 — forked from eriwen/ip_to_hex.py
IP Address to hex
#!/usr/bin/env python
import sys, re
ip_regex = re.compile('(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})')
ip_match = ip_regex.match(sys.argv[1])
if (ip_match == None):
print 'Invalid address'
sys.exit(1)
hex_ip_addr = 0
for i in range(1,5):
@zebbra2014
zebbra2014 / install-apache-ant-win7
Created January 29, 2016 00:23 — forked from mdiener21/install-apache-ant-win7
install apache24 and ant windows 7
#download apache binaries: http://www.apachelounge.com/download/
#http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.10-win32-VC11.zip
#unzip to a location you have permissions on your machine
#go in to folder to install apache and start it
cd c:\Apache24\conf
# edit file httpd.conf
# change all directory paths to cd c:\Apache24\
#install apache
@zebbra2014
zebbra2014 / build-dogecoin.sh
Created January 21, 2016 23:56 — forked from patricklodder/build-dogecoin.sh
Dogecoin 1.8 build for centos
# builds dogecoin 1.8.2 with openssl 1.0.1l and boost 1.55
# tested and verified on CentOS: 2.6.32-504.el6.x86_64
export DOGEREF=v1.8.2 # change this if you want
export DEST_DIR=~/dogecoin # change this if you want, too
export DOGE_BUILD_LOC=~/doge-build # and this, too
# init env
mkdir -p $DOGE_BUILD_LOC
pushd $DOGE_BUILD_LOC
@zebbra2014
zebbra2014 / litecoin.conf
Created January 20, 2016 01:43 — forked from dasher/litecoin.conf
example litecoin.conf
# litecoin.conf configuration file. Lines beginning with # are comments.
# Network-related settings:
# Run on the test network instead of the real litecoin network.
#testnet=0
# Connect via a socks4 proxy
#proxy=127.0.0.1:9050
@zebbra2014
zebbra2014 / bitcoin.conf
Created January 20, 2016 01:03 — forked from JoshuaEstes/bitcoin.conf
Install bitcoind on linux and setup server
# bitcoin.conf configuration file. Lines beginning with # are comments.
# Network-related settings:
# Run on the test network instead of the real bitcoin network.
#testnet=0
# Connect via a socks4 proxy
#proxy=127.0.0.1:9050
##############################################################
@zebbra2014
zebbra2014 / Beamoff Tool.iso
Created January 15, 2016 00:01 — forked from Noitidart/Beamoff Tool.iso
Shows how to install OSX 10.10.1 onto Oracle VirtualBox on AMD