mafs has quit [Quit: Connection closed for inactivity]
pixelbeat has quit [Ping timeout: 260 seconds]
[7] has quit [Disconnected by services]
TheSeven has joined #stellar-dev
nivah has quit [Ping timeout: 240 seconds]
Trasp has quit [Ping timeout: 252 seconds]
de_henne has joined #stellar-dev
Trasp has joined #stellar-dev
Kwelstr has quit [Ping timeout: 240 seconds]
Kwelstr has joined #stellar-dev
nivah has joined #stellar-dev
<stellar-slack1> <raymens> jed I do get the message "Lost track of consensus" now. It's a 3 node network (starting at a new genesis), should that work?
pixelbeat has joined #stellar-dev
<stellar-slack1> <jojopoper> In China,I can login http://stellar.org|stellar.org, and the client still has errors. But I use a proxy server, client results is correct. http://Horizon.stellar.org|Horizon.stellar.org IP address in Chinese DNS resolution problems?
<stellar-slack1> <sacarlson> ISP filtering?
<stellar-slack1> <sacarlson> on linux for dns test you can try the command dig to check dns lookup
<stellar-slack1> <jojopoper> en.....It may be the Chinese greatwall. ToT
<stellar-slack1> <sacarlson> yes I don't think your gov likes a method of currency exchange that they have no control of.
<stellar-slack1> <dzham> wasn’t the rise in BTC due to an unofficial OK on bitcoin in China?
<stellar-slack1> <raymens> there's also a "No VAT required in the EU" conclusion by the Europen Court of Justice today
nivah has quit [Ping timeout: 256 seconds]
pixelbeat has quit [Ping timeout: 268 seconds]
pixelbeat has joined #stellar-dev
jbenet_ has joined #stellar-dev
jbenet has quit [*.net *.split]
moo-_- has quit [*.net *.split]
ultrashag has quit [*.net *.split]
jbenet_ is now known as jbenet
<stellar-slack1> <buhrmi> is there a country that taxes bitcoin?
<stellar-slack1> <buhrmi> how do you pay bitcoin taxes? in bitcoin?
<stellar-slack1> <jed> raymens: this is the 3 node configuration in docker?
<stellar-slack1> <raymens> yup
de_henne has quit [Remote host closed the connection]
<stellar-slack1> <jed> yeah
<stellar-slack1> <jed> raymens: also can you paste me your .cfg?
<stellar-slack1> <raymens> I'm upgrading the machine right now, but I will as soon as it's ready :)
<stellar-slack1> <raymens> Although, maybe I can just start another session...
<stellar-slack1> <raymens> the .cfg btw is the default one. But I do have the env and starting bash script for you
<stellar-slack1> <raymens> @jed: http://pastebin.com/Ez9g3feU
nivah has joined #stellar-dev
moo-_- has joined #stellar-dev
ultrashag has joined #stellar-dev
<stellar-slack1> <jed> hmm seems fine. maybe you just need to --newhist
<stellar-slack1> <raymens> I'll try later on
<stellar-slack1> <brian.ebert> buhrmi: I can only answer regarding the US. We've ruled it a commodity, so capital gains tax is owed on the spread between the price it is acquired and the price it is liquidated.
<stellar-slack1> <brian.ebert> BTW, this discussion could move to #general
<stellar-slack1> <raymens> @jed: newhist doesn't seem to be in the docker start file right now https://github.com/stellar/docker-stellar-core/blob/master/start
<stellar-slack1> <jed> ok so it was already happening
<stellar-slack1> <raymens> But that seems to be using RESET and PUT. In my case, a local filesystem, it should probably use mkdir first?
<stellar-slack1> <jed> does it make the dir?
<stellar-slack1> <jed> really since you are starting fresh with two guys on forecscp the history store doesn't matter for them
<stellar-slack1> <jed> oh you need to set THRESHOLD_PERCENT=51
<stellar-slack1> <raymens> checking...
<stellar-slack1> <raymens> Yup!
<stellar-slack1> <raymens> ``` 2015-10-22T16:50:19.305 self [] [Ledger] INFO Got consensus: [seq=4, prev=c52af2, tx_count=0, sv: [ txH: 76dc8a, ct: 1445532615, upgrades: [ ] ]] 2015-10-22T16:50:19.319 self [] [Ledger] INFO Closed ledger: [seq=4, hash=6731c3] 2015-10-22T16:50:20.473 self [] [Ledger] INFO Got consensus: [seq=5, prev=6731c3, tx_count=0, sv: [ txH: 6799f7, ct: 1445532619, upgrades: [ ] ]] 2015-10-22T16:50:20.478 sel
<stellar-slack1> [seq=5, hash=0b7ed0] ```
<stellar-slack1> <raymens> Is what it should be right?
<stellar-slack1> <raymens> Want me to PR the THRESHOLD_PERCENT=51 to the sample on GH?
<stellar-slack1> <jed> sweet.
<stellar-slack1> <jed> please
<stellar-slack1> <raymens> Thanks jed
pixelbeat has quit [Ping timeout: 240 seconds]
stellar-slack has joined #stellar-dev
stellar-slack1 has quit [Ping timeout: 255 seconds]
bit2017 has joined #stellar-dev
nivah has quit [Ping timeout: 264 seconds]
<stellar-slack> <raymens> Is it correct that at this time horizon-importer is required to run to have a fully functional horizon?
<stellar-slack> <scott> yes
<stellar-slack> <scott> I’ll begin working on porting horizon-importer into horizon next week
<stellar-slack> <scott> I don’t have an ETA, but after that is incorporated horizon should be standalone
<stellar-slack> <raymens> Great news :) Will you be doing in steps, by porting some stuff and then turning it off in horizon-importer, or one big overhaul when it's finished?
<stellar-slack> <scott> I think the only feasible way is one big overhaul, since I want to maintain the transactional nature of the importer (all the artifacts for a single ledger get imported in a single sql transaction), but I haven’t decided yet. I want to give some thought to what the importer’s design will look like in go before I decide anything.
<stellar-slack> <scott> All said, I don’t think it will be a huge project. A couple of weeks in the worst case
pixelbeat has joined #stellar-dev
_whitelogger has joined #stellar-dev
<stellar-slack> <brian.ebert> If I create two new accounts on test net and fund with friendbot, I have two accounts that each have 10K in them. I'm assuming the denomination is XLM, although I'm not fussed about that, could be anything. If I submit a transaction sending 5 from one account to the other, the receiving account has 10,005 in it, but the transmitting account is left with 9994.9999. Is the 0.0001 being taken as a fee?
<stellar-slack> <irisli> yea, the 0.0001 is the fee. The default fee is 100 stroops (equal to 0.0001)
<stellar-slack> <irisli> You can specify how much you pay for the fees (as long as it is above the minimum base fee decided by the validators)
<stellar-slack> <irisli> Take a look at this doc on fees in Stellar Core: https://www.stellar.org/developers/learn/concepts/fees.html
pixelbeat has quit [Ping timeout: 240 seconds]