Bitcoin Forum
June 29, 2024, 06:36:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 21, 2019, 02:26:25 PM
Hello admin.

    When I  conpile the github source code, meet the following error,How to solve it?

Building CXX object tests/CMakeFiles/CoreTests.dir/CoreTests/Upgrade.cpp.o
Scanning dependencies of target SimpleWallet
[ 79%] Building CXX object src/CMakeFiles/SimpleWallet.dir/SimpleWallet/PasswordContainer.cpp.o
[ 79%] Linking CXX executable inxd
[ 80%] Building CXX object src/CMakeFiles/SimpleWallet.dir/SimpleWallet/SimpleWallet.cpp.o
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::init(CryptoNote::DataBaseConfig const&)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:55: undefined reference to `rocksdb::DB::Open(rocksdb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::DB**)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:70: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:61: undefined reference to `rocksdb::DB::Open(rocksdb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::DB**)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:67: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:63: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::destoy(CryptoNote::DataBaseConfig const&)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:100: undefined reference to `rocksdb::DestroyDB(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::Options const&)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:105: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::write(CryptoNote::IWriteBatch&, bool)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:144: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
collect2: error: ld returned 1 exit status
src/CMakeFiles/Daemon.dir/build.make:134: recipe for target 'src/inxd' failed
make[2]: *** [src/inxd] Error 1
CMakeFiles/Makefile2:498: recipe for target 'src/CMakeFiles/Daemon.dir/all' failed
make[1]: *** [src/CMakeFiles/Daemon.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....


It compile without flaw on my side.
Be sure you get all the dependencies and follow the INX building command.

By what I can se you have a rockdb error - this can be related to you libboost version.
Aint sure what I have on my linux but by memory it was 1.55 and later.
Also, this been build on 16.04 version - if that help.

Building a coin is a quest by itself if you vener done it.
So my best tips is that you search you error on google and debug it from there - best way to learn.

Kind regard.



root@ubuntu:~# gcc --version
gcc (Ubuntu 5.5.0-12ubuntu1~16.04) 5.5.0 20171010
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@ubuntu:~# cmake --version
cmake version 3.13.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
root@ubuntu:~# dpkg -s libboost-dev | grep 'Version'
Version: 1.58.0.1ubuntu1

root@ubuntu:~# uname -a
Linux ubuntu 4.9.137-0409137-generic #201811131541 SMP Tue Nov 13 20:44:19 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

root@ubuntu:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"


Evrything are in line with the requirements of the compilation, but it is unable to compile successfully.
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 21, 2019, 12:48:04 AM
Hello admin.

    When I  conpile the github source code, meet the following error,How to solve it?

Building CXX object tests/CMakeFiles/CoreTests.dir/CoreTests/Upgrade.cpp.o
Scanning dependencies of target SimpleWallet
[ 79%] Building CXX object src/CMakeFiles/SimpleWallet.dir/SimpleWallet/PasswordContainer.cpp.o
[ 79%] Linking CXX executable inxd
[ 80%] Building CXX object src/CMakeFiles/SimpleWallet.dir/SimpleWallet/SimpleWallet.cpp.o
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::init(CryptoNote::DataBaseConfig const&)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:55: undefined reference to `rocksdb::DB::Open(rocksdb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::DB**)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:70: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:61: undefined reference to `rocksdb::DB::Open(rocksdb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::DB**)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:67: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:63: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::destoy(CryptoNote::DataBaseConfig const&)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:100: undefined reference to `rocksdb::DestroyDB(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::Options const&)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:105: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::write(CryptoNote::IWriteBatch&, bool)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:144: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
collect2: error: ld returned 1 exit status
src/CMakeFiles/Daemon.dir/build.make:134: recipe for target 'src/inxd' failed
make[2]: *** [src/inxd] Error 1
CMakeFiles/Makefile2:498: recipe for target 'src/CMakeFiles/Daemon.dir/all' failed
make[1]: *** [src/CMakeFiles/Daemon.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HRCN] HashrateCoin - New Cryptocoin for Computing Power and Hashrate on: February 21, 2019, 04:19:19 AM
./hashratecoind
2019-Feb-20 13:44:36.374904 INFO    hashratecoin v1.0.0.0 ()
2019-Feb-20 13:44:36.375119 INFO    Module folder: ./hashratecoind
2019-Feb-20 13:44:36.375300 INFO    Opening DB in /root/.hashratecoin/DB
Illegal instruction (core dumped)


The daemon has not started yet, i am trying to open new pool. How we can solve it ?

Do you really believe this code is normal?They just do a gesture, they don't even  to release a pre-compiled binary file, so the github code is definitely a problem, only the official pool can run.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡ [ANN]⚡ CUTcoin ⚡ PoS coin 🔥 PoW premine ann🔥 WIN wallet upd on: January 18, 2019, 01:39:54 AM
what official miner can i use?

Here  https://github.com/cutcoin/xmr-stak-cut/releases
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] | Mono | POW - Community Built - Private - Egalitarian on: January 10, 2019, 02:27:02 AM
Pool reserve
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO] XsuByte Decentralized, Anonymous, P2P COIN SALE JAN 2019 on: January 06, 2019, 03:48:43 AM
Hello.I use linux cli simplewallet to creat a wallet,but I didnot find the simplewallet have any cmd  to export the keys or seed of the wallet.  Please help me how to find the keys and seed of the wallet.
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡ [ANN]⚡ CUTcoin ⚡ PoS coin 🔥 PoW premine ann🔥 on: December 24, 2018, 06:26:29 PM
I've tried Normal, v7 and v8 all of which give bad shares.
What algo is this actually?


It is a cyptonight algo,maybe name is "cryptonight_cut"
28  Alternate cryptocurrencies / Mining (Altcoins) / Re: XMR-STAK 2.7.1 (CN-Heavy optimisations / Auto-tune / Bittube fix) on: December 11, 2018, 09:25:19 AM
Gigabyte Vega 56 (Reference)

Gpu: 1600/950mV
Mem: 950/950 Samsung
OS: W10 + 18.6.1
CN-Heavy (Ryo): 1810h/s

Quote
"gpu_threads_conf" : [
{ "index" : 0,
"intensity" : 896, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 3, "mem_chunk" : 8,
"unroll" : 8, "comp_mode" : false, "interleave" : 40
},
{ "index" : 0,
"intensity" : 896, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 3, "mem_chunk" : 8,
"unroll" : 8, "comp_mode" : false, "interleave" : 40
},
],

"auto_tune" : 0,
"platform_index" : 0,


rx550-2G baffin, elpida. one-click timings.
Win7x64, AMD 17.7.2
OC: 1200/1900

Quote
// gpu: Baffin compute units: 10

// memory:960|1792|1920 MiB (used per thread|max per alloc|total free)

{ "index" : 1,
"intensity" : 232, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 3, "mem_chunk" : 2,
"unroll" : 8, "comp_mode" : true, "interleave" : 40
},

{ "index" : 1,
"intensity" : 232, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 3, "mem_chunk" : 2,
"unroll" : 8, "comp_mode" : true, "interleave" : 40
},

CN- heavy: 415hs



R7 260X:
Quote
// gpu: Bonaire compute units: 14
// memory:960|1344|1920 MiB (used per thread|max per alloc|total free)
{ "index" :1,
"intensity" : 232, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 3, "mem_chunk" : 2,
"unroll" : 8, "comp_mode" : true, "interleave" : 40
},

{ "index" : 1,
"intensity" : 232, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 3, "mem_chunk" : 2,
"unroll" : 8, "comp_mode" : true, "interleave" : 40
},

Win7, AMD: 17.7.2, elpida
OC: 1200/1600
CN-heavy, 3 cards: 240 - 280 h/s per card

Can this parameter be used on version 2.7.0 ?
29  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain Antminer X3 -- 220KH+ Cryponight - 550W on: December 02, 2018, 02:48:06 AM
Hello, I'm new here. What is the best coin to mine with this X3?

I 'm mining DERO in this pool:  http://cnpool.cc/dero, and X3 can collect about 5-6 dero/day.
30  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.7.0 - native algo switching on: November 22, 2018, 03:37:44 AM
Same issue for my 6Xvega Win10 SRBminer1.7.0  cryptonight V8  ,just stuck ,not hang,  restart SRBminer again, then it  work.

Miner stops working without any errors. It just stops, but does not hang. With what it can be connected.
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Xeonbit - The Private Digital Currency For Secure Payments 🚀🚀🚀 on: November 14, 2018, 10:38:13 PM
TO is right. Because Disocord is the real people joined community,And Some Telegram Community  is some bot created ,not real people join it. So you team why not creat a Discord? If your coins is great ,don't worry ,there will be more people join your Discord group.

