-
xmr-pr
vtnerd opened pull request #6769: Add clear method to byte_stream
-
xmr-pr
-
lza_menace
i've forked the monero-python repo and am trying to refactor so that it works with Wownero. I've compared the cryptonote_config.h files between monero and wownero and made adjustments to the python codebase accordingly (really just prefixes in monero/const.py) but am getting ValueErrors when trying to derive the public_address
-
lza_menace
ValueError: Invalid address netbyte 10. Allowed values are: 18, 24, 35, 3f, 1032, 2fb0
-
lza_menace
can anyone give me some pointers on what needs to be changed on these slices of decoded base58 strings?
-
lza_menace
-
lza_menace
I have no idea what I'm doing in this regard. I'm guessing the slice indexes need to be shifted because the address structure is slightly different for wownero
-
lza_menace
not sure if discussion here is only for github.com/monero-project/monero project, lmk if not and I'll go back to my corner :)
-
selsta
Yesterday I had 3 transactions with master daemon that took over 3 minutes until I saw them in other mempools.
-
selsta
Not sure if this is a new bug or if I had bad luck with peers.
-
selsta
But I wasn’t able to consistently reproduce it.
-
grydz
Hi there, I'm trying to mine a block offline without interacting with peers (to test CLSAG with a hardware wallet). Is there a good way to do that? Unfortunately I'm spammed with block found when using this:
-
grydz
./monerod --stagenet --fixed-difficulty 1 --offline --no-sync --rpc-payment-allow-free-loopback
-
moneromooo
If you want a single block, you can either use --fixed-difficulty N with N higher than one and such that you have time to stop mining before finding many, or use --regtest and call the generateblocks RPC for 1 block.
-
moneromooo
I wouldn't think finding lots of blocks would be a great impediment though.
-
moneromooo
If your hash rate is N hashes/second, --fixed-difficulty N will have you find a block a second, on *average*.
-
grydz
Thanks moneromooo, I'll try that!
-
sarang
Snipa: PR 6600 rebased with a small update; CI building now
-
selsta
luigi1111w: did you update travis yet? please ping me if you do so that i can test it
-
luigi1111w
I don't think I quite understand how
-
selsta
else you can just disable and reenable it
-
selsta
and we stay on travis-ci.org for now
-
luigi1111w
it seems like it's working?
-
luigi1111w
IDK, .org doesn't show me anything besides a few build logs, doesn't seem to have config available
-
selsta
luigi1111w: can you enable / disable it inside github?
-
luigi1111w
I can delete it
-
selsta
it just doesn’t trigger anymore
-
selsta
no errors
-
selsta
afaik last time that happened you disabled / reenabled it
-
selsta
-
luigi1111w
beautiful
-
luigi1111w
seems to have worked
-
luigi1111w
let's see if it builds
-
selsta
can you trigger a build from web?
-
luigi1111w
not sure
-
luigi1111w
there are jobs running now it looks like?
-
selsta
luigi1111w: yep works now
-
grydz
It's weird, after pulling last PR #6739 (because of force update), I got this error when compiling:
-
grydz
/usr/bin/ld: ../../../monero_crypto_src/amd64/CMakeFiles/monero-crypto-amd64-64-24k.dir/__/__/crypto_sign/ed25519/amd64-64-24k/fe25519_mul.s.o: relocation R_X86_64_PC32 against symbol `crypto_sign_ed25519_amd64_64_38' can not be used when making a shared object; recompile with -fPIC
-
sarang
Looks to be an error arising from vtnerd's supercop stuff?
-
iDunk
You are compiling something without -fPIC, and/or you are building debug.
-
iDunk
Debug builds shared libs.
-
grydz
I'm building debug. But it worked before the pull!
-
» iDunk tries building debug 6739
-
caralho
good luck
-
grydz
It appears at step: [ 81%] Linking CXX shared library libwallet-crypto.so
-
iDunk
Ok, so vtnerd would need to rewrite some code to make it position independent, am I understanding it right ?
-
moneromooo
Rings a bell. I think he did PR such a change before.
-
moneromooo
Maybe it's missing some bits.
-
iDunk
Until then, debug builds are broken.
-
» iDunk tries debug-static
-
iDunk
grydz: debug-static-all target builds fine. You can use that if it still fits your purpose, or try reverting a11ec4ac1d335677842b447208a9b45d531beeb0 and then building debug.
-
kayront
is the wallet address book exp/importable?
-
kayront
i'm on about 60 entries in the address book now, it would be great if it was possible to selectively (or all of them) export/import between wallets
-
kayront
also, categories for address book entries. i notice that i always know exactly which group the person i'm sending to belongs to (family, friends, business, etc) but it takes a lot of time to go through the entries to find them. if only the contextual possible choices (same category) were in view it would be much smoother
-
vtnerd
the shared library build is broken; the debug build defaults to shared libs if not specified
-
vtnerd
i.e. `-DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Debug` works
-
iDunk
debug-all and debug-static-all should work then.
-
selsta
kayront: make a backup of the wallet file (not the .key file)
-
selsta
afaik no other backup exists currently
-
moneromooo
RPC has access to it (r/w).
-
kayront
not very user-friendly selsta :p
-
selsta
backing up 1 file that includes all your wallet info seems more user friendly than manually importing / exporting :D
-
selsta
but I added it on my todo list for gui
-
moneromooo
Yeah, export = cp. Import also = cp.
-
iDunk
That works for the same wallet.
-
moneromooo
Oh, I see.
-
iDunk
Cue monero-addressbook-{import,export} :)
-
selsta
kayront: sorry, I read it as backup. Between wallets is a use case that we should add.
-
kayront
that'd be grand
-
kayront
along with address book descriptions so that guis (and cli for that matter) can show the addresses included inside the selected category would be awesome
-
kayront
didn't even cross my mind before (categories & import/export), but it becomes quite a basic necessity with a larger address book, I found out
-
kayront
read the entry for tomorrow as "Monero reset" and my heart skipped several beats
-
kayront
don't touch my monteros, yo
-
kayront
right, that was ment to #monero-community :p
-
kayront
meant*
-
kayront
come to think about it, only in Monero would #monero-dev have more users than #monero-community, lol