Bitcoin Forum
May 25, 2024, 10:23:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 »
1721  Economy / Service Discussion / Re: Blockchain.info JSON RPC API on: April 13, 2014, 01:05:22 AM
I have found the problem. You have to use walletpassphrase to enter the second password. Example below:
Code:
print_r($client->walletpassphrase('mysecondpassword', '1000'));
Replace mysecondpassword with your actual second password, and the 1000 is the amount of seconds (I don't really get this, just set it to 1000).
Hope I could be of help!
1722  Economy / Service Discussion / Re: Blockchain.info JSON RPC API on: April 12, 2014, 11:12:04 PM
Have the same problem to. Did you figure it out yet?
1723  Economy / Speculation / Re: BITCOIN is at USD $350 on: April 11, 2014, 12:43:38 PM
Damn I could've made so much money if I sold at 350$! It dropped to $420 and I lost money not selling
1724  Bitcoin / Bitcoin Discussion / Re: Bitcoin is doomed. Thanks IRS!!! You Ass hats! on: April 11, 2014, 02:25:04 AM
I'll eat my tinfoil hat if im wrong, you have my word
1725  Economy / Speculation / Re: BITCOIN is at USD $350 on: April 11, 2014, 02:23:06 AM
The 15th is when I will make all the monies just wait and see. With china, and irs, the price is gonna drop to 0.01 cents, I will buy, everyones gonna sell, then when it goes back up I will be the richest man in the world. I will eat my hat if this does not happen. You have my word
1726  Bitcoin / Bitcoin Discussion / Re: Bitcoin is doomed. Thanks IRS!!! You Ass hats! on: April 11, 2014, 02:20:55 AM
The IRS is probably going to find the bitcoin core developers and somehow make the transaction fee 10x more than the amount sent, then that transaction fee doesn't go to miners, it will go to the greedy idiots at the IRS.
1727  Other / Off-topic / Re: Celebration when price hits 420 on: April 03, 2014, 03:49:52 PM
I think that the bitcoin price should be fixed at 420
1728  Other / Off-topic / Re: How long have you been logged in for? on: April 03, 2014, 02:59:11 PM

You win my friend.
I have 1 day 19 hours...
1729  Other / Off-topic / Re: Celebration when price hits 420 on: April 03, 2014, 03:36:25 AM
420 blaze it
1730  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: April 03, 2014, 03:32:20 AM
TBH I really just think we should stop worrying about these short term things, and just hold your coins, relax, and its common knowledge that the price of bitcoin WILL rise, as the demand will only increase when all coins are mined
1731  Bitcoin / Bitcoin Discussion / Re: Bitcoin's 21million total coin supply hinders it immensely on: April 02, 2014, 03:32:02 PM
Its true though. If there are 21 million bitcoins, and they currently at about 500$, that means there can be about 10.5 billion dollars worth of bitcoin that is avaliable. That is a massive amount of money, but not enough to hold a lot of money for people like governments, or rich people like bill gates. Satoshi or even less might be the base notation, instead of bitcoin, cause theres like 21 trilion or quadrillion denominations and if they are worth 1000$ each (I wish) thats 21 thousand quadrillion (whatever that number is)
1732  Bitcoin / Bitcoin Discussion / Re: Is anyone else concerned that 43% of the hashrate is from an unknown source? on: April 02, 2014, 03:24:00 PM
Aww shit sorry guys. I'll tone my mining rig down a bit.
1733  Bitcoin / Development & Technical Discussion / Re: Fastest way to execute a transaction? on: March 31, 2014, 06:36:52 PM
Found the solution, the code is simply not working. No really main reason, just check your code for any errors, run the script it is calling into, in the browser, and see if you get any errors, then fix them. Also I think my script still worked after it said that error, it still calls. Hope I could be of some help
1734  Bitcoin / Project Development / Re: [Announce] bitcoinmonitor.net - Free professional notification/payment service on: March 28, 2014, 09:10:57 PM
Hey,
I am using your website and it is absolutely AWESOME! I have a question though, I am making a php script that is using your website for notifications on payment, and how would i $_GET this information. I used to use blockchain http calling and it put the results in the URL, and I could easily use $_GET to get the data, but your POST posts in json, and getting doesn't work for me normally. How would I get things from your json post

It is a bit quirky with php to get the raw post data. It should work like this:
Code:
json_decode(file_get_contents('php://input'))
Yea I got it already. Maybe a couple more features would be nice, maybe some more documentation on how to use the data, and maybe put it in variables or something.
Thanks!
1735  Bitcoin / Project Development / Re: [Announce] bitcoinmonitor.net - Free professional notification/payment service on: March 27, 2014, 09:18:00 PM
Hey,
I am using your website and it is absolutely AWESOME! I have a question though, I am making a php script that is using your website for notifications on payment, and how would i $_GET this information. I used to use blockchain http calling and it put the results in the URL, and I could easily use $_GET to get the data, but your POST posts in json, and getting doesn't work for me normally. How would I get things from your json post
1736  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch on: March 27, 2014, 03:28:53 AM
Awesome, I will try this
1737  Bitcoin / Development & Technical Discussion / Re: Fastest way to execute a transaction? on: March 23, 2014, 11:21:55 PM
Hello all,

does anyone have an answer to that problem:

I'm trying to implement the Blockchain API. On their website https://blockchain.info/api/api_receive when I enter a Receiving Address and a Callback URL and then "Fire Test Callback" there always comes the red error mesage "Error Input String May Contain HTML". Why is that or what am I doing wrong?

Thanks for help!

Me too, I really need help on this. From what I understand there is something wrong with the code,
1738  Bitcoin / Development & Technical Discussion / Re: Fastest way to execute a transaction? on: March 21, 2014, 01:57:23 PM
Hi all,

I'm trying to implement the Blockchain API. On their website https://blockchain.info/api/api_receive when I enter a Receiving Address and a Callback URL and then "Fire Test Callback" there always comes the red error mesage "Error Input String May Contain HTML". Why is that or what am I doing wrong?

Thanks for help!

Gettin that also
1739  Economy / Web Wallets / Re: Blockchain API test returns error on: March 21, 2014, 01:56:35 PM
Getting that also
1740  Economy / Investor-based games / Re: Ponzimatic.net | 120% ponzi | The only ponzi with refunds! | Fast & automated on: March 21, 2014, 12:09:26 AM
To all the people saying its a scam, its not. Look at the public transaction records, and look at the people on this forum. There is so many proof that this is not a scam, and that this pays, in fact I have been paid myself. To all the people taking down these ponzu sites, mainly riverboatbtc, change your life goal to ruining people's ideas to actually something productive, and so something for society, instead of taking from it.
My 2 cents
Pages: « 1 ... 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 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!