Search content
Sort by

Showing 20 of 26 results by asyn
Post
Topic
Board Deutsch (German)
Re: CoinTracking - Gewinn/Verlust Portfolio und Steuer Reporting für digitale Coins
by
asyn
on 10/11/2022, 14:35:50 UTC
Hi Andreas,

kannst du mal checken woher Cointracking den Preis von LDOT (Acala liquid dot) zieht? Der stimmt hinten und vorne nicht mit dem echten Preis überein.

z. B. aktueller Cointracking LDOT Preis: 0.27 EUR

Tatsächlicher Preis laut https://stats.acala.network/pools ist: $0.7884, also 0.78 EUR

CoinGecko hat $0.66 als Preis, geht also immerhin schon in die richtige Richtung (https://www.coingecko.com/de/munze/liquid-staking-dot).

Für Steuerzwecke ist der Cointrackingpreis in dem Fall aktuell also leider nicht zu gebrauchen.
Post
Topic
Board Games and rounds
Re: 1000 BTC GIVEAWAY! From your friend rekcahxfb
by
asyn
on 03/08/2016, 16:38:39 UTC
36WGgQt56VNXtanWDxDGBxAgpibufzUFMu
Post
Topic
Board Service Announcements
Re: Kraken Notifier | email notifications on balance changes (deposits, trades…)
by
asyn
on 01/04/2014, 19:28:20 UTC
Thanks for your feedback Dargo.

To mitigate any risk users are encouraged to

  • Use another email address (as Dargo mentioned).
  • Make sure the API key has only one permission "Query funds", nothing else.
or
Post
Topic
Board Project Development
Re: Kraken Notifier | email notifications on balance changes (deposits, trades…)
by
asyn
on 01/04/2014, 17:45:48 UTC
Moved to the better fitting category Service Announcements: https://bitcointalk.org/index.php?topic=553114.0
Post
Topic
Board Service Announcements
Topic OP
Kraken Notifier | email notifications on balance changes (deposits, trades…)
by
asyn
on 01/04/2014, 17:42:12 UTC
Kraken Notifier

http://i.imgur.com/SVbAY7U.jpg

Hi everyone,

kraken.com sadly doesn't offer notifications when your deposits arrive or a trade gets executed. I created Kraken Notifier to offer this important service until they are going to implement this feature in kraken.com.

All you need to setup a notification is an api key with the sole permission "Query Funds".

If you don't want to give your API key away just grab a copy at https://github.com/trapp/krakennotifier and run your own instance. It's completely open source.

Check it out: https://krakennotifier.zaeda.net

What do you think?
Post
Topic
Board Projektentwicklung
Topic OP
Kraken Notifier | E-Mail Benachrichtigungen bei Trades und Gutschriften
by
asyn
on 01/04/2014, 17:28:33 UTC
Kraken Notifier

http://i.imgur.com/SVbAY7U.jpg

Hi Leute,

kraken.com schickt leider keine Benachrichtigung wenn eine Einzahlung angekommen ist oder ein Trade endlich durchgeführt wurde. Ich habe deshalb Kraken Notifier entwickelt um diese Funktion anbieten zu können bis kraken.com sie selbst bei sich einbauen.

Um eine Benachrichtigung einzurichten reicht ein API key mit der Berechtigung "Query Funds".

Wer seine API keys lieber nicht rausrückt kann den Service auch selbst hosten, es ist komplett Open Source: https://github.com/trapp/krakennotifier

Schauts euch mal an: https://krakennotifier.zaeda.net

Habt ihr Verbesserungsvorschläge?
Post
Topic
Board Project Development
Topic OP
Kraken Notifier | email notifications on balance changes (deposits, trades…)
by
asyn
on 01/04/2014, 17:23:06 UTC
Kraken Notifier

http://i.imgur.com/biRuksL.png

Hi everyone,

kraken.com sadly doesn't offer notifications when your deposits arrive or a trade gets executed. I created Kraken Notifier to offer this important service until they are going to implement this feature in kraken.com.

All you need to setup a notification is an api key with the sole permission "Query Funds".

If you don't want to give your API key away just grab a copy at https://github.com/trapp/krakennotifier and run your own instance. It's completely open source.

Check it out: https://krakennotifier.trapp.io

What do you think?
Post
Topic
Board Bitcoin Discussion
Re: Mt Gox CEO resigns from Bitcoin Foundation
by
asyn
on 24/02/2014, 07:53:17 UTC
As I understand the bitcoinfoundation blog post it's not Mark Karpeles who resigned but his Company Mt.Gox.

He is on the board as individual and Mt.Gox has a industry membership. The blog post refers only to the industry membership of the company.

Mister Latte is still on the board.
Post
Topic
Board Treffen
Re: Bitcoin Offenburg
by
asyn
on 28/11/2013, 11:48:14 UTC
Hey,

Ich bin auch aus dem Raum Freiburg.

Bin schon gespannt ob sich noch paar melden für das erste Treffen.
Post
Topic
Board Bitcoin Discussion
Re: Vote for the removal of Mike Hearn as Chair of the Bitcoin Foundations Law & Pol
by
asyn
on 15/11/2013, 08:36:46 UTC
Guys calm down!

He just called for a discussion and this is his job as chairmen of the law section.

Why should he get removed for starting a due discussion?
Post
Topic
Board Armory
Re: Armory - Discussion Thread
by
asyn
on 25/10/2013, 21:30:55 UTC
Can't you just convert dice results to a private key yourself and import that into Armory?
Now I feel really lazy but is there any simple way to do this? Any offline open source tools available to do this? Or how exactly do I convert dice results into a private key?

You probably don't want to create a single private key but a complete armory wallet with deterministic keys.

I've created a simple java app some months ago that creates Armory paper backup codes from any text input. I've used it to create a deterministic armory wallet from a very long and specific sentence. No need for a paper backup this way. When I'm in trouble I can escape to Nicaragua without any usb-stick and recover my XBT by just buying a laptop, downloading the JAR file from github and feed it with my passphrase.

It may be not 100% what you're looking for because it uses a string as input, but it's open source and you could tweak it for your needs. The code base is very small.

Source code: https://github.com/trapp/brainwallet
Binary Download: https://github.com/trapp/brainwallet/releases/download/1.0.0/BrainWallet.jar

The app works completely offline and doesn't communicate with anything but as always be careful: Read the code and compile it by yourself to be absolutely sure or use it only in an offline environment.
Post
Topic
Board Armory
Re: Armory - Discussion Thread
by
asyn
on 25/10/2013, 18:23:13 UTC
I just updated to OSX 10.9 and now my armory app is broken with this error in the console...
Code:
% /Applications/Armory.app/Contents/MacOS/     
% ./Armory
Traceback (most recent call last):
  File "ArmoryQt.py", line 26, in
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 47, in
    import _socket
ImportError: dlopen(/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so, 2): Symbol not found: __PyInt_AsInt
  Referenced from: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so
  Expected in: flat namespace
 in /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so

Looks like I just have to install something can someone point me in the right direction?

Is this the .dmg/app that was downloaded from our website?  Or did you follow Red Emerald's instructions to build it yourself?  Because that's clearly referencing system libraries, which I'm pretty sure the .dmg is not supposed to do (it's supposed to be totally isolated).  Perhaps that's a hint for why it doesn't work on some systems?

I have some stuff from picobit to try, which may improve the OSX compatibility.  But I'm still getting caught up with some other things.  Maybe someone else wants to try what he produced and give me a review? Smiley  My new Mac Mini isn't sufficiently setup to try it yet.

Yes it is the application downloaded from your site.

I can confirm this issue. DMG from Armory Website used to function properly in 10.8 but I get the same error after updating to Mavericks.
Post
Topic
Board Development & Technical Discussion
Re: Everything working smoothly after your free update to OSX Mavericks today?
by
asyn
on 25/10/2013, 18:16:37 UTC
Armory doesn't open at all after the update to Mavericks.

So if you are using Armory on your Mac: Don't update to Mavericks until this is fixed!

See https://bitcointalk.org/index.php?topic=56424.msg3395702#msg3395702
Post
Topic
Board Biete
Re: Deutsche Markenschuhe mit Bitcoin kaufen bei - schuhwelt.com
by
asyn
on 16/07/2013, 19:44:42 UTC
Kann man auch im Ladengeschäft mit Bitcoin bezahlen oder geht das nur im Onlineshop?

Falls das auch vor Ort funktioniert würde ich öfter mal vorbei schauen.
Post
Topic
Board Projektentwicklung
Re: Geschäftsidee: Bitcoins gegen Ukash oder Paysafecard verkaufen
by
asyn
on 10/07/2013, 11:38:07 UTC
verstößt das eventuell gegen irgendwelche (geldwäsche-)gesetze?

