Bitcoin Forum
May 06, 2024, 03:14:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 [527] 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667227 times)
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
July 24, 2014, 06:41:56 AM
 #10521

After testing the "--restore-deterministic-wallet" on windows, i lost some transactions.
I re-download the blockchain but only the last transactions appear.

What is the problem?


I am having the same problem as this guy. I just restored my cold wallet with the deterministic key... Only the past day's transactions show up. I read the subsequent replies to his post but don't really understand what to do to fix the bug (I download the windows binaries, I assume they are outdated). Do I have to get the recent updated code from github and compile it (I don't know how to do that ! )? Any help? It's fun learning all this stuff!

Yes, you would have to compile it on Windows to get the latest binaries. In future we will have a more automated build process and will offer nightlies for stuff like this. In the meantime you will either have to wait for our next tagged release (which will be coming once the new daemon stuff has been tested more rigorously) or build it yourself.

1714965260
Hero Member
*
Offline Offline

Posts: 1714965260

View Profile Personal Message (Offline)

Ignore
1714965260
Reply with quote  #2

1714965260
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
July 24, 2014, 06:42:02 AM
 #10522

...core devs know how to use git, but that doesn't mean there aren't some decent coders that would be interested in contributing but have never used version control at all (it's sad but true)...

80% of serious version control users have never touched git.  They have used rcs, cvs, svn, bitkeeper, perforce, team server, rational tools, revise, mercurial, darcs, what have you, but not yet git.

80% of git users are not competent git users.

Just estimates, mind you.  Some of my best hires have been people who failed simple "obvious" tests.  There's really nothing sad about it.  There are a lot of people in the world who are not like you.  It makes the world a better place.  Many of them will be better than you at something extremely valuable to you.  Some of them will be better than you at just about everything you care about.

Personally, when I have to work with someone, I put a pretty high importance on their not being a complete and utter rectal suppository.  It outweighs things like coming from the right school or using the right text editor.

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.
equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
July 24, 2014, 06:53:48 AM
 #10523

After testing the "--restore-deterministic-wallet" on windows, i lost some transactions.
I re-download the blockchain but only the last transactions appear.

What is the problem?


I am having the same problem as this guy. I just restored my cold wallet with the deterministic key... Only the past day's transactions show up. I read the subsequent replies to his post but don't really understand what to do to fix the bug (I download the windows binaries, I assume they are outdated). Do I have to get the recent updated code from github and compile it (I don't know how to do that ! )? Any help? It's fun learning all this stuff!

Yes, you would have to compile it on Windows to get the latest binaries. In future we will have a more automated build process and will offer nightlies for stuff like this. In the meantime you will either have to wait for our next tagged release (which will be coming once the new daemon stuff has been tested more rigorously) or build it yourself.
Linux build is much easier then Windows build, so if you need the funds now it'll be easier for you to build it on linux.

From the getting started monero.cc page (this will build it for you):
Code:
cd ~ && rm -f install_monero.sh && wget http://monero.cc/downloads/install_monero.sh && bash install_monero.sh

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
Jojatekok
Sr. Member
****
Offline Offline

Activity: 264
Merit: 250


View Profile
July 24, 2014, 07:17:28 AM
 #10524

Monero Client .NET v0.39.0-alpha.1 has been released!
Please be aware that this is a test release, thus, it isn't being beamed by auto-update. You can download it from here.

This release is experimental and should not be used in production, but for testing purposes only. It is meant to bring the core development team a bigger tester base for using the new daemon and rpcwallet which offer a lot more opportunities (like using Windows services) waiting besides my current implementation. Also, I have set the client to request administrator mode on startup to avoid issues accessing the registry, and allow more developments to be done in the future.

There are some known bugs in this version which are already being worked on by the core development team:

  • You must wait for the daemon to initialize its RPC service before entering your wallet password
    (Wait for the synchronization status icon to appear in the main window)

  • You cannot create a new wallet, but use an already existing one

Have fun using the new build, and please give feedback about it, as it would be valuable for the entire Monero team.


I'm going on a 3-week holiday today, so the development will be paused from my side for now. If I have the opportunity, I'll try to answer questions here as soon as possible. Wink

Code:
Monero  (XMR): 47hK4gehaMrFTQCiV5FEmM54hpqTrdHudb9nUBG88NicBDpxH4TGuh3TmW84Dc6dpMiEiBLGvJCuT3xC3LNHctmx7mG8NLM
Bitcoin (BTC): 14wHehBtFt321WTV15khon8Juaxh9drnfJ
phzi
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
July 24, 2014, 07:22:56 AM
 #10525

...core devs know how to use git, but that doesn't mean there aren't some decent coders that would be interested in contributing but have never used version control at all (it's sad but true)...

80% of serious version control users have never touched git.  They have used rcs, cvs, svn, bitkeeper, perforce, team server, rational tools, revise, mercurial, darcs, what have you, but not yet git.

80% of git users are not competent git users.

Just estimates, mind you.  Some of my best hires have been people who failed simple "obvious" tests.  There's really nothing sad about it.  There are a lot of people in the world who are not like you.  It makes the world a better place.  Many of them will be better than you at something extremely valuable to you.  Some of them will be better than you at just about everything you care about.

Personally, when I have to work with someone, I put a pretty high importance on their not being a complete and utter rectal suppository.  It outweighs things like coming from the right school or using the right text editor.
Oh, I agree with you completely, and it wasn't a criticism on my part.  My response was just trying to explain to Mumbles.

I like to say: good developers know how to code, the best developers know how to use google, people, and other educational resources =p.
Brad_BCK
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 24, 2014, 09:11:12 AM
 #10526

I am personally doing a small survey about XMR for all the people interested in completing it :
https://docs.google.com/forms/d/1JqIXkjKpcEpv6lyH6SD22f_Ny0i-rhM9bV21WcOFstw/viewform
Thanks in advance
Good survey. I answered all the questions.
But what are the next steps?
Brad_BCK
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 24, 2014, 09:20:23 AM
 #10527

Going on 16 hours withdrawal from Poloniex to BTER...anyone else having similar issues?

I have now sent support tickets to both exchanges   Huh

Yes.  There was  bug with payment IDs for a while.  See this post from hitBTC for some info.
https://bitcointalk.org/index.php?topic=583449.msg7987831#msg7987831

It really sucks to have money in limbo.  I do too.
Yesterday I decided to do an arbitrage from Poloniex to Hitbtc. It could be effective: there is a price difference between two exchanges + hitbtc has 0% fees. But I could not withdraw money fast enough from poloniex, so lost time and could not do what I set out to. I'll try again later, hope they'll be no such issues this time.
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
July 24, 2014, 10:59:30 AM
 #10528

I see that both Bittrex and Polo now require Payment ID for whitdrawal. So what's the Payment ID in your simplewallet address? (the "view key" number?) Usually I whitdrew using only the wallet address.
dreamspark
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
July 24, 2014, 11:00:38 AM
 #10529

I see that both Bittrex and Polo now require Payment ID for whitdrawal. So what's the Payment ID in your simplewallet address? (the "view key" number?) Usually I whitdrew using only the wallet address.

Just leave it blank, its not a requirement its only there if you want to transfer between exchanges.
r05
Full Member
***
Offline Offline

Activity: 193
Merit: 100

test cryptocoin please ignore


View Profile
July 24, 2014, 11:17:52 AM
 #10530

I'm going on a 3-week holiday today, so the development will be paused from my side for now. If I have the opportunity, I'll try to answer questions here as soon as possible. Wink
I wish I could go on a 3-week holiday!!

BTC: 18tS6E9FRnXuh4JitAJykm6YRtJRSkP6jq
XMR: 46BzjaUU1fyfFJ2b9vvg9RXUsw3XQtkaoc7cRkzYxMre69GtCaX6jg3Luc4B6ABHAaBmZNpJ4zzmAiX deGsCiXJJMniDbWE
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
July 24, 2014, 11:24:47 AM
 #10531

I see that both Bittrex and Polo now require Payment ID for whitdrawal. So what's the Payment ID in your simplewallet address? (the "view key" number?) Usually I whitdrew using only the wallet address.

Just leave it blank, its not a requirement its only there if you want to transfer between exchanges.

Pending Whitdrawals...Status: Invalid Address,

that's why I'm asking. I quadruple checked the address.
dreamspark
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
July 24, 2014, 11:26:17 AM
 #10532

I see that both Bittrex and Polo now require Payment ID for whitdrawal. So what's the Payment ID in your simplewallet address? (the "view key" number?) Usually I whitdrew using only the wallet address.

Just leave it blank, its not a requirement its only there if you want to transfer between exchanges.

Pending Whitdrawals...Status: Invalid Address,

that's why I'm asking. I quadruple checked the address.

Sounds weird, you should contact the exchange if your 100% sure of the address. Also double check you haven't copy and pasted any leading spaces in.
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
July 24, 2014, 11:57:46 AM
 #10533

I see that both Bittrex and Polo now require Payment ID for whitdrawal. So what's the Payment ID in your simplewallet address? (the "view key" number?) Usually I whitdrew using only the wallet address.

Just leave it blank, its not a requirement its only there if you want to transfer between exchanges.

Pending Whitdrawals...Status: Invalid Address,

that's why I'm asking. I quadruple checked the address.

Sounds weird, you should contact the exchange if your 100% sure of the address. Also double check you haven't copy and pasted any leading spaces in.

I used a 2nd address same story. Copied from a straight line without spaces.
damashup
Sr. Member
****
Offline Offline

Activity: 259
Merit: 250


View Profile
July 24, 2014, 12:00:53 PM
 #10534

Going on 16 hours withdrawal from Poloniex to BTER...anyone else having similar issues?

I have now sent support tickets to both exchanges   Huh

Yes.  There was  bug with payment IDs for a while.  See this post from hitBTC for some info.
https://bitcointalk.org/index.php?topic=583449.msg7987831#msg7987831

It really sucks to have money in limbo.  I do too.
Yesterday I decided to do an arbitrage from Poloniex to Hitbtc. It could be effective: there is a price difference between two exchanges + hitbtc has 0% fees. But I could not withdraw money fast enough from poloniex, so lost time and could not do what I set out to. I'll try again later, hope they'll be no such issues this time.

Anyone planning to arbitrage on any exchanges should have plenty of BTC and their coin of choice on the exchanges ahead of time, surely?

Seeing an arbitrage and waiting on a transfer before you can execute, is like seeing a sexy girl in a club and waiting for the DJ to play a slow jam before making your move... what you think you're the only guy in the room with eyes?! Whilst you wait eyeing her up, some other guy will walk over, run some game and end up dry-humping her to some dubstep and you're left cursing (with umpteen others) the fact that slow jams came on too late.

PS - isn't life too short to arbitrage?
equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
July 24, 2014, 12:08:43 PM
 #10535

I used a 2nd address same story. Copied from a straight line without spaces.
If you copied it from bitcointalk there is a non-visible space near the end of the address.

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
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
July 24, 2014, 12:11:19 PM
 #10536

I used a 2nd address same story. Copied from a straight line without spaces.
If you copied it from bitcointalk there is a non-visible space near the end of the address.

No, copied straight from the .address.txt wallet file. Same procedure worked many times before.
Wikstr80
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 24, 2014, 12:12:34 PM
 #10537

Hi

I want to trade cryptocurrencies. I am new in it. I think that it is good idea to buy monero...
What do you think? Will it grow?
Thank you
dreamspark
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
July 24, 2014, 12:13:20 PM
 #10538

I used a 2nd address same story. Copied from a straight line without spaces.
If you copied it from bitcointalk there is a non-visible space near the end of the address.

No, copied straight from the .address.txt wallet file. Same procedure worked many times before.

As said then contact the exchange its not really a protocol issue that the exchange wont accept a valid address.
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
July 24, 2014, 12:14:51 PM
 #10539

I used a 2nd address same story. Copied from a straight line without spaces.
If you copied it from bitcointalk there is a non-visible space near the end of the address.

No, copied straight from the .address.txt wallet file. Same procedure worked many times before.

As said then contact the exchange its not really a protocol issue that the exchange wont accept a valid address.

Will do. One more thing, if you know, what exactly is the "Wallet Key" you get for every wallet address? (cryptonote private key?)
Brad_BCK
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 24, 2014, 12:33:51 PM
 #10540

Going on 16 hours withdrawal from Poloniex to BTER...anyone else having similar issues?

I have now sent support tickets to both exchanges   Huh

Yes.  There was  bug with payment IDs for a while.  See this post from hitBTC for some info.
https://bitcointalk.org/index.php?topic=583449.msg7987831#msg7987831

It really sucks to have money in limbo.  I do too.
Yesterday I decided to do an arbitrage from Poloniex to Hitbtc. It could be effective: there is a price difference between two exchanges + hitbtc has 0% fees. But I could not withdraw money fast enough from poloniex, so lost time and could not do what I set out to. I'll try again later, hope they'll be no such issues this time.

Anyone planning to arbitrage on any exchanges should have plenty of BTC and their coin of choice on the exchanges ahead of time, surely?

Seeing an arbitrage and waiting on a transfer before you can execute, is like seeing a sexy girl in a club and waiting for the DJ to play a slow jam before making your move... what you think you're the only guy in the room with eyes?! Whilst you wait eyeing her up, some other guy will walk over, run some game and end up dry-humping her to some dubstep and you're left cursing (with umpteen others) the fact that slow jams came on too late.

PS - isn't life too short to arbitrage?

Hi! It is not the first time I've done it. I usually use Kraken for BTC.
I already got acquainted with some other exchanges.
Hitbtc and Poloniex are new for me. I chose them cuz Poloniex is the most popular with XMR and Hitbtc has 0% fees now.

Btw I'm now familiar with both of them (poloniex interface is not so straightforward and fast, but it is ok)
I do not need any suggestions for what I need to do, I just try to share my opinion with everyone. I have never had any problems with BTC transactions before. I'm new to XMR and every day I try to promote my skills.
Thanks to community for support.
I have some BTC to spend on an arbitrage strategy.
And yes. Life is too short for everything, not only for arbitrage. Maybe we have to live it more efficiently?
Pages: « 1 ... 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 [527] 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 ... 2123 »
  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!