Bitcoin Forum
April 18, 2024, 03:24:09 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Guide : How to mine SUQA AMD on Ethos ?  (Read 498 times)
Teepapaz (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 31, 2018, 10:56:34 PM
 #1

SUQA

SUQA is a new digital motto which moreover is Open Source so its own father. PtoP which offers investors a 5% interest. That is, investors can earn 5% after interest on blocked funds on the portfolio even if it is offline.

This is the fastest piece is 533 Transactions per second ie 75 X more scalable than Bitcoin. In addition there is almost no transaction fee, payments are instant.

To protect the ecosystem of SUQA, they have implemented a replay protection with unique portfolios addresses. The most important thing to remember in the protection part is the protection against attacks of computing power, it is resistant ASIC, FPGA (programmable chip) and Quantum, which makes it a crypto currency resistant in the time !

Quote
Feature

Quote
Coin name: SUQA
Ticker: SUQA
Algorithm: X22i
Coin Type: POW
Max. supply: 1,078,740,313+ 10% dev fee (ie TOTAL MAXI supply: 1 186 614 344 SUQA)
Block Time: 2 minutes
Max Block Size: 16mb (Hot)
Max tx / s: 533 tx / s (Hot)
Difficulty Retarget Algo: DarkGravityV3
RPC shipping cost: 20971
P2P port: 20970
Ico: No (Hot)
Pre-Mine: No (Hot)
Masternode: No (Hot)
Pre-Sale: No (Hot)
Dev-Fee: 10%
Founded: September 26, 2018

Wallets

Windows-Qt
https://github.com/SUQAORG/SUQA-CORE/releases/tag/v1.0

File> receiving address for ur address SUQA
http://image.noelshack.com/minis/2018/44/3/1541022586-screenshot-6.png

Configuration on Ethos

In ur ConfigMaker :

Quote
stratumproxy enabled
globalfan 70 (
#globalcore 1180 ( no need for this guide )
globalmem 1800
globaldpm 5
autoreboot 10
globalvolt 875
safevolt disabled

flags --cl-global-work 8192 --farm-recheck 200

You must comment
Quote
#
on your original configuration

Connect to your rig in shell, type
Quote
ethos
and your
Quote
password

after that type
Quote
disallow
to disable any miner reboot launch of your rig

then make
Quote
minestop
to stop the miner who is already turning.

Then type
Quote
r
to restart

We will use this miner (WildRig Multi 0.12.7 beta https://bitcointalk.org/index.php?topic=5023676.0 ) which for me is the most optimizing for now for the AMD CARD

Direct Link : https://github.com/andru-kun/wildrig-multi/releases/download/0.12.7/wildrig-multi-linux-0.12.7-beta.tar.gz

I have only been able to test on RX570 4g (Elpida Memory) at the moment

You need WinSCP for drag files new miner on ethos (]https[Suspicious link removed])

http://image.noelshack.com/minis/2018/44/3/1541025959-screenshot-7.png

http://image.noelshack.com/minis/2018/44/3/1541025975-screenshot-8.png

Rename ur "wildrig-multi-linux-0.12.7-beta" in "wildrigminer" and drag on /home/ethos

Open "wildrigminer" and select file "start.sh" and "wildrig-multi" Right Click and Properties, change Permissions to 0775

http://image.noelshack.com/minis/2018/44/3/1541025971-screenshot-9.png

Open "start.sh" on WinSCP and modify

Quote
#!/bin/bash

while true
do
./wildrig-multi --algo x22i --opencl-threads 2 --opencl-launch 21x128 --url=stratum+tcp://eu.icemining.ca:4200 --user=SWo1KVC6syEqesG9bg17uet1Key3jXgWNL --pass=xxx
sleep 5
done

and Save.

Now in Shell

Quote
cd wildrigminer

Informations WildRig requires dependencies: libcurl, libuv1, libmicrohttpd10

When you try to run start.sh, you will get an error

Quote
./start.sh

Quote
./wildrig-multi: error while loading shared libraries: libuv.so.1: cannot open shared object file: No such file or directory

it's quite normal just because the packages are not installed to run the miner

We will update Ubuntu

Quote
su root
password
apt-get-ubuntu update


When you type
Quote
ldd wildrig-multi
, you can see what it needs to work

Quote
linux-vdso.so.1 =>  (0x00007ffeacd95000)
libuv.so.1 => not found
libmicrohttpd.so.10 => /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10 (0x00007fb8fa5f9000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fb8fa3db000)
libOpenCL.so.1 => /opt/amdgpu-pro/lib/x86_64-linux-gnu/libOpenCL.so.1 (0x00007fb8fa1d4000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb8f9ece000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb8f9b05000)
/lib64/ld-linux-x86-64.so.2 (0x00007fb8fa810000)
libgnutls.so.26 => /usr/lib/x86_64-linux-gnu/libgnutls.so.26 (0x00007fb8f9847000)
libgcrypt.so.11 => /lib/x86_64-linux-gnu/libgcrypt.so.11 (0x00007fb8f95c7000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fb8f93bf000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb8f91bb000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fb8f8fa2000)
libtasn1.so.6 => /usr/lib/x86_64-linux-gnu/libtasn1.so.6 (0x00007fb8f8d8e000)
libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007fb8f8b4c000)
libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007fb8f8947000)
libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007fb8f873f000)

We will install the dependencies

Quote

Now we are good !

Quote
linux-vdso.so.1 =>  (0x00007ffe92bb8000)
libuv.so.1 => /usr/lib/x86_64-linux-gnu/libuv.so.1 (0x00007f5cd1a20000)                                              
libmicrohttpd.so.10 => /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10 (0x00007f5cd1809000)                            
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f5cd15eb000)                                        
libOpenCL.so.1 => /opt/amdgpu-pro/lib/x86_64-linux-gnu/libOpenCL.so.1 (0x00007f5cd13e4000)                            
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f5cd10de000)                                                    
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f5cd0d15000)                                                    
/lib64/ld-linux-x86-64.so.2 (0x00007f5cd1c44000)                                                                      
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f5cd0b0d000)                                                  
libnsl.so.1 => /lib/x86_64-linux-gnu/libnsl.so.1 (0x00007f5cd08f3000)                                                
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f5cd06ef000)                                                  
libgnutls.so.26 => /usr/lib/x86_64-linux-gnu/libgnutls.so.26 (0x00007f5cd0431000)                                    
libgcrypt.so.11 => /lib/x86_64-linux-gnu/libgcrypt.so.11 (0x00007f5cd01b1000)                                        
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f5ccff98000)                                                    
libtasn1.so.6 => /usr/lib/x86_64-linux-gnu/libtasn1.so.6 (0x00007f5ccfd84000)                                        
libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007f5ccfb42000)                                    
libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007f5ccf93d000)                                    
libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f5ccf735000)

Start the miner now !

Quote
./start.sh

Quote
[17:40:53] speed 10s/60s/15m 44633 44550 44509 kH/s max: 44800 kH/s
[17:41:02] accepted(334/3) diff 1.62G avg. effort 97.29% (314 ms)
[17:41:47] new job from eu.icemining.ca:4200 diff 1.62G
[17:41:53] speed 10s/60s/15m 44238 44453 44504 kH/s max: 44800 kH/s
[17:42:03] new job from eu.icemining.ca:4200 diff 1.62G
[17:42:15] GPU #0: 10s/60s/15m 3682 3700 3707 kH/s
[17:42:15] GPU #1: 10s/60s/15m 3691 3711 3707 kH/s
[17:42:15] GPU #2: 10s/60s/15m 3693 3700 3707 kH/s
[17:42:15] GPU #3: 10s/60s/15m 3742 3715 3709 kH/s
[17:42:15] GPU #4: 10s/60s/15m 3674 3701 3708 kH/s
[17:42:15] GPU #5: 10s/60s/15m 3741 3706 3707 kH/s
[17:42:15] GPU #6: 10s/60s/15m 3688 3691 3706 kH/s
[17:42:15] GPU #7: 10s/60s/15m 3723 3705 3707 kH/s
[17:42:15] GPU #8: 10s/60s/15m 3727 3725 3707 kH/s
[17:42:15] GPU #9: 10s/60s/15m 3709 3707 3710 kH/s
[17:42:15] GPU #10: 10s/60s/15m 3745 3711 3710 kH/s
[17:42:15] GPU #11: 10s/60s/15m 3735 3713 3715 kH/s
[17:42:15] speed 10s/60s/15m 44557 44491 44506 kH/s max: 44800 kH/s

You will probably have different hashrates, but do not worry, over time, all the cards will turn the same way

For information this is a 12 GPU Rig and consumes 1270W for 44 mH/s ( ~105W per card )

Pool :

http://icemining.ca/ Fees 1%

Calculator SUQA : https://www.coincalculators.io/coin.aspx?crypto=suqa-mining-calculator

Explorateur
http://suqaexplorer.com/

Enjoy !!
1713453849
Hero Member
*
Offline Offline

Posts: 1713453849

View Profile Personal Message (Offline)

Ignore
1713453849
Reply with quote  #2

1713453849
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713453849
Hero Member
*
Offline Offline

Posts: 1713453849

View Profile Personal Message (Offline)

Ignore
1713453849
Reply with quote  #2

1713453849
Report to moderator
1713453849
Hero Member
*
Offline Offline

Posts: 1713453849

View Profile Personal Message (Offline)

Ignore
1713453849
Reply with quote  #2

1713453849
Report to moderator
1713453849
Hero Member
*
Offline Offline

Posts: 1713453849

View Profile Personal Message (Offline)

Ignore
1713453849
Reply with quote  #2

1713453849
Report to moderator
Teepapaz (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 31, 2018, 11:55:01 PM
Last edit: November 01, 2018, 08:21:43 AM by Teepapaz
 #2

libgnutls.so.30

./wildrig-multi: error while loading shared libraries: libgnutls.so.30: cannot open shared object file: No such file or directory

Quote


libnettle.so.6

./wildrig-multi: error while loading shared libraries: libnettle.so.6: cannot open shared object file: No such file or directory

Quote

libhogweed4

Quote

libgcrypt.so.20

Quote

...

Quote

...

Quote

libunistring2

Quote
wget http://mirrors.kernel.org/ubuntu/pool/main/libu/libunistring/libunistring2_0.9.9-0ubuntu1_amd64.deb                                                       
sudo dpkg -i libunistring2_0.9.9-0ubuntu1_amd64.deb
cryptomandu44
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 13, 2018, 01:02:17 PM
 #3

hello
I little not to change the permissions I have to try that you him said I also tried with order chmod but nothing can be done impossible to change permission have necks an idea how make thank you
sefirotius
Full Member
***
Offline Offline

Activity: 658
Merit: 102


IDENA.IO - Proof-Of-Person Blockchain


View Profile
November 13, 2018, 04:49:23 PM
 #4

so there is no miner for the red ones have not written yet



[Senior Member]

             ▄▄▄ ▀▀▀▀▀▀▀▀▀ ▄▄▄
           ▄▀▀    ▄▄▄▄▄▄▄▄▄    ▀▀▄
        ▄▀▀  ▄▄▀█          ▀█▀▄▄  ▀▀▄
      ▄▀▀ ▄▄▀    ▀▀▄▄▄▄▄▄▄▀▀    ▀▄▄ ▀▀▄
     █   █            ▀            █   █
   ▄▀ █  ▀▄▄                     ▄█▀  █ ▀▄
  ▄▀ ▄▀ █▄ ▀▀▀██▄▄▄       ▄▄▄██▀▀  ██ ▀▄ ▀▄
  ▀▄▀▀▄ ██ ▄▄▄▄▄▄  ▀▄   ▄▀  ▄▄▄▄▄▄ ██ ▄▀▀▄▀
 ██   █ ██ ▀▄    ▀▄ █   █ ▄▀    ▄▀ ██ █  ▀██
 █  ▄█  ▀█  ▀▀▀▀▀▀▀ █   █ ▀▀▀▀▀▀▀  █   █▄  █
█▀ █  █  █          █   █          █  █  █ ▀▀
 █▀  ▄▀  █▀▄        █   █        ▄▀█  ▀▄  ▀█
 ▄  █▀   █ ▀█▄      ▀   ▀      ▄█▀ █  ▄▀█  ▄
 █▄▀  █  █                         █  █  ▀▄█
 ▀▄  █   ▀█        ▄▄▀▄▀▄▄        █▀   █  ▄
  ▀▄▀▀  █▄ █     ▀█  ▀▀▀  █▀     █ ▄█ ▄▀▀▄▀
   ▀ ▄  ██ █▀▄     ▀▀▄▄▄▀▀     ▄▀█ ██ ▀▄ ▀
    ▀█  ██ █ █▀▄    ▄▄▄▄▄    ▄▀█ █ ██  █▀
      ▀▄ ▀ █ █ ██▄         ▄██ █ █ ▀ ▄▀
        ▀▄ █ █ █ ▀█▄     ▄█▀ █ █ █ ▄▀
          ▀▀▄█ █    ▀▀▀▀▀    █ █▄▀▀
              ▀▀ ▄▄▄▄▄▄▄▄▄▄▄ ▀▀       
I  D  E  N  A       
Proof-of-Person Blockchain

Join the mining of the first human-centric
cryptocurrency       



    
▲    2 6 8 0

N  O  D  E  S       
               ██
                ██
                ██
                ██
                ██
         ▄      ██      ▄
         ███▄   ██   ▄███
          ▀███▄ ██ ▄███▀
            ▀████████▀
              ▀████▀
                ▀▀
██▄                            ▄██
███                            ███
███                            ███
███                            ███
 ███▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
  ▀▀██████████████████████████▀▀       
D O W N L O A D

Idena node      
▐         
▄▄████████▄▄
▄███▀▀      ▀▀███▄
▄██▀              ▀██▄
▄██              ▄▄▄ ██▄
▄██         ▄▄▄██████  ██▄
██    ▄▄▄███████▀████   ██
██ ▀█████████▀ ▄████    ██
██    ▀████▀ ▄██████    ██
██       ▀ ▄███████     ██
▀██        ██▀█████    ██▀
▀██       █   ▀██    ██▀
▀██▄              ▄██▀
▀███▄▄      ▄▄███▀
▀▀████████▀▀
    
▄▄▄██████▄▄▄
▄▄████████████████▄▄
▄█████▀▀        ▀▀█████▄
████▀                ▀████
███▀    ▄▄▄▄▄▄▄▄▄       ▀███
███      █   ▄▄ █▀▄        ███
██▀      █  ███ █  ▀▄      ▀██
███       █   ▀▀ ▀▀▀▀█       ███
███       █  ▄▄▄▄▄▄  █       ███
███       █  ▄▄▄▄▄▄  █       ███
██▄      █  ▄▄▄▄▄▄  █      ▄██
███      █          █      ███
███▄    ▀▀▀▀▀▀▀▀▀▀▀▀    ▄███
████▄                ▄████
▀█████▄▄        ▄▄█████▀
▀▀████████████████▀▀
▀▀▀██████▀▀▀
    
▄▄████████▄▄
▄███▀▀      ▀▀███▄
▄██▀              ▀██▄
▄██            ▄▄▄   ██▄
▄██   █▄       █████▄▀ ██▄
██    ███▄▄ ▄▄██████▀   ██
██     ██████████████   ██
██      █████████████   ██
██       ▀██████████    ██
▀██      ▄████████▀    ██▀
▀██ ▄▄████████▀▀     ██▀
▀██▄              ▄██▀
▀███▄▄      ▄▄███▀
▀▀████████▀▀
      ███





███   
REQUEST INVITATION   ███
  █
  █
  █
  █
  █
███

Code:
[
luigifunk
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 13, 2018, 08:42:28 PM
 #5

Hello.

Thanks for the tutorial.

I'm running it perfect, but when i logged out from my ssh connection the miner stops.

Is there any way to run WildRig-Multi like any other miner in ethOS?

I access to my rigs with my mobile phone via Termius app with a ssh connection.

I need the rigs to stay working when i logged out.

Hope i explained myself.

Best regards.-
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!