Re: Bitcoin Client

2013-05-07 Thread Al Johnson
On Monday 06 May 2013 13:32:29 Allan Savolainen wrote:
 On Mon, 06 May 2013 11:27:53 +0300, Patryk Benderz patryk.bend...@esp.pl
 
 wrote:
  [cut]
  
  no, mining is not an option, but being able to use it as a wallet could
  be!
  
  That would be something :). I suppose you should be able to easy install
  one of wallets on top of QtMoko, as it is Debian based... the possible
  issue here is wallet's GUI not prepared for small screen.
 
 There might also be issue with the size of the blocks files, they seem to
 consume over 6.9GB on the disk

Recent clients seem to be addressing this problem (going by release info not 
personal experience.) 
https://bitcointalk.org/index.php?topic=173182.0
How they got there:
https://bitcointalk.org/index.php?topic=141543.0
https://en.bitcoin.it/wiki/BIP_0037
If I understand correctly the current version of Bitcoin-Qt should be able to 
work in this mode.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[QtMoko] new version of FBReader with Qt4

2013-05-07 Thread francesco . devita

Hi
There is a new version of Fbreader [1] and it now uses Qt4.
Should it be easier to integrate in QtMoko now? Has someone tried it 
already?


It is not yet in the Debian repositories but I wanted to give it a shot, 
so I downloaded the source code and I tried to compile it on my GTA02. 
Unfortunately it fails at some point with some errors related to the 
code, I think.

I opened an issue on github here [2] but no answer yet.
If you can take a look at the code, can you give me some suggestion? 
Thank you.


Joif

[1] http://fbreader.org/content/fbreader-beta-linux-desktop
[2] https://github.com/geometer/FBReader/issues/236

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] new version of FBReader with Qt4

2013-05-07 Thread Ivan Matveev
On Tue, 07 May 2013 19:30:08 +0200
francesco.dev...@mailoo.org wrote:

 Hi
 There is a new version of Fbreader [1] and it now uses Qt4.
 Should it be easier to integrate in QtMoko now? Has someone tried it 
 already?
 
 It is not yet in the Debian repositories but I wanted to give it a
 shot, so I downloaded the source code and I tried to compile it on my
 GTA02. Unfortunately it fails at some point with some errors related
 to the code, I think.
 I opened an issue on github here [2] but no answer yet.
 If you can take a look at the code, can you give me some suggestion? 
 Thank you.
 
 Joif
 
 [1] http://fbreader.org/content/fbreader-beta-linux-desktop
 [2] https://github.com/geometer/FBReader/issues/236

Hi

In [2]:
QtWaitingSpinner.cpp:89:55: error: no matching function for call to
'min(double, qreal)'

looks like std::min() has no idea what a qreal is. You could use qMin()
insted.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community