Bitcoin Forum
June 16, 2024, 06:57:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 [262] 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 ... 2125 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669574 times)
jimhuang
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
June 07, 2014, 11:29:06 AM
 #5221

The GUI wallet is so hard to the XMR team?
I wait for it for my whole life Cheesy
hbadger
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 07, 2014, 11:41:33 AM
 #5222

When I first started my wallet, I didn't encrypt it. How can I encrypt it now? I'm using simple wallet.

Another question: How does the Monero wallet decide what other signatures to use to sign a transaction when I say to use n signatures? Does it select them randomly from the blockchain?

Thanks!

I'm pretty sure it's encrypted - always. There's no ability to create an unencrypted wallet.
Yea but I can spend from my wallet without typing a password. So it must not be encrypted.

My guess is that your password is empty.  That doesn't make it plaintext, it just makes it trivial to guess the password.

Just looking at the code... I think it is possible that there is no PW set.


    if(!command_line::has_arg(vm, arg_password) )
    {
      LOG_ERROR("Wallet password not set.");
      return 1;
    }

Not the best code to prove it but it's 2am and I need to sleep. Smiley Best to use additional encryption anyway - or generate a new wallet w/ a password and send to there. The wallet software is still evolving though as the PW doesn't seem changeable.

Can you give examples of additional encryption? I'm kinda new to cryptography.

If you want to encrypt your keys file for storing it somewhere else safely or print it you can do this on Linux:

Code:
# Encrypt:
$ openssl aes-256-cbc -base64 -in file -out file.aes-256-cbc.enc
# Decrypt:
$ openssl aes-256-cbc -base64 -in file.aes-256-cbc.enc -out file -d
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
June 07, 2014, 12:05:59 PM
 #5223

how can i copy/paste adress to simplewallet?
i dont want to write it by hand!

(win7)
Copy and in the cmd you can right click with the mouse, that should paste it.

doing so.. but not working this time

equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
June 07, 2014, 12:31:09 PM
 #5224

^1) Right click on the blue title bar -> edit -> paste, or 2) right click on the title bar -> properties -> quick edit and now each right click in the window will paste what's in the clipboard.

About me | zRMicroArray - phase 2 - Gene Expression Analysis software | [Weed Like to Talk - Bulgaria] Start a wave of cannabis seminars in Europe | Monero weighted average price stats: moneroprice.i2p
BTC: 1KoCX7TWKVGwqmmFw3CKyUSrKRSStueZar | NMC: NKhYEYpe1Le9MwHrwKsdSm5617J4toVar9 | XMR (Tip me a beer OpenAlias Monero address): tip.changetheworldwork.com
[XMR] Monero - A secure, private, untraceable cryptocurrency: 4AyRmUcxzefB5quumzK3HNE4zmCiGc8vhG6fE1oJpGVyVZF7fvDgSpt3MzgLfQ6Q1719xQhmfkM9Z2u NXgDMqYhjJVmc6KX
twistelaar
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
June 07, 2014, 12:42:51 PM
 #5225

WTB 0.5 BTC MONERO.

Somebody?

Or does somebody have the trade thread link for me?  thanks
TTM
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
June 07, 2014, 01:13:34 PM
 #5226

how can i copy/paste adress to simplewallet?
i dont want to write it by hand!

(win7)
there is a text file in the same folder with your wallet file, namely <wallet>.address.txt which does contain your public address.

WTB 0.5 BTC MONERO.

Somebody?

Or does somebody have the trade thread link for me?  thanks
How about buying XMR on Poloniex ?
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
June 07, 2014, 01:24:41 PM
 #5227

WTB 0.5 BTC MONERO.

Somebody?

Or does somebody have the trade thread link for me?  thanks

The trade thread is closed, but #monero-otc channel is still active on freenode I think.
Zer0Sum
Legendary
*
Offline Offline

Activity: 1588
Merit: 1000


View Profile
June 07, 2014, 02:48:45 PM
 #5228

how can i copy/paste adress to simplewallet?
i dont want to write it by hand!

(win7)
Copy and in the cmd you can right click with the mouse, that should paste it.

First you have to open "Properties" of your command window...
And check "QuckEdit Mode"... this is unchecked by default.

Only then <right click with the mouse>... will paste what's in your clipboard.
prophetx
Legendary
*
Offline Offline

Activity: 1666
Merit: 1010


he who has the gold makes the rules


View Profile WWW
June 07, 2014, 02:52:30 PM
 #5229

