Bitcoin Forum
June 24, 2024, 12:50:08 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Who mines the testnet blockchain?  (Read 485 times)
cellard (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1252


View Profile
December 10, 2017, 12:12:57 AM
 #1

Lately I have (for the first time ever) been putting some time into syncing the testnet blockchain to practice rawtransaction crafting to set up a cold storage bitcoin core installation into an airgapped linux laptop... whatever, my question is.. who the hell bothers mining a blockchain with fake bitcoins? I mean, it's a real blockchain with real blocks and real transactions right? but the tokens are worthless... so who is maintaining a worthless blockchain?

Also, anyone knows the EXACT testnet current blockchain size? where do I look at this?
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
December 10, 2017, 06:49:34 AM
 #2

Also, anyone knows the EXACT testnet current blockchain size? where do I look at this?
Anyone of the block explorers which support TestNet... like blockcypher... https://live.blockcypher.com/btc-testnet/

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
jnano
Member
**
Offline Offline

Activity: 301
Merit: 74


View Profile
December 10, 2017, 07:24:18 AM
 #3

The difficulty is much lower.

Apparently the highest difficulty in recent months was equivalent to the mainnet in April 2013, but usually it's more like 2012, or nothing.

cellard (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1252


View Profile
December 10, 2017, 04:18:05 PM
 #4

Also, anyone knows the EXACT testnet current blockchain size? where do I look at this?
Anyone of the block explorers which support TestNet... like blockcypher... https://live.blockcypher.com/btc-testnet/


Yes I've already bookmarked this site for when I have my 2 testnet nodes setup ready to test around with raw transactions and see if I do it correctly, but I can't see a graph of the actual blockchain size. Something like this:

https://blockchain.info/en/charts/blocks-size

but for the testnet.

As of right now, it's downloading really fast. Yesterday it was so slow... download speeds is so random with Bitcoin Core for some reason. Yesterday it said "2% hourly increment". Now at current speeds, im making %30 hourly increments, so I will have it downloaded in 2 hours. I guess it depends on how lucky you are to catch a fast node.
jnano
Member
**
Offline Offline

Activity: 301
Merit: 74


View Profile
December 10, 2017, 07:13:05 PM
Last edit: December 11, 2017, 03:19:57 AM by jnano
 #5

As of right now, it's downloading really fast. Yesterday it was so slow... download speeds is so random with Bitcoin Core for some reason.
Maybe HDD access is the bottleneck? My mainnet sync speed varied by a factor of 10, likely due to Core's inefficient memory caching.
cellard (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1252


View Profile
December 11, 2017, 04:34:58 PM
 #6

As of right now, it's downloading really fast. Yesterday it was so slow... download speeds is so random with Bitcoin Core for some reason.
Maybe HDD access is the bottleneck? My mainnet sync speed varied by a factor of 10, likely due to Core's inefficient memory caching.


But why would the speed be random due using HDD? according to the network activity, it just stops downloading, there are huge gaps of no activity in the network window, I mean you get these big green lines when it goes fast, then it just stops download, then it begins again, at lower speeds, eventually the speed is so slow that it's maddening so I have to close it and re-open again.

Next time I sync a full blockchain I will use SSD, but like I said... it just has big gaps in between downloading, then download speed decreases.
jnano
Member
**
Offline Offline

Activity: 301
Merit: 74


View Profile
December 11, 2017, 07:33:51 PM
 #7

There are two problems I noticed (but using pruned mode, which may contribute to the first):

HDD I/O is highly unoptimized, and the effect varies. Maybe it changes depending on the random blocks/transactions it's processing at a given time. See more here. The solution: Use a RAM drive for the chainstate directory, and copy it back to HDD after it's fully synced. Actually, unfortunately, I do this RAM drive nonsense on practically every startup.

Sometimes it stalls without downloading blocks for no apparent reason. Possible solution: restart Core.

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!