mining custom_top_html:no
default debug random = 0 / type = READ / detected = READ
채굴
2022-05-20 08:32:14

팀레드 마이너 0.10.0 나왔네요.

 

Team Red Miner v0.10.0

R-mode public release bringing significant efficiency improvements on a range of AMD GPUs! Please read the Ethash R-mode tuning guide for more information and before enabling.

README highlights:

  • GPU: R-mode introduced. See separate documentation. Applicable for Vegas/VIIs/Navi10/Big Navi.
  • GPU: Smooth power transitions for ethash family algos.
  • GPU: Added support for multiple --api_listen and --api_listen2 endpoints (up to 8 total).
  • FPGA: Fixed crash bug with > 16 fpgas running in a single miner instance.
  • GPU: Added argument --gpu_sdma=on|off for special situations. For example, BC-250 needs --gpu_sdma=off.

 

R모드 효율이 좋아졌다고 하는데.. 이전 버젼에서 마이너 버젼만 업해보니 오히려 해시가 떨어지네요 ㅋ

그렇다고 전력 효율이 좋아진 것도 아니고요.

역시 잘 돌아가던 채굴기는 건드리는 게 아닌가 봅니다 ㅋ

 

TeamRedMiner Ethash R-mode Tuning Guide
=======================================

History:
v1.1 2022-05-18 (v0.10.0 public release)
v1.0 2022-05-03 (v0.9.4.6 public beta release)

General Overview
================
This guide describes the new "R-mode" introduced in TRM v0.10.0. It
assumes the reader has already read the older ETHASH_TUNING_GUIDE.txt
and is familiar with ethash mining with TeamRedMiner in general.

TRM R-mode greatly improves efficiency for ethash mining on a range of
AMD gpus. It is the most complex and advanced work we've done to
date. It is linux only. At this point we do not anticipate being able
to port it to windows. R-mode contains a number of elements coercing
the hardware into working better in an ethash mining setup. In other
words, we're hacking around quite hard. The upside is most definitely
worth it. However, the downside is that in rare cases the combination
of rig hardware, gpus, opencl version, kernel module simply doesn't
work well. We expect R-mode to work in maybe 95-97% of all cases. When
it works as expected, it generally runs very stable.

R-mode is available for all gpus except Polaris and earlier. It needs
a special set of amdgpu kernel boot parameters configured, just like
our previous Radeon VII C-mode.

In general, R-mode has the same trade-off effect for all gpus: you can
now run a lower core clk (and therefore lower core voltage) while
sustaining very very close to the same ethash hashrate as before,
sometimes increasing it as well. On some gpus, like Radeon VIIs, the
effect is rather converted into a higher hashrate instead. An
important difference between R-mode and our previous B/C-modes is that
R-mode does not degrade over time as the DAG grows.

Given the above, R-mode is a much improved version of our older B-mode
for Vegas and Navis, and C-mode for Radeon VIIs/MI50/MI60/MI100. Note
that R-mode is also available for Big Navis without incurring a
hashrate penalty, like the B- or C-mode would. The older A/B/C-modes
are still available in the miner and can be used just as before.


R-mode effect on various gpus
=============================
The effect of R-mode on different gpus can be summarized as follows:

- 6900XT/6800XT/6800: small powersave of -2-3W by lowering core clk,
  might not be worth the effort.
  
- 6700XT: good effect, 1000 MHz core enough for 1075 MHz mem clk.

- 6600XT: our tests indicate there's no real point using it, but we're
  waiting for more user feedback.

- 5700XT/5700: big winner. Core clk 1050-1075 MHz is now enough to
  sustain 56 MH/s. Can almost always run at sub-700mV core voltage.
  
- 5600XT: decent winner. Core clk 950 MHz supports 42 MH/s, core voltage
  can be dropped low.

- Radeon VII family: solid win, hashrate restored to original C-mode
  levels and slightly more, average boost 2-3 MH/s per gpu.

- Vega 56/64: a small hashrate boost and/or powersave from being able
  to use lower core clk. For 51-52 MH/s a core clk of 925-950 MHz is
  often enough.


Requirements / Enabling R-mode
==============================
R-mode needs a modern linux kernel and amdgpu driver setup, and a
specific set of amdgpu kernel boot parameters:

amdgpu.vm_block_size=11 amdgpu.vm_size=2048

We do not expect things to run well on opencl versions before
20.40. Testing has primarily been done on newer opencl versions such
as 21.40.2 and 21.50.2.

There are three ways of setting the necessary kernel boot parameters:

1) Using the new integrated support in the miner.
2) Mining distro integrated support.
3) Manually.


Enabling R-mode using miner integrated support
----------------------------------------------
To simplify setting up for R-mode, and also making sure it's set
properly after e.g. mining distro upgrades, we've added a bundled
shell script called "ubuntu_mode_script.sh" which is integrated
directly into the miner.

This setup will work on all Linux distros that uses a
/etc/default/grub file. This includes most mining distros incl Hive,
Minerstat OS, SMOS. The script will set the correct parameters, run
update-grub, and reboot if anything was modified and it was asked to do so.

To use it, just add the miner argument --kernel_vm_mode=X, where X is
one of:

N  - set no specific mode.
C  - set old Radeon VII C-mode.
R  - set new R-mode.
RN - set no specific mode and reboot if there was a change.
RC - set old Radeon VII C-mode and reboot if changed.
RR - set new R-mode and reboot if changed.

This way, you can add "--kernel_vm_mode=RR" to e.g. your Hive flight
sheet custom arguments and leave it there. After any distro upgrade or
clean reinstall, the miner will set up the R-mode parameters and
reboot automatically the first time it's executed.


Enabling R-mode using integrated mining distro support
------------------------------------------------------
If your mining distro has integrated support for TRM R-mode, you
should use that instead. At the time of writing, MMP OS and RaveOS
have support with the "enable-trm-boost" (MMP) and "trm-mode" (RaveOS)
commands. Please refer to documentation for your specific distro for
more details.


Enabling R-mode manually
------------------------
For users not running grub and/or a Debian/Ubuntu-derived linux
distro, we refer to online sources for how to modify the kernel boot
parameters. As long as the two provided parameters are passed to the
amdgpu kernel module at boot, R-mode should work ok.


Verifying R-mode is set up correctly
------------------------------------
Regardless of mechanism used, you can verify that the correct
parameters are set after a reboot by running "dmesg | egrep fragment"
from a shell, and you should see output such as:

[    2.820075] [drm] vm size is 2048 GB, 3 levels, block size is 11-bit, fragment size is 9-bit
[    4.117304] [drm] vm size is 2048 GB, 3 levels, block size is 11-bit, fragment size is 9-bit
[    7.358746] [drm] vm size is 2048 GB, 3 levels, block size is 11-bit, fragment size is 9-bit
[    8.554411] [drm] vm size is 2048 GB, 3 levels, block size is 11-bit, fragment size is 9-bit
[   12.099354] [drm] vm size is 2048 GB, 3 levels, block size is 11-bit, fragment size is 9-bit
[   12.609303] [drm] vm size is 2048 GB, 3 levels, block size is 11-bit, fragment size is 9-bit

If the vm size is 2048 GB and the block size is 11-bit, you're all
set. Please note that Polaris gpus will _not_ have the parameters set,
they'll still show something else. Since R-mode can't be used on
Polaris gpus, it doesn't matter.


Switching to mining in R-mode
=============================
Whenever the R-mode kernel parameters are set, the miner will use
R-mode as the default on Vegas, VIIs and all Navi gpus. However, if
you're passing an --eth_config argument to the miner the modes
specified there will be used instead.

IMPORTANT NOTE: before switching to R-mode you SHOULD tune down your
core clk -200 MHz on all gpus except the Radeon VII family (which can
keep the same clocks). This is extremely important. By running e.g. a
1350 MHz core clk on a 5700XT, you will put a huge (and unneccessary)
pressure on the memory subsystem in R-mode as only 1050-1100 MHz is
required for the same hashrate, and we've many times found that the
high core clk results in hard rig hangs needing a power cycle.

When R-mode is running on a rig, the typical process is as follows:

1) Verify all gpus are mining successfully, without any unexpected low
   hashrates.

2) Find the core clk necessary to support the hashrate you're running
   by moving it up or down. We want to end up as low as possible. You
   will typically see tiny hashrate drops as you lower it until you
   reach a certain point where it drops sharply. This is where you'll
   mine most efficiently.

3) Lower core voltage as much as possible while keeping gpus stable.

One side effect of using newer drivers is that memory errors often
generate a process crash rather that a hard gpu hang + reboot. This
means most mining distros don't pick up which gpu was the cause of the
crash. This is a general issue with using newer drivers in the
21.40-21.50 range that needs to be addressed by distros going forward.

For now, if you see an unexpected miner restart or similar reported by
your mining distro, but without a subseqeuent reboot, you can often
issue a "dmesg -T" command in a shell and check the kernel logs for
more info. Look for logs similar to this:

[Tue May  3 13:38:05 2022] amdgpu 0000:09:00.0: amdgpu: VM_L2_PROTECTION_FAULT_STATUS:0x00000000
[Tue May  3 13:38:05 2022] amdgpu 0000:09:00.0: amdgpu:          Faulty UTCL2 client ID: CB (0x0)
[Tue May  3 13:38:05 2022] amdgpu 0000:09:00.0: amdgpu:          MORE_FAULTS: 0x0
[Tue May  3 13:38:05 2022] amdgpu 0000:09:00.0: amdgpu:          WALKER_ERROR: 0x0
[Tue May  3 13:38:05 2022] amdgpu 0000:09:00.0: amdgpu:          PERMISSION_FAULTS: 0x0
[Tue May  3 13:38:05 2022] amdgpu 0000:09:00.0: amdgpu:          MAPPING_ERROR: 0x0
[Tue May  3 13:38:05 2022] amdgpu 0000:09:00.0: amdgpu:          RW: 0x0

From the above, we see that the gpu at pci bus address 09:00.0 was the
culprit and typically needs its tuning adjusted.


Dual mining TON in R-mode
=========================
R-mode dual mining is mostly interesting if you're looking for a power
efficient setup. With summer and high temperatures approaching, it's
also a way to control heat. If you run a dual mining setup with a high
core clk to maximize the dual mining algo, you should keep mining in
A- or B-mode.

For e.g. 5700XT/5700 and 5600XTs, R-mode provides options for still
keeping your eth hashrate at max, but also add a smaller amount of
dual mining using a core clk around 950 MHz (5600XT) or 1000-1050 MHz
(5700/5700XT). This will add a much smaller dual algo hashrate, but
still keep the eth hashrate close to max. It will consume a much
smaller amount of power for the added dual algo though, hence making
it easier to control temps.


Dual mining ZIL in R-mode
=========================
The current implementation of R-mode does not allow a second cached
DAG. Mining directly to zil switching pools like ezil.me means the DAG
will be rebuilt switching to/from ZIL. However, on 8GB gpus using the
--zil ... --zil_end mechanism for dual zil mining, the gpu will be
able to run with a cached ZIL dag. That mining will not be in R-mode
though, but in A-mode, meaning that the configured core clk for the
main R-mode mining will be too low for ZIL and hashrate will suffer
slightly.

It is possible to integrate a cached ZIL dag into the R-mode ethash
mining setup, but it needs more work. It might be included in a future
release.


Happy mining!
 

 

 

 

 

 

 

 

 

 

 

 

 

 

1,355
댓글 16
default debug random = 0 / type = READ / detected = READ

채굴

코인 채굴에 관한 게시판입니다.

List of Articles
번호 분류 제목 추천 수 조회 수 글쓴이 날짜
공지 채굴 새로 들어오시는분들! - 땡글 이용시 지켜지면 좋은 것 91 311 77833
김광부
2017.06.25
75414 채굴 (MAXSUN)RX480 JetStream 8G/256Bit 이 제품 이더나 제트 채굴 가능한가요? (MAXSUN)RX480 JetStream 8G/256Bit 이 제품 이더나 제트 채굴 가능한가요? 1060에서 램 높은것도 생각을 할까 한데.. 채굴 가능한 제품인지 알 고 싶습니다. 참고로 중국산입니다. 3 0 2973
하얀구르미
2017.06.14
75413 채굴 듀얼파워 커넥터 #3 - 기능확장판(변종들)   듀얼파워 커넥터의 기본기능 이외 추가기능을 넣은 기능확장판(?)들을 알아보겠습니다. 한마디로 변종들입니다. 국내에서 유통이 되는것인지는 확인 못해보았고 구글에서 검색해서 나온것들이니 이런것 까지 생각... 6 file 3 1241
칼인두
2021.05.11
75412 채굴 듀얼파워 커넥터 #2 - 완벽리뷰(5종)     시중에 판매되고 있는 듀얼파워커넥터(듀얼커넥터) 5개 제품에 대하여 특징 및 장단점에 대하여 리뷰를 해 보겠습니다. 리뷰에 앞서 듀얼커넥터가 무엇인지 간단하게 설명 하고 넘어 가실께요. 이전 시간에 듀얼... 21 file 18 8585
칼인두
2021.05.05
75411 채굴 The Beginning of the End: The First NIST PQC Standards [종말의 시작 : 첫 NIST PQC 표준]        https://csrc.nist.gov/Presentations/2022/the-beginning-of-the-end-the-first-nist-pqc-standa  원본 자료는 위에서 확인 가능합니다.   아래는 주요 부분 번역 입니다.   감사합니다!  NIST에서는 포스... 2 file 1 324
SBT
2022.03.24
75410 채굴 Feathercoin 채굴 방법 채굴 프로그램 다운 및 배치 파일 부탁드립니다.,^^     Feathercoin 채굴 방법 채굴 프로그램 다운 및 배치 파일 부탁드립니다.,^^                   ------------------------------------- 꼬리말 * 게시글 내용 삭제시 레벨 강등 * 질문은 각 주제별 게시판에.   ... 2 1 2643
중심
2017.10.29
75409 질문 힛빗 지갑 문의 드립니다.   A3 10대정도 돌리고있는데,  힛빗으로 지갑 설정해놓고 막힌거 모르고 있다가 거의 한달간 힛빗으로 계속 보냈었네요   힛빗에서는 지갑 유지보수중이라고 계속 뜨고   며칠전에 앤트풀로 바꿔서 모아두고 있는데 ... 0 465
젤카
2018.04.24
75408 채굴 힛빗 시아 코인 지갑 해결되신분?           힛빗 시아 코인 오류  해결되신분?             ------------------------------------- 꼬리말 * 게시글 내용 삭제시 레벨 강등 * 질문은 각 주제별 게시판에.   비트코인 암호화화폐 커뮤니티 땡글~ 땡글... 1 0 863
윤마이닝
2018.06.15
75407 채굴 힘좀 주셔요] 저전력 할배 카드들 12웨이 .. 설치 겁나 귀찮음   고성능 행님들은 대략 마무리 했는데...   이번 업어온 12웨이 엄마보드에   저전력 할배카드 (GTX 750 60장~~)설치 하려니 몸살 올 지경입니다...   휴 저걸 언제 다 혼자 설치 합죠???!!!    결론=박카스 사러 갑... 9 0 1473
kenny001
2018.01.12
75406 채굴 힘들었습니다..ㅠㅠ 부품고민.. 재고량없음 ㅠㅠ 이대로 완성예정!             원래는 8WAY까지 생각하여 PCI슬롯이 조금 더 여유로운것을 선택하려하였으나 3파워 관리도 힘들듯하고 첫 채굴기조립인만큼 소프트하게 가보기로 결정하였습니다(그래픽카드 인식문제도있구요)   6WAY로... 5 file 0 1906
H마이너
2017.12.28
75405 채굴 힘들어요 ㅠ ㅠ 어제오늘 정말 전쟁을 치르는중이네여 친구와둘이 설치하고 이곳땡을에서 만난좋은인여으로 채굴까지는성공했는데 속도가아직 새팅값을모르겠어여. . 일단 오늘은 시작했다는것에 의미을 부여하겠습니다 내일또출근... 12 file 0 1271
이카루스
2013.12.03
75404 채굴 힘들게 노가다 끝에 채국 시작했습니다 이게 정상인가요? 1060 6g 마이크론 입니다 일단 캐는데요,,정상인가 싶어서요 질문올려요,, 애프터버너 셋팅은 지금열심히 서치중입니다,,,   마플허 에서 다른거 안걸들이고,,,걍 출금주소(빗썸이나 코빗등) 만 입력하고 최소량 0.1 ... 16 file 0 2022
왕초보광부
2017.06.19
75403 채굴 힘든시기에 채굴장 완료!                           12평짜리 소형 채굴장입니다..  ^^   좁은 공간이라서 오히려..~~ 온도가 잡히는거같습니다.. 흡기 4개 배기 6개인데.. 나중에 배기를 늘려야 할듯^^   공업용 팬은 .. 접지를 안해서 다시... 47 file 60 7728
오늘도채굴
2018.03.29
75402 채굴 힘든시기 전기만 먹는 그래픽이 없는지 확인해보세요   엊그제 이더 폭락으로 손익점이 안나와 의욕은 안생기는데 그냥 이것저것 살펴 보다가     ICShare(Incorrect Share) 가 발생하는 놈을 발견했네여 전력을 낮추고 해시는 조금더 높여보려고 세팅 한게 이런 문제를 ... 5 file 3 459
임장군
2019.11.24
75401 채굴 힘든 두번째 채굴기 사용기 입니다.   cpu: 라이젠 1700 보드: asrock ab350m pro4(최신 바이오스 3.30, pcie-3개) 램: 16g ssd: 525g 파워:선더 700W-2EA os:windows 10 pro 용도: 채굴및 게임   첫설치시(토렌트에서 다운받은 windows 10 iso)     amd... 0 1670
엑스알
2017.12.25
75400 채굴 힘드네요. 도움 부탁드립니다..   3호기를 세팅중인데.  그래픽 카드 수급이 힘들어서 혼종이 만들어졌습니다.   1070 2장. - 조텍, 슈젯 1060 3장 - 갤럭시, 기가, 이엠텍 입니다.   1060 한장이 인식이 안되네요. 장치 관리자에서는 문제없이 뜨구... 5 0 2124
채굴해보쟈
2017.07.02
75399 채굴 힘드네요 8way 바이오스타 TB250-btc+         위 사항으로 구현했습니다 메인보드에 라이저카드 다 꼽고 (pci-e 8개) 각 그래픽 카드 연결 파워는 850w gold *2 로 듀얼케이블 써서 메인쪽에 글픽카드 4개 + 메인보드 + cpu 전원 + ssd 그리고 서브파워는... 5 0 2264
멍밍이
2017.10.21
75398 채굴 힘내세요 아주 힘든 시기인건  사실입니다. 더 힘든분도 계실거구요 그런데 미국 빛이 22조 4천억달러 한 참 넘어섰다 합니다. 이 말은  곧 가상화폐의 신뢰성이 올라간다는 말이죠   머지않아 가상화폐 시대는 곧 올겁니다. ... 1 4 194
코인여의
2019.08.22
75397 채굴 힘겹게 rtx 3060 4way 구성했습니다. 참 우여곡절도 많았지만 어떻게든 하나 만들었습니다.   rtx 3060 4 way 입니다.   cpu는 e5 2609 메인보드는 기가바이트 GA-X79-UP4 ver 1.1 입니다. 메모리는 데스크탑 ddr3 8g 입니다.   직결로는 너무 붙어있어  ... 16 file 0 860
케릉
2021.07.22
75396 채굴 힘겨운 나날을 보내고 있습니다. 안정적인 부업을 만들어 놓고 본업에 복귀하겠다 마음먹고 1월에 진입하였습니다. 제것 뿐만 아니라 지인들것까지 약 100여대 굴리고 있는데  믿음이 있지만 불안한마음은 어쩔수가 없는가 봅니다. 그래픽카드를 상투... 21 11 2541
바람처럼
2018.03.24
75395 채굴 히히락락하던 용82님들도     하락세에 헉하고 있겠군요...                   ------------------------------------- 꼬리말 * 게시글 내용 삭제시 레벨 강등 * 질문은 각 주제별 게시판에.   비트코인 암호화화폐 커뮤니티 땡글~ 땡글~ ---... 2 0 1403
우공이산
2018.01.16
목록
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 3771 Next
/ 3771
default debug random = 0 / type = READ / detected = READ