hey guys you know the website could be way better with just 1 days work... do you want me to make you something real quick?  

for example your contact form gets a 405 error, the price link pages looks pretty confusing, etc.

just let me know i can suck out the content and slap it into something nicer looking in a few hours that should hold you over.

i've done some of the websites for mastercoin which get pretty good conversions (50%+) on wallet downloads

pm me since i dont read this thread all the way through
GreekBitcoin
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
June 07, 2014, 02:59:47 PM
 #5230

hey guys you know the website could be way better with just 1 days work... do you want me to make you something real quick?  

for example your contact form gets a 405 error, the price link pages looks pretty confusing, etc.

just let me know i can suck out the content and slap it into something nicer looking in a few hours that should hold you over.

i've done some of the websites for mastercoin which get pretty good conversions (50%+) on wallet downloads

pm me since i dont read this thread all the way through

Chat about it on the IRC Wink
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
June 07, 2014, 03:58:42 PM
 #5231

Quote
go to freenode #monero-otc
got a link? someone else sells like 400 Monero?
This is IRC (internet chatting protocol), so you need an IRC client, like Hexchat (http://hexchat.github.io/)

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
jabo38
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


mining is so 2012-2013


View Profile WWW
June 07, 2014, 04:09:54 PM
 #5232

I have not ever mined any coin before because I just have a regular computer with an i5 and no graphics card.  I have heard that there were lots of other CPU coins but not one ever interested me. 

I have been digging through this thread and tried my hand at downloading and installing programs, but really am not sure what to do. 

Is there anyway or anywhere I can get a very detailed set of step by step instructions how to run a cpu miner in windows 32? 

dbzenhosting
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250



View Profile
June 07, 2014, 04:10:36 PM
 #5233

Do NOT use minergate, they will scam your coins. You won't be able to withdraw your coins and their support will reply to you!
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
June 07, 2014, 04:17:17 PM
 #5234

Would like to buy some Monero, where can I buy some? Smiley Thanks

first you need some bitcoin, you can buy here: https://poloniex.com/exchange/btc_xmr

thanks. But I prefer to buy from the thread. Anybody sells 1 BTC worth Monero?

go to freenode #monero-otc

got a link? someone else sells like 400 Monero?
http://webchat.freenode.net/?nick=twistelaar&channels=monero-otc

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
June 07, 2014, 04:24:29 PM
 #5235

Do NOT use minergate, they will scam your coins. You won't be able to withdraw your coins and their support will reply to you!

What are you talking about? Does this have any credence at all? Just fudding?

Can someone else confirm or deny this statement?
dbzenhosting
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250



View Profile
June 07, 2014, 04:39:45 PM
 #5236

Do NOT use minergate, they will scam your coins. You won't be able to withdraw your coins and their support will reply to you!

What are you talking about? Does this have any credence at all? Just fudding?

Can someone else confirm or deny this statement?

Here is all the proof,
https://bitcointalk.org/index.php?topic=528848.new#new
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
June 07, 2014, 04:51:29 PM
 #5237

Do NOT use minergate, they will scam your coins. You won't be able to withdraw your coins and their support will reply to you!

What are you talking about? Does this have any credence at all? Just fudding?

Can someone else confirm or deny this statement?

Here is all the proof,
https://bitcointalk.org/index.php?topic=528848.new#new

Just tried it myself and you're right about not working at the moment.
dbzenhosting
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250



View Profile
June 07, 2014, 04:53:22 PM
 #5238

Do NOT use minergate, they will scam your coins. You won't be able to withdraw your coins and their support will reply to you!

What are you talking about? Does this have any credence at all? Just fudding?

Can someone else confirm or deny this statement?

Here is all the proof,
https://bitcointalk.org/index.php?topic=528848.new#new

Just tried it myself and you're right about not working at the moment.
I stopped using Minergate, had 13+ MRO (lost), what a waste of time. I'm mining http://moneropool.org/
I hope this is a good pool and they pay. I guess i'll find out soon.
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
June 07, 2014, 05:10:17 PM
 #5239

I don't think it makes sense though. They just upgraded their software, added a new coin. I doesn't look like they're shutting down.
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
June 07, 2014, 06:01:00 PM
 #5240

One more thing. Why aren't Monero Block Explorers searchable by the addresses? (only hash, transaction ID)...pretty inconvenient.
Pages: « 1 ... 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 [262] 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 ... 2125 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!