Bitcoin Forum
April 18, 2024, 05:27:18 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Java developers wanted to help me out on bitcoinj  (Read 899 times)
Mike Hearn (OP)
Legendary
*
expert
Offline Offline

Activity: 1526
Merit: 1128


View Profile
April 06, 2013, 08:37:00 PM
Merited by ABCbits (6)
 #1

I am hoping that with the recent surge in interest, there maybe some people kicking around who are looking for ways to make themselves useful.

bitcoinj is a Java library and implementation of Bitcoin that underlies the Android app and MultiBit. It also has been used to build a variety of web apps, like SatoshiDice, along with a bunch of other things we never hear much about directly. Improving it is directly useful to both the user and developer community because it's the only true implementation of SPV mode software, which is lightweight enough to run on desktops and cheap virtual private servers.

If you'd like to help out there are a bunch of projects that'd be super useful to implement. If one of them sounds interesting to you, please join the mailing list and introduce yourself, or just private message me here, or email me.

We need someone to implement the payment protocol. This isn't particularly hard - it means writing a class that uses the Java crypto APIs to validate the cert chain and signatures on the signed payment requests, and then upgrading the Wallet class so it can take a payment request and produce a payment response as an output. Then provide a utility class to upload the response, and expose the messages functionality, and we're done. Andreas and Jim can then use the new API to integrate payment protocol support into their respective wallets.

Deterministic wallets are nearly finalised, it seems, and we really need support for that - right now to avoid disasters with people not backing up at the right time, bitcoinj by default only uses one key (the apps let you add more). This is a huge privacy leak but seems better than the risk of people losing money. Deterministic wallets let us have our cake and eat it - just one code to write down, and then in the worst case if you lose your backed up wallet files you can still get your money back. They're also highly useful for server side apps. Some Java code to implement the deterministic wallet algorithm is already written, but it needs integration with the Wallet class so keys are derived at the right times, persisted once derived (as re-deriving them each time is too slow), etc. This also has impact on bloom filtering as the filter needs to contain keys ahead of what's expected, in case the root keys are being shared between devices.

bitcoinj lacks good support for fees - a really good solution would to integrate an integer linear programming solver and then specify coin selection as a set of constraints over the unspent output set. Coin selectors are already nicely abstracted and pluggable, so you can experiment with this independently without any changes to the core library.

We could also use a collection of apps that implement useful tools, like monitoring the memory pool or measuring transaction propagation/confirmation times. As well as being independently useful, these can act as good examples for how to use the library.

There are many more things that could be improved or fixed, so if you've got any questions, let me know.
1713418038
Hero Member
*
Offline Offline

Posts: 1713418038

View Profile Personal Message (Offline)

Ignore
1713418038
Reply with quote  #2

1713418038
Report to moderator
1713418038
Hero Member
*
Offline Offline

Posts: 1713418038

View Profile Personal Message (Offline)

Ignore
1713418038
Reply with quote  #2

1713418038
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Maha.Crypto
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 01, 2017, 08:18:40 PM
 #2

Thanks for this post. It is really helpful.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!