区块链的发展前景

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

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

知秋君
上一篇 2024-07-14 12:12
下一篇 2024-07-14 11:48

相关推荐