Author

Topic: Call and sync your Bitcoin Core wallet (Read 107 times)

newbie
Activity: 10
Merit: 2
September 10, 2022, 07:45:50 PM
#7
Thank you for your efforts.  Dear, would you allow me to send you a personal message?
legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
September 09, 2022, 12: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.
legendary
Activity: 3304
Merit: 3037
BTC price road to $80k
September 08, 2022, 07: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
newbie
Activity: 10
Merit: 2
September 08, 2022, 07: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?
newbie
Activity: 10
Merit: 2
September 08, 2022, 07:35:17 PM
#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?
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
September 08, 2022, 07: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?
newbie
Activity: 10
Merit: 2
September 08, 2022, 07: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.
Jump to: