sudo apt-get install git
git clone https://github.com/blackjok3rtt/scaletest.git
cd scaletest
./buildkomodo.sh
cd ~/scaletest
./mineassets
./sync_assets
./TXTEST-cli getnewaddress
./TXTEST-cli validateaddress
./TXTEST-cli dumpprivkey
./assets-cli importprivkey
./assets-cli stop
You will need funds sent to the address from the seed node operator to the R address of pubkey.txt in this folder.
./sync_assets
To blast transactions, this script will send 100 loops of 5 transactions on each chain. 50,000 Transactions each with 100 outputs. 5M payments per node.
./blastloop.sh
./genacs <numchains> <chainname> <supply>
./genacs 10 TXTEST 1000000
File | Description |
---|---|
acufwenable | UFW enable rules for generated ACs |
acufwdisable | Disable UFW rules for these ACs |
coinlist | Generated list of ACs needed for other scripts to run |
seedip | Your node IP address to be used as seed for other test nodes |