Bitcoin Forum
June 24, 2024, 06:39:26 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 [107] 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 ... 573 »
2121  Economy / Gambling / Re: How I made $80 easily with a $100 investment on: November 29, 2015, 06:00:37 AM
Over the last few days I easily turned 1 BTC into 8.3 BTC using a similar strategy, but most of my bets were at 6% chance.

Start out betting low, if you lose 10 or 20 in a row, increase the bet a bunch and keep going. If you're still losing, increase the bet more and then win.

It worked for me, getting up to 9 BTC before it stopped working. I was down to 8.3 BTC before the site pissed me off so I withdrew what I had left there and quit.

It's a dumb strategy, of course, but it works until it doesn't.
2122  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: November 29, 2015, 05:41:00 AM

What is the largest amount that is safe to split up using:

Code:
sendtoaddress theaddressyoursplittingto '{"count":c,"amount":a}'

Its fine to do a large amount at one time?  Also, those will all stake as separate outputs?

Thanks.

I don't think there's a limit on the amount you can split, until you start hitting dogecoin-like amounts, in the billions.

There is a limit on transaction size however - no transaction can be bigger than 100,000 bytes, and so that limits the number of outputs you can create. The client will complain if you try to create too many.

When I try to create 10k outputs:

Quote
$ clamd sendtoaddress xDoogLusZTyYF45mwy3BwNp2rnGCmV2R9j '{"count":10000,"amount":0.00000001}'

I see this in the terminal:

Quote
error code: -4
error message: Error: Transaction creation failed!

and this in the debug.log:

Quote
2015-11-29 05:34:04 CWallet::CreateTransaction failed: transaction too big (340840 >= 100000)

And when I try to create 3k outputs, this in the debug.log:

Quote
2015-11-29 05:34:52 CWallet::CreateTransaction failed: transaction too big (102693 >= 100000)

So somewhere around 2900 outputs seems to be the limit, although it will depend on the number of inputs, and whether the addresses are compressed or not.

They will stake separately, but may be recombined when you stake, depending on your config.
2123  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: November 29, 2015, 05:31:16 AM
Somewhat agree. Unfortunately what did change is that the episode revealed that many in this community, including unfortunately the lead developers, are not committed to the unique attributes of the coin and willing to throw all that under the bus as soon as people start crying about the price. That is a fundamental negative. Ideally they would walk some of that back, but even so the damage is done.

What unique attributes are the developers not committed to?

He's referring to the developers being open to the idea of changing the consensus rules to change the initial distribution.

The initial distribution was (is?) unique.
2124  Economy / Gambling / Re: BetcoinCasino.com-Betcoin.ag-DICE FREEROLLS TODAY! - 100% Bonus!480 BTC jackpots on: November 29, 2015, 03:10:16 AM
Dooglus, we had nearly 200 players on dice alone in the last 24 hours with no errors, but you seem to have an issue.

That isn't true. At least one of your players had an issue, and took the time to screenshot it and report it here. Why would you say that none of your players had an error?

I suspect that either you aren't logging the errors correctly, or you are lying to me.

Do you think that I made that screenshot up? How would I know your internal pathnames? Ask your developers if that screenshot is real or not. Ask them if it could be faked.

I put it to you that the reason I am the only one who reported that issue is because the rest of them either don't care enough, and just hit reload, or they do care but this kind of rude treatment has trained them not to bother reporting issues. I know I won't be bothering again.

Does this have anything to do with your negative trust rating here at BitcoinTalk?

What the fuck is that supposed to mean? How could me reporting a bug on your site have anything to do with an unrelated asshole leaving nonsensical negative trust on my forum account?

What is going on here?

I'm not sure. From here it looks like you didn't like me trying to help and decided to try to attack me.

I am just the forum rep but we have had no reported problems in the last 2 months and all of a sudden I see this.

Rather than showing that error message to your users, you should log it internally. Then you wouldn't be relying on your customers to help you debug your casino platform, but could see the error messages for yourself. You also wouldn't then feel the need to attack them when they show your error messages to you. For fucks sake.

You certainly have no tickets at Betcoin.ag on the matter.

Jessica

I've had no luck with tickets. Most of the stuff I've written in tickets hasn't received any kind of a response until I post about it in the forums. I found that reporting issues on the forum gets more attention. But I see you don't like that either, so I give up.

I enjoyed most of my time at betcoin, but this attitude from the support staff is intolerable. I'm out.



Alternatively:

Dooglus, as always we appreciate the valuable feedback and will pass this onto the programming team.  It is always best to leave a ticket with this information as well for proper tracking as they don't view the forums in great detail but do handle all tickets.  As always we thank you for you time and for playing with us.  We were also unable to recreate that error you had and the 200 players we had over the last 24 hours didn't report this issue either.  Can you provide more information on how and where you received it?

Jessica


How I received it:

I was logged in to betcoin.ag, probably looking at the wallet page, then clicked 'dice' at the very top of the page. All this while having a negative feedback on my bitcointalk profile. Not sure if that's relevant.

Where I received it:

I was running Chromium in Linux. Is that what you mean by "where"?

From the text of the error message it looks to me like there's a bug in your semaphore code. But your developers will be able to figure that out.
2125  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: November 29, 2015, 02:37:03 AM
I disagree - though I am obviously a bit biased on this issue Smiley

There have been talks between xploited and I for months concerning distributed governance.

Hey, could you get your somewhat biased ass into the IRC channel to continue talking about it?

Ta.
2126  Economy / Gambling / Re: BetcoinPoker.com Betcoin.ag-Big Tourneys-BONUS-Freerolls, Ring Games, Real Poker on: November 29, 2015, 02:10:56 AM
The withdraw button in wallet seems to be redirecting to wallet page.

I noticed that yesterday, and posted it in one of the other many betcoin threads.

If only there was a single venue for support issues where you didn't just get expediently ignored. Wink
2127  Other / Archival / Re: ████►BETCOIN POKER | Get 50-190% RAKEBACK [HERE] | WPN Tournaments Return!◄████ on: November 29, 2015, 01:58:25 AM
I'm guessing this must be running across multiple sites, based on the size of the prize pool guarantees. Do any of the other sites support non-Windows players?

Please see this: https://bitcointalk.org/index.php?topic=1239304.msg12904516#msg12904516

Thanks. I found a solution using MicroXP and VirtualBox.
2128  Economy / Gambling / Re: Betcoin.ag Poker for Linux on: November 29, 2015, 12:09:54 AM
I did eventually get it working using something called "MicroXP" in VirtualBox.

None of the browser bits work, like the bottom bit of the screenshot below, but the games seem to play alright.



I'm not sure why there are so many different OSS #13 events. I guess some of them are labelled wrong, but that's probably not the VM's fault.
2129  Economy / Gambling / Re: Betcoin.ag Poker for Linux on: November 28, 2015, 10:55:41 PM
Has someone tried to install their windows client on ubuntu using WINE? I think it might work, I don't have WINE installed right now but I'll see if I set it up and get it working their

I've tried using WINE. It loads up fine, and even lets me view the full list of tournaments. But as soon as I log in, a small window pops up with the title "Poker Client", its content never gets drawn, and everything from that point on is frozen:





or OP you can install virtualbox and have windows inside it for windows apps.

I would do that if I had a copy of Windows, but I don't.
2130  Economy / Gambling / Re: Betcoin.ag Poker for Linux on: November 28, 2015, 10:48:21 PM
I can confirm great success on Ubuntu/Chrome. Good luck OP!

What do you see if you right-click in the flash-client? I'm interested in the version string.

I see this - note how once I click on the 'tournament' tab everything freezes, and the last game it shows (1K CAGE) is incomplete - the blue background stops part way across:

2131  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: November 28, 2015, 04:17:52 PM
Were you being just as careless when you let the crypto world know the who and where of how to access your vast crypto wealth ?

here's my dead man's switch: h t t p  :/ /www .deadmansswitch . net / (DO NOT TRUST !)

As usual, you have misunderstood. He is saying that he USES deadmansswitch.net, not that he OWNS it.
2132  Economy / Gambling / Re: BetcoinCasino.com-Betcoin.ag-DICE FREEROLLS TODAY! - 100% Bonus!480 BTC jackpots on: November 28, 2015, 05:42:51 AM
Another little niggle: when I click 'withdraw', it takes me to the wallet, the same as when I click 'wallet':



Then I have to click 'withdraw' again. Would be useful if the first withdraw button took me to the withdraw form.
2133  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: November 28, 2015, 05:31:21 AM
He claimed not to sell into existing buy orders.

Yeah, I got that exactly backwards, sorry. Either way, he's adding to the sell pressure which will tend to push the price down.

Quote
I did sell some CLAMs immediately before making my first post and didn't tell anyone else about it. I think it was around 5000 CLAMs that I sold. The price had already fallen from ~0.012 to ~0.0075 before I sold anything as I remember it, so it wasn't 3 or 4 in your list that started the price collapse.

That could have been one of the "waves" of selling being reported though. If I recall correctly, at the time most alts were being battered (as they are now) by an inverse correlation with the BTC price rise. So the original (much smaller) drop could possibly have had nothing to do with the digger at all (#1 above), but then one thing led to another. Coincidences do happen.

Yeah, I don't know.

I've had one person accuse me of using "inside information", and that it was unfair that I sold some CLAMs before publishing my findings. I'd counter that the information I found was on the public blockchain, and so wasn't "inside information" at all.
2134  Economy / Gambling / Re: BetcoinPoker.com Betcoin.ag-Big Tourneys-BONUS-Freerolls, Ring Games, Real Poker on: November 28, 2015, 05:17:57 AM
Where was "Monday at the latest" stated? I've not seen it anywhere. Is it possible that you are replying to me via some channel I'm unaware of? That could explain a lot.

When replying to this question, please use this thread and not the channel of which I am unaware.

Thanks.

They told you in their response to your last post in the betcoincasino thread.

Thank you Junko!  You are precisely correct.  We have the poker thread, the casino thread, support tickets and live chat all answering the same questions that is now confusing even the people answering and asking the questions!  This is why we try to keep all support questions in tickets for tracking, efficiency and expediency.  On top of that we have multiple staff members contributed to each outlet. 

OK, thanks.

It would be good to have a single place where we could post our support issues rather than having everything spread out like this. Unfortunately I don't know of any such place.

Did you just mention your ticket system and "efficiency and expediency" in the same sentence? You're a funny man! Smiley
2135  Economy / Gambling / Re: BetcoinCasino.com-Betcoin.ag-DICE FREEROLLS TODAY! - 100% Bonus!480 BTC jackpots on: November 28, 2015, 05:13:07 AM
Another weird error I just got when trying to go to the dice game:



Those kind of details should be logged somewhere and not shown to the user. The user doesn't care. They just want to play dice. Wink
2136  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: November 28, 2015, 04:50:37 AM
What the digger said was:

Yes, it is true that I am digging and selling my CLAMs for BTC. Though I am not dumping hard. I usually just put asks above the market price. I rarely ever do a market sell order. So although I am adding sell pressure to the price by adding asks to the orderbook, I am not "dumping" technically.

So if you saw "waves of selling" either:

A. Digger isn't telling the truth about not dumping

B. Digger is telling the truth and the dumper was:

1. Unrelated
2. Someone else who figured out the same thing dooglas figured out before he posted it
3. Someone dooglas told about his findings before posting them
4. Dooglas
5. Someone spooked by the increase in above market sell orders.

Even if the digger never did anything other than selling into existing buy orders, the price would still drop. Selling into buy orders removes buy orders from the market without removing sell orders, leaving an imbalance. The price will adjust downwards as new sellers find less attractive buy orders remaining.

I did sell some CLAMs immediately before making my first post and didn't tell anyone else about it. I think it was around 5000 CLAMs that I sold. The price had already fallen from ~0.012 to ~0.0075 before I sold anything as I remember it, so it wasn't 3 or 4 in your list that started the price collapse.
2137  Economy / Gambling / Re: BetcoinCasino.com-Betcoin.ag-DICE FREEROLLS TODAY! - 100% Bonus!480 BTC jackpots on: November 28, 2015, 04:42:57 AM
Quit while you are ahead!  But had you quit you would have never built up such a nice amount of coin!

I didn't quit - my 1 BTC deposit is now 8.03 BTC.

Some images had to be removed and disabled because of a security vulnerability that was similar to the avatar's being disabled here at BitcoinTalk some time ago.  We are reworking the code a bit and it will return soon.  

The <img> tag is still being included in the pages, making the browser fetch the invalid page.

Theoretical rake is the rake the system states that you generate based on your play during that time frame based on the current rake amounts on that table.  It's theoretical because it does not take into account if there was a promotion giving you 100% rakeback or happy hour of some sort.

Win loss is the amount you have won or loss during that session.  The number is positive in your situation meaning you won this amount.  

So according to this:



the theoretical rake was 5.56 and my profit was 3.51, but according to my events list I only received 3.51 rakeback. That's 100% of my profit, not 100% of my rake. And where's the extra 10% that I should be getting for my "Bronze III" VIP level?

Your ticket should be responded to no later than Monday but hopefully by tomorrow in full.  We had to go back through all of your play as we always do in order to be as thorough as possible.  

I had no other play on that day, or since. I have been avoiding poker until this is resolved, to keep the situation simple. I only played one session on the day in question, and have played no sessions since. The issue is that there were no status points awarded at the end of that day, as shown here:


2138  Economy / Gambling / Re: BetcoinCasino.com-Betcoin.ag-DICE FREEROLLS TODAY! - 100% Bonus!480 BTC jackpots on: November 28, 2015, 04:35:28 AM
Here's a strange one:

My affiliate banner ad on Just-Dice.com finally got a signup:



Apparently I earned 1.9 from his poker play and 1.9 from his dice play, for a total of 1.9!

How does that work?
2139  Economy / Gambling / Re: BetcoinPoker.com Betcoin.ag-Big Tourneys-BONUS-Freerolls, Ring Games, Real Poker on: November 28, 2015, 12:12:27 AM
Where was "Monday at the latest" stated? I've not seen it anywhere. Is it possible that you are replying to me via some channel I'm unaware of? That could explain a lot.

When replying to this question, please use this thread and not the channel of which I am unaware.

Thanks.
2140  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" on: November 28, 2015, 12:04:31 AM
Is there an API to retrieve the current active supply? This has become an issue for coinmarketcap. Please reply there:

I replied:

Where do you get 1460K number?  The explorer used to have the number of claimed clams, but now I can't find it.

You can use this:

https://just-dice.com/api/supply

{"moneysupply":1541886313048927,"digsupply":81867962870962,"stakesupply":64446172641730,"activesupply":146314135512693}

You probably want activesupply/1e8.
Pages: « 1 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 [107] 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 ... 573 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!