Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 796. (Read 4670673 times)

legendary
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
Monero gets a shout out from the bitcoin core maintainer, Wladimir:

http://bitcoin-development.narkive.com/mH0GrHuE/libconsensus-and-bitcoin-development-process#post7

Always a pleasant surprise to get appreciation from other parts of the community.  Grin

That's cool.  But this is epic (ie, set my fanboy heart aflutter  Cheesy).



Nick von Szaborhagen will not rest until humanity has slipped the surly bonds of Earth (statism/biology/gravity) and lives among the stars!
legendary
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
A guy just bet 13500 XMR on monerodice and lost  Shocked


How is the profit from that distributed?  Can we rush our XMR over to XMRDice's bankroll after the fact, or do only preexisting investors benefit?  Is there a rolling window or what?
legendary
Activity: 1722
Merit: 1217
I don't know where else to put this, and god knows why my brain came up with it while I was doing something totally unrelated. But it seems monero community is only one talking about i2p or any real decentralization.

Combine i2p with wireless mesh network - effectively create secondary private internet. Integrate into software some kind of Namecoin-like registrar, except the registrar-system is blockless - single transaction per "block", but no need for DAG branches etc - still able to maintain linearity. Really just adding data to a consensus database.

Can hopefully prevent spamming the database by linking the ability to "transact" (add to the ledger) to a one time token coupled to whatever is used to "identify" nodes in i2p.

In this system, every node is essentially a DNS - the information coupling a human-readable address (monero.com.di - for decentralized internet. extant systems would use the new layer to know to route to the new network) to the actual address is on the node. Due to the nature of this hypothetical network, if you can't find an entry on your local node, you can request from other notes (similar to SPV or getblocks or something).

Ultimately, required infrastructure includes wifi router firmware that will connect to other wifi routers running the firmware. High density areas would obviously work easily (there's a router in every home).  Bridges between high population areas could be done through the extant internet or microsatellites.


This is the sort of stuff I think about and dream about all the time.

One of the most important insights I've ever had in my life was realizing that the reason computer scientists have been unable to scale mesh networks well is that they don't realize that the problem they are trying to solve is not a computer science problem at all, it is an economics problem, precisely it is the economic calculation problem.

Essentially they are trying to find the right "algorythm" to centrally plan data routing, but that is impossible because information necessary to solve the problem isnt centrally located and its factors can not even be communicated meaningfully in any terms other than in prices.

The solution is to allow node operators to be node entrepreneurs and respond to changing market conditions. If one location is more profitable than another than that is the right location for their node in terms of building the most robust network. If they have a wide profit margin than they should upgrade their hardware. If they have a small profit margin than they should keep the hardware the same. If they are operating at a loss than the capital should be redeployed in some other capacity, perhaps in a different location. This communicates how to physically structure the network efficiently and dynamically for a constantly changing word. On the user side, just like any other good or service, they can determine the efficient routing path for themselves based on there preferred cost/speed trade off. Just like other goods in the economy where consumers weigh the benefits of different features of competing products against the cost of those additional features. Their entirely self serving economizing choices empower node operators with the information necessary to make efficient choices in how to deploy network infrastructure.

Anyway this fits perfectly with a lot of the blockchain technology interweaving you were talking about.

Sorry in advance for slightly offtopic in terms of monero but on topic in terms of responding to your comment. I'm just super interested in and passionate about a topic that someone randomly brought up, i cant help but jump in.
legendary
Activity: 1442
Merit: 1001
Monero gets a shout out from the bitcoin core maintainer, Wladimir:

http://bitcoin-development.narkive.com/mH0GrHuE/libconsensus-and-bitcoin-development-process#post7

Quote
To name an example of it done right, IMO: Monero's 'simplewallet'. It is a command-line utility wallet that communicates with the node software, and remembers where it was in the chain, and processes changes to the chain state since its last invocation when it 'refreshes'.
What is nice is that one can run an arbitary number of simplewallets against one node daemon, and unlike bitcoind's wallet it doesn't need to run as always-on daemon itself. It can be invoked when the user wants to do something with the wallet, or see if there are new transactions.

Always a pleasant surprise to get appreciation from other parts of the community.  Grin
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
A guy just bet 13500 XMR on monerodice and lost  Shocked


His screenname is pretty apt too. Smiley

The key to keeping big rollers interested in these sites seems to be to not limit the trade size too drastically, which seems fine with the current settings.

Holy shit! That really sucks for that dude, as much as Monerodice is a great website, some people reallllyyy should not be gambling.

Fixed. Cheesy
legendary
Activity: 1260
Merit: 1008
I don't know where else to put this, and god knows why my brain came up with it while I was doing something totally unrelated. But it seems monero community is only one talking about i2p or any real decentralization.

Combine i2p with wireless mesh network - effectively create secondary private internet. Integrate into software some kind of Namecoin-like registrar, except the registrar-system is blockless - single transaction per "block", but no need for DAG branches etc - still able to maintain linearity. Really just adding data to a consensus database.

Can hopefully prevent spamming the database by linking the ability to "transact" (add to the ledger) to a one time token coupled to whatever is used to "identify" nodes in i2p.

In this system, every node is essentially a DNS - the information coupling a human-readable address (monero.com.di - for decentralized internet. extant systems would use the new layer to know to route to the new network) to the actual address is on the node. Due to the nature of this hypothetical network, if you can't find an entry on your local node, you can request from other notes (similar to SPV or getblocks or something).

Ultimately, required infrastructure includes wifi router firmware that will connect to other wifi routers running the firmware. High density areas would obviously work easily (there's a router in every home).  Bridges between high population areas could be done through the extant internet or microsatellites.

Please DEV's keep in mind, not to enable i2p by default, hence some will get trouble when using TOR for their privacy sake.
TOR runs on TCP, i2p runs on UDP. So if you integrate i2p natively, and the user is proxying through TOR, the bitmonerod client will get NO connection to the ledger, because it does not support UDP except for DNS requests.

Best regards,
elrippo

There will be 3 options, namely i2p-only, i2p/IP bridged, IP only. So basically everyone can choose his own preference. Reference: see -> https://getmonero.org/design-goals/

Where can I donate specifically to make Monero's i2p integration happen faster?  The i2p site doesn't list an XMR address, for some unfathomable reason.   Tongue

you could start a funding thread in the getmonero forum, or I could beat yah to it.
Though i2p integration might be a on the bottom of a cascade of dependencies, im not sure. However, the 0MQ branch builds and runs fine (at least on testnet), so who knows, could be sooner than later.
legendary
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
I don't know where else to put this, and god knows why my brain came up with it while I was doing something totally unrelated. But it seems monero community is only one talking about i2p or any real decentralization.

Combine i2p with wireless mesh network - effectively create secondary private internet. Integrate into software some kind of Namecoin-like registrar, except the registrar-system is blockless - single transaction per "block", but no need for DAG branches etc - still able to maintain linearity. Really just adding data to a consensus database.

Can hopefully prevent spamming the database by linking the ability to "transact" (add to the ledger) to a one time token coupled to whatever is used to "identify" nodes in i2p.

In this system, every node is essentially a DNS - the information coupling a human-readable address (monero.com.di - for decentralized internet. extant systems would use the new layer to know to route to the new network) to the actual address is on the node. Due to the nature of this hypothetical network, if you can't find an entry on your local node, you can request from other notes (similar to SPV or getblocks or something).

Ultimately, required infrastructure includes wifi router firmware that will connect to other wifi routers running the firmware. High density areas would obviously work easily (there's a router in every home).  Bridges between high population areas could be done through the extant internet or microsatellites.

Please DEV's keep in mind, not to enable i2p by default, hence some will get trouble when using TOR for their privacy sake.
TOR runs on TCP, i2p runs on UDP. So if you integrate i2p natively, and the user is proxying through TOR, the bitmonerod client will get NO connection to the ledger, because it does not support UDP except for DNS requests.

Best regards,
elrippo

There will be 3 options, namely i2p-only, i2p/IP bridged, IP only. So basically everyone can choose his own preference. Reference: see -> https://getmonero.org/design-goals/

Where can I donate specifically to make Monero's i2p integration happen faster?  The i2p site doesn't list an XMR address, for some unfathomable reason.   Tongue
legendary
Activity: 2268
Merit: 1141
I don't know where else to put this, and god knows why my brain came up with it while I was doing something totally unrelated. But it seems monero community is only one talking about i2p or any real decentralization.

Combine i2p with wireless mesh network - effectively create secondary private internet. Integrate into software some kind of Namecoin-like registrar, except the registrar-system is blockless - single transaction per "block", but no need for DAG branches etc - still able to maintain linearity. Really just adding data to a consensus database.

Can hopefully prevent spamming the database by linking the ability to "transact" (add to the ledger) to a one time token coupled to whatever is used to "identify" nodes in i2p.

In this system, every node is essentially a DNS - the information coupling a human-readable address (monero.com.di - for decentralized internet. extant systems would use the new layer to know to route to the new network) to the actual address is on the node. Due to the nature of this hypothetical network, if you can't find an entry on your local node, you can request from other notes (similar to SPV or getblocks or something).

Ultimately, required infrastructure includes wifi router firmware that will connect to other wifi routers running the firmware. High density areas would obviously work easily (there's a router in every home).  Bridges between high population areas could be done through the extant internet or microsatellites.

Please DEV's keep in mind, not to enable i2p by default, hence some will get trouble when using TOR for their privacy sake.
TOR runs on TCP, i2p runs on UDP. So if you integrate i2p natively, and the user is proxying through TOR, the bitmonerod client will get NO connection to the ledger, because it does not support UDP except for DNS requests.

Best regards,
elrippo

There will be 3 options, namely i2p-only, i2p/IP bridged, IP only. So basically everyone can choose his own preference. Reference: see -> https://getmonero.org/design-goals/
legendary
Activity: 1008
Merit: 1001
I don't know where else to put this, and god knows why my brain came up with it while I was doing something totally unrelated. But it seems monero community is only one talking about i2p or any real decentralization.

Combine i2p with wireless mesh network - effectively create secondary private internet. Integrate into software some kind of Namecoin-like registrar, except the registrar-system is blockless - single transaction per "block", but no need for DAG branches etc - still able to maintain linearity. Really just adding data to a consensus database.

Can hopefully prevent spamming the database by linking the ability to "transact" (add to the ledger) to a one time token coupled to whatever is used to "identify" nodes in i2p.

In this system, every node is essentially a DNS - the information coupling a human-readable address (monero.com.di - for decentralized internet. extant systems would use the new layer to know to route to the new network) to the actual address is on the node. Due to the nature of this hypothetical network, if you can't find an entry on your local node, you can request from other notes (similar to SPV or getblocks or something).

Ultimately, required infrastructure includes wifi router firmware that will connect to other wifi routers running the firmware. High density areas would obviously work easily (there's a router in every home).  Bridges between high population areas could be done through the extant internet or microsatellites.

Please DEV's keep in mind, not to enable i2p by default, hence some will get trouble when using TOR for their privacy sake.
TOR runs on TCP, i2p runs on UDP. So if you integrate i2p natively, and the user is proxying through TOR, the bitmonerod client will get NO connection to the ledger, because it does not support UDP except for DNS requests.

Best regards,
elrippo
legendary
Activity: 1260
Merit: 1008
I don't know where else to put this, and god knows why my brain came up with it while I was doing something totally unrelated. But it seems monero community is only one talking about i2p or any real decentralization.

Combine i2p with wireless mesh network - effectively create secondary private internet. Integrate into software some kind of Namecoin-like registrar, except the registrar-system is blockless - single transaction per "block", but no need for DAG branches etc - still able to maintain linearity. Really just adding data to a consensus database.

Can hopefully prevent spamming the database by linking the ability to "transact" (add to the ledger) to a one time token coupled to whatever is used to "identify" nodes in i2p.

In this system, every node is essentially a DNS - the information coupling a human-readable address (monero.com.di - for decentralized internet. extant systems would use the new layer to know to route to the new network) to the actual address is on the node. Due to the nature of this hypothetical network, if you can't find an entry on your local node, you can request from other notes (similar to SPV or getblocks or something).

Ultimately, required infrastructure includes wifi router firmware that will connect to other wifi routers running the firmware. High density areas would obviously work easily (there's a router in every home).  Bridges between high population areas could be done through the extant internet or microsatellites.
hero member
Activity: 770
Merit: 504
any advice on aeon coin seems like a good contender to monero

AEON is a side project for one of the Monero devs.  IMO, AEON is kinda-sorta Monero's little sister.  Smooth has implemented some neat features into AEON - some of which I hope make their way back to Monero. 

 
 
It's almost like inventing a new form of poker. 
 
Poker variants can't be tested without players valuing the chips, because what a rational actor would do with nothing at stake is not what they would do with a lot at stake. 
 
So as much as I hate to say the magic words.... "This is good for Monero."
hero member
Activity: 966
Merit: 546
I just discovered this coin looking for mobile mining apps. Specifically https://play.google.com/store/apps/details?id=com.miner&hl=en

How does GPU vs CPU mining stack up for this coin? I'm well aware that mobile phones don't have very good cpu's. Say I have 100+ ghz of CPU power. Does anybody know how the numbers crunch such as how many kh/s from 1 ghz cpu? Will that app even work lol?
full member
Activity: 201
Merit: 100
any advice on aeon coin seems like a good contender to monero

AEON is a side project for one of the Monero devs.  IMO, AEON is kinda-sorta Monero's little sister.  Smooth has implemented some neat features into AEON - some of which I hope make their way back to Monero. 

One of the AEON pools has also implemented a variable fee system based on the percentage of total hash.  As the pool gets closer to 50%, the fee increases.  That's pretty cool.

Also, I'd love to see an AEON version of MoneroDice.  Smiley

AEON is crazy cheap to purchase...and mining is also an option...the difficulty is still pretty low.
hero member
Activity: 686
Merit: 500
any advice on aeon coin seems like a good contender to monero
legendary
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
A guy just bet 13500 XMR on monerodice and lost  Shocked


His screenname is pretty apt too. Smiley

The key to keeping big rollers interested in these sites seems to be to not limit the trade size too drastically, which seems fine with the current settings.

Holy shit! That really sucks for that dude, as much as Monerodice is a great website, people reallllyyy should not be gambling.

Maybe he thought "Go Big or go into Dev-Fund" Cheesy

And that's how Monerodice got its motto...  Cool
hero member
Activity: 700
Merit: 500
A guy just bet 13500 XMR on monerodice and lost  Shocked


His screenname is pretty apt too. Smiley

The key to keeping big rollers interested in these sites seems to be to not limit the trade size too drastically, which seems fine with the current settings.

Holy shit! That really sucks for that dude, as much as Monerodice is a great website, people reallllyyy should not be gambling.

Maybe he thought "Go Big or go into Dev-Fund" Cheesy

Only ~10% should go to the dev fund, unless the dev fund would have 100% of the bankroll which it hasn't.

The variance so far is pretty high, it's fun and should be a winning investment in the long-term.
sr. member
Activity: 448
Merit: 252
Follow us on our new account ShapeShift.com
ShapeShift has added a buy/sell feature to the real time market data website CoinCap.io! You can now buy or sell Monero straight from the market data website. Learn more about this here: http://bit.ly/1UVFZ7m

hero member
Activity: 768
Merit: 505
A guy just bet 13500 XMR on monerodice and lost  Shocked


His screenname is pretty apt too. Smiley

The key to keeping big rollers interested in these sites seems to be to not limit the trade size too drastically, which seems fine with the current settings.

Holy shit! That really sucks for that dude, as much as Monerodice is a great website, people reallllyyy should not be gambling.

Maybe he thought "Go Big or go into Dev-Fund" Cheesy
full member
Activity: 186
Merit: 100
Monero
A guy just bet 13500 XMR on monerodice and lost  Shocked


His screenname is pretty apt too. Smiley

The key to keeping big rollers interested in these sites seems to be to not limit the trade size too drastically, which seems fine with the current settings.

Holy shit! That really sucks for that dude, as much as Monerodice is a great website, people reallllyyy should not be gambling.
legendary
Activity: 1442
Merit: 1001
A guy just bet 13500 XMR on monerodice and lost  Shocked


His screenname is pretty apt too. Smiley

The key to keeping big rollers interested in these sites seems to be to not limit the trade size too drastically, which seems fine with the current settings.
Jump to: