I created a new bitcoin signet called signet one, feel free to try it out

2 replies 356 views
bull_2019Senior Member
Posts: 296 · Reputation: 1992
#1Nov 15, 2017, 10:18 PM
Hey everyone, I shared something similar in the Technical Support section, but I wanted to drop it here too so more folks can see it. So, the testnet has been pretty shaky and getting sBTC from the old signet isn’t the easiest. To help developers out, I’ve set up a new signet network with: 1. Three mining nodes; 2. A browser that uses open-source mempool software; check it out at: https://signet.sathub.io 3. An electrumx service; 4. An rpc and sync node; 5. A signet faucet (coming soon); You can find out how everything connects in the docs at https://docs.sathub.io/sathub-docs/connect. The main hub for all this is: https://sathub.io. You’re all welcome to use it for free; it’s still in trial mode, so if you wanna join in, hit me up in a message or just reply here and I’ll hook you up with some sBTC.
5 Reply Quote Share
coin777Senior Member
Posts: 143 · Reputation: 970
#2Nov 17, 2017, 12:33 AM
What about testnet4? It is more stable than testnet3, and you can get new coins on a CPU. Also, in general, if you move your timestamps 20 minutes into the future, then you can mine blocks with minimal difficulty on testnet3 and testnet4, on a CPU. Also, when it comes to stability, it seems that some code from testnet4 is also applied into testnet3. And in that case, if you run a new client, then you can get a more stable testnet3. Another thing is that you can get sBTC from official signet, by executing some contracts with OP_CAT: https://delvingbitcoin.org/t/proof-of-work-based-signet-faucet/937/1 Edit: Here you are: https://mempool.space/testnet4/block/0000000006612e6ecc73e171b07c754d566dad6a8c307298afbdc3723d8982e9 As you can see, only 32 leading zero bits are enough, to get a new CPU-mined block in official testnet4. My miner was just lucky, and produced 37 zero bits instead. By the way, which code are you using for mining? Because when running signet with just OP_TRUE, I could get 50k sBTC, after a few minutes of grinding with Bitcoin Core. Which means, that you are probably running some unoptimized Python code in interactive mode or something, because getting a block with 20 leading zero bits every three minutes is something, which could fit the old Satoshi's prenet from 2008.
4 Reply Quote Share
bull_2019Senior Member
Posts: 296 · Reputation: 1992
#3Nov 17, 2017, 12:40 AM
Regarding the unfriendly aspects of testnet3/4, I have already replied ON https://bitcointalk.org/index.php?topic=5501712.0 About the mining code, I used the signet mine program provided by bitcoin core, which is written in python, but I made some modifications, and after complete testing, I will open source it.
4 Reply Quote Share

Related topics