@@ -9,82 +9,24 @@ Note that this also means that anyone with access to your seed can spend
99your IOTAs! Treat your seed(s) the same as you would the password for
1010any other financial service.
1111
12- .. raw :: html
12+ .. note ::
1313
14- <aside class =" notice" >
14+ PyOTA's crytpo functionality is currently very slow; on average it takes
15+ 8-10 seconds to generate each address.
1516
16- PyOTA's crytpo functionality is currently very slow; on average it takes
17- 8-10 seconds to generate each address.
17+ These performance issues will be fixed in a future version of the library;
18+ please bear with us!
1819
19- .. raw :: html
20+ In the meantime, if you are using Python 3, you can install a C extension
21+ that boosts PyOTA's performance significantly (speedups of 60x are common!).
2022
21- < p >
23+ To install the extension, run `` pip install pyota[ccurl] ``.
2224
23- ::
25+ ** Important: ** The extension is not yet compatible with Python 2.
2426
25- These performance issues will be fixed in a future version of the library;
26- please bear with us!
27-
28- .. raw :: html
29-
30- </p >
31-
32- .. raw :: html
33-
34- <p >
35-
36- ::
37-
38- In the meantime, if you are using Python 3, you can install a C extension
39- that boosts PyOTA's performance significantly (speedups of 60x are common!).
40-
41- .. raw :: html
42-
43- </p >
44-
45- .. raw :: html
46-
47- <p >
48-
49- ::
50-
51- To install the extension, run <code>pip install pyota[ccurl]</code>.
52-
53- .. raw :: html
54-
55- </p >
56-
57- .. raw :: html
58-
59- <p >
60-
61- ::
62-
63- <strong>Important:</strong> The extension is not yet compatible with Python
64- 2.
65-
66- .. raw :: html
67-
68- </p >
69-
70- .. raw :: html
71-
72- <p >
73-
74- ::
75-
76- If you are familiar with Python 2's C API, we'd love to hear from you!
77- Check the
78- <a href="https://github.com/todofixthis/pyota-ccurl/issues/4">GitHub issue</a>
79- for more information.
80-
81- .. raw :: html
82-
83- </p >
84-
85- .. raw :: html
86-
87- </aside >
27+ If you are familiar with Python 2's C API, we'd love to hear from you!
28+ Check the `GitHub issue <https://github.com/todofixthis/pyota-ccurl/issues/4 >`_
29+ for more information.
8830
8931PyOTA provides two methods for generating addresses:
9032
0 commit comments