A Simple python gui for namecoin

Forum rules
Warning !
Avoid using binary softwares from untrusted users.
Prefer compiling it yourself and verify sources.
Post Reply
jliteminer
Posts: 2
Joined: Tue Jun 18, 2013 4:22 am
os: linux

A Simple python gui for namecoin

Post by jliteminer »

Here is a simple interface for namecoin. You need to have the namecoind running in order for it to work. (I just calls the command line).
Run this in the same directory as the namecoind.
"python nc.py"
namecoinfatty.png
namecoinfatty.png (8.77 KiB) Viewed 3669 times
It currently only does a couple of functions.. but can be modified to do alot more. It is about 100 lines of code.

Here is what it currently does:
Send
Get balance
List transaction
List addresses
Attachments
nc.py.tar.gz
(1.15 KiB) Downloaded 345 times

phelix
Posts: 1634
Joined: Thu Aug 18, 2011 6:59 am

Re: A Simple python gui for namecoin

Post by phelix »

nx.bit - some namecoin stats
nf.bit - shortcut to this forum

jliteminer
Posts: 2
Joined: Tue Jun 18, 2013 4:22 am
os: linux

Re: A Simple python gui for namecoin

Post by jliteminer »

:roll:

Post Reply