Search content
Sort by

Showing 20 of 123 results by charliesheen
Post
Topic
(Unknown Title)
by
charliesheen
on 25/01/2020, 02:17:00 UTC



"Why do I have to work with this dumb bitch" -guy on the right
Post
Topic
(Unknown Title)
by
charliesheen
on 25/01/2020, 02:17:00 UTC
I started leasing Russian botnet time and now I use about 32,000 PCs at 25% load.

How much does that yeild?
Post
Topic
(Unknown Title)
by
charliesheen
on 25/01/2020, 02:17:00 UTC
Post
Topic
(Unknown Title)
by
charliesheen
on 25/01/2020, 02:17:00 UTC
I find the smell of computer air to be better then what my apartment smelled like befor
Post
Topic
Board Bitcoin Discussion
Re: Bitcoincharts down for mainte^H^H^H^H^HtGox
by
charliesheen
on 31/07/2011, 17:53:27 UTC
Post
Topic
Board Bitcoin Discussion
Re: Bitcoincharts down for mainte^H^H^H^H^HtGox
by
charliesheen
on 31/07/2011, 15:42:15 UTC
Post
Topic
Board Service Discussion
Re: made $20 using Profitable trade bot
by
charliesheen
on 27/07/2011, 01:14:38 UTC
Seems shitty, have fun, 10 BTC is not enough to make the order book "go wonky"
Post
Topic
Board Service Discussion
Re: made $20 using Profitable trade bot
by
charliesheen
on 26/07/2011, 19:00:33 UTC
I don't understand why this is being called a bot, wouldn't be more like a Scope?

I've been working on a mockup trading interface, similar to this but with a bunch more stuff and options, and I was going to call it a Visor, OmniVisor! xD and another called Anti-Botnic. Anti-botnic would just input chaos all over the place to mess with bots. xD like if you watched clarkmoodys orderbook it would look like a rave or myspace circa 2005. it would pretty much just mess with all the fake orders, it would gauge the time of how long the orders where in and just add and remove orders really fast to highlight the fake ones being pushed by bots.

A scope that a bot checks and the pulls the trigger while pointed at a target of your choosing.

I hope that works out for you, in what language would this be written in?
Post
Topic
Board Service Discussion
Re: made $20 using Profitable trade bot
by
charliesheen
on 26/07/2011, 18:02:15 UTC
So you made $0.50 per bitcoin.  Which means you bought about 40 BTC.  Which cost you about $550.  Is this correct?

no.
Post
Topic
Board Service Discussion
Re: made $20 using Profitable trade bot
by
charliesheen
on 26/07/2011, 16:52:45 UTC
How much capital did you use to make the $20?

When does the time period start/end, does this include mining hardware, time spent programming, hosting, electricity, internet etc.....

With that said; I had some bitcoins and sold some to test the bot and was able to increase my USD amount by $20 over the course of 2 trades after testing while using this bot. 
Post
Topic
Board Service Discussion
Re: made $20 using Profitable trade bot
by
charliesheen
on 26/07/2011, 16:17:43 UTC
FYI this is also a ticker app!
Post
Topic
Board Service Discussion
Re: made $20 using Profitable trade bot
by
charliesheen
on 26/07/2011, 13:41:14 UTC
thx and hwo can i let it run? i cant put it in iexplorer or something...

you need php environment with the specifications from the first post, add in your gox key and secret then "php sniper.php"
Post
Topic
Board Service Discussion
Re: made $20 using Profitable trade bot
by
charliesheen
on 26/07/2011, 13:37:35 UTC
Anyone mind throwing together a quick how-to to get started with this?  Ive got PHP installed and here is the error Im getting

your environment is possibly not fully setup yet, "google" something to the effect of "php curl and ssl on windows"

Post
Topic
Board Service Discussion
Re: made $20 using Profitable trade bot
by
charliesheen
on 26/07/2011, 12:20:57 UTC
how can i look at the source?

use a text editor and open the downloadable file
Post
Topic
Board Service Discussion
Re: made $20 using Profitable trade bot
by
charliesheen
on 25/07/2011, 23:17:02 UTC
This is an mt.gox bot

Wow, very good.  Meanwhile, I will set a buy order at 13.75 and sell order at 14.25 and carry on with my life.

Functionally this is identical, this allows for "dark pools" on the low value end.
Post
Topic
Board Services
Re: [BOUNTY] PHP Master Needed.
by
charliesheen
on 25/07/2011, 22:16:39 UTC
PM'ed you. JKJK, why do people disclose this on public forums?
Post
Topic
Board Service Discussion
Topic OP
made $20 using Profitable trade bot
by
charliesheen
on 25/07/2011, 22:13:17 UTC
I used this bot and i was able to profit during price changes. It prevents the dark pools and big players from gaming my orders,

first I bought at 13.75 and was then able to sell at 14.25, my orders were not disclosed to the market until there were buyers and sellers ready at these points

http://bitklein.com/bot.php

let me know if anyone has any questions......
Post
Topic
Board Trading Discussion
Re: REQ: mtgox Trading API Sample Code [PHP]
by
charliesheen
on 25/07/2011, 06:17:39 UTC
interesting

my goal with my bot was to allow people with small amounts of bitcoins compete against the dark pools. It allows for you to queue  trades locally and not put them in the order book until there are outstanding buy/sell orders that match the desired price. This allow the dark pools to empty the trade book and raise the price.
Post
Topic
Board Trading Discussion
Re: REQ: mtgox Trading API Sample Code [PHP]
by
charliesheen
on 25/07/2011, 05:57:16 UTC
you need to get an "API_KEY" and "SECRET" from mtgox, here is a bot that I wrote http://bitklein.com/sniper.php.gz
Post
Topic
Board Trading Discussion
Re: REQ: mtgox Trading API Sample Code [PHP]
by
charliesheen
on 25/07/2011, 05:18:29 UTC
Ok, I got a little further.  I am not using CURL.  I am using C#.

This answer is not even in the documentation or wiki.  I found it in another post.  I added user=xxx&pass=xxx to the POST data and it worked.

by what means are you retrieving the api data?