-
marvel882
Hello, in the gui wallet you can create a "new account" are these sub-addresses or disposable addresses?
-
marvel882
how do you remove Recieve addresses in the gui wallet?
-
jwinterm
marvel882, accounts are separate seeds I think
-
jwinterm
but I don't use gui so really no idea tbh
-
marvel882
I found that I can add addresses in my receive tab but I am also unable to remove them.
-
jwinterm
make a new wallet?
-
blackbeard420
why would you want to remove an address?
-
marvel882
because I just made about 5 testing stuff and now they are stuck inside my wallet
-
marvel882
I think on the cli version its called "integrated_address"
-
marvel882
those have the payment ids embedded in the address but is someone able to find out my main address from this new one?
-
scoobybejesus
they cannot. beauty of ECC
-
scoobybejesus
well, with subaddresses they can't
-
marvel882
ok so these are sub-addresses. Thats fine I can rename them to something useful at least in the future. I was originally wanting to generate some disposable addresses but I guess this is the only way to do it.
-
duso
If the monero daemon requires a fixed port of 18080 open to participate as part of the decentralised network, does that mean a government wishing to prevent the use of monero could just drop all packets with a destination of port 18080 and effectively cripple the network?
-
manifest
the p2p aspect is not dependant of that specific port afaik so i think not, someone can specify/correct me perhaps
-
asymptotically
duso: i think you can switch to another port and still get incoming connections, but you will still be connecting to others on port 18080 i guess
-
asymptotically
p2p traffic isnt encrypted either so anyone listening in can figure out what it is no matter which port you pick
-
duso
You could always tunnel past any said gateways with a VPN service but it should not really be that simple to block communication between nodes
-
asymptotically
if you want to hide that you are using monero you should probably look into tor or i2p
-
duso
I wonder how hard it would be to integrate a tor client into the daemon?
-
asymptotically
-
duso
I am just thinking about the resilience to the network being interrupted or taken down/
-
duso
Well, I am off to bed with a copy of "Mastering Monero". Night all
-
emilengler
To reset the wallets and satrt from scratch without re-downloading the blockchain, would it be sufficient to delete the ~/Monero/wallets folder?
-
moneromooo
That'll likely lose your keys if you did not back them up, but yes, if that's where you put your wallets.
-
xmrmatterbridge
<mxudi> hi
-
xmrmatterbridge
<mxudi>
-
xmrmatterbridge
<mxudi> I have no more access to my wallet. I have only the public address, keys and the file with the name of my wallet inside the wallet folder. can I recover it?
-
xmrmatterbridge
<mxudi> 5:11 PM
-
xmrmatterbridge
<mxudi>
-
xmrmatterbridge
<mxudi> I tried it via gui wallet. I am asked the spend key and private key. I dont have these but I have the file walletname.keys, as I said
-
asymptotically
what do you mean you have no more access to the wallet?
-
asymptotically
not familar with the gui wallet, but if you use the cli wallet with --wallet-file ./wallet-folder/your-wallet-name it should just work
-
moneromooo
Are you missing the password then ?
-
moneromooo
If you have the keys file but not the passwrd, you can try to brute force it if you remember mostly what it was.
-
moneromooo
If it's a strong password and you don't know what it was and don't have your keys backed up, it's lost.
-
xmrmatterbridge
<mxudi> yes, the wallet pw is missing
-
xmrmatterbridge
<mxudi> I have the keys
-
xmrmatterbridge
<mxudi> but not the pw
-
asymptotically
did you write down the 25 words you were given when creating the wallet?
-
xmrmatterbridge
<mxudi> I dont even remember if I've done it. I think I didnt. if there were two options, one with keys, the other with 25 words as offered during gui wallet access, I must have probably chosen the keys way.
-
xmrmatterbridge
<mxudi> I do remember having entered view key and spend key during the last transaction I did
-
yanmaani
As I recall it, there is no such option - they ask you to write down a set of 25 words.
-
xmrmatterbridge
<mxudi> could you please tell me the command with '--wallet-file' in complete form? I did "./monerod --wallet-file /path/to/wallet' but it was wrong
-
moneromooo
use monero-wallet-cli instead of monerod.
-
xmrmatterbridge
<mxudi> what is a restore height? I am asked that, too
-
moneromooo
A height before which it won't try to spot incoming monero. It's much faster if you know when you started using your wallet.
-
xmrmatterbridge
<mxudi> when I have the keys as file, is there no way I view and spend keys?
-
xmrmatterbridge
<mxudi> view view and spend keys
-
azizLIGHT
if i want to run 2 nodes, can i share the blockchain files between the two processes on a shared disk?
-
moneromooo
Yes in theory. Might be some issues with tx selection if you mine.
-
azizLIGHT
ok, that was my next question, about mining simultaneously on both nodes with the shared blockchain files
-
azizLIGHT
i would like to save some hdd space if its possible
-
marvel882
is it ok to leave rpc open and free for all?
-
moneromooo
Yes.
-
moneromooo
You'll probably want to use --restricted-rpc though, or people will mine on your computer.
-
xmrmatterbridge
<mxudi> the command is of no use anyway, as I have the same problem having the pw no more
-
moneromooo
You'll probably also want to set mine-for-service (see the --rpc-payment-* options).
-
marvel882
ok thank you. I had mine setup with rpc payments but I couldnt use it locally with another client because it wanted a pyment
-
moneromooo
mxudi: if you entered view/spend keys at some point, it kinda implies you have them stored elsewhere, no ?
-
asymptotically
azizLIGHT: you could try running 1 node and then connecting 2 xmrig instances to it
-
xmrmatterbridge
<mxudi> I found this and tried it, and it is telling me "Specify Electrum seed: " I guess meaning the same 25 words?
-
xmrmatterbridge
-
moneromooo
Yes.
-
azizLIGHT
asymptotically: thanks ill look at what xmrig is
-
xmrmatterbridge
<mxudi> of course.
-
xmrmatterbridge
<mxudi> I didn't add...I also have my original blockchain in place. does that help?
-
moneromooo
The blockchain is wholly separate from your keys.
-
xmrmatterbridge
<mxudi> could I search for my last transaction in the blockchain?
-
xmrmatterbridge
<mxudi> if I knew the date and the recipient address?
-
xmrmatterbridge
<mxudi> ok anyway, thank you, i will try to fix it later
-
fiddleitout
hi, i am not very familiar with git clone and make release. But i did it to help with testing Dandelion. i can not find my ./monerod
-
fiddleitout
there is a folder 'daemon!
-
asymptotically
fiddleitout: is this after running make?
-
asymptotically
it might be inside a folder named bin :D
-
fiddleitout
yes after make, there have been some errors whild cmake
-
asymptotically
oh that might be why you don't see anything. can you put the errors on a pastebin site like paste.debian.net?
-
hyc
if you did "make release" everything should be in build/release/bin
-
fiddleitout
i did a folder /monero/build
-
fiddleitout
and in this folder i did cmake release ..
-
hyc
then look for release/bin
-
fiddleitout
Build files have been written to: /home/XXX/monero/build
-
fiddleitout
in monero or in build ?
-
fiddleitout
yes there is /build/bin
-
fiddleitout
but it seems empty
-
hyc
then your errors probably prevented the build from completing
-
fiddleitout
ok i do the pastebin...
-
moneromooo
By default it goes to Linux/master or something now.
-
hyc
oh
-
hyc
haven't done a fresh build in a while
-
moneromooo
find build -name monerod
-
hyc
^ people should already know how to do that
-
asymptotically
it looks like he's running cmake himself and not using the makefile in the project root though
-
asymptotically
so maybe he just needs to run make?
-
fiddleitout
sorry pastebin did not work too many special chars?
imgur.com/a/VEkJq0P
-
fiddleitout
asymptotically - just ./make inside /monero or how?
-
fiddleitout
-- Enabling Cortex-A53 workaround 835769
-
fiddleitout
CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1149 (message):
-
fiddleitout
in /monero make release says make: "/home/XXX/monero/Makefile" line 32: Missing dependency operator
-
fiddleitout
and "line 34: Need an operator" and "line 37: Missing dependency operator" and line 41 and line 45
-
SerHack
fiddleitout: you need to upgrade boost libraries
-
dvd
Hello,
-
fiddleitout
The most recent versions of packages are already installed
-
fiddleitout
do i have to do this as root?
-
Guest55926
Hi guys, im currently trying to start monero-wallet-rpc. Im getting the following exception:E No message store file found. What might be wrong there?
-
moneromooo
Not having a message store file, as it says.
-
moneromooo
It gets created when you run mss init IIRC.
-
moneromooo
mms init.
-
Guest55926
whats the purpose of that file?
-
moneromooo
Keeping track of high level multisig interactions.
-
Guest55926
Can i use the rpc-wallet without that file?
-
fiddleitout
no, same as root make: Fatal errors encountered -- cannot continue
-
fiddleitout
boost-libs seem to be "The most recent versions of packages are already installed"
-
kiwi_90
Is it possible to start the monero-wallet-rpc without multisig support?
-
Mochi102
kiwi_90, what do you mean?
-
kiwi_90
The monero-wallet-rpc daemon does not want to start without the mms file although i rly dont need the multisignature features and theres no parameter to opt out
-
Mochi102
Are you the person that forked monero and are trying to create your own stuff?
-
kiwi_90
for sure not:D
-
kiwi_90
Just a noob starting off ;)
-
rbrunner
That's just an error message that should not be there, that I take responsibility for, but I am quite sure whatever problem you have, that missing MMS file is not the cause
-
rbrunner
MMS files are missing for almost *everybody*
-
rbrunner
Because almost nobody uses the MMS :(
-
Mochi102
I never read those log files.
-
Mochi102
:D
-
kiwi_90
Im feeling with you:) But thanks for that info! Then im going to skip that exception. There are few others :)
-
Mochi102
So they were never missing for me.
-
rbrunner
Lucky you!
-
fiddleitout
"if you want to stop using the MMS for a particular wallet, locate the wallet files in the file system and just delete the file with the .mms extension."
-
kiwi_90
./monero-wallet-rpc --wallet-file /filepath/ --prompt-for-password --rpc-bind-port 18082 --rpc-bind-ip 127.0.0.1 Why is that not working?
-
selsta
kiwi_90: You have to share the error message.
-
kiwi_90
F Error starting server: Failed to bind IPv4 (set to required)
-
kiwi_90
Monerod is already up and running
-
kiwi_90
I have already tried to add daemon-port but hasnt changed anything
-
selsta
Can you try to restart your computer and try again?
-
selsta
Make sure that daemon / wallet-rpc use different ports.
-
kiwi_90
Why should that help? :)
-
kiwi_90
my monerod is already on 18081
-
kiwi_90
so shouldnt be a problem there
-
selsta
kiwi_90: can you try this guide?
monero.stackexchange.com/a/10592
-
selsta
Resarting helps if something is running in the background.
-
kiwi_90
Somehow the port 18082 is already in use on my server... I dont knwo why but ok;) Now it works. Thanks selsta