How to create (many address)/receive/send bitcoin without download blockchain?

0

I need to create a lot of address on my wallet to get bitcoin. Check balance and make transfers.

I do not have a hard disk of 200 GB, can I use bitcoin without downloading the blockchain?

Need implementation on NodeJS, or at the command line.

Art Pip

Posted 2018-06-17T20:44:40.537

Reputation: 101

Answers

0

mkdir .bitcoin
echo "prune=600" >> .bitcoin/bitcoin.conf
bitcoind --daemon

And blockchain not more 600 MB

Art Pip

Posted 2018-06-17T20:44:40.537

Reputation: 101