Skip to content

Bounty project for Validating ETH Transactions

License

Notifications You must be signed in to change notification settings

insipx/absentis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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