2020-12-31 21:51:27 -06:00
|
|
|
<head>
|
2021-01-01 21:49:47 -06:00
|
|
|
<!--- Send me all your Bitcoins: 17MEahERxZH6pwWy4z7wWBZvH4rRnv3F7i !!!!
|
2021-01-01 21:47:36 -06:00
|
|
|
,.=ctE55ttt553tzs.,
|
|
|
|
|
,,c5;z==!!:::: .::7:==it3>.,
|
|
|
|
|
,xC;z!:::::: ::::::::::::!=c33x,
|
|
|
|
|
,czz!::::: ::;;..===:..::: ::::!ct3.
|
|
|
|
|
,C;/.:: : ;=c!:::::::::::::::.. !tt3.
|
|
|
|
|
/z/.: :;z!:::::J :E3. E:::::::.. !ct3.
|
|
|
|
|
,E;F ::;t::::::::J :E3. E::. ::. \ttL
|
|
|
|
|
;E7. :c::::F****** **. *==c;.. :: Jttk
|
|
|
|
|
.EJ. ;::::::L "\:. ::. Jttl
|
|
|
|
|
[:. :::::::::773. JE773zs. I:. ::::. It3L
|
|
|
|
|
;:[ L:::::::::::L |t::!::J |:::::::: :Et3
|
|
|
|
|
[:L !::::::::::::L |t::;z2F .Et:::.:::. ::[13 BITCOINS
|
|
|
|
|
E:. !::::::::::::L =Et::::::::! ::|13 BLAH
|
|
|
|
|
E:. (::::::::::::L ....... \:::::::! ::|i3 BLAH
|
|
|
|
|
[:L !:::: ::L |3t::::!3. ]::::::. ::[13 BLAH
|
|
|
|
|
!:( .::::: ::L |t::::::3L |:::::; ::::EE3 BLAH
|
|
|
|
|
E3. :::::::::;z5. Jz;;;z=F. :E:::::.::::II3[
|
|
|
|
|
Jt1. :::::::[ ;z5::::;.::::;3t3
|
|
|
|
|
\z1.::::::::::l...... .. ;.=ct5::::::/.::::;Et3L
|
|
|
|
|
\t3.:::::::::::::::J :E3. Et::::::::;!:::::;5E3L
|
|
|
|
|
"cz\.:::::::::::::J E3. E:::::::z! ;Zz37`
|
|
|
|
|
\z3. ::;:::::::::::::::;=' ./355F
|
|
|
|
|
\z3x. ::~=======' ,c253F
|
|
|
|
|
"tz3=. ..c5t32^
|
|
|
|
|
"=zz3==... ...=t3z13P^
|
|
|
|
|
`*=zjzczIIII3zzztE3>*^`
|
|
|
|
|
|
|
|
|
|
--->
|
2020-12-31 21:51:27 -06:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
2021-01-05 01:17:24 -06:00
|
|
|
<!-- Fathom - beautiful, simple website analytics -->
|
|
|
|
|
<script src="https://cdn.usefathom.com/script.js" data-site="FTQKOWIF" defer></script>
|
|
|
|
|
<!-- / Fathom -->
|
2020-12-31 21:51:27 -06:00
|
|
|
{% unless site.plugins contains "jekyll-seo-tag" %}
|
|
|
|
|
<title>{{ page.title }} - {{ site.title }}</title>
|
|
|
|
|
|
|
|
|
|
{% if page.description %}
|
|
|
|
|
<meta name="Description" content="{{ page.description }}">
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endunless %}
|
2021-01-12 20:48:09 -06:00
|
|
|
<!--- <link rel="icon" href="https://bitcoin.com/favicon-32x32.png?v=839c20236a994c437231f424e0f6730a" type="image/png"/>--->
|
2020-12-31 21:51:27 -06:00
|
|
|
<link rel="shortcut icon" href="{{ 'favicon.ico' | relative_url }}" type="image/x-icon">
|
2021-01-02 23:08:55 -06:00
|
|
|
<style>
|
|
|
|
|
/* width */
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 10px;
|
|
|
|
|
}
|
2020-12-31 21:51:27 -06:00
|
|
|
|
2021-01-02 23:08:55 -06:00
|
|
|
/* Track */
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
|
background: #141821;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Handle */
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
|
background: #888;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Handle on hover */
|
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
|
background: #555;
|
|
|
|
|
}
|
2021-01-03 03:07:01 -06:00
|
|
|
body.dark-theme {
|
2021-01-03 03:11:12 -06:00
|
|
|
background: #141821;
|
2021-01-03 19:22:04 -06:00
|
|
|
color: #aaaaaa;
|
2021-01-03 03:07:01 -06:00
|
|
|
}
|
2021-01-03 03:28:44 -06:00
|
|
|
body.dark-theme h1 {
|
2021-01-03 19:22:04 -06:00
|
|
|
color: #aaaaaa;
|
2021-01-03 03:28:44 -06:00
|
|
|
}
|
|
|
|
|
body.dark-theme h2 {
|
2021-01-03 19:22:04 -06:00
|
|
|
color:#aaaaaa;
|
2021-01-03 03:28:44 -06:00
|
|
|
}
|
|
|
|
|
body.dark-theme h3 {
|
2021-01-03 19:22:04 -06:00
|
|
|
color: #aaaaaa;
|
2021-01-03 03:28:44 -06:00
|
|
|
}
|
|
|
|
|
body.dark-theme h4 {
|
2021-01-03 19:22:04 -06:00
|
|
|
color:#aaaaaa;
|
2021-01-03 03:28:44 -06:00
|
|
|
}
|
|
|
|
|
body.dark-theme h5 {
|
2021-01-03 19:22:04 -06:00
|
|
|
color: #aaaaaa;
|
2021-01-03 03:28:44 -06:00
|
|
|
}
|
|
|
|
|
body.dark-theme h6 {
|
2021-01-03 19:22:04 -06:00
|
|
|
color: #aaaaaa;
|
2021-01-03 03:07:01 -06:00
|
|
|
}
|
2021-01-03 03:18:14 -06:00
|
|
|
body.dark-theme code {
|
|
|
|
|
|
|
|
|
|
background-color: #302d36;
|
|
|
|
|
border: 1px solid #44434d;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
body.dark-theme div.highlighter-rouge {
|
|
|
|
|
background-color: #302d36;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2021-01-03 03:23:36 -06:00
|
|
|
body.dark-theme .search-input {
|
|
|
|
|
background-color: #151821;
|
2021-01-03 19:22:04 -06:00
|
|
|
color: #aaaaaa;
|
2021-01-03 03:23:36 -06:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.dark-theme .aux-nav {
|
|
|
|
|
background: #151821;
|
|
|
|
|
}
|
2021-01-03 03:26:06 -06:00
|
|
|
body.dark-theme .search {
|
|
|
|
|
|
|
|
|
|
background: #151821;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.dark-theme .search-results {
|
|
|
|
|
|
|
|
|
|
background-color: #231f25;
|
|
|
|
|
|
|
|
|
|
}
|
2021-01-03 03:23:36 -06:00
|
|
|
|
2021-01-03 03:38:39 -06:00
|
|
|
body.dark-theme .btn{
|
2021-01-03 03:37:12 -06:00
|
|
|
background-color: #2e2b33;
|
|
|
|
|
}
|
|
|
|
|
|
2021-01-03 03:38:39 -06:00
|
|
|
body.dark-theme .side-bar {
|
|
|
|
|
|
|
|
|
|
border-right: 1px solid #312d35;
|
2021-01-03 03:37:12 -06:00
|
|
|
|
2021-01-03 03:38:39 -06:00
|
|
|
}
|
2021-01-03 03:40:31 -06:00
|
|
|
body.dark-theme .main-header {
|
|
|
|
|
border-bottom: 1px solid #312d35;
|
|
|
|
|
}
|
2021-01-03 03:37:12 -06:00
|
|
|
|
2021-01-03 03:40:31 -06:00
|
|
|
body.dark-theme hr {
|
|
|
|
|
background-color: #312d35;
|
|
|
|
|
|
|
|
|
|
}
|
2021-01-03 03:18:14 -06:00
|
|
|
|
2021-01-05 01:35:48 -06:00
|
|
|
body.dark-theme .rr {
|
2021-01-03 03:41:46 -06:00
|
|
|
|
2021-01-05 01:35:28 -06:00
|
|
|
border-bottom: 1px solid #3f3f3f;
|
2021-01-03 03:50:33 -06:00
|
|
|
}
|
|
|
|
|
body.dark-theme img {
|
|
|
|
|
opacity: 75%;
|
|
|
|
|
}
|
2021-01-03 03:41:46 -06:00
|
|
|
|
2021-01-03 19:15:15 -06:00
|
|
|
body.dark-theme .nav-list .nav-list-item>.nav-list .nav-list-item .nav-list-link {
|
2021-01-03 19:22:04 -06:00
|
|
|
color: #aaaaaa;
|
2021-01-03 19:15:15 -06:00
|
|
|
}
|
|
|
|
|
|
2021-01-03 03:11:12 -06:00
|
|
|
/*body.dark-theme a {
|
2021-01-03 03:07:01 -06:00
|
|
|
color: #809fff;
|
2021-01-03 03:11:12 -06:00
|
|
|
} */
|
2021-01-03 03:07:01 -06:00
|
|
|
|
2021-01-02 23:08:55 -06:00
|
|
|
</style>
|
2021-01-05 01:35:48 -06:00
|
|
|
<style>@import url(https://menu.cdn.bitcoindotcom.net/uni/dist/fonts.css?family=Gilroy&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */pre{white-space: pre-wrap}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box}::selection{color:#fff;background:#00c98e/*#7253ed*/}html{font-size:14px !important;scroll-behavior:smooth}@media (min-width: 31.25rem){html{font-size:16px !important}}body{font-family:Gilroy,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:inherit;line-height:1.4;color:#5c5962;background-color:#fff}ol,ul,dl,pre,address,blockquote,table,div,hr,form,fieldset,noscript .table-wrapper{margin-top:0}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1em;font-weight:500;line-height:1.25;color:#27262b}p{margin-top:1em;margin-bottom:1em}a{color:#00c98e;/*#7253ed;*/text-decoration:none}a:not([class]){text-decoration:none;background-image:linear-gradient(#eeebee 0%, #eeebee 100%);background-repeat:repeat-x;background-position:0 100%;background-size:1px 1px}a:not([class]):hover{background-image:linear-gradient(rgba(114,83,237,0.45) 0%, rgba(114,83,237,0.45) 100%);background-size:1px 1px}code{font-family:"SFMono-Regular",Menlo,Consolas,Monospace;font-size:0.75em;line-height:1.4}figure,pre{margin:0}li{margin:0.25em 0}img{max-width:100%;height:auto}hr{height:1px;padding:0;margin:2rem 0;background-color:#eeebee;border:0}.side-bar{z-index:0;display:flex;flex-wrap:wrap;background-color:#141821/*background-color:#f5f6fa*/}@media (min-width: 50rem){.side-bar{flex-wrap:nowrap;position:fixed;width:248px;height:100%;flex-direction:column;border-right:1px solid #eeebee;align-items:flex-end}}@media (min-width: 66.5rem){.side-bar{width:calc((100% - 1064px) / 2 + 264px);min-width:264px}}@media (min-width: 50rem){.main{position:relative;max-width:800px;margin-left:248px}}@media (min-width: 66.5rem){.main{margin-left:calc( (100% - 1064px) / 2 + 264px )}}.main-content-wrap{padding-right:1rem;padding-left:1rem;padding-top:1rem;padding-bottom:1rem}@media (min-width: 50rem){.main-content-wrap{padding-right:2rem;padding-left:2rem}}@media (min-width: 50rem){.main-content-wrap{padding-top:2rem;padding-bottom:2rem}}.main-header{z-index:0;display:none;background-color:#f5f
|
2021-01-03 00:36:16 -06:00
|
|
|
!important}.text-purple-100{color:#5e41d0 !important}.text-purple-200{color:#4e26af !important}.text-purple-300{color:#381885 !important}.text-yellow-000{color:#ffeb82 !important}.text-yellow-100{color:#fadf50 !important}.text-yellow-200{color:#f7d12e !important}.text-yellow-300{color:#e7af06 !important}.text-red-000{color:#f77e7e !important}.text-red-100{color:#f96e65 !important}.text-red-200{color:#e94c4c !important}.text-red-300{color:#dd2e2e !important}.bg-grey-dk-000{background-color:#959396 !important}.bg-grey-dk-100{background-color:#5c5962 !important}.bg-grey-dk-200{background-color:#44434d !important}.bg-grey-dk-250{background-color:#302d36 !important}.bg-grey-dk-300{background-color:#27262b !important}.bg-grey-lt-000{background-color:#f5f6fa !important}.bg-grey-lt-100{background-color:#eeebee !important}.bg-grey-lt-200{background-color:#ecebed !important}.bg-grey-lt-300{background-color:#e6e1e8 !important}.bg-blue-000{background-color:#2c84fa !important}.bg-blue-100{background-color:#2869e6 !important}.bg-blue-200{background-color:#264caf !important}.bg-blue-300{background-color:#183385 !important}.bg-green-000{background-color:#41d693 !important}.bg-green-100{background-color:#11b584 !important}.bg-green-200{background-color:#009c7b !important}.bg-green-300{background-color:#026e57 !important}.bg-purple-000{background-color:#7253ed !important}.bg-purple-100{background-color:#5e41d0 !important}.bg-purple-200{background-color:#4e26af !important}.bg-purple-300{background-color:#381885 !important}.bg-yellow-000{background-color:#ffeb82 !important}.bg-yellow-100{background-color:#fadf50 !important}.bg-yellow-200{background-color:#f7d12e !important}.bg-yellow-300{background-color:#e7af06 !important}.bg-red-000{background-color:#f77e7e !important}.bg-red-100{background-color:#f96e65 !important}.bg-red-200{background-color:#e94c4c !important}.bg-red-300{background-color:#dd2e2e !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-none{display:none !important}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs-none{display:none !important}}@media (min-width: 20rem){.d-xs-block{display:block !important}.d-xs-flex{display:flex !important}.d-xs-inline{display:inline !important}.d-xs-inline-block{display:inline-block !important}.d-xs
|
2020-12-31 21:51:27 -06:00
|
|
|
|
|
|
|
|
{% if site.ga_tracking != nil %}
|
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.ga_tracking }}"></script>
|
|
|
|
|
<script>
|
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
|
|
gtag('config', '{{ site.ga_tracking }}'{% unless site.ga_tracking_anonymize_ip == nil %}, { 'anonymize_ip': true }{% endunless %});
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
{% if site.search_enabled != false %}
|
|
|
|
|
<script type="text/javascript" src="{{ '/assets/js/vendor/lunr.min.js' | relative_url }}"></script>
|
|
|
|
|
{% endif %}
|
|
|
|
|
<script type="text/javascript" src="{{ '/assets/js/just-the-docs.js' | relative_url }}"></script>
|
|
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
|
|
{% seo %}
|
|
|
|
|
|
|
|
|
|
{% include head_custom.html %}
|
|
|
|
|
|
|
|
|
|
</head>
|