Bitcoin Forum
September 10, 2025, 05:08:30 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 [2115] 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4674759 times)
phishead
Hero Member
*****
Offline Offline

Activity: 1881
Merit: 842


Keep what's important, and know who's your friend


View Profile WWW
May 06, 2022, 02:32:22 PM
 #42281


Shitero
Inagame
Full Member
***
Offline Offline

Activity: 435
Merit: 125


View Profile
May 19, 2022, 11:48:09 AM
 #42282

Thanks to John Foss, The Monero Moon Issue 43 was released today, that is always interesting to read but most important thing is that P2Pool continues to grow in size.
Anyone who is mining Monero should switch to decentralized P2Pool now:
https://www.themoneromoon.com/p/the-monero-moon-issue-43
johnfoss
Full Member
***
Offline Offline

Activity: 154
Merit: 150


View Profile
May 26, 2022, 07:38:30 AM
Merited by Hueristic (1)
 #42283

THE MONERO MOON (ISSUE 44) IS OUT NOW! Grab a coffee or a beer and kick back for a read. Like, share, and spread the word of Monero as it continues to grow and offer unmatched financial privacy.

https://www.themoneromoon.com/p/the-monero-moon-issue-44?s=r
Mek
Member
**
Offline Offline

Activity: 82
Merit: 10

mtc.mekweb.eu - mega transistor clock


View Profile WWW
May 27, 2022, 08:55:01 AM
 #42284

When I mine via p2pool using the monero gui wallet, how do I know when I actually mine something? Will it appear in the Transactions tab?

My Scrabble game: skrebl.eu
My database of electronic parts: elparts.mekweb.eu
My DIY electronic kit - mega transistor clock: mtc.mekweb.eu
cAPSLOCK
Legendary
*
Offline Offline

Activity: 4130
Merit: 6369



View Profile
May 27, 2022, 12:24:04 PM
Merited by Mek (1)
 #42285

When I mine via p2pool using the monero gui wallet, how do I know when I actually mine something? Will it appear in the Transactions tab?

Yes.  P2pool will send you a transaction for every share you find.  It will be small amounts of Monero but there it will be in your transactions.

You can also see the shares you have found on this site (this is for the mini pool)
https://mini.p2pool.observer/
Mek
Member
**
Offline Offline

Activity: 82
Merit: 10

mtc.mekweb.eu - mega transistor clock


View Profile WWW
May 27, 2022, 01:35:28 PM
 #42286

On the p2pool github site it says that --zmq-pub parameter is required on monerod when mining. I was using monerod with --no-zmq, but after change to --zmq-pub, I get this error:
Quote
monerod --data-dir E:\Monero --block-sync-size 20 --limit-rate-up 50000 --enable-dns-blocklist --db-sync-mode=safe --public-node --restricted-rpc --rpc-bind-ip 0.0.0.0 --confirm-external-bind --zmq-pub --enforce-dns-checkpointing
2022-05-27 13:30:52.592 I Monero 'Oxygen Orion' (v0.17.3.2-release)
2022-05-27 13:30:52.596 I Initializing cryptonote protocol...
2022-05-27 13:30:52.596 I Cryptonote protocol initialized OK
2022-05-27 13:30:52.599 I Initializing core...
2022-05-27 13:30:52.600 I Loading blockchain from folder E:\Monero\lmdb ...
2022-05-27 13:30:58.396 I Loading checkpoints
2022-05-27 13:30:58.417 I Core initialized OK
2022-05-27 13:30:58.418 I Initializing p2p server...
2022-05-27 13:30:58.442 I p2p server initialized OK
2022-05-27 13:30:58.443 I Initializing core RPC server...
2022-05-27 13:30:58.445 I Binding on 0.0.0.0 (IPv4):18081
2022-05-27 13:30:58.660 I core RPC server initialized OK on port: 18081
2022-05-27 13:30:58.694 E ZMQ bind failed: No error
2022-05-27 13:30:58.698 E Failed to create ZMQ/Pub listener: Unable to initialize ZMQ_XPUB socket
2022-05-27 13:30:58.702 I Deinitializing core RPC server...
2022-05-27 13:30:58.704 I Deinitializing p2p...
2022-05-27 13:30:58.713 I Deinitializing core...
2022-05-27 13:30:58.756 I Stopping cryptonote protocol...
2022-05-27 13:30:58.757 I Cryptonote protocol stopped successfully
2022-05-27 13:30:58.758 E Exception in main! Failed to initialize zmq_pub
So is there an error or is there no error? Shocked
Restarting my PC did not help, and I can't think of anything I could try to solve this, pls help.

