Bitcoin Forum
May 26, 2024, 04:48:15 PM *
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 ... 109 »
301  Economy / Micro Earnings / Re: Open Sourced Faucet with Dice Script on: November 26, 2015, 12:41:11 AM
looks great Smiley

when i try to import database i get syntax error, importing trough phpmyadmin,
character set: utf-8
partial import: unchecked
format: SQL
SQL compatibility mode:  NONE
Do not use AUTO_INCREMENT for zero values: unchecked

Code:
Error

SQL query:

------------------------------------------------------ --
--
-- Table structure for table `faucetbox`
--
CREATE TABLE IF NOT EXISTS `faucetbox` (
`count` int( 60 ) NOT NULL AUTO_INCREMENT ,
`addy` varchar( 100 ) NOT NULL ,
`time` int( 50 ) NOT NULL ,
`bbb` int( 12 ) NOT NULL ,
`ipp` varchar( 100 ) NOT NULL ,
`reefer` varchar( 100 ) NOT NULL ,
PRIMARY KEY ( `count` ) ,
UNIQUE KEY `addy` ( `addy` , `ipp` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =1574;

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '--------------------------------------------------------

--
-- Table structure ' at line 1


how to install script into domain's root directory? Thank you

Thanks, there was a dumb error on my part. I tested it and it now imports fine.  I have updated the repo on github.

Charset.. UTF-8
Format.. SQL
Compatibility mode.. None
Do not allow auto increment for zero values.. CHECKED
302  Economy / Micro Earnings / Open Sourced Faucet with Dice Script on: November 25, 2015, 06:35:09 AM
https://github.com/coinables/Bitcoin-Faucet-Dice-Faucet-Box

Site and code is now open to anyone who wishes to clone/fork or whatever.

Faucet+Dice is a bitcoin faucet that also has a fully functional dice game where users can play with their earnings.
Site is PHP and Javascript.
Payouts are managed with faucetbox.
Anti-bot is with funcaptcha Google's reCaptcha.

Live Example:  https://coinables.website/faucetbox

303  Economy / Services / Re: [WTB] Teach me to manually create an OP_RETURN tx on: November 25, 2015, 03:15:57 AM
Hey luv2drnkbr,

thanks for the follow up! I kinda feel bad for "getting paid" for this kind of information, because I believe it serves the greater good, but you may use 1BzW1ETp2qZsi6ogAufmGsadnQzJcmVXet.

Thanks a lot! Smiley

And please let me know, if any step is unclear or needs to be refined.

As a related note:

The RPC "createrawtransaction" of Bitcoin Core 0.12 will be extended, and directly supports to create OP_RETURN transactions as follows:

Code:
bitcoin-cli "createrawtransaction" '[{"txid":"hash","vout":n}, ...] '{"data": "0123..."}'

Could you do an example for what would be entered for "data" and "0123...."?  It looks like the same format for a receiving address as a raw transaction.

Code:
createrawtransaction '[{"txid":"","vout":}]' '{"receive_address":0.0008}'

So instead of entering a receiving address and an amount one would enter '{"data":40_bytes}' ?
304  Bitcoin / Project Development / Safely Generate Your Keys Offline w/ Physical Entropy Kits on: November 14, 2015, 10:55:55 PM
[removed]
305  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: November 06, 2015, 03:16:01 AM
Classic bouncing off the T-line while we ride the upper bands. Good time to buy back in ladies.

306  Economy / Service Announcements / Re: Cryptosteel: The Ultimate Cold Wallet Private Key Storage System on: November 06, 2015, 03:09:26 AM
Thanks for continuing to post updates. Keep it up guys!
307  Economy / Speculation / Re: Permabull Party Thread on: November 04, 2015, 04:18:18 AM
Now is the time to resurrect this thread.
308  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: November 04, 2015, 04:15:03 AM
This is insane!! I can't stop watching the charts.
309  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: November 04, 2015, 03:41:32 AM
FOMO is powerful! Better get on the train!

310  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: November 04, 2015, 02:27:49 AM
I am officially happy, as the bears have been fucked for the first time in nearly two years.



Look at the huge uptick on the 29th where bears(or a bear whale) shorted at $320. A very similar move in the opposite direction happened earlier today. Looks to me like a certain bear whale just got pwned by the mega bull rally.  Cheesy Cheesy Cheesy Cheesy Cheesy
311  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: November 04, 2015, 02:15:52 AM
this may turn into the fomo of the century..   Shocked

With the greater awareness there is about bitcoin this go around I think you could be very right. I thought we were going to go sideways in the mid 300's... wasn't expecting such a huge breakout.
312  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: November 03, 2015, 01:17:12 PM
313  Bitcoin / Project Development / Re: Verify a signed message in PHP. Without downloading anything on: October 18, 2015, 05:29:36 PM
Gotta love it here, it's become as toxic as a children playground! You all need to grow up.
A newb posts a how-to with good intentions to educate or help others. What's the response? BC.info sucks, why are you using API, you should do it with this library instead, you should host a full node on your server and do JSON RPC, etc. 
Who cares what you think about BC.info and their wallet service? He's not telling anyone to store coins there. Their API is a free service that is actually useful, but you all like to take the popular choice that BC.info sucks, no matter the usage or implementation.

It's easy to be a critic. Why you don't you create your own how to's or tutorials?
I don't know if you're hating on me, but I didn't say to anyone to use that wallet. It's required to log onto the RPC Server

Not at all, I was hating on all the others that were bashing your tutorial. I sent you a tip.
314  Bitcoin / Project Development / Re: Verify a signed message in PHP. Without downloading anything on: October 18, 2015, 04:02:45 PM
Gotta love it here, it's become as toxic as a children playground! You all need to grow up.
A newb posts a how-to with good intentions to educate or help others. What's the response? BC.info sucks, why are you using API, you should do it with this library instead, you should host a full node on your server and do JSON RPC, etc. 
Who cares what you think about BC.info and their wallet service? He's not telling anyone to store coins there. Their API is a free service that is actually useful, but you all like to take the popular choice that BC.info sucks, no matter the usage or implementation.

It's easy to be a critic. Why you don't you create your own how to's or tutorials?
315  Economy / Speculation / Re: How much do you think 1 Bitcoin will be worth in 2020? on: October 11, 2015, 03:58:25 AM
I am not agree with price like $10K, or $100K but IMO we can see price ranging $1500-2500 in year 2020

You never know, there could be some sort of tipping point event that causes a mass influx of new users. In one year we could go from $300 to $30,000 if demand suddenly sky rockets. I really don't expect a steady gradual rise. I expect a violent movement caused by FOMO.
316  Other / Beginners & Help / Re: What stops people creating the same bitcoin address? on: October 11, 2015, 03:54:46 AM
When a new address is generated it checks that it has not been used earlier in bitcoin network.

317  Economy / Auctions / Re: Top Performing Faucet (DailySatoshis.com) Domain + Script + DB on: October 08, 2015, 09:48:28 PM
Hotswap wins with 0.25 btc
318  Economy / Service Announcements / Re: [ANN] 1Broker.com - Trade forex, indices, stocks and commodities on: October 08, 2015, 01:25:10 AM
Heard about this site for a long time.
Just signed up today, and I'm loving this place!
The interface is super easy to use and I love trading with the real market. Have done some stocks, commodities and forex. Very addicting!
Love this site!
319  Other / Beginners & Help / Re: What stops people creating the same bitcoin address? on: October 07, 2015, 05:19:27 AM
Very very large numbers prevent address collisions.
It really is difficult to comprehend how large these numbers are, and I'm not insulting you when I say comprehend, it's difficult for everyone. Once you go over a million it's hard for the mind to comprehend the effort needed to increase to the next order of magnitude.  The number of possible addresses is 2^160 or 1.4 quindecillion (http://www.wolframalpha.com/input/?i=2%5E160). For a perspective, if you assume a grain of sand has an average size and you calculate how many grains are in a teaspoon and then multiply by all the beaches and deserts in the world, the Earth has roughly seven quintillion grains of sand.

1400000000000000000000000000000000000000000000000 BTC addresses
7000000000000000000 grains of sand

The possibility of two of the same addresses being generated is nearly impossible since the pool is so large.
320  Economy / Gambling / Re: Challenge: What's the best way to win 1 BTC with 1 BTC? on: October 07, 2015, 04:58:32 AM
Wait for a decent price move with momentum and bet 1 BTC on secondstrade binary options. I've been having pretty good luck lately playing with the binary trading. I haven't bet a whole BTC though, I'm not a highroller  Wink Better than just random luck with dice in my opinion.
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 ... 109 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!