Git Product home page Git Product logo

btc4j-core's Introduction

Bitcoin Java Core Components

Open source Java core components and interface definitions of btc4j.

Development build status: Build Status

btc4j-core does not use any third party or external libraries.

Development status: Currently working on v0.0.4.

Using btc4j-core

btc4j-core is free software under The MIT License (MIT). It is maintained by [email protected].

Maven pom.xml dependency:

<dependency>
	<groupId>org.btc4j</groupId>
	<artifactId>btc4j-core</artifactId>
	<version>0.0.3</version>
</dependency>

or, download artifacts directly from https://github.com/btc4j/btc4j-core/releases.

Core components include API's, model, utils, exceptions, etc:

  • BtcApi: Interface definition of bitcoin internal API commands usually implemented in JSON-RPC
  • BtcException: General exception class for all btc4j projects and wrapper for bitcoind json-rpc errors
  • BtcAccount: Concrete implementation of a bitcoin account
  • BtcAddressBase: Abstract bitcoin address
  • BtcInfoBase: Abstract bitcoin information

BtcApi

  • addmultisigaddress <'["key","key"]'> [account]
  • addnode <add|remove|onetry>
  • backupwallet
  • createmultisig <'["key","key"]'>
  • createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
  • decoderawtransaction
  • dumpprivkey
  • getaccount
  • getaccountaddress
  • getaddednodeinfo [node]
  • getaddressesbyaccount
  • getbalance [account] [minconf=1]
  • getblock
  • getblockcount
  • getblockhash
  • getblocktemplate [params]
  • getconnectioncount
  • getdifficulty
  • getgenerate
  • gethashespersec
  • getinfo
  • getmininginfo
  • getnewaddress [account]
  • getpeerinfo
  • getrawmempool
  • getrawtransaction [verbose=0]
  • getreceivedbyaccount [minconf=1]
  • getreceivedbyaddress [minconf=1]
  • gettransaction
  • gettxout [includemempool=true]
  • gettxoutsetinfo
  • getwork [data]
  • help [command]
  • importprivkey [label] [rescan=true]
  • keypoolrefill
  • listaccounts [minconf=1]
  • listaddressgroupings
  • listlockunspent
  • listreceivedbyaccount [minconf=1] [includeempty=false]
  • listreceivedbyaddress [minconf=1] [includeempty=false]
  • listsinceblock [blockhash] [target-confirmations]
  • listtransactions [account] [count=10] [from=0]
  • listunspent [minconf=1] [maxconf=9999999] ["address",...]
  • lockunspent unlock? [array-of-Objects]
  • move [minconf=1] [comment]
  • sendfrom [minconf=1] [comment] [comment-to]
  • sendmany {address:amount,...} [minconf=1] [comment]
  • sendrawtransaction
  • sendtoaddress [comment] [comment-to]
  • setaccount
  • setgenerate [genproclimit]
  • settxfee
  • signmessage
  • signrawtransaction [{"txid":txid,"vout":n,"scriptPubKey":hex,"redeemScript":hex},...] [,...] [sighashtype="ALL"]
  • stop
  • submitblock [optional-params-obj]
  • validateaddress
  • verifymessage
  • walletlock
  • walletpassphrase
  • walletpassphrasechange

Issues

Report bugs, issues, or suggestions: https://github.com/btc4j/btc4j-core/issues.

Contributions

Project location: https://github.com/btc4j/btc4j-core.

Donations

If you find the software useful and would like to make a donation, please send bitcoins to 1ACz6GKw3B6vjoYwGA2hnXDnbR5koFhC4j.

Copyright © 2013, 2014 by [email protected].

btc4j-core's People

Contributors

ggbusto avatar

Stargazers

 avatar Priidu Neemre avatar Wil Bown avatar  avatar  avatar

Watchers

James Cloos avatar  avatar Nuno Araujo avatar Nadine Yates avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.