My Scrabble game: skrebl.eu
My database of electronic parts: elparts.mekweb.eu
My DIY electronic kit - mega transistor clock: mtc.mekweb.eu
Sipizter
Jr. Member
*
Offline Offline

Activity: 41
Merit: 7


View Profile
May 27, 2022, 04:33:00 PM
Merited by Hueristic (1), Mek (1)
 #42287

On the p2pool github site it says that --zmq-pub parameter is required on monerod when mining. I was using monerod with --no-zmq, but after change to --zmq-pub, I get this error:
Quote
monerod --data-dir E:\Monero --block-sync-size 20 --limit-rate-up 50000 --enable-dns-blocklist --db-sync-mode=safe --public-node --restricted-rpc --rpc-bind-ip 0.0.0.0 --confirm-external-bind --zmq-pub --enforce-dns-checkpointing
2022-05-27 13:30:52.592 I Monero 'Oxygen Orion' (v0.17.3.2-release)
2022-05-27 13:30:52.596 I Initializing cryptonote protocol...
2022-05-27 13:30:52.596 I Cryptonote protocol initialized OK
2022-05-27 13:30:52.599 I Initializing core...
2022-05-27 13:30:52.600 I Loading blockchain from folder E:\Monero\lmdb ...
2022-05-27 13:30:58.396 I Loading checkpoints
2022-05-27 13:30:58.417 I Core initialized OK
2022-05-27 13:30:58.418 I Initializing p2p server...
2022-05-27 13:30:58.442 I p2p server initialized OK
2022-05-27 13:30:58.443 I Initializing core RPC server...
2022-05-27 13:30:58.445 I Binding on 0.0.0.0 (IPv4):18081
2022-05-27 13:30:58.660 I core RPC server initialized OK on port: 18081
2022-05-27 13:30:58.694 E ZMQ bind failed: No error
2022-05-27 13:30:58.698 E Failed to create ZMQ/Pub listener: Unable to initialize ZMQ_XPUB socket
2022-05-27 13:30:58.702 I Deinitializing core RPC server...
2022-05-27 13:30:58.704 I Deinitializing p2p...
2022-05-27 13:30:58.713 I Deinitializing core...
2022-05-27 13:30:58.756 I Stopping cryptonote protocol...
2022-05-27 13:30:58.757 I Cryptonote protocol stopped successfully
2022-05-27 13:30:58.758 E Exception in main! Failed to initialize zmq_pub
So is there an error or is there no error? Shocked
Restarting my PC did not help, and I can't think of anything I could try to solve this, pls help.

That option is not enough I think. Try:
--zmq-pub tcp://127.0.0.1:18083
Mek
Member
**
Offline Offline

Activity: 82
Merit: 10

mtc.mekweb.eu - mega transistor clock


View Profile WWW
May 27, 2022, 05:28:01 PM
 #42288

It worked, thank you Smiley

My Scrabble game: skrebl.eu
My database of electronic parts: elparts.mekweb.eu
My DIY electronic kit - mega transistor clock: mtc.mekweb.eu
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
May 29, 2022, 08:18:17 AM
Last edit: May 30, 2022, 11:18:51 AM by smooth
 #42289

Yes.  P2pool will send you a transaction for every share you find.  It will be small amounts of Monero but there it will be in your transactions.

It actually sends you a transaction for every block the pool mines while you have an active share. If you mine a share and the pool doesn't get a block, you don't get anything (but this should be unusual if the pool hash rate is high enough). If it mines two blocks, you get paid twice (or more) even for one share.

Inagame
Full Member
***
Offline Offline

Activity: 435
Merit: 125


View Profile
May 29, 2022, 08:22:47 PM
Merited by Hueristic (1)
 #42290

