Pages:
Author

Topic: [ANN] Paytoshi: Micropayments & Faucets - page 16. (Read 40155 times)

full member
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
August 12, 2015, 03:20:00 AM
it was one line after chancing to rows solved but you should put this info to readme and website.
You're right. We are thinking about alternatives for the setup of our faucet script. For the moment we offer support as best as we can  Wink
legendary
Activity: 1877
Merit: 1396
The Last Cryptocoin Burner
August 11, 2015, 01:38:18 PM
i have an error
Quote
Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater
after recaptcha and pressing reward button
host register globals are off
what can i do
if i change o solve media
Quote
Unable to complete request.
i get this
answer is true and btc address true i tried whole day
some times error code changes at recaptcha
Quote
Oh snap! You got an error!
you can test it
url is
i n t e m i . c o m
legendary
Activity: 1877
Merit: 1396
The Last Cryptocoin Burner
August 11, 2015, 01:24:51 PM
Quote
The configuration file config/config.yml is missing or not readable. Please check the file and its permissions.
i am having this problem and i know my database info is true and ftp show files are in true directory
hosting firm confirmed they support scripts requirement standarts
i changed whole files permission to 777
but same error


Hello teramit

the configuration file, config.yml, must be present in the /config folder in the root directory and should be readable by the web server. Permissions 664 are ok, permissions 777 are indeed not needed.
The same error however is triggered if there is a syntax error inside the config.yml.

Your file should be like the sample file:
Quote
database:
    host: localhost
    username: root
    password: root
    name: paytoshi_faucet

Pay attention that in a YML file the number of spaces is meaningful: every line except the first must have the same number of spaces. Tab character are not supported.

Let us know if this fixes the problem,
Cheers
it was one line after chancing to rows solved but you should put this info to readme and website.
full member
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
August 11, 2015, 12:40:44 PM
Quote
The configuration file config/config.yml is missing or not readable. Please check the file and its permissions.
i am having this problem and i know my database info is true and ftp show files are in true directory
hosting firm confirmed they support scripts requirement standarts
i changed whole files permission to 777
but same error


Hello teramit

the configuration file, config.yml, must be present in the /config folder in the root directory and should be readable by the web server. Permissions 664 are ok, permissions 777 are indeed not needed.
The same error however is triggered if there is a syntax error inside the config.yml.

Your file should be like the sample file:
Quote
database:
    host: localhost
    username: root
    password: root
    name: paytoshi_faucet

Pay attention that in a YML file the number of spaces is meaningful: every line except the first must have the same number of spaces. Tab character are not supported.

Let us know if this fixes the problem,
Cheers
legendary
Activity: 1877
Merit: 1396
The Last Cryptocoin Burner
August 10, 2015, 12:42:38 PM
Quote
The configuration file config/config.yml is missing or not readable. Please check the file and its permissions.
i am having this problem and i know my database info is true and ftp show files are in true directory
hosting firm confirmed they support scripts requirement standarts
i changed whole files permission to 777
but same error
newbie
Activity: 12
Merit: 0
August 09, 2015, 06:42:35 AM
Do any of you guys know if you can add a running balance counter onto the faucet?

Hello nikrox,

it seems it is a most sought after feature. It is not just an enhancement of the faucet script but requires a dedicated API on our backend.

We are working toward it. We'll let you know about it as soon as we have news.

Keep posting suggestions  Smiley
Thanks
full member
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
August 09, 2015, 05:58:42 AM
Do any of you guys know if you can add a running balance counter onto the faucet?

Hello nikrox,

it seems it is a most sought after feature. It is not just an enhancement of the faucet script but requires a dedicated API on our backend.

We are working toward it. We'll let you know about it as soon as we have news.

Keep posting suggestions  Smiley
full member
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
August 09, 2015, 05:50:11 AM
Please help I keep getting the 500 error from using paytoshi and hostinger. I looked at a video on YTube

Note: Rewards system keeps saying 500 error.
quickbitcoinfaucet.16mb.com

Helo Jobua,

we checked and it is now working.

However, it seems you are using an old faucet version. We advise you to update your faucet to the latest version.

Thank you,
Cheers
newbie
Activity: 12
Merit: 0
August 08, 2015, 09:58:23 PM
Do any of you guys know if you can add a running balance counter onto the faucet?
newbie
Activity: 1
Merit: 0
August 08, 2015, 05:49:36 AM
Please help I keep getting the 500 error from using paytoshi and hostinger. I looked at a video on YTube

Note: Rewards system keeps saying 500 error.
quickbitcoinfaucet.16mb.com
full member
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
I am trying to deposit BTC to my faucet, I have already send one small payment but didn't received it yet. I am skeptical to make another deposit till I know what's going on and where did my BTC go?

Hello infinitebtcdotcom,

after the last Bitcoin blockchain problems of unreliable mining pools we increased the required confirmations to 6 to help avoid double spending.
We just updated the website FAQ with the correct value, we are sorry for the trouble.

Thank you,
Cheers
legendary
Activity: 2352
Merit: 1267
In Memory of Zepher
I am trying to deposit BTC to my faucet, I have already send one small payment but didn't received it yet. I am skeptical to make another deposit till I know what's going on and where did my BTC go?
Does the transaction have 2 confirmations? That is when the deposit is added to your balance (Source: https://paytoshi.org/faq)
newbie
Activity: 1
Merit: 0
I am trying to deposit BTC to my faucet, I have already send one small payment but didn't received it yet. I am skeptical to make another deposit till I know what's going on and where did my BTC go?
full member
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
I set this up and the tables where input into MySQL without problem. I am having an issue with logging in. After it gives me the password and I proceed to input it, it take the password but does not progress past login. If I try an incorrect password it will tell me so. So thats not the issue. I have no interest in creating a faucet again, but am very interested in creating some themes for other users.

I have ran this before with no issues on a domain specifically for it. But this time I have have it uploaded into deeper directories. Could this be the problem?

Hello sorryforthat,

first of all we are thrilled by the idea of independent development on our platform, so you're welcome to try.  Smiley

About your issue. From your description it does not seem a problem related to directory structure but more to you server "mangling" a POST request (the password form) into a GET request. We had such a report once before.

It could be worth investigation. Care to contact us privately so we can try to sort it out?

Thank you,
Cheers
hero member
Activity: 994
Merit: 500
I set this up and the tables where input into MySQL without problem. I am having an issue with logging in. After it gives me the password and I proceed to input it, it take the password but does not progress past login. If I try an incorrect password it will tell me so. So thats not the issue. I have no interest in creating a faucet again, but am very interested in creating some themes for other users.

I have ran this before with no issues on a domain specifically for it. But this time I have have it uploaded into deeper directories. Could this be the problem?
full member
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
Another update of what's going on in Paytoshi

In parallel to the ongoing effort to harden our core infrastructure, we just released a good deal of fixes for our web frontend.

You should note, in particular, no more annoying validation issues in the faucet create/edit form and better balance charts (both for faucet users and owners).
If you notice anything out-of-place let us know, please.

In the meantime, we finished the rewrite of the faucet subsystem and we are testing it in our staging area.

#HarderBetterStronger

Thank you!
full member
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
You may be interested in the growing interest for our platform.



Just yesterday we passed the mark of 10+ BTC transacted with our service.
In addition, the massive increase in microtransaction volume is still going strong: more than 72k micro payments delivered in the last 24h.

 Wink
full member
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
We had an issue with our 67th payment.

We fixed with a new transaction. Everything should be fine.

Enjoy!
 Wink
legendary
Activity: 1492
Merit: 1021
Interesting site, good job paytoshi.
Thank you!

Addenda: we recently switched to BlockTrail as our block explorer provider since it is probably the best alternative out there!  Wink

Great! Let me or anyone from the BlockTrail team know if you need any assistance or questions.

Thanks!
full member
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
Interesting site, good job paytoshi.
Thank you!

Addenda: we recently switched to BlockTrail as our block explorer provider since it is probably the best alternative out there!  Wink
Pages:
Jump to: