Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XRB]Cryptocurrency's killer app: RaiBlocks micropayments
by
jamilservicos
on 24/07/2017, 12:44:04 UTC
Ways to improve the faucet:
(Backend)
Separate two "team" and "solo" interactions, with separate reward system.

solo:
Limit the number of clicks per minute to something humanly possible, through a database with timeout per wallet. (Recommended mongodb).

team:
Create an api paid via domain registration, with concurrent queries, through a database with timeout and consultation by ip and wallet. (Recommended mongodb).

(Frontend)

solo:
Decrease the difficulty of captcha and create a virtual keyboard with ids, organization and dynamically generated names functions to prevent scheduled execution.

team:
Through api, allow the site registered as a team to include the service through remote javascript (similar to recaptcha, solve media, facebook).


Rounds:
Whenever a round is finished, pause for 15 minutes while making the payments, and start a new round after all payments are completed. This would allow for greater system stability and auditing.



==============

This would allow ordinary people to continue to have a fair distribution, and sites like "claimers.io" continue to work with the raiblocks. In addition to decreasing and limiting the use of bots. Since they would not be able to bypass backend validations.
One way that would allow the community to contribute more would be to make available in github the fonts codes of the telegram bots(wallet and trade), this will allowed greater integration with other systems. The big mistake of the Raiblocks, is that it is very closed and its distribution monopolized by some people. This will greatly decrease the use of coin and your value.

Administrators need to stop complaining and ignore feedback about site of official distribution(faucet.raiblockscommunity.net), and facilitate integrations so that new uses are created for raiblocks, which today are only about 3 or 4 sites.

With access to the botwallet and tradebot codes, I think many would have new ideas for new systems.


In the source of the wallet, it is necessary to review some parts, which are generating errors. Like the "dumped core" problem generated by "blake2".

I intended to contribute with the system, but from the treatment received in the "slack group" when I mentioned the problems of the faucet, I give up contributing.
If the faucet is maintained by the official website, it is an official subject, and can not be ignored.

And while giving my feedback here, it's because I still have hopes in the currency. If you notice, all the criticisms made by me, it was pointed to serious distribution problems, which some are mocking. This weakens the economic stability of  ecosystem of raiblocks.


*Adding that the botwallet is already available in github.