com.google.bitcoin.examples
Class PrivateKeys
java.lang.Object
com.google.bitcoin.examples.PrivateKeys
public class PrivateKeys
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrivateKeys
public PrivateKeys()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2011. All Rights Reserved.