Bitcoin Forum
May 28, 2024, 09:11:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Pools up - Quick confirmations on: September 25, 2013, 02:05:37 AM
Does anybody know about the status of zetasteam.com (see here https://bitcointalk.org/index.php?topic=283429.0)? This is the only developing zetacoin related service that I know of.

I would be interested in helping to develop other services if anyone has any good ideas.

ideas:

- ZET microlancer site (small jobs for ZET)
- zetabacker - people can post ideas and others can fund them with ZET
- zetabay
- zeta capital market
- zeta foundation (mines btc with asic and uses said btc to buy ZET for helicopter drops)
- something like coinchat that uses ZET and has games also check out bitnopoly
- zet ads
- zet microstock (images, sounds, 3d models)


also ZET needs more PR aimed at coin users. and ease of access (the currently google drive download isn't very friendly to the uninitiated)
- webwallet, like inputs.io
2  Economy / Securities / Re: SEC Charges Bitcoin Savings and Trust (BTCST) as Ponzi Scheme on: September 24, 2013, 09:19:53 PM
Can I file a complaint with the SEC if I lose some NeoPoints on Neopets then ?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Pools up - Quick confirmations on: September 20, 2013, 01:21:05 PM
here is my updated code that pulls block difficulty .. no chart yet though for that

http://jsbin.com/iSoKuXi/9

wish i knew how to add panels to this amchart thing

i want to have volume and difficulty as panels ...
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Pools up - Quick confirmations on: September 19, 2013, 03:11:12 PM
here is a more verbose version:

http://jsfiddle.net/4YkHN/

where can I get a json feed for difficulty or hashrate ?

added amchart closing price chart:

http://jsfiddle.net/L6zC6/

p.s. jsfiddle seems to be down right now
here is same on jsbin:

http://jsbin.com/iSoKuXi/2/edit?js,output

update...

fixed the interval on the chart from days to minute

http://jsbin.com/iSoKuXi/3/edit?js,output

demo link:
http://jsbin.com/iSoKuXi/7/
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Pools up - Quick confirmations on: September 19, 2013, 02:42:34 PM
is there a json source for difficulty / hashrate vs date somewhere ? maybe we can make something on jsfiddle?
although the crytpsy public api doesn't show a very long price history i think, may need another source for long term price history

https://www.cryptsy.com/json/ajaxtradechart_85.json?callback=chart

there seem to be 6 numbers for each datapoint in there...

[1379598300000,4.49e-6,4.49e-6,4.49e-6,4.49e-6,87.51690555]

i think it's date, open, high, low, close, volume


ok I managed to grab the price history data (getting around the cross origin issue using "jsonp.jit.su")

http://jsfiddle.net/KLNwU/
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Pools up - Quick confirmations on: September 19, 2013, 01:11:40 PM
is there a json source for difficulty / hashrate vs date somewhere ? maybe we can make something on jsfiddle?
although the crytpsy public api doesn't show a very long price history i think, may need another source for long term price history

https://www.cryptsy.com/json/ajaxtradechart_85.json?callback=chart

there seem to be 6 numbers for each datapoint in there...

[1379598300000,4.49e-6,4.49e-6,4.49e-6,4.49e-6,87.51690555]

i think it's date, open, high, low, close, volume
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Pools up - Quick confirmations on: September 19, 2013, 01:08:39 PM
that says asiccoin on it also i kind of want to see a chart of hashrate / price or price / hashrate to see the relationship if any
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Pools up - Quick confirmations on: September 19, 2013, 12:56:11 PM
I wonder what the zetacoin network hashrate vs cryptsy ZETBTC chart would look like
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Pools up - Quick confirmations on: September 19, 2013, 11:21:07 AM
philosophical question.. or perhaps macroeconomic?

would it be better for ZET to mine BTC and use that BTC to buy ZET rather than mine ZET ?

because we currently measure ZET value against BTC and if everyone is mining ZET then... ?
10  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] ZetaCoin Community Donation Drive [ANN] Win a Game L@@K on: September 10, 2013, 01:06:51 AM
GOT A COPY OF FEZ

THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
11  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] ZetaCoin Community Donation Drive [ANN] Win a Game L@@K on: September 09, 2013, 10:38:49 PM
did I win anything Smiley ?
12  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: September 09, 2013, 05:01:36 AM
I've had the impression that arbitrage is only possible among a triangle (or square....) of pairs shaping a cycle, for example BTC/LTC, LTC/XPM, XPM/BTC, or for a pair existing in two different markets (like BTC/$ in MtGox and BitStamp).
But I see that in cryptsy almost all alts are traded against BTC which makes me confused about how your trader is supposed to make any arbitrage trade there. Could you explain this?

not really ... it's possible that LTCBTC on one exchange, LTC is being bought higher than it is being sold on another exchange, just that these opportunities rarely occur
13  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: September 09, 2013, 04:36:01 AM
I think I've fixed up the crypto-trade code

https://github.com/PeanutPower/CryptoArbitrageTrader
14  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: September 09, 2013, 03:04:57 AM
ok i know why crypto-trade is broken .... cos crypto.py is using POST requests to

https://crypto-trade.com/api/1/depth/ltc_btc

which crypto-trade now reject unless it is an unauthenticated GET request...

so the underlying code from matuszed/crypto needs to be fixed to get crypto-trade to work

p.s. no trading opportunities have come up for me so far Sad
15  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: September 09, 2013, 02:23:51 AM
How do you get it setup and running with the right APIs for your account?

edit config.py

note i've just checked in an updated config.py that excludes the two exchanges that aren't working from the default configuration

https://github.com/PeanutPower/CryptoArbitrageTrader/commit/67435e4504c336bdbb2206cc78289bfaf85b6a8a
16  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: September 09, 2013, 02:12:26 AM
OK i've debugged this a bit locally and the price checking stuff seems to be working for me on all exchanges EXCEPT Cryptsy and Crypto-Trade

Code:
Starting Arbitrage checking for ltc/btc
Sell price = 0.02198008 on vircu
Buy price = 0.02244443 on vircu
Sell price = 0.02199008 on vircu
Buy price = 0.02236 on btc-e
Sell price = 0.02199008 on vircu
Buy price = 0.02244443 on coins-e
Sell price = 0.02225 on btc-e
Buy price = 0.02244443 on vircu
Sell price = 0.02225 on btc-e
Buy price = 0.02236 on btc-e
Sell price = 0.02225 on btc-e
Buy price = 0.02236 on coins-e
Sell price = 0.02225 on coins-e
Buy price = 0.02236 on vircu
Sell price = 0.02199008 on coins-e
Buy price = 0.02236 on btc-e
Sell price = 0.02225 on coins-e
Buy price = 0.02236 on coins-e
Starting Arbitrage checking for nmc/btc
Sell price = 0.00468115 on vircu
Buy price = 0.00487995 on vircu
Sell price = 0.00468116 on vircu
Buy price = 0.00478 on btc-e
Sell price = 0.00468116 on vircu
Buy price = 0.00487995 on coins-e
Sell price = 0.00477 on btc-e
Buy price = 0.00487995 on vircu
Sell price = 0.00477 on btc-e
Buy price = 0.00478 on btc-e
Sell price = 0.00477 on btc-e
Buy price = 0.00478 on coins-e
Sell price = 0.00477 on coins-e
Buy price = 0.00478 on vircu
Sell price = 0.00469116 on coins-e
Buy price = 0.00478 on btc-e
Sell price = 0.00477 on coins-e
Buy price = 0.00478 on coins-e
Round completed sleeping for 15 seconds
17  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: September 09, 2013, 01:28:40 AM
getS returning "price get error" for cryptsy LTC

... https://github.com/salfter/PyCryptsy

and when I try BTC-e on it's own:

Code:
Starting Arbitrage checking for Currency ltc
Unhandled exception in thread started by <function run1 at 0x0000000002C78828>
Traceback (most recent call last):
  File "arbitrage_trader.py", line 180, in run1
    compare() #die Hauptfunktion der Arbitrage
  File "arbitrage_trader.py", line 147, in compare
    if round((int(bprice) * Diff * FEE),8) < round((int(sprice) * FEE),8):
UnboundLocalError: local variable 'bprice' referenced before assignment
18  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: September 09, 2013, 01:00:54 AM
Code:
>python arbitrage_trader.py

Starting Arbitrage checking for Currency ltc
Unhandled exception in thread started by <function run1 at 0x0000000002CFA0B8>
Traceback (most recent call last):
  File "arbitrage_trader.py", line 180, in run1
    compare() #die Hauptfunktion der Arbitrage
  File "arbitrage_trader.py", line 147, in compare
    if round((int(bprice) * Diff * FEE),8) < round((int(sprice) * FEE),8):
ValueError: invalid literal for int() with base 10: 'Market buy price get error'
19  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: September 09, 2013, 12:32:51 AM
Checking this out now - I've pushed a copy to Github for collaboration here:

https://github.com/PeanutPower/CryptoArbitrageTrader

(will transfer ownership of repo to John if he so desires)
20  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] ZetaCoin Community Donation Drive [ANN] Win a Game L@@K on: September 08, 2013, 01:31:54 AM
I'm in for 1300 ZET

http://bit.usr.sh:2750/tx/7b131d4c30c5ed17b5493038b13b76269c77a95c1ea7b2ae8c729a09375e5860

Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!