filmes porno buceta gostosa phim sex www xxnxx com xxxvideos porno Xvideos Com

Search Results

minera-rasbperry-pi-mining-image

We have already talked about Minera earlier when it was released as a web-based frontend for Gridseed Scrypt ASIC miners based on sandor111’s CPUminer fork for Gridseed. However the development of Minera did not stop with Gridseed support and the latest version offers much broader support and additional useful features, making it an interesting option for using a Raspberry Pi to control your ASIC hardware. The latest version of Minera comes with sandor111’s CPUminer-GC3355 fork for Gridseed, CGminer Dmaxl Zeus fork for ZeusMiner ASICs as well as the original BFGminer and CGminer software miners and the ASIC miners they support. At the moment Minera is probably going to be most useful to miners using ZeusMiner Scrypt ASICs and we do recommend if you have one of these devices along with a RPi that you are not using for something else to check it out.

For more information and to check out the Minera web-based RPi frontend for ASIC miners…

palit-gtx-750-ti-gpu

Lately there is much talk about power efficiency of various mining algorithms and with the summer here people with GPU mining rigs are looking for algorithms that use less power and thus the video cards run cooler and quieter. We are starting a series of tests with GeForce GTX 750 Ti GPU first and then we are also going to move to other popular video cards for mining crypto currencies such as the Radeon R9 280X for example.

gtx-750-ti-idle-test-system-power-usage

On the photo above you can see the power usage of the GTX 750 Ti video card in idle as well as the idle power usage of the whole system we are using for testing; below you can find the specifications of the hardware. Note that one of the power meters measures only the power usage of the video card (the power meter is attached to the power line going to the card directly and all power going to it passes through the meter, so it does not take into account the PSU power efficiency) and the other one is for the whole system measured at the wall (the actual full power consumption) taking into account the efficiency of the power supply (extra power wasted as heat during the conversion).

The systems we are using for the tests include:
– Palit GeForce GTX 750 Ti StormX OC 2GB video card
– Intel i3-4130 dual-core CPU at 3.4 GHz
– Asus H81M-A Motherboard
– 2x 4GB A-DATA DDR3 1600 MHz Memory
– 1TB Seagate 7200 RPM Hard drive
– 500W Cooler Master Power Supply

gtx-750-ti-power-usage-algorithms

We have used ccMiner for our tests, the latest fork with Fresh algorithm support and we have measured the power usage of the GPU only as well as of the whole system with all of the supported algorithms by that particular version of ccMiner. Do note that if mining for Scrypt for example you will be getting higher power usage, but this is already pretty pointless to be done with GPUs with so many Scrypt ASIC miners already deployed. The results we’ve seen on the GTX 750 Ti are pretty interesting; it seems that the most power efficient algorithms are Fugue256 and HEFTY1 with the new Fresh algorithm following close by with the same power usage as Qubit. The worst performing crypto algorithms on GTX 750 Ti are the Groestl-based ones and the X-ones are pretty much in the middle. Do note however that these are the results measured on GTX 750 Ti, the situation with AMD with the same algorithms may differ significantly and we do plan to run some tests to check the situation there as well, so stay tuned for more very soon, probably tomorrow.

gtx-750-ti-power-usage-meter-2

Since there were some questions and people doubting our measurements, we have repeated the tests with another power meter connected to measure the power going only to the video card and the results are pretty much the same as with the previous meter in terms of power usage as you can see on the photo above. Do note that the Palit GeForce GTX 750 Ti video card that we have used for testing does not have an external PCI-E power connector available, so all of the power going to the video card is from the PCI-E slot. So in order to measure the exact power used by the video card we have used a powered PCI Express x1-x16 USB 3.0 Extender. This extender does not use USB 3.0 interface, just a USB 3.0 data cable for the transmission of data between the PCI-E slot on the motherboard and the video card (no power is transmitted over that cable). Instead the power provided to the video card all goes through the 4-pin Molex power connector on the extender’s board. Also do note that the power measured is coming directly from the power supply, so this measurement for the power usage of the GPU does not take into account the power efficiency of the power supply (loses of power during the conversion from 110V/220V to 12V) and depending on the power supply there will be about 10-20% of extra power lost as heat during the conversion. This power is measured by the second power meter that does measure the full system’s power consumption at the power socket however.

miner-restart-script-windows

There were some people asking for a simple solution to automate the process of restarting a miner software every few hours in order to be sure that it is working fine under Windows OS. The below Batch file code example offers a simple and easy way to do that and it uses sandor’s fork of cpuminer for Gridseed Scrypt ASICs as an example. You need to set the parameters based on the miner and command line you use as well as the time after which the miner process will be killed (default 4 hours), then the script will wait for 10 seconds and start the miner again. There is also a counter to show you the number of restarts that have been executed since you’ve started the Batch script.

@echo off

echo -------------------------------------------------------------------
echo Simple script to restart your miner software after a period of time
echo -------------------------------------------------------------------
echo:

set executable=minerd.exe
set commandline=--freq=1150 --gc3355=\\.\COM1 --url=stratum+tcp://eu2.multipool.us:7777 --userpass=yourworker.1:password
set runforseconds=14400
set restartinseconds=10
set /a counter=0

:start
start "Miner Window" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start

In order to use the code above you just have to copy it and save as a .BAT file as well as to modify some of the variables as per your needs and requirements and then run it. Do note that you will get two program windows, one that will have the Batch script running and another for the miner software. You should not close the windows with the script running as this will stop the execution of the script immediately and the miner software will not be restarted anymore.


top