Bitcoin Forum
May 28, 2024, 05:23:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Tracking bitcoin payment  (Read 238 times)
codycorn (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 13, 2019, 10: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.
TryNinja
Legendary
*
Offline Offline

Activity: 2842
Merit: 7103


Crypto Swap Exchange


View Profile WWW
April 13, 2019, 01:23:08 PM
Merited by Welsh (6), ABCbits (1)
 #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

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
joniboini
Legendary
*
Offline Offline

Activity: 2198
Merit: 1793



View Profile WWW
April 14, 2019, 02:58:38 AM
 #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).

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
crossabdd
Legendary
*
Offline Offline

Activity: 1316
Merit: 1145


View Profile
April 19, 2019, 10: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
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!