com.google.bitcoin.examples
Class PingService

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

public class PingService
extends java.lang.Object

PingService demonstrates basic usage of the library. It sits on the network and when it receives coins, simply sends them right back to the previous owner, determined rather arbitrarily by the address of the first input.


Constructor Summary
PingService()
           
 
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

PingService

public PingService()
Method Detail

main

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