-
newyearday
how to avoid for block unlock_time to get block number and not usual unlock_window (60)
-
newyearday
without changes in my case block unlock_time = block height
-
newyearday
anyone here
-
x0n
is it currently still recommended to run monerod with torsocks or rather with --tx-proxy?
-
locustlord
what cpu is best for mining monero?
-
Inge-
best by which criteria?
-
Inge-
AMD 3900x is pretty good
-
locustlord
Inge-, biggest hashrate
-
locustlord
I have about 10k in the bank
-
locustlord
I wanna start up a crypto mining shop
-
Inge-
so then perhaps a new epyc 64-core system?
-
Inge-
threadripper 3970x does 35+ KH/s
-
locustlord
hmm
-
locustlord
ok
-
locustlord
best hashrate per dollar
-
niocbrrrrrr
take 10k and buy monero
-
niocbrrrrrr
you will get more monero that way
-
Inge-
^
-
Inge-
.mine 35000
-
x0n
niocbrrrrrr: who does actually mine monero then? I mean, for someone out there it must be profitable...
-
Mochi101
The matrix has broken.
-
midipoet
reddit.com/r/glitchinthematrix
-
Inge-
hm. BTC congesting
-
Infinity8
buy buy buy
-
x0n
is it still recommended to run monerod with torsocks or rather with --tx-proxy?
-
newyearday
hello
-
Al97
I am unable to create a wallet on my Nano X from the Monero GUI. I keep getting this message: Error writing wallet from hardware device. Check application logs
-
Al97
Please help.
-
dEBRUYNE
Al97: Are you running the most recent Ledger Monero App and Ledger Live firmware?
-
Al97
I just downloaded the most recent .15.0.4 and I just did the same with the ledger. I would think that the ledger would have given me the most up to date. I downloaded the ledger about a week ago.
-
selsta
Al97: What is the exact error? It should say more.
-
Al97
That's all it says in red under the advanced options arrow whenever I click create wallet
-
selsta
Are you running Ledger Monero app v1.5.1? Is the Ledger Monero app opened?
-
selsta
is Ledger Live closed?
-
Al97
it was closed. Now its open. I think this may have been a breakthrough (noob learning). I will reach back out if not. Thanks.
-
selsta
Ledger Live should be closed
-
selsta
so that it does not interfere with Monero
-
dEBRUYNE
Al97: Which operating system are you using btw/
-
Al97
It was closed when my error message came.
-
Al97
But I opened ledger live and the device asked me to accept or reject when I clicked create wallet. I have not selected either on the device yet.
-
selsta
Al97: see on the bottom there should be a second message
usercontent.irccloud-cdn.com/file/tdG7atJc/error
-
selsta
this is the important message
-
selsta
also when creating a wallet you have to accept it on the ledger by exporting your view key
-
Al97
I am running windows 10 64 bit
-
Al97
I just didn't know if you wanted me to accept it yet because ledger live is open
-
selsta
yes, accept it
-
Al97
even with ledger live open?
-
selsta
Ledger Live being open can be a problem but not necessary
-
Al97
ok
-
selsta
so if there is a problem try again with Ledger Live closed
-
Al97
ok. asking me to give wallet a PSWD
-
selsta
okay, seems to work now
-
Al97
I think so. I'll reach out if problems arise. You guys are moneyJ! Thanks!
-
selsta
no problem
-
xmrpow
@M5M400 are you there?
-
grubles
hey i was just poking around and it seems the hashes for cli in hashes.txt on getmonero.org are for a newer release than what is downloadable (0.15.0.4)
-
grubles
the hashes are for 0.15.0.5
-
jwinterm
ping binaryFate I think
-
Quotes
pong
-
numin0us
I'm a noobie to Monero and am trying to learn a bit more about it. Ring signatures provide plausible deniability from a blockchain analysis perspective, but if a passive network adversary observes you broadcasting a send transaction does that effectively negate the senders anonymity?
-
jwinterm
numin0us, not really
-
jwinterm
possibly degrades it, but the adversary still doesn't know which input is the broadcasters
-
jwinterm
there's also a new feature called dandelion++ that helps mitigate passive observer information collectors
-
numin0us
Ah cool that seems pretty neat! Can it be used in conjunction with TOR/VPNs, and does that add extra protection?
-
numin0us
Also, is there any documentation about how new features are added to Monero? I'd be interested to know how it differs from bitcoin @jwintern
-
numin0us
@jwinterm
-
jwinterm
uh, it's a more speedy process for sure numin0us
-
jwinterm
not sure how much formalized structure there is around it
-
jwinterm
also, I believe it can be used with tor, definitely vpn
-
jwinterm
numin0us, #monero-dev is the development channel here and there are discussions on github issues
-
jwinterm
#monero-research-lab is a channel for discussing lower TRL type changes I guess
-
jwinterm
further out changes
-
selsta
22:00 <grubles> hey i was just poking around and it seems the hashes for cli in hashes.txt on getmonero.org are for a newer release than what is downloadable (0.15.0.4) <-- GUI is v0.15.0.4 CLI is v0.15.0.5
-
grubles
right but 0.15.0.5 is not on getmonero.org, and the non-gpg-signed hashes displayed on the web page are for 0.15.0.4 as well
-
selsta
grubles: it is on getmonero.org
-
selsta
can you make a screenshot?
-
selsta
can you try a different browser / clear your caches
-
grubles
oh yeah that's my mistake
-
grubles
i somehow downloaded the gui
-
binaryFate
hey grubles: The CLI version downloadable on getmonero.org should be 0.15.0.5 and this is indeed the case as far as I can see. Did you maybe confuse with GUI version (still 0.15.0.4)?
-
binaryFate
ah I missed the last lines of discussion above. Nevermind, glad you sorted it out
-
newyearday
on blockchain.cpp there is "unlock_time is either a block index or a unix time"
-
newyearday
in my case is always block index
-
newyearday
without changes
-
newyearday
any suggestion?
-
ndorf
if i'm not mistaken, it is unix time only for very old transactions, like a few years ago now.
-
newyearday
for new chain without changes when mining start always unlock_time = block number
-
newyearday
i cant understand why decide that unlock_time must be block number and not time
-
newyearday
i cant understand why decide that unlock_time must be block number and not 60
-
ndorf
it's easier for every node to agree on the same block number than the same time, i think
-
ndorf
you would only see the old behavior if you were running very old software
-
newyearday
u mean that if i inert v12 i wont c this
-
ndorf
also, minutes per block varies randomly. so if you only have 2 blocks in 20 minutes, instead of 10, using the time instead of the block number would result in weakened security
-
ndorf
i'm not sure in which version the change was made. older than 0.12, i think
-
newyearday
even if i insert v12 on 2block same behaviour!
-
ndorf
i don't understand what you mean by that.
-
newyearday
if i change hardfork file to start with v12 on 2block
-
ndorf
why would you expect that to change the behavior? and why do you want to change it in the first place?
-
ndorf
block number is the correct way, using timestamp in the beginning seems to have been a mistake.
-
newyearday
if block number is 999 unlock_time will be 999
-
newyearday
is this positive?
-
ndorf
what are you using to construct the transaction? monero-wallet-cli sets it to 0 by default, at least in v0.15
-
newyearday
im talking about new chain
-
ndorf
but having it be the current block number has the same effect (tx can be spent immediately)
-
selsta
ndorf: he is trying to fork monero for a few months now lol
-
endogenic
lol
-
ndorf
the wallet that constructs the tx picks the unlock_time. why is new chain relevant?
-
ndorf
ah
-
ndorf
thanks for the heads up, lol
-
endogenic
assume everyone is i guess?
-
ndorf
anybody who's anybody has their own monero fork
-
newyearday
anybody who's anybody ??
-
niocbrrrrrr
I am nobody :(
-
newyearday
nobody is nobody