Bitcoin Forum
May 27, 2024, 01:46:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Is it possible Desktop wallet (Transactions info ) insert into database(MySQL)  (Read 172 times)
zu007 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 06, 2018, 08:41:39 AM
Last edit: May 06, 2018, 12:43:51 PM by zu007
 #1

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
DannyHamilton
Legendary
*
Offline Offline

Activity: 3402
Merit: 4656



View Profile
May 06, 2018, 04:22:51 PM
 #2

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
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!