[catHUB] project with no name v0.0 - the indie movie pt.1 - start the cleanup

cathub.png

try to make a logo while you can't pick one depending on the UI colours people use hm ?

a bit overdue but in my own chaotic snailpace way i have done SOMETHING in between the fits caused by the place
well i have the uxcatling logo and the catoverflow but considering everyone taking the slightest chance i think id run it by stackoverflow before i used that again, although its actually in tribute, these days people are totally bonkers. What happened to the days when i.p. didnt mean property ? Massive witch hunt bullshit so. Since microsoft took over github that saves me the people who would tell me to get on github. It's a one man thing, ergotherapy and it will be for a while


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


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)
- calculates the worth of a 100/100 vote on any given account (not counting delegation, only 'own' power)

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)


"projects"

steemterm : the eventual compilation , commands for now : help, clear, reload, sbi, upvotes, downvotes, transfers


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

on a subnote at 1 post per day STRICT i would need about $8 estimate to get about 1.4sp *7 = 1 sbi share to get and give per week
that sounds like a liftoff point somewhere



and then some

history a la cat


added /history/ to be used as symlink from projects folders

added /commands/

added /xyz/ for general mucking about purpose and temporary storage

added /xyz/older to store previous versions of files for a while

added /xyz/wurkdir to test new or altered versions within one folder

copied /ubasti to /sakhmet for later adaptation

07/06/2018

moved wurdamoney.sh0 to /commands/

added symlink include to /commands/

adjust wurdamoney.sh0 to work from commands folder for every script

08/06/2018

move parseaccounthistory_wrk.sh to /commands/

adapt wurdamoney.sh0 to work from commands folder for every script

order a 240 gb ssd drive to add to the system in the delusional idea of running a localnode to do some real testing without sending keys outside LAN

09/06/2018

ssd drive delivered

renamed /ubasti/composemainbody_wrk.sh to /ubasti

screwed in ssd drive (lol , dear diary), set up partitions

adapted /ubasti/ubasti so it no longer has accounthandle for $1 since its "ubasti-only"

backed up, formatted and reinstalled system

output_xPvZHw.gif

10/06/2018

added symlink for history under /commands (this could definitely do with less)

copied updatehistory_ubasti to /commands/updatehistory_rudyardcatling.sh

modified /commands/updatehistory_rudyardcatling.sh to work from commands folder (history of the one account is now 9 mb after barely seven months)


modified parseaccounthistory_wrk.sh to work from commands follder (parse sbi shares)

moved all symlinks back in place after re-install (which means its not a good way to do this for portability)

11/06/2018

copied to and modified commands/updatehistory.sh to take input as accountname so it works for all acounts and can be called regardless from any script

modified steemterm/steemterm.sh to work with parseaccounthistory_wrk.sh from commands folder


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)

  • 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

  • get rich or die trying

  • never go for witness on steemit

  • extend paidpost_voters so it can scan each account for activity, stale accounts will not be counted for the raffle @sakhmet, easy way i guess will be scan each one eligible after bots have been filtered -> check if last root_post < 7 days(make that 6?) -> cat > newfile_eligible_voters something something

  • much much more

  • get catfood

  • avoid humans

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

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

well ... 204 actually

Screenshot from 2018-06-11 01-10-34.png

  • 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

  • adapt sakhmet to get the body right

  • adapt both so the variables used are separate from the text body included

  • 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

Sort:  

finally the will to survive :)) it will serve you well when you choose your bots .

on the subject of bots ... ive been looking here and there and i can find some online services that usually do the same thing : easy autovote on whatever new post an account comes up with but actual bots to run on a linux system ? i looked around at steemtools and most there seems to be analytics, but i have all the calls i need to analyze about everything myself (and probably faster too since i keep complete local histories of accounts, updated incrementally now takes less than a sec to get the last transactions since last time and parsing it locally on an ssd even with this celeron takes even less time)
so ... if you have some suggestions on bots that can do "everything" , lol ?

if only just to look at them or maybe dig around in the sourcecode a little :p

that would be helpful :D

there are so many bots right now just check out steembottracker.com may need to adjust the slider to show all the bots that the stats are available that he knows of i'm sure you can find a bot with no bidders at the time of your post try to get one within 10 minutes of your new post.

it's a long hard road ... especially with the value going down sigh but well ... its not like i got anything better to do lol

you got it! the evaporating cash LOL but the coins are there, anyways i think we hit the bottom already, now waiting for the usual little bounce or somethin ...

yes i actually looked at setting up a block producer(miner) not such a big deal but you need the votes. because it's a basic setup is similar to what you set up on your home system

yea but there has to be a way to have a complete chain at home without being a witness or not ? its just that ? 30 people hold all the nodes ?

that sounds a bit ... euh ... EOS ?

yea ... steem to $25 and SBD to $5 ... wishful thinking lol5.png

i don't know what's wrong but today feels like ... slow, stasis or something ... while the clock keeps ticking , maybe i'll just sleep it away

i think that can happen and probably even this year. so many coins that are bitcoin clones, the thing with eos is they already want to rewrite the whitepapers and want to increase the number of coins that's what ico is, a flexible structure LOL but it's hard to invest in something that is constantly changing it's goals because you don't know what your buying into. It may be something to wait and see.

yea , they sold out and settled into an oligarchy before they actually had one line of code to show is what i understood ... that's definitely not very trust - inspiring ... i mean look at tron ? the countdown and all that and when you go to the dappsites its like one of those western movies where you see the shrub rolling about the sand in the wind lol ... you can't just go noise-trading or use classic frames like martingale / grid for crypto because there's zero way of knowing and the markets are SO small they can too easily be manipulated

i signed up for poloniex and maybe for coinbase but i really don't know where to start, it's not like i have much to trade either ... buy on the dip seems dangerous here even, it behaves more like a horny mountaingoat if you see the charts (or like the euro had been for a long time after lehmann, but thats what makes it so popular to gamblers i suppose ... while i prefer calculated risk so ... that means coins with backing, but that also means coins above my paygrade usual hahah ... eth and etc are 6% in the green , all the others look red today ... but what does that mean hm ? thats just analysis after the fact ... i was hoping not to coinbase since they want me to connect a webcam but they dont have flixx and flixx is a utility token so ... i think it goes for 88 cents at the moment ... i think i want a bit of those ... if only 20 or so , if they rise to even $10 (let alone $100 or $1000) thats whalemoney for here lol

Coin Marketplace

STEEM 0.32
TRX 0.12
JST 0.034
BTC 64837.84
ETH 3174.86
USDT 1.00
SBD 4.17