Create 215.md

This commit is contained in:
wakgill
2021-01-09 12:24:08 -06:00
committed by GitHub
parent 5f6b7ddf0e
commit 387d4378a1
+26
View File
@@ -0,0 +1,26 @@
---
layout: forum
title: 'Re: Source code documentation'
grand_parent: Forum Posts
parent: Bitcoin Forum
nav_order: 215
date: 2010-07-16 17:15:47 UTC
original: https://bitcointalk.org/index.php?topic=393.msg3534#msg3534
---
# Re: Source code documentation
---
```
Re: Source code documentation
July 16, 2010, 05:15:47 PM
It's in init.cpp.
It's a wxWidgets app, so it doesn't have a main() function. It may in a little while, since I'm pretty close to making bitcoind build w/o wxBase. (it'll be in init.cpp)
Sorry about my choice of the filename "main.cpp", another possible name would have been "core.cpp". It's much too late to change. I still prefer main.cpp.
We're still in great need of sample code showing the recommended way to use the JSON-RPC functions, like for a basic account system on a typical storefront website. Using getreceivedbylabel using the username as the label, changing to a new bitcoin address once the stored one for that account gets used. I posted a sample code fragment on the forum somewhere. (search on getreceivedbylabel or getnewaddress) The sample code could be a plain vanilla bank site where you can deposit and send payments.
```