|
|
@ -73,7 +73,6 @@ func main() { |
|
|
|
}*/ |
|
|
|
}*/ |
|
|
|
|
|
|
|
|
|
|
|
ethchain.InitFees() |
|
|
|
ethchain.InitFees() |
|
|
|
ethutil.Config.Seed = UseSeed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Instantiated a eth stack
|
|
|
|
// Instantiated a eth stack
|
|
|
|
ethereum, err := eth.New(eth.CapDefault, UseUPnP) |
|
|
|
ethereum, err := eth.New(eth.CapDefault, UseUPnP) |
|
|
@ -139,7 +138,8 @@ func main() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
RegisterInterrupts(ethereum) |
|
|
|
RegisterInterrupts(ethereum) |
|
|
|
ethereum.Start() |
|
|
|
|
|
|
|
|
|
|
|
ethereum.Start(UseSeed) |
|
|
|
|
|
|
|
|
|
|
|
if StartMining { |
|
|
|
if StartMining { |
|
|
|
logger.Infoln("Miner started") |
|
|
|
logger.Infoln("Miner started") |
|
|
|