Search content
Sort by

Showing 20 of 81 results by theodrim
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.8 (Windows/Linux)
by
theodrim
on 16/06/2018, 20:00:16 UTC
- Linux version: removed libcurl library dependency.
How does this affects certificate checking when using ssl/tls? Where/how does claymore verify certificate now?
Post
Topic
Board Mining (Altcoins)
Re: Exploring the Threadripper 2 and its mining capabilities
by
theodrim
on 10/06/2018, 23:21:09 UTC
Pointless to look at specs now, as it essentially QS and final batches may be very different to (i.e. 3.0 base/3.4 boost are not final).
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
theodrim
on 06/06/2018, 23:49:47 UTC
1) If you are using the latest ver. 11.7:  Add "-checkcert 0" with ssl.
2) If you are not using previous ver.(less than 11.7): it worked with only put ssl.
There is little-to-no point in -checkcert 0 if I want to be sure that server is real one, nit mitm'ed, but thanks for suggestion anyway.
Still will be nice to hear semi-official statement, if possible.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
theodrim
on 21/05/2018, 22:41:11 UTC
So does mph supports ssl for ethereum or not? Asking because I see that claymore devfee 'says' it's connects to mph via ssl and there was some talk about it here - but no straight yes/not answer. Yes I understand that I can just procmon/wireshare claymore and see if it's actually doing that over secure channel but I rather have answer and if not I can always do that afterwards.
Post
Topic
Board Mining (Altcoins)
Re: mining ethereum with 1060 3gb cards end?
by
theodrim
on 19/05/2018, 21:25:31 UTC
even with linux i can mine eth for 1 or 2 weeks? or i can continue for 1 year? who can reply precisely to this question? thanks!!
You just simple search away - https://investoon.com/tools/dag_size
Answering your question - little less than a year, if living in a perfect world.
Post
Topic
Board Mining (Altcoins)
Re: Intel Core 2 Duo E8400 vs Intel Celeron E3300 Idle Power Consumption
by
theodrim
on 29/04/2018, 15:50:39 UTC
E7000s-8000s are burning around 80-90 W with motherboard included.
It's lower than that.
http://media.bestofmicro.com/4/K/193268/original/psu_idle_power_.png
that's with g45 motherboard with on-board video/220w psu. You can go even lower by doing bsel mod if you really want/need to.
Post
Topic
Board Mining (Altcoins)
Re: The Odyssey of an Ethereum Miner (problems solved)
by
theodrim
on 23/04/2018, 21:16:21 UTC
If you want to run hwinfo or any other monitoring tool while mining to keep your eye on hardware stats and memory errors, you can just disable monitoring on power (gpu core power; gpu chip power and gpu vrm power out) and you won't have impact at all. To disable it in hwinfo, just select values and press delete key. To reenable them (if you want to check power usage, reported by it) press insert key. Also set your update rate to something reasonable (i.e. 30 sec instead of 5 sec).
Post
Topic
Board Mining (Altcoins)
Re: [BaikalEurope.eu]Safe place to buy Baikal miner in Europe | Gaint X,B,N
by
theodrim
on 19/04/2018, 19:04:28 UTC
I will try to do something with whois.
Whois privacy/whois guard is a thing, you can leave that info private if you want to, but it was just adding more fuel to the fire about scam debacle, so to speak.
Post
Topic
Board Mining (Altcoins)
Re: [BaikalEurope.eu]Safe place to buy Baikal miner in Europe | Gaint X,B,N
by
theodrim
on 19/04/2018, 18:29:30 UTC
Any reason you have almost zero info in whois and domain age of one day?
Post
Topic
Board Mining (Altcoins)
Re: UBUNTU 16.04 Help
by
theodrim
on 18/04/2018, 16:14:59 UTC
What NameTaken said is proper way to do it, except user services will be inside ~/.config/systemd/user/service.name. example (change user/group for your username, unless you need to xmr-stak running as root then place it inside /etc/systemd and don't specify any)
Code:
$vim ~/.config/systemd/user/xmr.service

[Unit]
Description=xmr-stak
After=network.target

[Service]
User=user
Group=user
Type=simple
RemainAfterExit=yes
ExecStart=/path/to/your/xmr-stak -c /path/to/config

[Install]
WantedBy=default.target

$systemctl --user enable xmr.service

ps: you can add tmux/screen if you need it -
Code:
ExecStart=/usr/bin/tmux new-session -d -s xmr /path/to/your/xmr-stak -c /path/to/config
Post
Topic
Board Mining (Altcoins)
Re: Mix of AMD and Nvidia... overclocking software
by
theodrim
on 17/04/2018, 21:23:20 UTC
Or just use overdriventool for amd and nvidia inspector for nvidia?
Post
Topic
Board Mining (Altcoins)
Re: Risers not working ?[SOLVED] - NEW PROBLEM [BIOS Flash]
by
theodrim
on 17/04/2018, 21:17:44 UTC
1. I will certainely do that,... I just wanted to know if a GPU flash can higher the temperature the GPU needs to have before it activates its fans.
Tighter timings may have some temperature impact on memory temperature and indirect impact on core temperature (because if you have cards with proper cooling for vram chips they share same heatsink as gpu core, so you'll have slightly higher core temp if memory get hotter, but it's not end of the world. Fan speed depends on target temperature that you have in settings or bios (settings in driver will override bios ones, if set) and also acoustic limit.
2. I am aware that they have an order, and checked them one by one. I am 100% sure none of my GPUs were Micron/Samsung (only hynix and some Elspidia)
You can check memory manufacturer withing PBE itself (and you can have different memory inside single card, eg hynix/samsung). For example left one is hynix/samung combo (that will show hynix in gpuz, cause that have majority of chips); right one - elpida (whose manufacturer are micron, so technically microne == elpida):
https://image.ibb.co/en47Gn/image.png
3. Yes I made a BIOS backup of every card (with GPUz), and will use them to see if the fans work back to normal. My cards are all different, and I modded each one of them and flashed them one by one.
Again, I'm sure they just have so relaxed fan curve and only spin when gpu reach high temperature (for prolonging fan life cycle and reducing noise when idle), so just change it in software and be done with it.
Post
Topic
Board Mining (Altcoins)
Re: Risers not working ? [SOLVED] - NEW PROBLEM (FLASHING CARDS)
by
theodrim
on 17/04/2018, 20:09:38 UTC
Hey, thanks for all your kind replies  Smiley

The problem turned ou to be the SATA to MOLEX cables that were a bit too bented, and therefore couldn't power the risers !
I put them in a better position and the cards were finally detected.

Now, I flashed the BIOS of the cards (with Polaris and ATIflash), but the fans don't spin anymore (only a bit when I turn on the MB, but when W10 boots, they go off and get really warm). Prior the flash they were always spinning !
Another fun story : once I flashed them, the memory type changes on GPUz (from Hynix to Micron, and then from Micron to Samsung...) I didn't take a random BIOS on the net, I just clicked "One click timing patch" on Polaris, saved the new .rom file, put it in the ATIflash folder, runned CMD and flashed one card at a time...  However, on MB the memory type is the right one. So I reinstalled GPUz, and the memory went back to normal (except the fans, that still do not spin)

Should I wait more, and hope that the fans finally decide to spin? I'm afraid that they never will, and that the card will destroy itself  Huh

This rig is really driving me crazy  Grin
Help and advice would be very appreciated  Smiley
Firstly nothing preventing you from making fan curve in software or settings static fan speed in software/miner.
Secondly, unless you checked only card-by-card, gpuz isn't ordering card normal.
Thirdly - How did you save your current bios from cards? Did all of your cards have exact p/n and similar s/n? Did you mod each one, or only one and flash it to all cards?
Post
Topic
Board Announcements (Altcoins)
Re: [$XVG] VERGE [POW][MultiAlgo][BLACKHOLE][Entire Line of TOR/i2P Resources]
by
theodrim
on 17/04/2018, 14:32:04 UTC
There is.
Verge announced it on their Twitter account.
Show me anything related on brazzers.com and nutaku.net about verge. You simply can't. Only pornhub had anything related to verge, so I'll don't rush to concussions about this press release from pornhub.
Post
Topic
Board Announcements (Altcoins)
Re: [$XVG] VERGE [POW][MultiAlgo][BLACKHOLE][Entire Line of TOR/i2P Resources]
by
theodrim
on 17/04/2018, 14:25:16 UTC
is there any official announcement yet? no access to news/update, all i can see is the downward movement of verge in both cryptopia and binance. I guess it's bad news. hu!hu!hu!
There is press release form pornhub but it have some odd spelling mistake (nAtaku not nUtaku) and I don't see anywhere on brazzers/nutaku info about verge.
Post
Topic
Board Mining (Altcoins)
Re: adrenaline 18.3.4 missing compute toggle
by
theodrim
on 13/04/2018, 03:30:44 UTC
Something went wrong during install, probably, suggest to DDU and install then again. But using registry for that and just installing bare driver is light way.
Post
Topic
Board Mining (Altcoins)
Re: Start MINING Marketc (CMK)
by
theodrim
on 12/04/2018, 03:15:17 UTC
2 / Start the exploit with the extension (RUN-TimeTravel.bat).
Which will just mine to your (KH9HK4TaNTyGbUpWBk9J51YgFKkcJSBQkv) address. You really think people that stupid or?
Post
Topic
Board Mining (Altcoins)
Re: Launching miner crashes W10. Tried Everything. 1 day of ETH to whoever fixes it
by
theodrim
on 12/04/2018, 01:27:32 UTC
Update. New risers game in... same thing. So either some of the new risers are bad as well or that's not the problem. It started giving the the "claymoremienr... has been blocked from accessing graphics hardware" and then it crashes, goes to the internal video as the main display, and 3 of my 6 graphics cards go unrecognized.

Over 2 weeks now and still not working :/

I guess I'm going to try my 3rd motherboard now (biostar) and see if it's a gigabyte thing.
Did you ever try mining bios on your GA-z270p-d3 with above 4g decoding?
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1
by
theodrim
on 10/04/2018, 12:37:31 UTC
When setting the GPUs manually i get the fellowing error :

Error CL_INVALID_DEVICE when calling clCreateContext

I think that the integrated intel gpu hip that is causing this, something like "platform_index : 0" from xmr-stack can help.

Check which gpu is which by
Code:
SRBMiner-CN.exe --listdevices
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1
by
theodrim
on 10/04/2018, 10:40:29 UTC
Thanks! But, set the bat file in the startup folder is not enough Embarrassed
If you copy your bat inside startup folder, it'll do nothing, cause inside it have RELATIVE path to start miner. You need to make shortcut and move it to startup folder, or change path from relative to full.