``rawr has quit [Quit: Connection closed for inactivity]
nelisky has quit [Quit: nelisky]
sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar-dev
[7] has quit [Disconnected by services]
TheSeven has joined #stellar-dev
koolhead17 has joined #stellar-dev
koolhead17 has quit [Changing host]
koolhead17 has joined #stellar-dev
koolhead17 has quit [Ping timeout: 272 seconds]
gst has quit [Quit: leaving]
gst has joined #stellar-dev
gst has joined #stellar-dev
gst has quit [Changing host]
<stellar-slack>
<connorleech> here are some crypto challenges a friend recommended to me: http://cryptopals.com/
<stellar-slack>
<eva> hey @connorleech :simple_smile: wow, this is great - love that it's for complete beginners to crypto
<stellar-slack>
<dzham> it gets advanced rather quickly
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
alty has quit []
alty has joined #stellar-dev
kushed has quit [*.net *.split]
kushed has joined #stellar-dev
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
skeuomorf has joined #stellar-dev
pixelbeat has joined #stellar-dev
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
skeuomorf has quit [Ping timeout: 245 seconds]
skeuomorf has joined #stellar-dev
skeuomorf is now known as Guest28275
Guest28275 is now known as skeuomorf
skeuomorf has quit [Changing host]
skeuomorf has joined #stellar-dev
nelisky has joined #stellar-dev
koolhead17 has joined #stellar-dev
skeuomor1 has joined #stellar-dev
skeuomorf has quit [Ping timeout: 276 seconds]
<stellar-slack>
<donovan> Could someone please provide an example stellar-core.cfg file that works out the box? Using the latest master I can’t sync an get the following repeated entries in the log:
<stellar-slack>
```2015-05-21T13:32:02.981 b4b42b [139676393289536] [Ledger] INFO Catchup awaiting checkpoint (ETA: 10 seconds), buffering close of ledger 60944
<stellar-slack>
<donovan> Oh wait, it seems to have found some history now, guess you just have to leave it running for some minutes before the s3 url gets something to share...
<stellar-slack>
<donovan> Still, a plain and simple config in the docs directory for running against testnet without commented out lines would be a great help :simple_smile:
pixelbeat has quit [Ping timeout: 244 seconds]
pixelbeat has joined #stellar-dev
<stellar-slack>
<donovan> ```sqlite> select count(*) from LedgerHeaders;
<stellar-slack>
103
<stellar-slack>
sqlite> select count(*) from Accounts;
<stellar-slack>
68
<stellar-slack>
sqlite> select count(*) from txhistory;
<stellar-slack>
0```
<stellar-slack>
<donovan> How do you get hold of the full history?
<stellar-slack>
<matschaffer> add `CATCHUP_COMPLETE=true` I believe
<stellar-slack>
<matschaffer> or at least not entirely working
<stellar-slack>
<donovan> Well, I suppose the question is if it’s actually worth testing stellar-core out yet? Don’t want to waste my time banging my head if it’s not ready :simple_smile:
<stellar-slack>
<matschaffer> if you want to get your hands into the code go for it, but it’s still too early to expect anything that “just works"
<stellar-slack>
<donovan> I kind of want to get my hands deep into the data and not the code. No data, no fun :simple_smile:
<stellar-slack>
<matschaffer> yeah, we reset data pretty regularly still so I wouldn’t do anything too interesting with it
<stellar-slack>
<donovan> Well, it’s not the actual data, as such, but the format of the data. If I can’t get a full db, there’s not much point yet...
<stellar-slack>
<matschaffer> you can confirm the sync behavior once the rest of the core folks are online (shouldn’t be long now) - but it sounds to me like it’s early for what you’re trying to do with it
<stellar-slack>
<matschaffer> I’m thrilled when the nodes actually talk to each other right now. Full data would be mind-blowing
koolhead17 has quit [Remote host closed the connection]
nelisky has quit [Quit: nelisky]
<stellar-slack>
<donovan> Interesting feature of rethinkdb is change feeds:
DomKM has quit [Quit: Connection closed for inactivity]
nelisky has joined #stellar-dev
pixelbeat has joined #stellar-dev
nelisky has quit [Quit: nelisky]
<stellar-slack>
<jed> richie: yeah bringing it back up now. The other issue was fixed. and we know what went wrong here so hopefully it will be smooth after this