Bitcoin Forum
June 24, 2024, 04:28:01 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin. Secure, private, untraceable since 2012 on: November 28, 2014, 10:07:15 AM

Damn good thing, smooth, you aren't forced to post your opinion that no one cares about at this thread, are you?
2  Alternate cryptocurrencies / Altcoin Discussion / Re: [CryptoNote] A complete forking guide to create your own CryptoNote currency on: July 23, 2014, 06:25:48 PM
I was trying to find how to define address prefixes (like in XDN or Cryptonotecoin), but couldn't find any tools for that. Here's my solution. You may add the following code lines to any of existing Cryptonote coins (as Cryptonote forking repo won't compile due to empty constants).

1) Update CMakeList.txt:

Quote
+file(GLOB_RECURSE PREFIXGENERATOR prefixgenerator/*)
+add_executable(prefixgenerator ${PREFIXGENERATOR})
+target_link_libraries(prefixgenerator crypto common ${Boost_LIBRARIES})

2) Add a new file /src/prefixgenerator.cpp

Code:
#include <string>
#include <iostream>
#include "common/base58.h"

int main(int argc, char** argv) {

  if (argc > 1) {
    std::string s = argv[1];
    for (uint64_t i = 0; i < (uint64_t)(-1); i++) {
      std::string r = tools::base58::encode_addr(i, "test");
      if (s == r.substr(0, s.size()))
        std::cout << r << " 0x" << std::hex << i << std::dec << std::endl;
    }
  } else {
    for (uint64_t i = 0; i < (uint64_t)(-1); i++) {
      std::string r = tools::base58::encode_addr(i, "test");
      std::cout << r << " 0x" << std::hex << i << std::dec << std::endl;
    }
  }
  return 0;
}

3) Compile the updated repo

4) Run the util with the desired prefix:
Code:
./prefixgenerator PREFIX_YOU_WANT

or get all possible prefixes and grep the one you need:
Code:
./prefixgenerator | grep -E "REGEXP"


What the util does is trying every possible input to get you the prefix you wish to have. I hope this will help someone.
3  Alternate cryptocurrencies / Altcoin Discussion / Re: [BCN] Bytecoin services - call to arms on: April 25, 2014, 07:01:45 PM
I think I've managed to make MacOS version compile and work. I've made the pull request to BCN Github: https://github.com/amjuarez/bytecoin/pull/5

How much can I get from this fund if it works out? Smiley
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: April 25, 2014, 06:59:07 PM
MacOS version was announced to be coming by the devs, but it took them too long... So I spent a couple of nights playing around and I think I've managed to make Bytecoin compile under OSX. I've made the pull request, let's hope it will be accepted.

https://github.com/amjuarez/bytecoin/pull/5
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 24, 2014, 12:49:21 PM
Not finished yet, come join in!

So far:
  • Changing bitmonero (BMR) to monero (MRO)
  • Buying a domain name (done: monero.cc, cc standing for "crypto currency")
  • Creating an account for an new OP. This OP includes eizh's proposal. The account password will be given to trusted monero users


New OP: https://bitcointalk.org/index.php?topic=582080.0

Hi!

I'm ok about renaming. But I'm not ok about proposed hardfork without support of at least 50% of miners. See new OP for comments.

A lot of controversies there. If you want to discuss new CryptoNote implementation, welcome: https://bitcointalk.org/index.php?topic=582746
https://bitcointalk.org/index.php?topic=563821.0
6  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][MRO] Monero - an anonymous coin based on CryptoNote technology on: April 24, 2014, 12:47:00 PM
I'm ready to develop new fork that will suit us all.
Waiting for your thoughts there: https://bitcointalk.org/index.php?topic=582080.80

Link messed up?


My bad, sorry. Now it's ok.
7  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][MRO] Monero - an anonymous coin based on CryptoNote technology on: April 24, 2014, 12:44:20 PM
I'm ready to develop new fork that will suit us all.
Waiting for your thoughts there: https://bitcointalk.org/index.php?topic=582746
8  Alternate cryptocurrencies / Altcoin Discussion / New BCN/Cryptonote-based coin discussion on: April 24, 2014, 12:43:01 PM
So we have a couple of CryptoNote technology implementations and a lot of discussions around them.

I ask you not to deteriorate existing solutions, but to create a new version of CryptoNote based cryptocurrency that will suit us all.

I'm ready to develop it, but I need to clarify your wishes concerning:
*Coin name
*Emission curve
*Additional features


----------------------------------------------------------------------

Links for all, who knows nothing about BCN/Cryptonote and BMR (BMO):
[1] CryptoNote technology page: https://cryptonote.org/inside.php
[2] Bytecoin (BCN) site: https://bytecoin.org/
[3] Bytecoin (BCN) main thread: https://bitcointalk.org/index.php?topic=512747
[4] Bitmonero (BMR) discussion https://bitcointalk.org/index.php?topic=563821.0
[5] Monero (BMO) discussion https://bitcointalk.org/index.php?topic=582080.0
9  Other / Off-topic / Re: How has Harry Potter infiltrated your daily life? on: April 22, 2014, 02:55:51 PM
I'm in love with Emma Watson

+1  Roll Eyes

Puberty are making it right!
10  Other / Off-topic / Re: How has Harry Potter infiltrated your daily life? on: April 22, 2014, 02:44:17 PM
11  Other / Off-topic / Re: TV Series Recommendations... on: April 22, 2014, 02:41:53 PM
Game of Thrones is goooooood. Cheesy

It is the best season i have seen so far .

Don't know about that. It's hard to overcome Red Wedding.
12  Other / Off-topic / Re: TV Series Recommendations... on: April 22, 2014, 02:37:29 PM
Game of Thrones is goooooood. Cheesy
13  Other / Off-topic / Re: Ubuntu 14.04: An improvement like day and night. on: April 22, 2014, 02:36:14 PM
Always wanted to try Linux, but I am a gamer and as you probably all know not many games support that system, maybe in the future with steambox situation will change and more games will be supporting linux. Good to hear that Ubuntu is good OS tho. Gotta remember that Wink

There is a Steam on Linux fyi. Several games are available and more to come - so you can give it a try. Smiley
14  Other / Off-topic / Re: Does anybody else get annoyed when people call gold "butter"? on: April 22, 2014, 02:35:11 PM
This is the first time that I've heard it being called like that. I don't like the name either.

Same here. What is the associative row here ? From butter to gold ?
15  Other / Off-topic / Re: Quit smoking on: April 22, 2014, 02:33:52 PM
its easy to stop it at the first 2 days i tried before but whenever im still up at night or get bored i always end up on lighting 1 to 4 sticks for 2 hours  Undecided really hard since you are fighting against yourself and urge

This type of habits are really hard to deal with. Especially when you already got used to it - smoke when you're bored etc.

I've been smoking for quite some time now and can't drop it. And I don't really want to.
16  Other / Off-topic / Re: The best smartwatch ever! on: April 22, 2014, 02:29:56 PM
Having a smart watch is a cool idea, but I have to tolerate with charging my phone everyday already, I do not want to worry about charging my watch too.

So true. And I bet that this watches are eating charge faster than lightning.
17  Other / Off-topic / Re: Quit smoking on: April 22, 2014, 02:25:13 PM
Just say STOP. This is not hard psychologically  but It's hard physically because you get addicted to smoking and If you smoke for a long time your body requires nicotine. And if you don't give It you feel bad, that's the problem.. Brains messes up..
This is not hard?
You're mistaken there.

It sounds easy indeed. But once you're addicted - it's not easy at all.
18  Other / Off-topic / Re: Don't Worry Be Happy 420 on: April 21, 2014, 02:04:09 PM
No one cares about Hitler. Fuck him.

Care about Hitler? Maybe not. But we must remember history because it likes to repeat itself. Look at Putin and annexation of Crimea... So we can't just fuck our past.

I don't remeber Hitler to annex something with referendum. Only bloody war. AFAIK not a single drop of blood was spilled in Crimea.

Thats is why we need to remember.  Anschluss of Austria - the occupation and annexation of Austria into Nazi Germany in 1938, very similar to recent events on Crimea. Check this: http://en.wikipedia.org/wiki/Anschluss

I checked. Referendum never took place in Austria. It was pure occupation.

Didn't get your point. 
19  Other / Off-topic / Re: Don't Worry Be Happy 420 on: April 21, 2014, 01:45:25 PM
No one cares about Hitler. Fuck him.

Care about Hitler? Maybe not. But we must remember history because it likes to repeat itself. Look at Putin and annexation of Crimea... So we can't just fuck our past.

I don't remeber Hitler to annex something with referendum. Only bloody war. AFAIK not a single drop of blood was spilled in Crimea.
20  Other / Off-topic / Re: System fonts you like most? on: April 21, 2014, 01:43:50 PM
Helvetica is quite good.
Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!