Giter VIP home page Giter VIP logo

bitj's Introduction

About this project

The project goal is to create an easy-reading code with not too many lines. The client shall not save an unencrypted private key to disk. All disk-persistent user settings are in $BITJ_HOME/bitj.properties where BITJ_HOME is $USER_HOME/bitj by default. We're using chain / store implementation from bitcoinj internally. I'm not very much into GUI programming with java so I'll keep the UI as simple as possible, using JOptionPane for input and System.out for output.

Files used:

  • $BITJ_HOME/bitj.properties user settings (read-only)
  • $BITJ_HOME/blocks.h2.db
  • $BITJ_HOME/blocks.lock.db
  • $BITJ_HOME/blocks.trace.db

Dependencies

  • java jdk (tested with oracle java jdk 1.7.0_17)
  • maven (packages exist for most linux distros, tested with version 3.0.5)
  • bitcoinj, install it from source

Features

List of things that should work

Extract bitcoin address from private key

mvn clean compile exec:java -Dexec.mainClass=ooq.asdf.Main -Dexec.args='a c'

Test it with a private key from bitaddress.org

Code: https://github.com/methylene/bitj/blob/master/src/main/java/ooq/asdf/view/PrivateToPublicPopup.java

getbalance (work in progress)

mvn clean compile exec:java -Dexec.mainClass=ooq.asdf.Main -Dexec.args='a b'

Show balance for given private (todo: public) key, a la blockexplorer

Code: https://github.com/methylene/bitj/blob/master/src/main/java/ooq/asdf/view/BalancePopup.java

bitj's People

Contributors

methylene avatar

Watchers

 avatar  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.