aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/cmd.go
Commit message (Collapse)AuthorAgeFilesLines
* Switched to new trieobscuren2014-12-241-1/+1
|
* Moved import to utilsobscuren2014-12-231-0/+24
|
* Refactored block & Transactionobscuren2014-12-231-1/+1
| | | | * Includes new rlp decoder
* resolve merge conflict hellzelig2014-12-151-10/+1
|
* adapt cmd/cli to new backendzelig2014-12-151-0/+9
| | | | | | | | | | - new flag nat for nat support UPNP|PMP - new flag pmp for PMP gateway IP - add NatType to utils/cmd to get p2p.NAT from nat type string - obsolete usepnp flag - get rid of IsUpToDate and sleep in miner start - ethereum constructor takes nat type, port, maxpeer - add pubkey arg to client identity
* adapt to new backendzelig2014-12-151-14/+24
| | | | | | | | | - eth p2p pkgs - new Ethereum initialiser - no caps param - use nat type - add NatType func to map nat type string to p2p.NAT - add pubkey to client identity
* Show newly created private key during startup. Closes #126obscuren2014-12-051-1/+1
|
* Set proper message valueobscuren2014-12-031-1/+1
|
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-1/+1
| | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining
* StateManager => BlockManagerobscuren2014-11-041-1/+1
|
* ethminer => minerobscuren2014-10-311-9/+9
|
* ethwire => wireobscuren2014-10-311-4/+4
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-2/+2
|
* Moved utils to cmdobscuren2014-10-311-0/+327