Is there a sandbox in bitcoin for testing?

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

suhailvs

Posted 2013-11-30T04:59:55.697

Reputation: 123

Answers

2

You can use testnet, it is a separate chain: https://en.bitcoin.it/wiki/Testnet

DAC

Posted 2013-11-30T04:59:55.697

Reputation: 308

Can i create bitcoins without mining?. if not then how to mine bitcoin on testnetsuhailvs 2013-11-30T07:37:51.440

There are bitcoin "faucets" for testnet bitcoins. http://tpfaucet.appspot.com/

Karel Bílek 2013-11-30T08:39:59.860

If you want to run bitcoin/bitcoind with testnet, just use -testnet flag.Karel Bílek 2013-11-30T08:54:09.167

@KarelBílek thank you very much for your help. but still i have 0.00 btc balancesuhailvs 2013-11-30T09:16:34.213

@KarelBílek in terminal i run bitcoin-qt -testnetsuhailvs 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

2

first install the software(bitcoin-qt) by following the steps:

sudo apt-add-repository ppa:bitcoin/bitcoin    
sudo apt-get update    
sudo apt-get install bitcoin-qt

run:

bitcoin-qt -testnet

bitcoin-qt testnet

click on the Receive button in the screenshot to get the address

go to link http://tpfaucet.appspot.com/ and give the address to get testnet bitcoins.

suhailvs

Posted 2013-11-30T04:59:55.697

Reputation: 123