Pages:
Author

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

member
Activity: 75
Merit: 10
Well I finally got it to work briefly.  I did read all the rest of the thread.  Anyway I kept playing with it and trying different ways of connecting to my pool and finally got one to work.  I was getting about 2000 mh/s and it went along for a while until my Internet got interrupted.  When it came back on I can no longer get it to work.  I will start it and the bitcoin miner will quit and I get a message saying so.  I am inputting the same thing that worked before and can't figure out what is going wrong.  What I am trying is C:\"Program Files (x86)"\Ufasoft\Coin\bitcoin-miner-64.exe -a 5 -v -o http://username:[email protected]:8332.  It will start and then stop before it actually starts hashing and I get a message that bitcoin miner has stopped working.  I am sorry to be asking such noob questions but I would like to get this working.
legendary
Activity: 1792
Merit: 1008
/dev/null
open cmd (win + r -> cmd -> ENTER), "bitcoiner-miner.exe -h" without " then u'l see the help page, everything is described there Wink
member
Activity: 75
Merit: 10
Sorry about that.  I have read about twenty pages of the thread and hadn't seen an answer.  I got it to stay up anyway.  I wasn't putting parenthesis around the "Program Files (x86)".  So now I got it staying open and it shows my cpu, both video cards and both BitForce Singles.  Now to figure out how to configure all of them so I can get mining.  I'll go ahead and read the rest of the thread and hope it will show me how to do that.
legendary
Activity: 1792
Merit: 1008
/dev/null
like 80% of all questions are the same, arent u able to read the older posts? ufasoft programmed the miner for everyone, why cant you do a lilbit urself?

@ufasoft: you should create a FAQ @ ur first post so we dont have to answer this all the time.
member
Activity: 75
Merit: 10
Thanks, I got it to clear and then reinstalled.  Now I am probably not doing something obvious but I can't get it to run.  I have a windows 7 x64 so I try to run the bitcoin-miner-64.exe but I just get a flash of my command line and then it disappears.  I haven't been able to configure my cards or boxes or do anything.  I do have an updated bitcoin-QT on my system.  Is there something else I need or am I overlooking something obvious?
sr. member
Activity: 404
Merit: 251
Hi, I am having a problem getting Ufasoft installed.  I am running Windows 7 Pro x64.  I downloaded Ufasoft checkmarked just for BitCoin and it started updating the blocks.  Then my power went out.  When I started back up it didn't show any blocks and when I marked BitCoin I got SQLite Error database disk image

1. Remove %APPDATA%\Ufasoft\Coin directory to clear database state

2. If you need only miner, don't run Coin.exe, use only coin-miner.exe command line utility
member
Activity: 75
Merit: 10
Hi, I am having a problem getting Ufasoft installed.  I am running Windows 7 Pro x64.  I downloaded Ufasoft checkmarked just for BitCoin and it started updating the blocks.  Then my power went out.  When I started back up it didn't show any blocks and when I marked BitCoin I got SQLite Error database disk image malformed.  I ended up deleting the Ufasoft file from my Program Files x86 folder.  When I went to download Ufasoft again it gave me a board to remove Ufasoft so I did.  Then when I downloaded it again it gave me the same board as the first time.  However, nothing comes checked on the currency tab and when I check for BitCoin I once again get the SQLite Error database disk image malformed.  I have deleted my temp files in case something was carrying over and done all of this a couple of times.  I still get the same result.  Is the SQLite file in more places than just in the Ufasoft file in Program Files x86?  Any clue how to fix this?  I have an e8500 core 2 cpu and two XFX 6870 video cards.  I also just got two BifForce Singles and they recommend Ufasoft so I would like to get it running.
full member
Activity: 182
Merit: 100
Crazy that at stock speeds my i7-3610QM gets almost as many MH/s as my i7-3930K.
sr. member
Activity: 471
Merit: 256
Nice. How does one go about configuring mining with pools etc with this program though? I mean to work with the rightclick>mine method in the client?
hero member
Activity: 1330
Merit: 502
Vave.com - Crypto Casino
sr. member
Activity: 404
Merit: 251
The miner now supports ARM CPU under Linux:
Tested on  Toshiba AC100 with Ubuntu 12.04

How you do to build it?
im not expert but i tryied:

No cross-compiling. Just build on ARM notebook with Ubuntu installed
hero member
Activity: 1330
Merit: 502
Vave.com - Crypto Casino
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

How you do to build it?
im not expert but i tryied:

Code:
CROSS_COMPILE=arm-linux-gnueabi-gcc ./configure --build=arm-linux --target=arm-linux --host=arm


but i get

Code:
checking for curl_global_init in -lcurl... yes
checking for dlopen in -ldl... yes
checking for clock_gettime in -lrt... yes
checking for gcc 4.4... configure: error: in `/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32':
configure: error: cannot run test program while cross compiling
See `config.log' for more details

if i remove those lines in the config file, configure success, but when i try to make it i get

Code:
bitcoin-sha256.o: In function `SseBitcoinSha256':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/src/bitcoin-sha256sse.h:93: undefined reference to `vtable for Coin::SseBitcoinSha256'
bitcoin-sha256.o: In function `Coin::BitcoinSha256::FindNonce(unsigned int&)':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/src/bitcoin-sha256.cpp:99: undefined reference to `CalcSha256'
miner.o: In function `SseBitcoinSha256':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/src/bitcoin-sha256sse.h:93: undefined reference to `vtable for Coin::SseBitcoinSha256'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/src/bitcoin-sha256sse.h:93: undefined reference to `vtable for Coin::SseBitcoinSha256'
sha256.o: In function `Ext::Crypto::SHA256::HashBlock(void*, unsigned char const*, unsigned long)':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/sha256.cpp:74: undefined reference to `Sha256Update_x86x64'
scrypt.o: In function `Ext::Crypto::CalcSCryptHash_80_3way(unsigned int const*)':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:267: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:268: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:278: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:288: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:291: undefined reference to `Sha256Update_4way_x86x64Sse2'
scrypt.o:/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:303: more undefined references to `Sha256Update_4way_x86x64Sse2' follow
scrypt.o: In function `Ext::Crypto::CalcSCryptHash_80_3way(unsigned int const*)':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:344: undefined reference to `ScryptCore_x64_3way'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:366: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:389: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:391: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:394: undefined reference to `Sha256Update_4way_x86x64Sse2'
collect2: ld returned 1 exit status
make[1]: *** [bitcoin-miner] Error 1
make[1]: Leaving directory `/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32'
make: *** [all] Error 2
shivan@ubuntu:~/Desktop/ufasoft_bitcoin-miner-0.32$

newbie
Activity: 41
Merit: 0
Hello,
can you post the latest source code of the miner   Smiley
sr. member
Activity: 378
Merit: 250
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.
sr. member
Activity: 404
Merit: 251
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.
sr. member
Activity: 378
Merit: 250
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.  ^_^
sr. member
Activity: 404
Merit: 251
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
newbie
Activity: 41
Merit: 0
Hi Smiley
which of the .dll files in Ufasoft Coin folder is needed to run properly the coin-miner.exe ?
sr. member
Activity: 404
Merit: 251

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 [email protected]
member
Activity: 114
Merit: 10
Bitcoin = Money for the people, by the people.
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.
Pages:
Jump to: