Bitcoin Forum
May 02, 2024, 03:19:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / JSON-RPC step-by-step, help? on: October 20, 2019, 08:35:15 AM
Hello everyone.

Is there any step-by-step for JSON-RPC?

I have set up the .conf file:
server=1
rpcuser=bitcoin
rpcpassword=bitcoin

but I am completly lost what to do next, how to connect to it etc. Anyone?
2  Bitcoin / Development & Technical Discussion / Re: blkXXXX.dat to csv [blockchain parser] on: October 18, 2019, 12:30:30 PM
The thing is i set the direction correctly but it auto-adds the r .
Try to set it after closing local-blockchain-parser and all of its background process(es).

Quote from: Sinsix
When I delete it it says wrong path...
Of course it will, there will be no dat file directory.
If just the "r", I have no other idea aside from you've given the wrong path.

I haven't used that parser but you need to know that most of them are incapable of parsing blk.dat files with SegWit data in it.
Somewhere around blk00971.dat+.

nah nothing works... I need the blockchain to json to csv for future analytic work but I keep failing to do so I would pay with gold for anything that works
3  Bitcoin / Development & Technical Discussion / Re: blkXXXX.dat to csv [blockchain parser] on: October 18, 2019, 07:23:33 AM
EDIT: I have tried this https://github.com/spooktheducks/local-blockchain-parser but I am getting problem

You might have written an extra "r" to your Bitcoin blocks directory during the initial setup of the parser.
There shouldn't be any "r" folder there unless you've created one and moved your blocks dir.
According to the "readme", you can change it by editing the "wlff-blockchain.json" file from local-blockchain-parser's installation directory.

The thing is i set the direction correctly but it auto-adds the r . When I delete it it says wrong path...
4  Bitcoin / Development & Technical Discussion / blkXXXX.dat to csv [blockchain parser] on: October 17, 2019, 07:39:44 PM
Hello.

I want to parser all blkXXXX.dat to json and then to csv to make my own database for analytic work but I just keep failing. I wonder if there is anyone to help me. I would be very grateful.

Looking for blockchain parser for windows10

EDIT: I have tried this https://github.com/spooktheducks/local-blockchain-parser but I am getting problem
5  Bitcoin / Development & Technical Discussion / Re: How to export entire bitcoin blockchain into database on: October 17, 2019, 02:49:06 PM
I would like to have a excel or csv database with adresses and transactions between them.

EDIT: Actually I have found a way how to do it but first of all I need to parse blk.dat from bitcoin core to JSON then JSON to csv but can't find proper JSON parser for win10
6  Bitcoin / Development & Technical Discussion / How to export entire bitcoin blockchain into database on: October 16, 2019, 06:31:15 PM
Hello. I wonder if it's possible to export entire blockchain to this date or specific date into some kind of database for example excel. Adresses, transactions, balance etc. Thank you for your answer.
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!