Bitcoin Forum
May 25, 2024, 11:56:06 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]
221  Bitcoin / Development & Technical Discussion / Re: How to start wallet development? on: May 29, 2023, 01:00:28 PM
ehh, for the first wallet dev you just have to grip it and rip it. i learned all that stuff as i built it. its like anyhting else. one thing thats really good to know though... when you are sending/withdrawing btc, update your db table BEFORE you send and sign the transaction. Smiley
222  Bitcoin / Development & Technical Discussion / Re: How to start wallet development? on: May 26, 2023, 11:14:13 PM
i would say use electrum's jsonrpc. it was my first setup...
if on linux- just apt install electrum, launch daemon and read the docs for setting up a wallet.
i personally don't have my webserver on the same box as my wallets, so i used stunnel4 (client-webserver, server-wallet server) on both boxes to make the call from webserver to wallet server.. since standard rpc calls are cleartext, and if you're sending or signing a transaction you'll be passing your wallet password in the call. it's really just meant for localhost setups.

if you are using php, i can give you some basic code examples; check balace, etc.

it actually took me a super long time building my first site that had deposit/withdraws. speaking of which, for accepting payments blockonomics.co is great. just signup and add your xpub key and you're off.

again, if you need any help lmk.

DEWEZ
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!