-
Guest13
does anyone know how to build my own coin using Monero's source code?
-
m-relay
<jeffro256:monero.social> Read the room description
-
ofrnxmr
"No fork help. You're on your own"
-
m-relay
<pearl:matrix.pearl.boston> i've always wondered why people who can't fork on their own think they're equipped to be the lead dev of a new coin lmao
-
m-relay
<rbrunner7:monero.social> No, no, you misunderstand. Not lead dev. Lead profit taker.
-
NorrinRadd
😂
-
m-relay
<preland:monero.social> Quick status update/rant on my I2P work: I now have my mini private testnet working perfectly, and can now send tXMR from my laptop to my desktop and back via I2P 🎉 The only thing left on that front is setting up a node that is fully isolated from clearnet and only connects to the network via I2P for everything. I think I’m finally nearing the end of my work on it. But I must<clipped message>
-
m-relay
<preland:monero.social> say….when I am completely finished I’m probably going to try to make a PR to add a proper “customnet” mode so that you don’t have to hijack the testnet node and then screw around with networking trying to isolate the nodes from the rest of the testnet network (good thing none of the people on my IP need to use the actual testnet anytime soon lol). The current system wor<clipped message>
-
m-relay
<preland:monero.social> ks fine when you are running on a single device. It gets a lot worse when you add a second device on the same local network. I don’t even want to think about what I’d have to do to make it work across networks
-
m-relay
<ofrnxmr:xmr.mx> just add a hardfork ..
-
m-relay
<ofrnxmr:xmr.mx> Github.com/spackle-xmr/monero for an example
-
m-relay
<ofrnxmr:xmr.mx> Are you saying you enabled i2p blockchain sync?
-
m-relay
<preland:monero.social> That’s the final step for my private testnet; I think I may get it figured out by tonight
-
m-relay
<preland:monero.social> It won’t be all that useful because….well you know why 😂 but I still want to see it working
-
m-relay
<preland:monero.social> I also probably need to dive into the actual daemon code and see what is going on with anon inbound and tx-proxy in my setup because enabling anon inbound prevented an external wallet from accessing the daemon (disabling it allowed the eepsite to be accessible) and tx-proxy prevented it from sending transactions (it’s really the first one that confuses me; the 2nd one is a resul<clipped message>
-
m-relay
<preland:monero.social> t of only having a single I2P node in the testnet)
-
m-relay
<ofrnxmr:xmr.mx> Tx proxy requires connecting to an node that is running anonymous-inbound
-
m-relay
<preland:monero.social> Hmm
-
m-relay
<ofrnxmr:xmr.mx> Anonymous-inbound has nothing 2 do with wallets
-
m-relay
<preland:monero.social> I’m still not sure on why it basically blocked the wallet from accessing it
-
m-relay
<preland:monero.social> My only guess is that since anon-inbound used the same b32 as the entire node that it blocked or interfered with the port? But that doesn’t make sense to me, and also goes against the new docs on running an I2P node
-
ofrnxmr
"as the entire node" ?
-
m-relay
<preland:monero.social> IE the anon-inbound b32 site is the same site as the wallet uses to connect
-
m-relay
<preland:monero.social> Which again, *doesn’t make sense to me*, but I can’t think of anything else that might’ve done it
-
m-relay
<preland:monero.social> IE the anon-inbound b32 URL* is the same URL\* as the wallet uses to connect
-
ofrnxmr
Thats fine. Did you follow the docs exactly, or did you modify the tunnel conf?
-
m-relay
<preland:monero.social> I followed it as closely as possible, with some changes to ports (which I quadruple checked) and some equivalent changes to make it work with the Java I2P client instead of i2pd (because i2pd is easier for this use case, and I wanted to make sure that whatever setup I used would still work with the official client)
-
m-relay
<preland:monero.social> And ofc after things didn’t work properly I changed parts to get it working
-
m-relay
<ofrnxmr:xmr.mx> User error
-
m-relay
<ofrnxmr:xmr.mx> Instead of "it didnt work" post the tunnel conf on www.zerobin.net so i can see what ya broke
-
m-relay
<preland:monero.social> Let me get it rq
-
m-relay
-
m-relay
<preland:monero.social> Sorry about the wait; had a minor interruption while getting it
-
m-relay
<preland:monero.social> Also as mentioned earlier, I am using the Java I2P, so there will be config differences between mine and the one on the docs
-
m-relay
<ofrnxmr:monero.social> Wheres rpc?