In this task, you will create a multisignature account and send a signed transaction from it.
Update: Earning badges for this task has expired (as of 2019-04-15). Look out for future tasks where you will have the opportunity to win the Multisigner badge!
Replicate this type of transaction on the TestNet by sending money from a multisignature account on TestNet to our account: NJY27OQ2ZXK6OWBN44LE4K43TA2AV3DPILPYTHAJAMKIVZDWTEJKZJKO4A
Submit your email, the transaction ID, and your sending account via this form.
Send us feedback! We would love to hear what you liked about this feature and/or what could be improved. Reply to this thread on Discourse or email us at testnet-team@algorand.com.
Prerequisites
Make sure you have completed all the steps here to get your node up and running.
When on TestNet, make sure your multisig account has money to spend! Use the dispenser, to send yourself algos. Directions located here.
Why This Task Matters
Multisignature accounts add an extra layer of security to transactions by requiring a threshold of signatures for the transaction to be valid. Your feedback helps us improve this experience and learn of new features to prioritize in the future. We also recently launched our developer site and look forward to your feedback on the related documentation.
Have Questions?
Post them here!
You will earn the Multisigner badge for completing this task:
so the idea is to create a private network, then create multisig address , after that sent it to the testnet account? is it possible? isnt private and testnet are two different world?
samee⌠ahaahahah⌠but i remember that there should not be incentive for running node, so i though maybe they set some perimeter for free algos ⌠idk
I am equally confused. This means that I can create fake-money from my private network and send them to a ârealâ network.
No you canât. You can try to send transaction created and signed on test network but it will not be accepted on real network. If you got tx ID it just mean that transaction is sent to network, but you donât have money to execute it, it will not be âminedâ in next block, it will just be rejected.
Can you show me TX ID on real network that was sent from account that doesnât have sufficient funds? I strongly believe that something like that never ended up in block. Iâve checked the one you posted âtx-MQMST6T4RHZVBZLLLL3VTPO5GM3BQZCPZQUBGH5F4CQGQQDKDH3Aâ and that one doesnât exist in blockchain.
The wording is confusing. The task is to first follow the tutorial to create and send a transaction from a multisignature account on your own private network. Then afterwards, replicate the same type of transaction on the TestNet using a multisignature account associated with TestNet, and send it to our account.
I am updating the original wording from âyour multisignature accountâ to âa multisignature accountâ to make that more clear.
root@ubuntu-s-2vcpu-4gb-sfo2-01:~/node# ./goal clerk send -a 777 -f BGT7Q7U6DIEV 6PIHKPPFBKGRDHGQ337UATE6UMMXKXA2CPZIPT47UCHXBU -t NJY27OQ2ZXK6OWBN44LE4K43TA2AV3 DPILPYTHAJAMKIVZDWTEJKZJKO4A -o ./Trans.tx
Automatically set fee to 1 Algos
root@ubuntu-s-2vcpu-4gb-sfo2-01:~/node# ./goal clerk multisig sign -t ./Trans.tx -a CAGXX556ISDMV4EN6FG322V7KMK6NO2WWQKYVISUUCZWV3XFTQVPXVFBFA
Please enter the password for wallet 'hadiboys':
root@ubuntu-s-2vcpu-4gb-sfo2-01:~/node# ./goal clerk multisig sign -t ./Trans.tx -a SMIA5PUWS3AJ2MSU37LDFR5QK2UK4AB4YDNAPBCTRHIOLUFXHB4KHU4AQ4
Please enter the password for wallet 'hadiboys':
root@ubuntu-s-2vcpu-4gb-sfo2-01:~/node# ./goal clerk rawsend -f ./Trans.tx
Raw transaction ID tx-ENQCH2LM5QHVU5N2PTFGEKAIGURVW5CZ3HIFTJT4OU3HEW4CREEA issue d
Iâve just completed this, but slightly confused about account balances.
I created a multisig account and funded it with 1000 algos.
When I try to send a tx of 10 algos + fee from the multisig account, I get an error for insufficient funds:
[offline] multisig0 5BYR7JFGZ3CPXUECQQPVSNA4FRE2RR67OJIRF2BKRASISQQOC5JFX6WXOA 1000 [2/2 multisig]
mattharrop@algorand:~/node$ ./goal clerk rawsend -f ./trans.tx --datadir data
Couldn't broadcast tx with algod: HTTP 400 Bad Request: TransactionPool.Remember: Insufficient funds - sender's account will have only {798} algos left
I then funded the multisig from the dispenser, and tried again, and it worked:
[offline] multisig0 5BYR7JFGZ3CPXUECQQPVSNA4FRE2RR67OJIRF2BKRASISQQOC5JFX6WXOA 1001000 [2/2 multisig]
mattharrop@algorand:~/node$ ./goal clerk rawsend -f ./trans.tx --datadir data
Raw transaction ID WJ7AC2XMHQNLZBHXNOB6AMED5RZHDKVFW63RXSXJAQND3WME3B4Q issued
Transaction WJ7AC2XMHQNLZBHXNOB6AMED5RZHDKVFW63RXSXJAQND3WME3B4Q still pending as of round 433993
Transaction WJ7AC2XMHQNLZBHXNOB6AMED5RZHDKVFW63RXSXJAQND3WME3B4Q committed in round 433995
Accounts now have a minimum required balance of 1000 (we will eventually close accounts with low balances to prevent accumulation of empty or low-balance accounts). Thanks for asking - it suggests we might want to improve our error message here and our documentation around âmin balanceâ.