Bitcoin Forum
May 30, 2024, 10:59:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Call and sync your Bitcoin Core wallet  (Read 107 times)
Ahmadn111 (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 2


View Profile
September 08, 2022, 11:14:21 PM
 #1

Hi.  I want a small favor.  I have a desktop application.  I want to sync and recall my Bitcoin Core wallet with this app.  I have downloaded and installed full node 22.0.0.  Windows.  The application is in C# language.  What do I need to put in the application in order for the Bitcoin Core wallet to be called.  I will be thanking you.
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
September 08, 2022, 11:23:23 PM
 #2

What's in the c# code, what have you downloaded and where has it come from?

The main bitcoin source code is written in c++/c, are you looking to build an api that interacts with bitcoin core via a program you make yourself or do you want something else?
Ahmadn111 (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 2


View Profile
September 08, 2022, 11:35:17 PM
Merited by LFC_Bitcoin (1)
 #3

I downloaded Bitcoin Core from the original site.  As for the app I have, it's a special app I made in C#.  Exactly what I want is to connect to my Bitcoin Core wallet and sync it with the app when I want to.  Do I add a summons in the application or what should I do?
Ahmadn111 (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 2


View Profile
September 08, 2022, 11:41:33 PM
 #4

Found this library of documents.  https://en.bitcoin.it/wiki/API_reference_(JSON-RPC).  Is it enough that I choose the appropriate language and put it in the application?  Or are there other steps?
BitMaxz
Legendary
*
Offline Offline

Activity: 3276
Merit: 2987


BTC price road to $80k


View Profile WWW
September 08, 2022, 11:48:59 PM
 #5

Found this library of documents.  https://en.bitcoin.it/wiki/API_reference_(JSON-RPC).  Is it enough that I choose the appropriate language and put it in the application?  Or are there other steps?

What exactly do you want to achieve?
You can use RPC commands if you are building software or something with c# you can check all RPC commands here https://developer.bitcoin.org/reference/rpc/

For more technical knowledge about Bitcoin or building your own software with full node then check this link below it includes c# libraries and guides.

- https://github.com/yjjnls/awesome-blockchain

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
nc50lc
Legendary
*
Online Online

Activity: 2422
Merit: 5658


Self-proclaimed Genius


View Profile
September 09, 2022, 04:34:44 AM
 #6

Found this library of documents.  https://en.bitcoin.it/wiki/API_reference_(JSON-RPC).  Is it enough that I choose the appropriate language and put it in the application?  Or are there other steps?
-snip- Do I add a summons in the application or what should I do?
Basically, running Bitcoin Core through the app is the issue?
If so, you should find a way to start "bitcoind" which is in the "daemon" folder where bitcoin-qt is located.
Then you can now use RPC.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Ahmadn111 (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 2


View Profile
September 10, 2022, 11:45:50 PM
 #7

Thank you for your efforts.  Dear, would you allow me to send you a personal message?
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!