Bitcoin Forum
June 16, 2024, 07:33:47 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 »
  Print  
Author Topic: [ANN]ePay.info, Micropayments and Faucets, Faucetbox alternative [0%Fee]  (Read 61247 times)
toecutter
Hero Member
*****
Offline Offline

Activity: 622
Merit: 500


SatoshiGalaxy


View Profile WWW
November 25, 2016, 11:31:12 AM
 #421

Quote
PHP example code (for budget)

$client = new SoapClient('https://api.epay.info/?wsdl');
$response = $client->f_balance($apicode,1);

What typo?
could you mention it.

I did. In PHP example code (for budget) is still uses f_balance as the method.

about link, we are working to implement it right now.
will be added today.

Cool, thank you!

Any news on those issues?

SatoshiGalaxy - MMORPG Faucet - No investments - Satoshi payouts.
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 25, 2016, 11:35:58 AM
 #422

Quote
PHP example code (for budget)

$client = new SoapClient('https://api.epay.info/?wsdl');
$response = $client->f_balance($apicode,1);

What typo?
could you mention it.

I did. In PHP example code (for budget) is still uses f_balance as the method.

about link, we are working to implement it right now.
will be added today.

Cool, thank you!

Any news on those issues?

The guys that are working on tourial and guides said they'll change it today
toecutter
Hero Member
*****
Offline Offline

Activity: 622
Merit: 500


SatoshiGalaxy


View Profile WWW
November 25, 2016, 11:56:16 AM
 #423

Great to know!

I'm obviously more interested in this bit of trivia:

Anyways, we have a slight problem implementing ePay payments. We're used to other microwallets having a "check balance" pages, accessible by simple URLs, so we can link to those pages.

For example, on FaucetBOX (forgive me for mentioning it on your thread, but as it's closing, I hope it's fair), one can go to
Code:
https://faucetbox.com/en/check/1bitcoinAddress
and see the balance.

Couldn't find anything like it for ePay.

about link, we are working to implement it right now.
will be added today.

as this is blocking our implementation of ePay.

SatoshiGalaxy - MMORPG Faucet - No investments - Satoshi payouts.
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 25, 2016, 02:55:57 PM
 #424

Great to know!

I'm obviously more interested in this bit of trivia:

Anyways, we have a slight problem implementing ePay payments. We're used to other microwallets having a "check balance" pages, accessible by simple URLs, so we can link to those pages.

For example, on FaucetBOX (forgive me for mentioning it on your thread, but as it's closing, I hope it's fair), one can go to
Code:
https://faucetbox.com/en/check/1bitcoinAddress
and see the balance.

Couldn't find anything like it for ePay.

about link, we are working to implement it right now.
will be added today.

as this is blocking our implementation of ePay.

Hi

You can use this link to direct the users to their balance stat:

Code:
https://epay.info/check/Address
toecutter
Hero Member
*****
Offline Offline

Activity: 622
Merit: 500


SatoshiGalaxy


View Profile WWW
November 25, 2016, 04:55:44 PM
 #425

Hi

You can use this link to direct the users to their balance stat:

Code:
https://epay.info/check/Address

Thank you very much! We have added epay payouts to our game.

Here's a little something faucet owners might be interested in:

https://github.com/satoshigalaxy/epay-library-php

Not greatest quality stuff, but hopefully a good starting point for hacking further.

SatoshiGalaxy - MMORPG Faucet - No investments - Satoshi payouts.
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 25, 2016, 05:09:46 PM
 #426

Hi

You can use this link to direct the users to their balance stat:

Code:
https://epay.info/check/Address

Thank you very much! We have added epay payouts to our game.

Here's a little something faucet owners might be interested in:

https://github.com/satoshigalaxy/epay-library-php

Not greatest quality stuff, but hopefully a good starting point for hacking further.

Thank you very much and welcome to ePay.info

We we'll sure include this in out library
LTU_btc
Legendary
*
Offline Offline

Activity: 3094
Merit: 1338


Slava Ukraini!


View Profile WWW
November 25, 2016, 06:32:44 PM
 #427

