Bitcoin Forum
June 23, 2024, 05:16:06 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 »
881  Local / Deutsch (German) / Re: Mt. Gox und Original Yubikey - Möglich? on: April 13, 2013, 07:25:33 AM
Hallo,

ich habe zwar keine Antwort auf die Frage, aber den google auth kann man auch einfacher ohne smartphone und eintippen haben.
Ich z.B. nutze blockchain.info mit google auth, für meine Passwortverwaltungssoftware keepass existieren addons die einem die totps generieren können,
man muss nur den secret key dort importieren, diesen kann man aus dem QR-code auslesen.
882  Bitcoin / Project Development / Re: GoxBox Bitcoin Multi-Tool [WINDOWS ONLY] on: April 05, 2013, 06:47:15 AM
Nice. What programming language did you use to create this?

Autoit.
883  Bitcoin / Project Development / GoxBox Bitcoin Multi-Tool [WINDOWS ONLY] on: April 04, 2013, 07:59:01 PM
Hey,

out of boredom I created some sort of Multi-Tool for different bitcoin-related tasks.
First I just wanted to create an arbitrage trade-bot, but then it developed into another direction.
Some Functions:

- flexible POS module with QR-codes (currently it uses mtgox usd vwap and google financial api to calc the btc price when you do something like "pos 101.8 jpy"
- you will be able to move bitcoins from different wallets/exchanges to other locations without visiting any websites, perhaps also currencies via bitinstant etc.
- automatic and manual trading on different exchanges (currently supported: mtgox & bitstamp)
- price alert tool
- other small features like importing privkeys to mtgox or currency/btc calculator etc.

Here's a short video presentation of the POS-module with live transactions using my android phone, the kaching-sound was a must Smiley:
http://www.youtube.com/watch?v=QmmVeURSEDY

If there's any interest I will publish a public version (with security features, currently the passwords & api-keys etc. are stored plaintext and that has to be changed first).

884  Local / Mining (Deutsch) / Re: Avalon im Zoll on: March 27, 2013, 09:04:55 PM
Danke für die Infos, jetzt weiss ich ungefähr worauf ich mich einstellen kann.
885  Local / Mining (Deutsch) / Re: Avalon im Zoll on: March 26, 2013, 08:41:23 PM
Das würde mich auch brennend interessieren.
886  Bitcoin / Hardware / Re: Who ordered batch #3 Avalon ? on: March 25, 2013, 08:18:55 PM
just ordered one (3 units, without psu), they are accepting new orders now.
887  Bitcoin / Project Development / Re: Automated bitcoin arbitrage on: March 20, 2013, 08:33:22 AM
What exactly do I have to do to make it trade? It just does this all the time but no trades are happening, the same stuff as in my first post above. I'm using the newest version from github.

Quote
2013-03-20 08:27:17,214 [INFO] profit: 0.346785 EUR with volume: 3.428300 BTC - buy at 46.4201 (MtGoxEUR) sell at 46.5000 (BitcoinCentralEUR) ~0.22%
2013-03-20 08:27:47,570 [INFO] profit: 0.346785 EUR with volume: 3.428300 BTC - buy at 46.4201 (MtGoxEUR) sell at 46.5000 (BitcoinCentralEUR) ~0.22%
2013-03-20 08:28:19,206 [INFO] profit: 0.346785 EUR with volume: 3.428300 BTC - buy at 46.4201 (MtGoxEUR) sell at 46.5000 (BitcoinCentralEUR) ~0.22%

Of course I set my gox api keys and the bitcoincentral credentials. This is my conf:

Quote
markets = ["MtGoxEUR", "BitcoinCentralEUR"]
observers = ["Logger", "TraderBot", "HistoryDumper"]
market_expiration_time = 120 # in seconds: 2 minutes

...
888  Bitcoin / Project Development / Re: Automated bitcoin arbitrage on: March 18, 2013, 07:55:38 PM
I'm running this in test-mode atm. Is it supposed to do this?

Quote
2013-03-18 20:46:12,680 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.97115, 'amount': 3.055}, 'bid': {'price': 36.95, 'amount': 7.68486008}}
2013-03-18 20:46:12,680 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.321795}}
2013-03-18 20:46:12,700 [INFO] profit: 0.138720 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:46:42,700 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.97115, 'amount': 3.055}, 'bid': {'price': 36.95, 'amount': 7.68486008}}
2013-03-18 20:46:42,700 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.321795}}
2013-03-18 20:46:42,720 [INFO] profit: 0.138720 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:47:15,361 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.97115, 'amount': 3.055}, 'bid': {'price': 36.95, 'amount': 7.68486008}}
2013-03-18 20:47:15,361 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.321795}}
2013-03-18 20:47:15,381 [INFO] profit: 0.138720 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:47:45,381 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.97115, 'amount': 3.055}, 'bid': {'price': 36.95, 'amount': 7.68486008}}
2013-03-18 20:47:45,381 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.321795}}
2013-03-18 20:47:45,401 [INFO] profit: 0.138720 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:48:17,581 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.97115, 'amount': 3.055}, 'bid': {'price': 36.95, 'amount': 7.58486008}}
2013-03-18 20:48:17,581 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.29454495}}
2013-03-18 20:48:17,601 [INFO] profit: 0.138719 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:48:47,601 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.97115, 'amount': 3.055}, 'bid': {'price': 36.95, 'amount': 7.58486008}}
2013-03-18 20:48:47,601 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.29454495}}
2013-03-18 20:48:47,621 [INFO] profit: 0.138719 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:49:19,020 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.97115, 'amount': 3.055}, 'bid': {'price': 36.95, 'amount': 7.58486008}}
2013-03-18 20:49:19,020 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.29454495}}
2013-03-18 20:49:19,040 [INFO] profit: 0.138719 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:49:49,051 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.97115, 'amount': 3.055}, 'bid': {'price': 36.95, 'amount': 7.58486008}}
2013-03-18 20:49:49,051 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.29454495}}
2013-03-18 20:49:49,061 [INFO] profit: 0.138719 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:50:20,631 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.974, 'amount': 2.0}, 'bid': {'price': 36.97115, 'amount': 15.8547}}
2013-03-18 20:50:20,631 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.29454495}}
2013-03-18 20:50:20,651 [INFO] profit: 0.126012 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:50:50,651 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.974, 'amount': 2.0}, 'bid': {'price': 36.97115, 'amount': 15.8547}}
2013-03-18 20:50:50,651 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.29454495}}
2013-03-18 20:50:50,671 [INFO] profit: 0.126012 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:51:22,151 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.974, 'amount': 2.0}, 'bid': {'price': 36.97115, 'amount': 15.8547}}
2013-03-18 20:51:22,151 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.29454495}}
2013-03-18 20:51:22,161 [INFO] profit: 0.126012 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:51:52,161 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.974, 'amount': 2.0}, 'bid': {'price': 36.97115, 'amount': 15.8547}}
2013-03-18 20:51:52,161 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.29454495}}
2013-03-18 20:51:52,171 [INFO] profit: 0.126012 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
2013-03-18 20:52:23,512 [DEBUG] ticker: MtGoxEUR - {'ask': {'price': 36.974, 'amount': 2.0}, 'bid': {'price': 36.97115, 'amount': 15.8547}}
2013-03-18 20:52:23,512 [DEBUG] ticker: BitcoinCentralEUR - {'ask': {'price': 37.05425, 'amount': 5.0}, 'bid': {'price': 37.00004, 'amount': 0.29454495}}
2013-03-18 20:52:23,532 [INFO] profit: 0.126012 EUR with volume: 5.000000 BTC -buy at 37.0000 (MtGoxEUR) sell at 37.0000 (BitcoinCentralEUR) ~0.07%
889  Bitcoin / Hardware / Re: Number of Avalon boxes in the wild as of today on: March 14, 2013, 08:14:12 AM

Perhaps this is libertybuck?

EDIT: oh wait, libertybuck was from china. Wink
890  Bitcoin / Hardware / Re: Number of Avalon boxes in the wild as of today on: March 13, 2013, 07:38:18 PM
There's 1 on ebay germany with ~2 days left from an austrian guy. It's currently at 4100 eur which is > 5000 usd, I wonder how high this will go. The same guy owns 2 other avalons.
891  Bitcoin / Project Development / Re: Blockchain.info Development Bounties on: March 12, 2013, 10:01:34 PM
Hello Thread,

Now it happend: there were two people working on the german translations without knowing from each other.

Nerzahd: https://github.com/Nerzahd/Blockchain-Translations/blob/49153bd740f6cf7b41158092f3e96992e6b80417/german.json
and
DanielWeigl: https://github.com/DanielWeigl/Blockchain-Translations/blob/9d034b0e8e9dad7919ee21c01411ead860592e4c/german.json

Are there any german-natives here that can vote for one or the other translation to make it easier for Piuk to choose one or the other?


Native german here, both have several errors, but DanielWeigl wins by far imho.
892  Bitcoin / Bitcoin Discussion / Re: Namecheap now accepts Bitcoin! on: March 05, 2013, 08:08:02 AM
I'm very happy about this, namecheap is my domain registrar of choice for several years now. I instantly deposited some coins using bitpay to my account.
893  Economy / Games and rounds / Re: Contest: New name for BFGMiner! (0.33 - 1 BTC prize) on: March 04, 2013, 08:49:31 PM
YAM - Yet another Miner Wink
894  Economy / Service Discussion / Re: Blockchain.info coin mixer TOTAL RIPOFF on: February 24, 2013, 09:26:04 PM
You can use the SR mixer/tumbler for free afaik. Just deposit and cashout later.
895  Bitcoin / Hardware / Re: The bASIC Refund Tracking Thread on: January 29, 2013, 08:29:14 AM
Quote
12-Oct-2012   1582   0   1   0   Refunded   CC   16-Jan-2013   No   whizter

I got full refund. Please update the list.
896  Bitcoin / Hardware / Re: The bASIC Refund Tracking Thread on: January 26, 2013, 08:16:54 AM
Quote
12-Oct-2012   1582   0   1   0   Ready To Ship   CC   -   16-Jan-2013   No   whizter

My order now shows as "refunded" and I received an email saying my order status changed. But money didn't arrive yet.
897  Bitcoin / Project Development / Re: [BOUNTY] 2 BTC - logo for Trezor: Bitcoin Hardware Wallet on: January 22, 2013, 09:15:08 PM
clean and simple. the O represents a lock.



EDIT: I wasn't really happy, so I made this one:

898  Bitcoin / Hardware / Re: The bASIC Refund Tracking Thread on: January 22, 2013, 07:49:21 PM
*  21.10.2012
 * 1582
 * Quantity BASIC02 (the $599.99 36GH/s unit): 1
 * Order status currently shown on website: Ready To Ship
 * Payment type (Bitcoin or credit card): Credit Card (too late for chargeback)
 * Date refund was requested (empty if not received): 16.01.2013
 * Date refund was received (empty if not received): not yet
899  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 13, 2013, 01:57:45 PM
Hey, I have a theoretical technical question regarding the Wallet Service that I'm using for a few days now.

Let's assume the service is suddenly stopped or the website is not working or offline for whatever reasons.
I got a backup of wallet.aes.json stored offline. Is there a way to decrypt it using my password to gain access to my private keys without the website?
It must be possible somehow of course, but how could you do it without having access to the scripts?
900  Bitcoin / Project Development / Re: To All Rails Developers: SQL Injection Flaw Haunts All Ruby on Rails Versions on: January 12, 2013, 09:58:55 PM
This exploit is already being used, bitoins were stolen from Vircurex and Cryptostocks according to http://www.heise.de/newsticker/meldung/Diebe-stehlen-Bitcoins-per-Rails-Exploit-1782688.html
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!