• 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

EuropaE

Europa

@Europa
Team
About
Posts
386
Topics
267
Groups
2
Followers
15
Following
4

Topics

  • EuropaE

    XBTS DEX combina Waves Dex y BitShares

    Scheduled Pinned Locked Moved Bolsa de criptomonedas XBTS
    1
    3 Votes
    1 Posts
    1k Views
    EuropaE

    La nueva tecnología de blockchain descentralizada XBTS abre la puerta a los tokens Waves, que desean expandir su geografía en la red Bitshares.

    0_1540825890297_WavesBitsharesSpain.jpg

    XBTS es un servicio de blockchain conveniente y seguro
    Que combina Waves Dex y BitShares.

    La nueva tecnología de blockchain descentralizada XBTS abre la puerta a los tokens Waves, que desean expandir su geografía en la red Bitshares.

    Ahora, los tokens de Waves se pueden enviar fácilmente a la plataforma Bitshares y volver a través de la puerta de enlace XBTS.io en cualquier momento.

    XBTS opera en la cadena de bloques de BitShares y brinda acceso a herramientas convenientes y rápidas para almacenar, comercializar, administrar y liberar activos digitales.

    Las tecnologías XBTS amplían las capacidades y el potencial de los tokens liberados en Waves y hacen que la plataforma BitShares sea más accesible para todos los usuarios.

    La bolsa de criptomonedas XBTS es un puente de blockchain rápido entre las plataformas populares descentralizadas Waves Dex y BitShares.

    El ejemplo de compatibilidad de dos plataformas populares: CoffeeCoin, token esta creada en la plataforma Waves. CoffeeCoin fue el primero quien comenzó a usar las poderosas herramientas de pago de la cadena de bloques Bitshares disponibles para todos en la bolsa XBTS.

    ¡Bienvenido a BitShares!

    Usted puede crear una cuenta de registro en la bolsa XBTS en la siguiente dirección: https://xbts.io/
    Puede dejar una solicitud para agregar una moneda / token en la bolsa XBTS: https://xbts.io/add-coin.html
    Puede conocer el ecosistema de Bitshares en la dirección: https://Bitshares.org

  • EuropaE

    Blockchain Bridge between Waves Dex and BitShares on XBTS DEX Exchange

    Scheduled Pinned Locked Moved XBTS NEWS waves dex bitshares xbts
    2
    3 Votes
    2 Posts
    2k Views
    CoffeeCoinC

    @europa - Thanks so much for your efforts to create a gateway / bridge for CoffeeCoin along with a listing on XBTS.io. We have a separate thread to introduce and discuss CoffeeCoin here:

    https://community.smartholdem.io/topic/463/coffeecoin-overview-discussion-thread-cof

  • EuropaE

    Блокчейн-сервис между Waves Dex и BitShares

    Scheduled Pinned Locked Moved Новости SmartHoldem
    4
    9 Votes
    4 Posts
    3k Views
    C

    Отличная техническая возможность. Платформу WAVES всячески игнорируют спекулянты, хотя она проще/дешевле для эмиссии. ИМХО можно ограничить количество перенесенных токенов с WAVES, большинство из которых не "продвигаются" и не имеют настоящего и тем более будущего ("спам-токены").

  • EuropaE

    Эмиссия SmartHoldem

    Scheduled Pinned Locked Moved Новости SmartHoldem
    3
    8 Votes
    3 Posts
    2k Views
    ozikO

    @patinity Мне кажется, что сейчас момент истины для держателей нод в плане доверия проекту и команде. Уменьшившееся вознаграждение отсеет чистых спекулянтов от приверженцев идей Технолога и Ко. ИМХО, конечно.

  • EuropaE

    Большое Обновление Blockexplorer SmartHoldem

    Scheduled Pinned Locked Moved Новости SmartHoldem
    1
    6 Votes
    1 Posts
    1k Views
    EuropaE

    Мы рады представить Вам обновленный Blockexplorer SmartHoldem.
    Теперь в нём еще больше полезных функций.

    Обновлен интерфейс Blockexplorer.

    Добавлены Английский, Бразильский языки.

    Добавлен график торговли STH к другим криптовалютам.

    Для максимально комфортной торговли, в верхнем меню добавлена кнопка на биржу XBTS.

    Теперь Вы можете наблюдать за курсом STH по отношению к BTC, BTS, CNY, EUR, RUB, USD в реальном времени.

    Добавлена on-line статистика данных из blockchain : Height/Supply/Market Cap.

    Новые возможности монитора делегатов.

    0_1533900034211_UpdateBlockexplorer.jpg
    Вам доступна полная статистика:

    Баланс делегатов и количество голосов;

    Количество STH на балансе проголосовавших избирателей.

    В правом верхнем углу меню Вы можете выбрать темную или светлую тему.

    Приятного использования Blockexplorer!

  • EuropaE

    Updating the BTSDEX 0.4.8 library

    Scheduled Pinned Locked Moved XBTS NEWS api bitshares
    1
    1 Votes
    1 Posts
    2k Views
    EuropaE

    The btsdex library is designed to automate operations in a decentralized network of bitshares, can be used to create personal trading bots.

    installation:

    npm install btsdex

    Basic examples and functions in WIKI BTSDEX

    Source code is available https://github.com/scientistnik/btsdex

    Additional functions: ** memoDecode ** (decoding memo) // decoding example const BitShares = require("btsdex"); BitShares.init("wss://bitshares.openledger.info/ws"); BitShares.subscribe('connected', start); KEY = '5K...PrivateKey'; SENDER = 'sender_name'; async function start() { let bot = new BitShares(SENDER, KEY); bot.setMemoKey(KEY); let memo_text = await bot.memoDecode({ "from": "BTS5...sender_address", "nonce": 192135435365768, "message": "b897254f..." }); console.log(memo_text.split(":"); }

    assetIssue (release of an asset)

    assetReserve (asset burning)

    The development of the library continues...

  • EuropaE

    Схемы работы алгоритмов SmartHoldem

    Scheduled Pinned Locked Moved Smartholdem: Ссылки, пресс-релизы, медиа-материалы SmartHoldem
    8
    1 Votes
    8 Posts
    2k Views
    EuropaE

    0_1531555219790_Globalplatform.jpg

    0_1531555239999_Globalplatform24.jpg

  • EuropaE

    A new round of voting for most popular tokens starts today at OKEx!

    Scheduled Pinned Locked Moved SmartHoldem News
    1
    2 Votes
    1 Posts
    1k Views
    EuropaE

    A new round of voting for most popular tokens starts today at OKEx! And this time the community has enough time to show it strength and publicly display that STH coin is inded popular – and 5 tokens most popular in the vote, according to OKEx, will have a chance to get listed there!

    In order to vote, do the following before May 7th 2018, 10:00 UTC:

    Subscribe to https://twitter.com/OKEx_/ in Twitter, Retwit the https://twitter.com/OKEx_/status/992351475287261185 post, Add a comment to https://twitter.com/OKEx_/status/992351475287261185 with the words: #SmartHoldem $STH

    No need to write more than one supporting comment, or to edit the written one (it won’t be considered); but if you expect the great future for SmartHoldem, today you can have an impact and help to bring it a bit closer a bit faster!

  • EuropaE

    Geography SmartHoldem Nodes. Real Time

    Scheduled Pinned Locked Moved SmartHoldem News
    1
    2 Votes
    1 Posts
    1k Views
    EuropaE

    On the official site of the platform https://smartholdem.io/ a new section has been added

    a detailed geographic map of the working of SmartHoldem MasterNodes and the backup Nodes.

    0_1525246752160_mapNodes.jpg

    The map, in real time, displays the number of MasterNodes and their location.
    At the moment 108 MasterNodes is found.
    The number of MasterNodes is growing all the time, providing even greater decentralization of the network.

    The nodes that occupy the first 64 lines of the rating are the current delegates who sign the transactions.
    The remaining nodes are in the standby mode, and are ready at any time to replace the delegate who left the Top 64 rating.

    On the Delegate Monitor page https://blockexplorer.smartholdem.io/delegateMonitor , you can see how the process of creating the blocks occurs.

    Any user can become a valid SmartHoldem delegate.
    The delegate rank depends on many parameters. For more information on how to become a delegate, read https://community.smartholdem.io/

  • EuropaE

    География Нод платформы SmartHoldem

    Scheduled Pinned Locked Moved Новости SmartHoldem
    2
    2 Votes
    2 Posts
    2k Views
    TechnoL0gT

    Отдельная карта также доступна тут https://smartholdem.io/nodesmap.html

  • EuropaE

    Update FullNode-A v0.1.2

    Scheduled Pinned Locked Moved SmartHoldem News
    1
    2 Votes
    1 Posts
    2k Views
    EuropaE
    Updates to Node-A

    ** The secret key is in a separate file ** ** secret.json ** (for compatibility, the old version with the file ** config.smartholdem.json ** also works). If you save * the * secret passphrase of the delegate address in secret.json, you do not need to re-specify it during updates.

    ** Added fast sync blocking with script **

    sh firststart.sh

    testing was conducted on a known weak VPS server with the parameters 2x2.2GHz, 1GB RAM, 20GB HDD. The time for full synchronization of the SmartHoldem block system from scratch takes no more than 2 minutes.

    Updated some libraries associated with better security and stability.

    ** For the guaranteed upgrade of Node-A ** to the latest version, use the following commands:

    ***!Attention! Most likely the secret phrase from the file config.smartholdem.json >> secret ["your phrase"] will be deleted, do not forget to write it down. ***

    cd smartholdem-node-a forever stop app.js

    here will be asked to overwrite some files, write ** y <ENTER> **

    git checkout -p git pull

    The result is about the following:
    0_1525049755727_resultsh.jpg

    Updating modules

    npm install

    If you have not updated for a long time, the secret phrase will be deleted, you need to specify it again, it is recommended to specify in the file secret.json

    nano secret.json

    File

    { "secret": ["here is your secret phrase"] }

    CTRL + o, CTRL + x

    sh update.sh

    When all operations are complete, you will see the log of the work of your updated node.

    P.S. Also in * Node-A SmartHoldem * the ** exceptions ** work successfully ** is one of the future functions of the EOS coin, which has just been announced at the moment.

  • EuropaE

    Results 28/04/2018

    Scheduled Pinned Locked Moved SmartHoldem News
    1
    1 Votes
    1 Posts
    2k Views
    EuropaE

    ** Block ** 1401917

    ** Developers ** created distribution of test (DEV) coins required in testing API SmartHoldem without the costs of these coins.

    ** Explorer ** of test network blocks DEV Explorer

    ** Delegates ** - improved security of node A. You can generate a second passphrase to your address, but use the first password on the server, which guarantees complete security in case of compromising the first phrase. After activation All further outgoing operations of the address must be carried out using two phrases. Tested in DevNet. Commission to include the second phrase ** 5 ** STH.
    ** Remember! If you lose your passphrase, you will not be able to access your assets! **

    Updated ** SmartHoldem API ** Wrapper when working with transactions, network type identification, random node selection.

    Updated ** JS API ** on mainnet & desktop wallet, fixes in address validation and network types (sidechains)

    Updated scripts faucet

    Added local versions of Windows a generator of "paper" wallets, works without connection to the network.

    Updated BlockExplorer. Transfers, support for alternative networks, blockchains, added functionality for schedules and monitoring of future STH & Linked token exchange rates.

    Updated documentation API SmartHoldem for API Wrapper and usage examples

  • EuropaE

    SmartHoldem Platform - 2nd Delegate L Proof-of-Stake

    Scheduled Pinned Locked Moved About SmartHoldem platform
    1
    3 Votes
    1 Posts
    2k Views
    EuropaE

    0_1524522164936_DXDcSP8WAAACrEJ.jpg

    SmartHoldem is a global decentralized gaming platform with a set of protocols to ensure gaming integrity and maintain anonymity of information, where all the net members do not need to trust each other or anyone. The platform is protected by a reliable distributed register with the advanced modified encryption technologies.

    We intentionally created blockchain from the ground up to be develop a stable progressive BlockChain, thus eliminating the problems of Bitcoin and later systems and providing innovative additional native functions. At this moment no one public blockchain provides such technologies.

    All process are implemented and regulated by the unique technology of the P2P nodes, public BlockChain, GameNet, deterministic SmartEvents algorithm and more advanced 2nd Delegate L Proof-of-Stake. Tickets for a tournament game, the random number generation, payment of prize money, affiliate programme, SuperNodes bonus as well as charge on the distributed network are carried out with the SmartEvents algorithm, without human intervention.

    A new technology protocol, developed in the SmartHoldem Platform, SmartEvents is a heart of the system, guarantor, gaming arbiter and the betting bank. SmartEvents provides some other innovative functions related to events. Within the SmartEvents protocol, programming language is used, supporting the Turing construction with the functions required for the automated events performance.

    0_1524522352161_DQoFUMPW4AITQwc.jpg

    2nd Delegate L Proof-of-Stake of SmartHoldem Platform in itself technically consists of two kinds of nodes:

    Level A delegates – SmartHoldem participants, supporting the servers function, provide network functions and develop new blocks with transactions. It is necessary to install and set up special server. The number of the first level delegates at the start is limited to 64 persons. Any participant can become a delegate if he or she can win a sufficient number of votes. If a delegate does not do his job – stopped signing blocks, a new delegate being beyond a list of 64 participants, can take his place, in other words, delegates, waiting for own turn, maybe more and more. In effect, a network is supported by the qualitative servers, consisted of the delegates. Pure democracy model is run here.

    Level B delegates – the special SmartHoldem nodes, responsible for distribution prize fund of the gameplays, obtained in poker game, for example. A winner can pick his money by deducting small rake percent. These commission fees are used to reward «mainers» for their supporting network. In order to become a level B delegate it is necessary to set up complete node, rather than a level A delegate, it is enough to have accessible in online mode computer, Raspberry PI also will serve, and there is need of minimal balance from 10. 000 and even more SmartHoldem coins. The more the second level being in operation, the better network stability is and less stock money on change. We do not forget about small token holders, for example, user who has 2. 000 coins on his own balance, can take the part in prize fund distribution from the gameplays, leased out his/her balance to the complete level B node.

  • EuropaE

    SmartHoldem Wallet 1.0.3 New Features!

    Scheduled Pinned Locked Moved SmartHoldem News
    1
    2 Votes
    1 Posts
    2k Views
    EuropaE

    SmartHoldem Wallet version 1.0.3
    New Features!
    Download: https://github.com/smartholdem/smartholdem-wallet/releases
    0_1524157060180_NewWallet1.0.3.jpg

    Added translations German, Bulgarian

    Customization of predefined color schemes in the user interface is added.

    Added functions for working with future versions of hardware wallets

    Added standard editing functions in the menu

    Minor fixes translate & URI scheme

  • EuropaE

    Обновление SmartHoldem Wallet до версии 1.0.1

    Scheduled Pinned Locked Moved Новости SmartHoldem
    1
    2 Votes
    1 Posts
    2k Views
    EuropaE

    SmartHoldem Wallet версия 1.0.1 https://github.com/smartholdem/smartholdem-wallet/releases

    Добавлена функция криптографической подписи сообщения.

    Исправлена ошибка, возникающая при взаимодействии с протоколом SmartHoldem URI QR.

    Улучшен перевод.

  • EuropaE

    Nueva versión de SmartHoldem Wallet 1.0.0

    Scheduled Pinned Locked Moved Noticias
    1
    2 Votes
    1 Posts
    2k Views
    EuropaE

    0_1523655630492_sh_desktopwallet.jpg
    El trabajo en la billetera SmartHoldem oficial continúa. Con cada lanzamiento, la funcionalidad de la billetera es cada vez mejor y más útil para los usuarios. En esta actualización, SmartHoldem Wallet agregó +10 000 nuevas líneas de código.

    Nueva versión de SmartHoldem Wallet 1.0.0 disponible https://github.com/smartholdem/smartholdem-wallet/releases

    Idiomas añadidos: árabe, coreano, serbio, chino (Taiwán), japonés, portugués (Brasil).

    Opción: enlazar un monedero a la IP del nodo de confianza.

    Envío de la función de pago con un mensaje.

    La función experimental de pagos múltiples desde un archivo csv, hasta 20 (la idea está tomada del viejo servicio webmoney - experimentalmente).

    Diseño personalizable de la interfaz de usuario.

    Gestión de redes y sidechains (experimentalmente, en curso).

    Пункт спискаExportación de transacciones de direcciones a un archivo.

    Versión actualizada de electrón a 1.8.4.

    Actualización del marco del motor.

    Se corrigió el reconocimiento del código qr (la integración con las aplicaciones uri se está desarrollando SHIP-001).

    El sistema de votación se simplifica (ahora parece más conveniente).

    La función de grabar en blockchain se agrega a la segunda frase secreta a la dirección (usar con precaución, ya que después de la activación es necesario conocer 2 frases).

    El campo para mostrar una nota en la tabla se ha agregado a la lista de transacciones.

    Los principales recursos de Internet del ecosistema se han agregado al menú de ayuda.

    Las capturas de pantalla de cierre corregido funcionan.

    Configuración mejorada de la aplicación para Windows (ahora un instalador normal con una opción de ruta de instalación).

    Actualizar el instalador de MacOs.

    Actualiza el instalador de Linux.

    Más que menos 96 arreglos.

    Se planean funcionalidades adicionales y aplicaciones descentralizadas en las próximas versiones.
    0_1523657971528_walletScreenSpain.jpg

  • EuropaE

    SmartHoldem Wallet 1.0.0 Available

    Scheduled Pinned Locked Moved SmartHoldem News
    1
    2 Votes
    1 Posts
    2k Views
    EuropaE

    0_1523646579162_sh_desktopwallet.jpg
    Work on the official SmartHoldem Wallet continues. With each release, the functionality of the wallet is getting better and more usability for users. In this update SmartHoldem Wallet added +10 000 new lines of code.

    New version of SmartHoldem Wallet 1.0.0 available https://github.com/smartholdem/smartholdem-wallet/releases

    Added languages: Arabic, Korean, Serbian, Chinese (Taiwan), Japanese, Portuguese (Brazil).

    Option - bind a purse to the trusted node ip.

    Sending payment function with a message.

    The experimental function of multi payments from a csv-file, up to 20 (the idea is taken from the old service webmoney - experimentally).

    Customizable design of the user interface.

    Management of networks and sidechains (experimentally, in progress).

    Exporting Address Transactions to a File.

    Updated version of electron to 1.8.4.

    Updating the engine framework.

    Fixed qr-code recognition (ntegration with uri apps is being developed SHIP-001).

    The voting system is simplified (now it looks more convenient).

    The function of recording into blockchain the second secret phrase to the address is added (use with caution, since after activation it is necessary to know 2 phrases).

    The field for displaying a note in the table has been added to the transaction list.

    The main Internet resources of the ecosystem have been added to the help menu.

    Corrected shutdown screenshots work.

    Improved application setup for windows (now a normal installer with a choice of installation path).

    Update MacOs Installer.

    Update Linux Installer.

    More than minor 96 fixes.

    Additional functionality and decentralized applications are planned in the next versions.

    0_1523657632719_walletScreen.jpg

  • EuropaE

    Новая версия SmartHoldem Wallet 1.0.0

    Scheduled Pinned Locked Moved Новости SmartHoldem новости кошелек
    10
    10 Votes
    10 Posts
    3k Views
    ozikO

    Большое спасибо Технологу за разъяснения!!

  • EuropaE

    Resultados 20/03/2018

    Scheduled Pinned Locked Moved Noticias
    1
    2 Votes
    1 Posts
    1k Views
    EuropaE

    Bloquear 978512

    Código línea de una de las primeras versiones de los bloques del navegador https://github.com/smartholdem/explorer-v1

    Se cambió Fondo Dirección DEV con SUeGCt31AHwTZVcfZQwpPVL4jEUCtMMDTg en STQK9x2xzfM54n3cACrNahiq5CaWB2HwqR debido a los cambios en los formatos de nuevas direcciones y soporta un segundo multipodpisey frase de contraseña. Suscribirse al nuevo navegador.

    Agregado máquina virtulnoe vagabundo smartholdem-nodo-a Instrucciones de uso aquí

    Crear pruebas adicionales smartholdem de nodo a + toda testnet en las pruebas

    Agregado desarrollador rama node-a

    Algunas adiciones de los Ejemplos API

    Development Labs se dirige al público en la rama dev https://github.com/smartholdem/smartholdem-rpc

    Agregado certificados HTTPS para los primeros bloques navegador https://explorer.smartholdem.io/

  • 1
  • 2
  • 10
  • 11
  • 12
  • 13
  • 14
  • 12 / 14
  • Login

  • Don't have an account? Register

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