Tuesday, October 31, 2023

[Altcoin Discussion] - November 2023

Thread topics include, but are not limited to:

  • Discussion related to recent events
  • Technical analysis, trading ideas & strategies
  • General questions about altcoins

Thread guidelines:

  • Be excellent to each other.
  • All regular rules for this subreddit apply, except for number 2. This, and only this, thread is exempt from the requirement that all discussion must relate to bitcoin trading.
  • This is for high quality discussion of altcoins. All shilling or obvious pumping/dumping behavior will result in an immediate one day ban. This is your only warning.
  • No discussion about specific ICOs. Established coins only.

If you're not sure what kind of discussion belongs in this thread, here are some example posts. News, TA, and sentiment analysis are great, too.

Tip Fellow Redditors over the Lightning Network

Other ways to interact:


An Open Standard for Decentralized AI

πŸ–– EdgeLLama - An Open Standard for Decentralized AI

We, the GPU poor, have come up with a peer-to-peer network design to enable running Mistral7B and other models which will make AI use more free, both as in beer and as in speech. We believe in e/acc, and we want to make AI abundant. This is the moment in time, when we start taking back control from the few powerful AI companies. Right now, our AI use is a function of expensive monthly subscriptions, rate and usage limits imposed by datacenter-cloud run AI companies. This gives them the power to decide what we can prompt with and how much of AI we even have access to. The immense power they wield also imposes an emotional burden on them, and they are trying to appeal to the government to now impose stifling regulations (a concept called "regulatory capture", see @bgurley's talk). Well, we, a bunch of AI and open network aficionados, want to make their lives' easier and take that power away from them. Think BitTorrent from the early 2000s, when you could make your own computer available and effortlessly share files with each other in an open network. The advent of that technology, which was used by over 100 million people running nodes on their home computers, imposed a forcing function on entertainment business models in general. Better user experiences emerged, providing unlimited access to top-tier content for an insanely low fees. EdgeLLama, and the associated set of products, which lead to a seamless AI consumer-cloud will impose a similar abundant forcing function on AI as well. You can go ahead and cancel your $20/month Pro plans, because this next wave of AI, runs in your laptops, desktops and smartphones, and is good enough. There is an active, growing community of true open AI advocates: releasing foundation models, making them easier to run on regular laptops and curating datasets - we are supplementing that world with the just right peer-to-peer network design and the just right UX along with it. In the earlier post we shared how AI, with community curated datasets leads to better and more credible responses than some of the top closed AI companies. In this post, we outline an early draft of network design and a look at the EdgeLlama node software which you can run on your device - serving inference and vectors to the community. You will simply earn good karma, and nothing more, but you will sleep better at night, knowing that you served AI for some student in Mumbai or reasonable medical advice for someone in Manila..

• What is EdgeLLama ?

It is both an open protocol, and also the name of the software you can install on your computer which will enable you to serve AI for others in either your chosen community (eg, "Stanford" or "astrophysics"), or the wider world, and on the flip side, also benefit from it.

• How is this different from local desktop software already available ?

They are local only. EdgeLLama is a peer-to-peer network. It is going to be necessary for hosting a world of millions of community-finetuned LLMs, running across a shared vector pool (more on that in our next post..).

• How do I run EdgeLlama on my computer ?

It will be available sometime next week. Please join this TG group if you are interested in running a node: https://t.me/edgellama

Any restrictions on which UIs and models it can work with ?

No, we do not care - our focus here is on UX. We will provide an integration with Collama's web user interface, and also with some recent popular models which can run on your devices (such as Mistral7B, Llama2 and others) - but you should be able to run/modify EdgeLLama as you want. We seek to encourage a diverse set of clients which implement the EdgeLLama protocol.

• Will there be an API ?

Yes. As a developer, you will be able to default to using the EdgeLLama consumer network in co-ordination with your users, instead of paying for GPU in datacenters only.

Wait - so I can get better results than top AI companies and also get them for free ?

Yes - that is the plan. Using Collama's trusted community dataset approach (think Wikipedia-style millions of finetuned community LLMs) leads to better results, and using EdgeLLama leads to reducing the cost of running AI and provides more freedom.

Does this use cryptography ?

Yes, we use public key cryptography and other mechanisms for fundamental trusted operation of the system. These are defined in detail in the early draft of the paper below.

• Do you use advanced cryptography like ZKML or FHE ?

We seek to support teams building ZKML sub-networks on EdgeLLama. However, we believe using this needs to be a function of user choice, given the trade-offs in cost and complexity involved. In addition to eventual fully trusted running of models, we anticipate few years from now with advanced cryptography concepts like FHE being able to scale, the security and ability to work on fully encrypted data at scale will only grow and reach viability. However, keep in mind that even though ZK proofs were invented in 1984, they weren't even used for Bitcoin to start with. Sometimes the most exciting technology has the longest arc, and what people want are practical solutions they can start using today.

• Is this decentralized ?

Yes. Over a period of time, a fully permissionless protocol also becomes available for those who choose it.

• Does this use a blockchain ?

No, while this is decentralized, and uses a mechanism to reasonably filter out malicious nodes, it does not use a blockchain.

• Will there be a blockchain protocol ?

Yes, think Bitcoin, but for AI. We expect 99% of the EdgeLLama node providers here will simply run the non-crypto base software, while 1% of the node providers might choose to participate in an optional staking protocol to provide a higher quality of service for block rewards. That 1% will fund the infrastructure and continuous development of the entire network.

• What are you: an AI or a blockchain project ?

We are building the world's largest decentralized AI network which uses 21st century economics to incentivize the servicing of that network, beyond just a feeling of social good. Advent of BitTorrent, Bitcoin, and the economic principles of Ethereum have taught us useful lessons. We view both blockchains and AI as simply data compression engines and replicated state machines, which need to entirely run on regular user devices. The peer-to-peer network here amongst laptops, desktops and smartphones is going to enable a new type of a supercomputer, on which a variety of society advancing technologies will run, some yet to be invented. What we seek to build here is an open movement. These are the earliest, chaotic, raw days - and perhaps the best time to start collaborating together.

----------------------------------------------------------------------------------------------------------------------
πŸ“· EdgeLLama: An Open Standard For Distributed Inference In Federated Networks

Here is a look at an early snippet of the EdgeLlama paper. The phase 1 of this decentralized AI network uses community servers for co-ordination between nodes and phase 2 will provision a fully peer-to-peer, permissionless protocol.

1 - Introduction

EdgeLLama is an open standard designed to allow any supported machine to serve as an inference provider. It's a stateful application layer communication protocol that offers HTTP and WebSocket APIs to securely transmit inference requests in JSON format across two primary layers: the CommunityServer-Edge Communication Layer and the CommunityServer-CommunityServer Communication Layer.

2 - CommunityServer System Model

2.1 Community Cluster

The model presupposes an asynchronous distributed system. Within this system, nodes are interconnected through a network. It's acknowledged that this network might exhibit certain inefficiencies: it might not deliver messages, could delay, duplicate, or even rearrange them. To safeguard the integrity of message transmission, we employ cryptographic measures. These measures include the integration of public-key signatures, message authentication codes, and digests generated by collision-resistant hash functions. It is of utmost importance to ascertain that a received message genuinely emanates from a specified node, ensuring it hasn't been tampered with or fabricated by malevolent entities. For achieving this on a Community Server, there are two potential implementations: stateful and stateless. Under a stateful approach, an identity session is sustained for each EdgeLlama node on the Community Server. This implies the presence of data that mandates replication amongst Community Servers. This in turn necessitates either state machine replication amongst Community Servers or an auxiliary protocol facilitating communication, enabling Community Servers to mutually affirm the veracity of an authentication. Considering a scenario with multiple Community Servers: CS 1, CS 2,... CS n. Should a novel node affiliate with a Community Server, and the identity of this node remains ambiguous to the server, it becomes essential for the Community Server to cross-verify with its peers. This is to determine if any of the other Community Server can vouch for the node's identity. This cross-verification is based on the authentication payload transmitted by the EdgeLlama node. Combining digital signatures with message digests allows nodes to sign the digest of a message so that other nodes can verify both the integrity of the message and its origin without having to maintain any session key that requires a state entry in the Community Server. This basically means that an EdgeLlama node is identified by its public key throughout the network and due to the cryptographical primitives mentioned, it can sign and prove its authenticity throughout the network.

2.2 Model Registry

Upon successfully establishing a connection to a Community Server, an EdgeLlama node communicates its capabilities. This encompasses details like the types of models it can execute (HuggingFace ID), the model's revision, quantization, CUDA support, and other pertinent characteristics. Given this information, the Community Server categorizes the EdgeLlama node, subscribing it to the relevant PubSub topic correlating with the model it operates on. The fortification check is initiated once there have been 'n' successful inferences executed for an identical model. Subsequent to this, the Community Server focuses on maintaining the caliber of nodes associated with that topic. The Community Server prompts the EdgeLlama node with a number alpha of Inference Calls, chosen at random from the preceding 'n' successful inferences. As a reference, the Community Server retains the digests of the outputs from these inferences. Adhering to the protocol standard, the EdgeLlama node, given its subscription to the model's topic, executes the prescribed inference. Upon completion, a comparison is made between the digest of this recent inference and the stored digests within the Community Server. If there's a match, the Community Server is deemed to have successfully passed the fortification check.

2.3 Inference Event

The process of facilitating an inference is not merely a direct function call but a more orchestrated communication between the Community Server and the various EdgeLlama nodes. When the Community Server receives an inbound request for inference, it primarily consists of two main components: • Prompt: A string that delineates the information or data upon which the inference is to be executed. • Model: A ModelConfig object that encapsulates the details of the model to be employed for the inference. The ModelConfig is expected to have specifics like the model's identifier, version, etc. Upon receipt of the inference request, the Community Server's immediate task is to identify the set of EdgeLlama nodes that are capable of fulfilling the request. This is achieved by: • Referencing the ModelConfig object within the request to identify the desired model. • Consulting its internal registry to retrieve a list of EdgeLlama nodes that are subscribed to the identified model topic. With the list of appropriate EdgeLlama nodes at its disposal, the Community Server commences the process of broadcasting the inference request. But before that, a "seed" and a "UUID" for that specific inference request is generated by the Community Server. The Community Server appends the seed and the ID to the inference request and the inference request is disseminated in parallel to a fanout of the identified EdgeLlama nodes. This ensures that multiple nodes have the opportunity to process the request, catering to redundancy and increasing the chances of a prompt response. Each EdgeLlama node, upon receiving the broadcasted request, will initiate the necessary steps to run the inference based on the provided prompt and its local instance of the model specified in the ModelConfig. Given the deterministic execution nature of models in this specific environment, an identical outcome is expected when the same seed and model parameters are provided. The Community Server leverages this characteristic to assure the precision and uniformity of inferences.

2.4 Inference Aggregation

Inference aggregation stands as a cardinal stage in the Community Server's inference process, especially in contexts endorsing distributed inference tasks spread across numerous EdgeLlama nodes. The Community Server, by juxtaposing responses from diverse nodes, can isolate the most recurrent response, thereby amplifying the final outcome's accuracy. When certain EdgeLlama nodes encounter latency, discrepancies, or faults in their output, the strategy of dispersing the inference task across multiple nodes furnishes the Community Server with redundancy and alternative response routes. The employed aggregation methodology pivots around a simple majority vote paired with feedback loops. Viewing an Inference Resolution digest as a vote, the Community Server Protocol calculates a trustworthiness score for each unique response digest. Under standard conditions, a singular distinct response digest is anticipated from the EdgeLlama nodes. This trust score is derived using a weighted voting approach. Here, responses from particular EdgeLlama nodes, which have been historically reliable or have met specific criteria, carry added significance. The preferred response is the one that accumulates the maximum aggregated weight. The implementation of a feedback loop is critical. Should specific EdgeLlama nodes recurrently yield aberrant or erroneous responses, the Community Server can activate a feedback mechanism. This may lead to recalibrations of the node's credibility score or potential flagging of the node for scrutiny. Subsequently, the Community Server compiles the ultimate result, which could encompass: • Amalgamated inference outcome. • Accompanying metadata: this might involve details such as the count of participating nodes, timestamps, signatures, and digests. For diagnostic purposes or ensuring transparency, the distinct outputs from the EdgeLlama nodes — inclusive of their signatures — may also be annexed, offering a comprehensive perspective on the aggregation phase...

----------------------------------------------------------------------------------------------------------------------

πŸ“· Demo See the quick video for a client implementation of EdgeLLama coming out next week. These are the nodes which would provide the foundation of a modern day consumer-run cloud. Please join this TG group if you are interested in running a node: https://t.me/edgellama If you want this vision to happen, at-scale, this is the moment in time we work together and we just might have a chance.

Remember, AI is the new coinage, and we need to control the means of production ourselves'..

It's time to make a dent in the universe.

https://reddit.com/link/17l0k3g/video/l4qn88iuymxb1/player


PC | NA | Lost Future | 8man | 250k Start | KOTH | KEYCARDS | PVP

LAUNCHED Server is live! NEW Lost Future | 250k | 5 Man | KOTH | EVENTS 3D PRINTER | BITCOIN MINING | DNA KEYCARDS | 20MM 300 PLAYERS IN 2 1/2 WEEKS! We greatly appreciate any and everyone hopping on to support our launch, if you have any questions or find any bugs please make a ticket and an admin will get back with you.


Monday, October 30, 2023

BTC event has started limited lime left

https://www.reddit.com/gallery/17k8q3k

DayZ NA PC Server Lost Future!

  1. LAUNCHED Server is live! NEW Lost Future | 250k | 5 Man | KOTH | EVENTS 3D PRINTER | BITCOIN MINING | DNA KEYCARDS | 20MM 300 PLAYERS IN 2 1/2 WEEKS! We greatly appreciate any and everyone hopping on to support our launch, if you have any questions or find any bugs please make a ticket and an admin will get back with you.

🎱 The End of The World 🎱 Part III 🎱 Outlast the Vampires, well-beyond this Halloween🎱

Expected Reading Time: 10 minutes (writing) + 10 minutes (videos)

Recap this Halloween

Two months ago, we discussed in 🎱 The End of The World 🎱 Part I 🎱 Only GME, AMC, etc will survive 🎱 that 'the tide' [the tide that, when it goes out, routinely exposes which funds and banks have been swimming naked] is already going out here. Upon this margin dynamic discovery, we specifically disclosed that the U.S. Department of Justice will obtain the final evidence of the naked short-selling fraud. So, it's no surprise for us to learn this month that the FBI launched its Securities Fraud Strike Force.

“Greed in the corporate environment can lead to insider trading, self-dealing and other fraudulent offenses [such as naked short selling]. The FBI is proud to launch this effort with our federal partners to weed out criminal behavior and protect the investing public by leveling the playing field from Wall Street to Main Street.”

-Donald Alway, the FBI's Assistant Director in Charge of the L.A. Field Office

Several Hedge funds and their prime brokers caused a massive societal problem using extreme risk, extreme leverage, extreme manipulation, extreme practices, extreme fraud, and extreme lack of transparency. These hedge funds will go down in history as extremists, specifically Financial Terrorists. Soon we will see substantial criminal charges against the responsible hedge fund managers who have sabotaged global markets.

Last month, we discussed in 🎱 The End of The World 🎱 Part II 🎱 All Hell is About to Break Loose 🎱 that the music stopped. All hell began to break loose in the economy, for lack of a more-accurate phrase, thanks to Hedge Funds' irresponsible risk management both in the U.S. and abroad.

We discussed global debt, inflation, deterioration of China's economy, and increased conventional warfare. We then discussed 'Safe Haven' stocks such as πŸ’² G M E and πŸ’² A M C. Not only are video games and movie theatres commonly known as recession proof - but with low debt-to-equity ratios, positive and growing derivatives on cash flow, and strong liquidity - these companies have already successfully turned around their businesses. By every measure - and similar to the historic 2008like margin dynamic where the overshorted Volkswagen squeezed while the market plummeted - these types of overshorted stocks are some of the only 'lifeboats' available. πŸ’² G M E stock and πŸ’² A M C stock are overshorted.

We then made clear that the global liquidity crisis would continue on into Autumn 2023.

The Anarchy of Volatile Markets

Video #1 with audio (~1 minute long): 'The End of the World' Stock Market Dystopian Backdrop - The anarchy of volatile markets as caused by irresponsible Hedge Funds - yet Household investors still believe in the improved fundamentals of πŸ’²A M C and πŸ’² G M E :

https://reddit.com/link/17jm4g3/video/4u4m5cb2q9xb1/player

'Volatility of volatility' (^VVIX) has just pushed up above 100 for the first time since March's first wave of the 2023 banking crisis. As the markets become more volatile during the stock market crash, the fear gauge (^VIX) will continue to rise.

Yet, there is evidence now of a yearslong scheme to slow down the rate of the stock market crash. Investable ETFs such as πŸ’² U V I X and πŸ’² U V X Y, which are highly manipulated by hedge funds and brokers, will eventually no longer be able to be controlled. The recent introduction of πŸ’² U V I X came with it immediate short-selling pressure. Reading its 108 page prospectus should be enough to convince everyone of just how easy it is for an institution to manipulate these tickers and therefore the ^VIX, since the ^VIX tracks the same components as the ETF: S&P500 options/futures contracts. Thus, when πŸ’² U V I X ETF creation units are printed and nakedly-sold short (and especially with derivatives), it egregiously suppresses πŸ’² U V I X which then artificially suppresses the ^VIX to keep the market from crashing rapidly. Thus, if πŸ’² U V I X undergoes a squeeze of its own, the institutions [and/or political administration] who used it in a manipulative scheme to control the market will likely face liquidation. The prospectus notes: "Termination Events: The Trust, or, as the case may be, the Funds, may be dissolved at any time and for any reason." The ETF's delaware trust/fund would likely immediately be shut down as soon as the ticker 'blows up.' Then the ^VIX will be 'free' to rise from either the blowing up of these volatility ETFs, or due to the freedom from them, or both. Investors are indeed able to protect themselves during a crashing market by taking long investment positions into volatility tickers.

Conventional warfare has only increased since previous posts on this subject. War is now omnipresent in Eurasia (Israel, Ukraine), not to mention in other domains like cyber, space, and economic [note the competitive expansion of BRICS nations]. Sometimes, and as world history reveals, conventional warfare can be a smokescreen and a distraction from the discovery of financial corruption of epic proportions.

Banks are shown to be clown-joke memes, while πŸ’² G M E and πŸ’² A M C are shown to be Safe Havens

Further, during a market crash, companies with excellent cash positions such as πŸ’² G M E and πŸ’² A M C are actually in better positions than banks.

Jamie Dimon, CEO of JP Morgan, is selling 1 Million shares in stock of JP Morgan bank. Typically, and as we saw at the beginning of 2023, banking execs selling shares of bank stocks precedes a downturn and possible downfall of those banks. Additionally, the "Too Big To Fail" moniker is also being discussed.

Banking Credit Default Swaps are beginning to skyrocket again like they did during March 2023's banking failures

Regulators are already discussing the 'Too Big to Fail' moniker similar to 2008-2009, a phenomenon which preceded the Great Financial Crisis

Macro-Market Technicals

The Nasdaq since 1998 shows that a similar pre-crash patten has developed, and as you can clearly see, the crash phase is now underway

πŸ’² A M C Fundamentals

Strong cash position. Likely profitability for Q3 2023, thanks to Taylor Swift. Likely profitability for Q4 2023 thanks to Beyonce and the end of the actors' strike. Stock is still discounted at around $0.90 per share, in pre-reverse-split pricing terms. This is more than 70% more discounted than the low in the stock price prior to the 'sneeze' of January 2021.

πŸ’² G M E Fundamentals

Strong cash position. Likely profitability for Q3 2023. Potential for acquisition(s), and especially with Ryan Cohen at the helm. Minimization of expenditures. Maximization of revenues. Improved overall efficiency as a company. Stock at three-year discount of around $13.00 (most discounted since February of 2021).

AMC Entertainment and GameStop Corp are being aggressively sold-short by bad-acting Hedge Funds in a last-ditch effort to offset their falling equities columns (market crash) while their liabilities columns (shares sold short not yet purchased) hover/increase

Outlast the Vampires Well-Beyond this Halloween

Video #2 with audio (~6 minutes long): 'The End of the World' Stock Market Dystopian Backdrop - Outlast the 'Vampires' during the crash:

https://reddit.com/link/17jm4g3/video/ptdc160jk9xb1/player

TLDR:

Conventional war is now in occurring on two fronts in Eurasia, with rampant shootings ongoing in North America. 300,000 Russians, 100,000 Ukrainians, 8,000 Palestinians, 1,400 Israelis, and 53 Americans have died in these conflicts and most-recent shootings. As world history reveals, conventional warfare can be a smokescreen and a distraction from the discovery of financial corruption of epic proportions. This is the "End of the World" [as we know it], too, regarding global markets. The stock market crash is being met with increases in stock market volatility. Watch πŸ’² U V I X and πŸ’² U V X Y. Banks' Credit Default swaps are skyrocketing again. Regulators are discussing the 'Too Big to Fail' moniker again, the same story which preceded the 'Great Financial Crisis' of 2009.

Investors can indeed profit from crashes. Similar to how investors made money in the over-short-sold Volkswagen in 2008, GameStop stock ( πŸ’²G M E ) and AMC Entertainment stock ( πŸ’² A M C ) provide similar situations today. Both companies are sitting on treasure chests full of cash on the order of $1 Billion each. Their fundamentals are far better than banks.

With banking execs, CEOs like Jamie Dimon jumping ship and selling most of their own banking stocks (JP Morgan), the market crash is accelerating. Hedge Fund orchestrated pump and dumps are now failed, including Bitcoin - which was the last to be pumped for margin collateral. Now, as the market continues to crash, and the world dives into chaos (war, bank failures, and rampant corruption) the FBI's Securities Fraud Task Force is actively targeting its primary subject: naked-short-selling hedge funds. The DOJ and FBI are clearly on household investors' side here, which does imply that both πŸ’²G M E and πŸ’² A M C stocks will inevitably have their days on the actual Moon and/or Uranus soon. Very soon. I still believe. Happy Halloween.


Bitcoin Reclaims $35,000, Setting a 1.5-Year High as BlackRock’s iShares BTC Trust Lands on DTCC Website | #CryptoReport CW43 2023

In the fast-paced world of cryptocurrency, the past week has brought a series of developments that have captured the attention of seasoned investors and newcomers alike. Bitcoin has staged a triumphant comeback, surging past the $35,000 mark to reclaim a 1.5-year high, and BlackRock’s iShares Bitcoin Trust’s listing on the DTCC website has set tongues wagging with rumors of imminent approval.

Stablecoins, on the other hand, have rewritten the narrative by surpassing transaction volumes of financial giants like Mastercard and PayPal, signaling a significant shift in the digital currency landscape. Amid these intriguing advancements, Mastercard’s exploration of Web3 alliances raises the question of how traditional finance adapts to this new era.

Yet, amid the excitement, regulatory challenges have also reared their head. Binance’s suspension of Visa debit card services in Europe and California’s considerations to cap crypto ATM withdrawals remind us that the crypto sphere is not without its share of hurdles.

Nonetheless, the cryptocurrency market as a whole remains resilient, with both Bitcoin and Ethereum posting substantial gains. The NFT sector is expanding, although trader activity has slightly declined. Despite the ongoing volatility, positive market sentiment prevails, indicating continued enthusiasm for cryptocurrencies.

In this week’s Executive Crypto Report, we delve into the key developments of the past week, providing insights into the crypto market’s financial landscape, regulatory environment, and an outlook on the critical U.S. Federal Reserve’s interest rate decision.

Preview of Finaconda's Executive Crypto Report Issue #8 (CW43 2023)

Every Monday, we publish the Executive Crypto Report highlighting the latest developments, top crypto news, regulatory updates, and upcoming events (100% FREE).

Read this week's full report on our website: https://finaconda.com/finaconda-executive-crypto-report-issue-8-cw43-2023/6973/