You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/zcash-z3/index.mdx
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,10 @@ Find your situation below and follow the corresponding path.
53
53
54
54
| Your current situation | Migrate to | When |
55
55
| -- | -- | -- |
56
-
| Full node, **no** indexing or wallet needs |[Zebra](https://github.com/ZcashFoundation/zebra)|**Now**|
56
+
| Full node, **no** indexing or wallet needs |[Zebra](https://github.com/ZcashFoundation/zebra)[Zakura](https://github.com/zakura-core/zakura)|**Now**|
57
57
| Service that needs **indexed** blockchain data (explorers, APIs) |[Zebra](https://github.com/ZcashFoundation/zebra) + [Zaino](https://github.com/zingolabs/zaino/)|**Now**|
58
58
| You use the **Zcashd wallet CLI / wallet RPCs**| Zebra + [Zallet](https://github.com/zcash/zallet) (with Zaino or Zebra as backend) |**Now** — start testing immediately |
59
-
| You **can't complete** the wallet migration before EOL and need the existing Zcashd APIs |[Zakura](https://github.com/zakura-core/zakura) + [zcashd-compat mode](https://github.com/zakura-core/zakura/blob/main/book/src/user/zcashd-compat.md)|**Temporary bridge only** — plan your Z3 migration in parallel |
59
+
| You **can't complete** the wallet migration before EOL and need the existing Zcashd APIs |[Zakura](https://github.com/zakura-core/zakura) + [zcashd-compat mode](https://github.com/zakura-core/zakura/blob/main/book/src/user/zcashd-compat.md)|**Temporary bridge only** — plan your migration to Zallet wallet in parallel |
60
60
61
61
Whatever path you take, remember: **the zcashd-compat bridge is temporary. All
62
62
users will eventually have to migrate to Zebra and Zallet** (or Zebra / Zebra +
@@ -87,6 +87,11 @@ Zebra validates consensus and has limited indexing capabilities by design.
87
87
Find out more about Zebra on [GitHub](https://github.com/ZcashFoundation/zebra)
88
88
or by reading [The Zebra Book](https://zebra.zfnd.org/).
89
89
90
+
Zakura is a fork of Zebra maintained by Valar Group. It has different capabilities
91
+
than Zebra, such as pruned mode, Zcashd-compat mode and fast syncs. Find out more
92
+
about Zakura on [GitHub](https://github.com/zakura-core/zakura).
93
+
94
+
90
95
## If you run a service that needs Zcash indexed data
91
96
92
97
Zcashd RPCs which served indexed data of the Zcash blockchain are now replaced by
@@ -121,7 +126,7 @@ under Zakura's zcashd-compat mode (below), note that the **mining RPCs are
121
126
removed from the sidecar zcashd**: block templates must be requested from
122
127
Zakura's RPC interface, not from zcashd's.
123
128
124
-
## If you need more time: Zakura + zcashd-compat mode (temporary)
129
+
## If you need more time: Zakura + zcashd-compat mode
125
130
126
131
[Zakura](https://github.com/zakura-core/zakura) is a full node developed by
127
132
Valar Group. Its
@@ -130,6 +135,9 @@ is aimed at operators — typically exchanges and custodial services — that ca
130
135
complete their migration to Zallet before Zcashd's End-of-Life and need to keep
131
136
their existing Zcashd integrations running in the meantime.
132
137
138
+
Note: Zcashd-compat mode is meant to be a "rain check" for moving into Zakura + Zallet,
139
+
or Zebra + Zallet.
140
+
133
141
How it works:
134
142
135
143
-**Zakura faces the network.** Zakura is the consensus-validating node connected
0 commit comments