Bitcoin Forum
May 24, 2024, 03:23:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 »
261  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: February 11, 2016, 08:54:15 PM
I have synched with blockchain. I am trying to create a watch only wallet to simlplewallet by this command.
Quote
--generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet


It is like
Quote
--generate-from-view-key address:viewkey:filename


But only this happens.
Quote
[wallet 4AT4qA]: --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet
unknown command: --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet
[wallet 4AT4qA]:

What should be done?
262  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 31, 2016, 11:17:54 AM
I guess this Monero bootstrap-file
https://downloads.getmonero.org/blockchain.raw
is there to avoid for waiting the synchronization of the bitmonerod to the blockchain.

So how the bootstrap-file can connected to the bitmonerod?

./blockchain_import --input-file blockchain.raw

i think that might do it

Well that worked. Anyway it is not useful to use bootstrap-file since synchronization online is a lot faster. I will do it that way.
263  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 30, 2016, 05:27:28 PM
I guess this Monero bootstrap-file
https://downloads.getmonero.org/blockchain.raw
is there to avoid for waiting the synchronization of the bitmonerod to the blockchain.

So how the bootstrap-file can connected to the bitmonerod?
264  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 30, 2016, 03:55:30 PM
Code:
--generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5PsJQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet


At first try something happened and simplewallet printed its promt
Quote
[wallet 4AXR75]:
few times.


Then, trying again, simplewallet just gives unknown command. Might be this because blockchain has not synchronized yet. I downloaded the monero blockchain bootstrap. How it can be connected to the simplewallet or the bitmonored? To which one of those it has to be connected?

265  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 30, 2016, 01:38:59 PM
Is there any site where I can use view key to check the balance of the wallet? I guess I can use the simplewallet for that, but is there any site for it? Or any other solution?

I don't think view key lets you see balance, actually, only received amounts.

It does work for cold storage.

Alternately, if you can account for spends another way, you can then subtract them, giving a balance. This is a bit tricky to do correctly since change will be scanned by the view key, so you have to subtract the payment amount plus the change amount on any spends.


Yea. I am looking some way to check the balance of my cold storage, paper wallet. Would be great if the view key gave balance directly without need for user to do any calculations. But it is possible also that way.

But is there any site for that? Or have I to use some wallet software?

I think only using simplewallet right now, but it is possible someone else knows of another way.

What is the command in simplewallet to that?

It is this one:

Code:
  --generate-from-view-key arg         Generate incoming-only wallet from 
                                       (address:viewkey:filename) and save it



Sorry I did not get the point completely. I tried this.

Quote
--generate-from-view-key arg (49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de7621b8f62a85692fbffd544590a0f5d913149fed0a:lookwallet)

Simplewallet says unknown command. Can you give a example command with those same address, viewkey and filename.
266  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 29, 2016, 08:06:58 PM
Is there any site where I can use view key to check the balance of the wallet? I guess I can use the simplewallet for that, but is there any site for it? Or any other solution?

I don't think view key lets you see balance, actually, only received amounts.

It does work for cold storage.

Alternately, if you can account for spends another way, you can then subtract them, giving a balance. This is a bit tricky to do correctly since change will be scanned by the view key, so you have to subtract the payment amount plus the change amount on any spends.


Yea. I am looking some way to check the balance of my cold storage, paper wallet. Would be great if the view key gave balance directly without need for user to do any calculations. But it is possible also that way.

But is there any site for that? Or have I to use some wallet software?

I think only using simplewallet right now, but it is possible someone else knows of another way.

What is the command in simplewallet to that?
267  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 29, 2016, 07:53:41 PM
Is there any site where I can use view key to check the balance of the wallet? I guess I can use the simplewallet for that, but is there any site for it? Or any other solution?

I don't think view key lets you see balance, actually, only received amounts.

It does work for cold storage.

Alternately, if you can account for spends another way, you can then subtract them, giving a balance. This is a bit tricky to do correctly since change will be scanned by the view key, so you have to subtract the payment amount plus the change amount on any spends.


Yea. I am looking some way to check the balance of my cold storage, paper wallet. Would be great if the view key gave balance directly without need for user to do any calculations. But it is possible also that way.

But is there any site for that? Or have I to use some wallet software?
268  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 29, 2016, 07:32:57 PM
Is there any site where I can use the view key to check the balance of the wallet? I guess I can use the simplewallet for that, but is there any site for it? Or any other solution?
269  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 28, 2016, 07:17:55 PM
I want to remind everyone that please do create many paper wallets. Not jus one. If something happens. Also, take at least two copies of each paper wallet, and store them in two physically different locations that a fire or a flood cannot destroy both of them.
270  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 28, 2016, 07:12:58 PM
I know I should know how too... but how do I use moneroaddress.org offline.  Is there someway to download it onto a USB and stick it onto a computer that's offline?

Well I think the easiest way would be just to go to moneroaddress.org, to unplug the internet connection and to be sure that computer does not connect by itself to any other wifi, to click the create wallet button, to print the page with mnemonic seed, public address, spend key, view key and such, delete browser history and data, close the browser and restart the whole computer.

I am quite paranoid, so I boot my machine from Ubuntu DVD which cannot contain any malware, hopefully, and do the rest like described above. I also use a very simple printer which has no wifi and has just a very little memory to store any data. So I use very cheap printer. Which is great. Smiley


I am quite sure if MyMonero goes offline and fluffypony disappears that someone will have the properly working code online within the day. However, a wallet created by moneroaddress.org is both compatible with simplewallet and MyMonero. Thus, if you feel safer with such a wallet, I suggest doing that.

Thats relieving. I think I really anyway will create the wallet by moneroaddress.org.
271  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 28, 2016, 04:56:11 PM
There is not yet a site for monero paper wallet generator. But we can have such a site by slightly modifying mymonero.com.

Try this site: https://moneroaddress.org/

You can save that page and use offline.



Well that is i great site. How long has it been alive? There is more words in mnemonic seed than mymonero.com creates. Is this a new feature of monero or the site?

I'm not sure how long the site has been around.

The 25 word format is the standard used by simplewallet and can also be used with MyMonero. The shorter format can only be used with MyMonero (or with simplewallet using a non-standard and apparently-slightly-flaky code mod).


I am using MyMonero.com with 13 word seed. So if MyMonero.com goes off-line I can reach my coins only by non-standard flaky version of simplewallet? If so, looks like I has to move my coins to a wallet created by moneroaddress.org.
272  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 28, 2016, 12:00:14 PM
There is not yet a site for monero paper wallet generator. But we can have such a site by slightly modifying mymonero.com.

Try this site: https://moneroaddress.org/

You can save that page and use offline.



Well that is i great site. How long has it been alive? There is more words in mnemonic seed than mymonero.com creates. Is this a new feature of monero or the site?
273  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 28, 2016, 11:30:01 AM
There is not yet a site for monero paper wallet generator. But we can have such a site by slightly modifying mymonero.com.

At mymonero.com internet connection can be disconnected and then the mnemonic seed can be created.

So lets change the site the way that it shows also the address and the view key of the just created mnemonic seed. And we have a offline monero paper wallet generator.

274  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 18, 2016, 07:25:34 PM
Why it is not possible to withdraw xmr from bittrex.com? XMR can be exchanged to BTC and BTC can be withdrawn but XMR can not be directly withdrawn. Why?

Sorry if this is not right thread for this question.

Did you ask bittrex?  I have no idea how quick their support is.

It was working yesterday.  I have seen this happen before on bittrex with Monero as well as other coins.  It usually lasts less than a day.


Ok. Thanks.

I have not yet asked of bittrex what is the problem.

I also can remember these issues with bittrex. This is why I hold most of my coins in my own wallet. I think I will now take every coin out off bittrex.

Ok. Today XMR withdrawals were possible.


Hey Coinwarz says there will be 18,446,744,073,709,551,616 Moneros to be issued.
http://www.coinwarz.com/cryptocurrency/coins/monero

Could someone please inform them about the real number which is about 18 million.

It's ~2^64 actually, but the problem with Coinwarz is that they used a comma instead of a dot after 18,446,744.

Well that is a lot of coins. I do know that after all the 18 million coins are mined, there is about 1% annual emission to secure the profitable mining after that. But ~2^64 coins is new for me.


