Bitcoin Forum
April 16, 2024, 05:45:03 PM *
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 »  All
  Print  
Author Topic: Ufasoft Coin - Multi-currency Open Source client for Windows  (Read 53801 times)
twobits
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250



View Profile
May 09, 2013, 11:41:39 AM
 #101


I tried this out, however it thrashes my drive constantly while download the blockchain.

Is it trying to flush things every block or something?  I would think since this data can just be refetched, it would make since to add buffering here.


It would be nice to have the dns proxy pick up the currently in use servers, instead of defaulting to telling Google every name we look up.



Does this fully implement the Proof of Stake coin mining of stake?


Would be nice to see a single key import from vanitygen for example.  Message signing would also
be nice.


How about a portable version, or at least let us place the data files elsewhere then %Appdata%.  Also
it would be nice to have the  blockchain data in the Public area instead of the Users so it can be shared.



Since it is commonly merge mined,  ixcoin support would be nice.


Ufasoft Coin every time gives unhandled exception error when closing Coin main window while downloading and synchronizing chains. I don't know is this caused by bug in program or weak hardware (Pentium4 2.8GHz 512RAM) that takes too long to close client because it trashes like mad due to 512 MB RAM.
It is a bug.
Long time closing because slow Sqlite transaction commit.
The next version will use another fast Database engine.

For now I recommend to use the program with only single enabled currency.

SQLightning may work as a drop in replacement.


█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
███
███
███
███
███
███
███
███
███
HyperQuant.net
Platform for Professional Asset Management
███
███
███
███
███
███
███
███
███
WhitePaper
One-Pager
███
███
███
███
███
███
███
███
███
Telegram 
Facebook
Twitter
Medium
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
1713289503
Hero Member
*
Offline Offline

Posts: 1713289503

View Profile Personal Message (Offline)

Ignore
1713289503
Reply with quote  #2

1713289503
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
May 09, 2013, 01:05:44 PM
 #102

BlockChain saved to the DB in normalized form. It results many file I/O operations.

Database directory can be changed by %COIN_APPDATA% environment variable.

SQLigtenging was tried as experimental DB backend. But we have found better solution (will be released soon).

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

Activity: 574
Merit: 250



View Profile
May 09, 2013, 01:10:18 PM
 #103

BlockChain saved to the DB in normalized form. It results many file I/O operations.


Can't the many operations be combined into one transaction though?  It really is so bad with the thrashing that it is currently unusable for me. 

Guess I will see soon if the new db helps.

█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
███
███
███
███
███
███
███
███
███
HyperQuant.net
Platform for Professional Asset Management
███
███
███
███
███
███
███
███
███
WhitePaper
One-Pager
███
███
███
███
███
███
███
███
███
Telegram 
Facebook
Twitter
Medium
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
May 09, 2013, 02:57:18 PM
 #104

Can't the many operations be combined into one transaction though?  It really is so bad with the thrashing that it is currently unusable for me. 
They are combined to one transaction for every block.
Even more: many transactions are combined to groups by nested transactions and SQLite used in Unsafe but Fast mode for BlockChain:
Code:
PRAGMA journal_mode=wal
PRAGMA synchronous=off

The only thing which improves SQLite performance is Page Cache Size. Probably we will release yet one version for SQLite with larger page cache before new DB Engine.





Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
SpaceCadet
Full Member
***
Offline Offline

Activity: 165
Merit: 100


Just mining my own business...


View Profile
May 15, 2013, 01:06:22 PM
 #105

You may be interested to hear this: I was using minerd at work (shhh Smiley to get a little extra hash in my pool but the antivirus software went after it with a vengeance! Then I remembered that Coin has coin-miner with it and now I'm able to use all those extra cycles again Smiley.

What files are needed just to run the miner? (we aren't supposed to install apps on our work machines so it's best if it runs from a random directory). Thx!
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
May 15, 2013, 04:30:34 PM
 #106

What files are needed just to run the miner? (we aren't supposed to install apps on our work machines so it's best if it runs from a random directory). Thx!
coin-miner.exe,  miner.dll, usft_ext.dll, phatk.cl, coinutil.dll, phatk.ptx, btc.il, btc-evergreen.il,
openssl.dll

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
SpaceCadet
Full Member
***
Offline Offline

Activity: 165
Merit: 100


Just mining my own business...


View Profile
May 15, 2013, 06:57:23 PM
 #107

coin-miner.exe,  miner.dll, usft_ext.dll, phatk.cl, coinutil.dll, phatk.ptx, btc.il, btc-evergreen.il,
openssl.dll

Thanks!  However, I found that coin-miner.exe,  miner.dll, usft_ext.dll, and coinutil.dll were all I needed to mine LTC (LP) by running 'coin-miner -h' until it quit complaining that a dll was missing.  I'm getting accepted shares, so it SEEMS to be working Smiley  Not keeping a wallet here, mind you, just exploiting the extra cpu cycles (gpu isn't compatable, an Intel 3000).  I use the wallet at home, though.

Thanks for the response!
cycloid
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile WWW
May 23, 2013, 05:16:23 PM
 #108

Can YAC be added ?

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

Activity: 404
Merit: 251


View Profile WWW
May 24, 2013, 01:16:26 AM
 #109

Can YAC be added ?
Yes, when many people will use it

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
kodo
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 29, 2013, 06:50:00 PM
 #110

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

Activity: 404
Merit: 251


View Profile WWW
June 04, 2013, 07:25:33 AM
 #111

0.61 released:

DevCoin support
New fast DB

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
medUSA
Legendary
*
Offline Offline

Activity: 952
Merit: 1003


--Signature Designs-- http://bit.ly/1Pjbx77


View Profile WWW
June 13, 2013, 08:51:42 AM
 #112

Thanks! Just downloaded and testing for NMC. Client looks promising, keep up the good work!
RoboCoder
Sr. Member
****
Offline Offline

Activity: 388
Merit: 250


Save A Life, Adopt a Pet Today!


View Profile WWW
June 16, 2013, 05:48:38 PM
 #113

I just saw that version .62 was posted in your files - will that version work on win 7 x64?

I really need a fix as i cannot access download the bitcoin blockchain without errors with the .61 version and therefore cannot access my coins to use them.

Thanks!


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

Activity: 404
Merit: 251


View Profile WWW
June 16, 2013, 06:36:44 PM
 #114

I just saw that version .62 was posted in your files - will that version work on win 7 x64?
It is source code.
There is still one CRASH-bug present. We cannot release Windows Binary until it will be fixed.

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

Activity: 388
Merit: 250


Save A Life, Adopt a Pet Today!


View Profile WWW
June 16, 2013, 07:37:02 PM
 #115

I just saw that version .62 was posted in your files - will that version work on win 7 x64?
It is source code.
There is still one CRASH-bug present. We cannot release Windows Binary until it will be fixed.

Can i uninstall .61 and reinstall earlier version without loosing my wallets?

Rob
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 16, 2013, 07:48:44 PM
 #116

Yes your data is stored separately.

K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
June 16, 2013, 07:57:22 PM
 #117

I just saw that version .62 was posted in your files - will that version work on win 7 x64?
It is source code.
There is still one CRASH-bug present. We cannot release Windows Binary until it will be fixed.

Can i uninstall .61 and reinstall earlier version without loosing my wallets?

Rob
wrong question, always have a backup of your wallet!

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
RoboCoder
Sr. Member
****
Offline Offline

Activity: 388
Merit: 250


Save A Life, Adopt a Pet Today!


View Profile WWW
June 16, 2013, 08:36:28 PM
 #118

Yes your data is stored separately.

That worked!

Thank you for the advice!
ufasoft (OP)
Sr. Member
****
Offline Offline

Activity: 404
Merit: 251


View Profile WWW
June 16, 2013, 09:07:55 PM
 #119

0.62 released:

http://ufasoft.com/files/ufasoft_coin_0.62.exe

Bitcoin donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
June 16, 2013, 11:43:20 PM
 #120

But yes backup! It should be in users/appdata/roaming

Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 »  All
  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!