07:54:58 From Kelly Foster : curl -O https://build.rchain-dev.tk/misc/rdoctor/latest/darwin.amd64/rdoctor 07:55:15 From Kelly Foster : https://github.com/woky/rdoctor-client/blob/master/README.md 07:57:27 From Kelly Foster : https://github.com/woky/rdoctor-client/blob/master/README.md 07:58:05 From Kelly Foster : https://github.com/woky/rdoctor-client/blob/master/README.md 07:58:30 From nuttzipper : rdoctor ./rnode run …. 08:00:31 From Kelly Foster : Report your public key at https://goo.gl/forms/PJGJ8wH8M74GfXyr1 08:01:18 From Will Qiu : If I use docker , I can not use rdoctor, right? 08:01:20 From Kelly Foster : https://rchain.atlassian.net/wiki/spaces/CORE/pages/647987326/20190108+RNode+community+testing 08:01:43 From Kelly Foster : https://github.com/woky/rdoctor-client/blob/master/README.md 08:01:53 From Łukasz Gołębiewski : Will, you should be able to 08:02:06 From Kelly Foster : Report your public key at https://goo.gl/forms/PJGJ8wH8M74GfXyr1 08:02:34 From Will Qiu : Rdoctor is in the docker image, isn’t it? 08:02:43 From nuttzipper : rdoctor ./rnode run -s 08:02:43 From Tomáš Virtus : Not anymore. 08:02:52 From Tomáš Virtus : It's just one executable with dependencies. 08:04:14 From Will Qiu : not ready 08:06:50 From nuttzipper : root@vm136220:~/rnode-0.8.2/bin# rdoctor ./rnode run -s rdoctor: Version: 0.3.1 rdoctor: *** One-time setup *** rdoctor: Please fill in the following entries to get access to RDoctor API. rdoctor: Your name or nick: nutzipper rdoctor: Your email (optional): rdoctor: Your API key will be tied to: rdoctor: nutzipper <> rdoctor: Edit again? [y/N]: y rdoctor: Your name or nick: 08:08:39 From Kelly Foster : https://github.com/woky/rdoctor-client/blob/master/README.md 08:08:53 From Kelly Foster : Report your public key at https://goo.gl/forms/PJGJ8wH8M74GfXyr1 08:09:52 From Tomáš Virtus : rdoctor doctor logs -f yourcontainer 08:10:09 From Will Qiu : Cool!!! 08:10:59 From Pavitra Saxena : Hi. I am running my node after some time. (Was on holidays) 08:11:00 From Tomáš Virtus : s/doctor/docker 08:11:25 From Kelly Foster : https://rchain.atlassian.net/wiki/spaces/CORE/pages/647987326/20190108+RNode+community+testing 08:11:56 From Tomáš Virtus : rnode://f4f20286feebc89d36d11b9e6ad726b6dd3d1490@35.243.229.81?protocol=40400&discovery=40404 08:12:31 From Kelly Foster : Report your public key at https://goo.gl/forms/PJGJ8wH8M74GfXyr1 08:13:27 From nuttzipper : cat ~/.rnode/genesis/* 08:15:18 From Pavitra Saxena : yeah there are 5 files with expension .sk 08:15:36 From Kelly Foster : Report your public key at https://goo.gl/forms/PJGJ8wH8M74GfXyr1 08:17:15 From Kelly Foster : https://rchain.atlassian.net/wiki/spaces/CORE/pages/647987326/20190108+RNode+community+testing 08:19:02 From Kelly Foster : Bootstrap rnode://f4f20286feebc89d36d11b9e6ad726b6dd3d1490@35.243.229.81?protocol=40400&discovery=40404 08:23:03 From Pavitra Saxena : 15:22:41.522 [node-runner-19] ERROR coop.rchain.rspace.ReplayRSpace - unused comm event: replayData multimap has 10 elements left 15:22:41.524 [tl-dispatcher-51] WARN c.r.c.util.rholang.InterpreterUtil$ - Found unused comm event unused comm event: replayData multimap has 10 elements left java.lang.Exception: Genesis tuplespace validation failed! at coop.rchain.casper.MultiParentCasperInstances.$anonfun$hashSetCasper$3(Casper.scala:89) at cats.data.EitherT.$anonfun$flatMap$1(EitherT.scala:87) at monix.eval.internal.TaskRunLoop$.startFull(TaskRunLoop.scala:147) at monix.eval.Task$.unsafeStartNow(Task.scala:4249) at monix.eval.internal.TaskDoOnCancel$.$anonfun$apply$1(TaskDoOnCancel.scala:36) at monix.eval.internal.TaskDoOnCancel$.$anonfun$apply$1$adapted(TaskDoOnCancel.scala:30) at monix.eval.internal.TaskRestartCallback.start(TaskRestartCallback.scala:58) at monix.eval.internal.TaskRunLoop$.executeAsyncTask(TaskRunLoop.scala:564) at monix 08:23:08 From Pavitra Saxena : I am getting this exception 08:23:21 From Pavitra Saxena : Do I delete every thing under rspace directory? 08:26:48 From Joshy : Killing my node for error described in discord 08:27:35 From Paolo (from Proof) : block 10 af94cc691acbf41256526a1f89539470be9afba3b8be3c5674b91242ab647123 08:29:19 From nuttzipper : /rnode propose Failure! Invalid block: InvalidTransaction 08:30:38 From Paweł Szulc : digraph "dag" { rankdir=BT splines=false 08:31:28 From nuttzipper : root@vm136220:~/rnode-0.8.2/bin# ./rnode deploy --phlo-limit 60000 --phlo-price 100 dupe.rho Response: Success! root@vm136220:~/rnode-0.8.2/bin# ./rnode propose Failure! Invalid block: InvalidTransaction root@vm136220:~/rnode-0.8.2/bin# ./rnode propose Error while creating block: InternalDeployError(java.lang.Exception: Failed status while computing post state of List(997120ec, 6a5210c0, 15f75448): ReplayStatusMismatch(Succeeded,UnknownFailure)) 08:32:16 From Paolo (from Proof) : deploy/propose worked for me 08:32:20 From Paolo (from Proof) : also DAG on viz 08:32:55 From Will Qiu : coop.rchain.rholang.interpreter.errors$OutOfPhlogistonsError$: Computation ran out of phlogistons 08:33:57 From Dominik Zajkowski : @Will can you try to lower the price? 08:34:11 From Joshy : Will specify a higher --phlo-limit 99999999999 08:34:29 From Will Qiu : --phlo-limit 100000 --phlo-price 1 08:35:46 From Pavitra Saxena : [root@ip-172-31-43-71 installables]# ./rnode-0.8.2/bin/rnode deploy --phlo-limit 1 --phlo-price 1 ./rnode-0.7.1/bin/samples/2_hello.rho Response: Success! [root@ip-172-31-43-71 installables]# ./rnode-0.8.2/bin/rnode propose Failure! Invalid block: InvalidUnslashableBlock 08:36:09 From Kelly Foster : e97c5983ef4a1e2a64fa79d8e6110d980f709b638c7c32d4f1ef65028cacc1fb 08:36:20 From Will Qiu : Error while creating block: InternalDeployError(java.lang.Exception: Failed status while computing post state of List(33a3a042, 4f8a6532, a7c44ac3): ReplayStatusMismatch(Succeeded,UnknownFailure) 08:36:57 From Paolo (from Proof) : 12 peers, block 18 08:38:01 From Will Qiu : ./bin/rnode deploy --phlo-limit 99999999999 --phlo-price 1 ./examples/dupe.rho 08:38:12 From Kelly Foster : --phlo-limit 10000000000 --phlo-price 1 08:39:03 From Joshy : restarting just for giggles 08:39:03 From Will Qiu : Error while creating block: InternalDeployError(java.lang.Exception: Failed status while computing post state of List(9af4328b, 66fd257d, e4e31f84, a7c44ac3): ReplayStatusMismatch(Succeeded,UnknownFailure)) 08:39:24 From Joshy : Okay getting peers this time. Looking better 08:40:12 From Joshy : Back to frenzy, but it seems slower this time. Maybe 2 or 3 cycle per second instead of dozens 08:41:27 From Joshy : spontaneously stopped frenzy 08:41:55 From Paolo (from Proof) : curl -s localhost:40403/metrics # The kamon-prometheus module didn't receive any data just yet. 08:42:09 From Paolo (from Proof) : is metric still suppose to work? 08:44:41 From Dominik Zajkowski : @Joshy - bear in mind that you will see the dag being fetched 08:47:54 From Pavitra Saxena : [root@ip-172-31-43-71 installables]# ./rnode-0.8.2/bin/rnode show-blocks ------------- block 13 --------------- blockHash: "6a5210c02c5dd79e20891288be1df1567d651a1f17dc54aa6cee00cd63206351" blockSize: "4858" blockNumber: 13 version: 1 deployCount: 1 tupleSpaceHash: "5b1bba9f8fa5e35e9407b1074d0bb77cf27f8b2a1e8ae284a93bf4263a5966dc" timestamp: 1546961354350 faultTolerance: -1.0 mainParentHash: "0280bb346e4c15f93c8e6d93ad8bbcad2552c4542a5d630722bb9884c14ac8ca" parentsHashList: "0280bb346e4c15f93c8e6d93ad8bbcad2552c4542a5d630722bb9884c14ac8ca" sender: "8fd527d1822f4c1971cd53c82cacea7f1d93340a69ce644c0234bdcd734782ae" ----------------------------------------------------- count: 1 [root@ip-172-31-43-71 installables]# ./rnode-0.8.2/bin/rnode deploy --phlo-limit 1 --phlo-price 1 ./rnode-0.7.1/bin/samples/5_pizzaShop.rho Response: Success! [root@ip-172-31-43-71 installables]# ./rnode-0.8.2/bin/rnode propose 08:48:03 From Pavitra Saxena : This propose is waiting for last 3 minutes around 08:48:35 From Joshy : @Dom Yeah makes sense. Maye it just happened a reasonable number of times on my second go around because there was actually a dag to fetch. 08:49:38 From Pavitra Saxena : Xlarge instance on AWS. 16 GB RAM 08:49:53 From Kelly Foster : Thanks 08:50:34 From Pavitra Saxena : Finally got this after wait. Failure! Invalid block: InvalidUnslashableBlock 08:51:17 From Kelly Foster : Pavitra, how many blocks do you show? 08:51:22 From Pavitra Saxena : I am running with right private key which was the name of file from which I picked the public key. 08:51:45 From Paolo (from Proof) : laptop battery is drained and no charger :) I will leave my node running - great job see you next week ^_^/ 08:51:54 From Kelly Foster : Thanks, Paolo. 08:52:54 From Dominik Zajkowski : From Pavitra Saxena to Everyone: (04:51 PM) 
I am running with right private key which was the name of file from which I picked the public key 08:53:02 From Dominik Zajkowski : Is this right? 08:53:07 From Kelly Foster : Rnode show-blocks 08:58:01 From Joshy : Bye everyone. Nice catching up again. 09:01:27 From nuttzipper : 19:01:14.276 [tl-dispatcher-71] INFO c.r.casper.MultiParentCasperImpl - Attempting to add Block 0d7f55ea17... to DAG.