Bitcoin Forum
May 25, 2024, 05:28:10 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 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 164 »
701  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 19, 2014, 08:06:37 PM
fix coming soon, it looks like get_block_reward doesn't work as intended.

i will pm thankful_for_today with some c code to disable adaptive block sizing and set blocksize limits to those similar in bitcoin, then we should be back on track with a hardfork i hope.

Hello!

It's allright Smiley
I have a fix and I will deploy it now.
Hardfork is not required. The problem is in mining code not in protocol rules.

10 minutes, please Wink

cool, sounds good Smiley
702  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 19, 2014, 08:00:14 PM
fix coming soon, it looks like get_block_reward doesn't work as intended.

i will pm thankful_for_today with some c code to disable adaptive block sizing and set blocksize limits to those similar in bitcoin, then we should be back on track with a hardfork i hope.
703  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 19, 2014, 06:18:42 PM
so here's the scoop

Code:
<tacotime> yeah so from what i can tell
<tacotime> blockchain_storage.cpp and/or the rest of the daemon is calculating the coinbase tx subsidies in different ways
<tacotime> it wasn't an issue before, but two hours ago i tried to spend pretty much everything at one of my coinbase tx and the tx hit the network

trying to figure out what in the fork code broke this right now.
704  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 19, 2014, 05:56:37 PM
blockchain stuck?

i'm getting errors like this http://pastebin.com/i1cDvfBs, not moving any blocks in the right direction

Yeah -- it looks like a tx entered the network that violates client spend rule, and now it's in everyone's mempools

If you want to keep mining blocks you can probably temporarily disable mempool, but obviously no tx will go through the network

I'm gonna dump the blockchain now and have a look
705  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 19, 2014, 05:31:12 PM
so, bitmonero blockchain apparently died (lol) and no one is getting new blocks

trying to figure out what went wrong
706  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 19, 2014, 12:23:29 AM
So we have everything in place needed for pools
basically

getblocktemplate (HTTP JSON server) --> block header blob --> miners
increment block header blob with
Code:
++(*((uint32_t*)&job.blob.data()[39]));
miners submit blob and block header hash back to server
server submits to network using submitblock
server pays proportional based on shares per round
707  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 18, 2014, 11:55:36 PM
People who want to query the RPC server, you can do so with curl:

Code:
curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"test","method":"getblockheaderbyheight","params":{"height":100}}' -H "Content-Type: application/json" -H "Accept:application/json"

Change the stuff after "-d" to whatever from the wiki:
https://wiki.bytecoin.org/wiki/JSON_RPC_API

If you want to use curl, then convert it to compact:
http://jsonformatter.curiousconcept.com/
708  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 18, 2014, 11:53:45 PM
why is hashrate lower than bytecoin? while mining bytecoin I have about 5.6H/s and with bitmonero 3.4

Not sure, could be the windows binaries are just slow if those are what you're using
709  Alternate cryptocurrencies / Altcoin Discussion / Re: [BCN] Uncovering CryptoNote technology and Bytecoin BCN FAQ on: April 18, 2014, 10:34:58 PM
No, it wasn't a new concept, but it practically was. Tenebrix came afterwards. Solidcoin was a scam and I0Coin, Ixcoin and Litecoin all came out within a month of each other.
No
Tenebrix launch: September 26, 2011, 12:09:44 AM
Litecoin launch: Thursday Oct 13 2011, 03:00 GMT

I was mining them both from right after the genesis block. Tongue
Well, it doesn't appear to be 2009 from this https://litecoin.info/History_of_cryptocurrency
But you win.

Yeah sorry, I copied that from the tenebrix source code and posted it but then realized that lolcust forgot the change the nTime in the comment from Bitcoin's, haha

There was fairbrix as well that came out around the time of litecoin, but because litcoin had block reward halving and fairbrix didn't, and also because fairbrix was relatively buggy, fairbrix lost.
710  Alternate cryptocurrencies / Altcoin Discussion / Re: [BCN] Uncovering CryptoNote technology and Bytecoin BCN FAQ on: April 18, 2014, 10:29:44 PM
No, it wasn't a new concept, but it practically was. Tenebrix came afterwards. Solidcoin was a scam and I0Coin, Ixcoin and Litecoin all came out within a month of each other.
No
Tenebrix launch: September 26, 2011, 12:09:44 AM
Litecoin launch: Thursday Oct 13 2011, 03:00 GMT
711  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 18, 2014, 10:22:37 PM
I suppose this can still work if the emissions curve is flat-ish like BTC (i.e. not as much advantage to early mining). And maybe if I hear the name often enough, I'll get over it. :\

Is there anyone with the skill to implement a GUI?

We need a pool server first, obviously I can do the guiminer when we have that using simpleminer as the miner.

It would be great an associate pool with minergate for merged mining ^^

I'm looking at the source code for bytecoin now, it looks like it has everything it needs to do getblocktemplate as in bitcoin using the RPC server that bytecoind spins at 127.0.0.1:18081.  Going to look over eloipool now.
712  Alternate cryptocurrencies / Altcoin Discussion / Re: [BCN] Uncovering CryptoNote technology and Bytecoin BCN FAQ on: April 18, 2014, 09:47:25 PM
Oh, so you are kidding, kidding about overlooking the GUI, ease-of-use, rate of block-chain synchronization, Linux binaries, and so on. Funny man.

No, LiteCoin wasn't a winner because of "minor changes", it was a winner because of scrypt, a relatively major change compared to Bitmonoronorono, along with the fact that "altcoin" was a practically a new concept. And, don't forget booming popularity causing an influx of new users wanting a piece of the cake on an already proven, mostly stable platform. Unlike Bytecoin, Bitcoin is actually big and can take a hit.

It's as simple as installing Ubuntu 13.10, extracting a zip to a folder, and typing "make" into a terminal.  It's literally that easy.  Then you run the daemon and the wallet and type "start_mining".  How could it be any easier?

There's instructions for Windows too: https://bitcointalk.org/index.php?topic=544715

Litecoin was a simple fork of Tenebrix with 4x Bitcoin parameters.  Tenebrix introduced scrypt.  Coblee made Litecoin in three hours (I would know, I talked to him at the conference last week).

When Litecoin came out, alt coins were not a new concept -- there were plenty of scam/useless coins (SolidCoin, Tenebrix, Ixcoin, I0coin) then too.
713  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 18, 2014, 09:40:15 PM
I suppose this can still work if the emissions curve is flat-ish like BTC (i.e. not as much advantage to early mining). And maybe if I hear the name often enough, I'll get over it. :\

Is there anyone with the skill to implement a GUI?

We need a pool server first, obviously I can do the guiminer when we have that using simpleminer as the miner.
714  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 18, 2014, 08:24:25 PM
Can someone please look at the image and tell me if you know how to properly synchronize the blockchain?
I'm obviously not an expert, but from the messages it is outputting I would say its not working properly.
I just launched the daemon, nothing else.



type this command into daemon
Code:
set_log 1

this will let you see every time a new block is added to the chain
type help for other commands
715  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 18, 2014, 08:21:27 PM
Isn't difficulty little higher? I still have no block with 15 H/s machine. :/

With 15 H/s block every hour or two should come in
716  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 18, 2014, 08:20:58 PM
I cannot compile for Arch/Manjaro Sad Bytecoin precompiled works perfectly and I changed nothing on my computer since yesterday

Try these binaries
http://www.filedropper.com/bitmonerouxcompiledtar
717  Alternate cryptocurrencies / Altcoin Discussion / Re: [BCN] Uncovering CryptoNote technology and Bytecoin BCN FAQ on: April 18, 2014, 07:29:14 PM
Are you kidding?

No.  Why do you think LiteCoin won out against all the other alts?  Minor changes to the Bitcoin protocol, which works.  ByteCoin created their own protocol and assumably knows what they were doing, what within it have you decided needs messing with?
718  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED on: April 18, 2014, 07:01:49 PM
Right now as we speak a prepared dev is making a coin and putting thought into implementing a proper fork for the community. . Better planning and community outreach would have spoke volumes. I am almost certain you are in this for a quick buck and could care less about the message and the technology. As people we imporve and innovate everything we produce, this shows neither.

There is no premine and there are linux and win64 binaries on release...
719  Alternate cryptocurrencies / Altcoin Discussion / Re: [BCN] Uncovering CryptoNote technology and Bytecoin BCN FAQ on: April 18, 2014, 07:00:34 PM
I forgot about Bitmonero, added it to the FAQ. Thanks!

Please dont support this coin. It is a rushed fork that will hinder Cryptonote. It could have made severe improvements but I will stand by my thought of this being something to turn a quick buck. People will outlash and disagree because they get to participate in its release and are harboring the same ideal.

what would your severe improvements have been?
720  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: April 18, 2014, 06:58:59 PM
without signatures on the deepweb site it's suspicious

bytecoin devs keep project secret for years and can't even figure out how to sign a message?
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 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!