Bitcoin Forum
April 26, 2024, 09:21:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Asus R9280X-DC2T-3GD5 on: February 10, 2014, 09:39:59 AM
Hi! I have R9280X-DC2T-3GD5 with 1070\1600 in stock. VDDC (under load) equals 1.133V (but in VBE7 1.200V. WHY?). My bat file:
Code:
cgminer.exe --scrypt -I 13 -w 256 -g 2 --thread-concurrency 8192 --gpu-memclock 1100 --gpu-engine 1800 --gpu-fan 70 --temp-target 70
I get 767Kh/s, temp 62, rpm 2655, R=0. After 1h 30m appeared one HW, then more. What is the reason? I changed engine, mem, TC but no results. In this case HW appeared after 1h, after 50min.
Maybe increase the voltage? Help, please!
2  Alternate cryptocurrencies / Mining (Altcoins) / Temperature of Gigabyte GV-R797TO-3GD on: January 22, 2014, 07:29:56 AM
Have 2xGV-R797TO-3GD. First card set to PCIEX16_1, second to PCIEX16_3 in the next MB.
My .bat file:
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://123 -u XXX -p XXX -d 0 -d 1 -I 13,13 -w 256,256 -g 2 -g 2 --thread-concurrency 8193,8193 --gpu-engine 1090,1095 --gpu-memclock 1500,1500 --auto-fan --temp-target 75,75



Why the temperature is high on GPU0? But when I run one of two cards (use -d 0 or -d 1) the temperature not high 72-73C. Maybe PCIEX16_1 is PCIe 3.0, PCIEX16_3 - PCIe 2.0? Please, help!!!
3  Local / Майнеры / Выбор 270x on: January 18, 2014, 02:23:04 PM
Посоветуйте какую видеократу выбрать:

ASUS R9270X-DC2T-2GD5

Sapphire 11217-02-40G

Gigabyte GV-R927XOC-2GD

Про асус пишут, что система охлаждения не радует; производилась замена термопасты; перепрошивали биос. Хотя без танца с бубном получилось завести гигу. Сам предпочитаю асус. У сапфиров неплохие выдачи попугаев. Не разу не покупал видеокарты от этого производителя, но и плохих отзывов не заметил. Вот и не знаю, что выбрать.
Интересуют вопросы по шуму, температуре данных карт.
4  Local / Новички / Компилирование кошелка on: January 01, 2014, 11:00:59 AM
Не могу разобраться как скомпилировать кошелёк. Выполняю всё как написано в инструкции readme-qt.rst. Выполняю qmake "USE_UPNP=1" в папке кошелек/src, но требуется ещё какие-то опции. Вывод внизу.

Code:
Usage: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake [mode] [options] [files]

QMake has two modes, one mode for generating project files based on
some heuristics, and the other for generating makefiles. Normally you
shouldn't need to specify a mode, as makefile generation is the default
mode for qmake, but you may use this to test qmake on an existing project

Mode:
  -project       Put qmake into project file generation mode
                 In this mode qmake interprets files as files to
                 be built,
                 defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C
                 Note: The created .pro file probably will
                 need to be edited. For example add the QT variable to
                 specify what modules are required.
  -makefile      Put qmake into makefile generation mode (default)
                 In this mode qmake interprets files as project files to
                 be processed, if skipped qmake will try to find a project
                 file in your current working directory

Warnings Options:
  -Wnone         Turn off all warnings; specific ones may be re-enabled by
                 later -W options
  -Wall          Turn on all warnings
  -Wparser       Turn on parser warnings
  -Wlogic        Turn on logic warnings (on by default)
  -Wdeprecated   Turn on deprecation warnings (on by default)

Options:
   * You can place any variable assignment in options and it will be     *
   * processed as if it was in [files]. These assignments will be parsed *
   * before [files].                                                     *
  -o file        Write output to file
  -d             Increase debug level
  -t templ       Overrides TEMPLATE as templ
  -tp prefix     Overrides TEMPLATE so that prefix is prefixed into the value
  -help          This help
  -v             Version information
  -after         All variable assignments after this will be
                 parsed after [files]
  -norecursive   Don't do a recursive search
  -recursive     Do a recursive search
  -set <prop> <value> Set persistent property
  -unset <prop>  Unset persistent property
  -query <prop>  Query persistent property. Show all if <prop> is empty.
  -cache file    Use file as cache           [makefile mode only]
  -spec spec     Use spec as QMAKESPEC       [makefile mode only]
  -nocache       Don't use a cache file      [makefile mode only]
  -nodepend      Don't generate dependencies [makefile mode only]
  -nomoc         Don't generate moc targets  [makefile mode only]
  -nopwd         Don't look for files in pwd [project mode only]

ОС Ubuntu 13.10.

Помогите, пожалуйста!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!