Post
Topic
Board Development & Technical Discussion
Re: How to speed up json/rpc calls ? to bitcoin core
by
btctousd81
on 23/08/2019, 01:45:06 UTC
for those, who are really looking to speed up data.

for my another project , what i did is , i modified bitcoin-core files and added my custom code., it was fucking pain in the ass for me, as i was noob in c,c++ but with the help of friend and some online tuts, i managed to do what i wanted.

you need to do the same.

its performance is way better than json rpc calls.