Bitcoin Forum
May 03, 2024, 05:39:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  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 47 48 49 50 51 [52] 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 »
1021  Local / Anfänger und Hilfe / Re: Tor-Update-Skript on: July 26, 2014, 10:20:07 AM
Wozu ist Tor gut - geht man damit nicht über mehrere Netzwerke, wo dann Daten abgefangen werden können?

Guckst Du hier --> LINK

Kurz: Tor ist ein Netzwerk zur Anonymisierung von Verbindungsdaten. Es wird für TCP-Verbindungen eingesetzt und kann beispielsweise für Web-Browsing, Instant Messaging, IRC, SSH, E-Mail, P2P und anderes benutzt werden. Tor schützt seine Nutzer vor der Analyse des Datenverkehrs. Es basiert auf der originalen Idee des Onion-Routings.
1022  Local / Anfänger und Hilfe / Re: Bild hochladen on: July 26, 2014, 10:16:50 AM
Du musst die Bilder zu einem Gratis-Bild-Upload hochladen, z.B. directupload.net.

Dort erhälst Du eine URL, die packst Du dann in den IMG-Tag.  Wink

Gruss Carsten.
1023  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer S1 SoloMining Setup/Easy Solo/Own Pool Setup! on: July 26, 2014, 09:00:21 AM
Hi all,

regarding to my fist post here, there was a typo in the bitcoin.conf (I´ve missed to change the persist-setting from True to False).  Wink

In the meantime i´ve installed on a other server, and it seams to be working, but on the start i still get a few errors.

See attached log.

Quote


C:\Users\Administrator>"C:\Users\Administrator\Desktop\CALL P2Pool.lnk"

E:\p2pool>run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable -upnp --disable-advertise --outgoing-conns 0 --bitcoind-config-path E:\Bitcoin-Data\bitcoin.conf
2014-07-26 10:51:25.123000 p2pool (version unknown 7032706f6f6c)
2014-07-26 10:51:25.139000
2014-07-26 10:51:25.139000 Testing bitcoind RPC connection to 'http://127.0.0.1:17444/' with username 'Solo'...
2014-07-26 10:51:25.607000     ...success!
2014-07-26 10:51:25.607000     Current block hash: 1de6aa4457ae2dbdb2ef1bfb16019d0350ccf9358fad4132
2014-07-26 10:51:25.607000     Current block height: 312544
2014-07-26 10:51:25.607000
2014-07-26 10:51:25.607000 Testing bitcoind P2P connection to '127.0.0.1:17334'.
..
2014-07-26 10:51:25.638000     ...success!
2014-07-26 10:51:25.638000
2014-07-26 10:51:25.638000 Determining payout address...
2014-07-26 10:51:25.638000     Loaded cached address: 1NE5n9xuShs1mtREN7wjM1R8hcC23QYrXt...
2014-07-26 10:51:25.654000     ...success! Payout address: 1NE5n9xuShs1mtREN7wjM1R8hcC23QYrXt
2014-07-26 10:51:25.654000
2014-07-26 10:51:25.654000 Loading shares...
2014-07-26 10:51:26.730000     ...done loading 267 shares (267 verified)!
2014-07-26 10:51:26.730000
2014-07-26 10:51:26.730000 Initializing work...
2014-07-26 10:51:27.276000     ...success!
2014-07-26 10:51:27.276000
2014-07-26 10:51:27.292000 Joining p2pool network using port 9333...
2014-07-26 10:51:27.292000 > Unhandled Error
2014-07-26 10:51:27.292000 > Traceback (most recent call last):
2014-07-26 10:51:27.292000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1163, in gotResult
2014-07-26 10:51:27.292000 >     _inlineCallbacks(r, g, deferred)
2014-07-26 10:51:27.292000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-26 10:51:27.292000 >     result = g.send(result)
2014-07-26 10:51:27.292000 >   File "E:\p2pool\p2pool\main.py", line 159, in main
2014-07-26 10:51:27.292000 >     for addr_df in map(parse, net.BOOTSTRAP_ADDRS):
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1245, in unwindGenerator
2014-07-26 10:51:27.307000 >     return _inlineCallbacks(None, gen, Deferred())
2014-07-26 10:51:27.307000 > --- <exception caught here> ---
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-26 10:51:27.307000 >     result = g.send(result)
2014-07-26 10:51:27.307000 >   File "E:\p2pool\p2pool\main.py", line 150, in parse
2014-07-26 10:51:27.307000 >     defer.returnValue(((yield reactor.resolve(host)), port))
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 567, in resolve
2014-07-26 10:51:27.307000 >     if abstract.isIPAddress(name):
2014-07-26 10:51:27.307000 >   File "E:\Python27\lib\site-packages\twisted\internet\abstract.py", line 496, in isIPAddress
2014-07-26 10:51:27.307000 >     dottedParts = addr.split('.')
2014-07-26 10:51:27.307000 > exceptions.AttributeError: 'list' object has no attribute 'split'
2014-07-26 10:51:27.323000     ...success!
2014-07-26 10:51:27.323000
2014-07-26 10:51:27.323000 Listening for workers on '' port 9332...
2014-07-26 10:51:27.744000     ...success!
2014-07-26 10:51:27.744000
2014-07-26 10:51:27.744000 Started successfully!
2014-07-26 10:51:27.744000 Go to http://127.0.0.1:9332/ to view graphs and statistics!
2014-07-26 10:51:27.744000 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2014-07-26 10:51:27.744000
2014-07-26 10:51:30.755000 P2Pool: 257 shares in chain (267 verified/267 total)Peers: 0 (0 incoming)
2014-07-26 10:51:30.755000  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh
2014-07-26 10:51:30.755000  Shares: 0 (0 orphan, 0 dead) Stale rate: Huh Efficiency: Huh Current payout: 25.0450 BTC
2014-07-26 10:51:30.755000  Pool: 1362GH/s Stale rate: 50.0% Expected time to block: 1.9 years



Here ist the bitcoin.py

Quote

from p2pool.bitcoin import networks

# CHAIN_LENGTH = number of shares back client keeps
# REAL_CHAIN_LENGTH = maximum number of shares back client uses to compute payout
# REAL_CHAIN_LENGTH must always be <= CHAIN_LENGTH
# REAL_CHAIN_LENGTH must be changed in sync with all other clients
# changes can be done by changing one, then the other

PARENT = networks.nets['bitcoin']
SHARE_PERIOD = 30 # seconds
CHAIN_LENGTH = 24*60*60//10 # shares
REAL_CHAIN_LENGTH = 24*60*60//10 # shares
TARGET_LOOKBEHIND = 200 # shares
SPREAD = 3 # blocks
IDENTIFIER = 'fc70035c7a81bc6f'.decode('hex')
PREFIX = '2472ef181efcd37b'.decode('hex')
P2P_PORT = 9333
MIN_TARGET = 0
MAX_TARGET = 2**256//2**32 - 1
PERSIST = False
WORKER_PORT = 9332
BOOTSTRAP_ADDRS=''.split(' '),
ANNOUNCE_CHANNEL = '#p2pool'
VERSION_CHECK = lambda v: 50700 <= v < 60000 or 60010 <= v < 60100 or 60400 <= v
VERSION_WARNING = lambda v: 'Upgrade Bitcoin to >=0.8.5!' if v < 80500 else None



And here the bitcoin.conf

Quote

Server=1
rpcuser=Solo
rpcpassword=xxx-removed-xxx
rpcallowip=10.180.114.* #Or whatever your network is only the p2pool has to connect
rpcport=17444 #Pick Something p2pool reads the conf for all settings
port=17334 #Pick Something p2pool reads the conf for all settings
maxconnections=100




And here is the CALL.bat

Quote
run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable-upnp --disable-advertise --outgoing-conns 0 --bitcoind-config-path E:\Bitcoin-Data\bitcoin.conf


I´m goining to try solomining with 4 Antminer S1.



Best regards, Carsten.
1024  Local / Biete / Re: Cointerra Terraminer 1,6 TH/s on: July 24, 2014, 04:16:21 PM
Meine Farm (1.2 TH/s) ist für 850 € bei ebay weggegangen, also umgerechnet 0,70 € pro GH.

Allerdings muss man dazu sagen, daß es 4 * Avalons, 4 * Antminer S1, 2 * Block Eruter Cube, 50 * USB (0,333GH/s) und 15 * AntMiner U1 waren. - Sprich hat einen entsprechend hohen Strombedarf (ca. 5 KW/h).

Da steht man sich mit einem Cointerra bei 2,1 KW/h deutlich besser.  Wink Und deshalb ist der auch teurer.

Just my 2 cent.
1025  Local / Biete / Re: [ERLEDIGT] Kompl. Mining Farm mit 1.2 TH/s u.a. 4 * Antminer S1 on: July 23, 2014, 10:06:56 PM
ERLEDIGT, alles verkauft.  Wink
1026  Local / Biete / Re: [Verkaufe] Kompl. Mining Farm mit 1.2 TH/s u.a. 4 * Antminer S1 on: July 23, 2014, 09:18:52 PM
Sorry, aber wie im Angebot beschrieben verkaufe ich nur komplett.
1027  Local / Deutsch (German) / Re: Forum duldet Fakebewertungen und macht nichts on: July 23, 2014, 05:14:47 PM
Nein, es ist noch drin. Unter "Untrusted Feedback".
1028  Other / Archival / Re: [B] 2 BTC [S] Geld per Post on: July 23, 2014, 05:04:40 PM
Hallo BTCTalk,

da auf Localbitcoins leider kein reger Betrieb in der Richtung herrscht, würde ich hier gerne meine knapp 2 BTC verkaufen gegen CashInMail.
Ich handle NUR mit Escrow bzw. bei alteingessesenen Usern sende ich ggf auch first.
Wallet signieren / Screenshot etc ist alles kein Problem.

Bitte schlagt mir einfach eine Rate vor. Alles weitere besprechen wir dann per PM.

LG

SCAM-ALERT

Siehe dazu auch hier ---> https://bitcointalk.org/index.php?topic=705687.msg7976841#msg7976841
1029  Alternate cryptocurrencies / Mining (Altcoins) / Re: Antminer S1 SoloMining Setup/Easy Solo/Own Pool Setup! on: July 23, 2014, 01:43:46 PM
Hello all,

i´ve installed all components, synched wallet and configured everything. But when i start the bat-file i get several errors.
Access the Graphs & Stats works.

Can someone help me with this issue, please?

Quote
E:\p2pool-rav-master>CALL.bat

E:\p2pool-rav-master>run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable-upnp --bitcoind-config-path E:\Blockchain\bitcoin.conf
2014-07-23 15:35:33.466000 p2pool (version unknown 7032706f6f6c2d7261762d6d6173746572)
2014-07-23 15:35:33.466000
2014-07-23 15:35:33.466000 Testing bitcoind RPC connection to 'http://127.0.0.1:17444/' with username 'Solo'...
2014-07-23 15:35:33.880000     ...success!
2014-07-23 15:35:33.881000     Current block hash: 1fcd0ac4fb6b1d2386c09d450a16bca857ec715594c4de2
2014-07-23 15:35:33.881000     Current block height: 312120
2014-07-23 15:35:33.881000
2014-07-23 15:35:33.881000 Testing bitcoind P2P connection to '127.0.0.1:17334'...
2014-07-23 15:35:33.997000     ...success!
2014-07-23 15:35:34.009000
2014-07-23 15:35:34.010000 Determining payout address...
2014-07-23 15:35:34.010000     Loaded cached address: 153EjPGN5AnAsrYPBhin8BUjSq3VNAL6HP...
2014-07-23 15:35:34.019000     ...success! Payout address: 153EjPGN5AnAsrYPBhin8BUjSq3VNAL6HP
2014-07-23 15:35:34.019000
2014-07-23 15:35:34.019000 Loading shares...
2014-07-23 15:35:34.020000     ...done loading 0 shares (0 verified)!
2014-07-23 15:35:34.020000
2014-07-23 15:35:34.021000 Initializing work...
2014-07-23 15:35:34.495000     ...success!
2014-07-23 15:35:34.496000
2014-07-23 15:35:34.496000 Joining p2pool network using port 9333...
2014-07-23 15:35:34.499000 > Unhandled Error
2014-07-23 15:35:34.500000 > Traceback (most recent call last):
2014-07-23 15:35:34.500000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1163, in gotResult
2014-07-23 15:35:34.500000 >     _inlineCallbacks(r, g, deferred)
2014-07-23 15:35:34.501000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-23 15:35:34.501000 >     result = g.send(result)
2014-07-23 15:35:34.501000 >   File "E:\p2pool-rav-master\p2pool\main.py", line 159, in main
2014-07-23 15:35:34.501000 >     for addr_df in map(parse, net.BOOTSTRAP_ADDRS):
2014-07-23 15:35:34.501000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1245, in unwindGenerator
2014-07-23 15:35:34.502000 >     return _inlineCallbacks(None, gen, Deferred())
2014-07-23 15:35:34.502000 > --- <exception caught here> ---
2014-07-23 15:35:34.502000 >   File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-23 15:35:34.502000 >     result = g.send(result)
2014-07-23 15:35:34.502000 >   File "E:\p2pool-rav-master\p2pool\main.py", line 150, in parse
2014-07-23 15:35:34.503000 >     defer.returnValue(((yield reactor.resolve(host)), port))
2014-07-23 15:35:34.503000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 567, in resolve
2014-07-23 15:35:34.503000 >     if abstract.isIPAddress(name):
2014-07-23 15:35:34.503000 >   File "E:\Python27\lib\site-packages\twisted\internet\abstract.py", line 496, in isIPAddress
2014-07-23 15:35:34.503000 >     dottedParts = addr.split('.')
2014-07-23 15:35:34.504000 > exceptions.AttributeError: 'list' object has no attribute 'split'
2014-07-23 15:35:34.508000     ...success!
2014-07-23 15:35:34.508000
2014-07-23 15:35:34.508000 Listening for workers on '' port 9332...
2014-07-23 15:35:34.579000     ...success!
2014-07-23 15:35:34.580000
2014-07-23 15:35:34.580000 Started successfully!
2014-07-23 15:35:34.580000 Go to http://127.0.0.1:9332/ to view graphs and statistics!
2014-07-23 15:35:34.580000 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2014-07-23 15:35:34.581000
2014-07-23 15:35:37.581000 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2014-07-23 15:35:37.581000  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh
2014-07-23 15:35:39.776000 > Unhandled Error
2014-07-23 15:35:39.777000 > Traceback (most recent call last):
2014-07-23 15:35:39.777000 >   File "E:\p2pool-rav-master\p2pool\main.py", line 595, in run
2014-07-23 15:35:39.777000 >     reactor.run()
2014-07-23 15:35:39.777000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 1192, in run
2014-07-23 15:35:39.778000 >     self.mainLoop()
2014-07-23 15:35:39.778000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 1201, in mainLoop
2014-07-23 15:35:39.778000 >     self.runUntilCurrent()
2014-07-23 15:35:39.778000 >   File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 824, in runUntilCurrent
2014-07-23 15:35:39.778000 >     call.func(*call.args, **call.kw)
2014-07-23 15:35:39.779000 > --- <exception caught here> ---
2014-07-23 15:35:39.779000 >   File "E:\p2pool-rav-master\p2pool\bitcoin\stratum.py", line 38, in _send_work
2014-07-23 15:35:39.779000 >     x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2014-07-23 15:35:39.779000 >   File "E:\p2pool-rav-master\p2pool\work.py", line 177, in preprocess_request
2014-07-23 15:35:39.780000 >     raise jsonrpc.Error_for_code(-12345)(u'p2pool is not connected to any peers')
2014-07-23 15:35:39.780000 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is not connected to any peers
2014-07-23 15:35:55.581000 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2014-07-23 15:35:55.581000  Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh
1030  Local / Biete / Re: [Verkaufe] Kompl. Mining Farm mit 1.2 TH/s u.a. 4 * Antminer S1 on: July 23, 2014, 12:31:05 PM
*** Push ***
1031  Local / Projektentwicklung / Re: BitcoinLiveBets.com: Livewetten, hunderte Sportwetten, kompl. auf deutsch | Beta on: July 21, 2014, 09:43:15 PM
Da die Seite immer noch offline ist & der Betreiber seit 15.7. nicht mehr online war hier, sage ich mal Tschüss "Bitcoinlivebets".  Angry

