Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: zu007 on May 06, 2018, 08:41:39 AM



Title: Is it possible Desktop wallet (Transactions info ) insert into database(MySQL)
Post by: zu007 on May 06, 2018, 08:41:39 AM
I've have question every where search at the end i'm here..
As we using desktop wallet on our system.where we are manu perform these actions.
Add New Address,Send Coin etc
Q1: How can new address without clicking New address in desktop wallet.Only use Cron Job (if the database  table field is set {no_of_address:10}).
Q2: How to Run Cron jobs for sending coins.Cron info in remote database.Coin send viva Desktop Wallet
Q3: How to Update address Balance in database When receive a transaction On one address desktop wallet
if want perform these task in any language Python,JS etc
Hint: Trading Plateform.Binance,Cryptopia e.g


Title: Re: Is it possible Desktop wallet (Transactions info ) insert into database(MySQL)
Post by: DannyHamilton on May 06, 2018, 04:22:51 PM
Q1: How can new address without clicking New address in desktop wallet.Only use Cron Job (if the database  table field is set {no_of_address:10})
Hint: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
Code:
getnewaddress

Q2: How to Run Cron jobs for sending coins.Cron info in remote database.Coin send viva Desktop Wallet
Hint: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
Code:
sendtoaddress


Q3: How to Update address Balance in database When receive a transaction On one address desktop wallet
Hint: https://en.bitcoin.it/wiki/Running_Bitcoin
Code:
blocknotify
walletnotify
alertnotify