Author

Topic: [ANN][MEOW] Kittehcoin-qt Wallet for OSX 10.7+ VERIFIED (Read 1785 times)

legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
nice work!   sent you some coin. goooo kitteh

Thanks! Big thanks to everyone who donated to thank me for the work on the wallet! I'm thinkin I may take on more responsibilities for KittehCoin since the wallet work went so well, keep donating if you like what I'm doing! Wiki and website are next on the list for updating Wink
sr. member
Activity: 346
Merit: 251
There can be only one!
Fantastic work!!! Cheesy
sr. member
Activity: 341
Merit: 250
nice work!   sent you some coin. goooo kitteh
newbie
Activity: 17
Merit: 0
You're welcome.
So, is there any way for me to compile this myself? I don't know how to code, but I know how to use the terminal (a little  Tongue).

TBH it involved downloading QT Creator, modifying a number of build config files, macports (long story), building the c++ libs manually, manually packaging all the frameworks for deployment and libraries as well so it can get dicey- and that's after me figuring stuff out for 2days (admittedly this is my first foray into OSX development- but I do program other languages daily/smyjob).

If it helps I will be posting the final code to GitHub so you may glean some insights from that. I used macports to install the source files for the needed libraries to build the deployment (homebrew is an alternative) and I used the kittehcoin repository (https://github.com/kittehcoin/kittehcoin) as my starting point. I did lots of referencing against litecoin and dogecoin as well in order to get everything right. I really want to commit the code to that repo but if I don't hear back from the dev I may start a kittehcoin/kittecoin-qt project on github or something idk we need to keep the ball moving on this project.

Working on backwards compatibility with older versions of OSX now...

Unfortunately, way too complicated for me. Thank you for the effort. Hopefully, KittehCoin will be a success! Smiley
hero member
Activity: 728
Merit: 500
seem to work 10.7
legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
This build may be compatible with OSX 10.7, 10.8 and 10.9. I have verified it works with 10.9, can someone give it a go with the others?

https://dl.dropboxusercontent.com/u/25508862/kittehcoin-qt_10_7.zip
legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
You're welcome.
So, is there any way for me to compile this myself? I don't know how to code, but I know how to use the terminal (a little  Tongue).

TBH it involved downloading QT Creator, modifying a number of build config files, macports (long story), building the c++ libs manually, manually packaging all the frameworks for deployment and libraries as well so it can get dicey- and that's after me figuring stuff out for 2days (admittedly this is my first foray into OSX development- but I do program other languages daily/smyjob).

If it helps I will be posting the final code to GitHub so you may glean some insights from that. I used macports to install the source files for the needed libraries to build the deployment (homebrew is an alternative) and I used the kittehcoin repository (https://github.com/kittehcoin/kittehcoin) as my starting point. I did lots of referencing against litecoin and dogecoin as well in order to get everything right. I really want to commit the code to that repo but if I don't hear back from the dev I may start a kittehcoin/kittecoin-qt project on github or something idk we need to keep the ball moving on this project.

Working on backwards compatibility with older versions of OSX now...
newbie
Activity: 17
Merit: 0
Just synchronised the wallet and did a transaction. So far everything works fine (Mavericks).

Do you think you could also compile such a wallet for CatCoin? Or would that be a whole different process?

Thanks for confirming! Unfortunately I'm only working on KittehCoin not CatCoin but the process is probably similar. I'm working on getting support in place for older versions of MacOSX (for kitteh). Hoping @shai_ can post a link to his 10.7 wallet... I'm working on putting together one for 10.8, and I'll move into 10.7 if @shai_ doesn't beat me there first.

You're welcome.
So, is there any way for me to compile this myself? I don't know how to code, but I know how to use the terminal (a little  Tongue).
legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
Just synchronised the wallet and did a transaction. So far everything works fine (Mavericks).

Do you think you could also compile such a wallet for CatCoin? Or would that be a whole different process?

Thanks for confirming! Unfortunately I'm only working on KittehCoin not CatCoin but the process is probably similar. I'm working on getting support in place for older versions of MacOSX (for kitteh). Hoping @shai_ can post a link to his 10.7 wallet... I'm working on putting together one for 10.8, and I'll move into 10.7 if @shai_ doesn't beat me there first.
newbie
Activity: 17
Merit: 0
Just synchronised the wallet and did a transaction. So far everything works fine (Mavericks).

Do you think you could also compile such a wallet for CatCoin? Or would that be a whole different process?
legendary
Activity: 3122
Merit: 1348
The wallet is up and running with full functionality.
Many Thanks for all the work you put in.

I'll be donating shortly Smiley
legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
Libs fixed! Should work on OSX 10.9+, got confirmation from twitter users its working on 10.9 as well. Now to solve the issue for people on <10.9 @shai_ you said you have a wallet for 10.7?

http://twitter.com/AT101ET/status/418895977542868992/photo/1
legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
Libs are now in the .app but the linkage is still wrong, fixing (thanks twitter friends!)
legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
didn't work on 10.7, also the one in the github didn't work
i compiled on 10.7 and it works, where do i send it ?

I updated the zip posted in the first link to fix the library issues called out on twitter. Can you post a link to your 10.7 wallet?

Is it normal to have one wallet for <=10.7 and another for >=10.8? I would be working on the >=10.8 one in that case. Maybe lonestar [kittecoin dev] can chime in?

In either case I'd say post the wallet here so people can test it, once we have verified wallets we'll put them on the wiki or wherever need be Wink
hero member
Activity: 728
Merit: 500
didn't work on 10.7, also the one in the github didn't work
i compiled on 10.7 and it works, where do i send it ?
legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
Some twitter friend have already pointed out an issue with the db_cxx lib missing, working on fixing it now please hold.
legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
Hello Mah Kittehs!

As many of you may have found out upon downloading the kittehcoin-qt wallet for OSX it has a few issues. I worked a few days to iron out the kinks (freaking 10.9 Mavericks!) and I think I got it working. Can some of my fellow kitteh compadres help me test this out?

If you appreciate my work, please donate using the address in my sig Smiley. If this seems to work for everyone maybe I can haz donation meow? Here be your OSX kitteh wallet!

KittehCoin-QT MacOSX 10.7+

If you experience problems or issues please post in detail the error you receive, and the MAC VERSION you are running so I can try to fix fast!

Will post the source and stuff soon as I can get in touch with Lonestar.

---

Update: Now verified working on 10.7, 10.8, 10.8.5, 10.9, and 10.9.1. I'm gonna call it good to go for anyone 10.7+ but still post up if yo have issues. We'll get this on http://kittehcoin.com asap!
Jump to: