Author

Topic: Is it possible Desktop wallet (Transactions info ) insert into database(MySQL) (Read 182 times)

legendary
Activity: 3472
Merit: 4794
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
newbie
Activity: 3
Merit: 0
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
Jump to: