bitcoin-cli getinfo
{
"version": 120100,
"protocolversion": 70012,
"walletversion": 60000,
"balance": 0.00000000,
"blocks": 377559,
"timeoffset": -5,
"connections": 10,
"proxy": "",
"difficulty": 60813224039.44035,
"testnet": false,
"keypoololdest": 1486652066,
"keypoolsize": 101,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"errors": ""
}
There is no bitcoin.conf file
The transactions in the beginning of the debug log look like this:
2017-02-09 14:54:35 UpdateTip: new best=000000002e76e88e6ca526f324505fae2cc8245af31e92279f031a6019270512 height=145 log2_work=39.189847 tx=146 date=2009-01-11 17:08:20 progress=0.000000 cache=0.0MiB(145tx)
2017-02-09 14:54:35 UpdateTip: new best=000000006e7fe1ebbae18fd9ea0c8b696f1fec8e5de738ef47af1299374a081c height=146 log2_work=39.199694 tx=147 date=2009-01-11 17:14:35 progress=0.000000 cache=0.0MiB(146tx)
2
Now they look like this (2 days 5 hours later):
2017-02-11 19:37:08 UpdateTip: new best=000000000000000010a3471f31dee73dd3dae6cc6ad3e3b777cf345944e64c81 height=378020 log2_work=83.447492 tx=87028389 date=2015-10-08 16:58:15 progress=0.661854 cache=8.9MiB(1683tx)
2017-02-11 19:37:14 UpdateTip: new best=000000000000000010817d21730f70439213848cca0662384b5a9093ce6674de height=378021 log2_work=83.44752 tx=87029928 date=2015-10-08 17:14:05 progress=0.661865 cache=16.7MiB(5837tx)
2017-02-11 19:37:20 UpdateTip: new best=00000000000000000baf6e3006fd05a1c5dbca3d430012180f8098cbe8b8ce22 height=378022 log2_work=83.447549 tx=87031804 date=2015-10-08 17:33:24 progress=0.661879 cache=27.4MiB(10803tx)
2017-02-11 19:37:26 UpdateTip: new best=00000000000000000ffea82eaf0ea92f0c00a3a55e6e954da211a4afb8ff1326 height=378023 log2_work=83.447577 tx=87033392 date=2015-10-08 17:36:26 progress=0.661886 cache=31.7MiB(14785tx)
The config file is stored separately but is no longer needed. It was probably either an error or corrupted block chain that made it resync.