Search content
Sort by

Showing 20 of 207 results by Paytoshi
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 17/12/2016, 10:08:02 UTC
Thank you all, it was a good ride.  Wink

Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 16/12/2016, 10:06:22 UTC
All online services stopped, issuing our last transaction for faucet owners.
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 16/12/2016, 09:12:47 UTC
If you are a faucet owner, please remember that you can transfer your funds to another address till 10 AM GMT. No new transfer will be accepted after that time.
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 14/12/2016, 10:13:29 UTC
From now on, we will not serve any new micropayment for faucet users.

If you are a faucet owner you can still transfer your funds at https://paytoshi.org/private/transfer
You will have time till December 16th at 10 AM GMT to do so.
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 07/12/2016, 10:29:09 UTC
Hello everyone,

we would like to remind you that we will stop operations in a week.

On December 14th at 10 AM GMT we would not accept any new microtransaction. As a user, please reach your payout threshold before that moment if you would like to be paid.
As a faucet owner you would have time till December 16th at 10 AM GMT to transfer your funds via your private area.

Shortly after we will issue our last general payment for those addresses that will be above threshold. Any fund not transferred after that payment will be implicitly lost.


About selling. We are in bad spot: we reviewed our position with our tax accountant and as a registered company in Italy we would have a few troubles to declare the selling as income, especially as a Bitcoin transaction. Therefore, sadly we would not sell Paytoshi.

We thank you for your understanding,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 07/11/2016, 16:08:01 UTC
Hello everyone,

Paytoshi started as a pet project in autumn 2014 and launched in december 2014. It was born in what appeared to be a profitable bubble left by Microwallet. In little less than two years we handled ~33 millions microtransactions exchanging ~85BTC. We always were runner-up in this market segment, but we are proud still of our continuous operations.

Paytoshi was never profitable because our transaction volume was just too low, but we loved cryptocurrencies and we decided to keep the project running nonetheless. We poured great effort to make a secure and reliable architecture and a good faucet script. We actively developed and honed our systems till this summer, when our company shifted focus on other projects.

We planned to make an announcement in a few days, but FaucetBox was always too fast for us: it launched a few weeks before us, gained more traction at the beginning, decided to close down sooner... Wink
So here's our announcement: Paytoshi stops operations on 14th December. If you want to get paid, please reach your payable threshold before that date. If you are a faucet owner you can transfer your deposits to an address.

It seems a good moment to be in our place: we can be the market leader for the first time with few or not competitors at all, but honestly we are not ready to start investing again on Paytoshi. We are not against selling Paytoshi to interested parties, but we wont close out just because we dont need it.

Thanks to all our users, it's been a pleasant ride!
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 27/06/2016, 08:28:24 UTC
why you don't update the list in your site? at now, i see 75 faucet in paytoshi list, i have see the first 7, two is dead, other not work, other not pay.
i can understand if the faucet with paytoshi are more, but for delete faucet to 75 list, request 20 minutes

Hello lottoitaliano,

Our list does not need any manual intervention: it is automatically updated with the faucets making at least one microtransaction in the last few hours. Ranking is based on number of users and amount paid.
If a faucet does not pay for an extended amount of time, it will be automatically removed.

Thank you,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 27/06/2016, 08:25:01 UTC
Hey paytoshi i can't install scrypt is problem short_open_tag to off in edit in php.ini you now you naugty haha all hosting not can edit php.ini you now php.ini can edit the admin of hosting you laugh the create the faucet paytoshi plus create admin of hosting hahaha

Hello Usman,

thanks for contacting us.

There shouldn't be any problems running the faucet script with short_open_tag. It is just a recommendation.

Thank you,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 01/06/2016, 21:24:26 UTC
Yes, it worked. Thanks for your help guys, much appreciated as always!

Very glad to hear it!

Welcome aboard  Wink
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 01/06/2016, 15:00:49 UTC
Thanks! I am getting the error "date.timezone setting must be set
Set the "date.timezone" setting in php.ini* (like Europe/Paris)." Where can I set the timezone?

Cheers, thanks.

Hello bitcoinbling,

it really depends on your environment.

You can set in your php.ini adding
Quote
date.timezone="Europe/Paris"

or in your virtualhost configuration adding inbetween
Quote
php_value date.timezone "Europe/Paris"

or adding in your index.php just after
Quote
ini_set('date.timezone', 'Europe/Paris');

Hope this solves your issue,
Let us know if it works for you.

Thank you,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 31/05/2016, 14:29:41 UTC
We just released v2.0.4 of our faucet script. It should fix a missing template during the setup process.

@bitcoinbling this should enable you to inspect your real issue.

Thank you,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 31/05/2016, 10:32:13 UTC
Changed the index file, the current page error reads:

Whoops, looks like something went wrong.

1/1 Twig_Error_Loader in Chain.php line 115:
Template "admin/setup_requirements_fail.html.twig" is not defined.
in Chain.php line 115
at Twig_Loader_Chain->getCacheKey('admin/setup_requirements_fail.html.twig') in Environment.php line 312
at Twig_Environment->getTemplateClass('admin/setup_requirements_fail.html.twig', null) in Environment.php line 378
at Twig_Environment->loadTemplate('admin/setup_requirements_fail.html.twig') in Environment.php line 347
at Twig_Environment->render('admin/setup_requirements_fail.html.twig', array('checker' => object(RequirementsChecker))) in TwigTemplatingEngine.php line 29
at TwigTemplatingEngine->renderView('admin/setup_requirements_fail.html.twig', array('checker' => object(RequirementsChecker))) in TwigTemplatingEngine.php line 22
at TwigTemplatingEngine->render('admin/setup_requirements_fail.html.twig', array('checker' => object(RequirementsChecker))) in SetupController.php line 73
at SetupController->setupAction()
at call_user_func_array(array(object(SetupController), 'setupAction'), array()) in HttpKernel.php line 139
at HttpKernel->handleRaw(object(Request), '1') in HttpKernel.php line 62
at HttpKernel->handle(object(Request), '1', true) in Application.php line 586
at Application->handle(object(Request)) in Application.php line 563
at Application->run() in index.php line 7

Hello bitcoinbling,

that's indeed an error on our side that masks the real issue you are experiencing. Expect a faucet update soon with a fix.

Thanks for your feedback in the meantime,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 27/05/2016, 15:35:18 UTC
Hey Paytoshi,

Thanks for your help with my previous faucet (bitcoinbling.xyz) . I am making a new one (wheeltoshi.com) and when I unzip the file in my webserver area I am keeping a "Whoops, looks like something went wrong." message. I believe my config.yml is formatted correctly as I am using the same indentation layout as my first faucet. Any help would be much appreciated.

Thanks,
Dan

Hello bitcoinbling,

could you change your index.php to
Quote

require_once __DIR__.'/vendor/autoload.php';

$app = new Looptribe\Paytoshi\Application();
$app['debug'] = true;
$app->run();

and report back the error you get?

Thank you,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 20/05/2016, 13:26:49 UTC
Hi I'm a noob in paytoshi. So i tranfered the zip file to webspace. extract the zipfile to httpdocs. When i now open the domain www.bitcoinhimmel.de there is the hint Whoops, looks like something went wrong. Sooooo what's wrong? Can you help me. What do you need to help me?
Regards sneex
Considering that a non-existent page gives the same error on your webpage and that error doesn't look like one from the Paytoshi script, I'm guessing that you do not have your index.php file in the correct place. Did you accidentally leave the script in it's paytoshi-faucet-script-v# folder? If not, do you have a folder similar to public_html that you could try putting the script into?
Welcome back minifrij,

if you recently followed our topic, we released in the last weeks a (totally) new version of the faucet script.

The
Quote
Whoops, looks like something went wrong.
is the panic error handler of the script.

@sneex14 if you are still interested in running the script and can contact us in private we can work out a solution.

Thank you,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 19/05/2016, 15:47:12 UTC
Hello everyone,

we just released a huge pack of of critical/important fixes thanks to a lot of feedback from our users.

Changelog:
  • Fix the inability to contact Paytoshi API due to dev code slipped in the 2.0.2 build package
  • Wide theme support restored
  • Fixed CSS includes in default theme
  • HTML/CSS box content from admin now correctly displayed
  • Fixed admin textarea duplication on tabs switch

We advise all owners to upgrade to the this version.

Download v.2.0.3

Thanks as always,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 19/05/2016, 10:54:17 UTC
We are aware of a few issues with themes and the admin area.
We plan to release a fix later this day.
 Wink


Thank you for your feedback as always
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 17/05/2016, 08:24:18 UTC
Hello,

we released version 2.0.2 of the faucet script.

This version adds a check that should detect during the setup the inability to save the data in the admin area.
The issue is usually related to restrictive rules imposed by the hosting provider on mod_security, that prevent you from posting a request body with tags.
As our faucet script allows you to customise html/css/js on the page, your request is stripped of all content and the page simply reloads.
The only solution at the moment is to contact the hosting provider, but at least with the new faucet script you are advised of the issue.

Thanks,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 11/05/2016, 12:00:19 UTC
Faucet script tested with php 5.4.45?

Hello gydropool,

yes, anything above 5.3 (except 5.3.16) should work  Wink
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 11/05/2016, 11:59:14 UTC
Hello,

we just released version 2.0.1 of the faucet script that should improve mod_rewrite detection.

We advise all those that had issues with version 2.0.0 to try this new version.

Thanks for the feedback,
Cheers
Post
Topic
Board Micro Earnings
Re: [ANN] Paytoshi: Micropayments & Faucets
by
Paytoshi
on 10/05/2016, 09:54:18 UTC
Hi,

Since I have reached a dead end with the implemention of my own faucet, i would ask you for some help:

My hosting provider blocks "external connections" via PHP, therefore I had some problems with "SolveMedia" and your payment-API. I've talked to my provider and he updated his firewall rules and everything seemed to work ... I only pinged paytoshi.org and forwarded the obtained IP address, but now i found out, that your IP Address has changed (*14.8 to *15.Cool. Before I ask my provider I wanted to ask you for some more detailed information. Is it enough to "whitelist" both IPs or is there a third one ?  Roll Eyes
Or is there a way to bind my faucet to the IP that's already whitelisted (srv1.paytoshi.org?) ? I've tried to change the scripts, but I'm not allowed to access your service with the IP directly. I really want to get my faucet to work ... but I don't have a clue how to work-around this with these POST-Requests. Is there a way to push satoshis via GET-Requests ?  Wink

Thank you in advance!

BR/zacharias
and best wishes from austria!

Hello zacharias,

thanks for contacting us.

Paytoshi leverages CloudFlare services for as a mean to content distribution and protection.
This means that we are behind CloudFlare proxies. The full current list of proxies is mantained by CloudFlare itself at https://www.cloudflare.com/ips/

Thank you,
Cheers