com.google.bitcoin.examples
Class PrivateKeys

java.lang.Object
  extended by com.google.bitcoin.examples.PrivateKeys

public class PrivateKeys
extends java.lang.Object

This example shows how to solve the challenge Hal posted here:

http://www.bitcoin.org/smf/index.php?topic=3638 .0

in which a private key with some coins associated with it is published. The goal is to import the private key, claim the coins and then send them to a different address.


Constructor Summary
PrivateKeys()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivateKeys

public PrivateKeys()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception