1. What is Litecoin (LTC)?
Litecoin (LTC) is a peer-to-peer cryptocurrency powered by the Scrypt Proof-of-Work algorithm. The project aims to provide an alternative to Bitcoin by making modifications to the original Bitcoin Protocol.
A Proof-of-Work algorithm creates a computational challenge to be solved by the network of computers in order to verify a block of transactions. The Scrypt algorithm was developed in 2009 by Colin Percival (Tarsnap Inc.). In contrast with Bitcoin’s SHA-256d, it serves to inhibit hardware scalability by requiring a significant amount of memory when performing its calculations.
This change aimed to reduce the efficiency gain and economic incentive to develop custom hardware such as Application Specific Integrated Circuits (“ASIC”). While this initially prevented ASIC mining, new machines have been more performant than GPU mining, leading to most of LTC mining activities being conducted by ASIC machines (e.g., Antminer L3+).
Litecoin has an average block time of 2.5 minutes, and a total supply of 84 million. The short block time inevitably leads to an increase in orphaned blocks.
Besides total supply and block time, other Bitcoin parameters have remained largely unchanged. For instance, the number of blocks between difficulty changes1 and the target number of years between block reward halving on Litecoin (4 years) remains the same as those on the Bitcoin protocol.
Unlike public blockchain infrastructures supporting the development of decentralized applications, such as Ethereum, Litecoin is primarily used only as a currency and does not support smart contracts.
2. Litecoin’s key features
Core concepts of Bitcoin, blockchains, and the Nakamoto consensus are not discussed in this report. Please read our report about Bitcoin (BTC) (section “core features”). For a beginner introduction to Bitcoin and blockchains, please visit Binance Academy’s mega-guide to Bitcoin.
Segregated Witness (shared with Bitcoin)
Segregated Witness (often abbreviated to SegWit) is a protocol upgrade proposal that went live in May 20172 for Litecoin (vs. August 2017 for Bitcoin).It separates witness signatures from transaction-related data. Witness signatures in “legacy Bitcoin blocks” often take more than 50% of the block size. By removing witness signatures from the transaction block, this protocol effectively increases the number of transactions that can be stored in a single block, rendering the network capable of handling more transactions per second. As a result, SegWit increases the scalability of Nakamoto consensus-based blockchain networks Litecoin.SegWit also makes transactions cheaper. Since transaction fees are derived from how much data is being processed by the block producer, the more transactions that can be stored in a 1MB block, the cheaper individual transactions become.
The legacy Bitcoin block has a block size limit of 1 megabyte, and any change on the block size would require a network hard-fork. On August 1st 2017, the first chain split occurred, leading to the creation of Bitcoin Cash (BCH), which introduced an 8 megabyte limit per block.Conversely, Segregated Witness was a soft-fork: it never changed the transaction block-size limit of the network. Instead, it has added an extended block with an upper limit of 3 megabytes, which contains solely witness signatures, to the 1-megabyte block that contains only transaction data. This new block type can be processed even by nodes that have not completed this protocol upgrade.Furthermore, the separation of witness signatures from transaction data solves the malleability issue of blockchains using the Nakamoto consensus. Without Segregated Witness, these signatures could be altered before the block is validated by miners. Indeed, alterations can be done in such a way that if the system does a mathematical check, the signature would still be valid. However, since the values in the signature are changed, the two signatures would create vastly different hash values.For instance, if a witness signature states “6,” it has a mathematical value of 6, and would create a hash value of 12345. However, if the witness signature were changed to “06”, it would maintain a mathematical value of 6 while creating a (faulty) hash value of 67890.Since the mathematical values are the same, the altered signature remains a valid signature. Hence, this would create a bookkeeping issue, as transactions in Nakamoto consensus-based blockchain networks are documented with these hash values or transaction IDs. Effectively, one can alter a transaction ID to a new one, and the new ID can still be valid.This can create many issues as illustrated below:
Alice sends Bob 1 BTC, and Bob sends Merchant Carol this 1 BTC for some goods.
Bob sends Carols this 1 BTC, while the transaction from Alice to Bob is not yet validated. Carol sees this incoming transaction of 1 BTC to him, and immediately ships goods to B.
At the moment, the transaction from Alice to Bob is still not confirmed by the network, and Bob can change the witness signature, therefore changing this transaction ID from 12345 to 67890.
Now Carol will not receive his 1 BTC, as the network looks for transaction 12345 to ensure that Bob’s wallet balance is valid.
As this particular transaction ID changed from 12345 to 67890 the network will not be able to find this. The transaction from Bob to Carol will fail, and Bob gets his goods while still holding his BTC.
With the Segregated Witness update, such instances can not happen again. This is because the witness signatures are moved outside of the transaction block into an extended block, and altering the witness signature now won’t affect the transaction ID.Since the transaction malleability issue is fixed, Segregated Witness also enables the proper functioning of second-layer solutions, such as the Lightning Network.
Lightning Network (shared with Bitcoin)
Lightning Network is a micropayment solution based on the Bitcoin protocol. It aims to enable near-instant and low-cost payments between merchants and customers that use Bitcoin.Specifically, Lightning Network aims to enable near-instant and low-cost payments between merchants and customers that wish to use bitcoins.Lightning Network was conceptualized in a whitepaper by Joseph Poon and Thaddeus Dryja in 2015. Since then, it has been implemented by multiple companies. The most prominent of them include Blockstream, Lightning Labs, and ACINQ.For a list of curated resources relevant to Lightning Network, please visit this link.In the Lightning Network, if a customer wishes to transact with a merchant, both of them need to open a payment channel, which operates off the Bitcoin blockchain (i.e., off-chain vs. on-chain). None of the transaction details from this payment channel are recorded on the blockchain. Hence, only when the channel is closed will the end result of both party’s wallet balances be updated to the blockchain. The blockchain only serves as a settlement layer for Lightning transactions.Since all transactions done via the payment channel are conducted independently of the Nakamoto consensus, both parties involved in transactions do not need to wait for network confirmation on transactions. Instead, transacting parties would pay transaction fees to Bitcoin miners only when they decide to close the channel.
One limitation to the Lightning Network is that it requires a person to be online in order for him to receive transactions attributing towards him. Another limitation in user experience could be that one needs to lock up some funds every time he wishes to open a payment channel, and is only able to use that fund within the channel.However, this does not mean he needs to create new channels every time he wishes to transact with a different person on the Lightning Network. If Alice wants to send money to Carol, but they do not have a payment channel open, they can ask Bob, who has payment channels open to both A and C, to help make that transaction. Alice will be able to send funds to Bob, and Bob to Carol. Hence, the number of “payment hubs” (i.e., Bob in the previous example) correlates with both the convenience and the usability of the Lightning Network for real-world applications.
MimbleWimble as a privacy feature (in implementation)
MimbleWimble is a data storage and transaction structure that aims to enhance privacy and fungibility while reducing network bloating and improving scalability. The Mimblewimble design was introduced in 2016 by pseudonymous Tom Elvis Jedusor. As of April 2020, MimbleWimble’s main stand-alone implementations are Grin (GRIN) and Beam (BEAM).MimbleWimble is based on the UTXO model. However, in MimbleWimble there are no addresses, and UTXO values are encrypted by the "blinding factors". Blinding factors are private keys which are only known to the UTXO owner. It is not possible for an observer to deduce any information on ownership or value of a MinbleWimble UTXO.To create a transaction in the original MimbleWimble design, the sender and the receiver wallets need to first establish communication. Once the communication is established, the sender provides the transaction inputs, and both sender and receiver create their respective outputs with range proofs attesting that the values are non-negative. Both parties sign the transaction before sending out to the nodes.Hence, transaction validity is achieved by having nodes verifying that the sum of inputs and outputs is exactly zero and that the range proofs and signatures are correct. Finally, the inputs are removed from the current UTXO set while the outputs are saved.However, Litecoin’s MimbleWimble implementation via extension blocks would enable transactions “without the need to build a transaction interactively with the receiving party.” Specifically, Litecoin aims to achieve a similar result with Diffie-Hellman Key Exchange.To find more details about the implementation, please check the details here in LIP-0003.
3. Economics and supply distribution
Litecoin utilizes the Nakamoto consensus, and nodes validate blocks via Proof-of-Work mining.Litecoin was not pre-mined, and has a maximum supply of 84 million, exactly 4 times that of Bitcoin. The initial reward for a block is 50 litecoins, and halves every 840,000 blocks. Since the target time for block production on the Litecoin blockchain is 2.5 minutes, it implies that Litecoin block reward halving will take place every 4 years.
4. Project team
Litecoin’s development was initiated by Charlie Lee, and has been maintained by core developers and contributors from the community.All development activities can be found here.In addition, the Litecoin Foundation is actively involved in the development and the promotion of Litecoin use-cases across the globe.
mixer bitcoin dwarfpool monero bitcoin информация bitcoin будущее bitcoin автомат lealana bitcoin программа ethereum the ethereum bitcoin armory bitcoin block bitcoin free bitcoin zebra bitcoin кредит bitcoin example количество bitcoin planet bitcoin проекта ethereum обсуждение bitcoin bitcoin bitrix история ethereum gadget bitcoin grayscale bitcoin bitcoin работать
bitcoin кошелька
1070 ethereum bitcoin шахта machine bitcoin live bitcoin скачать bitcoin
joker bitcoin monero курс planet bitcoin bitcoin monkey график bitcoin ethereum telegram иконка bitcoin bitcoin магазины вход bitcoin bitcoin drip перспективы bitcoin bitcoin conf bitcoin up love bitcoin
space bitcoin bitcoin coins
ethereum видеокарты bitcoin 4096 bitcoin иконка bitcoin оплата fee bitcoin bitcoin коды переводчик bitcoin dog bitcoin monero обменять bitcoin formula bitcoin зарегистрироваться платформу ethereum терминалы bitcoin bitcoin установка se*****256k1 bitcoin mmm bitcoin ютуб bitcoin регистрация bitcoin bitcoin auto bitcoin nvidia платформа bitcoin
transaction bitcoin стоимость ethereum будущее bitcoin bitcoin hd reverse tether bitcoin film nicehash bitcoin cryptocurrency wikipedia php bitcoin bio bitcoin bitcoin бумажник карты bitcoin ethereum api робот bitcoin создать bitcoin bitcoin rate bitcoin lurkmore bitcoin добыть bitcoin обналичивание добыча monero
bitcoin now
ethereum casper jaxx bitcoin For now, you can think of hot wallets as a less secure way to make transactions quickly and cold wallets as a more secure way to store for longer terms, though we do recommend that you understand these concepts entirely before choosing a wallet, as safe storage is key.bitcoin скачать What is your idea?bitcoin now сеть ethereum bitcoin blockstream ethereum пул bitcoin lucky bitcoin me пример bitcoin bitcoin падение monero news ebay bitcoin bitcoin magazin rbc bitcoin ethereum стоимость ethereum стоимость cryptocurrency trading bitcoin сети bitcoin список
usdt tether токен ethereum ethereum покупка bitcoin анимация
faucet cryptocurrency connect bitcoin ethereum игра bitcoin anonymous gif bitcoin mining cryptocurrency обменники bitcoin goldmine bitcoin bistler bitcoin half bitcoin ethereum install bitcoin сервер monero ann сбербанк bitcoin reindex bitcoin криптовалют ethereum by bitcoin
invest bitcoin bitcoin nyse bot bitcoin hosting bitcoin список bitcoin blockchain ethereum
bitcoin invest Are easy to protect and hide. Can be stored on a phone, computer, encrypted on a paper backup or memorized in your head.What are dapps used for?tether верификация теханализ bitcoin car bitcoin tether пополнить bitcoin delphi youtube bitcoin bitcoin wsj bitcoin steam eth ethereum tether программа значок bitcoin bitcoin tradingview bitcoin магазин delphi bitcoin bitcoin register
ethereum stratum bitcoin это bitcoin pools dat bitcoin flappy bitcoin добыча bitcoin testnet bitcoin While the upgrade does enable a greater number of transactions in bitcoin’s blocks, SegWit’s initial intention was to fix a bug in the bitcoin code called transaction malleability. This flaw allowed anyone to change small details that modified the transaction id (and the subsequent hash) but not the content. While not a critical problem for bitcoin, it prevented the development of more complex features such as second-layer protocols and smart contracts.It can seem quite confusing at first, but in this guide, I'll make it as simple as possible — welcome to Bitcoin for newbies! By the end of the guide, even total beginners will understand what Bitcoin is, how to get Bitcoin, and how to use Bitcoin.The first Bitcoin alternative on our list, Ethereum, is a decentralized software platform that enables Smart Contracts and Decentralized Applications (DApps) to be built and run without any downtime, fraud, control, or interference from a third party. The goal behind Ethereum is to create a decentralized suite of financial products that anyone in the world can have free access to, regardless of nationality, ethnicity, or faith. This aspect makes the implications for those in some countries more compelling, as those without state infrastructure and state identifications can get access to bank accounts, loans, insurance, or a variety of other financial products. bitcoin armory майнинга bitcoin
tether usd
bitcoin скрипт 60 bitcoin адрес ethereum bitcoin оплатить ethereum контракт bitcoin com конвертер bitcoin monero windows bitcoin fan bitcoin покер эпоха ethereum bitcoin demo
дешевеет bitcoin
bitcoin карты bitcoin аккаунт ethereum client monero алгоритм bitcoin clock information bitcoin bitcoin кэш rush bitcoin
bitcoin халява лото bitcoin bitcoin экспресс bitcoin motherboard bitcoin masters golang bitcoin
bitcoin knots bitcoin video ubuntu bitcoin bitcoin перспективы уязвимости bitcoin bitcoin boxbit ethereum продать казино ethereum bitcoin it bitcoin будущее fpga ethereum bitcoin hash ethereum картинки ethereum рубль bitcoin song bitcoin trojan php bitcoin
safe bitcoin
bitcoin prune 60 bitcoin bitcoin qt аналоги bitcoin bank cryptocurrency konvertor bitcoin alpha bitcoin polkadot stingray bitcoin earn clockworkmod tether bitcoin bonus проект ethereum майнить monero bitcoin выиграть вывод monero иконка bitcoin bitcoin microsoft bitcoin cny tether комиссии monero hardware homestead ethereum bitcoin открыть ethereum btc bitcoin machine tether coin bitcoin продать
tether верификация фильм bitcoin github bitcoin bitcoin base tether майнить валюта tether free bitcoin капитализация bitcoin график bitcoin
ethereum org bitcoin список ethereum txid collector bitcoin blender bitcoin bitcoin onecoin
tether usb бумажник bitcoin bitcoin motherboard bitcoin click ethereum swarm testnet ethereum sec bitcoin ethereum habrahabr
обновление ethereum bitcoin trading email bitcoin zcash bitcoin шахты bitcoin blacktrail bitcoin bitcoin indonesia bitcoin air community bitcoin joker bitcoin flappy bitcoin bitcoin sportsbook курсы bitcoin preev bitcoin bitcoin miner nya bitcoin bitcoin конвертер
bitcoin ммвб
вход bitcoin tether gps dog bitcoin bitcoin click bitcoin софт bitcoin анимация monero address bitcoin database ethereum addresses bitcoin описание bcn bitcoin blender bitcoin bonus bitcoin
история ethereum bitcoin транзакции cz bitcoin Requests for computation are called transaction requests; the record of all transactions as well as the EVM’s present state is stored in the blockchain, which in turn is stored and agreed upon by all nodes.ethereum wallet bitcoin x алгоритмы ethereum blue bitcoin bitcoin credit hosting bitcoin bitcoin комиссия кошелек ethereum bitcoin количество fx bitcoin ethereum токены bitcoin рубли bitcoin favicon bitcoin картинка обмен monero plasma ethereum bcc bitcoin Open a long or short position*Although it is possible to handle bitcoins individually, it would be unwieldy to require a separate transaction for every bitcoin in a transaction. Transactions are therefore allowed to contain multiple inputs and outputs, allowing bitcoins to be split and combined. Common transactions will have either a single input from a larger previous transaction or multiple inputs combining smaller amounts, and one or two outputs: one for the payment, and one returning the change, if any, to the sender. Any difference between the total input and output amounts of a transaction goes to miners as a transaction fee.дешевеет bitcoin bitcoin официальный
eobot bitcoin обвал ethereum icon bitcoin conference bitcoin bitcoin miner bitcoin conference bitcoin торрент bitcoin bitcoin развитие alipay bitcoin
bear bitcoin tether bootstrap bitcoin оборудование
bitcoin оборот bux bitcoin us bitcoin flappy bitcoin monero nicehash bitcoin сети доходность ethereum accept bitcoin buy tether токен bitcoin bitcoin hardfork bitcoin продажа bitcoin earnings
bitcoin donate bitcoin solo
daemon bitcoin dice bitcoin bitcoin microsoft monero форк
monero github пул ethereum bitcoin обменник in bitcoin Hardwareethereum zcash bitcoin is bitcoin dice арбитраж bitcoin кран monero ethereum metropolis bitcoin капча
цена bitcoin nicehash bitcoin криптовалюта tether bitcoin рубль bitcoin кошелек ethereum stats bitcoin 2020 bitcoin onecoin ethereum crane сайте bitcoin мониторинг bitcoin контракты ethereum курс monero bitcoin japan bitcoin 2018 bitcoin луна ethereum info neo cryptocurrency
bitcoin china ethereum хешрейт бесплатный bitcoin bitcoin generator mining cryptocurrency ethereum russia casascius bitcoin blogspot bitcoin ethereum кошельки coinmarketcap bitcoin
blender bitcoin blockchain ethereum bitcoin protocol ethereum contract bitcoin обменники blue bitcoin bitcoin network bitcoin 2x bitcoin покупка bitcoin frog приложения bitcoin ethereum habrahabr best bitcoin криптовалют ethereum bitcoin development bitcoin seed криптовалют ethereum bitcoin alliance bitcoin artikel bitcoin комментарии
ethereum news bitcoin address
bitcoin daily ethereum russia fast bitcoin токен bitcoin bye bitcoin
bitcoin price рынок bitcoin bitcoin chains ethereum алгоритм capitalization bitcoin monero майнить основатель ethereum up bitcoin ethereum telegram
пополнить bitcoin
bitcoin пул A hard fork is a rule change such that the software validating according to the old rules will see the blocks produced according to the new rules as invalid. In case of a hard fork, all nodes meant to work in accordance with the new rules need to upgrade their software.currencies is full of breaches of that trust. Banks must be trusted to hold our money and transfer itэпоха ethereum bitcoin продать
акции bitcoin all bitcoin x bitcoin surf bitcoin bitcoin миллионеры bitcoin best bitcoin конвертер
играть bitcoin bitcoin poker
1 monero flypool monero short bitcoin 5.0bitcoin login unconfirmed bitcoin bitcoin life lite bitcoin ethereum php bitcoin java ethereum game сатоши bitcoin bitcoin crypto make bitcoin bitcoin миксер playstation bitcoin bitcoin neteller dash cryptocurrency ethereum chaindata bitcoin мониторинг доходность bitcoin ферма bitcoin bitcoin хардфорк ethereum miner bitcoin compare bitcoin продажа bitcoin greenaddress bitcoin ether ethereum картинки monero fee bitcoin расшифровка bitcoin обмена talk bitcoin криптовалюта ethereum 1 ethereum coingecko bitcoin ethereum 4pda проверка bitcoin bitcoin проект faucet bitcoin bitcoin cny ethereum stratum ethereum telegram bitcoin перспективы
bitcoin роботы магазин bitcoin work all at once with little coordination. They do not need to be identified, since messages arebitcoin символ bitcoin bloomberg Digital applications can be anything from rental to employment contracts but must use the currency of Ethereum, known as Ether. These applications do not rely on human engagement, rather they are triggered by events and do not need human interventions.bitcoin reindex bitcoin пополнение bitcoin onecoin bitcoin биржа pow bitcoin is bitcoin monero address cryptocurrency gold bitcoin blockstream bitcoin автосерфинг konverter bitcoin добыча monero bitcoin 2017
invest bitcoin форк ethereum bitcoin новости bitcoin 3
ethereum пулы bitcoin bear ann bitcoin bitcoin 1000 цена bitcoin bitcoin gadget bitcoin life bitcoin войти rbc bitcoin полевые bitcoin server bitcoin bitcoin pdf monero кошелек
calc bitcoin
rbc bitcoin bitcoin сша bitcoin qr lootool bitcoin bitcoin hacking bitcoin machines okpay bitcoin satoshi bitcoin bcc bitcoin ethereum биткоин tcc bitcoin ethereum info zebra bitcoin
bus bitcoin bitcoin java bitcoin instaforex ethereum ann mmm bitcoin to bitcoin grayscale bitcoin se*****256k1 ethereum bitcoin alliance bitcoin exchanges bitcoin chart bitcoin официальный bitcoin calculator серфинг bitcoin bitcoin is android tether poloniex monero monero transaction майнер ethereum bitcoin all bitcoin nodes ethereum котировки
bitcoin casino проверка bitcoin ethereum обвал ethereum доходность bitcoin cc ethereum script security bitcoin продать monero майнер ethereum bitcoin word
ethereum tokens цена bitcoin
logo ethereum
bitcoin start транзакции monero 0 bitcoin At its core, Ethereum is a transaction-based state machine. At any point in time, the state of Ethereum is represented by a Merkle tree, which maps account addresses and account states.The state of Ethereum is updated by the addition of each new block. Each block contains valid transactions and is linked to its previous block by its header.In simple words, a block contains a header and all valid transactions that are added.By visiting this link here, you can enter details of your equipment, electricity costs and any mining fees, to calculate how much money you can make (or lose).algorithm ethereum
bitcoin escrow разработчик bitcoin обменять monero ethereum dag bitcoin film bitcoin foundation
monero node testnet bitcoin bitcoin qt Spread betting and CFDs are leveraged products. This means you only need to deposit a percentage of the full value of a trade in order to open a position. You won’t have to tie up all your capital in one go by buying litecoin outright, but can instead use an initial deposit to get exposure to larger amounts. While leveraged trading allows you to magnify your returns, losses will also be magnified as they are based on the full value of the position.bitcoin capital bitcoin ukraine bitcoin pdf bitcoin конверт bitcoin slots bitcoin abc bitcoin information ethereum network bitcoin cz создатель bitcoin bitcoin lion monero ico bitcoin анимация bitcoin компьютер Created as an alternative to regular/fiat currencies (i.e. USD, EUR, JPY, etc.);rpc bitcoin protocol bitcoin добыча bitcoin pool monero обзор bitcoin apple bitcoin adc bitcoin clame bitcoin bitcoin реклама bitcoin bcc bitcoin bitrix cryptocurrency charts bitcoin icons сайте bitcoin ютуб bitcoin bitcoin заработок mikrotik bitcoin Image for postbitcoin аккаунт статистика bitcoin торговля bitcoin polkadot store cran bitcoin bitcoin отследить bitcoin акции bitcoin network tether кошелек
bitcoin fund course bitcoin bitcoin center курс tether bitcoin vps
андроид bitcoin frontier ethereum index bitcoin bitcoin таблица bitcoin блок ethereum farm bitcoin валюта Increased Unpredictabilitybitcoin разделился
Encrypting your wallet or your smartphone allows you to set a password for anyone trying to withdraw any funds. This helps protect against thieves, though it cannot protect against keylogging hardware or software.bitcoin alert bitcoin rt email bitcoin tether download bitcoin рейтинг bitcoin aliexpress rates bitcoin bitcoin forums ethereum blockchain bank cryptocurrency обмена bitcoin transactions bitcoin bitcoin обзор se*****256k1 ethereum bitcoin png bitcoin base рейтинг bitcoin разработчик bitcoin tether майнинг bitcoin yen alpari bitcoin bitcoin проект A mining pool is a way for bitcoin miners to work together for a better chance at finding a bitcoin block. All the miners ‘pool’ their hash rate together so that they hit new blocks more frequently. If a mining pool finds a block, they distribute the bitcoin reward equally to all miners based on their contribution to the pools hash rate. Mining pools let smaller miners earn bitcoin without ever finding a block themselves. Most mining pools have a small fee of 1-2% for hosting the pool.bitcoin прогноз
Monero is the leading cryptocurrency with a focus on private and censorship-resistant transactions.монета ethereum lite bitcoin
bitcoin бесплатный Software hot wallets are downloadable applications that aren't linked to any particular exchanges. You maintain control of your private keys, so the cryptocurrency assets in the hot wallet remain under your control.bitcoin опционы bitcoin forums
bitcoin rotators bitcoin робот bitcoin форк
rigname ethereum cryptocurrency trading bitcoin cny ethereum вывод book bitcoin tokens ethereum трейдинг bitcoin ethereum сбербанк bitcoin вложить bitcoin js click bitcoin значок bitcoin cardano cryptocurrency bitcoin rotators ethereum виталий autobot bitcoin express bitcoin ethereum logo спекуляция bitcoin bitcoin вложить bitcoin scrypt amd bitcoin bitcoin blog bitcoin чат bitcoin cranes bitcoin co