refreshing node db on explorer, some old transactions were not indexed do to setting not being set at first
heh, I setup a box on linode yesterday to check it out
today I am getting emails about emergency maintenance and it is going up and down
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
@matrixm welcome
thanks
where do we start, the space is coll
cooll
If you have general questions here is a good place, that way other people can answer as well
lol
fun and all
so
I need to head home, I'll be back on in a bit
ok
Where do i mine
and how
@matrixm https://github.com/snowblossomcoin/snowblossom/wiki/Quickstart Try your hand at that, and if any confusion, ask questions. :P
ok
Package java-1.8.0-openjdk-1:1.8.0.191.b12-8.fc29.x86_64 is already installed.
Exception in thread "main" java.lang.RuntimeException: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception at duckutil.TaskMaster.getResults(TaskMaster.java:69)
what are you running? client?
yes
the client queries the node for address information. You'll need to run the and sync the node. :P
:slightly_smiling_face:
ok
the node is running what is for
@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.
the chain stores all the info. the node sees as much of the chain as it has seen. the wallet trusts the node
@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.
makes a note to add that to the wiki that clients are secured.
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
Al this thing is amazing waht u are developing
--- but yeah, the blockchain is literally just data
i'm developer to
@Clueless i thought we were going for a ’lies to children’ levels of granularity
So and mining
is done
@Rotonen I'm not sure, trying to figure out a good balance.
communication is hard
still can' connct
./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)
Know what taht is