Navigation

    BurstCoin - Efficient HDD Mining

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Users
    • Burst Main Website
    • Burst News
    • Block-Explorer
    1. Home
    2. MrWho
    • Continue chat with MrWho
    • Start new chat with MrWho
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    MrWho

    @MrWho

    102
    Reputation
    293
    Posts
    5808
    Profile views
    28
    Followers
    1
    Following
    Joined Last Online
    Website burstneon.com/

    MrWho Follow

    Posts made by MrWho

    • RE: Join us BurstNeon (http://burstneon.com) - Flood Protected -
      • Adding new theme light mode
        0_1546985925257_449d7d85-ede0-4db9-9c85-33a801c75448-grafik.png

      • Bound 100-0 | 50-50 Pool Distribution to Pool Software

      posted in Pool Announcements
      MrWho
    • RE: Am I mining..?

      @stevejjjjj888 You can get 0.1 Burst here: https://burstneon.com/faucet, lovely regards.

      posted in Help & Support
      MrWho
    • Burstneon - Public Burstcoin Faucet For Beginner

      G’evenning Bursters,
      our team from Burstneon (https://burstneon.com) programmed a faucet (https://burstneon.com/faucet) for new Burstcoin members. It is specifically designed to set the first reward and protected against further abuse. If you want to help the Burstcoin Network and make it easy for other new miners, to take the first steps, feel free to donate to BURST-XG2G-8RTR-72W3-3ZEWT (1 Burstcoin = 50 new Accounts).

      many greetings and happy new year.

      Your 🅱urstneon Team

      posted in Burst Software
      MrWho
    • RE: Join us BurstNeon (http://burstneon.com) - Flood Protected -

      Update:

      • Implemented an simple mobile explorer for checking public wallet information, transaction and also pool payout (shows payout of the recipient pool).

      To access the account page https://burstneon.com/mobile?id= your numeric or BURST-XXX

      0_1545501659586_d0db6c29-791e-4f22-81a9-a6d1d60289b5-grafik.png

      0_1545501687075_16543fe8-cbd3-4bec-8665-3d722a648889-grafik.png

      posted in Pool Announcements
      MrWho
    • RE: Join us BurstNeon (http://burstneon.com) - Flood Protected -

      Major Update:
      The new pool software is now uploaded and online. The whole system was rewritten (splitting frontend from backend logic on seperate systems), both the backend and the frontend logic got new methods. There is also now a own Block Explorer, which allow to check every block and details. Another thing is a own wallet overiew, with the important stats.
      The cookie system was also removed and everything runs over fix url parameter (queries).

      Queries:
      /monitor?id= your numeric id
      /account?id= your numeric id
      /neon?id= your numeric id (from here you get a quick view)

      Example:
      http://burstneon.com/monitor?id=16020314477710380875
      http://burstneon.com/account?id=16020314477710380875
      http://burstneon.com/neon?id=16020314477710380875

      Changelog:
      -Implemented Block Explorer / Wallet Overview
      -Peers List
      -Added configuration page
      -Added Queries
      -Split backend and frontend logic (different systems)
      -Added block details for each block
      -Improved the page speed with new backend system on factor 3
      -Fixed the monitoring page, results of miner will be render on server side.
      -Fixed bug, that mined blocks shows twice.

      Galery:
      0_1543715580888_8c9bf190-eeea-4ecb-9f86-ce3538d6ee85-grafik.png

      0_1543715604703_18b933fe-bac9-4498-bb73-8f3b8b8ac6f2-grafik.png

      0_1543715633060_c9846a2b-1efb-414b-8f04-f537bc516090-grafik.png

      0_1543715656816_bf4d1752-5c21-475f-b37a-f4f140090f9e-grafik.png

      0_1543715731613_f22b39a2-c509-4367-ac80-e53274f20e18-grafik.png

      posted in Pool Announcements
      MrWho
    • RE: V 1.1 Burstcoin Faucet Code

      The randomly generated codes (with pattern configuration) allows to run optional a public faucet with chosen member, which can claim, for example if a pools decided to run a faucet, but dont wanna, that its general claimable, only for people who gets a faucet code from the hoster (from discord bots etc.) lovely regards

      posted in Burst Projects & Crowdfundings
      MrWho
    • RE: V 1.1 Burstcoin Faucet Code

      Yes, there is already a procedure behind, so an account can only request a claim, if the account is unknown and also the balance not greater than 0.

      Update:

      Implemented an optional Code-Verification-System.

      • Custom Option: Prefix/Postfix
      • Custom Option: Number of Codes
      • Custom Option: Length of Code
      • Support of third party application (for example with discord bot)

      0_1534251070443_3811e402-a711-4690-94d2-eadcfe27699b-grafik.png grafik|174x167

      Added Donation Address Field

      0_1534251050721_15d7b970-d469-44b6-8ff8-85c396584d9c-grafik.png grafik|619x485

      posted in Burst Projects & Crowdfundings
      MrWho
    • RE: V 1.1 Burstcoin Faucet Code

      Follow please the Installation guide on github, the software run on node (https://nodejs.org/en/). If you installed node or unzipped it in same direction like the project folder and installing the modules, takes around 5 minutes, then you should ready to go. Lovely regards.

      posted in Burst Projects & Crowdfundings
      MrWho
    • RE: V 1.1 Burstcoin Faucet Code

      Is there node running in backend or is it just upload in certain root folder without backend progress? Cause it sounds, that the content is just upload, but the faucet use .ejs files, which cant be redirect without a node process. So I suspect, that you send the header (form), but there isnt a handler for it, thats why you still on the same page. (just reload, cause cant handling the form).

      posted in Burst Projects & Crowdfundings
      MrWho
    • RE: V 1.1 Burstcoin Faucet Code

      G'day @Bluebook, the hoster from burst-coin.es already has a version live of the current code http://faucet.burst-coin.es/ (subdomain). The redirection is that part if the verification is successful. (Make sure the domains is unlocked on Google ReCaptcha). For the wallet part, you can also use https external wallets, but I would suggest a local wallet. If you have suggestion, feel free to send a pm. lovely regards

      posted in Burst Projects & Crowdfundings
      MrWho