-
gingeropolous
so, i know satoshi shouldn't be revered as some godlike entity that brought forth The Truth from the turbulent nether realms of uncollapsed wave functions....
-
gingeropolous
-
gingeropolous
especially regarding the monero network and the dancing around remote nodes
-
gingeropolous
"The current system where every user is a network node is not the intended configuration for large scale. That would be like every Usenet user runs their own NNTP server. The design supports letting users just be users. The more burden it is to run a node, the fewer nodes there will be. Those few nodes will be big server farms. The rest will be client nodes that only do transactions and don't generate."
-
gingeropolous
i mean, he speaks here of "the rest will be client nodes that only do transactions and don't generate"... yeah, in those days that meant mining
-
gingeropolous
but for the monero network, it could be seen as the remote node users being the "letting the users just be users"
-
gingeropolous
wonder if by "client nodes" he meant nodes that still have the blockchain or just wallets
-
tryphe
sounds like he was hinting at pruned nodes if you regard "network node" as "historical node"
-
tryphe
although whether he knew "client nodes" would verify or not, i'm not sure. i assume so?
-
gingeropolous
-
gingeropolous
that positions clients as pretty dumb and useless.
-
Quotes
useless? nothing is as useless as »Useless Ethereum Token« (UET®)
coinmarketcap.com/currencies/useless-ethereum-token
-
gingeropolous
lol
-
gingeropolous
" client nodes that only do transactions" ... yeah i dunno.
-
gingeropolous
that only verify transactions? or receive and push transactions to the server nodes?
-
gingeropolous
only do transactions and don't generate. I'd have to imagine he's talking about just running a node vs. running a node and mining
-
tryphe
yeah to me it's hard to tell if he meant spv node or pruned node (or maybe both ambiguously), but maybe he didn't realize pruned nodes were possible
-
jbg
my interpretation is closer to remote node users than to pruning
-
jbg
letting "users just be users", and not having every user be a "network node"
-
jbg
it implies that users put some (however small) amount of trust into a third party so that they can just be users
-
Quotes
diisssscoonneeeeeee ♪ ┗(^0^)┓ ♪
-
jbg
which is anathema to a lot of people interested in blockchains now (who want "be your own bank" taken to its logical conclusion), but i don't know if satoshi was all that absolutist about it
-
tryphe
i think there's still a lot of grey lines in terms of future roles of network participants, even as when he said that quote. i'm not even sure he know what he meant :p
-
tryphe
taking "user" as classically defined in a master/slave model and sticking it into some other model sort of changes the defintion
-
cacaosteve
username/password is stored in file monero-wallet-rpc.18081.login, but I searched my whole drive and I do not have that file
-
cacaosteve
I did monerod --stagenet no problem
-
cacaosteve
then monero-wallet-rpc --stagenet
-
cacaosteve
Failed to parse arguments: the option '--rpc-bind-port' is required but missing
-
cacaosteve
?
-
moneromooo
Did you use --rpc-bind-port ?
-
cacaosteve
yes I tried that as well
-
cacaosteve
do I need the wallet cli?
-
cacaosteve
I just want to make a wallet and use accounts on the wallet, send and receive
-
cacaosteve
I thought it said on the monero web site I don't need wallet cli
-
moneromooo
If you want to use a wallet manually, monero-wallet-cli. If you want to use another program to use monero, use monero-wallet-rpc.
-
cacaosteve
right. I want to set it up to call the commands from another program
-
cacaosteve
i think some of the issue is that I don't have a wallet with a username password yet?
-
moneromooo
Easier to create one first with monero-wallet-cli, yes.
-
cacaosteve
I should try that
-
cacaosteve
okay I think I got it
-
cacaosteve
monero-wallet-rpc --stagenet --wallet-file .bitmonero/monerowalletstage --rpc-bind-port 38080 --password ""
-
moneromooo
That looks plausible.
-
cacaosteve
-
jtgrassie
-
jtgrassie
there are examples. change the port to match the port you used.
-
cacaosteve
ah that's exactly what I'm looking at
-
cacaosteve
I'm just trying to put it into Paw or Postman
-
cacaosteve
it does seem to work though, thanks
-
cacaosteve
with curl
-
cacaosteve
to send part of the balance from one account to another do I have to use transfer to send to an address?
-
selsta
yes
-
yanmaani
jbg: Satoshi specifically envisioned everyone using thin nodes/hosted wallets.
-
yanmaani
The problem with remote nodes is not that it's not possible to do SPV for an individual node securely, but that it has some alleged problems if everyone does it.