ฉันพยายามติดตั้ง cpuminer ตามบทช่วยสอนนี้ บทช่วยสอนอธิบายการติดตั้ง cpuminer โดยใช้เทอร์มินัล
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm # clone cpuminer git clone https://github.com/pooler/cpuminer.git # compile cd cpuminer ./autogen.sh ./configure CFLAGS="-O3" make # choose a miner pool and register there # start the miner ./minerd --url=your.minerpool.org --user=username --pass=password
ฉันได้ติดตั้ง git และดาวน์โหลด `cpuminer จาก git แต่เมื่อพยายามรวบรวมมันฉันได้รับข้อผิดพลาดนี้:
user@user-Dell-Notebook-PC:~$ cd cpuminer
user@user-Dell-Notebook-PC:~/cpuminer$ ./autogen.sh
./autogen.sh: 8: ./autogen.sh: aclocal: not found
user@user-Dell-Notebook-PC:~/cpuminer$
ฉันใหม่สำหรับ Ubuntu และการขุด
aclocal
บนเครื่องเทอร์มินัล