Miners for your web

In regard to our last posts regarding docker images for mining Monero and Webchain, some people have asked us how to integrate these in their websites, so they can monetize them without integrate annoying advertising.

We have been integrating CoinIMP and in some of our web services, and we can say both providers work with Monero, but CoinIMP also brings as alternative Webchain, and Crypto-Loot bets for uPlexa as second altcoin.

You can try their miners directly in the user dashboard once you have registered an account, so you will get aware how they work. Besides of that, they provide HTML code snippet you can integrate in your website for their miners, usually your users will be notified since their computers will be used for mining in an attempt to avoid any Ad-Blockers installed in the web browser of your users. If you are looking for an example, basically that is the modality we are using in our Data Convert Tooling web site.

If you don’t want to make the miner to run during the visits of your users, you can also integrate their captcha as replacement of the typical Google reCAPTCHA, which will require some mining time from the computer of your user, but it requires a little bit more of backend development knowledge. You can find an example about how this is used in our URL shortener or shortlink web service. Crypto-loot is also providing a shortlink service which will make the web browser of your visitor to mine a little bit before going to your website. If you want to see an example, just click on this link to go to uPlexa website.

In case of your web site provides a kind of credit mechanism for visitors, you may want to integrate CoinIMP. You can use their API to create users, and track how much they have contributed in mining, so you can build your credit system on top of it. Their credit can be also spent using their API. If you are looking for an example about how it can be done, you may take a look at our Artificial Neuronal Network web service.

Finally, don’t forget to get a wallet or use an online wallet like freewallet.org to manage your bitcoins and altcoins.

Why crypto mining?

Some people has asked if we are mining cryptocurrencies and why we are doing that since we are providing docker images with cryptocurrency miners.

We are currently mining Webchain no because we are thinking to get rich soon (actually the exchange rate with USD is quite low) but because it allows us to easily get some cash for projects that in production can use their ERC20 & ERC223 Smart Contracts and DApps.

If you are looking for developers with experience in Smart Contracts and distributed applications running in blockchain, please do not hesitate to contact us.

    New credit mechanism for FANN website

    Our Fast Artificial Neural Network website and webservice uses a credit system for monetize the usage our servers for the query of the artificial neural networks you may need to be available online. We are glad to announce we are using now CoinIMP, which will increase the credits for a particular network when the configuration webpage that network is open, and we will be integrating a payment gateway for all of our users who prefer to buy credits using credit card.

    New credits system integrated in Fast Artificial Neural Network

    We will be publishing documentation soon about how to use the web API for consulting the status of the network and query the network from your apps as well.

    Consulting in Artificial Neural Networks

    Since the backend of our website Fast Artificial Neural Networks is powered by libFANN we got some usage questions from our visitors and users. We think it’s better to ask directly to the developers regarding the library itself http://leenissen.dk/fann/forum/viewforum.php?f=1, but we can do our best for help:

    1) We can set a connection by fann_set_weight()?
    fann_set_weight Set a connection in the network.

    2) how can I GET the weight of a connection? fann_get_weights Get all the network weights. 

    Ref https://libfann.github.io/fann/docs/files/fann-h.html

    Docker images for Aeon and Webchain

    We have updated our Docker image for Aeon altcoin wallet to version 0.12.9.0 and we have created our Docker image for Webchain altcoin for the miner 2.8.0

    If you want to get more information about Aeon, please visit their website at aeon.cash and for Webchain, please visit their website at webchain.network

    If you would like us to publish a docker image for your altcoin, please don’t hesitate to contact us.

      UML bot for Telegram

      Our new Telegram bot is ready for work!

      Chat with our bot, and get drawn UML charts.

      Telegram UML bot example

      It uses the plantUML format, so in the example above, the code is:

      title Example
      actor user
      database telegram
      database bot
      user -> telegram : message with\nPlantUML format
      telegram -> bot : message with\nPlantUML format\nplus chat data
      bot -> bot : generate diagram
      bot -> telegram : push diagram to user
      telegram -> user : diagram

      How to share it with others in other chat?
      Since it is like a picture or photo, select the diagram and forward it to other chat.

      Start forwarding a diagram

      Look for the chat where you are going to forward the diagram.

      Telegram forward destination selection

      Find it in Telegram as @umlbot or open this link for the web version of Telegram https://web.telegram.org/#/im?p=@umlbot

      Other questions appearing in the comments below regarding ~~

      Do you need Tomcat hosting?

      Do you need a staging server with Tomcat for hosting your Java webapps? We can deploy one like http://tomcattest00.tk for you starting from USD1/month

      Ask us for the credentials

        How to use the PHP highscores table API library?

        First create a new account in https://highscores.ehehdada.com/new_account

        If you have PHP and composer, create a new folder for the project and execute

        composer init

        When you are being asked for requirements of the project, type

        ehehdada/highscore-tables-php-client-library

        and let composer to get the latest version of it.