Search content
Sort by

Showing 7 of 7 results by derdigge1982
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.6 (Windows/Linux)
by
derdigge1982
on 12/04/2018, 22:37:58 UTC
anyone else noticed that fanmin does not work anymore with 11.6 on linux?

/clay116/ethdcrminer64 -epool $pool:port -ewal $eth_adress -epsw x -mode 1 -dbg -1 -wd 0 -fanmin 60

Works correct wit claymore 10.6 i came from before update. on 11.6 it has no effect
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.7c: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
derdigge1982
on 12/03/2018, 09:49:00 UTC
Sorry for not reading all 50 Pages.

Is there a linux Version yet?

Thanks.
Post
Topic
Board Mining (Altcoins)
Re: atiflash linux
by
derdigge1982
on 28/02/2018, 21:13:37 UTC
--- UPDATE ---

No matter what i do i cant flash more than 10 cards.
Code:
atiflash -fa -fp -pa mod.rom

flases card 0 till 9

it says updated 13 cards but it flases 0,1,2 double times:
Code:
$> atiflash -i 10

adapter bn dn dID       asic           flash      romsize test    bios p/n
======= == == ==== =============== ============== ======= ==== ================
   1    02 00 67DF Ellesmere       M25P40/c         80000 pass       -


any thoughts?
Post
Topic
Board Mining (Altcoins)
Re: atiflash linux
by
derdigge1982
on 27/02/2018, 09:56:46 UTC
So there's no way I can boot my host system on a TFTP servers that is hosted on this very same host Smiley... D'oh!
Don't you have any spare physical machine on that network? I'm sure you know you can use anything for pxe serving.

When done, it gets the status of a file and mmap some memory and then print the "no adapter found" message:
Not sure, but that read is for checking vendor id, and in your case it's not finding valid one. I assume you tested this with all cards plugged and there is no way to test it with only single card, right?

I use an mynet router n750 its a 560Mhz mips cpu. i have 2 usb sticks in it with software raid1.
Today there are booting 5 Rigs of that one without a hassle. It is good solution as you have the same readonly rootfs
on all rigs. When you are after a mor powerful machine i would suggest a tplink c2600. it has 2x1.4 ghz + 512mb ram.(50$ on ebay)

Or maybe you have something laying arround? Raspi?


But back to topic. I realized that this is a kernel issue. Try to use a rocm kernel such as 4.11.0-kfd-compute-rocm.
With this kernel i can use atiflash but i have a 4% lower shares/hour ratio in comparsion to amdgpu on  Kver 4.14.

Happy hashing Smiley
derdigge
Post
Topic
Board Mining (Altcoins)
Re: atiflash linux
by
derdigge1982
on 26/02/2018, 22:13:59 UTC
Run it with strace, and see where it's stumbles. Also, did you grab your binary from here https://github.com/d13g0s0uz4/atiflash or somewhere else?

allready head that idea. here a snippet for a valid rx580 pci id:

Code:
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 3
pread64(3, "\0\3", 2, 10)               = 2
close(3)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 3
pread64(3, "\2\20", 2, 0)               = 2
close(3)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 3
pread64(3, "\2\20", 2, 0)               = 2
close(3)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 3
pread64(3, "\347\0\0\3", 4, 8)          = 4
close(3)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 3
pread64(3, "\337g", 2, 2)               = 2
close(3)                                = 0
iopl(3)                                 = 0
iopl(3)                                 = 0

Post
Topic
Board Mining (Altcoins)
Re: atiflash linux
by
derdigge1982
on 26/02/2018, 20:22:00 UTC
As i found often useful information here, iam happy to help others.
I uploded my win pe image i pxeboot for flashing my rigs.

https://www.file-upload.net/download-13000608/pxeroot.rar.html

you can pxeboot it using ipxe. this is my ipxe function for it.

Code:
# Windows PE - for flashing
:wind

kernel http://${srv_}:88/win/wimboot
initrd http://${srv_}:88/win/BCD BCD
initrd http://${srv_}:88/win/boot.sdi boot.sdi
initrd http://${srv_}:88/win/boot.wim boot.wim
boot ||
#

google for setting up or using ipxe environment. maybe pxelinux can boot that one too.

keep in mind, that this image boots with firewall disabled and passwordless vnc server running.
this is for local net/vpn.
Post
Topic
Board Mining (Altcoins)
Re: atiflash linux
by
derdigge1982
on 26/02/2018, 11:38:34 UTC
Hi @alxgomz

I am in the same boat. As my rigs are pxebooting and headless, bios mods are painful.
Just whant to tell you my current solution. My rigs are identified by its macadress using ipxe scripts.
I changhe the default bootoption for that rig to WINPE and reboot it.

I build an winpe image which has vnc running by default aufter bootup.(google for that) From my lede router there is
a cifsmount as a working directory containing PBE/SRBPolaris/atiflash. This router is also the tftp and nfsroot host.

Its not what i want but the only solution i found(beside using nvidia GPUS) Wink
AMD doesent care if you ask the support for help. atiflash hasnt worked for me on any of my boards including:
ASRock H110 Pro BTC+ ; Gigabyte H110-D3A BTC Edition ; MSI B250 Krait Gaming ; Gigabyte Z370P D3

I dont remember more i´ve tried. The "Freedos Solution" is failing also for me. (Adapter not found)

BR
derdigge