- NodeJS v11.2.0 and NPM v6.9.0 (
brew install node) - Git (
brew install git)
git clone https://github.com/PepperSecDev/algorand_multisend.gitcd algorand_multisendnpm installcp recipients.csv.example recipients.csv- Place your addresses to
recipients.csvfile. (Specify amount in ALGOs) - Put your mnemonic in
.env.examplefile (SEED_PHRASEparameter) cp .env.example .env
node index
docker-compose up -ddocker-compose exec algorand_mainnet bashprintf '%b\n' "$(cat /algorand/node/data/algod.token)"
docker run -p 127.0.0.1:8080:8080/tcp -it algorand/testnet
./update.sh -d ~/node/data
./diagcfg telemetry name -n bob
./goal node status -d data
cat data/algod.token
Install node using guide here and switch network from mainnet to testnet using this guide.
curl http://127.0.0.1:8080/v1/block/1 -H "X-Algo-API-Token: 8d35a643aa33dee7882f35bd0c52832ffb9b789f43028aecd612b7e46133c4de"
./goal node start -d data