pull down to refresh
1 sat \ 0 replies \ @ford 17 May 2022 \ on: Software Development Engineer in Test (SDET) jobs
This is cool. I especially like the last paragraph about high school dropouts. All the best!
oy oy oy reminds me of this: https://yewtu.be/watch?v=i07VrsMTIaU
Dvorak Simplified Keyboard Layout is like Bitcoin. It provides incentives. Sooner or later everyone will touch-type this layout.
Long time no see! thanks
The funny thing is this got stacked but I can still edit the message. Thanks!
His minimal research told him that Ford Prefect would be a nicely inconspicuous name.
Nice to meet you! :-)
Thank you for a great question! One thing that comes to my mind while using public channels like this is to use TweetNaCl.js which allows easy public-key authenticated encryption.
So, first, let me generate a random new keypair by pressing Random button at the link above. Now I note My Secret Key which I keep private. My Public Key is
Tg97OKc4MrGAnIUqq6uvTdtBj75OGRdWv5XpiP/9nC8=
. Now you please do the same and write me your public key here in unencrypted text. You can also generate a random nonce which we will use for our first message.Once we establish an encrypted "channel" using public unencrypted stacker.news comments, we can already share another means of communication (email or whatever else) without posting it publicly.
I hope you like this introductory Practical Encryption non-interactive session. Write to you soon!
5 sats \ 0 replies \ @ford 7 May 2022 freebie \ parent \ on: Question: Full node or pruned node? bitcoin
Correction: Pruned node will in summary download all the blocks, but at one moment it will only use
-pruned=N
where N
is a number of megabytes, at least 550
. When it syncs with the latest block, it will have a chainstate
with the same idea of the state like any other full node that has all the historical blocks.Yes, I have experience with both pruned node and a non-pruned node. A pruned node can still act as a full member of the network by verifying all the transactions (and forwarding them to other nodes if they are valid).
One can also mine on a pruned node or run a btc-rpc-explorer against it.
And a pruned node can even help your new nodes come up, as you can simply copy the needed files and start a new node (see https://prunednode.today/).
But yes, very thin ice discussing this topic with others because this topic is (and rightfully so) very opinionated. It touches the basics of what Bitcoin is. If you have the space for it, run a full node with all the historic blocks. If not, run a pruned node which is the second best. And preferable do the initial block download yourself, but if you know what you are doing, feel free to do it otherwise. In the end your node will have the same chainstate and last blocks, no matter what you do. But do it. Learn in practice. You'll feel the difference.
GENESIS