[cathub] RTFM && RTFA, but the explanation is right HERE (and there ... and a bit there and overthere some)

in #rudyardcatling6 years ago (edited)

the one man thing, ergo-therapeutic brainrot prevention, post number four (three this week, i think i can manage one a day , now ... about the money ? why are you people wrecking my money like that ? dumping prices into deep space zeroes? dont you know i need this for my epic?)


Trying to look like a pro yet i'm not, out of the chaos comes creation, i am Random of Amber ... not mister Formal Ed


2018-06-17
allow me to summarize :

since i feel im wasting too much time on all the manual stuff, which, in my case as a force of chaos means i get abou 2 minutes per hour when im close enough to keyboard to do something, i was thinking ... i dont wanna give up the linux only concept , its too snazzy to drop .... and i know no one needs it, but if everyone thought like that windows 3.11 would still be good enough for about anything ... there would be less clutter though so

i took the liberty of putting my uneducated arse to the task of installing the python libs and BOY O BOY

so here's there short version :

for linuxmint 18.3 64bit cinnamon / fresh install :

- sudo apt install git
- git clone https://github.com/steemit/steem-python.git
- sudo apt-get install python3-dev
- cd steem-python
- sudo apt install python3-setuptools
- sudo apt install libssl-dev
- sudo python3 setup.py install


as you can see : "YOLO" is not defined ... so what are you on about ? i KNOW its caligula btw but where does that rhyme with cat besides if you had had my Latin teacher when YOU were 15 you would immediately get it

considering this and how easy it is (once you get it working HAH HAH HAH ...) it should be a breeze to do batch payments without error or doubles and to autovote on set posts using time intervals ... i think steempy alone could handle that with a bit of shell and crontab

which should give me more time in the limited time i have when i have those limited moments of clarity to undo it all and do it all in linux anyway ... ofcourse NO WAY IN HELL i'll be storing my main account keys there ... i actually am thinking of not keeping more than 500sp per account giving the shitty security this thing has, ONE PASSWORD ... lose it ? lose the money, get hacked ? lose the money ... no recovery ... i mean euhmmmmmmmm. I do understand how convenient it is to be able to "forget" the key or "have lost it" in certain situations but i dont feel secure keeping that all in one place once it gets to a certain number, despite the obvious spillage that will create and if i had like 50.000 SP that like a 100 accounts, so thats like an internal curation trail the size of the amazon river just to get all my voting power together (and then probably get stalked by enlightened whales because i vote on myself 100 times LOL ... WELL THAT WOULD BE CALLED SECURITY, finance-boy ...) i see no other way really within the system given .. split it up the moment it reaches


lots of options here, now if i can only find the COMPLETE DESCRIPTION OF ALL FUNCTIONS in the libs ... because those docs are like oh well just "do this" , written by those who know for those who dont need it ... i dont really feel like descrambling the source code just to find the potential commands but im sure they're somewhere, i mean it only took me HOURS to get all the dependencies together here

fuckthat.png

but i did ... im not THE expert but i know how to pray to the 1e100 because syntax is a waste of brainspace and last years solutions are undone by last months patches, you know how it goes

so thats how easy it is to bot hm ?? if i can find the manual now #python

well the whole compilation is somewhere down below, but no one reads this anyway so it doesnt really matter


lol5.png btw ---> imagine starting out with 15sp :p


and the actual usual :


folder structure :

it's actually supposed to be a folder structure you can unzip anywhere and use as is without installing anything (you know how to rightclick/view image i suppose). Basically just a bunch of snips i scribbled up to do some things and view some things but, structure might be possible


commands available

  • parseaccounthistory_wrk.sh (several subroutines to parse data from an account history kept locally)

  • pretty_please.sh (something i got from stackoverflow that strips .json data into separate lines without having to install extra packages, which is the intention and so far, other than curl seems to work)

  • updatehistory_rudyardcatling.sh / updatehistory.sh (gets an accounts full history , incrementally depending on how much is already stored locally)


  • wurdamoney.sh0 [accountname] calculates the worth of a 100/100 vote on any given account (not counting delegation, only 'own' power)

  • findeligiblevoters.sh0 (parse list of accountnames (gathered from a post voted on in this case so far) check one by one the time of latest root post, it time <7days add to list of eligible) used to simplify finding the random people to vote on who participated (a LOT of accounts are stale, bots or re-steem only)


includes

the point would be to as many of these since they don't require separate PIDs

composemainbody.inc split from ubasti/ubasti, used to get all the necessary variables to include in a pre-formatted text body, can now be used for multiple types or repeating posts with changing vars

functions available

