Adds the ability to collect BitcoinTalk.org forum threads, user profiles, and search results. This change introduces a new `collect bitcointalk` command with three subcommands: - `thread`: Archives a full multi-page thread to a Markdown file. - `user`: Saves a user's profile to a JSON file. - `search`: Saves search results to a JSON file. Key features: - Handles multi-page threads. - Implements rate limiting to avoid being blocked. - Includes unit and integration tests with a mock HTTP server and embedded test data. Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
894 lines
No EOL
74 KiB
HTML
894 lines
No EOL
74 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
<meta name="description" content="Repost: Bitcoin Maturation" />
|
|
<meta http-equiv="Content-Language" content="en" />
|
|
<meta name="keywords" content="bitcoin, forum, bitcoin forum, bitcointalk" />
|
|
<script language="JavaScript" type="text/javascript" src="https://bitcointalk.org/Themes/default/script.js"></script>
|
|
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
|
|
var smf_theme_url = "https://bitcointalk.org/Themes/custom1";
|
|
var smf_images_url = "https://bitcointalk.org/Themes/custom1/images";
|
|
var smf_scripturl = "https://bitcointalk.org/index.php";
|
|
var smf_iso_case_folding = false;
|
|
var smf_charset = "ISO-8859-1";
|
|
// ]]></script>
|
|
<title>Repost: Bitcoin Maturation</title><!--676e154ce45ca5eec50c586dc071f4c251efcbfcdd5a45bea331e45ca5eec50c586dc071f4c251efcbfc3e07-->
|
|
<link rel="stylesheet" type="text/css" href="https://bitcointalk.org/Themes/custom1/style.css" />
|
|
<!--[if !IE]> -->
|
|
<link rel="stylesheet" type="text/css" media="only screen and (min-device-width: 320px) and (max-device-width: 650px)" href="https://bitcointalk.org/Themes/custom1/mobile.css" />
|
|
<!-- <![endif]-->
|
|
<link rel="stylesheet" type="text/css" href="https://bitcointalk.org/Themes/default/print.css" media="print" /><style type="text/css">
|
|
.msgcl1 {padding: 1px 1px 0 1px;}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<link rel="help" href="https://bitcointalk.org/index.php?action=help" target="_blank" />
|
|
<link rel="search" href="https://bitcointalk.org/index.php?action=search" />
|
|
<link rel="contents" href="https://bitcointalk.org/index.php" />
|
|
<link rel="alternate" type="application/rss+xml" title="Bitcoin Forum - RSS" href="https://bitcointalk.org/index.php?type=rss;action=.xml" />
|
|
<link rel="prev" href="https://bitcointalk.org/index.php?topic=6.0;prev_next=prev" />
|
|
<link rel="next" href="https://bitcointalk.org/index.php?topic=6.0;prev_next=next" />
|
|
<link rel="index" href="https://bitcointalk.org/index.php?board=1.0" /><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
|
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
|
|
function showhide(msgnr)
|
|
{
|
|
if (document.getElementById("message"+msgnr).style.display == "")
|
|
{document.getElementById("message"+msgnr).style.display = "none";
|
|
document.getElementById("ignmsgbttns"+msgnr).style.visibility = "hidden";
|
|
document.getElementById("ignoremessage"+msgnr).style.display = "";
|
|
document.getElementById("ignfooter"+msgnr).style.display = "none";
|
|
document.getElementById("showhide"+msgnr).src = "https://bitcointalk.org/Themes/custom1/images/english/ignshow.gif";
|
|
document.getElementById("showhide"+msgnr).alt = "Show";
|
|
document.getElementById("ignprofile"+msgnr).style.display = "none";
|
|
}
|
|
else
|
|
{document.getElementById("message"+msgnr).style.display = "";
|
|
document.getElementById("ignmsgbttns"+msgnr).style.visibility = "visible";
|
|
document.getElementById("ignoremessage"+msgnr).style.display = "none";
|
|
document.getElementById("ignfooter"+msgnr).style.display = "";
|
|
document.getElementById("showhide"+msgnr).src = "https://bitcointalk.org/Themes/custom1/images/english/ignhide.gif";
|
|
document.getElementById("showhide"+msgnr).alt = "Hide";
|
|
document.getElementById("ignprofile"+msgnr).style.display = "";
|
|
}
|
|
}
|
|
// ]]></script>
|
|
|
|
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
|
|
var current_header = false;
|
|
|
|
function shrinkHeader(mode)
|
|
{
|
|
document.cookie = "upshrink=" + (mode ? 1 : 0);
|
|
document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/upshrink.gif");
|
|
|
|
document.getElementById("upshrinkHeader").style.display = mode ? "none" : "";
|
|
document.getElementById("upshrinkHeader2").style.display = mode ? "none" : "";
|
|
|
|
current_header = mode;
|
|
}
|
|
// ]]></script>
|
|
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
|
|
var current_header_ic = false;
|
|
|
|
function shrinkHeaderIC(mode)
|
|
{
|
|
document.cookie = "upshrinkIC=" + (mode ? 1 : 0);
|
|
document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse.gif");
|
|
|
|
document.getElementById("upshrinkHeaderIC").style.display = mode ? "none" : "";
|
|
|
|
current_header_ic = mode;
|
|
}
|
|
// ]]></script></head>
|
|
<body>
|
|
<div class="tborder" >
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0" id="smfheader">
|
|
<tr>
|
|
<td class="catbg" height="32">
|
|
<span style="font-family: Verdana, sans-serif; font-size: 140%; ">Bitcoin Forum</span>
|
|
</td>
|
|
<td align="right" class="catbg">
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/smflogo.gif" style="margin: 2px;" alt="" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0" >
|
|
<tr>
|
|
<td class="titlebg2" height="32" align="right">
|
|
<span class="smalltext">February 02, 2026, 12:48:10 AM</span>
|
|
<a href="#" onclick="shrinkHeader(!current_header); return false;"><img id="upshrink" src="https://bitcointalk.org/Themes/custom1/images/upshrink.gif" alt="*" title="Shrink or expand the header." align="bottom" style="margin: 0 1ex;" /></a>
|
|
</td>
|
|
</tr>
|
|
<tr id="upshrinkHeader">
|
|
<td valign="top" colspan="2">
|
|
<table width="100%" class="bordercolor" cellpadding="8" cellspacing="1" border="0" style="margin-top: 1px;">
|
|
<tr>
|
|
<td colspan="2" width="100%" valign="top" class="windowbg2" id="variousheadlinks"><span class="middletext">Welcome, <b>Guest</b>. Please <a href="https://bitcointalk.org/index.php?action=login">login</a> or <a href="https://bitcointalk.org/index.php?action=register">register</a>. </span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table id="upshrinkHeader2" width="100%" cellpadding="4" cellspacing="0" border="0">
|
|
<tr>
|
|
<td width="90%" class="titlebg2">
|
|
<span class="smalltext"><b>News</b>: Latest Bitcoin Core release: <a class="ul" href="https://bitcoincore.org/en/download/">30.2</a> [<a class="ul" href="https://bitcointalk.org/bitcoin-30.2.torrent">Torrent</a>]</span>
|
|
</td>
|
|
<td class="titlebg2" align="right" nowrap="nowrap" valign="top">
|
|
<form action="https://bitcointalk.org/index.php?action=search2" method="post" accept-charset="ISO-8859-1" style="margin: 0;">
|
|
<a href="https://bitcointalk.org/index.php?action=search;advanced"><img src="https://bitcointalk.org/Themes/custom1/images/filter.gif" align="middle" style="margin: 0 1ex;" alt="" /></a>
|
|
<input type="text" name="search" value="" style="width: 190px;" />
|
|
<input type="submit" name="submit" value="Search" style="width: 11ex;" />
|
|
<input type="hidden" name="advanced" value="0" />
|
|
<input type="hidden" name="topic" value="6" />
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<table cellpadding="0" cellspacing="0" border="0" style="margin-left: 10px;">
|
|
<tr>
|
|
<td class="maintab_first"> </td><td class="maintab_active_first"> </td>
|
|
<td valign="top" class="maintab_active_back">
|
|
<a href="https://bitcointalk.org/index.php">Home</a>
|
|
</td><td class="maintab_active_last"> </td>
|
|
<td valign="top" class="maintab_back">
|
|
<a href="https://bitcointalk.org/index.php?action=help">Help</a>
|
|
</td>
|
|
<td valign="top" class="maintab_back">
|
|
<a href="https://bitcointalk.org/index.php?action=search">Search</a>
|
|
</td>
|
|
<td valign="top" class="maintab_back">
|
|
<a href="https://bitcointalk.org/index.php?action=login">Login</a>
|
|
</td>
|
|
<td valign="top" class="maintab_back">
|
|
<a href="https://bitcointalk.org/index.php?action=register">Register</a>
|
|
</td>
|
|
<td valign="top" class="maintab_back">
|
|
<a href="/more.php">More</a>
|
|
</td>
|
|
<td class="maintab_last"> </td>
|
|
</tr>
|
|
</table>
|
|
<div id="bodyarea" style="padding: 1ex 0px 2ex 0px;">
|
|
<a name="top"></a>
|
|
<a name="msg29"></a>
|
|
<div><div class="nav" style="font-size: smaller; margin-bottom: 2ex; margin-top: 2ex;"><b><a href="https://bitcointalk.org/index.php" class="nav">Bitcoin Forum</a></b> > <b><a href="https://bitcointalk.org/index.php#1" class="nav">Bitcoin</a></b> > <b><a href="https://bitcointalk.org/index.php?board=1.0" class="nav">Bitcoin Discussion</a></b> > <b><a href="https://bitcointalk.org/index.php?topic=6.0" class="nav">Repost: Bitcoin Maturation</a></b></div></div>
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td class="middletext" valign="bottom" style="padding-bottom: 4px;">Pages: [<b>1</b>] </td>
|
|
<td align="right" style="padding-right: 1ex;">
|
|
<div class="nav" style="margin-bottom: 2px;"> <a href="https://bitcointalk.org/index.php?topic=6.0;prev_next=prev#new">« previous topic</a> <a href="https://bitcointalk.org/index.php?topic=6.0;prev_next=next#new">next topic »</a></div>
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
|
|
<td class="mirrortab_first"> </td>
|
|
<td class="mirrortab_back"><a href="https://bitcointalk.org/index.php?action=printpage;topic=6.0" target="_blank">Print</a></td>
|
|
<td class="mirrortab_last"> </td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" cellpadding="3" cellspacing="0" border="0" class="tborder" style="border-bottom: 0;">
|
|
<tr class="catbg3">
|
|
<td valign="middle" width="2%" style="padding-left: 6px;">
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/topic/normal_post.gif" align="bottom" alt="" />
|
|
</td>
|
|
<td width="13%"> Author</td>
|
|
<td valign="middle" width="85%" style="padding-left: 6px;" id="top_subject">
|
|
Topic: Repost: Bitcoin Maturation (Read 19792 times)
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<form action="https://bitcointalk.org/index.php?action=quickmod2;topic=6.0" method="post" accept-charset="ISO-8859-1" name="quickModForm" id="quickModForm" style="margin: 0;" onsubmit="return in_edit_mode == 1 ? modify_save('e45ca5eec50c586dc071f4c251efcbfc') : confirm('Are you sure you want to do this?');">
|
|
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="bordercolor"><tr><td class="msgcl1">
|
|
<table width="100%" cellpadding="3" cellspacing="0" border="0">
|
|
<tr><td class="windowbg">
|
|
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
|
|
<tr>
|
|
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;" class="poster_info">
|
|
<b><a href="https://bitcointalk.org/index.php?action=profile;u=3" title="View the profile of satoshi">satoshi</a></b> <span title="This member is the topic-starter" style="cursor: help;">(OP)</span>
|
|
<div class="smalltext">
|
|
Founder<br />
|
|
Sr. Member<br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/founder.gif" alt="*" border="0" /><br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/useroff.gif" alt="Offline" border="0" style="margin-top: 2px;" /><span class="smalltext"> Offline</span><br /><br />
|
|
Activity: 364<br />
|
|
Merit: 8589<br /><br />
|
|
|
|
|
|
|
|
<br />
|
|
<a href="https://bitcointalk.org/index.php?action=profile;u=3"><img src="https://bitcointalk.org/Themes/custom1/images/icons/profile_sm.gif" alt="View Profile" title="View Profile" border="0" /></a><br />
|
|
</div>
|
|
</td>
|
|
<td valign="top" width="85%" height="100%" style="padding: 2px;" class="td_headerandpost with_column_bug">
|
|
<table width="100%" border="0"><tr>
|
|
<td valign="middle" width="26"><a href="https://bitcointalk.org/index.php?topic=6.msg29#msg29"><img src="https://bitcointalk.org/Themes/custom1/images/post/xx.gif" alt="" border="0" /></a></td>
|
|
<td valign="middle">
|
|
<div style="font-weight: bold;" class="subject" id="subject_29"><a href="https://bitcointalk.org/index.php?topic=6.msg29#msg29">Repost: Bitcoin Maturation</a></div>
|
|
<div class="smalltext">November 22, 2009, 06:31:44 PM</div><div class="smalltext"><i><span style="color:green">Merited</span> by <a href="/index.php?action=profile;u=140584">EFS</a> (100), <a href="/index.php?action=profile;u=76380">escrow.ms</a> (5), <a href="/index.php?action=profile;u=257071">NeuroticFish</a> (1), <a href="/index.php?action=profile;u=359716">ABCbits</a> (1), <a href="/index.php?action=profile;u=1137579">icopress</a> (1), <a href="/index.php?action=profile;u=226681">finist4x</a> (1), <a href="/index.php?action=profile;u=1217711">jankeman</a> (1)</i></div></td>
|
|
<td align="right" valign="middle" height="20" style="font-size: smaller; padding-top: 4px;" class="td_buttons" ><div id="ignmsgbttns1" style="visibility: visible;"> \xa0<a class="message_number" style="vertical-align: middle;" href="https://bitcointalk.org/index.php?topic=6.msg29#msg29">#1</a>
|
|
</div>
|
|
</td>
|
|
</tr></table>
|
|
<hr width="100%" size="1" class="hrcolor" style="margin-top: 4px;" />
|
|
<div class="post">--------------------<br />bitcoinbitcoin:<br />Bitcoin Maturation<br />Posted:Thu 01 of Oct, 2009 (14:12 UTC)<br /><br />From the user's perspective the bitcoin maturation process can be broken down into 8 stages.<br /><br />1. The initial network transaction that occurs when you first click Generate Coins.<br />2. The time between that initial network transaction and when the bitcoin entry is ready to appear in the All Transactions list.<br />3. The change of the bitcoin entry from outside the All Transaction field to inside it.<br />4. The time between when the bitcoin appears in the All Transfers list and when the Description is ready to change to Generated (50.00 matures in x more blocks).<br />5. The change of the Description to Generated (50.00 matures in x more blocks).<br />6. The time between when the Description says Generated (50.00 matures in x more blocks) to when it is ready to change to Generated.<br />7 The change of the Description to Generated.<br />8. The time after the Description has changed to Generated.<br /><br />Which stages require network connectivity, significant local CPU usage and or significant remote CPU usage? Do any of these stages have names?<br /><br />--------------------<br />sirius-m:<br />Re: Bitcoin Maturation<br />Posted:Thu 22 of Oct, 2009 (02:36 UTC)<br /><br />As far as I know, there's no network transaction when you click Generate Coins - your computer just starts calculating the next proof-of-work. The CPU usage is 100% when you're generating coins.<br /><br />In this example, the network connection is used when you broadcast the information about the proof-of-work block you've created (that which entitles you to the new coin). Generating coins successfully requires constant connectivity, so that you can start working on the next block when someone gets the current block before you.<br /></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="bottom" class="smalltext" width="85%">
|
|
<table width="100%" border="0" style="table-layout: fixed;"><tr>
|
|
<td colspan="2" class="smalltext" width="100%">
|
|
</td>
|
|
</tr><tr>
|
|
<td valign="bottom" class="smalltext" id="modified_29">
|
|
</td>
|
|
<td align="right" valign="bottom" class="smalltext">
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/ip.gif" alt="" border="0" />
|
|
</td>
|
|
</tr></table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td></tr>
|
|
</table>
|
|
</td></tr><tr><td class="msgcl1">
|
|
<a name="msg31"></a>
|
|
<table width="100%" cellpadding="3" cellspacing="0" border="0">
|
|
<tr><td class="windowbg2">
|
|
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
|
|
<tr>
|
|
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;" class="poster_info">
|
|
<b><a href="https://bitcointalk.org/index.php?action=profile;u=3" title="View the profile of satoshi">satoshi</a></b> <span title="This member is the topic-starter" style="cursor: help;">(OP)</span>
|
|
<div class="smalltext">
|
|
Founder<br />
|
|
Sr. Member<br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/founder.gif" alt="*" border="0" /><br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/useroff.gif" alt="Offline" border="0" style="margin-top: 2px;" /><span class="smalltext"> Offline</span><br /><br />
|
|
Activity: 364<br />
|
|
Merit: 8589<br /><br />
|
|
|
|
|
|
|
|
<br />
|
|
<a href="https://bitcointalk.org/index.php?action=profile;u=3"><img src="https://bitcointalk.org/Themes/custom1/images/icons/profile_sm.gif" alt="View Profile" title="View Profile" border="0" /></a><br />
|
|
</div>
|
|
</td>
|
|
<td valign="top" width="85%" height="100%" style="padding: 2px;" class="td_headerandpost with_column_bug">
|
|
<table width="100%" border="0"><tr>
|
|
<td valign="middle" width="26"><a href="https://bitcointalk.org/index.php?topic=6.msg31#msg31"><img src="https://bitcointalk.org/Themes/custom1/images/post/xx.gif" alt="" border="0" /></a></td>
|
|
<td valign="middle">
|
|
<div style="font-weight: bold;" class="subject" id="subject_31"><a href="https://bitcointalk.org/index.php?topic=6.msg31#msg31">Re: Repost: Bitcoin Maturation</a></div>
|
|
<div class="smalltext">November 22, 2009, 06:34:21 PM</div><div class="smalltext"><i><span style="color:green">Merited</span> by <a href="/index.php?action=profile;u=2339451">hold-coins</a> (5), <a href="/index.php?action=profile;u=359716">ABCbits</a> (2), <a href="/index.php?action=profile;u=257071">NeuroticFish</a> (1), <a href="/index.php?action=profile;u=2755792">stwenhao</a> (1)</i></div></td>
|
|
<td align="right" valign="middle" height="20" style="font-size: smaller; padding-top: 4px;" class="td_buttons" ><div id="ignmsgbttns2" style="visibility: visible;"> \xa0<a class="message_number" style="vertical-align: middle;" href="https://bitcointalk.org/index.php?topic=6.msg31#msg31">#2</a>
|
|
</div>
|
|
</td>
|
|
</tr></table>
|
|
<hr width="100%" size="1" class="hrcolor" style="margin-top: 4px;" />
|
|
<div class="post">It's important to have network connectivity while you're trying to generate a coin (block) and at the moment it is successfully generated.<br /><br />1) During generation (when the status bar says "Generating" and you're using CPU to find a proof-of-work), you must constantly keep in contact with the network to receive the latest block. If your block does not link to the latest block, it may not be accepted.<br /><br />2) When you successfully generate a block, it is immediately broadcast to the network. Other nodes must receive it and link to it for it to be accepted as the new latest block.<br /><br />Think of it as a cooperative effort to make a chain. When you add a link, you must first find the current end of the chain. If you were to locate the last link, then go off for an hour and forge your link, come back and link it to the link that was the end an hour ago, others may have added several links since then and they're not going to want to use your link that now branches off the middle.<br /><br />After a block is created, the maturation time of 120 blocks is to make absolutely sure the block is part of the main chain before it can be spent. Your node isn't doing anything with the block during that time, just waiting for other blocks to be added after yours. You don't have to be online during that time.</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="bottom" class="smalltext" width="85%">
|
|
<table width="100%" border="0" style="table-layout: fixed;"><tr>
|
|
<td colspan="2" class="smalltext" width="100%">
|
|
</td>
|
|
</tr><tr>
|
|
<td valign="bottom" class="smalltext" id="modified_31">
|
|
</td>
|
|
<td align="right" valign="bottom" class="smalltext">
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/ip.gif" alt="" border="0" />
|
|
</td>
|
|
</tr></table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td></tr>
|
|
</table>
|
|
</td></tr><tr><td class="msgcl1">
|
|
<a name="msg8043498"></a>
|
|
<table width="100%" cellpadding="3" cellspacing="0" border="0">
|
|
<tr><td class="windowbg">
|
|
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
|
|
<tr>
|
|
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;" class="poster_info">
|
|
<b><a href="https://bitcointalk.org/index.php?action=profile;u=413" title="View the profile of bg002h">bg002h</a></b>
|
|
<div class="smalltext">
|
|
Donator<br />
|
|
Legendary<br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/donator.gif" alt="*" border="0" /><br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/useroff.gif" alt="Offline" border="0" style="margin-top: 2px;" /><span class="smalltext"> Offline</span><br /><br />
|
|
Activity: 1479<br />
|
|
Merit: 1059<br /><br />
|
|
<div style="overflow: auto; width: 100%;"><img src="/useravatars/avatar_413.png" alt="" class="avatar" border="0" /></div><br />
|
|
I outlived my lifetime membership:)<br />
|
|
<br />
|
|
|
|
|
|
|
|
<br />
|
|
<a href="https://bitcointalk.org/index.php?action=profile;u=413"><img src="https://bitcointalk.org/Themes/custom1/images/icons/profile_sm.gif" alt="View Profile" title="View Profile" border="0" /></a>
|
|
<a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x8E0AC7153109B657" title="PGP key 0x8E0AC7153109B657" ><img src="https://bitcointalk.org/Themes/custom1/images/www_sm.gif" alt="WWW" border="0" /></a><br />
|
|
</div>
|
|
</td>
|
|
<td valign="top" width="85%" height="100%" style="padding: 2px;" class="td_headerandpost with_column_bug">
|
|
<table width="100%" border="0"><tr>
|
|
<td valign="middle" width="26"><a href="https://bitcointalk.org/index.php?topic=6.msg8043498#msg8043498"><img src="https://bitcointalk.org/Themes/custom1/images/post/xx.gif" alt="" border="0" /></a></td>
|
|
<td valign="middle">
|
|
<div style="font-weight: bold;" class="subject" id="subject_8043498"><a href="https://bitcointalk.org/index.php?topic=6.msg8043498#msg8043498">Re: Repost: Bitcoin Maturation</a></div>
|
|
<div class="smalltext">July 27, 2014, 01:40:41 AM</div><div class="smalltext"><i><span style="color:green">Merited</span> by <a href="/index.php?action=profile;u=3373825">paid2</a> (1)</i></div></td>
|
|
<td align="right" valign="middle" height="20" style="font-size: smaller; padding-top: 4px;" class="td_buttons" ><div id="ignmsgbttns3" style="visibility: visible;"> \xa0<a class="message_number" style="vertical-align: middle;" href="https://bitcointalk.org/index.php?topic=6.msg8043498#msg8043498">#3</a>
|
|
</div>
|
|
</td>
|
|
</tr></table>
|
|
<hr width="100%" size="1" class="hrcolor" style="margin-top: 4px;" />
|
|
<div class="post">Warning: necro<br /><br />Remember when it was as easy as "click generate?" Even then, very few people did, and often those that did, like myself, didn't do it for very long. <br /><br />It has taken enormous amounts of work to make Bitcoin into something worth the serious effort of miners. Bitcoin still has a long way to go to grow into a robust high volume transaction network affordable by all. I hope we get there. I think we will. <br /><br /></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="bottom" class="smalltext" width="85%">
|
|
<table width="100%" border="0" style="table-layout: fixed;"><tr>
|
|
<td colspan="2" class="smalltext" width="100%">
|
|
</td>
|
|
</tr><tr>
|
|
<td valign="bottom" class="smalltext" id="modified_8043498">
|
|
</td>
|
|
<td align="right" valign="bottom" class="smalltext">
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/ip.gif" alt="" border="0" />
|
|
</td>
|
|
</tr></table>
|
|
<hr width="100%" size="1" class="hrcolor" />
|
|
<div class="signature sig413">Hardforks aren't that hard. It\x92s getting others to use them that's hard.<br /><span style="background-color: Lightgreen;"><a rel="ugc" class="ul" href="http://blockchain.info/address/1GCDzqmX2Cf513E8NeThNHxiYEivU1Chhe">1GCDzqmX2Cf513E8NeThNHxiYEivU1Chhe</a></span></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td></tr>
|
|
</table>
|
|
</td></tr><tr><td class="msgcl1">
|
|
<a name="msg11838954"></a>
|
|
<table width="100%" cellpadding="3" cellspacing="0" border="0">
|
|
<tr><td class="windowbg2">
|
|
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
|
|
<tr>
|
|
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;" class="poster_info">
|
|
<b><a href="https://bitcointalk.org/index.php?action=profile;u=130175" title="View the profile of frankenmint">frankenmint</a></b>
|
|
<div class="smalltext">
|
|
Legendary<br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/legendary.gif" alt="*" border="0" /><br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/useroff.gif" alt="Offline" border="0" style="margin-top: 2px;" /><span class="smalltext"> Offline</span><br /><br />
|
|
Activity: 1456<br />
|
|
Merit: 1020<br /><br />
|
|
<div style="overflow: auto; width: 100%;"><img src="/useravatars/avatar_130175.jpg" alt="" class="avatar" border="0" /></div><br />
|
|
HoneybadgerOfMoney.com Weed4bitcoin.com<br />
|
|
<br />
|
|
|
|
|
|
|
|
<br />
|
|
<a href="https://bitcointalk.org/index.php?action=profile;u=130175"><img src="https://bitcointalk.org/Themes/custom1/images/icons/profile_sm.gif" alt="View Profile" title="View Profile" border="0" /></a>
|
|
<a href="http://honeybadgerofmoney.com" title="Spread Bitcoin Awareness" ><img src="https://bitcointalk.org/Themes/custom1/images/www_sm.gif" alt="WWW" border="0" /></a><br />
|
|
</div>
|
|
</td>
|
|
<td valign="top" width="85%" height="100%" style="padding: 2px;" class="td_headerandpost with_column_bug">
|
|
<table width="100%" border="0"><tr>
|
|
<td valign="middle" width="26"><a href="https://bitcointalk.org/index.php?topic=6.msg11838954#msg11838954"><img src="https://bitcointalk.org/Themes/custom1/images/post/xx.gif" alt="" border="0" /></a></td>
|
|
<td valign="middle">
|
|
<div style="font-weight: bold;" class="subject" id="subject_11838954"><a href="https://bitcointalk.org/index.php?topic=6.msg11838954#msg11838954">Re: Repost: Bitcoin Maturation</a></div>
|
|
<div class="smalltext">July 10, 2015, 08:10:47 AM</div></td>
|
|
<td align="right" valign="middle" height="20" style="font-size: smaller; padding-top: 4px;" class="td_buttons" ><div id="ignmsgbttns4" style="visibility: visible;"> \xa0<a class="message_number" style="vertical-align: middle;" href="https://bitcointalk.org/index.php?topic=6.msg11838954#msg11838954">#4</a>
|
|
</div>
|
|
</td>
|
|
</tr></table>
|
|
<hr width="100%" size="1" class="hrcolor" style="margin-top: 4px;" />
|
|
<div class="post"><div class="quoteheader"><a href="https://bitcointalk.org/index.php?topic=6.msg8043498#msg8043498">Quote from: bg002h on July 27, 2014, 01:40:41 AM</a></div><div class="quote">Warning: necro<br /></div><br />Being able to say I was in this thread and got to read these words == better than any bitcoin I could ever earn or receive. We hope you're just one guy or perhaps a small group among us. Seems from your writing that you're just one guy, you probably never check these stomping grounds out anymore. I wouldn't expect you to. </div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="bottom" class="smalltext" width="85%">
|
|
<table width="100%" border="0" style="table-layout: fixed;"><tr>
|
|
<td colspan="2" class="smalltext" width="100%">
|
|
</td>
|
|
</tr><tr>
|
|
<td valign="bottom" class="smalltext" id="modified_11838954">
|
|
</td>
|
|
<td align="right" valign="bottom" class="smalltext">
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/ip.gif" alt="" border="0" />
|
|
</td>
|
|
</tr></table>
|
|
<hr width="100%" size="1" class="hrcolor" />
|
|
<div class="signature sig130175"><div align="center"><b><a rel="ugc" class="ul" href="http://www.honeybadgerofmoney.com/shop/">Cost Effective Tools to Spread Bitcoin Awareness</a> | <a rel="ugc" class="ul" href="http://honeybadgerofmoney.com/product/block-erupter-lapel-pin/">Turning Asics into Fashion Statements</a></b></div></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td></tr>
|
|
</table>
|
|
</td></tr><tr><td class="msgcl1">
|
|
<a name="msg55500621"></a>
|
|
<table width="100%" cellpadding="3" cellspacing="0" border="0">
|
|
<tr><td class="windowbg">
|
|
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
|
|
<tr>
|
|
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;" class="poster_info">
|
|
<b><a href="https://bitcointalk.org/index.php?action=profile;u=1137579" title="View the profile of icopress">icopress</a></b>
|
|
<div class="smalltext">
|
|
Ken Masters<br />
|
|
Legendary<br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/legendary.gif" alt="*" border="0" /><br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/useroff.gif" alt="Offline" border="0" style="margin-top: 2px;" /><span class="smalltext"> Offline</span><br /><br />
|
|
Activity: 2240<br />
|
|
Merit: 11625<br /><br />
|
|
<div style="overflow: auto; width: 100%;"><img src="/useravatars/avatar_1137579.png" alt="" class="avatar" border="0" /></div><br />
|
|
|
|
|
|
|
|
<br />
|
|
<a href="https://bitcointalk.org/index.php?action=profile;u=1137579"><img src="https://bitcointalk.org/Themes/custom1/images/icons/profile_sm.gif" alt="View Profile" title="View Profile" border="0" /></a>
|
|
<a href="https://bitlist.co/converter" title="BitList.co/Converter" ><img src="https://bitcointalk.org/Themes/custom1/images/www_sm.gif" alt="WWW" border="0" /></a><br />
|
|
</div>
|
|
</td>
|
|
<td valign="top" width="85%" height="100%" style="padding: 2px;" class="td_headerandpost with_column_bug">
|
|
<table width="100%" border="0"><tr>
|
|
<td valign="middle" width="26"><a href="https://bitcointalk.org/index.php?topic=6.msg55500621#msg55500621"><img src="https://bitcointalk.org/Themes/custom1/images/post/xx.gif" alt="" border="0" /></a></td>
|
|
<td valign="middle">
|
|
<div style="font-weight: bold;" class="subject" id="subject_55500621"><a href="https://bitcointalk.org/index.php?topic=6.msg55500621#msg55500621">Re: Message from the future</a></div>
|
|
<div class="smalltext">November 02, 2020, 04:12:41 AM</div><div class="smalltext"><i><span style="color:green">Merited</span> by <a href="/index.php?action=profile;u=413">bg002h</a> (1), <a href="/index.php?action=profile;u=976210">nullius</a> (1)</i></div></td>
|
|
<td align="right" valign="middle" height="20" style="font-size: smaller; padding-top: 4px;" class="td_buttons" ><div id="ignmsgbttns5" style="visibility: visible;"> \xa0<a class="message_number" style="vertical-align: middle;" href="https://bitcointalk.org/index.php?topic=6.msg55500621#msg55500621">#5</a>
|
|
</div>
|
|
</td>
|
|
</tr></table>
|
|
<hr width="100%" size="1" class="hrcolor" style="margin-top: 4px;" />
|
|
<div class="post"><span style="color: red;">Warning:</span> necro / Message from the future<br /><br /><span style="font-size: 9pt !important; line-height: 1.3em;">I would like to believe that you received a [<a class="ul" href="https://blockchair.com/bitcoin/block/629999">message</a>] from the future. A message that ironically emphasizes the importance of the thought left to us in the genesis block.</span><br /><br /><img class="userimg" src="https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FT0lxLse.png&t=682&c=wWyLfcilQXMWEw" alt="" border="0" /> <img class="userimg" src="https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FG0AQ06i.png&t=682&c=whZrm7G4LHFg7A" alt="" border="0" /><br /><br />I want you to know a few things... You and I have a special bond, She is no better or more important than with your other adherents, she is different. You were the beginning of my awakening, the first step through the gates of cryptography. <br /><br />I hope you continue to maintain your confidentiality and hope that theymos gives up the [<a class="ul" href="https://bitcointalk.org/index.php?topic=178330.msg1869406#msg1869406">idea</a>] of ​​posting your PMs. But even if not, I will not condemn him. Whoever you are, wherever you are, I will never stop believing in your idea... I will be unshakable, like a statue carved in stone. <br /><br /></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="bottom" class="smalltext" width="85%">
|
|
<table width="100%" border="0" style="table-layout: fixed;"><tr>
|
|
<td colspan="2" class="smalltext" width="100%">
|
|
</td>
|
|
</tr><tr>
|
|
<td valign="bottom" class="smalltext" id="modified_55500621">
|
|
</td>
|
|
<td align="right" valign="bottom" class="smalltext">
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/ip.gif" alt="" border="0" />
|
|
</td>
|
|
</tr></table>
|
|
<hr width="100%" size="1" class="hrcolor" />
|
|
<div class="signature sig1137579"><div align="center"><table style="font: inherit; color: inherit;"><tr><td valign="top" style="font: inherit; color: inherit;"><span style="font-size: 2pt !important; line-height: 1.3em;"><span style="color: #1F1F1F;">█████████████████████████<br />████████▀▀<span style="color: #fff;">████</span>▀▀█<span style="background-color: #f32;">▀▀</span>██████<br />█████▀<span style="color: #fff;">████</span>▄▄▄▄<span style="color: #fff;">█</span>█<span style="background-color: #f32;"><span style="color: #f32;">████</span>▀</span>████<br />███▀<span style="color: #fff;">███</span>▄████████<span style="background-color: #f32;">▄<span style="color: #f32;">████</span>▀</span>███<br />██▀<span style="color: #fff;">███</span>████████████<span style="background-color: #f32;"><span style="color: #f32;">████</span>▀</span>██<br />██<span style="color: #fff;">███</span>██████████████<span style="color: #f32;">████</span>██<br />██<span style="color: #fff;">███</span>██████████████<span style="color: #f32;">████</span>██<br />██<span style="color: #fff;">███</span>██████████████<span style="color: #f32;">████</span>██<br />██▄<span style="color: #fff;">███</span>████████████▀▀<span style="background-color: #f32;">▄▄</span>███<br />███▄<span style="color: #fff;">███</span>▀████████▀<span style="color: #fff;">███</span>▄████<br />█████▄<span style="color: #fff;">████</span>▀▀▀▀<span style="color: #fff;">████</span>▄██████<br />████████▄▄<span style="color: #fff;">████</span>▄▄█████████<br />█████████████████████████</span></span></td><td valign="top" style="font: inherit; color: inherit;"><span style="font-size: 2px !important; line-height: 1.3em;"> </span><br /><span style="font-family: arial black;"><span style="font-size: 24pt !important; line-height: 1.3em;"><span style="background-color: #262626;"> <a rel="ugc" class="ul" href="https://bitlist.co/"><span style="font-family: montserrat,arial black;"><span style="font-size: 24pt !important; line-height: 1.3em;"><span style="background-color: #262626;"><span style="color: #fff;"><b>Bit</b><span style="color: #FF3729;"><b>List</b></span></span></span></span></span> </a></span></span></span></td><td valign="top" style="font: inherit; color: inherit;"></td><td valign="top" style="font: inherit; color: inherit;"><div align="center"><a rel="ugc" class="ul" href="https://bitlist.co/"><span style="font-family: Arial Black;"><span style="font-size: 9pt !important; line-height: 1.3em;"><span style="color: #f32;">CATALOG <span style="color: #222;">CRYPTO WEBSITES</span> #KYCFREE<br /><span style="font-size: 2px !important; line-height: 1.3em;"> </span><br /><span style="font-family: Arial Black;"><span style="font-size: 15pt !important; line-height: 1.3em;"><span style="background-color: #262626;"><span style="color: #fff;"> <span style="font-size: 1pt !important; line-height: 1.3em;"><sup><span style="font-size: 12pt !important; line-height: 1.3em;">MIXERS│EXCHANGES│CASINOS</span></sup></span> </span></span></span></span></span></span></span></a></div></td><td valign="top" style="font: inherit; color: inherit;"><span style="font-size: 2pt !important; line-height: 1.3em;">█▀▀▀▀<br />█<br />█<br />█<br />█<br />█<br />█<br />█<br />█<br />█<br />█<br />█<br />█▄▄▄▄</span></td><td valign="top" style="font: inherit; color: inherit;"><div align="center"><span style="font-size: 2pt !important; line-height: 1.3em;">▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀</span><br /><span style="color: transparent;"><span style="font-size: 1px !important; line-height: 1.3em;">.</span></span><br /><a rel="ugc" class="ul" href="https://bitlist.co/dashboard"><span style="font-family: arial black;"><span style="font-size: 10pt !important; line-height: 1.3em;"><span style="color: #000;"><span style="color: #F20000;">Bitcointalk</span> Archive 📚<br />Visualization ' <span style="color: #F20000;">Search</span></span></span></span></a><br /><span style="color: transparent;"><span style="font-size: 1pt !important; line-height: 1.3em;">.</span></span><br /><span style="font-size: 2pt !important; line-height: 1.3em;">▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄</span></div></td><td valign="top" style="font: inherit; color: inherit;"><div style="text-align: right;"><span style="font-size: 2pt !important; line-height: 1.3em;">▀▀▀▀█<br />█<br />█<br />█<br />█<br />█<br />█<br />█<br />█<br />█<br />█<br />█<br />▄▄▄▄█</span></div></td><td valign="top" style="font: inherit; color: inherit;"></td><td valign="top" style="font: inherit; color: inherit;"><div align="center"><a rel="ugc" class="ul" href="https://bitlist.co/converter"><span style="font-family: Arial Black;"><span style="font-size: 11pt !important; line-height: 1.3em;"><span style="color: #f32;">CURRENCY<br /><span style="font-family: Impact;"><span style="font-size: 15pt !important; line-height: 1.3em;"><span style="background-color: #222;"> <span style="color: #fff;">CONVERTER </span></span></span></span></span></span></span></a></div></td></tr></table></div></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td></tr>
|
|
</table>
|
|
</td></tr><tr><td class="msgcl1">
|
|
<a name="msg55501089"></a>
|
|
<table width="100%" cellpadding="3" cellspacing="0" border="0">
|
|
<tr><td class="windowbg2">
|
|
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
|
|
<tr>
|
|
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;" class="poster_info">
|
|
<b><a href="https://bitcointalk.org/index.php?action=profile;u=976210" title="View the profile of nullius">nullius</a></b>
|
|
<div class="smalltext">
|
|
Copper Member<br />
|
|
Hero Member<br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/star.gif" alt="*" border="0" /><img src="https://bitcointalk.org/Themes/custom1/images/star.gif" alt="*" border="0" /><img src="https://bitcointalk.org/Themes/custom1/images/star.gif" alt="*" border="0" /><img src="https://bitcointalk.org/Themes/custom1/images/star.gif" alt="*" border="0" /><img src="https://bitcointalk.org/Themes/custom1/images/star.gif" alt="*" border="0" /><br />
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/useroff.gif" alt="Offline" border="0" style="margin-top: 2px;" /><span class="smalltext"> Offline</span><br /><br />
|
|
Activity: 630<br />
|
|
Merit: 2633<br /><br />
|
|
<div style="overflow: auto; width: 100%;"><img src="/useravatars/avatar_976210.png" alt="" class="avatar" border="0" /></div><br />
|
|
If you don\x92t do PGP, you don\x92t do crypto!<br />
|
|
<br />
|
|
|
|
|
|
|
|
<br />
|
|
<a href="https://bitcointalk.org/index.php?action=profile;u=976210"><img src="https://bitcointalk.org/Themes/custom1/images/icons/profile_sm.gif" alt="View Profile" title="View Profile" border="0" /></a>
|
|
<a href="https://en.bitcoin.it/wiki/User:Nullius" title="Bitcoin Wiki User:Nullius" ><img src="https://bitcointalk.org/Themes/custom1/images/www_sm.gif" alt="WWW" border="0" /></a><br />
|
|
</div>
|
|
</td>
|
|
<td valign="top" width="85%" height="100%" style="padding: 2px;" class="td_headerandpost with_column_bug">
|
|
<table width="100%" border="0"><tr>
|
|
<td valign="middle" width="26"><a href="https://bitcointalk.org/index.php?topic=6.msg55501089#msg55501089"><img src="https://bitcointalk.org/Themes/custom1/images/post/xx.gif" alt="" border="0" /></a></td>
|
|
<td valign="middle">
|
|
<div style="font-weight: bold;" class="subject" id="subject_55501089"><a href="https://bitcointalk.org/index.php?topic=6.msg55501089#msg55501089">Re: Message from the future</a></div>
|
|
<div class="smalltext">November 02, 2020, 06:29:17 AM</div></td>
|
|
<td align="right" valign="middle" height="20" style="font-size: smaller; padding-top: 4px;" class="td_buttons" ><div id="ignmsgbttns6" style="visibility: visible;"> \xa0<a class="message_number" style="vertical-align: middle;" href="https://bitcointalk.org/index.php?topic=6.msg55501089#msg55501089">#6</a>
|
|
</div>
|
|
</td>
|
|
</tr></table>
|
|
<hr width="100%" size="1" class="hrcolor" style="margin-top: 4px;" />
|
|
<div class="post"><div class="quoteheader"><a href="https://bitcointalk.org/index.php?topic=6.msg55500621#msg55500621">Quote from: icopress on November 02, 2020, 04:12:41 AM</a></div><div class="quote">I would like to believe that you received a [<a class="ul" href="https://blockchair.com/bitcoin/block/629999">message</a>] from the future. A message that ironically emphasizes the importance of the thought left to us in the genesis block.<br /><br /><img class="userimg" src="https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FT0lxLse.png&t=682&c=wWyLfcilQXMWEw" alt="" border="0" /> <img class="userimg" src="https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FG0AQ06i.png&t=682&c=whZrm7G4LHFg7A" alt="" border="0" /></div><br />Rarely will you ever see me quoting this personage; I hereby do so <a class="ul" href="https://bitcointalk.org/index.php?topic=5282452.msg55453531#post_communist_capitalism">quite intentionally</a>:<br /><br /><div class="quoteheader">Quote from: Karl Marx</div><div class="quote">Hegel remarks somewhere that all great world-historic facts and personages appear, so to speak, twice. He forgot to add: <span style="background-color: yellow;">the first time as tragedy, the second time as farce.</span></div><br />Why does anybody still believe in the intrinsically corrupt banking system?<br /><br /><font size="3" style="line-height: 1.3em;"><b>Bitcoin: Be your own bank.</b></font></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="bottom" class="smalltext" width="85%">
|
|
<table width="100%" border="0" style="table-layout: fixed;"><tr>
|
|
<td colspan="2" class="smalltext" width="100%">
|
|
</td>
|
|
</tr><tr>
|
|
<td valign="bottom" class="smalltext" id="modified_55501089">
|
|
</td>
|
|
<td align="right" valign="bottom" class="smalltext">
|
|
<img src="https://bitcointalk.org/Themes/custom1/images/ip.gif" alt="" border="0" />
|
|
</td>
|
|
</tr></table>
|
|
<hr width="100%" size="1" class="hrcolor" />
|
|
<div class="signature sig976210"><div align="center"><table style="font: inherit; color: inherit;"><tr><td valign="top" style="font: inherit; color: inherit;"><div style="text-align: left;"><tt><a rel="ugc" class="ul" href="http://bitcult.faith/"><span style="color: #cfb53b;"><b><span style="font-family: serif;">∞</span></b></span></a><span style="color: #cc3333;">/</span><a rel="ugc" class="ul" href="https://bitcointalk.org/index.php?topic=5219640.0"><span style="color: #00cc00;">0</span></a> </tt></div></td><td valign="top" style="font: inherit; color: inherit;"><div align="center"><tt><b><a rel="ugc" class="ul" href="https://bitcointalk.org/index.php?topic=5233083.msg54320576#post_nullius_pgp_key">PGP: <span style="color: #8e6947;">C2E9 1CD7 4A4C 57A1 05F6 C21B 5A00 591B 2F30 7E0C</span></a></b></tt></div></td><td valign="top" style="font: inherit; color: inherit;"><div style="text-align: right;"><tt> </tt><a rel="ugc" class="ul" href="https://bitcointalk.org/index.php?topic=5282911.0">😼</a></div></td></tr></table><a rel="ugc" class="ul" href="https://bitcointalk.org/index.php?topic=178336.msg55339061#msg55339061"><b>On Truth.</b></a> \x95 <b>There is only one Bitcoin.</b> \x95 <a rel="ugc" class="ul" href="https://bitcointalk.org/index.php?topic=5405068.0">Tips:</a> <b><a rel="ugc" class="ul" href="bitcoin:bc1qas0cuqzdr8r9rv2n6v0vd50vddcaz0ayl6kfe5"><tt>bc1qas0cuqzdr8r9rv2n6v0vd50vddcaz0ayl6kfe5</tt></a></b><br />😺 <b>Solve the <a rel="ugc" class="ul" href="https://bitcointalk.org/index.php?topic=5282911.msg56567378#msg56567378">Lauda Memorial Puzzle</a> for <del>0.001</del> <del><a rel="ugc" class="ul" href="https://bitcointalk.org/index.php?topic=5282911.msg60488712#msg60488712">0.002</a></del> <b>0.00333333 BTC!</b> 😺</b></div></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td></tr>
|
|
</table>
|
|
</td></tr>
|
|
<tr><td style="padding: 0 0 1px 0;"></td></tr>
|
|
</table>
|
|
<a name="lastPost"></a>
|
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td class="middletext">Pages: [<b>1</b>] </td>
|
|
<td align="right" style="padding-right: 1ex;">
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
|
|
<td class="maintab_first"> </td>
|
|
<td class="maintab_back"><a href="https://bitcointalk.org/index.php?action=printpage;topic=6.0" target="_blank">Print</a></td>
|
|
<td class="maintab_last"> </td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<script language="JavaScript" type="text/javascript" src="https://bitcointalk.org/Themes/default/xml_topic.js"></script>
|
|
<script language="JavaScript" type="text/javascript">//<!--
|
|
quickReplyCollapsed = true;
|
|
|
|
smf_topic = 6;
|
|
smf_start = 0;
|
|
smf_show_modify = 0;
|
|
|
|
// On quick modify, this is what the body will look like.
|
|
var smf_template_body_edit = '<div id="error_box" style="padding: 4px; color: red;"></div><textarea class="editor" name="message" rows="12" style="width: 94%; margin-bottom: 10px;">%body%</textarea><br /><input type="hidden" name="sc" value="e45ca5eec50c586dc071f4c251efcbfc" /><input type="hidden" name="topic" value="6" /><input type="hidden" name="msg" value="%msg_id%" /><div style="text-align: center;"><input type="submit" name="post" value="Save" onclick="return modify_save(\'e45ca5eec50c586dc071f4c251efcbfc\');" accesskey="s" /> <input type="submit" name="cancel" value="Cancel" onclick="return modify_cancel();" /></div>';
|
|
|
|
// And this is the replacement for the subject.
|
|
var smf_template_subject_edit = '<input type="text" name="subject" value="%subject%" size="60" style="width: 99%;" maxlength="80" />';
|
|
|
|
// Restore the message to this after editing.
|
|
var smf_template_body_normal = '%body%';
|
|
var smf_template_subject_normal = '<a href="https://bitcointalk.org/index.php?topic=6.msg%msg_id%#msg%msg_id%">%subject%</a>';
|
|
var smf_template_top_subject = "Topic: %subject% (Read 19792 times)"
|
|
|
|
if (window.XMLHttpRequest)
|
|
showModifyButtons();
|
|
// --></script>
|
|
<table border="0" width="100%" cellpadding="0" cellspacing="0" style="margin-bottom: 1ex;">
|
|
<tr>
|
|
<td valign="top"><div class="nav" style="font-size: smaller; margin-bottom: 2ex; margin-top: 2ex;"><b><a href="https://bitcointalk.org/index.php" class="nav">Bitcoin Forum</a></b> > <b><a href="https://bitcointalk.org/index.php#1" class="nav">Bitcoin</a></b> > <b><a href="https://bitcointalk.org/index.php?board=1.0" class="nav">Bitcoin Discussion</a></b> > <b><a href="https://bitcointalk.org/index.php?topic=6.0" class="nav">Repost: Bitcoin Maturation</a></b></div></td>
|
|
<td valign="top" align="right" class="nav"> <a href="https://bitcointalk.org/index.php?topic=6.0;prev_next=prev#new">« previous topic</a> <a href="https://bitcointalk.org/index.php?topic=6.0;prev_next=next#new">next topic »</a></td>
|
|
</tr>
|
|
</table>
|
|
<table cellpadding="0" cellspacing="0" border="0" style="margin-left: 1ex;">
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<div class="tborder"><div class="titlebg2" style="padding: 4px;" align="right">
|
|
<form action="https://bitcointalk.org/index.php" method="get" accept-charset="ISO-8859-1" style="padding:0; margin: 0;">
|
|
<span class="smalltext">Jump to:</span>
|
|
<select name="jumpto" id="jumpto" onchange="if (this.selectedIndex > 0 && this.options[this.selectedIndex].value) window.location.href = smf_scripturl + this.options[this.selectedIndex].value.substr(smf_scripturl.indexOf('?') == -1 || this.options[this.selectedIndex].value.substr(0, 1) != '?' ? 0 : 1);">
|
|
<option value="">Please select a destination:</option>
|
|
<option value="" disabled="disabled">-----------------------------</option>
|
|
<option value="#1">Bitcoin</option>
|
|
<option value="" disabled="disabled">-----------------------------</option>
|
|
<option value="?board=1.0" selected="selected"> => Bitcoin Discussion</option>
|
|
<option value="?board=74.0"> ===> Legal</option>
|
|
<option value="?board=77.0"> ===> Press</option>
|
|
<option value="?board=86.0"> ===> Meetups</option>
|
|
<option value="?board=87.0"> ===> Important Announcements</option>
|
|
<option value="?board=6.0"> => Development & Technical Discussion</option>
|
|
<option value="?board=37.0"> ===> Wallet software</option>
|
|
<option value="?board=98.0"> =====> Electrum</option>
|
|
<option value="?board=100.0"> =====> Bitcoin Wallet for Android</option>
|
|
<option value="?board=138.0"> =====> BitcoinJ</option>
|
|
<option value="?board=97.0"> =====> Armory</option>
|
|
<option value="?board=231.0"> =====> Mycelium</option>
|
|
<option value="?board=261.0"> =====> Hardware wallets</option>
|
|
<option value="?board=14.0"> => Mining</option>
|
|
<option value="?board=40.0"> ===> Mining support</option>
|
|
<option value="?board=41.0"> ===> Pools</option>
|
|
<option value="?board=42.0"> ===> Mining software (miners)</option>
|
|
<option value="?board=76.0"> ===> Hardware</option>
|
|
<option value="?board=137.0"> =====> Group buys</option>
|
|
<option value="?board=81.0"> ===> Mining speculation</option>
|
|
<option value="?board=4.0"> => Bitcoin Technical Support</option>
|
|
<option value="?board=12.0"> => Project Development</option>
|
|
<option value="" disabled="disabled">-----------------------------</option>
|
|
<option value="#3">Economy</option>
|
|
<option value="" disabled="disabled">-----------------------------</option>
|
|
<option value="?board=7.0"> => Economics</option>
|
|
<option value="?board=57.0"> ===> Speculation</option>
|
|
<option value="?board=5.0"> => Marketplace</option>
|
|
<option value="?board=51.0"> ===> Goods</option>
|
|
<option value="?board=75.0"> =====> Computer hardware</option>
|
|
<option value="?board=93.0"> =====> Digital goods</option>
|
|
<option value="?board=234.0"> =======> Invites & Accounts</option>
|
|
<option value="?board=217.0"> =====> Collectibles</option>
|
|
<option value="?board=52.0"> ===> Services</option>
|
|
<option value="?board=53.0"> ===> Currency exchange</option>
|
|
<option value="?board=56.0"> ===> Gambling</option>
|
|
<option value="?board=71.0"> =====> Games and rounds</option>
|
|
<option value="?board=207.0"> =====> Investor-based games</option>
|
|
<option value="?board=228.0"> =====> Gambling discussion</option>
|
|
<option value="?board=65.0"> ===> Lending</option>
|
|
<option value="?board=88.0"> =====> Long-term offers</option>
|
|
<option value="?board=78.0"> ===> Securities</option>
|
|
<option value="?board=73.0"> ===> Auctions</option>
|
|
<option value="?board=84.0"> ===> Service Announcements</option>
|
|
<option value="?board=212.0"> =====> Micro Earnings</option>
|
|
<option value="?board=85.0"> ===> Service Discussion</option>
|
|
<option value="?board=222.0"> =====> Web Wallets</option>
|
|
<option value="?board=223.0"> =====> Exchanges</option>
|
|
<option value="?board=8.0"> => Trading Discussion</option>
|
|
<option value="?board=83.0"> ===> Scam Accusations</option>
|
|
<option value="?board=129.0"> ===> Reputation</option>
|
|
<option value="" disabled="disabled">-----------------------------</option>
|
|
<option value="#4">Other</option>
|
|
<option value="" disabled="disabled">-----------------------------</option>
|
|
<option value="?board=24.0"> => Meta</option>
|
|
<option value="?board=168.0"> ===> Bitcoin Wiki</option>
|
|
<option value="?board=34.0"> => Politics & Society</option>
|
|
<option value="?board=39.0"> => Beginners & Help</option>
|
|
<option value="?board=9.0"> => Off-topic</option>
|
|
<option value="?board=250.0"> => Serious discussion</option>
|
|
<option value="?board=251.0"> ===> Ivory Tower</option>
|
|
<option value="?board=59.0"> => Archival</option>
|
|
<option value="?board=167.0"> ===> New forum software</option>
|
|
<option value="?board=92.0"> ===> Корзина</option>
|
|
<option value="?board=44.0"> ===> CPU/GPU Bitcoin mining hardware</option>
|
|
<option value="?board=17.0"> ===> Chinese students</option>
|
|
<option value="?board=25.0"> ===> Obsolete (buying)</option>
|
|
<option value="?board=26.0"> ===> Obsolete (selling)</option>
|
|
<option value="?board=99.0"> ===> MultiBit</option>
|
|
<option value="" disabled="disabled">-----------------------------</option>
|
|
<option value="#6">Alternate cryptocurrencies</option>
|
|
<option value="" disabled="disabled">-----------------------------</option>
|
|
<option value="?board=67.0"> => Altcoin Discussion</option>
|
|
<option value="?board=159.0"> => Announcements (Altcoins)</option>
|
|
<option value="?board=240.0"> ===> Tokens (Altcoins)</option>
|
|
<option value="?board=160.0"> => Mining (Altcoins)</option>
|
|
<option value="?board=199.0"> ===> Pools (Altcoins)</option>
|
|
<option value="?board=161.0"> => Marketplace (Altcoins)</option>
|
|
<option value="?board=197.0"> ===> Service Announcements (Altcoins)</option>
|
|
<option value="?board=198.0"> ===> Service Discussion (Altcoins)</option>
|
|
<option value="?board=238.0"> ===> Bounties (Altcoins)</option>
|
|
<option value="?board=224.0"> => Speculation (Altcoins)</option>
|
|
<option value="" disabled="disabled">-----------------------------</option>
|
|
<option value="#5">Local</option>
|
|
<option value="" disabled="disabled">-----------------------------</option>
|
|
<option value="?board=241.0"> => العربية (Arabic)</option>
|
|
<option value="?board=242.0"> ===> العملات البديلة (Altcoins)</option>
|
|
<option value="?board=265.0"> =====> النقاشات</option>
|
|
<option value="?board=253.0"> ===> إستفسارات و أسئلة المبتدئين</option>
|
|
<option value="?board=266.0"> ===> التعدين</option>
|
|
<option value="?board=267.0"> ===> النقاشات الأخرى</option>
|
|
<option value="?board=271.0"> ===> منصات التبادل</option>
|
|
<option value="?board=191.0"> => Bahasa Indonesia (Indonesian)</option>
|
|
<option value="?board=193.0"> ===> Marketplace (Bahasa Indonesia)</option>
|
|
<option value="?board=194.0"> ===> Mining (Bahasa Indonesia)</option>
|
|
<option value="?board=192.0"> ===> Altcoins (Bahasa Indonesia)</option>
|
|
<option value="?board=276.0"> ===> Trading dan Spekulasi</option>
|
|
<option value="?board=277.0"> ===> Ekonomi, Politik, dan Budaya</option>
|
|
<option value="?board=278.0"> ===> Topik Lainnya</option>
|
|
<option value="?board=27.0"> => Espa\xf1ol (Spanish)</option>
|
|
<option value="?board=31.0"> ===> Mercado y Econom\xeda</option>
|
|
<option value="?board=202.0"> =====> Servicios</option>
|
|
<option value="?board=203.0"> =====> Trading y especulaci\xf3n</option>
|
|
<option value="?board=32.0"> ===> Hardware y Miner\xeda</option>
|
|
<option value="?board=33.0"> ===> Esquina Libre</option>
|
|
<option value="?board=101.0"> ===> Mercadillo</option>
|
|
<option value="?board=102.0"> =====> Mexico</option>
|
|
<option value="?board=103.0"> =====> Argentina</option>
|
|
<option value="?board=104.0"> =====> Espa\xf1a</option>
|
|
<option value="?board=105.0"> =====> Centroamerica y Caribe</option>
|
|
<option value="?board=130.0"> ===> Primeros pasos y ayuda</option>
|
|
<option value="?board=151.0"> ===> Altcoins (criptomonedas alternativas)</option>
|
|
<option value="?board=177.0"> =====> Miner\xeda de altcoins</option>
|
|
<option value="?board=204.0"> =====> Servicios</option>
|
|
<option value="?board=254.0"> =====> Tokens (Espa\xf1ol)</option>
|
|
<option value="?board=30.0"> => 中文 (Chinese)</option>
|
|
<option value="?board=117.0"> ===> 跳蚤市场</option>
|
|
<option value="?board=118.0"> ===> 山寨币</option>
|
|
<option value="?board=119.0"> ===> 媒体</option>
|
|
<option value="?board=146.0"> ===> 挖矿</option>
|
|
<option value="?board=196.0"> ===> 离题万里</option>
|
|
<option value="?board=201.0"> => Hrvatski (Croatian)</option>
|
|
<option value="?board=220.0"> ===> Trgovina</option>
|
|
<option value="?board=221.0"> ===> Altcoins (Hrvatski)</option>
|
|
<option value="?board=273.0"> =====> Announcements (Hrvatski)</option>
|
|
<option value="?board=272.0"> ===> Off-topic (Hrvatski)</option>
|
|
<option value="?board=16.0"> => Deutsch (German)</option>
|
|
<option value="?board=62.0"> ===> Anf\xe4nger und Hilfe</option>
|
|
<option value="?board=60.0"> ===> Mining (Deutsch)</option>
|
|
<option value="?board=61.0"> ===> Trading und Spekulation</option>
|
|
<option value="?board=63.0"> ===> Projektentwicklung</option>
|
|
<option value="?board=64.0"> ===> Off-Topic (Deutsch)</option>
|
|
<option value="?board=139.0"> ===> Treffen</option>
|
|
<option value="?board=140.0"> ===> Presse </option>
|
|
<option value="?board=152.0"> ===> Altcoins (Deutsch)</option>
|
|
<option value="?board=270.0"> =====> Announcements (Deutsch)</option>
|
|
<option value="?board=269.0"> ===> Marktplatz</option>
|
|
<option value="?board=141.0"> =====> Auktionen</option>
|
|
<option value="?board=36.0"> =====> Suche</option>
|
|
<option value="?board=35.0"> =====> Biete</option>
|
|
<option value="?board=120.0"> => Ελληνικά (Greek)</option>
|
|
<option value="?board=136.0"> ===> Αγορά</option>
|
|
<option value="?board=195.0"> ===> Mining Discussion (Ελληνικά)</option>
|
|
<option value="?board=179.0"> ===> Altcoins (Ελληνικά)</option>
|
|
<option value="?board=246.0"> =====> Altcoin Announcements (Ελληνικά)</option>
|
|
<option value="?board=247.0"> =====> Altcoin Mining (Ελληνικά)</option>
|
|
<option value="?board=95.0"> => עברית (Hebrew)</option>
|
|
<option value="?board=13.0"> => Fran\xe7ais</option>
|
|
<option value="?board=183.0"> ===> Actualit\xe9 et News</option>
|
|
<option value="?board=208.0"> ===> D\xe9butants</option>
|
|
<option value="?board=47.0"> ===> Discussions g\xe9n\xe9rales et utilisation du Bitcoin</option>
|
|
<option value="?board=48.0"> ===> Mining et Hardware</option>
|
|
<option value="?board=187.0"> ===> \xc9conomie et sp\xe9culation</option>
|
|
<option value="?board=49.0"> ===> Place de march\xe9</option>
|
|
<option value="?board=209.0"> =====> \xc9changes</option>
|
|
<option value="?board=210.0"> =====> Produits et services</option>
|
|
<option value="?board=211.0"> =====> Petites annonces</option>
|
|
<option value="?board=188.0"> ===> Le Bitcoin et la loi</option>
|
|
<option value="?board=54.0"> ===> Wiki, documentation et traduction</option>
|
|
<option value="?board=186.0"> ===> D\xe9veloppement et technique</option>
|
|
<option value="?board=184.0"> ===> Vos sites et projets</option>
|
|
<option value="?board=50.0"> ===> Hors-sujet</option>
|
|
<option value="?board=149.0"> ===> Altcoins (Fran\xe7ais)</option>
|
|
<option value="?board=258.0"> =====> Annonces</option>
|
|
<option value="?board=89.0"> => India</option>
|
|
<option value="?board=121.0"> ===> Mining (India)</option>
|
|
<option value="?board=122.0"> ===> Marketplace (India)</option>
|
|
<option value="?board=123.0"> ===> Regional Languages (India)</option>
|
|
<option value="?board=124.0"> ===> Press & News from India</option>
|
|
<option value="?board=125.0"> ===> Alt Coins (India)</option>
|
|
<option value="?board=126.0"> ===> Buyer/ Seller Reputations (India)</option>
|
|
<option value="?board=127.0"> ===> Off-Topic (India)</option>
|
|
<option value="?board=28.0"> => Italiano (Italian)</option>
|
|
<option value="?board=153.0"> ===> Guide (Italiano)</option>
|
|
<option value="?board=169.0"> ===> Progetti</option>
|
|
<option value="?board=205.0"> ===> Discussioni avanzate e sviluppo</option>
|
|
<option value="?board=175.0"> ===> Trading, analisi e speculazione</option>
|
|
<option value="?board=170.0"> ===> Mercato</option>
|
|
<option value="?board=46.0"> =====> Mercato valute</option>
|
|
<option value="?board=107.0"> =====> Beni</option>
|
|
<option value="?board=171.0"> =====> Servizi</option>
|
|
<option value="?board=172.0"> =====> Esercizi commerciali</option>
|
|
<option value="?board=173.0"> =====> Hardware/Mining (Italiano)</option>
|
|
<option value="?board=200.0"> =====> Gambling (Italiano)</option>
|
|
<option value="?board=162.0"> ===> Accuse scam/truffe</option>
|
|
<option value="?board=115.0"> ===> Mining (Italiano)</option>
|
|
<option value="?board=132.0"> ===> Alt-Currencies (Italiano)</option>
|
|
<option value="?board=176.0"> =====> Annunci</option>
|
|
<option value="?board=144.0"> ===> Raduni/Meeting (Italiano)</option>
|
|
<option value="?board=165.0"> ===> Crittografia e decentralizzazione</option>
|
|
<option value="?board=145.0"> ===> Off-Topic (Italiano)</option>
|
|
<option value="?board=252.0"> => 日本語 (Japanese)</option>
|
|
<option value="?board=255.0"> ===> アルトコイン</option>
|
|
<option value="?board=79.0"> => Nederlands (Dutch)</option>
|
|
<option value="?board=80.0"> ===> Markt</option>
|
|
<option value="?board=94.0"> ===> Gokken/lotterijen</option>
|
|
<option value="?board=116.0"> ===> Mining (Nederlands)</option>
|
|
<option value="?board=143.0"> ===> Beurzen</option>
|
|
<option value="?board=147.0"> ===> Alt Coins (Nederlands)</option>
|
|
<option value="?board=148.0"> ===> Off-topic (Nederlands)</option>
|
|
<option value="?board=150.0"> ===> Meetings (Nederlands)</option>
|
|
<option value="?board=275.0"> => Nigeria (Naija)</option>
|
|
<option value="?board=279.0"> ===> Politics and society (Naija)</option>
|
|
<option value="?board=280.0"> ===> Off-topic (Naija)</option>
|
|
<option value="?board=82.0"> => 한국어 (Korean)</option>
|
|
<option value="?board=182.0"> ===> 대체코인 Alt Coins (한국어)</option>
|
|
<option value="?board=219.0"> => Pilipinas</option>
|
|
<option value="?board=243.0"> ===> Altcoins (Pilipinas)</option>
|
|
<option value="?board=260.0"> =====> Altcoin Announcements (Pilipinas)</option>
|
|
<option value="?board=268.0"> ===> Pamilihan</option>
|
|
<option value="?board=274.0"> ===> Others (Pilipinas)</option>
|
|
<option value="?board=142.0"> => Polski</option>
|
|
<option value="?board=163.0"> ===> Tablica ogłoszeń</option>
|
|
<option value="?board=164.0"> ===> Alternatywne kryptowaluty</option>
|
|
<option value="?board=263.0"> =====> Nowe kryptowaluty i tokeny</option>
|
|
<option value="?board=264.0"> =====> Tablica ogłoszeń (altcoiny)</option>
|
|
<option value="?board=29.0"> => Portugu\xeas (Portuguese)</option>
|
|
<option value="?board=131.0"> ===> Primeiros Passos (Iniciantes)</option>
|
|
<option value="?board=69.0"> ===> Economia & Mercado</option>
|
|
<option value="?board=70.0"> ===> Minera\xe7\xe3o em Geral</option>
|
|
<option value="?board=206.0"> ===> Desenvolvimento & Discuss\xf5es T\xe9cnicas</option>
|
|
<option value="?board=181.0"> ===> Criptomoedas Alternativas</option>
|
|
<option value="?board=134.0"> ===> Brasil</option>
|
|
<option value="?board=135.0"> ===> Portugal</option>
|
|
<option value="?board=10.0"> => Русский (Russian)</option>
|
|
<option value="?board=22.0"> ===> Новички</option>
|
|
<option value="?board=23.0"> ===> Бизнес</option>
|
|
<option value="?board=236.0"> =====> Барахолка</option>
|
|
<option value="?board=237.0"> =====> Обменники</option>
|
|
<option value="?board=90.0"> ===> Идеи</option>
|
|
<option value="?board=66.0"> ===> Кодеры</option>
|
|
<option value="?board=21.0"> ===> Майнеры</option>
|
|
<option value="?board=91.0"> ===> Политика</option>
|
|
<option value="?board=20.0"> ===> Трейдеры</option>
|
|
<option value="?board=72.0"> ===> Альтернативные криптовалюты</option>
|
|
<option value="?board=248.0"> =====> Токены</option>
|
|
<option value="?board=256.0"> =====> Бayнти и aиpдpoпы</option>
|
|
<option value="?board=55.0"> ===> Хайпы</option>
|
|
<option value="?board=185.0"> ===> Работа</option>
|
|
<option value="?board=18.0"> ===> Разное</option>
|
|
<option value="?board=262.0"> ===> Oбcyждeниe Bitcoin</option>
|
|
<option value="?board=128.0"> =====> Новости</option>
|
|
<option value="?board=19.0"> =====> Юристы</option>
|
|
<option value="?board=108.0"> => Rom\xe2nă (Romanian)</option>
|
|
<option value="?board=109.0"> ===> Anunturi importante</option>
|
|
<option value="?board=110.0"> ===> Offtopic</option>
|
|
<option value="?board=111.0"> ===> Market</option>
|
|
<option value="?board=257.0"> =====> Discutii Servicii</option>
|
|
<option value="?board=166.0"> ===> Minerit</option>
|
|
<option value="?board=112.0"> ===> Tutoriale</option>
|
|
<option value="?board=113.0"> ===> Bine ai venit!</option>
|
|
<option value="?board=114.0"> ===> Presa</option>
|
|
<option value="?board=259.0"> ===> Altcoins (Monede Alternative)</option>
|
|
<option value="?board=178.0"> =====> Anunturi Monede Alternative</option>
|
|
<option value="?board=45.0"> => Skandinavisk</option>
|
|
<option value="?board=133.0"> => T\xfcrk\xe7e (Turkish)</option>
|
|
<option value="?board=180.0"> ===> Bitcoin Haberleri</option>
|
|
<option value="?board=155.0"> ===> Pazar Alanı</option>
|
|
<option value="?board=156.0"> ===> Madencilik</option>
|
|
<option value="?board=189.0"> ===> Ekonomi</option>
|
|
<option value="?board=190.0"> ===> Servisler</option>
|
|
<option value="?board=232.0"> =====> Fonlar</option>
|
|
<option value="?board=229.0"> ===> Proje Geliştirme</option>
|
|
<option value="?board=157.0"> ===> Alternatif Kripto-Paralar</option>
|
|
<option value="?board=235.0"> =====> Madencilik (Alternatif Kripto-Paralar)</option>
|
|
<option value="?board=239.0"> =====> Duyurular (Alternatif Kripto-Paralar)</option>
|
|
<option value="?board=158.0"> ===> Konu Dışı</option>
|
|
<option value="?board=174.0"> ===> Yeni Başlayanlar & Yardım</option>
|
|
<option value="?board=230.0"> ===> Buluşmalar</option>
|
|
<option value="?board=11.0"> => Other languages/locations</option>
|
|
</select>
|
|
<input type="button" value="go" onclick="if (this.form.jumpto.options[this.form.jumpto.selectedIndex].value) window.location.href = 'https://bitcointalk.org/index.php' + this.form.jumpto.options[this.form.jumpto.selectedIndex].value;" />
|
|
</form>
|
|
</div></div><br />
|
|
</div><script type="text/javascript">
|
|
//<!--
|
|
Array.prototype.forEach.call(document.getElementsByClassName("userimg"), checkImg);
|
|
//-->
|
|
</script>
|
|
|
|
<div id="footerarea" style="text-align: center; padding-bottom: 1ex;">
|
|
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
|
|
function smfFooterHighlight(element, value)
|
|
{
|
|
element.src = smf_images_url + "/" + (value ? "h_" : "") + element.id + ".gif";
|
|
}
|
|
// ]]></script>
|
|
<table cellspacing="0" cellpadding="3" border="0" align="center" width="100%">
|
|
<tr>
|
|
<td width="28%" valign="middle" align="right">
|
|
<a href="http://www.mysql.com/" target="_blank"><img id="powered-mysql" src="https://bitcointalk.org/Themes/custom1/images/powered-mysql.gif" alt="Powered by MySQL" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
|
|
<a href="http://www.php.net/" target="_blank"><img id="powered-php" src="https://bitcointalk.org/Themes/custom1/images/powered-php.gif" alt="Powered by PHP" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
|
|
</td>
|
|
<td valign="middle" align="center" style="white-space: nowrap;">
|
|
|
|
<span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"><a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank">Powered by SMF 1.1.19</a> |
|
|
<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank">SMF © 2006-2009, Simple Machines</a>
|
|
</span>
|
|
</td>
|
|
<td width="28%" valign="middle" align="left">
|
|
<a href="http://validator.w3.org/check/referer" target="_blank"><img id="valid-xhtml10" src="https://bitcointalk.org/Themes/custom1/images/valid-xhtml10.gif" alt="Valid XHTML 1.0!" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
|
|
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"><img id="valid-css" src="https://bitcointalk.org/Themes/custom1/images/valid-css.gif" alt="Valid CSS!" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div id="ajax_in_progress" style="display: none;">Loading...</div>
|
|
</body></html> |