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.
 
 
 
 
 
 
go-ethereum/accounts/keystore/testdata/keystore
SjonHortensius 36994e4e0b all: replace passPHRASE with passWORD in user interactions (#19932) 5 years ago
..
foo accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
.hiddenfile accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
README all: replace passPHRASE with passWORD in user interactions (#19932) 5 years ago
UTC--2016-03-22T12-57-55.920751759Z--7ef5a6135f1fd6a02593eedc869c6d41d934aef8 accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
aaa accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
empty accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
garbage accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
no-address accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
zero accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
zzz accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago

README

This directory contains accounts for testing.
The password that unlocks them is "foobar".

The "good" key files which are supposed to be loadable are:

- File: UTC--2016-03-22T12-57-55.920751759Z--7ef5a6135f1fd6a02593eedc869c6d41d934aef8
Address: 0x7ef5a6135f1fd6a02593eedc869c6d41d934aef8
- File: aaa
Address: 0xf466859ead1932d743d622cb74fc058882e8648a
- File: zzz
Address: 0x289d485d9771714cce91d3393d764e1311907acc

The other files (including this README) are broken in various ways
and should not be picked up by package accounts:

- File: no-address (missing address field, otherwise same as "aaa")
- File: garbage (file with random data)
- File: empty (file with no content)
- File: swapfile~ (should be skipped)
- File: .hiddenfile (should be skipped)
- File: foo/... (should be skipped because it is a directory)