08:19:15 hello 08:19:25 i am testing monero for the first time 08:21:46 i received 1 monero, generated new address with "address new 2" and then "transfer
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. 08:22:00 is this normal? 08:23:04 more than 30 blocks have passed since, checked with "bc_height" 08:24:38 Can you find your transaction ID on a block explorer, for example xmrchain.net? 08:24:58 I mean transaction hash 08:25:06 give me a second, haven't tried yet. 08:26:15 nope, good catch! 08:26:44 wallet seems to by syncing (bc_height increasing) but the transaction id is not on xmrchain.net 08:27:03 thanks for the heads up, i'll go investigate further 08:27:30 s/transaction id/transaction hash/ :) 08:28:47 Are you running the latest release (v0.15)? 08:29:31 sech1, i am running the latest release 0.15.1 and the node is 0.15.1 also 08:29:55 however, 1 minute ago i have received another 0.1 xmr from somebody (for testing purposes) and these are visible. 08:30:03 Maybe it failed to broadcast to the network 08:30:23 so receiving works - wallet is syncing but not broadcasting. 08:30:30 thank you for the help. 08:30:59 you can manually broadcast a tx 08:31:28 in the daemon: relay_tx 08:31:33 oh 08:31:36 give me a moment 08:32:57 using monero-wallet-cli with remote node, so monerod is not running and thus not seeing option to manually relay 08:33:08 i'll do some reading, thanks for the help :) 08:33:34 a trusted self setup remote node, of course :) 08:34:26 ah I see 08:35:00 thanks for the help! 08:38:08 Are you testing with real XMR? Not on testnet? Because testnet is kind of stuck now, so transactions don't go through. 08:40:17 testing on real XMR 08:40:24 mainnet 08:41:12 rescan_bc - recovered balance back, will retry sending 08:43:51 fun 08:43:53 Error: transaction was rejected by daemon Error: Reason: double spend 08:44:31 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 08:45:20 time for debugging 08:59:56 When did you upgrade? 09:00:18 3 weeks ago 09:00:32 on 16th 09:00:44 or somewhere around that 09:03:00 is the tx in the tx pool? 09:03:57 this is part of the problem with not running your own daemon 09:03:59 :) 09:04:06 Mochi101: i am running my own daemon 09:04:23 tx is not in the pool 09:04:25 so in the daemon type flush_txpool 09:04:51 then in monero wallet: rescan_spent 09:05:05 Error: Unsuccessful -- json_rpc_request :) 09:05:19 for flush_txpool ^ 09:06:22 in the daemon? 09:06:36 "monerod flush_txpool" 09:07:01 no, you need to run monerod in console and type it there when it's synchronized 09:07:10 no pass it via cmdline 09:07:15 *not 09:07:33 ok 09:10:37 Pool successfully flushed 09:10:45 let me try again 09:14:06 sech1: Mochi101: thanks for the help both of you 09:14:12 Worked? 09:14:15 transaction passed through this time 09:14:17 worked 09:14:30 not sure why exactly that happened, did same steps both times 09:14:33 thank dEBRUYNE, I got it off a reddit post he answered 09:14:51 appreciate dEBRUYNE too :) 09:15:07 sorry have no time to get into logs now 09:15:24 thanks! 09:48:01 hm. ZA has currency controls and are clamping down on crypto. 09:48:05 https://www.cryptoglobe.com/latest/2019/12/south-africa-planning-new-regulations-to-prevent-use-of-crypto-in-currency-evasion/ 11:10:19 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? 11:10:51 nonie: https://xmr.llcoins.net/addresstests.html 11:10:59 use box 2, and then press gen 1 to create the seed 11:15:57 asymptotically: Ah - nice. Is it possible to run on my PC? 11:19:36 you can save the page and open it on an offline computer 11:19:51 thx 11:20:34 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 11:21:10 asymptotically: that isn't bip39 though 11:22:14 nonie: I think you can put a bip39 seed (and optional passphrase) into this python app that you can run offline: https://github.com/LedgerHQ/ledger-app-monero/tree/master/tools/python 11:22:52 And I think coinomi made a webpage (that you can also bring offline) for the same: https://coinomi.github.io/bip39-monero/ 11:40:12 I like the coinomi webpage. It allows hex entropy @ [x] show entropy details. 11:40:21 + it shows nice details. 11:43:10 I think it is also a github project 11:48:28 But i seems to be a large junk of source code to check for fraud. 11:49:58 I just found this command line options "--extra-entropy arg" for monero-wallet-cli. 11:51:34 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) 11:51:46 But it is binary data i guess. 11:53:18 I guess a hex editor will do the work. 11:55:58 But is it wise to save the entropy on a hard drive? Maybe some ram disc. 11:57:37 `echo deadbeef1234 | xxd -r -p > /dev/shm/somefile` maybe 11:58:22 already used entropy? or? 11:59:56 asymptotically: Thx. your a champion. 12:00:48 vim huh 13:00:19 does the monero project want to get added to https://reproducible-builds.org/who/ and do you have a logo and a prefered link/links you'd like to have listed? 13:01:06 oh, uhm.. just noticed it already is 13:01:37 good 13:01:51 * kpcyrd lacks coffee, sorry 13:13:01 Going online without enough coffee is living dangerously 15:51:47 hello 15:59:30 why wallet dont process block 0? 16:00:39 Pointless I guess. 16:00:51 It's added stock. 16:04:03 for new genesis i tried to add but compile is unsuccesful 16:04:59 process_new_transaction(get_transaction_hash(genesis.miner_tx), genesis.miner_tx, o_indices_genesis, 0, genesis.timestamp, true, false, false); 16:05:06 this function is not working 16:10:47 how to process genesis block for wallet 16:10:51 any help please 16:12:00 I don't think anyone from monero had to do this. Ask some fork coin. 16:12:36 Or just don't, it's mostly pointless (unless you're going for a premine, in wich case ask a scam coin). 16:13:18 Well, unless the premine's sensible, in which case ask a fork coin :) 16:14:05 fork is not smth negative 16:15:12 premine can be positive if u make a airdrop 16:15:51 It's not negative per se, sure. 16:16:09 Forks are good if you do something nice with it. Maybe you will. 16:16:29 Most of the time it's used to scam people though. 16:16:40 naw, premine and airdrop is still negative. you become a money issuer than, and then its centralized, and you could run into law problems 16:16:49 But Monero for instance forked from Bytecoin, and isn't a scam. 16:17:15 satoshi's distribution model is genius 16:18:12 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. 16:18:53 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. 16:19:29 token changes? 16:19:33 what do u mean 16:19:59 I mean small pointless changes. Like switch the PoW, decrease block target, emission, tweak values, etc. 16:20:05 hrm, how to find out file type that doesn't have an extension 16:20:12 file file 16:20:16 file "$file" 16:20:25 What he said :D 16:21:09 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. 16:21:54 is just a function but dont work well 16:22:06 process_new_transacion 16:22:09 process_new_transaction 16:28:18 i have a error like "has incorrect miner transaction" for genesis block 0 16:29:08 i surpass with "if(m_db->height() !=0" 16:29:50 i'll have error on future blocks because of this? 16:34:45 moneromooo are u here? 16:34:58 I am. 16:35:14 I'm not interested in spending time working out how to premine though. 16:35:28 will i have errors on future blocks because of "if(m_db->height() !=0" 16:35:49 Depends what changes you make. Having a bad tx in the chain is a bad idea in the first place. 16:36:14 didnt change anything else 16:36:15 If I were you, I'd make the tx correct in the first place. 16:36:39 Now I have no idea *why* it's bad. You'll have to work it out. 16:37:10 But skipping this block looks like something that's likely to come back to bite you later. 16:38:30 the strange thing is that transfer from genesis block work 16:39:03 that function worked with old version of monero 16:39:35 Odd. I don't think we changed any consensus rules for pre-v12... 16:40:15 work with monero may 2018 version 16:40:41 but the important is that even money transfer from genesis works 16:42:30 or is better to do "if(already_generated_coins == 0) reward smth" 16:46:43 moneromooo which is better solution genesis or "if(already_generated_coins == 0 reward smth" 16:47:00 < moneromooo> I'm not interested in spending time working out how to premine though. 16:47:21 Other coins have done htat though, so look for what they did. 16:49:17 your knowledge is deeper than other that copy paste monero code 16:49:27 is very crucial 16:49:39 Sure, but as I said, I never had to do this, so I don't know how. 16:50:02 u know the logic 16:52:35 moneromooo just choose between 18:42:55 Tails 4.1 is out. get it while it's hot - https://tails.boum.org/install/download/index.en.html 18:48:26 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 18:49:57 will the transfer be accepted by the network? 18:50:21 Your (old) daemon cannot connect to the network. Update it, then relay the tx again with: relay_tx TXID 18:50:36 It'll normally auto re-relay every... 4 hours IIRC. 18:51:20 moneromooo: the transfer is to an integrated address and I seem to recall something about those being dropped in 0.15? 18:51:21 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. 18:51:36 They are not. 18:52:14 what does it mean to relay a tx? I've never done that before 18:52:53 Send to other daemons. This is normally automatic. 18:52:54 tell other peers about it 18:53:22 And it'll be automatic once you've updated, but it might be up to 4 hours. Relaying manually just speeds it up. 18:57:10 apparently my cli doesn't have such a command: "Error: Unknown command 'relay_tx', try 'help'" 18:57:42 Are you doing this in monerod (which you should) or the wallet (which you should not) ? 18:57:53 the wallet 18:58:05 how could I "do this" in monerod? 18:58:17 Run the command I mean. 18:59:11 I see, I normally run it as a daemon 18:59:32 Ah, if detached, you can do: monerod relay_tx TXID and it'll call the daemon. 18:59:51 And replace TXID with your txid of course. 19:00:21 moneromoo smoothing it over 19:01:44 it says "Transaction successfully relayed" so I guess I'll wait a bit 19:02:01 nice 19:06:11 I get a lot of exceptions in the monerod log btw, is that normal? 19:07:22 If it's weak pointers when trying to connect to a peer, yes. 19:08:07 https://paste.debian.net/1119269/ 19:08:08 Ideally one would make that less noisy, but it needs time debugging and sice it's not borked, it's now high priority. 19:08:43 Ah, right. New one, it's annoying, yes. 19:09:08 new but nothing to worry about? :-) 19:09:10 But it's how the random config is done currently. Try it, catch, do something else if caught 19:09:17 Yes, you can ignore this one too. 19:10:57 ok 19:20:40 ah, it's got a height now and it's changed from "pending" to "out" so I guess it's done 19:20:45 moneromooo: thanks :-) 19:20:46 are there new address formats not? 19:20:48 now* 19:21:06 No. 19:21:22 Well, subaddresses, but that's like a year old now I think. 19:21:37 but new wallet can send out to old addresses fine? 19:21:43 Yes. 20:29:19 herro 20:30:22 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) 20:30:38 garnet: how about using mymonero.com? 20:30:41 it's already synced 20:30:44 and scanning is super fast 20:31:15 i just downloaded getmonero but i can use mymonero too, its all the same to me 20:31:29 was mostly wondering if this would work, since im crypto noob 23:01:19 meop