Bitcoin Forum
May 14, 2024, 01:34:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 »
181  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client 0.33 for Windows on: October 06, 2012, 08:42:15 PM
I'm having trouble importing my wallets. It repeatedly asks me for the passphrase for the BTC wallet I am importing. I have entered the correct passphrase, changed the passphrase to something shorter, re-changed the passphrase to other things and back again. It will not import my BTC wallet.

Do I need to finish downloading the blockchain before I can import wallets?
Thank you. We will test this function.
You need not to download full chain.

182  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client 0.33 for Windows on: October 03, 2012, 08:16:03 AM

Could you support namecoin and litecoin URI's in a similar fashion, eg:

Code:
litecoin:Lh7V3rumW6sgPuDaUHWxWTiJsJzZC5urWC?label=cdice-100&amount=1
Yes, but it will be implemented in the 0.36.

Main 0.35 function is export to "Bitcoin wallet.dat format".
After testing this  function the 0.35 will be released.
183  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client 0.33 for Windows on: October 03, 2012, 06:36:25 AM
Will you support bitcoin uri links ? and litecoin/ namecoin as well ?
URI supported as specified in https://en.bitcoin.it/wiki/URI_Scheme
184  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client 0.33 for Windows on: October 03, 2012, 01:19:05 AM
any update? I got hundreds of NMC sitting in a client that won't update.
We are hardly working on DB size optimization.
Next version will be released on this/next week with high probability
185  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: September 27, 2012, 02:51:41 PM
Yes I did mean ubuntu 12.04 not Linux.  I gave up and installed Windows XP on that machine to see if that would be easier... I suppose I'm further along in the process Can anyone suggest how I might get started mining with my single?  I don't care which program I use so long as it works..

Can you provide SSH access to your Linux with BFL Single connected?
I will build and run the miner to detect posible problems.
186  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client 0.33 for Windows on: September 23, 2012, 08:30:26 PM
Hiya, Using it now, I got NMC to block 65235 (69days ago) it's stopped there for about 11 hours, done a rescan, still nothing, 3 peers showing.

Also I noticed the address in address book is the same for all currency's, how does it tell what currency I am using it for?
E.G. if i recieved BTC and NMC using the same address what will happen?

EDIT - actually all the addresses are different, But i still have my NMC problem.
We know the problem. 0.35 will fix it soon
187  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: September 03, 2012, 07:44:12 PM
I'm having some issues with Visual Studio 2010/2008 and C++ Express and compiling, are you able to elaborate on the "hacks" you mentioned to change min os version?
http://tedwvc.wordpress.com/2012/03/11/how-to-get-visual-c-2012-vc-11-beta-statically-linked-crt-and-mfc-applications-to-run-on-windows-xp/
188  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: September 03, 2012, 08:38:15 AM
It compiles and works fine on Win7/AMD64 but when trying to run the miner compiled in both x64 and Win32 on Windows XP 32 Bit (in a vm) I get an error stating that it is not a valid win32 application.
It is known problem.  VS2012 linker sets EXE's "min OS version" to 6.0.  WinXP requires 5.0.
There are hacks exist how to  modify EXE binary to 5.0. But more reliable method is to use VS2010, and add /version:5.0 linker option.
189  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: September 02, 2012, 04:18:29 PM

I'm using Visual Studio 11 Beta to try and compile, but I get this error.

Quote
Error   2   error C1083: Cannot open include file: 'prj_config.h': No such file or directory   C:\Users\User\ufasoft\ufasoft_coin-0.34\el\inc\inc_configs.h   12   1   bitcoin-miner

Can you specify what version of visual studio I should be using to compile it?
add directory with prj_config.h to default include dirs of the project.
VS 11 (2012) is ok.
190  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: September 02, 2012, 03:32:27 PM
Are there any options to run it silently (completely invisible) or do we have to edit something before compiling?

Following .vbs script:

Code:
Set WshShell = WScript.CreateObject("WScript.Shell")
cmd = "coin-miner.exe"
Return = WshShell.Run(cmd, 0, True)
set WshShell = Nothing
191  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: August 29, 2012, 04:39:28 PM
Yea i also compiled the 0.34 source, but it seems that the miner didn't work with ATI cards at all. I tried it with couple ot 5750's and 5730's and i get  eroor "This program has stopped working". With nVidia cards(GT540, GT555M, GTX560) there's no problem.
You can trace this error in the Debugger.
192  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: August 27, 2012, 04:43:05 PM
After trying to compile phatk.cl with Nvidia toolkit, I haven't really gotten anywhere. The only thing I can see to use is nvcc.exe however it has no idea what to do with the file.

Code:
copy phatk.cl phatk.cu
nvcc.exe -ccbin C:\VS2008\VC\bin   -o phatk.ptx -ptx phatk.cu
193  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: August 27, 2012, 05:10:23 AM
Error 80070002:  The system cannot find the file specified.
 C:\Users\-\Desktop\ufasoft_coin-0.33\Release\phatk.ptx

phatk.ptx  is result of compiling CUDA source phatk.cl by NVidia compiler. But you can copy phatk.ptx from installation directory of binary Coin package.
194  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client 0.33 for Windows on: August 24, 2012, 05:58:23 AM
By the way, does it act as a full bitcoin node?
Yes
195  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency client for Windows 0.30 on: August 24, 2012, 05:16:35 AM
But are you saying that the wallet.dat file format used by the bitcoinqt client is closed source?
It is Open Source, but uses BerkeleyDB engine, big component.
Probably future version of UfasoftCoin will contain BerkeleyDB and Wallet.dat Export support
196  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: August 23, 2012, 07:11:35 AM
http://ufasoft.com/files/ufasoft_coin-0.34.tar.xz
197  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: August 20, 2012, 03:49:12 PM
I can't ./configure a binary first off.
The rest of these files have nothing to do with AMD.  And, if an ATI card isn't detected during ./configure then it shouldn't be enabled anyway.  That's assuming that it checks for these dependencies.
./configure  checks for $AMDAPPSDKROOT environment variable. If it's not defined it results to CPU-only miner.
198  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency client for Windows 0.30 on: August 14, 2012, 05:08:20 AM

My concern is being able to back up my wallet in the same format as the default client. If this can be done, please let us know. I don't care if I have to use third party software to export as long as I can export it in the same format.

Some text format should be common for all clients' Export/Import.
But it still not standardized by Bitcoin dev team.
199  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: August 12, 2012, 07:11:03 AM
The pooler-cpuminer indeed has better algorithm for cpus with AVX (intel i7).  Probably 50% improvement.
200  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: August 12, 2012, 07:06:04 AM
Somethings strange. 12 threads: 33mhash, 6 threads: 26mhash

Nothing strange here. Read about Hyper-Threading technology.
Intel claims up to a 30% performance improvement
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!