What are the realistic system requirements to run bitcoin core for generating wallets, signing and verifying messages on a laptop?

0

I need to be able to verify messages and check that funds in wallets are valid and that the claimed owner possesses the private keys (hence checking messages signed).

I know that I need to be able to download and sync the whole blockchain so I will be getting at least a 1TB HDD.

Are there any other things that would be really needed to run it smoothly? I was thinking of a laptop with an i7-6700HQ processor and 16GB of ram.

Will this cut it?

John Murphy

Posted 2018-05-02T14:34:56.763

Reputation: 145

Answers

1

You can just use the pruning, which lowers the required storage size to 550 MB. Other than that, you don't need a strong computer. It can run on a Raspberry Pi 3 B+ without any problems (but it won't be able to keep a full mempool).

MCCCS

Posted 2018-05-02T14:34:56.763

Reputation: 5 827

0

Yes that laptop will work. Realistically it could be run on an i3 with 4GB of ram, provided the storage is enough.

russ wentz

Posted 2018-05-02T14:34:56.763

Reputation: 1

0

It runs without problems on my old laptop - i7-4712MQ with 8gb ram. I guess it will run even on i3 with 4gb ram, but I haven't tried it. The disk space is important. The chain is around 200gb and will increase.

Спас Вутов

Posted 2018-05-02T14:34:56.763

Reputation: 1