Bitcoin Forum
July 02, 2024, 05:56:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 »
1  Economy / Gambling / Re: SatoshiDICE.com - The World's Most Popular Bitcoin Game on: September 04, 2015, 07:47:36 PM
I've been playing around with the Satoshidice APIs and have gotten stumped on placing a bet.  The string I'm sending is:

https://session.satoshidice.com/userapi/placebet.php?secret=f58fa54291a6f3fd5439513d35eeba5d#DoNotShareThisURL&betInSatoshis=100&id=52682211&serverHash=8e0ee37b2169ee39f950a92e24b254231db6a05ac5e0ba7419368a73c99a1b52&clientRoll=8237&belowRollToWin=32000

There are no coins at this address, if you were wondering.  The error that is being returned is :

[nextRound] => Array
        (
            [id] => 52682211
            [hash] => 8e0ee37b2169ee39f950a92e24b254231db6a05ac5e0ba7419368a73c99a1b52
            [welcomeMessage] =>
            [maxProfitInSatoshis] => 2491925551
        )

    [status] => fail
    [failcode] => 2
    [verbose] => Invalid belowRollToWin
    [processLog] => Array
        (
           
  • => onlyAvailableIfDebugTrue
        )

I've tried everything I can think of to get past the "Invalid belowRollToWin" and I am making no progress.  I get the same error whether the account has coins or not, so that's not it.  You can paste that url in your browser and see if you get the same error.  If I can get to a "failcode = 19 Bet is bigger than balance" then I've made progress.
2  Economy / Investor-based games / Re: Bitcoin Pyramid [Beta] - the oldest working pyramid? on: September 02, 2013, 12:25:23 PM
According to the "Stats" page, there has been 687.219 btc deposited from 1783 depositors.  That yields an average deposit of .385  Now if you want to include all the non-depositors, the actual average is .073
3  Economy / Games and rounds / Re: *FREE* 100 BTC Raffle by Coinroll.it on: July 09, 2013, 01:40:46 AM
1BcVNszRAKbUgPPBBr83HYfAj29TXmKGQ9
4  Bitcoin / Bitcoin Technical Support / Re: Warning: Please check that the computer's date and time... 0.8.2 Client on: July 03, 2013, 12:01:45 PM
As a follow-up, it's been a week since the problem mysteriously disappeared.  It is my guess that either my motherboard glitch worked itself out (unlikely) or that a Windows update last week replaced a corrupted file someplace (probably).  Thanks to everyone that made suggestions.
5  Bitcoin / Bitcoin Technical Support / Re: Warning: Please check that the computer's date and time... 0.8.2 Client on: June 18, 2013, 05:14:23 PM
Yes, I'm leaning toward motherboard issues also.  It looks like my wife is going to get a pretty robust (though slightly used) gaming machine.  Time for me to go shopping again.  I always get the new computer Wink

if the time sample is always off by a consistent amount, try setting the BIOS time forwards/backwards to compensate for it. In your case, try setting it back 38941 minutes.
It's not consistent. It appears to be reading a time that is frozen on or about May 20th, but it sometimes only reads it for a couple of random minutes before it finds the correct time somewhere.  Even changing the BIOS way off and back doesn't make the problem go away.  Even when I find the right time on May 20th, within 5 minutes of setting the time, I'm back looking at the message as the world turns under my stuck in time computer.  The only thing that confuses me, is why the bitcoin client is the only program that is reading a bad date/time.  My BIOS is right, my Windows is right. I wrote a little c# program that loops around and displays DateTime.Now and never see anything but the correct time.  It's got to be a hardware issue, but not like anyone I've ever seen before.
6  Bitcoin / Bitcoin Technical Support / Re: Warning: Please check that the computer's date and time... 0.8.2 Client on: June 18, 2013, 04:30:33 PM
Yes, I'm leaning toward motherboard issues also.  It looks like my wife is going to get a pretty robust (though slightly used) gaming machine.  Time for me to go shopping again.  I always get the new computer Wink
7  Bitcoin / Bitcoin Discussion / Re: How governments could destroy bitcoin (for most) in one day on: June 18, 2013, 04:21:46 PM
...if the auto-update can patch the bitcoin client and transfer your funds the next time you unlock it?
You've added more detail, yet there is still a problem.  Even with auto-updates, not everyone will have the updates at the same time, and if the government has to wait weeks or months for everyone to get the malicious code, they risk getting caught by the source savvy power-users.  And, there are a lot of different clients out there now.  Granted, they mostly use similar code, but each has it's separate routes for updating.  A more plausible attack would be to discredit bitcoins as an evil invention of drug dealers, gamblers, and weapons dealers... oh wait, that is what they are doing! 
8  Bitcoin / Bitcoin Discussion / Re: How governments could destroy bitcoin (for most) in one day on: June 18, 2013, 03:57:55 PM
Simply deleting the wallet would not be enough.  Most of us figured out pretty quick how to copy or replace the wallet.dat someplace safe.  They can delete my whole hard drive, burn down my house, and lock me up for 20 years and I'm pretty sure I can at least get my wallet back. To really do any damage, the coins have to disappear.  To do that they'd have to get the wallet, decrypt my password, and send the coins to never, never land. Easy enough for a couple of thousand wallets, but to hurt the whole community, doing it millions of times before we caught on would be daunting even for a quantum computer.
9  Bitcoin / Bitcoin Technical Support / Re: Warning: Please check that the computer's date and time... 0.8.2 Client on: June 18, 2013, 02:12:43 PM
I know what it means now, but...

The more I work with computers (and I've been working with them for 32 years), the more I'm amazed at how intricate and complicated the simplest problems can become.  I was baffled why other clients (litecoin, feathercoin) didn't have the problem with the time. I was confused that my virtual machines didn't have an issue even when set to use the host date/time.  But, after studying the util.cpp till I knew what to look for (thanks for all the suggestions), I was completely blown away when this showed up in the debug.log

Quote
Bitcoin version v0.8.2-beta (2013-05-25 08:48:25 -0700)
Using OpenSSL version OpenSSL 1.0.1c 10 May 2012
Startup time: 2013-06-18 13:17:36

Added time data, samples 2, offset -2336471 (-38941 minutes)
Added time data, samples 3, offset -2336471 (-38941 minutes)
Added time data, samples 4, offset -2336471 (-38941 minutes)
Added time data, samples 5, offset -2336471 (-38941 minutes)
*** Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly.
nTimeOffset = +0  (+0 minutes)
Added time data, samples 6, offset -2336474 (-38941 minutes)
Added time data, samples 7, offset -2336474 (-38941 minutes)
nTimeOffset = +0  (+0 minutes)
Added time data, samples 8, offset -2336474 (-38941 minutes)
Added time data, samples 9, offset +3 (+0 minutes)
nTimeOffset = +0  (+0 minutes)
Added time data, samples 10, offset +5 (+0 minutes)

This was from a fresh debug.log and all the entries occurred within about 1 minutes of each other.  I've stripped out all the extraneous IP connection and addressing lines.  Note that as it connected to peers, the time difference was quite consistent (aprox. 28 days) until all of a sudden after 9 connections, the difference went to zero, all while consistently showing me the correct date/time on my desktop.  It is consistent that every time I start the bitcoin-qt, the time is off about that much, but whether or not the difference goes away is inconsistent.  

If it was the bios that had the wrong time, it would not straighten itself out randomly without a reboot, and certainly not mess itself up simply by closing the bitcoin client and re-opening it. I have completely uninstalled the client and deleted the %appdata%\bitcoin directory and started over new, yet am right back where I started with only the mystery and few answers.  Something happened or got written someplace around May 20 that the client keeps reading.  What it is, I have no clue.
10  Bitcoin / Bitcoin Technical Support / Re: Warning: Please check that the computer's date and time... 0.8.2 Client on: June 17, 2013, 03:32:18 PM
I currently have 20 connections. I did the -debug=1 switch and looked in the logs and though I didn't understand everything in them, I did not see anything that would indicated a different time than local.  Your thoughts about a router or server up line from my computer having a wrong time is plausible if this problem occurred on other computer within my LAN or within the VMs on the same computer.  My Litecoin wallet on the same computer doesn't have a problem with the time, and from what I know, the two wallets have almost identical code. 

here's what you should be looking for:

Code:
        if (fDebug) {
            BOOST_FOREACH(int64 n, vSorted)
                printf("%+"PRI64d" ", n);
            printf("| ");
        }
        printf("nTimeOffset = %+"PRI64d" (%+"PRI64d" minutes)\n", nTimeOffset, nTimeOffset/60);
"Added time data, samples 11, offset +5 (+0 minutes)
nTimeOffset = +0  (+0 minutes)"

...but what does this mean?
11  Economy / Gambling / Re: SatoshiDICE.com - The World's Most Popular Bitcoin Game on: June 17, 2013, 12:37:08 PM
Quote
Notice how the guy on their little banner looks like a commie and that the US flag in the background is upside-down? Seriously?!
Chairman Barack

The upside-down flag is a symbol of national distress. It was intentional.
Land of the free... not in my lifetime, not yet anyway!  When Americans finally get fed up with this crushing tyranny, the rest of world will probably breath a sigh of relief.  There has never been a more horrendous misapplication of power than what I have seen spewed from the corrupt power hungry pulpit posers that run our government right now.     

I really like the way you have blocked access to the site and technically, no 'gambling' occurs on the site.  If there ever is a trial over this, I really hope it's televised.  First, I want to see if they can find twelve jurors that can understand the bitcoin network, and second, how they think they can stop the transmission of bitcoins between any two people.
12  Bitcoin / Bitcoin Technical Support / Re: Warning: Please check that the computer's date and time... 0.8.2 Client on: June 17, 2013, 12:11:13 PM
... That is horrible code if it depends on any user-set times... then goes so far to tell you that you are wrong... Well, if it is wrong, then fix it for me, or ignore it, or stop looking at it... Stupid program. lol.
I can't agree with you more here, except for one change.  Programs cannot be stupid.  They will always simply be a reflection of the programmer(s).  That, however, will have to be discussion for a different thread.

I currently have 20 connections. I did the -debug=1 switch and looked in the logs and though I didn't understand everything in them, I did not see anything that would indicated a different time than local.  Your thoughts about a router or server up line from my computer having a wrong time is plausible if this problem occurred on other computer within my LAN or within the VMs on the same computer.  My Litecoin wallet on the same computer doesn't have a problem with the time, and from what I know, the two wallets have almost identical code. 

Later today, I'm going to backup my wallet.dat and then blow the whole bitcoin data directory away and uninstall.  I'll let y'all know the outcome when I get it all running again.
13  Bitcoin / Bitcoin Technical Support / Re: Warning: Please check that the computer's date and time... 0.8.2 Client on: June 16, 2013, 12:25:30 PM
I've tried everything to correct the date/time on my machine and I don't think this has anything to do with the problem.  This morning I tried changing my CMOS and Windows date/time back a couple of weeks, rebooted to make sure everything was saved, changed the settings back to the correct date/time and still have the warning.  Then I remembered I had a couple of VMware OS's installed for testing, so I cranked them up.  Now, these VM boxes should be reading the same system date/time as my main wallet, but the VMs on the same computer don't give the date/time warning.  Weird!

So far it seems harmless but I hate mysteries. Especially when money is involved.
14  Bitcoin / Bitcoin Technical Support / Re: Warning: Please check that the computer's date and time... 0.8.2 Client on: June 12, 2013, 08:23:30 PM
Have you tried manually synchronizing your time with window's time servers? If you fail to synchronize with windows time, it means there's an issue. In some cases, your computer time may appear to be correct, but your timezone is set incorrectly, resulting in incorrect time.
All good guesses.  Checked the timezone is set correctly for Utah and it sync'd just fine to the server.  Still have the message. 

I have a file synchronizer program I wrote a few years ago and if there was anything wrong with my systems date/time it would be barfing up 10 thousand files, but it is working fine.  Maybe it's time I pulled in the bitcoin source and started becoming a power-user myself.
15  Bitcoin / Bitcoin Technical Support / Re: Warning: Please check that the computer's date and time... 0.8.2 Client on: June 12, 2013, 12:13:57 PM
Yes, I did check the year.  And I think it started the day after the power went out last Sunday.  I've double checked the date and times on both my local DHCP router and my Internet modem.  It doesn't appear to be stopping the program, but it is a mystery.
16  Bitcoin / Bitcoin Technical Support / Warning: Please check that the computer's date and time... 0.8.2 Client on: June 12, 2013, 03:48:36 AM
I've checked that both my CMOS and Windows 7 date and time are correct, yet I have this warning plastered across my client.  Any Ideas?
17  Economy / Investor-based games / Re: Bitcoin Pyramid [Beta] - the oldest working pyramid? on: May 15, 2013, 12:39:18 PM
What is the purpose of a pyramid? Gambling, money-laundering?
The purpose of the pyramid is the same as any pyramid scheme.  It's touted as an "investment" but in reality it is gambling.  You are betting that you are not the last person to invest in the pyramid.  If you deposit money to your deposit address, that money gets passed up the pyramid to others that have also deposited.  The more people below you in the pyramid and the more you deposit, the more your possible return.  No deposit, no return!  

So if you just join and think that's all that you have to do to get something then you're not understanding the rules.  Learn to work your referral link so that you actually have a pyramid below you and deposit some btc.  I have 423 people that have joined below me, and more joining below them.  You have to "work" the pyramid.  It's not a free ride.

http://bitcoinpyramid.com/r/2463
18  Economy / Trading Discussion / Re: My Bitcoin Bet if BTC hits $140 today I'm getting engaged tomorrow on: April 12, 2013, 12:56:36 PM
So here is my personal bet if bitcoin hits $140 I gotta buy a ring tomorrow lol...

What is your bet?

Marriage is a big enough gamble without including bets on bitcoin prices.  As someone that has been married multiple times let me just say your plan sounds... perfect!
19  Other / Beginners & Help / Re: How I Lost $1500 Worth of BitCoins on: April 10, 2013, 04:09:40 PM
I only have one passphrase inside KeePass and it seems like I lost the one I overwrote it with. 

This is why when I wrote my own program equivalent to KeePass, it automatically saves previously used passwords when I generate new ones.  I've had websites restore backups and forget my new password.  Remembering old passwords comes in handy.
20  Economy / Gambling / Re: SatoshiDICE.com - The World's Most Popular Bitcoin Game on: April 09, 2013, 07:00:11 PM
OK, I got my last one returned now so it's all good...for now. I'm just glad it wasn't a ripoff!
The only ripoff at Satoshidice is the Law of Averages!  Lady Luck can be a bitch Wink
Pages: [1] 2 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!