Hi, I noticed that many ePay faucets gives wrong referral links, it looks like this:
Quote
http://www.http://example.com//?r=ePay username,email or BTC address
I don't know is it from your side or faucet owners doing something wrong.
Also, it would be good if in next script update you would add this feature, that % of rewards would be shown to users.
And last thing: maybe it would be possible to stay loged in on epay.info? I often neeed to check my ballances and I don't like to solve captcha every time when I want to visit my account.

ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 25, 2016, 06:41:09 PM
 #428

Hi, I noticed that many ePay faucets gives wrong referral links, it looks like this:
Quote
http://www.http://example.com//?r=ePay username,email or BTC address
I don't know is it from your side or faucet owners doing something wrong.
Also, it would be good if in next script update you would add this feature, that % of rewards would be shown to users.
And last thing: maybe it would be possible to stay loged in on epay.info? I often neeed to check my ballances and I don't like to solve captcha every time when I want to visit my account.

Hi

some faucet owners use the wrong link, we are wroking on a fix for this.

referral % is already on the script.

about login , sure we'll change that
websheff
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
November 25, 2016, 06:54:39 PM
 #429

Hi

How long do I wait for IP moderation? It still No access yet


Thx
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 25, 2016, 07:00:29 PM
 #430

Hi

How long do I wait for IP moderation? It still No access yet


Thx

Hi

I've just reached your ticket and was about to answer.

there is no need to for our approval.
once you add them they will be added.
You'll get a last access time when your site send a payments
LTU_btc
Legendary
*
Offline Offline

Activity: 3094
Merit: 1338


Slava Ukraini!


View Profile WWW
November 25, 2016, 07:18:32 PM
 #431

Hi, I noticed that many ePay faucets gives wrong referral links, it looks like this:
Quote
http://www.http://example.com//?r=ePay username,email or BTC address
I don't know is it from your side or faucet owners doing something wrong.
Also, it would be good if in next script update you would add this feature, that % of rewards would be shown to users.
And last thing: maybe it would be possible to stay loged in on epay.info? I often neeed to check my ballances and I don't like to solve captcha every time when I want to visit my account.

Hi

some faucet owners use the wrong link, we are wroking on a fix for this.

referral % is already on the script.

about login , sure we'll change that

Thanks for the answer.
But I didn't talked about referral %. I wanted to say about reward %. Now on ePay faucets written for example :
Every XX minutes you can earn between 100 and 1000 Satoshi (Bitcoin).
We can't see percentages for every rewards and we don't know how big chances to win lower and bigger rewards.

ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 25, 2016, 07:22:41 PM
 #432

Hi, I noticed that many ePay faucets gives wrong referral links, it looks like this:
Quote
http://www.http://example.com//?r=ePay username,email or BTC address
I don't know is it from your side or faucet owners doing something wrong.
Also, it would be good if in next script update you would add this feature, that % of rewards would be shown to users.
And last thing: maybe it would be possible to stay loged in on epay.info? I often neeed to check my ballances and I don't like to solve captcha every time when I want to visit my account.

Hi

some faucet owners use the wrong link, we are wroking on a fix for this.

referral % is already on the script.

about login , sure we'll change that

Thanks for the answer.
But I didn't talked about referral %. I wanted to say about reward %. Now on ePay faucets written for example :
Every XX minutes you can earn between 100 and 1000 Satoshi (Bitcoin).
We can't see percentages for every rewards and we don't know how big chances to win lower and bigger rewards.
Your welcome.
Oh my bad , i taught you said referral.
Sure we'll add that
grosminer
Hero Member
*****
Offline Offline

Activity: 718
Merit: 500



View Profile
November 26, 2016, 01:04:20 AM
 #433

IS it me or you removed the hi-lo game?

ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 26, 2016, 03:37:13 AM
 #434

IS it me or you removed the hi-lo game?


Hi,
It's not you,  we've removed hi-lo for making some changes
robiulawal
Newbie
*
Offline Offline

Activity: 68
Merit: 0


View Profile
November 26, 2016, 06:02:08 AM
 #435

The latest update of the site is so worst for bitcoin..
because some days ago there was only 30-40 faucets and they were easy to use and their payment was medium,
but now there is more than 100 faucets and most of them are very bad..
even I unable to find the captcha to enter
I could not find what to do for the captcha..
So I Started to unfollow them, but there is more and more coming.
So I quiet from the site and left it..
Very bad for bitcoin faucets..
Hope this site will be back again and also
only add the high paying faucets.
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 26, 2016, 06:29:13 AM
 #436

The latest update of the site is so worst for bitcoin..
because some days ago there was only 30-40 faucets and they were easy to use and their payment was medium,
but now there is more than 100 faucets and most of them are very bad..
even I unable to find the captcha to enter
I could not find what to do for the captcha..
So I Started to unfollow them, but there is more and more coming.
So I quiet from the site and left it..
Very bad for bitcoin faucets..
Hope this site will be back again and also
only add the high paying faucets.

Hi
We check time on a daily basis.
we might miss some of them that you can report.
and sites are sorted from high to low.
ReBTCer
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
November 27, 2016, 03:25:35 AM
 #437

Site down  Huh  Undecided

My Faucets! BTC|DOGE|LTC
(2 per cryptocurrency!)
http://bit.ly/2fqHL2w
jackchun
Sr. Member
****
Offline Offline

Activity: 332
Merit: 250


View Profile WWW
November 27, 2016, 05:02:50 AM
 #438

Can't access to epay info site also!

I have 100000 satoshis there , hope it will up again!

wnj4
Sr. Member
****
Offline Offline

Activity: 660
Merit: 350


NOBT - WNOBT your saving bank◕◡◕


View Profile WWW
November 27, 2016, 07:55:31 AM
 #439

 I have seven BTC faucet sites with your services all of them using your faucet_master script on transactions page

 statistic are zero for 5 sites

freebits.site - freebits.us - freebits.online - freebits.top - freebits.win

 for freebits.pw one transaction only with 0.00000100 BTC

 for freebits.racing many transactions with 0.00000020 BTC this faucet rewards are 100,200,500 and 1000 Satoshi

 and referral Percent (5%),so how come these many transactions of 0.00000020 BTC made!

 
 My last month bitcoin performance are below
 
 
Today so far - Yesterday - Last 7 Days
0.00000260 - 0.00000000 -  0.00000740

            ██████████  ██████████▄▄
         █████████████  ██████████████▄▄
   ▄███  █████▄                  ▀▀███████▄
  ██████   ▀█████▄          ████     ▀▀█████
 █████        ▀█████▄       ████        █████
 ████            ▀████      ████         ████
 ████         ██▄   ▀█  ██▄ ████         ████
 ████▌        █████▄    ████████        ▐████
 ▐████        ████████    ▀█████        ████▌
  █████       ████ ▀██  █▄   ▀██       █████
   █████      ████      ████▄         █████
    █████▄    ████       ▀█████▄    ▄█████
     ▀█████▄  ████          ▀█████▄   ██▀
       ▀█████▄                 ▀█████
         ▀██████▄▄          ▄▄██████▀
            ▀▀████████  ████████▀▀
                ▀▀████  ████▀▀
Take care of your financial privacy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
A blockchain loyalty scheme and more
██
██
██
██
██
██
██
██
██
██
██
██


███████████████
███          ██████████████████
████████████████████████████████
███                          ███
███                          ███
███             ██           ███
███       ██   ██   ██       ███
███      ██    ██    ██      ███
███       ██  ██    ██       ███
███                          ███
███                          ███
████████████████████████████████


           ████    ████
       █████████ ████████
                           
████████████████████████████
█████████████████████████████
██████████████████
██████████████████ ███████████
██████████████████ ██    █████
██████████████████ ███████████
██████████████████
█████████████████████████████
████████████████████████████


        ▄█████▄
      ▄█████████
     ████    ███▌
    ███       ██▌
   ▐██ ███  ████
   ▄███████████
  ███████████▀
 ████  ███ ██▌
▐██       ███
▐███    ████
 █████████▀
  ▀█████▀
██
██
██
██
██
██
██
██
██
██
██
██
ANN         Discord
Twitter    Telegram
Nobt-plataform
ePay.info (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
November 27, 2016, 08:00:46 AM
 #440

Site down  Huh  Undecided


Can't access to epay info site also!

I have 100000 satoshis there , hope it will up again!

Hello,

We were updating hardware.
Added some top notch hardware Wink

Our main server now has 4 cpu, each with 8 threads.
128Gb ram DDR4
10x512GB SSD to record all the transactions Wink
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!