Bitcoin Forum
June 17, 2024, 01:40:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3]
41  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: May 29, 2017, 12:16:18 PM
I used -eexit 3, the miner was not closed, it tried to restart the GPU and it restarted successfully, however after the restart, the GPU produce 0 sols and so the miner keep running. I think it may come from the temperature, I only see the problem when it reach 70 degree C, although I set the limit at 85.

I will try the loop later, seems it is the only way to solve the problem.

One more thing is sometime my rig crashed, the computer is hanged, mouse can not move, but the GPU and CPU fan are still running like crazy, the only way to solve it is to unplug the power, I am not sure if it is because I ran 7 cards or not, I thought it should be fine since my MOBO support 7 pci

Just for the record, here is my spec
Mobo Asus z270a
CPU g4560 3.5ghz
Ram 8gb
7 gtx 1080ti
PSU 1600w
Win 10 home
42  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: May 29, 2017, 11:22:33 AM
Guys, do you know how to automatically restart the EWBF miner when the card is not response and produce 0 sols? I ran 7 1080ti on Win 10, about 5-10 hours, the 7 card stop working and produce 0 sols although the miner tried to restart the card several times, so the result is I need to close the miner and open in again in order making it to work. I run in bios stock and 80% power limit

43  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining on: May 28, 2017, 10:00:39 PM
Thank you for your help, I really appreciate that. I tried to disable the on-board VGA on the bios but it seems it does not work. The monitor is connected directly to my MOBO via hdmi cable.

For all the re-config and re-image thing, I will try to do it tomorrow since it is pretty late now in Asia and I may need some sleep after a long day trying to learn about Linux.

I really appreciate your time to support me to solve the problem, you are the hero man Cheesy
44  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining on: May 28, 2017, 09:33:16 PM
Thank you so much for your help, here is the LSPCI

m1@m1-desktop:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 5902 (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)

And here is the xorg.conf

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0@0:2:0"
    Option "AccelMethod" "None"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:2@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:4@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:5@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:6@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:8@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:9@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection
45  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining on: May 28, 2017, 07:58:37 PM
So after I try:
1- The loading is still the same, nothing was changed.
2- The Xorg.conf file is still the same, BUSID: PCI: 1@0:0:0 although I changed the value. There was no error when I saved the file.
3- The 7th card usually crash after 5-15 minutes, it can be restarted, but it does not work after that. The others 6 card are working well.
46  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining on: May 28, 2017, 07:40:01 PM
Here is the terminal start up when I just boot the system. Now I will try to edit the xorg.conf to see if it will change or remain the same.

In addition, it seems my 7th card will stop working after 15-20 minutes, it just display 0W - 0sols. Not sure why it happen. I run well with 6 cards.


spawn sudo dos2unix /media/m1/1263-A96E/oneBash
[sudo] password for m1: spawn sudo ldconfig /usr/local/cuda/lib64
[sudo] password for m1: spawn sudo nvidia-smi -pl 185
[sudo] password for m1: spawn sudo nvidia-xconfig --cool-bits=24
[sudo] password for m1:







ERROR: Error assigning value 55 to attribute 'GPUTargetFanSpeed'
       (m1-desktop:0[fan:0]) as specified in assignment
       '[fan:0]/GPUTargetFanSpeed=55' (Unknown Error).


+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
 
47  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining on: May 28, 2017, 07:22:49 PM
Thank you for your reply, I use 7 card 1080ti, CPU intel pentium 3.5ghz G4560, RAM 8GB, when the system boot up, all I see is the Fan Error (can not set Fan speed), and then it go straight up to EWBF cuba 0.3.3b.

I did edit the onebash file with OC information, not sure why it did not display when the system boot up.
48  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining on: May 28, 2017, 06:29:27 PM
Thank you for the image, it works very well for my mobo ASUS z270A, I can access the OS now. Everything is fine, but I get trouble with the xorg.conf. I did edit the file, but somehow after the reboot, it back to original one.

For example, my PCI BUSID when I use lspci is 01:00.0
The original xorg.conf is  BusID    "PCI:1@0:0:0"
I think it is almost the same, but to be sure, I edit it to: PCI:01:00.0
I also tried to edit it to PCI:01:0:0

But after the reboot, it always back to "PCI:1@0:0:0"

Is the point of editing xorg.conf is to match the lspci address with the BUSID, and then the OC value in onebash file can be appiled? I actually do not understand the concept here since I am a very newbie Linux.


Just for the record, I set my powerlimit to 185 and so my card can get around 620sol. I guess if I can apply the OC value, it can go up to 680, which is pretty good.
49  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining on: May 28, 2017, 01:02:59 AM
Hello, I use the MOBO ASUS Z270A Prime, so which image should I download? I downloaded the MSI z270A and I am not sure if it was a good idea since I can not boot to the Utunbu, it keep stuck on the loading screen, like this http://i303.photobucket.com/albums/nn129/Quinflax/IMAG0079.jpg

I waited for more than 30 minutes but nothing change.

My rig contains 7 gpu galax 1080ti, I tried to reduce the number to 3 but but the problem is still there. I can still load to Window or Utunbu installed on SSD.

Please help.
50  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: May 28, 2017, 12:49:42 AM
Dude, I am new to it, I managed to run the miner file on Linux x64 but I do not know where to edit the server ip and wallet address. There is only 2 file in the download, 1 is help and 1 is miner. Can some1 please teach me how to edit my wallet address?

51  Alternate cryptocurrencies / Mining (Altcoins) / [NEED HELP] My ethereum rig just can not boot, mobo ASUS z270a on: May 22, 2017, 01:51:21 PM
Hello so my rig contains:

MOBO: Asus z270a prime LGA1151   
CPU: Intel pentium G4560 LGA1151  <<< FAN spin when power on
RAM: Kingston 4GB DDR4 2133 CL14 288 - Pin UDIMM
PSU: Corsair RM1000x   <<< FAN spin when power on
GPU: MSI gaming rx580 x 6, but I just plug 1 and the MOBO just can not boot.
SimpleminingOS USB

So I assembled my first rig, connect  the PSU with the MOBO, both 24pin and 8pin, RAM on the A2 slot, CPU on the right direction, CPU fan plugged in and run well. Everything seems good, but the MOBO just can not boot. I power it up and just see the LED on, the CPU fan running, nothing happen on the monitor.

So I check the 4 LEDS, only the DRAM Led is on, and then I tried to press MEMok button, it does not help, the Dram Led flash, and then still on, which indicate that there is an error.

I tried to Google for hours, it seems many people have the same problems, but no one can have a solution.

So guys, you are my only hope, or tomorrow I will need to go to retailer to check it up.
52  Alternate cryptocurrencies / Mining (Altcoins) / Re: Business registration for Altcoin/Bitcoin farm? on: May 19, 2017, 08:55:20 AM
Dude, I really appreciate your information, I did not know that if I keep the coin for more than 1 year, it could be tax free, it could be no-brain deal if it can be applied in my country since I have cash flow from another business so I do not need much cash within 1 year.
53  Alternate cryptocurrencies / Mining (Altcoins) / Business registration for Altcoin/Bitcoin farm? on: May 19, 2017, 08:01:46 AM
Hey guys, so with the surge of LTC price, I have more than enough fund to start my own mining farm business, my 80 L3+ are coming on July and I am very excited, I know it is risky considering the upcoming difficulty, but since all the capital came from the trading profit I made with LTC, it is like risk free business for me. However I have a question which is pretty important but I can not find any real answers on Google. With the size of my farm, should I register as a company? Considering these pros/cons:

Pros:
1- Peace of mind, no need to worry that someday the government will close my farm for unregistered business operation, and easy to expand my farm size in the future.

Cons:
1- Bitcoin is not accepted as a currency, as well as they do not incentive people to trade or store bitcoin, but it is not prohibited, so it maybe hard to have the business license
2- The heavy tax for business profit, it is about 20%.

Just for reference, my electricity rate is about 0.085$/kwh, my renting fees is free since I use my own warehouse.


Thank you so much for your help.
Pages: « 1 2 [3]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!