It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
File "/home/user/goxtool/goxapi.py", line 385, in __call__
func(instance, sender, data)
File "/home/user/goxtool/_balancer.py", line 67, in slot_keypress
self.place_orders()
File "/home/user/goxtool/_balancer.py", line 164, in place_orders
center = self.get_price_where_it_was_balanced()
File "/home/user/goxtool/_balancer.py", line 132, in get_price_where_it_was_balanced
fiat_have = gox.quote2float(gox.wallet[gox.curr_quote]) + FIAT_COLD
KeyError: 'EUR'
guote_currency = USD
guote_currency = EUR
./goxtool.py --strategy=_balancer.py --protocol=websocket --use-http
2014-01-19 22:38:48,050:DEBUG:goxapi.Gox:### shutdown...
./goxtool.py --strategy=_balancer.py --protocol=websocket --use-http
2014-01-19 22:38:48,050:DEBUG:goxapi.Gox:### shutdown...
./goxtool.py --protocol=websocket --use-http
#!/usr/bin/gnuplot
set terminal wxt size 1000,650
set datafile sep ','
set xlabel "USD Account Balance"
set ylabel "BTC Account Balance"
plot '_balancer.log' using 3:4 with lines
pause -1
set datafile sep ','
unset key
set xlabel "AUD Account Balance"
set ylabel "BTC Account Balance"
stats '/tmp/_balancer.log' nooutput
last_index = int(STATS_records - 1)
plot '/tmp/_balancer.log' using 3:4 with lines,\
'/tmp/_balancer.log' using 3:4 every ::last_index with points pointtype 7 lc 1
pause -1
#!/usr/bin/gnuplot
set terminal wxt size 1000,650
set datafile sep ','
set xlabel "USD Account Balance"
set ylabel "BTC Account Balance"
plot '_balancer.log' using 3:4 with lines
pause -1