0
0
Is there a sandbox in bitcoin for testing, so that i can create sample bitcoins with out mining and do transactions as a testing purpose.
update:
I checked this question: Mining on the testnet: how to configure bitcoin-qt?
I installed the software(bitcoin-qt) by following this link:
which are:
sudo apt-add-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoin-qt

Can i create
bitcoinswithoutmining?. if not then how to minebitcoinontestnet– suhailvs – 2013-11-30T07:37:51.440There are bitcoin "faucets" for testnet bitcoins. http://tpfaucet.appspot.com/
– Karel Bílek – 2013-11-30T08:39:59.860If you want to run
bitcoin/bitcoindwith testnet, just use-testnetflag. – Karel Bílek – 2013-11-30T08:54:09.167@KarelBílek thank you very much for your help. but still i have
0.00btc balance – suhailvs – 2013-11-30T09:16:34.213@KarelBílek in terminal i run
bitcoin-qt -testnet– suhailvs – 2013-11-30T09:18:21.610@KarelBílek the link tpfaucet.appspot.com worked fine. thank you very much... :))) – suhailvs – 2013-11-30T09:42:08.070
Is everything OK then? :) – Karel Bílek – 2013-11-30T10:19:46.293