Bitcoin Forum
April 24, 2024, 08:45:31 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 65 66 67 68 69 70 71 72 73 ... 164 »
441  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 16, 2014, 05:42:38 AM
I'm off on a short vacation. If anything catastrophic happens, NoodleDoodle has push/pool access on github to monero-project.  Be back around Wednesday.
442  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 14, 2014, 07:26:44 PM

No, it just simplifies mining a lot.
443  Alternate cryptocurrencies / Altcoin Discussion / Re: Bounty for open source ByteCoin/Monero GUI on: May 14, 2014, 07:24:56 PM
Mono doesn't port WPF to other platforms.
http://www.mono-project.com/WPF

The only real solution would be to either use one of the two largest platform independent GUI frameworks -> Qt or GTK+

Hmm, was afraid so. Will have to look into other UI's. As far as I can tell other parts of the .NET framework I used are all available in mono. Maybe I'll make an alternate UI which is compatible with mono (WinForms is supported, could be an option).


You did beat me into it, but then again you are simply capturing the deamon command window output.

I was diving into making a native wallet while chatting with othe all along. I had to find out the hard way that several parts of the cryptonote code that are included aren't usable in c++/clr wrapping. I managed to build it and use a simple c++ gui and call the deamon functions directly. To get this far i did spend 15 hours of researching, learning, error solving, etc...

Next i was learning Qt and managed to build some coin wallets for linux, windows and mac. I was trying to use an existing coin frontend and rewrite the middle code.

Now i feel sad about continueing, i don't want it to be a race.

Still you'r solution does not has my recommendations, thru i even considered it to do it that way. Then i would had had a wallet past week Wink


Don't be sad! See if you can share code and split the bounty. Smiley
444  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 14, 2014, 07:15:08 PM
c-sharp windows miner is out (yay!)

https://github.com/zone117x/cryptonote-easy-miner

download here: https://github.com/zone117x/cryptonote-easy-miner/blob/master/CryptoNoteMiner/bin/Release/cryptnote-easy-miner-latest.zip
445  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 14, 2014, 06:45:59 PM
How use threads with simpleminer ?

I took a quick look at the code I think you just need to run multiple copies. Run it as many times as you want threads. Unless I missed something.



Yeah, multithreading is on the TODO list, but we also hope to have a proper cpuminer fork out soon too.
446  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 14, 2014, 03:53:45 PM
Several commits have been pushed to master (thanks NoodleDoodle)

- Fix for merged mined block transactions throwing errors in wallet
https://github.com/monero-project/bitmonero/commit/5c820f902bddeb2eb7cf67f216481f4860c46f84
https://github.com/monero-project/bitmonero/commit/73158c7edccbc456c7dd8507eb4800284789c51f

- Added command "diff" to daemon
https://github.com/monero-project/bitmonero/commit/0217572cb289d52922612e0f46497c7051b203b2
447  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 13, 2014, 06:09:17 PM
Testnet coin has been started here:
https://github.com/LucasJones/testnotecoin

This genesis block, etc will eventually be integrated into the main wallet under a --testnet feature

what is testnet coin ?

Just used for testing features eg bitcoin testnet, we're using it for pool testing right now.
448  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 13, 2014, 05:52:54 PM
Testnet coin has been started here:
https://github.com/LucasJones/testnotecoin

This genesis block, etc will eventually be integrated into the main wallet under a --testnet feature
449  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 13, 2014, 04:56:04 PM
PR has been given to fix merge mining with FCN, but I want to investigate more thoroughly before a merge is made.

https://github.com/monero-project/bitmonero/pull/7
450  Alternate cryptocurrencies / Altcoin Discussion / Re: MC2: A cryptocurrency based on a hybrid PoW/PoS system on: May 12, 2014, 08:00:42 PM
Some further questions:

Couldn't someone just creates a whole lot of addresses and then submit with every address the needed amount, so he can win the lottery safely?
Ticket distribution is controlled by purchasing them with the number of coins equal to the stake difficulty, so increasing the number of addresses for coin concentration is actually deleterious (there is an input quantity limit).

Quote
I can't see any incentitive for runnig full nodes, which is a problem as you might see at bitcoin. How about the idea only full nodes receive tx_fees(running a wallet with full blockchain) and miners not?
Full node running is incentivized by the PoS system, who have it in their personal interest to ensure that abuses of the blockchain (weird tx types, tx exclusion as seen with bitcoin) does not occur.

Quote
Where is the incentitive to submit tickets? When there are no "fresh issues", you will probably earn as much, as you submit, but ypu can't use a part of your coins. This will end in nobody submitting tickets.
If you don't use your ticket to validate your block, it becomes invalid. So you are strongly incentivized to vote on your block, unless you'd prefer to lose your reward.

Quote
Or maybe, i didn't undertsand it correctly and everybody gets their money afterwards back and the lottery winner gets a reward for the block he submitted. Which one is right?

As far as I understand, even people, who didn't win in the lottery, can use their tickets, to sign a block. Otherwise it would be really insecure
Only persons with tickets corresponding to the lottery winner number can sign the block.
451  Alternate cryptocurrencies / Altcoin Discussion / Re: MC2: A cryptocurrency based on a hybrid PoW/PoS system on: May 12, 2014, 07:52:38 PM
Well, it seems like an (almost) perfect coin Smiley

