
MrWho
@MrWho
Posts made by MrWho
-
RE: Am I mining..?
@stevejjjjj888 You can get 0.1 Burst here: https://burstneon.com/faucet, lovely regards.
-
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
-
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
-
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=16020314477710380875Changelog:
-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. -
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
-
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)
Added Donation Address Field
-
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.
-
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).
-
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