Skip to content

Instantly share code, notes, and snippets.

@weex
Created January 6, 2016 23:55
Show Gist options
  • Save weex/c8ddfe0c4b4a61a00dc0 to your computer and use it in GitHub Desktop.
Save weex/c8ddfe0c4b4a61a00dc0 to your computer and use it in GitHub Desktop.
Syncing Bitcoin Core on the 21BC
twenty@bitcoin-computer-i7ju:~/code/up$ time bitcoin-cli getinfo && date
{
"version" : 110000,
"protocolversion" : 70002,
"blocks" : 333173,
"timeoffset" : -2,
"connections" : 8,
"proxy" : "",
"difficulty" : 40007470271.27126312,
"testnet" : false,
"relayfee" : 0.00001000,
"errors" : ""
}
real 0m2.481s
user 0m0.070s
sys 0m0.000s
Sun Dec 27 09:10:33 UTC 2015
twenty@bitcoin-computer-i7ju:~/code/up$ time bitcoin-cli getinfo && date
{
"version" : 110000,
"protocolversion" : 70002,
"blocks" : 354402,
"timeoffset" : -5,
"connections" : 8,
"proxy" : "",
"difficulty" : 47610564513.47126007,
"testnet" : false,
"relayfee" : 0.00001000,
"errors" : ""
}
real 0m13.928s
user 0m0.030s
sys 0m0.040s
Wed Dec 30 06:37:36 UTC 2015
twenty@bitcoin-computer-i7ju:~/code/up$ time bitcoin-cli getinfo && date
{
"version" : 110000,
"protocolversion" : 70002,
"blocks" : 374721,
"timeoffset" : -4,
"connections" : 8,
"proxy" : "",
"difficulty" : 56957648455.01000977,
"testnet" : false,
"relayfee" : 0.00001000,
"errors" : ""
}
real 0m15.961s
user 0m0.030s
sys 0m0.040s
Sun Jan 3 03:39:21 UTC 2016
twenty@bitcoin-computer-i7ju:~/code/up$ time bitcoin-cli getinfo && date
{
"version" : 110000,
"protocolversion" : 70002,
"blocks" : 389244,
"timeoffset" : -5,
"connections" : 7,
"proxy" : "",
"difficulty" : 93448670796.32380676,
"testnet" : false,
"relayfee" : 0.00001000,
"errors" : ""
}
real 0m9.334s
user 0m0.030s
sys 0m0.040s
Wed Jan 6 23:50:51 UTC 2016
twenty@bitcoin-computer-i7ju:~/code/up$ time bitcoin-cli getinfo && date
{
"version" : 110000,
"protocolversion" : 70002,
"blocks" : 389247,
"timeoffset" : -5,
"connections" : 8,
"proxy" : "",
"difficulty" : 93448670796.32380676,
"testnet" : false,
"relayfee" : 0.00001000,
"errors" : ""
}
real 0m26.865s
user 0m0.040s
sys 0m0.040s
Wed Jan 6 23:52:11 UTC 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment