Bitcoin Forum
May 02, 2024, 06:56:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
1061  Alternate cryptocurrencies / Altcoin Discussion / Re: [800,000 DVC remaining bounty] for Devcoin preliminary testing on: December 09, 2011, 09:49:29 AM
Maybe that is not the block 18851 you are being sent?
Is there a block explorer for devcoin?
1062  Alternate cryptocurrencies / Altcoin Discussion / Re: Difficulty estimation website up for all forks. on: December 08, 2011, 10:59:00 PM
BTW, I believe Doublec is actively working on Ixcoin, with the timetravel fix at block 140K and merged-mining implemented 5K blocks later.
I0coin is what I'm actively working on. Ixcoin I provided patches for the timetravel fix and the merged-mining implementation for the coin maintainer (switching on at 40,000 and 45,000 respectively). So far he's done nothing with them so I guess those won't be the actual switchover block times.
1063  Alternate cryptocurrencies / Altcoin Discussion / Re: Merged mining bounty on: December 08, 2011, 02:55:31 AM
Is there a git repository, based on the original bitcoin repository it was forked from? If not, do you know the commit id where it was forked? If not git do you have any version control repository?
1064  Alternate cryptocurrencies / Altcoin Discussion / Re: [800,000 DVC remaining bounty] for Devcoin preliminary testing on: December 08, 2011, 12:28:24 AM
someone needs to patch the daemon in order to make it accept the merged mining, follow what ArtForz did for his namecoind fork that will give you a good idea
ArtForZ didn't do Namecoin. 'vinced' did. I ported namecoin's merged mining support to i0coin and ixcoin recently. I could do the same for devcoin assuming it's similar. Is devcoin based on the standard bitcoin git repository?

You need to be aware that it's a blockchain forking change though. It'd have to have a block number that it turns on and all clients would need to update. Those that don't will be on an incompatible fork of the chain.
1065  Alternate cryptocurrencies / Altcoin Discussion / Re: 51% Attack on LTC Bet on: December 07, 2011, 02:27:36 AM
G0n+/4N/SwNJfsjVNrVvkVuGbwiR+X/Wwzm8IZk9WBuoZfriG7iWqnMdOALUDx4NEXfiTkeDsy5dk/OI3JUBQ9s=
Confirmed, nice:

Code:
$ litecoind verifymessage LSQAz3zmxfKAEPZJd9693Udrg19gEidHs8 "G0n+/4N/SwNJfsjVNrVvkVuGbwiR+X/Wwzm8IZk9WBuoZfriG7iWqnMdOALUDx4NEXfiTkeDsy5dk/OI3JUBQ9s=" "Yes, it's really me"
true
1066  Alternate cryptocurrencies / Altcoin Discussion / Re: 51% Attack on LTC Bet on: December 07, 2011, 12:46:32 AM
You want me to prove that this address belongs to me?

http://blockexplorer.sytes.net/address/LSQAz3zmxfKAEPZJd9693Udrg19gEidHs8
If you use the command line client you can prove it by signing a message using that address:

Code:
$ litecoind signmessage LSQAz3zmxfKAEPZJd9693Udrg19gEidHs8 "Yes, it's really me"

Show the result of that here. People can verify with:

Code:
$ litecoind verifymessage LSQAz3zmxfKAEPZJd9693Udrg19gEidHs8 [result from above] "Yes, it's really me"
1067  Economy / Trading Discussion / Re: Is there a pure crypto currency exchange? on: December 06, 2011, 11:42:59 PM
https://vircurex.com/
1068  Alternate cryptocurrencies / Altcoin Discussion / Re: New Ixcoin fork -> I0coin on: December 06, 2011, 11:38:47 PM
Thanks all for the donations, much appreciated!
1069  Alternate cryptocurrencies / Altcoin Discussion / Re: New Ixcoin fork -> I0coin on: December 06, 2011, 12:43:52 AM
Doublec, I would like to send you donation for fixing i0c client. Is this address still valid ?
i0coin: jWqLauZXfF3PVVZDhjNqZLZk7voG2CAofi
Yep,thanks!
1070  Alternate cryptocurrencies / Mining (Altcoins) / Re: Mining on a cell phone on: December 05, 2011, 06:32:37 AM
We need a Dalvik miner. Seriously.
Or a native C miner and call it using the Android NDK.
1071  Alternate cryptocurrencies / Altcoin Discussion / Re: I0coin showing some life on: December 05, 2011, 05:57:52 AM
Version v32507 of i0coin is available. Source and windows binaries are included. Only minor changes but I wanted to get a recent checkpoint out:
  • Added new hardcoded seed node
  • Add a checkpoint at block 142,900
1072  Alternate cryptocurrencies / Altcoin Discussion / Re: New Ixcoin fork -> I0coin on: December 05, 2011, 04:17:08 AM
I've uploaded the source to github for v32507 of i0coin. This adds a new hardcoded seed node and a checkpoint at block 142,900. I'll add windows binaries soon: https://github.com/doublec/i0coin

Edit: Window's binaries are up: http://i0coin.bitparking.com
1073  Alternate cryptocurrencies / Altcoin Discussion / Re: New Ixcoin fork -> I0coin on: December 05, 2011, 02:11:57 AM
For the not so experienced miners, how do you do merged mining when solo mining?   
Assuming you want to mine namecoins as well as i0coins. Get and run the latest namecoin daemon, 0.3.24.64. Get and run the latest i0coin daemon. Get the i0coin source. Inside the 'contrib' directory of the source there is a 'merged-mining 'merged-mining-proxy' python script. Run this with command line arguments like:

Code:
merged-mining-proxy -w 10332 -p http://user:password@127.0.0.1:7332 -x http://user:password@127.0.0.1:8332

Replace 7332 and 8332 with the ports you are running the i0coin and namecoin JSON-RPC server on respectively (the above are the defaults). Replace 'user' and 'password' with the rpcuser and rpcpassword's used for the respective programs. Point your miner to http://127.0.0.1:10332 as the address to mine and use any username and password, they are ignored. Mining should then start.
1074  Alternate cryptocurrencies / Altcoin Discussion / Re: Ixcoin.org back online on: December 05, 2011, 01:47:36 AM
Block 45,000 or block 40,000?
Block 40,000 is when the timetravel fix activates, 45,000 is when merged mining activates. Assuming the ixcoin developer keeps the same block numbers as I used in the patches. Probably best to make them larger now since there won't be time for people to get new clients.
1075  Alternate cryptocurrencies / Altcoin Discussion / Re: Ixcoin.org back online on: December 04, 2011, 09:48:53 PM
Hopefully doublec and nasakioto come to their senses and implement a 5% sales tax on transactions to be deleted before block 45,000.
It's nothing to do with me - I just provided fixes for issues raised by the ixcoin developer to claim a bounty. Block 40,000 is getting close - if you're not going to release a client with the timetravel exploit fixed soon you'll need to change the block switch on time. Any timeline?
1076  Alternate cryptocurrencies / Altcoin Discussion / Re: New Ixcoin fork -> I0coin on: December 04, 2011, 08:02:32 AM
Is there a i0coin, namecoin and bitcoin mining support? All 3 at same time?
Not yet, you have to wait for block 160,000 before that becomes possible. Currently only i0coin+namecoin (or other chain that has support as a auxiliary merged mining chain).
1077  Alternate cryptocurrencies / Altcoin Discussion / Re: New Ixcoin fork -> I0coin on: December 04, 2011, 07:34:16 AM
Unexpectedly, at the moment, i0coin is almost 4x the hash rate of GG
(difficulty almost 200) so by the time it gets to 160,000 (or 150,000) it should be way safer than GG
I would suggest a checkpoint update soon after that too Smiley
I hope those of you mining i0coin at the moment are merge mining namecoin at the same time and making extra out of it. Namecoin difficulty is fairly high though so it's probably not a big deal.
1078  Alternate cryptocurrencies / Altcoin Discussion / Re: Ixcoin.org back online on: December 03, 2011, 03:58:11 AM
Merge mining pull request enabling support as an auxiliary chain at block 45,000: https://github.com/ixcoin/ixcoin/pull/5

I tested mining bitcoin, namecoin, ixcoin and i0coin all at once, successfully getting blocks. This was on my own internal forks of the block chains so I could mine at low difficulty. I'd suggest doing your own tests too to be comfortable.

If this is enough to claim the bounty my address is xo8Jj5XcebH6qZE8ndhvrJjferxjL885L6

While testing I noticed the genesis block for the ixcoin testnet is invalid. it'd be great if you could generate a valid testnet genesis since it makes testing a bit easier.



1079  Alternate cryptocurrencies / Altcoin Discussion / Re: Ixcoin.org back online on: December 03, 2011, 01:45:14 AM
Merged mining:

https://github.com/doublec/ixcoin/tree/mergedmining

This enables ixcoin as a primary chain on the main network. It is supported as an auxiliary chain on the testnet only. I'll do some testing then push another commit to enable it as an auxiliary on the main net at a certain block number. Then I'll do a pull request.

Primary chain support is still useful though. It means you can mine ixcoin and namecoins together right now by building this branch as it's a non-forking change.
1080  Alternate cryptocurrencies / Altcoin Discussion / Re: Ixcoin.org back online on: December 03, 2011, 01:28:30 AM
Adds a checkpoint at block 36,500:

https://github.com/doublec/ixcoin/tree/checkpoint_36500
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!