lewkow has quit [Remote host closed the connection]
graydon has quit [Quit: Leaving.]
de_henne has quit [Ping timeout: 264 seconds]
de_henne has joined #stellar-dev
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
graydon has joined #stellar-dev
<stellar-slack> <epsilon> "age" : 105373
<stellar-slack> <epsilon> do I need to keep 'n' history to make this appear reasonable?
<stellar-slack> <epsilon> If so, please define the minimum 'n'.
<stellar-slack> <epsilon> (sry can't be fucked looking up how to italic the n)
<stellar-slack> <epsilon> this is on 'dirty', if that's relevant
<stellar-slack> <jed> what do you mean?
graydon has quit [Quit: Leaving.]
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
sacarlson has joined #stellar-dev
<sacarlson> hi, I'm liking what I see in stellar so far as far as documentation. I was surprized to find that the ruby-client-lib isn't working so I'm now writing a simple on for just payments
<sacarlson> I was also looking for documents on this escrow or signed payments. I saw something on facebook but nothing in the documents I've looked at so far
<sacarlson> also is there a stellar-client for the browser setup for testnet someplace? I thought I saw it before
<stellar-slack> <bartek> @sacarlson https://github.com/stellar/stellar-client just change configuration to point to test net. If you're looking for a client for the new network check interstellar: https://github.com/stellar/interstellar-client it's in heavy development so things may not work.
<sacarlson> I'm looking for one that's already running on a server
<sacarlson> like this one is on live https://launch.stellar.org/
<stellar-slack> <bartek> I'm afraid there is no client (run by sdf) that works with test net. But it's really easy to start one on your machine (gulp develop).
<sacarlson> I"ve been making good progress on my ruby it's almost running
<sacarlson> I guess I'll just live with curl to check ballances then for now
<stellar-slack> <bartek> Yes, here are api docs https://www.stellar.org/api/ i thought you needed client with a gui
<stellar-slack> <bartek> @sacarlson BTW the Ruby lib you were trying is built to work with a new network. You can find more information about it here https://www.stellar.org/galaxy/
<sacarlson> I've looked there didn't see any other ruby stuf
<sacarlson> for client
<sacarlson> there is one on github that they link to that doesn't work
<sacarlson> mine is almost working
<sacarlson> this one is broken https://github.com/stellar/ruby-stellar-lib
<sacarlson> I should have read the top line in the readme before I installed it ha ha
<sacarlson> STATUS: this library is very early and incomplete. The examples provided do not work, yet
<sacarlson> when mine are working they will here https://github.com/sacarlson/pokerth_accounting
<stellar-slack> <bartek> Are you building something for the old network or the new network?
<sacarlson> I plan to hook to all of them I guess
<sacarlson> I hope the api doen't change too much
<sacarlson> I originaly was going to hook to ripple but very little support there
<sacarlson> is there any info on escrow mulit signing contracts? I had hoped to also integrate that into my poker accounting system
<stellar-slack> <bartek> We will be switching to a new network in the next few months and turning off the old network. So IMHO you should target to a new network. And BTW rather then building your ruby client you can contribute to ours :)
<sacarlson> well I"m not a very good programer I'm not sure you will like my stuf
<sacarlson> but you are welcome to take what you find is usefull from what I publish
<sacarlson> info on my project can be seen here https://github.com/sacarlson/pokerth_accounting/wiki
<sacarlson> looks like my ruby client payment worked but when I check the balance after I send it, I only see the ballance change by 10, the 25 I sent seems to not get added to the transaction
<sacarlson> maybe the value is an integer that is divided by 10E6?
<sacarlson> I'll try a biger value
<sacarlson> never mind it seems to be working
<sacarlson> I'll publish it as is
<sacarlson> so I have all I need. it makes payments and can check balance
<stellar-slack> <jed> that describes our multisig support
<sacarlson> oh cool I'll give that a read. I hope there are some example transactions
<stellar-slack> <jed> also look at this: https://github.com/stellar/js-stellar-lib/tree/master/docs
<sacarlson> well that was a start but it failed to show a curl example transaction. at least now it looks like it has the feature I want much like we had in bitcoin
<sacarlson> you documentation is prity good. much better than Ripple as far as I found so far
<sacarlson> I went ahead and published my https://github.com/sacarlson/pokerth_accounting/blob/master/class_payment.rb that seems to be working. not tested too much yet. I'll integrate it into my poker tomaro
<sacarlson> and thanks for you help stellar-slack. I'll be keeping my eyes on you guys
<stellar-slack> <jed> cool :)
graydon has joined #stellar-dev
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
graydon has quit [Quit: Leaving.]
de_henne has quit [Remote host closed the connection]
sacarlson has left #stellar-dev [#stellar-dev]
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
<stellar-slack> <albundy> Hi @bartek when you say new you mean the stellar-core that should replace stellard network, correct?
<stellar-slack> <jed> albundy: yeah