-
who
hello
-
who
i am testing monero for the first time
-
who
i received 1 monero, generated new address with "address new 2" and then "transfer <address> 0.5". "show_transfers" is showing only the outgoing transaction but no incoming. all funds are still locked. its been like this for an hour at least.
-
who
is this normal?
-
who
more than 30 blocks have passed since, checked with "bc_height"
-
sech1
Can you find your transaction ID on a block explorer, for example xmrchain.net?
-
sech1
I mean transaction hash
-
who
give me a second, haven't tried yet.
-
who
nope, good catch!
-
who
wallet seems to by syncing (bc_height increasing) but the transaction id is not on xmrchain.net
-
who
thanks for the heads up, i'll go investigate further
-
who
s/transaction id/transaction hash/ :)
-
sech1
Are you running the latest release (v0.15)?
-
who
sech1, i am running the latest release 0.15.1 and the node is 0.15.1 also
-
who
however, 1 minute ago i have received another 0.1 xmr from somebody (for testing purposes) and these are visible.
-
sech1
Maybe it failed to broadcast to the network
-
who
so receiving works - wallet is syncing but not broadcasting.
-
who
thank you for the help.
-
Mochi101
you can manually broadcast a tx
-
Mochi101
in the daemon: relay_tx <txid>
-
who
oh
-
who
give me a moment
-
who
using monero-wallet-cli with remote node, so monerod is not running and thus not seeing option to manually relay
-
who
i'll do some reading, thanks for the help :)
-
who
a trusted self setup remote node, of course :)
-
Mochi101
ah I see
-
who
thanks for the help!
-
sech1
Are you testing with real XMR? Not on testnet? Because testnet is kind of stuck now, so transactions don't go through.
-
who
testing on real XMR
-
who
mainnet
-
who
rescan_bc - recovered balance back, will retry sending
-
who
fun
-
who
Error: transaction <xxxx> was rejected by daemon Error: Reason: double spend
-
who
let's say this daemon has been running for the past 9-10 months with 0.14.x without any issues, after 0.15.x upgrade this is happening
-
who
time for debugging
-
Mochi101
When did you upgrade?
-
who
3 weeks ago
-
who
on 16th
-
who
or somewhere around that
-
Mochi101
is the tx in the tx pool?
-
Mochi101
this is part of the problem with not running your own daemon
-
Mochi101
:)
-
who
Mochi101: i am running my own daemon
-
who
tx is not in the pool
-
Mochi101
so in the daemon type flush_txpool
-
Mochi101
then in monero wallet: rescan_spent
-
who
Error: Unsuccessful -- json_rpc_request :)
-
who
for flush_txpool ^
-
Mochi101
in the daemon?
-
who
"monerod flush_txpool"
-
sech1
no, you need to run monerod in console and type it there when it's synchronized
-
sech1
no pass it via cmdline
-
sech1
*not
-
who
ok
-
who
Pool successfully flushed
-
who
let me try again
-
who
sech1: Mochi101: thanks for the help both of you
-
Mochi101
Worked?
-
who
transaction passed through this time
-
who
worked
-
who
not sure why exactly that happened, did same steps both times
-
Mochi101
thank dEBRUYNE, I got it off a reddit post he answered
-
who
appreciate dEBRUYNE too :)
-
who
sorry have no time to get into logs now
-
who
thanks!
-
Inge-
hm. ZA has currency controls and are clamping down on crypto.
-
Inge-
-
nonie
Monero also uses BIP39 for creating mnemonic seeds, doesn't it? I'm asking because I have those two hex dice here and want to dice a 256 bit (HEX) entropy to create a mnemonic seed. Is there a tool that can create the mnemonic seed with a hex input?
-
asymptotically
-
asymptotically
use box 2, and then press gen 1 to create the seed
-
nonie
asymptotically: Ah - nice. Is it possible to run on my PC?
-
asymptotically
you can save the page and open it on an offline computer
-
nonie
thx
-
Mochi101
best to look at the source and then write it down on a piece of paper and then type it into the offline computer so that you have complete computational isolation as well
-
Inge-
asymptotically: that isn't bip39 though
-
Inge-
nonie: I think you can put a bip39 seed (and optional passphrase) into this python app that you can run offline:
github.com/LedgerHQ/ledger-app-monero/tree/master/tools/python
-
Inge-
And I think coinomi made a webpage (that you can also bring offline) for the same:
coinomi.github.io/bip39-monero
-
nonie
I like the coinomi webpage. It allows hex entropy @ [x] show entropy details.
-
nonie
+ it shows nice details.
-
Inge-
I think it is also a github project
-
nonie
But i seems to be a large junk of source code to check for fraud.
-
nonie
I just found this command line options "--extra-entropy arg" for monero-wallet-cli.
-
nonie
arg = File containing extra entropy to initialize the PRNG (any data, aim for 256 bits of entropy to be useful, wihch typically means more than 256 bits of data)
-
nonie
But it is binary data i guess.
-
nonie
I guess a hex editor will do the work.
-
nonie
But is it wise to save the entropy on a hard drive? Maybe some ram disc.
-
asymptotically
`echo deadbeef1234 | xxd -r -p > /dev/shm/somefile` maybe
-
louipc
already used entropy? or?
-
nonie
asymptotically: Thx. your a champion.
-
louipc
vim huh
-
kpcyrd
does the monero project want to get added to
reproducible-builds.org/who and do you have a logo and a prefered link/links you'd like to have listed?
-
kpcyrd
oh, uhm.. just noticed it already is
-
louipc
good
-
» kpcyrd lacks coffee, sorry
-
Inge-
Going online without enough coffee is living dangerously
-
kaled
hello
-
kaled
why wallet dont process block 0?
-
moneromooo
Pointless I guess.
-
moneromooo
It's added stock.
-
kaled
for new genesis i tried to add but compile is unsuccesful
-
kaled
process_new_transaction(get_transaction_hash(genesis.miner_tx), genesis.miner_tx, o_indices_genesis, 0, genesis.timestamp, true, false, false);
-
kaled
this function is not working
-
kaled
how to process genesis block for wallet
-
kaled
any help please
-
moneromooo
I don't think anyone from monero had to do this. Ask some fork coin.
-
moneromooo
Or just don't, it's mostly pointless (unless you're going for a premine, in wich case ask a scam coin).
-
moneromooo
Well, unless the premine's sensible, in which case ask a fork coin :)
-
kaled
fork is not smth negative
-
kaled
premine can be positive if u make a airdrop
-
moneromooo
It's not negative per se, sure.
-
moneromooo
Forks are good if you do something nice with it. Maybe you will.
-
moneromooo
Most of the time it's used to scam people though.
-
gingeropolous
naw, premine and airdrop is still negative. you become a money issuer than, and then its centralized, and you could run into law problems
-
moneromooo
But Monero for instance forked from Bytecoin, and isn't a scam.
-
gingeropolous
satoshi's distribution model is genius
-
moneromooo
It's subjective of course, some people don't like premines at all, I think it's fine if it's like 1% or so. After all, you're doing the work.
-
moneromooo
It depends how much you bring to the fork of course. If it's just a clone with token changes like so many shitcoins, then any premine feels like a scam.
-
kaled
token changes?
-
kaled
what do u mean
-
moneromooo
I mean small pointless changes. Like switch the PoW, decrease block target, emission, tweak values, etc.
-
gingeropolous
hrm, how to find out file type that doesn't have an extension
-
kaled
file file
-
moneromooo
file "$file"
-
moneromooo
What he said :D
-
moneromooo
Anyway, answer's the same: I don't know how to do it because I never had to. Other coins with a premine probably had to, so ask them.
-
kaled
is just a function but dont work well
-
kaled
process_new_transacion
-
kaled
process_new_transaction
-
kaled
i have a error like "has incorrect miner transaction" for genesis block 0
-
kaled
i surpass with "if(m_db->height() !=0"
-
kaled
i'll have error on future blocks because of this?
-
kaled
moneromooo are u here?
-
moneromooo
I am.
-
moneromooo
I'm not interested in spending time working out how to premine though.
-
kaled
will i have errors on future blocks because of "if(m_db->height() !=0"
-
moneromooo
Depends what changes you make. Having a bad tx in the chain is a bad idea in the first place.
-
kaled
didnt change anything else
-
moneromooo
If I were you, I'd make the tx correct in the first place.
-
moneromooo
Now I have no idea *why* it's bad. You'll have to work it out.
-
moneromooo
But skipping this block looks like something that's likely to come back to bite you later.
-
kaled
the strange thing is that transfer from genesis block work
-
kaled
that function worked with old version of monero
-
moneromooo
Odd. I don't think we changed any consensus rules for pre-v12...
-
kaled
work with monero may 2018 version
-
kaled
but the important is that even money transfer from genesis works
-
kaled
or is better to do "if(already_generated_coins == 0) reward smth"
-
kaled
moneromooo which is better solution genesis or "if(already_generated_coins == 0 reward smth"
-
moneromooo
< moneromooo> I'm not interested in spending time working out how to premine though.
-
moneromooo
Other coins have done htat though, so look for what they did.
-
kaled
your knowledge is deeper than other that copy paste monero code
-
kaled
is very crucial
-
moneromooo
Sure, but as I said, I never had to do this, so I don't know how.
-
kaled
u know the logic
-
kaled
moneromooo just choose between
-
rottensox
-
rah
I accidentally tried a transfer with a 0.14 monero-wallet-cli earlier this evening and the transfer is now stuck as "pending" and the balance has lowered
-
rah
will the transfer be accepted by the network?
-
moneromooo
Your (old) daemon cannot connect to the network. Update it, then relay the tx again with: relay_tx TXID
-
moneromooo
It'll normally auto re-relay every... 4 hours IIRC.
-
rah
moneromooo: the transfer is to an integrated address and I seem to recall something about those being dropped in 0.15?
-
moneromooo
There was no consensus change for txes that you're likely to hit, so the same tx should be good to go once your daemon connects.
-
moneromooo
They are not.
-
rah
what does it mean to relay a tx? I've never done that before
-
moneromooo
Send to other daemons. This is normally automatic.
-
Mochi101
tell other peers about it
-
moneromooo
And it'll be automatic once you've updated, but it might be up to 4 hours. Relaying manually just speeds it up.
-
rah
apparently my cli doesn't have such a command: "Error: Unknown command 'relay_tx', try 'help'"
-
moneromooo
Are you doing this in monerod (which you should) or the wallet (which you should not) ?
-
rah
the wallet
-
rah
how could I "do this" in monerod?
-
moneromooo
Run the command I mean.
-
rah
I see, I normally run it as a daemon
-
moneromooo
Ah, if detached, you can do: monerod relay_tx TXID and it'll call the daemon.
-
moneromooo
And replace TXID with your txid of course.
-
Mochi101
moneromoo smoothing it over
-
rah
it says "Transaction successfully relayed" so I guess I'll wait a bit
-
Mochi101
nice
-
rah
I get a lot of exceptions in the monerod log btw, is that normal?
-
moneromooo
If it's weak pointers when trying to connect to a peer, yes.
-
rah
-
moneromooo
Ideally one would make that less noisy, but it needs time debugging and sice it's not borked, it's now high priority.
-
moneromooo
Ah, right. New one, it's annoying, yes.
-
rah
new but nothing to worry about? :-)
-
moneromooo
But it's how the random config is done currently. Try it, catch, do something else if caught
-
moneromooo
Yes, you can ignore this one too.
-
rah
ok
-
rah
ah, it's got a height now and it's changed from "pending" to "out" so I guess it's done
-
rah
moneromooo: thanks :-)
-
kiwi_99
are there new address formats not?
-
kiwi_99
now*
-
moneromooo
No.
-
moneromooo
Well, subaddresses, but that's like a year old now I think.
-
kiwi_99
but new wallet can send out to old addresses fine?
-
moneromooo
Yes.
-
garnet
herro
-
garnet
i set up a cake wallet but the syncing is taking forever, can i use the seed recovery to get my wallet working from my desktop (which can download the blockchain much faster than my phone i hope)
-
endogenic
garnet: how about using mymonero.com?
-
endogenic
it's already synced
-
endogenic
and scanning is super fast
-
garnet
i just downloaded getmonero but i can use mymonero too, its all the same to me
-
garnet
was mostly wondering if this would work, since im crypto noob
-
bri3gel
meop