Skip to content

only-dev-time/multisig_transfer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SteemWitnesses MultiSig

This tool makes a chaining of signature to use the multisig feature on Steem to transfer SBD from a multisign account. Another branch is available but it needs a fix to retrieve the same refs for blocks.

How to use this code?

  • Install dependencies

npm install

  • Create a .env file with the required private keys

  • Run npm run start

Env file

  • MULTISIG_ACCOUNT=funditionms #the multisig account
  • ACCOUNT=funditionms1 #current account (if in last position will trigger the transfer using the previous account tx stored in the json_metadata field)
  • POSTING_KEY=XXXX #current account posting key (used to update the json_metadata field)
  • ACTIVE_KEY=XXXX #current account active key (used to sign the transaction)
  • MULTISIG_ACCOUNTS=funditionms funditionms1 funditionms2 funditionms3 #list of accounts used for chaining
  • AMOUNT_SBD=0.001 #amount of SBD to send
  • SEND_TO=future.witness #to whom the funds should be send

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%