why are you asking this in a separate topic? it is listed as a 7/7 ponzi HYIP if I'm not mistaken,the owner got an honorary mention as he never even bothered to change the common theme and left the default it is like if you come to a personalised wordpress blog and see something like: Lorem ipsum dolor sit amet, consectetur adipiscing elit"
tl;dr do not invest ,you will lose your money
Tanks
Post
Topic
BoardPrimeiros Passos (Iniciantes)
Re: Como criar uma versão visual de um paper wallet gerado offline no vanitygen?
Prezados, queria gerar uma versão grafica offline de um paper wallet gerado offline no vanitygen. Eu poderia utlizar o https://bitcoinpaperwallet.com/, porém não faz sentido ja que quis criar justamente offline;
Alguém sabe?
Na pagina onde vc gera a papper wallet tem a opção (e inclusive a recomendação) de vc baixar o zip com o codigo do site e rodar ele localmente (offline):
Quote
For secure wallet generation, do not print wallets "live" from bitcoinpaperwallet.com. Instead, download this generator from GitHub and run the HTML as a "local" file:
Como criar uma versão visual de um paper wallet gerado offline no vanitygen?
by
cjdduarte
on 03/10/2016, 18:09:11 UTC
Prezados, queria gerar uma versão grafica offline de um paper wallet gerado offline no vanitygen. Eu poderia utlizar o https://bitcoinpaperwallet.com/, porém não faz sentido ja que quis criar justamente offline;
Alguém sabe?
Post
Topic
BoardEconomia & Mercado
Re: Faucet Sustentável- Levels Up (Nível atual: 2 of 100) !!!
You have a double claim rewards button; not sure if you could click either one, but you should probably remove the one that doesn't rely on the anti-bot verification links, as long as it's not against any terms of use that FaucetBox has.
I'll fix it . I address ( BTC ) that you are getting by reference these bots. Deaminates it.
Post
Topic
BoardMicro Earnings
Re: Sustainable Faucet - Levels Up (Current Level: 2 of 100) !!!
Files to edit: /index.php /templates/*theme-name*/index.php
Ok, let's start.
First make a backup of your faucet (everything could go wrong, better safe than sorry).
Then
Copy: antibotlinks.php
To: /libs/antibotlinks.php
Now you will need to edit 2 files. I suggest using Notepad++ https://notepad-plus-plus.org/ to edit files but any good editor will do the job. This is based on FB R60 but should work with newer/older versions.
Open: /index.php
Find: $data['captcha_info'] = $captcha;
add after: # AntiBotLinks require_once('libs/antibotlinks.php'); $antibotlinks = new antibotlinks(true);// true if GD is on on the server, false is less secure if (array_key_exists('address', $_POST)) { if (!$antibotlinks->check()) { $antibotlinks->generate(5, true);// number of links once they fail to solve min 3 - max 5, the second param MUST BE true } } else { $antibotlinks->generate(3);// initial number of links min 3 - max 5 }
Find: $data['captcha_valid'] &&
add after:
# AntiBotLinks $antibotlinks->is_valid() &&
Open: /templates/*theme-name*/index.php
Find:
Add before: # AntiBotLinks START ?>
# AntiBotLinks END ?>
Find: if(!$data["captcha_valid"]): ?>
Invalid captcha code!
endif; ?>
Add after (the input field must be between ):
# AntiBotLinks START ?>
if(!$antibotlinks->is_valid()): ?>
Invalid AntiBot verification!
endif; ?> # AntiBotLinks END ?>
Somewhere between add (you need to do it 5 times, this is where the links will appear):
Esta faucet foi pensada em você de forma sustentável. Quanto mais os anunciantes pagam por esta faucet, mais você ganha. Quanto mais os lucros aumentam, o nível também aumenta e os ganhos com a faucet também aumentam. Tudo depende de você.
Ok, different reward system idea, let's see if it will work, I hope so.
Thanks for 132 satoshi reward, a bit low yet, need to upgrade levels. What do you think about add more ads?
Hi , my focus is on this time. I am evaluating other options ads for optimization. But I'm also evaluating the visual pollution of the site . And the level , I will update you in next 12 hours when you have more data to analyze .
So let me get this straight: We, as users, have no control over individual levels for our accounts, but rather, you're speaking of raising the "level" of the faucet? So once more advertisers bid on your advertisements, you'll earn higher earnings, which in turn, you will raise the level of the faucet. Did I get that right?
Your concept is amazing. It pretty much allows for users to dictate the popularity of your faucet, and I really hope that you stick to this model. After a small initial investment, you're allowing the advertisers to pay for the faucet, basically.
This is definitely a sustainable method of running a faucet, and I can see a lot of future faucet admins adopting this model.
I will definitely use this model for my faucet. And I'll give you credit for it, of course, with a backlink to your faucet.
Best of luck to your faucet, and I'll be checking in on it from time to time!
It is just that. His explanation was the best possible.
I intend to review the gains vs satoshis every 72 hours and go up into the "level " transparently.
This faucet was thinking of you sustainably. The more advertisers pay for this faucet , the more you earn. The more profits increase, the level also increases and gains on taps also increase. Everything depends on you.