Difference between revisions of "Spesmilo"

From Bitcoin Wiki
Jump to: navigation, search
m (Fixed broken link)
(Project status...)
Line 2: Line 2:
 
[[File:Spesmilo_esperanto.png|thumb|400px|right]]
 
[[File:Spesmilo_esperanto.png|thumb|400px|right]]
  
Free software PySide RPC client open to a diverse community.
+
Python-based RPC front-end for bitcoind/Bitcoin-Qt, which is no longer maintained or active. Reported to be broken as-of bitcoind version 0.6.
Additional translations and features are welcome, no matter how obscure.
 
 
Principal authors: [[User:genjix|genjix]] and [[User:Luke-Jr|Luke-Jr]]
 
Principal authors: [[User:genjix|genjix]] and [[User:Luke-Jr|Luke-Jr]]
  

Revision as of 21:08, 18 January 2013

Spesmilo english.png
Spesmilo esperanto.png

Python-based RPC front-end for bitcoind/Bitcoin-Qt, which is no longer maintained or active. Reported to be broken as-of bitcoind version 0.6. Principal authors: genjix and Luke-Jr

Features

  • Multilingual: American, Dutch, English, Esperanto, or French.
  • Supports both Decimal and Tonal Bitcoins (and autodetection)
  • Supports bitcoin: URIs
  • Can connect to remote JSON-RPC
  • Can run local "embedded" bitcoind

Current version (0.0.1.beta1)

Gentoo install

layman -o https://gitorious.org/bitcoin/gentoo/blobs/raw/master/overlay.xml -f -a bitcoin
emerge -a spesmilo #(you may need to keyword some packages)

Quick start (from source)

# Dependencies: PySide, ImageMagick
make local
make
./spesmilo

To install:

make install

To install with bitcoin: URI support for KDE:

make install KDESERVICEDIR="/usr/share/kde4/services"

Screenshots

External Links