Name |
Description |
DumpWallet |
DumpWallet loads a serialized wallet and prints information about what it contains. |
FetchBlock |
Downloads the block given a block hash from the localhost node and prints it out. |
PingService |
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. |
PrintPeers |
Prints a list of IP addresses connected to the rendezvous point on the LFnet IRC channel. |
PrivateKeys |
This example shows how to solve the challenge Hal posted here: 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. |
Program |
|
RefreshWallet |
RefreshWallet loads a wallet, then processes the block chain to update the transaction pools within it. |