Author

Topic: [XMR] Monero Speculation - page 1080. (Read 3314330 times)

full member
Activity: 235
Merit: 100
September 15, 2016, 01:43:28 PM
legendary
Activity: 1596
Merit: 1030
Sine secretum non libertas
September 15, 2016, 12:17:29 PM
I'm really interested what poor people bought so high and now selling and selling and selling xD loosing money all the time. As long as i dont realize a lost, i win Smiley

Personally, I have, in general, bought every high (and every low, and every price in between) since inception, and I'm up about 20x overall, mark-to-market (as a totally ballpark number).  Some due to value averaging, some due to market making, but most due to underlying appreciation.

This is crypto.  Like Sparta, but less cuddly.

legendary
Activity: 1330
Merit: 1000
dafar consulting
September 15, 2016, 12:11:57 PM



Meh, not bad for long term hold
legendary
Activity: 1092
Merit: 1000
September 15, 2016, 11:47:20 AM
I'm really interested what poor people bought so high and now selling and selling and selling xD loosing money all the time. As long as i dont realize a lost, i win Smiley

Monero has never been high so far...
sr. member
Activity: 434
Merit: 250
September 15, 2016, 11:33:50 AM
I'm really interested what poor people bought so high and now selling and selling and selling xD loosing money all the time. As long as i dont realize a lost, i win Smiley
legendary
Activity: 1105
Merit: 1000
September 15, 2016, 09:52:58 AM
Question in regards it to a cold wallet, moneroaddress.

When depositing coins to your cold wallet, you can check to see if you received them. You just have to enter the view key, public address, and tx id on xmr.llcoins.

Now, how can I check if there have been any transactions since you've initially deposited them? Verifying that there hasn't been a hack on your wallet>
There is currently no easy way to do this. However, in the future there might:

https://www.reddit.com/r/Monero/comments/51i0n7/solved_it_hopefully_heres_how_we_can_make_the/
What would be the best currently available (though not easy) way to do this?
First, you'd have to fully sync the blockchain on an online computer. Second, copy simplewallet, bitmonerod, and the blockchain to an USB and plug that into the offline computer. Third, use bitmonerod in offline modus (--offline flag) and it should use the blockchain you have already synced on the online computer. Fourth, use --restore-deterministic-wallet to create a wallet with your seed offline. Lastly, use refresh to sync your wallet. It will refresh up to the last block you have synced online. It should then show all the transactions (both incoming and outgoing) of your offline wallet up to that block.
That's quite an ordeal. I think someone (moneromooo?) was working on a way of getting the key image from a transaction so you can check the spent status using Moneroblocks API... (like Luigi's coin checker)
Note if you are already checking arrival of funds via the checktx page, there's a rather simple way you could generate the key image offline for just the output(s) you care about. This would take only a minute or two and not require syncing the chain or restoring a wallet.

I would need to set up the code to do it though.  Cheesy
That sounds potentially very useful. What information would be required on the offline computer to generate the key images in that simple way without restoring a wallet or syncing the chain?


You can generate the key images with the account keys, tx_public_key, and real_output_index (for each output).

You would have to feed your offline machine this information to allow the generate_key_image_helper function to generate the KIs.

The generate_key_image_helper function has a few steps in the KI creation where it calls the base generate_key_image function below:

Code:
void crypto_ops::generate_key_image(const public_key &pub, const secret_key &sec, key_image &image)

generate_key_image_helper code:

Code:
bool generate_key_image_helper(const account_keys& ack, const crypto::public_key& tx_public_key, size_t real_output_index, keypair& in_ephemeral, crypto::key_image& ki)

Sorry for quoting the code, I needed to post it for myself as a refresher given it's been a bit since I looked at these functions.

i speculate c++ code.  Tongue


Copying over the JSON for the tx in question would be the simplest way, i.e., http://moneroblocks.info/api/get_transaction_data/56c41127d1a3bc8a896379666c60a0c6aac0b41916ae3b2dfc3057149949bbc1

Put that in a text document and copy over on a flash drive to an offline computer (ideally one that always stays offline).

You would then copy/paste the tx into the utility along with your seed, and it'd spit out the key images (which you can copy to an online PC and watch for in the blockchain).

I would probably just release a webpage, similar to https://xmr.llcoins.net/addressgen.zip (download and use offline), because:
1. the code basically all exists already
2. it's easier  Roll Eyes
3. it needs no compiling for different platforms
4. (almost) everything has a web browser
5. performance is irrelevant

6. It's a GOOOOEY (!!!)
newbie
Activity: 6
Merit: 0
legendary
Activity: 2492
Merit: 1491
LEALANA Bitcoin Grim Reaper
sr. member
Activity: 445
Merit: 255
September 15, 2016, 05:46:38 AM
A publication in the famous french newspaper website "Le Monde" about monero (and a rather good and well informed article) :
http://www.lemonde.fr/pixels/article/2016/09/15/monero-la-monnaie-electronique-qui-se-reve-en-complement-indispensable-du-bitcoin_4998143_4408996.html
legendary
Activity: 2268
Merit: 1141
September 15, 2016, 05:21:29 AM
legendary
Activity: 2324
Merit: 1125
September 15, 2016, 04:58:41 AM
Thanks for pointing that out. The devs must be stupid not to have at least hundreds of thousands coins or more stored.

Most people sell after their investment or whatever is up several times what they bought for. There's a reason why people like Roger Ver became "famous" you know? Not many have the bravery to hold after a massive increase and generally speaking most of the time they'd be right not to.

I simply cannot believe that super smart people like the Monero Devs did not take any chance of accumulating a good amount of coins themselves.
There is nothing wrong about that in my opinion.
They have/had the perfect circumstances to buy coins when they were cheap and also know the upside potential. (therefore not sellout everything)

If Monero continues to rise and one of the Devs missed out I'll gladly hook them up with some coins..

Seems likely that some Bitcoin core developers don't own that many Bitcoins either. I don't care if they do or don't.

One could argue that hoarding the coins yourself could have an negative impact on the development of the economy perhaps not even allowing it to grow. Sometimes less become more like with equity.


That's bullshit. The incentives should be aligned.

I know the Keynesians have tried to brainwash you but hoarding is never bad for the economy. That's a retarded notion.

Sure all economies are the same. Anyway how did that work out for Bytecoin?

Bytecoin failed due to crappy fundamentals (like most cryptos which are carbon copies)
legendary
Activity: 2492
Merit: 1491
LEALANA Bitcoin Grim Reaper
September 15, 2016, 02:46:09 AM
Question in regards it to a cold wallet, moneroaddress.

When depositing coins to your cold wallet, you can check to see if you received them. You just have to enter the view key, public address, and tx id on xmr.llcoins.

Now, how can I check if there have been any transactions since you've initially deposited them? Verifying that there hasn't been a hack on your wallet>
There is currently no easy way to do this. However, in the future there might:

https://www.reddit.com/r/Monero/comments/51i0n7/solved_it_hopefully_heres_how_we_can_make_the/
What would be the best currently available (though not easy) way to do this?
First, you'd have to fully sync the blockchain on an online computer. Second, copy simplewallet, bitmonerod, and the blockchain to an USB and plug that into the offline computer. Third, use bitmonerod in offline modus (--offline flag) and it should use the blockchain you have already synced on the online computer. Fourth, use --restore-deterministic-wallet to create a wallet with your seed offline. Lastly, use refresh to sync your wallet. It will refresh up to the last block you have synced online. It should then show all the transactions (both incoming and outgoing) of your offline wallet up to that block.
That's quite an ordeal. I think someone (moneromooo?) was working on a way of getting the key image from a transaction so you can check the spent status using Moneroblocks API... (like Luigi's coin checker)
Note if you are already checking arrival of funds via the checktx page, there's a rather simple way you could generate the key image offline for just the output(s) you care about. This would take only a minute or two and not require syncing the chain or restoring a wallet.

I would need to set up the code to do it though.  Cheesy
That sounds potentially very useful. What information would be required on the offline computer to generate the key images in that simple way without restoring a wallet or syncing the chain?


You can generate the key images with the account keys, tx_public_key, and real_output_index (for each output).

You would have to feed your offline machine this information to allow the generate_key_image_helper function to generate the KIs.

The generate_key_image_helper function has a few steps in the KI creation where it calls the base generate_key_image function below:

Code:
void crypto_ops::generate_key_image(const public_key &pub, const secret_key &sec, key_image &image) {
    ge_p3 point;
    ge_p2 point2;
    assert(sc_check(&sec) == 0);
    hash_to_ec(pub, point);
    ge_scalarmult(&point2, &sec, &point);
    ge_tobytes(&image, &point2);
  }

generate_key_image_helper code:

Code:
bool generate_key_image_helper(const account_keys& ack, const crypto::public_key& tx_public_key, size_t real_output_index, keypair& in_ephemeral, crypto::key_image& ki)
  {
    crypto::key_derivation recv_derivation = AUTO_VAL_INIT(recv_derivation);
    bool r = crypto::generate_key_derivation(tx_public_key, ack.m_view_secret_key, recv_derivation);
    CHECK_AND_ASSERT_MES(r, false, "key image helper: failed to generate_key_derivation(" << tx_public_key << ", " << ack.m_view_secret_key << ")");

    r = crypto::derive_public_key(recv_derivation, real_output_index, ack.m_account_address.m_spend_public_key, in_ephemeral.pub);
    CHECK_AND_ASSERT_MES(r, false, "key image helper: failed to derive_public_key(" << recv_derivation << ", " << real_output_index <<  ", " << ack.m_account_address.m_spend_public_key << ")");

    crypto::derive_secret_key(recv_derivation, real_output_index, ack.m_spend_secret_key, in_ephemeral.sec);

    crypto::generate_key_image(in_ephemeral.pub, in_ephemeral.sec, ki);
    return true;
  }

Sorry for quoting the code, I needed to post it for myself as a refresher given it's been a bit since I looked at these functions.

i speculate c++ code.  Tongue
sr. member
Activity: 700
Merit: 250
September 15, 2016, 01:26:14 AM

Yes, but then that's not nearly so interesting as are the consequences of an efficient market, where a natural monopoly controls.  In the short-range, locally, there can be diversity.  But throughout human history, there has always been a global reserve, a fiscal lingua franca, which dominates the backbone of commerce, forms the glue which knits together the limbs of the body oikonomian.

I can't think of any global reserve that has been around throughout human history. perhaps 'value' as such, but that is more of a given measure. do you mean gold? or do you mean the history of the western world? in that case we can perhaps start with greek drachma. Only currency i can think of today that comes close to a 'natural monopoly' is USD. Local diversity in currencies is a good starting point if you want to have global currency trade and money changing.
A lingua franca of money is build more from bottom up rather than from top to bottom. Global monetary authority has to be gained by dominance first.  

Quote
It's only when there are imposed boundaries or frictions that one domain is split from another, and local conditions can dominate.


divide et impera? Roll Eyes


Quote
I can't consider contradiction to be refutation, but I do invite your refutation - non-beligerently, collegially even.

Thank you. I do, as do many others, appreciate your thoughts and your value here at one of the smartest threads in cryptoland.


 
member
Activity: 82
Merit: 10
September 15, 2016, 01:04:27 AM
Question in regards it to a cold wallet, moneroaddress.

When depositing coins to your cold wallet, you can check to see if you received them. You just have to enter the view key, public address, and tx id on xmr.llcoins.

Now, how can I check if there have been any transactions since you've initially deposited them? Verifying that there hasn't been a hack on your wallet>
There is currently no easy way to do this. However, in the future there might:

