SUQASUQA 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 !
FeatureCoin 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
WalletsWindows-Qt
https://github.com/SUQAORG/SUQA-CORE/releases/tag/v1.0File> receiving address for ur address SUQA
http://image.noelshack.com/minis/2018/44/3/1541022586-screenshot-6.pngConfiguration on EthosIn ur ConfigMaker :
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
#
on your original configuration
Connect to your rig in shell, type
ethos
and your
password
after that type
disallow
to disable any miner reboot launch of your rig
then make
minestop
to stop the miner who is already turning.
Then type
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 CARDDirect Link :
https://github.com/andru-kun/wildrig-multi/releases/download/0.12.7/wildrig-multi-linux-0.12.7-beta.tar.gzI 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.pnghttp://image.noelshack.com/minis/2018/44/3/1541025975-screenshot-8.pngRename 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.pngOpen "start.sh" on WinSCP and modify
#!/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
cd wildrigminer
Informations
WildRig requires dependencies:
libcurl, libuv1, libmicrohttpd10When you try to run
start.sh, you will get an error
./start.sh
./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 minerWe will update Ubuntu
su root
password
apt-get-ubuntu update
When you type
ldd wildrig-multi
, you can see what it needs to work
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 dependenciesNow we are good !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 !./start.sh
[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 !!