War dann wohl am Ende ein SCAM mit den WM-Wetten.

Schade.
1032  Local / Biete / Re: [Verkaufe] Kompl. Mining Farm mit 1.2 TH/s u.a. 4 * Antminer S1 on: July 21, 2014, 07:47:20 PM
Wie kommst du auf 200€ Portokosten?

Naja, das sind die maximalen Kosten bei Versand per Spedition. - Es ist ja nicht gerade wenig von Gewicht & Volumen.
Da kommen gesamthaft locker über 80 KG zusammen.

Aber ist ausdrücklich nur eine letzte Option. - Bevorzugt wird Abholung oder ich liefere im Umkreis bis 200 KM für faire 0,3 € / KM.

Wenn jemand selber eine günstige Beiladung bei einer Spedition organisiert geht es auch billiger bei Entfernung > 200 KM..

Gruss Carsten.
1033  Local / Biete / Re: Free LAT on: July 21, 2014, 10:11:23 AM
Editiere mal Deinen Link ... da ist ein mailto: drin.  Wink
1034  Local / Biete / Re: [Verkaufe] Kompl. Mining Farm mit 1.2 TH/s u.a. 4 * Antminer S1 on: July 20, 2014, 04:31:43 PM
was ist die  1 * LAN-Steckdose für ein modell/hersteller ?

Das ist eine EG-PMS2-LAN von EnerGenie (Gembird) --> Link
1035  Local / Biete / [ERLEDIGT] Kompl. Mining Farm mit 1.2 TH/s u.a. 4 * Antminer S1 on: July 20, 2014, 11:23:33 AM
Hallo zusammen,

ich verkaufe, wegen Systemwechsel, meine kompl. Bitcoin Mining Farm mit ~1.25 TH/s.

Die Farm besteht aus:

    4 * Antminer S1 (je 180 - 205 GH/s)
    2 * Erupter Cube (je 25 GH/s)
    1 * Servernetzteil 2100 Watt für die o.g. 4 * S1 & die 2 * Cube

    4 * AVALON (1 * 60 GH/S, 1 * 80 GH/S, 1 * 155 GH/S)
    Bei den 4 Avalon sind 2 über USB zu einem Miner (155 GH/S) zusammengeschaltet.
    Netzteil jeweils original mit 650 - 850 Watt fest eingebaut.

    15 * Antminer U1 (je 2 GH/s)
    50 * USB Block Erupter (je 333 MH/s)

    2 * Raspberry Pi komplett mit Netzteil & SD-Karte.
    Einmal mit Minepeon und einmal mit BFG-Miner. Hier dran laufen alle USB-Geräte und die beiden Cubes.

   15 * D-Link USB-HUB (jeweils mit 5 der o.g. USB-Miner) inkl. original Netzteilen

    8 * USB-Lüfter

   1 * LAN-Steckdose (für zeitgesteuertes Ein-/Ausschalten über LAN oder per vordefiniertem Timer)
     EDIT: Ist eine EG-PMS2-LAN von EnerGenie (Gembird) --> Link
   3 * Mehrfachsteckdosen

    1 * LAN-Switch D-Link DGS-1016D

    Alle Netzwerk-/Stromkabel

Alle Geräte laufen stabil und sind derzeit in Betrieb.

Die Gesamt-Leistung liegt bei min. 1 TH/s, i.d.R. kommen bei CEX.io  1.19 bis 1.25 TH/s an.

Weitere Info´s & Bilder gibt´s in der Bucht --> LINK

REALISTISCHE Preisvorschläge hier in BTC oder FIAT sind willkommen, aber bitte keine Diskussionen über Leistung / Wirtschaftlichkeit, etc., pp.

Gruß Carsten.

P.S.: Es wird nur komplett verkauft!
1036  Local / Mining (Deutsch) / Re: FYI: Geplante Wartungsarbeiten bei CEX & GHash am 24.6. von 04:00 - 05:00 AM GMT on: June 23, 2014, 06:20:00 PM
Naja, die Wartungsarbeiten sind ja dann in "unsere Zeitzone" zwischen 06:00 und 07:00 Uhr GMT(+2).
Ich glaube nicht dass da unbedingt viele switchen werden, wobei natürlich klar gesagt werden muss:

P2Pool z.B. via diesem Pool klar zu empfehlen ist.

Mehr Info's zum Thema: P2Pool mit 0% Fee

Hintergrundwissen: 51% Warnung für GHash & GHash nah an 51%

Gruss Carsten.
1037  Local / Anfänger und Hilfe / Re: Bestädigungen von bitcoins on: June 23, 2014, 05:25:21 PM
Kommt drauf an:

a) von wo versendet (lokal aus der Wallet oder von einem Anbieter)?
b) Im Fall von Wallet: Fee gezahlt?
c) Im Fall von Wallet: Wallet synch?

Wenn's kein Geheimnis ist könntest Du hier die TX-ID posten, dann kann man in der Blockchain nachsehen.

Gruss Carsten.
1038  Local / Mining (Deutsch) / FYI: Geplante Wartungsarbeiten bei CEX & GHash am 24.6. von 04:00 - 05:00 AM GMT on: June 23, 2014, 04:45:04 PM
FYI: Geplante Wartungsarbeiten bei CEX & GHash am 24.6. von 04:00 - 05:00 AM GMT(0)

Quelle: NEWS

Gruss Carsten.

P.S.: Ich hofe mal es kommt dann endlich die DRK-Wallet.  Roll Eyes
1039  Local / Altcoins (Deutsch) / Re: Hot Coins on: June 21, 2014, 02:26:58 PM
Puh, gerade noch vor`m Total-Absturz bei 0.0000395 BTC rausgekommen.  Wink
Jetzt steht der SC bei 0.000027 BTC  Tongue

Somit zwar jetzt 28% Verlust in BTC realisiert, aber ich denke es war Zeit die Notbremse zu ziehen.  Cool

EDIT: Jetzt gibt's ne SELL-Order über 500.000 SC bei 0.000034 BTC (macht 16 BTC).  Shocked

Bin ich froh.
1040  Local / Altcoins (Deutsch) / Re: Hot Coins on: June 21, 2014, 11:51:41 AM
Der SC ist leider immer noch auf dem Weg nach unten ...  Sad

Glaube ich gehe jetzt mit 50% BTC Verlust raus und setzte die BTC lieber heute Abend auf Sieg Deutschland.  Grin

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 47 48 49 50 51 [52] 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!