- NodeJS v11.2.0 and NPM v6.9.0 (
brew install node
) - Git (
brew install git
)
git clone https://github.com/PepperSecDev/algorand_multisend.git
cd algorand_multisend
npm install
cp recipients.csv.example recipients.csv
- Place your addresses to
recipients.csv
file. (Specify amount in ALGOs) - Put your mnemonic in
.env.example
file (SEED_PHRASE
parameter) cp .env.example .env
node index
docker-compose up -d
docker-compose exec algorand_mainnet bash
printf '%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