under /include ... well its not really /include but the intention is that it is , its not all functions it might just be sets of variables or ENV_VAR declarations for use in multiple scripts or commands with the linux shell source command

  • formatname.inc (used to make it independent wether user inputs @accountname or simply accountname

  • getacctvars.inc (basically meant to store lots more but atm only gets last tx , last tx number and last tx id of account)

  • getSP.inc (gets steem power of account by calculation (delegation not included) )

  • votersfrompost.inc (gets all voters on a certain post from the post.json and puts them in a nice small flatfile)

  • getvoteworth.inc (gets the sbd value of a 100/100 vote from accountname) <--- alarming downtrend


"projects"

  • steemterm : the eventual compilation , commands for now : help, clear, reload, sbi, upvotes, downvotes, transfers , display [on/off]

- ubasti / sakhmet : used to generate the main body of the daily post and pick out the voters and non eligible voters from the last paid out post

14/06/2008

steemUX

  • fixed composemainbody to show SBDDECLINED right (it showed recipients twice)

  • cleaned out obsolete error test msg in composemainbody

  • add @steemitboard to autodecline / non eligible

  • checked linux read command , switched "read bobcode" to "read bobcode option" in steemterm/steemterm to enable versatility on commands

  • add display command in steemterm to switch env var ENV_DISPLAY on/off

  • switched external command call in steemterm for parseaccounthistory to relative path i.o. symlink folder

16/06/2008

finally caved in to python ... reasoning i still want to do it linux only but im wasting time on all the manual stuff so ad interim its probably the best solution

the documentation is typical of your opensource github elite .. this page says python 2.6 working on support for 3.x , the other page says it wont work under 3.6 ... use pip install then other one use pip3 install

OR you can use the fully automated 600FUCKING MEGABYTES installer here

which gave me errors on all sides until i found something that was missing namge libssd-dev or something (i already forgot) crashed my system two times to the point where i couldnt login anymore but the 2 minutes i got to see it showed its actually too damn easy like that lol

17/06/2008

  • still re-installing ... the whole shebang came crashing down again after pip this pip that ... clone github about 15 errors on make install ... but i got it working for two minutes yesterday so its gotta be possible, right?

  • twice now ... so let's go Holmes at it ...

  1. reinstalled on formatted partition
  2. updated everything except kernel
  3. reboot ... still works
  4. update kernel (wooo, there's a red ! next to that)
  5. reboot, login still working perfectly
Official Python STEEM Library

steem-python is the official Steem library for Python. It comes with a BIP38 encrypted wallet and a practical CLI utility called steempy.

This library currently works on Python 2.7, 3.5 and 3.6. Python 3.3 and 3.4 support forthcoming.
Installation

With pip:

pip3 install steem # pip install steem for 2.7

so we go



celeroncat@cerebro ~ $ pip3 install steem
The program 'pip3' is currently not installed. You can install it by typing:
sudo apt install python3-pip
celeroncat@cerebro ~ $ sudo apt install python3-pip
[sudo] password for celeroncat: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  python-pip-whl
Recommended packages:
  build-essential python3-dev python3-setuptools python3-wheel
The following NEW packages will be installed:
  python-pip-whl python3-pip
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 1.219 kB of archives.
After this operation, 1.789 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.4 [1.110 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python3-pip all 8.1.1-2ubuntu0.4 [109 kB]
Fetched 1.219 kB in 1s (1.048 kB/s)
Selecting previously unselected package python-pip-whl.
(Reading database ... 235044 files and directories currently installed.)
Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ...
Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../python3-pip_8.1.1-2ubuntu0.4_all.deb ...
Unpacking python3-pip (8.1.1-2ubuntu0.4) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up python-pip-whl (8.1.1-2ubuntu0.4) ...
Setting up python3-pip (8.1.1-2ubuntu0.4) ...
celeroncat@cerebro ~ $ pip3 install steem
Collecting steem
  Downloading https://files.pythonhosted.org/packages/f8/cb/78489bf60c7c0212e5f65ecc04877b5a82f896fc3c84e2c0331c07c71552/steem-1.0.1-py2.py3-none-any.whl (220kB)
    100% |████████████████████████████████| 225kB 1.1MB/s 
Collecting future (from steem)
  Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
    100% |████████████████████████████████| 829kB 942kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named 'setuptools'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ryg0som2/future/
You are using pip version 8.1.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
celeroncat@cerebro ~ $ pip install --upgrade pip
The program 'pip' is currently not installed. You can install it by typing:
sudo apt install python-pip
celeroncat@cerebro ~ $ sudo apt install python-pip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Recommended packages:
  build-essential python-all-dev python-setuptools python-wheel
The following NEW packages will be installed:
  python-pip
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 144 kB of archives.
After this operation, 635 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB]
Fetched 144 kB in 0s (506 kB/s)    
Selecting previously unselected package python-pip.
(Reading database ... 235140 files and directories currently installed.)
Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ...
Unpacking python-pip (8.1.1-2ubuntu0.4) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up python-pip (8.1.1-2ubuntu0.4) ...
celeroncat@cerebro ~ $ pip install --upgrade pip
Collecting pip
  Downloading https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (1.3MB)
    100% |████████████████████████████████| 1.3MB 688kB/s 
Installing collected packages: pip
Successfully installed pip-8.1.1
You are using pip version 8.1.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
celeroncat@cerebro ~ $ pip3 install steem
Collecting steem
  Using cached https://files.pythonhosted.org/packages/f8/cb/78489bf60c7c0212e5f65ecc04877b5a82f896fc3c84e2c0331c07c71552/steem-1.0.1-py2.py3-none-any.whl
Collecting toolz (from steem)
  Downloading https://files.pythonhosted.org/packages/14/d0/a73c15bbeda3d2e7b381a36afb0d9cd770a9f4adc5d1532691013ba881db/toolz-0.9.0.tar.gz (45kB)
    100% |████████████████████████████████| 51kB 681kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named 'setuptools'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vrzww58f/toolz/
You are using pip version 8.1.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
celeroncat@cerebro ~ $ 



celeroncat@cerebro ~ $ sudo apt install python-setuptools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  python-setuptools-doc
The following NEW packages will be installed:
  python-setuptools
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 169 kB of archives.
After this operation, 530 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB]
Fetched 169 kB in 0s (545 kB/s)           
Selecting previously unselected package python-setuptools.
(Reading database ... 235244 files and directories currently installed.)
Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ...
Unpacking python-setuptools (20.7.0-1) ...
Setting up python-setuptools (20.7.0-1) ...
celeroncat@cerebro ~ $ pip3 install steem
Collecting steem
  Using cached https://files.pythonhosted.org/packages/f8/cb/78489bf60c7c0212e5f65ecc04877b5a82f896fc3c84e2c0331c07c71552/steem-1.0.1-py2.py3-none-any.whl
Collecting pylibscrypt>=1.6.1 (from steem)
  Downloading https://files.pythonhosted.org/packages/e7/d6/97ce677536c967da7ba668be3d01cd25a35dc28daee26f8c7eea3e2aaca8/pylibscrypt-1.7.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named 'setuptools'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-zz39fneb/pylibscrypt/
You are using pip version 8.1.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
celeroncat@cerebro ~ $ 



  • owh ... i see ... i thought i just installed that, and i thought i just upgraded that ??!?

  • hmmz ??!?

  • now what ?

oh, maybe this ?

git clone https://github.com/steemit/steem-python.git
cd steem-python
python3 setup.py install # python setup.py install for 2.7

  • so

celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth $ git clone https://github.com/steemit/steem-python.git
The program 'git' is currently not installed. You can install it by typing:
sudo apt install git
celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth $ sudo apt install git
[sudo] password for celeroncat: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  git-man liberror-perl
Suggested packages:
  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk
  gitweb git-arch git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
  git git-man liberror-perl
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 3.914 kB of archives.
After this operation, 25,6 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19,6 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.4 [736 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.4 [3.158 kB]
Fetched 3.914 kB in 2s (1.645 kB/s)
Selecting previously unselected package liberror-perl.
(Reading database ... 235933 files and directories currently installed.)
Preparing to unpack .../liberror-perl_0.17-1.2_all.deb ...
Unpacking liberror-perl (0.17-1.2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.4_all.deb ...
Unpacking git-man (1:2.7.4-0ubuntu1.4) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.4_amd64.deb ...
Unpacking git (1:2.7.4-0ubuntu1.4) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up liberror-perl (0.17-1.2) ...
Setting up git-man (1:2.7.4-0ubuntu1.4) ...
Setting up git (1:2.7.4-0ubuntu1.4) ...
celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth $ git clone https://github.com/steemit/steem-python.git
Cloning into 'steem-python'...
remote: Counting objects: 2416, done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 2416 (delta 14), reused 23 (delta 12), pack-reused 2378
Receiving objects: 100% (2416/2416), 912.98 KiB | 647.00 KiB/s, done.
Resolving deltas: 100% (1670/1670), done.
Checking connectivity... done.
celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth $ cd steem-python
celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth/steem-python $ python3 setup.py install
Traceback (most recent call last):
  File "setup.py", line 12, in <module>
    from setuptools import find_packages, setup, Command
ImportError: No module named 'setuptools'
celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth/steem-python $ 




-uhuu ..... so .. ??!? http://ask.xmodulo.com/importerror-no-module-named-setuptools.html ...

  • o , pyton3 ? right

so ...


celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth/steem-python $ python3 setup.py install
running install
Checking .pth file support in /usr/local/lib/python3.5/dist-packages/
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

    [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/test-easy-install-12423.pth'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    /usr/local/lib/python3.5/dist-packages/

Perhaps your account does not have write access to this directory?  If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account.  If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.

For information on other options, you may wish to consult the
documentation at:

  https://pythonhosted.org/setuptools/easy_install.html

Please make the appropriate changes for your system and try again.

celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth/steem-python $ sudo python3 setup.py install
running install
Checking .pth file support in /usr/local/lib/python3.5/dist-packages/
/usr/bin/python3 -E -c pass
TEST PASSED: /usr/local/lib/python3.5/dist-packages/ appears to support .pth files
running bdist_egg
running egg_info
creating steem.egg-info
writing entry points to steem.egg-info/entry_points.txt
writing steem.egg-info/PKG-INFO
writing requirements to steem.egg-info/requires.txt
writing dependency_links to steem.egg-info/dependency_links.txt
writing top-level names to steem.egg-info/top_level.txt
writing manifest file 'steem.egg-info/SOURCES.txt'
reading manifest file 'steem.egg-info/SOURCES.txt'
writing manifest file 'steem.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/steem
copying steem/dex.py -> build/lib/steem
copying steem/blockchain.py -> build/lib/steem
copying steem/transactionbuilder.py -> build/lib/steem
copying steem/aes.py -> build/lib/steem
copying steem/cli.py -> build/lib/steem
copying steem/__init__.py -> build/lib/steem
copying steem/steemd.py -> build/lib/steem
copying steem/wallet.py -> build/lib/steem
copying steem/amount.py -> build/lib/steem
copying steem/commit.py -> build/lib/steem
copying steem/blog.py -> build/lib/steem
copying steem/post.py -> build/lib/steem
copying steem/utils.py -> build/lib/steem
copying steem/account.py -> build/lib/steem
copying steem/block.py -> build/lib/steem
copying steem/instance.py -> build/lib/steem
copying steem/converter.py -> build/lib/steem
copying steem/witness.py -> build/lib/steem
copying steem/profile.py -> build/lib/steem
copying steem/steem.py -> build/lib/steem
creating build/lib/steembase
copying steembase/operationids.py -> build/lib/steembase
copying steembase/transactions.py -> build/lib/steembase
copying steembase/http_client.py -> build/lib/steembase
copying steembase/exceptions.py -> build/lib/steembase
copying steembase/operations.py -> build/lib/steembase
copying steembase/types.py -> build/lib/steembase
copying steembase/__init__.py -> build/lib/steembase
copying steembase/memo.py -> build/lib/steembase
copying steembase/chains.py -> build/lib/steembase
copying steembase/dictionary.py -> build/lib/steembase
copying steembase/account.py -> build/lib/steembase
copying steembase/bip38.py -> build/lib/steembase
copying steembase/base58.py -> build/lib/steembase
copying steembase/storage.py -> build/lib/steembase
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/dex.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/blockchain.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/transactionbuilder.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/aes.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/cli.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/__init__.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/steemd.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/wallet.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/amount.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/commit.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/blog.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/post.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/utils.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/account.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/block.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/instance.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/converter.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/witness.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/profile.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/steem.py -> build/bdist.linux-x86_64/egg/steem
creating build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/operationids.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/transactions.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/http_client.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/exceptions.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/operations.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/types.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/__init__.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/memo.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/chains.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/dictionary.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/account.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/bip38.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/base58.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/storage.py -> build/bdist.linux-x86_64/egg/steembase
byte-compiling build/bdist.linux-x86_64/egg/steem/dex.py to dex.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/blockchain.py to blockchain.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/transactionbuilder.py to transactionbuilder.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/aes.py to aes.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/cli.py to cli.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/__init__.py to __init__.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/steemd.py to steemd.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/wallet.py to wallet.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/amount.py to amount.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/commit.py to commit.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/blog.py to blog.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/post.py to post.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/utils.py to utils.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/account.py to account.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/block.py to block.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/instance.py to instance.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/converter.py to converter.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/witness.py to witness.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/profile.py to profile.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/steem.py to steem.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/operationids.py to operationids.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/transactions.py to transactions.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/http_client.py to http_client.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/exceptions.py to exceptions.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/operations.py to operations.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/types.py to types.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/__init__.py to __init__.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/memo.py to memo.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/chains.py to chains.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/dictionary.py to dictionary.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/account.py to account.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/bip38.py to bip38.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/base58.py to base58.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/storage.py to storage.cpython-35.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/steem-1.0.1-py3.5.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing steem-1.0.1-py3.5.egg
Copying steem-1.0.1-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding steem 1.0.1 to easy-install.pth file
Installing piston script to /usr/local/bin
Installing steemtail script to /usr/local/bin
Installing steempy script to /usr/local/bin

Installed /usr/local/lib/python3.5/dist-packages/steem-1.0.1-py3.5.egg
Processing dependencies for steem==1.0.1
Searching for w3lib
Reading https://pypi.python.org/simple/w3lib/
Best match: w3lib 1.19.0
Downloading https://files.pythonhosted.org/packages/6e/b7/13ca0d5b680daa59812a7af5870ac97162033056b9e04f9a6aee0ea6f3ae/w3lib-1.19.0.tar.gz#sha256=55994787e93b411c2d659068b51b9998d9d0c05e0df188e6daf8f45836e1ea38
Processing w3lib-1.19.0.tar.gz
Writing /tmp/easy_install-g4u7s1_d/w3lib-1.19.0/setup.cfg
Running w3lib-1.19.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-g4u7s1_d/w3lib-1.19.0/egg-dist-tmp-spcruhpl
creating /usr/local/lib/python3.5/dist-packages/w3lib-1.19.0-py3.5.egg
Extracting w3lib-1.19.0-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding w3lib 1.19.0 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/w3lib-1.19.0-py3.5.egg
Searching for voluptuous
Reading https://pypi.python.org/simple/voluptuous/
Best match: voluptuous 0.11.1
Downloading https://files.pythonhosted.org/packages/64/1a/bc658313d0a228ce474648c360bd06e28af3ed5e24029b1a4108739c23f4/voluptuous-0.11.1.tar.gz#sha256=af7315c9fa99e0bfd195a21106c82c81619b42f0bd9b6e287b797c6b6b6a9918
Processing voluptuous-0.11.1.tar.gz
Writing /tmp/easy_install-4ubpkxyk/voluptuous-0.11.1/setup.cfg
Running voluptuous-0.11.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-4ubpkxyk/voluptuous-0.11.1/egg-dist-tmp-gc_qzw6o
WARNING: Could not locate pandoc, using Markdown long_description.
zip_safe flag not set; analyzing archive contents...
Moving voluptuous-0.11.1-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding voluptuous 0.11.1 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/voluptuous-0.11.1-py3.5.egg
Searching for ujson
Reading https://pypi.python.org/simple/ujson/
Best match: ujson 1.35
Downloading https://files.pythonhosted.org/packages/16/c4/79f3409bc710559015464e5f49b9879430d8f87498ecdc335899732e5377/ujson-1.35.tar.gz#sha256=f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86
Processing ujson-1.35.tar.gz
Writing /tmp/easy_install-608rpmuy/ujson-1.35/setup.cfg
Running ujson-1.35/setup.py -q bdist_egg --dist-dir /tmp/easy_install-608rpmuy/ujson-1.35/egg-dist-tmp-hnoygt02
In file included from ./python/ujson.c:39:0:
./python/py_defines.h:39:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth/steem-python $ 


celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth/steem-python $ sudo apt-get install python3-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libexpat1-dev libpython3-dev libpython3.5-dev python3.5-dev
The following NEW packages will be installed:
  libexpat1-dev libpython3-dev libpython3.5-dev python3-dev python3.5-dev
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 37,9 MB of archives.
After this operation, 54,9 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.3 [115 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-dev amd64 3.5.2-2ubuntu0~16.04.4 [37,3 MB]
Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpython3-dev amd64 3.5.1-3 [6.926 B]                     
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5-dev amd64 3.5.2-2ubuntu0~16.04.4 [413 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-dev amd64 3.5.1-3 [1.186 B]                        
Fetched 37,9 MB in 20s (1.810 kB/s)                                                                                 
Selecting previously unselected package libexpat1-dev:amd64.
(Reading database ... 236806 files and directories currently installed.)
Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ...
Selecting previously unselected package libpython3.5-dev:amd64.
Preparing to unpack .../libpython3.5-dev_3.5.2-2ubuntu0~16.04.4_amd64.deb ...
Unpacking libpython3.5-dev:amd64 (3.5.2-2ubuntu0~16.04.4) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../libpython3-dev_3.5.1-3_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.5.1-3) ...
Selecting previously unselected package python3.5-dev.
Preparing to unpack .../python3.5-dev_3.5.2-2ubuntu0~16.04.4_amd64.deb ...
Unpacking python3.5-dev (3.5.2-2ubuntu0~16.04.4) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../python3-dev_3.5.1-3_amd64.deb ...
Unpacking python3-dev (3.5.1-3) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
Registering documents with scrollkeeper...
Processing triggers for man-db (2.7.5-1) ...
Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ...
Setting up libpython3.5-dev:amd64 (3.5.2-2ubuntu0~16.04.4) ...
Setting up libpython3-dev:amd64 (3.5.1-3) ...
Setting up python3.5-dev (3.5.2-2ubuntu0~16.04.4) ...
Setting up python3-dev (3.5.1-3) ...
celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth/steem-python $ sudo python3 setup.py install
running install
Checking .pth file support in /usr/local/lib/python3.5/dist-packages/
/usr/bin/python3 -E -c pass
TEST PASSED: /usr/local/lib/python3.5/dist-packages/ appears to support .pth files
running bdist_egg
running egg_info
writing entry points to steem.egg-info/entry_points.txt
writing steem.egg-info/PKG-INFO
writing dependency_links to steem.egg-info/dependency_links.txt
writing top-level names to steem.egg-info/top_level.txt
writing requirements to steem.egg-info/requires.txt
reading manifest file 'steem.egg-info/SOURCES.txt'
writing manifest file 'steem.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/dex.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/blockchain.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/transactionbuilder.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/aes.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/cli.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/__init__.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/steemd.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/wallet.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/amount.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/commit.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/blog.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/post.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/utils.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/account.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/block.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/instance.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/converter.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/witness.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/profile.py -> build/bdist.linux-x86_64/egg/steem
copying build/lib/steem/steem.py -> build/bdist.linux-x86_64/egg/steem
creating build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/operationids.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/transactions.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/http_client.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/exceptions.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/operations.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/types.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/__init__.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/memo.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/chains.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/dictionary.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/account.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/bip38.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/base58.py -> build/bdist.linux-x86_64/egg/steembase
copying build/lib/steembase/storage.py -> build/bdist.linux-x86_64/egg/steembase
byte-compiling build/bdist.linux-x86_64/egg/steem/dex.py to dex.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/blockchain.py to blockchain.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/transactionbuilder.py to transactionbuilder.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/aes.py to aes.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/cli.py to cli.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/__init__.py to __init__.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/steemd.py to steemd.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/wallet.py to wallet.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/amount.py to amount.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/commit.py to commit.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/blog.py to blog.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/post.py to post.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/utils.py to utils.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/account.py to account.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/block.py to block.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/instance.py to instance.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/converter.py to converter.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/witness.py to witness.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/profile.py to profile.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steem/steem.py to steem.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/operationids.py to operationids.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/transactions.py to transactions.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/http_client.py to http_client.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/exceptions.py to exceptions.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/operations.py to operations.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/types.py to types.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/__init__.py to __init__.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/memo.py to memo.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/chains.py to chains.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/dictionary.py to dictionary.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/account.py to account.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/bip38.py to bip38.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/base58.py to base58.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/steembase/storage.py to storage.cpython-35.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying steem.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/steem-1.0.1-py3.5.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing steem-1.0.1-py3.5.egg
Removing /usr/local/lib/python3.5/dist-packages/steem-1.0.1-py3.5.egg
Copying steem-1.0.1-py3.5.egg to /usr/local/lib/python3.5/dist-packages
steem 1.0.1 is already the active version in easy-install.pth
Installing piston script to /usr/local/bin
Installing steempy script to /usr/local/bin
Installing steemtail script to /usr/local/bin

Installed /usr/local/lib/python3.5/dist-packages/steem-1.0.1-py3.5.egg
Processing dependencies for steem==1.0.1
Searching for ujson
Reading https://pypi.python.org/simple/ujson/
Best match: ujson 1.35
Downloading https://files.pythonhosted.org/packages/16/c4/79f3409bc710559015464e5f49b9879430d8f87498ecdc335899732e5377/ujson-1.35.tar.gz#sha256=f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86
Processing ujson-1.35.tar.gz
Writing /tmp/easy_install-dd9kn18l/ujson-1.35/setup.cfg
Running ujson-1.35/setup.py -q bdist_egg --dist-dir /tmp/easy_install-dd9kn18l/ujson-1.35/egg-dist-tmp-g_ilco_n
./lib/ultrajsonenc.c:156:23: warning: ‘g_hexChars’ is static but used in inline function ‘Buffer_AppendShortHexUnchecked’ which is not static
   *(outputOffset++) = g_hexChars[(value & 0x000f) >> 0];
                       ^
./lib/ultrajsonenc.c:155:23: warning: ‘g_hexChars’ is static but used in inline function ‘Buffer_AppendShortHexUnchecked’ which is not static
   *(outputOffset++) = g_hexChars[(value & 0x00f0) >> 4];
                       ^
./lib/ultrajsonenc.c:154:23: warning: ‘g_hexChars’ is static but used in inline function ‘Buffer_AppendShortHexUnchecked’ which is not static
   *(outputOffset++) = g_hexChars[(value & 0x0f00) >> 8];
                       ^
./lib/ultrajsonenc.c:153:23: warning: ‘g_hexChars’ is static but used in inline function ‘Buffer_AppendShortHexUnchecked’ which is not static
   *(outputOffset++) = g_hexChars[(value & 0xf000) >> 12];
                       ^
zip_safe flag not set; analyzing archive contents...
__pycache__.ujson.cpython-35: module references __file__
creating /usr/local/lib/python3.5/dist-packages/ujson-1.35-py3.5-linux-x86_64.egg
Extracting ujson-1.35-py3.5-linux-x86_64.egg to /usr/local/lib/python3.5/dist-packages
Adding ujson 1.35 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/ujson-1.35-py3.5-linux-x86_64.egg
Searching for toolz
Reading https://pypi.python.org/simple/toolz/
Best match: toolz 0.9.0
Downloading https://files.pythonhosted.org/packages/14/d0/a73c15bbeda3d2e7b381a36afb0d9cd770a9f4adc5d1532691013ba881db/toolz-0.9.0.tar.gz#sha256=929f0a7ea7f61c178bd951bdae93920515d3fbdbafc8e6caf82d752b9b3b31c9
Processing toolz-0.9.0.tar.gz
Writing /tmp/easy_install-16fo3f81/toolz-0.9.0/setup.cfg
Running toolz-0.9.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-16fo3f81/toolz-0.9.0/egg-dist-tmp-mhhj_vi_
creating /usr/local/lib/python3.5/dist-packages/toolz-0.9.0-py3.5.egg
Extracting toolz-0.9.0-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding toolz 0.9.0 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/toolz-0.9.0-py3.5.egg
Searching for scrypt>=0.8.0
Reading https://pypi.python.org/simple/scrypt/
Best match: scrypt 0.8.6
Downloading https://files.pythonhosted.org/packages/01/6f/3c8dd0f18f73ceddfbdd606c0c895ebb66748606682d77da3743c7c0c56f/scrypt-0.8.6.tar.gz#sha256=f8239b2d47fa1d40bc27efd231dc7083695d10c1c2ac51a99380360741e0362d
Processing scrypt-0.8.6.tar.gz
Writing /tmp/easy_install-s14n3e0j/scrypt-0.8.6/setup.cfg
Running scrypt-0.8.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-s14n3e0j/scrypt-0.8.6/egg-dist-tmp-xf5jb59l
no previously-included directories found matching 'build'
no previously-included directories found matching 'doc/build'
no previously-included directories found matching '*/__pycache__'
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
warning: no previously-included files matching '*.egg' found anywhere in distribution
warning: no previously-included files matching '*.egg-info' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
warning: no previously-included files matching '*.swp' found anywhere in distribution
zip_safe flag not set; analyzing archive contents...
__pycache__._scrypt.cpython-35: module references __file__
creating /usr/local/lib/python3.5/dist-packages/scrypt-0.8.6-py3.5-linux-x86_64.egg
Extracting scrypt-0.8.6-py3.5-linux-x86_64.egg to /usr/local/lib/python3.5/dist-packages
Adding scrypt 0.8.6 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/scrypt-0.8.6-py3.5-linux-x86_64.egg
Searching for pylibscrypt>=1.6.1
Reading https://pypi.python.org/simple/pylibscrypt/
Best match: pylibscrypt 1.7.1
Downloading https://files.pythonhosted.org/packages/e7/d6/97ce677536c967da7ba668be3d01cd25a35dc28daee26f8c7eea3e2aaca8/pylibscrypt-1.7.1.tar.gz#sha256=7aa9424e211a12106c67ea884ccfe609856289372b900d3702faaf66e87f79ac
Processing pylibscrypt-1.7.1.tar.gz
Writing /tmp/easy_install-uauy93u3/pylibscrypt-1.7.1/setup.cfg
Running pylibscrypt-1.7.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-uauy93u3/pylibscrypt-1.7.1/egg-dist-tmp-d6wzeba_
zip_safe flag not set; analyzing archive contents...
pylibscrypt.__pycache__.libsodium_load.cpython-35: module references __file__
creating /usr/local/lib/python3.5/dist-packages/pylibscrypt-1.7.1-py3.5.egg
Extracting pylibscrypt-1.7.1-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding pylibscrypt 1.7.1 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/pylibscrypt-1.7.1-py3.5.egg
Searching for prettytable
Reading https://pypi.python.org/simple/prettytable/
Best match: prettytable 0.7.2
Downloading https://files.pythonhosted.org/packages/ef/30/4b0746848746ed5941f052479e7c23d2b56d174b82f4fd34a25e389831f5/prettytable-0.7.2.tar.bz2#sha256=853c116513625c738dc3ce1aee148b5b5757a86727e67eff6502c7ca59d43c36
Processing prettytable-0.7.2.tar.bz2
Writing /tmp/easy_install-r5y14vec/prettytable-0.7.2/setup.cfg
Running prettytable-0.7.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-r5y14vec/prettytable-0.7.2/egg-dist-tmp-a5szal0v
zip_safe flag not set; analyzing archive contents...
Moving prettytable-0.7.2-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding prettytable 0.7.2 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/prettytable-0.7.2-py3.5.egg
Searching for langdetect
Reading https://pypi.python.org/simple/langdetect/
Best match: langdetect 1.0.7
Downloading https://files.pythonhosted.org/packages/59/59/4bc44158a767a6d66de18c4136c8aa90491d56cc951c10b74dd1e13213c9/langdetect-1.0.7.zip#sha256=91a170d5f0ade380db809b3ba67f08e95fe6c6c8641f96d67a51ff7e98a9bf30
Processing langdetect-1.0.7.zip
Writing /tmp/easy_install-xwk1uish/langdetect-1.0.7/setup.cfg
Running langdetect-1.0.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-xwk1uish/langdetect-1.0.7/egg-dist-tmp-3g304r0h
zip_safe flag not set; analyzing archive contents...
langdetect.utils.__pycache__.messages.cpython-35: module references __file__
langdetect.__pycache__.detector_factory.cpython-35: module references __file__
creating /usr/local/lib/python3.5/dist-packages/langdetect-1.0.7-py3.5.egg
Extracting langdetect-1.0.7-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding langdetect 1.0.7 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/langdetect-1.0.7-py3.5.egg
Searching for future
Reading https://pypi.python.org/simple/future/
Best match: future 0.16.0
Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz#sha256=e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb
Processing future-0.16.0.tar.gz
Writing /tmp/easy_install-0848lb1r/future-0.16.0/setup.cfg
Running future-0.16.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-0848lb1r/future-0.16.0/egg-dist-tmp-a6h6lfcr
warning: no files found matching '*.au' under directory 'tests'
warning: no files found matching '*.gif' under directory 'tests'
warning: no files found matching '*.txt' under directory 'tests'
zip_safe flag not set; analyzing archive contents...
past.translation.__pycache__.__init__.cpython-35: module references __file__
past.translation.__pycache__.__init__.cpython-35: module references __path__
past.builtins.__pycache__.misc.cpython-35: module MAY be using inspect.stack
future.backports.test.__pycache__.ssl_servers.cpython-35: module references __file__
future.backports.test.__pycache__.support.cpython-35: module references __file__
future.utils.__pycache__.__init__.cpython-35: module MAY be using inspect.stack
future.standard_library.__pycache__.__init__.cpython-35: module references __file__
future.standard_library.__pycache__.__init__.cpython-35: module references __path__
creating /usr/local/lib/python3.5/dist-packages/future-0.16.0-py3.5.egg
Extracting future-0.16.0-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding future 0.16.0 to easy-install.pth file
Installing futurize script to /usr/local/bin
Installing pasteurize script to /usr/local/bin

Installed /usr/local/lib/python3.5/dist-packages/future-0.16.0-py3.5.egg
Searching for funcy
Reading https://pypi.python.org/simple/funcy/
Best match: funcy 1.10.2
Downloading https://files.pythonhosted.org/packages/8b/9c/082843ab60e810693aa39547cb7099049aa8dd6f902f38c068fd99ba25b1/funcy-1.10.2.tar.gz#sha256=95cbcd47b66e1fcc5737ef8f1f66be8626540ed181acaa8b483963d1af860510
Processing funcy-1.10.2.tar.gz
Writing /tmp/easy_install-dt93w44n/funcy-1.10.2/setup.cfg
Running funcy-1.10.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-dt93w44n/funcy-1.10.2/egg-dist-tmp-o4zm8ie_
zip_safe flag not set; analyzing archive contents...
Moving funcy-1.10.2-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding funcy 1.10.2 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/funcy-1.10.2-py3.5.egg
Searching for ecdsa>=0.13
Reading https://pypi.python.org/simple/ecdsa/
Best match: ecdsa 0.13
Downloading https://files.pythonhosted.org/packages/f9/e5/99ebb176e47f150ac115ffeda5fedb6a3dbb3c00c74a59fd84ddf12f5857/ecdsa-0.13.tar.gz#sha256=64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa
Processing ecdsa-0.13.tar.gz
Writing /tmp/easy_install-gea3c8kx/ecdsa-0.13/setup.cfg
Running ecdsa-0.13/setup.py -q bdist_egg --dist-dir /tmp/easy_install-gea3c8kx/ecdsa-0.13/egg-dist-tmp-bc2ibzkd
zip_safe flag not set; analyzing archive contents...
Moving ecdsa-0.13-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding ecdsa 0.13 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/ecdsa-0.13-py3.5.egg
Searching for certifi
Reading https://pypi.python.org/simple/certifi/
Best match: certifi 2018.4.16
Downloading https://files.pythonhosted.org/packages/4d/9c/46e950a6f4d6b4be571ddcae21e7bc846fcbb88f1de3eff0f6dd0a6be55d/certifi-2018.4.16.tar.gz#sha256=13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7
Processing certifi-2018.4.16.tar.gz
Writing /tmp/easy_install-j9rdf6tx/certifi-2018.4.16/setup.cfg
Running certifi-2018.4.16/setup.py -q bdist_egg --dist-dir /tmp/easy_install-j9rdf6tx/certifi-2018.4.16/egg-dist-tmp-eooqqynk
/usr/lib/python3/dist-packages/setuptools/dist.py:285: UserWarning: Normalizing '2018.04.16' to '2018.4.16'
  normalized_version,
creating /usr/local/lib/python3.5/dist-packages/certifi-2018.4.16-py3.5.egg
Extracting certifi-2018.4.16-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding certifi 2018.4.16 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/certifi-2018.4.16-py3.5.egg
Searching for appdirs
Reading https://pypi.python.org/simple/appdirs/
Best match: appdirs 1.4.3
Downloading https://files.pythonhosted.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5/appdirs-1.4.3.tar.gz#sha256=9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92
Processing appdirs-1.4.3.tar.gz
Writing /tmp/easy_install-1gq9d2ww/appdirs-1.4.3/setup.cfg
Running appdirs-1.4.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1gq9d2ww/appdirs-1.4.3/egg-dist-tmp-5_hrxqj8
zip_safe flag not set; analyzing archive contents...
Moving appdirs-1.4.3-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding appdirs 1.4.3 to easy-install.pth file

Installed /usr/local/lib/python3.5/dist-packages/appdirs-1.4.3-py3.5.egg
Searching for w3lib==1.19.0
Best match: w3lib 1.19.0
Processing w3lib-1.19.0-py3.5.egg
w3lib 1.19.0 is already the active version in easy-install.pth

Using /usr/local/lib/python3.5/dist-packages/w3lib-1.19.0-py3.5.egg
Searching for voluptuous==0.11.1
Best match: voluptuous 0.11.1
Processing voluptuous-0.11.1-py3.5.egg
voluptuous 0.11.1 is already the active version in easy-install.pth

Using /usr/local/lib/python3.5/dist-packages/voluptuous-0.11.1-py3.5.egg
Searching for urllib3==1.13.1
Best match: urllib3 1.13.1
Adding urllib3 1.13.1 to easy-install.pth file

Using /usr/lib/python3/dist-packages
Searching for pycrypto==2.6.1
Best match: pycrypto 2.6.1
pycrypto 2.6.1 is already the active version in easy-install.pth

Using /usr/lib/python3/dist-packages
Searching for six==1.10.0
Best match: six 1.10.0
six 1.10.0 is already the active version in easy-install.pth

Using /usr/lib/python3/dist-packages
Finished processing dependencies for steem==1.0.1
celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth/steem-python $ 



LO AND BEHOLD

watch the power unfold


celeroncat@cerebro /mnt/6f1cfa9e-a67f-43e5-bacd-8e60ac8ef226/steempyth/steem-python $ python3
Python 3.5.2 (default, Nov 23 2017, 16:37:01) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from steem import Steem
>>> s = Steem()
>>> s.get_account('rudyardcatling')['sbd_balance']
'0.011 SBD'
>>> 


now that wasnt too hard was it ? by now i have installed about x-teen thousand packages and i dont trust my system anymore at all LOL , funny ... RTFM-land in opensource-mentat environment ... figure it out

so i gues i can do batch payments easy with this, yes ?, also vote on set times on set posts should be easy, so it can all save time so i can stick to my linux shell thing

i think i'm gonna format it over again tomorrow and try using only the commands i need because i dont trust this mess, its too much

AlleyCat

  • cleaned up obsolete error test msg in logosvg cat.alleycat.be/tulz/logosvg
  • added letters uppercase B , L , O to primarcy charset for logosvg
  • reworked the comment<>uri AGAIN in ticker for slashcat
  • added a few lines to generate an extra page that can be used for readersdigest posts on steemit

things to do ? (lots)


among others i might have already thought of or not

  • switch as many commands as possible to includes (no new processes spawned while running, not much difference on todays machines but i like it and i will try to keep it built for speed and minimal network load)

  • split up functions as small as possible to make sure no network access is made that's not needed, network is the bottleneck for speed here after all

  • add env_vars include to make it easy to use relative paths within the main folder and get rid of the symlinks which dont work when its copied to another place

  • find out what i need to get a localnode up and running (hopefully 240 gb is enough)

well ... 204 actually

  • see if i can make transactions like payments on the local network while that one syncs to the blockchain so the actual keys never have to leave ... IF POSSIBLE :p

  • euhm ... now we filtered out the root_posts, maybe check for comments that arent stale yet in case someone quit trying because of (you know, why, elitist bastard) and just interacts a little here and there, but that will be for later, re-steems wont count and ...

  • ofcourse, randomize the processs BUT id need to see vote value for that , i dont wanna elect anyone who will get a vote that turns to dust, thats an honourable mention with zero practical use, pragmacticalists like me (not a spelling mistake) cant have that ... i'm sure its possible but as i dont count this as getting paid it will happen in my time on my tempo, im sure no one has any reason to complain so far

  • switch pretty_please to include function

  • modify alleycat.be/subindex/slashcat to also generate a postable page for 'readers digest' in case needed

  • split up accounts when they reach treshold due to the lousy security one factor password system to spread assets over multiple 'vaults', it will lose on curation and probably look like you're upvoting with a whole system, but one compromised password doesnt mean losing everything that way, MUST DO !

  • ponder specific vars in composemainbody on flag or switch to relative project and put them there like

  1. if [ -n "$RAFFLEVOTES" ]
    then
    RAFFLEVOTEFILE="$ACCOUNTURI""_rafflevotes"
    RAFFLEVOTESELECTED=$(cat $RAFFLEVOTEFILE)
    fi

can be put in either ubasti/ubasti without the conditional or in the mainbody where its conditional depending on flag $2

  • put composemainbody.inc autodeclined / non eligible in separate file
  • put all alleycat.be shit here too

  • finally start that appgamekit thing simulating population and put that here too ...

  • make enough money from one post per week to not make more than one post per week and focus on other things that do not require phoneboy and/or suitman to have the illusion to be the boss of me (cos thats never gonna happen again, im damaged)

  • get rich or die trying

  • hunt down and exterminate whoever has been wrecking the sbd price fro a month now

  • never go for witness on steemit

  • much much more

  • get catfood

  • dont trust dogs

  • avoid humans

  • live by night (because i couldnt even type this post by day)

  • and so on ...

if you feel like this is @utopian-io go ahead but its one-man team so i dont know how open source that is lol

it's ergo-therapy

i need it for my epic

1.png


previous post(bottom up .. or was that top-down?) -> should link back all to the first one at the bottom

https://steemit.com/rudyardcatling/@rudyardcatling/cathub-project-with-no-name-v0-0-the-leaked-episode-rottentomatoes-killed-baywatch-cos-it-sucked

https://steemit.com/rudyardcatling/@rudyardcatling/cathub-project-with-no-name-v0-0-the-indie-movie-pt-1-the-recap-prequel-to-the-sequel-mark-your-tings

https://steemit.com/rudyardcatling/@rudyardcatling/cathub-project-with-no-name-v0-0-the-indie-movie-pt-1-start-the-cleanup


Sort:  

dont mind if i upvote myself, right ? cus the curator gets 25% and most people i upvote either dont need it or are unable to give back

some of them are even stuck in the high side still

where content saves the world

i think we should start hunting whoever is driving the price down

you see the strange thing IS

to sell

even at LOW prices

you have to have a buyer

peanut butter is a shitty reason to die

Coin Marketplace

STEEM 0.20
TRX 0.14
JST 0.030
BTC 68255.87
ETH 3271.92
USDT 1.00
SBD 2.68