forked from bitcoind-me/bitcoind-me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bitcoinfordevs.html
274 lines (257 loc) · 9.16 KB
/
bitcoinfordevs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="fa">
<head>
<title>bitcoind.me | بیتکوین برای توسعهدهندگان </title>
<meta http-equiv="onion-location" content="http://bitcoin6djvpbydmvqhdarbdb2oaicnp6pbu2kwpcfwpcy2h4vurvjad.onion" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=" معرفی پروتکل بیتکوین و بررسی بخشهای مختلف پیادهسازی Bitcoin Core " />
<meta property="og:image" content="https://bitcoind.me/assets/images/bitcoinfordevs/sharable.png?1610890522" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="420" />
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="bitcoind.me">
<meta property="twitter:title" content="bitcoind.me | بیتکوین برای توسعهدهندگان">
<meta property="twitter:description" content=" معرفی پروتکل بیتکوین و بررسی بخشهای مختلف پیادهسازی Bitcoin Core">
<meta property="twitter:creator" content="bitcoind_me">
<meta property="twitter:image:src" content="https://bitcoind.me/assets/images/bitcoinfordevs/sharable.png?1610890522">
<meta property="twitter:domain" content="bitcoind.me">
<link href="css/bootstrap-4.6.min.css" rel="stylesheet">
<style>
body{
background-color: #272838;
color:#f0f0f0;
direction: rtl;
}
@font-face {
font-family: 'IranSans';
src: url("assets/fonts/IRANSansWeb.woff") format("woff");
font-weight: normal;
}
@font-face {
font-family: 'IranSans-bold';
src: url("assets/fonts/IRANSansWeb_Bold.woff") format("woff");
font-weight: bold;
}
/* latin */
@font-face {
font-family: 'Baloo Bhaina 2';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(assets/fonts/qWcwB6yyq4P9Adr3RtoX1q6ySiQjtiEnm4c.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.ir_title{
font-family: IranSans;
font-size:1em;
}
.ir_title_bold{
font-family: IranSans-bold;
font-size:1.1em;
}
a:link{
color:#007bff;
text-decoration: none;
}
a:hover{
color:#007bff;
text-decoration: none;
}
a:active{
color:#007bff;
text-decoration: none;
}
a:visited{
color:#007bff;
text-decoration: none;
}
.row_downloadLink > a:link{
color:#fff;
text-decoration: none;
}
.row_downloadLink > a:hover{
color:#fff;
text-decoration: none;
}
.row_downloadLink > a:active{
color:#fff;
text-decoration: none;
}
.row_downloadLink > a:visited{
color:#fff;
text-decoration: none;
}
.row_gotoLink > a:link{
color:#fff;
text-align: right;
text-decoration: none;
}
.row_gotoLink > a:hover{
color:#fff;
text-align: right;
text-decoration: none;
}
.row_gotoLink > a:active{
color:#fff;
text-align: right;
text-decoration: none;
}
.row_gotoLink > a:visited{
color:#fff;
text-align: right;
text-decoration: none;
}
.row_itemDesc > a:link{
color:#6aaff9;
text-decoration: none;
}
.row_itemDesc > a:hover{
color:#6aaff9;
text-decoration: none;
}
.row_itemDesc > a:active{
color:#6aaff9;
text-decoration: none;
}
.row_itemDesc > a:visited{
color:#6aaff9;
text-decoration: none;
}
.email_style{
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
color: #666;
}
.section_header{
color:#F3DE8A;
text-align: right;
font-family: IranSans-bold;
font-size:1.2em;
}
.row_itemTitle{
color:#fff;
text-align: right;
font-family: IranSans;
font-size:1em;
}
.row_itemDesc{
margin-top:3px;
text-align: right;
font-family: IranSans;
font-size:.85em;
}
.row_downloadLink{
margin-top:3px;
text-align: left;
font-family: IranSans;
font-size:.9em;
}
.row_abstract{
font-family: IranSans;
font-size:.9em;
text-align: justify;
color:rgb(140, 140, 140);
border-bottom:solid 1px #45464a;
padding-bottom: 7px;
}
</style>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://stats.bitcoind.me/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div class="container my-5" style="direction: rtl;">
<p class="text-center" style="font-size:3.9em;font-family: 'Baloo Bhaina 2', cursive;">
<a href="#" onclick="window.history.go(-1); return false;" style="cursor: pointer;"><span style="color:#ffa233;">bitcoind</span><span style="color:#fff;">.me</span></a>
</p>
</div>
<div style="background-color:#e1dfdf;color:#272838;padding-top:30px;padding-bottom:35px;">
<div class="container text-center ir_title" style="width: 65%;font-size:1.3em;">
<div class="row text-center">
<div class="col-10 pt-4 text-right" style="font-weight: bold;font-size: 1.3em;">
<img src="assets/images/video-avatar.png" style="height:40px;">
بیتکوین برای توسعهدهندگان
</div>
<div class="col-2 text-left" style="font-size: .9em;">
<img src="assets/images/bitcoinfordevs/avatar.png" style="height:85px;">
</div>
</div>
</div>
</div>
<div class="py-5">
<div class="container mt-2">
<p class="section_header container-fluid">پروتکل بیتکوین</p>
</div>
<div class="container mb-5" style="width: 75%;">
<div class="container">
<div class="row pb-1" style="border-bottom:solid 1px #b7b8c7;">
<div class="col-4 row_itemDesc">عنوان</div>
</div>
<div class="row py-2">
<div class="col row_itemTitle row_gotoLink">
<a href="https://archive.org/details/bfd-bitcoine-core-intro">
قسمت اول - معرفی بیتکوین و Bitcoin Core
</a>
</div>
<div class="col-lg-2 row_downloadLink">
<a href="https://archive.org/details/bfd-bitcoine-core-intro">
<img src="assets/images/play-icon.png" style="height:20px;">
</a>
</div>
</div>
<div class="row pb-2">
<div class="col row_abstract">
در این قسمت پیادهسازی مرجع پروتکل بیتکوین را معرفی میکنیم
</div>
</div>
<div class="row py-2">
<div class="col row_itemTitle row_gotoLink">
<a href="https://archive.org/details/bfd-ecdsa-schnorr-math">
قسمت دوم - ریاضیات مربوط به رمزنگاری در بیتکوین
</a>
</div>
<div class="col-lg-2 row_downloadLink">
<a href="https://archive.org/details/bfd-ecdsa-schnorr-math">
<img src="assets/images/play-icon.png" style="height:20px;">
</a>
</div>
</div>
<div class="row pb-2">
<div class="col row_abstract">
بررسی طرح های schnorr و ECDSA و خم های بیضوی مورد استفاده در بیتکوین
</div>
</div>
</div>
</div>
</div>
<div style="height:200px;">
</div>
<div class="py-5" style="background-color:#e1dfdf;color:#272838;">
<div class="container" style="width: 65%;">
<div class="row">
<div class="col-11 ir_title" style="text-align: justify;">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="مجوز کریتیو کامنز" style="border-width:0" src="assets/images/cc-icon.png" /></a><br />این کار تحت <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">مجوز کریتیو کامنز تخصیص 4.0 بینالمللی</a> مجوز دارد.
<br/>
برای مشاهده کانال یوتوب این مجموعه روی آیکون روبرو کلیک کنید.
</div>
<div class="col-1 text-right"><a href="https://www.youtube.com/c/bitcoinfordevs"><img src="assets/images/youtube-avatar.png" style="height:45px;"></a></div>
</div>
</div>
</div>
</body>
</html>