Bitcoin Forum
July 05, 2024, 11:37:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Projektentwicklung / Glücksspielseite wie Primedice aus Deutschland betreiben? on: February 19, 2015, 07:05:56 PM
Hallo zusammen,

weiß jemand ob es in Deutschland legal ist eine Webseite wie Primedice oder ähnliche zu betreiben?
Sprich: Zufallswetten mit Bitcoins.

Unter welchen Umständen kann man das in DE realisieren?

Danke vielmals,
m.
2  Economy / Gambling / Re: mBit Casino | 24/7 Live Dealers, 200+ Games, Chat Support, Licensed on: September 22, 2014, 06:53:59 PM
What is your minimum bet on classic blackjack?
3  Economy / Service Discussion / Re: Bitrule.com launches stop-loss for Bitstamp and BTC-e on: May 22, 2014, 06:10:14 PM
How often do you update the market price at bitstamp?
4  Economy / Scam Accusations / Re: RitzGrandCasino Scam, not provably fair, deleting replies in thread. on: March 02, 2014, 06:37:48 PM
I have retracted my initial negative rating.
Despite all the negative feedback, their service is very cooperative. Anytime I had a glitch in any game (like hangup) they credited me the full credit amount back.
5  Other / Beginners & Help / Re: BitStamp - Withdrawal Prohibited on: February 20, 2014, 06:32:28 PM
It's a security constraint due to some phishing mails in the past. They probably just disable bitcoin withdrawals on accounts that multiple withdrawals above a specific threshold.

Mail to security@bitstamp.net and ask them to reenable btc withdrawals, if you can ensure your account is safe and you did not click or receive any phishing mails.

btw: I don't know why they can't just announce this on their new page. But that's just the way it is...
6  Other / Beginners & Help / Re: BitStamp - Withdrawal Prohibited on: February 20, 2014, 09:58:54 AM
I'm too having the problem (although I was allowed to transfer bitcoins in the past).
7  Bitcoin / BitcoinJ / How to authenticate with challange and private keys? [Java] on: February 13, 2014, 04:22:24 PM
I'd like to translate the following JS code into Java code:

Code:
var key = new Bitcoin.ECKey(Crypto.util.hexToBytes(SHA256(password))); //password = private user password
var signed_challenge = Crypto.util.bytesToHex(key.sign(Crypto.util.hexToBytes(SHA256(challenge_key)))); //challenge_key = generated key from server
The challenge_key is the desired output and must be send back to the server.

I'm want to use bitcoinj for this. Maybe anyone has already worked with it and can help how the calls in java have to be constructed? I came up with the following, but don't know how to continue:
Code:
String password; //the private user pw
String challenge; //a string from the server

BigInteger privkey = new BigInteger(Hex.decode(Sha256Hash.create(password.getBytes()).toString()));
ECKey key = new ECKey(privkey);
key.sign(new Sha256Hash(challenge));

If what I did is correct: how do I get the challange_key that has to be send back to the server out of the ECkey that I signed?
8  Local / Deutsch (German) / Re: 1 Jahr Haltefrist für Steuerfreiheit: Praktische Umsetzung on: November 29, 2013, 10:07:26 PM
Solange ich BTC gekauft habe und sie nicht in Fiat zurück wandel, muss ich aber doch in diesem Jahr keine Steuern zahlen. Oder sehe ich das was falsch?
Denn der mögliche Gewinn steht ja noch nicht fest. Erst dann, wenn/falls ich auscachen würde.
9  Economy / Exchanges / Re: www.BITSTAMP.net Bitcoin exchange site for USD/BTC on: November 22, 2013, 09:43:47 PM
Just to report something positive: I now got my deposit (from last week) of serveral k credited.
10  Economy / Exchanges / Re: www.BITSTAMP.net Bitcoin exchange site for USD/BTC on: November 22, 2013, 11:08:09 AM
Still awaiting a several k SEPA deposit I made on 16th of november. NO response whatsoever by ticket support or email. Wonder if I'll ever see the money again??
11  Economy / Service Discussion / Re: www.bitstamp.net - owner has denied your access to the site. on: November 20, 2013, 08:35:12 AM
Anyone received a deposit this week? I made a SEPA on sunday, but still no amount in bitstamp...
12  Economy / Service Discussion / Re: www.bitstamp.net - owner has denied your access to the site. on: November 20, 2013, 07:08:38 AM
Ddos: http://www.coindesk.com/bitstamp-suffers-banking-software-issue-ddos-attack/
13  Economy / Service Discussion / Re: www.bitstamp.net - owner has denied your access to the site. on: November 19, 2013, 04:37:05 PM
Still off for me, Germany.
14  Local / Anfänger und Hilfe / Bitcoins auf dem PC sichern? on: November 13, 2013, 08:24:29 PM
Hallo,

kann mir jemand kurz und knapp sagen, wie ich am Besten zum heutige Zeitpunkt meine BTC auf dem Heimpc sichern kann?
Ich möchte kein OnlineWallet haben, da die Seiten ja schonmal gehackt werden oder plötzlich verschwinden.

Gibt es ein empfehlenswertes Tool, das mir quasi eine Bitcoin Adresse auf meinem PC erzeugt, zu dem ich zB von Bitstamp aus hin überweisen kann?
Es müsste nach Möglichkeit auch innerhalb von wenigen Minuten transferiert sein, um ggf schnelle Transaktionen zu ermöglichen.

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