Difference between revisions of "Spesmilo"

From Bitcoin Wiki
Jump to: navigation, search
(Add section for See Also and add entry for Original Bitcoin client.)
(Screenshots: Heading/section appears empty.)
 
(17 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{stub}}
+
[[File:Spesmilo_english.png|thumb|400px|right]]
PySide RPC client by genjix
+
[[File:Spesmilo_esperanto.png|thumb|400px|right]]
  
This software is Open Source.
+
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: [[User:genjix|genjix]] and [[User:Luke-Jr|Luke-Jr]]
  
==See Also==
+
==Features==
 +
* Multilingual: American, Dutch, English, Esperanto, or French.
 +
* Supports both Decimal and [[Tonal BitCoin|Tonal]] Bitcoins (and autodetection)
 +
* Supports [[URI Scheme|bitcoin: URIs]]
 +
* Can connect to remote JSON-RPC
 +
* Can run local "embedded" bitcoind
  
* [[Category:Original Bitcoin client]]
+
==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"
 +
 
 +
<gallery>
 +
{{ns:file}}:Spesmilo-tonal.png|Tonal preference
 +
{{ns:file}}:Spesmilo-decimal.png|Decimal preference
 +
</gallery>
  
 
==External Links==
 
==External Links==
  
* [https://www.bitcoin.org/smf/index.php?topic=3451.0 Forum thread]
+
* [https://bitcointalk.org/index.php?topic=3451.0 Forum thread]
* [https://github.com/genjix/spesmilo GitHub repository (OLD)]
+
* [http://gitorious.org/bitcoin/spesmilo Gitorious repository]
* [http://gitorious.org/bitcoin/spesmilo Gitorious repository (all new development)]
 
  
[[Category:Clients]]
+
[[Category:User Interfaces]]
 +
[[Category:Frontends]]
 +
[[Category:Free Software]]
 +
[[Category:License/GPLv3]]
 
[[Category:Open Source]]
 
[[Category:Open Source]]
 +
[[Category:Mobile]]
 +
[[Category:Defunct products or services]]

Latest revision as of 23:15, 6 May 2014

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"

External Links