Bitcoin Forum
May 06, 2024, 09:08:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Is there a api I can use to generate address's?  (Read 158 times)
bitsnack (OP)
Copper Member
Member
**
Offline Offline

Activity: 60
Merit: 11


View Profile
August 23, 2018, 06:18:39 PM
 #1

Hi.

I am making a microwallet, and I am looking for a API or something that I can use in PHP to generate address and send transactions.

Thank you very much.


( Also if you know one for altcoins, please tell me Cheesy )
1715029687
Hero Member
*
Offline Offline

Posts: 1715029687

View Profile Personal Message (Offline)

Ignore
1715029687
Reply with quote  #2

1715029687
Report to moderator
1715029687
Hero Member
*
Offline Offline

Posts: 1715029687

View Profile Personal Message (Offline)

Ignore
1715029687
Reply with quote  #2

1715029687
Report to moderator
1715029687
Hero Member
*
Offline Offline

Posts: 1715029687

View Profile Personal Message (Offline)

Ignore
1715029687
Reply with quote  #2

1715029687
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715029687
Hero Member
*
Offline Offline

Posts: 1715029687

View Profile Personal Message (Offline)

Ignore
1715029687
Reply with quote  #2

1715029687
Report to moderator
AdolfinWolf
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
August 23, 2018, 06:34:29 PM
 #2

Hi.

I am making a microwallet, and I am looking for a API or something that I can use in PHP to generate address and send transactions.

Thank you very much.


( Also if you know one for altcoins, please tell me Cheesy )

I know of the blockchain.com API, see https://github.com/blockchain/api-v1-client-php

You can create adresses & make transactions etcetera. But i'm not really a big fan of Blockchain.com, (Due to you not being able to see your private keys directly, and them storing your keys (albeit encrypted))

which is why i'd recommend you to maybe use something like this? http://docs.electrum.org/en/latest/merchant.html It might be a bit harder to install, but definitely worth it imo.

OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3472
Merit: 6125



View Profile
August 24, 2018, 11:45:42 AM
 #3

I think it would be better for you to run your own nodes and do all this yourself instead of using an external API.

Either way, for generating addresses, It's not an API that you could just call but it's open source: https://walletgenerator.net/ (you can select the coin).

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
August 24, 2018, 12:41:47 PM
 #4

~snip

Bitaddress.org have open source php to generate wallet addresses.

Coinomi also have an open source bip 39 seed generator also for segwit and legacy addresses. https://www.coinomi.com/recovery-phrase-tool.html, you could probably copy their code and use some of that.
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!