Thanks for your encouragement.  We are trying to learn new things from here. As the request from TO we need to create Discord app for listing submission. May be TO will go through here and see how is in this new community on Discord. It may take more time for growing up like Telegram Community. We hope TO also go through telegram community t.me/xeonbitgroup to verify for the potential of $XNB. We hope each of us try our best for the success of application to TO. Thank you all guys
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Xeonbit - The Private Digital Currency For Secure Payments 🚀🚀🚀 on: November 12, 2018, 10:53:17 AM
What is the github link ?
33  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw on: November 11, 2018, 11:30:15 AM
This is XMR pool of https://www.poolin.com/ ,   I can use cast_xmr to connect this pool now.  So wait you release a new version to solve it. Thanks.



terry1

Hi dev,my 6xvega cannot login pool.Do you have any idea?

bat is :    teamredminer.exe -a cnv8 -o stratum+tcp://xmrv7-bj.ss.poolin.com:443 -u terry1.%computername%   -p x


Aaaaand where is the wallet address?

Hi netmebtc,

It appears that this pool doesn't follow the standard json rpc protocol in yet a new and different way than all the other pools we have tested on.
We will make a change to the miner to handle this in the next release, until then I suggest using a different pool.
If you absolutely want to use this pool and no other, you can also try to run through a proxy, although I'm not 100% sure that will fix the issue.


34  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw on: November 11, 2018, 07:12:40 AM

terry1

Hi dev,my 6xvega cannot login pool.Do you have any idea?

bat is :    teamredminer.exe -a cnv8 -o stratum+tcp://xmrv7-bj.ss.poolin.com:443 -u terry1.%computername%   -p x


Aaaaand where is the wallet address?
35  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw on: November 11, 2018, 06:08:00 AM
Hi dev,my 6xvega cannot login pool.Do you have any idea?

bat is :    teamredminer.exe -a cnv8 -o stratum+tcp://xmrv7-bj.ss.poolin.com:443 -u terry1.%computername%   -p x
36  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw on: November 05, 2018, 02:30:44 PM
It is my pool need modify a parameter,so restart pool ,then some rigs which connecting the pool were crash and down. So need restart rig power ,then rigs can mining again.

Hello,dev.    When the pool restart ,   My vega rigs runing teamredminer0.3.6  will crash and down,  Waht is the problem?

Hi! What pool is this? And, why does the pool restart, is it connection down, block due to bad shares, anything else? Will try to reproduce and fix if you provide more info.
37  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw on: November 05, 2018, 12:35:44 PM
Hello,dev.    When the pool restart ,   My vega rigs runing teamredminer0.3.6  will crash and down,  Waht is the problem?
38  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw on: November 05, 2018, 10:42:04 AM

Solve it, 6xVega64 get 12.5Kh @1280W

netmebtc,
since you mentioned power target -20%, i assume you have wattman installed.
You need to reinstall the driver without wattman as very often it will conflict with miner, drop the hashrate or cause instability. Use DDU to clean up your driver, then install adrenalin driver ONLY, no amd settings, no amd problem reporting, no nothing. (just power tables because they get deleted when driver is reinstalled)
Finally, use video card restart sequence to restart your cards, apply the ODN settings, and start the miner. This will have your vegas hashing at top speed. If you don't have this let us know
39  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw on: November 05, 2018, 08:03:35 AM
@vmozara @todxx,thanks you two guys, I'll try do as you say. Then return the result.
40  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw on: November 05, 2018, 06:27:34 AM
Rig
===================================
CPU: Intel(R) Celeron(R) CPU G3930 @ 2.90GHz   core:   2 
RAM: 4G DDR3
Virtual mem: 50 GB
OS:  Windows 10 professional   1709 16299.15
6xVega64

vega driver 18.5.1
========================================

set this PP_PhmSoftPowerPlayTable reg for each vega
========================
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0001]
"PP_PhmSoftPowerPlayTable"=hex:B6,02,08,01,00,5C,00,E1,06,00,00,EE,2B,00,00,1B,\
  00,48,00,00,00,80,A9,03,00,F0,49,02,00,8E,00,08,00,00,00,00,00,00,00,00,00,\
  00,00,00,00,00,02,01,5C,00,4F,02,46,02,94,00,9E,01,BE,00,28,01,7A,00,8C,00,\
  BC,01,00,00,00,00,72,02,00,00,90,00,A8,02,6D,01,43,01,97,01,F0,49,02,00,71,\
  02,02,02,00,00,00,00,00,00,08,00,00,00,00,00,00,00,05,00,07,00,03,00,05,00,\
  00,00,00,00,00,00,01,08,84,03,84,03,84,03,84,03,84,03,84,03,84,03,84,03,01,\
  01,84,03,01,01,84,03,00,08,60,EA,00,00,00,40,19,01,00,01,80,38,01,00,02,DC,\
  4A,01,00,03,90,5F,01,00,04,00,77,01,00,05,90,91,01,00,06,6C,B0,01,00,07,01,\
  08,D0,4C,01,00,00,00,80,00,00,00,00,00,00,1C,83,01,00,01,00,00,00,00,00,00,\
  00,00,70,A7,01,00,02,00,00,00,00,00,00,00,00,88,BC,01,00,03,00,00,00,00,00,\
  00,00,00,38,C1,01,00,04,00,00,00,00,00,00,00,00,88,D5,01,00,05,00,00,00,00,\
  01,00,00,00,70,D9,01,00,06,00,00,00,00,01,00,00,00,00,26,02,00,07,00,00,00,\
  00,01,00,00,00,00,05,60,EA,00,00,00,40,19,01,00,00,80,38,01,00,00,DC,4A,01,\
  00,00,90,5F,01,00,00,00,08,28,6E,00,00,00,2C,C9,00,00,01,F8,0B,01,00,02,80,\
  38,01,00,03,90,5F,01,00,04,F4,91,01,00,05,D0,B0,01,00,06,C0,D4,01,00,07,00,\
  08,6C,39,00,00,00,24,5E,00,00,01,FC,85,00,00,02,AC,BC,00,00,03,34,D0,00,00,\
  04,68,6E,01,00,05,08,97,01,00,06,EC,A3,01,00,07,00,01,68,3C,01,00,00,01,04,\
  3C,41,00,00,00,00,00,50,C3,00,00,00,00,00,80,38,01,00,02,00,00,B0,AD,01,00,\
  04,00,00,01,08,00,98,85,00,00,40,B5,00,00,60,EA,00,00,50,C3,00,00,01,80,BB,\
  00,00,60,EA,00,00,94,0B,01,00,50,C3,00,00,02,00,E1,00,00,94,0B,01,00,40,19,\
  01,00,50,C3,00,00,03,78,FF,00,00,40,19,01,00,88,26,01,00,50,C3,00,00,04,40,\
  19,01,00,80,38,01,00,80,38,01,00,50,C3,00,00,05,80,38,01,00,DC,4A,01,00,DC,\
  4A,01,00,50,C3,00,00,06,00,77,01,00,00,77,01,00,90,5F,01,00,50,C3,00,00,07,\
  90,91,01,00,90,91,01,00,00,77,01,00,50,C3,00,00,01,18,00,00,00,00,00,00,00,\
  0B,E4,12,60,09,60,09,4B,00,0A,00,54,03,90,01,90,01,90,01,90,01,90,01,90,01,\
  90,01,00,00,00,00,00,02,04,31,07,DC,00,DC,00,DC,00,90,01,00,00,59,00,69,00,\
  4A,00,4A,00,5F,00,73,00,73,00,64,00,40,00,90,92,97,60,96,00,90,55,00,00,00,\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,02,D4,30,00,00,02,10,60,EA,00,\
  00,02,10
========================

OverdriveNtool set for each Vega64
==============================
GPU_P0=852;900
GPU_P1=991;900
GPU_P2=1084;900
GPU_P3=1138;900
GPU_P4=1150;900
GPU_P5=1202;900
GPU_P6=1212;900
GPU_P7=1408;900
Mem_P0=167;900
Mem_P1=500;900
Mem_P2=800;900
Mem_P3=1080;900
Fan_Min=2388
Fan_Max=4900
Fan_Target=65
Fan_Acoustic=2400
Power_Temp=80
Power_Target=-20
==========================

start.bat
=======================================
set GPU_MAX_HEAP_SIZE=100
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_USE_SYNC_OBJECTS=1

teamredminer.exe -a cnv8 -o stratum+tcp://cal.cnpool.cc:32866 -u cberxts5ZZ8DQ.....................peB4osNpfD4bb92XjUcP1W1Tc5aFvs1XProMv71xM2QsC kT8hntKJXVaX.150000  -p %computername%  -d 0,1,2,3,4,5 --cn_config 15+15,15+15,15+15,15+15,15+15,15+15
==========================================

run SRBminer 1.6.9 with intensity=61
============================================
2018-11-05 14:09:59] Main pool: cal.cnpool.cc:32866
[2018-11-05 14:09:59] Connected to cal.cnpool.cc:32866
[2018-11-05 14:09:59] User logged in
[2018-11-05 14:09:59] Pool difficulty: 150000
[2018-11-05 14:09:59] Pool sent a new job (ID: 821908557589538)
[2018-11-05 14:10:10] GPU0 :    0 H/s [T: 50c, RPM: 3080, CC: 1408 MHz, MC: 1080 MHz][BUS:19]
[2018-11-05 14:10:10] GPU1 :    0 H/s [T: 49c, RPM: 3113, CC: 1408 MHz, MC: 1080 MHz][BUS:3]
[2018-11-05 14:10:10] GPU2 :    0 H/s [T: 51c, RPM: 3131, CC: 1408 MHz, MC: 1080 MHz][BUS:13]
[2018-11-05 14:10:10] GPU3 :    0 H/s [T: 48c, RPM: 3155, CC: 1408 MHz, MC: 1080 MHz][BUS:16]
[2018-11-05 14:10:10] GPU4 :    0 H/s [T: 48c, RPM: 3129, CC: 1408 MHz, MC: 1080 MHz][BUS:9]
[2018-11-05 14:10:10] GPU5 :    0 H/s [T: 48c, RPM: 3123, CC: 1408 MHz, MC: 1080 MHz][BUS:6]
[2018-11-05 14:10:10] Total:    0 H/s
[2018-11-05 14:10:21] GPU0 :    1316 H/s [T: 55c, RPM: 3464, CC: 1408 MHz, MC: 1080 MHz][BUS:19]
[2018-11-05 14:10:21] GPU1 :    1317 H/s [T: 53c, RPM: 3454, CC: 1408 MHz, MC: 1080 MHz][BUS:3]
[2018-11-05 14:10:21] GPU2 :    1318 H/s [T: 54c, RPM: 3515, CC: 1408 MHz, MC: 1080 MHz][BUS:13]
[2018-11-05 14:10:21] GPU3 :    1311 H/s [T: 52c, RPM: 3507, CC: 1408 MHz, MC: 1080 MHz][BUS:16]
[2018-11-05 14:10:21] GPU4 :    1317 H/s [T: 53c, RPM: 3461, CC: 1408 MHz, MC: 1080 MHz][BUS:9]
[2018-11-05 14:10:21] GPU5 :    1317 H/s [T: 53c, RPM: 3471, CC: 1408 MHz, MC: 1080 MHz][BUS:6]
[2018-11-05 14:10:21] Total:    7896 H/s
[2018-11-05 14:10:41] GPU0 :    1316 H/s [T: 59c, RPM: 4585, CC: 1408 MHz, MC: 1080 MHz][BUS:19]
[2018-11-05 14:10:41] GPU1 :    1317 H/s [T: 57c, RPM: 4444, CC: 1408 MHz, MC: 1080 MHz][BUS:3]
[2018-11-05 14:10:41] GPU2 :    1317 H/s [T: 58c, RPM: 4644, CC: 1408 MHz, MC: 1080 MHz][BUS:13]
[2018-11-05 14:10:41] GPU3 :    1312 H/s [T: 54c, RPM: 4061, CC: 1408 MHz, MC: 1080 MHz][BUS:16]
[2018-11-05 14:10:41] GPU4 :    1317 H/s [T: 57c, RPM: 4483, CC: 1408 MHz, MC: 1080 MHz][BUS:9]
[2018-11-05 14:10:41] GPU5 :    1316 H/s [T: 55c, RPM: 4083, CC: 1408 MHz, MC: 1080 MHz][BUS:6]
[2018-11-05 14:10:41] Total:    7895 H/s
[2018-11-05 14:10:52] Pool accepted result 0x00005ECE
[2018-11-05 14:11:09] Pool accepted result 0x00002CF0
==========================================================



6x Vega64 (2017.10.30manufactr)  Core 1408/900    mem 1045/900  powertarget -20%

16+14 or 15+15 only get 7.25kh   It seems too low .

My 6xvega56(flash to 64bios) 16+14 get 11.5k  (core:1337/900  mem:1025/900  power taget -20%)


15+15,15+15,15+15,15+15
          Team Red Miner version 0.3.6
[2018-11-05 11:21:49] Auto-detected AMD OpenCL platform 1
[2018-11-05 11:21:50] Initializing GPU 0.
[2018-11-05 11:21:54] Pool cal.cnpool.cc login succeeded.
[2018-11-05 11:21:54] Pool cal.cnpool.cc received new job. (job_id: 350770445476649)
[2018-11-05 11:21:54] Pool cal.cnpool.cc set difficulty to 150000
[2018-11-05 11:21:55] Dev pool connected and ready.
[2018-11-05 11:21:55] Initializing GPU 1.
[2018-11-05 11:21:57] Initializing GPU 2.
[2018-11-05 11:21:59] Initializing GPU 3.
[2018-11-05 11:22:03] Initializing GPU 4.
[2018-11-05 11:22:05] Initializing GPU 5.
[2018-11-05 11:22:07] Successfully initialized GPU 0: Vega with 64 CU (PCIe 19:00.0) (CN 15+15)
[2018-11-05 11:22:07] Successfully initialized GPU 1: Vega with 64 CU (PCIe 03:00.0) (CN 15+15)
[2018-11-05 11:22:07] Successfully initialized GPU 2: Vega with 64 CU (PCIe 13:00.0) (CN 15+15)
[2018-11-05 11:22:07] Successfully initialized GPU 3: Vega with 64 CU (PCIe 16:00.0) (CN 15+15)
[2018-11-05 11:22:07] Successfully initialized GPU 4: Vega with 64 CU (PCIe 09:00.0) (CN 15+15)
[2018-11-05 11:22:07] Successfully initialized GPU 5: Vega with 64 CU (PCIe 06:00.0) (CN 15+15)
[2018-11-05 11:22:24] Stats GPU 0 - cnv8: 746.1 h/s, avg 1.206kh/s, pool   0.0 h/s 0/0
[2018-11-05 11:22:24] Stats GPU 1 - cnv8: 738.8 h/s, avg 1.207kh/s, pool   0.0 h/s 0/0
[2018-11-05 11:22:24] Stats GPU 2 - cnv8: 743.5 h/s, avg 1.207kh/s, pool   0.0 h/s 0/0
[2018-11-05 11:22:24] Stats GPU 3 - cnv8: 729.5 h/s, avg 1.207kh/s, pool   0.0 h/s 0/0
[2018-11-05 11:22:24] Stats GPU 4 - cnv8: 735.3 h/s, avg 1.211kh/s, pool   0.0 h/s 0/0
[2018-11-05 11:22:24] Stats GPU 5 - cnv8: 728.2 h/s, avg 1.213kh/s, pool   0.0 h/s 0/0
[2018-11-05 11:22:24] Stats Total - cnv8: 4.421kh/s, avg 7.251kh/s, pool   0.0 h/s
[2018-11-05 11:22:32] Pool cal.cnpool.cc received new job. (job_id: 573976627372422)
[2018-11-05 11:22:33] Pool cal.cnpool.cc share accepted. (GPU1) (1/1/0)
[2018-11-05 11:22:36] Pool cal.cnpool.cc received new job. (job_id: 175747342969107)
[2018-11-05 11:22:47] Pool cal.cnpool.cc share accepted. (GPU2) (2/2/0)
[2018-11-05 11:22:54] Stats GPU 0 - cnv8: 1.388kh/s, avg 1.334kh/s, pool   0.0 h/s 0/0

This is way too low. The 6 x Vega56 flashed look better. The Vega 64 rig should be at 12+ kh/s even at your rather low clocks. A few questions:

1) What OS and driver is this?
2) Have you been mining CNv8 with some other miner on the same rig?
3) A mistake of ours was to not include the "standard" environment vars you should have configured in our example .bat file. If not, can you add these to your .bat file or make sure they are set in your shell?


set GPU_MAX_HEAP_SIZE=100
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_USE_SYNC_OBJECTS=1



Pages: « 1 [2] 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!