I want to announce that I have selected Boolberry to be the cryptonote platform that I will use for NXTprivacy integration. Having analyzed the source code of the various cryptonote coins, it is clear that BBR is far and away the best. Even has cross platform Qt GUI.
My plan is to integrate a "private send" feature into NXTservices GUI that will allow people with NXT to leverage the privacy from BBR. There will also be a NXT internal privateNXT asset and pNXT BBR fork that map 1:1 to avoid having to exchange NXT <-> BBR in thin markets.
I have not worked out all the details, but I am looking forward to bring a lot of value to both the Boolberry and cryptonote communities in general. My investment strategy is to select the strongest tech platform, invest BTC into it and then invest even more time and dev work to make the investment more valuable.
James
Very cool!
I've been working on some infrastructure to make it easier to accept/send BBR payments and/or translate them to BTC. I'm about to the point of making some suggestions / pull requests for additions to the wallet RPC interface to facilitate this.
If you're approaching the point of having read enough of the code or attempted some integration of your own, I'd love it if there were a coherent set of proposals for how to make the wallet a very service-friendly interface. Most of what I've been thinking about has been exposing more of the transaction listing interface to make it easier to build stateless or limited-state services atop the wallet -- different or more general forms of getpayments(), etc.
I've merged my NXTservices into the BBR source base and it has libwebsockets to create API interface via 127.0.0.1:7777
Since we already have a web GUI that uses this interface, once I create a payments API, it will be a matter for the GUI guys to make it easy to use.
My stuff is all in C, but I got hooks in to the main C++ classes and have gotten easy stuff like current height, account balance, so next step is tackling actually sending a payment.
If you have any ideas on a simple but not too simple payment API that would help, I am cryptonote newbie
James