Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi account #8

Closed
xclover0 opened this issue Mar 7, 2022 · 4 comments
Closed

multi account #8

xclover0 opened this issue Mar 7, 2022 · 4 comments

Comments

@xclover0
Copy link
Contributor

xclover0 commented Mar 7, 2022

does this bot can run multiple accounts?

@ghost
Copy link

ghost commented Mar 7, 2022

Yes. You need to set wallet_id for each account, @xclover0

@xclover0
Copy link
Contributor Author

xclover0 commented Mar 7, 2022

how can I do it? can you please give me the command that I will run on bash terminal to be able to start multi accounts? @andresandri2 thanks

@ghost
Copy link

ghost commented Mar 7, 2022

how can I do it? can you please give me the command that I will run on bash terminal to be able to start multi accounts? @andresandri2 thanks

Open multiples terminals and exec each:

WALLET_ID=0xACCOUNT1ID yarn go
WALLET_ID=0xACCOUNT2ID yarn go
WALLET_ID=0xACCOUNT3ID yarn go
WALLET_ID=0xACCOUNT4ID yarn go

Screenshot_2

@xclover0
Copy link
Contributor Author

xclover0 commented Mar 8, 2022

how can I do it? can you please give me the command that I will run on bash terminal to be able to start multi accounts? @andresandri2 thanks

Open multiples terminals and exec each:

WALLET_ID=0xACCOUNT1ID yarn go WALLET_ID=0xACCOUNT2ID yarn go WALLET_ID=0xACCOUNT3ID yarn go WALLET_ID=0xACCOUNT4ID yarn go

Screenshot_2

thanks a lot man! @andresandri2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants