Bitcoin Forum
May 12, 2024, 05:40:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Need Help with setting up Bitcoin Explorer  (Read 165 times)
gladiator9120 (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile WWW
July 07, 2018, 06:25:56 AM
 #1

Hello,

I have Bitcoind and Bitcoin-cli setup on my Ubuntu and it is working perfectly fine.

However, I am researching on some serious bitcoin trends during a specific period. Let's say I want to see transaction volume between specific period, day wise. Is there anyway, I can do it ?

Any help will be appreciated.

Thanks.
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
July 07, 2018, 06:36:48 AM
 #2

You cannot just query for all transactions with some given parameter, bitcoind does not work like that. Bitcoind is not a block explorer and is not meant to be one. What you can do is request for specific blocks (and transactions if you have enabled the transaction index). So you can get the blocks around the timepan that you want and get the transactions from there to analyze.

gladiator9120 (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile WWW
July 07, 2018, 06:48:11 AM
 #3

Thanks, got your point.

What you can do is request for specific blocks (and transactions if you have enabled the transaction index)

Can you please explain in brief how to enable transaction index ?

So you can get the blocks around the timepan that you want and get the transactions from there to analyze.


If you can guide a little how to get specific blocks from time span
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
July 07, 2018, 07:00:54 AM
 #4

What you can do is request for specific blocks (and transactions if you have enabled the transaction index)
Can you please explain in brief how to enable transaction index ?
You need to start bitcoind using the -txindex=1 commandline argument (or add txindex=1 to your bitcoin.conf file)

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
gladiator9120 (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile WWW
July 07, 2018, 07:26:31 AM
 #5

Thanks a lot Sir !
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!