time.google.com
time1.google.com
time2.google.com
time3.google.com
| @echo off | |
| REM use this file to run the powershell script bypassing the policy restrictions | |
| PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1'" | |
| pause |
| # bitcoin.conf configuration file. Lines beginning with # are comments. | |
| # Network-related settings: | |
| # Run on the test network instead of the real bitcoin network. | |
| #testnet=0 | |
| # Connect via a socks4 proxy | |
| #proxy=127.0.0.1:9050 | |
| ############################################################## |