Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeffrey Wilcke
f0cbebb19f
core: added basic chain configuration
...
Added chain configuration options and write out during genesis database
insertion. If no "config" was found, nothing is written to the database.
Configurations are written on a per genesis base. This means
that any chain (which is identified by it's genesis hash) can have their
own chain settings.
9 years ago
..
bootnodes.go
cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks
9 years ago
client.go
cmd, node, rpc: readd inproc RPC client, expose via node
9 years ago
cmd.go
cmd/utils: removed password line endings when not using liner.
9 years ago
customflags.go
cmd/utils: fix path expansion on windows
9 years ago
customflags_test.go
cmd/utils: fix path expansion on windows
9 years ago
fdlimit_test.go
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
fdlimit_unix.go
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
fdlimit_windows.go
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
flags.go
core: added basic chain configuration
9 years ago
jeth.go
console: allow optional password on the command line
9 years ago