Bitcoin Forum
June 04, 2024, 11:18:59 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 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 [52] 53 54 55 56 57 58 59 60 61 62 63 64 »
1021  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 15, 2015, 09:48:43 PM
YES!! you are awesome Moneromooo! Is it okay if I send you more XMR as a token of my appreciation? Grin Cheesy

I'm not going to say no, thank you Cheesy
In fact, I added my Monero address at the bottom of the page. If people read that far down Smiley


Ah, nice, you beat me to it. And all in one too, that's handy.

Your logo is, kinda big. Tongue

Ah, I did not realize you were working on one too. We can have two though Smiley


-->> http://moneroaddress.org is live!! <<--

PS. I was going to try and resize the Monero logo a bit smaller but then I noticed the entire thing is a SVG vector image? Wow that's cool but how the hell does it work?

Edit. Now I decoded in base64 and it makes more sense.

Nice Cheesy

About the logo, it autoscales, yes. It doesn't look bad here, but I'm on a laptop so I guess it doesn't look so large compared to the text... I guess you can add width="50%" to the img tag.

The image was taken from getmonero.org btw.

1022  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 15, 2015, 08:54:08 PM
It has been requested many times, and it is here, at last.

Great job!

Would it be ok if I hosted this page at http://moneroaddress.org?  I've been holding the domain for this purpose. If not, no worries.

Of course, go right ahead.
And for those who aren't comfortable getting the file over plain HTTP, the github URL is on the page.
1023  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 15, 2015, 08:11:40 PM
It has been requested many times, and it is here, at last.

https://github.com/moneromooo-monero/monero-wallet-generator is a browser based offline wallet generator for Monero. This means you can generate a new Monero address/wallet without the simplewallet binary. The page is self contained, so is suitable for saving and using offline (ie, possibly on a computer which is not connected to the network).

The git commits are GPG signed. If you know how to do so, I encourage you to verify the signature is a valid one. My key can be found in the Monero source tree:
https://github.com/monero-project/bitmonero/blob/master/utils/gpg_keys/moneromooo.asc

The Cryptonote code was adapted from MyMonero. I had to change the way it derives the view key to make it compatible with simplewallet. This means the wallets generated are NOT compatible with MyMonero, but with simplewallet.

Wallets generated with monero-wallet-generator can be restored at any time with simplewallet:
./build/release/bin/simplewallet --restore-deterministic-wallet --wallet-file mynewwalletfilename
Choose a new password, copy the seed you got from monero-wallet-generator, and the wallet will be restored.

Only English seeds are supported, due to issues with UTF-8 preventing restoring other languages. This will hopefully change in the future (though low priority).

Same thing for non Firefox browsers. I don't have them, so any fixing there is low priority.

Last, no warranty. If you have the opportunity, a test restore before moving monero to a new wallet is a good idea, though I guess it kinda defeats the purpose.

1024  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | High PoS | Secure | MultiSend | liteStake | Adv Coin Control on: June 12, 2015, 10:38:29 AM
maybe I am stupid but is there a limit to how many HYP you can send in a tx? I was trying to send 5m in the testnet and was getting :

Error: Transaction creation failed


But there was nothing in my log at all. It allows me to send at least 2m.

I'm guessing it needs to gather LOADS of inputs to reach 5m, and reaches a byte size limit.
If you pay 2m to yourself a couple times, you should then be able to send 5m using these two blocks to make 4m of the 5, then other smaller blocks to make up the rest.

1025  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 11, 2015, 10:39:38 PM
Except if you build from current master.
There's a save_watch_only command. It saves a wallet keys file with just the view key, which you can then send elsewhere and load normally in simplewallet, and you can't spend with it, just see incoming txes.
There's another branch in development that will allow outgoing payments to use a scheme that's compatible with this too, so you will be able to see those as well.
1026  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | High PoS | Secure | MultiSend | liteStake | Adv Coin Control on: June 05, 2015, 11:51:48 AM
In the dice example, network difficulty is akin to the number of faces on the dice. The more faces, the less likely you are to get a 1.

Conversely, block weight is akin to the target you must reach. If instead of getting a 1, you have to get X or lower. So a small weight block would need to roll a 1, a larger block would need a 2 or lower, etc.
1027  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | High PoS | Secure | MultiSend | liteStake | Adv Coin Control on: June 04, 2015, 05:00:11 PM
In the coin control list mode I'm getting estimates of between 50-64 days for individual matured blocks to stake,while on the syncing wheel at the front of the wallet console, I'm getting 3-5 days and 2-4 days to staking.

The second bit takes into account every block you have. As an example that may be easier to grasp, imagine you have a dice, and you roll it till you get a 1. You have 1/6 chance to get 1 at each roll. The expected number of rolls till you get 1 is.... hmmm. a few. You will likely need to roll a few times to get a 1. You might get a 1 on the first roll, and you might need to roll 10 times before getting one if you're not lucky.

Now, picture a HYP block being such a dice, rolling every second. And now imagine you've got 100 dice. And think about if you roll these 100 dice at once, what is the expected number of whole rolls to get at least a 1 ? It's pretty likely you'll get at least a 1 in that first mass roll.

That's why you get an overall expected time to stake that's a lot lower than the typical time to stake for a single block. The more blocks you have, the larger the gap.

1028  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: June 04, 2015, 01:53:59 PM
Doesn't it seem likely that bittrex follows along this account verification path fairly soon?

Maybe, I don't know. But it currently is not, and Poloniex apparently decided to do this preemptively, rather than after being forced/notified, so when other exchanges follow is not known. Even if they changed in a month's time, it's still better for people who want to trade and don't want to give names. That's not to say this won't get reversed later, should Bittrex later ask for more information than Poloniex does now (just in case someone decides to reply to what I did not claim).
1029  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: June 04, 2015, 09:47:09 AM
Maybe this Poloniex name and country thing is a blessing in disguise, then. It may cause a significant enough amount of trading to go to Bittrex, thereby encouraging more people to trade there too, and we end up with two "large enough" exchanges, one of which is suitable for suit type people who would only trade on a regulated show-me-your-papers exchange (whatever their reasons might be).
1030  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 03, 2015, 11:11:48 AM
Good question: "If the NSA compromises monero users' wallets, gives Poloniex the order for the coins in their possession, and steals and buys more monero coins, the more transactions they can trace. And nobody would know the percentage of the outputs the NSA would own."

Is this response correct or am i missing where the cryptography hits the road?  Huh

See MRL4. It looks at how minimal mixin values affects the likelihood of an adversary with some percentage of outputs available to mix to see through to get the spent inputs in a ring signature. Turns out a rather low minimum mixin is enough to quickly drown a static (who doesn't generate more new known outputs) adversary.

For the active adversary above (I magically become the owner of loads of coins and inputs) then sure, if the NSA finds an exploit that lets them steal pretty much all the coins in existence, you're a bit screwed. Even if they didn't even bother to try to deanonymize.
1031  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON Gen 2 Cryptonote, Anon, Mobile-friendly, Scalable, New roadmap+Dev on: June 01, 2015, 06:19:49 PM

Try scanning the monero binaries from http://getmonero.org/downloads/ the same way.
If you don't get those hits, then something's fishy, since Aeon is mostly monero clone. Some malware scanners flag crypto mining software because botnets sometimes have a mining payload.

If you're using tor, you can also try getting the binaries without tor (or using a different exit node) to make sure you didn't download binaries via an exit node that MITMed your download to add malware.
1032  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: May 31, 2015, 08:10:30 PM
hi guy please help
  my wallet is v8.8.3 i did not check my wallet for about 6 months or more when i checked today my 120+ coins gone is there a possibility that my wallet have been hacked? i already update my wallet into v8.8.6 and still my balance is 0 please help guys thanks in advance...

Does "incoming_transfers" show anything ?
It may be that you're looking at the wrong wallet, if you created a few different ones for testing.
1033  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | High PoS | Secure | MultiSend | liteStake | Adv Coin Control on: May 30, 2015, 10:51:55 AM
This doesn't seem like anything to do with HYP itself, but the Qt stuff's display part, and doesn't seem fatal, just a warning that it's using some fallback.
1034  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: May 29, 2015, 11:58:35 AM
Right now anything with more than 2 decimal places cannot be mixed with a mixin over 1 and this is the cause of these problems. Asking exchanges to use higher mixin levels is doomed to failure without addressing this mantissa issue at the protocol level.

As a stopgap, I've started looking at a simplewallet command to sweep up dust outputs in a tx to yourself, which should give you a nice round output as the cost of the tx fee.
1035  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] DarkNote. Anonymous 100% PoW CPU+Untraceable Crypto Messages+GUI Client! on: May 26, 2015, 10:03:50 PM
Due to upcoming updates, we need you to be ready, we need you to be ready to switch your XDN software

My pool's been pretty much deserted for a month now, but I'm keeping an eye on this.

  _o<
1036  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON Gen 2 Cryptonote, Anon, Mobile-friendly, Scalable, New roadmap+Dev on: May 17, 2015, 09:11:12 PM
Is there a way to implement a payment threshold different for each miner? I mean in the standard pool software.

There is no support for this in the pool code. However, if you PM me your Aeon address, I can hardcode an override to the payment code to use a threshold of your choosing for that address.
1037  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AEON] Aeon coin - CryptoNight CPU/GPU - new dev (positions open) on: May 16, 2015, 03:35:58 PM
I have a yam CPU miner and claymore GPU miner on the one PC with both mining on your pool. Individually they seem to work, but if both are working at the same time, after a short time one or other seems unable to connect to your pool and I have to restart it. Sometime it's the CPU miner, other times it's the GPU miner. Do you know if there's a reason for this?

I think I do. There's a couple addresses that send bad hashes every so often, and the IP gets temporarily banned for a few minutes as a defense, this is probably yours. There are two AEON addresses from the same IP, behaving and then submitting bad hashes. The IP address ends in 143.

I think the issue is one of heat, which makes the GPU miner generate faulty blocks. I've never used the GPU miner, but AFAIK you can decrease the intensity, or number of threads, or similar, to load it a bit less, so that it will not reach the threshold which causes it to develop faults.

If that's not you with those two addresses on that IP, then I don't know.
1038  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON Gen 2 Cryptonote, Anon, Mobile-friendly, Scalable, New roadmap+Dev on: May 13, 2015, 02:29:07 PM
Phoenix RC1 release candidate (for testing)

It's now running on the pool, some blocks were found on it too. All seems fine.
CentOS 6 on x86_64.
1039  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON Gen 2 Cryptonote, Anon, Mobile-friendly, Scalable, New roadmap+Dev on: May 07, 2015, 12:05:06 PM
Thanks for the test reports. Please note the OS and hardware if possible. Thanks.


Mine ("Works for me. Hash rate went up about 3.5 times, dififculty 10 times. Everything else seems fine.") was Fedora 20 on x86_64.
1040  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON Gen 2 Cryptonote, Anon, Mobile-friendly, Scalable, New roadmap+Dev on: May 06, 2015, 11:57:21 AM
Works for me. Hash rate went up about 3.5 times, dififculty 10 times. Everything else seems fine.


Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 [52] 53 54 55 56 57 58 59 60 61 62 63 64 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!