Bitcoin Forum
July 14, 2024, 04:22:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 62 63 64 65 66 67 68 69 ... 142 »
361  Economy / Trading Discussion / Re: PHP martingale bot for satoshiDICE on: February 06, 2013, 11:00:31 AM
or first try the bare minimum:

Code:
<?php
require_once('jsonRPCClient.php');
$b = new jsonRPCClient('http://KJTetc:MyRpcpass@localhost:8332/');
print_r($b->getinfo());

You'll need a ?> at the end too.

nope that's old-fashioned and against modern recommendations

pretty much any php parser will work just fine without a closing ?> at the end of the file, and leaving it off the end of the file makes it less likely you'll accidentally introduce unwanted whitespace in the output.
362  Economy / Trading Discussion / Re: PHP martingale bot for satoshiDICE on: February 06, 2013, 10:26:42 AM
I don't think that will work as when I just run it for 30 seconds I get a repeat of this once it's done

Warning: fopen(http://...@127.0.0.1:8332/): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in C:\xampp\htdocs\jsonRPCClient.php on line 132

Run the script on the command line:

  php bot.php

not from a web server.

Try using my script and the json-rpc PHP file that's with it.  It has better error handling.

  https://github.com/dooglus/sdbot

or first try the bare minimum:

Code:
<?php
require_once('jsonRPCClient.php');
$b = new jsonRPCClient('http://KJTetc:MyRpcpass@localhost:8332/');
print_r($b->getinfo());
363  Economy / Gambling / Re: Looking for 100 Beta Testers to Try BitMillions.com - Get ฿ 1 to play for FREE! on: February 06, 2013, 09:45:08 AM
Quote
UPDATE

Thank you to all the beta testers and users that helped us improve our site experience, we are still working in some of the improvements of the site, but feel free to leave us feedback.

Based on the latest increased of the BTC price, we have decided to lower the ticket price to 0.01 BTC. Everything will be the same, so players will have more fun, for way less money! And pools are incredible high for a price of 0.01 BTC!

With these changes with only 1 BTC players will have 110 plays, almost a day of playing!

Grand Opening Bonus Tickets & High Rollers Discounts were adjusted accordingly.

Pool retain was increased to 50%.

Players are still able to choose the numbers in the same way as before, just pick your lucky numbers on decimals in the transaction.
0.01 BTC per ticket?  But with the same prizes?  Nice!
Prizes will eventually get smaller.

high roller discounts have already dropped dramatically.

spending 1000 btc used to get you half-price tickets.

now spending 100 btc only gets you a 10% bonus.
364  Economy / Gambling / Re: Looking for 100 Beta Testers to Try BitMillions.com - Get ฿ 1 to play for FREE! on: February 05, 2013, 11:18:01 AM
last bug report before i close this site...

If the 4th number entered into Your Lucky Numbers is less than 10, it shows:

Send ฿ Invalid to


edit: actually it's doing that whenever any of the numbers is less than 10.



...also a little warning message would be nice if 2 same numbers are input. instead it just says Send 0.1000000.
365  Economy / Gambling / Re: Looking for 100 Beta Testers to Try BitMillions.com - Get ฿ 1 to play for FREE! on: February 05, 2013, 10:45:51 AM
https://bitmillions.com/draws/219739

there are 9 entries on that round.

however...

the page says Displaying the first 10 Rounds with a button that says Show 10 More Rounds ...and this button is still enabled!

clicking that button increases the statement to:


Displaying the first 20 Rounds    ...even though of course only 9 rounds are displayed.

in fact, clicking it many times it just keeps going up...


Displaying the first 240 Rounds



...and i just realised the window where you choose numbers has a button that says RAMDOM.
366  Economy / Gambling / Re: Looking for 100 Beta Testers to Try BitMillions.com - Get ฿ 1 to play for FREE! on: February 05, 2013, 10:22:41 AM
- okay first up, yes the site looks great, however unless you are affiliated with SatoshiDICE, the green with stripes was a poor choice, simply because it looks like a copy.

- when in the modal window, it just said "1 Play" with no mention at all about multiple tickets. It wasn't very obvious what the protocol was for sending more than the displayed amount, and getting multiple entries. Perhaps all that is written elsewhere on the site, but i think it should have been mentioned somewhere in that window.

- when choosing numbers, it won't accept numbers from my number pad even though NUM LOCK was most definitely on. I don't know if that's just a chrome thing or not but it would only accept numbers from above the qwerty...

- after entering the first number, i think it should auto-place the cursor into the second input. kind of like how some credit card forms are designed.

- after i played, i got 12 tickets for 1.10111213. So if i had chosen 09 instead of 10, i would have only got 11 tickets. This is fair enough as you still get the refund, however...

- i think the refund (0.00111213) should have been sent to me as a separate transaction instead of lumped in with something else.

- the "waiting for first confirmation" page stalled - i had to refresh the page because it was still "waiting for confirmations" even after blockchain.info showed many blocks had passed.

- i thought by buying 12 tickets at once, it would only *play* once, but i'd 12x the normal payout. this is so obviously wrong when you actually read the rules, but if i assumed it, assume others will also Cheesy it took me a little bit to see that it's actually playing 12 rounds, over the next 12 blocks, with just 0.1 riding on each one.

- on the tickets page, i think there should be some 'home' link somewhere at the top left, instead of finding 'home' in the footer menu.

- ultimately i'm up 0.174 on the deal Cheesy cheers


question: when is your IPO?
367  Alternate cryptocurrencies / Speculation (Altcoins) / Re: LTC up to $1 on: February 03, 2013, 08:20:50 AM
if bitpay integrated it, then suddenly tons of sites including Wordpress would be accepting LTC.
368  Economy / Trading Discussion / Re: PHP martingale bot for satoshiDICE on: February 02, 2013, 01:49:57 AM
I am no coder, but would like some advice in modding the phpbot to allow for a fraction of balance as MIN_BET and for it to recalculate after any win, same for MAX bet, also  if MAX_BET reached start over

i did try to modify the script by myself to allow this but received

Object of class jsonRPCClient could not be converted to int in XXXXX/bot2.php on line 14

Or

PHP Notice:  Object of class jsonRPCClient could not be converted to int in XXXXX/bot2.php on line 10

Or

PHP Fatal error:  Can't use method return value in write context in XXXXX/bot2.php on line 10

Any Advice would be appreciated

maybe show us lines 10 & 14 in bot2.php, or paste the whole thing
369  Economy / Lending / Re: Need 1.5 BTC for 24 hours on: February 01, 2013, 12:59:36 PM
you still need BTC ?

no, thanks.

it was a very temporary shortage Cheesy
370  Other / Beginners & Help / Re: I forgot my identifier on BlockChain and can't access my bitcoins. on: February 01, 2013, 12:10:12 PM
You guys should make a warning or a note that tells you to save your identifier somewhere after registering.

you mean like this:

Quote from: blockchain.info
Don't Forget Your Password!
WARNING: Forgotten passwords are UNRECOVERABLE and will results in LOSS of ALL of your bitcoins!

i guess that note could be updated to include FORGOTTEN IDENTIFIERS as well as passwords.
371  Bitcoin / Bitcoin Discussion / WeUseCoins - What would you include/exclude in a 2013 remake? on: February 01, 2013, 12:03:30 PM
pretty much the most widely-viewed bitcoin video of all time resides on http://weusecoins.com

most of us have seen it, and it really gets top marks.

however, the video there is over a year old so I'm curious to know, what would YOU do differently, if you were making that video now in 2013?

...or do you think it is still as relevant today as it was in 2011?



personally, in 2013 i'd leave off the alpaca sock reference, as that fad seems to have aged.

...and i'd update the "we accept bitcoins" noticeboard to include imagery from sites like Wordpress.

also, i wouldn't use the phrase "no fees" anywhere... i might write "low fees".


edit: wow, it's actually almost 2 years old! time flies.
372  Bitcoin / Press / Re: 2013-01-30 Making Money off Virtual Money: Say Hello to Bitcoin on: February 01, 2013, 11:52:37 AM
this line really shows the author's mindset:

Quote
I feel more secure knowing the money in my wallet is authorized by the government

373  Bitcoin / Press / 2013-01-30 Making Money off Virtual Money: Say Hello to Bitcoin on: February 01, 2013, 11:38:50 AM
http://www.forexbrokerz.com/news/making-money-off-virtual-money-say-hello-to-bitcoin

Quote
As it turns out, Forex traders are a creative bunch and don't like being limited to trading the currency pairs available at the moment. Some time ago, a developer named Satoshi Nakamoto decided to create a decentralized, completely digital currency. As a result of his hard work, now there is a significant group of traders that have been successfully trading this currency right under our noses for the past few years. The currency and open source software used for trading are both called Bitcoin.

it's interesting seeing rates written from a Forex trader's perspective:

Quote
Initially, the Bitcoin was priced at 1,309.03 BTC per dollar, and now, four years later, the price is about 0.070771408 BTC per dollar
374  Other / Off-topic / Re: https://bitcointalk.org/index.php?action=recent to read posts on: February 01, 2013, 10:10:36 AM

cool, any way to filter out the 'Guests' ?
375  Economy / Auctions / Re: Sell your Signature! on: February 01, 2013, 05:46:50 AM
uh, 10 btc then

wording for 3 & 4 i'll leave up to you...
376  Economy / Games and rounds / Re: The Platinum Bar on: February 01, 2013, 05:41:12 AM
you need a flashy website with a picture of a platinum bar centered at the top of the page

only then will the coins flow through you... Cheesy
377  Other / Off-topic / Re: https://bitcointalk.org/index.php?action=recent to read posts on: February 01, 2013, 05:39:15 AM
this link is also interesting:

https://bitcointalk.org/index.php?topic=140419.msg1112593
378  Economy / Gambling / Re: Looking for 100 Beta Testers to Try BitMillions.com - Get ฿ 1 to play for FREE! on: February 01, 2013, 04:34:11 AM
pick me!

1JU2AKMAVtu77ghFq2d8qf1P6gxBcCzmQj
379  Bitcoin / Press / Re: 2013-01-31 Ten Things You Need to Know about Bitcoin on: February 01, 2013, 01:03:36 AM
Quote
Some even suggested that his name was just a mashup of popular Japanese companies — SAmsung TOSHIba NAKAmichi MOTOrola.

Lol, when did Samsung decide to migrate from Korea to Japan?!
380  Bitcoin / Bitcoin Discussion / Re: Bitcion rebilling? on: February 01, 2013, 12:24:50 AM
walletbit supports basic bitcoin subscriptions
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 62 63 64 65 66 67 68 69 ... 142 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!