Bitcoin Forum
May 06, 2024, 07:31:01 PM *
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 171 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
1715023861
Hero Member
*
Offline Offline

Posts: 1715023861

View Profile Personal Message (Offline)

Ignore
1715023861
Reply with quote  #2

1715023861
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715023861
Hero Member
*
Offline Offline

Posts: 1715023861

View Profile Personal Message (Offline)

Ignore
1715023861
Reply with quote  #2

1715023861
Report to moderator
1715023861
Hero Member
*
Offline Offline

Posts: 1715023861

View Profile Personal Message (Offline)

Ignore
1715023861
Reply with quote  #2

1715023861
Report to moderator
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4616



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!