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?










0















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.










share|improve this question







New contributor




user342515 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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















0















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.










share|improve this question







New contributor




user342515 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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













0












0








0








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.










share|improve this question







New contributor




user342515 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question







New contributor




user342515 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




user342515 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




user342515 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 16 hours ago









user342515user342515

1




1




New contributor




user342515 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





user342515 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






user342515 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




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

















  • 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










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.