Bitcoin Forum
May 04, 2024, 07:09:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 ... 120 »
1141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 23, 2014, 07:47:38 PM
I can't help with anything else but I can donate 2000 BMR towards various projects relating to the coin. I hope it helps.

We obviously need GUI, block explorer and a pool. And a logo! After those probably we will be accepted in an exchange easily if someone can help the exchange with the protocol. Maybe you can devide those as a prize for someone. like 500 for a pool 300 for gui 100 for block explorer 50 for a logo... The rest for something else maybe?

I dont have much but i am also considering to pledge a few BMRs...

1142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 23, 2014, 02:58:02 PM
New coin based on cryptonote, interesting.

I am curious how much is this one differ from the original one ?  advantages/ disadvantages?

Also wonder to hear any opinion about Bitmonero's perspective in future.

Only in a few ways:
1.) 1 min blocks.
2.) Money supply decimal is shifted so total supply is in the tens of millions.
3.) Money supply distribution is much slower (more similar to Bitcoin's instead of releasing 80% of currency in 2 years).
4.) Base block size without penalty is 20 KB instead of 10 KB.

Other than that it's the normal CryptoNote 2.0 privacy.

Well you can also still solo mine too. Got 4 blocks over the night Tongue
1143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 23, 2014, 02:18:18 PM
This coin desperately needs a better first post. It still looks like a pre-announcement. I've made one so here you go. Credit to the CryptoNote guys for the nice images and David Latapie for mining guide. Change as you see fit and post it ASAP because the current situation is untenable given that we don't even have a website. It's fundamentally unfair to newcomers and linking to CryptoNote and BCN is not sufficient.

Title: [ANN][BMR] Bitmonero - an anonymous coin based on CryptoNote technology

<Or something similar. Definitely say that it's anonymous.>

<fancy logo goes here>

Bitmonero (BMR) is a new coin using the CryptoNote protocol. It's based on Bytecoin (BCN), which was coded from scratch and is not a descendent of Bitcoin. BMR was launched on April 18, 2014.

Specifications:

  • Algorithm: CryptoNight (64-bit CPU-only)
  • Max supply: ~18.4 million
  • Block reward: Smoothly varying using the formula (M - A) / (2^20) / (10^12) where M = 2^64 -1, A = supply mined to date.
  • Difficulty: retargets at every block

Windows binary
Linux source
(OSX binaries not yet available)

Freenode: #bitmonero
Reddit: http://www.reddit.com/r/bitmonero

Announcements

[Logo contest - till 28 April - bounty 300 BMR]: https://bitcointalk.org/index.php?topic=580155

FAQ

- What is CryptoNote?

CryptoNote is the technology that allows creation of anonymous egalitarian cryptocurrencies. You can visit their website here. The level of anonymity provided by CryptoNote isn't possible with Bitcoin code base by design.

Two of the main features of CryptoNote are ring signatures that mask sender identities by mixing and unlinkable transactions accomplished by creating one-time keys for individual payments. Ring signatures are explained below and you can read the white paper for the details. The images below come from CryptoNote's website.

A normal signature looks like this. There's only one participant.



A ring signature obscures identities because it only proves that a signer belongs to a group.



This allows a high level of anonymity in cryptocurrency transactions. You can think of it as decentralized mixing.



- What is Bytecoin (BCN)?

Bytecoin was the first CryptoNote-based coin. It was apparently released on the deepweb in July 2012. It did not surface on the clearweb until March 2014.

Important: This is not a Bytecoin relaunch or not a Bytecoin replacement but a Bytecoin fork. Bytecoin has its own long history, community and stakeholders we don't know much about. I respect them and their decisions even if I don't understand them now. An intention to relaunch coin is always harmful for everybody involved. Fork is a right way to contribute to community in case you don't agree with decisions already made.

- What are the features of this coin?

1. It uses the Bytecoin(BCN)/CryptoNote code base.

2. Started from scratch (i.e. from genesis block).

3. Emission schedule has a flatter curve (close to Bitcoin's original curve).

4. Bitmonero - BMR (monero = coin in the Esperanto language).

5. Block target = 60 seconds.

6. Penalty-free block size is increased.

CryptoNote doesn't have hard limits: all parameters are adaptive. Max block size is adaptive also. It is recalculated the same way difficulty is. In case miner creates block bigger than 1*CURRENT_MAX_BLOCK_SIZE the penalty is applied to block reward (i.e. block reward is decreased). In case miner creates block bigger than 2*CURRENT_MAX_BLOCK_SIZE such block will not be accepted by network.

For blocks below penalty-free block size this logic isn't applied. I.e. even in the blockchain with all blocks empty you can create a block of this size with full block reward. In reference code this penalty-free block size is 10Kb - this is good for 2-3 anonymous transactions (anonymous means mixing factor is 5 or more). It's better to have a bit more.

7. Decimal point has been moved from BCN (18.446 million max supply instead of 184.46 billion). This is purely a UI change - technically there will be 2^64 - 1 atomic units (roughly 10^19).

8. Merged mining with Bytecoin will be added soon.

Mining

Important: CryptoNote can only work on a 64-bit OS.

There's no pool implementation yet so solo mining is the only option.

Credit to David Latapie for the guide below:

Linux tutorial

Open two terminals
For each terminal be sure to go to the folder where you have you binaries (on a graphical interface, the fastest way it to drag-and-drop a file from the file manager then remove the name of the file to have only the folder)

On terminal 1, type this command
Code:
./bitmonerod
Let it sync. Don't close (once the daemon is active, you can use show_hr to get your hashrate or set_log 1/2/3 to change the verbosity of the logs). If you close the daemon whilst you are mining, mining will stop (obviously) and if you open the daemon again the mining won't resume (you must use the start_mining command on the wallet for that).

On terminal 2, type this command:
Code:
./simplewallet --generate-new-wallet=name_of_my_wallet.bin
You will be prompted for a password. Be careful, you won't have to type a confirmation so beware of typos!
Close the wallet with the "exit" command.

Now type this command:
Code:
./simplewallet --wallet-file=name_of_my_wallet.bin
and enter your password. If you forgot your password or mistyped it at creation time, delete every file starting with name_of_my_wallet.bin and start over. Every Bitmonero would be lost forever, so it's important that you do it just after the creation, before any mining.

Windows tutorial
You can use the command line as above. You can also use the batch file shown below. Paste the text into notepad and save it as a .bat file. Note that you can change the name of your wallet file if you want (it's wallet.bin here). Double click the .bat file then go down to mining after waiting for terminal 1 to sync.

Code:
@echo off

tasklist /FI "IMAGENAME eq bitmonerod.exe" 2>NUL | find /I /N "bitmonerod.exe">NUL
if not %ERRORLEVEL% == 0 (
  echo Starting node...
  start /MIN bitmonerod.exe
) else (
  echo Node already started.
)

tasklist /FI "IMAGENAME eq simplewallet.exe" 2>NUL | find /I /N "simplewallet.exe">NUL
if not %ERRORLEVEL% == 0 (
  if exist wallet.bin.keys (
    echo Starting previous wallet...
    start simplewallet.exe --wallet wallet.bin
  ) else (
    echo Starting new wallet...
    start simplewallet.exe --generate-new-wallet wallet.bin
  )
) else (
  echo Wallet already started.
)

Mining
And now the good stuff: mining!
Since the wallet can command the daemon (miner), enter this in the wallet terminal:
Code:
start_mining <number of threads>
(to get your number of threads use "nproc" on Linux and "sysctl -n hw.ncpu on" Mac; on Windows, either get a utility for this or use this formula: number of CPU (usually 1) x number of cores x 2 (if no support for Hyperthread, remove the x2)
Or course, you don't have to use all your threads (especially if you are using your computer for something else such as simultaneous GPU mining).

You can mine to a specific address by typing this in the daemon terminal (not the wallet terminal):
Code:
start_mining <address> <number of threads>

By the way: if you want to know your hashrate, type show_hr in bitmonerod. And if you want to change the amount of information in the daemon, use set_log 1 (least info) to set_log 3 (max info).

How can you know that you are actually mining? Check you CPU usage :-) If it less than 80% chances are you are not mining.

I hope this tutorial will prove useful.

Address for tips:
Code:
46ctfLBhgyzJm61oTtDfu9GbVhG7ito4fNiQjdZcB5bL3mz5ejQrPD29uEkDHFzCVTHGFqAdG456w6ivYp7K23SiGREUiQe

Other

- I want to help with development / design / marketing ...

Please PM me. Wink

- I want to integrate new currency in my sevices (pools, block explorers, exchanges etc)

Please check API pages: https://wiki.bytecoin.org/wiki/Main_Page
API is far from being complete. Please PM me for comments or ask on CryptoNote forum: https://forum.cryptonote.org/

- I want to give you money for this project

Here is a donation address in BCN: 27swAkuqXB2M2YNhxjP9qngei9iRdTsH6b2PX7K4ffpugpf3hqiuRUUQvKLxny2iE1hbUANgF81CXL2 v3AiB45v7SmRaPGd

Translations:

[Portuguese] https://bitcointalk.org/index.php?topic=563927.0

References:

[1] CryptoNote technology page: https://cryptonote.org/inside.php
[2] CryptoNote forum: https://forum.cryptonote.org/
[3] CryptoNote white paper: https://cryptonote.org/whitepaper.pdf
[4] Bytecoin (BCN) site: https://bytecoin.org/
[5] Bytecoin (BCN) wiki: https://wiki.bytecoin.org/
[6] Bytecoin (BCN) main thread: https://bitcointalk.org/index.php?topic=512747
[7] Bytecoin (BCN) mining guide: https://bitcointalk.org/index.php?topic=544715

Very good! This must be 1st post ! Also there is a logo contest somewhere in the forum.
1144  Other / Off-topic / Re: How can "black markets" be considered safe? on: April 22, 2014, 06:00:59 PM
Scams and many of them are actually feds waiting to trap u. You pay for green card BOOM ur in jail for visa fraud

What you are saying is stupid cause it is illegal for goverment to do so. Goverment cant trap you. This is illegal. Feds want to trap those that actually sell those cards if they do.


As for the markets generally most are scams. Some are not. You may find by trial and error and obvious by asking a lot and by reading/searching a lot...
1145  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: BMR Bitmonero trading thread and OTC exchange on: April 22, 2014, 01:33:54 AM
WTS 100 BMR for 0.4 BTC   Cool

Edit: I raised the price.
1146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 22, 2014, 12:06:10 AM

The problem with all these variants is the issue of hijacking and confusion. If you don't own the main names, someone else does, and that's a problem.

I agree it makes no sense to discuss the new name on a public forum, but if there is agreement on moving forward with a new name then it should be discussed in private among those interested in helping to choose one.


Again, using any ICANN sanctioned domain is pointless because the domain can be seized and the coin can be maliciously forked.
Do you know any non-ICANN sanctionned domain name that the general public can have access to?

The bigger question is, what is the best way to distribute binaries that would safeguard against malicious takeovers? At this point I don't really have an answer that would be scalable. But I do think we need to get out of the habit of hosting binaries on dot org sites, especially when it pertains to privacy focused cryptos.

Upload it on datacoin blockchain Wink
1147  Other / Politics & Society / Re: What's wrong with eating meat? on: April 21, 2014, 05:14:47 PM


Happy Easter everyone!

After of days eating these stuff yeah i think i have to eat a salad or two for a couple of days. Much cholesterol!
1148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 21, 2014, 05:07:02 PM
May i ask why blocks are so slow? I mean there seems to be not instamine. people didnt bother with the coin or diff changes every block or something? I guess i have to check bytecoins algo...
1149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ~BCX~Coin ~NEXT GENERATION PoH~ ~~~~!LAUNCHED!~~~~ on: April 21, 2014, 02:51:42 PM
All pools are down. Is the coin forked? Which block are you on?

Thanks to the coin's algo this coin cannot be forked. Mine now that you can or just buy it!
1150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 21, 2014, 01:05:01 AM
After letting it synchronize the wallet says this:

Error: refresh failed: daemon is busy. Please try later. Blocks received: 0

Any ideas?


Also what should i do to be sure that i will not lose my coins? Obviously i must not forget my password but also which files i should save?

I've seen that sometimes. There is a bug that sometimes causes the daemon to not start properly. Exit out of the daemon (type "exit") and restart it.

yeah i tried that but i am getting the same...hmmm
1151  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 21, 2014, 12:51:26 AM
After letting it synchronize the wallet says this:

Error: refresh failed: daemon is busy. Please try later. Blocks received: 0

Any ideas?


Also what should i do to be sure that i will not lose my coins? Obviously i must not forget my password but also which files i should save?
1152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 20, 2014, 11:41:23 PM
Help with compiling it on Ubuntu 12.04 ?

What dependencies do i need? On 13.10 i had no problems at all. But i cant compile it on 12.04

CMake and Boost:
sudo apt-get install cmake
sudo apt-get install libboost-all-dev

well actually after much time i managed to compile it. So the problem is that libboost on ubuntu must be 1.5.3 but there is problem installing it. Search the web. I think you must add repository to the source.list and update and install libboost 1.5.3

after that the problem is that you need gcc of version at least 4.7 because you get some errors. So for that i think this will help http://ubuntuhandbook.org/index.php/2013/08/install-gcc-4-8-via-ppa-in-ubuntu-12-04-13-04/

if it doesnt search the web.

Once you have libbost 1.5.3 and gcc 4.7 or later then compiling is fine...

lost a few hours searching....
1153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 20, 2014, 09:48:54 PM
Help with compiling it on Ubuntu 12.04 ?

What dependencies do i need? On 13.10 i had no problems at all. But i cant compile it on 12.04
1154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 20, 2014, 03:31:37 PM
I have 13,381.55 bytecoins. Anyone wants to trade for bitmonero?


also where do i get a list of commands? I want for example to get address and send coins...

P.S. As far as i can tell right now this is the only cpu coin that exists? Maybe riecoin too but not for long.
1155  Economy / Services / Re: Want your business tattooed on my body? on: April 18, 2014, 08:13:14 PM
how much do you want for this: "gotpaidforthis.moneywhore.gr"

It doesnt need to be big. But i would prefer a spot that can be seen generally...

Make me a serious offer and i will consider it.

1156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE on: April 18, 2014, 04:16:25 PM
the qt takes about 1 minute to start and downloading blockchain is rather slow. Any fixes for those two things?

btw what addnodes do you use?
1157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ~BCX~Coin ~NEXT GENERATION PoH~ ~~~~!LAUNCHED!~~~~ on: April 09, 2014, 11:31:27 PM
Since noone is selling and everybody is holding i will be first!

Have a few thousands. PM me with serious offers only!
1158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ [ANN][FEEL] Feelscoin - RARE Scrypt Hybrid POW + POS *ESCROW IPO* That Feel!! on: April 09, 2014, 01:51:32 AM
FUGG Cheesy Cheesy
1159  Alternate cryptocurrencies / Pools (Altcoins) / Re: Minergate [POOL] [ANN] - www.minergate.com on: April 09, 2014, 01:45:12 AM
Aside from the 12.04 LTS support, is there a way to run the miner without the GUI? (i.e. headless/console only)

this
1160  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN, not BTE] Bytecoin (CPU-mining, true anonymity) + Giveaway on: April 09, 2014, 01:42:41 AM
is there a miner for the pool that runs with command line?

also forum user:pass ?
Pages: « 1 ... 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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 ... 120 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!