Author

Topic: is there any bitcoin commandline tool that give me this info without fullnode? (Read 514 times)

legendary
Activity: 2954
Merit: 4158
I need to get number of confirmation of a transaction. I know I can do this using bitcoin core but I need a tool that do not need a local copy blockchains. also I can not use any 3rd party API. it should work in linux.
Main problem there. It is quite hard if you choose not to use a third party API.

If you are facing storage constraints only, I would recommend running Bitcoin Core with pruning turned on. If not, would a SPV client suffice? Electrum provides a command line and it doesn't require much resources. That is the best I can think of.
electrum doesn't provide confirmation counts  Sad
Oops, I just noticed that. So sorry.
Quote
I would recommend running Bitcoin Core with pruning turned on
could you please explain more? thanks Cheesy
Pruning allows the older blocks to be deleted safely. They are useless after they are verified to be legit. To enable this, you can insert -prune=1000 into bitcoin.conf to enable the last 1000mb of blocks to be saved.
copper member
Activity: 17
Merit: 1
I need to get number of confirmation of a transaction. I know I can do this using bitcoin core but I need a tool that do not need a local copy blockchains. also I can not use any 3rd party API. it should work in linux.
Main problem there. It is quite hard if you choose not to use a third party API.

If you are facing storage constraints only, I would recommend running Bitcoin Core with pruning turned on. If not, would a SPV client suffice? Electrum provides a command line and it doesn't require much resources. That is the best I can think of.
electrum doesn't provide confirmation counts  Sad
Quote
I would recommend running Bitcoin Core with pruning turned on
could you please explain more? thanks Cheesy
legendary
Activity: 2954
Merit: 4158
I need to get number of confirmation of a transaction. I know I can do this using bitcoin core but I need a tool that do not need a local copy blockchains. also I can not use any 3rd party API. it should work in linux.
Main problem there. It is quite hard if you choose not to use a third party API.

If you are facing storage constraints only, I would recommend running Bitcoin Core with pruning turned on. If not, would a SPV client suffice? Electrum provides a command line and it doesn't require much resources. That is the best I can think of.
copper member
Activity: 17
Merit: 1
I need to get number of confirmation of a transaction. I know I can do this using bitcoin core but I need a tool that do not need a local copy blockchains. also I can not use any 3rd party API. it should work in linux.
Jump to: