I'm sure this has been answered somewhere but I can't find it.
I am new to bitcoin and am setting up a bitcoin payment flow for a friend's e-commerce site. I found testnet in a box and am going to play with that. I also found the information on how to set up a url that causes a bitcoin payment(i.e.
https://github.com/bitcoin/bips/blob/master/bip-0021.mediawiki) to be made. What I can't find is how to do this with testnet coins so I can experiment and test the payment flow before trying to go live with actual bitcoins.
So if anyone can point me to the relevant page I would appreciate it.
Alternatively if I am going about this all wrong a pointer to the right direction would be a big help.
Here's where you can get started:
https://en.bitcoin.it/wiki/TestnetThe main crux is that you start bitcoind on a different port and connect to a different network. The -testnet flag does this for you. I've run some things on testnet in the past, there are faucets that give out testnet coins so that you can have some fundage to test your programs. Good luck!