Ensuring dust has been claimed

The Patchcoin Claims Dashboard has been updated to include bulk checking for peercoin addresses which may have not yet been claimed. This is useful to ensure dust addresses have been claimed.
It is available here: Patchcoin Claims Dashboard

The Plain Address List tab takes a single peercoin address per line to check for.

The Pasted listreceivedbyaddress.json tab takes the output of the listreceivedbyaddress command from the peercoin client.

You can get the contents of that file by opening your peercoin client → selecting Window → selecting Console → and finally running listreceivedbyaddress 0 true.

While the site is run entirely local and the contents of the listreceivedbyaddress command are generally safe to share you may wish to clean the output of any other field but address before pasting it anywhere.

Example output:

If there are any questions, let me know.

1 Like

thanks for this tool. @noface There are some address are not filter based on timestamp snapshot. You want to filter out address having coins after snapshot.

Updated to:

  1. Use listreceivedbyaddress instead of listunspent
  2. Backcheck with the contents of the 795000 txoutset.
1 Like