00:05:38 <Ammar__> Hi
00:06:38 <Ammar__> Some people say it is not worth it to mine with one desktop or laptop anymore, is it true?
00:06:53 <Ammar__> I mean if you join a pool?
00:08:53 <moneromooo> It depends. You'll get about the same amount of monero on average, but either tiny bits every so often with pool, or whole block at once if you mine solo.
00:09:31 <moneromooo> Due to the law of small numbers (or whatever it's called), the average *really* means average. It'll have huge variance.
00:09:55 <u9000[m]> law of large numbers iirc
00:09:59 <moneromooo> But desktops or laptops are not obviously out, it all depends on the actual machine.
00:10:48 <moneromooo> If you mine solo, you'll probably want to use xmrig (a pool miner) anyway, it's faster than monerod, but connected to monerod rather than an actual pool.
00:11:31 <moneromooo> Now, the average time between blocks for a desktop or laptop is probably measured in years. So it's a lottery.
00:11:47 <moneromooo> You might get a block in your first few months, or none in ten years.
00:12:13 <moneromooo> But in the long run, you should get about the same, at a first approximation, from pool or solo.
00:23:00 <Ammar__> Thanks for this amazingly detailed answer
00:23:52 <Ammar__> Now, i just got an idea. How about creating a mining pool exclusively for people from my country with no fees?
00:24:07 <Ammar__> Is it theoretically possible?
00:24:37 <Ammar__> And technically speaking, how difficult would it be to set up?
00:25:28 <moneromooo> Yes, you could do that. IIRC it's a bit annoying to set up, but not overly hard. Though my experience is like five years old or so.
00:29:13 <moneromooo> Actually, there's also new pool software I've not tried. So could be even easier.
00:30:34 <Ammar__> Sweet. Sounds like it could be fun project
00:31:22 <Ammar__> But what kind of hosting plan you would need for such pool? Would a cheap vps do?
01:21:41 <gingeropolous> Ammar__, it depends on how popular your pool gets
01:22:01 <gingeropolous> i ran a pool on a 3$ /month VPS
01:22:26 <hyc> a pool should run its own monerod, so you'll need at least 50GB disk if you want some longevity for it
01:22:56 <hyc> at least 200GB if you want to run without pruning
01:23:30 <hyc> the storage space will push up the VPS price
01:24:42 <Ammar__> I see.
01:25:15 <Ammar__> Vps with 3? I thought 5 is the cheapest by digitalocean?
01:25:47 <Ammar__> What are the resources of this vps?
01:28:50 <gingeropolous> it was a while ago i found it on lowendbox.com
01:30:15 <gingeropolous> but if your pool gets popular, you can end up getting throttled by the VPS provider.
01:30:43 <gingeropolous> and if your goal is to cater to a specific country, you'll probably want to find something in the country, so your miners can get good pings from you
01:31:35 <gingeropolous> and you'll have to ensure a relatively fast route to other daemons / pools. these are more secondary issues though.
03:40:03 <AR23GG1> Is this where I mention what appears to be a bug?
03:40:21 <selsta> yes
03:40:34 <selsta> or here https://github.com/monero-project/monero/issues
03:42:48 <AR23GG1> importing outputs from hot wallet to cold wallet results in "0 outputs imported" . steps to recreate: create cold wallet with linux 64 cli, use save_watching_only. open watching only with macOS 64 cli and receive .01xmr refresh confirms "import_key_images" needed. export_outputs all OUTPUTS. return to linux 64 cli and import_outputs OUTPUTS
03:43:44 <AR23GG1> despite there clearly being an output in need of key images, I am unable to properly import the output to the cold wallet.
03:43:50 <AR23GG1> using 17.1.8 of course
03:44:54 <AR23GG1> I did a search on r/monerosupport and found one other person a month ago with a similar issue. he was using windows 10 for the hot and win 7 32 for the cold. using win 10 for both solved his issue.
03:47:33 <vekin> My cold wallet is a piece of paper with my seed on it :P
03:47:45 <vekin> so i can't help :/
03:51:05 <h2017> too much information
03:51:50 <selsta> AR23GG1: try reporting on Github if no one knows here
03:51:56 <AR23GG1> TLDR: cross platform import_outputs seems broken (hot:macOS, cold:ubuntu)
03:52:05 <AR23GG1> I'd need to create a github account :(
04:00:45 <r3dh3ad[m]> so i think my node is connecting to a malicious node. based on it's syncing, it looks malicious. any way to force the daemon to connect to a new one? it seems it's connecting to the same one each time.
04:03:36 <vekin> --add-priority-node node.xmr.to:18080
04:03:45 <AR23GG1> looks like there's already an open issue where someone mentions they can't sign a transaction on linux that was created on macOS. sounds related
04:04:10 <vekin> use the blocklist too if you aren't already
04:11:32 <r3dh3ad[m]> yeah i'm using the ban-list and enable-dns-blocklist
04:11:58 <selsta> r3dh3ad[m]: can you explain your issue a bit more detailed?
04:12:16 <selsta> how do you know that the node is malicious?
04:36:50 <r3dh3ad[m]> selsta: TBH i don't know if it's malicious. i did see at one point that i was ahead by a block according to https://localmonero.co/blocks.
04:37:27 <selsta> hmm sounds fine
04:38:10 <r3dh3ad[m]> i turned it off for about an hour and just turn it back on. tried to sync. found it was 19 blocks behind. restarted itself while attempting to do so. is this the memory consumption issue that's been talked about
04:38:11 <r3dh3ad[m]> ?
04:38:46 <selsta> Need to see full logs.
04:44:35 * r3dh3ad[m] sent a long message:  < https://matrix.org/_matrix/media/r0/download/matrix.org/LHxhvLaAeXQOFQnhOolBSYBx/message.txt >
04:46:21 <selsta> does status show the correct height now?
04:47:52 <r3dh3ad[m]> currently, i'm a block ahead of monero blocks
04:50:31 <selsta> that is normal
04:54:49 <r3dh3ad[m]> then i will stop talking because now everything is normal :)
04:59:20 <selsta> yea everything looks good :)
08:07:43 <Ammar__> Ok let me understand one thing. Whether a coin is asic resistant or not any miner, in theory still got a chance to find block before the big fish?
08:08:01 <Ammar__> If he mine solo of course
08:08:24 <Ammar__> It is just the odds are tiny.
09:01:53 <endor00[m]> Yep
09:02:18 <endor00[m]> You could start cpu mining Bitcoin and find a block after 10 seconds
09:03:36 <endor00[m]> The odds of that are basically infinitesimal, but they exist. The reason nobody does it is that the average expected return of this action is extremely negative (you're gonna burn way more electricity than the block reward you'll get, on average)
09:39:26 <Ammar__> endor00: so it's like lottery with electricity and hardware consumption at stakes instead of actual money
09:40:36 <hyc> electricity and hardware is more real than "actual money"
09:41:10 <endor00[m]> Yes, but it's also more than that. By "playing the lottery", you are also providing a service to the network by confirming people's transactions
09:45:31 <Ammar__> Sweet. Helping the good cause. Decentralization of money. Sticking it to the banking systems.
09:45:37 <Ammar__> :D
09:47:23 <Ammar__> Ok if I want to use this totally weak phone on monero or bitcoin itself to mine solo, is it possible, or do I need to download the blockchain to mine without third party?
09:47:57 <hyc> a solo miner needs to be able to talk to a monerod somewhere
09:48:07 <hyc> it doesn't need to be on the phone, but it could be
09:48:56 <hyc> for a phone, probably better to talk to a remote monerod
09:50:02 <Ammar__> Ok is there opeb source app to do so at the moment, because they are talking about installing linux on your phone to do it?
09:50:46 <hyc> I assume xmrig can be compiled for android
09:50:55 <hyc> haven't done it myself in a long time
09:51:23 <hyc> sech1 may know for sure
09:52:20 <Ammar__> Thank you.
09:53:03 <sech1> https://www.reddit.com/r/MoneroMining/comments/kpfrpl/running_xmrig_in_android/
09:54:58 <ragn4> nice
09:59:56 <Ammar__> sech1, thanks.
10:02:05 <Ammar__> About cpu life consumption, I've heard as long as the temperature is stable, there's nothing to worry about. What's the final verdict on mining eating away at your hardware?
10:04:15 <hyc> yeah, keep temperature below the limit and you're fine
10:05:07 <endor00[m]> Be ready to say bye bye to your battery though, if you are mining on a phone
10:05:44 <hyc> only mine if plugged in
10:06:30 <endor00[m]> I was thinking more in terms of degradation from heat
10:07:36 <hyc> yes. on a phone I would generally avoid using more than half your CPU cores
10:07:50 <hyc> phones aren't great for dissipating heat
10:08:43 <elchupacabra420[> Just put them to fridge then
10:09:23 <hyc> humidity, condensation... even worse
10:10:01 <elchupacabra420[> With a bunch of modern phones you certainly could contribute to a pool. feels like  https://s1.cdn.autoevolution.com/images/news-pictures-600x/pokemon-go-grandpa-now-rides-bike-with-64-smartphone-mount-impresses-some-more-145360-7.jpg
10:10:18 <hyc> yep
10:13:24 <hyc> and you could take your mining farm with you wherever you go https://twitter.com/hyc_symas/status/1183459387056238592
10:14:08 <hyc> maybe even power it from your own pedaling
10:24:37 <elchupacabra420[> Easiest practice for an asian grand. Would even fight a couple of attackers meanwhile.
10:37:57 <Ammar__> hyc thanks for all the information
10:39:26 <Ammar__> Sech1, can I use the original termux to compile xmrig without the need for the unbunto version?
10:39:39 <Ammar__> Im talking about this tutorial
10:39:57 <Ammar__> https://gist.github.com/2niuhe/f9c0a1168ebc02bd0b89ffdb7ed21f6c
10:41:27 <sech1> Normal termux works
10:41:51 <Ammar__> Ok. The editor said it's optional to be fair
10:42:18 <Ammar__> But what's the advantage of making it unbuntu?
10:42:23 <Ammar__> Just curious
11:07:46 <ragn4> .network
13:46:01 <d4ndo[m]> Hi. I need some LBC. Any idea on where to convert some XMR to LBC instant!?
13:46:31 <d4ndo[m]> small amount.
13:47:19 <moneromooo> I assume you mean BTC ? Try xmr.to.
13:47:55 <moneromooo> If it's some alt, try morphtoken.
13:48:04 <d4ndo[m]> No not BTC - LBC is the coin for lbry.tv
13:48:21 <d4ndo[m]> morphtoken - ahh thx
13:54:51 <Ammar__> I'm excited. Running xmrig on mediatek processor lol see how much hash rate I'll get
13:57:36 <Ammar__> https://i.imgur.com/8zawkUe.png
13:57:46 <Ammar__> Ain't that beautiful
13:59:17 <Ammar__> 17 hash per second lol I'm still proud of my phone
13:59:49 <hyc> I submitted a benchmark on a mediatek chip a while back
13:59:50 <hyc> https://monerobenchmarks.info/armPROCESSORS.php
13:59:57 <hyc> you should send your result too
14:00:11 <Ammar__> I will.
14:00:22 <Ammar__> Thanks
14:00:28 <questi> what if governments at some stage outlaw crypto?
14:00:29 <questi> :)
14:00:42 <jess> hi questi
14:00:52 <Ammar__> It is outlawed in my country
14:00:58 <Ammar__> Mining also
14:01:08 <questi> crypto rich but unable to buy house, etc with it
14:01:14 <questi> Ammar__: which country is it?
14:01:19 <Ammar__> Algeria
14:01:50 <Ammar__> Is there a tutorial on how to upload my stats?
14:01:57 <questi> yes a lot of evil schemes are tried in a 3rd world countries first
14:02:02 <questi> in 3rd
14:02:36 <questi> it is just a hypothetical question yet if crypto is illegal that means one can not buy any assets with it ...
14:02:37 <questi> :)
14:02:45 <questi> then what is crypto for?
14:04:06 <Ammar__> People will protect it
14:04:28 <Ammar__> You're buying from people not government
14:04:53 <questi> read again
14:04:56 <Ammar__> If the brave one still believes in it they will sell you a housr
14:05:04 <questi> they cant
14:05:14 <Ammar__> Why
14:05:30 <questi> and also not you, we
14:05:31 <questi> :)
14:05:44 <questi> proceeds of crime acts etc
14:06:10 <questi> if anything is bough with illegally it can be legally forfeited :)
14:06:27 <Ammar__> People commit illegal activities on daily bases if they think they can get away with it
14:06:33 <questi> if they can yes
14:06:49 <Ammar__> A work around
14:07:17 <Ammar__> Sell you for 10btc +100k usd
14:07:21 <questi> if there is a law worldwide that crypto has to be declared fully and then subjected to likes of capital ta gains and more and more
14:07:29 <Ammar__> The usd to keep it legie
14:07:43 <questi> one would have to show from where fiat came from :)
14:07:44 <Ammar__> Legitimate*
14:07:58 <questi> from salary, business profits, or what :)
14:09:01 <Ammar__> The gov won't know the deal was made with btc under the table in the first place
14:09:05 <questi> yes
14:09:15 <questi> however will ask from where money to buy house came from :)
14:09:24 <questi> can't explain = house is taken :)
14:09:39 <questi> in UK it is already a law and in EU and
14:09:39 <questi> :)
14:09:42 <questi> maybe in USA
14:10:13 <Ammar__> The 100usd decoy part of the deal can be explained
14:10:20 <questi> how :)
14:10:37 <Ammar__> The trutb
14:10:42 <questi> loool
14:10:45 <hv-bridge> <Elysian> hey
14:11:23 <hv-bridge> <Elysian> I should probably die
14:11:38 <questi> as far as cash exist it will be still possible to move crypto into official system
14:11:42 <questi> to a degree
14:11:50 <questi> and even that degree is small
14:11:58 <Ammar__> Are you making a case for xmr since it is more private than btc or are you making a case against crypto in general
14:12:12 <questi> not pro or against
14:12:23 <questi> information
14:13:04 <Ammar__> In that case, government can also ban regular money tomorrow and render it useless
14:13:27 <Ammar__> If we are talking 'ifs'
14:13:28 <questi> Ammar__:  in China social rating system is already in place
14:13:37 <questi> and China is soon world leading economy
14:13:43 <Ammar__> I do know.
14:14:06 <Ammar__> I watched the mocking episode about it in black mirror lol
14:14:12 <Ammar__> Was amazing episode
14:14:19 <questi> :)
14:14:41 <questi> imo both crypto and gold prices will be crushed at some stage to  new lows
14:14:43 <questi> :)
14:14:45 <jess> :)
14:15:07 <questi> first sucker people in with a fake sense of security and then :P
14:15:13 <jess> :)
14:16:19 <Ammar__> It's possible. Then again, thinking about what's possible can drive you crazy. Sticking to what's probable can keep you sane.
14:16:36 <questi> nope
14:17:27 <questi> empire after empire were allowed to rise and fall and now will it not be a global fall?
14:17:36 <questi> what is improbable here :)
14:19:15 <jess> :)
14:22:02 <questi> digital yuan already exist
14:22:30 <Ammar__> The fall is probable, has always been. But the fall doesn't threaten crypto only. It will crash everything. So acting on that probability is irrational since nothing can be deemed reliable
14:23:00 <questi> and at some stage hey we have now gov crypto, as to rest it is difficult to regulate despite our best efforts, so it is to be declared illegal
14:23:52 <questi> fall may 'most' 'stores' of 'value' including crypto
14:24:13 <questi> so energy spent on obtaining, trading and accumulating it xD
14:28:12 <Ammar__> Sorry androic crashed because of the mining experiment lol
14:28:29 <Ammar__> Was really enjoying the conversation
14:28:45 <questi> lol
14:30:10 <questi> some dude have forwarded me a document recently from a world bank where it is stated covid measures were to last till 2025
14:30:58 <questi> middle class in USA 'can not' be wiped in one year yes, in five years ?
14:31:34 <elchupacabra420[> He ment 2125 i supp.
14:31:42 <questi> haha
14:32:27 <questi> and redirect energy yet via another ye ye vote for us we will defeat elite and other similar pseudo rebel channels xD
14:32:45 <elchupacabra420[> How they even should partially pay back these myriades od debts?
14:34:12 <questi> pay to whom? to themselves? :)
14:34:28 <questi> they both issue the debt and  to a degree direct it
14:34:55 <questi> interest on debt is simply to cover up a control
14:35:08 <questi> to a degree justify 'policies'
14:35:57 <questi> once simple basic jobs are automated maybe control become more open xD
15:04:13 <questi> and yes usd fall against euro kinda simulates people to hedge
15:34:45 <Ammar__> The only way to solo mine is to set a node?
15:35:40 <Mochi102> Ammar__, there is one pool that I know of that has a solo option... so you don't have to have your own node.
15:36:40 <Ammar__> Good. I'm just experimenting please tell me which is it
15:37:40 <Mochi102> xmrpool.net but it seems their front end is down...
15:37:54 <Ammar__> Oh
15:38:14 <Mochi102> pretty sure it will be fixed shortly.. I pinged the admin about it just now
15:38:21 <Ammar__> Can you add a worker called ammar and just give me server of your pool
15:38:48 <Ammar__> So you can tell me what hash rate are you getting?
15:39:05 <Ammar__> On the workers panel
15:39:06 <Mochi102> I don't have a pool
15:39:09 <Ammar__> Ok
15:39:36 <questi> :)
15:39:38 <Mochi102> and mining isn't done like that.. there's no sign up.. it's only in your config
15:40:04 <questi> would mined coin command premium?
15:40:07 <questi> virgin coins
15:40:32 <Mochi102> questi, all XMR is virgin
15:40:37 <Mochi102> Fungible
15:43:31 <questi> perhaps so :)
15:45:15 <questi> I wonder why it was dumped in March hmm
15:45:20 <questi> lockdowns first panic?
15:50:40 <Ammar__> anyone running a tiny pool here?
15:51:05 <Ammar__> Mining with xmr support but it keeps telling me no data for this wallet
15:51:12 <Ammar__> On the homepage
15:53:46 <Ammar__> https://i.imgur.com/JHO376N.png
15:54:05 <Ammar__> I think it is detecting it now
15:56:40 <Ammar__> Now i want to try solo lol
15:57:04 <Ammar__> My phone may explode
15:57:19 <Mochi102> Mining solo with your phone?
15:58:50 <thematrix5000[m]> How much do you think monero will take off by the end of this year
16:00:21 <h2017> thematrix5000[m], #monero-markets
16:03:16 <klotzhauer> to the moon of course
16:13:02 <Ammar__> not enough memory for RandomX dataset
16:13:24 <Ammar__> Is he talking about storage space or ram?
16:14:01 <hyc> dataset is RAM
16:14:03 <hyc> 2GB
16:17:37 <Ammar__> Ok
16:18:17 <Ammar__> I got only 311mb free so it switched to slow mode :'(
16:18:37 <Ammar__> I'm mining solo on s3. Solopool
16:18:50 <Ammar__> Is it a legitimate server?
16:19:27 <VN_CMC> M
16:26:48 <Tonyblox> Monero price reaches an ALL TIME HIGH! Rejoice and put all your life savings into it! https://www.reddit.com/r/Buttcoin/comments/kpm8dn/monero_price_reaches_an_all_time_high_rejoice_and/
16:27:59 <Ammar__> What xmrig param for full usage of cpu just priority 5 and max thread count?
16:28:36 <questi> CPU?
16:28:51 <questi> haha
16:28:59 <questi> mad
16:31:41 <questi> today is a bad day
16:31:54 <questi> tomorrow probably even worse
16:33:20 <questi> I am not a conspiracy theorist yet can 5g make people tired? xD
16:34:19 <p0nziph0ne_> Ammar__: #monero-pools
16:44:51 <netrik182[m]> Ammar__ not tiny but very friendly people at pool.xmr.pt
16:46:17 <Ammar__> Thanks netrik182
16:46:58 <netrik182[m]> #monero-pt is their channel
17:02:57 <Ammar__> Thanks
17:03:39 <Ammar__> I tried no yield and 4 threads
17:03:50 <Ammar__> Max was 22 h/s
17:04:00 <Ammar__> I did submit too
17:24:36 <monerouser1144> selsta possibly bad IP 116.203.80.46 (stuck at "synchronizing" for hours, block 2263960)
17:30:00 <selsta> monerouser1144: thanks, added, seems to match others
17:40:11 <monerouser1144> Regarding protecting monerod from various "generic" resource exhaustion attacks, judging from netstat / ss outputs it seems that allowing a few concurrent tcp connections per remote IP would be enough, right? (using tools like hashlimit http://blog.serverbuddies.com/using-hashlimit-in-iptables/ )
17:49:24 <zed19[m]> so if this delisting goes on, is there a plan b?
17:49:35 <zed19[m]> what about dex?
17:53:12 <ndorf> zed19[m]: there is Bisq. also work in progress on XMR-BTC atomic swaps
17:55:30 <zed19[m]> <ndorf "zed19: there is Bisq. also work "> ty for the info
17:56:24 <ndorf> zed19[m]: np. FWIW Kraken and Poloniex have both indicated they have no plans to delist Monero
18:02:31 <h2017> doesn't most of this talk belong on #monero-markets?
18:04:08 <monerouser1144> Atmic swaps can't get here fast enough. Based on the comments I read at r/Monero it seems that it would also work for XMR/BCH which already has Schnorr sigs ...
18:05:02 <raecarruth> yep
18:05:03 <raecarruth> we need atomic swaps yesterday
18:06:34 <h2017> how easy will they be to use?
18:06:53 <monerouser1144> And it would be most interesting to see if some Satoshi-era BTC get converted to XMR
18:07:59 <raecarruth> h2017: i imagine it'll get easier to use over time
18:08:06 <raecarruth> but we need something in place asap
18:08:17 <edi_> i've always liked monero , I have had a little bit for a few years
18:08:32 <monerouser1144> selsta another possibly bad IP 135.181.96.30 (again stuck at "synchronizing" for hours, block 2263960)
18:08:39 <h2017> raecarruth, i think we'ere probably ok for a few years at least, from the point of view of exchanges and regulation
18:08:45 <edi_> but the delisting is telling me I should convert my BTC profits to XMR
18:08:54 <edi_> and get more XMR
18:08:55 <edi_> :D
18:09:02 <raecarruth> h2017: i'd rather not gamble on governments not being trash
18:09:09 <raecarruth> and just have the tech in place now
18:09:15 <h2017> raecarruth, i know what you are saying, but governments tend to use gradualism
18:09:37 <h2017> that's why i think the market has time even though i think we should be talking about this on monero-markets
18:10:12 <edi_> i'd say still biggest challenge is to have "normal" people prefer xmr (or similar) over classic payment methods
18:10:46 <rupee> abra just sent out an email saying they're dropping support for XMR, ZEC, and DASH because their custody partner is dropping support due to regulatory uncertainty
18:10:55 <rupee> I guess that means Abra uses Bittrex for custody
18:10:55 <selsta> monerouser1144: yep, matches another IP I have
18:10:58 <selsta> added
18:11:11 <rupee> oh, thought i was in the -markets channel
18:11:20 <edi_> its funny they drop support for DASH
18:11:54 <rupee> yes, dash has been frustrating since their launch. hilarious to see how it has played out
18:11:55 <edi_> it doesn't really protect your privacy like xmr or zcash (can) do
18:12:18 <edi_> i wonder who is lobbying for these delistings
18:12:37 <edi_> i don't fully understand who're all the players in this "game"
18:12:55 <edi_> Bittrex is US based?
18:13:14 <edi_> it feels a bit like DMCA takedowns on YT
18:13:21 <rupee> My guess is that they got in trouble and they're trying to settle and aren't allowed to talk about the case
18:13:28 <rupee> they had no KYC for years
18:13:46 <rupee> the NYDFS laughed at them and pointed out all the problems with the AML program when they applied for a bitlicense
18:14:00 <thematrix5000[m]> Top 3 privacy coins are 1. Xmr 2.zcasg 3.dash. What do you guys think
18:14:16 <rupee> is that a joke?
18:14:31 <thematrix5000[m]> No these will go up the most
18:15:12 <monerouser1144> Crazy action in crypto markets today, from Ethereum ($935) to ... DogeCoin. I wonder if it's a "blow off top".
18:15:13 <zed19[m]> ill have my eyes on XZC (Firo)
18:15:20 <h2017> i don't see this abra exchange even listed on cmc
18:15:31 <sech1> Dash is not private thematrix5000
18:15:34 <thematrix5000[m]> Xmr is all that's worth it though if you want to use them for physical transactions its the only truly anonymous coin and the only one people should actually even use
18:15:37 <rupee> it's not an exchange it's an app
18:15:39 <sech1> Have you seen their latest tweets?
18:15:43 <edi_> does smone here has eyes on ARR ?
18:16:02 <zed19[m]> <edi_ "does smone here has eyes on ARR "> yes
18:16:02 <thematrix5000[m]> No I just saww how it went up
18:16:09 <thematrix5000[m]> So just xmr and zcash forget the rest
18:16:58 <edi_> zed19[m]: any feelings about it?
18:17:38 <h2017> guys move the talk over to #monero-markets. most of this talk is motivated by interest in the price so it belongs there
18:20:16 <zed19[m]> <edi_ "zed19: any feelings about it?"> it gets a lot of praise, some even say it will overtake xmr
18:22:04 <zed19[m]> we need more of those real cryptocurrencies
18:22:24 <raecarruth> which do you consider real cryptocurrencies zed19[m]?
18:22:26 <zed19[m]> fuck those controlfreaks
18:22:28 <zed19[m]> one big brother is enough for me
18:23:10 <zed19[m]> privacy coins - digital cash
18:23:22 <raecarruth> but which ones beside xmr?
18:23:43 <zed19[m]> anything which goes against the status quo and the bankers
18:23:55 <raecarruth> ok
18:24:00 <zed19[m]> xmr, zcash, firo, arrr
18:24:15 <raecarruth> see, i don't know anything about the last two
18:24:20 <raecarruth> educate me
18:24:21 <raecarruth> if you will
18:26:22 <edi_> raecarruth: https://pirate.black/ (arr) and https://firo.org/ (firo)
18:26:28 <raecarruth> thanks
18:26:45 <raecarruth> ok, i've heard of pirate chain
18:26:50 <raecarruth> just not recently
18:27:02 <raecarruth> firo is new to me entirely
18:27:40 <zed19[m]> https://www.firo.org/about/tech/
18:27:53 <zed19[m]> they renamed it - used to be Zcoin
18:28:13 <raecarruth> ok, kek
18:28:16 <raecarruth> i know zcoin
18:53:11 <Ammar__> What's the minimum resources needed to run monero node
18:56:28 <ndorf> Ammar__: 4GB RAM + 120GB SSD seems to be sufficient for me
18:59:34 <Ammar__> Man, you broke my heart. Haha. Im trying to run it on a phone with less than a gb free space and 300  free ram lol
18:59:54 <ndorf> lol yeah that ain't gonna work
19:00:02 <ndorf> you can prune the blockchain to i think 30GB in size
19:00:30 <ndorf> you can definitely use a monero wallet on that phone, just not a full node
19:00:57 <ndorf> it might well work with a lot less than 4GB RAM, i have just never tried it personally
19:01:45 <elchupacabra420[> Ammar__: lol. Just go for monejuro.
19:02:39 <elchupacabra420[> Thought you did some freaking experiment but not actually using this
19:04:32 <ndorf> even if you had a phone capable of running it, i'm not so sure it'd be a great idea
19:04:47 <ndorf> it would chew through your battery, use a ton of data, and i don't think mobile providers allow incoming connections in any case?
19:05:57 <elchupacabra420[> Would stuck with privnode without vpn anyways
19:07:26 <ndorf> that being said i do run a node on a rockpro64 SoC, with a 256G sd card, and it works well
19:08:16 <ndorf> er SBC not SoC, but you get the idea
19:14:38 <Ammar__> Well the only reason I want to run my own node is that I want to solo mine
19:14:58 <Ammar__> If only there is a trusted pool with that option
19:15:25 <thematrix5000[m]> Do you guys think mastering monero and zero to monero v2 are good to read
19:16:05 <Ammar__> Wait, I'm using cake wallet can I some how make use of that solo mining?
19:16:27 <Ammar__> Nah, can't be.
19:22:21 <sethsimmons> <Ammar__ "If only there is a trusted pool "> You can solo mine on cryptonote.social, I’ve done it for a while but now do their cool take on pooled mining.
19:22:34 <sethsimmons> I highly recommend that pool and have used it for a very long time.
19:32:14 <Ammar__> Thanks
19:39:45 <elchupacabra420[> Ammar__: your mining wouldnt be satisfying even with 3k usd mining rig... not even with free power
19:42:43 <sethsimmons> Mining is a great way to replenish TX fees if nothing else
19:42:53 <sethsimmons> Especially if you’re just mining on existing hardware.
19:43:05 <endor00[m]> <thematrix5000[m] "Do you guys think mastering mone"> Hell yeah
19:47:36 <Ammar__> Im banking on luck
19:48:04 <Ammar__> I will find the block before the big fish :)
19:49:31 <elchupacabra420[> I c, a warlock!
19:50:01 <Ammar__> B)
19:50:28 <Ammar__> Everything or nothing kind of strategy
19:50:29 <u9000[m]> banking on luck is always a good idea
19:55:00 <thematrix5000[m]> I listened to breaking monero with sarang and some monero talk episodes before
20:02:25 <Ammar__> It's not a bad idea if the loss stakes are low
20:03:00 <Ammar__> Im supporting the currency while waiting for my lucky break
20:07:20 <zed19[m]> https://lbry.tv/@Hemeroteca:f/rage-against-the-machine---Know-your-enemy:6
20:07:54 <zed19[m]> 🀘🏻🀘🏼🀘🏽🀘🏾🀘🏿
20:14:38 <raecarruth> .doge
20:51:20 <sgp_> https://github.com/monero-project/research-lab/issues/79
21:29:54 <zed19[m]> can i download the blockchain to an external drive?
21:31:03 <moneromooo> Yes, --data-dir /wherever/you/like
21:31:45 <zed19[m]> just wanted to try out the cli wallet, ty