Reads all account histrory from node via RPC and print it on screen.
- Auto-detecting of nano/banano nodes, auto nano/ban conversion from raw
- Cross-platform (install .NET Core SDK for your OS)
- Download and install .NET Core SDK 2.2 or above (but not ".NET Framework"!)
- Clone this repo
cd NanoHistoryDumper
dotnet build
(should see green "Build succeeded" text)
- Edit
appsettings.json
: put correct ip and port of your node RPC (if not default127.0.0.1:7072
) - Run
dotnet run <account>
from console