#安装必要组件openssl
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
安装homebrew - brew install openssl
- export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
- export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
- pip install -U cryptography
以上2个export在bash中可用,我本地调试的csh就不行,安装beem临时把虚拟工作文件夹在bash中打开
#安装beem
*source ./venv/bin/activate
- export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
- export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
- pip install -U beem
#beempy
beempy --help #获取命令参数帮助信息
config #显示配置信息, 默认是hive 需要手动改成Steem和配置相应的节点
set default_chain steem
beempy pingnode --sort
updatenodes --steem
walletinfo #钱包信息
createwallet #创建钱包文件,会提示输入密码,文件存储在config提示中的data_dir
addkey #输入私钥
witnesses #显示所有见证人
beempy witnesses accounta #显示所有accounta投票的见证人
witnessupdate --witness aAccount --maximum_block_size 65536 --account_creation_fee 3 --signing_key STM1111111111111111111111111111111114T1Anm #更新见证人信息
参考文档:https://busy.org/@holger80/update-for-beem-command-line-tool-beempy-ready-to-use
Hi! Did you know that steemit.com is now censoring users and posts based on their opinions?
All the posts of these users are gone!
https://github.com/steemit/condenser/commit/3394af78127bdd8d037c2d49983b7b9491397296
Here's a list of some banned users:
'roelandp', 'blocktrades', 'anyx', 'ausbitbank', 'gtg', 'themarkymark', 'lukestokes.mhth', 'netuoso', 'innerhive'
See anyone you recognize? There could be more, they also have a remote IP ban list.
Will you be censored next?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit