Skip to content

thai-blockchain/testnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thai Blockchain Services Infrastructure

Minimum Requirements

  • A VM, or bare-metal, with 2 cores, 4 GB RAM, 250 GB SSD, 100 Mbps Internet access with a Public IP Address
  • Linux, preferably, Ubuntu LTS, Alma Linux, or Rocky Linux
  • Docker

Testnet

Clone the repository

git clone https://github.com/thai-blockchain/testnet.git
cd testnet

Create a password file,

pwgen -Byn 32 1 > password.txt
chmod 400 password.txt

Create a wallet with the password file,

docker run --rm -it -v $PWD:/srv/signer -w /srv/signer ethereum/client-go:stable --datadir /srv/signer/node --password password.txt account new

Initialize the node with the genesis

docker run --rm -it -v $PWD:/srv/signer -w /srv/signer ethereum/client-go:stable --datadir /srv/signer/node init genesis.json

Edit start-node.sh script, change --node, --unlock, and --miner.etherbase accordingly

Then, run

./start-node.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages