Bitcoin Forum
July 05, 2024, 11:10:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Launched! on: May 02, 2014, 12:54:52 PM
New coin with no instruction ? No information about .conf file no RPC port, nothing? A coin only for expert then? Or it is a joke coin?
You don't need to set anything in conf file to use Roulettecoin wallet or solo mine with the wallet. Information about port numbers is provided in opening message, read it carefully.
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Launched! on: May 02, 2014, 12:13:42 PM
shit)) i waste more time to make cpu miner and have only rejects, but problem was in wallet with rpc, nice devs)))
Our fault, sorry about that.
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Launched! on: May 02, 2014, 11:57:52 AM
Great, will you be compiling the stand alone miner as well?
For Windows 64-bit? We can try, but can't promise anything.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Launched! on: May 02, 2014, 11:14:37 AM
I've got a python module ready for testing .. I'd just need a cpu/gpuminer with your algo implemented, let me know or pm me when you got something, so I can set up a pool.
Note that Roulettecoin has 88 bytes long block headers, there are two extra fields reserved for future use. They shall be set to 0 now. We created an initial unoptimized standalone cpuminer: https://github.com/roulettecoin/roulettecoin-cpuminer. During testing the miner we found a bug in wallet's getwork implementation that was preventing extra fields from being set to 0 when sending new work via RPC. It's fixed in current source, so anyone wanting to use getwork shall recompile. We'll make a new binary release later today.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Launched! on: May 02, 2014, 06:18:32 AM
oh please.

Cute idea and it's going to make the GPU fun, but this is a bogus claim.

Process roughly 4096 keys at a time in 16 different workgroups, each working on a specific algorithm, shuffling the keys between them as they switch between rounds.  Requires a little more attention paid to global memory use because the keys are probably too big to fit in local, but there's nothing fundamentally hard about this coin.
Sorry, we don't get it, could you elaborate? Especially on how are you going to synchronize these workgroups and what do you mean by shuffling the keys between them? Shuffling like moving them around in a global memory? Or perhaps draw the general idea, a picture would make it more clear.

1. Have 16 regions of global memory, one per hash function to compute.  Each region can store, say, N keys.
2.  Define a function that groups keys by their low-order 4 bits using local memory, for a workgroup.  Call this put_keys_in_bins().
   The result of calling put_keys_in_bins is that all 256 of the keys computed by a workgroup will be placed into the appropriate regions of global memory.
3.  Compute a lot of sha512 hashes for a lot of keys and call put_keys_in_bins().
for i = 0; i < 16; i++ {  
   for algo = 0; algo < 16; algo++ {
     invoke hash_algo on bin[algo]
   put_keys_in_bins for all of those keys again.
   }
}

I'll stop doing your homework for you at this point.  There are plenty of GPU devs who could do this.  the choice of Echo makes it a little problematic for C&C to destroy this coin in a few days, but if anyone would like to place bets.... :-)

OK, we get it now. Looks promising, we will try to apply this optimization in a GPU miner.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Launched! on: May 02, 2014, 01:03:15 AM
oh please.

Cute idea and it's going to make the GPU fun, but this is a bogus claim.

Process roughly 4096 keys at a time in 16 different workgroups, each working on a specific algorithm, shuffling the keys between them as they switch between rounds.  Requires a little more attention paid to global memory use because the keys are probably too big to fit in local, but there's nothing fundamentally hard about this coin.
Sorry, we don't get it, could you elaborate? Especially on how are you going to synchronize these workgroups and what do you mean by shuffling the keys between them? Shuffling like moving them around in a global memory? Or perhaps draw the general idea, a picture would make it more clear.
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Launched! on: May 02, 2014, 12:41:48 AM
Are you jackpot coin dev ?
No, this is our first coin release ever.
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Launched! on: May 01, 2014, 10:41:34 PM
can you explain the hash function a little bit? and 1 day diff retarget is going to pillage this coin until it reaches block 1440.  
*edit, the retarget is max 400% higher so it may take a few 1440 rounds to stabilize at 1min block time target.  currently 20 minutes produced 800 blocks Cheesy
Sure, this is intentional. In our opinion coin launches shall favour early adopters allowing them to mine a lot.
29  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 01, 2014, 08:40:52 PM
News:

Specifications:
  • Proof of Work
  • 50 coins per block
  • 1 minute block targets
  • new randomized mining algorithm (Roulette): block is hashed with sha2, then 16 rounds of hashing are performed, each round with randomly chosen algorithm from the set of 16 hashing algorithms: blake bmw cubehash echo fugue groestl hamsi jh keccak luffa sha2 shabal shavite simd skein whirlpool
  • 1440 blocks (~1 day) to retarget difficulty
  • subsidy halves in 525.6k blocks (~1 year)
  • ~52.56 million total coins to be mined
  • P2P port: 3773, JSON-RPC port: 3772
  • Seed nodes in case of connection problems:
    • 54.72.223.212 (Europe)
    • 54.254.216.28 (Asia)
    • 54.187.58.73 (USA)

Downloads:

Source code:

Pools:

Services:
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!