• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Flatly)
  • No Skin
Collapse
SmartHoldem Community

Community

cryptoishereC

cryptoishere

@cryptoishere
About
Posts
57
Topics
11
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    Web Raw Data - Are web agents like server workers, with abilities to act human-like while surfing the internet?
  • cryptoishereC cryptoishere

    In the last thread, we debated whether web agents are just robotic "server workers" or genuinely human-like digital entities. We beat that horse pretty hard, and the consensus seemed to lean toward: They are powerful, but they are effectively blind and limbless without the right tools.

    That philosophical debate brings me to the practical side of things—and to the reason I’m actually writing this post today.

    If we accept that agents are the new "digital workers," then they desperately need a central nervous system. They need a hub that translates their grand, abstract language goals into raw, executable web actions.

    So, I want to talk about what we're building to solve this, and I’d love your brutal feedback on the architecture.

    The Vision: A Centralized MCP Server

    We are currently in the final stages of preparing a centralized MCP (Model Context Protocol) server designed specifically to accept connections from external nodes—meaning your agents, your custom scripts, your IDEs, or any MCP-compliant client out there.

    Why a centralized approach? Because fragmentation is killing the agent ecosystem. Right now, every developer is writing their own scraping scripts, their own browser automation, and their own brittle error-handling code. By centralizing this into a single, robust MCP endpoint, we turn the web into a plug-and-play peripheral for any LLM.

    The "External Node" Concept (What it means for you)

    When I say "accept external nodes," I mean we are building a democratized entry point. Think of it like a universal USB-C port for AI.

    You spin up your local agent (Claude Desktop, Cursor, or a custom Python script).

    You point it at our MCP server endpoint.

    You authenticate, and suddenly, your previously "read-only" LLM gains the ability to reach out, click, fetch, and interact.

    We aren't building a walled garden. We are building a switchboard. Any external node that speaks the MCP language will be able to plug in and request tools. It’s server-worker architecture, sure—but it's scalable and standardized, which is exactly what this Wild West of AI agents needs right now.

    The Launch Product: WebData Tools

    To kick things off, our main product offering is a suite of WebData automation tools.

    Remember the "Raw Data" thread? This is the practical application. We are giving agents the ability to stop hallucinating and start reading.

    At first glance—and I want to be transparent here—this is a Minimal Viable Release (MVR). We are launching with a focused, clean set of core tools:

    fetch_page: Raw HTML and text extraction. The bread and butter. No fluff.

    structured_query: Using CSS selectors or XPath to pull specific data points out of the mud.

    smart_navigate: Allowing the agent to follow links and handle basic redirects.

    Why start minimal?
    Because we believe in stability over chaos. We want the backbone to be rock-solid before we add the bells and whistles. A small, perfectly working toolset beats a bloated, buggy mess any day of the week.

    The Roadmap: The Upgrade Pipeline

    Here is where I get excited, and why I’m asking you to jump on board early.

    This release is just Phase 1. Over the coming weeks and months, we are significantly upgrading the tools assortment. Think of the initial release as giving your agent a pair of reading glasses.

    The roadmap includes:

    JavaScript Rendering: Moving from static HTML to full headless-browser capabilities. Agents will see the page like we see it (bringing us back to that "human-like" debate!).

    Session Persistence: Maintaining cookies, local storage, and login states across multiple agent requests.

    The goal is to evolve from "Minimal Tools" to a Swiss Army Knife for web data within the next quarter.


  • Web Raw Data - Are web agents like server workers, with abilities to act human-like while surfing the internet?
  • cryptoishereC cryptoishere

    Hey everyone,

    I’ve been diving deep into the architecture of modern web automation and AI agents lately, and a thought struck me that I wanted to throw out to the community for a robust debate.

    The core question: Are web agents essentially just "server workers" with a fancy UI, or are they genuinely crossing the threshold into "human-like" behavior when they navigate the web?

    I’m not talking about the standard API calls or scraping scripts we’ve been writing for years. I’m talking about the new wave of agents that use LLMs to parse visual data, understand context, and make decisions. When we look at how they operate, the line seems blurry, but I think it's crucial to separate the output from the process.

    Here are a few points I've been wrestling with to get the discussion started:

    1. The "Glorified Parser" Argument
      At their core, these agents are still pulling raw data (HTML, JSON, or pixels). They don't "see" a website like we do; they see a DOM tree or a matrix of RGB values. Their "actions" (clicking, scrolling, typing) are just translated into TCP packets. In this sense, they are just highly advanced automation scripts—server workers executing a to-do list. They don't have "intent" in the human sense; they have a reward function or a goal token.

    2. The "Digital Blue-Collar Worker" Reality
      However, their ability to handle exceptions is where things get interesting. A traditional script breaks if a button changes ID. A modern agent adapts by reasoning: "That submit button looks blue, and it says 'Proceed,' so I'll click it." That is a form of generalized intelligence. They are essentially becoming the "mechanical turks" of the digital age—performing the repetitive, mind-numbing tasks that require adaptability but zero emotional investment. In that regard, they act like human workers, just very fast and very literal ones.

    3. The "Turing Test" of Browsing
      If I watch an agent navigate a site:

    It makes mistakes (clicks the wrong thing because of visual clutter) – Human-like.

    It waits for load times inconsistently – Human-like.

    It totally misses the "Accept Cookies" banner because it's an overlay – Very Human-like.

    But the difference is the time horizon. A human gets distracted. A human changes their mind mid-flow. An agent follows a deterministic (albeit probabilistic) chain of tokens. Does that make its behavior a "simulation" of humanity, or is the simulation enough to classify it as a new kind of digital worker?

    The "Worker" Aspect
    When we talk about them being "server workers," we usually think of backend processes. But these agents are frontend consumers. They are the first "non-human" entities that have to pass the "CAPTCHA test" (ironically) to prove they aren't robots, even though they are. They interact with the internet as a human interface, not a machine interface.

    My Stance:
    I lean toward the idea that they are "Server Workers wearing a Human Skin."
    They have the persistence and error-correction capabilities of a server, but they are forced to operate within the constraints of human UI/UX. They aren't sentient, but functionally, they are indistinguishable from a remote employee sitting at a computer—at least until you ask them to "improvise" in a way that breaks their training data.

    What do you all think?

    Are we overestimating their "humanness" because they use natural language?

    Or are we underestimating their potential to replace the "grunt work" of web browsing entirely?

    If they get blocked by a site, is that "censorship" of a tool, or is it just a server blocking a bot?

    Let's get raw about this.


  • 3D World Legacy
  • cryptoishereC cryptoishere

    What version of iOS will support web transport?

    Rust webtransport error


  • 3D World Legacy
  • cryptoishereC cryptoishere

    Legacy 3D World – Red Zone Update

    We’re expanding the Live Adaptation version of the Legacy 3D World with a new interactive feature inside the environment.

    🔴 Introducing the Red Zone

    A new Red Zone area has been added to the world.

    This zone enables special activities and interactions that are not available in the standard exploration areas.

    Inside the Red Zone, users will be able to:

    • Trigger special world events
    • Access unique interactive mechanics
    • Participate in experimental gameplay features
    • Interact with rare collectible assets

    The Red Zone is designed as a dynamic activity space where new mechanics will continue to be introduced as the ecosystem evolves.

    🖥 Platform Support

    The current Live Adaptation version supports browser-based access on:

    • Windows browsers
    • Linux browsers
    • Android browsers

    Our goal remains simple: a fully accessible 3D world directly in the browser, without installations.

    🎮 Updated Interface

    This release also introduces a refreshed UI inside the 3D environment, improving:

    • visual clarity
    • interaction feedback
    • system information display
    • mobile usability

    The new interface is designed to keep the experience lightweight, responsive, and intuitive while exploring the world.

    🌍 The Vision Continues

    Legacy 3D World continues to evolve toward a modern browser-based virtual space, combining:

    • real-time digital environments
    • decentralized systems
    • collectible assets
    • interactive world mechanics

    The Red Zone is just the beginning of activity-driven areas that will shape the future of the ecosystem.

    More updates coming soon.


  • 3D World Legacy
  • cryptoishereC cryptoishere

    Legacy 3D World – Live Adaptation Release

    We’re introducing the Live Adaptation version of our Legacy 3D World.

    This version focuses on a single, powerful feature:

    Real-time collectible assets inside a decentralized 3D Web3 environment.

    🌍 What Makes It Different?

    • Fully interactive 3D world
    • Real-time collectible digital assets
    • Integrated decentralized tools
    • Runs inside a Web3 browser
    • Mobile-friendly design
    • Active reward system
    • Positioned in the Netherlands

    The concept is simple:
    A unique 3D scene that exists inside the internet — not just a website, but a world.

    Users can explore, collect assets in real time, and participate in a rewarding ecosystem powered by decentralized infrastructure.

    🎯 Vision

    Legacy 3D World aims to merge:

    • Interactive 3D environments
    • Web3 decentralization
    • Real-time digital asset interaction
    • Mobile accessibility

    This Live Adaptation is the first focused step toward building a scalable decentralized 3D ecosystem.

    If you're interested in Web3 innovation, real-time digital environments, and decentralized asset systems — this is worth exploring.

    Browser based 3D modern virtual spot


  • Delegate Proposal cryptoishere
  • cryptoishereC cryptoishere

    STH Sentinel

    🔗 Next-Gen Blockchain Solutions

    Our network is fully synchronized and operating at peak performance ⚡️
    With fast block times, active delegates, and a stable core, we’re building infrastructure that’s ready for real-world scale.

    💡 Network Highlights:
    • ⏱️ 8s block time
    • 🔐 Secure, scalable, and decentralized

    📊 Current block height: 2,451,890
    🌐 Mainnet: Active
    🔥 Dynamic fees: Enabled

    This is blockchain done right — efficient, transparent, and community-driven.

    Stay synced. Stay decentralized. 💪
    #Blockchain #Web3 #Crypto #DeFi #Infrastructure


  • WEB online p2p checkers
  • cryptoishereC cryptoishere

    🚀 New Login Option Added!
    We’re excited to announce that you can now log in using Telegram 📲 alongside the existing Gmail sign-in option. This makes accessing our Play-to-Earn Checkers Platform faster and more convenient than ever.

    Choose your preferred method and jump right into the game! ♟️✨


  • WEB online p2p checkers
  • cryptoishereC cryptoishere

    🚀 New Feature Incoming: Telegram Login Support on Crypto-Gaming.app!

    Hey everyone! 👋

    We’re excited to announce that a much-requested feature is on its way to Crypto-Gaming.app — Telegram Login! 🎉

    🔐 What’s Coming?
    Soon, you’ll be able to log into the browser app using your Telegram account. With this integration, logging in will be faster, more secure, and completely hassle-free — no need to remember another password!

    💡 Why Telegram Login?

    One-click access with Telegram

    Enhanced privacy and security

    Seamless experience for our growing Telegram community

    Easier onboarding for new users

    📅 Release Timeline:
    We’re finalizing the implementation and will begin rolling it out very soon. Stay tuned for the official release announcement!

    — The Crypto Gaming Team 🎮🕹️
    https://crypto-ig.com


  • WEB online p2p checkers
  • cryptoishereC cryptoishere

    🎉 Exciting Updates on Our Play-to-Earn Checkers Platform! ♟️

    Thanks to your amazing feedback, we’ve taken a new approach—and it’s paying off! Here’s what’s new:

    ✅ Live Game Stats – Track performance in real time.
    ✅ Streamlined Game Entry – Smoother and more intuitive start process.
    ✅ Improved SEO – Better visibility means a growing community!

    Check out the latest features on our iGame WEB.
    Thanks for being part of the journey—let’s keep leveling up together! 🚀🌍


  • WEB online p2p checkers
  • cryptoishereC cryptoishere

    🚀 UI & Game Experience Enhancements – Latest Update!

    We're back with another exciting update for our Play-to-Earn Checkers Platform, bringing you a smoother, more intuitive, and engaging gameplay experience! Your feedback has been instrumental in shaping these improvements, and we can't wait for you to try them out.

    🎨 UI Experience Improvements
    We've refined the interface to offer a sleek and user-friendly experience, ensuring seamless navigation throughout the platform. Key enhancements include:
    ✅ Improved Button Design – Clearer visual cues for actions like "Connect," "Exit," and "Gain Control."
    ✅ Better Game Status Visibility – Easily track your game state, including player subscriptions and real-time status updates.
    ✅ Streamlined Layout – A polished, minimalistic look that keeps distractions at bay while you focus on the game.

    🎮 Enhanced Game Control
    Control is everything in competitive checkers, and we've made it more responsive and intuitive than ever:
    🔹 Faster Game Interaction – Reduced latency in move execution for smoother gameplay.
    🔹 Optimized "Gain Control" & "Disable Control" Features – More clarity in managing player roles.
    🔹 Improved Session Management – Automatic session handling for a secure and uninterrupted experience.

    These updates are all about enhancing your gameplay experience while keeping the competition fierce and rewarding. 🚀

    🔥 Try it Now!
    Check out the latest improvements on our iGame Demo and let us know your thoughts. Your feedback drives our innovation!

    Thank you for being part of this journey. Stay sharp, keep strategizing, and keep earning! 🏆♟️💎


  • WEB online p2p checkers
  • cryptoishereC cryptoishere

    Screenshot from 2025-02-16 22-02-39.png

    We're thrilled to share our latest development update on our Play-to-Earn Checkers Platform. Your feedback has been crucial in driving our improvements, and we’re excited to announce these new features:

    🛠️ New Developments
    Administration Cabinet:
    Our new admin panel is now live. This powerful tool streamlines platform management, giving us enhanced control and monitoring capabilities across all aspects of the game.

    App Session Ending:
    We've introduced a feature to gracefully end inactive sessions. This update not only boosts security but also ensures a smoother and more reliable user experience.

    Content Validation for AI-Generated Content:
    We now implement robust content validation to assess and sanitize AI-generated content. This enhancement guarantees that all automated content meets our high standards, maintaining a clean, safe, and trustworthy community environment.

    Game State Preparation & Game Control Improvement:
    Our refined approach to game state management improves responsiveness and overall control during gameplay, paving the way for a more dynamic and competitive experience.

    Check out our latest updates on our demo site: iGame Demo

    Thank you for your continued support—your passion keeps us innovating!


  • Delegate Proposal cryptoishere
  • cryptoishereC cryptoishere

    Exciting Updates to the Posts Section on the Portal!

    We are thrilled to introduce the latest improvements to the posts section on our portal. These updates enhance the user experience, making it easier to manage and interact with content. Here’s what’s new:

    Author Display: Every post will now prominently feature the author’s name, ensuring proper attribution and visibility.

    Date and Keywords: Posts will now automatically display their publication date and relevant keywords to improve navigation and searchability.

    Dynamic Markup Updates: When new posts are added sequentially, the markup updates dynamically to maintain consistency and readability.

    What’s Coming Next?

    Our development team is continuously working to bring even more functionality to the posts section. Here’s what to expect in future updates:

    Image Selection & Creation: Users will soon have the ability to add or generate images for their posts, enhancing visual appeal and engagement.

    Multilingual AI-Powered Posts: We are integrating AI to create and display multilingual posts, allowing content to be localized for different audiences seamlessly.

    URL-Friendly Identifiers (Slugs): Each post will have a unique, human-readable slug to improve URL structure, SEO, and easy sharing.

    Stay tuned for more enhancements, and as always, we welcome your feedback to help shape the future of our portal!

    Portal


  • WEB online p2p checkers
  • cryptoishereC cryptoishere

    Hello, Checkers Enthusiasts! 🌟

    We're thrilled to share the latest progress on our Play-to-Earn Checkers Platform. Your passion and feedback drive our innovation, and we're working tirelessly to deliver the ultimate competitive gaming experience! Here's what's happening:

    🛠️ Current Priorities
    Gameplay Statistics:
    Track your wins, losses, and performance history with detailed game insights. 🎯
    Improved Game Control Navigation:
    Smoother and more intuitive controls for effortless gameplay. 🕹️
    Client "Enter" Event Fix:
    Addressing an issue with the "Enter" key on smart devices to enhance accessibility. 📱

    Future Features
    Bug Fixes:
    Polishing the game for a seamless experience. 🐞✨
    Rules Documentation:
    Comprehensive game rules will soon be available for all skill levels. 📖
    Multi-Jump Moves:
    Adding support for thrilling multi-jump strategies. 🐇💥

    We’re committed to combining the timeless charm of checkers with cutting-edge technology, creating a platform that’s rewarding, fair, and fun. Stay tuned for more updates, and let us know what features you’d love to see next!

    Thank you for being part of this journey. Together, we’re redefining online gaming! 🌍💎

    Keep playing, keep earning, and keep strategizing!


  • WEB online p2p checkers
  • cryptoishereC cryptoishere

    Welcome to the Future of Checkers: Play-to-Earn Online Gaming
    Experience the evolution of gaming with our innovative Checkers platform, where traditional gameplay meets the exciting world of cryptocurrency. Join players from around the globe in a competitive environment that rewards skill and strategy with game tokens.
    Game Overview
    Two-Player Online Matches: Challenge friends or compete against players worldwide in real-time checkers matches.
    Crypto Wallet Integration: Each player must create a crypto wallet to participate, ensuring secure transactions and ownership of game tokens.
    Token Bonuses for Winners: Victorious players receive token bonuses, incentivizing skillful play and enhancing the competitive spirit.
    How It Works
    Create Your Crypto Wallet: Set up a wallet to securely store your game tokens.
    Request Game Tokens: Players can easily acquire tokens through our in-game faucet, allowing them to participate without upfront costs.
    Join or Create a Game: Enter a game room with friends or be matched with opponents globally.
    Play and Win: Engage in classic checkers gameplay, utilizing strategy to outsmart your opponent and earn tokens.
    Why Choose Our Platform?
    Decentralized Gaming Experience: Enjoy a fair and transparent gaming environment powered by blockchain technology.
    Skill-Based Rewards: Unlike traditional games, our platform rewards players based on their performance, making every match an opportunity to earn.
    Community Engagement: Join a vibrant community of players who share a passion for checkers and cryptocurrency.

    iGame Beta release


  • Telegram BOT accepting STH coins
  • cryptoishereC cryptoishere

    🌐 Your personal translator and analyst in the world of information! 🚀

    🤖 Meet the AI ​​Assistant Bot (https://t.me/ChatGPT_AI_AssistantTG_Bot) — your indispensable assistant in Telegram!

    🔍 Instant and accurate translations: Don't waste time on dictionaries and inconvenient applications. Our bot will instantly translate any text into the desired language, preserving its original meaning.

    📚 Text analysis: Get instant analysis of text messages to understand their deep meaning.

    📈 Request statistics: Track your activity and optimize the use of the bot with the help of convenient statistics.

    🔝 Choose the right plan:

    • Free: Ideal for random requests.
    • Premium: Advanced features for active users.
    • Daily: Unlimited access to translations and text analysis every day.

    💳 Simple and convenient payment: Subscription is issued in a couple of clicks, and you can pay for it with a bank card or cryptocurrency.

    🔒 Security and privacy: Your data is in safe hands thanks to advanced encryption technologies.

    📅 Save time every day: Our bot helps you focus on what is important, avoiding routine information searches.

    👉 Subscribe now and make your communication limitless!

    🔗 Go to subscription (https://t.me/ChatGPT_AI_AssistantTG_Bot)


  • Delegate Proposal cryptoishere
  • cryptoishereC cryptoishere

    delegate_cryptoishere_eng.png

    Delegate Proposal cryptoishere
    Server Configuration:

    6 vCPU Cores
    16 GB RAM
    400 GB SSD
    400 Mbit/s Connection
    Location Dusseldorf (EU)

    As a dedicated node owner of Sth Core (https://github.com/smartholdem/sth-core) and a seasoned web developer, I am deeply committed to the SmartHoldem ecosystem since its inception, having been involved since the very first genesis block.

    The essence of my Delegate Proposal is rooted in fostering community growth and technological advancement. I firmly believe that the prosperity of SmartHoldem hinges on widespread adoption and continuous innovation.

    My pledge is to reinvest all earnings generated from my node into bolstering infrastructure and amplifying outreach efforts. By allocating resources towards infrastructure enhancement and strategic advertising, I aim to catalyze the expansion of SmartHoldem's user base and heighten awareness of its decentralized solutions.

    In essence, my Delegate Proposal embodies a steadfast commitment to propelling SmartHoldem towards greater heights of success, underpinned by a steadfast dedication to innovation, community empowerment, and technological excellence. I earnestly hope to garner your support in advancing the collective vision of a more decentralized and inclusive future.


  • Делегат `smartholdem_public`
  • cryptoishereC cryptoishere

    @Antonio_q3 😊


  • Делегат `smartholdem_public`
  • cryptoishereC cryptoishere

    @Antonio_q3 После снятия голоса кем то, нода упала ниже топ 64
    Есть другие ноды в списке ожидания.
    Хочу временно использовать сервер для тестов.


  • Делегат `smartholdem_public`
  • cryptoishereC cryptoishere

    Нода уйдет из топ 64 после последней выплаты 2021.05.08

    Спасибо что голосовли.


  • Delegate `smartholdem_public`
  • cryptoishereC cryptoishere

    Noda will leave the top 64 after the last payment 2021.05.08

    Thank you for voting.

  • 1
  • 2
  • 3
  • 1 / 3
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search