-
Mochi101
@proice zeph
-
Mochi101
jfc... sorry
-
Renon
hi!
-
m-relay
<crabwalk:matrix.org> tbh I got tired of it and went away for a bit. When I look on my computer for Monero files, I only see monero-gui-mac-x64-v0.18.3.1.dmg, and a Monero folder with two files, one with the wallet name, and one with a key. Is there a CLI prompt I can use to get some other parts, like the LMDB? At this point, I have not set up the light node option of recommended Feather wallet, and t<clipped message>
-
m-relay
<crabwalk:matrix.org> he Monero Gui still loads the blockchain but not the wallet
-
moneromooo
If "the Monero Gui still loads the blockchain", you alrady have "the LMDB". Maybe not up to date though, in which case just letting monerod run till it's synced will update it.
-
moneromooo
To load the wallet: monero-wallet-cli --wallet-file /path/to/your/wallet/filename
-
moneromooo
With the GUI, it should prominently display a request to input the filename I assume.
-
moneromooo
You would need to remember your wallet password.
-
m-relay
<crabwalk:matrix.org> I have wallet password and seedphrase. Just cant get the wallet to sync. The blockchain does. Ill look for the "LMDB" some more. What does that stand for, other than DataBase?
-
moneromooo
Lightning Memory Mapped Database.
-
moneromooo
It would be in ~/.bitmonero/lmdb if you've left the defaults.
-
m-relay
<trasherdk:monero.social> You can do like the Sith Lord, ban his own nodes 😂
-
m-relay
<crabwalk:matrix.org> Thank you. There it is. Has Data and Lock mdb
-
m-relay
<crabwalk:matrix.org> It is useless the way it is now, so I may as well try deleting stuff again and re sync to see how far it goes. If I delete the LMDB then open the Gui will it auto, or prompt for the necessary additions?
-
moneromooo
It should automatically run monerod, which will try to sync it again. You should not have to delete it first, unless it's corrupted.
-
m-relay
<crabwalk:matrix.org> I want to delete everything and start again. Other than the .bitmonero, and the monero wallet file and key. Are there default files elsewhere I could find to be sure it's all gone?
-
m-relay
<crabwalk:matrix.org> Aha shared-ringdb
-
m-relay
<crabwalk:matrix.org> hmm.. which key do I need to remove this one? override r-------- XXXXX/staff for .bitmonero/rpc_ssl.key?
-
moneromooo
You can nuke everyhting in ~/.bitmomero unless you put your wallet in there.
-
m-relay
<crabwalk:matrix.org> Oh, I thought it was asking me for a key to be able to overide then delete. I just needed to put Y a couple times. Thanks.
-
monero_test
hello, is it possible to build p2pool 3.8 on ubuntu 18?
-
sech1
yes, why not
-
sech1
-
monero_test
oh thanks, I will check out that right now
-
monero_test
oh well, no that doesn't work for me
-
monero_test
cmake 3.12 is required and ubuntu 14 has 3.1
-
monero_test
I'm sorry I meand Ubuntu 18
-
sech1
-
monero_test
-
monero_test
Not that sorry
-
monero_test
this one
-
monero_test
CMake 3.12 or higher is required. You are running version 3.10.2
-
monero_test
that I receive after running cmake .. on last p2pool version
-
sech1
p2pool requires 3.5. What's the full output when you run "cmake .."?
-
sech1
I mean when you follow p2pool build instructions
-
monero_test
Make Error at external/src/miniupnp/miniupnpc/CMakeLists.txt:1 (cmake_minimum_required):
-
monero_test
CMake 3.12 or higher is required. You are running version 3.10.2
-
monero_test
-- Configuring incomplete, errors occurred!
-
monero_test
See also "/home/hetzner_user/GIT/p2pool/build/CMakeFiles/CMakeOutput.log".
-
monero_test
and that is the first line of CMakeLists: cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
-
sech1
Ah, so it's miniupnp dependency
-
sech1
you can try to build p2pool with -DWITH_UPNP=OFF in cmake command line
-
sech1
-
monero_test
with -DWITH_UPNP=OFF it works, what am I missing with this?
-
sech1
automatic port forwarding
-
sech1
you'll have to configure your router manually (if you have one)
-
monero_test
that's ok
-
monero_test
actually it didn't work
-
monero_test
is stopped at 96%
-
monero_test
p2pool/external/src/RandomX/src/dataset.cpp: In function ‘initCache’:
-
monero_test
p2pool/external/src/RandomX/src/superscalar.cpp:703:5: error: assuming signed overflow does not occur when simplifying conditional to constant [-Werror=strict-overflow]
-
monero_test
if (scheduleCycle < 0) {
-
monero_test
^
-
monero_test
I have the same result after installing cmake 3.12.1 and trying again
-
monero_test
tried also with cmake 3.5.2, same error and failed compilation
-
sech1
You probably need a newer GCC version
-
monero_test
I probably missed the minimum required version for p2pool
-
sech1
That's a RandomX compilation error though
-
sech1
It shouldn't treat warnings as errors, I think I enabled it only for p2pool itself
-
monero_test
I'm starting to think there are no more ubuntu 18 systems with built from source 3.8 p2pool
-
sech1
You can try to add -DWITH_LTO=OFF to cmake
-
gingeropolous
yay
-
m-relay
<akuck47:matrix.org> -Syu