Author

Topic: Tracking bitcoin payment (Read 238 times)

legendary
Activity: 1316
Merit: 1145
April 19, 2019, 06:49:06 PM
#4
its should be diffirent for each member,  like trading account member will be deposit  to his spesific address.
im running bitcoin node and im learning at bitcoin api too, in rpc api bitcoin you can use bitcoin-cli getnewaddress (label).  learning more about api here
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
legendary
Activity: 2142
Merit: 1785
April 13, 2019, 10:58:38 PM
#3
This feature is not exclusively available on this forum though. You can see more or less the same thing on an e-commerce website that accepts Bitcoin, or some services like Mega.Nz.

You can read further about those from a site like https://ecommerceguide.com/guides/bitcoin-ecommerce/. If you want to learn the code, maybe looking at BitPay GitHub could help you (https://github.com/bitpay).
legendary
Activity: 2758
Merit: 6830
April 13, 2019, 09:23:08 AM
#2
1. Every user has an unique address.
2. Check balance of the address. If balance < copper price: missing (copper price - balance).
3. It’s probably a script on the forum’s backend. It’s not hard. You can make your wallet call a function when receiving a transaction, which will compare the amount with the fixed price of the copper upgrade. If it’s equal or higher, sets your account rank to Copper Member.

You could probably use something like WalletNotify for that: https://github.com/damonp/walletnotify
newbie
Activity: 9
Merit: 0
April 13, 2019, 06:22:25 AM
#1
 I recently paid to become copper member for an account. I paid only half of BTC to the shown address for my account. After some time it displays that I need to pay more to be a copper member. So i sent the remaining BTC to the same account and become the copper member. So my question is

  • Is the address shown to sent BTC is specific to my account only, if so all bitcointalk accounts has a specific BTC address associated to it ?
  • How they track that I have not paid full BTC to become a copper member ?
  • Where all this payment code logic stays and how it functiions ?

I want to kow how all this works.
It will be helpful ,if anyone mention any links or any source about this payment working nature.
Jump to: