Pages:
Author

Topic: 🌟🎲🌟 MoneyPot.com - page 60. (Read 119056 times)

sr. member
Activity: 507
Merit: 252
August 08, 2016, 07:09:01 PM
Hi

How do I get biggest bets like https://bit-exo.com/

They use socket.emit to get weekly biggets, I am trying but nothing occurs.

Code:
      socket.emit('get_weekly_wager', function(err, data) {
        if (err) {
          console.log('Error aget_weekly_wager:', err);
          return;
        }
        console.log('Successfully got weekly wager:' ,  data);
      //  var user = data.user;
      //  self.state.user = user;
        self.state.weeklydata = data;
        self.emitter.emit('change_weekly_wager', self.state);
      });

PS: I am connected to socket.
sr. member
Activity: 501
Merit: 340
Bye Felisha!
August 08, 2016, 02:33:51 PM
My deposit is not credited after 3 confirmations, I sent to an auto generated address in one of apps. It is still shown under the Received (unconfirmed), how many confirmations needed now? AFAIK it was 1 confirmation only, any updates about deposit recently?

Thanks


I must say with the comment  i have read in recent times, I am dissapointed with the lapses MoneypoT is displaying, and I hope they do something about it as soon as possible in other not to tarnish the goodwill they have built on this period over a period of time and people might start having a rethink or second opinion about MoneyPot... My opinion though...

All pending deposits have been pushed. We are working to resolve all issues.
sr. member
Activity: 501
Merit: 340
Bye Felisha!
August 08, 2016, 02:16:23 PM
My deposit is not credited after 3 confirmations, I sent to an auto generated address in one of apps. It is still shown under the Received (unconfirmed), how many confirmations needed now? AFAIK it was 1 confirmation only, any updates about deposit recently?

Thanks

Edit : Now there is an announcement "We will temporarily be disabling Cold Deposits for the next 24-48 hours"
Perhaps my deposit is not credited because of this thing.


What was your transaction id? Ill look into it.
hero member
Activity: 798
Merit: 503
August 08, 2016, 12:26:08 PM
My deposit is not credited after 3 confirmations, I sent to an auto generated address in one of apps. It is still shown under the Received (unconfirmed), how many confirmations needed now? AFAIK it was 1 confirmation only, any updates about deposit recently?

Thanks


I must say with the comment  i have read in recent times, I am dissapointed with the lapses MoneypoT is displaying, and I hope they do something about it as soon as possible in other not to tarnish the goodwill they have built on this period over a period of time and people might start having a rethink or second opinion about MoneyPot... My opinion though...
legendary
Activity: 3500
Merit: 1354
August 08, 2016, 11:42:58 AM
My deposit is not credited after 3 confirmations, I sent to an auto generated address in one of apps. It is still shown under the Received (unconfirmed), how many confirmations needed now? AFAIK it was 1 confirmation only, any updates about deposit recently?

Thanks

Edit : Now there is an announcement "We will temporarily be disabling Cold Deposits for the next 24-48 hours"
Perhaps my deposit is not credited because of this thing.
legendary
Activity: 1400
Merit: 1001
Undeads.com - P2E Runner Game
August 08, 2016, 11:19:10 AM
All info on Jackpots and Competitions can be found at

http://btcdragon.info

We will continue to post info and news here of course!!

New Jackpots and Competitions are up !!
legendary
Activity: 1974
Merit: 1014
All Games incl Racer and Lottery game are Closed
August 08, 2016, 04:25:38 AM
how often are Expected Profit stats of an app updated? real time or with which delay?
sr. member
Activity: 507
Merit: 252
August 08, 2016, 04:21:10 AM

Thanks for reply Dexon.

I really wonder how do I solve it. My token is correct and new, there is no problem at other endpoints. And I've checked typeof access_token is string...

Also this is not working with Postman.



What if you manually go on the url ? api.moneypot.com/v1/user-stats?uname=Dexon&access_token=123
Edit: Also, what I meant by the url encode, was that if you're using like JS with jquery, doing something like $.get("the site.com/?the=datâ")
 you could do: $.get(encodeURI("the site.com/?the=datâ"))  just to be sure.

It is still not working...

I am tried:

Code:
	$.get("https://api.moneypot.com/v1/user-stats?access_token=688d8b03-b7ce-4b37-be4e-ba566f9c0e3b&uname=ozer", function (data) {
console.log(data)
})

But only it gives 403 error.

When I go to the link in browser, it gives
Quote
{"error":"INVALID_ACCESS_TOKEN"}

All endpoints working, but only "user-stats" not working. I think there is problem in the API.

We will take a look into this.

Thank you @AcoinL.L.C
Regards.
hero member
Activity: 1316
Merit: 561
Leading Crypto Sports Betting & Casino Platform
August 07, 2016, 11:22:07 PM
Does the moneypot provide more details stat like the daily volume wages, amount of daily wages, the profit, the investment movement etc. Would be good for investor to have a clearer idea on how is their investment is working.
I think they have no stats thats for daily volumes wages or amount of profit.
But you can check there get user stats
Maybe they have some sollution for stats.
legendary
Activity: 1386
Merit: 1016
August 07, 2016, 11:17:20 PM
Does the moneypot provide more details stat like the daily volume wages, amount of daily wages, the profit, the investment movement etc. Would be good for investor to have a clearer idea on how is their investment is working.
legendary
Activity: 1036
Merit: 1000
August 07, 2016, 08:56:34 PM

Thanks for reply Dexon.

I really wonder how do I solve it. My token is correct and new, there is no problem at other endpoints. And I've checked typeof access_token is string...

Also this is not working with Postman.



What if you manually go on the url ? api.moneypot.com/v1/user-stats?uname=Dexon&access_token=123
Edit: Also, what I meant by the url encode, was that if you're using like JS with jquery, doing something like $.get("the site.com/?the=datâ")
 you could do: $.get(encodeURI("the site.com/?the=datâ"))  just to be sure.

It is still not working...

I am tried:

Code:
	$.get("https://api.moneypot.com/v1/user-stats?access_token=688d8b03-b7ce-4b37-be4e-ba566f9c0e3b&uname=ozer", function (data) {
console.log(data)
})

But only it gives 403 error.

When I go to the link in browser, it gives
Quote
{"error":"INVALID_ACCESS_TOKEN"}

All endpoints working, but only "user-stats" not working. I think there is problem in the API.

We will take a look into this.
sr. member
Activity: 507
Merit: 252
August 07, 2016, 02:23:15 PM

Thanks for reply Dexon.

I really wonder how do I solve it. My token is correct and new, there is no problem at other endpoints. And I've checked typeof access_token is string...

Also this is not working with Postman.



What if you manually go on the url ? api.moneypot.com/v1/user-stats?uname=Dexon&access_token=123
Edit: Also, what I meant by the url encode, was that if you're using like JS with jquery, doing something like $.get("the site.com/?the=datâ")
 you could do: $.get(encodeURI("the site.com/?the=datâ"))  just to be sure.

It is still not working...

I am tried:

Code:
	$.get("https://api.moneypot.com/v1/user-stats?access_token=688d8b03-b7ce-4b37-be4e-ba566f9c0e3b&uname=ozer", function (data) {
console.log(data)
})

But only it gives 403 error.

When I go to the link in browser, it gives
Quote
{"error":"INVALID_ACCESS_TOKEN"}

All endpoints working, but only "user-stats" not working. I think there is problem in the API.
legendary
Activity: 1386
Merit: 1016
August 07, 2016, 05:31:56 AM
Has anyone had any bad experiences with moneypot?  I am not the type of person to throw a wrench in the mix here, but I found from experience that most of these websites offering interest on their investments end up turning scam.  I do not see nothing negative from them yet, but does anyone else think this may be a possibility?  I am not saying it will, just looking for an opinion.

I don't think they may scam your money, but if you have a plan to invest money for short term then you may lose money by investing in any casino sites because this kind of investments will give good returns only over the time but in a short time no guarantee. They are giving interest on your investment. But if they make a profit from their bankroll then you will also get some portion of profit, if they lose, you will also lose.
I do thank you for your input on this.  Is there anyone on here who has invested with them for a longer period of time?  I am not looking to make a large investment and I understand what it means to be in a long term investment, but I do not want invest into something where I will get 2% back per year.  I can go to a bank for that.

You have a nice bank that give you 2% a year=)

In Asia, some countries you will get more than 2% interest but their inflation also may be high. There is no guaranty with casino investments because even after one year you may be under lose if someone wins huge amount after your investments are made. You should get more than 2% profits per annum if everything goes well because casinos will win at the end so investors also should be benefitted.

Actually it really depends on the bankroll and the amount of daily wages and some luck. If the amount of bankroll is huge and the daily wages are low, then you will gain very little % but that would amount to maybe up to 10%. If you have high bankroll and high daily wages, you can profit for up to 50% or so. If you have lowbank roll and high daily wages, you can even double or triple your investment amount. But do take note that if you can earn that high percentage, you will equally lose a high percentage too.
full member
Activity: 230
Merit: 154
I'm a web dev :D
August 07, 2016, 05:01:08 AM

Thanks for reply Dexon.

I really wonder how do I solve it. My token is correct and new, there is no problem at other endpoints. And I've checked typeof access_token is string...

Also this is not working with Postman.



What if you manually go on the url ? api.moneypot.com/v1/user-stats?uname=Dexon&access_token=123
Edit: Also, what I meant by the url encode, was that if you're using like JS with jquery, doing something like $.get("the site.com/?the=datâ")
 you could do: $.get(encodeURI("the site.com/?the=datâ"))  just to be sure.
hero member
Activity: 910
Merit: 1000
August 07, 2016, 04:35:33 AM
Has anyone had any bad experiences with moneypot?  I am not the type of person to throw a wrench in the mix here, but I found from experience that most of these websites offering interest on their investments end up turning scam.  I do not see nothing negative from them yet, but does anyone else think this may be a possibility?  I am not saying it will, just looking for an opinion.

I don't think they may scam your money, but if you have a plan to invest money for short term then you may lose money by investing in any casino sites because this kind of investments will give good returns only over the time but in a short time no guarantee. They are giving interest on your investment. But if they make a profit from their bankroll then you will also get some portion of profit, if they lose, you will also lose.
I do thank you for your input on this.  Is there anyone on here who has invested with them for a longer period of time?  I am not looking to make a large investment and I understand what it means to be in a long term investment, but I do not want invest into something where I will get 2% back per year.  I can go to a bank for that.

You have a nice bank that give you 2% a year=)

In Asia, some countries you will get more than 2% interest but their inflation also may be high. There is no guaranty with casino investments because even after one year you may be under lose if someone wins huge amount after your investments are made. You should get more than 2% profits per annum if everything goes well because casinos will win at the end so investors also should be benefitted.
hero member
Activity: 568
Merit: 500
https://bit-exo.com/?ref=gamblingbad
August 07, 2016, 03:52:40 AM
Has anyone had any bad experiences with moneypot?  I am not the type of person to throw a wrench in the mix here, but I found from experience that most of these websites offering interest on their investments end up turning scam.  I do not see nothing negative from them yet, but does anyone else think this may be a possibility?  I am not saying it will, just looking for an opinion.

I don't think they may scam your money, but if you have a plan to invest money for short term then you may lose money by investing in any casino sites because this kind of investments will give good returns only over the time but in a short time no guarantee. They are giving interest on your investment. But if they make a profit from their bankroll then you will also get some portion of profit, if they lose, you will also lose.
I do thank you for your input on this.  Is there anyone on here who has invested with them for a longer period of time?  I am not looking to make a large investment and I understand what it means to be in a long term investment, but I do not want invest into something where I will get 2% back per year.  I can go to a bank for that.

You have a nice bank that give you 2% a year=)
The banking system is much safer if we take into account their lower percentage of return. Of course the risk of contribution to the project in the network may be a scam. I will never put their bitcoin gambling. Maybe I'll find a site that will be trusted to make their investment and a good percentage. Otherwise, I too will return to the bank and will be calmer.

Fiat inflation rate is much higher then interest rate you get in a bank. So if u want safetly lose money then bank is your thing.
full member
Activity: 223
Merit: 250
August 07, 2016, 03:32:01 AM
Has anyone had any bad experiences with moneypot?  I am not the type of person to throw a wrench in the mix here, but I found from experience that most of these websites offering interest on their investments end up turning scam.  I do not see nothing negative from them yet, but does anyone else think this may be a possibility?  I am not saying it will, just looking for an opinion.

I don't think they may scam your money, but if you have a plan to invest money for short term then you may lose money by investing in any casino sites because this kind of investments will give good returns only over the time but in a short time no guarantee. They are giving interest on your investment. But if they make a profit from their bankroll then you will also get some portion of profit, if they lose, you will also lose.
I do thank you for your input on this.  Is there anyone on here who has invested with them for a longer period of time?  I am not looking to make a large investment and I understand what it means to be in a long term investment, but I do not want invest into something where I will get 2% back per year.  I can go to a bank for that.

You have a nice bank that give you 2% a year=)
The banking system is much safer if we take into account their lower percentage of return. Of course the risk of contribution to the project in the network may be a scam. I will never put their bitcoin gambling. Maybe I'll find a site that will be trusted to make their investment and a good percentage. Otherwise, I too will return to the bank and will be calmer.
sr. member
Activity: 507
Merit: 252
August 07, 2016, 03:02:41 AM
I also have a question...

Is user-stats endpoint working?

https://www.moneypot.com/api-docs#v1-public-get-user-stats


When I try to get stats, there is an error. Error says my access_token invalid but it is 100% right.

Regards.

@Dexon

Had the same problem Smiley (on other requests) Token not being valid even if I knew it was.
You could do some debugs, first, be SURE its the good token and it's not outdated, second, check if the 'typeof' the variable you're using is a string.
Then, be sure you're sending a get request with a url encoded... or something like that.
Tbh, I should've documented that thing... Took me 2 days to figure out the problem since "invalid_access_token" was not relevant to the actual issue.

The moneypot dev will be able to assist you better on this tho since they got a more detailed log of what's going on.

Thanks for reply Dexon.

I really wonder how do I solve it. My token is correct and new, there is no problem at other endpoints. And I've checked typeof access_token is string...

Also this is not working with Postman.

copper member
Activity: 2926
Merit: 2348
August 07, 2016, 01:06:52 AM
Has anyone had any bad experiences with moneypot?  I am not the type of person to throw a wrench in the mix here, but I found from experience that most of these websites offering interest on their investments end up turning scam.  I do not see nothing negative from them yet, but does anyone else think this may be a possibility?  I am not saying it will, just looking for an opinion.

I don't think they may scam your money, but if you have a plan to invest money for short term then you may lose money by investing in any casino sites because this kind of investments will give good returns only over the time but in a short time no guarantee. They are giving interest on your investment. But if they make a profit from their bankroll then you will also get some portion of profit, if they lose, you will also lose.
I do thank you for your input on this.  Is there anyone on here who has invested with them for a longer period of time?  I am not looking to make a large investment and I understand what it means to be in a long term investment, but I do not want invest into something where I will get 2% back per year.  I can go to a bank for that.

You have a nice bank that give you 2% a year=)
You would be lucky to get 0.5% per year from the bank. This is something that causes people to take on additional risk in order to potentially get higher returns, and is the desired effect of QE.

In order to figure out roughly how well your investment should perform over a year, take the average daily amount that is gambled at MP, multiply this by 1.825, this is the amount of returns the bankroll should earn over a year with a 0.5% house edge. You can then divide this amount by the current bankroll amount to get an estimate as to how much you are expected to earn on your bankroll investment on an annual percentage basis.

The above assumes no betting growth and no bankroll growth with is unusual for a new site like MP.
hero member
Activity: 568
Merit: 500
https://bit-exo.com/?ref=gamblingbad
August 06, 2016, 11:50:48 PM
Has anyone had any bad experiences with moneypot?  I am not the type of person to throw a wrench in the mix here, but I found from experience that most of these websites offering interest on their investments end up turning scam.  I do not see nothing negative from them yet, but does anyone else think this may be a possibility?  I am not saying it will, just looking for an opinion.

I don't think they may scam your money, but if you have a plan to invest money for short term then you may lose money by investing in any casino sites because this kind of investments will give good returns only over the time but in a short time no guarantee. They are giving interest on your investment. But if they make a profit from their bankroll then you will also get some portion of profit, if they lose, you will also lose.
I do thank you for your input on this.  Is there anyone on here who has invested with them for a longer period of time?  I am not looking to make a large investment and I understand what it means to be in a long term investment, but I do not want invest into something where I will get 2% back per year.  I can go to a bank for that.

You have a nice bank that give you 2% a year=)
Pages:
Jump to: