How to run my wallet script in background? [on hold]2019 Community Moderator ElectionHow to run part of a script with reduced privileges?How do I run a script every time “yum update” is run?echoing a value from a BASH function after a command has been run in the backgroundHow to handle sub-command line in shell script?How to see what's going in background when we run a .sh file in Linux?Shell script which runs mono_service.exe as a background taskrun multiple values from a file on a single command one after anotherHow to make a bash script run all the timeAutomatically move a script into the backgroundBash: How to run a script in background with “&” and use “||” to run something else on failures?
Reason why a kingside attack is not justified
Why doesn't Gödel's incompleteness theorem apply to false statements?
A seasonal riddle
Put the phone down / Put down the phone
Can you describe someone as luxurious? As in someone who likes luxurious things?
Trouble reading roman numeral notation with flats
Sort with assumptions
What is it called when someone votes for an option that's not their first choice?
C++ lambda syntax
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
Why didn’t Eve recognize the little cockroach as a living organism?
Why does the frost depth increase when the surface temperature warms up?
Showing mass murder in a kid's book
Highest stage count that are used one right after the other?
Would this string work as string?
Does capillary rise violate hydrostatic paradox?
What is the meaning of "You've never met a graph you didn't like?"
Relations between homogeneous polynomials
Is this saw blade faulty?
Air travel with refrigerated insulin
Extract substring according to regexp with sed or grep
Is divisi notation needed for brass or woodwind in an orchestra?
How to preserve electronics (computers, ipads, phones) for hundreds of years?
Why is participating in the European Parliamentary elections used as a threat?
How to run my wallet script in background? [on hold]
2019 Community Moderator ElectionHow to run part of a script with reduced privileges?How do I run a script every time “yum update” is run?echoing a value from a BASH function after a command has been run in the backgroundHow to handle sub-command line in shell script?How to see what's going in background when we run a .sh file in Linux?Shell script which runs mono_service.exe as a background taskrun multiple values from a file on a single command one after anotherHow to make a bash script run all the timeAutomatically move a script into the backgroundBash: How to run a script in background with “&” and use “||” to run something else on failures?
I am developing cardano webservice so that i have .connect-to-mainnet wallet script to run api but i have to write every time on command line this following command
./connect-to-mainnet
but I want to run this script dynamically in background.
linux shell-script
New contributor
put on hold as unclear what you're asking by Rui F Ribeiro, Stephen Kitt, Luciano Andress Martini, nwildner, Jeff Schaller 15 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 1 more comment
I am developing cardano webservice so that i have .connect-to-mainnet wallet script to run api but i have to write every time on command line this following command
./connect-to-mainnet
but I want to run this script dynamically in background.
linux shell-script
New contributor
put on hold as unclear what you're asking by Rui F Ribeiro, Stephen Kitt, Luciano Andress Martini, nwildner, Jeff Schaller 15 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Welcome to U&L. Your question is a bit unclear at the moment. Backgrounding the execution of a script isn't usually a problem, but when do you want to the script to run?
– Haxiel
16 hours ago
Run in background? Run it as a service through a systemd unit?
– nwildner
16 hours ago
What you mean by dynamically?
– Luciano Andress Martini
16 hours ago
What's the relation between the web service and your script?
– Kusalananda
15 hours ago
Sorry for my confuse query..connect-to-mainnet (wallet script) is helps me to connect with the cardano (coin) wallet api so that I can perform all the operation like create wallet , create account, create address and transaction so It's all been done on localhost with PHP code but now I've to put my project on server and I can't manually all the time run ./connect-to-mainnet on commandline to run my code so tell me how to run my script(connect-to-mainnet) ?
– user342515
1 hour ago
|
show 1 more comment
I am developing cardano webservice so that i have .connect-to-mainnet wallet script to run api but i have to write every time on command line this following command
./connect-to-mainnet
but I want to run this script dynamically in background.
linux shell-script
New contributor
I am developing cardano webservice so that i have .connect-to-mainnet wallet script to run api but i have to write every time on command line this following command
./connect-to-mainnet
but I want to run this script dynamically in background.
linux shell-script
linux shell-script
New contributor
New contributor
New contributor
asked 16 hours ago
user342515user342515
1
1
New contributor
New contributor
put on hold as unclear what you're asking by Rui F Ribeiro, Stephen Kitt, Luciano Andress Martini, nwildner, Jeff Schaller 15 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Rui F Ribeiro, Stephen Kitt, Luciano Andress Martini, nwildner, Jeff Schaller 15 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Welcome to U&L. Your question is a bit unclear at the moment. Backgrounding the execution of a script isn't usually a problem, but when do you want to the script to run?
– Haxiel
16 hours ago
Run in background? Run it as a service through a systemd unit?
– nwildner
16 hours ago
What you mean by dynamically?
– Luciano Andress Martini
16 hours ago
What's the relation between the web service and your script?
– Kusalananda
15 hours ago
Sorry for my confuse query..connect-to-mainnet (wallet script) is helps me to connect with the cardano (coin) wallet api so that I can perform all the operation like create wallet , create account, create address and transaction so It's all been done on localhost with PHP code but now I've to put my project on server and I can't manually all the time run ./connect-to-mainnet on commandline to run my code so tell me how to run my script(connect-to-mainnet) ?
– user342515
1 hour ago
|
show 1 more comment
Welcome to U&L. Your question is a bit unclear at the moment. Backgrounding the execution of a script isn't usually a problem, but when do you want to the script to run?
– Haxiel
16 hours ago
Run in background? Run it as a service through a systemd unit?
– nwildner
16 hours ago
What you mean by dynamically?
– Luciano Andress Martini
16 hours ago
What's the relation between the web service and your script?
– Kusalananda
15 hours ago
Sorry for my confuse query..connect-to-mainnet (wallet script) is helps me to connect with the cardano (coin) wallet api so that I can perform all the operation like create wallet , create account, create address and transaction so It's all been done on localhost with PHP code but now I've to put my project on server and I can't manually all the time run ./connect-to-mainnet on commandline to run my code so tell me how to run my script(connect-to-mainnet) ?
– user342515
1 hour ago
Welcome to U&L. Your question is a bit unclear at the moment. Backgrounding the execution of a script isn't usually a problem, but when do you want to the script to run?
– Haxiel
16 hours ago
Welcome to U&L. Your question is a bit unclear at the moment. Backgrounding the execution of a script isn't usually a problem, but when do you want to the script to run?
– Haxiel
16 hours ago
Run in background? Run it as a service through a systemd unit?
– nwildner
16 hours ago
Run in background? Run it as a service through a systemd unit?
– nwildner
16 hours ago
What you mean by dynamically?
– Luciano Andress Martini
16 hours ago
What you mean by dynamically?
– Luciano Andress Martini
16 hours ago
What's the relation between the web service and your script?
– Kusalananda
15 hours ago
What's the relation between the web service and your script?
– Kusalananda
15 hours ago
Sorry for my confuse query..connect-to-mainnet (wallet script) is helps me to connect with the cardano (coin) wallet api so that I can perform all the operation like create wallet , create account, create address and transaction so It's all been done on localhost with PHP code but now I've to put my project on server and I can't manually all the time run ./connect-to-mainnet on commandline to run my code so tell me how to run my script(connect-to-mainnet) ?
– user342515
1 hour ago
Sorry for my confuse query..connect-to-mainnet (wallet script) is helps me to connect with the cardano (coin) wallet api so that I can perform all the operation like create wallet , create account, create address and transaction so It's all been done on localhost with PHP code but now I've to put my project on server and I can't manually all the time run ./connect-to-mainnet on commandline to run my code so tell me how to run my script(connect-to-mainnet) ?
– user342515
1 hour ago
|
show 1 more comment
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Welcome to U&L. Your question is a bit unclear at the moment. Backgrounding the execution of a script isn't usually a problem, but when do you want to the script to run?
– Haxiel
16 hours ago
Run in background? Run it as a service through a systemd unit?
– nwildner
16 hours ago
What you mean by dynamically?
– Luciano Andress Martini
16 hours ago
What's the relation between the web service and your script?
– Kusalananda
15 hours ago
Sorry for my confuse query..connect-to-mainnet (wallet script) is helps me to connect with the cardano (coin) wallet api so that I can perform all the operation like create wallet , create account, create address and transaction so It's all been done on localhost with PHP code but now I've to put my project on server and I can't manually all the time run ./connect-to-mainnet on commandline to run my code so tell me how to run my script(connect-to-mainnet) ?
– user342515
1 hour ago