aboutsummaryrefslogblamecommitdiff
path: root/tests/libwallet_api_tests/scripts/send_funds.sh
blob: 306b06a4025c942c2fd3b5d438f09cadc83b70af (plain) (tree)


















                                                                                              
                            

 
#!/bin/bash



function send_funds {
    local amount=$1
    local dest=$(cat "$2.address.txt")

    simplewallet --wallet-file wallet_m --password "" \
        --testnet --trusted-daemon --daemon-address localhost:38081  --log-file wallet_m.log \
        --command transfer $dest $amount 
}


send_funds 100 wallet_01.bin
send_funds 100 wallet_02.bin
send_funds 100 wallet_03.bin
send_funds 100 wallet_04.bin
send_funds 100 wallet_05.bin
send_funds 100 wallet_06.bin