This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
stacks-puppet-node
Watch
1
Star
0
Fork
0
You've already forked stacks-puppet-node
mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced
2026-04-17 22:24:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
65f575e9bb9c8c82f68405db95074d327118b65e
stacks-puppet-node
/
blockstack
History
Jude Nelson
65f575e9bb
the environment variable BLOCKSTACK_TESTNET_ID overrides MAGIC_BYTES, and also will change the default RPC_SERVER_PORT and DEFAULT_API_PORT to 16264 and 16268, respectively. It also sets BLOCKSTACK_TESTNET_ACTIVE, to indicate to other parts of the codebase that this is a virtualchain testnet. In addition, the global MAGIC_BYTES shall henceforth be accessed with blockstack_magic_bytes()
2018-10-30 18:21:39 -04:00
..
lib
the environment variable BLOCKSTACK_TESTNET_ID overrides MAGIC_BYTES, and also will change the default RPC_SERVER_PORT and DEFAULT_API_PORT to 16264 and 16268, respectively. It also sets BLOCKSTACK_TESTNET_ACTIVE, to indicate to other parts of the codebase that this is a virtualchain testnet. In addition, the global MAGIC_BYTES shall henceforth be accessed with blockstack_magic_bytes()
2018-10-30 18:21:39 -04:00
__init__.py
/usr/bin/env python -> python2. our code is not python3 friendly, we should specify that
2017-08-17 13:40:01 -04:00
blockstackd.py
add --testnet-id and --testnet-start-block CLI arguments, to cause the blockstack core node to begin indexing from an alternative block height and search for transactions witn an alternative sequence of magic bytes. If given, the core node stores its chain state for the testnet to ~/.blockstack-server/testnet/<magic-bytes>/ by default
2018-10-30 18:20:26 -04:00
version.py
v20.0.8.6
2018-10-29 18:33:49 -04:00