6block / 6miner

6miner
48 stars 8 forks source link

can not run in background #15

Closed Baoyx007 closed 4 years ago

Baoyx007 commented 4 years ago

nohup ./mine_hns.sh & ./mine_hns.sh: 行 10: 29093 段错误 ./6miner -a $ALGO -o $POOL -u $WORKER -p $PWD -m $MODE

psteininger commented 4 years ago

@Baoyx007 you should use screen like this:

screen -S hns ./mine_hns.sh

Then you can use ctrl+a d to detach, and screen -r hns to reattach