nelisky has joined #stellar-dev
nelisky_ has joined #stellar-dev
nelisky has quit [Ping timeout: 264 seconds]
nelisky_ is now known as nelisky
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
nelisky has quit [Quit: nelisky]
de_henne has quit [Read error: Connection reset by peer]
de_henne has joined #stellar-dev
sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar-dev
pixelbeat has joined #stellar-dev
<stellar-slack> <meetreks> sacarlson, Hi
<stellar-slack> <meetreks> I will try that with node JS today
<stellar-slack> <meetreks> and see if it is fine
<stellar-slack> <meetreks> will provide feedback
pixelbeat_ has quit [Ping timeout: 264 seconds]
<sacarlson> I await your test to send USD to my account "gHVS8kkZVfhUcbv11hpRVGMB7r8gEwhzKm" when you do
pixelbeat has quit [Ping timeout: 240 seconds]
koolhead17 has joined #stellar-dev
<stellar-slack> <meetreks> Sure sacarlson
<stellar-slack> <meetreks> I also have made note of your create account procedure
<stellar-slack> <meetreks> will run it and see
TheSeven has quit [Ping timeout: 256 seconds]
TheSeven has joined #stellar-dev
<sacarlson> meetreks I'm also adding tools in my class for offer create that should be done in a few more minutes
koolhead17 has quit [Remote host closed the connection]
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
<sacarlson> meetreks I have now integrated into my stellar payment class the functions offer_create, offer_cancel(offersequence), static_path_find
<sacarlson> I will pubish it when I've also writen sample code that uses the function classes, it what will be called offer_create.rb and will be in with the reset of my github stellar stuf
<stellar-slack> <meetreks> superb
<stellar-slack> <meetreks> I am doing the same as well sacarlson
<sacarlson> meetreks I just tested it and it seems to be workings
<sacarlson> I'll publish what I have now
<sacarlson> changes now published https://github.com/sacarlson/pokerth_accounting
<sacarlson> see if you did it in ruby you would have been done already meetreks ha ha
<sacarlson> and where is your code published meetreks so we can take a look at what you have so far?
koolhead17 has joined #stellar-dev
<stellar-slack> <zealord> @sacarlson, @meetreks there's screen sharing feature on cloud workspace (http://www.nitrous.io|www.nitrous.io or http://www.koding.com|www.koding.com; free plan) that might help you guys on speeding up the troubleshooting process. ruby & node.js are ready on any of these two platform (it's actually a linux box)
<sacarlson> zealord cool, http://docs.nitrous.io looks to be something like virtualbox on the cload. I don't see that I have much need for it but in the event you were afraid of what some code might do it would also provide security
pixelbeat has joined #stellar-dev
<sacarlson> zealord and oh ya if it has screen sharing that would help if he ran my code on it that I could see the output to see what the problem was
nelisky has joined #stellar-dev
nelisky has quit [Quit: nelisky]
koolhead17 has quit [Ping timeout: 244 seconds]
koolhead17 has joined #stellar-dev
koolhead_ has joined #stellar-dev
koolhead17 has quit [Ping timeout: 276 seconds]
koolhead_ has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
koolhead17 has quit [Ping timeout: 256 seconds]
koolhead17 has joined #stellar-dev
koolhead_ has joined #stellar-dev
koolhead17 has quit [Read error: Connection reset by peer]
<stellar-slack> <meetreks> :) rubs is not my game sacarlson
<sacarlson> it still privides the process you need
<sacarlson> you just need to learn the process to put it into the envirnment you want
<stellar-slack> <meetreks> Yes
<stellar-slack> <meetreks> that is what I am interested in
<sacarlson> so what's stoping you?
<stellar-slack> <meetreks> just got the Zip
<stellar-slack> <meetreks> what is the class file for Path
<stellar-slack> <meetreks> ok got it
<sacarlson> to see an example of how an order offer is created https://github.com/sacarlson/pokerth_accounting/blob/master/offer_create.rb
<stellar-slack> <meetreks> can we try
<sacarlson> I"ve already ran it with my accounts that now have open orders
<stellar-slack> <meetreks> let me try as well
<sacarlson> so for you to get orders setup you would need to add that account you created and put it into the offer_create.rb
<stellar-slack> <meetreks> OK
<stellar-slack> <meetreks> ran class_payment
<stellar-slack> <meetreks> it ran
<sacarlson> class_payment is not a program it's a library
<stellar-slack> <meetreks> :)
<sacarlson> offer_create.rb uses that lib
<stellar-slack> <meetreks> Ok
<stellar-slack> <meetreks> AH Ok
<stellar-slack> <meetreks> let me check offer create
<sacarlson> I created the static path function but without orders it can't be tested yet
<stellar-slack> <meetreks> ok
<stellar-slack> <meetreks> it is complaining about the YAML file
<sacarlson> yes I can't publish that as that has my secreet codes in it
<stellar-slack> <meetreks> ./sceret_meetreks_issuer_pair.yml
<sacarlson> but that does contain codes that are already public so I guess I could provide it
<stellar-slack> <meetreks> :)
<stellar-slack> <meetreks> unless real money is invloved
<stellar-slack> <meetreks> you can publish it
<sacarlson> no it's just testnet
<stellar-slack> <meetreks> OKies
<stellar-slack> <meetreks> I saw code that
<sacarlson> but all my poker runs on testnett
<stellar-slack> <meetreks> you have made provisions in class file
<stellar-slack> <meetreks> payments
<stellar-slack> <meetreks> that http://live.stellar.org|live.stellar.org is also mentioned
<sacarlson> yes it can be switched to real live stellar at any time
<stellar-slack> <meetreks> OKies
<sacarlson> but my code defaults to test
<stellar-slack> <meetreks> yes
<sacarlson> I don't have any accounts in live stellar with STR
<stellar-slack> <meetreks> Can i tweak the code with the keys or are you going to publish iit?
<sacarlson> I"m not going to publish it on github
<stellar-slack> <meetreks> OK
<stellar-slack> <meetreks> so how do we about about testing this
<sacarlson> it's a file with just this:
<sacarlson> ---
<sacarlson> account: gpHUkTY9c7qviqSbAkPMm5v9ZyTDho9GAE
<sacarlson> secret: sf2GCNjmvf5Ng8Dak4bAmuYqYBk9hkZuFqMMQiLYdEf3BRMX1GW
<sacarlson> you could just edit the offer_create.rb file and just put the numbers in there if you want as you don't plan to publish it as I did
<sacarlson> all that's really needed is that account number in the offer_create.rb as it doesn't use the secreet in this proccess gpHUkTY9c7qviqSbAkPMm5v9ZyTDho9GAE
<sacarlson> that is your issuer
<stellar-slack> <meetreks> I got that
<stellar-slack> <meetreks> its now the same for from_pair
<stellar-slack> <meetreks> what have you used for from pair?
<stellar-slack> <meetreks> or can I use one for my own
<sacarlson> I used another account that I created there
<sacarlson> you already have a setup account you could use there
<sacarlson> your other account
<sacarlson> pair
<stellar-slack> <meetreks> gGCqR4jGVGD11LkCwj7NcgTXRqMgiHLNcE s3GVFLHj6R8YuxxeUYZcJZujey2QmiVPaksz8Mn5oYcdBapZJEU
<stellar-slack> <meetreks> is this fine?
<sacarlson> it it was created with trust setup it would be
<sacarlson> otherwise you account set that you already have already has trust set and account ballances to play with gBuYT5AQpjw1mEiDBJNJshtV3GyV5A2UKA s3wXzQDc638s3dYrrfJbF1nNQSsUW1JATBinLGb8VjQuaXiay3F
<sacarlson> that is the user account that will be doing the trading
<stellar-slack> <meetreks> Yes
<stellar-slack> <meetreks> I used this yesterday
<stellar-slack> <meetreks> for offer create
<stellar-slack> <meetreks> good now
<stellar-slack> <meetreks> SO
<stellar-slack> <meetreks> here is what I have got
<stellar-slack> <meetreks> engine ran
<stellar-slack> <meetreks> and got good results
<stellar-slack> <meetreks> might have to put this in a XML or something like that
<stellar-slack> <meetreks> so before i do that
<stellar-slack> <meetreks> can you explain how this is connected to the libpayments
<sacarlson> are you talking about how you plan to port it?
<stellar-slack> <meetreks> and how path comes here?
<stellar-slack> <meetreks> Yes
<sacarlson> I tried to explain that path only provides the price
<stellar-slack> <meetreks> Yes
<stellar-slack> <meetreks> but am keen in that
<stellar-slack> <meetreks> In an environment I work
<stellar-slack> <meetreks> price from open liquidity makers is important
<sacarlson> you will have to setup many orders at different prices then run a path ammount that will need to buy all the orders or at least more than one
<stellar-slack> <meetreks> sure
<stellar-slack> <meetreks> does you documentation cover what each file does?
<sacarlson> so setup some orders now you have the tools to do it
<stellar-slack> <meetreks> or is it just from your Poker game
<stellar-slack> <meetreks> Yes
<stellar-slack> <meetreks> wil do
<sacarlson> no the files are the documentation
<stellar-slack> <meetreks> just to confirm
<stellar-slack> <meetreks> if I run offer
<stellar-slack> <meetreks> create wiht multiple from pairs
<stellar-slack> <meetreks> then it will automatically create orders right
<stellar-slack> <meetreks> and when I issue static path
<stellar-slack> <meetreks> these will show up
<stellar-slack> <meetreks> yes/no?
<sacarlson> you can have many orders from the same pair
<stellar-slack> <meetreks> no
<sacarlson> but a different prices
<sacarlson> yes
<stellar-slack> <meetreks> I will be using diffrent pairs / diffrent amunts
<sacarlson> you can look at the order book of my account gHVS8kkZVfhUcbv11hpRVGMB7r8gEwhzKm that has several open orders on USD to EUR
<sacarlson> yes you can do that also
<stellar-slack> <meetreks> OK
<stellar-slack> <meetreks> thanks
<stellar-slack> <meetreks> that way
<stellar-slack> <meetreks> it will show me diffrent paths
<stellar-slack> <meetreks> :)
<stellar-slack> <meetreks> else I will be confused why same pair is coming up
<stellar-slack> <meetreks> but with different prices
<sacarlson> they have a bad name for path in my opinion or at least what you will see with it in this instance
<sacarlson> when you setup the orders and run the path I think you will see the light as you seem confused
<stellar-slack> <meetreks> Yes I am
<stellar-slack> <meetreks> thanks for the help
<stellar-slack> <meetreks> let me play now
<stellar-slack> <meetreks> and will revert back
<stellar-slack> <meetreks> any email I can contact you?
<sacarlson> I am always here
<stellar-slack> <meetreks> do you work for stellar?
<sacarlson> no
<stellar-slack> <meetreks> does BOT mean you are a BOT program :)
<sacarlson> I'm working on my own project for poker
<stellar-slack> <meetreks> Ah alright
<stellar-slack> <meetreks> OK,
<stellar-slack> <meetreks> thanks for that
<stellar-slack> <meetreks> will link up tomorrow
<sacarlson> but I just started like 12 days ago so I'm just learning too
<stellar-slack> <scott> @meetreks: the “BOT” label on sacarlson’s profile is due to the fact that they are connecting to the slack room via IRC. It’s a side effect of the bridge.
<stellar-slack> <edlea> Can anyone tell me if things like https://gist.github.com/thejollyrogers/b114b5a98fa11a5a4ad0 are still relevant in the context of Horizon? I can’t quite work out how or if they fit together
<stellar-slack> <jed> hmm that link isn't working for me?
<stellar-slack> <jed> Here are some links to the new docs:
sacarlson1 has joined #stellar-dev
sacarlson has quit [Ping timeout: 256 seconds]
koolhead_ has quit [Remote host closed the connection]
pixelbeat has quit [Ping timeout: 248 seconds]
DomKM has quit [Quit: Connection closed for inactivity]
pixelbeat has joined #stellar-dev
lessismore has joined #stellar-dev
sacarlson1 has quit [Quit: Leaving.]
sacarlson has joined #stellar-dev