Skip to content

insipx/absentis

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Absentis

A Project for Quickblocks bounty that finds missing transactions

An Example Configuration file:

[[nodes]]
identifier = 'ParityLocal'
transport = 'Http'

[nodes.http]
url = 'http://localhost'
port = 8545

[nodes.ipc]
path = '/home/me/parity/ipc'

[[nodes]]
identifier = 'GethRemoteNode'
transport = 'Http'

[nodes.http]
url = 'http://32.0.1.32'
port = 8545

Example Command w/o config file:

./target/release/absentis -V txs2.csv --to 6000000 --address fb6916095ca1df60bb79ce92ce3ea74c37c5d359 -n http://localhost:8545 --transport http

About

Bounty project for Validating ETH Transactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published