heheh. No rush, they generally don't post them for another while.
The more of us running this, the better our curation will be, powered by our little votes then having the big boys come in behind us.
heheh. No rush, they generally don't post them for another while.
The more of us running this, the better our curation will be, powered by our little votes then having the big boys come in behind us.
Lol. That’s the only thing that was clear to me among all that jargon and it was plenty.
Not my best written post, busy working on Hive.Loans but came up with this script yesterday and decided to make it public. It's actually an edit of an old flagging script I wrote years ago on steem
That wasn't a critique on your presentation. It's an admission of ignorance of the topic on my part. 😊
I think it's awesome to get to repurpose something thought to be useless. Sounds like you had a good day. I'm smiling for you. Sorta. I just got home from work and got baked, too, so I guess you can run the numbers. 😁
Honestly I just needed to code something mindless and quick for the community to escape the code hell I am facing finishing of Hive.Loans
Lol... you use the word "mindless" while I'm struggling just to get it configured. It's been so long since I played with scripting and things have changed so drastically, I'm still just sorta poking at it to make sure it isn't going to bite me. Or more accurately, I'm not gonna put the wrong something somewhere and lose my laptop until next paycheck, or break down and try to do it myself and really bone it up.
Edit: ".env.example config file" I don't know where this is to input username. If anyone who isn't busy building cool shit cares to take a second to thunk my noodle into action, I'd love to play with this.
hehehe. Yeah it's pretty well commented in the code to explain what it's doing, just for folks like you who are curious to see how the thing works. :)
The script contains no way to kill your PC, steal your accounts or anything like that.. I keep that evil shit locked away and not publicly accessible because I don't want black hats using my code to fuck people. :P
Basically just toss your username and posting private key into the
.env.example
file then rename it to.env
and start the beast, should be good to go. :)lol. Mindless as in a single file application / script compared to something say like...
Now you're just showing off. Like when a so called grown ass man effortlessly lifts a sack of potatoes to impress a small, weak child, before flexing as if he just Hulked out. You've gained nothing here. :D
You can just make a file with notepad and then fill it in with the style in the post above:
HERO=yourusernamehere HERO_WIF_KEY=yourpostingprivatekeyhere
Basically just replace those 2 strings after the = sign with your data and you should be good to go.
Just make sure to rename the file
.env
after (no .txt or anything at the end) else the script won't know where to get your key to cast votesDude. I'm gonna fuck off and get this up and running then come back and tell you what a colossal idiot I am. You're either gonna fall over laughing or curse me for breathing.