問題タブ [go-ethereum]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
168 参照

c# - Geth.exeでファイルへのCMDログが機能しない

以下のコードを使用して、cmd 呼び出しの出力をファイルに記録していますが、時々動作しません。

単純なディレクトリは正常に機能します。--exec なしで Ethereum geth.exe を使用すると、問題なく動作します。ただし、 --exec 引数を含めると、出力は空白になります。cmd.exe で手動で呼び出すと、両方のコマンドが正常に機能し、出力が生成されます。

「C:\Program Files\Geth\geth.exe」アタッチ >c:\temp\out.txt

"C:\Program Files\Geth\geth.exe" --exec "web3.eth.getBalance(web3.eth.accounts[0]);" 添付 >c:\temp\out.txt