Bitcoin Forum
March 19, 2024, 10:50:32 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
  Print  
Author Topic: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL, Open Source  (Read 630752 times)
aspirez
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
May 07, 2012, 04:40:53 PM
 #781

Quote from: ufasoft
Remove "exclude" attribute of all GPU-supporting files (some of them at "comp" branch).

Done that but still getting same errors Sad

You mean search Functions declarations in the internet, right? Because i didn't find them at the project files.
1710845432
Hero Member
*
Offline Offline

Posts: 1710845432

View Profile Personal Message (Offline)

Ignore
1710845432
Reply with quote  #2

1710845432
Report to moderator
1710845432
Hero Member
*
Offline Offline

Posts: 1710845432

View Profile Personal Message (Offline)

Ignore
1710845432
Reply with quote  #2

1710845432
Report to moderator
1710845432
Hero Member
*
Offline Offline

Posts: 1710845432

View Profile Personal Message (Offline)

Ignore
1710845432
Reply with quote  #2

1710845432
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710845432
Hero Member
*
Offline Offline

Posts: 1710845432

View Profile Personal Message (Offline)

Ignore
1710845432
Reply with quote  #2

1710845432
Report to moderator
1710845432
Hero Member
*
Offline Offline

Posts: 1710845432

View Profile Personal Message (Offline)

Ignore
1710845432
Reply with quote  #2

1710845432
Report to moderator
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
May 07, 2012, 04:44:51 PM
 #782

You mean search Functions declarations in the internet, right? Because i didn't find them at the project files.

No. for example:
void CuEngine::Init() is in the file
Code:
el/comp/gpu-cuda.cpp

and you need CUDA and AMD APP, Display SDKs.
Download them from AMD, NVidia sites

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
aspirez
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
May 07, 2012, 10:10:41 PM
 #783

Thanks !!!

The problem was at included .lib files!

Yesterday i included x64 versions of cuda.lib, OpenCL.lib , and now i tried with x86 and everything looks ok  Smiley
FalconFour
Full Member
***
Offline Offline

Activity: 176
Merit: 100



View Profile WWW
May 31, 2012, 05:08:04 PM
 #784

OK, so, little problem with 0.30.

crash... crash... crash... crash... crash... crash...

Open the file with no parameters: crash
Verbose: crash
With any URL: crash
With a valid worker URL: crash
With a pool URL and no credentials: crash
From a shortcut: crash
From command line: CRASH!
With updated drivers: CRASH!!

... What the heck? Can this thing at least do some kind of error catching to tell me what the hell the error is? And more importantly, can't Google tell me ANYTHING about these crashes?

A8-3820 APU with Windows 7 64-bit on a brand new HP desktop. Pressing on, but seriously, this "no-information launch-and-crash" crap is annoying.

edit: oh, the 32-bit version works. Being as though the only file with the name "bitcoin-miner" was the 64-bit version, I didn't see "COIN-miner" down later in the directory list. Still runs like slow putzy crap compared to the BitMinter miner, though... which is strange considering Ufasoft usually dominates performance. :/

feed the bird: 187CXEVzakbzcANsyhpAAoF2k6KJsc55P1 (BTC) / LiRzzXnwamFCHoNnWqEkZk9HknRmjNT7nU (LTC)
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
May 31, 2012, 06:46:45 PM
 #785

OK, so, little problem with 0.30.

crash... crash... crash... crash... crash... crash...
Fixed in the 0.31.
Great thanks for bug report.
Latest ASM code was not tested under x64.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
aspirez
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
June 02, 2012, 01:25:22 PM
 #786

Can you please post a link to  the 0.31 version, because that on the first post i for Ufasoft Coin
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
June 04, 2012, 12:07:28 AM
 #787

Can you please post a link to  the 0.31 version, because that on the first post i for Ufasoft Coin
The miner merged with "Ufasoft Coin" package. You can install it or just unpack by 7-ZIP, and use coin-miner.exe

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
June 16, 2012, 03:54:52 PM
 #788

Its an ARM 7v2 "Gumstix" with ubuntu 11.04 customised.
GCC is 4.5

The miner now supports ARM CPU under Linux:
http://ufasoft.com/files/ufasoft_bitcoin-miner-0.32.tar.lzma

Tested on  Toshiba AC100 with Ubuntu 12.04

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
Flowz
Member
**
Offline Offline

Activity: 114
Merit: 10


Bitcoin = Money for the people, by the people.


View Profile
June 16, 2012, 05:25:59 PM
 #789

I am trying to compile Ufasoft with GPU.
I downloaded:
CUDA Toolkit
AMD APP SDK
AMD ADL SDK

They all installed fine.
I opened up the sln file and made sure I excluded no GPU file and I also changed the "sysdef.h" to what you posted before.

I use VS2010, went to "Project" -> "Properties" -> "VC++ Directories".

I changed the include directories to:


and the library directories to:


It compiles all smoothly, untill I run it.
It pops up with a window saying:
"This application could not start because nvcuda.dll was not found. Re-installing this application might solve this problem."
A rough translation though, the problem is obviously in the CUDA.
Should I install the CUDA dev-drivers for this?
I'm pretty much guessing the problem is located there, and that when I compile it, the library does not snack that nvcuda.dll with the project.  I would be pleased if you would give your input on this problem.

My own machine has a AMD Radeon in it, so I can't actually install the driver, but I unpacked it somewhere.
I found that there is a file 'nvcuda.dl' (not dll) in the following path:
"C:\NVIDIA\DisplayDriver\301.32\WinVista_Win7\English\Display.Driver\"
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
June 16, 2012, 05:56:50 PM
 #790

Add nvcuda.dll to Linker's option "Input | Delay Loaded DLLs"

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
Flowz
Member
**
Offline Offline

Activity: 114
Merit: 10


Bitcoin = Money for the people, by the people.


View Profile
June 16, 2012, 06:07:13 PM
 #791

Add nvcuda.dll to Linker's option "Input | Delay Loaded DLLs"
Even if I don't have the nvidia drivers installed?

ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
June 16, 2012, 06:13:21 PM
 #792

Add nvcuda.dll to Linker's option "Input | Delay Loaded DLLs"
Even if I don't have the nvidia drivers installed?
Yes. It means that the miner will check presence of nvidia.dll at run-time.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
Flowz
Member
**
Offline Offline

Activity: 114
Merit: 10


Bitcoin = Money for the people, by the people.


View Profile
June 16, 2012, 06:17:35 PM
Last edit: June 16, 2012, 07:44:57 PM by Flowz
 #793

Add nvcuda.dll to Linker's option "Input | Delay Loaded DLLs"
Even if I don't have the nvidia drivers installed?
Yes. It means that the miner will check presence of nvidia.dll at run-time.

I did it, and indeed it does not give me an error anymore!
But something else is wrong now :/
I'm sorry to bother you like that.

Errors:
Unhandled exception at 0x7629fc56 in bitcoin-miner.exe: 0xC06D007E: Module not found.

> -      szDll   0x003e44b0 "nvcuda.dll"   const char *


I did some research on this problem and this is what I found:
http://lists.macserve.net/pipermail/valentina/2007-September/021555.html


and afterwards only the following error repeated:
Unhandled exception at 0x00000000 in bitcoin-miner.exe: 0xC0000005: Access violation.
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
June 17, 2012, 02:57:19 AM
 #794


Unhandled exception at 0x7629fc56 in bitcoin-miner.exe: 0xC06D007E: Module not found.

> -      szDll   0x003e44b0 "nvcuda.dll"   const char *


I did some research on this problem and this is what I found:
http://lists.macserve.net/pipermail/valentina/2007-September/021555.html

Please pack your entire project directory and send it (or web-link)  to support@ufasoft.com

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
aspirez
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
June 18, 2012, 10:34:55 PM
 #795

Hi Smiley
which of the .dll files in Ufasoft Coin folder is needed to run properly the coin-miner.exe ?
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
June 19, 2012, 02:12:32 AM
 #796

Hi Smiley
which of the .dll files in Ufasoft Coin folder is needed to run properly the coin-miner.exe ?
usft_ext.dll, miner.dll

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
d3m0n1q_733rz
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250



View Profile WWW
June 22, 2012, 08:07:24 AM
 #797

Interestingly enough, I've actually seen better performance out of this miner by using the newer bitcoin-miner.exe file with an older miner.dll.  And it's a rather drastic increase.  All of the output hashes are still correct as well.  ^_^

Funroll_Loops, the theoretically quicker breakfast cereal!
Check out http://www.facebook.com/JupiterICT for all of your computing needs.  If you need it, we can get it.  We have solutions for your computing conundrums.  BTC accepted!  12HWUSguWXRCQKfkPeJygVR1ex5wbg3hAq
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
June 22, 2012, 09:38:23 AM
 #798

Interestingly enough, I've actually seen better performance out of this miner by using the newer bitcoin-miner.exe file with an older miner.dll.  And it's a rather drastic increase.  All of the output hashes are still correct as well.  ^_^
What is the "newer bitcoin-miner.exe"?
We don't build bitcoin-miner.exe anymore.

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
d3m0n1q_733rz
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250



View Profile WWW
June 24, 2012, 03:48:53 AM
 #799

Interestingly enough, I've actually seen better performance out of this miner by using the newer bitcoin-miner.exe file with an older miner.dll.  And it's a rather drastic increase.  All of the output hashes are still correct as well.  ^_^
What is the "newer bitcoin-miner.exe"?
We don't build bitcoin-miner.exe anymore.
Looks like I'm using 0.27.  I'll give the newer one a try and see what my results are.  I'll also mix and match the miner.dll versions and see what happens.

Funroll_Loops, the theoretically quicker breakfast cereal!
Check out http://www.facebook.com/JupiterICT for all of your computing needs.  If you need it, we can get it.  We have solutions for your computing conundrums.  BTC accepted!  12HWUSguWXRCQKfkPeJygVR1ex5wbg3hAq
aspirez
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
June 25, 2012, 02:55:27 PM
 #800

Hello,
can you post the latest source code of the miner   Smiley
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!