Pages:
Author

Topic: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL, Open Source - page 22. (Read 631117 times)

full member
Activity: 221
Merit: 100
would be nice to have a list of options
would be nice if those were more standard
-o  pool url and port
-u username
-p password

guiminer won't work with ufasoft because ufasoft uses a combination of url/port/usernam/password for its -o option
member
Activity: 77
Merit: 10
Something wrong with the miner version 0.25
It was working fine with earlier version

Now I get "Found NONCE not accepted by Target"
sr. member
Activity: 378
Merit: 250
Oddly enough, I tried disabling longpolling using the -l no switch and it did the same thing.  But the -A switch seems to have only slight effect.  I'm still getting a few rejects, but it's not one after another.
Correction:  I'm getting quite a string of rejects now.  And it's after updating to the newest miner.  The older versions were working well.  It's just something about this new one that doesn't quite send proper results.
sr. member
Activity: 404
Merit: 251
So, it seems that Ufasoft Miner is ignoring long polling with deepbit.  It starts out fine and then gets reject after reject
Really DeepBit disables long-polling for the Ufasoft miner. Use following option to work-around:
Code:
bitcoin-miner -A somestring
sr. member
Activity: 378
Merit: 250
So, it seems that Ufasoft Miner is ignoring long polling with deepbit.  It starts out fine and then gets reject after reject once the block changes.  Might want to fix that.
full member
Activity: 221
Merit: 100
64-bit on Windows 7 enterprise without using the scrypt option (for bitcoin) does not see my cuda (nvidia graphics card) device.  32-bit version still works with the graphics processor.

Is the 64-bit version intended for scrypt mining only?

I see the same on win7 home premium 64 bit
wont see the nvidia card
and even running 64 bit version on the cpu seems to throw a lot of rejects

the 32 bit version finds the nvidia card runs with less rejects

so much for there being the same
sr. member
Activity: 357
Merit: 250
So is it possible to get around 30 MH/s with system alive?
Try -T max-temperature option:
Code:
bitcoint-miner -T 50 .......

Then the miner will decrease speed if Videocard temperature is higher 50 Celsius degrees.

Thanks! It helped me Smiley
legendary
Activity: 1792
Merit: 1008
/dev/null
So is it possible to get around 30 MH/s with system alive?
Try -T max-temperature option:
Code:
bitcoint-miner -T 50 .......

Then the miner will decrease speed if Videocard temperature is higher 50 Celsius degrees.

nice, didnt know that feature exists.
you should add it to -h (help) Smiley

EDIT: i actually see its already implemented, but not always displayed.
sr. member
Activity: 404
Merit: 251
So is it possible to get around 30 MH/s with system alive?
Try -T max-temperature option:
Code:
bitcoint-miner -T 50 .......

Then the miner will decrease speed if Videocard temperature is higher 50 Celsius degrees.
legendary
Activity: 1792
Merit: 1008
/dev/null
i dont think so, you can pass "-g no" so its not using ur GPU
sr. member
Activity: 357
Merit: 250
sorry, i have no time to read 33 pages... )
tell me please how can i limit the consumption of PC resources so i could work with other programms while bitcoin-miner-64.exe is running?
current settings are
Code:
-a 4 -t 2 -v -o
and everything else is veeeery slow... thanks!
set the priority to below normal/low or dont use all cores (you got 2 as it looks).
you can creat a .bat file and put this in (right click it and select edit):

Code:
C:\WINDOWS\system32\cmd.exe /c start "ufasoft miner" /belownormal "C:\Documents and Settings\K1773R\Desktop\Downloads\bitcoin-miner.exe" -v -o http://K1773R_test:[email protected]:8337 -l yes
you dont have to set -t because its using the max cpu cores if you dont set it (see -help). the code up there should work, you just have to set the path to bitcoin-miner.exe and replace the pool (-o switch)
if the system is still lagging tomuch you change /belownormal to /low but the system wont be stable if you mine 100%, thats normaly for winblows!
just double click the bat file and it should work Smiley
i tried to set -t 1 and lowest priority, but system is still lagging, i think it's because of 100% use of my radeon 4670... actually i thought this miner uses only CPU, but 43 MH/s definitely shows that GPU is working too Smiley So is it possible to get around 30 MH/s with system alive?
sr. member
Activity: 462
Merit: 250
I heart thebaron
0.25