Some cool new charts added on Moneroj website, but I think stock-to-flow model is now way off Smiley
https://moneroj.net/dominance/
cAPSLOCK
Legendary
*
Offline Offline

Activity: 4130
Merit: 6369



View Profile
June 07, 2022, 06:20:46 PM
Merited by Hueristic (1)
 #42291

Too good not to share...  Faketoshi googles something to lie about and does not notice that he's really looking up something about Montango...



johnfoss
Full Member
***
Offline Offline

Activity: 154
Merit: 150


View Profile
June 09, 2022, 07:45:42 AM
 #42292

THE MONERO MOON (ISSUE 46) IS OUT NOW! Grab a coffee or a beer and kick back for a read. Like, share, and spread the word of Monero as it continues to grow and offer unmatched financial privacy.

https://www.themoneromoon.com/p/the-monero-moon-issue-46?sd=pf
NeuroticFish
Legendary
*
Offline Offline

Activity: 4158
Merit: 6898


Looking for campaign manager? Contact icopress!


View Profile
June 10, 2022, 08:16:09 AM
 #42293

Probably this was answered in a way or another, hence I start with apologizing for being somewhat lazy and didn't research deeply and just came asking.
Is Monero and the official wallet working good with Ledger Nano hardware wallets? Is the setup mature enough?
I would like to finally move my few moneroj from paper wallet to hardware wallet (basically to have one HD seed for both BTC and XMR), but I want to be sure the underlying parts are mature enough.

Maybe somebody having his moneroj already on HW can help with this?
Thank you.

███████████▄
████████▄▄██
█████████▀█
███████████▄███████▄
█████▄█▄██████████████
████▄█▀▄░█████▄████████
████▄███░████████████▀
████░█████░█████▀▄▄▄▄▄
█████░█
██░█████████▀▀
░▄█▀
███░░▀▀▀██████
▀███████▄█▀▀▀██████▀
░░████▄▀░▀▀▀▀████▀
 

█████████████████████████
████████████▀░░░▀▀▀▀█████
█████████▀▀▀█▄░░░░░░░████
████▀▀░░░░░░░█▄░▄░░░▐████
████▌░░░░▄░░░▐████░░▐███
█████░░░▄██▄░░██▀░░░█████
█████▌░░▀██▀░░▐▌░░░▐█████
██████░░░░▀░░░░█░░░▐█████
██████▌░░░░░░░░▐█▄▄██████
███████▄░░▄▄▄████████████
█████████████████████████

█████████████████████████
████████▀▀░░░░░▀▀████████
██████░░▄██▄░▄██▄░░██████
█████░░████▀░▀████░░█████
████░░░░▀▀░░░░░▀▀░░░░████
████░░▄██░░░░░░░██▄░░████
████░░████░░░░░████░░████
█████░░▀▀░▄███▄░▀▀░░████
██████░░░░▀███▀░░░░██████
████████▄▄░░░░░▄▄████████
█████████████████████████
.
...SOL.....USDT...
...FAST PAYOUTS...
...BTC...
...TON...
sech1
Member
**
Offline Offline

Activity: 116
Merit: 66


View Profile WWW
June 13, 2022, 08:06:13 AM
Merited by NeuroticFish (9), Hueristic (1)
 #42294

Probably this was answered in a way or another, hence I start with apologizing for being somewhat lazy and didn't research deeply and just came asking.
Is Monero and the official wallet working good with Ledger Nano hardware wallets? Is the setup mature enough?
I would like to finally move my few moneroj from paper wallet to hardware wallet (basically to have one HD seed for both BTC and XMR), but I want to be sure the underlying parts are mature enough.

Maybe somebody having his moneroj already on HW can help with this?
Thank you.
I would wait until after the July 16th hardfork and see if they updated their software, because Ledger is slacking right now: https://libera.monerologs.net/monero-dev/20220607
Quote
both previous employees that were responsible for monero either quit or moved to a different position
NeuroticFish
Legendary
*
Offline Offline

Activity: 4158
Merit: 6898


Looking for campaign manager? Contact icopress!


View Profile
June 14, 2022, 04:42:12 PM
 #42295

