Difference between revisions of "Spesmilo"

From Bitcoin Wiki
Jump to: navigation, search
(Features: Now with French too!)
(Installation instructions)
Line 1: Line 1:
Free software PySide RPC client by [[User:genjix|genjix]] and [[User:Luke-Jr|Luke-Jr]].
+
Free software PySide RPC client open to a diverse community.
 +
Additional translations and features are welcome, no matter how obscure.
 +
Principal authors: [[User:genjix|genjix]] and [[User:Luke-Jr|Luke-Jr]]
  
 
==Features==
 
==Features==
Line 7: Line 9:
 
* Can connect to remote JSON-RPC
 
* Can connect to remote JSON-RPC
 
* Can run local "embedded" bitcoind
 
* Can run local "embedded" bitcoind
 +
 +
==Current version (0.0.1.beta1)==
 +
* [http://luke.dashjr.org/programs/bitcoin/files/Spesmilo_0.0.1.beta1_i386_windows.exe Windows installer] -- Requires Administrator to install or you will get an error
 +
* [http://luke.dashjr.org/programs/bitcoin/files/Spesmilo_0.0.1.beta1_source.tbz2 Source code]
 +
 +
===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==
 
==Screenshots==

Revision as of 21:38, 22 April 2011

Free software PySide RPC client open to a diverse community. Additional translations and features are welcome, no matter how obscure. 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