<stellar-slack> <lab> the stellard network is stuck
<stellar-slack> <jed> lab: what do you mean?
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
<stellar-slack> <lab> jed: my mistake. it was ok.
<stellar-slack> <sacarlson> @buhrmi: I guess you changed something or I'm just more sober now than I was last night, as your federated account system is now working on your http://open-core.meteor.com site.
<stellar-slack> <buhrmi> can you make an offer from this address? GDJUIEGLARHHM6IVNFEMV5HRX3A2CQV4YVRYUB5FEHDSBVAFENPKRHBA
<stellar-slack> <sacarlson> oh is that my account?
<stellar-slack> <buhrmi> i don't know lol
<stellar-slack> <sacarlson> yes that's mine. I'm not sure what assets it's holding
<stellar-slack> <sacarlson> but I guess the rules are different on this network at it seems I can issue and offer at the same time
<stellar-slack> <sacarlson> I guess I can offer to sell anything as me being the issuer but can't ask to buy anything with anything other than native
<stellar-slack> <buhrmi> yeah
<stellar-slack> <sacarlson> forgot to start my stellar-core
<stellar-slack> <sacarlson> I had power problems yestarday was shut down many times
<stellar-slack> <sacarlson> I'm about to send an offer for CHP
<stellar-slack> <sacarlson> ETA: 303 seconds before my core catches up
<stellar-slack> <sacarlson> I'm selling CHP for USD
<stellar-slack> <sacarlson> I'm not sure how to setup offers with native as I don't know what to enter for issuer. I'm not sure my code is presently setup for it
<stellar-slack> <buhrmi> cool if it works your offer show up with your account name rather your address
<stellar-slack> <sacarlson> IC
<stellar-slack> <sacarlson> am I the only one that can setup offers?
<stellar-slack> <buhrmi> i want it to be like a public place to look up names that belong to an address or vice versa
<stellar-slack> <sacarlson> so does your site make sure there can't be two people with the same address name?
<stellar-slack> <buhrmi> no
<stellar-slack> <buhrmi> there can be two sacarlsons
<stellar-slack> <sacarlson> what good this authentication if you can have more than one of them
<stellar-slack> <sacarlson> of offer sent
<stellar-slack> <buhrmi> well on facebook there are also multiple names...
<stellar-slack> <buhrmi> names arent unique
<stellar-slack> <sacarlson> strange don't see my transaction come up on your site
<stellar-slack> <sacarlson> did I forget something?
<stellar-slack> <buhrmi> i dont know... i DO see a manageOffer tx but looks like it didnt do anything
<stellar-slack> <sacarlson> I've only just started running with postgres maybe that changed something
<stellar-slack> <sacarlson> only result I see is {"status"=>"PENDING"}
<stellar-slack> <buhrmi> maybe trustlines are missing?
<stellar-slack> <sacarlson> can't seem to open the postgress db to view it
<stellar-slack> <buhrmi> i dont know
<stellar-slack> <sacarlson> oh ya maybe it has the same rules that you can't issue direct to offer like the old stellard
<stellar-slack> <sacarlson> but I saw the other offer TEST that I didn't see any but now I see he used native I guess in his offer so didn't need
<stellar-slack> <sacarlson> so I will have to issue something to my account before I can offer it
<stellar-slack> <sacarlson> I verified I don't see my order in db
<stellar-slack> <sacarlson> oh wow I just realized my code is now broken with this database as I'm now looking at sqlite for the sequence number for the accounts
<stellar-slack> <sacarlson> that's no longer being updated with my stellar-core now updateing postgres so I have to integrate that into my code
Kwelstr has quit [Ping timeout: 244 seconds]
de_henne has joined #stellar-dev
<stellar-slack> <buhrmi> Haha
<stellar-slack> <buhrmi> Yeah at one point I wanna add functionality to create offers and trust thru the website
<stellar-slack> <sacarlson> I'm sure you will
<stellar-slack> <buhrmi> Need to figure out a user-friendly way to do that without forcing to enter the secret seed
<stellar-slack> <buhrmi> Maybe have a separate app outside of the browser to sign operations and transactiions
<stellar-slack> <sacarlson> good idea for those that lack trust just a small app
<stellar-slack> <sacarlson> cut and paste
<stellar-slack> <sacarlson> I have most of my functions working again accept for makeing offers. it returns {"status"=>"PENDING"} but I don't see it apear in the offers table
<stellar-slack> <sacarlson> txid=e942cd69481eb955c52f6629a7a3bbd60f12dc1011fcfea271bbdceaadd74bdc
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
de_henne has quit [Remote host closed the connection]
Kwelstr has joined #stellar-dev
<stellar-slack> <sacarlson> I find now I still get "state" : "Joining SCP" this problem almost every 24 hours
<stellar-slack> <sacarlson> now even when I use postgres so I think it's due to my isp changing my ip address it losses it and never resyncs
<stellar-slack> <buhrmi> maybe the app can't handle ip changes while it's running
<stellar-slack> <sacarlson> seems not but a simple reset fixes it
<stellar-slack> <sacarlson> so I will have to write a side proccess that monitors sync and auto resets it when needed