Alec Matusis
Alec Matusis
When I click in the code in Firefox, I get an orange rectangular blinking cursor (instead of vertical line cursor in Chrome). And when i type, sometimes instead of characters...
Hi. When I initialize `aiocurl` and make a first request, the CPU as shown on `top` is 100% and the process' status is R (running). This does not happen during...
I am trying to verify transaction [`055707ce7fea7b9776fdc70413f65ceec413d46344424ab01acd5138767db137 input 1`](https://blockstream.info/tx/055707ce7fea7b9776fdc70413f65ceec413d46344424ab01acd5138767db137?expand) with ``` btcdeb -s 1 --tx=3000000:0100000002cbbc32acfd347fcc5b2466974c12be20eb15495be50b8b6dfa3e4e88c0823beb000000006a47304402205e9e74f93f6aa1b095bbe124be0be95aeca52ebe91f214c86febe512b26c827c0220379ee83416df7c2adc753b5eefe61e7aef10ec208b549a249b6006e8009a0e210121031dd6da443782f1099b0ed98060b9ee1b81cd2392e938d23015749625c7dd0470ffffffffcbbc32acfd347fcc5b2466974c12be20eb15495be50b8b6dfa3e4e88c0823beb010000007000483045022013187aed1aeaaca0ca8a7c0e4f6362070208e68a5230c7a3cf65d922da19964802210082ac0719fd2be6c40b550791a96449e6bf1f70ed9492f88e825416c099d36b2601ab51210232abdc893e7f0631364d7fd01cb33d24da45329a00357b3a7886211ab414d55a51aeffffffff02903a1c00000000001976a914f7d46c08dd53bc6bbb52178d60b3fc99a9c1fb8788acc0c62d000000000017142a9bc5447d664c1d0141392a842d23dba45c4f13b17500000000 --txin=01000000024de8b0c4c2582db95fa6b3567a989b664484c7ad6672c85a3da413773e63fdb8000000006b48304502205b282fbc9b064f3bc823a23edcc0048cbb174754e7aa742e3c9f483ebe02911c022100e4b0b3a117d36cab5a67404dddbf43db7bea3c1530e0fe128ebc15621bd69a3b0121035aa98d5f77cd9a2d88710e6fc66212aff820026f0dad8f32d1f7ce87457dde50ffffffff4de8b0c4c2582db95fa6b3567a989b664484c7ad6672c85a3da413773e63fdb8010000006f004730440220276d6dad3defa37b5f81add3992d510d2f44a317fd85e04f93a1e2daea64660202200f862a0da684249322ceb8ed842fb8c859c0cb94c81e1c5308b4868157a428ee01ab51210232abdc893e7f0631364d7fd01cb33d24da45329a00357b3a7886211ab414d55a51aeffffffff02e0fd1c00000000001976a914380cb3c594de4e7e9b8e18db182987bebb5a4f7088acc0c62d000000000017142a9bc5447d664c1d0141392a842d23dba45c4f13b17500000000 ``` It's an old transaction that has a signature in the output with the...
I left the basic [README websocket example](https://github.com/crypto-crawler/crypto-crawler-rs/tree/fb7b102190b7bb4eebafffb8ecddd184672d051f/crypto-ws-client#readme) running for a few days, and then `ECONNRESET 104 Connection reset by peer` occurred and websocket disconnected. After that ping/pongs were failing but...
I am using the following code (collected from your examples): ```rust 1 use crypto_crawler::{crawl_trade, MarketType}; 2 3 #[tokio::main(flavor = "multi_thread")] 4 async fn main() { 5 let (tx, rx) =...
I created and successfully mined a `regtest` network transaction that spent two p2tr script-path outputs. The scripts where 1 of 2 multisigs: ``` DESCRIPTOR_VOUT0="tr($UNSPENDABLE_BIP341,multi_a(1,0327adc7f1cde671f02a01e39b33754d480a42670f95f951d9fb72f84aee5d7878,021856595019d8211e061b91911357cee2b9e683aa023a2744245fb05b7893a812))" DESCRIPTOR_VOUT1="tr($UNSPENDABLE_BIP341,multi_a(1,028d8b9b2d93fd38c31005b05bc1c60e95cf5068a665360516685ce65d66819b86,021856595019d8211e061b91911357cee2b9e683aa023a2744245fb05b7893a812))" ``` The transaction was accepted...