stmdev (61)in #hiveengine • 4 years agoOverview of Steem/HiveEngine Tokens - which tags are enabled on Steem, which on HiveImage: Here's an overview of all SteemEngine/HiveEngine tokens and which tags are enabled on which chain: Token Steem Hive tags AAA ✅ ❌ aaa…stmdev (61)in Programming & Dev • 5 years agoGetting Started with Ada - Dockerized Programming EnvironmentI recently came across software projects built with Ada - yep, that old programming language going back to the 1980s. I never used it before, so let's give it a try! :)…stmdev (61)in #python • 5 years agoBeem Basics: Voting with several accounts in the same transactionImage: @creativista Most of us have more than one account, especially since the tribes are around. There are situations, where it can be helpful to have them all vote for the…stmdev (61)in #beem • 5 years agoBeem Basics: Downloading a Day of Steem Blockchain DataImage: @creativista Beem is a python library for the Steem blockchain. This post shows how to 'download' all blockchain transfers from 1 day: import sysstmdev (61)in #tribe • 5 years agoCurves and Reward Distribution across Author and Curators for the TribesImage: Steem-engine.com screenshot Here's an overview of the current SCOT tribes with their reward curves and the distribution of the rewards across author, curators and tribe…stmdev (61)in #python • 5 years agoFetching account data from all Steem accounts from the Blockchain with beem/pythonImage: Christina Morillo/Pexels, free The Steem blockchain has recently crossed 1.3 Million accounts. Most of them are inactive anyway and the number of active authors is more…stmdev (61)in #palnet • 5 years agoHow to find all exchange transfers with a given memo with pythonEarlier today was the scam-warning from @louis88 on people trying get STEEM with a fake Facebook page. The scammers promise to "return" STEEM for "verifying an identity" by…stmdev (61)in #palnet • 5 years agoPALNet test postThis is a PALNet test post. I will probably edit it, reply to it with a couple of meaningless comments, delete, vote, flag, test payout settings etc. to play with the…stmdev (61)in #python • 5 years agoFinding the number of authors/voters/... per day with PythonImage: Timur Saglambilek Just used a similar variant for another purpose, maybe it's helpful for somebody else as well. This script uses beem to access the blockchain.…stmdev (61)in #utopian-io • 6 years agoDrugwars frontent was showing too low balances wrt to the Operation Center levelSource: drugwars.io repository Project Information Repository: Project Name: Drugwars.io Frontend Publisher: FutureShock/hightouch Issue:…stmdev (61)in #drugwars • 6 years agoCheck my latest fight ! stmdev vs haydaestmdev (61)in #utopian-io • 6 years agoBeem 0.20.17: Blockchain.stream()/Block() fail with only_ops=True on blocks without opsProject Information Repository: Project Name: beem A GitHub issue was created and a PR with a fix was merged by the PO. Expected behavior…stmdev (61)in #utopian-io • 6 years agoHivemind: inconsistent reputation representationProject Information Repository: Project Name: Hivemind Publisher: Steemit Inc. Expected behavior Post/comment information obtained via get_discussions…stmdev (61)in #steem • 6 years agoWhere can I find my post edits history on Steem chain?View this answer on Musing.ioIf you "just" want to see the post edit history of a post, check "Steem Scribe" here: The infrastructure behind this service is described here:…stmdev (61)in #steemit • 6 years agoWhat kind of authority does a "recovery account" have over a "created claimed account"?View this answer on Musing.ioThe recovery account of a Steem account is by default its creator. Accounts created via Steemit.com have @steem as recovery account, accounts created…stmdev (61)in #musing • 6 years agoWho are mixr, igram, fbook? Are they curators or upvote bots?View this answer on Musing.ioThese accounts are curation bots. They try to get a good share of the curation rewards by automatically placing well-timed votes on posts and…stmdev (61)in #steem • 6 years agoThe amount Steem Power would it be a good idea for one to have when following a curation trail?View this answer on Musing.ioFirst of all, joining a curation trail for curation rewards (usually) doesn't work, because the trail votes after the main curator. Curation trails…stmdev (61)in #steemit • 6 years agoWho controls delegation to new steemit users?View this answer on Musing.ioThe delegation is not part of the blockchain code, but the steemit website/API. What's in the blockchain, is the support for operations to create new…stmdev (61)in #utopian-io • 6 years agoBeem-0.20.14: beempy verify --use-api fails with TypeErrorProject Information Repository: Project Name: Beem Publisher: @holger80 The beempy verify command allows users to check "who" signed operations on the…stmdev (61)in #stemq • 6 years agoA: A basic code for commenting via beem python library not working? Can someone help?Hi, this exception can occur if the transaction is already expired when it arrives at the Steem node. This can happen if there are network delays longer than the expiration…