मैं इस ट्यूटोरियल के अनुसार 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$
मैं उबंटू और खनन के लिए नया हूं।
aclocal
टर्मिनल पर टाइप करने पर आपको क्या मिलता है ?