Bitcoin Forum
May 04, 2024, 10:54:12 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 »
301  Bitcoin / Development & Technical Discussion / Re: Bitnoind- PHP user handling. on: January 25, 2014, 11:51:15 AM
Thanks for the response mate!

1. So you are suggesting, I generate different addresses for the same user everytime he wants to deposit bitcoin in my web app? Is there a reason for that (security may be?) why can't he just deposit how ever much bitcoin he wants in his generated address, and I keep deducting the right amount whenever he makes a purchase. That seems less complicated, doesn't it?

3. Thanks!

4. Thought so!

5. I will have to play with it before I screw up with real money

6. Ah thank you!  - but the moment I use move between two wallets ...doesn't that become "one the blockchain" so to speak? not that it is terribly important for me to be offchain.


Ref point number 1 if this is the first time user purchasing something then generate a new address and save that address in database corresponding to his username, he comes back to make another purchase check the database if that username have any bitcoin address allocated to him if yes show him the same address otherwise generate a new one.

P.S wheres the point not 2 Huh Do you count like 1,3,4,5,6,7, and so on ?
302  Local / Other languages/locations / South Africa on: January 24, 2014, 02:29:07 PM
Is there anyone from South Africa who can help my friend buy Bitcoins ? If not Bitcoins then may be EgoPay or Perfect Money or OKPay ? My friend is located in Cape Town
303  Alternate cryptocurrencies / Altcoin Discussion / SCRYPT Mining contract ? on: January 24, 2014, 01:29:11 PM
Is there any website where I can rent scrypt mining rigs ?
304  Alternate cryptocurrencies / Altcoin Discussion / Re: 100 Dogecoins each GIVE-A-WAY on: January 24, 2014, 09:00:43 AM
Sent to everyone enjoy Smiley
305  Bitcoin / Bitcoin Technical Support / Re: Questions on how to start on: January 23, 2014, 02:58:27 PM
Are you drunk or something ? Please define which program you are talking about ? And if a computer never goes online how you will download the blockchain? If you do not have updated blockchain you wont be able to receive.
306  Bitcoin / Bitcoin Technical Support / Re: Blockchain download in Ubuntu 12.04 horrendous on: January 23, 2014, 02:43:26 PM
I have a database(of bitcoin) update till 280000 block if you want that I can share. It took me 36 hours to download blockchain of dogecoin on my windows with 7.2 Mbps connection
307  Bitcoin / Development & Technical Discussion / Re: [Step by step] Integrating Bitcoin Daemon with PHP on: January 22, 2014, 08:50:55 PM
Bump
308  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [ANN]{OpenEx} Relaunched! on: January 22, 2014, 07:04:14 PM
I love the site already wish you good luck in future Smiley
309  Alternate cryptocurrencies / Altcoin Discussion / Block eruptors for SCRYPT ? on: January 22, 2014, 06:38:12 PM
How about mining Altcoins with block eruptors and from where I will buy them ?
310  Alternate cryptocurrencies / Altcoin Discussion / Re: 100 Dogecoins each GIVE-A-WAY on: January 21, 2014, 07:24:08 PM
Bump
311  Alternate cryptocurrencies / Altcoin Discussion / Re: Dogecoin giveaway by DOGEPOOL.NET get up to 3100 DOGE for free ! [DOGEPOOL.NET] on: January 21, 2014, 06:29:03 PM
DKkpf7KkTyWioh1BZycjm9H9Vb2D6g4vLg


i do not have good hardware otherwise I would have mined on your pool
312  Alternate cryptocurrencies / Altcoin Discussion / Where to sell kittehcoin ?? on: January 21, 2014, 06:27:26 PM
I want to sell kittehcoin but where ?
313  Alternate cryptocurrencies / Altcoin Discussion / Re: How about trading ALTCoins against USD? on: January 21, 2014, 06:10:05 PM
Only one exchange for ALTCoin to USD
314  Alternate cryptocurrencies / Altcoin Discussion / How about trading ALTCoins against USD? on: January 21, 2014, 05:33:16 PM
There is no exchange where you can trade Alt coins against USD is it ? If there comes one what will be the rate of success ?
315  Bitcoin / Development & Technical Discussion / Anyone want to team up for Bitcoin Exchange? on: January 20, 2014, 09:16:24 PM
I am looking for a partner to team up with in a bitcoin exchange project I am ready to invest money plus I will also help with the development. What I am looking for is a partner with strong knowledge in PHP. I may give you royalty for lifetime. Rest details through PM or Skype
316  Other / Meta / Re: Why does it say I'm a newbie? on: January 20, 2014, 07:25:48 PM
Because you are a newbie and the forum software detected that you are a newbie Tongue
317  Bitcoin / Bitcoin Technical Support / can I have your blk0001.dat on: January 20, 2014, 07:01:36 PM
If you are running Dogecoin-QT on windows and synced with the network can you give me a copy of your blk0001.dat file I am syncing my QT since morning it took a lot of internet bandwidth and still I am 22000+ block behind. blk0001.dat file does not have any of your wallet information and sharing it is not a security breach in any way. The file is found by running %appdata% and then navigating to dogecoin folder (on windows Cool
318  Alternate cryptocurrencies / Mining (Altcoins) / Re: CGMINER problems over LINUX on: January 20, 2014, 01:17:24 PM
make a swap file:
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile
install git
sudo apt-get install git
clone gpu miner
git clone https://github.com/pooler/cpuminer.git
compile the source code
sudo apt-get install build-essential libcurl4-openssl-dev automake make

cd cpuminer

#Basic *nix build instructions:
./autogen.sh    # only needed if building from git repo (which we are)
CFLAGS="-O3 -Wall -msse2" ./configure
make

./minerd --url http://whatever.poolyouwant.com:Port/ --userpass 
USERNAME:password

319  Bitcoin / Development & Technical Discussion / Re: PHP, jsonRPClient, bitcoind - Not able to pass multiple parameters on: January 15, 2014, 10:11:59 AM
Did you restart bitcoin daemon after making changes? Nothing will be effected until you restart bitcoind
320  Bitcoin / Development & Technical Discussion / Re: Problems running bitcoind -daemon on: January 15, 2014, 03:33:01 AM
If this is still not solved try this in your bitcoin.conf file

server=1
daemon=1
rpcuser=any_username
rpcpassword=any_password

if connecting through remote host ad these lines

rpcallowip=<remote_ip>
rpctimeout=30

save bitcoin.conf and exit

stop bitcoind by bitcoind stop and start it again by bitcoind start
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!