Bitcoin Forum
May 25, 2024, 06:26:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin ecosystem and stack  (Read 1119 times)
enet (OP)
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
June 06, 2016, 01:00:42 PM
 #1

The Bitcoin ecosystem and landscape suffers from limited inter-operability. Nicolas Dorier did some great work with NBitcoin: https://github.com/MetacoSA/NBitcoin  NBitcoin offers a lot of features bitcoind and bitcoinJ do not:

  • TransactionBuilder to create transactions easily
  • Transacting indexing
  • Cloud/Azure integration
  • OpenAssets
  • most BIPs: BIP32, BIP38, ...

I think these kinds of things should be available to the Bitcoin ecosystem as a whole. Is anyone interested in helping building part or all of these functions in Java (and/or C/Python)?
hexafraction
Sr. Member
****
Offline Offline

Activity: 392
Merit: 259

Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ


View Profile
June 06, 2016, 07:47:32 PM
 #2

I'm pretty proficient with Java. Given time and sufficient motivation I might be interested in helping out with specific features (specifically those that I understand well, as we're dealing with cryptographic software here)

I have recently become active again after a long period of inactivity. Cryptographic proof that my account has not been compromised is available.
fbueller
Sr. Member
****
Offline Offline

Activity: 412
Merit: 275


View Profile
June 07, 2016, 12:37:39 AM
 #3

Something great is the bitcoinconsensus.h library, for verifying transaction signatures. Check https://github.com/bitcoin/bitcoin/blob/master/src/script/bitcoinconsensus.cpp This can be installed as a shared library, and language bindings expose this functionality to other languages.

Eventually, we'll have a full consensus library, which will make building these tools much easier and safer.

Bitwasp Developer.
rouslanabramov
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
June 08, 2016, 11:20:56 AM
 #4

Can I find some bitcoin infrastructure source code?
rouslanabramov
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
June 08, 2016, 12:19:33 PM
 #5

Can I find some bitcoin infrastructure source code?
https://bitcoincore.org - Is this a right place?
hexafraction
Sr. Member
****
Offline Offline

Activity: 392
Merit: 259

Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ


View Profile
June 09, 2016, 09:43:30 PM
 #6

Can I find some bitcoin infrastructure source code?
https://bitcoincore.org - Is this a right place?


I would advise using the Github repositories for the well-known Bitcoin clients--you can look at either Bitcoin Core (C++ reference client) or bitcoinj (java), among others.

I have recently become active again after a long period of inactivity. Cryptographic proof that my account has not been compromised is available.
rouslanabramov
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
June 13, 2016, 09:25:04 AM
 #7

Thanks! I will look.
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!