2018-11-16 05:26:22
refreshing node db on explorer, some old transactions were not indexed do to setting not being set at first
Fireduck
2018-11-16 22:52:12
heh, I setup a box on linode yesterday to check it out
Fireduck
2018-11-16 22:52:37
today I am getting emails about emergency maintenance and it is going up and down
Fireduck
2018-11-16 22:53:05
something to be said about platforms like GCP where they will just transparently move your running instance to different hardware possibly in a different building without you knowing
Fireduck
2018-11-16 23:00:51
@matrixm welcome
Fireduck
2018-11-16 23:02:46
thanks
matrixm
2018-11-16 23:03:56
where do we start, the space is coll
matrixm
2018-11-16 23:04:04
cooll
matrixm
2018-11-16 23:04:30
If you have general questions here is a good place, that way other people can answer as well
Fireduck
2018-11-16 23:05:22
lol
matrixm
2018-11-16 23:05:27
fun and all
matrixm
2018-11-16 23:05:39
so
matrixm
2018-11-16 23:05:43
I need to head home, I'll be back on in a bit
Fireduck
2018-11-16 23:05:49
ok
matrixm
2018-11-16 23:05:59
Where do i mine
matrixm
2018-11-16 23:06:25
and how
matrixm
2018-11-16 23:06:27
?
matrixm
2018-11-16 23:07:29
@matrixm https://github.com/snowblossomcoin/snowblossom/wiki/Quickstart
Try your hand at that, and if any confusion, ask questions. :P
Clueless
2018-11-16 23:07:48
ok
matrixm
2018-11-16 23:19:50
Package java-1.8.0-openjdk-1:1.8.0.191.b12-8.fc29.x86_64 is already installed.
matrixm
2018-11-16 23:20:18
Exception in thread "main" java.lang.RuntimeException: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at duckutil.TaskMaster.getResults(TaskMaster.java:69)
matrixm
2018-11-16 23:20:33
what are you running? client?
Clueless
2018-11-16 23:20:53
yes
matrixm
2018-11-16 23:21:26
the client queries the node for address information.
You'll need to run the and sync the node. :P
Clueless
2018-11-16 23:21:37
:slightly_smiling_face:
matrixm
2018-11-16 23:21:39
ok
matrixm
2018-11-16 23:23:12
the node is running what is for
matrixm
2018-11-16 23:23:17
?
matrixm
2018-11-16 23:25:47
@matrixm I suppose we haven't explained what these things all are.
The blockchain that cryptocurrencies tend to rely on is just data.
The node, is software people run that downloads the blockchain, and shares it with other nodes. The node software also handles storing transactions in memory pool until they're put into new blocks.
The client handles your wallet, keys, and making transactions. It uses the node to tell it what the current transaction, address status is.
Clueless
2018-11-16 23:27:35
the chain stores all the info. the node sees as much of the chain as it has seen. the wallet trusts the node
Rotonen
2018-11-16 23:29:39
@Rotonen fireduck fixed it awhile back so that the client no longer trusts the node, it verifies all the address data. :) the most a node can do is associate ip/addresses, or not tell the client about new blocks.
Clueless
2018-11-16 23:30:17
makes a note to add that to the wiki that clients are secured.
Clueless
2018-11-16 23:30:39
and mining is that through hardship a miner found something new about the chain out and thus the node relays that to other nodes in a way which might stick
Rotonen
2018-11-16 23:30:51
Al this thing is amazing waht u are developing
matrixm
2018-11-16 23:31:01
---
but yeah, the blockchain is literally just data
Clueless
2018-11-16 23:31:03
i'm developer to
matrixm
2018-11-16 23:31:31
@Clueless i thought we were going for a ’lies to children’ levels of granularity
Rotonen
2018-11-16 23:31:57
So and mining
matrixm
2018-11-16 23:32:00
is done
matrixm
2018-11-16 23:32:13
@Rotonen I'm not sure, trying to figure out a good balance.
Clueless
2018-11-16 23:32:32
communication is hard
Rotonen
2018-11-16 23:33:50
still can' connct
matrixm
2018-11-16 23:34:45
./node.sh
[2018-11-16 23:31:37] INFO snowblossom.node.SnowBlossomNode <init> Starting SnowBlossomNode version 1.4.2
[2018-11-16 23:31:37] INFO snowblossom.lib.db.rocksdb.JRocksDB <init> Loadng RocksDB with path node_db/mainnet
Exception in thread "main" org.rocksdb.RocksDBException: while open a file for lock: node_db/mainnet/LOCK: Permission denied
at org.rocksdb.RocksDB.open(Native Method)
at org.rocksdb.RocksDB.open(RocksDB.java:231)
at snowblossom.lib.db.rocksdb.JRocksDB.openRocksDB(JRocksDB.java:83)
at snowblossom.lib.db.rocksdb.JRocksDB.<init>(JRocksDB.java:67)
at snowblossom.node.SnowBlossomNode.loadDB(SnowBlossomNode.java:133)
at snowblossom.node.SnowBlossomNode.<init>(SnowBlossomNode.java:64)
at snowblossom.node.SnowBlossomNode.main(SnowBlossomNode.java:34)
matrixm
2018-11-16 23:45:56
Know what taht is
matrixm