Initial smart-miner stuff

This commit is contained in:
Maran
2014-03-10 11:53:31 +01:00
parent fbd53f0e34
commit 96fcc1da32
2 changed files with 72 additions and 17 deletions

View File

@ -54,7 +54,7 @@ func AssetPath(p string) string {
// Get Binary Directory
exedir, _ := osext.ExecutableFolder()
base = filepath.Join(exedir, "../Resources")
base = "/Users/jeffrey/go/src/github.com/ethereum/go-ethereum"
base = "/Users/maranhidskes/projects/go/src/github.com/ethereum/go-ethereum"
case "linux":
base = "/usr/share/ethereal"
case "window":