diff --git a/ethereum.go b/ethereum.go
index dfb2a955c26b7cac2cbb9e3f39d1816e263e57ba..51a2783ad5b2ab271949b4e2d7bc34e6daddca84 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -49,7 +49,8 @@ func main() {
 	Init()
 
 	ethchain.InitFees()
-	ethutil.ReadConfig()
+	ethutil.ReadConfig(".ethereum")
+	ethutil.Config.Seed = UseSeed
 
 	// Instantiated a eth stack
 	ethereum, err := eth.New(eth.CapDefault, UseUPnP)