I would wait until after the July 16th hardfork and see if they updated their software, because Ledger is slacking right now: https://libera.monerologs.net/monero-dev/20220607
Quote
both previous employees that were responsible for monero either quit or moved to a different position

Many thanks for the info!

I find more worrying the fact Ledger seems to start making a habit of not delivering in time simply to let Monero devs do the work (and probably not pay for the work done).
If new Monero app for Ledger will exist even 3 months late, I won't be that much upset.


Another thing: how about the tool that supposedly converts Ledger 24-word seed to Monero 25-word seed? Is it good/working? (I may try it, although I'm not that good with Linux).



The background is that for some personal reasons I'd want to do the move before July 10th, hence the timing is awful.  Cry

███████████▄
████████▄▄██
█████████▀█
███████████▄███████▄
█████▄█▄██████████████
████▄█▀▄░█████▄████████
████▄███░████████████▀
████░█████░█████▀▄▄▄▄▄
█████░█
██░█████████▀▀
░▄█▀
███░░▀▀▀██████
▀███████▄█▀▀▀██████▀
░░████▄▀░▀▀▀▀████▀
 

█████████████████████████
████████████▀░░░▀▀▀▀█████
█████████▀▀▀█▄░░░░░░░████
████▀▀░░░░░░░█▄░▄░░░▐████
████▌░░░░▄░░░▐████░░▐███
█████░░░▄██▄░░██▀░░░█████
█████▌░░▀██▀░░▐▌░░░▐█████
██████░░░░▀░░░░█░░░▐█████
██████▌░░░░░░░░▐█▄▄██████
███████▄░░▄▄▄████████████
█████████████████████████

█████████████████████████
████████▀▀░░░░░▀▀████████
██████░░▄██▄░▄██▄░░██████
█████░░████▀░▀████░░█████
████░░░░▀▀░░░░░▀▀░░░░████
████░░▄██░░░░░░░██▄░░████
████░░████░░░░░████░░████
█████░░▀▀░▄███▄░▀▀░░████
██████░░░░▀███▀░░░░██████
████████▄▄░░░░░▄▄████████
█████████████████████████
.
...SOL.....USDT...
...FAST PAYOUTS...
...BTC...
...TON...
sech1
Member
**
Offline Offline

Activity: 116
Merit: 66


View Profile WWW
June 15, 2022, 01:57:58 PM
Merited by NeuroticFish (5)
 #42296

Another thing: how about the tool that supposedly converts Ledger 24-word seed to Monero 25-word seed? Is it good/working? (I may try it, although I'm not that good with Linux).
I don't know, I don't have Ledger. It probably works, but not always: https://github.com/LedgerHQ/app-monero/issues/105
NeuroticFish
Legendary
*
Offline Offline

Activity: 4158
Merit: 6898


Looking for campaign manager? Contact icopress!


View Profile
June 17, 2022, 07:50:21 PM
 #42297


After basically wasting the afternoons of a week, I didn't manage to get the tool work. It may matter that I've tried to build a safe Linux on an USB stick for the job and that ate up a lot of time too (and the result was far from perfect), but this solution to obtain the recovery phrase is not for me.
Now I know that I better don't mix Monero with Ledger. Thank you very much for opening my eyes, I may have made a mistake otherwise.

███████████▄
████████▄▄██
█████████▀█
███████████▄███████▄
█████▄█▄██████████████
████▄█▀▄░█████▄████████
████▄███░████████████▀
████░█████░█████▀▄▄▄▄▄
█████░█
██░█████████▀▀
░▄█▀
███░░▀▀▀██████
▀███████▄█▀▀▀██████▀
░░████▄▀░▀▀▀▀████▀
 

█████████████████████████
████████████▀░░░▀▀▀▀█████
█████████▀▀▀█▄░░░░░░░████
████▀▀░░░░░░░█▄░▄░░░▐████
████▌░░░░▄░░░▐████░░▐███
█████░░░▄██▄░░██▀░░░█████
█████▌░░▀██▀░░▐▌░░░▐█████
██████░░░░▀░░░░█░░░▐█████
██████▌░░░░░░░░▐█▄▄██████
███████▄░░▄▄▄████████████
█████████████████████████

█████████████████████████
████████▀▀░░░░░▀▀████████
██████░░▄██▄░▄██▄░░██████
█████░░████▀░▀████░░█████
████░░░░▀▀░░░░░▀▀░░░░████
████░░▄██░░░░░░░██▄░░████
████░░████░░░░░████░░████
█████░░▀▀░▄███▄░▀▀░░████
██████░░░░▀███▀░░░░██████
████████▄▄░░░░░▄▄████████
█████████████████████████
.
...SOL.....USDT...
...FAST PAYOUTS...
...BTC...
...TON...
cAPSLOCK
Legendary
*
Offline Offline

Activity: 4130
Merit: 6369



View Profile
June 18, 2022, 01:49:23 AM
Merited by NeuroticFish (5)
 #42298


After basically wasting the afternoons of a week, I didn't manage to get the tool work. It may matter that I've tried to build a safe Linux on an USB stick for the job and that ate up a lot of time too (and the result was far from perfect), but this solution to obtain the recovery phrase is not for me.
Now I know that I better don't mix Monero with Ledger. Thank you very much for opening my eyes, I may have made a mistake otherwise.

Not for or against using the Ledger...

But in the past I found this tool to produce the same keys (and compatible 25 word seed) from the BIP39 24 word set:  https://github.com/Coinomi/bip39-coinomi/releases

Have not tested it in ages against a Ledger, but it certainly worked in the past.
NeuroticFish
Legendary
*
Offline Offline

Activity: 4158
Merit: 6898


Looking for campaign manager? Contact icopress!


View Profile
June 23, 2022, 10:26:50 AM
 #42299

But in the past I found this tool to produce the same keys (and compatible 25 word seed) from the BIP39 24 word set:  https://github.com/Coinomi/bip39-coinomi/releases

Thank you very much for the idea and the link.

I've tested it and it seems to do the job wonderfully. At least on the web page it seems to obtain the expected address.
Too bad I cannot fully test it offline for my exact use case because I couldn't convince monero-wallet-cli accept the seed words in offline mode.
Doing the same with a newly generated seed and the GUI Monero wallet (online) works though.

So indeed, I am confident that for my use case this was the missing bit.

███████████▄
████████▄▄██
█████████▀█
███████████▄███████▄
█████▄█▄██████████████
████▄█▀▄░█████▄████████
████▄███░████████████▀
████░█████░█████▀▄▄▄▄▄
█████░█
██░█████████▀▀
░▄█▀
███░░▀▀▀██████
▀███████▄█▀▀▀██████▀
░░████▄▀░▀▀▀▀████▀
 

█████████████████████████
████████████▀░░░▀▀▀▀█████
█████████▀▀▀█▄░░░░░░░████
████▀▀░░░░░░░█▄░▄░░░▐████
████▌░░░░▄░░░▐████░░▐███
█████░░░▄██▄░░██▀░░░█████
█████▌░░▀██▀░░▐▌░░░▐█████
██████░░░░▀░░░░█░░░▐█████
██████▌░░░░░░░░▐█▄▄██████
███████▄░░▄▄▄████████████
█████████████████████████

█████████████████████████
████████▀▀░░░░░▀▀████████
██████░░▄██▄░▄██▄░░██████
█████░░████▀░▀████░░█████
████░░░░▀▀░░░░░▀▀░░░░████
████░░▄██░░░░░░░██▄░░████
████░░████░░░░░████░░████
█████░░▀▀░▄███▄░▀▀░░████
██████░░░░▀███▀░░░░██████
████████▄▄░░░░░▄▄████████
█████████████████████████
.
...SOL.....USDT...
...FAST PAYOUTS...
...BTC...
...TON...
johnfoss
Full Member
***
Offline Offline

Activity: 154
Merit: 150


View Profile
June 24, 2022, 06:15:45 AM
 #42300

THE MONERO MOON (ISSUE 47) IS OUT NOW! Grab a coffee or a beer and kick back for a read. Like, share, and spread the word of Monero as it continues to grow and offer unmatched financial privacy.

https://www.themoneromoon.com/p/the-monero-moon-issue-47?sd=pf
Pages: « 1 ... 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 [2115] 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!