Search content
Sort by

Showing 9 of 9 results by armanmisdar
Post
Topic
Board Announcements (Altcoins)
Topic OP
[ANN] Bitcointalk Wallet
by
armanmisdar
on 06/03/2023, 09:58:26 UTC



_______________________________________________________________________________ ______________________


Hello Dear forum users

Our forum has existed for over 10 years. During this time we have done a lot of work, united a lot of people and created an incredible place for communication with thousands of sections and topics.
 Our team would like to thank you very much for staying with us. Together we launched our own Bitcointalk Wallet based on Electrum.

What will it be used for?
The coin will not be mined. You can get it only by participating in special contests, giveaways, creating posts and replying to messages.
Creating a theme -  20 coins
Message - 10 coins

In mid february we will announce the stock exchange on which our coin will be traded. You will be able to exchange it for real money .

How to begin to use a purse?

When generating address EVERY user will get 200 coins.
Send 1 coin to BTLKa5ukEyutshrdMd7m2UHVhShmcSEnwq
In the comment MUST specify your nickname on the forum

An example

https://i.ibb.co/MpV9v6T/Screenshot-3.png

It is necessary to do in order to link your profile on the forum with your purse address. After that you will be automatically credited coins for each action on the forum.


You can download a wallet from the link below


Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.3.8 - CNv8 - Vega 64 2200+h/s Rx470 1025+h/s Low Power Draw
by
armanmisdar
on 04/12/2018, 09:20:33 UTC
You might possibly have clicked into the miner with your mouse, leaving the cursor there and blocking it from working (known issue). If you press a key or click the cursor away mining resumes.

You can lock your window and prevent this from happening if you right-click on the top bar, then "properties" and uncheck "quick edit mode".

Thanks for the tip Dragonmike! I had the same situation before and I never though that this can be avoided by adjusting the properties! Thank you!
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.7.0 - native algo switching
by
armanmisdar
on 18/11/2018, 02:22:23 UTC
hello everybody,

I am using win 10 64 bit and 3 vega rx 64 with adrenaling 18.6.1. driver
I had the problem that after a while (3 to 24) hours one of my cards crashed completly and could not be reset bei srbminer anymore, so hashing stopped completly.

now I reinstalled the driver (DDU save) and also didn't use BIOS hack anymore.
I deactivated CrossFire and started srbminer 1.7.0. with only changing my wallet adress in pool file.

srb starts, detects all 3 cards and connects to the pool. as soon as it starts to mine, the whole windows crashes and restarts automatically.

what could be the reason. thx for an clou.

thx
uli


I had the same problem when I first started using SRBMiner. To tackle this issue, I identify the problematic GPU and reduce its memory clock a little bit and that solved the problem for good.
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.9 - native algo switching
by
armanmisdar
on 07/11/2018, 06:07:46 UTC
Quote
1750 is for the heavy algos, not v8  Grin

Oh I misunderstood that part, my bad, sorry Dok!
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.9 - native algo switching
by
armanmisdar
on 07/11/2018, 04:42:56 UTC
Quote
Looks like i finally found the 'secret' of hash increase on heavy algos , it can be applied to v8 also.
Just wondering how the hell i did not think of this earlier, it was so obvious lol

if everything goes well i hope i can push the new version in max a week.
Don't know about the speed compared to other miners, we will see. But probably won't reach the JCE advertised 1750hs, but my preliminary tests on Vega56 show an increase of ~ 6-7%

@doktor83

In my opinion, your script can easily surpass 1750 H/s. My rig is the example here, I'm using stock bios (this card is not reference card so I can't flash it to 64) on Gigabyte Vega 56 OC and I can achieve close to 1870 H/s easily:

https://i.imgur.com/fkpgepJ.png

My config files as the followings:

Code:
{
"cryptonight_type" : "normalv8",
"intensity" : 0,
"double_threads" : true,
"target_temperature" : 50,
"persistent_memory" : false,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 1, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 2, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 4, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 5, "intensity" : 112, "worksize" : 16, "threads" : 2},
]
}

In OverdriveNTool, I set my GPU clock to 1474MHz and Memory clock to 960MHz

I'm currently using SRBMiner V1.6.8 and Adrenalin V18.6.1

Since you already found the 'secret', perhaps the next version might be able to reach 1900 H/s  Grin Grin Grin
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching
by
armanmisdar
on 24/10/2018, 15:20:34 UTC
@doktor83

I just want to verify is this a bug in SRBMIner V1.6.8 or not? After 3 days running, my rig suddenly stopped working. And I saw this on the screen:

http://i.imgur.com/0WUCxG9.jpg

The messages stated:
Critical shutdown temperature reached (80C)!!! (I did set "shutdown_temperature" : 80 in my config files)
Shutting down system!

However, if you look at the screen status, none of my GPU reach over 55C

Thank you!

If it is because of a bug then it is something in the driver, in ADL part, because miner gets the temperature data from it, and then just makes a simple compare (if adl value > user set value = problem).
This gives me an idea, i will add to the log the value read from ADL if this happens.

Thank you for your reply, I guess in the mean time I have to remove "shutdown_temperature" from my config files. Thanks again :-)
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching
by
armanmisdar
on 24/10/2018, 15:03:41 UTC
@doktor83

I just want to verify is this a bug in SRBMIner V1.6.8 or not? After 3 days running, my rig suddenly stopped working. And I saw this on the screen:

http://i.imgur.com/0WUCxG9.jpg

The messages stated:
Critical shutdown temperature reached (80C)!!! (I did set "shutdown_temperature" : 80 in my config files)
Shutting down system!

However, if you look at the screen status, none of my GPU reach over 55C

Thank you!
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching
by
armanmisdar
on 20/10/2018, 16:45:48 UTC
Thanks @logicus. I tried before to increase my HBM speed higher than 960MHz but it always give me BSOD. Is this because I didn't flashed my card with Vega 64 BIOS?
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching
by
armanmisdar
on 20/10/2018, 15:02:09 UTC
Hi Guys, I'm new here and new with SRBMiner too. I need some suggestions on how to improve my hash rate. Currently my 7 Vega rig only managed to reach about 1850 H/s per GPU with total power draw of 1550 Watt at the wall. My GPU is Gigabyte Vega 56 OC with stock BIOS. However, I've applied Soft Power Play Tables into it and currently using driver version 18.6.1. My OverdriveNTool and Config settings as the following:

Code:
GPU_P0=852;900;0
GPU_P1=991;900;0
GPU_P2=1084;900;0
GPU_P3=1138;900;0
GPU_P4=1150;900;0
GPU_P5=1202;900;0
GPU_P6=1212;905
GPU_P7=1408;905
Mem_P0=167;900;0
Mem_P1=500;900;0
Mem_P2=800;900;0
Mem_P3=960;900
Fan_Min=3700
Fan_Max=4900
Fan_Target=75
Fan_Acoustic=2400
Power_Temp=75
Power_Target=0

Code:
{
"cryptonight_type" : "normalv8",
"intensity" : 0,
"double_threads" : true,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 112, "worksize" : 16, "threads" : 2, "persistent_memory" : false},
{ "id" : 1, "intensity" : 112, "worksize" : 16, "threads" : 2, "persistent_memory" : false},
{ "id" : 2, "intensity" : 112, "worksize" : 16, "threads" : 2, "persistent_memory" : false},
{ "id" : 3, "intensity" : 112, "worksize" : 16, "threads" : 2, "persistent_memory" : false},
{ "id" : 4, "intensity" : 112, "worksize" : 16, "threads" : 2, "persistent_memory" : false},
{ "id" : 5, "intensity" : 112, "worksize" : 16, "threads" : 2, "persistent_memory" : false},
{ "id" : 6, "intensity" : 112, "worksize" : 16, "threads" : 2, "persistent_memory" : false},
]
}

I'm looking forward to reach 1900 H/s OR same hash rate (1850 H/s) with lower power consumption. Thanks in advance guys!