2017-12-01から1ヶ月間の記事一覧

スパコンDGXでTruffleセットアップ

DGXへ接続: 1:アカウント作成 2:パソコンで同じwifiに接続した上で、 ssh haru@ポート番号 --- Mac OSでは.bash_profileというファイルである、パスを記載するファイルを編集。 vim .bashrc vim使い方: i でinsert modeになるので編集 escでinsert modeから…

スマートコントラクトのデプロイから実行まで /Solidity Smart Contracts in Truffle

LIST OF LINKS------ Truffle Site: http://truffleframework.com/ List of Official Tutorials: http://truffleframework.com/tutorials/ Basic: https://qiita.com/toshikase/items/d313b7c28bf16b940b12 http://truffleframework.com/tutorials/debugging…

Applescript/Terminal 複数タブからコマンドを打つ

複数タブからコマンドを打ちたいとき: Applescriptを用いる。 参考: applescript - How can I write a script to open multiple terminal tabs and execute code in them? - Ask Different Writing external scripts | Truffle Suite 結果: tell application…

applescript "Expected end of line but found identifier"

AppleScript: "Expected end of line but found identifier" https://www.iterm2.com/documentation-scripting.html MacのScript Editorでのエラー: tell application "iTerm 2" create window with default profile command "echo "Hello World"" end tell …

RSK: error: peers do not connect in a private net

RSK

2017-12-10-23:00:45.0077 WARN [net] Can't decrypt AuthInitiateMessage from /192.168.0.4:49892. Most likely the remote peer used wrong public key (NodeID) to encrypt message.2017-12-10-23:00:53.0861 TRACE [sync] Node list obtained from disc…

RSK: multiple nodes setup in private network + send transactions from different nodes

Thanks to ajlopez · GitHub from RSKJ gitter, 2017/12/10. ----------- 2 ways: use genconf, a tool to set up automatically and to set up manually. GENCONF: Automatic setup tool: RskUtils/genconf at master · ajlopez/RskUtils · GitHub Git clon…