Support FAQ - cryptocracy/flows GitHub Wiki

Q: When performing a price estimate of a name, it stalls out, why?

A: When the Souq app calls the preferred server to perform a price estimate of a new project name (name string is automatically generated) The server performs the price estimate command via blockstack before replying, example: blockstack price pr01-GENSTRING.id.

If your server is using blockcypher for its UTXO this could be a rate limit issue (perhaps hit the cap) Which you would have to either wait or perhaps not use blockcypher for UTXO. (imo not really needed)

This more then likely is an issue with lack of entropy because Blockstack uses the rngd lib which by default doesn't use the /dev/urandom directory. So to force it to use the proper directory you can $ sudo rngd -r /dev/urandom, this hopefully won't be this way for to much longer tho since Jude with Blockstack as submitted a PR for the rngd repo to be updated to use the proper directory by default.


Q:

A:


Q:

A:


Q:

A:


Q:

A:


Q:

A: