Skip to content

Commit

Permalink
installing on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lexansoft committed Jun 23, 2016
1 parent 89f8ff1 commit 56b257c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@ Install Go Language

go run src/ethcracker.go -pk PATH_TO_FILE -t PATH_TO_TAMPLATE_FILE -threads 4

# Installing on Windows

On windwos you need to install the Chocolatey: https://chocolatey.org

Then install git, golang and mingw

C:\Windows\system32> choco install git
C:\Windows\system32> choco install golang
C:\Windows\system32> choco install mingw

After that make all teh steps from Installing section.

# Cracking your Mac DMG file password
You you stored your keys in the encrypted mac DMG image and forgot the password, do this:

Expand Down

0 comments on commit 56b257c

Please sign in to comment.