https://www.reddit.com/r/Monero/comments/51i0n7/solved_it_hopefully_heres_how_we_can_make_the/
What would be the best currently available (though not easy) way to do this?
First, you'd have to fully sync the blockchain on an online computer. Second, copy simplewallet, bitmonerod, and the blockchain to an USB and plug that into the offline computer. Third, use bitmonerod in offline modus (--offline flag) and it should use the blockchain you have already synced on the online computer. Fourth, use --restore-deterministic-wallet to create a wallet with your seed offline. Lastly, use refresh to sync your wallet. It will refresh up to the last block you have synced online. It should then show all the transactions (both incoming and outgoing) of your offline wallet up to that block.
That's quite an ordeal. I think someone (moneromooo?) was working on a way of getting the key image from a transaction so you can check the spent status using Moneroblocks API... (like Luigi's coin checker)
Note if you are already checking arrival of funds via the checktx page, there's a rather simple way you could generate the key image offline for just the output(s) you care about. This would take only a minute or two and not require syncing the chain or restoring a wallet.

I would need to set up the code to do it though.  Cheesy
That sounds potentially very useful. What information would be required on the offline computer to generate the key images in that simple way without restoring a wallet or syncing the chain?
legendary
Activity: 1596
Merit: 1030
Sine secretum non libertas
September 15, 2016, 12:02:07 AM
Why would they get rid of Monero? They just started accepting it.

I suspect tifozi got some bad grain.  There is a sort of malaise that can infect the trackers when a market behaves paradoxically (as markets are wont to do, being composed of diverse impulses in stochastic ensemble), a sort of nausea borne of crossing Ising glass domains.
legendary
Activity: 1596
Merit: 1030
Sine secretum non libertas
September 15, 2016, 12:00:59 AM
And please don't mistake that for defensiveness... I have nothing to defend.

Yeah, we are all airing our dirty laundry on the intertubes.  But you are doing it in pretty good style, sir ( or madam, or mutt, as the case may be ).
legendary
Activity: 1596
Merit: 1030
Sine secretum non libertas
September 14, 2016, 11:57:03 PM
I have little emotional attachment to coins and currencies in general these days

Good. In principle, you should be able to reason the more clearly for it.  There is yet more work to done, to that end, however.

Is there anything to refute this:

"There is nothing else on the planet which qualifies as money. Nothing else is fungible, private, and liquid. There can be only one.  The market has chosen, and what we think isn't going to matter one bit."

Quote
there can be more than one, there can be a healthy trading economy & different payment options.    

Yes, but then that's not nearly so interesting as are the consequences of an efficient market, where a natural monopoly controls.  In the short-range, locally, there can be diversity.  But throughout human history, there has always been a global reserve, a fiscal lingua franca, which dominates the backbone of commerce, forms the glue which knits together the limbs of the body oikonomian.  And the efficiency argument seems trivial to me.  In any natural trading domain, or "universe" there should be a corresponding medium of exchange.  It's inherent in the very concept of a medium of exchange.  It's only when there are imposed boundaries or frictions that one domain is split from another, and local conditions can dominate.

I can't consider contradiction to be refutation, but I do invite your refutation - non-beligerently, collegially even.
legendary
Activity: 2492
Merit: 1491
LEALANA Bitcoin Grim Reaper
September 14, 2016, 11:08:09 PM
Looks like 0.016 is being defended well. Don't see .015 re-entry especially with all the news coming out of everywhere. Ideally the new floor from this whole DNM run should have been 0.02 to give XMR a lot more visibility and welcoming merchants, but this coin has attracted more greedy regulars than any coin I have seen in my time in Bitcointalk.

Like Adam Sandler said "What is wrong with you people"?  Lips sealed

Who exactly are you accusing?  Markets market.  We would rather have that than the opposite.  Greedy regulars are not causing this correction.  >500℅ rise over a few weeks is.

I didn't mean you and it's OK to feel defensive. No one should feel defensive. You know you have contributed a lot to Monero in terms of this thread, so there is nothing to feel guilty about and hey if some moron wants to be taken advantage of, then you should help them, right? I am not sure but I think you have contributed to the development of Monero in terms of contributing to the codebase, helping newcomers, donating to the development, bringing awareness etc etc. You probably have shined the most in terms of helping noobs not lose their money by giving free trading advice, posting charts and telling this thread what needs to be done in terms of trading. I don't know why the entire thread is not saying they are indebted to you forever.

You know XMR didn't have to rise by 500%, if *that* is the reason that there "needs" to be a correction. Plenty of scamcoins didn't have any reason to but with the rise in prices by a disciplined community they were able to attract developers, marketeers and a thriving community while Monero was busy staying in the gutter. At that time no one was here to help the newbies  Cry
 

Monero did need to rise by 500%.  Did it have to do it overnight?  No, it should have done it gradually over the last year or two to be ready on time.  Sometimes when running late, one must go faster in order to catch up.  When going faster, often a breather is required before resuming faster.  Eventually, when going faster, one overshoots the destination.  That's not yet, BTW.
 

  Volume (heart rate?) under 7500.  Seems a fairly deep correction off of 115000.  Ready to start running again?  I know it's not the weekend, but...

edit:

Shorters starting to do their thing again...


Yah "they" will do their thing. Seems like something *you* have never done before  Roll Eyes

Good idea to really have some DASH/Darkcoin on the side till this settles down if only because the number of "they" is a LOT less than this pile of gold here that need not be missed.

I am surprised that the entirety of DNM hasn't decided to get rid of Monero just yet, but will not be surprised if it happens.

Why would they get rid of Monero? They just started accepting it.
legendary
Activity: 3766
Merit: 5146
Note the unconventional cAPITALIZATION!
September 14, 2016, 10:38:35 PM

I didn't mean you and it's OK to feel defensive. No one should feel defensive. You know you have contributed a lot to Monero in terms of this thread, so there is nothing to feel guilty about and hey if some moron wants to be taken advantage of, then you should help them, right? I am not sure but I think you have contributed to the development of Monero in terms of contributing to the codebase, helping newcomers, donating to the development, bringing awareness etc etc. You probably have shined the most in terms of helping noobs not lose their money by giving free trading advice, posting charts and telling this thread what needs to be done in terms of trading. I don't know why the entire thread is not saying they are indebted to you forever.

You know XMR didn't have to rise by 500%, if *that* is the reason that there "needs" to be a correction. Plenty of scamcoins didn't have any reason to but with the rise in prices by a disciplined community they were able to attract developers, marketeers and a thriving community while Monero was busy staying in the gutter. At that time no one was here to help the newbies  Cry
 

I don't think you'll find many times I've given trading advice.  I do occasionally post my own speculations.  My current insight is I think monero may be finishing a textbook Elliott wave cycle.  It looks to me like were at the end of the "c" wave.  Up or down next, I dunno.

The last spot I picked to push my play money back in was frankly dismal and I am stuck like 15%.  If you scroll up enough you'll see where I did it.

I'm vaguely sorry that you seem to think I'm some kind of greedy con artist, but not all that terribly sorry.  You can think what you like. Its a free internet.

And please don't mistake that for defensiveness... I have nothing to defend.
legendary
Activity: 1092
Merit: 1000
September 14, 2016, 09:50:27 PM
The dumps are causing more harm to Monero than benefit. The fact that as someon farts and the price drops 30-40 % as a result is caused by mass human psychology.
The arguments the bears are giving are only two: 1) "Price rose XXX% it has to drop" or 2) "The GUI is postponed, time to dump".

While the arguments of bulls are: More markets are now accepting Monero. More Moneros has been mined than never before until this very moment and thus the inflation is dropping..
Which arguments are stronger - you be the judge.

BUY BUY SELL SELL PHOTO

I don't think the arguments are mutually exclusive. The bear argument in your example is a trader's argument who is trying to use the volatility to scalp profits. There is no law that forces the price to move a certain way when it rises XXX% or vice versa, but there are thousands of traders who are looking at the same chart and using the same indicators to make their moves, it kind of creates a self fulling prophecy that moves these markets in a somewhat predictable fashion-- I'm using somewhat loosely, to say it's predictable would be a lie. The same person who thinks the price will drop over the next week can also think the price will be significantly higher next year. So the bear vs bull argument isn't black/white. If you are a long term holder who doesn't care about the short term fluctuations then you have nothing to worry about.



I kind of get you.
Personally I am for the long haul so the short term fluctuations do not matter that much anymore. That being said, if it matters others (such as the merchants and market adaption, I am very much against creating panic and mass hysteria).
Jump to: