|
|
gigabyted
|
|
December 10, 2020, 03:12:50 AM |
|
Hard to read article, but still easier than the original paper (plus the glass names are direct reference to it) For a even more hardcore read check out the original paper: https://eprint.iacr.org/2020/688.pdf
|
|
|
|
OrsonJ
|
|
December 14, 2020, 09:50:35 PM |
|
Just noticed the Zano logo on the booze bottles. Nice touch
|
|
|
|
gigabyted
|
|
December 15, 2020, 01:31:20 AM |
|
Just noticed the Zano logo on the booze bottles. Nice touch Funny i didn't noticed neither!
|
|
|
|
crypto_zoidberg (OP)
|
|
December 15, 2020, 10:06:30 AM |
|
Just noticed the Zano logo on the booze bottles. Nice touch Not only there actually, there are also one place with logo, that you probably didn't notice
|
|
|
|
PeterColumboFalk
Jr. Member
Offline
Activity: 81
Merit: 5
|
|
December 16, 2020, 03:05:31 PM |
|
How do I run zanod in the background on linux? I tried "nohup ./zanod >zanod.log &", but this fails.
|
|
|
|
crypto_zoidberg (OP)
|
|
December 16, 2020, 03:15:57 PM |
|
How do I run zanod in the background on linux? I tried "nohup ./zanod >zanod.log &", but this fails.
you can use "screen" command for that(it basically can run any app in background).
|
|
|
|
PeterColumboFalk
Jr. Member
Offline
Activity: 81
Merit: 5
|
|
December 16, 2020, 04:03:41 PM |
|
How do I run zanod in the background on linux? I tried "nohup ./zanod >zanod.log &", but this fails.
you can use "screen" command for that(it basically can run any app in background). it works. Very nice tool, thank you.
|
|
|
|
PeterColumboFalk
Jr. Member
Offline
Activity: 81
Merit: 5
|
|
December 16, 2020, 06:36:12 PM |
|
Can I PoS mint in simplewallet? Or have I to use GUI?
|
|
|
|
crypto_zoidberg (OP)
|
|
December 16, 2020, 06:43:42 PM |
|
Can I PoS mint in simplewallet? Or have I to use GUI?
Sure, you can use simplewallet for staking:
simplewallet --rpc-bind-port=yourport --wallet-file=path\to\your.file --do-pos-mining --deaf
--rpc-bind-port - this needed to launch simplewallet in server mode --do-pos-mining - this tells wallet to launch staking --deaf - tells simplewallet to ignore any network rpc requests (for safety reasons)
|
|
|
|
PeterColumboFalk
Jr. Member
Offline
Activity: 81
Merit: 5
|
|
December 16, 2020, 07:06:01 PM |
|
Can I PoS mint in simplewallet? Or have I to use GUI?
Sure, you can use simplewallet for staking:
simplewallet --rpc-bind-port=yourport --wallet-file=path\to\your.file --do-pos-mining --deaf
--rpc-bind-port - this needed to launch simplewallet in server mode --do-pos-mining - this tells wallet to launch staking --deaf - tells simplewallet to ignore any network rpc requests (for safety reasons)
thanks
|
|
|
|
OrsonJ
|
|
December 18, 2020, 11:24:56 AM |
|
Can I ask, are there translations of the opening post in the other language sections? Russian even?
|
|
|
|
crypto_zoidberg (OP)
|
|
December 18, 2020, 11:28:08 AM |
|
Can I ask, are there translations of the opening post in the other language sections? Russian even?
To my knowledge not yet.
|
|
|
|
teknohog
|
|
December 18, 2020, 01:37:20 PM |
|
How do I run zanod in the background on linux? I tried "nohup ./zanod >zanod.log &", but this fails.
you can use "screen" command for that(it basically can run any app in background). Screen doesn't put the program in the background in the usual sense. It makes the program run in a virtual terminal, which you can still access normally. I use screen a lot so I can keep lots of terminal programs running, without being visible all at once. You can put screen itself in the background with all the programs running within, and open it later (perhaps when connecting from another machine). I think this is its most essential feature. Many people learned to use screen around 2000 for using IRC; they could leave their IRC client running on some server, and return to their session the next day, without keeping their own computer on all the time. For actually putting zanod in the background, I use the --no-console option. So or to make it extra sure ./zanod --no-console >/dev/null 2>/dev/null &
|
|
|
|
gigabyted
|
|
December 18, 2020, 04:27:53 PM |
|
Can I PoS mint in simplewallet? Or have I to use GUI?
Sure, you can use simplewallet for staking:
simplewallet --rpc-bind-port=yourport --wallet-file=path\to\your.file --do-pos-mining --deaf
--rpc-bind-port - this needed to launch simplewallet in server mode --do-pos-mining - this tells wallet to launch staking --deaf - tells simplewallet to ignore any network rpc requests (for safety reasons)
--deaf huh, interesting trick, didn't know that one!
|
|
|
|
PeterColumboFalk
Jr. Member
Offline
Activity: 81
Merit: 5
|
|
December 18, 2020, 05:16:03 PM |
|
... For actually putting zanod in the background, I use the --no-console option. So or to make it extra sure ./zanod --no-console >/dev/null 2>/dev/null &
Good hint too, runs well.
|
|
|
|
gigabyted
|
|
December 18, 2020, 09:43:01 PM |
|
... For actually putting zanod in the background, I use the --no-console option. So or to make it extra sure ./zanod --no-console >/dev/null 2>/dev/null &
Good hint too, runs well. You skilled with linux? I have a RaspberryPI coming and want to spend some time over setting a staking node and try to secure it, maybe even make a bundle or image so people can use it easily. If you have any skill, a hand would surely be appreciated! In that case just join in our discord and hit me up!
|
|
|
|
OrsonJ
|
|
December 22, 2020, 10:17:28 AM |
|
Can I ask, are there translations of the opening post in the other language sections? Russian even?
To my knowledge not yet. #TODO 2021 I can sort out a Spanish translation for us.
|
|
|
|
|
|