dga
|
|
May 12, 2014, 06:01:13 PM Last edit: May 12, 2014, 06:14:15 PM by dga |
|
I posted this on the FCN thread, but figured the dev here might have insight --
Is there a chance that FCN merge-mined blocks in the donor chain are breaking the MRO wallet?
I'm unable to create new transactions on my wallet after successfully mining a donor chain (MRO) block.
Tracing the error back a bit, it's getting a "Derived public key mismatch" error in construct_tx. I haven't gotten farther than that, but hoped that an FCN or MRO dev might be able to check more quickly than someone who doesn't know the code.
block 36387 is the merge-mined one. Or could this be something else?
(Regardless, it's a little scary - i can't send transactions out of my wallet if they include whatever "bad" entry is in there)
Thanks!
|
|
|
|
emontmon
Member
Offline
Activity: 196
Merit: 10
|
|
May 12, 2014, 06:26:58 PM |
|
Should the official website really bother itself with the price of MRO? yes definately.
|
|
|
|
noodle_dam
|
|
May 12, 2014, 06:57:30 PM |
|
Can someone help me get a wallet? That should be pretty basic. I'm on mac. I downloaded both the wallet and blockchain, now what?
|
|
|
|
Sn0op
Newbie
Offline
Activity: 52
Merit: 0
|
|
May 12, 2014, 07:04:13 PM |
|
Hi, I have this error, do you know the solution [ 57%] Built target cryptonote_core make[2]: quittant le répertoire « /root/boost_1_55_0/bitmonero/build/release » make[1]: *** [all] Erreur 2 make[1]: quittant le répertoire « /root/boost_1_55_0/bitmonero/build/release » make: *** [build-release] Erreur 2 Monero installation complete Thanks you
|
|
|
|
David Latapie
|
|
May 12, 2014, 07:05:38 PM |
|
Can someone help me get a wallet? That should be pretty basic. I'm on mac. I downloaded both the wallet and blockchain, now what? I don't have a Mac anymore, but if it is like Linux (it should be), move your blockchain to ~/.bitmonero then start the wallet. With the Finder, it translates as 1. "show hidden folder" (I don't remember where it is) 2. browse to /User/<your_name>/.bitmonero (mind the trailing dot) With the Terminal, it translate as 1. go to the directory where your blockchain is located 2. cp blockchain.bin ~/.bitmoneroIf there is already a blockchain, delete it ( rm ~/bitmonero/blockchain.bin with the Terminal) Then start your daemon, then follow instructions on http://monero.cc/getting-started/#creating-a-wallet
|
|
|
|
David Latapie
|
|
May 12, 2014, 07:07:45 PM |
|
Hi, I have this error, do you know the solution [ 57%] Built target cryptonote_core make[2]: quittant le répertoire « /root/boost_1_55_0/bitmonero/build/release » make[1]: *** [all] Erreur 2 make[1]: quittant le répertoire « /root/boost_1_55_0/bitmonero/build/release » make: *** [build-release] Erreur 2 Monero installation complete Thanks you Désolé :(Did you use the oneliner install? http://monero.cc/getting-started/#debian-based-linux (provided you are not on Arch, Red Hat, Mac...) cd ~ && wget https://www.dropbox.com/s/3pclp7sm94edmxl/install_monero.sh && chmod +x ./install_monero.sh && ./install_monero.sh
|
|
|
|
Sn0op
Newbie
Offline
Activity: 52
Merit: 0
|
|
May 12, 2014, 07:15:05 PM |
|
Yes, i use it I just removed the sudo file because I do not use it
|
|
|
|
psterryl
Member
Offline
Activity: 87
Merit: 10
|
|
May 12, 2014, 07:19:45 PM |
|
I posted this on the FCN thread, but figured the dev here might have insight --
Is there a chance that FCN merge-mined blocks in the donor chain are breaking the MRO wallet?
I'm unable to create new transactions on my wallet after successfully mining a donor chain (MRO) block.
Tracing the error back a bit, it's getting a "Derived public key mismatch" error in construct_tx. I haven't gotten farther than that, but hoped that an FCN or MRO dev might be able to check more quickly than someone who doesn't know the code.
block 36387 is the merge-mined one. Or could this be something else?
(Regardless, it's a little scary - i can't send transactions out of my wallet if they include whatever "bad" entry is in there)
Thanks!
I'm not a dev or anything but the troubleshooting steps I'd try are: 0) Close your wallet/daemon down 1) Find your blockchain.bin file, and rename it blockchain.bin.old 2) Replace it with a fresh blockchain.bin from the OP of this thread 3) In your daemon folder, rename your wallet.bin to wallet.bin.old 4) Relaunch your wallet & daemon 5) Refresh your wallet Hopefully this will sort your problem, otherwise it'll need addressed by someone with more technical know-how than me.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
May 12, 2014, 07:23:03 PM Last edit: May 12, 2014, 08:03:51 PM by smooth |
|
Bitmonero and Monero are the same thing then? TFT is clearly not on board. He ignores any questions about Monero.
There is one and only one coin, formerly called Bitmonero, now called Monero. There was a community vote in favor (despite likely ballot stuffing against). All of the major stakeholders at the time agreed with the rename, including TFT. The code base is still called bitmonero. There is no reason to rename it, though we certainly could have if we really wanted to. TFT said he he is sentimental about the Bitmonero name, which I can understand, so I don't think there is any malice or harm in him continuing to use it. He just posted the nice hash rate chart on here using the old name. Obviously he understands that they are one and the same coin.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
May 12, 2014, 07:24:31 PM |
|
Is there a chance that FCN merge-mined blocks in the donor chain are breaking the MRO wallet?
I had a similar experience when I tried FCN merge mining on the first day. I found it didn't work (in a slightly different way that I don't remember exactly), and I gave up and I went back to regular mining. I never expected FCN to have enough value to be worth the trouble though if it "just worked" I would have continued merge mining.
|
|
|
|
dga
|
|
May 12, 2014, 07:56:16 PM Last edit: May 12, 2014, 08:20:14 PM by dga |
|
I posted this on the FCN thread, but figured the dev here might have insight --
Is there a chance that FCN merge-mined blocks in the donor chain are breaking the MRO wallet?
I'm unable to create new transactions on my wallet after successfully mining a donor chain (MRO) block.
Tracing the error back a bit, it's getting a "Derived public key mismatch" error in construct_tx. I haven't gotten farther than that, but hoped that an FCN or MRO dev might be able to check more quickly than someone who doesn't know the code.
block 36387 is the merge-mined one. Or could this be something else?
(Regardless, it's a little scary - i can't send transactions out of my wallet if they include whatever "bad" entry is in there)
Thanks!
I'm not a dev or anything but the troubleshooting steps I'd try are: 0) Close your wallet/daemon down 1) Find your blockchain.bin file, and rename it blockchain.bin.old 2) Replace it with a fresh blockchain.bin from the OP of this thread 3) In your daemon folder, rename your wallet.bin to wallet.bin.old 4) Relaunch your wallet & daemon 5) Refresh your wallet Hopefully this will sort your problem, otherwise it'll need addressed by someone with more technical know-how than me. Alas, I tried all of those, up to and including a fresh compile of the source tree on a different machine. Ah! Finally got the log entries right: failed to deserialize extra field. extra = 01fb88353 401fea28611f98174830a3ee193cf1808443f041875f3e034cb370e1903210001b73c46f45dddbf 8 31505271ad567a93cd797e4e8e675d94271b6a067c6fea902080000000000000000 This is definitely a result of the merged mining. Now the $1000 question is: If I fix it in my wallet and start sending out transactions with it, will it break the entire blockchain, or will it be just fine? *grins*
|
|
|
|
noodle_dam
|
|
May 12, 2014, 07:58:12 PM |
|
Can someone help me get a wallet? That should be pretty basic. I'm on mac. I downloaded both the wallet and blockchain, now what? I don't have a Mac anymore, but if it is like Linux (it should be), move your blockchain to ~/.bitmonero then start the wallet. With the Finder, it translates as 1. "show hidden folder" (I don't remember where it is) 2. browse to /User/<your_name>/.bitmonero (mind the trailing dot) With the Terminal, it translate as 1. go to the directory where your blockchain is located 2. cp blockchain.bin ~/.bitmoneroIf there is already a blockchain, delete it ( rm ~/bitmonero/blockchain.bin with the Terminal) Then start your daemon, then follow instructions on http://monero.cc/getting-started/#creating-a-walletthanks for trying, i dont have any of those folders. I dont think im smart enough for this. gg
|
|
|
|
sussex
|
|
May 12, 2014, 08:11:15 PM |
|
I posted this on the FCN thread, but figured the dev here might have insight --
Is there a chance that FCN merge-mined blocks in the donor chain are breaking the MRO wallet?
I'm unable to create new transactions on my wallet after successfully mining a donor chain (MRO) block.
Tracing the error back a bit, it's getting a "Derived public key mismatch" error in construct_tx. I haven't gotten farther than that, but hoped that an FCN or MRO dev might be able to check more quickly than someone who doesn't know the code.
block 36387 is the merge-mined one. Or could this be something else?
(Regardless, it's a little scary - i can't send transactions out of my wallet if they include whatever "bad" entry is in there)
Thanks!
I am also having problems trying to transfer coins from my wallet to the cryptonote exchange - it keeps telling me that the address I am trying tio send to is wrong..... is this the error you get? I have also tried merged mining - not impressed.
|
|
|
|
dga
|
|
May 12, 2014, 08:13:42 PM |
|
I posted this on the FCN thread, but figured the dev here might have insight --
Is there a chance that FCN merge-mined blocks in the donor chain are breaking the MRO wallet?
I'm unable to create new transactions on my wallet after successfully mining a donor chain (MRO) block.
Tracing the error back a bit, it's getting a "Derived public key mismatch" error in construct_tx. I haven't gotten farther than that, but hoped that an FCN or MRO dev might be able to check more quickly than someone who doesn't know the code.
block 36387 is the merge-mined one. Or could this be something else?
(Regardless, it's a little scary - i can't send transactions out of my wallet if they include whatever "bad" entry is in there)
Thanks!
I am also having problems trying to transfer coins from my wallet to the cryptonote exchange - it keeps telling me that the address I am trying tio send to is wrong..... is this the error you get? I have also tried merged mining - not impressed. No. (The error you're seeing is most likely either from selecting the wrong address type at cryptonote or a copy/paste error). This one's an internal error in the wallet when it tries to construct a transaction using incoming transactions that were part of the merge-mined block.
|
|
|
|
TTM
|
|
May 12, 2014, 08:19:14 PM |
|
Who own Cryptnote.exchanges.to ? I feel too risky to trade there.
|
|
|
|
Brilliantrocket
|
|
May 12, 2014, 08:22:57 PM |
|
Seems like there's 3 coins using the exact same technology. Still uncertain which of these, if any will succeed. Out of the Cryptonote coins, I'm inclined to go with BCN, because no one cares about premine outside of miners. The coin that will win is the one with the best devs, that's all. I do think that DRK will win the anonymity battle. It has the momentum. Regardless of what technology another coin has, once DRK is established as the anonymous coin, it won't really matter. In addition, once DRK adds ring signatures, it will have reputation as well as technology.
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
May 12, 2014, 08:26:09 PM |
|
Seems like there's 3 coins using the exact same technology. Still uncertain which of these, if any will succeed. Out of the Cryptonote coins, I'm inclined to go with BCN, because no one cares about premine outside of miners. The coin that will win is the one with the best devs, that's all. I do think that DRK will win the anonymity battle. It has the momentum. Regardless of what technology another coin has, once DRK is established as the anonymous coin, it won't really matter.
DRK is anonymous? Since when?
|
|
|
|
Brilliantrocket
|
|
May 12, 2014, 08:29:18 PM |
|
Seems like there's 3 coins using the exact same technology. Still uncertain which of these, if any will succeed. Out of the Cryptonote coins, I'm inclined to go with BCN, because no one cares about premine outside of miners. The coin that will win is the one with the best devs, that's all. I do think that DRK will win the anonymity battle. It has the momentum. Regardless of what technology another coin has, once DRK is established as the anonymous coin, it won't really matter.
DRK is anonymous? Since when? Since 2 weeks ago, for transactions of up to 10 DRK. The limit will be lifted in a couple weeks.
|
|
|
|
blaaaaacksuit
Sr. Member
Offline
Activity: 280
Merit: 250
Who cares?
|
|
May 12, 2014, 08:30:26 PM |
|
Seems like there's 3 coins using the exact same technology. Still uncertain which of these, if any will succeed. Out of the Cryptonote coins, I'm inclined to go with BCN, because no one cares about premine outside of miners. The coin that will win is the one with the best devs, that's all. I do think that DRK will win the anonymity battle. It has the momentum. Regardless of what technology another coin has, once DRK is established as the anonymous coin, it won't really matter. In addition, once DRK adds ring signatures, it will have reputation as well as technology.
Nobody cares about an 80% premine besides miners?
|
|
|
|
mickey_miner
Sr. Member
Offline
Activity: 910
Merit: 250
Proof-of-Stake Blockchain Network
|
|
May 12, 2014, 08:30:46 PM |
|
Seems like there's 3 coins using the exact same technology. Still uncertain which of these, if any will succeed. Out of the Cryptonote coins, I'm inclined to go with BCN, because no one cares about premine outside of miners. The coin that will win is the one with the best devs, that's all. I do think that DRK will win the anonymity battle. It has the momentum. Regardless of what technology another coin has, once DRK is established as the anonymous coin, it won't really matter.
People care about BCN ninja mine. That's why Monero has surpassed BCN in hashrate in just couple weeks. Monero devs are as good as any if not better. DRK is lots hype. Coin is one large complicated environment. What happen when masternodes start get hacked because all these people without any knowlege are setting them up. Then maybe government setup masternodes and control majority. Things to think about.
|
|
|
|
|
,gaaaaaaaagaaaaaaaaaaaaagaaaaaaaag, ,aP8b _,dYba, ,adPb,_ d8Ya, ,aP" Yb_,dP" "Yba, ,adP" "Yb,_dP "Ya, ,aP" _88" )888( "88_ "Ya, ,aP" _,dP"Yb ,adP"8"Yba, dP"Yb,_ "Ya, ,aPYb _,dP8 Yb ,adP" 8 "Yba, dP 8Yb,_ dPYa, ,aP" YdP" dP YbdP" 8 "YbdP Yb "YbP "Ya, I8aaaaaa8aaa8baaaaaa88aaaaaaaa8aaaaaaaa88aaaaaad8aaa8aaaaaa8I `Yb, d8a, Ya d8b, 8 ,d8b aP ,a8b ,dP' "Yb,dP "Ya "8, dI "Yb, 8 ,dP" Ib ,8" aP" Yb,dP" "Y8, "YaI8, ,8' "Yb, 8 ,dP" `8, ,8IaP" ,8P" "Yb, `"Y8ad' "Yb,8,dP" `ba8P"' ,dP" "Yb, `"8, "Y8P" ,8"' ,dP" "Yb, `8, 8 ,8' ,dP" "Yb, `Ya 8 aP' ,dP" "Yb, "8, 8 ,8" ,dP" "Yb, `8, 8 ,8' ,dP" "Yb, `Ya 8 aP' ,dP" "Yb, "8, 8 ,8" ,dP" "Yb,`8, 8 ,8',dP" "Yb,Ya8aP,dP" "Y88888P" "Y8P" "
| | Free TON
| │ │ │
| PEER-TO-PEER MULTY-BLOCKCHAIN SYSTEM ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬. ▬▬▬TON SURF - OFFICIAL WALLET. | │ │ │
| ▄███████████████████▄ █████████████████████ ▄█████ █████████████████████ ██████ ████ ████ ███ █████████████████████ ██████ ████ ████ ██████ █████████████████████ ███ █████████████████████ ███████ ▀███████████████████▀ ▀███████▄▄▄▄▄▄▄ ▀████ ████▌ ██ ▐██▌ █▌
| | | | │ │ │
| | | | │ │ │
| | TELEGRAM FORUM WIKI |
|
|
|
|