Bitcoin Forum
May 05, 2024, 12:51:00 PM *
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 »
61  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: November 07, 2013, 01:56:57 PM
Do I need to reinstall Ufasoft after setting this variable?
No. Just rerun.
62  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: November 07, 2013, 09:25:30 AM
Is there a way to change the path of the udb files to a different partition?
Because I have multiple partitions and they won't fit on my C drive.
TiA
set %COIN_APPDATA% environment variable
63  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: November 07, 2013, 04:34:08 AM
I am using version .75 for namecoin on win7 x64
Eventually i get to a point and get a sqlite error about cannot start a transaction within a transaction.
Could you upload files %APPDATA%\Ufasoft\coin\namecoin* for anaysis?
for example by Google Drive.
64  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: October 25, 2013, 05:45:08 AM
Still on 0.29 by the way.
The main problem is your version 0.29.
It was released years ago. Many bugs are fixed already.
Use latest 0.75:
http://ufasoft.com/files/ufasoft_coin-0.75.tar.xz
65  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: October 24, 2013, 07:16:27 PM
Use following defines
Code:
#define UCFG_BITCOIN_USE_CAL 0
#define UCFG_BITCOIN_USE_CUDA 0

CUDA and CAL IL are obsolete features of the miner. I don't support and test them anymore
66  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: October 24, 2013, 05:48:28 PM
Also, when looking over phatk.ptx (CUDA) I noticed a lot of local paths! Do these have to be present on the computer?
No local paths required at RunTime.
And .ptx can be generated dynamically from .cl file. So it is not necessary to save it as resource.
67  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: October 23, 2013, 06:55:50 PM
How would one go about adding them in the RCDATA?
You should have following lines in the .rc file:
Code:
PHATK.CL                RCDATA            "phatk.cl"
SCRYPT.CL RCDATA "scrypt.cl"
68  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: October 23, 2013, 03:26:57 PM
I noticed that the resource/RCDATA also contains some CUDA code from poclbm and some other code from Phoenix miner?
When I compile with GPU enabled, it won't seem to add those..
CUDA is disabled by default now because NVIDIA supports OpenCL. OpenCL is common portable language for all parallel platforms.

Please add following define to u-config.h
Code:
#define UCFG_BITCOIN_USE_RESOURCE 0
It means to use external files (from the same directory as .EXE) instead of RCDATA. It is simpler.
69  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: October 23, 2013, 01:23:02 PM
By the looks of it, it seems a lot like linux-only? Is there a windows alternative?
It is not linux-only.  Use any Common Lisp interpreter to generate .il from .lisp files.

BTW OpenCL gives better ferformance that this IL
IL was useful for old generation of Radeons without OpenCL support, HD3XXX...
70  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: October 22, 2013, 12:43:05 PM
Have this been fixed in v0.75 or better to wait for a later version? Thanks
Yes, it was fixed in the 0.75.
It is recommended always to use latest version.
71  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: October 17, 2013, 08:03:57 AM
I would like to report a bug in UfaSoft miner 0.73.
Fixed in the 0.75 (October 17 build).
Thank you
72  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: September 29, 2013, 10:13:36 AM
Why no github?
https://github.com/ufasoft/coin
73  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: September 28, 2013, 07:07:37 AM
Avast
Def version: 130927-2
Date: 28-09-2013
Virus Found: Win32:Malware-gen
I sent the file of to avast for analysis.
 
I have checked 0.72 and 0.73 at www.virustotal.com.

For 0.72:
Avast    Win32:Malware-gen

For 0.73:
Avast Ok.


But all other Antiviruses report it has "BitcoinMiner" only.
So I think it is Avast's false positive error.
"malware-gen" means any unclassified malware, including miners.
74  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: September 10, 2013, 07:58:24 PM
Windows Installer have virus when i am downloading its says it have virus ! can we get clean installer ?
Antivirus says it because some viruses embed our miner. Miner itself is not a malware.
75  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: September 06, 2013, 06:10:22 AM
Can this be used like Armory to create offline wallets?  That would really make this program complete.
Will be added to some future version
76  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: August 18, 2013, 04:33:58 PM
I couldnt find anywhere from googleing but does ufasoft coin support coincontrol?
No

Also is it possible to disable some coins for example Terracoin and PPC?
Menu Currencies. Or edit file Program Files\Ufasoft\Coin\coin-chains.xml
77  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: August 16, 2013, 06:02:04 AM
This is like that movie "Inception" - all my litecoins are in limbo.  Undecided
Anyway you can export the wallet to standard client wallet.dat format and control your money.
Call File.Export menu and copy generated wallet.dat to %APPDATA%\Litecoin directory
78  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: August 16, 2013, 05:31:46 AM
Usually dies around 35,000 or 75,000. I'm running with two normal drives (non-raid)
Did you tried to backup wallet.db and remove it? Then the client will create a new one.
It will tell is the problem in the wallet database or in the blockchain database.
You can put original wallet.db to the %APPDATA%\Ufasoft\Coin again.
79  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: August 16, 2013, 03:52:19 AM
My client seems stuck near the beginning of the chain for some reason and I get an Error 880CC1C1. Cannot insert duplicate key into Database.
I have tried it several times from scratch too. Using Win7-32bit.
How many blocks did it downloaded?
May be your System has some unusual disk system?
Some users with RAID reported us about database errors.
80  Bitcoin / Wallet software / Re: Ufasoft Coin - Multi-currency Open Source client for Windows on: August 15, 2013, 11:12:15 AM
Fixed in the 0.70
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!