Talk:Spesmilo

From Bitcoin Wiki
Revision as of 16:31, 14 February 2011 by Luke-jr (talk | contribs) (Move Genjix's Python stuff to its own page (from Talk:QBitcoin))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Core

  • getinfo shows state of bitcoin. CONNECTING (to the network), DOWNLOADING (first time downloading of block chain), RUNNING (normal).
  • transaction lists shows current balance after transaction.
  • get file size of currently downloaded blocks (to update progress bar).

First time startup

A modal dialog should appear on QBitcoin's first run showing the block download progress out of total existing blocks. The dialog will say 'Initialising [XXXXX ] 24 mins' before QBitcoin's main window opens. Genjix 13:59, 4 February 2011 (GMT)

Python API

  • libbitcoin or libbitcoin++ API.
  • Python bindings using Cython.
  • QBitcoin written in PySide.

Genjix 13:59, 4 February 2011 (GMT)

Cloud backup

Enable user to create an account on remote service which generates public/prive gpg keys. User then uses QBitcoin and application synchronises encrypted wallet.dat with the remote server. If the user wishes to restore their wallet.dat then they click 'Restore wallet' and it prompts for login/pass and re-downloads gpg keys + wallet. User has the option to enter their own custom SSH server or not use it at all. Genjix 14:03, 4 February 2011 (GMT)