github.com/ethereumproject/go-ethereum@v5.5.2+incompatible/accounts/testdata/keystore/README (about) 1 This directory contains accounts for testing. 2 The passphrase that unlocks them is "foobar". 3 4 The "good" key files which are supposed to be loadable are: 5 6 - File: UTC--2016-03-22T12-57-55.920751759Z--7ef5a6135f1fd6a02593eedc869c6d41d934aef8 7 Address: 0x7ef5a6135f1fd6a02593eedc869c6d41d934aef8 8 - File: aaa 9 Address: 0xf466859ead1932d743d622cb74fc058882e8648a 10 - File: zzz 11 Address: 0x289d485d9771714cce91d3393d764e1311907acc 12 13 The other files (including this README) are broken in various ways 14 and should not be picked up by package accounts: 15 16 - File: no-address (missing address field, otherwise same as "aaa") 17 - File: garbage (file with random data) 18 - File: empty (file with no content) 19 - File: swapfile~ (should be skipped) 20 - File: .hiddenfile (should be skipped) 21 - File: foo/... (should be skipped because it is a directory)