19 Commits

Author SHA1 Message Date
5aff8bfb59 Implement command line argument to set the amount of agents created by the miner
Defaults to the amount of cores available on the CPU
2015-02-19 10:38:36 +01:00
d0a2e655c9 cmd/ethereum, cmd/mist, eth, p2p: use package p2p/nat
This deletes the old NAT implementation.
2015-02-13 11:39:31 +01:00
a3cd218719 cmd/mist, cmd/ethereum: add CLI arguments for node key 2015-02-10 12:30:09 +01:00
028775a086 cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes 2015-02-07 00:52:49 +01:00
2f30a27b2b Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop 2015-02-05 12:22:44 -08:00
2656a2d038 Use different default RPC port per #186 2015-02-04 10:57:47 -06:00
1f4ed49b4c Move hardcoded seed node address to app flag
Replaces functionality `-seed=true` with `-seed="ip:port"`
2015-02-02 13:04:00 -06:00
cbf1d07073 default http rpc on 2015-01-28 23:23:33 +01:00
a38bca3438 Add wsport flag to Mist 2015-01-27 12:40:52 -06:00
8f733461b3 Default datadir for mist is now shared with CLI (.ethereum) 2015-01-13 14:58:12 +01:00
117f66e823 Added license headers 2015-01-06 12:13:57 +01:00
125bdc3253 Merge branch 'develop' into poc8
Conflicts:
	cmd/ethereum/flags.go
2014-12-20 02:45:05 +01:00
0a9dc1536c Increased peer from 10 to 30 2014-12-20 02:33:45 +01:00
56dac74f71 made mist in a compilable, workable state using the new refactored packages 2014-12-15 13:00:29 +01:00
8826e9694c Moved utils to cmd 2014-10-31 14:20:11 +01:00
b1c247231b ethlog => logger 2014-10-31 12:56:05 +01:00
b095bd3237 events should be set prior to calling mainloop 2014-10-27 11:50:38 +01:00
184055b3e2 cmd/*: add license headers 2014-10-23 15:48:53 +02:00
69baa465ea Merge eth-go repository into go-ethereum
mist, etheruem have been moved to cmd/
2014-10-23 15:01:27 +02:00