Table of Contents
- The project aims to identify mining strategies in Ethereum.
- Determine whether the probability of predicting a block is significant.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the code and how to install them.
- python 2.7
$ sudo apt install python2.7
- pip
$ sudo apt install python-pip
- Clone the repo
$ git clone https://github.com/darksidergod/blockSweeper.git
- Install pip packages
$ python -m pip install requests
- Run the programs
$ python block.py $ python tx.py
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- Determine mining strategies.
- Compute block prediction probabilty.
Distributed under the MIT License. See LICENSE.txt for more information.
Your Name - @pujjumehta - pujjumehta@gmail.com
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!