Pages:
Author

Topic: !! new bitcoin client !! - page 2. (Read 15669 times)

legendary
Activity: 1470
Merit: 1005
Bringing Legendary Har® to you since 1952
February 14, 2011, 12:02:53 PM
#10
Does it have "backup wallet" option in menu ?

This is the thing i'm most missing in the original GUI client.
hero member
Activity: 489
Merit: 504
February 14, 2011, 11:47:04 AM
#9
Does this call Bitcoind or are you handling all of the back end stuff?
It's another frontend to bitcoind.
sr. member
Activity: 294
Merit: 250
February 14, 2011, 10:33:28 AM
#8
Does this call Bitcoind or are you handling all of the back end stuff?
sr. member
Activity: 493
Merit: 250
IDENA.IO - Proof-Of-Person Blockchain
February 14, 2011, 10:01:55 AM
#7
just wait for the oficial windows binaries =)
legendary
Activity: 1232
Merit: 1076
February 14, 2011, 05:25:26 AM
#6
thanks for trying to help out Grin

but i dont know about windows. hopefully in a few days i'll get nanotube & others to help me build packages for everybody.

for now this is a pre-alpha test for ubuntu users. to make sure there's no bugs for test release.
legendary
Activity: 1855
Merit: 1016
February 14, 2011, 05:04:40 AM
#5
Please i dont know programming stuff.....

"and apply the patch in the instructions to the git version of bitcoind"

How to do it?

I downloaded http://www.python.org/ftp/python/2.7.1/python-2.7.1.msi &
http://pypi.python.org/packages/2.7/P/PySide/PySide-1.0.0beta5qt471.win32-py2.7.exe & installed.
& also got this error or some thing when installing Pyside

close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr

Now what i have to do?
legendary
Activity: 1232
Merit: 1076
February 14, 2011, 04:53:42 AM
#4
I'm still looking into windows but basically you need to install this,

http://developer.qt.nokia.com/wiki/PySide_Binaries_Windows

and apply the patch in the instructions to the git version of bitcoind

And it *should* work
legendary
Activity: 1855
Merit: 1016
February 14, 2011, 04:34:33 AM
#3
How to run it on windows?
hero member
Activity: 546
Merit: 500
February 14, 2011, 02:18:35 AM
#2
Looks really nice!
legendary
Activity: 1232
Merit: 1076
February 14, 2011, 01:24:53 AM
#1
Made a new client. Looking for testers and feedback.
https://github.com/genjix/spesmilo



And showing off internationalisation (slightly newer than above... made some minor corrections),



Code:
# as of version 47908a890726f424371c9784b8508cff163c2c78 (Gavin Andresen) Thu Feb 10 19:24:22 2011 -0500
#  Visual C++ compatibility fixes
git clone https://github.com/bitcoin/bitcoin

# apply the bitcoin.patch in this directory
make -f makefile.unix bitcoind
# copy to /usr/local/bin
sudo cp bitcoind /usr/local/bin

# install pyside for your distro, http://developer.qt.nokia.com/wiki/PySide_Binaries_Linux
sudo add-apt-repository ppa:pyside
sudo apt-get update
sudo apt-get install python-pyside

# run the program
python main.py

# Esperanto translation:
#   uncomment the 5th line from the bottom of main.py

Still got lots of features planned.
Pages:
Jump to: