Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Ahmadn111 on September 08, 2022, 11:14:21 PM



Title: Call and sync your Bitcoin Core wallet
Post by: Ahmadn111 on September 08, 2022, 11:14:21 PM
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.


Title: Re: Call and sync your Bitcoin Core wallet
Post by: jackg on September 08, 2022, 11:23:23 PM
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?


Title: Re: Call and sync your Bitcoin Core wallet
Post by: Ahmadn111 on September 08, 2022, 11:35:17 PM
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?


Title: Re: Call and sync your Bitcoin Core wallet
Post by: Ahmadn111 on September 08, 2022, 11:41:33 PM
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?


Title: Re: Call and sync your Bitcoin Core wallet
Post by: BitMaxz on September 08, 2022, 11:48:59 PM
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


Title: Re: Call and sync your Bitcoin Core wallet
Post by: nc50lc on September 09, 2022, 04:34:44 AM
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.


Title: Re: Call and sync your Bitcoin Core wallet
Post by: Ahmadn111 on September 10, 2022, 11:45:50 PM
Thank you for your efforts.  Dear, would you allow me to send you a personal message?