Some questions though:
1.
Quote
These tickets are spent by the stakeholder when the lottery
winner selected by the current PoW block is the same as the
ticket number.
I thought, he can spent his ticket freely to vote for a block? I think I missunderstood their sth.
Tickets can only be spent when ticket number == lottery winner number.  Ticket number is static (and randomly selected at sometime in the past), lottery winner number is random per block.

Quote
2.
Quote
2. the attacker has 51% of the stake of the coin, and
So a signature also contains the amount of coins a stakeholder has to do this or
Quote
the stakeholder difficulty
is this a value based on the amount the stakeholder has?
Stakeholder difficulty is similar to bitcoin difficulty, and is a number of coins that is fixed for some period to meet a target of 5 new tickets issued per block.  It's a minimum value required to buy a stake ticket, or really, the price of a stake ticket.

Quote
In addition to
Quote
the attacker must withhold use of their stake transactions in addition to mining PoW blocks in secret.
you could implent, that in every transaction the hash of the most recent block has to be included and the block chain enforces the rule that the transaction can only be included in block chains that build off of that block then no one will be able to build secret block chains. This would add an additional security layer  -Source
That actually doesn't help (as far as I can tell) in the situation, as you would just incorporate the headers of your malignant secret chain.

There are also severe issues with this -- if a chain is reorg'd, you can never reincorporate tx that had block header hashes that no longer exist and so double spending becomes much, much easier.
452  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 12, 2014, 05:04:55 PM

Good luck catching up

As long as they're using their broken version of coinjoin no one should bother with drk anyway

DarkCoin was first coin I ever mined.  I got some of the easy coins in the first few days and made profit.  

I think the implementation darksend is too complicated.  Many people without any knowledge setting up masternodes. Potential for many things to go wrong.

Worse yet, the government will set up all the masternodes. There is no practical advantage over Bitcoin mixing services, and Bitcoin already has stealth addressing too. So the advantage of drk is what?
453  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 12, 2014, 04:57:53 PM

Good luck catching up. Today we hit 2.225 mBTC.

As long as they're using their broken version of coinjoin no one should bother with drk anyway
454  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 12, 2014, 01:03:43 PM
We have reviewed everything that is going on with the community and other CryptoNote coins. As Bitmonero/Monero is contributing to the development of applied aspects we're going to officially announce it as a CryptoNote currency.

We hope that the current confusion will be figured out among the community members.

However, we need a logo to add to the website. At least, 50x50 px.

https://forum.cryptonote.org/viewtopic.php?f=6&t=162&p=566#p566

Thank you. We will work on selecting a logo in the near future.
455  Alternate cryptocurrencies / Altcoin Discussion / Re: MC2: A cryptocurrency based on a hybrid PoW/PoS system on: May 11, 2014, 10:47:22 PM
Some further questions:

Couldn't someone just creates a whole lot of addresses and then submit with every address the needed amount, so he can win the lottery safely?

I can't see any incentitive for runnig full nodes, which is a problem as you might see at bitcoin. How about the idea only full nodes receive tx_fees(running a wallet with full blockchain) and miners not?

Where is the incentitive to submit tickets? When there are no "fresh issues", you will probably earn as much, as you submit, but ypu can't use a part of your coins. This will end in nobody submitting tickets.
Or maybe, i didn't undertsand it correctly and everybody gets their money afterwards back and the lottery winner gets a reward for the block he submitted. Which one is right?

As far as I understand, even people, who didn't win in the lottery, can use their tickets, to sign a block. Otherwise it would be really insecure

Sorry, will answer soon. Really sick with food poisoning and was out yesterday
456  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 11, 2014, 08:13:16 PM
still no pool for botnet coin...relaunch

Beta pools are coded, see the pool bounty thread.
457  Alternate cryptocurrencies / Announcements (Altcoins) / Re: World’s first Monero exchange – cryptonote.exchange.to on: May 11, 2014, 08:12:16 PM
The world’s first exchange for Monero just opened!

A beta test was done in partnership with the Monero developers and the end result was very satisfying. The exchange is operational and new features will be released soon.

Inauguration bonus:
  • The first 10 first users will be credited 10 MRO each.
  • The 10 first depositers will be credited 20 MRO.
  • Beta testers will receive a little surprise in their account after they sign up again.
(forum thread pending)

A milestone Smiley
458  Alternate cryptocurrencies / Altcoin Discussion / Re: Bounty for open source ByteCoin/Monero pool on: May 11, 2014, 02:21:38 PM
Down already Cheesy It was on my personal computer and I had to go

Oh haha... sorry about that, I tried to remove my post after I realized you were just providing the address to test connections. X)
459  Alternate cryptocurrencies / Altcoin Discussion / Re: Bounty for open source ByteCoin/Monero pool on: May 11, 2014, 12:50:35 AM
are these pools out yet?

pre-alpha yes
https://github.com/zone117x/node-cryptonote-pool
460  Alternate cryptocurrencies / Altcoin Discussion / Re: Bounty for open source ByteCoin/Monero GUI on: May 10, 2014, 09:42:23 PM
...

Hi,

The software looks extremely nice, however to give full bounty I would really appreciate it being able to be built on fully open source platforms. Could you try to provide compilation instructions for Linux with mono.NET?
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 65 66 67 68 69 70 71 72 73 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!