Bitcoin Forum
May 04, 2024, 02:15:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: PHP create bitcoin address  (Read 1092 times)
robert4u (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile WWW
June 12, 2017, 01:52:36 AM
 #1

Can you people guide me how can I create bitcoin address in php?
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714788939
Hero Member
*
Offline Offline

Posts: 1714788939

View Profile Personal Message (Offline)

Ignore
1714788939
Reply with quote  #2

1714788939
Report to moderator
1714788939
Hero Member
*
Offline Offline

Posts: 1714788939

View Profile Personal Message (Offline)

Ignore
1714788939
Reply with quote  #2

1714788939
Report to moderator
vh
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
June 12, 2017, 03:06:44 AM
 #2

Check out the Bit-Wasp library from https://github.com/Bit-Wasp/bitcoin-php.
The Factory class BitWasp\Bitcoin\Key\PrivateKeyFactory should get you there.

ImHash
Hero Member
*****
Offline Offline

Activity: 924
Merit: 506


View Profile
June 12, 2017, 05:46:25 AM
 #3

Can you people guide me how can I create bitcoin address in php?
What is the reason that you'd like to generate addresses using PHP? do you think it'll make any difference if you download HTML and run it locally on your browser like downloading this one address generator which is a fork of bitaddress.org?
judgecrypto
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
June 12, 2017, 07:51:04 AM
 #4

Can you people guide me how can I create bitcoin address in php?

I am having a feeling that you need to ingrate btc payment gateway into your website unless you tell us what you need it for ?

You can find a lot of bitcoin address in php codes at https://blockchain.info/api

Best of luck.
boy130
Sr. Member
****
Offline Offline

Activity: 616
Merit: 263



View Profile
June 12, 2017, 07:35:07 PM
 #5

For creating bitcoin address with PHP you can use 2 ways:

1 way (easy) is to use API's from 3rd wallet providers like blocktrail.com etc.

2 way (hard) is to install bitcoin node on your VPS and use any PHP RPC client for managing it.

I recommend first way if you are new in bitcoin, php, server configuration etc.
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
June 14, 2017, 03:39:38 PM
 #6

Can you people guide me how can I create bitcoin address in php?

You can use this as a starting point;

https://github.com/shayanb/Bitcoin-PoS-PHP

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
robert4u (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile WWW
June 29, 2017, 04:34:25 PM
 #7

Thank you guys for all the inputs, I will definitely try them.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!