@@ -21,7 +21,11 @@ are quite a lot of different types of transactions in the network. In order
21
21
to simplify testing of transaction history we came up with the idea to create
22
22
a special xpub that will contain these various types of transactions.
23
23
24
- ## mnemonic, xprvs and xpubs
24
+ For more coins and their addresses (not listed in this document) see [ slip-0014-addresses.md] ( slip-0014-addresses.md )
25
+
26
+ ## Wallet
27
+
28
+ ### Bitcoin Legacy P2PKH (BIP44)
25
29
26
30
```
27
31
mnemonic: all all all all all all all all all all all all
@@ -37,7 +41,7 @@ xpub6Ex8WCdj1KH5mK9r99QKENUmhpjEPgYm1dJmKY2nxx16tSAiQCVYjHfymFdzfpYDAHGtWYTif7Wk
37
41
38
42
[ link to blockchain.info] ( https://blockchain.info/xpub/xpub6BiVtCpG9fQPxnPmHXG8PhtzQdWC2Su4qWu6XW9tpWFYhxydCLJGrWBJZ5H6qTAHdPQ7pQhtpjiYZVZARo14qHiay2fvrX996oEP42u8wZy )
39
43
40
- ## Addresses
44
+ #### Addresses
41
45
42
46
index | address | private key
43
47
------|------------------------------------|-----------------------------------------------------
@@ -52,13 +56,7 @@ index | address | private key
52
56
8 | 1HRZDR7CmLnq59w6mtzNa7SHtVWPSxdgKA | Kx8nBDjAkXkykD62AF8XjP8W5Z4a79iZC8Z7axyDWXsZTcn5agzM
53
57
9 | 1MPdvYLzcekvEzAB7DmiHa1oU8Foh4KUw8 | L1xWyxmCkjsB2Z9wnjoZ5TGabeg8KbpZt1PjgVsKA9pn3L7JCiTs
54
58
55
- for more addresses and coins see [ slip-0014-addresses.md] ( slip-0014-addresses.md )
56
-
57
- # Segwit P2SH
58
-
59
- Using BIP49 derivation paths
60
-
61
- ## mnemonic, xprvs and xpubs
59
+ ### Bitcoin Segwit P2SH (BIP49)
62
60
63
61
```
64
62
mnemonic: all all all all all all all all all all all all
@@ -72,7 +70,7 @@ xprvA1o8joUTA2L813mNWCDBP1DAeDx9tFZZfzFpA9CzMBTRvfwC7mQ36SjRNFrpvK9qnbXaxX2iohqz
72
70
xpub6EnV9K1LzPtRDXqqcDkBk99uCFneHiHR3DBQxXcbuWzQoUGLfJiHeF3uDW1JZH3ZG7mr4TuNtPbgLYwEibEkcDcnQkQksZi7jm3eY8PqKFv
73
71
```
74
72
75
- ## Addresses
73
+ #### Addresses
76
74
77
75
index | address | private key
78
76
------|------------------------------------|-----------------------------------------------------
0 commit comments