i have linux dedicated server., its working as full node.,
no pruning, all the blk files are downloaded and up to date.
now i have windows machine at my home.
what is the best way to move all required files for working bitcoin-core on my windows machine.,
so after installing bitcoin-core on windows , it wont download all the blk files again.
i have these directories and files on my linux machine.,
[root@.bitcoin]# ls -lah
total 30M
drwxr-xr-x 5 root root 4.0K Oct 26 10:43 .
drwx------ 27 deploy deploy 4.0K Oct 15 22:05 ..
-rw------- 1 root root 37 Oct 25 05:43 banlist.dat
-rw------- 1 root root 5 Oct 16 10:26 bitcoind.pid
drwx------ 3 root root 68K Oct 25 17:01 blocks
drwx------ 2 root root 56K Oct 26 10:44 chainstate
drwx------ 2 root root 4.0K Oct 16 10:26 database
-rw------- 1 root root 0 Oct 12 22:56 db.log
-rw------- 1 root root 24M Oct 26 10:48 debug.log
-rw------- 1 root root 243K Oct 16 10:26 fee_estimates.dat
-rw------- 1 root root 0 Aug 9 10:00 .lock
-rw------- 1 root root 112K Oct 16 10:26 mempool_not_needed.dat
-rw------- 1 root root 4.3M Oct 26 10:43 peers.dat
-rw------- 1 root root 1.4M Oct 26 10:26 wallet.dat
what is bare minimum requirement for running bitcoin-core ?
so that i can create a zip of those files and directories and download on my windows machine., and act like full node within few minites.,
i am doing this, because i am on slow connection/8 mbps at home and on top of that it has usage limit per month 100 gigs.,
thanks for your time.,
have any of you tried something like this ?