How to check if remote-signer is working as expected?












2















How do i know that remote-signer socket started is working expected and accepting signing requests from my baker server without actually sending a transfer transaction.



Right now i just do a transfer .00005 from to just to test if remote-signer setup is working.



Is there any other way like any transaction that require signing but don't require transfer of tz.










share|improve this question



























    2















    How do i know that remote-signer socket started is working expected and accepting signing requests from my baker server without actually sending a transfer transaction.



    Right now i just do a transfer .00005 from to just to test if remote-signer setup is working.



    Is there any other way like any transaction that require signing but don't require transfer of tz.










    share|improve this question

























      2












      2








      2


      2






      How do i know that remote-signer socket started is working expected and accepting signing requests from my baker server without actually sending a transfer transaction.



      Right now i just do a transfer .00005 from to just to test if remote-signer setup is working.



      Is there any other way like any transaction that require signing but don't require transfer of tz.










      share|improve this question














      How do i know that remote-signer socket started is working expected and accepting signing requests from my baker server without actually sending a transfer transaction.



      Right now i just do a transfer .00005 from to just to test if remote-signer setup is working.



      Is there any other way like any transaction that require signing but don't require transfer of tz.







      transactions baker remote-signer






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 7 hours ago









      Sachin TomarSachin Tomar

      456111




      456111






















          2 Answers
          2






          active

          oldest

          votes


















          3














          I figure out you can use --dry-run option in transfer statement and node will send transaction to remote-signer to sign, and you can check the remote-signer logs to see if everything is working fine or not. --dry-run will not actually send the transaction to the network.






          share|improve this answer
























          • Note that the --dry-run (or -D) options have to appear at the very end of the command.. a bit unusual.

            – nurikabe
            4 hours ago





















          1














          Another option would be to use Kiln. Kiln monitors your baker and will notify you if you miss any baking or endorsement opportunities (which will indicate that the signer is down).



          https://gitlab.com/obsidian.systems/tezos-bake-monitor






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "698"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f591%2fhow-to-check-if-remote-signer-is-working-as-expected%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            I figure out you can use --dry-run option in transfer statement and node will send transaction to remote-signer to sign, and you can check the remote-signer logs to see if everything is working fine or not. --dry-run will not actually send the transaction to the network.






            share|improve this answer
























            • Note that the --dry-run (or -D) options have to appear at the very end of the command.. a bit unusual.

              – nurikabe
              4 hours ago


















            3














            I figure out you can use --dry-run option in transfer statement and node will send transaction to remote-signer to sign, and you can check the remote-signer logs to see if everything is working fine or not. --dry-run will not actually send the transaction to the network.






            share|improve this answer
























            • Note that the --dry-run (or -D) options have to appear at the very end of the command.. a bit unusual.

              – nurikabe
              4 hours ago
















            3












            3








            3







            I figure out you can use --dry-run option in transfer statement and node will send transaction to remote-signer to sign, and you can check the remote-signer logs to see if everything is working fine or not. --dry-run will not actually send the transaction to the network.






            share|improve this answer













            I figure out you can use --dry-run option in transfer statement and node will send transaction to remote-signer to sign, and you can check the remote-signer logs to see if everything is working fine or not. --dry-run will not actually send the transaction to the network.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 6 hours ago









            Sachin TomarSachin Tomar

            456111




            456111













            • Note that the --dry-run (or -D) options have to appear at the very end of the command.. a bit unusual.

              – nurikabe
              4 hours ago





















            • Note that the --dry-run (or -D) options have to appear at the very end of the command.. a bit unusual.

              – nurikabe
              4 hours ago



















            Note that the --dry-run (or -D) options have to appear at the very end of the command.. a bit unusual.

            – nurikabe
            4 hours ago







            Note that the --dry-run (or -D) options have to appear at the very end of the command.. a bit unusual.

            – nurikabe
            4 hours ago













            1














            Another option would be to use Kiln. Kiln monitors your baker and will notify you if you miss any baking or endorsement opportunities (which will indicate that the signer is down).



            https://gitlab.com/obsidian.systems/tezos-bake-monitor






            share|improve this answer




























              1














              Another option would be to use Kiln. Kiln monitors your baker and will notify you if you miss any baking or endorsement opportunities (which will indicate that the signer is down).



              https://gitlab.com/obsidian.systems/tezos-bake-monitor






              share|improve this answer


























                1












                1








                1







                Another option would be to use Kiln. Kiln monitors your baker and will notify you if you miss any baking or endorsement opportunities (which will indicate that the signer is down).



                https://gitlab.com/obsidian.systems/tezos-bake-monitor






                share|improve this answer













                Another option would be to use Kiln. Kiln monitors your baker and will notify you if you miss any baking or endorsement opportunities (which will indicate that the signer is down).



                https://gitlab.com/obsidian.systems/tezos-bake-monitor







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 4 hours ago









                asbjornengeasbjornenge

                570111




                570111






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Tezos Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f591%2fhow-to-check-if-remote-signer-is-working-as-expected%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    香粉寮

                    GameSpot