phishead
|
 |
May 06, 2022, 02:32:22 PM |
|
Shill shill shill
Ok shiller Shitero
|
|
|
|
Inagame
|
 |
May 19, 2022, 11:48:09 AM |
|
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
|
|
|
|
|
Mek
Member

Offline
Activity: 82
Merit: 10
mtc.mekweb.eu - mega transistor clock
|
 |
May 27, 2022, 08:55:01 AM |
|
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
Activity: 4130
Merit: 6369
|
 |
May 27, 2022, 12:24:04 PM |
|
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
Activity: 82
Merit: 10
mtc.mekweb.eu - mega transistor clock
|
 |
May 27, 2022, 01:35:28 PM |
|
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: 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?  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
Activity: 41
Merit: 7
|
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: 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?  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
Activity: 82
Merit: 10
mtc.mekweb.eu - mega transistor clock
|
 |
May 27, 2022, 05:28:01 PM |
|
It worked, thank you 
|
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
Activity: 2968
Merit: 1198
|
 |
May 29, 2022, 08:18:17 AM Last edit: May 30, 2022, 11:18:51 AM by smooth |
|
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.
|
|
|
|
|
cAPSLOCK
Legendary
Offline
Activity: 4130
Merit: 6369
|
 |
June 07, 2022, 06:20:46 PM |
|
Too good not to share... Faketoshi googles something to lie about and does not notice that he's really looking up something about Montango... 
|
|
|
|
|
NeuroticFish
Legendary
Offline
Activity: 4158
Merit: 6898
Looking for campaign manager? Contact icopress!
|
 |
June 10, 2022, 08:16:09 AM |
|
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.
|
|
|
|
sech1
|
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/20220607both previous employees that were responsible for monero either quit or moved to a different position
|
|
|
|
NeuroticFish
Legendary
Offline
Activity: 4158
Merit: 6898
Looking for campaign manager? Contact icopress!
|
 |
June 14, 2022, 04:42:12 PM |
|
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/20220607both 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. 
|
|
|
|
|
NeuroticFish
Legendary
Offline
Activity: 4158
Merit: 6898
Looking for campaign manager? Contact icopress!
|
 |
June 17, 2022, 07:50:21 PM |
|
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.
|
|
|
|
cAPSLOCK
Legendary
Offline
Activity: 4130
Merit: 6369
|
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/releasesHave not tested it in ages against a Ledger, but it certainly worked in the past.
|
|
|
|
NeuroticFish
Legendary
Offline
Activity: 4158
Merit: 6898
Looking for campaign manager? Contact icopress!
|
 |
June 23, 2022, 10:26:50 AM |
|
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.
|
|
|
|
|
|