[quote name=“chrisj” post=“54497” timestamp=“1390525161”]
Looks like it’s being sorted.
[/quote]
Best posts made by estrabd
-
RE: [Solved] give-me-coin.com litecoin pool "event" 19th Jan
-
[DEV] Seeking alpha testers for FreeBSD Port of feathercoin 0.8.5
https://github.com/estrabd/feathercoin-freebsd-port
I have created what I hope will become the official FreeBSD Port of feathercoin. It is based on the litecoin Port.
Anyone who is familiar with FreeBSD Ports is welcome to play with it. For testing, I used a Virtualbox image using Vagrant for FreeBSD 9.2 (https://wunki.org/files/freebsd-9.2-amd64-wunki.box via vagrantbox.es).
Anyone running a window manager on top of FreeBSD would be able to help test the QT client. I haven’t used a WM on top of FreeBSD for a long time, so I need to go through and set it up to make sure the QT side works. I know it builds, though.
Notes:
1. the Makefile will allow one to build feathercoin-qt, though I have tested only that it builds (not the GUI itself)
[font=courier]make install clean distclean # with gui[/font]
2. Makefile-daemon allows one to by-pass the GUI options and just go for the non-GUI build; I have played with this someone, but those more familiar with feathercoind might want to take a run at it
[font=courier]make -f Makefile-daemon install clean distclean # no gui[/font]
I am happy to receive comments here or pull requests via Github. I’d like to make sure this thing is in good shape before
Regards,
-
RE: [DEV] Seeking alpha testers for FreeBSD Port of feathercoin 0.8.5
Just a small update, this is taking forever on their side. I thought I was going to see some movement on Friday. I’m going to poke them again today. In the meantime, the Port usable from the GH link above.
-
RE: BIP38 - Encrypting Feathercoin Private Keys
[quote name=“chrisj” post=“58458” timestamp=“1392120022”]
There is another company in addition to Netnerd who is producing collectable Feathercoin Wallets: http://finitebydesign.net/One of my favourite features in Bitcoin is BIP38 which allows you to encrypt your private keys. This could be really good for collectable companies as they can get customers to send in their own private keys without worrying about trust.
What’s it going to take to get this feature in to Feathercoin?
[/quote]This would be pretty great. Where can we see the dev process in action? Is there a mailing list? Not sure, but it looks like GH is used as a dumping ground and not really a place to view or participate in works-in-progress.
-
RE: [DEV] Seeking alpha testers for FreeBSD Port of feathercoin 0.8.5
I sent an request for follow up today. It’s taking forever to get through their process.
The Port on github can be used. If you need help figuring out how, feel free to PM me.
Here’s the updated PR - with my follow up.