Coder Social home page Coder Social logo

wally's Introduction

Bitcoin SPV[1] wallet client.

[1] Simplified Payment Verification, aka lightweight

Command line summary
--------------------
Usage: node ./bin/wally [options] COMMAND [command parameters]

Options:
  -f, --file  Load/store wallet to/from encrypted JSON file
  -P, --pass  Passphrase                                     [required]


Theory of operation
-------------------
All operation revolves around an internal database, which is modified
via execution of a command operation:
	1. wally reads wallet state file (JSON). Default "walletdb.aes".
	2. wally executes command given on command line,
	   updating wallet state.
	3. wally writes wallet state file, overwriting
	   previous version.

"wallet state" is anything involving the given wallet being
built, examined or modified.

A new wallet is created using the "init" command.

Dependencies
------------
node.js			-- http://nodejs.org/

node modules ("npm install $module_name"):


wally command summary
----------------------

clean
	Remove wallet state database, and any associated
	temporary files.

dump
	Inspect wallet state database.

help
	List this command summary.

init [network]
	Initialize new wallet state database.  Optionally
	specify network for new wallet (mainnet/livenet or
	testnet)

key.new
	Generate a new private key (and associated bitcoin
	address).

wally's People

Watchers

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