Bài 1 : Hướng dẫn căn bản đào coin bằng vps ubuntu

Discussion in 'Altcoins & Bitcoin' started by Hoa Mãn Lâu, Aug 8, 2017.

  1. dantruongx

    dantruongx Khách Qua Đường

    ok bạn cám ơn nhé $$ vậy chua quá :v thôi nhường mấy ae ăn vps sll :v
     
  2. HoangKang

    HoangKang Khách Qua Đường

    Đi reg VPS free thôi :))
    Được bao nhiêu hay bấy nhiêu :3
     
  3. Salamon Bui

    Salamon Bui Khách Qua Đường

    tuyệt dzời, để em thực hành luôn.
     
  4. jogger

    jogger Khách Qua Đường

    VPS free không ăn thua đâu bác ơi
     
  5. evilbaby

    evilbaby Khách Qua Đường

    Script startup của mình khi tạo vps, khởi động lại vẫn chạy được , lưu ý các bạn clone tài khoản github của mình ,rồi edit sscript theo tài khoản của bạn ,edit file rc.local theo tên của các bạn luôn nhé
    Code:
    #!/bin/bash
    
    if [ -f ${PWD}/cpuminer-xzc/miner.h ]; then
        if pgrep -x "cpuminer" > /dev/null
    then
        echo "minerd is running"
    else
    
    echo "minerd has been installed, starting now"
    
    cd cpuminer-xzc
         
    screen -dmSL cpuminer ./cpuminer -a lyra2z -o stratum+tcp://asia.lyra2z-hub.miningpoolhub.com:20581 -u evilbaby.cpagrow -p 1; sleep 3
    
       
    fi
    exit
    fi
    
    sudo apt-get update
    sudo apt-get install git automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev screen cpulimit -y
    sudo sysctl -w vm.nr_hugepages=$((`grep -c ^processor /proc/cpuinfo` * 3))
    git clone https://github.com/evilbaby/cpuminer-xzc
    cd cpuminer-xzc
    ./build.sh
    sudo cp rc.local /etc/rc.local
    echo "minerd is starting"
    
    screen -dmSL cpuminer ./cpuminer -a lyra2z  -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:20581 -u evilbaby.1 -p 1 ; sleep 3 
     
  6. Ngoc Nam Dinh

    Ngoc Nam Dinh Khách Qua Đường

    Ban cho minh hoi ti , khi minh lam theo nhu huong dan bai viet cua ban nhap vao
    ./cpuminer -a cryptonight -o stratum+tcp://us-east.cryptonight-hub.miningpoolhub.com:20580 -u userabc.woker -p x -t 1 --background

    no hien ra loi nay
    -bash: ./cpuminer: Is a directory

    Minh tim mai chua bet cai chinh, ban xem gium minh voi. thanks
     
  7. Hoa Mãn Lâu

    Hoa Mãn Lâu Trưởng Môn

    Có lẽ lúc cài bị lỗi gì rồi đó. Lúc cậu gõ lệnh nầy xong thì nó hiện gì? {confuse}

    Code:
    sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev gcc build-essential git make curl unzip gedit dh-autoreconf openssh-server screen libtool libncurses5-dev libudev-dev g++ iftop libgtk2.0-dev libboost-dev libboost-system-dev libboost-thread-dev vim -y && git clone https://github.com/JayDDee/cpuminer-opt && cd cpuminer-opt && chmod +x build.sh && ./build.sh || true && sudo make install
     
  8. Ngoc Nam Dinh

    Ngoc Nam Dinh Khách Qua Đường

    Cảm ơn bạn, mình đánh nguyên leengj trên thì không thấy gì, để mình làm từng lênh xem có được không. thanks
     
  9. Hoa Mãn Lâu

    Hoa Mãn Lâu Trưởng Môn

    Nhớ chụp hình lại cái lúc mà ko chạy dc nó báo lỗi gì. Thì mình mới biết bị chỗ nào mà cứu nhé
     
  10. Tops

    Tops Khách Qua Đường

    e chạy thử nó báo thế này ở bước cài đầu tiên:
    Code:
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
    libcurl4-openssl-dev : Depends: libkrb5-dev but it is not going to be installed
    libgtk2.0-dev : Depends: libglib2.0-dev (>= 2.27.3) but it is not going to be i                                                                                nstalled
                     Depends: libgdk-pixbuf2.0-dev (>= 2.21.0) but it is not going t                                                                                o be installed
                     Depends: libpango1.0-dev (>= 1.20) but it is not going to be in                                                                                stalled
                     Depends: libatk1.0-dev (>= 1.29.2) but it is not going to be in                                                                                stalled
                     Depends: libcairo2-dev (>= 1.6.4-6.1) but it is not going to be                                                                                 installed
    libudev-dev : Depends: libudev0 (= 175-0ubuntu9) but 175-0ubuntu9.10 is to be i                                                                                nstalled
    E: Unable to correct problems, you have held broken packages.
    make: *** No rule to make target `install'.  Stop.
    
     
  11. Hoa Mãn Lâu

    Hoa Mãn Lâu Trưởng Môn

    Bị thiếu mấy lib kèm theo {beat_brick}. Thử chạy lệnh nầy

    Code:
    sudo apt-get install -y libkrb5-dev libglib2.0-dev libgdk-pixbuf2.0-dev libudev0 libpango1.0-dev libatk1.0-dev libcairo2-dev
    Xong rồi chạy code lại từ đầu xem nhé. nếu ko dc thì post kết quả lên mình support tiếp {big_smile}
     
  12. Tops

    Tops Khách Qua Đường

    Em chạy cái lệnh vừa gửi nó cũng ko được ạ
    Code:
    root@scw-cb56f7:~# sudo apt-get install -y libkrb5-dev libglib2.0-dev libgdk-pixbuf2.0-dev libudev0 libpango1.0-dev libatk1.0-dev libcairo2-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libudev0 is already the newest version.
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
    libglib2.0-dev : Depends: libglib2.0-0 (= 2.32.1-0ubuntu2) but 2.32.4-0ubuntu1 is to be installed
                      Depends: libglib2.0-bin (= 2.32.1-0ubuntu2) but it is not going to be installed
    libkrb5-dev : Depends: krb5-multidev (= 1.10+dfsg~beta1-2ubuntu0.7) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    root@scw-cb56f7:~#
    
     
  13. Hoa Mãn Lâu

    Hoa Mãn Lâu Trưởng Môn

    Vậy thử lệnh nầy nhé
    Code:
    sudo apt-get aptitude install -y libkrb5-dev libglib2.0-dev libgdk-pixbuf2.0-dev libudev0 libpango1.0-dev libatk1.0-dev libcairo2-dev
    
     
  14. Tops

    Tops Khách Qua Đường

    nó lại báo thế này ạ :3
    Code:
    root@scw-53bd0c:~# sudo apt-get aptitude install -y libkrb5-dev libglib2.0-dev libgdk-pixbuf2.0-dev libudev0 libpango1.0-dev libatk1.0-dev libcairo2-dev
    E: Invalid operation aptitude
    root@scw-53bd0c:~#
    
     
  15. Tops

    Tops Khách Qua Đường

    Sorry, e chạy nhầm sang con ubutun 12 :3
    Em cài lại trên con ubutun 16 chạy thì bị thế này:
    Code:
    sysinfos.c: In function ‘has_sha’:
    sysinfos.c:120:2: error: impossible constraint in ‘asm’
      asm volatile("cpuid" : "=a"(a), "=b"(b), "=c"(c), "=d"(d) : "a"(functionnumber), "c"(0));
      ^
    Makefile:1706: recipe for target 'cpuminer-sysinfos.o' failed
    make[2]: *** [cpuminer-sysinfos.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    mv -f .deps/cpuminer-algo-gate-api.Tpo .deps/cpuminer-algo-gate-api.Po
    mv -f .deps/cpuminer-util.Tpo .deps/cpuminer-util.Po
    mv -f .deps/cpuminer-cpu-miner.Tpo .deps/cpuminer-cpu-miner.Po
    make[2]: Leaving directory '/root/cpuminer-opt'
    Makefile:3465: recipe for target 'all-recursive' failed
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory '/root/cpuminer-opt'
    Makefile:664: recipe for target 'all' failed
    make: *** [all] Error 2
    strip: 'cpuminer': No such file
    Making install in compat
    make[1]: Entering directory '/root/cpuminer-opt/compat'
    make[2]: Entering directory '/root/cpuminer-opt/compat'
    make[3]: Entering directory '/root/cpuminer-opt/compat'
    make[3]: Nothing to be done for 'install-exec-am'.
    make[3]: Nothing to be done for 'install-data-am'.
    make[3]: Leaving directory '/root/cpuminer-opt/compat'
    make[2]: Leaving directory '/root/cpuminer-opt/compat'
    make[1]: Leaving directory '/root/cpuminer-opt/compat'
    make[1]: Entering directory '/root/cpuminer-opt'
    gcc -DHAVE_CONFIG_H -I.  -Iyes/include -fno-strict-aliasing  -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native -Wall  -Iyes/include -MT cpuminer-sysinfos.o -MD -MP -MF .deps/cpuminer-sysinfos.Tpo -c -o cpuminer-sysinfos.o `test -f 'sysinfos.c' || echo './'`sysinfos.c
    sysinfos.c: In function ‘has_sha’:
    sysinfos.c:120:2: error: impossible constraint in ‘asm’
      asm volatile("cpuid" : "=a"(a), "=b"(b), "=c"(c), "=d"(d) : "a"(functionnumber
      ^
    Makefile:1706: recipe for target 'cpuminer-sysinfos.o' failed
    make[1]: *** [cpuminer-sysinfos.o] Error 1
    make[1]: Leaving directory '/root/cpuminer-opt'
    Makefile:3465: recipe for target 'install-recursive' failed
    make: *** [install-recursive] Error 1
    root@scw-53bd0c:~/cpuminer-opt#
    
     
  16. Hoa Mãn Lâu

    Hoa Mãn Lâu Trưởng Môn

    Sorry cậu, Nhầm lệnh {beat_brick}

    Chạy cái nầy trước để cài aptitude

    Code:
    sudo apt install aptitude -y
    Xong chạy lệnh nầy

    Code:
    sudo aptitude install -y libkrb5-dev libglib2.0-dev libgdk-pixbuf2.0-dev libudev0 libpango1.0-dev libatk1.0-dev libcairo2-dev
    Rồi chạy lại code nhé {big_smile}{big_smile}
     
    Tops likes this.
  17. Silvar

    Silvar Khách Qua Đường

    Bác ơi hóng bài tối ưu đào coin trên vps windows quá đi ạ :3
     
  18. Mr K

    Mr K Sơ Nhập Giang Hồ

    Admin ơi cho em hỏi
    TH1 : 1 cpu 64 core
    Th2 : 64 Cpu 1 core
    Thì TH nào đào đc hiệu xuất cao hơn hả admin :D
     
  19. toankid1412

    toankid1412 Tân Thủ Thôn

    Cho em hỏi, em có khoảng hơn chục con AWS edu được tặng thêm 75$, limit 20. Nếu đăng ký loại VPS 1gb - 1core thì được 1 năm, còn nếu quá thì nó tính tiền, hết tiền thì sus. Theo các bác nên tạo 1 core thôi hay chơi max core luôn nhỉ :D
     
  20. Hoa Mãn Lâu

    Hoa Mãn Lâu Trưởng Môn

    1 core hiệu xuất cao nhất nhé
     
    Mr K likes this.