-
DataHoarder
6 hours ago, shares be dropping :)
-
crypto_grampy[m]
Is anyone charting the p2pool hashrate?
-
DataHoarder
logs should be enough to chart it later
-
DataHoarder
or blocks found
-
DataHoarder
just look at difficulty over time
-
DataHoarder
from the jobs
-
DataHoarder
but yes it'd be a nice chart to have
-
crypto_grampy[m]
Would be fun to see how quickly it's growing/what pools the hashrate is coming from
-
QuickBASIC
crypto_grampy[m]
minexmr.com/pools has graphs for p2pool hashrate if you zoom in really really far.
-
DataHoarder
Oh, you can also click on it on the legend to select/unselect it
-
DataHoarder
double click for only showing that
-
garth
sech do we need to roster the
-
garth
Sech do we need to update our Monerod to the new version or is the old one fine to use?
-
QuickBASIC
garth you should still be using the one that you compiled from GitHub because the zmq changes didn't make it into this release.
-
DataHoarder
(Newest one works for wallet and tracking mined outputs, just not as the p2pool monerod)
-
mightysnowman
I'm still using a 4 day old build
-
mightysnowman
Is that fine?
-
sech1
it's better to update to latest, I don't want to catch bugs I already fixed
-
sech1
-
mightysnowman
Aaaa it takes 10 minutes download and build required things and me lazy
-
mightysnowman
Also people talking about build errors here
-
mightysnowman
They still present?
-
sech1
It should build on ubunutu, macos and windows
-
murr4y
Is it meaningful for low hashrate miners to try p2pool? (10-20kH/s)
-
jaska087
Give it a go for a week and check results
-
jaska087
:)
-
sech1
I have several payouts a day with 30 kh/s
-
sech1
even 1 kh/s miners will get a payout once every few days
-
mightysnowman
Wait are all crypto exchanges a loss of money for exchanger?
-
mightysnowman
Checking the sites they say 1% fee but end result would be 10% loss
-
DataHoarder
-
DataHoarder
it... fails compilation on clang
-
DataHoarder
p2pool/src/log.h:175:1: error: redefinition of 'Entry<long>'
-
DataHoarder
INT_ENTRY(long)
-
DataHoarder
p2pool/src/log.h:168:1: note: previous definition is here
-
DataHoarder
INT_ENTRY(int64_t)
-
DataHoarder
(also the second definition there)
-
DataHoarder
it's from initial push, so can't find any reason why, is it related to a specific clang version?
-
DataHoarder
running clang 10 here
-
sech1
this was for macos
-
DataHoarder
hmm, then maybe ifdef can be targeted a bit better
-
sech1
yes, it looks like #ifdef __APPLE__ works too
-
DataHoarder
replaced it locally to #if defined(__clang__) && defined(__APPLE__)
-
DataHoarder
unless it's apple-specific for gcc and so too
-
sech1
there's only clang on macos
-
QuickBASIC
"murr4y: Is it meaningful for low hashrate miners to try p2pool? (10-20kH/s)" My hashrate varies between 2-4 kH/s (depending on whether my son's gaming rig is participating or he's using it) but on average for week 3 Kh/s and I've gotten three payments so far this week.
-
QuickBASIC
(it's an old ass gaming rig BTW)
-
DataHoarder
btw sech1 had to specifically apt install libgss-dev
-
DataHoarder
otherwise apparently did not have libgss
-
DataHoarder
(classic /usr/bin/ld: cannot find -lgss)
-
DataHoarder
this was an Ubuntu 20.04 flavor
-
sech1
it's in the build instructions in readme
-
DataHoarder
doh, copied the monerod one
-
DataHoarder
just doing some local testing, was quite confused
-
DataHoarder
maybe should have gotten more sleep
-
DataHoarder
oh, new block
-
DataHoarder
-
DataHoarder
growing, 14 outputs now
-
QuickBASIC
sech1 One question for my understanding about the shares in the PPLNS window, do shares get wiped as soon as we find a block or they stay in the window for the whole time. i.e. if I have a share, we find a block, I get paid on that block, then we find another block can I get paid again for same share?
-
sech1
they stay in PPLNS window for 2160 pool blocks
-
QuickBASIC
The reason I ask, is I'm looking at show_transfers in my wallet and all my payouts are w/in the same 6 hour window... oh just saw reply... makes sense.
-
sech1
one share can give you many payouts if the pool is lucky
-
QuickBASIC
Awesome. That's how I thought it worked. I was just confirming because I had told some people on Reddit that's how it worked.
-
mightysnowman
Wait but doesn't it break if the pool gets more miners and blocks start to be found more often?
-
mightysnowman
Like when I would find 1 share and in 6 hours pool finds 10 blocks
-
mightysnowman
Where the money comes I dont understand
-
jaska087
:D
-
jaska087
ooooof.. I don't where to begin with that..
-
mightysnowman
I lost 1 out of my 2 braincells trying to understand it
-
QuickBASIC
Every block has a block reward and fees. So the payment to those miners is coming from each blocks reward as coinbases same as normal.
-
jaska087
Do you understand how pool mining works in general?
-
jaska087
wrote long ass explanation but deleted it for being too complicated.. :D
-
QuickBASIC
Me? No. I'm just explaining where the payment is coming from. I couldn't explain the philosphy behind PPLNS and why it's "fair".
-
jaska087
sorry I meant QuickBASIC
-
jaska087
I meant
-
jaska087
AAAAAA mightysnowman
-
mightysnowman
I understand normal pool mining
-
mightysnowman
Where I help mine one block and get rewarded for some % of that block
-
jaska087
It's excactly the same thing, execpt there is share culling happening
-
jaska087
yes and you will get paid for that 1 share within that 2160 ppln window
-
jaska087
the % changes if other p2pool miners send more shares or don't send shares
-
sethsimmons
Pools use PPLNS windows or similar as well, this is no different.
-
sethsimmons
You get paid in proportion to your hashes during the PPLNS window, per block found
-
jaska087
lets say there are 9 shares submitted within that 2160 ppln window, 1 is yours. block is found by someone, the total shares becomes 10, you get paid for 1 share, 10% of total block value.
-
sethsimmons
If you're 10% of the p2pool hashrate you get 10% of each block found during the window.
-
jaska087
later the share amount increases to 19 shares, still 1 is yours, block is found you get 5% of total block value
-
jaska087
etc.
-
jaska087
if the share is older then 2160 sidechain blocks you won't get paid
-
mightysnowman
Ooh cool makes sense
-
mightysnowman
Only if I'd ever get any shares
-
QuickBASIC
What's your hr mightysnowman?
-
mightysnowman
8kh
-
mightysnowman
Perhaps the problem is that I havent mined p2pool 24/7
-
mightysnowman
Only like 6 hours each day
-
mightysnowman
Could it be?
-
QuickBASIC
Oh, so you're effective hr is really low if you're not mining all day.
-
QuickBASIC
It would be the same as mining with 2kh/s 24 hours.
-
mightysnowman
What is effective hr
-
mightysnowman
Oh okay
-
mightysnowman
Deem I need to get myself separate rig for mining
-
mightysnowman
Its my only pc and cant really use it for work while mining
-
jaska087
Why is that?
-
mightysnowman
I need to run resource intensive stuff
-
jaska087
ah right
-
jaska087
you could try --cpu-priority 0
-
jaska087
I can do pretty much everything with all threads in use :)
-
mightysnowman
It isnt by default?
-
jaska087
nope
-
mightysnowman
Oh okay makes sense will try lowering priority
-
mightysnowman
Why monero price rn go brr down
-
mightysnowman
60€ drop if I'm looking at the right graph
-
gingeropolous
cause the corn went down
-
gingeropolous
also, #monero-markets
-
QuickBASIC
The last time I looked in there they were talking about masking and conspiracy theories. No thanks.
-
nioc
lol
-
DataHoarder
mightysnowman: just a normal that kills leverage, carry on
-
mightysnowman
what are the "not found" during building, are they a problem?
irccloud.com/pastebin/kfpXgswD
-
DataHoarder
that is fine, it's just looking at what to use on your system mightysnowman
-
DataHoarder
normal cmake/configure etc behavior
-
mightysnowman
okay
-
mightysnowman
a noob question but can I just combine those 2 things into single .sh script?
-
mightysnowman
-
mightysnowman
like so
-
mightysnowman
it works but made folders in different places for some reason
-
mightysnowman
compared to manual copy/paste
-
mightysnowman
I ran the script from ~ just like the shell by default does
-
QuickBASIC
When the second part of the script runs you're in ./p2pool/build/ so it clones the Monero repo there. Try adding a cd ../.. in between the blocks so you go back to where the script is run from.
-
QuickBASIC
Also, you only need to install the packages once so you can remove both apt-get lines if they're already installed.
-
QuickBASIC
If you run the script again though, you're going to get git errors because the repo folders already exist, so you'll need to use git fetch instead.
-
QuickBASIC
^ mightysnowman
-
jaska087
git fetch? isn't git pull enough?
-
mightysnowman
didnt get any git-related errors
-
mightysnowman
ran the stuff for the same dir
-
QuickBASIC
jaska087 ah yeah probably. I just know you can't use clone if it exists already.
-
QuickBASIC
~/.src$ git clone --recursive
github.com/SChernykh/p2pool
-
QuickBASIC
fatal: destination path 'p2pool' already exists and is not an empty directory.
-
mightysnowman
wait is there a command than could do either clone or pull automatically_
-
jaska087
yes, that why i'm a bit concerned he didn't get any errors
-
mightysnowman
?
-
mightysnowman
perhaps there were errors but cant find em because big history
-
QuickBASIC
He was probably in a different pwd
-
mightysnowman
yeah it seems so
-
QuickBASIC
Just strike line 2 and s/cd p2pool/cd p2pool && git pull/
-
QuickBASIC
But don't lend me too much credence... most of my bash knowledge is from SunOS lol.
-
mightysnowman
-
mightysnowman
so that should be?
-
mightysnowman
added the cd and replaced clone with pull
-
QuickBASIC
I don't think you can pull from outside the directory like that.
-
QuickBASIC
it needs the .git file in the same dir
-
mightysnowman
so just add .git to end_
-
mightysnowman
?
-
DataHoarder
this is the moment where I would recommend some kind of jail or container
-
mightysnowman
what
-
mightysnowman
I googled, it should work tho
-
mightysnowman
pull and then directory
-
mightysnowman
could you try?
-
DataHoarder
would recommend specifically checking if you have already pulled, then fetch and reset to head instead
-
DataHoarder
or... just nuke it :>
-
mightysnowman
yeah
-
mightysnowman
sudo rm /*
-
mightysnowman
-r
-
QuickBASIC
lol
-
mightysnowman
ayo my linux gone
-
QuickBASIC
DataHoader my assumption is that he likely hasn't made any local changes, so shouldn't have to reset to head.
-
DataHoarder
oh you are doing pull without the clone there?
-
DataHoarder
remote changes can happen
-
DataHoarder
and they can be conflicting QuickBASIC
-
DataHoarder
not just mergeable
-
DataHoarder
for example if force pushes happen
-
QuickBASIC
lawd av mercy. git is confusing... I thought git pull was basically shorthand for git fetch then git merge FETCH_HEAD with changes?
-
DataHoarder
which can conflict yes
-
QuickBASIC
Okay. So what should I be doing to update my local repo when I recompile, then?
-
DataHoarder
note you can also just wget a tar.gz or zip of the repo
-
DataHoarder
git fetch && git reset --hard origin/master && git submodule sync && git submodule update --init --force --recursive
-
DataHoarder
for monerod afaik
-
DataHoarder
as submodules can also change yay
-
DataHoarder
or get added/removed
-
xmrpow
Why does the p2ppool wallet-cli show incoming transactions from mining and the normal gui wallet not?
-
QuickBASIC
Urgh.. linux is there a way to just dump text into a file... i.e. like TYPE in MS-DOS... TYPE > file.txt, then SHIFT+INS
-
DataHoarder
xmrpow: you might need to upgrade to latest gui
-
DataHoarder
or follow instructions on README
-
DataHoarder
oh, they were removed now
-
xmrpow
@QuickB echo "hallo" > test.txt
-
DataHoarder
latest GUI shows the special outputs mined
-
DataHoarder
QuickBASIC: cat > file
-
DataHoarder
type things now :)
-
DataHoarder
or paste
-
QuickBASIC
Ah thank you.
-
DataHoarder
xmrpow: Official Monero CLI and GUI v0.17.2.3 and newer
-
DataHoarder
if you update to that it should do it
-
DataHoarder
alternatively
-
DataHoarder
> - Open this wallet in CLI: run `./monero-wallet-cli`, enter the wallet file name there and then enter the command `set refresh-type full`. **This step is important!** If you don't do it, you won't see p2pool payouts!
-
DataHoarder
then you can open with GUI again
-
xmrpow
Ok thank you!
-
DataHoarder
no idea if you might need to rescan the last few blocks to see the outputs again
-
xmrpow
ill try
-
mightysnowman
also what are 1gb pages?
-
sech1
use v0.17.2.3 and rescan the wallet
-
mightysnowman
what are they for if I have huge pages enabled?
-
mightysnowman
rn I have 1gb pages disabled
-
DataHoarder
better one off allocation mightysnowman, instead of using many small hugepages it uses fewer 1g
-
DataHoarder
-
mightysnowman
ty
-
DataHoarder
smaller performance increase compared to having normal hugepages in the first place
-
mightysnowman
how's the electricity cost for you guys?
-
mightysnowman
kwh
-
mightysnowman
0.062€/kwh here
-
mightysnowman
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA remember how I deleted the monero and p2pool folders before
-
mightysnowman
where is the default wallet file location
-
mightysnowman
luckily it didnt get any payouts yet
-
jaska087
always backup your seed D:
-
nioc
more than once
-
mightysnowman
didnt bother since made a new wallet for p2pool as it told me to and since p2pool beta I didnt think I'd keep mining or anything
-
jaska087
around 0.12€ kw/h
-
jaska087
electricity itself costs about 0.046 kw/h, rest of the price is bulshittery
-
jaska087
:)
-
mightysnowman
-
mightysnowman
what does this lock mean and how to remove it
-
mightysnowman
it seems to cause problems
-
jaska087
you've created that file with sudo/root rights?
-
mightysnowman
yes
-
jaska087
Well there's your problem
-
mightysnowman
how to fix it
-
mightysnowman
there was linux in school but the teacher was a bitch so I dont know anything
-
DataHoarder
mightysnowman: you can use the same wallet in the end, just needed initially a few settings set
-
DataHoarder
for the file/folder mode
-
DataHoarder
check chmod / chgroup
-
DataHoarder
chown*
-
mightysnowman
-
mightysnowman
im losing my brain
-
mightysnowman
nvm typo
-
mightysnowman
I'm too spoiled by windows
-
mightysnowman
linux hurts my brain
-
DataHoarder
I'm too spoiled by linux
-
DataHoarder
windows hurts my brain :)
-
DataHoarder
what is this thing called a "mouse pointer"
-
hyc
-
mightysnowman
I mean I would learn linux and use it daily only if I wasn't stuck with windows propiretary software and games and stufff
-
mightysnowman
wine is unable to emulate all of them
-
mightysnowman
hopefully Steam deck makes devs focus on linux more
-
hyc
srsly how can anyone still trust microsoft after all this time, such a clear track record
-
QuickBASIC
PoweShell spoils me. Linux terms don't atab complete parameters and it annoys me.
-
QuickBASIC
/s/atab/tab
-
QuickBASIC
Type 'Get-Mailbox -' tab tab tab to see all the available parameters etc.
-
QuickBASIC
For some things trust Microsoft. There's a reason M$ Exchange + Exchange Online has 65% market share.
-
hyc
that's what <cmd> -h (or --help) is for
-
DataHoarder
mightysnowman: proton ftw :)
-
DataHoarder
and QuickBASIC it tab completes here
-
DataHoarder
just need to have proper tab completion added
-
DataHoarder
Linux is the kernel, blame userland :)
-
QuickBASIC
hyc: "that's what <cmd> -h (or --help) is for" if I'm in the middle of typing a command I have to open another term or screen or web browser.
-
DataHoarder
nah you can save commands
-
DataHoarder
that's what the terminal is for :)
-
DataHoarder
but yeah it takes time to get used to everything
-
hyc
-
QuickBASIC
DataHoarder: "Linux is the kernel, blame userland :)" fair enough but coming from a Windows background I expect sane tab complete to be a default for whatever distro's default terminal is installed.
-
hyc
-
QuickBASIC
Yeah thankfully that's out of my support scope. Our Azure guys were scrambling though lol.
-
hyc
-
hyc
so much for Exchange...
-
QuickBASIC
Yeah, but that's people neglecting to patch. There's been only one Exchange zero day in the wild in the last year, but I admit you can't always trust Microsoft.
-
hyc
it all reflects a trend of growing stupidity. you can't trust them to secure your desktop
-
QuickBASIC
I actually only do support for O365 and some hybrid configs. on-prem is a whole other problem to secure.
-
hyc
and now they're pusing all their customer into the cloud, which is even less trustworthy
-
hyc
and the scope of a breach in the cloud tends to dwarf anything that could be breached on-prem
-
hyc
aside from the fact that they no longer make any pretense of you "owning" any of the software. now it's all perpetual lease, pay up and keep paying
-
hyc
they are the very picture of evil capitalism, just rent-seeking trash.
-
QuickBASIC
I don't disagree, but they print my paycheck every month on time and I'm not crypto-rich yet.
-
QuickBASIC
But it was a mistake to defend them. Exchange is trash, but most businesses DO trust and use it for some reason.
-
hyc
I wonder if UBI would make unethical companies like that go extinct
-
QuickBASIC
Maybe. I was sad when Andrew Yang dropped out.
-
sech1
finally a block!
-
QuickBASIC
Urgh I think I broke something when I recompiled monerod. Thankfuly my miners jumped over to my NAT'd p2pool
-
sethsimmons
Pushed a Docker image for monerod off of the p2pool branch: sethsimmons/simple-monerod:p2pool-api-v0.17
-
sethsimmons
-
sech1
one more block
-
DataHoarder
yay
-
DataHoarder
talking about docker stuff sethsimmons, pushing a repo out here soon
-
DataHoarder
-
karce[m]
I tested the arch linux aur package again on another computer today and the build worked flawlessly : )
-
sethsimmons
<DataHoarder> "if you want a docker-compose..." <- Awesome! I also have an example using my own Docker images here:
-
sethsimmons
-
DataHoarder
Had tor setup, removed it for ease of use in the end
-
DataHoarder
Oh btw sethsimmons I would recommend bumping up the outgoing connections for monerod at least
-
DataHoarder
and optionally pinning some well known peers
-
DataHoarder
should make block propagation quicker
-
DataHoarder
Reason why tor was removed from mine was to have all images built locally, not just downloaded from dockerhub
-
sethsimmons
DataHoarder: Probably for this purpose wouldn't be bad, but I generally don't recommend it.
-
DataHoarder
Yeah, specifically for *this* purpose
-
utxobr[m]
> <@sethsimmons:monero.social> Awesome! I also have an example using my own Docker images here:
-
utxobr[m]
>
-
utxobr[m]
-
utxobr[m]
Seth: if you're building over and over, might be worth giving a shot at mounting ccache's dir as a buildkit cache mount (
github.com/cirocosta/monero-builds/…f5abb8c/monero/Dockerfile#L285-L286)
-
utxobr[m]
github.com/cirocosta/monero-builds/…c7f5abb8c/p2pool/Dockerfile#L72-L76 sech1 😅 waiting for that sweet change to easily generate static builds haha
-
sech1
So far I was only able to create proper static build on Alpine linux
-
sech1
but I confirmed it's working even on Ubuntu 16.04
-
utxobr[m]
niice
-
sech1
the problem is with getaddrinfo linking on other distros
-
sech1
the build itself is straight-forward - create Alpine Linux VM, apk add git make cmake libstdc++ gcc g++ automake libtool autoconf linux-headers and then build libsodium, libuv, libzmq in external/src
-
sech1
and then for p2pool cmae .. -DSTATIC_LINUX_BINARY=ON and so on
-
sethsimmons
<utxobr[m]> "> <@sethsimmons:monero.social..." <- Cache is used on some rebuilds, but intentionally not in most others for apt upgrade purposes.
-
sethsimmons
But its all Github CI so Idc about the delays due to not caching, and I don't cache only when I don't want to by design.
-
utxobr[m]
yeah makes a lot of sense - found quite useful when iterating constantly
-
DataHoarder
Tried to generate static build of p2pool indeed, saw the way, but did not attempt on the end
-
DataHoarder
Nice DNS-based seed node loading commits!
-
shadowfax-87[m]
I have successfully built the p2pool and monero as per instructions in the SChernykh's github. But I am not able to get things together to mining work. Where are the binaries to run the monero daemon? Anyone known more detailed instructions to set things up?
-
xmrpow
" electricity itself costs about 0.046 kw/h, rest of the price is bulshittery" -> Tell that the people in germany ;) We re having 25 eurocent per kwh :(
-
xmrpow
@shadowfax-87 Have you followed the instructions on sech1's github page? They are pretty straight forward.
-
xmrpow
-
abberant[m]
Can someone elaborate on the "Prepare enough huge pages (each of monerod/p2pool/xmrig needs them):" step in testing, I run both monerod and xmrig (soon to be all 3 with p2pool too) and haven't had to deal with manually preparing huge pages because xmrig seems to do it for me. The recommended command is "sudo sysctl vm.nr_hugepages=3072", is this good to just plug and chug in my situation?
-
xmrpow
For me it worked.
-
shadowfax-87[m]
xmrpow: Yes. The sources files compiled without any errors, but where are the binaries to run monerod?
-
xmrpow
shadow: After the build they should be in the /build folder
-
DataHoarder
(If it is not obvious you also need to build monerod from the linked repo, which is down a long path in build/)
-
mxcl
abberant[m] I just skipped that step
-
abberant[m]
I'm getting warnings about huge pages, idek if it matters so you're suggesting I just ignore them?
-
shadowfax-87[m]
Thank you. I found it in ~/monero/build/Linux/p2pool-api-v0.17/release/bin
-
abberant[m]
abberant[m]: if so, less work for me B)
-
xmrpow
abberant: what's the warning?
-
mx7[m]
Hello. Have a question about RandomX. Why isn't the key change every block, say using previous block hash or some other data from previous block? RandomX doc says "the key should change every 2048 blocks (~2.8 days) and there should be a delay of 64 blocks (~2 hours) between the key block and the change of the key K. This can be achieved by changing the key when blockHeight % 2048 == 64 and selecting key block such that keyBlockHeight % 2048
-
mx7[m]
== 0" but there is no detail of any security assumptions and why 2048 and a delay of 64 blocks is ideal. Maybe there was a discussion about this somewhere?
-
mx7[m]
* this somewhere? (posted to monero-dev yesterday, but nobody had answer, so trying here, thx)
-
abberant[m]
-
abberant[m]
on second thought maybe the last line is when it fixes itself
-
xmrpow
abberant: This was just working"sudo sysctl vm.nr_hugepages=3072" ? How much RAM do you have?
-
abberant[m]
xmrpow: 16 gigs
-
DataHoarder
That seems fine if it allocated in the end abberant[m] just some minor delay on share verification
-
DataHoarder
would recommend having them though
-
DataHoarder
and 100% for where you are mining
-
abberant[m]
ok
-
shadowfax-87[m]
Now is my turn with huge pages. I am getting the following message. stat /proc/sys/vm/nr_hugepages: No such file or direct
-
shadowfax-87[m]
sysctl: cannot stat /proc/sys/vm/nr_hugepages: No such file or directory
-
abberant[m]
do they not get automatically allocated like mine might?
-
abberant[m]
-
abberant[m]
also I'm getting "JSONRPCRequest failed to connect, error ETIMEDOUT" after p2pool is left open for a little bit
-
abberant[m]
my firewall drops forwards, but it shouldnt need to forward anyways since its all on the same machine right?
-
abberant[m]
maybe thats blocking connection to the daemon on the same machine
-
DataHoarder
shadowfax-87[m]: what kind of system are you on?
-
DataHoarder
also, if you are within a jail/container you probably don’t have them unless you map them accordingly
-
DataHoarder
abberant[m]: that is probably your monerod not having the right port open to connect to
-
moneromooo
mx7[m]: changing key too often means lots of time recreating the data set. Not sure why the change can't be less often though.
-
abberant[m]
<DataHoarder> "abberant: that is probably..." <- any chance its the zmq port? I tried the regular rpc port since it said "jsonrpcrequest" and it didn't fix
-
shadowfax-87[m]
I am using Ubuntu on Windows Subsystem for Linux.
-
abberant[m]
I disabled my firewall and now instead of
-
abberant[m]
"JSONRPCRequest failed to connect, error ETIMEDOUT"
-
abberant[m]
I get
-
abberant[m]
"JSONRPCRequest failed to parse response, result = 24"
-
abberant[m]
O_O
-
DataHoarder
Yes WSL will not cooperate there
-
DataHoarder
as it is not Linux, at least on WSL1
-
DataHoarder
it is just userland ubuntu with a windows kernel
-
DataHoarder
why not compile it natively on Windows if you are on that platform?
-
DataHoarder
Also do mind the bind ips might need to be 0.0.0.0, with all the confirmation and restricted flags for monerod
-
shadowfax-87[m]
DataHoarder: I am getting unused with Windows. But you are right I will try natively in Windows 10.
-
DataHoarder
Yeah it’s just maybe not fully right to behave it like Linux when it’s half windows in there
-
DataHoarder
The nr_hugepages file for example is part of linux
-
DataHoarder
the kernel