d3m0n1q_733rz
|
|
February 20, 2012, 11:02:07 PM |
|
Can someone please provide the .27 version? I'm running on Windows 64 bit.
Right click on your bitcoin-miner.exe file, open properties, click on the previous version tab, click the version from your most recent system restore point. Im new to mining, I only started yesterday, so there is no way to check for a previous version as I didn't have any before .28 Oh...well, I suppose that's something then. I'll see what I can dig up.
|
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
|
|
|
Elmojo
|
|
February 21, 2012, 02:29:07 AM |
|
Could someone post 0.27 for Win7 64 bit?
I have it, but can't seem to figure out how to post attachments. Help anyone?
|
|
|
|
|
d3m0n1q_733rz
|
|
February 21, 2012, 03:28:50 PM |
|
Thanks. For some reason I get only 2.7-2.8Mh/s with 64 bit version. 32 bit version gets a steady 3.1 Mh/s. It should have been the other way around, so I'm running 32 bit for now. Win 7 is 64 bit, drivers are 64 bit, all my other software is 64 bit. Don't worry about it, I get fewer hashes and more errors with the 64-bit version too. It's sort of a work in progress I think.
|
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)
|
|
February 22, 2012, 10:14:37 AM |
|
The 0.28 bug fixed now. SolidCoin mining code was added incorrectly in the previous version.
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
ufasoft (OP)
|
|
February 22, 2012, 02:59:25 PM |
|
el\comp\stdafx.cpp (missing, used in Comp branch) el\extres.h (bitcoin-miner.rc includes it)
fixed now
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
d3m0n1q_733rz
|
|
February 22, 2012, 03:10:02 PM |
|
Thanks ufasoft.
ver 28, 64 bit works on Windows.
How do you compile Windows binaries?
Thanks
It's sort of tricky. It involves downloading and installing multiple python packages and sources that don't like to work properly half of the time you're installing them. : / It's probably best to wait for the binary to be recompiled.
|
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)
|
|
February 22, 2012, 03:16:31 PM |
|
It's sort of tricky. It involves downloading and installing multiple python packages and sources that don't like to work properly half of the time you're installing them. : / It's probably best to wait for the binary to be recompiled.
No Python used in the Ufasoft miner. By default only CPU and BitFORCE mining modules enabled in the VS2010 project file. If you want to compile GPU mining, you should download AMD APP SDK + AMD Display Library + CUDA SDK.
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
ufasoft (OP)
|
|
February 22, 2012, 06:01:17 PM |
|
# include "libext/ext-os-api.h"
This file added now. You can create empty missing .h files. They are mostly for compatibility with POSIX environment. To compile GPU modules select files in the GPU branch of the project and set "Excluded for Build" property to False. Missing .h/.lib files can be found in SDKs.
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
ufasoft (OP)
|
|
February 22, 2012, 06:04:48 PM |
|
Are you really using VS to compile win binaries or gcc and minGW?
Yes, VS is primary compiler. I'm using VS11 for my binaries, but the source code compatible with VS2010
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
ufasoft (OP)
|
|
February 22, 2012, 06:34:16 PM |
|
I think I've screw up with il and ptx file generations. Can you add them to the source tar? Do I need them? I have empty il files :-(
The template for compilation of .il in the Makefile.am: clisp gen-btc-gpu.lisp evergreen vector
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
ufasoft (OP)
|
|
February 22, 2012, 06:36:57 PM |
|
Can you add *.il and *.ptx files to the sources tar?
They are not source code. BTW You can extract them from bitcoin-miner.exe by any Windows Resource editor/extractor.
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
ufasoft (OP)
|
|
February 22, 2012, 08:43:35 PM |
|
I'm missing the source code for it.
el/comp/gpu-cuda.cpp el/comp/gpu-cuda.h
Could you add these CUDA files to el\comp?
done
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
d3m0n1q_733rz
|
|
February 22, 2012, 10:22:47 PM |
|
It's sort of tricky. It involves downloading and installing multiple python packages and sources that don't like to work properly half of the time you're installing them. : / It's probably best to wait for the binary to be recompiled.
No Python used in the Ufasoft miner. By default only CPU and BitFORCE mining modules enabled in the VS2010 project file. If you want to compile GPU mining, you should download AMD APP SDK + AMD Display Library + CUDA SDK. Sorry, I was thinking of another program I had to compile recently that was giving me issues. >_< I tell you, compiling from source is like pulling teeth sometimes.
|
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)
|
|
February 22, 2012, 10:26:39 PM |
|
Is there CudaArchitecture class that I'm missing (sort of like BitforceArchitecture for Bitforce devices).
Yes, src/miner-cuda.cpp added now. Thank you for message.
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
Endeavour79
|
|
February 23, 2012, 02:22:24 AM |
|
Are the Windows binaries in the first post updated already or still the buggy 0.28 version?
|
NSW, Australia - Rigs, Mining, Pools - Local help needed? Send me a message!
|
|
|
ufasoft (OP)
|
|
February 23, 2012, 02:55:30 AM |
|
Are the Windows binaries in the first post updated already or still the buggy 0.28 version?
updated
|
Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
|
|
|
Naven
Newbie
Offline
Activity: 22
Merit: 0
|
|
February 24, 2012, 07:15:09 PM |
|
make all-am make[1]: Entering directory `/home/naven/src/ufasoft_bitcoin-miner-0.28' g++ -std=c++0x -Wno-invalid-offsetof -g -O2 -o bitcoin-miner bitcoin-miner.o bitcoin-sha256.o bitcoin-sha256-x86x64.o miner.o miner-bitforce.o src/bitcoin_sha256_x86x64.o ext-protocols.o ext-handlers.o ext-encoding.o threader.o ext-file.o ext-fw.o datetime.o ext-base.o ext-os.o ext-app.o ext-string.o ext-blob.o ext-stream.o ext-core.o ext-ip-address.o ext-net.o http.o stack-trace.o binary-reader-writer.o sha256.o salsa20.o scrypt.o el/crypto/x86x64/sha256_x86x64.o el/crypto/x86x64/scrypt_x86x64.o regex.o -lrt -ldl -lcurl -lpthread -lpcre miner.o: In function `Coin::BitcoinMiner::CalcHash(Coin::BitcoinWorkData const&)': /home/naven/src/ufasoft_bitcoin-miner-0.28/src/miner.cpp:602: undefined reference to `Coin::SolidcoinHash(Ext::ConstBuf const&)' miner.o: In function `Coin::WorkerThread::MineSolid(Coin::BitcoinWorkData&)': /home/naven/src/ufasoft_bitcoin-miner-0.28/src/miner.cpp:908: undefined reference to `Coin::SolidcoinHash(Ext::ConstBuf const&)' collect2: ld returned 1 exit status make[1]: *** [bitcoin-miner] Error 1 make[1]: Leaving directory `/home/naven/src/ufasoft_bitcoin-miner-0.28' make: *** [all] Error 2
with "UCFG_BITCOIN_SOLIDCOIN=1"
|
|
|
|
|
d3m0n1q_733rz
|
|
March 02, 2012, 10:06:08 PM |
|
Hey, just attempted to compile this on another Linux machine and I'm getting error 80004005. Could someone explain this error to me yet?
|
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
|
|
|
|