安装beem--mac
#安装必要组件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/openssl@1.1/lib"
- export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
- pip install -U cryptography
以上2个export在bash中可用,我本地调试的csh就不行,安装beem临时把虚拟工作文件夹在bash中打开
#安装beem
*source ./venv/bin/activate
- export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
- export CPPFLAGS="-I/usr/local/opt/openssl@1.1/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