Zum Inhalt springen
4R3S

Ethereum

Empfohlene Beiträge

42long

Servus, 

 

kann mir einer sagen, was heute mit dem Etherium-Kurs bzw. auch Kursen von einigen anderen Coins los ist (ETH: +99%, NEO + 98%, TRX, +86%) ? Aber leider nicht wirklich, sondern lediglich weil der Kurs von gestern irgendwie falsch ist? Ich bin mir ziemlich sicher, dass ETH gestern nicht bei 1,35 € stand ^^ Ist vielleicht auch ein Frage der Datenquelle? Ich beziehe mich z.B. auf die Kurse auf meinem iPhone, die glaube ich von YahooFinance bezogen werden?

 

Servus

Diesen Beitrag teilen


Link zum Beitrag
Maciej
vor 1 Stunde von 42long:

kann mir einer sagen, was heute mit dem Etherium-Kurs bzw. auch Kursen von einigen anderen Coins los ist (ETH: +99%, NEO + 98%, TRX, +86%) ?

Kann ich anhand der Kurse der einschlägigen Kryptobörsen nicht nachvollziehen. Ich vermute einfach einen Datenfehler beim Kursversorger.

Diesen Beitrag teilen


Link zum Beitrag
kublai

Diesen Beitrag teilen


Link zum Beitrag
Chips
vor 9 Stunden von 42long:

Servus, 

 

kann mir einer sagen, was heute mit dem Etherium-Kurs bzw. auch Kursen von einigen anderen Coins los ist (ETH: +99%, NEO + 98%, TRX, +86%) ? Aber leider nicht wirklich, sondern lediglich weil der Kurs von gestern irgendwie falsch ist? Ich bin mir ziemlich sicher, dass ETH gestern nicht bei 1,35 € stand ^^ Ist vielleicht auch ein Frage der Datenquelle? Ich beziehe mich z.B. auf die Kurse auf meinem iPhone, die glaube ich von YahooFinance bezogen werden?

 

Servus

Ja, Apple sux. 

 

Aber Ethereum hat nun tatsächlich die $400 geknackt. 

 

 

Diesen Beitrag teilen


Link zum Beitrag
kublai

Ethereum 2.0 „kommt ziemlich schnell voran“

Zitat

die volle Implementierung 5 bis 10 Jahre in Anspruch nehmen.

 

Diesen Beitrag teilen


Link zum Beitrag
kublai

So und da rechtliche Dinge für mich nicht ausreichend klar sind, ein Auszug von der SAP Community zu dem Thema 

Zitat

SAP Integration with Ethereum Mainnet

Sorry!

 

„You’ve likely heard of Ethereum in the context of cryptocurrency, but perhaps not so much in the context of enterprise software. In this blog you will learn what Ethereum and Ethereum mainnet are. You will learn how easy it is to connect an SAP ABAP-based system to Ethereum mainnet, try out a demo, and see all the related source code.

The Ethereum Network

Firstly then, a whirlwind tour of Ethereum and its uses. Ethereum is some software you can run on a network of computers referred to as nodes. Each node can be thought of as being identical to all the others. Nodes can run simple programs called smart contractsinside a virtual machine called the Ethereum Virtual Machine (EVM). These smart contracts have access to limited compute and storage resources.

Ethereum deals with transactions which can be triggered by an external user or process, can run a smart contract program and change the state of data held on the Ethereum network. Transactions can be posted every 15 seconds or so and are atomic, they either succeed or fail. If they fail then all changes they made are undone. Similar to SAP business process transactions, an Ethereum transaction is intended to perform some limited business logic and storage. Ethereum is not designed for compute-heavy, storage-heavy or very low-latency operations.

You can think of the Ethereum network like this, many different nodes each with an EVM running inside them:

The Ethereum Network

Ethereum stores smart contracts and the data associated with them in a data structure called a blockchain, sometimes referred to as just a chain. New transactions get grouped into blocks and validated by all the nodes on the network. Transactions are then added to the end of the chain, together with a “fingerprint” (a hash) representing all the previous blocks. This fingerprint feature makes it intentionally very difficult to retrospectively adjust data. The idea is that once a transaction is posted it has been validated by every node and is permanent.

So far so good, if a little unexciting. What is interesting is that when this Ethereum software is run on a network of nodes, a special feature emerges. The special feature is that even if individual nodes are operated by strangers that you cannot necessarily trust, the overall network itself can be trusted to process transactions as the transaction originator intended. This network is very resilient. The overall network can be trusted even if many node operators start colluding together to fiddle with data they are processing.

This special feature can be referred to as “the trustless network”. There is no central authority, middle-man or 3rd party that must be trusted to check that the network is processing transactions honestly. The network of strangers “polices itself”. Ethereum is one example of Distributed Ledger Technology (DLT). The collection of transactions in blocks can be thought of as a ledger, and the network of nodes is the distributed part, hence it forms a DLT.

There is much more to how Ethereum works. The above summary omits a lot of detail that is not relevant to this article. For example, Ethereum is closely associated with cryptocurrency but that aspect is not of interest here. If you want to read more, the book Mastering Ethereum by Andreas Antonopolous is highly recommended. It is free and open-source. Ethereum is young, it turned 5 years old in July 2020 and is an ongoing project. Ethereum 2.0 developmentis underway which will, among other things, improve scalability. This article relates to the Ethereum 1.0 software that is available today.

Ethereum Mainnet

As you’ve just learned, Ethereum is software that you can run on a bunch of networked computers. How big is a bunch? Well, you could run it on a private network inside your enterprise (a private blockchain), or you could open it up a bit and allow known parties to have access and run nodes too, perhaps other enterprises you do business with. When all the parties operating nodes are known, the network is called a permissioned blockchain. People can only join the network if they receive permission from those already running it. An advantage of permissioned chains is that the entire network, all its data and logic, can be hidden from those that are not part of it. This is particularly desirable when dealing with sensitive information.

There are many use-cases where permissioned blockchains might make a good choice. Software like IBM’s Hyperledger Fabric, JP Morgan’s Quorum and many others can be used for these cases. SAP offer Blockchain-as-a-Service options for chains like these and have some excellent documentation on the use-cases. If you fast forward a few years you can imagine lots of permissioned chains with each organisation belonging to many. Therefore the potential long term downside of permissioned chains is that logic and data ends up in multiple, partially overlapping silos.

Anyway, the focus of this article is not permissioned chains, rather it is the public, un-permissioned Ethereum network that is of interest: the Ethereum mainnet. It is public, because anyone, including you, can run a node in the mainnet. All you need is some commodity hardware, some Ethereum software and an internet connection. In fact something around 7,000 nodes are operating on mainnet at any one time, each dutifully validating every transaction. This is worth emphasising: every node executes the sametransactions. This is not distributed processing with the goal of increasing throughput. This is distributed processing with the goal of ensuring the network can be trusted. It would require over half of these nodes to collude to start successfully tampering with data. This is the strength of such a large distributed system.

You don’t need to run a node yourself to use mainnet. You can send transactions to any node you have rights to and the transaction will get processed. A popular option is to use an Infura node, but bear in mind you’re then placing trust in Infura to operate their nodes fairly.

The mainnet can be thought of as some always-on cloud infrastructure that you don’t have to pay for up front. A small fee is incurred per transaction which gets paid to node operators, typically a few USD cents but for transactions that use more compute and storage this can run to several USD. The fee is paid in the network’s own internal currency called Ether.

You can imagine mainnet as a global, single-instance computing environment, controlled by no central authority, where simple programs can execute and store small amounts of data without risk of interference or corruption. Take this idea further and imagine lots of enterprises connected to mainnet. You can imagine mainnet acting like a single, global, enterprise service bus. In this context, mainnet is sometimes called the “magic bus”.

Demo Time

Now you will see how easy it is to connect an ABAP-based system to mainnet.

The demo scenario imagines using a smart contract on mainnet that matches buyers and sellers of raw materials. Imagine a SAP ECC system needs to procure some cobalt for manufacturing processes. An ABAP program sends a buy offer to a web service saying you would like to buy 1000 kilos of cobalt for 30 USD per kilo. Sellers of cobalt could post similar sell-side transactions to the smart contract saying they want to sell cobalt for a specified price. When a match is made, the buyer and seller can obtain details of their counterparty, and the rest of the business process can happen as usual.

Doing this in smart contracts on mainnet means that no central party needs to be in control of the process, and no central party needs to have the power to shut the smart contract down. The smart contracts can be deployed and left to run autonomously. This differs from a centralised web portal-based solution, where some organisation builds and runs the marketplace and can shut it down whenever it wants.

In practice, of course some ability to upgrade smart contract code and fix bugs is desirable. There are decentralised governance options to manage this which are beyond the scope of this article. The point remains that no single party needs to be in control.

Demo Architecture Overview

The components shown in the above diagram are as follows:

SAP ECC Program

This simple ABAP report acts as the UI for the process. The report title you choose will act as the unique identifier for your system in the smart contract, you will see this shortly when running the demo. This report does not know anything about Ethereum or smart contracts, it just interacts with a web API.

To install: copy the report source code from the main GitHub repo into a new ABAP report and activate it.“

 

Diesen Beitrag teilen


Link zum Beitrag
kublai

Da dieses Thema ja etwas umständlich zu bekommen war gestern.....nochmal im Hochglanz Format Gedöns. Es stehen aber auch ein paar wesentliche Sachen drin.

 

Blockchain-Adaption SAP trifft auf das Ethereum Mainne

 

 

Diesen Beitrag teilen


Link zum Beitrag
Martin79

Wer von Euch hält eigentlich Ethereum und beteiligt sich evtl. am staking?

 

https://ethereum.org/en/eth2/staking/

 

Da ich meine Ether seit ein paar Jahren eh nur halte bin ich am überlegen mich zu beteiligen und die Rewards mitzunehmen. Bin aber noch zu keinem Ergebnis gekommen.

Diesen Beitrag teilen


Link zum Beitrag
Haircooles

Ich halte ETH aber zu wenig zum Staken. Bedenke dass deine Erträge durchs Staken steuerpflichtig werden. 

Diesen Beitrag teilen


Link zum Beitrag
pillul

Die Problematik am Staking ist dass es aktuell zwei Varianten gibt:

  • Aufsetzen und Betreiben einer eigenen IT-Lösung: Das ist technisch nicht trivial und bedarf ständiger Pflege, es erfolgen Zinsabzüge wenn bestimme Verfügbarkeitsquoten nicht gehalten werden. 
    Darüber hinaus sind die gestakten ETH über einen aktuell nicht genau zu definierenden Zeitraum nicht wieder auslösbar, d.h man kann Sie nicht einfach rausziehen und verkaufen.
  • Einen Staking Dienst eines anderen Betreibers nutzen (aktuell noch recht wenig Anbieter). Vorteil hierbei ist dass der ganze technische Overhead auf deiner Seite entfällt und bei manchen Anbietern die ETH auch wieder ausgelöst werden können.
    Dies geschieht über das Tauschen mit anderen Staking-Willigen, also ohne Garantie. Nachteil ist dass du deine ETH bei diesen Anbietern hinterlegen musst, das ist mir in diesem Umfeld nicht wirklich geheuer.

Bei anderen Währung, z.B. Cardano, können deine Token recht einfach zu einem beliebigem Pool delegiert werden. Ohne komplexe eigene Infrastruktur oder locking der Token.

Diesen Beitrag teilen


Link zum Beitrag
42long

Ich habe auch zu wenig ETH zum Staken. Zudem befinden sich einige auf Paperwallets bei mir im Keller. Was ein Aufwand. Wie soll ich das machen?-_-

Servus

Diesen Beitrag teilen


Link zum Beitrag
Martin79

Habe es jetzt so gemacht:

 

Transfer zu Kraken -> Totalverkauf (für Steuerklarheit) -> 50% Gewinnmitnahme, 50% Kauf Ether (Sogar zu einem besseren Kurs, hat die Gebühren ausgeglichen) -> die "neuen" Ether zum Staking auf Kraken verwendet. In 3-5 Jahren (bzw. einmal im Jahr wegen der Steuer) schaue ich wieder rein.

Diesen Beitrag teilen


Link zum Beitrag
Haircooles

Was bekommt man für das Staking auf Kraken? 

Wahrscheinlich weniger als selbst ein Fullnode zu halten oder? 

Diesen Beitrag teilen


Link zum Beitrag
biginjapan
vor 11 Stunden von Haircooles:

Was bekommt man für das Staking auf Kraken? 

https://www.kraken.com/en-us/features/staking-coins

vor 11 Stunden von Haircooles:

Wahrscheinlich weniger als selbst ein Fullnode zu halten oder? 

 

Keine Ahnung.

Die technische Herausforderung ist sicher nicht zu unterschätzen.

 

 

 

 

Diesen Beitrag teilen


Link zum Beitrag
Martin79

Die Rewards kommen immer am Sonntag. Da ich erst seit 01.01.21 dabei bin hatte ich erst einen Termin, da waren es ca. 8,5%.

Diesen Beitrag teilen


Link zum Beitrag
Desinfect
vor 4 Stunden von Martin79:

Die Rewards kommen immer am Sonntag. Da ich erst seit 01.01.21 dabei bin hatte ich erst einen Termin, da waren es ca. 8,5%.

Man bekommt jede Woche 8,5% der Eingesetzten Coins als Reward?

Diesen Beitrag teilen


Link zum Beitrag
Martin79

Die Reward beträgt laut Kraken 5-17% pro Jahr. Bei mir waren es jetzt zum ersten Termin ca. 8,5% (nicht pro Woche, auf das Jahr umgerechnet).

Diesen Beitrag teilen


Link zum Beitrag
Jlagreen

Ich bin über einen ETN an Ethereum beteiligt. Es soll auch nicht um die Beteiligung gehen.

 

Meine Frage ist eher, wenn das Proof-of-Stake kommt, wird ja das Mining vermutlich uninteressant bzw. sinnlos, oder? Was würde das für den Kurs bedeuten?

Nach langer Durststrecke (habe den ETN Anfang 2018 gekauft :narr:) bin ich da wieder im Plus und überlege derzeit auszusteigen. In den letzten Jahren war er mal bei <-90% und sowas würde ich ungern wieder erleben. Aber aktuell läuft es ja auch sogar noch etwas weiter hoch. Die Frage ist nur wie lange?

 

Und dieses Proof-of-Stake könnte da tatsächlich so ein Event sein, vor dem ggf. verkaufen sollte, oder?

Diesen Beitrag teilen


Link zum Beitrag
pillul

PoS ist für 2022 terminiert, wie bei den meisten Timelines glaube ich nicht dass es pünktlich fertig wird.

Dieses Jahr kommen hoffentlich noch einige Verbesserungen in Hardforks, die den Durchsatz erhöhen bzw. Alternativen für anspruchsvolle Anwendungen (z.B. UniSwap) bereitstellen.

Es ist also durchaus Musik in der Entwicklung aber PoS ist noch etwas weit weg. Thoretisch wird mit PoS das Skalierungsproblem von Ethereum behoben, was absolut bullish wäre.

Es kann aber auch passieren, dass der ganze Fork hart fehl schlägt und der Kurs massiv einbricht, es gibt aktuell schon Diskussionen mit den Minern weil mit dem Berlin Hardfork die Gebühren reduziert werden soll.

Es wird dir also niemand sagen können wann der Preis runter geht :).

Vielleicht einen Teil verkaufen und den Rest laufen lassen?

Diesen Beitrag teilen


Link zum Beitrag
alex08
vor 6 Minuten von Jlagreen:

Ich bin über einen ETN an Ethereum beteiligt. Es soll auch nicht um die Beteiligung gehen.

 

Meine Frage ist eher, wenn das Proof-of-Stake kommt, wird ja das Mining vermutlich uninteressant bzw. sinnlos, oder? Was würde das für den Kurs bedeuten?

Nach langer Durststrecke (habe den ETN Anfang 2018 gekauft :narr:) bin ich da wieder im Plus und überlege derzeit auszusteigen. In den letzten Jahren war er mal bei <-90% und sowas würde ich ungern wieder erleben. Aber aktuell läuft es ja auch sogar noch etwas weiter hoch. Die Frage ist nur wie lange?

 

Und dieses Proof-of-Stake könnte da tatsächlich so ein Event sein, vor dem ggf. verkaufen sollte, oder?

 

Sehe deine Logik nur bedingt. Siehe u.a. https://www.quora.com/When-a-proof-of-stake-comes-out-will-Ethereum-go-up-in-price

Diesen Beitrag teilen


Link zum Beitrag
s1lv3r
· bearbeitet von s1lv3r

Gerade folgendes bei Kraken gelesen:

Zitat

Understand that, unlike regular proof-of-stake protocol, staked ETH and ETH staking rewards will be locked until the Ethereum 2.0 network upgrade is complete. This transition is expected to evolve over multiple “phases” and may take several years to complete, or may never be completed. Kraken has no control whatsoever over this process. In the event the Eth2 network upgrade is delayed or cannot be completed, you may be unable to access, withdraw, or transfer your assets on-chain indefinitely.

Ethereum (ETH) staking & the Ethereum 2.0 network upgrade - https://support.kraken.com/hc/en-us/articles/360053188871 

 

 

Macht das staking für ETH nicht für den Moment erst einmal vollkommen unattraktiv?

Diesen Beitrag teilen


Link zum Beitrag
pillul

Ist einer der Gründe warum ich mir das nicht genauer angeschaut habe.

Der Mechanismus war aber so, dass du mehr Rewards bekommen hast je früher du am Staking teilgenommen hast.

Die großen Börsen (Coinbase und ich glaube auch Kraken) wollen aber einen Handel zwischen gestaketen und normalen ETH ermöglichen.

Hier kann es aber zu Liquiditätsproblemen kommen, wenn alle aus dem Stake raus wollen :)

Diesen Beitrag teilen


Link zum Beitrag

Erstelle ein Benutzerkonto oder melde dich an, um zu kommentieren

Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können

Benutzerkonto erstellen

Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!

Neues Benutzerkonto erstellen

Anmelden

Du hast bereits ein Benutzerkonto? Melde dich hier an.

Jetzt anmelden

×
×
  • Neu erstellen...