Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


run a ethereum server on windows
by admin
 at 2017-06-06 06:41:01.

Download ethereum https://geth.ethereum.org/downloads/

install it, on a command prompt go to C:\Program Files\Geth

trype: geth account new and chose a password.

Then type ( if it is your first time)
geth --rpc --fast --cache=1024

or just 

geth --rpc to run a ethereum server

Download the wallet so you have a visual of who much of the block chain you have downloaded and manage your accounts easier. 

https://github.com/ethereum/mist/releases

the main ethereum database will be located at

C:\Users\YourPC\AppData\Roaming\Ethereum

and you accounts in the keystor folder. Keep them backed up!