To configure Bitcoin Core and use RPC over LAN, you need to make the following setup:1. Start bitcoind with the command: bitcoind -rpcbind=0.0.0.0 -rpcallowip=192.168.1.0/242. Set the RPC password in the bitcoin.conf file3. Verify that curl connects successfully to the server from a Windows machine on the LAN