Improved x64 SCRYPT implementation, run bitcoin-miner-64.exe
For me, officially the FASTEST Solidcoin Miner I am running (only tested x64 implementations thus far)......

My Dual I7 Xeon/Win7 x64 Based rigs have seen WELL OVER 5% increase in hashing performance running the latest Ufasoft x64 Miner, over Pooler's last release (pooler-cpuminer-win64-20120103).

Very nice work.

Well, after some testing, it seems the new 64bit miner is EXTREMELY temperamental when it comes to a solid internet connection, which is about the ONLY thing I can blame for the problems I am having.
 
2 of the machines that I am using it on, are on a Wireless Bridged leg of my network and the miner crashes on both after a while and the machines are 99% different with only Win7 x64 and the WiFi Bridge in common. Running Pooler's minerd, the machines stay up for weeks without incident. The new Ufasoft x64 miner lasts only till the network connection gets flaky (of course, my fault).....usually a crash every hour or so, requiring a restart.

The miners that run on wired connections have NO such problems and uptime is 100%.
legendary
Activity: 1792
Merit: 1008
/dev/null
sorry, i have no time to read 33 pages... )
tell me please how can i limit the consumption of PC resources so i could work with other programms while bitcoin-miner-64.exe is running?
current settings are
Code:
-a 4 -t 2 -v -o
and everything else is veeeery slow... thanks!
set the priority to below normal/low or dont use all cores (you got 2 as it looks).
you can creat a .bat file and put this in (right click it and select edit):

Code:
C:\WINDOWS\system32\cmd.exe /c start "ufasoft miner" /belownormal "C:\Documents and Settings\K1773R\Desktop\Downloads\bitcoin-miner.exe" -v -o http://K1773R_test:[email protected]:8337 -l yes
you dont have to set -t because its using the max cpu cores if you dont set it (see -help). the code up there should work, you just have to set the path to bitcoin-miner.exe and replace the pool (-o switch)
if the system is still lagging tomuch you change /belownormal to /low but the system wont be stable if you mine 100%, thats normaly for winblows!
just double click the bat file and it should work Smiley
sr. member
Activity: 462
Merit: 250
I heart thebaron
0.25

Improved x64 SCRYPT implementation, run bitcoin-miner-64.exe
For me, officially the FASTEST Solidcoin Miner I am running (only tested x64 implementations thus far)......

My Dual I7 Xeon/Win7 x64 Based rigs have seen WELL OVER 5% increase in hashing performance running the latest Ufasoft x64 Miner, over Pooler's last release (pooler-cpuminer-win64-20120103).

Very nice work.
sr. member
Activity: 357
Merit: 250
sorry, i have no time to read 33 pages... )
tell me please how can i limit the consumption of PC resources so i could work with other programms while bitcoin-miner-64.exe is running?
current settings are
Code:
-a 4 -t 2 -v -o
and everything else is veeeery slow... thanks!
sr. member
Activity: 404
Merit: 251
64-bit on Windows 7 enterprise without using the scrypt option (for bitcoin) does not see my cuda (nvidia graphics card) device.  32-bit version still works with the graphics processor.

Is the 64-bit version intended for scrypt mining only?

32-bit and 64-bit Windows versions have identical functionality.
Probably it can't find 64-bit nvcuda.dll on your computer.
sr. member
Activity: 459
Merit: 250
64-bit on Windows 7 enterprise without using the scrypt option (for bitcoin) does not see my cuda (nvidia graphics card) device.  32-bit version still works with the graphics processor.

Is the 64-bit version intended for scrypt mining only?
legendary
Activity: 1792
Merit: 1008
/dev/null
0.25

Improved x64 SCRYPT implementation, run bitcoin-miner-64.exe

error in x64 fixed (when compiling in linux, dunno about winblows).
packages uploaded Smiley
sr. member
Activity: 404
Merit: 251
0.25

Improved x64 SCRYPT implementation, run bitcoin-miner-64.exe
sr. member
Activity: 404
Merit: 251
Haw You did it: "Support of BitForce devices"  ??

They wont show thier dev. They wont tell any1 when they will ship.
Haw You did it?? Smiley
I have developed code for them by interface specifications. Remotely tested.

Pages:
Jump to: