Why? It has become near impossible to sync.
See issues
openethereum/parity-ethereum#8145
openethereum/parity-ethereum#7801 (comment)
openethereum/parity-ethereum#8215 (comment)
openethereum/parity-ethereum#8148 (comment)
#!/bin/python3.7 | |
# this gist | |
# https://gist.github.com/drandreaskrueger/94d3b92d57976da77ae2753b45314aeb | |
# is intended to run at PythonAnywhere | |
# https://www.pythonanywhere.com/gists/94d3b92d57976da77ae2753b45314aeb/plutoalert_StarTrek.py/python3/ | |
# | |
# but see the 'sorry, EMPTY RESULT' info in | |
# README.md --> Geoblocking --> Python online execution environments: pythonanywhere |
#!/usr/bin/env python3 | |
""" | |
@summary: Send extrinsic - how to? Example doesn't work yet for substrate & node-template. | |
For reporting in https://github.com/polkascan/py-substrate-interface/issues/14 | |
Output RESULTS = see bottom of this file | |
@version: v05 (25/June/2020) | |
@since: 10/June/2020 | |
@author: https://github.com/drandreaskrueger | |
@see: https://github.com/drandreaskrueger/chainhammer-substrate for updates |
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
// ordered concatenation of all 20 solidity contracts at | |
// https://github.com/energywebfoundation/ew-origin/tree/master/contracts | |
// on 2018 September 11th (Latest commit b724754 on Jul 31) | |
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
asn1crypto | |
attrdict | |
bcrypt | |
certifi | |
cffi | |
chardet | |
colorlog | |
cryptography | |
cytoolz | |
eth-abi |
# taken from | |
# http://web3py.readthedocs.io/en/stable/contracts.html#contract-deployment-example | |
# | |
# then repaired: | |
# see issue 808 https://github.com/ethereum/web3.py/issues/808 | |
# and extended | |
# | |
# and quorum-bugfixed, see | |
# https://github.com/ethereum/web3.py/issues/898#issuecomment-396701172 |
# taken from | |
# http://web3py.readthedocs.io/en/stable/contracts.html#contract-deployment-example | |
# | |
# then repaired: | |
# see issue 808 https://github.com/ethereum/web3.py/issues/808 | |
# and slightly extended | |
# | |
# purpose: | |
# see issue 898 https://github.com/ethereum/web3.py/issues/898 |
Why? It has become near impossible to sync.
See issues
openethereum/parity-ethereum#8145
openethereum/parity-ethereum#7801 (comment)
openethereum/parity-ethereum#8215 (comment)
openethereum/parity-ethereum#8148 (comment)
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: glances | |
# chkconfig: 2345 80 80 | |
# Short-Description: Start and stop the Glances server | |
### END INIT INFO | |
############## | |
######### from https://github.com/moumoul/scripting/blob/master/initd/glances |
# distro can be one of experimental, unstable, testing or ubuntu. | |
DISTRO=testing | |
echo | |
echo install freemind | |
echo script by Andreas Krueger 2017, version v01 | |
echo | |
echo must be run as root: | |
echo |
# | |
# Ethereum and eth-dev-tools: Debian 8 | |
# | |
# rev 9 | |
# | |
# started midsummer 2016-06-21 Andreas Krueger | |
# https://github.com/drandreaskrueger | |
# https://twitter.com/drandreaskruger | |
# please contact me with improvements, thanks. | |
# |