2019-01-14 15:03:17
hello
matrixm
2019-01-14 15:03:45
i have an issue can anyone helpme here with snowblossom
matrixm
2019-01-14 15:04:51
bazel-bin/SnowBlossomNode example/configs/node.conf
matrixm
2019-01-14 15:05:20
WARNING: Local clock seems to be off by 221175 ms
matrixm
2019-01-14 15:05:39
jan 13, 2019 10:00:25 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue
SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=2108, target=[2601:602:8802:2091:dc43:2ff:fe1e:5206]:2338} was not shutdown properly!!! ~*~*~*
Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
matrixm
2019-01-14 15:05:54
how can i fix this
matrixm
2019-01-14 15:05:56
?
matrixm
2019-01-14 15:06:07
Fix local clock
Fireduck
2019-01-14 15:06:25
i'm in fedora can you tellme how
matrixm
2019-01-14 15:06:37
Install ntpd
Fireduck
2019-01-14 15:06:45
ok
matrixm
2019-01-14 15:07:00
I don't even remember what package manager Fedora uses so I can't be too helpful
Fireduck
2019-01-14 15:07:45
i can do that
matrixm
2019-01-14 15:07:56
You can also ignore those channel a closed improperly errors. They aren't important.
Fireduck
2019-01-14 15:08:07
i have synchro whith the web but do not fix
matrixm
2019-01-14 15:08:08
I've been trying to trace them down for a while but they really aren't important
Fireduck
2019-01-14 15:08:39
but this error SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=2108, target=[2601:602:8802:2091:dc43:2ff:fe1e:5206]:2338} was not shutdown properly!!! ~*~*~*
Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
matrixm
2019-01-14 15:09:36
Yeah, not important
Fireduck
2019-01-14 15:10:02
It is a p2p protocol so there are connections coming and going.
Fireduck
2019-01-14 15:10:22
I'd like to figure out where a connection isn't being closed properly mostly just to get rid of that error
Fireduck
2019-01-14 15:10:27
But it is really not important
Fireduck
2019-01-14 15:10:53
are u saying the error is not important
matrixm
2019-01-14 15:10:59
? :slightly_smiling_face:
matrixm
2019-01-14 15:11:13
Indeed
Fireduck
2019-01-14 15:11:17
ok
matrixm
2019-01-14 15:11:41
bazel-bin/SnowBlossomNode example/configs/node.conf
matrixm
2019-01-14 15:11:52
do i have a command line in the end
matrixm
2019-01-14 15:12:01
of command completed
matrixm
2019-01-14 15:12:10
the command completes
matrixm
2019-01-14 15:12:14
?
matrixm
2019-01-14 15:12:46
The node should run forever and never exit
Fireduck
2019-01-14 15:12:46
i just have a blink terminal
matrixm
2019-01-14 15:13:02
i have a nother issue
matrixm
2019-01-14 15:13:44
bazel-bin/SnowBlossomClient example/configs/client.conf
FAILED TO INITIALIZE LOGGING: java.io.FileNotFoundException: configs/logging.properties (No such file or directory)
jan 13, 2019 9:26:11 PM snowblossom.client.SnowBlossomClient <init>
INFO: Starting SnowBlossomClient version 1.5.0
Exception in thread "main" java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.AssertionError: expected:<32> but was:<0>
matrixm
2019-01-14 15:14:31
the node is ok then but the client has this
matrixm
2019-01-14 15:14:39
error in assertion
matrixm
2019-01-14 15:14:41
Is there more to that error?
Fireduck
2019-01-14 15:15:09
INFO: Starting SnowBlossomClient version 1.5.0
Exception in thread "main" java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.AssertionError: expected:<32> but was:<0>
at duckutil.TaskMaster.getResults(TaskMaster.java:69)
at duckutil.TaskMaster.getResults(TaskMaster.java:53)
at snowblossom.client.SnowBlossomClient.showBalances(SnowBlossomClient.java:654)
at snowblossom.client.SnowBlossomClient.main(SnowBlossomClient.java:61)
Caused by: java.util.concurrent.ExecutionException: java.lang.AssertionError: expected:<32> but was:<0>
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at duckutil.TaskMaster.getResults(TaskMaster.java:62)
... 3 more
Caused by: java.lang.AssertionError: expected:<32> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at snowblossom.lib.ChainHash.<init>(ChainHash.java:20)
at snowblossom.client.GetUTXOUtil.getCurrentUtxoRootHash(GetUTXOUtil.java:57)
at snowblossom.client.GetUTXOUtil.getSpendableValidated(GetUTXOUtil.java:126)
at snowblossom.client.GetUTXOUtil.getSpendableWithMempool(GetUTXOUtil.java:68)
at snowblossom.client.SnowBlossomClient.getSpendable(SnowBlossomClient.java:703)
at snowblossom.client.SnowBlossomClient$2.call(SnowBlossomClient.java:604)
at snowblossom.client.SnowBlossomClient$2.call(SnowBlossomClient.java:593)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
matrixm
2019-01-14 15:15:11
That assertion shouldn't happen
Fireduck
2019-01-14 15:16:04
And the node is synced?
Fireduck
2019-01-14 15:16:18
well
matrixm
2019-01-14 15:16:35
the node is running
matrixm
2019-01-14 15:16:58
but when i run bazel in client it causes this assertion
matrixm
2019-01-14 15:17:06
I suspect your note is not connected to any peers
Fireduck
2019-01-14 15:17:42
How heavily firewalled is your environment?
Fireduck
2019-01-14 15:18:01
yes it is firewalled
matrixm
2019-01-14 15:18:09
the port may be closed
matrixm
2019-01-14 15:18:17
is that the issue
matrixm
2019-01-14 15:18:27
open the port
matrixm
2019-01-14 15:18:29
That is fine as long as you can make outbound connections
Fireduck
2019-01-14 15:18:58
To Port 2338
Fireduck
2019-01-14 15:19:35
i can open a outbound connection to 2338
matrixm
2019-01-14 15:19:48
are u suggesting this
matrixm
2019-01-14 15:20:05
?
matrixm
2019-01-14 15:21:13
The error you are seeing in the client suggests that your node has not managed to download a single block from a peer
Fireduck
2019-01-14 15:21:26
This makes me think a network problems but it's hard to know in more detail than that
Fireduck
2019-01-14 15:22:05
ok i'll try to open a in out rule to 2338
matrixm
2019-01-14 16:19:54
hello once again
matrixm
2019-01-14 16:20:03
arktika configs deployment scripts systemd
I've this dirs
matrixm
2019-01-14 16:20:21
what dir should i start
matrixm
2019-01-14 16:41:44
I just run it from source inside screey
Fireduck
2019-01-14 16:41:47
Screen
Fireduck
2019-01-14 18:05:39
SEVERE: _~_~*~ Channel ManagedChannelImpl{logId=2108, target=[2601:602:8802:2091:dc43:2ff:fe1e:5206]:2338} was not shutdown properly!!! ~*~_~_
Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
Note1: This is a client side
Note2: Suspect something about firewalls or timeouts involved
GitHub
2019-01-14 18:05:58
@matrixm in case you want to track it: https://github.com/snowblossomcoin/snowblossom/issues/158 SEVERE: _~_~*~ Channel ManagedChannelImpl{logId=2108, target=[2601:602:8802:2091:dc43:2ff:fe1e:5206]:2338} was not shutdown properly!!! ~*~_~_
Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
Note1: This is a client side
Note2: Suspect something about firewalls or timeouts involved
Fireduck
2019-01-14 18:06:07
thought I had a bug open but couldn't find it so made a new one
Fireduck
2019-01-14 18:07:10
Something weird happens where when a poolminer or arktika starts up it thinks all pools are dead for a while and then eventually works on reconnect.
Should make that smoother, even if it just means adding some sleeps on startup to give the pool threads time to start up and get connected.
GitHub
2019-01-14 21:35:08
hello
matrixm
2019-01-14 21:38:14
java -jar SnowBlossomClient_deploy.jar configs/client.conf $1 $2 $3
matrixm
2019-01-14 21:38:35
what are the parameters $1 $2 $3
matrixm
2019-01-14 21:38:49
command line parameters you give to the script
Fireduck
2019-01-14 21:39:04
also, a sign that whoever wrote that doesn't know shell scripting :wink:
Fireduck
2019-01-14 21:39:18
should be $*
Fireduck
2019-01-14 21:39:27
to just pass along any parameters given to the script
Fireduck
2019-01-14 21:40:57
well
matrixm
2019-01-14 21:41:15
how do u run from source client
matrixm
2019-01-14 21:41:20
i have this dir
matrixm
2019-01-14 21:41:33
snowblossom1.5.0/client/src
matrixm
2019-01-14 21:41:47
but i also have java files in it
matrixm
2019-01-14 21:41:54
how do i run
matrixm
2019-01-14 21:42:20
java SnowBlossomClient.java configs/client.conf $1 $2 $3
matrixm
2019-01-14 21:42:21
have you installed bazel?
Fireduck
2019-01-14 21:42:28
yes
matrixm
2019-01-14 21:42:38
bazel build :SnowBlossomClient_deploy.jar
Fireduck
2019-01-14 21:42:50
i already builded
matrixm
2019-01-14 21:43:06
then you will have bazel-bin/SnowBlossomClient_deploy.jar
Fireduck
2019-01-14 21:43:31
bazel-bin/SnowBlossomClient_deploy.jar in this command i have an error
matrixm
2019-01-14 21:44:00
INFO snowblossom.client.SnowBlossomClient <init> Starting SnowBlossomClient version 1.5.0
Exception in thread "main" java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.AssertionError: expected:<32> but was:<0>
matrixm
2019-01-14 21:44:22
i have the running node
matrixm
2019-01-14 21:44:38
Does the node have blocks?
Fireduck
2019-01-14 21:44:40
but the client is returning this
matrixm
2019-01-14 21:44:46
how
matrixm
2019-01-14 21:44:49
?
matrixm
2019-01-14 21:46:22
Can you show me the last 10 lines the node has output?
Fireduck
2019-01-14 21:46:22
WARNING snowblossom.lib.TimeWatcher checkTime Local clock seems to be off by 223133 ms
matrixm
2019-01-14 21:46:46
only outputs this
matrixm
2019-01-14 21:47:55
namore lines
matrixm
2019-01-14 21:48:01
and more lines
matrixm
2019-01-14 21:48:07
like the above
matrixm
2019-01-14 21:48:22
ok, please restart the node and wait a minute and tell me the last lines it shows
Fireduck
2019-01-14 21:48:28
also, fix your clock :wink:
Fireduck
2019-01-14 21:49:18
fix my clock with ntpd
matrixm
2019-01-14 21:49:34
Exception in thread "main" java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.AssertionError: expected:<32> but was:<0>
at duckutil.TaskMaster.getResults(TaskMaster.java:69)
at duckutil.TaskMaster.getResults(TaskMaster.java:53)
at snowblossom.client.SnowBlossomClient.showBalances(SnowBlossomClient.java:654)
at snowblossom.client.SnowBlossomClient.main(SnowBlossomClient.java:61)
Caused by: java.util.concurrent.ExecutionException: java.lang.AssertionError: expected:<32> but was:<0>
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at duckutil.TaskMaster.getResults(TaskMaster.java:62)
... 3 more
Probably should find a better way to express that the node being used has no blocks
GitHub
2019-01-14 21:50:15
can i start the node
matrixm
2019-01-14 21:50:34
yes
Fireduck
2019-01-14 21:51:13
INFO snowblossom.node.Peerage start Starting peerage
[2019-01-14 21:47:12] WARNING snowblossom.lib.TimeWatcher checkTime Local clock seems to be off by 223269 ms
matrixm
2019-01-14 21:51:53
fix my clock later it should not be from there
matrixm
2019-01-14 21:51:58
:slightly_smiling_face:
matrixm
2019-01-14 21:52:03
ok, your node is unable to contact any other peers
Fireduck
2019-01-14 21:52:07
and can't download any blocks
Fireduck
2019-01-14 21:52:17
how do i fix
matrixm
2019-01-14 21:52:42
my guess is that your computer is unable to make outbound network connections to the seed nodes
Fireduck
2019-01-14 21:52:52
I have no idea why
Fireduck
2019-01-14 21:53:21
firewall-cmd --add-port 2338/tcp
matrixm
2019-01-14 21:53:31
i already do this
matrixm
2019-01-14 21:53:43
clearly that wasn't enough. give me a minute.
Fireduck
2019-01-14 21:53:52
ok
matrixm
2019-01-14 21:55:38
traceroute -T -p 2338 http://seed.snowblossom.org
Fireduck
2019-01-14 21:55:44
you might need to run that as root
Fireduck
2019-01-14 21:55:52
ok
matrixm
2019-01-14 21:55:55
INFO snowblossom.node.SnowBlossomNode <init> Starting SnowBlossomNode version 1.5.0
[2019-01-14 17:09:20] INFO snowblossom.lib.db.rocksdb.JRocksDB <init> Loadng RocksDB with path node_db/mainnet
[2019-01-14 17:09:21] INFO snowblossom.node.Peerage <init> Loaded 12 peers from database
[2019-01-14 17:09:21] INFO snowblossom.node.Peerage start Starting peerage
matrixm
2019-01-14 21:56:07
it loads the peears
matrixm
2019-01-14 21:56:29
loading is not the same as being able to connect to
Fireduck
2019-01-14 21:57:17
1 router.home (192.168.1.1) 4.533 ms 5.202 ms 6.013 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
matrixm
2019-01-14 21:57:38
it seeams that hasn't connect
matrixm
2019-01-14 21:58:05
yeah, something is blocking your ability to make outbound connections
Fireduck
2019-01-14 21:58:12
try changing 2338 to 443 on that command
Fireduck
2019-01-14 21:59:11
traceroute -T -p 443 http://seed.snowblossom.org
traceroute to http://seed.snowblossom.org (54.190.239.231), 30 hops max, 60 byte packets
1 router.home (192.168.1.1) 4.464 ms 4.392 ms 4.360 ms
2 * * *
3 10.137.197.113 (10.137.197.113) 15.888 ms 15.990 ms 16.834 ms
4 10.255.184.98 (10.255.184.98) 16.820 ms 24.740 ms 25.960 ms
5 http://be4975.rcr21.opo01.atlas.cogentco.com (149.6.32.5) 26.068 ms 25.907 ms 25.966 ms
6 http://be3305.ccr52.bio02.atlas.cogentco.com (130.117.1.37) 28.010 ms
7 http://be3324.ccr42.par01.atlas.cogentco.com (130.117.2.66) 39.965 ms
8 http://be3627.ccr41.jfk02.atlas.cogentco.com (154.54.27.169) 112.913 ms 112.034 ms
9 http://be2806.ccr41.dca01.atlas.cogentco.com (154.54.40.110) 121.664 ms 121.976 ms
10 http://be2113.ccr42.atl01.atlas.cogentco.com (154.54.7.158) 127.474 ms 131.738 ms
11 http://be2687.ccr41.iah01.atlas.cogentco.com (154.54.28.130) 143.966 ms 146.830 ms
12 http://be2927.ccr21.elp01.atlas.cogentco.com (154.54.30.162) 163.603 ms 165.351 ms
13 http://be2930.ccr32.phx01.atlas.cogentco.com (154.54.42.65) 167.491 ms 170.643 ms
14 http://be2931.ccr41.lax01.atlas.cogentco.com (154.54.45.162) 176.975 ms 179.971 ms
15 http://be3360.ccr41.lax04.atlas.cogentco.com (154.54.42.102) 181.026 ms 181.984 ms
16 38.142.35.250 (38.142.35.250) 178.449 ms 180.597 ms 38.88.196.90 (38.88.196.90) 181.943 ms
17 * * *
18 * * *
19 52.93.14.122 (52.93.14.122) 221.036 ms 52.93.14.90 (52.93.14.90) 213.970 ms 52.93.14.222 (52.93.14.222) 207.312 ms
20 52.93.15.35 (52.93.15.35) 202.648 ms 52.93.14.147 (52.93.14.147) 198.232 ms 52.93.14.181 (52.93.14.181) 200.269 ms
21 52.93.14.176 (52.93.14.176) 201.964 ms 52.93.14.250 (52.93.14.250) 223.141 ms 52.93.14.74 (52.93.14.74) 201.482 ms
22 52.93.14.103 (52.93.14.103) 198.740 ms 52.93.14.133 (52.93.14.133) 201.194 ms 52.93.14.139 (52.93.14.139) 201.297 ms
23 52.93.240.95 (52.93.240.95) 199.863 ms 205.251.232.225 (205.251.232.225) 201.078 ms 52.93.240.105 (52.93.240.105) 194.494 ms
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
matrixm
2019-01-14 22:00:17
right, so that goes a lot better
Fireduck
2019-01-14 22:00:31
the step beyond your router is blocking outbound to unknown ports
Fireduck
2019-01-14 22:00:52
do y have to change ports in configs to 443
matrixm
2019-01-14 22:01:19
443 is the https port, I asked you to try it because if that didn't work you wouldn't be able to access web sites
Fireduck
2019-01-14 22:01:31
oh
matrixm
2019-01-14 22:01:34
no snowblososm nodes answer on that
Fireduck
2019-01-14 22:02:12
i have to change the rule to unknown ports then
matrixm
2019-01-14 22:02:23
I doubt it is anything you control
Fireduck
2019-01-14 22:02:41
you are getting past your router, which I presume is 1 router.home (192.168.1.1)
Fireduck
2019-01-14 22:02:54
It is your internet provider hating your freedom
Fireduck
2019-01-14 22:02:55
i can acces that
matrixm
2019-01-14 22:03:01
right, your router is fine
Fireduck
2019-01-14 22:03:07
it is the next step beyond that
Fireduck
2019-01-14 22:03:13
i can access my router
matrixm
2019-01-14 22:03:26
Your router is fine, you don't need to do anything to it
Fireduck
2019-01-14 22:03:40
It is the next router, presumably controlled by your internet provider
Fireduck
2019-01-14 22:04:35
i can control my router :slightly_smiling_face:
matrixm
2019-01-14 22:04:36
Nos Comunicacoes S.A. probably
Fireduck
2019-01-14 22:04:46
i can acces it
matrixm
2019-01-14 22:04:57
and make my outbound rulesou
matrixm
2019-01-14 22:05:27
we are really not communicating
Fireduck
2019-01-14 22:05:34
i just have to plug a cable
matrixm
2019-01-14 22:05:46
Your router is allowing the traffic. The router of your internet provider is not allowing the traffic.
Fireduck
2019-01-14 22:05:55
really
matrixm
2019-01-14 22:06:09
that sucks
matrixm
2019-01-14 22:06:18
:slightly_smiling_face:
matrixm
2019-01-14 22:06:20
That is what it seems based on the traceroute
Fireduck
2019-01-14 22:06:21
it does
Fireduck
2019-01-14 22:06:49
but knowing that, we can work around it
Fireduck
2019-01-14 22:07:23
i have to call them to open the port in my account
matrixm
2019-01-14 22:07:37
isn'it
matrixm
2019-01-14 22:07:50
you shouldn't need to, all you need is an outbound connection
Fireduck
2019-01-14 22:07:55
can you try this:
traceroute -T -p 443 -6 http://snow-tx1.snowblossom.org
Fireduck
2019-01-14 22:08:21
What does this show for you: https://test-ipv6.com/ This will test your browser and connection for IPv6 readiness, as well as show you your current IPv4 and IPv6 address.
Fireduck
2019-01-14 22:08:43
connect: Network is unreachable
matrixm
2019-01-14 22:08:53
ok, so you don't have ipv6
Fireduck
2019-01-14 22:09:26
O seu endereço IPv4, na internet pública, parece ser 89.152.27.59
Seu Provedor de Internet (ISP) parece ser NOS_COMUNICACOES
Nenhum endereço IPv6 foi detectado [mais informações]
Aparentemente você é capaz de navegar apenas em sites baseados em IPv4. Você não terá acesso a sites que utilizam exclusivamente IPv6.
To ensure the best Internet performance and connectivity, ask your ISP about native IPv6. [mais informações]
We are sometimes unable to detect Teredo and 6to4 when using HTTPS. [mais informações]
HTTPS support on this web site is in beta. [mais informações]
O seu servidor DNS (provavelmente mantido em seu provedor) parece não ter acess
matrixm
2019-01-14 22:09:39
no ipv6
matrixm
2019-01-14 22:10:23
this means we need to put a node on port 443 for you and change the node software to allow that
Fireduck
2019-01-14 22:10:26
give me a few minutes
Fireduck
2019-01-14 22:10:35
ok
matrixm
2019-01-14 22:11:35
i give u time to do this
matrixm
2019-01-14 22:11:46
u dont have to be rush
matrixm
2019-01-14 22:11:53
easy
matrixm
2019-01-14 22:12:14
Can you try: traceroute -T -p 8080 http://snow-tx1.snowblossom.org
Fireduck
2019-01-14 22:13:35
traceroute -T -p 8080 http://snow-tx1.snowblossom.org
traceroute to http://snow-tx1.snowblossom.org (45.79.20.24), 30 hops max, 60 byte packets
1 router.home (192.168.1.1) 4.166 ms 4.110 ms 4.077 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
matrixm
2019-01-14 22:13:39
ok
Fireduck
2019-01-14 22:14:34
same result as 2338
matrixm
2019-01-14 22:15:57
Mr Fireduck are u tomorrow in here
matrixm
2019-01-14 22:16:02
:slightly_smiling_face:
matrixm
2019-01-14 22:18:03
probably
Fireduck
2019-01-14 22:21:17
*https://github.com/snowblossomcoin/snowblossom/compare/ce7da0b37a2a...858cd5014418*
https://github.com/snowblossomcoin/snowblossom/commit/858cd5014418d55046fda3cdb5e2b8beef8d9bc3 - Work around for blocked 2338
GitHub
2019-01-14 22:21:19
git pull
Fireduck
2019-01-14 22:21:27
rebuild and run node
Fireduck
2019-01-14 22:24:41
i hope that provider is not a regional monopoly
Rotonen
2019-01-14 22:25:02
they sell web access, not internet access
Rotonen
2019-01-14 22:25:25
and if they are really evil, they deep packet inspect
Rotonen
2019-01-14 22:26:00
so you’d have to look at dns over https and implement akin to that
Rotonen
2019-01-14 22:26:22
to truly stick it at the nebulous ’them’
Rotonen
2019-01-14 22:27:33
righto
Fireduck
2019-01-14 22:29:07
sorta like a webrtc data channel
Rotonen
2019-01-14 22:29:16
no greater magic involved
Rotonen
2019-01-14 22:31:18
I could also actually turn on the TLS portion of gRPC and use port 443 in a more legit way
Fireduck
2019-01-14 22:35:27
i guess they really cannot break TLS
Rotonen
2019-01-14 22:35:55
thanks
matrixm
2019-01-14 22:36:01
a corporation could force a resigning proxy on its workforce
Rotonen
2019-01-14 22:36:23
but a consumer isp probably not on its users
Rotonen
2019-01-14 22:37:48
I could absolutely see a Comcast install tool installing their own CA
Fireduck
2019-01-14 22:40:39
even the FCC would be forced to swat that one down
Rotonen
2019-01-14 22:41:34
but having spent enough time in ISOC, the things governments actually do globally, nothing surprises me anymore
Rotonen
2019-01-14 22:48:07
before run bazel-bin/SnowBlossomNode node.conf do y have to change ports in config
matrixm
2019-01-14 22:48:13
:slightly_smiling_face:
matrixm
2019-01-14 22:49:28
?
matrixm
2019-01-14 22:50:45
to 443
matrixm
2019-01-14 22:50:58
instead 2338
matrixm
2019-01-14 22:59:22
the new pull is giving errors
matrixm
2019-01-14 22:59:40
No config change
Fireduck
2019-01-14 22:59:48
Exception in thread "main" java.io.IOException: Failed to bind
at io.grpc.netty.NettyServer.start(NettyServer.java:252)
at io.grpc.internal.ServerImpl.start(ServerImpl.java:163)
at io.grpc.internal.ServerImpl.start(ServerImpl.java:78)
at snowblossom.node.SnowBlossomNode.startServices(SnowBlossomNode.java:120)
at snowblossom.node.SnowBlossomNode.<init>(SnowBlossomNode.java:70)
at snowblossom.node.SnowBlossomNode.main(SnowBlossomNode.java:34)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
at sun.nio.ch.Net.bind(Net.java:425)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:128)
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:558)
at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1358)
at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:501)
at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:486)
at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:1019)
at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:254)
at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:366)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:464)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
jan 14, 2019 10:55:12 PM snowblossom.lib.db.rocksdb.JRocksDB close
INFO: RocksDB flush started
jan 14, 2019 10:55:12 PM snowblossom.lib.db.rocksdb.JRocksDB close
INFO: RocksDB flush completed
matrixm
2019-01-14 23:00:18
Is another node running?
Fireduck
2019-01-14 23:00:25
ops
matrixm
2019-01-14 23:00:30
i gues it is
matrixm
2019-01-14 23:01:05
bazel-bin/SnowBlossomNode example/configs/node.conf
FAILED TO INITIALIZE LOGGING: java.io.FileNotFoundException: configs/logging.properties (No such file or directory)
jan 14, 2019 10:56:59 PM snowblossom.node.SnowBlossomNode <init>
INFO: Starting SnowBlossomNode version 1.5.0
jan 14, 2019 10:56:59 PM snowblossom.lib.db.rocksdb.JRocksDB <init>
INFO: Loadng RocksDB with path node_db/mainnet
jan 14, 2019 10:57:00 PM snowblossom.node.Peerage start
INFO: Starting peerage
jan 14, 2019 10:57:00 PM snowblossom.lib.TimeWatcher checkTime
WARNING: Local clock seems to be off by 223521 ms
jan 14, 2019 10:57:01 PM snowblossom.node.Peerage reportTip
INFO: Got first tip from a remote peer
matrixm
2019-01-14 23:01:18
think it connects
matrixm
2019-01-14 23:01:20
That is a good sign
Fireduck
2019-01-14 23:01:33
do i run client
matrixm
2019-01-14 23:01:39
know?
matrixm
2019-01-14 23:02:19
It should show that it is getting blocks
Fireduck
2019-01-14 23:02:27
Might take a few minutes
Fireduck
2019-01-14 23:02:32
ok
matrixm
2019-01-14 23:02:37
i'll try
matrixm
2019-01-14 23:07:33
thanks man it snow's an address
matrixm
2019-01-14 23:07:44
what do i do whith it
matrixm
2019-01-14 23:07:49
:slightly_smiling_face:
matrixm
2019-01-14 23:08:18
I
Fireduck
2019-01-14 23:08:37
Convince people to send you SNOW
Fireduck
2019-01-14 23:08:49
do u want my snow
matrixm
2019-01-14 23:09:07
?
matrixm
2019-01-14 23:09:53
and u give-me some too
matrixm
2019-01-14 23:10:26
use the testnet for testing
Rotonen
2019-01-14 23:10:36
ok
matrixm
2019-01-14 23:22:02
is just changing the port
matrixm
2019-01-14 23:25:04
Is that a question? I don't understand.
Fireduck
2019-01-14 23:26:57
and the yes
matrixm
2019-01-14 23:27:02
:slightly_smiling_face:
matrixm
2019-01-14 23:27:18
i mean yes
matrixm
2019-01-14 23:30:16
can u explain me how does this works, what the idea beyond, because it snows an address, and next what can i do bring my friends but what do i say
matrixm
2019-01-14 23:31:09
sorry if it is kind of messy but i dont know what i'm doing
matrixm
2019-01-14 23:31:28
can u explain me
matrixm
2019-01-14 23:31:33
:slightly_smiling_face:
matrixm
2019-01-14 23:32:02
just because it does not have an doc
matrixm
2019-01-14 23:32:45
This is early days, as you see. It isn't very easy yet.
Fireduck
2019-01-14 23:33:10
You can buy snow and then talk to your friends about it
Fireduck
2019-01-14 23:34:08
as i did i buy snow
matrixm
2019-01-14 23:34:13
?
matrixm
2019-01-14 23:34:18
wright
matrixm
2019-01-14 23:34:27
right
matrixm
2019-01-14 23:34:30
?
matrixm
2019-01-14 23:35:07
What is the propose of snow
matrixm
2019-01-14 23:35:43
It is a cryptocurreny
Fireduck
2019-01-14 23:35:43
i can tell my friends that i have snow but for what?
matrixm
2019-01-14 23:38:33
Unless you bought some, you probably don't have any snow
Fireduck
2019-01-14 23:38:41
You are running a node
Fireduck
2019-01-14 23:38:48
yes
matrixm
2019-01-14 23:40:08
this is pretty like bitcoin wallet
matrixm
2019-01-14 23:40:37
u have to bought bitcoi to the wallet
matrixm
2019-01-14 23:41:01
Yes
Fireduck
2019-01-14 23:42:22
i was thinking that i can mine some bitcoin is it possible
matrixm
2019-01-14 23:43:41
»
matrixm
2019-01-14 23:43:43
?
matrixm
2019-01-14 23:44:12
To mine snow? Absolutely
Fireduck
2019-01-14 23:45:58
that's wath i want, mine snow next to have the snow whithout bought. go some site to exchange fro money isn't that it
matrixm
2019-01-14 23:46:10
?
matrixm
2019-01-14 23:48:21
is that possible
matrixm
2019-01-14 23:48:29
?
matrixm
2019-01-14 23:49:13
You can mine snow and get some without buying it, yes
Fireduck
2019-01-14 23:49:22
lol
matrixm
2019-01-14 23:49:24
I'm having a hard time understanding
Fireduck
2019-01-14 23:49:31
ok
matrixm
2019-01-14 23:49:38
U're a nice guy
matrixm
2019-01-14 23:49:45
I try
Fireduck
2019-01-14 23:49:52
i'm here in Portugal
matrixm
2019-01-14 23:50:05
it's 0:00
matrixm
2019-01-14 23:50:19
bed calls
matrixm
2019-01-14 23:51:30
so can i talk to u to understand the filosophy beyond, i start to figure it out but i need to be cleared
matrixm
2019-01-14 23:51:34
besides
matrixm
2019-01-14 23:51:58
nice developed Program
matrixm
2019-01-14 23:52:11
congratulations
matrixm
2019-01-14 23:52:21
I'm developer to
matrixm
2019-01-14 23:52:48
Tomorrow ill be here if u don't mind?
matrixm
2019-01-14 23:53:05
Sure, good night
Fireduck
2019-01-14 23:53:43
Good day
matrixm