-
m-relay
<karano:poddery.com> i get this error often
-
m-relay
<karano:poddery.com> what os are you using ?
-
m-relay
<karano:poddery.com> do you stary monerod from cli now ?
-
rbrunner
Looking at
miningpoolstats.stream/monero, it looks like hashvault.pro's spike is already over again? Didn't take long.
-
m-relay
<h00:feds.punked.us> MacOS
-
m-relay
<h00:feds.punked.us> yeah monerod + p2pool + xmrig
-
m-relay
<system> file image.png too big to download (1075070 > allowed size: 1000000)
-
m-relay
<h00:feds.punked.us> image.png
-
m-relay
<h00:feds.punked.us> Also what does the `verified = 0` part mean
-
m-relay
<karano:poddery.com> ohh ok
-
m-relay
<karano:poddery.com> i do pretry much same
-
m-relay
<karano:poddery.com> but on windows
-
m-relay
<karano:poddery.com> idk , but it seems to work properly.
-
m-relay
<h00:feds.punked.us> Yes I even found a block a little bit ago, but I'm just trying to understand more how the process works
-
m-relay
<h00:feds.punked.us> My node is recognizing new blocks are being added to the blockchain, but just not verifying this? Since its p2pool is it kind of just logging that the pool says a new blocks been added?
-
sech1
verified = 0 means it hasn't been verified (yet)
-
sech1
next line in the log should be "verified block ..."
-
m-relay
<h00:feds.punked.us> Hm hasn't been so far will go over my flags
-
sech1
maybe you're still synchronizing
-
m-relay
<karano:poddery.com> i am getting the same logs
-
m-relay
<karano:poddery.com> how do i make a bat file for starting these 3 together
-
m-relay
<rootkit.lol:matrix.org> ```
-
m-relay
<rootkit.lol:matrix.org> WARNING Verify that the payment has a sane unlock_time otherwise the funds might be inaccessible
-
m-relay
<rootkit.lol:matrix.org> ```
-
m-relay
<rootkit.lol:matrix.org> What is a "sane" unlock_time? 100?
-
m-relay
<recanman:agoradesk.com> 10 blocks?
-
moneromooo
Depends when you want to get the monero. It's the number of blocks (or a height, I forget). show_transfer TXID should tell you the number of blocks an output will be locked.
-
m-relay
<recanman:agoradesk.com> It can also be a timestamp, right?
-
moneromooo
Typically, there is no lock, so it defaults to 10 blocks. Any lock is odd, but 720 blocks is about a day, so no biggie. Depends on what you think is sane.
-
moneromooo
Yes.
-
moneromooo
UNIX timestamp, so seconds since the epoch. Rarer still.
-
m-relay
<recanman:agoradesk.com> Thanks
-
m-relay
-
m-relay
<recanman:agoradesk.com> Here's some documentation
-
m-relay
<rootkit.lol:matrix.org> So to verify a payment, should transaction.confirmations >= transaction.unlock_time be enough?
-
moneromooo
No.
-
m-relay
<rootkit.lol:matrix.org> What is missing?
-
moneromooo
IIRC github.com/tippero/tippero handles this if you want an example.
-
m-relay
<rootkit.lol:matrix.org> Thank you, I'll check the code
-
moneromooo
Well, the fact it can be a timestamp as recanman reminded me, and the fact it is a height IIRC, rather tha number of blocks (but again, not sure).
-
moneromooo
Also, beware integer overdlows :)
-
m-relay
<rootkit.lol:matrix.org> Thanks, Im using rust and doing checked adds and subs when needed
-
m-relay
<rootkit.lol:matrix.org> confirmations >= u64::max(transaction.unlock_time, 10)
-
m-relay
<rootkit.lol:matrix.org> This is how I'll be doing the "confirmation" thing atm, paid amount is already being checked, just wanted to make sure the funds are spemdable OR there aren't going to be any double spends, or if they are the money is already confirmed
-
moneromooo
The doc link above says the block unlock times are heights, not deltas.
-
plowsof
Isthmus has shown strange unlock_time values on chain. I think most people assume "if input 3 then it will unlock in 3 blocks from when i broadcastbthe tx"
-
moneromooo
Or used as free bits for signalling.
-
plowsof
Indeed, not deltas. Oh didnt think about that
-
m-relay
<karano:poddery.com> what is the difference between shares "found" and shares "accepted".
-
m-relay
<karano:poddery.com> And what counts for pplns ?
-
m-relay
<karano:poddery.com> i am using mini p2pool
-
m-relay
<edge7:matrix.org> Not 100% sure but accepted might mean that the submittion had been accepted as valid and the miner started processing it. Found when the nonce has been found by the miner
-
sech1
"accepted" is shown in xmrig, it has lower difficulty than the actual "found" share. Only "found" shares count, "accepted" are just to keep track of your rigs' hashrate
-
m-relay
<edge7:matrix.org> I
-
m-relay
<karano:poddery.com> ohh okay
-
m-relay
<karano:poddery.com> does this apply for all pools ?
-
sech1
"accepted" applies for all pools, "share found" you can only see in p2pool window
-
m-relay
<karano:poddery.com> ohh
-
Mochi101
-
selsta
Mochi101: what node is this?
-
Mochi101
selsta, it's not Monero
-
selsta
wownero? they had broken diff code for ages
-
selsta
at least since the last hardfork
-
Mochi101
zephyr
-
Mochi101
I don't know if moneromooo is involved or if the zeph devs just forgor to remove this message in the code...
-
Mochi101
:D
-
selsta
no mooo is not involved lol they just forked monero's code
-
Mochi101
ahhh
-
selsta
but this should never show up so something is wrong in their code
-
Mochi101
yeah
-
moneromooo
If they have that, then we probably do too. Unless they monkeyed around with the code for some reason.
-
moneromooo
Mochi101: Can you tell if they monkeyed around with the diff code ? git log src/cryptonote_core/blockchain.cpp, look for "diff" is probably a good test.
-
moneromooo
Oh, and did they fork monero of wownonero then, since the latter apparently is known borked ?
-
moneromooo
s/of/or/
-
selsta
-
selsta
they changed the difficulty algorithm
-
moneromooo
Holy crap. It's like sabotage :|
-
selsta
wownero also changed the difficulty algorithm
-
selsta
so either they implemented it wrong or whatever bug exist only gets triggered due to the changed difficulty code
-
Mochi101
looks like Monero fork, not Wownero
-
Mochi101
-
Mochi101
they made some changes
-
moneromooo
OK. I'll assume it's their fault until seen on Monero or Townforge, but thanks for the heads up all the same.
-
Mochi101
This is an improved version of Tom Harding's (Deger8) "WT-144"
-
Mochi101
looks like they replaced it totally.
-
gingeropolous
yay someone stopped messing with xmrchain
-
sech1
Someone attached it?
-
sech1
*attacked
-
plowsof
From a UX perspective: there was a HF... Updated.. then my nodes joined another chain / i keps seeing re - orgs.. i had to go bacl to the wownero release page to find instructions for using specific seed nodes to make the node "work"
-
plowsof
ofrnxmr reported it to me / StackWallet iirc (that i was on another chain) - a mess
-
plowsof
So a HF update.. then another uodate a week or so later i missed
-
soy
hi guys
-
m-relay
<sunchakr:monero.social> Join us like in 20 mins!
-
m-relay
-
gingeropolous
sech1, yeah someone seemed to be spamming either the API or the web query with bogus requests. like submitting block heights instead of txids or something. endlessly. xmrchain process had 120% cpu. it runs at <10% usually
-
physiology
If I use Gemini, I can't use Monero - or is there a work around?
-
m-relay
<anarkiocrypto:matrix.org> gingeropolous – Did the spam come from this IP address 45.61.137.63 (my VPS)? If yes I apologize. I moved Kuno from relying on Onion Monero Blockchain Explorer (various instances, not just xmrchain.net) to using a custom script, but I'm sorry if there was a glitch somewhere.
-
moneromooo
physiology: port conflict maybe ? You can tell monero which ports to use. Try monerod --help.
-
moneromooo
If not, you gotta give more details about your problem.
-
geonic
I think he's talking about the exchange
-
geonic
maybe
-
physiology
Yes, I am. I use Gemini as the browser based "bank" to go between different coins, and have Electrum to save locally.
-
physiology
If Monero isn't available on Gemini, can I transfer to Electrum and "buy" from there?
-
SapphireSpire
Generally speaking, when a plain text file is encrypted, it generates a cypher text file, right?
-
SapphireSpire
The cypher text file can then be stored or transmitted, but only those with the key to decrypt it can read it.
-
SapphireSpire
My point is that the plain text file doesn't need to be included with the cypher text file, which would be absurd.
-
SapphireSpire
So why are we saving all the plain text transaction data in the blockchain when we only need to save the hashes?
-
m-relay
<patchy319> @ physiology If you cant buy Monero directly on Gemeni, and that is your source of funds. You would have to use some sort of exchange / exchanger in between
kycnot.me
-
m-relay
<patchy319> Ive personally used Exch before, but some people havent been too happy with the dynamic rates on it apparently. Theres plenty of options to change BTC / ETH / etc into XMR. I used to use KuCoin before they went Full KYC sadly
-
geonic
physiology: no, Electrum is a Bitcoin wallet
-
geonic
since you're comfortable using exchanges, you can open an account on Kraken and buy your XMR there
-
geonic
don't forget to withdraw to your own wallet. Monero's equivalent to Electrum is called Feather.
featherwallet.org
-
geonic
or you can use one of the official wallets:
getmonero.org/downloads
-
m-relay
<patchy319> Yea, I use Kraken myself atm. Very nice. Sadly you have to wait 7 days if you pay via ACH. But thats pretty normal. I think fee via debit card is like 5% if you needed it instant for some reason.
-
m-relay
<patchy319> (7 days to withdraw)
-
m-relay
<wrightpt1:matrix.org> if krraken drops monero
-
geonic
we'll be legit decentralized :p
-
m-relay
<wrightpt1:matrix.org> I think everyyone will be forced on to local monero?
-
geonic
and then when the feds raid local monero, we'll be forced on to atomic swaps
-
m-relay
<wrightpt1:matrix.org> eth is "legit decentralized' and it cost me a fortune in gas just to meant a proper nft
-
geonic
ethereum foundation and aws disagree
-
m-relay
<wrightpt1:matrix.org> in a decentralized world, how does one link a wallet to a site like i do my eth wallet with metamask?
-
m-relay
<wrightpt1:matrix.org> mint*
-
geonic
idunno, ask the web3 nerds. we just care about digital cash here
-
m-relay
<wrightpt1:matrix.org> monero is going to lay a much larger role in the decentralized world than many here would like to admit. just look at the charts. Monero the only one not dumping hard. meaningfully. as liquidity leaves the market. Monero folks , me included, are to busy utilzing the currency to worry about the drop. not so with other digital currencies, even eth.
-
m-relay
<wrightpt1:matrix.org> play*
-
m-relay
<wrightpt1:matrix.org> all im saying is getting educated and aligning with web3 is not a negative
-
geonic
wouldn't we want to stay ahead of the curve and just integrate with web4? or whatever the next buzzword is
-
m-relay
<cockliuser:matrix.org> Decentralisation == Infura running 2/3rds of nodes? Brilliant
-
geonic
web3 is just a replacement for "blockchain" as in the "blockchain industry", since that buzzword crashed and burned
-
m-relay
<wrightpt1:matrix.org> sure, just let the community know how. no need to shun what mainstream web3 is doing. WE can at least, learn, benefit, and get insight on what not to do at the least as along with what may work
-
m-relay
<patchy319> Eth sacrificed decentralized proof of work for nothing. The gas fes are now just as expensive as they were pre-pos :( Or atleast most of the time they are...
-
m-relay
<cockliuser:matrix.org> Mainstream web3 btw:
hpos10i.com
-
m-relay
<123bob123:matrix.org> Web5
-
m-relay
<patchy319> Yea thats the only BITCOIN I use personally
-
m-relay
<wrightpt1:matrix.org> what about farcaster, decentralized exchanges (uniswap), solona, polkadot, polygon. lot of smart ppl and momentum. hard to deny
-
geonic
-
m-relay
<cockliuser:matrix.org> I see four scams in that list
-
geonic
if you think the eth clones are any more decentralized than eth, good luck
-
m-relay
<patchy319> Proof of stake is proof of stake... sadly.
-
geonic
-
geonic
how many other wikipedia articles have a whole section on Buzzword :D that's an accomplishment!
-
m-relay
<patchy319> I would like to see smart contracts come to a layer 2 on monero one day, but not sure how that would be implemented to prevent abuse and keep it decentralized
-
m-relay
<wrightpt1:matrix.org> layer 2 and layer 3 do make things cheaper though. zk rollups. reality is, ton of money and people behind eth.
-
m-relay
<patchy319> I know a lot of people are against smart contracts because of its lack of privacy, but if it was on a layer 2- theoretically would have the best of both worlds?
-
m-relay
<wrightpt1:matrix.org> excellent pov
-
m-relay
<crispycat:matrix.calitabby.com> buzzwords are lame; we should just call things what they are instead of creating empty hype around them
-
geonic
can't raise money when you're in the Scamming industry so you gotta think of something else
-
m-relay
<wrightpt1:matrix.org> i have been using Monero for a large amount of time and find it to be by far the most reliable of digital currencies i use to date. so for the sake of my quality of sleep, I wish I could do more with it :)
-
m-relay
<crispycat:matrix.calitabby.com> what is a smart contract?
-
m-relay
<123bob123:matrix.org> Ai contract ;)
-
m-relay
<wrightpt1:matrix.org> well lets see you run a smart contract on Monero. there is benefit in experimentation. stop pointing fingers and provide solutions.
-
m-relay
<123bob123:matrix.org> Why would you need layer 2?
-
m-relay
<123bob123:matrix.org> Monero is private by default
-
m-relay
<plowsof:matrix.org> "even eth" :D
-
m-relay
<123bob123:matrix.org> Not like bitcoin lightening
-
geonic
-
m-relay
<123bob123:matrix.org> Chain split
-
m-relay
<wrightpt1:matrix.org> essentially code in a blockchain. market makers utilize smart contracts, MEV utilizes them. Anything involving code in a blockchain is essentially a smart contract.
-
geonic
here's an illustration of a smart contract
-
m-relay
<plowsof:matrix.org> I felt the smartness the one time i sent a test transaction that cost 17$
-
m-relay
<wrightpt1:matrix.org> layer 2's do rollups. such as zk or optimistic. that do the work offchain to verify a transaction then sent the results of the validation to the blockchain
-
m-relay
<123bob123:matrix.org> Hope cbdc use smart contracts
-
m-relay
<123bob123:matrix.org> Dont steal my idea
-
geonic
one of the longest-running smart contracts:
en.wikipedia.org/wiki/Cups_and_balls
-
m-relay
<plowsof:matrix.org> Rekt.news shows the adva tages of smart contracts for scammers
-
m-relay
<123bob123:matrix.org> Is that like 2 girls one cup geonic?
-
geonic
that's a more modern version
-
m-relay
<wrightpt1:matrix.org> imagine insurance ont he blockchain. instead of warrne buffent raking in those profits. a groups of ppl cna come together with their funds and say we will insure someone car or compnay. it allows ppl to pool capital and utilize in ways only centralized players do now
-
geonic
but similar idea :p
-
geonic
and how does this decentralized group of people employ adjusters? the people in charge of combating insurance fraud
-
geonic
and a large customer service apparatus for their insured clients
-
geonic
and and and... a thousand other things. you're back to the company structure
-
m-relay
<123bob123:matrix.org> Write into the contract
-
m-relay
<123bob123:matrix.org> De centralized
-
m-relay
<patchy319> Darknets could be ran peer to peer, and with verifiable code. I feel like that would be the true usecase for smart contracts being able to use monero lol. (Ignoring the technical challenges with creating a XMR Layer 2)
-
m-relay
<wrightpt1:matrix.org> its a start. all Im saying is why not provide at least ideas or ways that allow decentralized communities to fight the current boomers. chill out. I have buddies with larges fleets of commecial trukcs, 200 plus. that self insure. I would be more than happy to put money into helping insure them
-
geonic
"thou shalt not scam"
-
m-relay
<123bob123:matrix.org> In my smart contract can i make plowsof dance too release funds?
-
m-relay
<patchy319> :cat_dance:
-
m-relay
<wrightpt1:matrix.org> the world will depend on these contracts. making fun on them will only ostracize the community from the rest of those that can use them
-
m-relay
<marcmus:matrix.org> If a company wanted to provide insurance on Monero couldn't it just put up a 'car insurance' address? You make the payment to the address and verify that you are the owner of the payment if you need to make use of the insurance policy.
-
plowsof
-
m-relay
<wrightpt1:matrix.org> all one is doing is making a payment in Monero. but pooling funds to insure entire fleets is completely different.
-
m-relay
<wrightpt1:matrix.org> entire fleets are insured* is completely different
-
geonic
the typos would make sense
-
m-relay
<wrightpt1:matrix.org> i doing to many things at once😀
-
geonic
that's ok. you seem like an honest Smart Contract User
-
m-relay
<wrightpt1:matrix.org> Take pride in being a luddite🫡
-
m-relay
<marcmus:matrix.org> True it won't work for more complicated scenarios. But I wonder how much can be accomplished by just transacting on chain. I think you can associate an address with info just by transacting with it? Link your address to an URL that points to your contract and a hash of your contract and you can do some complicated stuff.