AbsorbingChaos / stx-miner-script

Script and tips to setup a Blockstack Testnet Miner
https://stacks101.com
MIT License
8 stars 7 forks source link

Curl keeps timingout after listing the wallet address #51

Open mohamad-ali-nasser opened 3 years ago

mohamad-ali-nasser commented 3 years ago

Hello,

The curl keeps timing out after listing the wallet addresses.

curl: (28) Failed to connect to stacks-node-api.krypton.blockstack.org port 443: Connection timed out

I think you mentioned that it can take hours. Can we add a timeout and max time parameter to the curl?

Specifically on line 136 in the file config-miner-krypton.sh

Cheers

whoabuddy commented 3 years ago

Hi, thanks for the feedback! This script points to an older version of Stacks testnet called Krypton, which is not functional at this time.

The current testnet phase for Stacks is Xenon, and there was some talk about updating the code to work with it in #46 that never turned into a result.

The biggest blocker was deciding how to verify and interact with both bitcoind and stacks-node as a miner, and I do want to update this script for mainnet/testnet use at some point, it's just been hard to find time.

Updated setup instructions for a miner node can be found on Stacks 101.