Sobald Bitcoins der Handelsgegenstand sind braucht man eine BAFIN Lizenz: https://bitcointalk.org/index.php?topic=117008.0

Darüber hinaus gibt es dann im Geldwäschegesetz Grenzbeträge ab denen man den Handelspartner identifizieren muss. Ich glaube das war ab 10,000 €.
Post
Topic
Board Projektentwicklung
Re: Geschäftsidee: Bitcoins gegen Ukash oder Paysafecard verkaufen
by
asyn
on 03/07/2013, 08:08:14 UTC
Also Paysafecard hat sogar schonmal ein offizielles Statement abgegeben, dass Sie keine Bitcoin-Exchanges akzeptieren als Partner:

https://bitcointalk.org/index.php?topic=61517.0

Quote
"Paysafecard is an anonymous payment option – there is no customer identification. By establishing a connection with another anonymous payment service as Bitcoins we would not only lose complete control over the flow of funds but also collide with local AML regulations. At this point we will not work with bitcoin exchanges."

"We allow paysafecard to be used on Virwox as Linden Dollars is a closed loop payment method, it can only be used for 2nd Life. The concern we have with working with a bitcoin exchange is we would enter into a payment cycle where we lose an element of control. If someone uses paysafecard to buy bitcoins we have not control how those bitcoins are used. They could be cashed out through another payment method or used on sites such as Silk Road, which goes completely against our merchant acquisition policy."

Denkt auch dran, dass der gewerbliche Handel von Bitcoins eine BAFIN-Erlaubnis benötigt. Siehe https://bitcointalk.org/index.php?topic=117008.0
Post
Topic
Board Securities
Re: [AMC]-The Official Active Mining Cooperative Discussion
by
asyn
on 28/06/2013, 15:15:25 UTC
Wall is back there. But now it has 1,640,00 shares instead of the 1,580,00 it had 10 minutes ago. This whole thing feels so fishy.
Post
Topic
Board Securities
Re: [AMC]-The Official Active Mining Cooperative Discussion
by
asyn
on 28/06/2013, 14:54:56 UTC
Umm. Where are the 1,500,000 shares for 0.0025 @ bitfunder?

The wall is gone, but I don't think somebody bought it all  Huh.
Post
Topic
Board Securities
Re: [AMC]-The Official Active Mining Cooperative Discussion
by
asyn
on 27/06/2013, 20:16:09 UTC
VMC and AMC will be making a joint announcement this coming Thursday about
their Research And Development.

Timer removed. End time: 2013-06-27+18:00:00

Silly question maybe: Where will this announcement get published?

In this thread or at VMCs website?
Post
Topic
Board Suche
Re: Kaufe jeden Monat Bitcoins im Raum Freiburg
by
asyn
on 05/06/2013, 07:53:28 UTC
Hi Leute,

ich bin jeden Tag in Freiburg in Bahnhofsnähe und könnte euch regelmäßig Coins verkaufen.

Preis ist jeweils Mt.Gox Weighted Average EUR + 7 %.

Bei Interesse PM oder Mail.

Grüße,
Asyn