package
module
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Nov 3, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
These are miscellaneous tools for working with the FIO Protocol fioprotocol.io
These are provided with no warranty, use at your own risk.
What's here:
Daemons:
- fio-bp-standby automated failover for standby block producer nodes when primary is failed
- fio-fee-vote sets FIO fee votes and multipliers
- fio-bp-vote daemon for ranking and voting for block producers
Command Line utilities:
- fio-bulk-reject Can dump a list of FIO requests in CSV, and reject them in bulk, useful when there are thousands of requests
- fio-koinly generates CSV files that can be imported into koinly.io for calculating transaction cost-basis
- fio-req utility for sending, viewing, rejecting, or responding to FIO requests
- fio-top *nix top-like command for watching transaction activity (inspired by Cryptolions' monitor site)
- fio-vanity vanity key generator
- fio-hd2wif get WIF from HD phrase
Miscellaneous (not included in binary releases)
Installation
- Install Go version 1.14 or later.
- Go Downloads page
- On MacOS, mac brew tracks the current releases very closely.
- Ubuntu <= 18.04 also has
ppa:longsleep/golang-backports
but as of July 20' Ubuntu 20.04 is not supported
- Fetch and install the programs:
$ go get -d github.com/blockpane/fio-tools
$ cd ~/go/src/github.com/blockpane/fio-tools/
$ go get ./...
$ go install -ldflags="-s -w" ./...
The binaries should be in $GOPATH/bin/ (usually ~/go/bin)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
misc
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.