2025年区块链

区块链wget https www python org ftp python 3 7 6 Python 3 7 6 tgz tar zxvf Python 3 7 6 tgz cd Python 3 7 6 configgure configure make amp amp make install pip3 install web3 pip3 install pymysql

大家好,我是讯享网,很高兴认识大家。

wget https://www.python.org/ftp/python/3.7.6/Python-3.7.6.tgz
tar -zxvf Python-3.7.6.tgz
cd Python-3.7.6
./configgure
./configure
make && make install


pip3 install web3

pip3 install pymysql
pip3 install tronpy



nohup ./geth --syncmode "light" --datadir "/home/ethdata" --http=true --http.addr 127.0.0.1 --http.port 8998 --allow-insecure-unlock --http.api "web3,eth,net,personal,db,admin" --http.corsdomain '"*"' &

指定到特定目录运行命令

cd /home/tcn_usdt; /bin/bash trc20_recharge.sh



定时任务

#*/2 * * * * cd /home/tcn_usdt; /bin/bash token_recharge.sh
#*/5 * * * * cd /home/tcn_usdt; /bin/bash token_collect.sh
#*/15 * * * * cd /home/tcn_usdt; /bin/bash token_withdraw.sh
# TRX
* * * * * cd /home/tcn_usdt; /bin/bash trc20_recharge.sh
* * * * * cd /home/tcn_usdt; /bin/bash trc20_collect.sh
* * * * * cd /home/tcn_usdt; /bin/bash trc20_withdraw.sh


讯享网

小讯
上一篇 2025-03-02 19:04
下一篇 2025-01-25 13:34

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/27713.html