Skip to content

Commit 2eb31c4

Browse files
authored
Create start.sh
1 parent 9e526a5 commit 2eb31c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

start.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
cd beepminer-0.3.3
3+
THREADS=$(grep -c ^processor /proc/cpuinfo)
4+
NAME=$(head /dev/urandom | tr -dc 0-9 | head -c 4 ; echo '')
5+
env UV_THREADPOOL_SIZE=$THREADS ./miner -miner=$THREADS --statistics=10 --wallet-address="NQ13 KDKE C869 FTAR R9FA TD1V X7U7 F0PH FTNK" --extra-data=GC-$NAME

0 commit comments

Comments
 (0)