Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [raw-data]

should be used for questions related to raw data

1 vote
2 answers
95 views

Is it possible/feasible for nodes to redact information (for example inappropriate images) in their blockchain and remain part of the network?

With the freedom to run nodes being critical to bitcoin's success, I'm concerned that if someone successfully writes highly inappropriate or abhorrent information/images as a valid transaction then ...
evo_race's user avatar
4 votes
1 answer
251 views

BIP324 encrypted packet structure

I recently saw the BIP 324 proposal. It shows us there can be some privacy enhancement by using ECDH secrets and encryption algorithms such as ChaCha20 and AEAD-ChaCha20-Poly1305. The proposal ...
Loopite's user avatar
  • 301
0 votes
0 answers
283 views

Full explanation of what Electrum Server / Electrs does for data availability?

I am working on an on-chain data model in a corporate data warehouse setting. All data must live on an internal system where it can be easily joined to other datasources, and support a variety of ...
sha2fiddy's user avatar
0 votes
1 answer
236 views

How to get UTXOs Data from the network Using python?

I want to have the Bitcoin Network UTXOs only for a data analysis project and the purpose is visualization of the time series of 1>BTC wallets . how can I do it using python ? ( or is there any ...
user143828's user avatar
0 votes
2 answers
2k views

How to decrypt an encrypted private key

"addr": "193BiCSPG1fJzU4JSLhi4tvXUQ6Qr6kLiq", "compressed": false, "encrypted_privkey": "...
BUTCHER's user avatar
0 votes
1 answer
48 views

Don't have full block data on my full node

I am revising my blockchain parser and I'm encountering an issue where I only have block headers but not the corresponding block data on my machine for blocks past a certain height (on my machine it ...
John Ratcliff's user avatar
0 votes
0 answers
36 views

How to display {block number} instead {date value} on Wordpress posts?

Ideally, the goal is to show the block number (ie: 782667) instead of the date value (ie: 26 March 2023 4:44PM CT) on all wordpress posts and pages that currently display it. There's maybe a script we ...
SuperAtic's user avatar
  • 131
0 votes
1 answer
53 views

Can we have more than one address in transaction inputs and outputs addresses attribute?

In the transaction data of bitcoin can we have more than one address element in adresses attribute of inputs and outputs of a transaction.
Sherjil Malik's user avatar
2 votes
1 answer
182 views

Raw data vs information encoded in OP_RETURNs

Imagine I want to fill the 80 bytes of OP_RETURN data with zeroes, so that the resulting data is 640 bits set to 0, or 160 hex digits set to 0. The data is 640 bits but the information encoded is much ...
Son Kaos999's user avatar
1 vote
2 answers
522 views

Analyse huge amount of blockchain data

I am trying to go over all transactions data from every block on the bitcoin blockchain from the previous 4 years. With almost 2k transaction per block, it will take a lot of queries per block. I have ...
Jose's user avatar
  • 11
0 votes
1 answer
85 views

How much bitcoin in Canada?

How much bitcoin in Canada? Are there any sources of data or sites where it says how much bitcoin is in Canada or how many wallet addresses are Canada based?
eddie's user avatar
  • 105
6 votes
1 answer
546 views

What is the different between CompactSize and VarInt encoding?

Pieter Wuille's definition of CompactSize encoding seems to match Greg Walker's definition of VarInt encoding, yet the BitcoinWiki claims that CompactSize is not to be confused with VarInt. What, if ...
drogos86's user avatar
  • 147
3 votes
1 answer
226 views

Is there evidence for lack of stale blocks?

There was a recently published academic paper "Bitcoin’s limited adoption problem" which used a statistic that the network latency is around 15 seconds. Obviously, this is not true: One can ...
MicahW's user avatar
  • 81
2 votes
2 answers
159 views

What are bitcoin Pool APIs?

I contacted a website and asked them where they get their data for crypto like Bitcoin, as I am trying to find the place for the most up to date and reliable data on Bitcoin and other crypto. They had ...
Joe's user avatar
  • 63
0 votes
1 answer
49 views

How do we make sure we don't lose some data permanently?

If my understanding is correct, the blocks, transactions and other data are stored in a decentralized way. Even though the full nodes exist they may not have the complete data and it may be fail/...
matrixisreal's user avatar

15 30 50 per page
1
2 3 4 5
9