Search content
Sort by

Showing 12 of 12 results by membersound
Post
Topic
Board Projektentwicklung
Topic OP
Glücksspielseite wie Primedice aus Deutschland betreiben?
by
membersound
on 19/02/2015, 19:05:56 UTC
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.
Post
Topic
Board Gambling
Re: mBit Casino | 24/7 Live Dealers, 200+ Games, Chat Support, Licensed
by
membersound
on 22/09/2014, 18:53:59 UTC
What is your minimum bet on classic blackjack?
Post
Topic
Board Service Discussion
Re: Bitrule.com launches stop-loss for Bitstamp and BTC-e
by
membersound
on 22/05/2014, 18:10:14 UTC
How often do you update the market price at bitstamp?
Post
Topic
Board Scam Accusations
Re: RitzGrandCasino Scam, not provably fair, deleting replies in thread.
by
membersound
on 02/03/2014, 18:37:48 UTC
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.
Post
Topic
Board Beginners & Help
Re: BitStamp - Withdrawal Prohibited
by
membersound
on 20/02/2014, 18:32:28 UTC
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...
Post
Topic
Board Beginners & Help
Re: BitStamp - Withdrawal Prohibited
by
membersound
on 20/02/2014, 09:58:54 UTC
I'm too having the problem (although I was allowed to transfer bitcoins in the past).
Post
Topic
Board BitcoinJ
Topic OP
How to authenticate with challange and private keys? [Java]
by
membersound
on 13/02/2014, 16:22:24 UTC
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?
Post
Topic
Board Deutsch (German)
Re: 1 Jahr Haltefrist für Steuerfreiheit: Praktische Umsetzung
by
membersound
on 29/11/2013, 22:07:26 UTC
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.
Post
Topic
Board Exchanges
Re: www.BITSTAMP.net Bitcoin exchange site for USD/BTC
by
membersound
on 22/11/2013, 21:43:47 UTC
Just to report something positive: I now got my deposit (from last week) of serveral k credited.
Post
Topic
Board Exchanges
Re: www.BITSTAMP.net Bitcoin exchange site for USD/BTC
by
membersound
on 22/11/2013, 11:08:09 UTC
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??
Post
Topic
Board Service Discussion
Re: www.bitstamp.net - owner has denied your access to the site.
by
membersound
on 19/11/2013, 16:37:05 UTC
Still off for me, Germany.
Post
Topic
Board Anfänger und Hilfe
Topic OP
Bitcoins auf dem PC sichern?
by
membersound
on 13/11/2013, 20:24:29 UTC
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