Title: Where to get bitcoin testnet coins? 1BTC amount Post by: ekiro on October 23, 2024, 02:34:52 PM Any suggestions where I can get at least 1BTC of test net coins?
Title: Re: Where to get bitcoin testnet coins? 1BTC amount Post by: BlackHatCoiner on October 23, 2024, 03:50:21 PM What kind of testnet coins? Testnet3 or testnet4? In testnet4 I have plenty, but not in testnet3. Is there any particular reason why you would want 1 tBTC, when for most purposes, 0.01 is enough?
Testnet4 faucet: https://mempool.space/testnet4/faucet. Testnet3 faucet: https://bitcointalk.org/index.php?topic=5359454.0. Title: Re: Where to get bitcoin testnet coins? 1BTC amount Post by: garlonicon on October 23, 2024, 04:31:08 PM Meanwhile in testnet3: https://mempool.space/testnet/address/tb1pfees9rn5nz
Title: Re: Where to get bitcoin testnet coins? 1BTC amount Post by: bulleteyedk on October 24, 2024, 09:31:57 AM I have a bit of testnet4 coins, drop your address and i'll send a few coins
Title: Re: Where to get bitcoin testnet coins? 1BTC amount Post by: pooya87 on October 25, 2024, 03:25:53 AM Download bitcoin core if you haven't already and run it using `-regtest` then use the generatetoaddress command to generate as many blocks as you want (generate at least 101 blocks so that the reward of first block is mature enough to spend) and then use the "unlimited" number of coins you have at your disposal to do any tests you want.
Mining 100 blocks on regtest takes a second because of the low difficulty that never changes. Code: generatetoaddress <number of blocks> <youraddress> https://developer.bitcoin.org/examples/testing.html#regtest-mode https://gist.github.com/System-Glitch/cb4e87bf1ae3fec9925725bb3ebe223a |