Problem
Ethnode doesn't work on Windows machines (see #11). The two scripts get_geth.sh and get_openethereum.sh rely on bash to run.
Solution
Port get_geth.sh and get_openethereum.sh to pure JavaScript functions. AFAIK that's the only part that is incompatible with windows.
Problem
Ethnode doesn't work on Windows machines (see #11). The two scripts
get_geth.shandget_openethereum.shrely on bash to run.Solution
Port
get_geth.shandget_openethereum.shto pure JavaScript functions. AFAIK that's the only part that is incompatible with windows.