Bitcoin Forum
August 15, 2024, 11:28:00 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: [For Developers] n0nce's Bitcoin Testnet Faucet [~10 tBTC] on: January 18, 2024, 09:59:31 PM
Amount: <1 tBTC>
Address: <tb1pfwll8ljp39yyvtyvta8d6yyrxsgq6fmzyppkfwaem72vvvg2wd7qy80rt5>
Project: <SatoshiVM Dex>

I need a total of 1 BTC for our DEx project built on BRC20. I would be very grateful if you could help. Our time is limited.
2  Bitcoin / Bitcoin Technical Support / Re: Unsuccessful Bitcoin Script Execution: Seeking Assistance on: September 17, 2023, 02:11:06 PM
Thanks so much for your help. I have one last question. I've been reading a lot for days and I'm so confused, I can't think logically. Do I need to enter witness information in this new transaction I am sending, or is it enough to just enter the scriptPubKey? If I need to be a witness, what do Item 1 and Item 3 represent in the example you gave? And finally, I would like to point out this: The script I use creates a new wallet for each new minting transaction. Do I need the private key of these wallets to resend unexecuted outputs from the main transaction as we discussed? Or is it enough to use my own wallet's private key which performs the main transaction with 500 outputs? And finally, as an example, can you show me how to generate the raw code for just one of these operations? Thank you very much for your support.
3  Bitcoin / Bitcoin Technical Support / Unsuccessful Bitcoin Script Execution: Seeking Assistance on: September 14, 2023, 08:54:55 AM
I attempted to mint SATS tokens on the Bitcoin network using the Ordinals protocol and BRC20 standards by utilizing an intermediary software written in the Go language. I made no adjustments to the software and it likely sent raw data directly. My intention was to execute 500 repetitive minting transactions without being aware of the 25 transaction limit.

However, I encountered the following error:

"Send error, reveal send error, 25 transaction hashes could not be parsed, sendrawtransaction RPC error: {"code":-26,"message":"too-long-mempool-chain, too many descendants for tx 369a184f3e941a501b99a2865f6c1db09f39af379ef8c63fb52689e37e3376a7 [limit: 25]"}: maximum hash string length is 64 bytes."

As a result of this error, only 25 out of my 500 transactions were successful in executing the Bitcoin command. The remaining 475 transactions did not consume the sent ‎0,00002914 btc, and consequently, the tokens I minted did not reach me.

Is there anything I can do for Bitcoin script that did not fulfill their task? https://mempool.space/tx/369a184f3e941a501b99a2865f6c1db09f39af379ef8c63fb52689e37e3376a7
4  Bitcoin / Bitcoin Technical Support / Transaction Confirmations Discrepancy and Missing SATS Tokens on: September 08, 2023, 12:20:05 PM

Hello BitcoinTalk community,

I've encountered a perplexing issue with a recent transaction and I'm hoping to get some insights or assistance from the knowledgeable members here.

**Background:**
I executed a series of transactions directly from a node using this script: https://github.com/codeunsolved/brc20tool I've used this script multiple times in the past without any hitches.

**Details:**
- **BTC Payment Address:** `bc1p8welxq7lx55ane5nhcwfe00k6k6c9m5lty3crnvhwlnalykz2srqhm38zr`.
 
- **Transaction ID:** https://mempool.space/tx/369a184f3e941a501b99a2865f6c1db09f39af379ef8c63fb52689e37e3376a7
On mempool, the transaction seems to have over 300 confirmations. However, decoding the HEX indicates 0 confirmations, suggesting it hasn't been included in any block. I attempted to mint SATS tokens 500 times in one go, but only 20 reached my address. The intermediary BTC was transferred correctly, but it seems there's a hiccup in the processing.

**HEX Snippet:**

```
Code:
],
"block_height": -1,
"block_index": -1,
"confirmations": 0,
"double_spend": false,
"fees": 367829,
"hash": "369a184f3e941a501b99a2865f6c1db09f39af379ef8c63fb52689e37e3376a7",
"inputs": [
```

**Ordinals Link:**
https://ordinals.com/tx/369a184f3e941a501b99a2865f6c1db09f39af379ef8c63fb52689e37e3376a7

Has anyone experienced something similar or can shed some light on what might be happening? Any guidance or suggestions would be greatly appreciated.

Thank you in advance for your time and assistance.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!