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. | |
| # |