Anyway, could someone do a comparison of XMR/DASH and post it here? There is an other thread on bitcointalk of this issue, but it does not look very active.
275  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 18, 2016, 12:44:52 PM
Hey Coinwarz says there will be 18,446,744,073,709,551,616 Moneros to be issued.
http://www.coinwarz.com/cryptocurrency/coins/monero

Could someone please inform them about the real number which is about 18 million.
276  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 17, 2016, 08:47:52 PM
Why it is not possible to withdraw xmr from bittrex.com? XMR can be exchanged to BTC and BTC can be withdrawn but XMR can not be directly withdrawn. Why?

Sorry if this is not right thread for this question.

Did you ask bittrex?  I have no idea how quick their support is.

It was working yesterday.  I have seen this happen before on bittrex with Monero as well as other coins.  It usually lasts less than a day.


Ok. Thanks.

I have not yet asked of bittrex what is the problem.

I also can remember these issues with bittrex. This is why I hold most of my coins in my own wallet. I think I will now take every coin out off bittrex.
277  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 17, 2016, 08:30:51 PM
Why it is not possible to withdraw xmr from bittrex.com? XMR can be exchanged to BTC and BTC can be withdrawn but XMR can not be directly withdrawn. Why?

Sorry if this is not right thread for this question.
278  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: September 15, 2015, 06:53:47 PM
I wrote about this.

For higher XMR price, we need higher adaptation. To do that, the XMR-adaptation has to be made easy. So, a XMR-payment plug-in or any such thing for webshops is needed.

The plug in has to be so easy to install, that an ordinary dude can do it almost or completely by himself. Using XMR as a payment has to be easy also for a customer. When the customer wants to make the order and the payment, the plug in has to do fiat-XMR or BTC-XMR conversion of the price, and also to give the payment address and the payment id for the customer. Great plus would be, if the plug-in also showed XMR-price of each item at the front page.

XMR adaptation has to be so easy, that there is no need for Bitpay-kind of services. Then XMR will start take over BTC.

What about here.
https://getmonero.org/design-goals/
Is there any such projects going on at the moment?

Is the point of the message so irrelevant, that no one is willing to even comment about it? Easy-to-install XMR-payment-plug-in?

Anyway, someone wrote, that it would be great if privacy-oriented businesses started accepting XMR. I think that is a great idea. We must exploit XMRs the most significant feature, the untraceable transfers. First in my mind becomes anonymous internet, domain and hosting services. Adult entertainment. Internet gambling. Online dating like Ashley Madison.

I guess the anonymous internet services are the best place to start promoting XMR, since there the customers understand some technology in addition of privacy.

Anyone interested?
279  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: September 13, 2015, 08:37:15 AM
For higher XMR price, we need higher adaptation. To do that, the XMR-adaptation has to be made easy. So, a XMR-payment plug-in or any such thing for webshops is needed.

The plug in has to be so easy to install, that an ordinary dude can do it almost or completely by himself. Using XMR as a payment has to be easy also for a customer. When the customer wants to make the order and the payment, the plug in has to do fiat-XMR or BTC-XMR conversion of the price, and also to give the payment address and the payment id for the customer. Great plus would be, if the plug-in also showed XMR-price of each item at the front page.

XMR adaptation has to be so easy, that there is no need for Bitpay-kind of services. Then XMR will start take over BTC.

What about here.
https://getmonero.org/design-goals/
Is there any such projects going on at the moment?
280  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: September 05, 2015, 04:55:30 PM
Maybe off topic,

but I once saw a link to a file on google docs with the emission-schemes for bitcoin and monero compared... does anyone know where te find it? I think (excluding the tail emission) almost half of the monero's should be mined soon... Would like to see that file!

thanks in advance,

Here is the emission curve.
https://en.wikipedia.org/wiki/Monero_(cryptocurrency)
https://en.wikipedia.org/wiki/Monero_(cryptocurrency)#/media/File:Monero_coin_supply_and_inflation_over_time.png

At the end of year 2015, the emission starts slightly to decline. At the end of year 2017 it is declining quite fast. So if the demand stays at the current level, the price will go up when the supply declines.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!